1

network stuff

This commit is contained in:
Evan Pratten 2022-09-08 18:51:27 -04:00
parent adce17652c
commit b01a8031b8
7 changed files with 3029 additions and 5 deletions

View File

@ -21,7 +21,7 @@ I like to learn new things, and build up my arsenal of unusual skills. Everythin
- Software developer
- 3D artist
- [Photographer](https://instagram.com/evanpratten)
- [Network operator](https://net.va3zza.com)
- [Network operator](/network)
- [Musician](/music)
- Hacker
- Longboard enthusiast
@ -47,7 +47,7 @@ I like to learn new things, and build up my arsenal of unusual skills. Everythin
As always, I'm working on multiple projects at the same time and have my head crammed full of technobabble. Currently, I am:
- Working on the graphics pipeline powering children's TV productions at [Industrial Brothers](https://www.industrialbrothers.com/)
- Operating [AS398057](https://net.va3zza.com), providing internet backbone services.
- Operating [AS398057](/network), providing internet backbone services.
- Contributing to the Rust library and tooling ecosystem over on [GitHub](https://github.com/ewpratten)
<!-- ## Experience
@ -74,7 +74,7 @@ I also enjoy shooting and editing photos. I almost exclusively shoot with just a
AS398057 (formerly AS204466) is my personal network, powering many of my projects. I cover all aspects of network operation myself, from playing [NOC](https://en.wikipedia.org/wiki/Network_operations_center) to getting my hands dirty with hand-crafted router configs.
- [Website](https://net.va3zza.com)
- [Website](/network)
- [PeeringDB](https://peeringdb.com/asn/398057)
</div>

View File

@ -3,7 +3,7 @@ layout: page
title: "Adventures in BGP: routing my own public IPv4 address space"
description: "A college student, playing with the \"big boys\""
date: 2021-11-14
tags: reference
tags: reference as398057
extra:
excerpt: This post covers the process I went through to publicly route my own /24 block of IP addresses with low-cost hardware.
---

View File

@ -3,7 +3,7 @@ layout: page
title: "Rickrolling the internet"
description: "Abusing ICMPv6 to inject lyrics into public routes"
date: 2022-06-26
tags: random as204466
tags: random as398057
draft: false
extra:
uses_katex: false

65
content/network/_index.md Normal file
View File

@ -0,0 +1,65 @@
---
title: Network
extra:
enable_gh_markdown: true
---
<p></p>
# My Network
[![BGP.tools](https://img.shields.io/badge/-bgp.tools-blue)](https://bgp.tools/as/398057)
[![PeeringDB](https://img.shields.io/badge/-PeeringDB-yellowgreen)](https://www.peeringdb.com/asn/398057)
I operate [Autonomous System](https://en.wikipedia.org/wiki/Autonomous_system_(Internet)) **398057**, a multinational network routing public internet traffic between various nodes and peers.
The network is designed to be a playground for my experiments and research, while at the same time providing internet access to my servers and devices in a fast and reliable manner.
[![Map of network routers](/images/network/net_map_cropped.svg)](/images/network/net_map.svg)
## Configuration & Architecture
Currently, the network operates with a partial routing table and is configured to act as an overlay transit provider for my downstream peers. The only routes known internally are those to peers and their customers. Even then, only [RPKI](https://en.wikipedia.org/wiki/Resource_Public_Key_Infrastructure) **`VALID`** routes are accepted (yep, I drop both `INVALID` and `MISSING` routes).
This choice has a few reasons behind it:
- Only accepting my peers routes forces me to peer with as many ASes as I can, and develop good relations with other network operators.
- Only accepting RPKI `VALID` routes ~~sounds cool~~ means my network has a pretty solid resilience against BGP hijacks and route leaks.
- Providing transit to select peers allows me to experiment with the technical implications that come with such a service. I ensure that each of these peers has a backup upstream, allowing me to tinker with lesser repercussions.
I generally aim to deploy routers with roughly 512MB of RAM, a single core, and 5-20GB of disk space. This additional limitation helps me learn to keep my router configs lean and efficient.
## What is the network actually *doing*?
Currently, AS398057 is:
- Providing IPv6 transit to various clients
- Running a private [tunnel brokerage](https://en.wikipedia.org/wiki/Tunnel_broker) service
- Running an experiment to analyze the uses of [anycasted](https://en.wikipedia.org/wiki/Anycast) amateur radio services.
- Hosting [APRS](https://en.wikipedia.org/wiki/Automatic_Packet_Reporting_System) IGates and [EchoLink](https://en.wikipedia.org/wiki/EchoLink) Proxies
## Peering
AS398057 has an **open** peering policy and is willing to peer with networks which meet one of the following criteria:
- The network is connected to an IXP in common with AS398057
- The network is able to directly cross-connect to an AS398057 router
- The network is willing to peer over a tunnel
..and agrees to the following:
- Only send routes from your own network and/or your customers unless otherwise agreed upon
- Only announce address space which you are authorized to announce
- Only send traffic destined to the routes AS398057 announces to you
*Additional note for [AMPRNet](https://www.ampr.org/) operators:* Due to the lack of RPKI support in 44net, special filters are in place to validate route origins for AMPRNet prefixes. If you are an AMPRNet operator and wish to peer with AS398057, please mention this in our communications so I can ensure your routes are properly accepted. Also, if you are single-homed on Vultr and lack a public ASN, I can work out a way to peer with you.
To request a peering arrangement, please contact me via email at [`peering@va3zza.com`](mailto:peering@va3zza.com), on discord at `ewpratten#9114`, or through a common IXP's peering portal.
### Additional peering information
- Routing policy may be found via WHOIS. ([`whois -h whois.radb.net AS398057`](https://www.radb.net/query?keywords=AS398057))
- I will generally announce [`AS-EVAN-PRATTEN`](https://www.radb.net/query?keywords=AS-EVAN-PRATTEN) to peers by default
<br><br>

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,950 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
*************Map created by Simplemaps.com********************
*************Attribution is highly appreciated!***************
*************http://simplemaps.com****************************
The MIT License (MIT)
Copyright (c) 2020 Pareto Softare, LLC DBA Simplemaps.com
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
-->
<svg
baseprofile="tiny"
fill="#ececec"
height="482.37823"
stroke="#000000"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="0.2"
version="1.2"
viewbox="0 0 2000 857"
width="908.57812"
id="svg1718"
xml:space="preserve"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><defs
id="defs1722" /><g
id="layer1"
transform="translate(-229.31088,-9.8108664)"><path
d="m 1088,228 0.4,1.2 1.4,-0.6 1.2,1.7 1.3,0.7 0.6,2.3 -0.5,2.2 1,2.7 2.3,1.5 0.1,1.7 -1.7,0.9 -0.1,2.1 -2.2,3.1 -0.9,-0.4 -0.2,-1.4 -3.1,-2.2 -0.7,-3 0.1,-4.4 0.5,-1.9 -0.9,-1 -0.5,-2.1 z"
id="AL"
name="Albania"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1070.6,190.8 -0.3,0.8 0.7,2.1 -0.2,2.6 h -2.8 l 1.1,1.4 -1.3,4 -0.9,1.1 -4.4,0.1 -2.4,1.5 -4.2,-0.5 -7.3,-1.7 -1.3,-2.1 -4.9,1.1 -0.5,1.2 -3.1,-0.9 -2.6,-0.2 -2.3,-1.2 0.7,-1.5 -0.2,-1.1 1.4,-0.3 2.7,1.7 0.6,-1.7 4.4,0.3 3.5,-1.1 2.4,0.2 1.7,1.3 0.4,-1.1 -1,-4.1 1.7,-0.8 1.6,-2.9 3.8,2.1 2.6,-2.6 1.7,-0.5 4,1.9 2.3,-0.3 z"
id="AT"
name="Austria"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1016.5,177.1 -0.4,4.2 -1.3,0.2 -0.4,3.5 -4.4,-2.9 -2.5,0.5 -3.5,-2.9 -2.4,-2.5 -2.2,-0.1 -0.8,-2.2 3.9,-1.2 3.6,0.5 4.5,-1.3 3.1,2.7 z"
id="BE"
name="Belgium"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1006.7,427 -0.2,2.1 1.3,3.8 -1.1,2.6 0.6,1.7 -2.8,4 -1.7,2 -1.1,4 0.2,4.1 -0.3,10.3 -4.7,0.8 -1.4,-4.4 0.3,-14.8 -1.2,-1.3 -0.2,-3.2 -2,-2.2 -1.7,-1.9 0.7,-3.4 2,-0.7 1.1,-2.8 2.8,-0.6 1.2,-1.9 1.9,-1.9 h 2 z"
id="BJ"
name="Benin"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 988.5,406 -0.5,3.1 0.8,2.9 3.1,4.2 0.2,3.1 6.5,1.5 -0.1,4.4 -1.2,1.9 -2.8,0.6 -1.1,2.8 -2,0.7 -4.9,-0.1 -2.6,-0.5 -1.8,1 -2.5,-0.5 -9.8,0.3 -0.2,3.7 0.8,4.8 -3.9,-1.6 -2.6,0.2 -2,1.6 -2.5,-1.3 -1,-2.2 -2.5,-1.4 -0.4,-3.7 1.6,-2.7 -0.2,-2.2 4.5,-5.3 0.9,-4.4 1.5,-1.6 2.7,0.9 2.4,-1.3 0.8,-1.7 4.3,-2.8 1.1,-2 5.3,-2.7 3.1,-0.9 1.4,1.2 z"
id="BF"
name="Burkina Faso"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1132.6,221.6 -2.3,2.6 -1.3,4.5 2.1,3.6 -4.6,-0.8 -5,2 0.3,3.2 -4.6,0.6 -3.9,-2.3 -4,1.8 -3.8,-0.2 -0.8,-4.2 -2.8,-2.1 0.7,-0.8 -0.6,-0.8 0.6,-2 1.8,-2 -2.8,-2.7 -0.7,-2.4 1.1,-1.4 1.8,2.6 1.9,-0.4 4,0.9 7.6,0.4 2.3,-1.6 5.9,-1.5 4,2.3 z"
id="BG"
name="Bulgaria"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1083,214.3 1.9,-0.1 -1.1,2.8 2.7,2.5 -0.5,2.9 -1.1,0.3 -0.9,0.6 -1.6,1.5 -0.4,3.5 -4.8,-2.4 -2.1,-2.7 -2.1,-1.4 -2.5,-2.4 -1.3,-1.9 -2.7,-3 0.8,-2.6 2,1.5 1,-1.4 2.3,-0.1 4.5,1.1 3.5,-0.1 z"
id="BA"
name="Bosnia and Herzegovina"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1141.6,162.7 -3.9,-0.2 -0.8,0.6 1.5,2 2,4 -4.1,0.3 -1.3,1.4 0.3,3.1 -2.1,-0.6 -4.3,0.3 -1.5,-1.5 -1.7,1.1 -1.9,-0.9 -3.9,-0.1 -5.7,-1.5 -4.9,-0.5 -3.8,0.2 -2.4,1.6 -2.3,0.3 -0.5,-2.8 -1.9,-2.8 2.8,-1.3 -0.4,-2.4 -1.7,-2.3 -0.6,-2.7 h 4.7 l 4.8,-2.3 0.5,-3.4 3.6,-2 -1,-2.7 2.7,-1 4.6,-2.3 5.3,1.5 0.9,1.5 2.4,-0.7 4.8,1.4 1.1,2.9 -0.7,1.6 3.8,4 2.1,1.1 v 1.1 l 3.4,1.1 1.7,1.6 z"
id="BY"
name="Belarus"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 487.8,399.8 h -1.7 l 1.3,-7.2 0.7,-5.1 0.1,-1 0.7,-0.3 0.9,0.8 2.5,-3.9 1.1,-0.1 -0.1,1 h 1 l -0.3,1.8 -1.3,2.7 0.4,1 -0.9,2.3 0.3,0.6 -1,3.3 -1.3,1.7 -1.1,0.2 z"
id="BZ"
name="Belize"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 665.8,489.6 3.1,0.6 0.6,-1.4 -1,-1.2 0.6,-1.9 2.3,0.6 2.7,-0.7 3.2,1.4 2.5,1.3 1.7,-1.7 1.3,0.2 0.8,1.8 2.7,-0.4 2.2,-2.5 1.8,-4.7 3.4,-5.9 2,-0.3 1.3,3.6 3,11.2 3.1,1.1 0.1,4.4 -4.3,5.3 1.7,1.9 10.1,1 0.2,6.5 4.3,-4.2 7.1,2.3 9.5,3.9 2.8,3.7 -0.9,3.6 6.6,-2 11,3.4 8.5,-0.2 8.4,5.3 7.4,7.2 4.4,1.8 4.8,0.3 2.1,2 2,8.2 1.1,3.9 -2.1,10.6 -2.7,4.2 -7.7,8.9 -3.4,7.3 -4,5.5 -1.4,0.2 -1.3,4.7 0.9,12 -1.1,9.9 -0.3,4.2 -1.6,2.6 -0.5,8.6 -5.2,8.3 -0.5,6.7 -4.3,2.7 -1.1,3.9 h -6 l -8.5,2.4 -3.7,2.9 -6,1.9 -6.1,5.1 -4.1,6.4 -0.3,4.8 1.3,3.5 -0.3,6.5 -0.8,3.1 -3.4,3.6 -4.5,11.3 -4,5 -3.2,3.1 -1.5,6.1 -2.9,3.6 -2.1,-3.6 1.8,-3.1 -3.8,-4.3 -4.8,-3.6 -6.3,-4.1 -1.9,0.2 -6.3,-5 -3.4,0.7 6,-8.7 5.3,-6.3 3.3,-2.6 4.2,-3.5 -0.4,-5.1 -3.2,-3.8 -2.6,1.3 0.7,-3.7 0.3,-3.8 -0.3,-3.6 -2.1,-1.1 -2,1 -2.1,-0.3 -0.8,-2.4 -1.1,-5.9 -1.2,-1.9 -3.9,-1.8 -2.2,1.3 -5.9,-1.3 -0.4,-8.7 -2,-3.5 1.6,-1.4 -0.8,-3.6 1.3,-2.8 0.6,-5.1 -1.7,-4 -3.2,-1.8 -0.8,-2.5 0.5,-3.7 -10.7,-0.3 -2.8,-7.5 1.7,-0.1 -0.3,-2.7 -1.2,-1.9 -0.5,-3.7 -3.4,-1.9 h -3.5 l -2.5,-1.8 -3.9,-1.3 -2.3,-2.4 -6.4,-1.1 -6.5,-5.7 0.3,-4.3 -0.9,-2.5 0.4,-4.8 -7.3,1.1 -2.9,2.4 -4.8,2.6 -1.1,1.9 -2.9,0.2 -4.2,-0.6 -3.2,1.1 -2.6,-0.7 -0.1,-9.7 -4.4,3.7 -5,-0.1 -2.3,-3.5 -3.8,-0.3 1,-2.8 -3.3,-3.9 -2.6,-5.8 1.5,-1.1 -0.2,-2.8 3.4,-1.8 -0.7,-3.5 1.4,-2.2 0.3,-3 6.3,-4.4 4.6,-1.2 0.8,-1 5.1,0.3 2.2,-17.6 0.1,-2.8 -0.9,-3.6 -2.6,-2.4 0.1,-4.7 3.2,-1 1.1,0.7 0.2,-2.5 -3.3,-0.7 v -4 l 11,0.2 1.9,-2.3 1.6,2.1 1,3.8 1.1,-0.8 3.1,3.4 4.4,-0.4 1.1,-2 4.2,-1.5 2.4,-1.1 0.7,-2.7 4.1,-1.8 -0.3,-1.4 -4.8,-0.5 -0.7,-4.1 0.3,-4.3 -2.5,-1.6 1.1,-0.6 4.1,0.8 4.5,1.6 1.7,-1.5 4.1,-1 6.4,-2.4 2.1,-2.5 -0.7,-1.8 3,-0.2 1.2,1.4 -0.8,2.9 2,0.9 1.2,3 -1.6,2.3 -1,5.4 1.4,3.3 0.3,3 3.5,3 2.8,0.3 0.6,-1.3 1.8,-0.3 2.6,-1.1 1.8,-1.7 3.2,0.6 z"
id="BR"
name="Brazil"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1121.3,446.5 3.9,2.5 3.1,2.6 0.1,2.1 3.9,3.3 2.4,2.8 1.4,3.8 4.3,2.6 0.9,2 -1.8,0.7 -3.7,-0.1 -4.2,-0.7 -2.1,0.5 -0.9,1.6 -1.8,0.2 -2.2,-1.4 -6.3,3.2 -2.6,-0.6 -0.8,0.5 -1.6,3.9 -4.3,-1.3 -4.1,-0.6 -3.6,-2.4 -4.7,-2.2 -3,2.1 -2.2,3.2 -0.5,4.5 -3.6,-0.3 -3.9,-1.1 -3.3,3.4 -3,6 -0.6,-1.9 -0.3,-2.9 -2.6,-2.1 -2.1,-3.3 -0.5,-2.3 -2.7,-3.4 0.5,-1.9 -0.6,-2.7 0.4,-5 1.4,-1.1 2.8,-6.5 4.6,-0.5 1,-1.7 1,0.2 1.4,1.4 7.1,-2.4 2.4,-2.5 2.9,-2.3 -0.6,-2.2 1.6,-0.6 5.5,0.4 5.2,-3 4,-7 2.8,-2.6 3.6,-1.1 0.7,2.7 3.3,4 v 2.7 l -0.8,2.6 0.4,2 1.9,1.9 z"
id="CF"
name="Central African Republic"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 665.9,203.6 3.4,0.9 4.7,-0.2 -3.3,2.6 -2,0.4 -5.5,-2.7 -0.6,-2.1 2.5,-1.9 z"
id="path980"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 680.3,187.6 -2.4,0.1 -5.8,-1.9 -3.5,-3 1.9,-0.5 5.9,1.6 4.2,2.6 z"
id="path982"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 372.4,191.3 -3.1,0.9 -6.3,-2.8 v -2.2 l -2.9,-2.2 0.3,-1.8 -4.3,-1.1 0.6,-3.4 1.5,-1.4 4.1,1.3 2.4,1 4.1,0.6 0.2,2.2 0.4,2.9 3.2,2.6 z"
id="path984"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 711.5,177.8 -5,5.4 3.9,-2.1 2.9,1.4 -2.4,2.1 3.8,1.7 2.8,-1.5 4.3,1.9 -2.8,4.6 3.8,-1.1 -0.3,3.3 0.5,3.9 -3.6,5.6 -2.4,0.2 -2.9,-1.2 2.5,-5.1 -1.2,-0.8 -7.3,5.4 -3,-0.2 4.4,-3 -4.4,-1.5 -5.5,0.4 -9.6,-0.2 -0.2,-1.8 3.8,-2.3 -1.7,-1.6 5.4,-3.8 8.2,-9.9 4.2,-3.5 5,-2.1 2.1,0.2 -1.5,1.7 z"
id="path986"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 351.5,156.4 1.5,0.8 5,-0.5 -7.2,6.9 0.3,5 h -1.9 l -0.7,-2.8 0.5,-2.9 -0.8,-1.9 1.3,-2.7 z"
id="path988"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 634.9,108.9 -3.6,3 -1.7,-0.5 -0.1,-1.7 0.4,-0.4 2.8,-1.7 1.7,0.1 z"
id="path990"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 625.2,105.7 -7.2,3.2 -3,-0.2 v -1.5 l 5,-2.7 6,0.1 z"
id="path992"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 622.1,88.9 -0.9,2.5 2.7,-0.9 1.5,1.5 3.5,2 3.8,1.7 -1.4,2.7 3.5,-0.4 1.9,1.9 -5,1.8 -5.9,-1.4 -0.8,-2.6 -6.3,3.1 -8.2,2.9 0.7,-3.3 -6.3,0.5 5.7,-2.8 3.6,-4.5 5.1,-5.1 z"
id="path994"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 667,80.6 -4.9,0.3 0.7,-2.7 3.8,-3.1 4.3,-0.7 2.3,1.5 -1.5,2.3 -0.9,0.8 z"
id="path996"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 592.5,69.9 -4.1,1.9 -4.2,-1.6 -3.9,0.5 -3.4,-2.4 5,-1.7 4.9,-2.3 3,1.5 1.6,1 0.4,1 z"
id="path998"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 645.5,212.5 -2.2,-3.6 2.9,-8.5 -1.6,-1.8 -3.7,1 -1.1,-1.6 -5.5,4.7 -3.2,4.9 -2.8,2.9 -2.5,1 -1.7,0.3 -1.1,1.5 h -9.3 l -7.8,0.1 -2.7,1.1 -6.8,4.4 v -0.1 l -0.9,-0.4 -2,0.9 -1.9,1.3 -1.8,-1.1 -4.7,0.8 -3.9,0.9 -1.9,0.8 -2.3,2.1 1.8,0.7 1.7,-0.4 h 0.3 l -0.3,1.9 -4.8,0.7 -2.8,0.8 -1.7,1 -2.6,-0.6 -1.6,0.3 -2.9,1.8 -4.6,2 -2.7,-0.4 2,-2.2 3.7,-3.5 4.1,-2.1 1.1,-1.8 0.9,-3 3.8,-3.5 0.9,-4 1.1,3.9 3.8,0.9 2.4,-2.1 -1.4,-4.8 -0.9,-2 -4,-1.2 -3.8,-0.7 h -3.9 l -3.4,-0.8 -0.4,-1.4 -1.4,0.9 -1.2,-0.2 1.9,-2.1 -1.8,-0.8 1.9,-2.4 -1.2,-1.8 1.7,-1.8 -5.2,-0.9 -0.1,-3.6 -0.8,-0.8 -3.3,-0.2 -4.1,-1.2 -1.5,0.8 -1.8,1.5 -3.3,1 -3.1,2.5 -5.4,-1.7 -4.4,0.8 -3.9,-1.9 -4.6,-1 -3.3,-0.4 -1,-1 0.9,-3.4 h -1.7 l -1.3,2.4 h -10.2 -17 -16.8 -14.9 -14.8 -14.7 -15.1 -4.8 -14.7 -14.1 -0.7 l -5.4,-6.1 -1.6,-2.7 -7,-2.6 1.3,-5.5 3.6,-3.7 -4.1,-2.7 3.1,-4.9 -2.1,-4.4 2.5,-3.2 5.1,-2.9 3.2,-3.8 -4.6,-3.8 1.4,-6.9 1.1,-4.2 -1.6,-2.7 -0.8,-2.4 0.6,-3.1 -6.5,1.9 -7.6,3.3 -0.3,-3.8 -0.5,-2.6 -2.8,-1.6 -4.2,-0.2 35.6,-32.7 24.6,-20.4 6,1.3 3.3,2.6 3.7,0.5 6.3,-2.2 7,-1.7 5.3,0.6 8.9,-2.3 8.2,-1.3 0.2,2.2 4.5,-1.3 3.9,-2.5 2.1,0.6 1.4,4.8 9.5,-3.7 -3.9,4.1 6,-0.9 3.2,-1.5 4.6,0.3 3.9,2.2 7.5,2 4.7,0.9 4.4,-0.3 2.9,2.8 -8.5,2.7 6.4,1.1 11.9,-0.6 4.4,-1 1.4,3.3 7.1,-2.7 -2.1,-2.4 4.5,-1.8 5.2,-0.3 3.9,-0.5 2.1,1.3 1.5,2.9 5,-0.4 5.3,2.5 7.2,-0.9 6,0.1 2.4,-3.4 4.5,-0.9 4.9,1.8 -4.3,5.2 6.2,-4.4 3.2,0.2 6.4,-5.5 -1.6,-3.3 -2.9,-2.2 5.5,-5.9 8.2,-3.8 4.5,0.9 2,2.3 0.4,6 -5.8,2.6 6.7,1.1 -4.4,5.5 8.9,-4.2 2.2,3.5 -4.3,4 1.3,3.7 7.3,-3.9 6.5,-4.8 4.7,-5.9 5.5,0.4 5.4,0.8 3.6,2.7 -1.7,2.7 -5.1,2.9 0.9,2.9 -2.4,2.7 -10.9,3.9 -6.5,0.9 -3.2,-1.7 -3.3,2.8 -7.4,4.7 -3,2.5 -7.7,3.8 -6.5,0.4 -5.1,2.4 -2.9,3.8 -5.7,0.7 -8.7,4.7 -9.4,6.5 -5,4.6 -4.9,6.9 6,1 -1.5,5.5 -0.8,4.6 7.3,-1.2 7,2.6 3.3,2.3 1.7,2.8 4.9,1.7 3.6,2.5 7.6,0.4 4.8,0.6 -3.6,5.2 -1.7,6.1 0.1,6.9 4.4,5.9 4.7,-2 5.6,-6.4 2.3,-9.6 -1.7,-3.2 9,-2.9 7.5,-4.2 4.8,-4.2 1.7,-4 -0.4,-5.1 -3.2,-4.5 8.9,-6.2 1,-5.3 3.9,-9 3.8,-1.4 6.7,1.6 4.2,0.6 4.5,-1.6 3.1,2 3.6,3.4 0.2,2.2 7.7,0.5 -2.6,4.9 -2.3,7.4 3.8,1 1.6,3.5 8.2,-3.3 7.5,-6.6 4.2,-2.7 1.1,5.3 2.6,7.5 2,7.2 -3.4,3.8 4.8,3.4 2.9,3.4 6.9,1.6 2.4,1.9 v 5.2 l 3.4,0.8 1.1,2.3 -2,6.9 -4.3,2.3 -4.2,2.2 -8.8,2.2 -7.9,5 -8.6,1.1 -10.1,-1.4 h -7.3 l -5.3,0.4 -5.7,4.5 -7.4,2.8 -10.1,8.2 -7.9,5.8 4.7,-1 10.9,-8.3 12.3,-5.2 7.6,-0.6 3.3,3.1 -6.1,4.2 -0.6,6.7 0.1,4.8 5.6,3.1 8.6,-0.9 7.2,-7.1 -1,4.6 2.5,2.3 -7.4,4.1 -12.4,3.8 -5.8,2.5 -7.2,4.6 -3.7,-0.5 1.5,-5.3 10.4,-5.3 -8.1,0.2 z"
id="path1000"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 539,48.7 -4.7,2.4 10.5,-1.5 2.6,2.6 7.3,-2.7 1.8,1.7 -2.2,5.1 4.3,-2.1 2.8,-5.3 4.3,-0.8 3,0.8 2.2,2.1 -2.7,5.1 -2.4,3.7 4.2,2.6 5,2.6 -2.6,2.3 -7.1,0.5 0.8,2 -3.2,2 -6.7,-0.8 -5.7,-1.5 -5.1,0.3 -9.5,1.9 -11.3,0.8 -7.9,0.5 0.3,-2.6 -4.1,-1.4 -4.3,0.6 -0.6,-4.3 3.3,-0.6 7.3,-0.9 5.5,0.3 6.2,-1 -6.5,-1.2 -9.1,0.4 -5.7,-0.1 v -1.9 l 11.7,-2.2 -6.3,0.1 -5.4,-1.4 7.8,-3.9 5.2,-2.1 14.2,-3.1 z"
id="path1002"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 578.5,47.2 -7,3.4 -2.3,-3.6 2.1,-0.8 5.5,-0.2 z"
id="path1004"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 687.1,48.8 -0.7,1.4 -4.1,-0.1 -4.1,-0.1 -4.9,0.7 -0.9,-0.4 -2.1,-2.7 1.7,-1.8 2.2,-0.4 8.4,0.6 z"
id="path1006"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 647.3,48.5 0.3,3.2 7.2,-4.1 11.7,-2.1 2.3,5.3 -3.2,3.4 9,-1.5 5.3,-2.1 6.8,2.6 3.7,2.5 -1.1,2.3 8.2,-1.2 1.9,3.4 8.4,2.1 2.2,2.1 0.9,5.1 -9.1,2.5 7.7,3.6 5.9,1.2 3.3,5 6.5,0.4 -3.3,3.9 -10.9,6.5 -4,-2.4 -3.8,-5.4 -5.9,0.7 -2.3,3.3 2.7,3.2 4.5,2.6 1,1.5 -0.1,5.7 -3.6,4.1 -4.7,-1.6 -8.6,-4.5 3.6,4.9 2.8,3.5 -0.3,2 -10.9,-2.3 -7.6,-3.4 -3.8,-2.7 2.4,-1.7 -4.8,-2.9 -4.7,-2.7 -0.9,1.6 -13.1,0.9 -2.4,-1.9 5.4,-4.2 8.1,-0.1 9.3,-0.7 -0.2,-2 3.1,-2.8 8.8,-5.4 0.4,-2.5 -0.5,-1.8 -4.7,-2.7 -7.1,-1.8 3.5,-1.4 -2,-3.4 -3.4,-0.3 -1.9,-1.8 -3.3,1.6 -7.9,0.7 -14,-1.2 -7.4,-1.6 -5.9,-0.8 -1.9,-1.9 6.3,-2.4 h -5.7 l 3.3,-5.3 7.1,-4.6 6,-2.1 11.2,-1.4 z"
id="path1008"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 596.9,45 3.6,1.1 7.6,-0.7 -0.5,1.5 -6.1,2.5 3.8,2.2 -5.2,4.7 -8.4,2 -3.4,-0.4 -0.9,-2 -5.9,-4 1.7,-1.7 7.4,0.6 -0.9,-3.3 z"
id="path1010"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 619.5,50.5 -7.8,3.9 -4.4,-0.2 1.8,-4.6 2.6,-2.5 4.2,-2.2 5.2,-1.4 7.9,0.2 6.2,1.2 -10.1,4.6 z"
id="path1012"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 503.7,57.7 -13.5,2.6 0.6,-2.3 -6,-2.8 4.4,-2.2 7.5,-3.8 7.6,-3.4 0.4,-3.1 14,-0.8 4.2,1.1 9.5,0.3 1.9,1.4 1.6,2.2 -6.5,1.3 -13.9,3.6 -9.2,3.7 z"
id="path1014"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 628.9,39.3 -4.1,1.9 -5.2,-0.4 -3.2,-1.3 4.5,-2.2 6.9,-1.4 1.4,1.8 z"
id="path1016"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 620.1,30.6 0.2,2.3 -2.8,2.5 -5.8,3.8 -6.9,0.5 -3.2,-0.8 3.4,-2.9 -6.6,0.3 4.3,-3.8 3.8,0.2 7.7,-1.7 4.9,0.3 z"
id="path1018"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 580.7,33.2 -0.7,1.7 4.4,-0.8 3.6,0.2 -2.3,2.5 -5.1,2.3 -13.9,0.8 -12.3,2.2 -6,0.1 1.5,-1.6 10.7,-2.3 -17.9,0.6 -4.2,-0.9 11.7,-4.8 5.4,-1.4 8.3,1.7 2.9,2.9 6.1,0.4 0.7,-4.7 5.8,-1.8 3.1,0.5 z"
id="path1020"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 636.4,28.8 2.3,1.6 h 7.4 l 1.4,1.6 -2.8,1.8 3.1,1.1 1.2,1.2 4.9,0.2 5.1,0.4 7.1,-1 8.1,-0.5 5.8,0.4 2.3,1.9 -1,2 -3.6,1.4 -6.7,1.1 -4.3,-0.7 -11.8,0.8 -8,0.1 -5.6,-0.6 -8.6,-1.6 1.6,-2.8 2.1,-2.4 -1.4,-2.2 -7,-0.6 -2.6,-1.5 3.8,-2 z"
id="path1022"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 560.7,26.2 -5.8,3.7 -5.3,1.7 -3.8,0.2 -9.9,2.1 -7.1,0.8 -3.6,-1.1 11.7,-3.7 12.2,-3.1 5.5,0.1 z"
id="path1024"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 641.9,26.8 -1.8,0.1 -6.6,-0.3 0.7,-1.3 7.2,0.1 1.6,0.8 z"
id="path1026"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 583.1,25.9 -8.8,1.4 -3.3,-1.5 5.1,-1.5 6,-0.5 4.1,0.7 z"
id="path1028"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 590.9,21.7 -5.7,0.9 h -6 l 1,-0.7 5.7,-1.3 1.7,0.2 z"
id="path1030"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 637.7,24.2 -6.6,1 -1.6,-1.1 0.6,-1.7 2.2,-1.9 4.4,0.2 1.7,0.3 2.3,1.6 z"
id="path1032"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 623.9,23 -1.1,1.9 -5.3,-0.5 -4,-1.5 -7.8,-0.2 5.3,-1.3 -2.8,-1.1 2.2,-1.8 6.1,0.6 7.5,1.7 z"
id="path1034"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 678,16.9 2.7,1.5 -6.5,1.3 -10.6,3.5 -6.8,0.3 -6.8,-0.6 -1.6,-1.9 2.1,-1.6 4.3,-1.2 h -6.6 l -2,-1.5 0.4,-1.9 4.9,-1.9 4.1,-1.3 4,-0.3 -0.3,-1 8.3,-0.2 1.6,2.2 4.7,0.9 4.8,0.9 z"
id="path1036"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canada"
d="m 757.2,2.9 8.7,0.3 6.7,0.5 5.2,1 -1.1,1 -9.8,1.7 -9,0.8 -4,0.9 h 7.5 l -10.5,2.5 -6.8,1.2 -9.3,3.5 -8.1,0.7 -3.1,1 -11.3,0.4 4.4,0.6 -3.3,0.8 0.7,2.3 -5,1.6 -6.9,1.3 -3.5,1.8 -6.6,1.5 -0.5,1.1 6.5,-0.2 -1.1,1.2 -12.7,2.9 -8.5,-1.4 -11.7,0.8 -5,-0.6 -6.8,-0.3 2.1,-2.3 8,-1.1 2,-3.4 2.6,-0.3 7.5,2 -1.7,-3 -4.9,-0.9 5,-1.8 7.6,-1.1 2.8,-1.6 -3,-1.7 1.1,-2.2 9.4,0.1 2.2,0.5 7.3,-1.6 -7.3,-0.5 -12.6,0.3 -4.4,-1.4 -0.8,-1.7 -2.5,-1.2 1.1,-1.3 6,-0.8 4.2,-0.1 7.4,-0.6 6.8,-1.5 3.9,0.2 2.4,1.1 5,-2 5.2,-0.6 6.5,-0.4 10.4,-0.2 1.3,0.4 10.3,-0.6 7,0.2 z"
id="path1038"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1034.4,197.5 0.2,1.1 -0.7,1.5 2.3,1.2 2.6,0.2 -0.3,2.5 -2.1,1.1 -3.8,-0.8 -1,2.5 -2.4,0.2 -0.9,-1 -2.7,2.2 -2.5,0.3 -2.2,-1.4 -1.8,-2.7 -2.4,1 v -2.9 l 3.6,-3.5 -0.2,-1.6 2.3,0.6 1.3,-1.1 h 4.2 l 1,-1.3 z"
id="CH"
name="Switzerland"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 955.9,435.2 2.5,1.4 1,2.2 2.5,1.3 2,-1.6 2.6,-0.2 3.9,1.6 1.5,9.2 -2.4,5.3 -1.5,7.3 2.4,5.5 -0.2,2.6 h -2.6 l -3.9,-1.2 H 960 l -6.7,1.2 -3.9,1.8 -5.6,2.4 -1.1,-0.2 0.4,-5.3 0.6,-0.8 -0.2,-2.5 -2.4,-2.7 -1.8,-0.4 -1.6,-1.8 1.2,-2.9 -0.5,-3.1 0.2,-1.8 h 0.9 l 0.4,-2.8 -0.4,-1.3 0.5,-0.9 2.1,-0.7 -1.4,-5.2 -1.3,-2.6 0.5,-2.2 1.1,-0.5 0.8,-0.6 1.5,1 h 4.4 l 1,-1.8 1,0.1 1.6,-0.7 0.9,2.7 1.3,-0.8 z"
id="CI"
name="Côte d'Ivoire"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1072.8,454.2 -2.8,6.5 -1.4,1.1 -0.4,5 0.6,2.7 -0.5,1.9 2.7,3.4 0.5,2.3 2.1,3.3 2.6,2.1 0.3,2.9 0.6,1.9 -0.4,3.4 -4.5,-1.5 -4.6,-1.7 -7.1,-0.2 -0.7,-0.4 -3.4,0.8 -3.4,-0.8 -2.7,0.4 -9.3,-0.1 0.9,-5.1 -2.3,-4.3 -2.6,-1 -1.1,-2.9 -1.5,-0.9 0.1,-1.8 1.4,-4.6 2.7,-6.2 h 1.6 l 3.4,-3.8 2.1,-0.1 3.2,2.7 3.9,-2.2 0.5,-2.7 1.3,-2.6 0.8,-3.2 3,-2.6 1.1,-4.5 1.2,-1.5 0.8,-3.3 1.4,-4.1 4.7,-5 0.3,-2.1 0.6,-1.2 -2.3,-2.5 0.2,-2.1 1.5,-0.3 2.3,4.1 0.5,4.2 -0.2,4.3 3.2,5.8 h -3.2 l -1.6,0.4 -2.6,-0.6 -1.2,3 3.4,3.8 2.5,1.1 0.8,2.6 1.8,4.4 z"
id="CM"
name="Cameroon"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1141.3,468.2 3.5,5.3 2.6,0.8 1.5,-1.1 2.6,0.4 3.1,-1.3 1.4,2.7 5.1,4.3 -0.3,7.5 2.3,0.9 -1.9,2.2 -2.1,1.8 -2.2,3.3 -1.2,3 -0.3,5.1 -1.3,2.5 -0.1,4.8 -1.6,1.8 -0.2,3.8 -0.8,0.5 -0.6,3.6 1.4,2.9 0.1,1 -1.2,10.3 1.5,3.6 -1,2.7 1.8,4.6 3.4,3.5 0.7,3.5 1.6,1.7 -0.3,1.1 -0.9,-0.3 -7.7,1.1 -1.5,0.8 -1.7,4.1 1.2,2.8 -1.1,7.6 -0.9,6.4 1.5,1.2 3.9,2.5 1.6,-1.2 0.2,6.9 h -4.3 l -2.2,-3.5 -2,-2.8 -4.3,-0.9 -1.2,-3.3 -3.5,2 -4.4,-0.9 -1.9,-2.9 -3.5,-0.6 -2.7,0.1 -0.3,-2 -1.9,-0.1 -2.6,-0.4 -3.5,1 -2.4,-0.2 -1.4,0.6 0.4,-7.6 -1.8,-2.4 -0.4,-4 0.9,-3.9 -1.1,-2.4 -0.1,-4.1 -6.8,0.1 0.5,-2.3 h -2.9 l -0.3,1.1 -3.5,0.3 -1.5,3.7 -0.9,1.6 -3.1,-0.9 -1.8,0.9 -3.8,0.5 -2.1,-3.3 -1.3,-2.1 -1.6,-3.9 -1.3,-4.7 -16.7,-0.1 -2,0.7 -1.7,-0.1 -2.3,0.9 -0.8,-2 1.4,-0.7 0.2,-2.8 1,-1.6 2,-1.4 1.5,0.7 2,-2.5 3.1,0.1 0.3,1.8 2.1,1.1 3.4,-4 3.3,-3.1 1.4,-2.1 -0.1,-5.3 2.5,-6.2 2.6,-3.3 3.7,-3.1 0.7,-2 0.1,-2.4 0.9,-2.2 -0.3,-3.7 0.7,-5.7 1.1,-4 1.7,-3.4 0.3,-3.9 0.5,-4.5 2.2,-3.2 3,-2.1 4.7,2.2 3.6,2.4 4.1,0.6 4.3,1.3 1.6,-3.9 0.8,-0.5 2.6,0.6 6.3,-3.2 2.2,1.4 1.8,-0.2 0.9,-1.6 2.1,-0.5 4.2,0.7 3.7,0.1 z"
id="CD"
name="Democratic Republic of the Congo"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1090.9,479.3 -0.3,3.9 -1.7,3.4 -1.1,4 -0.7,5.7 0.3,3.7 -0.9,2.2 -0.1,2.4 -0.7,2 -3.7,3.1 -2.6,3.3 -2.5,6.2 0.1,5.3 -1.4,2.1 -3.3,3.1 -3.4,4 -2.1,-1.1 -0.3,-1.8 -3.1,-0.1 -2,2.5 -1.5,-0.7 -2.1,-2.2 -1.7,1.1 -2.3,2.8 -4.6,-6.8 4.3,-3.6 -2.1,-4.2 2,-1.6 3.8,-0.8 0.4,-2.9 3.1,3.1 5,0.3 1.7,-3 0.7,-4.3 -0.6,-5 -2.7,-3.8 2.5,-7.5 -1.4,-1.2 -4.2,0.5 -1.6,-3.3 0.4,-2.8 7.1,0.2 4.6,1.7 4.5,1.5 0.4,-3.4 3,-6 3.3,-3.4 3.9,1.1 z"
id="CG"
name="Republic of Congo"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 584.4,426.2 -3.7,1.1 -1.6,3.2 -2.3,1.8 -1.8,2.4 -0.9,4.6 -1.8,3.8 2.9,0.4 0.6,2.9 1.2,1.5 0.3,2.5 -0.7,2.4 0.1,1.4 1.4,0.5 1.2,2.2 7.3,-0.6 3.3,0.8 3.8,5.6 2.3,-0.7 4.1,0.3 3.2,-0.7 2,1.1 -1.2,3.4 -1.3,2.2 -0.6,4.6 1.1,4.3 1.5,1.9 0.2,1.4 -2.9,3.2 2,1.4 1.5,2.3 1.6,6.4 -1.1,0.8 -1,-3.8 -1.6,-2.1 -1.9,2.3 -11,-0.2 v 4 l 3.3,0.7 -0.2,2.5 -1.1,-0.7 -3.2,1 -0.1,4.7 2.6,2.4 0.9,3.6 -0.1,2.8 -2.2,17.6 -2.9,-3.4 -1.7,-0.1 3.5,-6.6 -4.4,-3 -3.4,0.6 -2.1,-1.1 -3.1,1.7 -4.2,-0.9 -3.5,-6.7 -2.6,-1.6 -1.8,-3.1 -3.8,-3 -1.5,0.6 -2.4,-1.5 -2.8,-2.1 -1.6,1 -4.8,-0.9 -1.4,-2.8 -1.1,0.1 -5.6,-3.6 -0.7,-2 2.1,-0.5 -0.2,-3.2 1.4,-2.4 2.8,-0.4 2.5,-4 2.2,-3.4 -2,-1.5 1.2,-3.7 -1.1,-5.9 1.3,-1.7 -0.7,-5.4 -2.2,-3.5 0.9,-3.1 1.8,0.5 1.1,-1.9 -1.1,-3.8 0.7,-0.9 2.9,0.2 4.5,-4.5 2.4,-0.7 0.1,-2.1 1.4,-5.5 3.4,-2.9 3.5,-0.2 0.6,-1.3 4.4,0.5 4.6,-3.2 2.3,-1.4 2.9,-3.1 2,0.4 1.3,1.7 z"
id="CO"
name="Colombia"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 514.6,431.6 1.2,3.5 2,2.6 2.5,2.7 -2.2,0.6 -0.1,2.6 1.1,0.9 -0.9,0.8 0.2,1.1 -0.6,1.3 -0.3,1.3 -3,-1.4 -1.1,-1.4 0.7,-1.1 -0.1,-1.4 -1.5,-1.5 -2.2,-1.3 -1.8,-0.8 -0.3,-1.9 -1.4,-1.1 0.2,1.8 -1.2,1.6 -1.2,-1.8 -1.7,-0.7 -0.7,-1.2 0.1,-2 0.9,-2 -1.5,-0.9 1.4,-1.3 0.9,-0.8 3.6,1.7 1.3,-0.8 1.8,0.5 0.8,1.3 1.7,0.5 z"
id="CR"
name="Costa Rica"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 544.8,355.7 1.9,2.3 5.2,-0.7 1.8,1.5 4.2,4 3.2,2.9 1.8,-0.1 3.2,1.3 -0.6,1.8 4,0.3 3.9,2.6 -0.8,1.5 -3.8,0.8 -3.8,0.3 -3.7,-0.5 -8.1,0.6 4.2,-3.5 -2.1,-1.7 -3.6,-0.4 -1.7,-1.9 -0.8,-3.6 -3.2,0.2 -5,-1.7 -1.5,-1.4 -7.1,-1 -1.8,-1.2 2.3,-1.6 -5.4,-0.3 -4.4,3.3 -2.3,0.1 -1,1.6 -2.8,0.7 -2.3,-0.7 3.2,-1.9 1.5,-2.4 2.7,-1.4 3,-1.2 4.3,-0.6 1.4,-0.8 4.7,0.5 4.4,0.1 z"
id="CU"
name="Cuba"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1059.7,175.2 2.5,2 3.7,0.5 -0.2,1.7 2.8,1.3 0.6,-1.6 3.4,0.7 0.7,2 3.7,0.3 2.6,3.1 h -1.5 l -0.7,1.1 -1.1,0.3 -0.2,1.4 -0.9,0.3 -0.1,0.6 -1.6,0.6 -2.2,-0.1 -0.6,1.4 -2.4,-1.2 -2.3,0.3 -4,-1.9 -1.7,0.5 -2.6,2.6 -3.8,-2.1 -3,-2.6 -2.6,-1.5 -0.7,-2.7 -1,-1.8 3.4,-1.3 1.7,-1.6 3.5,-1.2 1.1,-1.2 1.3,0.7 z"
id="CZ"
name="Czech Republic"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1053.9,158.9 1.4,3.1 -1.2,1.7 1.9,2.1 1.5,3.3 -0.2,2.2 2.4,3.9 -2.2,0.6 -1.3,-0.7 -1.1,1.2 -3.5,1.2 -1.7,1.6 -3.4,1.3 1,1.8 0.7,2.7 2.6,1.5 3,2.6 -1.6,2.9 -1.7,0.8 1,4.1 -0.4,1.1 -1.7,-1.3 -2.4,-0.2 -3.5,1.1 -4.4,-0.3 -0.6,1.7 -2.7,-1.7 -1.4,0.3 -5.5,-1.9 -1,1.3 h -4.2 l 0.4,-4.5 2.4,-4.2 -7.2,-1.2 -2.4,-1.6 0.2,-2.7 -1,-1.4 0.4,-4.2 -1.1,-6.5 h 2.9 l 1.2,-2.3 0.9,-5.6 -0.9,-2.1 0.8,-1.3 4,-0.3 1,1.3 3.1,-3 -1.3,-2.3 -0.4,-3.4 3.7,0.8 2.9,-0.9 0.3,2.3 4.9,1.4 0.1,2.2 4.7,-1.2 2.6,-1.6 5.6,2.4 z"
id="DE"
name="Germany"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Denmark"
d="m 1046.1,147.7 -2.4,4.9 -5.2,-3.5 -0.9,-2.5 6.8,-2 z"
id="path1055"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Denmark"
d="m 1033.3,151.5 -2.9,0.9 -3.7,-0.8 -2.1,-3.4 -0.4,-6.1 0.6,-1.7 1.3,-1.8 4,-0.3 1.6,-1.7 3.6,-1.7 v 3.1 l -1.2,2 0.7,1.6 2.6,0.9 -1,2.3 -1.4,-0.6 -3.1,4.3 z"
id="path1057"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 585.7,386 0.3,-1.8 -1.3,-1.9 1.5,-1.1 0.7,-2.5 -0.1,-3.4 0.8,-1.1 h 4.3 l 3.2,1.6 1.5,-0.1 0.7,2.3 3.1,-0.2 -0.4,1.9 2.5,0.3 2.5,2.3 -2.3,2.6 -2.6,-1.4 -2.6,0.3 -1.8,-0.3 -1.1,1.2 -2.2,0.4 -0.7,-1.6 -1.9,0.9 -2.7,4.4 -1.3,-1 z"
id="DO"
name="Dominican Republic"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1031,264.6 -1,3.3 1,6.1 -1.1,5.3 -3.2,3.6 0.6,4.8 4.5,3.9 0.1,1.5 3.4,2.6 2.6,11.5 1.9,5.7 0.4,3 -0.8,5.2 0.4,3 -0.6,3.5 0.6,4 -2.2,2.7 3.4,4.7 0.2,2.7 2.1,3.6 2.5,-1.2 4.5,3 2.5,4 -18.8,12.3 -16,12.6 -7.8,2.8 -6.2,0.7 -0.1,-4.1 -2.6,-1.1 -3.5,-1.8 -1.3,-3 -18.7,-14 -18.6,-14 -20.5,-15.6 0.1,-1.2 0.1,-0.4 0.1,-7.6 8.9,-4.8 5.4,-1 4.5,-1.7 2.1,-3.2 6.4,-2.5 0.3,-4.8 3.1,-0.6 2.5,-2.3 7.1,-1.1 1,-2.5 -1.4,-1.4 -1.9,-6.8 -0.3,-3.9 -1.9,-4.1 5.1,-3.5 5.8,-1.1 3.3,-2.6 5.1,-2 9,-1.1 8.8,-0.5 2.7,0.9 4.9,-2.5 5.7,-0.1 2.2,1.5 z"
id="DZ"
name="Algeria"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1172.1,301.4 3.9,9.4 0.7,1.6 -1.3,2.6 -0.7,4.8 -1.2,3.4 -1.2,1.1 -2,-2.1 -2.7,-2.8 -4.7,-9.2 -0.5,0.6 2.8,6.7 3.9,6.5 4.9,10 2.3,3.5 2,3.6 5.4,7.1 -1,1.1 0.4,4.2 6.8,5.8 1.1,1.3 h -22.1 -21.5 -22.3 l -1,-23.7 -1.3,-22.8 -2,-5.2 1.1,-3.9 -1,-2.8 1.7,-3.1 7.2,-0.1 5.4,1.7 5.5,1.9 2.6,1 4,-2 2.1,-1.8 4.7,-0.6 3.9,0.8 1.8,3.2 1.1,-2.1 4.4,1.5 4.3,0.4 z"
id="EG"
name="Egypt"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1113.7,124.6 0.9,1 -2.6,3.4 2.4,5.6 -1.6,1.9 -3.8,-0.1 -4.4,-2.2 -2.1,-0.7 -3.8,1 -0.1,-3.5 -1.5,0.8 -3.3,-2.1 -1,-3.4 5.5,-1.7 5.6,-0.8 5.1,0.9 z"
id="EE"
name="Estonia"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1104.1,70.1 0.4,3.8 7.3,3.7 -2.9,4.2 6.5,6.3 -1.7,4.8 4.9,4.2 -0.9,3.8 7.4,3.9 -0.9,2.9 -3.4,3.4 -8,7.4 -8,0.5 -7.6,2.1 -7.1,1.3 -3.2,-3.2 -4.7,-1.9 0.1,-5.8 -3,-5.2 1.6,-3.4 3.3,-3.5 8.8,-6.2 2.6,-1.2 -0.9,-2.4 -6.5,-2.6 -1.8,-2.2 -1.8,-8.5 -7.2,-3.7 -6,-2.7 2.2,-1.4 5.1,2.8 5.3,-0.2 4.7,1.3 3.4,-2.4 1.1,-4 5.9,-1.8 5.8,2.1 z"
id="FI"
name="Finland"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1060.5,487.3 -0.4,2.8 1.6,3.3 4.2,-0.5 1.4,1.2 -2.5,7.5 2.7,3.8 0.6,5 -0.7,4.3 -1.7,3 -5,-0.3 -3.1,-3.1 -0.4,2.9 -3.8,0.8 -2,1.6 2.1,4.2 -4.3,3.6 -5.8,-6.5 -3.7,-5.3 -3.5,-6.6 0.2,-2.2 1.3,-2 1.3,-4.7 1.2,-4.8 1.9,-0.3 h 8.2 v -7.7 l 2.7,-0.4 3.4,0.8 3.4,-0.8 z"
id="GA"
name="Gabon"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="United Kingdom"
d="m 956.7,158.2 -3.5,-1.2 -3,0.1 1.2,-3.3 -0.9,-3.2 4,-0.3 4.9,3.8 z"
id="path1068"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="United Kingdom"
d="m 972.6,129.5 -5.1,6.5 4.7,-0.8 h 5.1 l -1.3,4.9 -4.3,5.4 4.9,0.3 0.3,0.7 4.2,7.1 3.2,1 2.9,7 1.4,2.4 5.9,1.1 -0.6,4 -2.4,1.8 1.9,3.2 -4.4,3.2 -6.5,-0.1 -8.4,1.8 -2.2,-1.3 -3.3,2.9 -4.5,-0.7 -3.6,2.4 -2.5,-1.2 7.3,-6.5 4.4,-1.4 -7.6,-1 -1.3,-2.5 5.1,-1.9 -2.5,-3.3 1,-4 7.1,0.6 0.8,-3.6 -3.1,-3.7 -0.1,-0.1 -5.7,-1.1 -1.1,-1.6 1.8,-2.7 -1.5,-1.7 -2.6,2.9 -0.1,-5.9 -2.2,-3 1.9,-6.2 3.8,-4.8 3.6,0.4 z"
id="path1070"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 986.5,431.1 -0.4,2 2.3,3.3 v 4.7 l 0.6,5 1.4,2.4 -1.3,5.7 0.5,3.2 1.5,4.1 1.3,2.3 -8.9,3.7 -3.2,2.2 -5.1,1.9 -5,-1.8 0.2,-2.6 -2.4,-5.5 1.5,-7.3 2.4,-5.3 -1.5,-9.2 -0.8,-4.8 0.2,-3.7 9.8,-0.3 2.5,0.5 1.8,-1 z"
id="GH"
name="Ghana"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 921.5,421.9 0.3,2.4 h 0.9 l 1.5,-0.9 0.9,0.2 1.6,1.7 2.4,0.5 1.5,-1.4 1.9,-0.9 1.3,-0.9 1.1,0.2 1.3,1.4 0.6,1.8 2.3,2.7 -1.1,1.6 -0.3,2.1 1.2,-0.6 0.7,0.7 -0.3,1.9 1.7,1.9 -1.1,0.5 -0.5,2.2 1.3,2.6 1.4,5.2 -2.1,0.7 -0.5,0.9 0.4,1.3 -0.4,2.8 h -0.9 l -1.6,-0.2 -1.1,2.6 h -1.6 l -1.1,-1.4 0.4,-2.6 -2.4,-3.9 -1.4,0.7 -1.3,0.2 -1.5,0.3 0.1,-2.3 -0.9,-1.7 0.2,-1.9 -1.2,-2.7 -1.6,-2.3 h -4.5 l -1.3,1.2 -1.6,0.2 -1,1.4 -0.6,1.7 -3.1,2.9 -2.4,-3.8 -2.2,-2.5 -1.4,-0.9 -1.4,-1.3 -0.6,-2.8 -0.8,-1.4 -1.7,-1.1 2.6,-3.1 1.7,0.1 1.5,-1 1.2,-0.1 0.9,-0.8 -0.4,-2.1 0.6,-0.7 0.1,-2.2 2.7,0.1 4.1,1.5 1.2,-0.1 0.4,-0.7 3.1,0.5 z"
id="GN"
name="Guinea"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 891.6,417.4 0.8,-2.9 6.1,-0.1 1.3,-1.6 1.8,-0.1 2.2,1.6 h 1.7 l 1.9,-1 1.1,1.8 -2.5,1.5 -2.4,-0.2 -2.4,-1.3 -2.1,1.5 h -1 l -1.4,0.9 z"
id="GM"
name="The Gambia"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 909.2,421 -0.1,2.2 -0.6,0.7 0.4,2.1 -0.9,0.8 -1.2,0.1 -1.5,1 -1.7,-0.1 -2.6,3.1 -2.9,-2.6 -2.4,-0.5 -1.3,-1.8 0.1,-1 -1.7,-1.3 -0.4,-1.4 3,-1 1.9,0.2 1.5,-0.8 z"
id="GW"
name="Guinea-Bissau"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1050.3,487.3 v 7.7 h -8.2 l -1.9,0.3 -1.1,-0.9 1.9,-7.2 z"
id="GQ"
name="Equatorial Guinea"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Greece"
d="m 1112.7,272.6 3.1,2.2 4.1,-0.4 4,0.4 v 1.2 l 2.8,-0.8 -0.5,1.9 -7.6,0.5 -0.1,-1 -6.6,-1.3 z"
id="path1078"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Greece"
d="m 1121.9,239.9 -3.2,-0.2 -2.7,-0.6 -6.2,1.6 4,3.6 -2.5,1.1 h -2.9 l -3.1,-3.3 -0.9,1.4 1.6,3.8 2.9,3 -1.9,1.4 3.2,2.9 2.8,1.9 0.4,3.6 -5,-1.7 1.8,3.3 -3.3,0.6 2.5,5.7 -3.5,0.1 -4.6,-2.8 -2.4,-5.1 -1.3,-4.3 -2.3,-2.9 -3,-3.7 -0.5,-1.8 2.2,-3.1 0.1,-2.1 1.7,-0.9 -0.1,-1.7 3.4,-0.5 1.8,-1.4 2.8,0.1 0.8,-1.1 1,-0.2 3.8,0.2 4,-1.8 3.9,2.3 4.6,-0.6 -0.3,-3.2 2.7,1.7 -1.1,4 z"
id="path1080"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 896.3,1.4 19.9,3 -6.7,1.4 -13,0.2 -18.5,0.4 1.4,0.7 12.3,-0.5 9.7,1.4 7,-1.2 2.4,1.4 -4.5,2.4 9.2,-1.6 17.1,-1.5 10,0.8 1.7,1.7 -14.8,2.9 -2.2,1 -11.4,0.8 8.1,0.2 -4.9,3.2 -3.6,2.9 -1.2,5.2 3.7,3.2 -5.9,0.1 -6.5,1.6 6.3,2.6 -0.1,4.2 -4.2,0.5 4.1,4.3 -8.7,0.4 4,2 -1.6,1.8 -5.7,0.8 -5.5,0.1 4.2,3.4 -0.5,2.4 -7.3,-2.2 -2.4,1.4 5,1.3 4.6,3.2 0.6,4.3 -7.4,1 -2.7,-2.1 -4.2,-3 0.5,3.6 -5.4,2.8 10.7,0.2 5.5,0.3 -11.9,4.7 -12.2,4.3 -12.7,1.8 -4.6,0.1 -4.9,2.1 -7.5,5.8 -10.2,3.9 -3,0.3 -6.1,1.3 -6.6,1.4 -4.8,3.4 -1.4,4 -3.4,3.8 -8.6,4.6 0.3,4.5 -3.6,4.8 -4.1,5.7 -6.5,0.4 -5,-4.8 -9,-0.1 -3.2,-3.2 -0.8,-5.6 -4.8,-7.2 -0.7,-3.7 1.5,-5.1 -3.7,-5.1 3.3,-4.1 -1.9,-2 7,-6.4 7.2,-2.1 2.6,-2.2 2.8,-4.2 -5.5,1.9 -2.6,0.8 -4.1,0.7 -4.2,-1.7 1.5,-3.7 3,-2.8 3.8,-0.1 7.6,1.5 -5.3,-3.4 -2.7,-1.8 -4.4,0.7 -2.6,-1.3 7,-4.8 -1.3,-2 -1.1,-3.5 -1.4,-5.4 -3.6,-1.9 1.4,-2.1 -8.1,-2.9 -7.7,-0.4 -10.1,0.2 -9.5,0.4 -3.1,-1.6 -3.8,-3.1 11,-1.5 7.6,-0.2 -14.6,-1.3 -6.5,-1.9 2.2,-1.8 15.7,-2.2 15,-2.2 2.8,-1.6 -8.1,-1.6 4.6,-1.7 14.7,-2.9 5.4,-0.4 0.2,-1.8 9,-1.1 11,-0.6 h 10.4 l 2.8,1.2 10.6,-2.2 7.1,1.5 4.6,0.3 6.2,1.3 -6.7,-2.1 1.6,-1.7 L 841.4,2.5 853,2.7 858.1,1.3 870,1 Z"
id="GL"
name="Greenland"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 488.1,387.5 -0.7,5.1 -1.3,7.2 h 1.7 l 1.7,1.2 0.6,-1 1.5,0.8 -2.8,2.5 -2.9,1.8 -0.5,1.2 0.3,1.3 -1.3,1.6 -1.4,0.4 0.3,0.8 -1.2,0.7 -2,1.6 -0.3,0.9 -2.8,-1.1 -3.5,-0.1 -2.4,-1.3 -2.8,-2.6 0.4,-1.9 0.8,-1.5 -0.7,-1.2 3.3,-5.2 h 7.2 l 0.4,-2.2 -0.8,-0.4 -0.5,-1.4 -1.9,-1.5 -1.8,-2.1 2.5,-0.1 0.5,-3.6 h 5.2 z"
id="GT"
name="Guatemala"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 662.9,463.5 -1,5.8 -3.5,1.6 0.3,1.5 -1.1,3.4 2.4,4.6 h 1.8 l 0.7,3.6 3.3,5.6 -1.3,0.3 -3.2,-0.6 -1.8,1.7 -2.6,1.1 -1.8,0.3 -0.6,1.3 -2.8,-0.3 -3.5,-3 -0.3,-3 -1.4,-3.3 1,-5.4 1.6,-2.3 -1.2,-3 -2,-0.9 0.8,-2.9 -1.2,-1.4 -3,0.2 -3.7,-4.8 1.6,-1.8 v -3 l 3.5,-1 1.4,-1.2 -1.8,-2.4 0.5,-2.3 4.7,-3.8 3.6,2.4 3.3,4.1 0.1,3.4 2.1,0.1 3,3.1 z"
id="GY"
name="Guyana"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 519.6,405.5 -1.9,-0.1 -0.9,0.9 -2,0.8 h -1.4 l -1.3,0.8 -1.1,-0.2 -0.9,-1 -0.6,0.2 -0.9,1.5 -0.5,-0.1 -0.2,1.4 -2.1,1.7 -1.2,0.8 -0.6,0.8 -1.5,-1.3 -1.4,1.7 h -1.2 l -1.3,0.1 -0.2,3.2 h -0.8 l -0.8,1.5 -1.8,0.3 -0.8,-2 -1.7,-0.6 0.7,-2.6 -0.7,-0.7 -1.2,-0.4 -2.5,0.7 -0.1,-0.8 -1.6,-1.1 -1.1,-1.2 -1.6,-0.6 1.3,-1.6 -0.3,-1.3 0.5,-1.2 2.9,-1.8 2.8,-2.5 0.6,0.3 1.3,-1.1 1.6,-0.1 0.5,0.5 0.9,-0.3 2.6,0.6 2.6,-0.2 1.8,-0.7 0.8,-0.7 1.7,0.3 1.3,0.4 1.5,-0.1 1.2,-0.6 2.5,0.9 0.8,0.2 1.6,1.2 1.5,1.4 1.9,1 z"
id="HN"
name="Honduras"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1081.5,207.6 1.5,2.5 1.7,1.8 -1.7,2.4 -2.4,-1.4 -3.5,0.1 -4.5,-1.1 -2.3,0.1 -1,1.4 -2,-1.5 -0.8,2.6 2.7,3 1.3,1.9 2.5,2.4 2.1,1.4 2.1,2.7 4.8,2.4 -0.5,1 -5,-2.3 -3.2,-2.3 -4.8,-1.9 -4.7,-4.6 1,-0.5 -2.5,-2.7 -0.3,-2.1 -3.3,-1 -1.4,2.7 -1.6,-2.1 v -2.2 l 0.1,-0.1 3.6,0.2 0.8,-1 1.8,1 2,0.1 -0.1,-1.7 1.7,-0.7 0.3,-2.5 3.9,-1.7 1.6,0.8 4,2.7 4.3,1.2 z"
id="HR"
name="Croatia"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 586.8,375.3 0.1,3.4 -0.7,2.5 -1.5,1.1 1.3,1.9 -0.3,1.8 -3.6,-1.1 -2.7,0.4 -3.4,-0.4 -2.7,1.2 -2.8,-2 0.7,-2.1 5.1,0.9 4.1,0.5 2.2,-1.4 -2.3,-2.8 0.4,-2.5 -3.5,-1 1.5,-1.7 3.4,0.2 z"
id="HT"
name="Haiti"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1096.2,191.9 3,1.7 0.5,1.7 -2.9,1.3 -1.9,4.2 -2.6,4.3 -3.9,1.2 -3.2,-0.3 -3.7,1.6 -1.8,1 -4.3,-1.2 -4,-2.7 -1.6,-0.8 -1.2,-2.1 -0.8,-0.1 1.3,-4 -1.1,-1.4 h 2.8 l 0.2,-2.6 2.7,1.7 1.9,0.6 4.1,-0.7 0.3,-1.3 1.9,-0.2 2.3,-0.9 0.6,0.4 2.3,-0.8 1,-1.5 1.6,-0.4 5.5,1.9 z"
id="HU"
name="Hungary"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 956.7,158.2 0.7,4.4 -3.9,5.5 -8.8,3.6 -6.8,-0.9 4.3,-6.4 -2.1,-6.2 6.7,-4.8 3.7,-2.8 0.9,3.2 -1.2,3.3 3,-0.1 z"
id="IE"
name="Ireland"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 924.8,84.5 -1.4,3.6 4.4,3.8 -6.1,4.3 -13.1,3.9 -3.9,1.1 -5.6,-0.9 -11.9,-1.8 4.8,-2.5 -9,-2.7 7.9,-1.1 0.1,-1.7 -8.8,-1.3 3.6,-3.7 6.6,-0.8 6,3.8 7,-3 5.1,1.5 7.3,-2.9 z"
id="IS"
name="Iceland"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Italy"
d="m 1068.2,256.4 -1.7,5.1 0.9,1.9 -0.9,3.3 -4.2,-2.4 -2.7,-0.7 -7.5,-3.2 0.5,-3.3 6.2,0.6 5.4,-0.7 z"
id="path1121"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Italy"
d="m 1034.2,237.4 3.3,4.5 -0.4,8.5 -2.4,-0.4 -2.1,2.1 -2,-1.7 -0.5,-7.7 -1.3,-3.6 2.9,0.3 z"
id="path1123"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Italy"
d="m 1055.9,203.9 -0.4,3.1 1.4,2.7 -4.1,-1 -3.9,2.3 0.4,3.1 -0.5,1.8 1.9,3.2 5,3.2 2.9,5.3 6.1,5.1 4,-0.1 1.4,1.4 -1.4,1.3 4.8,2.3 4,1.9 4.7,3.4 0.6,1.1 -0.8,2.3 -3.1,-3 -4.6,-1 -1.9,4.1 3.9,2.4 -0.4,3.3 -2.1,0.4 -2.5,5.5 -2.2,0.5 -0.1,-2 0.9,-3.4 1.1,-1.4 -2.3,-3.7 -1.8,-3.2 -2.2,-0.8 -1.8,-2.7 -3.4,-1.2 -2.4,-2.6 -3.8,-0.4 -4.3,-2.8 -4.9,-4.2 -3.7,-3.6 -1.9,-6.3 -2.6,-0.7 -4.2,-2.1 -2.3,0.8 -2.9,3 -2.1,0.4 0.5,-2.7 -2.8,-0.8 -1.5,-4.9 1.7,-1.9 -1.5,-2.4 0.1,-1.8 2.2,1.4 2.5,-0.3 2.7,-2.2 0.9,1 2.4,-0.2 1,-2.5 3.8,0.8 2.1,-1.1 0.3,-2.5 3.1,0.9 0.5,-1.2 4.9,-1.1 1.3,2.1 z"
id="path1125"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 556.5,387.1 -1.8,1.1 -3,-1.1 -2.9,-2.3 0.8,-1.5 2.4,-0.4 1.3,0.2 3.7,0.6 2.7,1.5 0.8,1.8 z"
id="JM"
name="Jamaica"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 938.6,452.5 -0.2,1.8 0.5,3.1 -1.2,2.9 1.6,1.8 1.8,0.4 2.4,2.7 0.2,2.5 -0.6,0.8 -0.4,5.3 -1.5,0.1 -5.8,-3.1 -5.2,-4.9 -4.8,-3.5 -3.8,-4.1 1.4,-2.1 0.3,-1.9 2.6,-3.4 2.6,-3 1.3,-0.2 1.4,-0.7 2.4,3.9 -0.4,2.6 1.1,1.4 h 1.6 l 1.1,-2.6 z"
id="LR"
name="Liberia"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1122.6,299.1 -1.7,3.1 1,2.8 -1.1,3.9 2,5.2 1.3,22.8 1,23.7 0.5,12.8 h -6.4 v 2.7 l -22.6,-12.3 -22.5,-12.3 -5.5,3.5 -3.8,2.4 -3.2,-3.5 -8.8,-2.8 -2.5,-4 -4.5,-3 -2.5,1.2 -2.1,-3.6 -0.2,-2.7 -3.4,-4.7 2.2,-2.7 -0.6,-4 0.6,-3.5 -0.4,-3 0.8,-5.2 -0.4,-3 -1.9,-5.7 2.6,-1.4 0.4,-2.8 -0.6,-2.6 3.6,-2.5 1.6,-2.1 2.6,-1.8 0.1,-4.9 6.4,2.2 2.3,-0.6 4.5,1.1 7.3,2.9 2.8,5.7 4.9,1.2 7.8,2.7 6,3.2 2.5,-1.7 2.5,-2.9 -1.6,-4.9 1.5,-3.2 3.7,-3 3.7,-0.8 7.4,1.3 2,2.8 2,0.1 1.8,1.1 5.4,0.7 z"
id="LY"
name="Libya"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1111.1,147.6 1,2.7 -3.6,2 -0.5,3.4 -4.8,2.3 h -4.7 l -1.4,-1.9 -2.5,-0.7 -0.6,-1.5 0.2,-1.7 -2.2,-0.9 -5.1,-1.1 -1.7,-5.1 5.1,-1.8 7.9,0.4 4.5,-0.6 0.9,1.2 2.5,0.4 z"
id="LT"
name="Lithuania"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1016.9,185.4 -1.4,0.1 -1.1,-0.5 0.4,-3.5 1.3,-0.2 1,1.4 z"
id="LU"
name="Luxembourg"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1112.8,136.5 2.5,1.3 1,2.9 2.1,3.6 -4.6,2.3 -2.7,1 -5,-2.9 -2.5,-0.4 -0.9,-1.2 -4.5,0.6 -7.9,-0.4 -5.1,1.8 -0.5,-4.5 1.7,-3.8 4.1,-2 4.4,4.5 3.7,-0.2 0.1,-4.6 3.8,-1 2.1,0.7 4.4,2.2 z"
id="LV"
name="Latvia"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 974.8,276 1.9,4.1 0.3,3.9 1.9,6.8 1.4,1.4 -1,2.5 -7.1,1.1 -2.5,2.3 -3.1,0.6 -0.3,4.8 -6.4,2.5 -2.1,3.2 -4.5,1.7 -5.4,1 -8.9,4.8 -0.1,7.6 H 938 l 0.1,3.4 -3.4,0.2 -1.8,1.5 h -2.5 l -2,-0.9 -4.6,0.7 -1.9,5 -1.8,0.5 -2.7,8.1 -7.9,6.9 -2,8.9 -2.4,2.9 -0.7,2.3 -12.5,0.5 h -0.1 l 0.3,-3 2.2,-1.7 1.9,-3.4 -0.3,-2.2 2,-4.5 3.2,-4.1 1.9,-1 1.6,-3.7 0.2,-3.5 2.1,-3.9 3.8,-2.4 3.6,-6.5 0.1,-0.1 2.9,-2.5 5.1,-0.7 4.4,-4.4 2.8,-1.7 4.7,-5.4 -1.2,-7.9 2.2,-5.6 0.9,-3.4 3.6,-4.3 5.4,-2.9 4.1,-2.7 3.7,-6.6 1.8,-4 3.9,0.1 3.1,2.7 5.1,-0.4 5.5,1.4 z"
id="MA"
name="Morocco"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1129.4,210.3 -1.3,-2.9 0.2,-2.7 -0.6,-2.7 -3.4,-3.8 -2,-2.6 -1.8,-1.8 -1.6,-0.7 1.1,-0.9 3.2,-0.6 4,1.9 2,0.3 2.6,1.7 -0.1,2.1 2,1 1.1,2.6 2,1.6 -0.2,1 1,0.6 -1.3,0.5 -3,-0.2 -0.6,-0.9 -1,0.5 0.6,1.1 -1.1,2.1 -0.6,2.1 z"
id="MD"
name="Moldova"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 449.3,335.9 2.2,-0.2 -3.2,5.7 -1.8,4.6 -1.8,8.6 -1.1,3.1 0.4,3.5 1.3,3.2 0.4,4.9 3,4.8 0.8,3.7 1.7,3.1 5.7,1.7 1.9,2.7 5.2,-1.8 4.3,-0.6 4.4,-1.2 3.6,-1.1 3.9,-2.6 1.8,-3.7 1.2,-5.4 1.2,-1.9 4,-1.7 6.1,-1.5 4.9,0.3 3.4,-0.6 1.2,1.4 -0.6,3.1 -3.5,3.8 -1.8,3.9 0.9,1.1 -1.2,2.8 -2.1,5 -1.2,-1.7 -1.1,0.1 -1.1,0.1 -2.5,3.9 -0.9,-0.8 -0.7,0.3 -0.1,1 -5.2,-0.1 h -5.2 l -0.5,3.6 -2.5,0.1 1.8,2.1 1.9,1.5 0.5,1.4 0.8,0.4 -0.4,2.2 h -7.2 l -3.3,5.2 0.7,1.2 -0.8,1.5 -0.4,1.9 -5.6,-6.9 -2.6,-2.1 -4.4,-1.7 -3.2,0.5 -4.8,2.4 -2.9,0.6 -3.7,-1.7 -4.1,-1.2 -4.8,-2.9 -4.1,-0.9 -5.9,-3 -4.3,-3.1 -1.1,-1.7 -3.1,-0.4 -5.4,-2 -1.9,-2.9 -5.4,-3.7 -2.2,-4 -0.8,-3.2 1.9,-0.6 -0.3,-1.8 1.6,-1.7 0.4,-2.2 -1.5,-2.9 v -2.5 l -1.3,-3.3 -3.8,-6.4 -4.6,-5 -1.9,-4 -4.1,-2.6 -0.7,-1.6 1.7,-3.9 -2.4,-1.5 -2.5,-3.2 -0.2,-4.4 -2.8,-0.6 -2.3,-3.3 -1.7,-3.2 0.3,-2 -1.5,-4.8 -0.3,-4.9 0.8,-2.5 -3.1,-2.6 -1.9,0.3 -2.4,-1.7 -1.8,2.6 -0.1,3 -1,4.9 1,2.6 2.8,4.4 0.4,1.6 0.7,0.4 0.1,2.2 1,-0.1 v 4.2 l 1.3,1.6 0.5,2.3 2.7,3.2 0.4,6 1,2.8 0.9,3 -0.3,3.4 2.6,0.2 1.6,2.9 1.5,2.9 -0.3,1.2 -2.8,2.3 h -1 l -0.7,-3.9 -2.9,-3.7 -3.4,-3.1 -2.5,-1.6 1.2,-4.7 -0.1,-3.5 -2.1,-2 -3.1,-2.8 -0.9,0.8 -1,-1.7 -3,-1.5 -2.2,-3.8 0.5,-0.4 2.1,0.3 2.7,-2.4 1,-2.9 -2.9,-4.6 -2.6,-1.7 -0.8,-4 -0.6,-4.3 -0.8,-5.1 -0.2,-5.8 6.3,-0.5 7.1,-0.7 -0.9,1.3 7,3.1 10.9,4.5 h 10.8 4.3 l 0.8,-2.7 h 9.4 l 1.3,2.3 2.1,2.1 2.4,2.8 0.8,3.3 0.4,3.6 2.3,1.9 4,1.9 4.8,-5 4.5,-0.2 3.2,2.6 1.6,4.4 0.9,3.8 2.4,3.6 0.2,4.5 0.9,3 3.9,2 z"
id="MX"
name="Mexico"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1105.5,236.6 -1,0.2 -0.8,1.1 -2.8,-0.1 -1.8,1.4 -3.4,0.5 -2.3,-1.5 -1,-2.7 0.5,-2.2 0.7,0.1 0.1,-1.3 2.9,-1 1.2,-0.3 1.7,-0.3 2.4,-0.2 2.8,2.1 z"
id="MK"
name="Macedonia"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1010.2,378.8 0.1,14.8 -3.1,4.3 -0.4,4 -5,1 -7.7,0.5 -2,2.3 -3.6,0.3 h -3.6 l -1.4,-1.2 -3.1,0.9 -5.3,2.7 -1.1,2 -4.3,2.8 -0.8,1.7 -2.4,1.3 -2.7,-0.9 -1.5,1.6 -0.9,4.4 -4.5,5.3 0.2,2.2 -1.6,2.7 0.4,3.7 -2.4,1 -1.3,0.8 -0.9,-2.7 -1.6,0.7 -1,-0.1 -1,1.8 h -4.4 l -1.5,-1 -0.8,0.6 -1.7,-1.9 0.3,-1.9 -0.7,-0.7 -1.2,0.6 0.3,-2.1 1.1,-1.6 -2.3,-2.7 -0.6,-1.8 -1.3,-1.4 -1.1,-0.2 -1.3,0.9 -1.9,0.9 -1.5,1.4 -2.4,-0.5 -1.6,-1.7 -0.9,-0.2 -1.5,0.9 h -0.9 l -0.3,-2.4 0.3,-2 -0.5,-2.4 -2,-1.8 -1.1,-3.7 -0.2,-4 1.9,-1.2 1,-3.8 1.8,-0.1 3.9,1.8 3.2,-1.3 2.1,0.4 0.9,-1.4 22.5,-0.1 1.3,-4.5 -1,-0.8 -2.5,-27.7 -2.4,-27.7 8.5,-0.1 18.6,14 18.7,14 1.3,3 3.5,1.8 2.6,1.1 0.1,4.1 z"
id="ML"
name="Mali"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1090.6,227.2 -0.8,1.4 -1.4,0.6 -0.4,-1.2 -1.9,3.1 0.5,2.1 -1.1,-0.5 -1.7,-2.1 -2.3,-1.3 0.5,-1 0.4,-3.5 1.6,-1.5 0.9,-0.6 1.4,1.1 0.9,0.9 1.7,0.7 2.1,1.3 z"
id="ME"
name="Montenegro"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 959.2,341.5 -8.5,0.1 2.4,27.7 2.5,27.7 1,0.8 -1.3,4.5 -22.5,0.1 -0.9,1.4 -2.1,-0.4 -3.2,1.3 -3.9,-1.8 -1.8,0.1 -1,3.8 -1.9,1.2 -3.6,-4.4 -3.4,-4.8 -3.6,-1.7 -2.7,-1.8 h -3.1 l -2.8,1.4 -2.7,-0.5 -2,2 -0.4,-3.4 1.6,-3.2 0.8,-6 -0.4,-6.4 -0.6,-3.2 0.6,-3.2 -1.4,-3 -2.8,-2.8 1.3,-2.1 h 21.7 l -0.9,-9.3 1.5,-3.3 5.2,-0.5 0.2,-16.5 18,0.4 0.2,-9.8 z"
id="MR"
name="Mauritania"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1068.6,355 1.6,10 2.2,1.7 0.1,2 2.4,2.2 -1.2,2.8 -1.8,13 -0.2,8.4 -7,6 -2.3,8.5 2.4,2.4 v 4.1 l 3.7,0.1 -0.6,3.1 -1.5,0.3 -0.2,2.1 -1,0.1 -3.9,-7 -1.4,-0.3 -4.3,3.6 -4.4,-1.9 -3,-0.3 -1.6,0.9 -3.3,-0.2 -3.3,2.7 -2.9,0.2 -6.8,-3.3 -2.7,1.5 -2.9,-0.1 -2.1,-2.4 -5.6,-2.4 -6.1,0.8 -1.4,1.3 -0.8,3.7 -1.6,2.6 -0.4,5.8 -4.3,-3.7 h -2 l -1.9,1.9 0.1,-4.4 -6.5,-1.5 -0.2,-3.1 -3.1,-4.2 -0.8,-2.9 0.5,-3.1 3.6,-0.3 2,-2.3 7.7,-0.5 5,-1 0.4,-4 3.1,-4.3 -0.1,-14.8 7.8,-2.8 16,-12.6 18.8,-12.3 8.8,2.8 3.2,3.5 z"
id="NE"
name="Niger"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1066.2,421.7 2.3,2.5 -0.6,1.2 -0.3,2.1 -4.7,5 -1.4,4.1 -0.8,3.3 -1.2,1.5 -1.1,4.5 -3,2.6 -0.8,3.2 -1.3,2.6 -0.5,2.7 -3.9,2.2 -3.2,-2.7 -2.1,0.1 -3.4,3.8 h -1.6 l -2.7,6.2 -1.4,4.6 -5.9,2.3 -2.1,-0.3 -2.2,1.4 -4.5,-0.1 -3.1,-4.1 -1.9,-4.6 -4,-4.2 h -4.2 -5 l 0.3,-10.3 -0.2,-4.1 1.1,-4 1.7,-2 2.8,-4 -0.6,-1.7 1.1,-2.6 -1.3,-3.8 0.2,-2.1 0.4,-5.8 1.6,-2.6 0.8,-3.7 1.4,-1.3 6.1,-0.8 5.6,2.4 2.1,2.4 2.9,0.1 2.7,-1.5 6.8,3.3 2.9,-0.2 3.3,-2.7 3.3,0.2 1.6,-0.9 3,0.3 4.4,1.9 4.3,-3.6 1.4,0.3 3.9,7 z"
id="NG"
name="Nigeria"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 519.6,405.5 -0.5,0.7 -0.5,1.4 0.4,2.3 -1.5,2.2 -0.8,2.6 -0.5,2.8 0.2,1.7 -0.1,2.9 -0.9,0.6 -0.7,2.8 0.2,1.7 -1.2,1.6 0.1,1.7 0.8,1.1 -1.4,1.4 -1.7,-0.5 -0.8,-1.3 -1.8,-0.5 -1.3,0.8 -3.6,-1.7 -0.9,0.8 -1.8,-2 -2.5,-2.6 -1.1,-2.1 -2.2,-2.1 -2.5,-2.9 0.7,-1 0.8,1 0.5,-0.4 1.8,-0.3 0.8,-1.5 h 0.8 l 0.2,-3.2 1.3,-0.1 h 1.2 l 1.4,-1.7 1.5,1.3 0.6,-0.8 1.2,-0.8 2.1,-1.7 0.2,-1.4 0.5,0.1 0.9,-1.5 0.6,-0.2 0.9,1 1.1,0.2 1.3,-0.8 h 1.4 l 2,-0.8 0.9,-0.9 z"
id="NI"
name="Nicaragua"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Norway"
d="m 1113.7,67.5 -6.4,2.1 -3.2,0.5 0.8,-3.8 -5.8,-2.1 -5.9,1.8 -1.1,4 -3.4,2.4 -4.7,-1.3 -5.3,0.2 -5.1,-2.8 -2.2,1.4 -2.6,0.2 0.1,3.6 -8,-0.9 -0.6,3.1 h -4 l -2.3,3.9 -3.4,6.1 -5.7,7.9 1.8,2 -1.3,2.2 -4.3,-0.1 -2.4,5.4 1,7.7 3.1,2.9 -0.8,6.9 -3.4,4 -1.8,3.4 -3.3,-3.6 -8.6,6.8 -6.1,1.4 -6.5,-3 -1.8,-6.3 -2,-13.5 4,-3.7 11.3,-4.9 8.1,-5.9 7.2,-7.8 8.9,-10.7 6.4,-4.1 10.3,-6.8 8.5,-2.4 6.7,0.3 5.2,-4.4 7.4,0.2 7,-1 13.7,3.9 -4.9,1.4 z"
id="path1170"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Norway"
d="m 1076.6,25.2 -7.6,1.9 -6.8,-1.1 2.2,-1.2 -2.6,-1.5 7.3,-0.9 1.9,1.7 z"
id="path1172"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Norway"
d="m 1051,16.7 12.6,3.4 -8.6,1.8 -1.2,3.4 -3,0.9 -0.9,4 -4.4,0.2 -8.5,-2.9 3,-1.7 -5.7,-1.4 -7.7,-3.9 -3.2,-3.5 9.3,-1.6 2.3,1.5 h 5 l 1,-1.5 5.2,-0.2 z"
id="path1174"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Norway"
d="m 1075.4,13.7 7.4,1.5 -4.4,2.4 -10.1,0.5 -10.7,-0.8 -1,-1.2 h -5.1 l -4.3,-2 10.5,-1.2 5.4,1 3.1,-1.3 z"
id="path1176"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 549.3,446.2 -0.7,0.9 1.1,3.8 -1.1,1.9 -1.8,-0.5 -0.9,3.1 -1.8,-1.8 -1,-3.5 1.4,-1.7 -1.4,-0.4 -0.9,-2.1 -2.8,-1.8 -2.4,0.4 -1.3,2.2 -2.4,1.6 -1.2,0.2 -0.6,1.4 2.5,3.5 -1.6,0.8 -0.8,0.9 -2.7,0.4 -0.8,-3.9 -0.8,1.1 -1.8,-0.4 -1,-2.5 -2.3,-0.5 -1.5,-0.7 h -2.4 l -0.2,1.4 -0.6,-1 0.3,-1.3 0.6,-1.3 -0.2,-1.1 0.9,-0.8 -1.1,-0.9 0.1,-2.6 2.2,-0.6 1.9,2.3 -0.2,1.4 2.2,0.3 0.6,-0.6 1.5,1.6 2.8,-0.5 2.5,-1.6 3.5,-1.3 2,-1.9 3.1,0.4 -0.2,0.6 3.1,0.2 2.4,1.2 1.8,1.9 z"
id="PA"
name="Panama"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1079.9,154.8 5.9,0.7 8.8,-0.1 2.5,0.7 1.4,1.9 0.6,2.7 1.7,2.3 0.4,2.4 -2.8,1.3 1.9,2.8 0.5,2.8 3.2,5.4 -0.3,1.7 -2.3,0.7 -3.8,5.2 1.6,2.8 -1.1,-0.4 -5,-2.4 -3.5,0.9 -2.4,-0.6 -2.8,1.3 -2.7,-2.2 -1.9,0.9 -0.3,-0.4 -2.6,-3.1 -3.7,-0.3 -0.7,-2 -3.4,-0.7 -0.6,1.6 -2.8,-1.3 0.2,-1.7 -3.7,-0.5 -2.5,-2 -2.4,-3.9 0.2,-2.2 -1.5,-3.3 -1.9,-2.1 1.2,-1.7 -1.4,-3.1 3.1,-1.8 7.1,-2.8 5.8,-2 4.8,1 0.6,1.5 z"
id="PL"
name="Poland"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1118.9,193.1 1.6,0.7 1.8,1.8 2,2.6 3.4,3.8 0.6,2.7 -0.2,2.7 1.3,2.9 2.4,1.2 2.3,-1.1 2.4,1.1 0.4,1.7 -2.3,1.3 -1.6,-0.6 -0.4,7.7 -3.1,-0.7 -4,-2.3 -5.9,1.5 -2.3,1.6 -7.6,-0.4 -4,-0.9 -1.9,0.4 -1.8,-2.6 -1,-1.1 1,-1.1 -1.3,-0.7 -1.5,1.4 -3.1,-1.9 -0.7,-2.6 -3.2,-1.4 -0.8,-2.1 -3,-2.4 3.9,-1.2 2.6,-4.3 1.9,-4.2 2.9,-1.3 2,-1.4 3.2,0.7 h 3.2 l 2.5,1.6 1.6,-1 3.6,-0.6 1,-1.5 z"
id="RO"
name="Romania"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 938.9,324.3 -0.1,0.4 -0.1,1.2 -0.2,9.8 -18,-0.4 -0.2,16.5 -5.2,0.5 -1.5,3.3 0.9,9.3 h -21.7 l -1.3,2.1 0.3,-2.7 h 0.1 l 12.5,-0.5 0.7,-2.3 2.4,-2.9 2,-8.9 7.9,-6.9 2.7,-8.1 1.8,-0.5 1.9,-5 4.6,-0.7 2,0.9 h 2.5 l 1.8,-1.5 3.4,-0.2 -0.1,-3.4 z"
id="EH"
name="Western Sahara"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1191,409.2 -0.7,5.5 -2,6.4 -3.3,3.1 -2.3,5 -0.5,2.6 -2.6,1.8 -1.5,6.7 v 0.8 l -0.8,-0.2 0.1,-3.2 -0.8,-2.2 -2.9,-2.5 -0.9,-4.6 0.6,-4.8 -2.6,-0.4 -0.4,1.4 -3.4,0.4 1.5,1.8 0.5,3.9 -3,3.5 -2.7,4.6 -2.9,0.7 -4.8,-3.7 -2.1,1.3 -0.5,1.8 -2.9,1.3 -0.2,1.3 h -5.6 l -0.8,-1.3 -4.1,-0.3 -2,1.1 -1.6,-0.5 -2.9,-3.8 -1,-1.7 -4.1,0.9 -1.5,2.9 -1.3,5.8 -2,1.2 -1.7,0.7 -0.5,-0.3 -1.9,-1.9 -0.4,-2 0.8,-2.6 V 437 l -3.3,-4 -0.7,-2.7 v -1.6 l -2.1,-1.9 -0.1,-3.7 -1.3,-2.5 -1.9,0.4 0.5,-2.4 1.4,-2.6 -0.7,-2.7 1.8,-2 -1.2,-1.5 1.3,-3.9 2.5,-4.8 4.8,0.5 -1.1,-25.5 v -2.7 h 6.4 l -0.5,-12.8 h 22.3 21.5 22.1 l 2.1,6.3 -1.2,1.1 1.2,6.7 2.5,7.6 2.2,1.6 3.2,2.4 -2.7,3.6 -4,1.1 -1.7,2 -0.3,4.2 -2,9.5 z"
id="SD"
name="Sudan"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1178.1,441.1 0.2,5 -0.8,1.9 -3,0.2 -1.9,3.6 3.5,0.5 3,3.1 1,2.6 2.6,1.5 3.5,7 -3.8,4.2 -3.4,3.8 -3.5,3 h -4 l -4.5,1.5 -3.6,-1.5 -2.3,1.8 -5.1,-4.3 -1.4,-2.7 -3.1,1.3 -2.6,-0.4 -1.5,1.1 -2.6,-0.8 -3.5,-5.3 -0.9,-2 -4.3,-2.6 -1.4,-3.8 -2.4,-2.8 -3.9,-3.3 -0.1,-2.1 -3.1,-2.6 -3.9,-2.5 1.7,-0.7 2,-1.2 1.3,-5.8 1.5,-2.9 4.1,-0.9 1,1.7 2.9,3.8 1.6,0.5 2,-1.1 4.1,0.3 0.8,1.3 h 5.6 l 0.2,-1.3 2.9,-1.3 0.5,-1.8 2.1,-1.3 4.8,3.7 2.9,-0.7 2.7,-4.6 3,-3.5 -0.5,-3.9 -1.5,-1.8 3.4,-0.4 0.4,-1.4 2.6,0.4 -0.6,4.8 0.9,4.6 2.9,2.5 0.8,2.2 -0.1,3.2 z"
id="SS"
name="South Sudan"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 918,408 0.2,4 1.1,3.7 2,1.8 0.5,2.4 -0.3,2 -0.8,0.4 -3.1,-0.5 -0.4,0.7 -1.2,0.1 -4.1,-1.5 -2.7,-0.1 -10.4,-0.3 -1.5,0.8 -1.9,-0.2 -3,1 -0.8,-4.9 5.1,0.1 1.4,-0.9 h 1 l 2.1,-1.5 2.4,1.3 2.4,0.2 2.5,-1.5 -1.1,-1.8 -1.9,1 h -1.7 l -2.2,-1.6 -1.8,0.1 -1.3,1.6 -6.1,0.1 -2.3,-5 -2.7,-2.2 2.5,-1.3 2.8,-4.5 1.4,-3.3 2,-2 2.7,0.5 2.8,-1.4 h 3.1 l 2.7,1.8 3.6,1.7 3.4,4.8 z"
id="SN"
name="Senegal"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 928.5,447.9 -2.6,3 -2.6,3.4 -0.3,1.9 -1.4,2.1 -1.5,-0.5 -4,-2.6 -3,-3.4 -0.9,-2.4 -0.7,-4.7 3.1,-2.9 0.6,-1.7 1,-1.4 1.6,-0.2 1.3,-1.2 h 4.5 l 1.6,2.3 1.2,2.7 -0.2,1.9 0.9,1.7 -0.1,2.3 z"
id="SL"
name="Sierra Leone"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 492.5,415.9 -0.7,1.5 -3.3,-0.1 -2,-0.6 -2.2,-1.3 -3,-0.4 -1.5,-1.4 0.3,-0.9 2,-1.6 1.2,-0.7 -0.3,-0.8 1.4,-0.4 1.6,0.6 1.1,1.2 1.6,1.1 0.1,0.8 2.5,-0.7 1.2,0.4 0.7,0.7 z"
id="SV"
name="El Salvador"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1102,218.2 -1.1,1.4 0.7,2.4 2.8,2.7 -1.8,2 -0.6,2 0.6,0.8 -0.7,0.8 -2.4,0.2 -1.7,0.3 -0.3,-0.5 0.6,-0.7 0.4,-1.6 -0.7,0.1 -1.1,-1.2 -0.9,-0.3 -0.8,-1 -1,-0.4 -0.8,-0.9 -0.9,0.4 -0.5,2.1 -1.2,0.4 0.4,-0.5 -2.1,-1.3 -1.7,-0.7 -0.9,-0.9 -1.4,-1.1 1.1,-0.3 0.5,-2.9 -2.7,-2.5 1.1,-2.8 -1.9,0.1 1.7,-2.4 -1.7,-1.8 -1.5,-2.5 3.7,-1.6 3.2,0.3 3,2.4 0.8,2.1 3.2,1.4 0.7,2.6 3.1,1.9 1.5,-1.4 1.3,0.7 -1,1.1 z"
id="RS"
name="Serbia"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 681,464.9 -3.1,5.5 0.3,4.4 2.2,3.8 -1.1,2.7 -0.5,3 -1.5,2.7 -3.2,-1.4 -2.7,0.7 -2.3,-0.6 -0.6,1.9 1,1.2 -0.6,1.4 -3.1,-0.6 -3.3,-5.6 -0.7,-3.6 H 660 l -2.4,-4.6 1.1,-3.4 -0.3,-1.5 3.5,-1.6 1,-5.8 6.8,1.3 0.6,-1.2 4.6,-0.5 z"
id="SR"
name="Suriname"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1098.1,187.7 -1.2,1.7 -0.7,2.5 -1,0.6 -5.5,-1.9 -1.6,0.4 -1,1.5 -2.3,0.8 -0.6,-0.4 -2.3,0.9 -1.9,0.2 -0.3,1.3 -4.1,0.7 -1.9,-0.6 -2.7,-1.7 -0.7,-2.1 0.3,-0.8 0.6,-1.4 2.2,0.1 1.6,-0.6 0.1,-0.6 0.9,-0.3 0.2,-1.4 1.1,-0.3 0.7,-1.1 h 1.5 l 0.3,0.4 1.9,-0.9 2.7,2.2 2.8,-1.3 2.4,0.6 3.5,-0.9 z"
id="SK"
name="Slovakia"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1069.8,203.9 -3.9,1.7 -0.3,2.5 -1.7,0.7 0.1,1.7 -2,-0.1 -1.8,-1 -0.8,1 -3.6,-0.2 1.1,-0.5 -1.4,-2.7 0.4,-3.1 4.2,0.5 2.4,-1.5 4.4,-0.1 0.9,-1.1 0.8,0.1 z"
id="SI"
name="Slovenia"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1088.2,87 -7,1.6 -3.5,3.9 1.3,3.5 -6.2,4.5 -7.8,5 -2.1,8.1 3.7,4.1 4.8,3.3 -3.3,6.6 -4.6,1.4 -0.6,10 -2.1,5.7 -5.7,-0.6 -2.2,4.8 -5.5,0.3 -1.9,-5.7 -4.5,-6.9 -4.2,-8.4 1.8,-3.4 3.4,-4 0.8,-6.9 -3.1,-2.9 -1,-7.7 2.4,-5.4 4.3,0.1 1.3,-2.2 -1.8,-2 5.7,-7.9 3.4,-6.1 2.3,-3.9 h 4 l 0.6,-3.1 8,0.9 -0.1,-3.6 2.6,-0.2 6,2.7 7.2,3.7 1.8,8.5 z"
id="SE"
name="Sweden"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1119.2,376.1 1.1,25.5 -4.8,-0.5 -2.5,4.8 -1.3,3.9 1.2,1.5 -1.8,2 0.7,2.7 -1.4,2.6 -0.5,2.4 1.9,-0.4 1.3,2.5 0.1,3.7 2.1,1.9 v 1.6 l -3.6,1.1 -2.8,2.6 -4,7 -5.2,3 -5.5,-0.4 -1.6,0.6 0.6,2.2 -2.9,2.3 -2.4,2.5 -7.1,2.4 -1.4,-1.4 -1,-0.2 -1,1.7 -4.6,0.5 0.8,-1.8 -1.8,-4.4 -0.8,-2.6 -2.5,-1.1 -3.4,-3.8 1.2,-3 2.6,0.6 1.6,-0.4 h 3.2 l -3.2,-5.8 0.2,-4.3 -0.5,-4.2 -2.3,-4.1 0.6,-3.1 -3.7,-0.1 V 412 l -2.4,-2.4 2.3,-8.5 7,-6 0.2,-8.4 1.8,-13 1.2,-2.8 -2.4,-2.2 -0.1,-2 -2.2,-1.7 -1.6,-10 5.5,-3.5 22.5,12.3 z"
id="TD"
name="Chad"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 991.4,431.2 -0.7,3.4 1.7,1.9 2,2.2 0.2,3.2 1.2,1.3 -0.3,14.8 1.4,4.4 -4.5,1.4 -1.3,-2.3 -1.5,-4.1 -0.5,-3.2 1.3,-5.7 -1.4,-2.4 -0.6,-5 v -4.7 l -2.3,-3.3 0.4,-2 z"
id="TG"
name="Togo"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1048.2,289.1 -0.1,4.9 -2.6,1.8 -1.6,2.1 -3.6,2.5 0.6,2.6 -0.4,2.8 -2.6,1.4 -2.6,-11.5 -3.4,-2.6 -0.1,-1.5 -4.5,-3.9 -0.6,-4.8 3.2,-3.6 1.1,-5.3 -1,-6.1 1,-3.3 5.7,-2.5 3.7,0.7 v 3.3 l 4.4,-2.4 0.4,1.2 -2.5,3.2 0.1,2.9 1.9,1.6 -0.5,5.6 -3.5,3.2 1.2,3.5 2.8,0.1 1.4,3.1 z"
id="TN"
name="Tunisia"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Turkey"
d="m 1201.7,235.3 5.5,-0.3 5.6,3.2 1.3,2.2 0.1,3.1 4.2,1.6 2.4,1.8 -3.3,1.9 2.9,7.3 -0.7,2 3.8,5.1 -2.4,1.1 -2.1,-1.6 -6.3,-0.9 -2.1,1 -5.9,1 -2.9,-0.1 -5.7,2.4 h -4.4 l -3,-1.2 -5.6,1.8 -1.9,-1.2 0.2,3.5 -1.2,1.4 -1.3,1.4 -2.3,-2.9 1.7,-2.4 -3.2,0.6 -4.6,-1.5 -3.2,3.7 -8,0.7 -4.7,-3.4 -5.7,-0.2 -1,2.6 -3.6,0.8 -5.4,-3.4 -5.8,0.1 -3.8,-6.4 -4.2,-3.5 2,-5 -3.6,-3.1 5.1,-6.1 8,-0.2 1.6,-4.9 10,0.9 5.6,-4.1 5.8,-1.8 8.5,-0.2 9.8,4.5 7.9,2.5 5.8,-1 4.6,0.6 z"
id="path1236"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Turkey"
d="m 1121.9,239.9 1.2,-0.7 1.1,-4 -2.7,-1.7 5,-2 4.6,0.8 0.9,2.5 4.8,2 -0.7,1.6 -6.2,0.3 -2,2 -3.9,3.4 -2,-2.9 z"
id="path1238"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1157.2,174.6 2.3,2.7 0.1,1.2 6.7,2.2 3.6,-1 3.6,2.9 2.9,-0.1 7.7,2 0.4,1.9 -1.3,3.2 1.8,3.5 -0.3,2.1 -4.8,0.4 -2.2,1.8 0.4,2.7 -3.9,0.5 -3,2.1 -4.6,0.3 -4,2.4 1,3.9 2.8,1.5 5.1,-0.4 -0.6,2.3 -5.4,1.1 -6.3,3.6 -3.1,-1.3 0.7,-2.9 -5.9,-1.9 0.7,-1.2 4.6,-2.1 -1.7,-1.4 -8.1,-1.6 -0.8,-2.4 -4.5,0.8 -1.3,3.5 -3.3,4.6 -2.4,-1.1 -2.3,1.1 -2.4,-1.2 1.2,-0.7 0.6,-2.1 1.1,-2.1 -0.6,-1.1 1,-0.5 0.6,0.9 3,0.2 1.3,-0.5 -1,-0.6 0.2,-1 -2,-1.6 -1.1,-2.6 -2,-1 0.1,-2.1 -2.6,-1.7 -2,-0.3 -4,-1.9 -3.2,0.6 -1.1,0.9 h -2.1 l -1,1.5 -3.6,0.6 -1.6,1 -2.5,-1.6 h -3.2 l -3.2,-0.7 -2,1.4 -0.5,-1.7 -3,-1.7 0.7,-2.5 1.2,-1.7 1.1,0.4 -1.6,-2.8 3.8,-5.2 2.3,-0.7 0.3,-1.7 -3.2,-5.4 2.3,-0.3 2.4,-1.6 3.8,-0.2 4.9,0.5 5.7,1.5 3.9,0.1 1.9,0.9 1.7,-1.1 1.5,1.5 4.3,-0.3 2.1,0.6 -0.3,-3.1 1.3,-1.4 4.1,-0.3 1.8,0.2 1,-1.4 1.5,0.3 4.9,-0.6 3.8,3.5 -0.9,1.3 0.8,1.9 z"
id="UA"
name="Ukraine"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 648.7,448.1 -4.7,3.8 -0.5,2.3 1.8,2.4 -1.4,1.2 -3.5,1 v 3 l -1.6,1.8 3.7,4.8 0.7,1.8 -2.1,2.5 -6.4,2.4 -4.1,1 -1.7,1.5 -4.5,-1.6 -4.1,-0.8 -1.1,0.6 2.5,1.6 -0.3,4.3 0.7,4.1 4.8,0.5 0.3,1.4 -4.1,1.8 -0.7,2.7 -2.4,1.1 -4.2,1.5 -1.1,2 -4.4,0.4 -3.1,-3.4 -1.6,-6.4 -1.5,-2.3 -2,-1.4 2.9,-3.2 -0.2,-1.4 -1.5,-1.9 -1.1,-4.3 0.6,-4.6 1.3,-2.2 1.2,-3.4 -2,-1.1 -3.2,0.7 -4.1,-0.3 -2.3,0.7 -3.8,-5.6 -3.3,-0.8 -7.3,0.6 -1.2,-2.2 -1.4,-0.5 -0.1,-1.4 0.7,-2.4 -0.3,-2.5 -1.2,-1.5 -0.6,-2.9 -2.9,-0.4 1.8,-3.8 0.9,-4.6 1.8,-2.4 2.3,-1.8 1.6,-3.2 3.7,-1.1 -0.2,1.5 -3.4,0.8 1.7,2.9 -0.3,3.4 -2.7,3.7 1.9,5.1 2.5,-0.4 1.5,-4.7 -1.7,-2.2 v -4.9 l 7.2,-2.6 -0.6,-3 2.1,-2.1 1.7,4.6 4,0.1 3.4,3.5 0.2,2.2 h 5 l 6.1,-0.6 3.1,2.8 4.2,0.8 3.3,-2 0.1,-1.6 7.1,-0.4 6.7,-0.1 -4.9,1.9 1.8,3.1 4.5,0.4 4.2,3.2 0.7,5.1 2.9,-0.1 z"
id="VE"
name="Venezuela"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1097.8,230.8 -1.2,0.3 -2.9,1 -0.1,1.3 -0.7,-0.1 -0.6,-2.3 -1.3,-0.7 -1.2,-1.7 0.8,-1.4 1.2,-0.4 0.5,-2.1 0.9,-0.4 0.8,0.9 1,0.4 0.8,1 0.9,0.3 1.1,1.2 0.7,-0.1 -0.4,1.6 -0.6,0.7 z"
id="XK"
name="Kosovo"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 1016.5,177.1 -2.8,-1.5 -3.1,-2.7 -4.5,1.3 -3.6,-0.5 2.5,-1.7 4,-9 6.5,-2.6 4,0.2 0.9,2.1 -0.9,5.6 -1.2,2.3 h -2.9 z"
id="NL"
name="Netherlands"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 946.9,263.7 -2.2,1.6 -2.8,-0.9 -2.7,0.7 0.9,-5 -0.3,-3.9 -2.4,-0.6 -1.1,-2.4 0.5,-4.2 2.2,-2.3 0.5,-2.6 1.2,-3.8 v -2.7 l -0.9,-2.3 -0.2,-2.2 1.9,-1.6 2.2,-0.9 1.2,3.1 h 3 l 0.9,-0.8 3.1,0.2 1.3,3.2 -2.4,1.7 -0.3,5 -0.8,0.9 -0.3,3.1 -2.3,0.5 2,3.8 -1.6,4.2 1.8,1.9 -0.8,1.7 -2,2.4 z"
id="PT"
name="Portugal"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Russian Federation"
d="m 1094.6,155.4 -8.8,0.1 -5.9,-0.7 0.7,-2.6 6.3,-2 5.1,1.1 2.2,0.9 -0.2,1.7 z"
id="path1266"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Russian Federation"
d="m 1661.7,231 -1.4,-1.1 -1.9,-3.3 2.5,-0.1 -3.9,-7.5 -4.7,-5.4 2.9,-2.2 6.9,1.1 -0.6,-6.2 -2.8,-6.8 0.3,-2.3 -1.3,-5.7 -6.9,1.9 -2.6,2.4 h -7.6 l -6,-5.8 -9,-4.5 -10,-2 -6.2,-6 -4.5,-3.8 -3.8,-2.7 -7.7,-6.2 -6,-2.2 -8.6,-1.9 -6.2,0.2 -5.1,1.1 -1.7,3.1 3.7,1.4 2.5,3.4 -1.3,2 0.2,6.5 1.9,2.8 -4.4,3.9 -7.4,-2.4 -5.6,0.6 -3.9,-2.1 -3.4,-0.7 -4.4,4.4 -5.9,1 -3.6,1.6 -6.8,-1 h -4.6 l -4.9,-3.2 -6.6,-2.9 -5.4,-0.9 -5.7,0.8 -4,1.2 -8.5,-2.6 -3.6,-4.6 -6.7,-1.6 -4.8,-0.8 -7,-2.5 -1.3,6.4 4,3.6 -2.4,4.4 -8,-1.6 -5,-0.2 -4.8,-2.9 -5.2,-0.1 -5.3,-1.9 -5.9,2.9 -6.7,5.3 -4.7,1.1 -1.7,0.5 -4.4,-3.8 -6,0.9 -3.3,-2.7 -4,-1.2 -4.1,-3.6 -3.3,-1.1 -6.2,1.6 -8.4,-3.5 -1.1,3.2 -18.3,-15.6 -8.4,-4.7 0.8,-2 -9.2,5.8 -4.4,0.3 -1.1,-3.3 -7.1,-2.1 -4.3,1.5 -4.4,-6.3 -9.1,-1.3 -3.1,2.5 -10.9,2.3 -1.7,1.5 -17,2.1 -1.4,2.1 5.1,4.2 -4,1.6 1.5,1.6 -3.5,3 9.4,4.3 -0.2,2.9 -7,-0.3 -0.8,1.9 -7.3,-3.2 -7.7,0.1 -4.4,2.6 -6.6,-2.5 -12,-4.3 -7.6,0.2 -8.1,6.7 0.6,4.5 -6,-3.6 -2.2,6.9 1.8,1.2 -1.7,4.8 5.3,4.2 3.6,-0.2 4.3,4.2 0.2,3.2 2.8,1.1 -1.4,3.7 -4.6,1 -3.6,6.5 6,6.1 0.4,4.2 7.3,7.5 -2.5,2.6 -0.6,1.6 -2.4,-0.5 -4.3,-3.8 -1.5,-0.2 -3.6,-1.5 -2.1,-2.6 -5.1,-1.3 -2.9,1 -1.2,-1.2 -7.6,-3.1 -7.7,-1 -4.6,-1.1 -0.4,0.8 -7.6,-5.4 -6.2,-2.4 -5.1,-3.7 3.6,-1 3.2,-5.2 -3.3,-2.5 6.9,-2.6 -0.4,-1.4 -4.3,1 -0.4,-2.7 2.2,-1.8 4.8,-0.4 0.3,-2.1 -1.8,-3.5 1.3,-3.2 -0.4,-1.9 -7.7,-2 -2.9,0.1 -3.6,-2.9 -3.6,1 -6.7,-2.2 -0.1,-1.2 -2.3,-2.7 -3.9,-0.3 -0.8,-1.9 0.9,-1.3 -3.8,-3.5 -4.9,0.6 -1.5,-0.3 -1,1.4 -1.8,-0.2 -2,-4 -1.5,-2 0.8,-0.6 3.9,0.2 1.6,-1.3 -1.7,-1.6 -3.4,-1.1 v -1.1 l -2.1,-1.1 -3.8,-4 0.7,-1.6 -1.1,-2.9 -4.8,-1.4 -2.4,0.7 -0.9,-1.5 -5.3,-1.5 -2.1,-3.6 -1,-2.9 -2.5,-1.3 1.6,-1.9 -2.4,-5.6 2.6,-3.4 -0.9,-1 4.5,-3.3 -5.4,-2.8 8,-7.4 3.4,-3.4 0.9,-2.9 -7.4,-3.9 0.9,-3.8 -4.9,-4.2 1.7,-4.8 -6.5,-6.3 2.9,-4.2 -7.3,-3.7 -0.4,-3.8 3.2,-0.5 6.4,-2.1 3.7,-1.9 7.7,3.2 11.7,1.3 17.7,6.2 4.1,2.6 1.5,3.7 -3.7,2.9 -6.5,1.5 -20.2,-4.2 -2.9,0.7 8.1,4.1 1,2.6 1.9,5.8 6.1,1.7 3.8,1.5 -0.2,-2.8 -3.4,-2.4 2.1,-2.2 11.6,3.6 3.2,-1.4 -4.3,-4.2 8.1,-5.4 4.1,0.3 4.6,1.9 1.1,-3.8 -4.7,-3.3 0.8,-3.3 -4.3,-3.4 12.3,1.8 3.6,3 -5.1,0.7 1.2,3.1 4.1,1.9 6,-1.2 -0.4,-3.5 7.7,-2.7 12.4,-4.6 3.2,0.2 -2.5,3.3 5.4,0.6 2.1,-1.9 7.7,-0.1 5,-2.3 6.4,3.3 2.8,-3.6 -6,-3.1 1.2,-1.8 13,1.6 6.6,1.7 18.6,6.2 1.1,-2.8 -5.9,-2.9 -0.8,-1.1 -5.3,-0.6 -0.2,-2.5 -4.7,-4.2 -1.1,-1.7 4.3,-4.7 -0.6,-4.8 2.2,-1 11.4,1.4 2.9,2.9 -0.9,4.2 3.7,1.7 3.8,3.7 3.8,7.4 6.7,3.3 0.5,3.7 -3.5,7.8 5.3,0.8 0.5,-2 3.8,-1.4 -0.5,-2.7 1.9,-2.7 -4.4,-3.1 -0.4,-3.6 -4.8,-0.4 -2.9,-3 -0.4,-5.4 -8.2,-4.3 4.7,-3.5 -3.7,-3.7 1.9,-0.1 4.2,2.8 2.1,5.1 5,1 -4.6,-3.8 5.1,-2.1 8.1,-0.3 9.6,3 -6.9,-4.3 -4.9,-5.5 5.9,-1 9.5,0.2 7.8,-0.7 -5.6,-2.6 1.3,-3.3 4.2,-0.2 4.9,-2.4 9.3,-0.7 -0.2,-1.4 9.3,-0.4 4.3,1.1 5.4,-2.6 7,0.1 -1.5,-2.2 0.9,-2 6.2,-2 8.3,1.6 -3.5,1.2 9.4,0.7 4.1,2.4 1.9,-1.2 10.9,0.1 11.6,2.4 5.5,1.8 2.5,2.6 -2.4,1.5 -6.6,2.8 -1.1,1.5 5.6,0.7 7.2,1.3 2.4,-1 5.8,3.3 0.2,-1.3 5.2,-0.8 13.6,0.8 3.8,2.4 17.4,0.8 -4.8,-3.9 9.5,0.9 6.1,-0.1 9.9,2.7 6,3.3 0.4,2.2 10.1,4.2 9,2.1 -3,-5.5 9.4,2.3 5,-1.4 9.8,1.6 1,-1.4 7.6,0.7 -9.4,-4.9 2.1,-2.2 40.4,3.4 7.9,3.1 16.3,4 14.8,-1 9.3,0.9 6.6,2.2 5.1,3.9 7.3,1.5 3.9,-1.1 7,-0.1 9.3,1 6.9,-0.6 14.3,4.8 2.5,-1.7 -8.5,-3.4 -1.8,-2.4 15.3,1.5 8,-0.3 15.8,2.5 9.5,2.4 33.2,22.1 -2,2.5 -6.2,-0.4 8.2,3 9.1,4.7 4.2,1.5 3.8,2.4 1,1.5 -10,-1.2 -6.6,4.3 -3,0.7 -1.6,4.1 -2,3.6 1.7,2.7 -11.5,-4.1 -6.1,4.6 -4.7,-2.2 -1.4,2.6 -7,-0.9 3.1,3.9 1.1,5.8 2.9,2.4 6.8,1.3 9.1,8.7 -4.1,0.3 3.4,5 4.7,2.6 -5,3.1 5.4,7 -5.7,1.5 4.5,6.2 -1.7,5.8 -5.7,-4.3 -10.5,-8.9 -16.2,-13.6 -6.5,-8.3 0.1,-3.6 -2.8,-2.8 5.7,-1.3 -0.2,-7.5 0.7,-6 2.5,-4.7 -6.6,-8.2 -4.7,0.5 3.2,4.8 -3.6,6.4 -12.3,-7.2 -9.1,2 v 9.8 l 7.7,3.6 -8.5,1.6 -6.4,0.6 -4.3,-4.3 -8,-0.9 -2.5,2.9 -15.1,-1 -13.2,1.7 -3.5,11.7 -5,14.2 8.2,0.8 5.7,3.8 5.8,1.3 0.4,-3 5.6,0.4 12.8,6.7 4.7,5.2 1.4,6.2 5.5,7.4 5.3,9.9 -1,9.1 1.3,4.3 -2,7.4 -2.1,7.3 -0.9,3.7 -4.6,3.7 -3.1,0.1 -5.2,-3.1 -4.1,4.7 z"
id="path1276"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 976.6,223.4 2,2.4 9.5,2.9 1.9,-1.4 5.8,2.9 5.9,-0.8 0.4,3.7 -4.9,4.2 -6.6,1.4 -0.5,2.1 -3.2,3.5 -2,5.2 2,3.7 -3,2.8 -1.2,4.2 -4,1.3 -3.7,4.9 -6.8,0.1 -5,-0.1 -3.4,2.2 -2.1,2.4 -2.6,-0.5 -1.9,-2.2 -1.4,-3.6 -4.9,-1 -0.4,-2.2 2,-2.4 0.8,-1.7 -1.8,-1.9 1.6,-4.2 -2,-3.8 2.3,-0.5 0.3,-3.1 0.8,-0.9 0.3,-5 2.4,-1.7 -1.3,-3.2 -3.1,-0.2 -0.9,0.8 h -3 l -1.2,-3.1 -2.2,0.9 -1.9,1.6 0.5,-4.5 -2,-2.7 7.4,-4.6 6.2,1.1 h 6.9 l 5.4,1.1 4.3,-0.4 z"
id="ES"
name="Spain"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="France"
d="m 1035.7,231.4 -1.5,4.9 -2.4,-1.3 -1.3,-4.2 0.9,-2.4 3.2,-2.4 z"
id="path1285"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="France"
d="m 1014.4,185 1.1,0.5 1.4,-0.1 2.4,1.6 7.2,1.2 -2.4,4.2 -0.4,4.5 -1.3,1.1 -2.3,-0.6 0.2,1.6 -3.6,3.5 v 2.9 l 2.4,-1 1.8,2.7 -0.1,1.8 1.5,2.4 -1.7,1.9 1.5,4.9 2.8,0.8 -0.5,2.7 -4.5,3.6 -10.2,-1.7 -7.4,2.1 -0.6,3.8 -5.9,0.8 -5.8,-2.9 -1.9,1.4 -9.5,-2.9 -2,-2.4 2.7,-3.8 1,-12.6 -5.1,-6.6 -3.7,-3.2 -7.6,-2.4 -0.4,-4.6 6.5,-1.3 8.3,1.6 -1.5,-7.1 4.7,2.7 11.4,-4.8 1.5,-5.1 4.2,-1.3 0.8,2.2 2.2,0.1 2.4,2.5 3.5,2.9 2.5,-0.5 z"
id="path1287"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="United States"
d="m 539.5,194.5 -6.1,2 -4.7,2.5 -4.6,2.7 -0.5,0.9 5.7,-1.3 2.1,2.1 4.6,-1.5 4.9,-2.1 5.4,-2.1 -3.1,3.3 2.5,0.8 2.5,2.4 5.1,-1.4 5.1,-0.5 0.3,1.8 1.5,0.2 1.2,0.2 1.5,2.5 -4.7,0.6 h -0.1 l -3.7,-0.7 -4.5,1.2 -3.7,0.6 -4.7,4.1 -3,2.3 0.4,0.7 5.5,-4.1 h 0.7 l -4.7,4.9 -2.9,4.4 -2.5,3.6 -0.6,3.1 -0.8,1.5 -0.6,1.7 0.1,3.3 0.3,0.5 1.8,-0.1 1.6,-0.7 1.4,-0.8 3.3,-3.1 1.8,-4.2 -0.1,-3.9 1.4,-2.7 2.6,-3.1 2.1,-2.2 2.7,-1.5 -0.4,2.1 2.2,-3.1 1.3,-0.6 1.7,-2.4 3.8,1.3 2.8,2.4 -0.8,2.9 -1.6,2.9 -3.8,2.5 -0.4,1.6 h 1 l 4.3,-2.7 1.6,0.6 -0.5,3.7 -0.7,2.6 -3.7,3.5 -2,2.2 -2.7,2.4 2.7,1.3 2.5,0.4 4,-0.9 3.7,-1.7 3,-0.9 4.6,-1.8 5.8,-3.8 0.1,-0.6 0.3,-1.9 2.7,-0.8 3.9,0.3 4,0.5 4.6,-2.1 0.6,-2.5 -0.2,-0.9 6.8,-4.4 2.7,-1.1 7.8,-0.1 h 9.3 l 1.1,-1.5 1.7,-0.3 2.5,-1 2.8,-2.9 3.2,-4.9 5.5,-4.7 1.1,1.6 3.7,-1 1.6,1.8 -2.9,8.5 2.2,3.6 0.2,2.1 -6.4,3 -6,2.2 -6,1.9 -4,3.8 -1.3,1.4 -1.2,3.4 0.7,3.3 2.1,0.2 0.2,-2.3 1.1,1.4 -1,1.8 -3.8,1 -2.5,-0.1 -4.2,1.1 -2.3,0.3 -3.1,0.3 -5,1.9 8.1,-1.2 1.1,1.2 -7.9,1.9 H 601 l 0.4,-0.8 -2.1,1.8 1.4,0.3 -2.5,4.6 -5.3,4.9 0.1,-1.7 -1.1,-0.3 -1.2,-1.6 v 3.5 l 1,1.1 -0.6,2.4 -2.4,2.5 -4.5,5.1 -0.4,-0.2 2.9,-4.4 -2,-2.4 1,-5.4 -1.9,2.8 v 4.1 l -3.2,-1 3,2 -1.5,6.1 1.4,0.5 v 2.2 l -1,6.4 -4.6,4.7 -6.1,1.9 -4.4,3.8 -2.8,0.4 -3.4,2.4 -1.3,2.1 -6.9,4.2 -3.8,3.1 -3.5,3.8 -1.9,4.5 v 4.5 l 0.6,5.5 1.5,4.5 -0.5,2.8 1.3,7.4 -1,4.4 -0.6,2.5 -2,3.9 -1.8,0.8 -2.6,-0.8 -0.4,-2.8 -1.8,-1.5 -2,-5.5 -1.6,-4.9 -0.4,-2.5 2,-4.3 -0.8,-3.5 -3.1,-5.4 -1.9,-1 -6.1,3 -0.9,-0.4 -2,-3 -3,-1.6 -6.4,0.9 -4.6,-0.8 -4.3,0.5 -2.5,1 0.6,1.7 -0.7,2.6 0.8,1.3 -1.2,0.8 -1.8,-0.9 -2.3,1.2 -3.9,-0.2 -3.3,-3.4 -4.9,0.8 -3.6,-1.5 -3.5,0.5 -5,1.5 -6.1,4.7 -6.1,2.8 -3.7,3 -1.9,2.9 -1,4.5 -0.4,3 0.6,2.2 -2.2,0.2 -3.6,-1.4 -3.9,-2 -0.9,-3 -0.2,-4.5 -2.4,-3.6 -0.9,-3.8 -1.6,-4.4 -3.2,-2.6 -4.5,0.2 -4.8,5 -4,-1.9 -2.3,-1.9 -0.4,-3.6 -0.8,-3.3 -2.4,-2.8 -2.1,-2.1 -1.3,-2.3 h -9.4 l -0.8,2.7 h -4.3 -10.8 l -10.9,-4.5 -7,-3.1 0.9,-1.3 -7.1,0.7 -6.3,0.5 0.3,-3.2 -2.1,-3.7 -2.2,-0.8 0.1,-1.8 -2.9,-0.4 -1.2,-1.7 -4.8,-0.6 -0.9,-1.1 0.8,-3.5 -2.5,-6.4 -0.5,-8.9 0.9,-1.5 -1.3,-2.1 -1.5,-5.4 1.8,-5.2 -0.9,-3.5 3.9,-5.3 2.8,-5.4 1.1,-4.9 5.5,-6 4,-5.7 4,-5.7 4.3,-8.5 1.8,-5.3 0.4,-2.9 1.4,-1.3 5.8,2.2 -1,5.9 2.2,-1.7 2.5,-5.1 1.6,-5.1 h 14.1 14.7 4.8 15.1 14.7 14.8 14.9 16.8 17 10.2 l 1.3,-2.4 h 1.7 l -0.9,3.4 1,1 3.3,0.4 4.6,1 3.9,1.9 4.4,-0.8 z"
id="path1299"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="United States"
d="m 275,138.6 -7,2.3 -0.8,-1.6 2.3,-2.8 6.4,-2.1 3.5,-0.9 2.6,0.4 v 1.9 z"
id="path1301"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="United States"
d="m 236,122 -3.9,0.9 -1.7,-1.1 -0.8,-1.6 5.7,-1 3,0.6 z"
id="path1303"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="United States"
d="m 237.2,99.6 1.2,1 3.5,-0.5 1.6,1.5 3.3,0.7 -1.2,0.7 -4.9,1.2 -1.7,-1.3 -0.3,-1 -4.3,0.3 -0.3,-0.5 z"
id="path1305"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="United States"
d="m 410,66.6 -24.6,20.4 -35.6,32.7 4.2,0.2 2.8,1.6 0.5,2.6 0.3,3.8 7.6,-3.3 6.5,-1.9 -0.6,3.1 0.8,2.4 1.6,2.7 -1.1,4.2 -1.4,6.9 4.6,3.8 -3.2,3.8 -5.1,2.9 -0.6,-2.2 -2.5,-2 3.3,-5.2 -1.6,-4.9 2.7,-5.6 -4.1,-0.4 -7.1,-0.1 -3.8,-1.8 -3.3,-6.1 -3.3,-1.1 -5.7,-2.1 -6.8,0.5 -6,-2.7 -2.7,-2.5 -6.3,1.2 -3.5,4.1 -2.9,0.4 -6.6,1.2 -6.2,2 -6.4,1.3 3.2,-3.5 8.4,-5.8 6.8,-1.8 0.4,-1.4 -9.4,3.2 -7.4,3.9 -11.2,4.2 0.2,2.9 -9,4.2 -7.7,2.5 -6.6,1.9 -4,2.6 -10.6,3.1 -4.5,2.8 -8.2,2.6 -2.7,-0.4 -6.2,1.6 -7,2.1 -6.1,2 -10,1.8 0.4,-1.1 8.2,-2.8 6.6,-1.9 8.6,-3.3 6.5,-0.6 5,-2.5 10.4,-3.6 2.3,-1.2 5.7,-2.1 5.8,-4.5 6.2,-3.5 -7.3,1.8 -0.3,-1.1 -4.9,2.2 0.4,-3 -3.6,2.1 1.6,-2.9 -7.3,2.3 h -2.8 l 3.7,-3.5 3.3,-2.2 -0.4,-2.1 -7.2,1.2 -0.6,-2.8 -1.3,-1.4 4,-3.3 -0.4,-2.5 5.9,-3.3 7.7,-3.3 5.3,-2.9 4.1,-0.4 1.8,0.9 7.1,-2.8 2.5,0.5 5.6,-1.8 2.5,-2.6 -1.1,-1 6,-2.2 -2.8,0.1 -6.2,1.2 -2.9,1.3 -1.8,-1.3 -6.9,0.7 -4.6,-1.4 1.2,-2.3 -1,-3.2 9.2,-2.4 13.2,-2.7 h 3.5 l -4.3,2.8 9.2,-0.2 1.2,-3.5 -2.3,-2.1 0.8,-2.8 -0.7,-2.3 -3.3,-1.7 6.5,-2.9 7.5,-0.2 8.8,-2.4 4.8,-2.6 7.9,-2.6 4.8,-0.6 11.2,-2.4 3.1,0.4 10.4,-2.8 4.4,1.1 -0.5,2.4 3.3,-1 6.3,0.3 -1.9,1.2 4.9,0.9 4.9,-0.5 6.2,1.6 7.2,0.6 2.2,0.6 6.6,-0.8 4.1,1.6 z"
id="path1307"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 677.3,487 1.5,-2.8 0.5,-2.9 1,-2.7 -2.1,-3.8 -0.3,-4.4 3.1,-5.5 1.9,0.7 4.1,1.5 5.9,5.4 0.8,2.6 -3.4,5.9 -1.8,4.7 -2.2,2.5 -2.7,0.4 -0.8,-1.8 -1.3,-0.2 -1.7,1.7 z"
id="GF"
name="French Guiana"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 592.9,422 -0.5,-0.2 -0.5,-0.5 0.1,-0.6 0.2,0.3 0.4,0.4 0.3,0.5 z"
id="AW"
name="Aruba"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="M 634.2,384.9 H 634 l 0.3,-0.4 h 0.3 l -0.2,0.3 z"
id="AI"
name="Anguilla"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Antigua and Barbuda"
d="m 640.7,391.9 0.6,0.3 -0.2,0.3 h -0.2 l -0.7,0.1 -0.2,-0.1 V 392 l 0.3,-0.1 0.1,-0.3 h 0.2 z"
id="path1316"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Antigua and Barbuda"
d="m 640.7,388.2 h 0.2 l 0.2,0.2 0.1,0.4 -0.1,0.3 -0.2,0.1 -0.1,-0.2 -0.3,-0.2 v -0.5 z"
id="path1318"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Bahamas"
d="m 580.4,366 -0.4,0.5 -0.2,0.5 -0.6,0.3 h -0.5 l -0.1,-0.1 -0.4,0.2 -0.5,0.1 -0.6,-0.2 -0.4,0.1 -0.1,-0.5 0.3,-0.2 0.2,-0.3 0.4,-0.2 0.3,-0.4 h 0.4 l 0.3,-0.2 0.2,0.3 0.5,0.2 0.5,-0.2 0.7,-1 h 0.3 v 0.2 z"
id="path1321"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Bahamas"
d="m 580.6,364.3 -0.2,-0.6 0.6,-0.3 0.3,0.3 v 0.2 L 581,364 Z"
id="path1323"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Bahamas"
d="m 581,357.8 0.2,-0.1 0.5,0.3 h 0.4 l 0.4,0.1 0.3,0.2 v 0.3 l -0.2,0.1 -0.5,-0.4 h -0.4 l -0.1,-0.1 -0.5,0.2 -0.5,-0.2 v -0.1 l 0.2,-0.5 z"
id="path1325"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Bahamas"
d="m 577.1,356 -0.2,0.4 v 0.7 l -0.1,0.4 -0.4,0.3 -0.2,0.4 -0.4,0.3 -0.7,0.3 -0.1,0.2 -0.2,-0.2 0.1,-0.2 0.4,-0.1 0.2,-0.2 v -0.2 l 0.4,-0.1 0.2,-0.4 0.4,-0.1 0.3,-0.4 -0.2,-0.3 h -0.4 l -0.2,-0.2 0.4,-0.5 0.1,-0.1 z"
id="path1327"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Bahamas"
d="m 575.2,355.7 0.1,0.1 h 0.4 l 0.4,0.2 -0.4,0.4 -0.1,-0.2 h -0.2 l -0.4,-0.1 -0.4,-0.2 -0.3,-0.6 0.3,-0.1 0.4,0.1 z"
id="path1329"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Bahamas"
d="m 566,349.8 0.6,0.7 0.3,0.2 0.3,0.5 -0.3,-0.1 -0.1,-0.2 -0.3,-0.1 -0.4,-0.4 -0.2,-0.1 -0.2,-0.4 z"
id="path1331"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Bahamas"
d="m 569.7,349.8 0.3,0.6 0.2,0.5 v 0.4 l 0.2,0.2 0.2,0.7 v 0.9 l 0.2,0.3 0.5,0.2 0.4,0.6 v 0.8 l -0.4,-0.7 v -0.2 l -0.3,-0.4 -0.6,-0.2 0.2,-0.2 -0.3,-0.3 v -0.3 l 0.2,-0.3 -0.1,-0.5 -0.3,-0.4 0.1,-0.1 -0.3,-0.4 -0.1,-0.6 -0.2,0.1 z"
id="path1333"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Bahamas"
d="m 572.6,349.8 -0.3,0.2 -0.3,-0.1 -0.1,-0.2 0.6,-0.2 z"
id="path1335"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Bahamas"
d="m 564.4,347.9 -0.1,-0.1 -0.3,-0.7 h 0.2 z"
id="path1337"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Bahamas"
d="m 574.9,347.4 -0.4,0.6 h -0.4 l 0.2,-0.3 0.1,-0.6 0.4,-0.3 0.1,0.4 z"
id="path1339"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Bahamas"
d="m 556.4,346.2 -0.3,0.1 -0.2,0.3 -0.3,-0.1 0.6,-0.4 z"
id="path1341"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Bahamas"
d="m 556.6,346.9 0.4,0.2 0.2,-0.2 0.1,-0.5 0.2,-0.1 0.2,0.6 v 0.5 l -0.1,0.3 0.1,0.6 v 0.3 l -0.4,0.8 -0.2,0.1 -0.4,-0.2 0.2,-0.3 0.4,-0.2 -0.1,-0.1 -0.6,0.4 -0.2,-0.2 0.4,-0.3 h -0.4 l -0.2,0.1 -0.2,-0.2 v -0.7 l 0.1,-0.2 -0.4,-0.5 v -0.2 l 0.4,-0.2 0.1,-0.3 0.3,-0.1 0.1,-0.2 0.6,-0.3 0.1,0.4 -0.5,0.4 z"
id="path1343"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Bahamas"
d="m 570.1,346.3 0.1,0.5 -0.2,-0.1 -0.5,0.1 -0.4,0.1 -0.1,-0.2 0.3,-0.2 0.4,-0.3 V 346 l -0.4,-0.2 -0.2,-0.6 -0.1,-0.6 -0.4,-0.4 V 344 l -0.5,-0.5 0.3,-0.3 0.4,0.4 v 0.5 l 0.2,0.3 0.1,0.5 0.3,0.5 0.4,0.3 0.1,0.3 z"
id="path1345"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Bahamas"
d="m 559.8,340.8 0.3,0.2 -0.6,0.3 -0.3,-0.1 -0.2,0.2 -0.5,-0.1 0.2,-0.3 0.4,-0.2 z"
id="path1347"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Bahamas"
d="m 555.6,340.3 0.4,-0.2 0.3,0.3 -0.1,0.2 0.1,0.2 -0.2,0.4 0.3,0.3 0.2,0.9 0.2,0.3 0.4,0.5 -0.2,0.7 0.1,0.6 -0.2,0.3 -0.3,0.1 -0.4,0.4 -0.3,0.2 h -0.3 l -0.3,0.2 H 555 v -0.4 l -0.3,-0.2 0.1,-0.6 -0.3,0.3 -0.2,-0.1 -0.6,-0.4 -0.3,-0.3 -0.2,-0.3 0.7,-0.3 0.5,0.7 0.1,-0.6 -0.3,-0.1 -0.1,-0.3 0.1,-0.3 0.6,-0.6 0.2,-0.4 -0.1,-0.1 0.3,-0.4 v -0.5 l -0.2,-0.7 0.1,-0.1 h 0.3 z"
id="path1349"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Bahamas"
d="m 563.7,337.7 0.1,0.2 0.3,0.4 0.8,0.7 0.5,0.1 0.1,0.1 0.2,0.4 0.3,0.4 0.5,0.4 v 0.2 l -0.2,0.8 -0.1,0.2 v 0.3 l -0.1,0.5 -0.2,0.3 -0.1,0.7 -0.1,0.1 -0.2,-0.6 -0.4,-0.3 0.1,-0.2 0.5,0.1 0.2,-0.2 -0.1,-0.2 0.1,-0.4 0.3,-0.4 0.1,-0.5 v -0.3 l -0.5,-0.4 -0.4,-0.7 -0.3,-0.2 -0.6,-0.3 -0.3,-0.3 -0.6,-0.2 -0.4,0.2 0.4,-0.9 z"
id="path1351"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Bahamas"
d="m 554.9,330.2 0.5,0.2 h 0.1 l 0.7,0.1 0.2,-0.2 0.2,0.1 h 0.5 l 0.4,-0.2 h 0.4 l 0.3,-0.2 0.1,0.5 -0.1,0.2 h -0.3 -0.4 l -1.1,0.2 h -0.3 l -1.5,0.4 -0.7,0.4 h -0.4 l -0.2,-0.1 -0.3,-0.3 -0.5,-0.6 0.6,0.3 0.1,0.2 h 0.5 l 0.5,-0.2 0.4,-0.6 -0.3,-0.1 0.2,-0.3 0.1,-0.3 z"
id="path1353"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Bahamas"
d="m 559.2,328.9 0.8,0.2 0.2,-0.1 0.4,0.3 0.9,1 0.2,0.6 0.4,0.1 0.7,0.5 v 0.2 l -0.2,0.5 0.2,0.7 h -0.4 l -0.5,0.4 -0.1,0.2 -0.3,1 -0.1,0.9 -0.2,0.2 -0.3,-0.2 -0.1,-0.4 -0.4,-0.1 0.3,-0.5 h 0.2 l 0.5,-0.4 -0.1,-0.4 0.2,-0.4 v -0.3 l 0.2,-0.3 V 332 l 0.2,-0.1 0.2,-0.3 0.1,-0.3 -0.3,-0.1 -0.5,-0.1 -0.1,-0.3 v -0.2 l -0.4,-0.2 v -0.3 l -0.3,-0.7 -0.2,-0.1 -0.3,0.1 -0.5,-0.1 h -0.3 l -0.6,-0.4 z"
id="path1355"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 635.2,387 -0.1,-0.3 0.3,0.1 z"
id="BL"
name="Saint-Barthélemy"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="M 637.3,294 H 637 l -0.1,0.1 0.1,0.2 -0.4,0.2 -0.1,-0.1 0.2,-0.1 h 0.1 l 0.1,-0.3 0.3,-0.1 z"
id="BM"
name="Bermuda"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 651.5,418 -0.6,-0.2 -0.1,-0.5 v -0.8 l 0.2,-0.4 0.2,0.2 0.2,0.6 0.5,0.3 0.1,0.4 z"
id="BB"
name="Barbados"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Cape Verde"
d="m 847.8,406.5 -0.2,0.3 -0.2,-0.2 v -0.3 l 0.3,-0.1 z"
id="path1366"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Cape Verde"
d="m 849.7,406.6 -0.2,0.1 -0.4,-0.1 -0.3,-0.3 -0.1,-0.3 0.2,-0.4 0.5,-0.3 h 0.4 l 0.2,0.7 -0.1,0.4 z"
id="path1368"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Cape Verde"
d="m 853.2,403.5 0.2,0.1 v 0.2 l 0.2,0.2 0.4,0.5 h 0.2 l 0.2,0.3 0.2,0.5 0.2,0.2 -0.3,0.5 -0.3,0.1 -0.5,-0.1 -0.3,-0.1 -0.3,-0.3 v -0.2 l -0.2,-0.1 -0.1,-0.4 0.1,-0.2 v -0.3 l 0.2,-0.4 -0.2,-0.5 z"
id="path1370"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Cape Verde"
d="m 856.3,403.5 0.3,0.1 0.1,0.6 -0.1,0.4 -0.4,0.2 -0.4,-0.4 0.2,-0.4 -0.1,-0.2 z"
id="path1372"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Cape Verde"
d="m 858.3,397.8 0.3,-0.2 0.5,0.2 0.1,0.2 v 0.7 l -0.4,0.3 -0.3,0.2 h -0.3 l -0.5,-0.2 v -0.5 l 0.2,-0.2 v -0.6 l 0.1,-0.1 z"
id="path1374"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Cape Verde"
d="m 850.3,395 0.4,-0.1 0.3,0.2 h 0.4 l 0.3,0.2 0.1,0.2 h -0.5 l -0.7,-0.3 -0.2,0.1 -0.3,0.6 -0.3,-0.6 -0.1,-0.1 -0.1,-0.4 0.3,-0.1 z"
id="path1376"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Cape Verde"
d="m 858.1,394.5 0.1,0.1 -0.1,0.6 -0.2,0.1 v -0.5 l -0.2,-0.3 v -0.3 l -0.1,-0.3 0.4,-0.3 0.2,0.2 -0.1,0.6 z"
id="path1378"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Cape Verde"
d="m 846.8,393.2 0.2,0.3 0.1,0.3 -0.7,0.3 -0.3,-0.2 -0.2,-0.2 0.4,-0.4 z"
id="path1380"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Cape Verde"
d="m 846,391.4 0.3,0.1 v 0.2 l 0.3,0.3 -0.2,0.4 -0.6,0.3 -0.4,0.4 -0.7,0.1 v -0.1 -0.5 l -0.2,-0.2 v -0.2 l 0.2,-0.2 h 0.2 l 0.2,-0.2 0.7,-0.4 z"
id="path1382"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 599,424.5 h -0.3 l -0.4,-0.3 -0.3,-0.1 -0.3,-0.3 -0.1,-0.2 -0.3,-0.1 -0.2,-0.4 -0.3,-0.3 0.1,-0.5 0.5,0.3 0.1,0.5 0.4,0.4 0.7,0.2 0.2,0.3 0.3,0.4 z"
id="CW"
name="Curaçao"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Cayman Islands"
d="m 532.7,377.8 0.3,0.1 0.2,-0.4 0.4,0.1 h 0.5 l 0.1,0.2 -0.2,0.2 -0.2,-0.1 -0.4,0.1 -0.2,0.1 h -0.7 z"
id="path1385"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Cayman Islands"
d="m 540.8,375.3 -0.7,0.3 0.2,-0.3 z"
id="path1387"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Cayman Islands"
d="m 541.4,375.4 -0.1,-0.1 0.8,-0.3 -0.2,0.3 z"
id="path1389"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 642,401.7 0.5,0.1 0.2,0.5 v 0.6 l -0.1,0.8 -0.1,0.2 -0.2,0.1 -0.4,0.2 0.1,-0.4 -0.1,-0.2 -0.1,-0.7 -0.3,-0.5 v -0.3 l 0.1,-0.3 v -0.3 h 0.2 z"
id="DM"
name="Dominica"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Faeroe Islands"
d="m 955.6,112 0.4,0.2 h 0.3 l 0.1,0.2 v 0.4 l 0.2,0.3 -0.1,0.2 -0.6,-0.4 -0.2,-0.4 -0.2,-0.2 -0.2,-0.3 z"
id="path1418"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Faeroe Islands"
d="m 955.9,110.4 0.8,0.2 0.2,0.2 -0.1,0.4 -0.1,0.1 -0.4,-0.5 -0.5,-0.1 -0.2,-0.4 z"
id="path1420"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Faeroe Islands"
d="m 954.62,109.04 0.08,0.16 h 0.3 v 0.3 h -0.4 l -0.2,0.2 -0.6,-0.2 -0.2,-0.1 -0.2,-0.3 0.5,-0.1 0.1,-0.1 0.55714,0.0929 L 954.3,108.8 l 0.2,-0.8 0.5,0.1 0.3,0.5 v 0.1 l 0.6,0.2 0.3,0.5 0.3,0.2 -0.1,0.6 -0.5,-0.4 -0.2,-0.2 -0.2,-0.1 -0.1,-0.2 -0.2,-0.2 h -0.5 z"
id="path1422"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Faeroe Islands"
d="m 958.3,108.4 -0.2,-0.2 0.3,-0.2 z"
id="path1424"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Faeroe Islands"
d="m 955.9,108.9 -0.4,-0.2 -0.3,-0.3 -0.1,-0.3 0.1,-0.1 0.4,-0.1 h 0.3 l 0.6,0.4 -0.1,0.2 0.1,0.2 0.6,0.2 v 0.2 l -0.4,0.3 z"
id="path1426"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Faeroe Islands"
d="m 958.1,108.3 -0.3,0.4 -0.3,-0.2 h -0.3 l 0.2,-0.3 -0.1,-0.4 0.1,-0.1 0.2,0.4 z"
id="path1428"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Faeroe Islands"
d="M 957.2,108.3 H 957 l -0.2,-0.4 0.1,-0.3 0.2,0.4 z"
id="path1430"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 639.2,424.5 -0.4,0.3 -0.2,-0.1 -0.1,-0.5 0.2,-0.5 0.3,-0.4 h 0.3 l 0.1,0.3 -0.1,0.7 z"
id="GD"
name="Grenada"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Saint Kitts and Nevis"
d="M 636.3,392 H 636 l -0.1,-0.2 0.2,-0.4 h 0.2 l 0.1,0.2 z"
id="path1440"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Saint Kitts and Nevis"
d="m 635.6,390.5 -0.1,0.3 h -0.2 l -0.4,-0.2 -0.2,-0.2 0.3,-0.4 0.5,0.4 z"
id="path1442"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 643.7,413.8 -0.2,-0.2 -0.4,-0.2 -0.1,-0.2 v -0.6 l 0.1,-0.2 0.7,-1.1 0.3,0.2 v 0.7 l -0.1,0.8 -0.1,0.4 z"
id="LC"
name="Saint Lucia"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 634.2,386 -0.4,-0.1 0.2,-0.3 0.3,-0.1 z"
id="MF"
name="Saint-Martin"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Malta"
d="m 1063.9,271.7 -0.2,0.3 -0.5,-0.2 -0.5,-0.3 V 271 l -0.1,-0.1 h 0.6 l 0.4,0.3 0.2,0.2 z"
id="path1448"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Malta"
d="m 1062.3,270.6 -0.5,-0.1 v -0.2 l 0.4,-0.1 0.4,0.3 z"
id="path1450"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 638.2,393.9 0.2,0.4 v 0.3 l -0.2,0.2 -0.2,-0.1 -0.1,-0.3 z"
id="MS"
name="Montserrat"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Puerto Rico"
d="m 607.1,385.9 -0.3,-0.2 0.1,-0.2 h 0.3 l 0.1,0.1 z"
id="path1487"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Puerto Rico"
d="m 621.7,385.4 h -0.2 l -0.9,0.3 H 620 l 0.2,-0.2 0.4,-0.2 0.4,-0.1 0.6,0.1 z"
id="path1489"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Puerto Rico"
d="m 612.2,383 0.6,0.1 h 0.6 l 0.3,0.1 0.6,-0.1 0.3,0.1 0.4,-0.1 0.2,0.1 0.5,-0.1 0.4,0.1 h 0.3 l 0.8,0.2 v -0.2 l 0.6,0.2 0.1,-0.1 0.8,0.1 0.2,0.2 h 0.2 l 0.6,0.3 0.2,-0.1 -0.1,0.7 0.2,0.3 -0.9,0.3 -0.3,0.4 -0.3,0.6 -0.3,0.2 -0.3,0.1 h -0.4 l -0.6,0.1 -0.3,0.2 -0.7,-0.1 -0.2,-0.2 -0.5,0.2 -0.3,-0.3 -0.7,0.2 -0.9,-0.1 -0.3,0.1 -0.6,0.1 -0.2,0.1 -0.2,-0.2 -0.4,-0.1 -0.3,0.2 -0.6,-0.1 0.3,-0.7 v -0.4 l 0.2,-0.4 -0.2,-0.6 -0.2,-0.1 -0.1,-0.4 0.4,-0.2 0.2,-0.1 v -0.5 l 0.4,-0.2 z"
id="path1491"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="São Tomé and Principe"
d="m 1028.5,491.5 -0.1,0.3 -0.2,0.1 -0.3,-0.1 v -0.3 l 0.2,-0.1 v -0.3 l 0.2,-0.2 0.3,0.1 z"
id="path1591"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 634.2,386 v 0.1 l -0.4,-0.1 v -0.1 z"
id="SX"
name="Sint Maarten"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Turks and Caicos Islands"
d="m 587.7,361.6 h 0.7 l 0.3,0.4 h -0.3 l -0.3,-0.1 -0.5,0.1 -0.1,-0.3 z"
id="path1600"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Turks and Caicos Islands"
d="m 585,361.5 0.3,0.4 0.6,-0.1 -0.2,0.2 h -0.6 l -0.4,-0.2 z"
id="path1602"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Turks and Caicos Islands"
d="m 587.2,360.9 v 0.5 l -0.5,-0.2 -0.1,-0.3 0.1,-0.1 z"
id="path1604"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Trinidad and Tobago"
d="m 642.8,432.2 -0.2,0.5 -0.3,0.4 -0.2,0.1 -0.1,0.4 0.2,0.6 -0.2,0.1 v 0.7 l 0.2,0.3 0.2,0.2 -0.2,0.2 -0.1,0.3 v 0.7 l -0.2,0.1 -0.4,0.2 -0.5,0.1 h -0.3 l -0.5,0.1 -0.5,-0.1 -0.4,0.1 -0.3,-0.1 -0.5,0.2 -0.4,-0.2 h -0.6 l -0.3,0.2 -0.3,-0.1 0.5,-0.2 0.3,-0.3 0.4,-0.1 0.4,-0.3 0.2,-0.3 0.6,0.1 0.3,-0.4 -0.2,-0.8 0.2,-0.4 v -0.5 -0.2 l -0.3,-0.4 -0.3,-0.1 -0.4,-0.1 -0.1,-0.1 0.4,-0.3 1.1,-0.1 0.2,-0.2 h 1.1 l 0.1,-0.1 1.2,-0.2 z"
id="path1616"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Trinidad and Tobago"
d="m 645.2,429 -0.1,0.5 -0.3,0.1 -0.4,0.3 h -0.2 l -0.7,0.4 -0.2,-0.2 0.3,-0.3 0.7,-0.5 z"
id="path1618"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 642.2,417.4 -0.1,0.1 -0.5,-0.3 v -0.4 l 0.2,-0.3 0.2,-0.5 h 0.4 l 0.1,0.4 -0.1,0.8 z"
id="VC"
name="Saint Vincent and the Grenadines"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 626.1,383.4 -0.4,0.2 h -0.1 l -0.3,0.2 -0.1,-0.1 0.1,-0.3 0.6,-0.1 z"
id="VG"
name="British Virgin Islands"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="United States Virgin Islands"
d="m 624.5,387.8 0.3,0.3 -1.1,0.2 -0.1,-0.5 0.7,-0.2 z"
id="path1623"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="United States Virgin Islands"
d="m 625.2,384 -0.2,0.2 h -0.5 V 384 l 0.3,-0.1 z"
id="path1625"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="United States Virgin Islands"
d="m 623.8,383.8 0.4,0.3 -0.2,0.2 -0.3,-0.2 h -0.5 l 0.2,-0.2 z"
id="path1627"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 602,424.6 h -0.2 l -0.1,-0.5 0.1,-0.3 -0.1,-0.3 -0.4,-0.1 -0.3,-0.3 0.1,-0.3 1.2,0.6 -0.1,0.2 v 0.4 l -0.2,0.2 z"
id="BQBO"
name="Netherlands"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 634.3,389.6 -0.2,0.1 v -0.2 l 0.1,-0.1 z"
id="BQSE"
name="St. Eustatius (Netherlands)"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 632.8,388.7 h -0.1 l 0.1,-0.2 0.1,0.1 z"
id="BQSA"
name="Saba (Netherlands)"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
d="m 644,406.9 v 0.2 l 0.4,-0.1 -0.2,0.5 0.2,0.2 v 0.2 l 0.2,0.2 0.2,0.9 -0.3,0.3 -0.1,-0.4 -0.1,0.1 -0.6,-0.1 h -0.4 l -0.2,-0.3 0.6,-0.5 h -0.4 l -0.4,-0.4 -0.1,-0.5 -0.2,-0.5 0.3,-0.4 0.4,0.1 0.5,0.3 z"
id="MQ"
name="Martinique"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canary Islands (Spain)"
d="m 888.4,323.4 -0.3,0.5 -0.4,0.5 -0.3,-0.4 H 887 l -0.2,-0.2 0.2,-0.3 0.4,0.1 0.4,-0.4 0.3,-0.2 0.2,0.1 z"
id="path1673"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canary Islands (Spain)"
d="m 902,321.1 v 0.5 l 0.2,0.4 -0.2,0.7 0.1,0.3 -0.4,0.4 -0.5,0.2 -0.2,0.2 -0.6,-0.2 -0.5,-0.5 -0.2,-0.4 v -0.6 l 0.6,-0.4 0.1,-0.5 V 321 l 0.6,0.1 h 0.4 l 0.3,0.1 z"
id="path1675"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canary Islands (Spain)"
d="m 892.1,321.9 h -0.2 l -0.3,-0.2 -0.2,-0.3 0.1,-0.4 0.1,-0.3 h 0.3 0.3 l 0.5,0.4 0.1,0.3 -0.5,0.5 z"
id="path1677"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canary Islands (Spain)"
d="m 898.2,318.4 v 0.2 l -0.6,0.3 -0.4,0.5 -0.3,0.2 v 0.4 l -0.4,0.7 -0.1,0.4 -0.5,0.6 -0.1,0.2 h -0.2 l -0.6,0.2 -0.1,-0.1 -0.1,-0.4 -0.3,-0.4 -0.1,-0.2 -0.2,-0.3 v -0.3 l -0.4,-0.6 0.5,-0.3 0.3,0.2 0.6,-0.2 h 0.4 l 0.5,-0.2 0.5,-0.4 v -0.2 l 0.6,-0.3 h 0.6 l 0.3,-0.1 z"
id="path1679"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canary Islands (Spain)"
d="m 908.4,321.2 -0.3,0.4 -0.4,0.1 -0.3,-0.1 H 907 v -0.2 h 0.3 l 0.6,-0.2 0.4,-0.3 0.3,-0.3 0.1,-0.5 0.1,-0.3 0.2,-0.5 0.3,-0.4 0.3,-0.6 0.2,-0.8 0.2,-0.2 0.4,-0.1 0.3,0.3 0.1,0.5 -0.1,0.5 -0.1,0.5 v 0.5 l -0.1,0.1 -0.3,0.7 -0.3,0.3 -0.6,0.1 -0.7,0.3 z"
id="path1681"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canary Islands (Spain)"
d="m 888.8,316.7 0.3,-0.1 0.2,0.3 0.2,0.5 -0.2,0.3 0.1,0.4 -0.6,1 -0.1,-0.1 -0.1,-0.4 -0.4,-0.9 -0.1,-0.3 -0.1,-0.2 0.2,-0.4 0.3,-0.2 z"
id="path1683"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Canary Islands (Spain)"
d="m 912.9,314.7 v 0.4 l -0.2,0.5 -0.7,0.5 -0.5,0.1 -0.4,0.5 -0.5,-0.2 v -0.1 l 0.2,-0.4 v -0.4 l 0.2,-0.3 0.3,-0.2 h 0.3 l 0.3,-0.3 h 0.5 l 0.1,-0.1 0.2,-0.5 0.2,-0.1 0.2,0.2 z"
id="path1685"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Guadeloupe"
d="m 643,399.9 h -0.3 l -0.2,-0.4 0.1,-0.2 0.3,-0.3 0.3,0.2 0.1,0.3 v 0.2 z"
id="path1689"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Guadeloupe"
d="m 641.2,397.3 h 0.3 v 0.2 0.1 l -0.2,0.1 v 0.8 0.4 l -0.2,0.2 -0.6,0.3 v -0.2 l -0.2,-0.2 -0.1,-0.5 V 398 l -0.1,-0.5 v -0.3 l 0.2,-0.3 0.3,-0.1 0.5,0.3 z"
id="path1691"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /><path
class="Guadeloupe"
d="m 642.6,396.9 0.4,0.1 0.5,0.4 -1.3,0.3 -0.3,0.1 -0.4,-0.3 0.1,-0.6 0.2,-0.1 -0.1,-0.6 0.1,-0.2 0.3,-0.2 0.3,0.4 v 0.4 z"
id="path1693"
style="fill:#c3c3c3;fill-opacity:1;stroke:#010101;stroke-width:0.578268;stroke-dasharray:none;stroke-opacity:1" /></g><g
id="layer2"
transform="translate(-229.31088,-9.8108664)"><g
id="layer3"><path
d="m 598.90122,198.80287 c 0,5.38183 -7.20451,14.96322 -10.36342,18.91647 -0.75739,0.94213 -2.16135,0.94213 -2.91875,0 -3.1589,-3.95325 -10.36342,-13.53464 -10.36342,-18.91647 0,-6.52717 5.29563,-11.8228 11.8228,-11.8228 6.52717,0 11.82279,5.29563 11.82279,11.8228 z"
id="path5090"
style="fill:#c34747;fill-opacity:1;stroke-width:0.0123154" /></g><g
id="g5827"><path
d="m 614.8942,220.59339 c 0,5.38183 -7.20451,14.96322 -10.36342,18.91647 -0.75739,0.94213 -2.16135,0.94213 -2.91875,0 -3.1589,-3.95325 -10.36342,-13.53464 -10.36342,-18.91647 0,-6.52717 5.29563,-11.8228 11.8228,-11.8228 6.52717,0 11.82279,5.29563 11.82279,11.8228 z"
id="path5825"
style="fill:#c34747;fill-opacity:1;stroke-width:0.0123154" /></g><g
id="g6811"><path
d="m 498.9642,231.18432 c 0,5.38183 -7.20451,14.96322 -10.36342,18.91647 -0.75739,0.94213 -2.16135,0.94213 -2.91875,0 -3.1589,-3.95325 -10.36342,-13.53464 -10.36342,-18.91647 0,-6.52717 5.29563,-11.8228 11.8228,-11.8228 6.52717,0 11.82279,5.29563 11.82279,11.8228 z"
id="path6809"
style="fill:#c34747;fill-opacity:1;stroke-width:0.0123154" /></g><g
id="g6815"><path
d="m 354.7944,238.66843 c 0,5.38183 -7.20451,14.96322 -10.36342,18.91647 -0.75739,0.94213 -2.16135,0.94213 -2.91875,0 -3.1589,-3.95325 -10.36342,-13.53464 -10.36342,-18.91647 0,-6.52717 5.29563,-11.8228 11.8228,-11.8228 6.52717,0 11.82279,5.29563 11.82279,11.8228 z"
id="path6813"
style="fill:#c34747;fill-opacity:1;stroke-width:0.0123154" /></g><g
id="g6819"
transform="translate(685.9625,-76.065495)"><path
d="m 354.7944,238.66843 c 0,5.38183 -7.20451,14.96322 -10.36342,18.91647 -0.75739,0.94213 -2.16135,0.94213 -2.91875,0 -3.1589,-3.95325 -10.36342,-13.53464 -10.36342,-18.91647 0,-6.52717 5.29563,-11.8228 11.8228,-11.8228 6.52717,0 11.82279,5.29563 11.82279,11.8228 z"
id="path6817"
style="fill:#c34747;fill-opacity:1;stroke-width:0.0123154" /></g><g
id="layer4"><path
style="fill:none;stroke:#193099;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 342.88145,258.10181 c 28.9274,-31.71703 128.05594,-29.39632 144.5765,-7.24219 14.46708,-22.4928 83.99808,-45.02275 99.88738,-33.28903 13.4506,-13.4088 15.43769,21.57143 15.50988,22.25074"
id="path6885" /><path
style="fill:none;stroke:#193099;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 587.03801,217.8809 C 730.20761,65.238119 878.55633,91.151492 1028.8086,182.69146"
id="path6983" /></g></g></svg>

View File

@ -88,6 +88,7 @@
<p>
<a href="/">Home</a> |
<a href="/blog">Blog</a> |
<a href="/network">Network</a> |
<a href="/contact">Contact</a>
{# <a href="/hobbies">Hobbies</a> #}
{# <a href="/whois">WHOIS</a> #}