diff --git a/README.md b/README.md index f637438..f394398 100644 --- a/README.md +++ b/README.md @@ -1,77 +1,157 @@ -# Project overview -... -# Installation +# 🧠 Human Trafficking Data Intelligence: *Modern Day Slavery Still Exists* -1. **Clone the repository**: +> **Human trafficking is not history β€” it is today’s silent crisis.** +> This project brings data to the frontlines of one of the world’s most pressing human rights challenges. -```bash -git clone https://github.com/YourUsername/repository_name.git -``` +--- -2. **Install UV** +## 🌍 Project Title: International Trafficking Victim Analytics & Intelligence -If you're a MacOS/Linux user type: +### πŸ“£ Executive Summary -```bash -curl -LsSf https://astral.sh/uv/install.sh | sh -``` +This project addresses the global issue of modern-day slavery using data analytics. Human trafficking remains widespread, with many victims going unidentified and unsupported. By analyzing international data, we aim to uncover patterns, highlight countries with significant reports of human trafficking, and assist data-based decisions by governments and NGOs working to stop these crimes and help survivors. -If you're a Windows user open an Anaconda Powershell Prompt and type : +Our project is framed as a **public threat case**, with the goal to: +- **Understand the scope and distribution** of trafficking offenses. +- **Uncover patterns in victim demographics** to inform specialized support. +- **Help governments and NGOs** strategically allocate resources and establish victim recovery centers. -```bash -powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" -``` +By analyzing reported geographic and demographic data on this issue, we seek to build insights that raise awareness and assist real-world intervention. -3. **Create an environment** +--- -```bash -uv venv -``` +## πŸ” Hypothesis & Research Questions -3. **Activate the environment** +### Hypothesis +With the right data, enforcement agencies can identify critical hotspots and demographic groups in need of immediate support. -If you're a MacOS/Linux user type (if you're using a bash shell): +Insights: -```bash -source ./venv/bin/activate -``` +> Determine the concentration of reported victims and types of trafficking to assist governments make data-based decisions to fight these crimes. -If you're a MacOS/Linux user type (if you're using a csh/tcsh shell): +> Assist NGOs as to where (which countries) to open up support centers to help victims. -```bash -source ./venv/bin/activate.csh -``` -If you're a Windows user type: +### Key Questions +- Which countries have the highest number of reported offenses and need prioritized support from NGOs? +- What are the gender and age demographics of victims? -```bash -.\venv\Scripts\activate -``` +--- -4. **Install dependencies**: +## 🧾 Dataset Description -```bash -uv pip install -r requirements.txt -``` +The dataset, comprising of **39485 rows** and **10 columns**, originates from the United Nations Office on Drugs and Crime and encompasses two decades of multilevel information data across **regions**, **subregions**, **countries**, and **demographics**, **victims** and **offenders**. -# Questions -... +### Features Breakdown: -# Dataset -... +| Column | Description | +|------------------|-----------------------------------------------------------------------------| +| `country` | Country where the incident occurred or victim was detected | +| `region` | High-level regional classification (e.g., Asia, Africa) | +| `subregion` | Subdivided region classification | +| `indicator` | Classification of the record (e.g., offense or victim repatriation) | +| `dimension` | Reporting dimension (e.g., country of detection, repatriation) | +| `category` | Victim source category or trafficking type | +| `sex` | Gender of the victim (if reported) | +| `age` | Age group (minor or adult) (if reported) | +| `year` | Year the offense or detection was reported | +| `nr_of_victims` | Number of victims (cleaned and converted to numeric for analysis) | -## Main dataset issues +> Note: Data cleaning was applied to standardize victim counts and handle anonymized entries (e.g., "<5" to mean value "2.5"). -- ... -- ... -- ... +### Dataset obstacles: -## Solutions for the dataset issues -... +In analyzing datasets related to illicit activities, a major challenge is incomplete reporting, leading to missing values. This lack of data, often due to underreporting or the secretive nature of these activities, complicates data processing and analysis. Such gaps can undermine the accuracy of analytical models, requiring techniques like data imputation to mitigate the impact and enhance analysis reliability. -# Conclussions -... +--- + +## 🧱 Entity Relationship Model and Diagram + +The database schema is relationally structured to support multi-layered analysis across geography and time. + +### Core Tables: + +- **Region (region_id, region_name)** +- **Subregion (subregion_id, subregion_name, region_id)** +- **Country (country_id, country_name, subregion_id)** +- **Victim (victim_id, sex, age)** +- **Offense (offense_id, year, dimension, category, nr_of_victims, country_id, victim_id)** + +### Cardinality Logic: + +- Each `Offense` may involve one or more `Victims`. +- Each `Country` has multiple `Offenses`. +- A `Region` contains multiple `Subregions`, which contain multiple `Countries`. + + +![ER Model](first_project\slides\ERM.png) +![ER Diagram](first_project\slides\ERD.png) + +This normalized schema allows efficient filtering and joins across geography, victim profiles, and offense dimensions. + +--- + +### πŸ“Š Exploratory Data Analysis (EDA) + +- **Temporal Trends**: Year-over-year tendencies in reported victims +- **Geospatial Mapping**: Statistics of trafficking victim per country of report +- **Victim Profiling**: Clustering victims by age/sex/type of exploitation + +--- + +## πŸ’» Technologies Used + +| Area | Tools/Technologies | +|----------------------|---------------------------------------------------------| +| Data Manipulation | Python (Pandas, NumPy) | +| Data Visualization | Matplotlib, Seaborn, Pyplot | +| Database Modeling | MySQL Workbench, Miro, Lucid | +| Documentation | Jupyter Notebook, Markdown, GitHub, Visual Studio Code | +| Version Control | Git, GitHub, Anaconda Powershell | + +--- + +## πŸ“¦ Deliverables + +- βœ… [Repository "first_project" on GitHub](https://github.com/mari21041/first_project) +- βœ… [Raw dataset](https://view.officeapps.live.com/op/view.aspx?src=https%3A%2F%2Fdataunodc.un.org%2Fsites%2Fdataunodc.un.org%2Ffiles%2Fdata_glotip.xlsx&wdOrigin=BROWSELINK) +- βœ… Jupyter Notebook with cleaned and documented dataset (`load_clean_data.csv`) +- βœ… ERM and ERD schemas with relationship logic +- βœ… Jupyter Notebook with EDA and visualizations +- βœ… MySQL file with data base and quaries +- βœ… README documentation +- βœ… [Final presentation report](https://docs.google.com/presentation/d/1ZxcF3VxB39Q2w0D33H5HTTdKfI78sPBHEtSYHJ0Mm8I/edit?usp=sharing) + +--- + +## πŸ‘¨β€πŸ’Ό Target Audience + +- **Policy Makers**: Use insights to influence anti-trafficking strategies +- **NGOs**: Suggest as to where to open possible support centers geographically +- **Researchers**: Access a clean dataset for further academic work + +--- + +## πŸ› οΈ Future Work + +- Further research can be done to include perpetrators information (from additional dataset) to create an overall view of both victims and perpetrators. +- The analysis can be deepened into specific trafficking dynamics in each country for more focused enforcement efforts +- Analyze the possibility of using predictive models to complete the "Unknown" values of the reports + +--- + +## πŸ‘₯ Contributors + +- Hipolito Marin +- Marianne Filbig +- Delmar Bumanglag +- Egbe Grace + +--- + +## 🌐 Call to Action + +Human trafficking is real, widespread, and preventable. Data-driven insights must be used to take concrete steps. +πŸ“’ *Share this repository, contribute to awareness, and help make a difference.* -# Next steps -... diff --git a/data/Grafics/Grafics project.ipynb b/data/Grafics/Grafics project.ipynb new file mode 100644 index 0000000..8285b65 --- /dev/null +++ b/data/Grafics/Grafics project.ipynb @@ -0,0 +1,712 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "id": "7aa04b84-4d46-4978-a377-fa0c3b80c835", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
Country_nameTotal_VictimsPercentage_of_World_Total
0Pakistan54523715.90
1United States of America54325315.84
2United Kingdom of Great Britain and Northern I...39285411.46
3India2292906.69
4Nigeria1165373.40
5Netherlands (Kingdom of the)1012582.95
6France844832.46
7Romania839412.45
8Germany731452.13
9Argentina729782.13
\n", + "
" + ], + "text/plain": [ + " Country_name Total_Victims \\\n", + "0 Pakistan 545237 \n", + "1 United States of America 543253 \n", + "2 United Kingdom of Great Britain and Northern I... 392854 \n", + "3 India 229290 \n", + "4 Nigeria 116537 \n", + "5 Netherlands (Kingdom of the) 101258 \n", + "6 France 84483 \n", + "7 Romania 83941 \n", + "8 Germany 73145 \n", + "9 Argentina 72978 \n", + "\n", + " Percentage_of_World_Total \n", + "0 15.90 \n", + "1 15.84 \n", + "2 11.46 \n", + "3 6.69 \n", + "4 3.40 \n", + "5 2.95 \n", + "6 2.46 \n", + "7 2.45 \n", + "8 2.13 \n", + "9 2.13 " + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import pandas as pd\n", + "\n", + "df_victims = pd.read_csv(\"total_victims_globally.csv\")\n", + "\n", + "display(df_victims)" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "id": "cd86a20a-3f01-49a8-9707-48987d3e8413", + "metadata": {}, + "outputs": [], + "source": [ + "rename_dict = {\n", + " \"United States of America\": \"USA\",\n", + " \"United Kingdom of Great Britain and Northern Ireland\": \"UK\",\n", + " \"Netherlands (Kingdom of the)\": \"Netherlands\", # Sin el tabulador\n", + "}\n", + "\n", + "df_victims[\"Country_name\"] = df_victims[\"Country_name\"].replace(rename_dict)" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "id": "bb9f89b4-9f7b-49f7-ba8e-7aa8d8154f51", + "metadata": {}, + "outputs": [], + "source": [ + "df_victims[\"Country_name\"] = df_victims[\"Country_name\"].replace({\n", + " r\"Netherlands \\(Kingdom of the\\)\\s*\": \"Netherlands\",\n", + "}, regex=True)" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "id": "e977e83d-c735-4cc3-9e71-166bd72f0278", + "metadata": {}, + "outputs": [], + "source": [ + "import matplotlib.pyplot as plt\n", + "import seaborn as sns" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "id": "5fd2182f-8bfd-48df-a5bc-8d55fca28edf", + "metadata": {}, + "outputs": [], + "source": [ + "df_victims_sorted = df_victims.sort_values(by=\"Total_Victims\", ascending=True)" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "id": "6e61de71-0375-4cac-a3a1-e757c6f36388", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "plt.figure(figsize=(12, 10))\n", + "sns.set(style=\"whitegrid\")" + ] + }, + { + "cell_type": "code", + "execution_count": 25, + "id": "7ae9bdeb-2fdf-4d2c-828b-6dfc6a61ebfa", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "C:\\Users\\Usuario\\AppData\\Local\\Temp\\ipykernel_22432\\2338842332.py:13: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `y` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " ax = sns.barplot(\n" + ] + }, + { + "data": { + "image/png": "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UaNGoaSkRPLxiIjo0bhEnIiI6G+wfPlyZGRkNLsC6+LigtTUVFhZWWHgwIHYt28fiouLJRu3S5cuCAgIwIIFC1BfX4+YmBh0794dM2fOBADMmjULKSkpmDVrFmQyGXr06IGDBw/is88+kz/yqqWMjIzw0ksvYePGjaiuroadnR1yc3MRFxeHESNGYMyYMS2OpaOjAwBIT0+Hnp4eTE1N4e/vj/j4eDz11FMYO3Ysrl27hpiYGPm4AOQ3dzt8+DCcnJxgZmYGdXV1rF27FjKZDLW1tdi3bx/S09MBtG61gJqaGiZMmICdO3dCX19f/p8UykyZMgU7duxAQEAA5s+fjx49eiAxMREPHz7Eq6++Kp/rhQsXkJmZqfA9+SfRr18/GBgY4J133sG9e/dgaGiIc+fO4dixY5g7d64kYxARUcvxCjYREdHfoHv37oiIiGjWHhYWhrFjxyIqKgrz58+HlpYWFi5cKNm4Q4cOhZeXFyIiIrB48WIYGhpi9+7d8iXi+vr62LNnD/r164eIiAjMmzcPP/30E1avXo1Zs2a1erzVq1cjMDAQBw4cgL+/P3bt2gU/Pz/897//bdUV2+eeew6enp7YtWsX3n77bQBAUFAQVqxYgYyMDMybNw9xcXHw8PDA7t275d9JHjFiBEaNGoXo6GhERUVh4MCBiI6ORmlpKQICAuR3IN+xYwdUVFSQnZ3dquObNGkS6uvr4enp+cjj0dbWxs6dO2FlZYVVq1bhP//5DxoaGpCYmIgBAwYAAGQyGcrLy/H666//5fPSWyMuLg5jxoxBTEwMZDIZPv30U7z55psIDAyUbAwiImoZFdGatVJEREREREREpBSvYBMRERERERFJgAU2ERERERERkQRYYBMRERERERFJgAU2ERERERERkQRYYBMRERERERFJgAU2ERERERERkQRYYBMRERERERFJgAU2ERERERERkQRYYBMRERERERFJgAU2ERERERERkQRYYBMRERERERFJgAU2ERERERERkQT+HxJlq36WWr+rAAAAAElFTkSuQmCC", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import matplotlib.pyplot as plt\n", + "import seaborn as sns\n", + "\n", + "# AsegΓΊrate de tener tus datos ordenados\n", + "df_victims_sorted = df_victims.sort_values(by=\"Total_Victims\", ascending=True)\n", + "\n", + "# Calcular porcentaje respecto al total\n", + "total_victims = df_victims_sorted[\"Total_Victims\"].sum()\n", + "df_victims_sorted[\"Percentage\"] = df_victims_sorted[\"Total_Victims\"] / total_victims * 100\n", + "\n", + "# Crear el grΓ‘fico\n", + "plt.figure(figsize=(10, 8))\n", + "ax = sns.barplot(\n", + " data=df_victims_sorted,\n", + " y=\"Country_name\",\n", + " x=\"Total_Victims\",\n", + " palette=\"Set3\"\n", + ")\n", + "\n", + "# AΓ±adir los porcentajes como etiquetas\n", + "for i, (value, percent) in enumerate(zip(df_victims_sorted[\"Total_Victims\"], df_victims_sorted[\"Percentage\"])):\n", + " ax.text(\n", + " value, # posiciΓ³n x\n", + " i, # posiciΓ³n y (Γ­ndice del paΓ­s)\n", + " f\"{percent:.1f}%\", # texto\n", + " va='center', # vertical alignment\n", + " ha='left', # horizontal alignment\n", + " fontsize=9,\n", + " color='black'\n", + " )\n", + "\n", + "# Etiquetas y formato\n", + "plt.title(\"Total victims per country\", fontsize=16)\n", + "plt.xlabel(\"Number of total victims\")\n", + "plt.ylabel(\"Country\")\n", + "plt.tight_layout()\n", + "plt.show()" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "id": "f07f208d-f33a-4c44-a0e8-95b59c6ad804", + "metadata": {}, + "outputs": [], + "source": [ + "rename_dict = {\n", + " \"United States of America\": \"USA\",\n", + " \"United Kingdom of Great Britain and Northern Ireland\": \"UK\"\n", + "}\n", + "\n", + "df_victims[\"Country_name\"] = df_victims[\"Country_name\"].replace(rename_dict)" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "id": "986841bf-585e-4f50-b711-26775272766c", + "metadata": {}, + "outputs": [ + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAwYAAAMQCAYAAACdSXJSAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjkuMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8hTgPZAAAACXBIWXMAAA9hAAAPYQGoP6dpAAEAAElEQVR4nOzdd1xV9f/A8de9l71BEEEBFWQooLhnKrlyp9kwtWHDsuG3qantYdovKxs2LDMb5h45Si1LTdwLARVEpih7j3vv+f1BXEVQQYHLeD8fDx56z/ic9znceznv81kqRVEUhBBCCCGEEE2a2tgBCCGEEEIIIYxPEgMhhBBCCCGEJAZCCCGEEEIISQyEEEIIIYQQSGIghBBCCCGEQBIDIYQQQgghBJIYCCGEEEIIIZDEQAghhBBCCIEkBkIIIYQQQggkMRBCNCKxsbHGDuGWLFy4ED8/P8LCwgBISEjAz8+PF1544abKS0lJIT8//4bbVXacyZMn4+fnh1arvaljVyeumTNn4ufnx/nz52v8WI1NaGgot912203tW1RUxIULFwyv16xZg5+fHytXrqyp8IQQDZwkBkKIRuHzzz9n5MiRxg6jRjk5OTF//nwmTpxY7X1XrVrFsGHDSE9Pr9Xj1ERc99xzD/Pnz8fZ2bnWj9/QvfLKK8ydO7fa+504cYKhQ4eyd+9ew7Ju3boxf/58evToUZMhCiEaMBNjByCEEDXhn3/+oaSkxNhh1CgrKyvGjBlzU/vu27evSrUFt3qc6qosrpCQEEJCQurk+A3doEGDbmq/yMhIkpOTyy3z8PDAw8OjJsISQjQSUmMghBBCCCGEkMRAiMZq8uTJDB48mPDwcO6//346duxI3759efXVVyttXnL8+HGmTZtG9+7dCQoKYuTIkXz77bfodDrDNmVt0T/55BP+97//ERQURO/evTl27BgAaWlpvPXWW4SGhhIcHMygQYOYP38+OTk55Y4VExPDc889R69evQgMDGTIkCF89NFHFBYWltvOz8+PV199ld9//53x48cTHBxMjx49eOmll7h48WK57Q4fPmz4/8yZMw3r/v33X5544gl69+5Nhw4d6NatGw888EC5JhVldu3axcSJEwkJCaFnz568+uqr/Pnnn/j5+bFmzZpy2/7zzz9MmTKFzp0707FjR8aNG1dhm+vZtm0bEyZMoFOnTtx222188skn5a71ldf7yrb/BQUFvPfeewwbNsxwPR5//HEOHTpk2CY0NJSNGzcCcPvttzN58mSgtC1/UFAQu3btYuDAgQQFBfHcc89dty/DqVOnmDx5MsHBwfTu3ZtXXnml3LUvO15l7d5XrlxZ7tpdL66r+xjodDp++OEHxowZQ3BwMJ07d2bKlCns2rWr3DHK2sn/+++/zJ8/nwEDBhAYGMiwYcP47rvvbvBbuHyNP//8c77//nvDe3fUqFH88ssvFbbX6/Xl4uratSuPPPJIuesPsGjRIvz8/Ni5cyfDhw8nMDCQ++67r9IYvv/+e/z8/Fi3bl2FdX/99Rd+fn58++23hmt49bXOy8vjww8/ZOjQoQQHBzNw4EBeffVVw+9p5syZzJkzB4BZs2bh5+dX7tpd2cfAz8+PN998k02bNjFmzBiCgoLo378/n3/+OYqisHXrVsaOHUtwcDCDBw9myZIl5WKpyvtTCFF/SVMiIRqxzMxMHnjgAbp06cJLL71EREQEv/76K/v27WPNmjXY2NgAsGPHDp599llatWrFI488gpWVFXv27OH999/n8OHDLFq0CJVKZSj3u+++w8/Pjzlz5hAbG0v79u25dOkS48aNIz09nbvuuouAgAAiIyNZunQpR44cYdmyZZiamnL8+HEefPBBbGxsuP/++3FycuLo0aMsXryYf//9l2XLlmFubm441u7du9m4cSP33nsv99xzD/v27WP9+vXEx8fz888/AzB//nw+//xzYmNjmT9/Pp6enkDpzfezzz5L+/bteeyxx7C2tubMmTOsXLmSRx99lHXr1tGuXTsANm7cyIsvvoinpydPPvkker2eFStWsG3btgrX9ccff+Stt94iKCiIp556CrVazY4dO5g1axYRERHMnj37ur+Xn376iTfeeANfX1+effZZ8vPz+emnnygoKLjh7/S5555jz5493H///bRt25bU1FR+/PFHHnjgAVatWoW/vz+vvPIK33zzDUeOHGHWrFmGcwTQarW88MILTJo0CQcHB1q0aHHd4z3wwAP06tWLl19+maioKFauXMm+fftYu3Yt9vb2N4z3SteL60p6vZ6nnnqKnTt30qNHD55//nny8vJYs2YNjz32GDNnzuShhx4qt8/s2bOxsrJiypQpmJiY8NNPPzFv3jxsbGyYMGHCDWNbtWoVaWlp3H///bi6urJp0yZee+014uPjefHFFw3bPf/882zevJmhQ4dy9913k5WVxZo1a5g8eTIffvghw4YNK1fuCy+8wPjx47n//vsxNTWt9NijR49mwYIFbNiwgbFjx5Zbt3btWkxNTa/Z1KugoIB7772X06dPM2rUKB588EHi4+P58ccfCQsLY+XKldxzzz1oNBpWrVrFPffcQ5cuXa57LXbu3MmmTZuYNGkSd999N7/88gsff/wxx48f58iRI4blP//8M/Pnz8fNzY3hw4cDVXt/CiHqMUUI0ShNmjRJ8fX1VebMmVNu+dKlSxVfX19l4cKFiqIoSn5+vtKjRw/lzjvvVIqKisptu3DhQsXX11f57bffFEVRlPj4eMXX11fp1KmTkpOTU27bWbNmKb6+vsquXbvKLV+0aJHi6+ur/PHHH4per1dGjBih9O/fX8nIyCi33a+//qr4+voqX331lWGZr6+v4uvrqxw6dKjSczt37pxh2b333qv4+vqW227s2LFKnz59lLy8vHLLly9frvj6+irffPONoiiKUlhYqHTv3l257bbblOzsbMN2GRkZSp8+fRRfX19l9erViqIoSnJystKhQwfl8ccfV/R6vWFbvV6vvPjii4qvr69y7Ngx5VpycnKUTp06KSNGjFDy8/MNy5OSkpRu3bopvr6+yr59+xRFuXy9n3/+eUVRFCUtLU3x9fVVXnvttXJlHj58WBkyZIjy66+/GpY9//zziq+vrxIfH29Y9vLLLyu+vr7KRx99VG7/q4+jKJev8euvv15u22XLlim+vr7K//3f/xmWDRw4UOnXr1+Fcy37nZZduxvFFRsbqyiKoqxdu1bx9fVVXnrppXLXOCcnRxkyZIgSEBCgnD9/XlEURVm9erXi6+urjBw5stz7t+yc7rnnngpxVXbufn5+yoEDBwzLi4qKlLvuukvx9/dXYmJiFEVRlN9++03x9fVVvv7663Jl5ObmKsOGDVN69Ohh+J1+8skniq+vr/Liiy9e9/hlnnnmGcXf31+5cOGCYVlWVpYSGBioPPnkk4ZlV1/rTz/9VPH19VV++umncuWVXcOlS5cqilL576Ls2l35vin7zB0+fNiwLDw8XPH19VX8/f2VkydPGpZHRUUpvr6+ygsvvKAoSvXen0KI+kmaEgnRyD3zzDPlXk+cOBFbW1t+//13APbs2UNGRgZDhw4lNzeX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iIiIiIiIxYCIiIiIiMBiQEREREREYDEgIiIiIiKwGBAREREREVgMiIiIiIgILAZERERERAQWAyIiIiIiAosBERERERGBxYCIiIiIiMBiQEREREREYDEgIiIiIiKwGBAREREREVgMiIiIiIgILAZERERERAQWAyIiIiIiAosBERERERGBxYCIiIiIiMBiQEREREREYDEgIiIiIiKwGBAR0UmaOnUq7rnnng4/d88992Dq1Kntf/78889x+eWXY9CgQRg8eDAuvfRSTJs2rcOvNU0TEydOREFBAaqrq72SnYiIfsRiQEREPvHhhx/iz3/+My6//HJ88skn+Oijj3DRRRfh4YcfxnPPPXfY7b/99lvU1dUhISEBH374oYLEREShxaI6ABERhYZ33nkHl156KaZMmdL+sdzcXJSVleHNN9/EbbfddsjtP/roIwwdOhSZmZn44IMPcP3110MI4evYREQhgyMGRETkE5qmYdWqVairqzvk4zfccAPee++9Qz5WV1eH2bNnY+zYsTjrrLNQWFiIJUuW+DIuEVHIYTEgIiKfuO6667Bx40aMHz8eN9xwA1566SWsXbsWUVFR6N69+yG3nT59OtxuN8466yyMGDECCQkJR1yLQEREXYNTiYiIyCfOPvtspKam4s0338SSJUuwYMECAEBOTg4eeeQRDB06tP22H330EQYNGoT09HQAwOTJkzFt2jSUl5cjOTlZSX4iomDHEQMiIjopFosFpml2+DnTNGGx/Pge1KBBg/DUU0/hu+++wyeffII77rgDjY2NuP7661FVVQUA2Lx5MzZs2IBzzz23/evOPfdceDwefPDBB979ZoiIQhiLARERnZTo6GjU19d3+Lm6ujrExMSgtLQUDz74IEpLSwG0rTfo27cvbr75Zrz++utoamrC8uXLAQAff/wxAOCRRx5B37590bdvX1x55ZUA2nY2OlIJISKik8NiQEREJ6Vfv35Yv349XC7XIR93uVxYu3Yt+vfvD5vNhg8++ACff/75YV8fHR0NAEhMTITb7cbnn3+OcePG4bPPPsOnn37a/t8tt9yC4uLi9ilIRETUtbjGgIiITsqUKVPw+uuv47bbbsPNN9+M5ORkFBUV4aWXXoLFYsGUKVMQExOD6667Ds888wyamppwcyjuqgAAAj5JREFU9tlnIzIyEtu3b8cLL7yAkSNHYtiwYZg5cyZqampwzTXXIC8v75DHSU9Px5tvvolp06bh1FNPVfTdEhEFLyGllKpDEBFRYNu7dy+eeeYZLF26FLW1tYiNjcW4ceNw++23Iy0trf12n376Kd5//31s3boVTqcT6enpmDx5Mm688UaEh4fjpptuwu7du/H11193eGbBY489hjfeeANz5sxpX5hMRERdg8WAiIiIiIi4xoCIiIiIiFgMiIiIiIgILAZERERERAQWAyIiIiIiAosBERERERGBxYCIiIiIiMBiQEREREREYDEgIiIiIiKwGBAREREREVgMiIiIiIgILAZERERERAQWAyIiIiIiAosBERERERGBxYCIiIiIiMBiQEREREREYDEgIiIiIiKwGBAREREREVgMiIiIiIgILAZERERERAQWAyIiIiIiAosBERERERGBxYCIiIiIiMBiQEREREREYDEgIiIiIiKwGBAREREREVgMiIiIiIgILAZERERERAQWAyIiIiIiAosBERERERGBxYCIiIiIiMBiQEREREREYDEgIiIiIiKwGBAREREREVgMiIiIiIgILAZERERERAQWAyIiIiIiAosBERERERGBxYCIiIiIiMBiQEREREREYDEgIiIiIiKwGBAREREREVgMiIiIiIgILAZERERERAQWAyIiIiIiAosBERERERGBxYCIiIiIiMBiQEREREREYDEgIiIiIiKwGBAREREREVgMiIiIiIgIwP8DrN8DhtBf4ncAAAAASUVORK5CYII=", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import matplotlib.pyplot as plt\n", + "\n", + "# Opcional: mostrar solo los paΓ­ses con % mayor a cierto umbral (p.ej. > 1%)\n", + "df_filtered = df_victims[df_victims[\"Percentage_of_World_Total\"] > 1].copy()\n", + "\n", + "\n", + "labels = df_filtered[\"Country_name\"]\n", + "sizes = df_filtered[\"Percentage_of_World_Total\"]\n", + "\n", + "\n", + "fig, ax = plt.subplots(figsize=(8, 8))\n", + "wedges, texts, autotexts = ax.pie(\n", + " sizes,\n", + " labels=labels,\n", + " autopct='%1.1f%%',\n", + " startangle=140,\n", + " wedgeprops=dict(width=0.3), # Hace el \"agujero\" central\n", + " pctdistance=0.85\n", + ")\n", + "\n", + "\n", + "centre_circle = plt.Circle((0, 0), 0.70, fc='white')\n", + "fig.gca().add_artist(centre_circle)\n", + "\n", + "\n", + "plt.title(\"percentage distribution per victims\", fontsize=14)\n", + "plt.tight_layout()\n", + "plt.show()" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "id": "00b97ca0-8498-4d69-bde0-90a332b11a9b", + "metadata": {}, + "outputs": [ + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAoAAAAKQCAYAAAAPG8u4AAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjkuMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8hTgPZAAAACXBIWXMAAA9hAAAPYQGoP6dpAAB9U0lEQVR4nO3dd5xU5d338c85W9m+S1k6SO9IEQRUqigiVY0mUZ9ETSyJSe4YS3Kb3DHRGI0aWxJjSRRBRewFBEQBpSq9d+ltl4Xdndl+zvPHYRaWumV2z5yZ79vXvJDZmdnfzC6z371+VzFs27YRERERkYhhul2AiIiIiNQtBUARERGRCKMAKCIiIhJhFABFREREIowCoIiIiEiEUQAUERERiTAKgCIiIiIRRgFQREREJMIoAIp4SCjs2x4KNYQivS4i4iUKgCJBctNNN9GxY8fyS6dOnejVqxcTJ05k0qRJlJaWVrj9sGHDeOCBByr9+HPmzOH+++8/7+0eeOABhg0bVu3Pcza5ubncd999fPvtt+XX3XTTTdx00001fuxgKS0t5YEHHqBXr1707t2bxYsXV+txOnbsyHPPPVfp20+bNo3HHnus/O/vvfceHTt2ZM+ePdX6/F60bNky7rjjDvr370+3bt0YMmQIv/vd79i9e7fbpYnIGUS7XYBIOOnSpQv/93//B0BZWRnHjh1j/vz5PProo3z77bc8/fTTmKbze9fzzz9PUlJSpR/71VdfrdTt7rrrLm6++eYq134+GzZs4MMPP+Saa64pvy7wXEPFV199xfvvv89dd93FwIED6dKlS7UeZ+rUqTRu3LjSt//Xv/5Fv379yv8+ZMgQpk6dSqNGjar1+b1m0aJF3HbbbVx++eU88sgjJCcns2vXLv7zn/9w7bXXMm3aNFq2bOl2mSJyEgVAkSBKSkriwgsvrHDdsGHDaNOmDY888giffPIJY8eOBah2ODmfuvxB265duzr7XJVx9OhRACZOnEiLFi2q/Tinfg2rKiMjg4yMjBo9hpe88MIL9OjRg6effrr8uv79+zN48GAuv/xy/vvf/4bcLwsikU4tYJE6cOONN5KZmclbb71Vft2prdlAOOzRowcXX3wxv/nNbzh48CDgtFqXLl3K0qVL6dixI0uWLGHJkiV07NiRt956i6FDh9K7d28WLFhwWgsYoKSkhIcffpiLLrqIvn37cv/993PkyJHyj5+plRt4/MDnCowq3nzzzeW3PfV+RUVF/OMf/+DKK6+ke/fujBw5khdffBHLsip8rv/93//lxRdfZMiQIXTv3p0bbriB1atXn/M1LCsrY8qUKYwZM4YePXowZMgQnnjiCYqKigCn9R14PUeMGHHG1vSBAwfo3LkzkydPrnD9kSNH6Nq1a/ko66kt4EOHDnH//fczYMAAevXqxY033siKFSsA5+u4d+9e3n///fK276kt4AceeIBbb72VqVOnMmLECHr06MENN9zAjh07+PLLLxkzZgw9e/bkuuuuY8OGDRXquueeexg0aBDdu3dn3LhxfPDBB+d8nW666SYeeOABXnjhBQYOHEifPn2466672Lt3b4Xbbd68mdtvv53evXvTu3dvfvazn1Vo157t++tMsrKyzjgHslGjRjz44IMMGjSowvXTpk1j9OjR5a3i5557jrKyMgD2799Pnz59Tvu+uuqqqxg9enT511tEakYBUKQOmKbJgAEDWL169WlzAcGZP3XfffcxcuRIXnrpJX7729+yePFi7rnnHsBptXbp0oUuXbowdepUunbtWn7f559/nvvvv58//OEP9OrV64yff8aMGaxbt46//vWv3H///cydO5ef/OQn5T90z6dr16784Q9/AOAPf/jDGUdzbNvmjjvu4OWXX+a6667jhRde4Morr+Tpp58+7fYzZ85kzpw5PPjggzz11FNkZWVx9913n7OeP/zhDzz66KOMGDGCf/3rX/zwhz9k8uTJ3HXXXdi2zV133cWdd95Z/pqcqcbGjRvTr18/Pv300wrXf/bZZ9i2zejRo0+7j8/n4/vf/z5Llizh3nvv5fnnnycuLo5bbrmF7777jueff56GDRsyePDgc7Z9V6xYweTJk3nggQd49NFH2bZtGz/96U959NFHuf3223nqqafYv38/v/nNb8rvc++997Jt2zYeeughXnrpJbp06cL9999/3rmNc+bM4b333uPBBx/koYceYsOGDdx0000UFBQAsGPHDm644Qays7N57LHHeOSRR9i9ezff//73yc7OrvBYlfn+GjJkCCtWrOCmm27inXfeqRAkr7vuOkaMGFH+93//+9/8/ve/Z8CAAbzwwgv88Ic/5KWXXuL3v/89AE2aNOGBBx5g6dKlvPvuuwA8+eST7Nq1iyeffJK4uLhzPncR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w9x9993cdNNNfPfddzz11FMMGjSoPBAMHTqUL774gkcffZRhw4bx7bffnrbdSHJyMgBz584lNTX1tAn5l112Gf379+fBBx/k4MGDdOrUiaVLl/LSSy8xYcKEGu0Z2K5dOyZMmMCzzz5LQUEBF110ERs2bOD555+nf//+XHrppVV6vKioKEaPHs3kyZPJzMwsD8JnMnHiRF5//XXuvPNOfvGLX5Cens6kSZMoKSnhBz/4AeB8bdavX8/SpUtrPFob0KxZMxo3bszDDz9Mfn4+LVu2ZO3atcybN4/bb7/9nPctKCjgtttu484778Tn8/H3v/+dDh06cPXVVwPOZuE33HADt99+O9///veJi4tj6tSpfP755zz77LNVqjM1NZX777+f//u//+MHP/gB3/ve92jRogV5eXnMnj2b999/nyeeeALDMEhPT+e2227jmWeeIT8/n/79+3Pw4EGeeeYZDMMo/576y1/+Qk5ODpMmTSIpKYnf//73/OxnP2Py5MkhdfKMiJcpAIoE0fr167n++usBZ7FHYmIiHTp04I9//OM5FwwMHjyYJ554gv/85z/lCz/69OnDpEmTyucM/vCHP2Tt2rX85Cc/4dFHH63SKRM/+MEPyMvL42c/+xmxsbGMGTOGe++9t3xe1TXXXMOuXbt4//33eeutt7jooot49tlnK4xYtm/fnquvvpopU6bw1Vdf8cknn1T4HIZh8O9//5tnn32WV199lSNHjtC8eXN+/etfn7HVWFWPPPIIrVq14t133+Wll16iUaNG3Hzzzdx1113VGoEbN24cr732GldfffU575+UlMTkyZN5/PHH+fOf/4xlWVx44YVMmjSpvCV5yy238Je//IVbb72V//73v9V+jqd6/vnneeqpp3jmmWfIycmhSZMm/PznPz/rHLqAvn37cvHFF/O///u/gLPo57777itfPdypUyemTJnC3//+d+677z5s26ZDhw784x//YPjw4VWu84YbbqBVq1ZMmjSJp556iqNHj5KYmEiPHj147bXXKgTsX/3qVzRs2JA33niDl19+mdTUVAYMGMCvf/1rkpOTmTdvHu+99x733ntvect6xIgRjBw5kieffJLLLruMVq1aVblGEanIsDWmLiISNgIjZK+//rrLlYhIKNMcQBEREZEIowAoIiIiEmHUAhYRERGJMBoBFBEREYkwCoAi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54EKTUhLc7sKERERkfPLyAj5PQDBCwEQnDQtIiIiEsqiojwzbc0bATAmxjMvqIiIiESotDRPjP6BVwIgQP36blcgIiIicnYemrLmjQBoWU5PXURERCRUeWQFMHglAIICoIiIiIS29HS1gIPKNNUCFhERkdCWkeGJLWDAKwEQnJ21PfKiioiISIQxTUhOdruKSvNOotJ+gCIiIhKqUlM9NVDlnUpB8wBFREQkNHlskMo7AbCsTAFQREREQlN6urNriUd4JwBqIYiIiIiEKo+dWuadAGgYCoAiIiISmurX1xzAWpOQALGxblchIiIicoJhOLuVeIi3AiBoHqCIiIiElrQ0T43+gdcCoG0rAIqIiEhoadzYySge4q0AqDOBRUREJNQoANayqCho2NDtKkREREROaNJELeBaV78+REe7XYWIiIgI1KsHSUluV1Fl3guApgmNGrldhYiIiAhkZrpdQbV4LwBaljPUKiIiIuK2xo2d08o8xnsB0DAUAEVERCQ0NG7sufl/4NUAmJnpyRdbREREwkhUFDRo4GQTj/Fmigq84CIiIiJuadDAswNS3qxa8wBFRETEbY0bO5nEg7wZAEEBUERERNzl0RXA4NUAaJpOAPRgz11ERETChAc3gA7wZtUAMTE6Fk5ERETckZoKcXFuV1Ft3g2Atu303kVERETqWmam587/PZm3A6DmAYqIiIgbGjdWAHSFaULTpm5XISIiIpHIw/P/wMsBECA+3unBi4iIiNSVevU8nz+8HQDVBhYREZG61qKFp9u/EA4BUAtBREREpC61aqUA6CrThObN3a5CREREIoVpOiOAHp7/B14PgAAJCdoPUEREROpGkyYQHe12FTXm/QBoWdCypdtViIiISCRo2dKz5/+ezPsB0DCgdWu3qxAREZFI0Lq159u/EC4BsGFDZ0sYERERkdqSmgrJyW5XERTeD4DghMAWLdyuQkRERMJZmLR/IVwCoGU5S7JFREREakvr1s6gUxgIjwAYJkuyRUREJETFxEBmpgJgyImJ0abQIiIiUjuaNw+rgabweSaWpdXAIiIiUjtatQqb+X8QTgHQNKFNG7erEBERkXBjGE4A1AhgiEpIcLaEEREREQmWhg0hLs7tKoIqvAKg2sAiIiISbGG0/UtAeAVA04S2bd2uQkRERMJJGG3/EhBeARAgJQXS092uQkRERMJB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HjwRCvPz3a5QgikmxtmeJTMTGjVyQl9cnEb4RCKYAqCIOCHAsk6M/BQWngiEBw/C4cM6t9grDAPS052gFwh7qaknjh8EBT4RUQAUkbM4OSzYtrMPYSAMHj3qXPx+NyuMbKbpBLu0NCfwpac7Gy+npDhBXqN7InIOCoAiUnmnbvBbWurMKTxyxAmIR486fx47phHDYImKckLeqUEvOflEuNPInohUkQKgiNTcmQJIQcGJkcJAMDx61FmVrLedigwDEhKclbinBr3ExBOBu6zM+X8FPRGpIQVAEaldp4YWy3IWmeTnOyHR73fmHJ7pz7Iyd2uvKdN0gt3Jl8TEE/+flOT8GRdX8X5lZc59tcmyiNQSBUARcY9lOaOBgbbyqYGntPREGPT7ncB48qWoyHmMsjLnEvj/U/8sK6vaqKNhOBsfn3yJijr332NjTwS8pCRnI+VTg11gsc3Znq+ISB1RABQRbwiEJ6je6Fjg/idfAiExKqripSot1sBii0CQVXtWRDxAAVBEREQkwuhXVREREZEIowAoIiIiEmEUAEVEREQijAKgiIiISIRRABQRERGJMAqAIiIiIhFGAVBEREQkwigAioiIiEQYBUARERGRCKMAKJ5000038cADD5zxYw888AA33XRTpR7nueeeY9iwYcEsTUREJOQpAIqIiIhEGAVAERERkQijAChhrWPHjrzzzjv86Ec/okePHlxyySU8//zzZ739q6++Svfu3fnyyy8BGDZsGK+88gp33303vXr1on///jz88MOUlpaW32fFihXcfPPN9OnTh/79+/Pb3/6WnJwcAO6++27uuOOO8ttu3LiRjh078sorr5Rf9/rrr3P55ZdX+vOJiIjUlAKghL3HHnuMCRMm8Omnn3LjjTfy3HPP8c0335x2uylTpvDUU0/x/PPPM3To0PLrn3nmGS666CI++ugj7rvvPiZPnswnn3wCwOrVq7npppto3749b7/9Ns888wyrVq3i1ltvpaysjKFDh7J06dLyALdgwQIMw2DJkiXljz937lyGDx9eqc8nIiISDAqAEvbGjx/PuHHjaNGiBXfccQcpKSksX768wm3efvttHn/8cf75z38yePDgCh+75JJLuPnmm2nRogXXXHMNnTp1Kr//f/7zHzp27Mjvf/972rZty8UXX8xTTz3FunXr+PrrrxkyZAgFBQWsXLkSgIULFzJ8+HC+/fZbSktL8fv9LF26tEIAPNfnExERCQYFQPGk6OhoLMs648csyyI6Orr8723btq3w8eTkZEpKSsr/fujQIf74xz8C0KxZs9Me71z337x5M717967w8U6dOpGcnMymTZvIyMigZ8+eLFiwgOLiYr799ltuv/12ioqKWLt2LYsWLSIhIaHCY5yvXhERkZpSABRPSklJITc394wfO3bsGKmpqeV/j42NPe02tm2X/79hGLz00kt06NCB3/3ud6cFy3Pd/+THOfXjMTExgDOvb8GCBSxbtoyUlBR69OhB9+7dWbJkCfPmzWPo0KFERUVVul4REZGaUgAUT+ratStr166luLi4wvXFxcWsXr2a7t27V/qxGjZsyKBBg3j44YdZs2YNkyZNqvR9O3bsyLJlyypct3HjRvLz88tH8oYNG8batWuZPXs2AwYMAGDgwIEsXrz4tPl/IiIidUEBUDzp2muvxbIsfv7zn7NixQr27t3L0qVLueuuu4iOjubaa6+t8mN27NiRW2+9laeffppdu3ZV6j4//vGP2bRpE3/+85/Ztm0bS5Ys4Te/+Q1dunQpD3vt2rWjWbNmTJs2rfy6AQMGsHjxYo4ePcqgQYOqXKuIiEhNKACKJ2VkZDB16lRSUlK4++67ueKKK/j1r39NgwYNePvttyu0gKvirrvuIjMzk9/97neVarv27NmTl19+mbVr1zJ+/Hh+9atf0atXL/773/+Wt4ABhg4dSnFxMRdffDEAF154IfHx8QwcOJCEhIRq1SoiIlJdhq3JRSIiIiIRRSOAIiIiIhFGAVBEREQkwigAioiIiEQYBUARERGRCKMAKCIiIhJhFABFREREIowCoIiIiEiEUQAUERERiTAKgCIiIiIRRgFQREREJMIoAIqIiIhEGAVAERERkQijACgiIiISYRQARURERCLM/wd2J+o+/DeyNgAAAABJRU5ErkJggg==", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "df_gender = pd.read_csv(\"total_victims_globally_gender.csv\")\n", + "\n", + "import matplotlib.pyplot as plt\n", + "\n", + "# AsegΓΊrate de que los nombres de columna coincidan con los reales\n", + "labels = df_gender['Sex']\n", + "sizes = df_gender['Global_Percentage']\n", + "\n", + "# Colores personalizados (puedes cambiarlos)\n", + "colors = ['#ff9999','#66b3ff','#99ff99']\n", + "\n", + "# Crear grΓ‘fico de pastel\n", + "plt.figure(figsize=(8, 8))\n", + "plt.pie(sizes, labels=labels, colors=colors, autopct='%1.1f%%', startangle=140)\n", + "plt.title(\"Distribution of victims per Sex\")\n", + "plt.axis('equal') # Igual proporciΓ³n para que sea un cΓ­rculo\n", + "plt.show()" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "id": "a873a077-6abc-4b54-9e77-030d009fb786", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Index(['Category', 'Percentage_of_Global'], dtype='object')\n" + ] + }, + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
CategoryPercentage_of_Global
0Unknown61.10
1Sexual exploitation12.60
2Forced labour7.82
3Other forms of exploitation5.74
\n", + "
" + ], + "text/plain": [ + " Category Percentage_of_Global\n", + "0 Unknown 61.10\n", + "1 Sexual exploitation 12.60\n", + "2 Forced labour 7.82\n", + "3 Other forms of exploitation 5.74" + ] + }, + "execution_count": 11, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "import pandas as pd\n", + "\n", + "# Cargar CSV\n", + "df = pd.read_csv(\"top_global_crimes.csv\")\n", + "\n", + "# Ver primeras filas y nombres de columnas\n", + "print(df.columns)\n", + "df.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "id": "c049a06e-f8af-417d-874a-d7ce620c05e5", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "C:\\Users\\Usuario\\AppData\\Local\\Temp\\ipykernel_22432\\722939069.py:6: FutureWarning: \n", + "\n", + "Passing `palette` without assigning `hue` is deprecated and will be removed in v0.14.0. Assign the `x` variable to `hue` and set `legend=False` for the same effect.\n", + "\n", + " sns.barplot(\n" + ] + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAA9gAAAJICAYAAACaO0yGAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjkuMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8hTgPZAAAACXBIWXMAAA9hAAAPYQGoP6dpAACE1UlEQVR4nOzdd1iV9f/H8ddBQJYioIBb3DlQc5emmZlZlmZarhw5cpsLDXNrDty4cOe23HuUI82Fi0zNheZAEQcIsjm/P/xxvpJYRkcP6PNxXV3Jfd/nPu8DHD7ndX/GbTAajUYBAAAAAID/xMrSBQAAAAAA8DIgYAMAAAAAYAYEbAAAAAAAzICADQAAAACAGRCwAQAAAAAwAwI2AAAAAABmQMAGAAAAAMAMCNgAAAAAAJgBARsAgDQyGo2WLgEAAKQjBGwAwHPVv39/FStW7G//a9my5XOvIyIiQv7+/qpfv77KlSunqlWrqlWrVvr555//9bni4uI0atQobdiw4TlUmjGsXr1axYoV07Vr1yxdSqqmTp2qYsWKWbqMZ3bt2jUVK1ZMq1ev/tvjatWqpf79+7+gqgAA/5a1pQsAALzcOnfurM8//9z09fTp03X69Gn5+/ubtjk5OT3XGi5evKj27dsrKSlJX3zxhYoXL66HDx9qw4YN6tSpk3r06KHOnTs/8/lCQ0O1cOFCfffdd8+x6vStZs2aWrFihdzd3S1dSqoaN26s6tWrW7oMAMArhoANAHiu8uXLp3z58pm+dnV1la2trcqWLftCnj8+Pl49e/aUjY2Nli5dKjc3N9O+2rVr69tvv9XkyZNVq1YtFS9e/IXU9DJwdXWVq6urpct4Kk9PT3l6elq6DADAK4Yh4gCAdGH//v1q1qyZypcvr8qVK6t3794KCQkx7U8eknzy5Ek1bNhQ3t7eql+/vrZu3fq3592zZ4/OnTunHj16pAjXybp3764WLVooISHBtG3nzp1q1qyZypUrp1KlSqlu3bpasmSJpEdDed955x1J0oABA1SrVi3T4wIDA9WiRQuVKVNGlSpVko+Pj+7evZvi+Y4fP67mzZurbNmyqlmzphYuXKjWrVunGPb74MEDfffdd6pdu7ZKly6tDz/8UD/++GOK89SqVUujRo1Sq1at5O3tLV9fX1WrVk29e/d+4jXWqVNHAwcOfOr3KDQ0VD4+PqpatarKlSunFi1a6Pjx46b9xYoVk7+/vz755BN5e3vL39//iSHi/fv315dffqkVK1aodu3a8vb21ueff67g4GDt2rVL9evXV5kyZdS4cWOdOXMmxfP/0/ctKSlJEydOVK1atVSqVCnVqlVL48ePV3x8/FNf01+HiLds2VK+vr4KCAhQzZo1Vbp0aX3++ecKCgp66jkaNmyoTp06pdhWu3Zt1axZM8W2zp0768svv5QkJSYmasmSJapfv768vb1Vs2ZN+fn5KTY21nR8//791apVKw0ePFivv/666tWrp6SkpCee/+zZs2rTpo3KlSunt99+W+vXr39qrQCA9IGADQCwuLVr16pt27bKmTOnJkyYoAEDBuj48eP67LPPdOfOnRTHduzYUe+88478/f3l5eWlnj17as+ePU899969e5UpUybVqFEj1f05cuTQt99+q1KlSkmSdu/erS5duqhkyZKaPn26pk6dqrx582rYsGE6efKk3N3dTcPbO3XqZPr3kSNH1Lp1a9nZ2WnSpEn65ptvdPjwYX3xxReKiYmR9GioeuvWrSVJEyZMULdu3RQQEKCjR4+a6omJiVGzZs20YcMGtWvXTtOnT1f58uXl6+urmTNnpqh9yZIlKl26tKZPn65PP/1UDRo00M6dOxUZGWk65ujRo7py5Yo++eSTVF9/VFSUmjZtqkOHDqlv377y9/dX5syZ1bZtW12+fNl03MyZM1W/fn1NmTJF7733XqrnOn78uBYvXqz+/fvru+++08WLF9WhQwd999136tixoyZMmKCQkBD16dPH9Jhn+b7Nnj1by5YtU5cuXTRv3jw1bdpUc+fO1YwZM1Kt42m2bdumn376SQMHDtSECRMUFhambt26KTExMdXja9SoocOHD5v2X7t2TVevXlVISIiuXr0q6dEIiQMHDphC96BBg0wXR2bMmKHmzZtr8eLF6ty5c4pF8QIDAxUSEqJp06apd+/esrJK+ZHs1q1batGihR48eKBx48apR48e8vPz061bt/7VawYAvFgMEQcAWFRSUpL8/PxUrVo1jR8/3rQ9uWdv7ty56tevn2l7y5Yt1aVLF0lS9erV1bBhQ02bNu2pAfrmzZtycXGRo6PjM9Vz4cIFNWzYUL6+vqZt5cqVU+XKlXXo0CGVKVNGr732mqRHw99LlCghSRo/fry8vLw0a9YsZcqUSZJUpkwZ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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import matplotlib.pyplot as plt\n", + "import seaborn as sns\n", + "\n", + "# Crear grΓ‘fico de barras\n", + "plt.figure(figsize=(10, 6))\n", + "sns.barplot(\n", + " data=df,\n", + " x=\"Category\", # Cambia esto si el nombre de columna es diferente\n", + " y=\"Percentage_of_Global\", # Cambia esto si usas otra mΓ©trica, como 'Victims'\n", + " palette=\"Set2\" # Cambia la paleta si deseas otros colores\n", + ")\n", + "\n", + "plt.title(\"Top Category crimes in world\")\n", + "plt.ylabel(\"Percentage\")\n", + "plt.xlabel(\"type of crime\")\n", + "plt.xticks(rotation=45)\n", + "plt.tight_layout()\n", + "plt.show()" + ] + }, + { + "cell_type": "code", + "execution_count": 15, + "id": "ba34bf48-1d52-4894-b4a8-7e9dcff13f93", + "metadata": {}, + "outputs": [ + { + "data": { + "image/png": "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ef/9943GjRsbhvG/3+8ff/xhGMbTvSfi54lfz4ULFwzDMIzIyEijbdu2xrp16yy2be7cuYaXl5dx/fp1wzAs36/xvLy8jKlTpxqGYRjjxo0zfHx8jIsXL1r0adWqlVGhQgXz/yNeXl7GRx99ZNFnwIABRvHixZ+4n+P/H/L397doHzVqlOHj42Pcvn3bMIz/fl/90507dwwvLy9jzJgxCaZFR0db/MTv47Nnzxre3t4JjjuTJ082fH19jbCwMMMwDKN58+ZGsWLFLN5n33zzjeHl5WUcOnTIMAzD6Natm1G5cmUjKirK3GfdunUW+3Xbtm2Gl5dXgt9P3759jQoVKhjR0dGGYfz9fq1evfoT9iAApCycwQaAF8De3l6S/nMoc7xdu3ZJkt59912L9nfffVf29vYWw3ozZswoT09P8+ssWbJIkooVK2Zuy5QpkyTp3r175rY8efKodOnS5tfZsmVTiRIl9Oeff0qSPvjgA3355ZeKjo7W8ePHtXHjRvOw1ejoaIu6Chcu/MRtyZIliwoWLKihQ4eqf//++v777xUXF6eBAwfq9ddfV3h4uA4dOqTatWub95MkZciQQW+99ZZ5X8QrUaKExescOXKYh9UnZteuXXrrrbeULl06c5uDg4PeffddHT58WA8fPnzivMnRsGFD7d6923wn62+++UYeHh4WdTs4OKhu3brm187OzqpcubJ53+/YsUNZs2aVj4+P+YxxbGys3nrrLR0+fFh37959IduaNWtWrVy5MtGf999/39zP0dFRY8eO1cWLFzV48GDVr19ftWrVSrC8+vXrm/9tMpn0zjvv6ODBg3r06JFFv6d9TzyJk5OT5syZozp16ujatWv6448/tGzZMv3888+SZHHTun+za9culShRQrlz57Zof++993Tjxg2dPXvW3PbPa7dz5MjxxCHcj6tdu7bF6xo1aig6OloHDhyQlLT31ePiL+P4p3PnzsnHx8fi55133pH096gBwzBUrVo1i9EK1apVU2RkpPlSA0kqWLCgxfsse/bskmTe1j179qhSpUoWN8OrUaOGxe9zx44dMplMqlKlSoL13bhxw+JygH87xgBASsJNzgDgBciYMaNcXV11+fLlJ/YJDw9XdHS0MmbMaA5QWbNmtejj4OCgzJkzW1yL+fiH3MfFDzV/kvgPxI9zd3fXkSNHJP197eoXX3yh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+3z99dfasmWLnJyc1LBhQ1WpUsU8zTAMDRkyRLVr107206FeRU5OTknql+znYFetWlVVq1aVJGXOnFlz5841T3vaYeJPYmdnZw7X8V5//XXzOpIbsB0dHVWwYMFnru9pJPUbD7waPDw8ODMA4KXC36nUhb9TwPN39epVDR48WOHh4XrttddUuHBhSdKOHTs0ceJE1atXT59++qn++usvBQUFSdK/nqg8cuSIYmNjNWrUKOXJk8fcbm9vb172Dz/8oKlTp6phw4bq27evbt68qRkzZmj8+PFasmSJ0qRJo61bt2rDhg0aNmyY7t69q0mTJumdd96Rp6enJGnDhg1ycnJS+/bt+dvw/06fPp3kvskK2IULF9by5cvl5+eXYNru3bv1ySefaN++fclZtIV+/frp+vXrmj9/vrnt0KFDkvRMAdlkMsnFxeVZywOeiGGWAICUjL9TwPMTFxenb7/9VmPHjjW3pUmTxpw/5s+fLx8fH40bN848/eHDh5o5c6aGDh36xJzy119/ycHBQe+9994Tz6bOmzdPVapUUUBAgLmtUKFC+vDDD7Vz507VqlVLe/bsUfny5dWoUSNJ0nfffaeDBw/K19dXUVFRmjFjhj777DO5uro+8754VTzNFw1JDthz5841X7dsGIZWrFih3377LUG/ffv2Jfn0+X+pWbOmOnfurGnTpum9995TaGioRowYobp165q/YQEAAACAlOLEiRP67LPP9PHHH6t8+fLy9/e3mB4QEGB+AlM8R0dHxcXFKSYm5onLPXbsmAoUKPDErBUXF6cKFSqodOnSFu3xT2Q6f/68pL/DYpo0aSzWHT/sfMmSJcqVK5cqV66cxK3FPyU5YEdGRmratGmS/v6lrFixIkEfOzs7pU+fXp06dbJKcW+//bYCAwMVEhKiL7/8UunTp1e9evXUs2dPqywfAAAAAKwpZ86c2rRpk3LkyKGdO3cmmP7405MePHig7du3a+7cuXr33XeVIUOGJy732LFjsre3V9u2bbV37145OTmpVq1a6tevn9KlSyc7OzsNGDAgwXybN2+W9L9LbYsXL64RI0YoNDRU9+7d08mTJ1WyZEndv39fs2bNUkhIyLPuglQtyQG7U6dO5uBcqFAhff3114kOEX8WY8aMSdBWu3Zt1a5d26rrAQAAAIDnIVOmTEnqd/36dVWqVEnS36G7V69eT+xrGIZOnDghwzDUuHFjderUSYcOHdK0adN0+vRpLVq0KNEnLJ0/f15jx45V4cKFzTcyq1Wrlnbs2KG6devKwcFBPXr0UNGiRTVp0iS98cYb8vHx0ejRo/Xrr7+qcOHCGjp0qNzc3J5+R6RSyboG+/jx49auAwAAAABSDWdnZ82fP1937txRUFCQmjRpotWrVyt79uwJ+hqGoZkzZ8rNzc18JrpMmTLKkiWLPv30U23dutXiTuCSdObMGbVr104ODg6aOnWqOYCbTCaNGDFCQ4YMkb29vezt7XXt2jUtWrRIK1eu1OLFi7V9+3YFBQVp1qxZGj58uKZOnfr8d8grItl3Ef/999/1888/KyIiQnFxcRbTTCaTxYX1AAAAAID/yZAhg8qVKydJ8vX1VfXq1bVixQp17do1QV87OzuVLVs2QXv8U51OnDhhEbB37typbt26ycXFRQsWLFC+fPkSzPv4tdxTpkxR3bp1VaBAAQ0dOlTvvfeeXn/9dbVq1UofffSRYmNjZW9v/6ybnCokK2DPnTtX48aNU5o0aeTm5pbgrmrczh0AAAAALMXGxmrjxo3Knz+/xXOx8+TJo4wZM+r69euJznft2jX9+uuvqlixonLlymVuf/TokSRZPNp47dq1GjBggDw8PDR79uxEz4g/7tSpU9qwYYN++OEHSX8/uzt+mHuGDBkUExOj27dvK0uWLMna5tQmWQF70aJFqlevnkaNGmW1O4YDAAAAwKvM3t5eEydOVP78+TVnzhxz+5EjR3Tnzh15e3snOl9sbKyGDh2qjh07WlyrvX79etnb25vvHP7rr7+qX79+KlWqlGbOnKl06dL9Z00TJkxQ8+bNzUHc3d1dN27ckCTduHFD9vb2Sb6uHMkM2Ddv3lSjRo0I1wAAAADwFLp166b+/fvrs88+U61atXThwgVNnTpVXl5eatiwoSQpKipKR48eVY4cOZQjRw7lypVLDRo00Jw5c5QmTRqVKFFCe/bs0axZs9SsWTN5eHgoMjJSgwcPlqurqzp27KjTp09brDd+WY/btWuX9u/frwkTJpjbqlatqiVLlqhIkSJauHChKleuLAeHZF9ZnOoka08VKVJEp06dSvQ6AAAAAABA4j744AM5OzsrJCRE3333nVxcXFS9enX16dNHzs7Okv6+w3iTJk3UtWtXdevWTZL0+eefK2/evPruu+80c+ZM5ciRQ927d1f79u0lSXv37jWfeW7btm2C9T6+rHjjx4+Xv7+/0qdPb25r2bKlTp06pT59+sjHx4d7az0lk2EYxtPOdPDgQfXs2VNdu3ZVsWLFlDZt2gR9Hr82ICU5dOiQpL9vJGALl+vWVdSRIzZZN54/Jx8f5Vq71tZlAECyLT98STfDo2xdBp6TLC5OalI0t63LAICXytNkyGSdwf7oo48UFxenQYMGPfGGZseOHUvOogEAAAAAeCklK2CPHDnS2nUAAAAAAPBSS1bArl+/vrXrAAAAAADgpZbs28FFRUVp5cqV2r59u27cuKGAgADt2rVLPj4+8vPzs2aNAAAAAACkeHbJmSksLEwNGzbUqFGjdO7cOR08eFCPHj3SL7/8ohYtWmjfvn3WrhMAAAAAgBQtWQF73LhxevjwodavX69vvvlG8Tcinzp1qnx9fTV16lSrFgkAAAAAQEqXrID9888/q0ePHnrttdcs7iKeJk0atW3bVkd4DBUAAACAFyju6Z8+jJdQSv89J+sa7MjISGXKlCnRafb29oqOjn6WmgAAAADgqdiZTNp05rrCIsgiryq3tI56xzObrcv4V8kK2L6+vlqyZImqVKmSYNr333+vokWLPnNhAAAAAPA0wiKidTM8ytZlIBVLVsDu0aOHWrdurffff19VqlSRyWTS2rVrFRQUpG3btmn27NnWrhMAAAAAgBQtWddgly5dWvPmzVPatGk1e/ZsGYah+fPn68aNGwoODtabb75p7ToBAAAAAEjRkv0c7DJlymjZsmV69OiR7t69q3Tp0snV1dWatQEAAAAA8NJI1hlsSQoJCZG/v7+cnZ2VPXt2HT58WBUrVtSiRYusWR8AAAAAAC+FZAXsuXPnKjAwUPnz5ze35cuXT7Vq1dKYMWO0YsUKa9UHAAAAAMBLIVlDxJctW6aePXvK39/f3JYzZ04NGTJEWbJk0fz589W4cWOrFQkAAAAAQEqXrDPY165dk6+vb6LTihUrposXLz5TUQAAAAAAvGySFbBz586tHTt2JDrtzz//VI4cOZ6pKAAAAAAAXjbJGiL+4Ycfavz48YqOjlb16tXl7u6usLAw/fzzz5o3b5769Olj7ToBAAAAAEjRkhWwW7durWvXrmnhwoWaP3++ud3e3l6tWrVSmzZtrFUfAAAAAAAvhWQF7Pv376t///7q3Lmz9u/frzt37ihDhgzy8/NT5syZrV0jAAAAAAApXrICdp06dTRw4EDVqVNHlSpVsnZNAAAAAAC8dJJ1k7OoqCjOVAMAAAAA8JhkncFu2bKlAgMD5ezsrEKFCilt2rTWrgsAAAAAgJdKsgL2d999p8uXL+vjjz9OdLrJZNLRo0efqTAAAAAAAF4myQrY7733nrXrAAAAAADgpZasgN21a1dr1wEAAAAAwEstWTc5i/frr79q9OjR6t27ty5cuKAff/xRly5dslZtAAAAwCvr6tWrKl26tHbu3GnRfu7cOXXs2FGlS5dW2bJl9dlnn+nBgwf/ubzKlSvL29s7wU9YWJi5z+7du/Xxxx+rZMmSqlq1qkaOHJlg2YsXL1alSpVUoUIFBQcHJ1hP165dNXPmzGRuNfBqS9YZ7IiICHXp0kXbt29XunTp9PDhQ7Vr105Lly7V0aNHtWjRIr3++uvWrhUAAAB4JVy5ckXt2rXT/fv3Ldrv3bunVq1aKUuWLBozZozCwsI0fvx4Xbx4UXPmzHni8sLCwnTt2jX169dPpUqVspiWIUMGSdKpU6fUpk0blSpVSoGBgbp27ZomTJigixcvatasWZKkEydOaOTIkRo0aJAyZsyoIUOGqEiRIuZH8+7bt0/79+/X+PHjrbk7gFdGsgL2pEmTdOTIEc2fP1+lS5dW0aJFJUljx45V+/btNWXKFE2bNs2qhQIAAAAvu7i4OH377bcaO3ZsotOXLl2qO3fuaPXq1XJzc5MkZc+eXf7+/tqzZ0+C8Bzv+PHjkqR33nlH+fLlS7TP999/L5PJpOnTp8vV1VWSFBsbq88++0yXLl1S7ty59ccff6hgwYJq0aKFJGnDhg3avn27OWCPGzdOXbp04SlCwBMka4j4hg0b1Lt3b7355psymUzm9mzZsqlTp07as2eP1QoEAAAAXhUnTpzQZ599pg8++EDjxo1LMH3btm0qVaqUOVxLUsWKFeXq6qrffvvtics9duyYXF1dlTdv3if2iYyMlIODg0U4zpQpkyTpzp07kv5+GlCaNGnM0x0dHRUXFydJ2rx5s8LCwtS4ceMkbSuQGiUrYN+7d0+5c+dOdFrGjBkVHh7+TEUBAAAAr6KcOXNq06ZNGjhwoJydnRNMP3PmjDw8PCza7O3tlSdPHoWGhj5xuceOHVOmTJnUvXt3lSpVSiVKlFDPnj11/fp1c5+GDRtKkkaPHq3bt2/r1KlTmj59ury8vFSoUCFJUvHixXXixAkdPHhQoaGh2rVrl0qVKqXY2FhNnDhRPXv2lINDsgbBAqlCsgL266+/ru+//z7RaVu2bOH6awAAACARmTJlUo4cOZ44/f79++bh249zdXX91xudHT9+XNeuXZOPj4+Cg4M1YMAA/fnnn2rRooX55JeXl5c+/fRTLVq0SG+++abq1q2rhw8fKiQkRPb29pIkPz8/dezYUc2aNVO9evVUt25d1ahRQytXrpSLi4tq1aql4OBg1alTR/7+/rpw4cIz7hHg1ZKsr586deqkrl276s6dO3rrrbdkMpn0559/avXq1Vq2bJkmTpxo7ToBAACAV55hGE+c9vilmf/0xRdfyN7eXn5+fpKk0qVLq2DBgvr444/17bff6uOPP1ZISIgmTpyoZs2a6Z133tHt27c1c+ZMtW7dWosXL1aWLFkkSV26dJG/v78Mw5CTk5PCw8MVFBSk8ePHa8uWLVq4cKGCg4O1du1a9ezZU6tWrbLuTgBeYskK2NWrV9f48eM1ceJE/frrr5KkMWPGyN3dXcOHD1etWrWsWiQAAACQGsQ/oeefHjx4oOzZsz9xvhIlSiRoK1WqlNKnT6/jx48rJiZGM2bMUL169TRs2DBzn7Jly6p69eqaM2eO+vfvb253dHQ0/3vevHny9vZWuXLl1K9fP1WvXl0+Pj7KkSOH5s6da75BGoBkBOyDBw/q0qVLKlCggH755RedPXtWd+7cUYYMGVSgQAHZ2T3To7UBAACAVMvDw0Pnz5+3aIuNjdXFixdVo0aNROe5f/++Nm7cKD8/P3l5eZnb4+LiFB0dLTc3N4WFhSkiIkIlS5a0mNfd3V0eHh46depUossOCwvT3Llz9dVXX0mSbt26pZw5c0r63+O/bt68ScAG/l+S0/C9e/f00UcfqUmTJurVq5caNWqkjz/+WGnTplXJkiVVsGBBwjUAAADwDCpUqKA///xTYWFh5rZt27YpPDxcFSpUSHQeJycnffHFFwoODrZo37Jlix49eqSyZcvK3d1dmTJlSvC0n7CwMP31119PvPv4tGnTVKVKFfn4+Ej6O5DfvHlTknTjxg1JsrjjOZDaJfkMdmBgoI4ePapu3bqpaNGiOnv2rGbNmqVhw4bpyy+/fJ41AgAAAKnCxx9/rEWLFqlNmzbmex6NHz9elStXtjj7vH//frm5uSlfvnxKkyaNPvnkEwUFBSlLliyqUqWKTp48qaCgIL399tsqV66cJKlbt2764osv5Orqqtq1a+v27dsKDg6Wvb292rZtm6CWc+fOafXq1VqzZo25rWrVqho2bJgqV66szZs3q1ChQsqTJ8/z3zHASyLJAfvnn39W79691apVK0lS5cqVlT17dvXt21fh4eFycXF5bkUCAAAAqYGbm5u++uorBQQEqG/fvnJ1dVWtWrXUr18/i35NmjRR/fr1NWbMGElS586d5ebmpiVLlmjp0qXKlCmTmjZtqm7dupnnad68udKnT6958+Zp9erVypw5s0qXLq1p06YlegZ70qRJatCggfLly2duq1Wrlg4ePKihQ4cqT548mjBhwr/efA1IbUzGv92q8DFFixbV/PnzVbp0aXNbWFiYypcvr3Xr1snT0/O5FWlNhw4dkiT5+vraZP2X69ZV1JEjNlk3nj8nHx/lWrvW1mUAQLItP3xJN8OjbF0GnpMsLk5qUpRrZfHq4hj2arPVMexpMmSSL5qOiYmRk5OTRVvGjBklSZGRkU9THwAAAAAArxyr3JUsiSfBAQAAAAB4ZVklYHPdBQAAAAAgtXuq52APHz5c6dKlM7+OP3M9dOhQubq6mttNJpMWLFhgpRIBAAAAAEj5khywy5QpIynhcPDE2hkyDgAAAABIbZIcsBcuXPg86wAAINni4uI0b948LVu2TFevXlWePHnUrFkzNW/e/F/nWb58uZYsWaKLFy/Kzc1Nb7/9trp3724xWuvatWsaN26ctm3bpujoaPn5+alfv34qUqSIuc/ixYs1a9YsxcXFqWXLlurQoYPFurp27SofHx916tTJ+hsPAABSjKcaIg4AQEo0ZswYLViwQE2bNtU777yj8+fPa8qUKbp48aIGDBiQ6DyzZ89WYGCg2rVrp3Llyik0NFRTp07VqVOnNHfuXJlMJj148EDNmjWTk5OTPv/8c6VJk0YzZsxQmzZt9P333ytbtmw6ceKERo4cqUGDBiljxowaMmSIihQpokqVKkmS9u3bp/3792v8+PEvcpcAAAAbIGADAF5qYWFhWrRokRo3bqzPP//c3J4zZ0517txZjRs3lqenp8U8cXFx+vLLL9WkSRP16dNHklS+fHllzpxZvXr10uHDh+Xr66sFCxbo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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "\n", + "df = pd.read_csv(\"sex_analysis_global.csv\")\n", + "\n", + "import pandas as pd\n", + "import matplotlib.pyplot as plt\n", + "import seaborn as sns\n", + "\n", + "\n", + "\n", + "sns.set(style=\"whitegrid\")\n", + "\n", + "\n", + "plt.figure(figsize=(10, 6))\n", + "\n", + "\n", + "ax = sns.barplot(\n", + " data=df,\n", + " x='Category',\n", + " y='Percentage',\n", + " hue='Sex',\n", + " palette={'Male': 'skyblue', 'Female': 'red'}\n", + ")\n", + "\n", + "\n", + "for container in ax.containers:\n", + " ax.bar_label(container, fmt='%.2f%%', label_type='edge', padding=3)\n", + "\n", + "\n", + "plt.title(\"Comparison of Type of Exploitation by Gender\")\n", + "plt.ylabel(\"Percentage\")\n", + "plt.xlabel(\"Category of Type of Exploitation\")\n", + "plt.xticks(rotation=45, ha='right')\n", + "plt.tight_layout()\n", + "plt.legend(title=\"Gender\")\n", + "plt.show()" + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "id": "e86547a4-f2d5-4dfc-b2fb-a7b14cb20fb3", + "metadata": {}, + "outputs": [ + { + "data": { + "image/png": "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axe//vorXbt2ZfPmzRQtWvS553Xr1o1Tp07Rq1cv9u7dy5o1axg2bBg1a9akSJEieHh4sG/fPpYtW8ahQ4dYuHAhPj4+GAyGNOtzbW1tOXbsGIcPHzYWivqneFq2bIm1tTXt2rVj+/btbN++HR8fHxISEowjux9++CEVKlRg8ODBzJs3j99//51Jkybh7+9P/fr1jcWx/k6DBg24desWoaGhfP755/94bOHChenSpQvLly9n3759DB8+nNWrV9OhQ4fnVp/+t6pUqQI8qp79+++/s3r1ar7//vtnTnd/WR4eHkRFRTFmzBgOHjzIxo0badGiBeHh4f9qbfWTbG1tOX36NIcOHTJWs39SgQIFyJIlCzNnzmTPnj3s27eP7777jqVLlwL/bo03PKqB0LVrV7Zu3cqIESP47bffWLx4MVOmTKFFixbPLGQ2cOBAzMzMnqo+/zLq1q1LoUKF6NKlC+vXr2f37t20b9+eO3fupKljICIiL0dTxEVEBIBOnTpRvHhxlixZwg8//MC9e/fIlSsXVatWpWPHjuTKleu1xFG0aFGWLFnCxIkT6devHykpKRQpUoTp06f/bbXqatWqMXPmTKZNm0aXLl1wcHDgs88+o2vXrgB8++23JCQkMGnSJOLj43FxcaFTp05cvHiRX375xTi1uWPHjvj7++Pj48OWLVteKB5bW1sWLlzIqFGj6NevH9bW1jRv3pxMmTIZR8sNBgOzZs1iypQpzJ8/n4iICFxcXOjVq9ff7mX9OCcnJ4oWLYqjo2OagmrPkilTJhYtWsT48eOZPHky0dHRFCxYME0F91epQIECjB07lhkzZtC+fXsKFSrEiBEjGDFixP/cdv369QkJCWH16tUsXboUJycnqlSpQvPmzfnuu++4dOlSmgJsL6tt27b88MMPtGvXjh9//PGZx9jY2ODv74+vry/du3c3zppYvHgxPj4+HDly5F/vH92iRQsyZ85MQEAAK1asIGfOnPj4+ODj4/PM43PkyEGvXr0YPnw469ato1y5ci/9mubm5gQEBDBq1Ci+//57zM3NqVevHlmzZuXy5cv/6jpERAQMKf+2KoeIiIgAcPLkSe7evWscxQVITEykatWqfPrppwwYMOCVvM7NmzepVq0aU6ZM0XZK8j+5cOECQUFB1KpVK82IdaNGjciZMyfTpk0zYXQiIm8vjWCLiIj8j0JDQ+nZsyddunTB09OTmJgYVqxYwf3792nSpMn/3P6ZM2f4+eef2b59O/nz5//XI6UiqR4+fEj37t1p3rw5H330EUlJSWzZsoU///wzzf72IiLycjSCLSIi8gosW7aMpUuXEhwcjIWFBSVLlqR79+64u7v/z22fOHGCdu3a4eTkxIQJE/52LbrIi9q2bRsBAQFcunSJlJQUihcvTqdOnfDy8jJ1aCIiby0l2CIiIiIiIiKvgKqIi4iIiIiIiLwCSrBFREREREREXgEl2CIiIiIiIiKvgBJsERERERERkVdACbaIiIiIiIjIK6AEW0REREREROQVUIItIiIiIiIi8goowRYRERERERF5BZRgi4iIiIiIiLwC/w/j7NbV0SJsTwAAAABJRU5ErkJggg==", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import pandas as pd\n", + "import matplotlib.pyplot as plt\n", + "import seaborn as sns\n", + "\n", + "\n", + "df = pd.read_csv(\"age_analysis_global.csv\")\n", + "\n", + "\n", + "sns.set(style=\"whitegrid\")\n", + "\n", + "\n", + "plt.figure(figsize=(10, 6))\n", + "ax = sns.barplot(\n", + " data=df,\n", + " x='Category',\n", + " y='Percentage',\n", + " hue='Age',\n", + " palette={'Adult': 'darkorange', 'Minor': 'mediumseagreen'}\n", + ")\n", + "\n", + "\n", + "for container in ax.containers:\n", + " ax.bar_label(container, fmt='%.2f%%', label_type='edge', padding=3)\n", + "\n", + "\n", + "plt.title(\"Comparison of explotation by age and category\")\n", + "plt.ylabel(\"Percentage\")\n", + "plt.xlabel(\"Crime category of human trafficking\")\n", + "plt.xticks(rotation=45, ha='right')\n", + "plt.tight_layout()\n", + "plt.legend(title=\"Age\")\n", + "plt.show()" + ] + }, + { + "cell_type": "code", + "execution_count": 24, + "id": "3c5f079d-1c03-4729-b0b2-22c7475097c1", + "metadata": {}, + "outputs": [ + { + "data": { + "image/png": "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335bqamp6tixozp37izDMLRw4UKNGDFC27Ztu+Dee/bs0ZNPPqnw8HB17NhRYWFh8vf3v+z7CwAAXIwBAAAAh1mzZo0RGxtr9OrV64JzVqvVSElJMVatWmXceuutRmxsrDF06FAjPz/fvubAgQNG06ZNjVatWhlr164tcu0bb7xhxMbGGrfddluRfWNjY43Y2FijU6dOxp49e+zHt27darRu3dqIi4sz/vjjD/vxKVOmGLGxscbNN99snD171n78zJkzxrBhw4zY2FhjypQpF+QUGxtrzJgxo0hMhmEYb731lhEbG2u88cYbReJavXq1ERcXZ3Tv3t3YtWuX/XhOTo7x9NNPG7GxscYTTzxhP378+HGjefPmRtOmTY01a9bYj589e9YYMmSIPYaEhITi3nq7vLw8o1OnTkajRo2M06dPFzkXHx9vxMbGGgMHDrQfKy7+X375xYiNjTW6detm7N+/v0gs1113nREbG2ssXLjQMAzDSEhIsK89X3HHC4/FxsYaI0eONNLT0w3DMAybzWY8/PDD9nP/+Mc/7J+L9PR0o1+/fkZsbKyxYMEC+3vYokULo3379sbJkyeL5P7II48YsbGxxltvvXXJ98kwDOObb76x3/ORRx4xsrOz7fH885//NGJjY43Bgwfbf9eGYRgjR440YmNjjVdeecXIzc21H9+yZYvRtm1bo0mTJsa+ffvsx8eNG2fExsYaLVu2NI4cOWLf32azXTSuXbt22f8e/XXdBx98YMTGxhrvvPPOBff4v//7PyMjI8N+/NChQ0avXr2M2NhYY+XKlfbjkyZNMmJjY42JEycW2T87O9t46KGHjNjYWOO5556zHz//9zZhwgT78fPfFwAAgEJ00AIAAFQCx44dU1xcXJE/jRo1Uvv27XXXXXdp8+bN6tGjh2bMmCGLxWK/btasWcrNzdWjjz6q9u3b24+bzWb7V/c3btyoLVu2XHDPZ555xt7NKknNmzfXQw89JMMw9MUXX0gq6J794osvZDab9c9//rPI3NXQ0FBNmzZNFotFs2fPVkZGRpH9LRaLRowYUSSmS/nwww9lGIaee+45NWzY0H7cw8NDL774osLCwjR//nydPHlSkvTdd98pOztbI0aMUIcOHezrQ0JC9NJLL13yXudzc3PTgAEDZLVatWDBgiLnCrtnCzs0L2b27NmSCr6eHx0dXSSWJ554QvXr1y/V2IXijBs3Tr6+vpIkk8mkAQMGSJI8PT311FNP2T8Xvr6+6tKliyTpyJEjkqRz584pKytL3t7eRR5u5ubmpieeeELjx49Xr169ShxLUFCQpkyZIk9PT3s8jz32mGJjY7V7925t2rRJkrR161atW7dODRs21NixY4s8AK1FixZ6+OGHlZeXp08//fSCe/Tq1Uu1a9e2728ymS4aT8OGDdW0aVMdO3asyBgDqaCr1mw2a+jQoZIKOmp//PFHhYeHa9KkSfLx8bGvrVu3rp5++mlJ0kcffWQ/HhgYqG7dumnMmDFF4vD09NSNN94oScV2qkvSyJEj7T9f7u8AAABwTfx/CAAAAJWAj4+PBg0apEGDBmngwIFq27at/dyAAQO0cOFCffDBBwoNDS1y3dq1ayWpSIGykMlkUteuXSXpgqKVu7u7rr322guu6devn6SCr7BL0rZt25Sdna3GjRvbi2Xnq127tpo1a6acnJwL5nBGRUUVKX5ditVqtc8jLS4XLy8vtW3btsi69evXS1KRma2FmjRpourVq5fo3tLFxxzMmzdPZrP5kgVawzC0fv16mc3mYoucffv21YIFC3TXXXeVOJ6/8vDwUOPGjYscKyyW16pVS35+fkXOBQQESCoosEsFxfT69evrxIkTGjZsmGbMmKE9e/ZIKihK3nbbbWratGmJ4+nZs+cF9zSbzfZ5uoWfn8LPZ7t27YotTnbr1k3ShZ9PSUWK9CUxbNgwSUXHHGzbtk379+9Xp06d7J+HDRs2yGq1qlmzZsV+Prt06SKz2ayNGzfKarVKkh599FF9+OGHCgwMtK9LTU3V+vXr7XOAixvz4eXlpXr16pUqDwAA4HrcHB0AAAAApODgYE2dOrXIsY0bN+r+++/XvHnzFBsbqwcffPCC6wof7lTYHXgxf30IVPXq1eXh4XHBusIi1qlTp4r8s/ABZcWpVauWtmzZYl9bKCgo6JIxnS8lJcU+L/X8TuDiFOZSeL9q1apdNK6SPvyqadOmiomJ0ZYtW3Ts2DHVrFlTO3futM91vdg9JCk5OVl5eXkKCQmRt7d3ie5XWv7+/hcUOAs7Oc8vGl7Km2++qUcffVR79uzRnj17NHXqVIWHh6t379665ZZbSlWgrVOnTrHH//r5Kewa/uyzz/TZZ59ddL/ExMQLjpU0r0KDBg3Sq6++qoULF+rFF1+Ul5eXvVhb2OV6fky///77RefaSgVzmlNTU+2F8ISEBM2ePVsbN25UfHy8fR5y4e/BMIwL9vD3979k5y8AAIBEgRYAAKDSatOmjV599VWNHj1a06ZNU+3ate1fay9U2OE3YMCAS359+q/diBdbW1hkcnNzK/L6Ugpj+GvBtzSFqfP3KK6z93yFxcHL7X/+KIiSGDx4sP75z39q/vz5uu+++/TTTz9JuvzDwQpjL0+Fv4+rERcXp/nz52vlypVavHixVq9erfj4eP33v//VV199pWeffVZ33HFHifa62Htb+HkpPG+z2SRJzZo1U926dS+6X3G/y9KOA/D399c111yjH3/8Ub/99puuvfZa/fTTTwoICLB3hp8fU4MGDdSoUaMS7f3TTz9p3Lhxys/PV+3atdWpUyfVr19fTZs2lWEYGj16dLHXMdIAAACUBAVaAACASqxv37666aab9PXXX2v8+PFq166dIiIi7OcjIiJ07Ngx/f3vf79oV2NxTp8+LcMwLiiMHTt2TJIUGRlp3//848VJSEiQJIWFhZX4/n8VFBQkd3d35efn6+WXXy62u/evqlWrpn379unYsWNq0KDBBef/2tF7OYMHD9a0adO0YMEC3XvvvVqwYIG8vb11zTXXlCj21NRUZWdny8vLq8j5nJwcff3116pfv746depUqpjKmpubm3r06KEePXpIKugm/fTTT/XJJ59o2rRpGj58eIne+8I5wH9V2J1a2EkbHh4uqWBswOOPP14WKVzSsGHD9OOPP2rhwoUKDg5WSkqKhg8fbp+Ve35MjRo1uqBrvTgZGRl64YUXZBiG3nnnHfXt27fI+V9//bVskwAAAC6H/6QLAABQyY0bN07h4eFKS0vTlClTipxr166dJGnp0qXFXvvEE09o2LBh+u2334ocz8jIsM9wPd+iRYsk/W82aNOmTeXt7a2dO3faC7HnO3LkiHbu3CkfHx81a9asRPkU1y3p4eGhli1bymazafny5RecNwxDf/vb3zR8+HD7rNvCYmdxBbLDhw/r0KFDJYqnUGRkpDp06KCdO3fq119/1fHjx9WnTx/7g7kuxt3dXc2aNZPVarXPIz3f2rVrNXHiRPtX/B3xlffVq1fr+uuv1z/+8Y8ix2vUqKGnn35aAQEByszMVEpKSon2W758+QWdwzabzf45K/z8FH4+ly9fbu9cPd+vv/6q66+/XuPHjy9lRsXr0KGDateureXLl9s7oAtn0xYqjGn9+vX2sRrn27Ztm6655ho9+uijMgxD+/btU0ZGhmJjYy8ozkqy/85L0m0OAABQHAq0AAAAlVxAQIDGjRsnSZo/f75WrVplP/e3v/1NFotF//rXv7R69eoi133xxRf66aeftG/fPrVo0eKCfSdMmKDTp0/bX2/evFnvv/++PDw8NGLECEmSt7e3brnlFtlsNj3xxBNKSkqyr09KStL//d//yWazadiwYRd0jl5MYYdmenp6keOFD9GaNGmSdu7caT9us9n05ptvat26dTp69Kh9XMPQoUMVGBiob775RgsXLrSvT09P1zPPPHNFBbMhQ4bIMAxNnjxZ0uXHGxQaOXKkJGnKlCk6evSo/XhSUpJee+01SbI/aKywmzMzM7PYomV5iIuL05EjR/TDDz9o48aNRc4tWbJEaWlpqlGjhr279HKOHDmiqVOn2uO32WyaOnWqDhw4oA4dOthHBxT+vGPHDr322mtFHqR1+PBhvfTSSzp48GCZPUjLZDLpxhtvVGZmpr777js1aNBAzZs3L7Kmdu3a6tOnjxITE/Xcc88V+RyePXtWzz33nA4fPqzq1avLZDLZZ9AeOnRIBw8etK81DENffPGFvvrqK0n/eyAbAABAaTHiAAAAoAoYNGiQvvnmG61evVoTJkzQ3Llz5eHhoaZNm+rZZ5/VSy+9pLvuukuNGzdWrVq1dOjQIe3bt08Wi0Wvv/56seMH0tPTde2116pjx47KzMzUunXrZBiGJkyYUKRg9n//93/auXOn1q9fr759+9of4rVu3TplZGSoQ4cOevLJJ0ucS+Es0jlz5igxMVE9e/bUzTffrL59++ruu+/Wxx9/rJtvvllNmjRRRESEdu/erYSEBHl7e+utt96yF3hDQ0M1ZcoUPfbYYxozZoxatWqliIgIex5169ZVfHx8qd7nfv36acKECUpMTFR4eLi6dOlSousGDBig1atXa86cOerfv7/at28vi8WijRs36ty5cxo2bJiuu+46SVJISIgCAgKUlpam4cOHKyoqqkRftb8aISEhGjt2rKZMmaLbb79dLVu2VEREhE6ePKktW7bIYrHohRdeKHF3b0REhD755BMtXrxYcXFx2rNnjw4dOqSaNWvai9tSQcF02rRpuvPOO/XJJ59o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/i6bzVCXLt00duwz8vHxlSRt3bpZb7/9pg4c2K/ataM0YMDgUsV2/oiDyZPHS5ICA4P088/zlJWVqTZt2umpp55TWFi4JOn06VN6++1pWrt2tcxmi5o1a65HHnlctWtHld0bBgAAAAAAUAnl5Fr189ojkqRBnevKYuZxWMWhQOsE9o9+4KLnfJs1V82//5/99YHHH5WRm1vsWu/YONV+6hn760PjnpQ1/Vyxaz3r1lOd51+8wogv79ixozpz5rQ+/vhz5eTk6MyZ0xo9+l7163e9Hn30/5SVlaWPP/63Hnzwbn366X/l7e0tSfrqq9kaPnykZsz4VIcPH9L48c8pKqqORo26T8ePH9Pjjz+i668foOefn6BDhw7otddevqo4Fy1aqH79rtM778xQUtJZjR//rD744F09++yLysrK0qOPPqC4uIZ6770PZRjSl19+rvvvv0uffvqlwsNde74KAAAAAABwbos3/9k9G+Stjk2qOTqcSouyNSqtu+66VzVr1lL9+tH67ruvFR5eTY899qTq1Kmrhg0baeLEV5SUdFaLFy+yX1O3bj098MBo1a4dpa5de6hdu47atm2rJOnHH79TaGio/u//xqlOnbrq2bOP7rrrnquK0dfXT0899Zzq1KmrVq3aqE+fa+z3++23hUpPP6d//GOSYmJiVb9+Az399D/k5+enH3/87qruCwAAAAAAUJnl5Fn189rDkqQBnevQPXsJdNA6gQbv/PviJ/8yaDl62vSLrzUVXVvv1aklXlseateubf95797dOnTogPr161ZkTW5uruLjD9lfR0XVLXLez89P6X92AR88uF8xMXGyWCz2802bNr+qGGvWrCU3t//9NfL19VN+fr4kac+ePUpLS9P11/e6IObDh+Ov6r4AAAAAAACV2ZLNx5SWmaewQC91ahLp6HAqNQq0TsDs6enwteXB09PL/rPNZqh167Z64omnL1jn5+dv/9mjmLm4hmH8+ZNJhlF0+PT5xdUr4e7uftH7GYZNUVF19Morb8hiMclqNexrCkcyAAAAAAAAOJucPKsW/Dl7dmDnunKz0D17Kbw7qBLq14/W4cPxioioplq1aqtWrdoKCAjQW2/9UwcP7i/RHjExsdq9e5fy8vLsx3bv3lVeIatevWglJp6Qn5+/ateOUq1atRUZWV3vvz9dW7ZsLrf7AgAAAAAAONLSLceVlpGr0AAvdW5K9+zlUKBFlTB06E1KT0/XxInPa9++vdq3b69eeOEZ7dq1U/XqRZd4j6ysLE2ZMlHx8Ye0cuVyffzxB+UW87XX9ldAQKCef/4pbd++TYcPx+ull17UmjWrFB3doNzuCwAAAAAA4Ci5eVYtWPO/2bN0z14e7xCqhBo1aurtt/+tzMxMPfzwPXr00fvl7u6ut956X8HBwSXaIywsXG+99Z5OnTqpu+8eqbffnqY777y6h4Rdip+fn95++wMFBgbqscdG695779CZM6c1bdo7qlu3XrndFwAAAAAAwFGWbT2u1IxchQZ4qmuz6o4Op0owGf8b0Okw33//vT744AMlJCQoKipKjzzyiK6//npJ0tGjRzVp0iStX79ePj4+uummm/Too48WedDT559/ro8//linT59W06ZN9fzzz6tx48YXvV9OTo5eeeUV/fzzz8rOzlbv3r313HPPKSQkxL5m9erVev3113XgwAFVr15djz76qAYMGFCqPUrLarUpKSmj2HN5ebk6e/aEQkOry939wjmrVYmbm1n5+bbLL3Qizpbz5T6Pbm5mBQf7Kjk5w6nyvhRyJmdnRc7k7KzImZydFTmTs7MiZ3J2Vs6Wc16+VePeX62U9Fz97do49WpV84I1zpbzxYSE+MpSwu5hh3fQ/vDDD3ruued0++23a968eRo4cKD+7//+T5s3b1ZeXp7uuaegw/HLL7/U+PHj9cUXX+idd96xX//dd9/ptdde09///nd9++23qlWrlkaNGqWkpKSL3nP8+PFasWKFpk+frlmzZungwYMaM2aM/fyBAwf0wAMPqFu3bvr22291880366mnntLq1atLvAcAAAAAAADgSpZtPaGU9FwF+9M9WxpX9wj7q2QYhv71r3/pjjvu0O233y5Jeuihh7RhwwatW7dOx44d0/Hjx/XVV18pMDBQsbGxOnv2rF577TU9+OCD8vDw0Pvvv6+RI0dq8ODBkqSXX35Zffv21Zw5c/TAAw9ccM+TJ0/q+++/1/vvv6+2bdtKkt544w1dd9112rx5s1q1aqVZs2YpLi5Ojz/+uCQpOjpaO3fu1IcffqhOnTqVaA8AAAAAAADAVeTl2zS/cPZspzpyd3N4X2iV4dB36tChQzp27JgGDRpU5PhHH32kBx54QBs2bFCTJk0UGBhoP9exY0elp6dr165dOnv2rOLj49WpUyf7eTc3N7Vt21br168v9p4bN26071OoXr16qlatmv2aDRs2FNmzcP3GjRtlGEaJ9gAAAAAAAABcxYo/jiv5XI6C/DzUrTnds6Xh8AKtJGVmZuqee+5Rp06ddPPNN+v333+XJCUmJioyMrLINREREZKkEydOKDExUZJUvXr1C9YUnvurkydPKjg4WJ6enhe95mL3zcrKUnJycon2AAAAAAAAAFxBvtWmeX92z/bvWEfubpbLXIHzOXTEQXp6uiRp3LhxeuSRR/Tkk09q4cKFevjhh/XJJ58oOztbAQEBRa4pLIrm5OQoKytLkuTh4XHBmpycnGLvmZWVdcH6v16TnZ19wZrC17m5uSXa40q5XaT922YzXdW+lYXJ9L9/Ov7xdBXDmXO2WEzFfmYLh2CXdBi2MyBn10DOroGcXQM5uwZydg3k7BrI2TWQc9W1/I/jSkor6J7t3bbWRetbkvPkXJYcWqB1d3eXJN1zzz0aOnSoJKlRo0bauXOnPvnkE3l5eSk3N7fINYUFUB8fH3l5eUlSsWu8vb2LvWdxe/71Gk9PzwvWFL729vYu0R5Xwmw2KTjYt9hz2dkWnTljlsVy8SJuVeKKfwmdKWebTTKbzQoM/N/fw+IEBFz534eqipxdAzm7BnJ2DeTsGsjZNZCzayBn10DOVUtevk3zVhd0z97cJ1bVwgMuc0WBqpxzWXNogbZatWqSpNjY2CLHGzRooCVLlqh9+/bau3dvkXOnTp2yX1s42uDUqVOKjo4usqZw77+KjIxUSkqKcnNzi3TBnn9N9erV7fc5/7yPj4/8/f1LtMeVsNkMpaVlXuScVTabTZmZ2TKbL+zerSpMpoJCpdVqc7pu0otxxpwzM7Nls9mUkZGrrCzrBectFrMCAryVlpYlq9XmgAgrHjmTs7MiZ3J2VuRMzs6KnMnZWZEzOTsrZ8h5yeZjOpWcpUA/D3VoGK7k5IxLrneGnEsiIMC7xM16Di3QNmnSRL6+vtq6davatm1rP753715FRUWpXbt2+v7775Weni4/Pz9J0po1a+Tr66uGDRvKw8ND9erV09q1a+0P9crPz9eGDRs0YsSIYu/Zpk0b2Ww2bdy40X7NoUOHdPLkSbVr106S1LZtW61bt67IdWvWrFHr1q1lNptLtMeVys+/2AfTJG9vP6WnJ0uSPDw8ZTJVzbEHFotJVquTVCpLyFlyNgxDubk5Sk9Plre3n2w2k2y2i//L1Gq1XeIz7ZzI2TWQs2sgZ9dAzq6BnF0DObsGcnYN5Fx15Ftt+nFFwTOmrm8fJbPJVOI8qmrO5cGhBVovLy/de++9euedd1StWjU1b95c8+bN08qVKzVz5ky1bNlSb775ph577DE9+eSTOnr0qN544w3dfffd9s7Vu+++W5MnT1adOnXUrFkzffDBB8rOztZNN91kv8/p06fl4+MjX19fVatWTQMGDNDzzz+vl19+Wd7e3nrxxRfVvn17tWzZUpL0t7/9TUOHDtXUqVM1dOhQLV26VD///LM+/PBDSSrRHuUhICBEkuxF2qrKbDZfsqjnjJwtZ29vP/vnEQAAAAAAuKbV2xN1JjVbAT7u6tGqpqPDqbIcWqCVpIcfflje3t6aNm2aTp48qejoaE2fPl0dOnSQJH344YeaMGGCbrnlFgUGBmrEiBF6+OGH7dffcsstOnfunN58802lpKSoadOm+uSTTxQS8r/iUdeuXfXII4/o0UcflSRNmjRJL7/8sh555BFJUvfu3fX888/b18fExOjdd9/V66+/rlmzZqlWrVp6/fXX7d2yJdmjPJhMJgUGhsrfP1hWa3653qu8WCwmBQb6KDU10yk6SkvC2XK2WNxkNjvPPF0AAAAAAFB6VptNP62OlyRd16GOPN0tjg2oCjMZhrNMxby4BQsWKCEhQffff7+jQ7kkq9WmpKRLz+mo6tzczAoO9lVycobLtLGTMzk7K3ImZ2dFzuTsrMiZnJ0VOZOzsyJncq7sVm47oY/m7ZK/j7tee7CzPD1KVqCtyjmXRkiIb4ln0Dp9G5zNZtOsWbPUr18/R4cCAAAAAAAAVHlWm01zV8VLkq5rH1Xi4iyK5/ARB+XNbDbr008/tc+sBQAAAAAAAHDl1u48qVPJWfLzdlev1syevVpO30ErieIsAAAAAAAAUAZsNkNzVx2WJF3bvra8PJy+/7PcuUSBFgAAAAAAAMDVW7vrpE4mZcrXy029W9dydDhOgQItAAAAAAAAgMuy2Qz99Ofs2WvaR8nbk+7ZskCBFgAAAAAAAMBlrd99SifOFnTP9m1D92xZoUALAAAAAAAA4JJshqG5f3bP9mtXm+7ZMkSBFgAAAAAAAMAlbdh9SsfPZMjH001929R2dDhOhQItAAAAAAAAgIuyGYbmroyXVNA96+NF92xZokALAAAAAAAA4KI27TmtY2cy5O1pUb+2zJ4taxRoAQAAAAAAABTLZhj68c/u2b5tasvHy92xATkhCrQAAAAAAAAAirV57xkdPZ0uLw+L+rVj9mx5oEALAAAAAAAA4AKGYWjuykOSpL5ta8nPm+7Z8kCBFgAAAAAAAMAFtuw7oyOn0uXpYdE17aIcHY7TokALAAAAAAAAoAjDMPRDYfdsG7pnyxMFWgAAAAAAAABFbN1/VkdOpsvT3aJrmD1brijQAgAAAAAAALAzDEM//tk927t1Tfn7eDg4IudGgRYAAAAAAACA3baDZxWfeE4e7mZd24HZs+WNAi0AAAAAAAAASX/Onl0RL0nq3aqWAuieLXcUaAEAAAAAAABIkrYfStKhE2nycKN7tqJQoAUAAAAAAABQMHt2RcHs2Z6tairQl+7ZikCBFgAAAAAAAIB2xCfpwPE0ubuZdT3dsxWGAi0AAAAAAADg4gq6Z+MlST1b1lSgn6djA3IhFGgBAAAAAAAAF7frcLL2H0uVm8Ws6+ierVAUaAEAAAAAAAAXdv7s2R4tayjYn+7ZikSBFgAAAAAAAHBhu4+kaO/RVLlZTOrfsY6jw3E5FGgBAAAAAAAAF1bYPdu9Bd2zjkCBFgAAAAAAAHBRe44ka09CCt2zDkSBFgAAAAAAAHBRP66MlyR1a15DIQFejg3GRVGgBQAAAAAAAFzQ3oQU7TqcLIuZ7llHokALAAAAAAAAuKAfVxbMnu3avLpCA+medRQKtAAAAAAAAICL2X80VTvjC7pnB9A961AUaAEAAAAAAAAX88Of3bNdmkUqLMjbwdG4Ngq0AAAAAAAAgAs5cCxVOw4lFXTPdqrr6HBcHgVaAAAAAAAAwIUUds92ahqpcLpnHY4CLQAAAAAAAOAiDh5P0/aDSTKbTBrYidmzlQEFWgAAAAAAAMBF/FjYPdukmiKCfRwcDSQKtAAAAAAAAIBLOHQiTX8cOCuTSRrYua6jw8GfKNACAAAAAAAALmDuynhJUsfGkaoWQvdsZUGBFgAAAAAAAHByhxPPacv+MzKZpEFd6jo6HJyHAi0AAAAAAADg5Apnz3ZoXE2RdM9WKhRoAQAAAAAAACd25OQ5bd53RiZJg5g9W+lQoAUAAAAAAACcWOHs2XaNIlQ91NexweACFGgBAAAAAAAAJ5VwKl0b954u6J7tUs/R4aAYFGgBAAAAAAAAJzX3z9mzbRtGqGYY3bOVEQVaAAAAAAAAwAkdPZ2uDXtOS5IGdanr2GBwURRoAQAAAAAAACdUOHu2bVy4aoX7OTYYXBQFWgAAAAAAAMDJHDuToQ27T0li9mxlR4EWAAAAAAAAcDI/rYqXIal1bLhqR9A9W5lRoAUAAAAAAACcyImzGVq386QkaTCzZys9CrQAAAAAAACAE5n7Z/dsq5gwRVXzd3Q4uAwKtAAAAAAAAICTSEzK1Fp79yyzZ6sCCrQAAAAAAACAk5i7Ml6GIbVsEKY6kXTPVgUUaAEAAAAAAAAncDI5U2t2JkqSBjF7tsqgQAsAAAAAAAA4gZ9WFXTPNo8OVb3qAY4OByVEgRYAAAAAAACo4k4lZ2r1dmbPVkUUaAEAAAAAAIAq7qfVh2UzDDWtH6L6NeierUoo0AIAAAAAAABV2OmULK3eXjB79ga6Z6scCrQAAAAAAABAFTZvdbysNkNN6oUoumago8NBKVGgBQAAAAAAAKqoM6lZWrmN7tmqjAItAAAAAAAAUEXNX31YVpuhxnWD1aAW3bNVEQVaAAAAAAAAoAo6m5qt5X+ckCQNpnu2yqJACwAAAAAAAFRB89cUdM82jApSbO0gR4eDK0SBFgAAAAAAAKhiktKytfyP45KkG7rSPVuVUaAFAAAAAAAAqpj5aw4r32oornaQ4qKCHR0OrgIFWgAAAAAAAKAKST6Xo2VbC7pnB9M9W+VRoAUAAAAAAACqkAV/ds/G1gpUw6ggR4eDq0SBFgAAAAAAAKgiUtJztPTP7tlBXevJZDI5OCJcLQq0AAAAAAAAQBWxYM0R5eXb1KBmoBrXYfasM6BACwAAAAAAAFQBqek5WrLlmCRpcNe6dM86CQq0AAAAAAAAQBWwYG1B92x0jQA1qRvi6HBQRijQAgAAAAAAAJVcWkaulmwu7J5l9qwzoUALAAAAAAAAVHI/rzui3Hyb6lUPUNN6dM86Ewq0AAAAAAAAQCWWlpmr3zcdlSQN7sLsWWdDgRYAAAAAAACoxBauO6LcPJvqRvqreXSoo8NBGXN4gfbkyZOKi4u74M+3334rSdq1a5dGjhypli1bqnfv3vr000+LXG+z2fTWW2+pW7duatmype677z4lJCRc8p7Jycl64okn1K5dO7Vv314TJkxQVlZWkTULFixQ//791bx5cw0ZMkSrV68u9R4AAAAAAADA1TiXmavfN/45e7YLs2edkZujA9i9e7c8PT21aNGiIh8wf39/JScna9SoUerdu7cmTJigLVu2aMKECfL19dWwYcMkSe+++65mz56tV155RZGRkXr99dd17733au7cufLw8Cj2nmPGjFFWVpZmzpyptLQ0Pffcc8rMzNSrr74qSVqzZo3Gjh2rp556Sl26dNHXX3+t+++/X99//72io6NLtAcAAAAAAABwtX5Zn6CcPKvqVPNXiwZ0zzojh3fQ7t27V3Xr1lVERITCw8Ptf7y8vPTVV1/J3d1dEydOVHR0tIYNG6a77rpLH3zwgSQpNzdXH3/8scaMGaOePXuqYcOGmjZtmhITE/XLL78Ue7/Nmzdr3bp1evXVV9WkSRN16tRJEydO1A8//KCTJ09KkmbMmKG+ffvqjjvuUHR0tMaNG6cmTZpo1qxZJd4DAAAAAAAAuBrpWXlatJHZs87O4QXaPXv22LtS/2rDhg1q37693Nz+1+jbsWNHxcfH68yZM9q9e7cyMjLUqVMn+/mAgAA1btxY69evv+ie4eHhRe7Zvn17mUwmbdy4UTabTZs2bSqypyR16NDBvufl9gAAAAAAAACu1i/rE5STa1VUhJ9axoQ5OhyUE4ePONi7d6+Cg4N1++2369ChQ6pTp44eeughde/eXYmJiYqNjS2yPiIiQpJ04sQJJSYmSpKqV69+wZrCc3918uTJC9Z7eHgoKChIJ06cUFpamjIzMxUZGXnRPS+3x9Vwc3N4zbxcWSzmIv90BeTsGsjZNZCzayBn10DOroGcXQM5uwZydg3kXFRGVp5+21jwnKUh3evL3d1SobGVF1f8PV+OQwu0+fn5OnjwoBo0aKCnn35afn5+mjdvnu6//3598sknys7OvmCOrKenpyQpJyfH/lCu4takpqYWe8+srKxiZ9N6enoqJydH2dnZF90zJyenRHtcKbPZpOBg3yu+vioJCPB2dAgVjpxdAzm7BnJ2DeTsGsjZNZCzayBn10DOroGcC8xfu1tZOVbVrR6gPh3qymx2rvEGrvh7vhiHFmjd3Ny0du1aWSwWeXl5SZKaNm2qffv26aOPPpKXl5dyc3OLXFNYAPXx8bFfk5uba/+5cI23d/G/5OL2LLzGx8fHXgAu7r6Fe15ujytlsxlKS8u84uurAovFrIAAb6WlZclqtTk6nApBzuTsrMiZnJ0VOZOzsyJncnZW5EzOzoqcXTvnjOw8/bjsgCRpYOc6Sk11nnqRq/yeAwK8S9wl7PARB76+F3aMxsTEaMWKFYqMjNSpU6eKnCt8Xa1aNeXn59uPRUVFFVkTFxdX7P0iIyO1aNGiIsdyc3OVkpKiiIgIBQUFycfHp9j7VqtWrUR7XI38fOf9YJ7ParW5TK6FyNk1kLNrIGfXQM6ugZxdAzm7BnJ2DeTsGshZ+nnNEWXm5KtmuK9aNghzyvfDFX/PF+PQYQ/79u1T69attXbt2iLHt2/frgYNGqhdu3bauHGjrFar/dyaNWtUr149hYaGqmHDhvLz8ytyfVpamnbu3Kl27doVe8927dopMTFRhw8fth9bt26dJKlNmzYymUxq3bq1/VihtWvXqm3btiXaAwAAAAAAALgSmdn5+nV9wezZQZ3rymxyrtEGuJBDC7TR0dGqX7++Jk6cqA0bNujAgQOaMmWKtmzZooceekjDhg1Tenq6nnvuOe3fv1/ffvutZs6cqQceeEBSwZzYkSNHaurUqfrtt9+0e/duPf7444qMjNQ111wjSbJarTp9+rR9tmyLFi3UunVrPf744/rjjz+0Zs0avfDCCxoyZIi9Q3bUqFGaN2+ePvnkEx04cECvvfaadu3apTvvvLPEewAAAAAAAACl9dvGBGXm5KtGmK/aNry6b2qjanBogdZsNuv9999X8+bN9dhjj2no0KHaunWrPvnkE8XGxio0NFQffvihDh06pKFDh+rtt9/WU089paFDh9r3GDNmjG666SY9//zzuu2222SxWPTRRx/J3d1dknTixAl17dpV8+fPlySZTCa9/fbbqlWrlu6880499thj6t69u8aPH2/fs2vXrnr55Zf1xRdfaOjQoVqzZo3ef/99RUdHl3gPAAAAAAAAoDSycvL1C92zLsfhM2jDwsI0ZcqUi55v3ry5/vvf/170vMVi0dixYzV27Nhiz9eqVUtjx44t8hCx0NBQvfXWW5eMa8iQIRoyZMhFz5dkDwAAAAAAAKCkftt4VBnZ+aoe6qN2dM+6DId20FaE9PR0zZ8/X506dXJ0KAAAAAAAAECxsnLytXDdEUnSwM51ZTbTPesqHN5BW978/Pz05ZdfysPDw9GhAAAAAAAAAMX6fVNB92y1EB91aMQzjlyJ03fQSqI4CwAAAAAAgEorOzdfC9cVzp6tQ/esi3GJAi0AAAAAAABQWf228ajSs/IUEeytDo3pnnU1Tj/iAAAAAAAAAKhsbDZDu+KTlLnvjH5ccUiSNKhzXVnM9FO6Ggq0AAAAAAAAQAXauOeUZi/ap+RzOfZjZpPk4U5x1hVRoAUAAAAAAKhECjsr8w4ly91kKLpGIDNJncjGPaf0znfbLzhuM6T3vt8h81CT2sRFOCAyOAoFWgAAAAAAgEqiuM7KYH9PjegbQ9HOCdhshmYv2nfJNV8s2qdWMeEU5V0IfdMAAAAAAACVQGFn5fnFWUlKPpejd77bro17TjkoMpSVvQkpF/x+/yrpXI72JqRUTECoFCjQAgAAAAAAOFhJOyttNqOCIkJ5SMm4dHG2tOvgHCjQAgAAAAAAOBidla4hN89WonVBvp7lHAkqE2bQAgAAAAAAOBidlc7NMAz9tvGo/vv7/suuDfH3VGztoPIPCpUGBVoAAAAAAAAHK2nHJJ2VVU9aZq4+mbdLWw+clSTVqeanwyfTL7r+tr4xPCDMxVCgBQAAAAAAcLDY2kEK9ve87JiDNTsTVbe6v7w8KOlUBTvik/ThTzuVmp4rN4tZt/SKVp82tbRp72nNXrSvyO87xN9Tt/WNUZu4CAdGDEfgbzMAAAAAAICDmc0mjegbo3e+237Jdcu2ntCuw8m6Z0BjvgZfieVbbfp22UH9vPaIJKlGmK8eGNxEtSP8JElt4iLUKiZcB46nKs8wyd1kKLpGIJ2zLooCLQAAAAAAQCXQJi5C7RtFaN2uU0WOF3ZW+ni56+N5O3U6JVuvfr5J13WI0pBu9eXuxjPgK5OTSZn69487FJ94TpLUs1VN3dq7gTzdLUXWmc0mNaobouBgXyUnZyg/v2QPEIPzoUALAAAAAABQSSQmZUqS+neMUuPo8As6Kyfc3UFf/LZXK7clasHaI9p28KzuHdhYUdX8HRk2VPAgsFXbE/WfX/YqJ88qXy833XV9I7WJC3d0aKjkKNACAAAAAABUAmdSsnTkZLpMJql/p7qqUyv4gs5KHy833TOgsVrHhGvmz7t19HSGJs3aoCHd6um6DlGymOmmdYTM7Hx9unC3vfu5YVSQ7h3YWCEBXg6ODFUBBVoAAAAAAIBKYNO+M5KkmFpBCvD1uOTaVrHhiq4ZqFk/79bmfWf0zdKD2rL/jO4d2FjVgn0qIlz8af+xVH3w4w6dSc2W2WTSkG711L9jHebJosT4zyoAAAAAAACVwKa9pyVJrWNL9pX4AF8PPXJjM90zoJG8PS06cCxNL368Tos3H5NhGOUZKiTZbIZ+XHlIr/xnk86kZiss0EvPjGytgZ3rUpxFqdBBCwAAAAAA4GBpmbnadzRFktQ6JqzE15lMJnVpVl1xUUH6eN4u7T6Sos8W7tHmvac1qn8jBft7llPEri0pLVsfzN2pvQkpkqSOjatp5DVx8vGi1IbSo4MWAAAAAADAwbbsOyPDkKKq+SksyLvU14cFeuvJ21rptj4xcncza/uhJL3w0Vqt3XmyHKJ1bRv3nNKLH6/T3oQUeXpYdO/ARrp/cBOKs7hifHIAAAAAAAAcrLTjDYpjNpnUr11tNakXog9/2qn4xHP69487tHnfaY28Jk5+3u5lFa5Lysm16ovf9mnZ1uOSpHrVA/TA4MaKYOYvrhIFWgAAAAAAAAfKysnXzvgkSVdXoC1UI8xXz/6tjeatPqy5K+O1btcp7UlI0ajrG6l5dOhV7++KjpwsKHafOJspk6TrO9bRkG715Gbhy+m4ehRoAQAAAAAAHGjbwbPKtxqKCPZWzTDfMtnTzWLWDV3rqXl0qD78aadOnM3Um3O2qmfLGrqldwN5eVASKgnDMLRow1HNWbJf+VZDgX4eum9gYzWuG+Lo0OBE+NsIAAAAAADgQJv3nZFU0D1rMpnKdO961QP04l3t9M3Sg/p1Q4KWbDmuHfFJundgY8XUCirTezmbtIxcfTRvl7YdPCtJatkgTKP6N5S/j4eDI4OzoUALAAAAAADgIPlWm/448L8CbXnwcLfotr4xatkgVB/P36XTKdl65fNNuq5DlIZ0rS93N76m/1fbD57Vh/N2KS0jV+5uZt3au4F6tapZ5gV0QKJACwAAAAAA4DC7DicrK8eqQD8P1a8RUK73alQ3RBPu7qAvfturldsStWDNEW07cFb3DmysqGr+5XrvqiIv36Zvlh7QL+sTJEk1w331wOAmqhXu5+DI4Mwo0AIAAAAAADjIpr2nJUmtYsJlroDuTB8vN90zoLFaxYRr1s+7dfR0hibN2qAh3erp+g51ZDa7bofoibMZ+vePO3TkZLokqXfrmrqlVwN5uFscHBmcHQVaAAAAAAAAB7DZjPPmz4ZV6L1bx4arQc1Azfp5tzbvO6Nvlh7U1v1nde/ARooI9qnQWBzNMAyt+OOEPl+0V7l5Nvl5u2tU/4ZqFVM+IyeAv2LICAAAAAAAgAMcOJ6qtIxceXu6qWFUcIXfP8DXQ4/c2Ex3928kLw+L9h9L1Ysfr9fizcdkGEaFx+MImdl5ev+HHfpkwW7l5tnUqE6wJtzdnuIsKhQdtAAAAAAAAA5QON6gRYNQuVkc00NnMpnUtXl1NawTpI/n7dLuIyn6bOEebd53WqOub6Rgf0+HxFUR9iakaMbcHTqbliOL2aSh3evrug5RFTJqAjgfHbQAAAAAAAAVzDAMe4G2dSXo1gwL9NaTt7XS8D4xcrOYtf1gkl74aK3W7Trp6NDKnNVm0w8rDunV2Zt0Ni1HEUHeemZkG/XvWIfiLByCDloAAAAAAIAKdvR0hk6nZMvdzaxm9UMdHY4kyWwy6Zp2tdWkXog+/GmnDiee0/s/7NCmvac18po4+Xm7OzrEq3YmNUsz5u7UvqOpkqTOTSN1e79YeXtSIoPj8OkDAAAAAACoYIXds03qhsjTw+LgaIqqGear5/7WRj+titdPqw5r3a5T2pOQorv7N6o0xeQrsX73Kc1csFtZOfny8rDojmvj1LFJpKPDAijQAgAAAAAAVDT7eINYx483KI6bxawh3eqrRYMwzZi7U4lJmZr21Vb1bFVTt/SKlpdH1Skp5eRa9fmivVrxxwlJUv0aAbp/cBNFBHk7ODKgQNX52wQAAAAAAOAETqdkKeFUukwmqWVMmKPDuaR61QP04qh2+mbpAS3acFRLNh/TzkNJundgYzWoFejo8C7rcOI5vf/jDp1MypRJ0oDOdTS4Sz2HPZQNKA4FWgAAAAAAgApU2D0bVzuoSsx19XS3aETfWLVqEKaP5u/SqZQsTfl8o67vUEc3dK0nd7fKV+y0GYZ+XZ+gr5cckNVmKNjfU/cNbKyGdYIdHRpwAQq0AAAAAAAAFaiwQNuqko43uJhGdUM08e4Omr1or1ZtT9T8NYf1x4Gzum9QY9WO8HN0eHap6Tn6aN4ubT+UJElqFROmUf0bVYliOFwTBVoAAAAAAIAKkpqRq/1HUyVJrWOqVoFWkny83HTvwMZqFROmWT/v0dHT6Zo0a72Gdquva9tHyWw2OTS+Pw6c1cfzdiotM08ebmYN7xOjHi1ryGRybFzApVCgBQAAAAAAqCBb9p2WIalOpL9CA70cHc4VaxMXoQa1gjRrwW5t2X9Gc5Yc0Ob9Z3TvgEaKCPap8Hjy8m36eskB/bohQZJUK9xXD9zQVDXDfCs8FqC0Kt+QEAAAAAAAACe1ae8ZSVLrKjbeoDiBvh56dFgzjerfUF4eFu0/mqoXP16vJVuOyTCMCovj+JkMvfTpBntxtm+bWvrHnW0pzqLKoIMWAAAAAACgAmTl5GvX4YK5qM5QoJUkk8mkbs1rqFFUsD6at0t7ElL06c97tHnvGY3q31BBfp7ldm/DMLRs63F9sWifcvNt8vN21z0DGqlFg7ByuydQHuigBQAAAAAAqAB/HDirfKuhaiE+qhFa8WMAylNYkLfGjmil4b0byM1i1raDZ/WPD9dq3a6T5XK/9Kw8vfv9ds36eY9y821qUjdYE+9pT3G2krNmZij9jz8cHUalQwctAAAAAABABdi097QkqXVsmFM+tMpsMuma9lFqUj9UH87dqcMnz+n9H3Zo874zur1frPy83cvkPnuOJOuDuTuVfC5HFrNJw3pE65r2tWV2wvfUGRiGoexDB5W6dInOrV8rw2pVtRaNRVnyf3gnAAAAAAAAyllevlV/HDwryXnGG1xMzTBfPXdHG/20Kl4/rTqstTtPas+RZN3dv5Ga1g+94n2tNpt+XBGvn1bHyzCkasHeun9wE9WrHlCG0aMsGfn5OvLKZOXEH7If86xVS7lnz0oh1RwYWeVCgRYAAAAAAKCc7YxPVk6uVUF+Hi5RUHSzmDWkW301jw7TjJ926mRSpt74aqt6taqpW3o1kKeHpVT7nUnJ0r/n7tCBY2mSpK7NqmtEvxh5eVDaqmxyTybKo1qkJMnk5ia3oCDlurnJr117BfXoJb+4WPmF+Ck5OcPBkVYefIoBAAAAAADK2eZ9BeMNWsWGu9RX8evXCND4Ue30zZIDWrTxqBZvPqYd8Um6d2BjNagZWKI91u48qU8X7lZWjlXenhbdcW1DdWhM92VlYsvO1rl1a5WybIly4g+p7pTX5BEeIUmKuHWEzHd5y+LnJ0lOOd7jalGgBQAAAAAAKEc2m6HN+85Icv7xBsXxdLdoRL9YtYgJ08fzdulUcpam/Gej+nesoxu61pObxSybzdCu+CTlHUqWu8lQdI1A5eRZNXvRXq3clihJiq4ZoAcGNVFYkLeDM0KhnIQEpSxbrHOrV8mWnV1w0GJR9sGD9gKte7jrfeZLiwItAAAAAABAOdp/LFXnMvPk6+WmuNpBjg7HYZrUDdGke9rr81/3afWORM1bfVh/HDirLk0jtXB9gpLP5djX+vu4y2QyKS0jVyaTNLBTXQ3uWlcWs9mBGaBQ7smTSvzoA2UfPGA/5h5RTYHdeyigS1e5+Tv/GI+yRIEWAAAAAACgHG3aWzDeoHl0mNwsrl1g9PFy132DGqt1bJhm/bxHCafS9eXv+y9Ydy4zT5Lk5+2m0UObKS4quKJDxV/YsrNl9vKSpIK5sieOSxaL/Fq2UmCPXvJp2EgmCuhXhAItAAAAAABAOTEMw16gdcXxBhfTJi5C9asH6Ol/r1Ge1XbRdW4Wi2JqBVVcYCjClpen9E0blLpksawZGaoz4SWZTCaZPT1V/cHR8qxVS26BQY4Os8qjQAsAAAAAAFBOEk6l60xqtjzczGpaP8TR4VQqJ5OzLlmclaSU9BztTUhRwzp00Fak3MREpS5botRVK2RLTy84aDYr98QJedaoIUnybdLUgRE6Fwq0AAAAAAAA5aSwe7ZJvRB5ulscHE3lkpKRc/lFpViHq5e1b5/O/PCtsnbvsh9zCwlRYLceCujaXe7BFMrLAwVaAAAAAACAcsJ4g4sL8vUs03W4MoZhyGQySZJsuTkFxVmTSb7NmiuwRy/5NmvObNlyRoEWAAAAAACgHJxKztTR0xkym0xq0SDM0eFUOrG1gxTs76nkcxfvkA3x91Rs7aCKC8pFGPn5St+6RalLF8szqo7Cb7pFkuTTqLHCht0i//Yd5B4a6uAoXQcFWgAAAAAAgHKwae8ZSVJcVJD8vN0dHE3lYzabNKJvjN75bvtF19zWN0Zms6kCo3JueWfPKHXZUqWuWCZraqokKSchQWFDh8lkschkNivk+v4OjtL1UKAFAAAAAAAoB4w3uLw2cREaPbSpZi/aV6STNsTfU7f1jVGbuAgHRuc8MnZsV8qiX5SxfZtkGJIki3+AArp2U2D3HjJZmI/sSBRoAQAAAAAAylhqeo4OHCvoUGwVw3iDS2kTF6FWMeE6cDxVeYZJ7iZD0TUC6ZwtQxl/bFXGtj8kFYwxCOzRU34tW8vkRmmwMuC3AAAAAAAAUMY27zsjQ1K96v4KCfBydDiVntlsUqO6IQoO9lVycoby822ODqlKMmw2Ze7YrpSlixV8zXXyiY2TJAX26CWTm0WB3XvKo1qkg6PEX1GgBQAAAAAAKGOMN0BFyk9JUeqKZUpdvlT5Z89KkswenvYCrWeNGgq/ebgjQ8QlUKAFAAAAAAAoQ5nZ+dp1OFkSBVqUH8MwlLlzh1KXLVH6ls2S1SpJMvv4KKBzFwV27+nYAFFiFGgBAAAAAADK0B8HzshqM1Q91EfVQ30dHQ6clWHo1OzPlHfypCTJK7qBArv3lH+79jJ7eDg4OJQGBVoAAAAAAIAyxHgDlDXDMJS1Z7fS1qxSxO1/k9ndQyazWcH9rlXOsWMK6tFTnrVqOzpMXCEKtAAAAAAAAGUkN8+qbQeTJFGgxdWzpqcrbdVKpSxbrLzEREmST8NGCujYWZIU1LO3I8NDGaFACwAAAAAAUEZ2xicrJ8+qYH9P1Y30d3Q4qIIMw1D2/n1KWbpY6RvWy8jPlySZPL0U0LGjPKPqODhClDUKtAAAAAAAAGXEPt4gJlwmk8nB0aAqyjt1Sgmvvmx/7RlVR4E9eiqgQ0eZvbwdGBnKCwVaAAAAAACAMmC12bRl/xlJUuvYMAdHg6rAMAyd27NXSdt3K6B7L0mSR7Vq8m3WXJbAQAV27yWvevUo9js5CrQAAAAAAABlYF9CqtKz8uTr5abYqCBHh4NKzJqVpXNrVit12RLlJByRLBb5tGgtt8BASVKNMY9TlHUhFGgBAAAAAADKQOF4g5YNwmQxmx0cDSqj7Ph4pS5brLS1a2Tk5EiSzB4e8m/XTkZ+nn0dxVnXQoEWAAAAAADgKhmGoc37/pw/Gxvu4GhQGaWtWqnEj2fYX3tEVldw796q07+f0vPNys+3OTA6OBIFWgAAAAAAgKt05GS6zqblyMPdrCb1QhwdDiqBnIQE2XJz5B3dQJLk27yFzN7e8m3eQoE9esk7Jlbu7ha5+/tKyRkOjhaORIEWAAAAAADgKm38c7xBs3qh8nC3ODgaOIotJ0fnNqxT6tIlyj54QF7RDRT1zPOSJIufn+pPfVNmT08HR4nKhgItAAAAAADAVdq8l/EGrizn+DGlLl2itNUrZcvMLDhoscgtOFi2vDyZ3d0lieIsikWBFgAAAAAA4CqcTMrUsTMZsphNat4g1NHhoIKd/u8XSv51of21W1iYgrr3VECXbnILDHRgZKgqKtUjBQ8dOqRWrVrp22+/tR/btWuXRo4cqZYtW6p379769NNPi1xjs9n01ltvqVu3bmrZsqXuu+8+JSQkXPI+ycnJeuKJJ9SuXTu1b99eEyZMUFZWVpE1CxYsUP/+/dW8eXMNGTJEq1evLvUeAAAAAADA+W36s3u2YVSQfL3cHRwNyltuYqKs587ZX3tFR0tms3xbtVbNx55QvZdfU0j/gRRnUWKVpkCbl5enJ598UpmFbeAqKIKOGjVKUVFR+uabbzR69GhNnTpV33zzjX3Nu+++q9mzZ2vSpEn68ssvZbPZdO+99yo3N/ei9xozZowOHz6smTNn6l//+peWLl2q8ePH28+vWbNGY8eO1fDhw/Xdd9+pU6dOuv/++3XgwIES7wEAAAAAAFzDJsYbOD0jP1/n1q9TwtRXFf/800pZuth+zq9la9V79Z+qOXqMfJs2k8lcacptqCIqzSdm+vTp8vPzK3Lsq6++kru7uyZOnKjo6GgNGzZMd911lz744ANJUm5urj7++GONGTNGPXv2VMOGDTVt2jQlJibql19+KfY+mzdv1rp16/Tqq6+qSZMm6tSpkyZOnKgffvhBJ0+elCTNmDFDffv21R133KHo6GiNGzdOTZo00axZs0q8BwAAAAAAcH7J53J04HiaJKllDAVaZ5N7+pROf/2VDo79P53497vK2r1LMpmUn5xsX2Nyc5N7cLADo0RVVykKtOvXr9d///tfvfLKK0WOb9iwQe3bt5eb2/9G5Xbs2FHx8fE6c+aMdu/erYyMDHXq1Ml+PiAgQI0bN9b69euLvdeGDRsUHh6u6Oho+7H27dvLZDJp48aNstls2rRpU5E9JalDhw72PS+3BwAAAAAAcA1b9hV0z0bXCFCwPw+AchaGYejY2/9S/DNPKfnn+bKeS5MlKEghg25QvVemqtrf7nR0iHAiDn9IWFpamp566ik9//zzql69epFziYmJio2NLXIsIiJCknTixAklJiZK0gXXRURE2M/91cmTJy9Y7+HhoaCgIJ04cUJpaWnKzMxUZGTkRfe83B5Xw82tUtTMy43FYi7yT1dAzq6BnF0DObsGcnYN5OwayNk1kLNrqMw5b953RpLUpmFEmf5v+sqcc3lxdM55yclFOmHdfH0lk0m+TZoquFdv+bdsKZPFUqb3dHTOjuCKOV+Owwu048ePV6tWrTRo0KALzmVnZ8vDw6PIMU/Pgv8alZOTY38oV3FrUlNTi71fVlbWBesLr8nJyVF2dvZF98zJySnRHlfKbDYpONj3iq+vSgICvB0dQoUjZ9dAzq6BnF0DObsGcnYN5OwayNk1VLac0zNztetwwVfde7evUy7/m76y5VwRKjJnw2pV0oZNOrnwFyVv2qwWb7wuv/r1JEned9wm3XGbvP7SxFce+D27NocWaL///ntt2LBBc+fOLfa8l5fXBQ/7KiyA+vj4yMvLS1LBLNrCnwvXeHsX/0subs/Ca3x8fOwF4OLuW7jn5fa4UjabobS0zMsvrMIsFrMCAryVlpYlq9Xm6HAqBDmTs7MiZ3J2VuRMzs6KnMnZWZEzOTvSym0nZLUZqhnmKx83k5KTM8ps78qac3mqyJzzkpKUsmypkpctVX5Skv144rpNCg0u+Pa2PP0lSVll+Hv9K37PzptzQIB3ibuEHVqg/eabb3T27Fn17NmzyPEXX3xR8+fPV2RkpE6dOlXkXOHratWqKT8/334sKiqqyJq4uLhi7xkZGalFixYVOZabm6uUlBRFREQoKChIPj4+xd63WrVqJdrjauTnO+8H83xWq81lci1Ezq6BnF0DObsGcnYN5OwayNk1kLNrqGw5b9hVUDtoFRtWbnFVtpwrQnnmnJ+aqpOfzVTG1i2SYUiSLH7+CujSRYHde8qjWqRD3m9+z67NocMepk6dqvnz5+v777+3/5GkMWPGaPLkyWrXrp02btwoq9Vqv2bNmjWqV6+eQkND1bBhQ/n5+Wnt2rX282lpadq5c6fatWtX7D3btWunxMREHT582H5s3bp1kqQ2bdrIZDKpdevW9mOF1q5dq7Zt25ZoDwAAAAAA4Nxy86zaduisJKl1bLiDo8Gl2PLy7D9bfH2VfeigZBjyjo1T5H0Pqt7rbyj85uHyqFb+owyA4ji0g7awI/WvQkNDVa1aNQ0bNkwffvihnnvuOd177736448/NHPmTE2YMEFSwZzYkSNHaurUqQoJCVHNmjX1+uuvKzIyUtdcc40kyWq1KikpSf7+/vLy8lKLFi3UunVrPf744xo/frwyMzP1wgsvaMiQIfZ4Ro0apfvvv1+NGzdW9+7d9c0332jXrl2aPHmyJJVoDwAAAAAA4Lx2HEpSbp5NoQGeqlPN39Hh4C8Mm02Zu3YqddkS5Rw5rLqTX5XJbJbJzU2Rd90jt9Awedao4egwAUmV4CFhlxIaGqoPP/xQkydP1tChQxUeHq6nnnpKQ4cOta8ZM2aM8vPz9fzzzys7O1vt2rXTRx99JHd3d0nSiRMn1KdPH02ZMkU33nijTCaT3n77bU2YMEF33nmnPD09dd111+mZZ56x79m1a1e9/PLLevfddzVt2jQ1aNBA77//vqKjoyWpRHsAAAAAAADntWnvaUlSq5hwmUwmB0eDQvlpaUpbuVypy5Yq7/T/xldm7d8nn9iCcZi+zZo7KjygWJWuQLtnz54ir5s3b67//ve/F11vsVg0duxYjR07ttjztWrV0tixY4s8RCw0NFRvvfXWJeMYMmSIhgwZctHzJdkDAAAAAAA4H6vNpi37z0hivEFlkXPsmJJ++kHnNm2U/hyVafb2VkCnzgrs0UueNWs5OELg4ipdgbaspaena/78+froo48cHQoAAAAAAHACe4+kKCM7X37e7oqpHejocCDJlpOjc+sLng/kVa++Anv0lH+7DjJ7ejo4MuDynL5A6+fnpy+//FIeHh6ODgUAAAAAADiBTXsLumdbNgiTxezQ56+7HMMwlL1/n1KWLpbFx1cRI0ZKkrzq1VPoDUPl26KlvKLqODhKoHScvkArieIsAAAAAAAoE4ZhaNO+gvmzjDeoONbMDKWtXqXUpUuUe/yYJMnk6amwG2+S2ctLJpNJoYNucHCUwJVxiQItAAAAAABAWYhPPKfkcznydLeoSb1gR4fj9LLj45Xy+yKd27BORm6uJMnk4SH/9h0V1KOnTIwwgBOgQAsAAAAAAFBCm/YWdM82qx8idzeLg6NxfulbNytt1QpJkkfNWgrq0VP+HTvL4uPj4MiAskOBFgAAAAAAoIQKC7SMNyh7WYcO6uznK+TRrIW8GzeTJAV26678s2cU2KOXvOpHy2QyOThKoOxRoAUAAAAAACiBE2czdOJspixmk5pHhzk6HKdgy85W2ro1Sl26RDmH4yVJfidP2Qu07iGhirz7PgdGCJQ/CrQAAAAAAAAlUNg926hOsHy8KKlcjZyEI0pZukTn1qySLTtbkmRyc1No547y7dLdwdEBFeuK/22SmZkpnz/nfSxcuFDHjx9Xr169VLdu3bKKDQAAAAAAoNLYtPeMJMYblIXEmR/bO2bdq1VTYPeeCuneXeFRkUpOzlB+vs2xAQIVqNQF2oMHD+qBBx7QgAED9Nhjj+nNN9/Uv//9bxmGoTfffFMff/yx2rRpUx6xAgAAAAAAOETyuRwdOpEmk6RWMYw3KI2c48eUumypQgcPsT/cK6h3H2Vs+0NBPXrJO66hTGaz3NzMDo4UcIxSf/KnTp0qNzc39enTR7m5uZo9e7auv/56bdiwQd26ddObb75ZDmECAAAAAAA4TuF4g+iagQr083RwNJWfLS9XaatXKeHVl3X4heeUsugXnVuzyn4+sEs31XhwtHwaNZbJTGEWrq3UHbQbNmzQyy+/rGbNmmnFihU6d+6cbr31Vvn5+Wn48OF69NFHyyNOAAAAAAAAhyks0DLe4NJyE08odekSpa5aIVtGRsFBs1l+LVrJs3YdxwYHVFKlLtDm5eUpICBAkrRs2TJ5e3vbRxpYrVa5uTEkGwAAAAAAOI/0rDztOZIiSWoVy3iDi7GeO6f4F5+XrFZJkltIiAK791Rg125yCwp2cHRA5VXqampsbKx++eUX1atXTz///LO6du0qNzc35eXl6fPPP1dsbGx5xAkAAAAAAOAQW/efkc0wVDPcV9WCfRwdTqWRe/qUsnbtUmD3HpIki7+//Fq0lGG1KrBHT/k2bc74AqAESl2gHTNmjEaPHq3PP/9cHh4euu+++yRJ1157rc6cOaP333+/zIMEAAAAAABwFPt4gxjGGxj5+UrfukWpSxcrc+cOSZJ3w0byiIiQJFV/cDRFWaCUSl2g7dKli+bOnatt27apRYsWqlmzpiTpzjvvVMeOHRUXF1fmQQIAAAAAADhCTp5VOw4lSXLt+bN5Z88oddlSpa5YJmtqasFBk0k+TZrKyMu1r6M4C5TeFQ2MrV27tmrXrl3k2J133lkmAQEAAAAAAFQW2w8mKTffptAAL0VV83N0OA6RsX2bjv3rDckwJEmWgAAFdu2uwG495B7uukVroKyUukCbm5ur//znP9q0aZPS0tIuOG8ymTRr1qwyCQ4AAAAAAMCR7OMNYsNlMpkcHE3FyEtKUn5KsrzrR0uSvGNiZfb2lledegrs0VN+LVvJxEPigTJT6r9NEydO1Ndff62YmBgFBQVdcN7487+mAAAAAAAAVGX5Vpu27j8jSWodG+bgaMqXYbMpY/s2pS5booytW+RRvbrqTJgsk8kks6en6k15XRZfX0eHCTilUhdof/31Vz366KMaPXp0ecQDAAAAAABQKexJSFFmTr78fdwVUyvI0eGUi/yUFKWuWKbU5UuVf/as/bjFz1+2jAxZ/ArGOlCcBcpPqQu0ZrNZrVq1Ko9YAAAAAAAAKo3C8QYtG4TJbHa+8QZJCxfozLdfS1arJMns46uAzl0U2L2nPGvUcHB0gOsodYF2yJAh+vrrr9WxY0eZeTIfAAAAAABwQjbD0Obz5s86g/w/nyXkFhAgSfKsVVuyWuUV3UBBPXvJr007mT08HBki4JJKXaB97LHHNGTIEF177bVq0qSJvL29i5w3mUx6+eWXyyxAAAAAAACAinboRJpS0nPl6WFR47rBjg7nihmGoaw9u5W6dLHObdqo4L79FH7zcEmST6PGqjNhsjxr1nRwlIBrK3WBdurUqTp06JC8vb31xx9/XHDeVZ5oCAAAAAAAnFfheIPm9UPl7mZxcDSlZ01PV+rK5UpdtlR5JxPtx3NPnLD/bDKbKc4ClUCpC7Q//vij7rrrLj311FOMOAAAAAAAAE7HMAxt2ntGUtUcb3Bq9mdKXbZURn6+JMnk6aWAjp0U2KOnvKLqODg6AH9V6gKt1WpVr169KM4CAAAAAACndPxspk4mZcrNYlLz6FBHh3NZ1swMmb19/vetZrNZRn6+PKPqKLBHLwV06CCzl/elNwHgMKUu0Pbr108LFixQhw4dyiMeAAAAAAAAhyocb9CoToi8PUtdOqkQhmEo++CBgtmy69ep5t//Tz4NG0mSgvtdq4AOneRZtx6jKIEqoNT/lmnRooWmTp2q3bt3q1WrVvL19S1y3mQyafTo0WUWIAAAAAAAQEUqLNC2jg1zcCQXsmZl6dya1UpZuli5RxPsxzO2bbUXaN1Dw+QeWvliB1C8Uhdox48fL0nasmWLtmzZcsF5CrQAAAAAAKCqOpuarcOJ52SS1DKm8syftWVn6/RXXyht7RoZOTmSJJO7u/zbtVdgj17yqh/t4AgBXKlSF2h3795dHnEAAAAAAAA43OZ9Bd2zDWoFKtDXw6GxGFar/WeTp6cy9+yWkZMjj+o1FNijpwI6dZHlL99sBlD1VM5BKgAAAAAAAA7wv/EGjuuezT5yWOeWL9WBHdtV76WXJbObTCaTwm8dIbOXl7xjYpktCziREhVo77jjDr344ouKjo7WHXfcccm1JpNJs2bNKpPgAAAAAAAAKkp6Vp72JqRKqvgCrS0nR+fWr1PqssXKPnjwfzFt2SKf1m0lSX7NW1RoTAAqRokKtIZhFPvz5dYCAAAAAABUFVv2nZHNMFQ7wk/hQd4Vcs+8pLNK/nmB0lavlC0rq+CgxaKA1m1Ue3B/2WrWldVWIaEAcJASFWg/++yzYn8GAAAAAABwFoXjDVrFhFXYPY3cXKX8vkiS5B4WrsDuPRTQpZu8QoMVFOyr5OQMyUaFFnBm5tJecMcdd+jAgQPFntu9e7cGDRp01UEBAAAAAABUpJxcq3bEJ0kqv/EGuYkndPq/X+jkZzPtxzwiqytk0A2q+fiTqvvyqwrpP1BugYHlcn8AlVOJOmg3bNhgH12wbt06rV+/XklJSResW7x4sRISEso2QgAAAAAAgHK27eBZ5eXbFBbopdoRfmW2ry0vT+mbNyp16RJl7dldcNBiUejgofZCbNgNQ8vsfgCqnhIVaOfMmaMffvhBJpNJJpNJEyZMuGBNYQF34MCBZRshAAAAAABAOdu0r2C8QevYcJlMpqveL/f0KaUuXaK0lctlPXeu4KDJJN/mLRTYo6cs/v5XfQ8AzqFEBdrnn39ew4YNk2EYuvPOO/XCCy+oQYMGRdaYzWYFBAQoJiamXAIFAAAAAAAoD/lWm7buPyup7MYbZGzerOSf50uSLEFBCuzWQ4Hduss9JLRM9gfgPEpUoPX391f79u0lSZ9++qmaNGminJwchYSESJLS0tJ06tSpC4q2AAAAAAAAld3uI8nKyslXgI+7GtQs/fzXvDOnlbpsqTzr1JF/m3aSpIDOXZS5e6cCu/WQb/MWMlksZR02ACdRogLt+Ro1aqS///3vOnbsmBYsWCBJ2rJli+6//35dc801eu211+Tl5VXmgQIAAAAAAJSHTXvPSJJaxoTLbC7ZeAPDalXGH1uVsnSJMndskwxDXtEN7AVai5+fao55vNxiBuA8zKW9YOrUqdq1a5ceffRR+7GOHTtq+vTp2rRpk6ZPn16mAQIAAAAAAJQXm2Fo83nzZy8nLylJZ374ToeeflLH33lLmdv/kAxDPo2aKLjftfZn9ABASZW6g/b333/XuHHj1L9/f/sxDw8P9evXT+fOndP06dM1duzYMg0SAAAAAACgPBw8nqbU9Fx5eVjUqE7wZdefnPmRMnfukCRZ/PwV0LWbArv1kEe1auUdKgAnVeoCbXp6ugIDi5/HEh4erqSkpKsOCgAAAAAAoCJs2lvQPds8OlTubkW/aJyfkqLUFcsU2LW73IKCJEmB3XvKsFoV2KOn/Fq1kdndvaJDBuBkSl2gbdiwob755hv16NHjgnPff/+94uLiyiQwAAAAAACA8mQYhr1AWzjewLDZlLlrp1KXLlb6ls2SzSZJCh04WJLk37ad/Nu2c0zAAJxSqQu0Dz74oB588EHdeOON6tevn0JDQ5WUlKTFixdr27Zteu+998ojTgAAAAAAgDJ17EyGTiVnyc1iVuMwNyXN/0mpy5cq7/Rp+xqvBjHyrFnLgVECcHalLtD26NFD7777rqZPn6633npLhmHIZDKpUaNGevfdd4vtrAUAAAAAAKhsCrtnm9b2V+LE52XLypIkmb29FdCpswJ79KI4C6DclbpAK0m9evVSr169lJOTo5SUFPn7+8vHx6esYwMAAAAAAChz1vR0ZfyxVZv2FsyPbdmouvwy2yj3xHEF9ugl/3btZfb0dHCUAFxFiQq0x48fV3h4uNzd3XX8+PELzqekpCglJcX+ukaNGmUWIAAAAAAAwNUyDENZ+/YqdekSpW9cLyM/X9m1B8rkFaKWMWHya3wnD/wC4BAlKtD27t1bX331lZo3b67evXvLZDJdcv2uXbvKJDgAAAAAAICrYc3IUNrqlUpdtkS55zWd5YTVkIctTzG1ghTg4+HACAG4uhIVaKdMmaLatWtLkl5++eXLFmgBAAAAAAAcLTs+XgmvTpaRlydJMnl4yL9DRwX16KU3VybraEKKhseGOzhKAK6uRAVawzDk7e0tSbrxxhvLNSAAAAAAAIArYc3MVN6pk/KqW0+S5Fmrlsw+PrL4+SuoZy/5d+gki4+P0jJzte/oIUlS65gwR4YMACUr0D777LN6+eWX1b9/f910001q3rx5eccFAAAAAABQItnxh5SydLHOrV0ji6+f6r3yukwWi0xubqrzj/GyBAYV+Tbw1n1nZBhSVDU/hQV5OzByAChhgfbrr7/W999/r3nz5mnOnDlq0KCBbr75Zg0ePFhBQUHlHCIAAAAAAEBRtuxspa1bo9Qli5Vz5LD9uDnUS/nJSXIPKxhd4BYUfMG1m/aeliS1ZrwBgEqgRAXapk2bqmnTpnr66ae1ZMkSff/993r99dc1depU9enTRzfffLM6d+5c3rECAAAAAAAobc0qnfrPp7JlZ0uSTG5u8mvTToE9eso7JvaSz87JysnXjvhkSRRoAVQOJSrQ2he7ualv377q27evUlJS9NNPP+mHH37Q3XffrRo1aujGG2/UsGHDVL169fKKFwAAAAAAuBhbTo5yU/JVWMbwqBYpW3a23KtFKrB7DwV27iqLv3+J9tp+KEn5VpsigrxVM8y3HKMGgJIpVYH2fEFBQRo5cqRGjhypgwcPasGCBfr+++/13nvvaceOHWUZIwAAAAAAcEE5x44qdelipa1erfBunRU64g5Jkmfdeqr9zPPyqh99yW7Z4pw/3qC01wJAebjiAm2hpKQkrV69WmvXrtXx48cVGRlZFnEBAAAAAAAXZMvNVfrG9UpZukTZ+/fZj5/bs1chNpskyWQyyTu6Qan3zrfa9MeBM5IYbwCg8riiAm1WVpYWLVqkuXPnatWqVbJYLOrbt68+/PBDderUqaxjBAAAAAAALiBp/k9K+nmBbJkZBQfMZvm1aKWQPr1Vq0t7paRmSX8Waa/ErsPJysqxKtDXQ/VrBpRR1ABwdUpcoLXZbFq+fLnmzp2r3377TVlZWWrcuLGeeeYZDR48WP4lnPUCAAAAAAAgSba8PJnMZpksFvtrW2aG3EJCC2bLdu0mt6BgubmZZTKbr/p+heMNWsWEycx4AwCVRIkKtJMmTdKCBQuUnJysgIAADRs2TDfddJMaNmxY3vEBAAAAAAAnk3vqlFKXLVHaiuWqdudd8mvVRpIU1KOnvOrVk2/T5mVSkD2fzWZo8z7GGwCofEpUoP3iiy/UqVMn3XTTTerTp488PDzKOy4AAAAAAOBEjPx8pW/ZrNSlS5S5638PFz+3YYO9QOsWFCy/oOByuf+B46lKy8iVt6ebGtYpn3sAwJUoUYH2999/5+FfAAAAAACg1AyrVWd/+E6pK5fLmppacNBkkk+TZgrq0VO+zVtUSByF4w1aRIfKzVK23bkAcDVKVKClOAsAAAAAAErKMAyZ/pzxarJYlLFzh6ypqbIEBCiwa3cFdu8h97CKGzNgGIa9QMt4AwCVTYkfEgYAAAAAAHApeUlnlbp8mc6tW6Oo516QxcdXkhQ2ZKhsOTnya9FKJreKL0UcPZ2h0ynZcrOY1bR+SIXfHwAuhQItAAAAAAC4YobNpoztfyh16RJl/LFVMgxJ0rm1axXUq7ckybdpc0eGaO+ebVovRF4elEIAVC78WwkAAAAAAJSaNT1dKUt+V+qypcpPOms/7h3XUIE9etof/FUZFBZoW8WGOTgSALgQBVoAAAAAAFBqRn6ezv74vWSzyezrq8DOXRXYo6c8Iqs7OrQiTqdkKeFUukwmqWUDCrQAKp8SFWh79+5tH+59OSaTSYsWLbqqoAAAAAAAQOWRn5qqtJXLlXv6lCLvvFuS5BYUrJD+A+VRLVJ+bdvK7O7h4CiLV9g9G1c7SP4+lTNGAK6tRAXa9u3bl7hACwAAAAAAqj7DMJS1e5dSli5R+uaNktUqSQq5fqA8IiIkSWFDbnRkiCXyv/EG4Q6OBACKV6IC7SuvvFLecQAAAAAAgErAeu6cUletUOqyJco7edJ+3KtefQX26CW3wEAHRlc6qRm52n80VZLUOoYCLYDK6Ypm0Obk5GjPnj3Kzc2V8efTGW02m7KysrRhwwY9+eSTZRokAAAAAACoGOlbt+jMnP9KkkyeXgro2EmBPXrKK6qOgyMrvS37TsuQVCfSX6GBXo4OBwCKVeoC7dq1a/X3v/9dqampxZ739fWlQAsAAAAAQBVgzchQ2uqVsvgHKKBDR0mSf7v2Slu9Uv7tOyqgQweZvbwdHOWV27T3jCSpNeMNAFRipS7QTps2TcHBwZo0aZJ+/PFHmc1m3XjjjVq2bJm++OILzZgxozziBAAAAAAAZcAwDGUfPKDUpYt1bv06GXl58qheQ/7tO8hkMsns6anaY592dJhXLSsnX7sOJ0miQAugcit1gXbPnj166aWX1K9fP507d05ffvmlevTooR49eigvL0/vvfeePvjgg/KIFQAAAAAAXCFrZqbOrVmllKVLlHvsqP24R63aCurRS7LZJIvFgRGWrT8OnFW+1VC1EB/VCPVxdDgAcFHm0l5gs9lUrVo1SVKdOnW0b98++7lrr71WO3fuLNV+Z8+e1dixY9WxY0e1atVK999/vw4cOGA/v2vXLo0cOVItW7ZU79699emnn14Qz1tvvaVu3bqpZcuWuu+++5SQkHDJeyYnJ+uJJ55Qu3bt1L59e02YMEFZWVlF1ixYsED9+/dX8+bNNWTIEK1evbrUewAAAAAAUFmc+s+nOjX7P8o9dlQmd3cFdO6q2s88rzovTlRQr94yOVFxVpI27zstSWodGyaTyeTgaADg4kpdoI2KitKePXskSfXq1VNWVpYOHjwoScrPz1dGRkap9hs9erQOHz6sDz74QF9//bW8vLx01113KSsrS8nJyRo1apSioqL0zTffaPTo0Zo6daq++eYb+/XvvvuuZs+erUmTJunLL7+UzWbTvffeq9zc3Ivec8yYMTp8+LBmzpypf/3rX1q6dKnGjx9vP79mzRqNHTtWw4cP13fffadOnTpdUDi+3B4AAAAAADiKLTuroFP21Cn7sYAuXeVRo4bCh9+u+lPfVOTd98o7uoFTFi/z8m3648BZSVLrGMYbAKjcSl2gHTRokKZOnar//Oc/CgkJUdOmTTVp0iT9/vvveuedd9SgQYMS75WamqqaNWvqpZdeUvPmzRUdHa2HH35Yp06d0r59+/TVV1/J3d1dEydOVHR0tIYNG6a77rrLPkIhNzdXH3/8scaMGaOePXuqYcOGmjZtmhITE/XLL78Ue8/Nmzdr3bp1evXVV9WkSRN16tRJEydO1A8//KCTJ09KkmbMmKG+ffvqjjvuUHR0tMaNG6cmTZpo1qxZJd4DAAAAAICKln3ksE5+NksHnnhcpz6bqdQlv9vP+TRuojoTJiu4bz9ZfH0dGGX523U4Sdm5VgX6eahejQBHhwMAl1TqAu29996r4cOHa+vWrZKkF198Ubt27dLDDz+sgwcP6qmnnirxXoGBgfrnP/+p2NhYSVJSUpJmzpypyMhINWjQQBs2bFD79u3l5va/UbkdO3ZUfHy8zpw5o927dysjI0OdOnWynw8ICFDjxo21fv36Yu+5YcMGhYeHKzo62n6sffv2MplM2rhxo2w2mzZt2lRkT0nq0KGDfc/L7QEAAAAAQEWx5eQodcVyHZk8UUcmvqjUpYtl5GTLvVqk3CMj7etMJpNTdssWZ9PeP8cbxITL7CI5A6i6Sv2QMLPZrHHjxtlfN2vWTIsWLdLBgwdVv359+fn5XVEg//jHP/TVV1/Jw8ND7733nnx8fJSYmGgv3haKiIiQJJ04cUKJiYmSpOrVq1+wpvDcX508efKC9R4eHgoKCtKJEyeUlpamzMxMRZ73f8T+uufl9gAAAAAAoCIYNpsOv/i88s4UFCRlsci/dRsF9ugl77iGLlOQPZ/NZmjzvjOSpNaxjDcAUPmVukB7xx136MUXXyzSPern56fmzZtr9+7dGjt2rObOnVvqQO68807deuut+vzzzzV69GjNnj1b2dnZ8vDwKLLO09NT0v+zd9/hcVTn28e/29VXxZLlXmW5dxsb25IMpoSS4BAIpgZCgB+kEEIIhLwQktCNIcUEiCEQwBAgQEIJxcS927jgLvduWW3Vt877h6zFwk0u0mh37891JUizs7PP41lJo1tnzgGv1xtelOto+3g8nqO+Tm1t7RH7NzzH6/VSV1d3zGN6vd4mHeN02O0nPag5oths1kb/jQXqOTao59ignmODeo4N6jk2qOfYEGs9h3w+qpavJvXcvPqenXaShw6lcsUK0goKSB2Xhz0l+m7pP5nzvHFnGZU1fhLi7PTrno49Qt8bsfbeBvUcK2Kx5xNpUkC7bNkyDMMAYMmSJSxdupTS0tIj9ps5cya7du06pUIa5q59+OGHWbVqFa+99hpxcXFHLPbVEIAmJCQQFxcH1M9F2/Bxwz7x8fFHfZ2jHbPhOQkJCeEA+Giv23DMEx3jVFmtFtLSonseoAYpKUc/P9FMPccG9Rwb1HNsUM+xQT3HBvUcG6K955rduznw6ecU/W8WgaoqUtpm4B7QH4CUH16P1XkzFmv0hx1NOc9r5mwDYGS/bDLbJDd3Sc0u2t/bR6OeY0Ms9nwsTQpo3377bf7973+H56t56KGHjtinIcC95JJLmvzipaWlLFy4kAsuuCA8z6zVaqVnz54UFRWRnZ1N0WErTgLhz9u2bUsgEAhv69y5c6N9cnNzj/qa2dnZzJgxo9E2n89HeXk5WVlZpKamkpCQcNTXbdu2bZOOcapCIYOKippTfn4ksNmspKTEU1FRSzAYMrucFqGe1XO0Us/qOVqpZ/UcrdSzeo5W0dxzyO+ncvkyymbOpGbjhvB2R0YGgarqxj0fusM0WjX1PBuGwfxVewAY0C2dsrLqlirxjIvm9/axqGf1HE1SUuKbPEq4SQHtb37zGy6//HIMw+CGG27ggQceCI94bWC1WklJSSEnJ6fJhRYXF3PXXXcxbdo0xo0bB4Df72fdunWcc845tGnThjfffJNgMIjNZgNg0aJFdOvWjYyMDJKTk0lKSmLx4sXhgLaiooJ169Zx7bXXHvU1R4wYweTJk9mxYwddunQB6kcFAwwbNgyLxcLQoUNZsmQJV1xxRfh5ixcvZvjw4U06xukIBKL3jXm4YDAUM702UM+xQT3HBvUcG9RzbFDPsUE9x4Zo69l/8CA7H/4dwarK+g0WC4mDBuPOK8A9eBDpGcmUlVVHVc9NcaLzvPNAJcWeOhx2K307p0XFv0+0vbebQj3Hhljs+ViaFNAmJyczcuRIAP7xj3/Qt2/fU14M7HC9evUiLy+PP/zhD/zhD3/A7Xbz/PPPU1FRwQ9+8ANcLhfTpk3j/vvv5+abb2b16tW8/PLL4RG8TqeTa6+9lsmTJ5Oenk6HDh148sknyc7O5vzzzwcgGAxSWlpKcnIycXFxDBo0iKFDh/Lzn/+c3/72t9TU1PDAAw9w2WWXhUfI3njjjdxyyy307duXvLw8/vWvf7F+/XoefvhhgCYdQ0RERERERKSpjEAA3759uDp1AsDepg3WxEQsDjspY/Nwj8vDkZ4BEBNTGZyqLzfVL5bWv1s6LqfN5GpERJrmpBcJGzlyJKWlpUyePJklS5ZQUVFBWloaw4cP5wc/+AEZGRkndbwpU6bw1FNP8fOf/5zKykqGDx/O66+/Tvv27QGYNm0aDz/8MBMnTiQzM5N77rmHiRMnhp//05/+lEAgwG9+8xvq6uoYMWIEL774Ig6HA4B9+/Zx7rnn8uijj/Ld734Xi8XCX/7yFx566CFuuOEGXC4XF154Iffdd1/4mGPHjuWRRx7h2Wef5emnn6Znz54899xz4YXRmnIMERERERERkRPxFx/EM2c2nnlzMIJBuk9+GqvDicViocOdd+FIz8BiU9DYVA0B7dBemSZXIiLSdBajYfLYJtq/fz9XXXUVJSUlDB48mMzMTA4ePMiKFStIS0vjnXfeaXWjSKdNm0b79u256KKLzC7luILBEKWlkTs/TlPY7VbS0hJj6lYc9ayeo5V6Vs/RSj2r52ilntVztIrEno1gkOrVKymfPYuatWvg0K/lNrebjnf+Alenzsd9fiT2fLqa0nNRWQ33Pr8Iq8XCMz8dS1K8o4WrPLN0ntVztIqVntPTE8/sHLSHe/LJJ7HZbHz88cd0OnTrBcCuXbu46aabePrpp3nsscdO9rDNpqqqio8//pgXX3zR7FJEREREREQkxlWv+YoDr7xEoKwsvC2hbz/c+QUkDRqCxX7Sv6bLIV9uKgYgt3NqxIezIhJbTvo7/7x58/j1r3/dKJwF6NSpE3fccQdPPPHEGSvuTEhKSuLNN9/E6XSaXYqIiIiIiIjEGCMUIlRTg+3QOi6ONm0IlJVhS04mZcw43OPycbayu1AjlaY3EJFIddIBbTAYJC0t7aiPpaenU1VVddpFnWkKZ0VERERERKQlBcrL8Mybi2fObOK6daP9//0YAGd2Ozr8/G7ie+VidWiU55niqfKyZY8HgCE5bUyuRkTk5Jx0QJubm8sHH3xAXl7eEY/9+9//plevXmekMBEREREREZFIYoRC1Kxfh2fWTKpWrYBQ/dyKtQE/IZ8P66HBQ4n9+ptZZlRaUViMAXRrl0x6SpzZ5YiInJSTDmhvv/12fvjDH+LxeLjooovCi4R99NFHzJs3jz/96U/NUaeIiIiIiIhIq+WZP5fSD/+D/+DB8Lb4nF648wpIGj4cq0N3djYnTW8gIpGsSQHt9ddfz4MPPkiPHj0YM2YMjz32GJMnT2bOnDnhfdq0acMjjzzCeeed12zFioiIiIiIiLQGhmFAKITFZgMgVFOD/+BBrPHxpJw9FndeAa4OHUyuMjbU1AVYv6N+0TUFtCISiZoU0C5ZsoTq6urw55dddhnf+c532Lp1Kx6PB7fbTffu3bFYLM1WqIiIiIiIiIjZgpWVeBbMwzNnFukXXYp7zFgAUkaPwZqQQPLwkVhdLpOrjC2rtxQTDBm0y0igXUai2eWIiJy0k57ioIHFYqFHjx5nshYRERERERGRVscwDGoLN+GZPZOq5cswAgEAKhctCAe0tqQk3GPGmVlmzNL0BiIS6U45oBURERERERGJZoZhUP7FDDyzZ+Lbtze83dW5C+6C8aSMHGVidQLg8wf5amspoIBWRCJXkwPaO+64A6fzxJOaWywWZsyYcVpFiYiIiIiIiJjNYrFQvWolvn17sTidJJ81itT88cR17WZ2aXLIuu1leP1B0pJddMlONrscEZFT0uSAtm/fvqSnpzdnLSIiIiIiIiKmCNbUULl4IZ65c+jw0zuxp6YBkH7RxSQNHUryWaOxJSSYXKV8U8P0BkNy2mDVujgiEqFOagTtwIEDm7MWERERERERkRZjGAbe7dsonz2LyiWLMHw+ADzz5pJxybcBSOjTl4Q+fc0sU44hGAqxcnMxoOkNRCSyaQ5aERERERERiSkhr5eKRQvxzJ6Jd+eO8HZn+/a488eTMvpsE6uTptq820NVrZ/EODu9OqWaXY6IyClTQCsiIiIiIiIxxQgGOPjP6Rg+Hxa7naThI+rnlu2Zg0W3yUeM5YemNxjUsw12m9XkakRETl2TAtqJEyeSlpbW3LWIiIiIiIiInFEhr5fKpYup3byZ7B/cBIAtIZG0C76FLT6elLPHYktKMrlKOVmGYbDiUECr6Q1EJNI1KaB99NFHm7sOERERERERkTPGu2c3ntkzqVi4gFBtLQCp55xLXOcuALT5zkQzy5PTtPNAFSUVXpx2K/26aUFzEYlsmuJAREREREREokLI56Nq+VLKZ8+ibnNheLsjMxN3XgGO9AwTq5MzqWF6g/7dM3A5bCZXIyJyehTQioiIiIiISFSoWfsV+1/8W/0nVitJQ4bizisgoU9fLFbNURpNvp7eoI3JlYiInD4FtCIiIiIiIhJxQn4/VV8ux2oxSLv4fAASBwwirkdPEgcMxD02D3tqqrlFSrM4UFrDnuJqbFYLg3oqoBWRyKeAVkRERERERCKG78B+PHNmUTF/PsGqSuzp6XS98FwALHY7ne/7jckVSnP78tDo2dzOqSTGOUyuRkTk9CmgFRERERERkVbNCASoWvklntmzqFm/LrzdnpZG6rg8Qn6/idVJS/syPL1BpsmViIicGQpoRUREREREpFU7+PY/Kf/i8/pPLBYS+g0gNb+AxIGDcLgc2OLioLba3CKlRZRVetmytwKAITkKaEUkOiigFRERERERkVbDCAapXr0SR9tsXO07AJAy+mwqly3BPTYP97g8HG0UzMWqhtGz3dunkJbsMrkaEZEzQwGtiIiIiIiImM5fWoJn7hwq5s0hUFZGyrg8sm+4CYC4rt3o/vhTWOz6FTbWLd9QBGh6AxGJLvrpJiIiIiIiIqYwQiGq16zGM2sm1V+tBsMAwJacjCM9o9G+CmelqsbH+h1lgAJaEYku+gknIiIiIiIiptj1xKPUbS4Mfx7fuw+peQUkDR2mQFaOsHT9AYIhg/ZtEslOTzC7HBGRM0Y/8URERERERKTZGaEQNevXkZDbOxy+JvTpi2/fXtxnj8WdX4Azu53JVUprFAoZrN9eygdztwIwJCfjBM8QEYksCmhFRERERESk2QQ8Hirmz8UzZzb+4oO0u/0nJA8dBkDa+ReSftHFWB1Ok6uU1mr5xiKmzyikrNIb3jZ31T66ZqcwLDfLxMpERM4cBbQiIiIiIiJyRhmGQe2G9ZTPnknVii8hGATAGh9PsLIyvJ8tPt6sEiNWw2hS/7YyHBaDHu3dWK0Ws8tqFss3FjH1vTVHbK+o8TP1vTXcMbG/QloRiQoKaEVEREREROSMCVZVsfPR3+M/cCC8La57D9z5BSQPH4nV5TKxush2tNGkackurp6QE1VBpWEY+PwhXv9803H3e2NGIUNyMqM2oBaR2KGAVkRERERERE6ZYRj4iw7gbJsNgC0pCWt8Ata4OJJHnU1qfgGuTp1NrjLyHWs0aVml15TRpIZhEAgaeP1BfP4gdb5g+GOvP4jXH8J72LajPn7oY9+hx+oaHveFCBnGCWsorfSyaVc5vbuktUDHIiLNRwGtiIiIiIiInLRgVRUVC+fXzy1bUkz3yU9jS0gEoN3Nt2BPTcMaF2dyldEhFDKYPqPwuPscbTRpfYgaahSWHitE9fqDjQLVRiHq4fucZIja3MqrvSfeSUSklVNAKyIiIiIiIk1iGAZ1WzbjmT2LymVLMPx+ACwuF94dO0jo0xcAZ3Y7M8uMOpt2lTea1uBoSiu93PfCQiwWS4uHqHabBZfDhtNhwxX+nxWns/7jOIct/HGjxxs+PvyxQx/v2F/Bn/711QlfOzVRU2aISORTQCsiIiIiIiInVLdtK/tffgnfnt3hbc6OnUjNH0/yqNFa8KsZNXWU6MHyumM+dtQQ1fl1WOo6Roh6eHh6ZKBaH7LabdYz1WqYO7ENacmu4wbT6ckuenVKPeOvLSLS0hTQioiIiIiIyBEMw8Dw1mGNqw9e7Wlp+PbtxeJ0kjx8JO78AuK698Bi0QJNza2po0SvKOhBjw7u+lGrzsMDVSs265kPUZuT1Wrh6gk5R513t8GkCTlaIExEooICWhEREREREQkL1dVSsXgxntkzsSUl0fGuXwJgT02j/R0/Jb5nDrbERJOrjC29OqU2aTTpBSM7R1VgOSw3izsm9mf6jMJGvacnu5g0IadFF0UTEWlOCmhFRERERESEup078MyeScWiRRje+lvlLQ4HwcpKbMnJACQNGmxihbHLarUwul82Hy/accx9onU06bDcLIbkZLJlrwe/YcFhMejR3h2VvYpI7FJAKyIiIiIiEsOqVq+k9IP/ULdta3ibo202qfkFpJw9FltSkonVCUBFjY95q/cC4HLa8PqC4cdiYTSp1WqhT9d00tISKSurJhAImV2SiMgZpYBWREREREQkxhihEJZDc5IGKyrrw1mbjeShw3Dnjyc+t7fmlm0lDMPg1U82UlHjp0ObRH5z/TB2FlVpNKmISBRRQCsiIiIiIhIDQj4fVcuWUj57JsnDR5B23gUAJI8YSbCqkpSzx2JPSTG5SvmmhWv3s3zTQWxWCzdf0heX067RpCIiUUYBrYiIiIiISBTz7dtL+exZVCyYT6imGoBQXV04oLW6XKRfeJGZJcoxlFbU8frnmwD49thudMlONrkiERFpDgpoRUREREREolDlsqWU/28GtZs2hrfZMzJwj8vHPTbPxMqkKUKGwYsfrafWG6RH+xQuGtXZ7JJERKSZKKAVERERERGJQpVLF9eHsxYLiYMGk5o/noR+/cNzz0rr9sXy3azfUYbTYeXmS/pi03kTEYlaCmhFREREREQimBEIULXySzyzZ9HuhhsgrScAaRPOx9WhIylj83Ckp5tcpZyMfSXVvDNrCwBXju9J2/QEkysSEZHmpIBWREREREQkAvkPHsQzdzaeuXMIVlYAUDZrFtl96gPa+JxexOf0MrNEOQWBYIi/fbAOfyBE/27pjB/SweySRESkmSmgFRERERERiRBGMEjVqpV4Zs+kZt1aMAwAbG437rF5pBcUmFugnLaPFu5g+/5KElx2bryoDxaLxeySRESkmSmgFRERERERiRBGMMiBl18iVFMNQELffrjzC0gaNASL3Y7drnlKI9m2fRV8MH87ANde0Iu0ZJe5BYmISItQQCsiIiIiItIKGaEQ1WtWU71yJVnX3YDFYsHqdJJ2/gWE6upw5xXgzMoyu0w5Q3z+INM+XEfIMBjRO4uz+rQ1uyQREWkhCmhFRERERERakUB5GZ65c/DMnUOgtASA5JFnkdC7DwAZl3zbzPKkmbwzewv7SmpwJzm57oJcTW0gIhJDFNCKiIiIiIiYzAiFqFm3lvLZM6letRJCIQCsiYm4x4zDkZlpboHSrNZvL2XGst0A3PitPiTFO0yuSEREWpICWhEREREREZPVbi5kzzNPhT+Pz+lVP7fssOFYHU4TK5PmVlMX4MWP1wNQMLg9A3tkmFyRiIi0NAW0IiIiIiIiLcgIhajduIFAWRkpZ48B6gPZuO7dievWA3deAa4OHUyuUlrK9BmbKK3wkpUaz5Xn9DS7HBERMYECWhERERERkRYQrKzEs2Aentmz8BcdwJqQSNLwEVidTiwWC53u+3+adzTGLN9YxII1+7FY4IeX9CHOqV/RRURikb77i4iIiIiINBPDMKgt3IRn1kyqvlyGEQgAYI2LI3nkWRheLzjrpzBQOBtbPNU+XvlkIwDfOqsLOR1TzS1IRERMo4BWRERERESkmZT99yOK330n/LmrazdS8wpIHnkW1rg4EysTMxmGwSv/3UBVrZ9OWUlcNq6b2SWJiIiJFNCKiIiIiIicAYZhULdlM1ZXHK5OnQBIGjqcko8+JOWss3DnjSeua1dzi5RWYd7qfazcXIzdZuHmS/pit1nNLklEREykgFZEREREROQ0BGtqqFi0AM/sWfj27CZp2HDa/9+PAXBmZ9Njyh+xulwmVymtxcHyWqZ/UQjAxHHd6ZSVZHJFIiJiNgW0IiIiIiIiJ8kwDOq2bcMzZyaVSxZj+HwAWJxObIlJGIYRnlNW4aw0CIUMXvxoPV5fkJyObi4Y2dnskkREpBVQQCsiIiIiInKS9r/wVyqXLgl/7mzfAXd+ASmjz8aWkGhiZdKafbZ0F5t2leNy2PjhJX2xWrUwnIiIKKAVERERERE5obqdO3C2zQ6Pho3r0ZOqFV+SNHwEqfnjieuZEx4xK3I0uw9W8e6cLQBcdW5PslLjTa5IRERaCwW0IiIiIiIiRxHyeqlcupjyWTPxbt9G2xt/iHvMOADcY8eRMupsbEmaP1ROLBAMMe2DdQSCBgN7ZJA3qL3ZJYmISCuigFZEREREROQw3t27KJ89i8pFCwjV1tZvtNkIlJaG97HGafSjNN1/5m9jZ1EVSfEObvxWb422FhGRRhTQioiIiIiIACG/n91PPUHd5sLwNkdmFu68AlLGjMWekmJidRKptuzx8NHCHQBcf0Eu7iQtGiciIo0poBURERERkZjlLyvDkZYGgNXhwOpwgs1G0uAhuPPHk9C7Dxar1eQqJVJ5fUGmfbgOw4BR/doyvHeW2SWJiEgrpIBWRERERERiSsjvp+rLZXhmz6J2y2a6Pz4Ze2p9SJs56WpsCYnYU1PNLVKiwluzNnOgrJa0ZBfXntfL7HJERKSVUkArIiIiIiIxwXdgP545s/DMn0eoqqp+o8VCzaaNpIwcBYCrfQcTK5RosmZrCTO/3APATRf1ISHOYXJFIiLSWimgFRERERGRqObdv599r7xMzfp14W32tHTc4/JIGZuHIz3dxOokGlXX+Xnp4/UAnDu0I/266T0mIiLHpoBWRERERESiTsjvB3v9Ykz25GRqt2wGi4XE/gNw548nccBALDabyVVKtHrts02UV/lom57A98b3MLscERFp5RTQioiIiIhIVDACAapWr8Izeyah2hq6P/BbAGyJiWT/8BbiunbFkdHG3CIl6i1Zf4DF6w5gtVj40SV9cTn0hwARETk+BbQiIiIiIhLR/CUleObOxjN3DkFPeXi7d/9+SKsfvZg8bLhJ1UksKav08uqnGwG4eHQXurdPMbkiERGJBApoRUREREQkItVu2UzpRx9Q/dVqMAwAbMnJpIzNw52Xjys72+QKJZYYhsHL/91AdV2ALm2TuXRMV7NLEhGRCKGAVkREREREIlKwwkP16lUAxPfuQ2r+eJKGDMVi16850vJmr9zLV1tLsNus3HxpX+w2q9kliYhIhNCVi4iIiIiItGpGKETNurWUz55JXJeuZFzybQASBw4m/ZJvkzLqbJwaLSsmOlBWw5v/KwTge/nd6dAm0eSKREQkkiigFRERERGRVing8VAxfy6eObPxFx8EwLt9O+kXXYLFasVis9Hmsu+aXKXEulDI4MUP1+Pzh+jdOZUJIzqZXZKIiEQYBbQiIiIiItKq1GzcQPnML6ha8SUEgwBYExJIOXsM7rwCLFbdOi6tx38X72DzHg9xThs3XdwHq8VidkkiIhJhTL+yKS8v54EHHiAvL4+hQ4cyadIkli1bFn584cKFfPe732XQoEFceOGFfPTRR42e7/V6eeihhxg9ejRDhgzhF7/4BaWlpcd9zd27d3PrrbcydOhQxo4dyzPPPEPw0IVfg9dff51zzz2XgQMHcvXVV7Nu3bqTPoaIiIiIiJy8ikULqFq2FIJB4nr0pO2NN9N98jNkXXUNrvYdzC5PJGzngUren7sNgKsn9KKNO97kikREJBKZHtDeddddrFixgilTpvCvf/2LPn368MMf/pCtW7eyZcsWbr31VsaNG8e7777LFVdcwT333MPChQvDz//tb3/LvHnz+POf/8wrr7zC1q1b+elPf3rM1/P7/fzwhz8E4M033+S3v/0tb7zxBlOnTg3v89577/HEE0/ws5/9jHfffZeOHTty4403hoPfphxDRERERESOzzAMajZuYN8Lf6Vu+7bw9tSCc3CPP5cuv/09ne/7De4xY7E6nSZWKnIkfyDEtA/XEQwZDMlpw5gBmgdZREROjalTHOzYsYP58+czffp0hg0bBsD/+3//j7lz5/LBBx9QUlJCbm4uP//5zwHo0aMH69atY9q0aYwePZoDBw7w/vvv89xzzzF8+HAApkyZwoUXXsiKFSsYMmTIEa/56aefsnfvXt566y3cbje9evWipKSEJ554gttuuw2n08lzzz3Htddey7e/Xb/4wCOPPMKECRN4++23ufXWW5t0DBERERERObpgVRUVC+bjmTML3/59AFicLrJ/0A2AuC5dievS1cQKRU7s/blb2X2wmuQEBzdc2BuLpjYQEZFTZOoI2rS0NF544QUGDBgQ3maxWLBYLFRUVLBs2TJGjx7d6DmjRo1i+fLlGIbB8uXLw9sadOvWjbZt27J06dKjvuayZcvo168fbre70TGrqqpYv349JSUlbN++vdHr2u12hg8fHj7miY4hIiIiIiKNGYZBbWEh+158ga1338nBt97At38fFpcLd14+qePPMbtEkSbbtKucTxbvBOAHF/YmJVGDdERE5NSZOoI2JSWF/Pz8Rts+/fRTduzYwa9//Wvee+89srMb3yaSlZVFbW0tZWVlHDhwgLS0NFwu1xH77N+//6ivuX///qMeE2Dfvn3Y7fX/JO3atTtinw0bNjTpGIMGDTph78dit5s+60Szstmsjf4bC9RzbFDPsUE9xwb1HBvUc8szgkH2/e2vBA5NG+bq1Jm08efgHj0aW3zzzNtpds9mUM/Nr9Yb4MWP1mMA4wa2Y0Tfti3yuofTeY4N6jk2qGcBkwPab/ryyy+57777OP/88ykoKKCuru6I6QIaPvf5fNTW1h51OgGXy4XX6z3qa9TV1ZGSknLE/lC/4FhtbW2j1znaMU90jFNltVpIS0s85edHkpSU2Js8Xz3HBvUcG9RzbFDPsUE9Nw/DMKgq3MzB2XPoeuMNWA8Nguhw6cXU7t5D9gXnkdQrp8VuCdd5jg0t1fPrb6/kYHktWWnx/Pj7Q0iIc7TI6x6NznNsUM+xQT3HtlYT0M6YMYO7776boUOHMnnyZKA+9PT5fI32a/g8Pj6euLi4Ix6H+pA0/hh/hT/acxpC1YSEBOLi4hq9ztGOeaJjnKpQyKCiouaUnx8JbDYrKSnxVFTUEgyGzC6nRahn9Ryt1LN6jlbqWT1Hq5boOVhbi2fhQspn/Y+6nfW3f9u69SRlWP16EYnjzyMRCADl5c1/3avzrJ7PtJWFxXy6aAcAP7y4D95aH97aI38nbW46z+o5Wqln9RxNUlLimzxKuFUEtK+99hoPP/wwF154IY8//nh49Gq7du0oKipqtG9RUREJCQkkJyeTnZ1NeXk5Pp+v0YjXoqIi2rY9+m0m2dnZbNq06YhjArRt2zY8tUFRURE9evQ46jFPdIzTEQhE7xvzcMFgKGZ6baCeY4N6jg3qOTao59igns+Muh3b8cyeRcXiRRjeOgAsdjtJI0ZiS880/d9Y5zk2NHfPlTU+pn24DoDzR3Qip2Oq6f/GOs+xQT3HBvUc20yf7GH69On8/ve/55prrmHKlCmNgtbhw4ezZMmSRvsvWrSIoUOHYrVaGTZsGKFQKLxYGMC2bds4cOAAI0aMOOrrjRgxgnXr1lFVVdXomImJifTu3ZuMjAy6devG4sWLw48HAgGWLVsWPuaJjiEiIiIiEiu8e/ey8/e/xTNnFoa3Dkd2NplXTqL75Gdo98NbcHXqZHaJIqfNMAxe/XQjFdU+2rdJ5PL87maXJCIiUcTUgHbbtm088sgjnHfeedx6660UFxdz8OBBDh48SGVlJddddx2rV69m8uTJbNmyhZdeeolPPvmEm2++GagfrXrxxRfzm9/8hsWLF7N69WruuusuRo4cyeDBg4H6qQoOHjwYnpJgwoQJZGZmcuedd7JhwwZmzJjBlClTuOmmm8Lh8E033cTf//533nvvPTZv3syvf/1r6urq+N73vtfkY4iIiIiIRCPv7l1ULFwQ/tzVvj3xOb1IHnkWHe/+FV1//yhp51+ALSnJxCpFzqxF6w6wbONBbFYLN1/SB4fdZnZJIiISRUyd4uDTTz/F7/fz+eef8/nnnzd6bOLEiTz22GM8++yzPPnkk7zyyit07NiRJ598ktGjR4f3+/3vf88jjzzCj3/8YwDy8vL4zW9+E358xYoVXH/99fzjH//grLPOwuVyMW3aNB566CGuvPJK3G43V199Nbfffnv4OVdeeSWVlZU888wzlJeX079/f/7+97+Tnp4O0KRjiIiIiIhEi5DPR9WypZTPnkndls1YnE4SBw3CllC/wG3HX96LxWr6zXkizaK0oo7XPquf4u7SMV3pmp1ygmeIiIicHIthGIbZRTS3hx56iMsuu4xBgwaZXcpxBYMhSkurzS6jWdntVtLSEikrq46ZeUbUs3qOVupZPUcr9ayeo9Wp9OzduxfPnJlULFhAqObQdarNRtLgIWReeRWOjDbNWPHp03lWz6crZBhM+edK1m0vo1u7FH593VBsreCPETrP6jlaqWf1HE3S0xMja5Gw5rRz507Wr1/Pr3/9a7NLERERERGJGJ75cznw9xfDn9vbtME9Lh/32HHY3anmFSbSgmZ+uYd128tw2q3cfEmfVhHOiohI9In6gLZz5868+uqrOBwOs0sREREREWm1fPv3Y/h9uDp1BiCxX38sdjsJAwaSml9AQt/+msZAYsq+kmrenrkZgCvG96RdRqLJFYmISLSK+oAWUDgrIiIiInIURiBA1YovKZ89k9oN60no04+Ov/glAPbUNLpP+WN4nlmRWBIMhZj24Xp8gRB9u6YxfmgHs0sSEZEoFhMBrYiIiIiIfM13sAjPnNlUzJtLsLKifqPFgsVhxwgEsNjrf01QOCux6qOFO9i2r4J4l52bLuqD1WIxuyQREYliCmhFRERERGLIgTffoOTTT+DQWsE2dyruceNwj8tv9Yt+ibSE7fsr+GD+dgCuPb8X6Slx5hYkIiJRTwGtiIiIiEgU85eUYI2Px56SBICrQ0cwDBL69cedP56kgYPCI2ZFYp3PH+RvH6wjGDIYnpvJqL5tzS5JRERigK7ERERERESijBEKUb16FZ45s6j+ajWZV15F5re+BUDKWWfh7JmDMzPL5CpFWp9352xlX0kN7kQn112Qi0VTG4iISAtQQCsiIiIiEiX8ZWVUzJuDZ85sAmWl4e2+fXvDH1udToWzIkexfkcZny3dBcAPvtWb5ASnyRWJiEisUEArIiIiIhLhDMNg3/PPUvXlcgiFALAmJeE+eyzuvAKc2dkmVyjSutV6A7z00ToA8ga1Z1BPzccsIiItRwGtiIiIiEgEClZVYUuqn1c2fBt2KER8Ti/cBeNJGjoMq0MjAEWaYvqMTZRUeMlMjeOqc3uaXY6IiMQYBbQiIiIiIhHCCIWo2bAez+yZVK1cQdeH/oAzux0AGd+eSMa3L8PVvoPJVYpEli83HWT+V/uxAD+8uC9xTv2aLCIiLUs/eUREREREWrlAZQUV8+bhmTML/8Gi8Pbqr1aHA1pX+/ZmlScSsSqqfbzyyQYALjyrM706pZpbkIiIxCQFtCIiIiIirVTAU87Bf75J1ZfLMAIBAKzx8SSPOpvU/AJcHTuZXKFI5DIMg1c+2UBljZ+OmYlcNq672SWJiEiMUkArIiIiItKKGKEQFqsVAGt8AtVrvsIIBHB17UZqfgHJI0dhdblMrlIk8s3/aj8rCouxWS3cfElfHHar2SWJiEiMUkArIiIiImIywzCo27yZ8tn/w7t7N10e/B0WiwWr00nb62/AkZlFXJeuZpcpEjWKPbVMn7EJgMvGdaNz22STKxIRkVimgFZERERExCTBmmoqFi3EM3sWvj27w9vrtmwmvmcOAMnDR5pVnkhUChkGL320njpfkJ4d3HzrrC5mlyQiIjFOAa2IiIiISAvz7dtL6af/pXLJYgyfDwCL00nyiLNw548nrls3kysUiV4zlu5iw85yXA4bN1/SB6vVYnZJIiIS4xTQioiIiIi0sIDHQ8W8uQA4O3TEnV9AyqjR2BISTa5MJLrtKa7mndlbAfj+OT3JSkswuSIREREFtCIiIiIizapux3Y8s2dhS06mzcTLAYjP7U3a+ReSNGQYcT17YrFoBJ9IcwsEQ0z7YB2BYIgB3TPIH9ze7JJEREQABbQiIiIiImdcyOulcvEiyufMwrt9GwDWhATSL74Uq9OJxWIh88qrTK5SJLZ8MH87Ow5Ukhhn58aLeusPIyIi0moooBUREREROUO8e3ZTPut/VC5aSKi2tn6jzUbysBG48wuwOBzmFigSo7bs9fDRwh0AXHdBLqlJLpMrEhER+ZoCWhERERGRM6RiwTw8M/8HgCOrLe68fFLGjMWenGJyZSKxy+sPMu3D9YQMg7P6tmVkn7ZmlyQiItKIAloRERERkVPg3bsHz+xZJA0dRkJubwDceQX4i4tx548noXcfLFaryVWKyDszt3CgtIbUJCfXnt/L7HJERESOoIBWRERERKSJQn4fVcuX4Zk9i9rCTQAEysvCAa2zbTbt/+/HZpYoIodZu62UL77cDcBNF/chMU7TjIiISOujgFZERERE5AR8+/fjmTMLz4J5hKqq6jdarSQOGow7r8DU2kTk6Krr/Lz08XoAxg/tQP9uGSZXJCIicnQKaEVEREREjsMwDPY++2d8e/cAYE9Pxz0un5SxeTjS0kyuTkSO5fXPN1FW6aVtWjxXFvQ0uxwREZFjUkArIiIiInIY38EiKubNJf2iS7C6XFgsFtwF46lZ8xXu/PEkDhiouWVFWrmlG4pYtPYAFgvcfElfXE6b2SWJiIgckwJaEREREYl5RiBA1aqVeGbPpGbdWgAcmVm4x44DIO2cCaSdM8HMEkWkicqrvLz66UYALh7dhR4d3CZXJCIicnwKaEVEREQkZvmKiymdORPPvDkEPZ7w9oR+/XG0aWNiZSJyKgzD4OX/bqCq1k/ntkl8e0w3s0sSERE5IQW0IiIiIhKTfGVlbL7nbgiFALAlp5AydhzuvHycmVkmVycip2LOqr2s3lKC3WblR5f0xW7TdCQiItL6KaAVERERkZjgLyujtnAjKSNHAeBMSyOxb19CgSCpBeNJGjwUi12XxyKRJBQyWL+9FP+2Mqqq63hjRiEA383rTofMJJOrExERaRpdgYqIiIhI1DJCIWrWrqF89kyqV68CID4nF3tmBgCdfvZzQhYtHiQSiZZvLGL6jELKKr2NtrfLSOD8EZ1MqkpEROTkKaAVERERkagT8JTjmTcXz9zZBIqLw9vje+USqq6CQwGt1eEgFAiZVaaInKLlG4uY+t6aoz62r6SGFYUHGZarqUpERCQyKKAVERERkahStXoVe6f+CYJBAKwJCaScPQZ33nhc7dubXJ2InK5QyGD6oakMjuWNGYUMycnEarW0UFUiIiKnTgGtiIiIiES0QGUFwfJyXJ06AxDfsycWmw1X126k5o8nafgIrE6nyVWKyJmycVfZEdMafFNppZdNu8rp3SWthaoSERE5dQpoRURERCTiGIZB7cYNeObMonL5MlydOtPlNw8CYEtIpNsjj2NPVTAjEg1ChsHuoio27ipn085y1mwrbdLzyquPH+KKiIi0FgpoRURERCRiBKuqqFgwn/I5M/Hv39/4sZoabAkJAApnRSJYMBRi54EqNu4sZ9Oucgp3l1NdFzjp46QmupqhOhERkTNPAa2IiIiIRISyzz6h+N13MAL1QY3FFUfKqFG488cT17mLydWJyKkKBEPs2F/Jxl3lbNxZH8jW+YKN9nE5beR0cJPbOZWeHdy88J91lFUde4RserKLXp1Sm7lyERGRM0MBrYiIiIi0SsGaajDAlpgIgCMzEyMQwNW5C+78AlLOGoU1Lt7kKkXkZPkDIbbtq2DjzjI27ipn8x4PPn+o0T7xLju9Orrp1TmV3E5pdMlOwma1hh+/+rwcpr635pivMWlCjhYIExGRiKGAVkRERERaDcMwqNu2Fc+smVQuW0LaBd+izXcmApA4cDCd738AV9duWCwKXkQihdcfZOseT/0csrvK2bK3An+gcSCbGGenV6dUcjunkdsplU5ZSccNWIflZnHHxP5Mn1HYaMGw9GQXkybkMCw3q9n6EREROdMU0IqIiIiI6YK1tVQuWohnzky8u3aFt9dt3RL+2GKzEdetuxnlichJqPMF2Ly7PpDduKucbXsrCIaMRvukJDjodSiMze2cSvs2iVhP8g8vw3KzGJKTyZa9HvyGBYfFoEd7t0bOiohIxFFAKyIiIiKmKnpzOp65szG89aPgLHY7SSNGkpo/nrgePU2uTkROpKYuQOHu8vAcsjv2VxIyGgeyackucjulHpqyIJXs9IQzMhLearXQp2s6aWmJlJVVE/jGyFwREZFIoIBWRERERFpUyOvF4nSGw5mQtw7D68WRnU1q/nhSRo/BlpRkcpUicixVtX42HQpjN+4qY1dRFd/IY2njjmsUyGamxmtqEhERkWNQQCsiIiIiLcK7axflc2ZSuWghHe/6ZXi6gvQLLiJl1NnE98pVgCPSCnmqfWzaVc6mQ4Hs7oPVR+zTNi3+0Byy9Yt6ZbjjTKhUREQkMimgFREREZFmE/J6qVy2BM/sWY3mk61ctjQc0Dqzs3FmZ5tVooh8Q1mll427yg4FsuXsK6k5Yp/2bRLrA9lOqfTqlEpassuESkVERKKDAloREREROeOCtbWUvP8uFQvnE6o5FO7YbCQNGUpq/njic3ubW6BIFAqFDNZvL8W/reykFswq9tQemq6gfpRsUXlto8ctQIfMpEOjY+sD2ZREZzN1ISIiEnsU0IqIiIjIGWEYRniKAqvLRdWK5YRqarC3aUNqXgEpY8Zid6eaW6RIlFq+sYjpMwopq/SGt6Ulu7h6Qg7DcrPC2wzDoKj8UCC7s5xNu8ooqfA2OpbFAp3bJpN7aMqCnI6pJMU7WqwXERGRWKOAVkREREROi2//fjyzZ1K9bi1d/t9vsdjtWKxWMq+8CmtcHAl9+2OxWs0uUyRqLd9YxNT31hyxvazSy9T31jDp3Bzsduuhhb3KKK/yNdrPZrXQNTs5vKBXzw6pJMTpV0UREZGWop+6IiIiInLSjECAqhVfUj57JrUb1oe3V3+1mqQhQwFIHj7SrPJEYkYoZDB9RuFx93nji8aP220WurVLCS/o1aNDCnFO/WooIiJiFv0UFhEREZEmC5SXUTbjcyrmzyNYWVG/0WIhccBA3PnjSRww0NwCRWLMhl1ljaY1OJZOWYkM7ZVFbqdUurdPwemwtUB1IiIi0hQKaEVERESkyQIVFZR98jEAttRU3GPzcI/Lx5GRYXJlIrEhZBjsOVjNhp1lbNxZztptJU163rdGdWFU3+xmrk5EREROhQJaERERETkqf0kxnjmzMYJBMr93JQBxnbuQOuF8EnJzSRw4GItNo/BEmtM3A9mNO8uorguc9HFSE13NUJ2IiIicCQpoRURERCTMCAap/mo15bNmUrP2KzAMLE4n6d+6GFtiIgBZV11tcpUi0aspgazLYSOnk5vendPI6ejmuffXUlZ17GkO0pNd9OqU2syVi4iIyKlSQCsiIiIieItLKPrPx5TPmU2grCy8Pb53H1ILxmN1afSdSHM42UA2t3MqXdomY7dZw49ffV4OU99bc8zXmDQhB6vV0mw9iIiIyOlRQCsiIiIiFP1vJsX/fh8Aa1IS7jFjcecV4GyrOStFzqQzEch+07DcLO6Y2J/pMwobLRiWnuxi0oQchuVmNVs/IiIicvoU0IqIiIjEmEB5OZ55c4jr2pXE/gMBaDvhXIq/XEnK2HyShg7D6nCYXKVIdGiOQPZohuVmMSQnky17PfgNCw6LQY/2bo2cFRERiQAKaEVERERigBEKUbN+HZ45s6hauQKCQRL69A0HtM70NLr+6j4CgZDJlYpEtpYKZI/GarXQp2s6aWmJlJVV6+tZREQkQiigFREREYligYoKKubPwzNnFv6DReHtcT16knL2GAzDMLE6kchnZiArIiIi0UEBrYiIiEgU2/fcVGo3bQTAGh9P8qizSc0vwNWxk8mViUQmBbIiIiJypimgFREREYkSwaoqKhbMI+XssdiSkgBIGTOOkM9Han4BySNHYXW5TK5SJLIokBUREZHmpoBWREREJIIZhkHd5kLKZ8+katlSjEAAsJB2/gUApJw9BveYseYWKWKCUMhg/fZS/NvKTmrBLAWyIiIi0tIU0IqIiIhEoGBNNRULF+CZPQvf3j3h7a7OXbBnpIc/t1i0grvEnuUbi5g+o5CySm94W1qyi6sn5DAsN6vRvgpkRURExGwKaEVEREQiTMjrZduv7iZUWwuAxekkeeSo+rllu3ZTKCsxbfnGIqa+t+aI7WWVXqa+t4b/u6w/2ekJCmRFRESk1VBAKyIiItLKBWtrqVm/juShwwCwulwk9OuPb9+++rllR52NLSHB5CpFzBcKGUyfUXjcfZ57fw3GN7YpkBUREREzKaAVERERaaXqtm/HM2cmFYsXYXi9uP7wKM7sdgBk/+CHWFwujZYVOcymXeWNpjU4GgNw2KzkdklVICsiIiKtggJaERERkVYkVFdHxZJFeGbPwrtje3i7M7sdgYqKcEBrjYszqUKR1scwDPaX1jB71Z4T7wzc8K1czu7frpmrEhEREWkaBbQiIiIirUTt1q3smfIEobo6ACx2O0lDh+MuGE98Ti+NlhU5TDAUonCXh5Wbi1m5uZiistomPzc9WX/gEBERkdZDAa2IiIiISUJeL/7iYlwdOgDg6tQRbDYcWW1x5xeQcvYY7MkpJlcp0nrU1Pn5amspqzYXs3pLCTXerxf3stss5HZKZdu+ykbbvyk92UWvTqktUK2IiIhI0yigFREREWlh3r178MyeRcXC+diSk+n6+0exWK1YHU463/8gjjZtsFg1H6YIQFFZDSs3l7BqczGbdpUTDH29xFdSvINBPTIY1LMN/bqlE++ys3xjEVPfW3PM402akIPVqtHoIiIi0noooBURERFpASG/j6ply/DMmUVt4abwdmtCAoHyMhzpGQA4s7LMKlGkVQiFDLburWDF5oOs2lzC3uLqRo+3b5PIoJ4ZDO7Zhh7t3UeErcNys7hjYn+mzyhstGBYerKLSRNyGJarrzERERFpXRTQioiIiDSzisULKZr+GqHqQ0GT1UrioMGk5o8noW8/jZaVmFfnC7B2WykrNxezanMJVbX+8GNWi4VendwMzslkcM8MstISTni8YblZDMnJZMteD37DgsNiHDXMFREREWkNFNCKiIiInGFGIEDI58WWkAiA3Z1KqLoae3o67nH5pIzNw5GWZnKVIuYqragLL/C1YUcZgeDXUxckuOwM6FE/SnZA93QS4hwnfXyr1UKfrumkpSVSVlZNIBA6k+WLiIiInDEKaEVERETOEF9REZ45s6iYP5fks0aRddU1AMTn9qbDz+8moU9fjZaVmBUyDHbsr2RlYTGrNhezs6iq0eNZqfEMzmnD4J5t6NnRjd2mrxURERGJDQpoRURERE6DEQhQtWolntkzqVm3Nry9Zt06DMPAYrFgsVhI7NffxCpFzOHzB1m3o4xVh0bKeqp84ccsFujZwc3gnm0Y1LMN7TISsFg0BYGIiIjEnlYV0D7//PPMmzePV199Nbxt/fr1PPzww6xZs4b09HR+8IMfcP3114cfD4VC/OUvf+Htt9+msrKSESNG8MADD9CpU6djvk5ZWRl/+MMfmDNnDhaLhYsvvph77rmH+Pj48D7//e9/+fOf/8zu3bvp3r07v/rVrxg9evRJHUNERESiW+mn/6Xss08Iejz1GywWEvr1JzW/gMSBgxU2SUzyVHlZtaWElYXFrNteiu+wqQVcThsDuqUzqGcbBvbIIDnBaWKlIiIiIq1DqwloX3/9dZ555hmGDx8e3lZWVsaNN97IOeecw0MPPcTKlSt56KGHSExM5PLLLwfg2WefZfr06Tz22GNkZ2fz5JNPcvPNN/PBBx/gdB79gu+nP/0ptbW1vPzyy1RUVHD//fdTU1PD448/DsCiRYv45S9/yT333MOYMWN45513uOWWW3j//ffp0aNHk44hIiIi0ccIBsFiCU9TEKzwEPR4sKWk4B6bh3tcPo7MTJOrFGlZhmGw+2A1KwsPsnJzCdv2VTR6PCPFxaCebRic04bcTmk47Jq6QERERORwpge0Bw4c4MEHH2Tx4sV07dq10WNvvfUWDoeD3/3ud9jtdnr06MGOHTt44YUXuPzyy/H5fLz00kvcfffdFBQUAPD0008zbtw4PvvsMy655JIjXm/FihUsWbKEjz/+OBy2/u53v+Pmm2/mrrvuom3btvztb39jwoQJ4ZG6v/rVr1ixYgWvvPIKv/vd75p0DBEREYke/tJSPHNnUzFvDm1/8MPwdAWpBecS160HSYOHYLGbflkl0mL8gRAbd5WF55MtqfA2erxbuxQG98xgcE4mHTMTNZpcRERE5DhM/01i7dq1OBwO/vOf/zB16lT27NkTfmzZsmWMHDkS+2G/8IwaNYrnn3+e4uJi9u7dS3V1daOpB1JSUujbty9Lly49akC7bNkyMjMzw8EqwMiRI7FYLCxfvpwLL7yQL7/8knvvvbfR88466yw+++yzJh3joosuOv1/GBERETGVEQpRtXoVnjmzqF61Eoz6FeYrFy0MB7SOzEyNmJWYUVnjY/WWElZuLmbNtlK8vmD4MafdSt+u6QzOqZ+6IDXJZWKlIiIiIpHF9ID2nHPO4ZxzzjnqY/v376dXr16NtmVlZQGwb98+9u/fD0C7du2O2KfhsW86cODAEfs7nU5SU1PZt28fFRUV1NTUkJ2dfcxjnugYIiIiErmMQIBdb73Dvk8+w19SEt4e3ysXd/54koYOM7E6kZZjGAb7SmrCC3xt3uNp+DsFAO4kZ3iBr75d0nA6bOYVKyIiIhLBTA9oj6euru6IeWRdrvq/xnu9XmprawGOuo+nYbGOb6itrT3q3LQulwuv10tdXd0xj+n1ept0jNNhj/I5uWw2a6P/xgL1HBvUc2xQz7HBarVxcPZc/CUlWBMTSR0zlrSCAlztO5hdWrOJxfMcaz2HQgYbd5Xj3VaGy24hp4Mbq/XIaQcCwRCbdpWzorCYlZsOcqCsttHjndsmMSQnkyG9MunaLhlrK5+6INbOM6jnWKGeY4N6jg3qWaCVB7RxcXH4fL5G2xoC0ISEBOLi4gDw+Xzhjxv2iY+Pb/IxG56TkJAQDoCP9roNxzzRMU6V1WohLS3xlJ8fSVJSjn5+opl6jg3qOTao5+jhK/dQ9L+ZFM9bwIBHfoft0PVE52uuIlTnJWPMaGyu2LlVO1rP8/HEQs8LVu/lhfe/osRTF96W4Y7jlssGcPbA9lTV+vlywwEWr93P8g1FVNf6w/vZbVYG5rRhZN9sRvRtS1baqV/rmikWzvM3qefYoJ5jg3qODeo5trXqgDY7O5uioqJG2xo+b9u2LYFAILytc+fOjfbJzc095jFnzJjRaJvP56O8vJysrCxSU1NJSEg46us2LP51omOcqlDIoKKi5pSfHwlsNispKfFUVNQSDIbMLqdFqGf1HK3Us3qOVIZhULNhPWUzZ1KxfBkE6+fR3PHp/0jLy8dms9Lm7NFUVNRSUROAmoDJFTe/aDzPJxIrPS/dUMSf31l9xPYSTx2PvrKUDpmJ7C+pIRj6eu6C5AQHg3u2YXCvTPp3Syfe1fArg0FZWXULVX5mxMp5Ppx6Vs/RSj2r52ilnqO355SU+CaPEm7VAe2IESN48803CQaD2Gz1c1otWrSIbt26kZGRQXJyMklJSSxevDgc0FZUVLBu3TquvfbaYx5z8uTJ7Nixgy5dugCwZMkSAIYNG4bFYmHo0KEsWbKEK664Ivy8xYsXM3z48CYd43QEAtH7xjxcMBiKmV4bqOfYoJ5jg3qOTMGaairmzaV8ziz8h81VH9etO+78AhKHjWzUYzT0fLLUc3QJhQxe+3TjcffZc7A+cG3fJpFBPTMY0jOT7u1TGk1/EA3/PtF8no9FPccG9Rwb1HNsUM+xrVUHtJdffjnTpk3j/vvv5+abb2b16tW8/PLLPPTQQ0D9PLHXXnstkydPJj09nQ4dOvDkk0+SnZ3N+eefD0AwGKS0tJTk5GTi4uIYNGgQQ4cO5ec//zm//e1vqamp4YEHHuCyyy4Lj5C98cYbueWWW+jbty95eXn861//Yv369Tz88MMATTqGiIiItC7B6moOvvUmABZXHCmjRuHOH09c5y4mVyZyZhiGQWmFlz3F1ewtrmbdjlLKKk+8PsKPLu3D6H7tTrifiIiIiDSPVh3QZmRkMG3aNB5++GEmTpxIZmYm99xzDxMnTgzv89Of/pRAIMBvfvMb6urqGDFiBC+++CIOhwOAffv2ce655/Loo4/y3e9+F4vFwl/+8hceeughbrjhBlwuFxdeeCH33Xdf+Jhjx47lkUce4dlnn+Xpp5+mZ8+ePPfcc/To0QOgSccQERER8wSrq6lYuIBASTGZ358EgDMzi9QJ5+Fs156Us0ZhjdOcVxKZQoZBiaeOvYeC2L3F1ewtqWZvSQ1eX/Ckj2dp5Qt9iYiIiEQ7i2EYxol3i2zTpk2jffv2XHTRRWaXclzBYIjS0sia1+tk2e1W0tISKSurjplh7OpZPUcr9ayeWxvDMKjbugXP7FlULluC4fOB1Uq3x5/CkZbW5ONEUs9ninpunT2HQgYHPbWHBbE17C2uZl9JNb5j1GyzWshOT6Bdm0Rcdivz1+w/6n6Hu2fSEHp3afrXSCSJhPN8pqln9Ryt1LN6jlbqOXp7Tk9PjI45aM+EqqoqPv74Y1588UWzSxEREZFmEKytpXLRQjxzZuLdtSu83dmhI6n5Bdji40ysTuTEgqEQRWW19QFsSTX7DgWy+0pr8B/jlxa7zUJ2eiLt2yTQvk0iHdok0r5NIpmp8dgP/SIQChms21F23GkO0pNd9OqU2hxtiYiIiEgTRX1Am5SUxJtvvonT6TS7FBEREWkGlYsWUPT6qwBYHA6SR4ysn1u2ew/dui2tSiDYEMQeNi1BcTX7S2sIBI9+U5vDbqVdRn0I2z6jPoStD2LjsFmPPyLDarVw9YQcpr635pj7TJqQ02hBMBERERFpeVEf0AIKZ0VERKJEqK6OiiWLsKe4SRo8BIDks0bjmT+PlFGjSRk9BltioslVSqzzB0IcKKv5xhyxNRworSEYOnoQ63RYaZdRH8J2yGwIYxNo444/rQB1WG4Wd0zsz/QZhY1G0qYnu5g0IYdhuVmnfGwREREROTNiIqAVERGRyObdtZPy2bOoXLSAUF0drq7dwgGtLSGBLr950OQKJZKEQgbrt5fi31aGw2LQo737lEJQfyDI/tJa9hRXsbe4pn5qgpJqDpTWEjrGMg8upy0cvoanJshIJN0dh7WZRnwPy81iSE4mW/Z68BuW0+pZRERERM48BbQiIiLSKoW8XiqXLsEzZyZ1W7eGtzuy2pI8YiRGKITlBLd4i3zT8o1FR4wmTUt2cfVxRpN6/UH2l9SEpyRo+F9ReS3HWm433mU7YlqCDm0SSUt2mTL1htVqoU/X9JhYkENEREQk0iigFRERkVZp/0t/o2r5svpPbDaShgwlNX888bm9FczKKVm+seio87GWVXqZ+t4afnRpX7LTE8Lzw+4rrmFPcRXF5XUcI4clwWWn/aEpCRoW6mrfJpHUJKfmQBYRERGRJlFAKyIiIqYL+X1ULVtGfG5vHOnpAKSMOhvvjh248/JJGTMOu9ttcpUSyUIhg+kzCo+7z98+WHfMx5LiHeHwtX1GQjiMTUlUECsiIiIip0cBrYiIiJjGt38fntmz8CyYR6i6mvRLv0Ob70wEIHHQYBIHDdZoWTlt/kCQWSv3NprW4FgSXDY6t00+LIz9OogVEREREWkOCmhFRESkRYX8fqpWLMczexa1GzeEt9vT07GnpIQ/VzArp6qmLsDmPR4Kd5ezaVc52/ZVEAgea5KCxq69IJdRfbObuUIRERERka8poBUREZEWY4RC7Hjg1/gPHqzfYLGQOGAg7oLxJPYfqFBWTkl5lZdNu8op3OVh0+5ydhdVHTFnbEKcnZq6wAmPlZroap4iRURERESOQQGtiIiINBsjEKBmwzoS+g3AYrFgsVpJ6NOXKv8q3OPycY/Nw5GRYXaZEkEMw+BAWe2hQLacTbvLOVhed8R+WWnx9OqYSk5HN706pdLGHcc9zy087jQH6ckuenVKbcbqRURERESOpIBWREREzjh/STGeObPxzJtD0OOh068fIL57dwDaXH4lWddcj8VmM7lKiQTBUIhdRVXh0bGFuz1UVPsa7WMBOmUlkdMplV6d6kPZ1KQjR8JePSGHqe+tOeZrTZqQg9WqBb9EREREpGUpoBUREZEzwggGqf5qNeWzZlKz9isw6m8yt6WkECgrBeoDWltioolVSmvn8wfZtq+CTbvK2bTbw5Y9Hup8wUb72G1WurdLDgeyPdq7SYg78WXtsNws7pjYn+kzChuNpE1PdjFpQg7DcrPOeD8iIiIiIieigFZEREROm+/AAXZPfoxAWVl4W0KffrjzC0gaPASLXZcccnTVdX4Kd3vC0xVs31dJMNR4Btl4l52cju5D/0ulW7tkHPZTG4E9LDeLITmZbNnrwW9YcFgMerR3a+SsiIiIiJhGvy2JiIjISTNCIfwHD+Js2xYAR2YmWCzYkpJJGTMWd15B+DGRw5VW1IWnKijcVc6eg9VHLOjlTnLSq+PX0xV0zEw6owGq1WqhT9d00tISKSurJhAInbFji4iIiIicLAW0IiIi0mSB8nI88+bgmTMbIxig++NPYbHbsVitdLjzFzgys7A6HGaXKa2EYRjsL62pn65gl4fC3eUUe45c0KttegK9Di3mldMplUx3HBaLRrSKiIiISGxQQCsiIiLHZYRCVK1ZQ+n/vqBq1UoI1s8Hak1IxLd/H66OnQBwte9gYpXSGgRDIXYeqDoUyNaPkq2q9Tfax2KBzm2T6dWxfnRsTqdU3IlOkyoWERERETGfAloRERE5pqo1X7H1tX9Qt/9AeFtcj56kFownadgIrM7oCtZCIYP120vxbyuLmblJT6dnrz/I1j0eNu2uHx27ZU8FXn/jBb0cdivd26UcWtDLTY/2buJdugQVEREREWmgq2MREREJMwwDw1uHNS4eAHtyCnX7D2CNTyBl9Gjc+eNxdehocpXNY/nGIqbPKKSs0hvelpbs4uoJOQzLzTKxsuZzsj1X1fop3F1O4S4Pm3aXs2P/kQt6JRxa0KthuoIubZNx2K3N3ouIiIiISKRSQCsiIiIEq6qoWDCP8tmziO/Rg+ybfgRAXJcu9L73HuiWQ8gWvXPLLt9YxNT31hyxvazSy9T31nDHxP5RF9I2peeu2Sn1C3rtKmfTbg97i6uP2D8t2UWvTqn06ugmp2Mq7TMTsWr+WBERERGRJlNAKyIiEqMMw6C2cBOe2bOoWr4UIxAAIFRTTcjvDy/2lTH6LMrKqglF6Ur3oZDB9BmFx93njRmFDMnJjJrpDprS81/fX8M3BscC0C4jgZyO9dMV9OqYSoYW9BIREREROS0KaEVERGJQxaIFlH78Ib69e8PbXJ274M4fT8pZZ4XD2WgVDIXwVPkorfSyZmtJo1v8j6a00su9zy3E5bTBcbLI48eUx370WPnmcY933DqOX2SdN3DCnkNG/Ut0bZd8KJBNpWdHNykJ0TXvsIiIiIiI2RTQioiIxADDMMAwsFjr5wL1Fxfj27sXi9NJ8shRpOYX4OraLSpGQh4evpZW1FFW6aW0wktZ5aGPK72UV3kxjjI69HiKK+qap+BW7AcX9WbcwPZmlyEiIiIiEtUU0IqIiESxYG0tlYsWUD57FhmXXEry8JEAuMflYUtIIHnU2dgSEkyusunC4WuFl9LKukPBa334WlpZ/3FTw1eb1UJqkguX03bUuVW/6fvn9KRzVtIxHz/eSx63nGM8aBzvWaf2UPjfZVdRFf+aveV4VQGQ6Y4/4T4iIiIiInJ6FNCKiIhEobrt2yifPZPKJYsxvPW3snvmzQ0HtHZ3KqnnTDjuMUIhg/XbS/FvK8NhMejR3t2sc7AGQyHKK32HRrl+Hb6WNox8rajDU+07qfA1PcVFWrKL9OQ40lJcpCe7SE+JIy3ZRUqCE6vVQihk8Mu/LjjuLf/pyS7OG94pauag7d8tnf99ufuEPffqlNpyRYmIiIiIxCgFtCIiIlHCMAw8c2fjmT0L747t4e3Odu1x5xeQMnpMk4+1fGMR02cUNgrw0pJdXD0hh2G5WSddWyDYMO3A11MOHP5xWeXJha9pya7w/xoC1/TkuHAgm5LoxNrE6RqsVgtXT8hh6ntrjrnPpAk5URPOQmz2LCIiIiLSWimgFRERiRIWi4WK+fPw7tiOxW4nadhw3Pnjic/pdVJzyy7fWHTU4K6s0svU99Zwx8T+jULaQDBEeVXDVAOHha8V3kPTDtThqfId/zb/Qw4PX78OXl2kHQpf05NdJJ9E+NpUw3KzuGNi/yNC6fRkF5NOMZRu7WKxZxERERGR1kgBrYiISAQKeb1ULl1CxYJ5tL/9J9iS6udGTf/WxfgO7Md99lhsycknf9yQwfQZhcfdZ9qH61m4Zj9lh0bEVpxk+Jqe7CItJe5Q8Nr84WtTDcvNYkhOJlv2evAblhaZ1sFssdiziIiIiEhro4BWREQkgnj37MEzeyYVC+cTqq0FoGLBfNLOvwCApMFDjv98f5DKGh+VNf5D/zv0cW39f/cVVx93XtKGY3xZWNxo2+Hha8PI10ajYFPiSE5wmBa+NpXVaqFP13TS0hIpK6smEAiZXVKzi8WeRURERERaEwW0IiIiTdDSC2Y1em2/j6plSymfPYu6zV+PbrW3ySRxzDi8vQexZY/n68C11n/MENbnPzPh25j+2QzplXloztfICF9FRERERERaIwW0IiIiJ3CmF8w6lpBhUFMXaByu1vqoKSmj+5svYjVChCwW9qR1ZXVaLuttWQTWAmvXndTr2G0WkhOcJMc7SE5wkJzgJOnQf6tr/Xy2dNcJjzFmQDt6d0k7xU5FRERERESkgQJaERGR4zjZBbMOFwoZVB0+mrXRyFbfN0a8+qmq8WMJBehVtZN23hL+12Z4+FjnpuRSa3OxOqUnVfaEQy9Q/x+nw0pyvDMcttb/13FYCNt4W5zTdsxFw0Ihg6Ubio47zUF6sotenVKb9g8oIiIiIiIix6WAVkRE5BiasmDW3z/ewPb9lVTX+o8IXKtr/U1aPAsg1V9JnmcTAyq3kBisA6C05xBo05akBAfOhMvJiHfS5yghrMthO81Ov2a1Wrh6Qs5RQ+kGkybkaBEpERERERGRM0QBrYiIxCzDMKg+NKVARXX9iNaKwz7eU1x1wgWzarwBPlq447j7JMbZSWoIVQ8b0ZrispG+v5DEtUux7tgU3t+Wmop7XD63jz8Le0rKGen1ZAzLzeKOif2PmNYhPdnFpDM8rYOIiIiIiEisU0ArIiInzcwFs07E6w9SWe2j4lDYWv/x1+Hr4Y9V1fgJhpo6xvXY+nZJo2dH99cjWw8LYRPjHdht1qM+r2LJIvZ/+Hr9JxYLCf36k5o/nsSBg7DYztyo2FMxLDeLITmZbNnrwW9YWt15FhERERERiRYKaEVE5KS01IJZDYKhEFW1gXDQWh+yNh7pevjHXn/wpF8j3mUnJcFBcqKTlARn/ccJTmq9AWYs333C519ydtcTLphlBINUr16FEQqRPKx+btmkIUNxtu9A0uAhuMfl48jMPOnam5PVaqFP13TS0hIpK6smEAiZXZKIiIiIiEjUUUArIiJNdjoLZjUwDINab7B+WoEaHxXV/vDHDcFr/ed+Kqp9JzWPawO7zUpKYn3IGg5cD4WvyQkOUg77ODnBicN+9BGuoZDB8k0HT2vBLH9pKZ65s6mYN4dAWRmOrLYkDRmKxWrF6nDS5aE/HHPBLhEREREREYl+CmhFRKRJmrJg1qufbsRms1Jd62880vUb4WsgeHKRqwVISnA0CliTvxG8piQ4SU6s3yfOaTsjoeepLphlhEJUr/kKz5xZVK9aCUZ9v7akZJKGDMXw+7G4XPW9KZwVERERERGJaQpoRUSkSTbtKj/hglkVNX7+9M7qJh0vzmlrFKomJziPOeo1Kd5h2tynp7JgVtEbr+OZ+UX48/jc3rjzC0gaMgyrw9EidYuIiIiIiEhkUEArIiJNUl59/HC2QUaKi3YZieHA9Wjha3KCA6fD3EWwTsbxFswyQiFq1q/DkZWFM7M+rE0ePoLKJYtIOXssqXn5ONu1N7kDERERERERaa0U0IqIyAkZhsG+4pom7fvDi/uecMGsSPTNBbPqSsoonz8Xz9zZ+A8eJHXCeWRddQ0A8b1y6T75aawOp8lVi4iIiIiISGungFZERI5r274K3viikM27PSfc90QLZkU6wzAoX/0Vuz/4mIrlyyEYBMAaH4/VFRfez2KxYFE4KyIiIiIiIk2ggFZERI7KU+XlX7O3Mv+rfRiA02FlcM82LFlfdMznHG3BrGiy/ZE/UFv49UJpcd26484fT/KIkVgPLfolIiIiIiIicjIU0IqISCP+QIjPl+3igwXb8frqR4iO7teWy/N7kJ4Sx4jeRSe1YFakMgyDui2bieveA4vVCkBCzxy8u3bhHn02yePyievcxeQqRUREREREJNIpoBUREaA+kFxRWMw//1fIwfI6ALq1S+HqCTn06OAO73e8BbOiQbC6moqFC/DMmYlv7146/PxuEvv1B6DNxZfQ8/qrqfSGCARCJlcqIiIiIiIi0UABrYiIsLuoije+KGT9jjIA3ElOvpffg9H9s7Fajgxev7lgVqSHlYZhULd1C57ZM6lcugTD7wfA4nTiP/j1lA62pCTsCfHgrTarVBEREREREYkyCmhFRGJYZY2P9+dtY9aKPRgG2G1WLhjZiYtHdyHOGRs/IgKVFex+6kl8u3eFtzk7dCS1YDzJZ43GlpBgYnUiIiIiIiIS7WLjt28REWkkEAwx88s9/HveNmq8AQCG5WZy5fieZKbGm1xd8/OXleFISwPAlpQMoSAWh4PkESNx54+vn3f2KCOHRURERERERM40BbQiIjHmq60lvPlFIftKagDomJnE1RNy6N0lzeTKmleoro6KJYvwzJqJ/2AR3Sc/g9XlwmKxkH3zrTgy2mBLTDS7TBEREREREYkxCmhFRGLE/tIa3vyikNVbSgBIinfw3fzu5A1sHzULfB2Nd9dOymfNpHLxQkJ19YufWex26rZtJaF3HwDiOncxs0QRERERERGJYQpoRUSiXE2dn//M384Xy3cTDBnYrBbOHdaRb4/pSkKcw+zymk3d9m0UTX+Vuq1bw9scbbNx5+XjPnsstuRkE6sTERERERERqaeAVkQkSoVCBnNW7+Xd2VupqvUDMLBHBt8/pyftMqLzVv6Q34/VUR86WxMT68NZm42kIcNILRhPfG5vzS0rIiIiIiIirYoCWhGRKLRhRxlvfFHIrqIqANplJHDVuTkM6J5hcmVnXsjno2r5Uspnz8KWlESHH/8MAGdmFtm33EZC777YU1JMrlJERERERETk6BTQiohEkeLyWt6auZllGw8CkOCy852x3Rg/tAN2m9Xk6s4s3769lM+ZTcX8eYRqqoH6uWWD1dXhxb5SRo4ys0QRERERERGRE1JAKyISBep8AT5auINPl+wiEAxhsUDB4A5cNq4byQlOs8s7o6rXfEXpxx9Su2ljeJs9PaN+btmxeeFwVkRERERERCQSKKAVEYlgIcNg4Zr9vDN7C54qHwB9uqQx6dwcOmYlmVzdmWMYRnjuWH/Rgfpw1mIhcdBg3HkFJPYfgMUaXSOERUREREREJDYooBURiVBb9niYPqOQbfsqAMhMjeP75+QwJKdNVCyEZQQCVK1cgWf2LJJHjMSdlw9A8qizCVZVkTJ2HI706JtTV0RERERERGKLAloRkQhTVunlnVmbWbj2AAAup41Lz+7KecM74bBH/ihSf/FBPHNm45k/l6DHA0CwtiYc0NoSEsj49mUmVigiIiIiIiJy5iigFRGJED5/kE+X7OSjRTvw+UMAjB3Qju/mdyc1yWVydaevauUKymfNpGbtV2AYANhSUnCPzQuHsyIiIiIiIiLRRgGtiEgrZxgGyzYe5K3/baakog6Anh3cTJqQQ7d2KSZXd+aUz5pJzZrVACT06Yc7v4CkwUOw2PWjSkRERERERKKXfusVEWnFduyv5I0vCtm0qxyAtGQXV47vycg+WRE7z6wRClG9ZjWeObPJmnQtjoz6eWTTzjsfV4cOuPMKcLZta3KVIiIiIiIiIi1DAa2ISCtUUe3j3TlbmLtqHwbgtFu58KzOfGtUF1wOm9nlnZJAeTmeeXPwzJlNoLQEAE+nzrT5zkQAEvv1J7FffzNLFBEREREREWlxCmhFRFqRQDDEjGW7+WDBNmq9QQBG9sniioKeZLjjTK7u5BmhEDXr1+GZPZOqlSsgVD93rjUxkZSzx5Jy1iiTKxQRERERERExlwJaEZFWwDAMVm0u4Z//K+RAWS0AXbKTmXRuDr06pZpb3GkwfF72PvtnDK8XgPicXrjzCkgaPhyrw2lydSIiIiIiIiLmU0ArImKyPcXVvPlFIWu3lQKQkujk8vzujBnQDmsEzTNrGAa1G9ZTveYr2nzvSiwWC9a4eFILzsHw+3Hnj8fVoYPZZYqIiIiIiIi0KgpoRURMUlXr59/ztjHzyz2EDAO7zcJ5IzpxyeiuxLsi59tzoLKS0jlz8MyZhf/AAQCSho0gvnt3ADKv+L6Z5YmIiIiIiIi0apGTAIiIRIlgKMSsFXt5f+5WqusCAAzJacP3z+lJVlqCydU1jWEYVG/cSNH8OZQsWIgRqO/DGhdH8qizsSUlmVyhiIiIiIiISGRQQCsi0oLWbi/lzRmF7CmuBqBDZiKTzs2hb9d0kys7OTXr17FnypPhz12du+AuGE/KyFFY4yJvMTMRERERERERsyigFRFpAQfKavjnF5tZubkYgMQ4OxPzupM/uD02q9Xk6o7PMAzqtm4hUF5O8rDhACT07oOzfXtS+/Yhccw4HJ26mlukiIiIiIiISIRSQCsicppCIYP120vxbyvDYTHo0d6N1Vq/uFetN8AHC7bz+dJdBEMGVouFc4Z24Ntju5EU7zC58uML1tRQuXgh5bNn4du9C5vbTdKgwVjsdixWKz3+8AjpGcmUlVUTCITMLldEREREREQkIimgFRE5Dcs3FjF9RiFlld7wtrRkF1edm0OtN8C7s7dQUeMHoH+3dL5/bg4d2iSaVW6T1G3fRvmsmVQuWYTh8wFgcThI7NefUF1deH5ZSysf+SsiIiIiIiISCRTQisgZdbzRpNFm+cYipr635ojtZZVe/vr+19vbpsVz1bk5DOyRgcXSuv8tSj78DyXvvxv+3Nm+Pe688aSMPhtbYusOlkVEREREREQikQJaETljjjWa9OoJOQzLzTKxsjMvFDKYPqPwhPtdMb4H5w3vhN3WOkeb1u3cgdXpwpmdDUDSoMGUfvgfkoaNILVgPHE9c1p9qCwiIiIiIiISyRTQisgZcbzRpFPfW8MdE/ubGtIahkEwZBAIhggEDfyBEP5giEAgRCB4+MfGkduDxtefH3peUVlNoyD6WLplp7S6cDbk9VK5dAme2TOp27aVlNFjyP7hjwBwdepM9yl/xJag0bIiIiIiIiIiLUEBrbSYWLr1vUGs9NyU0aSvf76JDm0SCRqEw86vg1HjGyHp10FoIGiEPw8/J2B84/lfh65fh6r12/2Hnh8IhDBa6N/jcOXVJw5xW4p3z248s2dSsXABodra+o02G1jqA+yGkbIKZ0VERERERERajgLa0xAKhfjLX/7C22+/TWVlJSNGjOCBBx6gU6dOZpfW6sTSre8NIq1nfyCE1x+kzhugzh+kzhekzhfA62v4+NDn/iB13mB4H68vSGlF3QlHk5ZX+fj13xa3UDcnZrVYsNstOGxW7If+57A3/NdyxDa77dC+hz6vqPaxdEPRCV8nNdHVAt2c2L6/PUfl4kXhzx2ZmbjzCkgZMw57SoqJlYmIiIiIiIjENgW0p+HZZ59l+vTpPPbYY2RnZ/Pkk09y880388EHH+B0Os0ur9Vo7be+N4fm7tkwDLz+4BHhaZ0vWB+g+o4dsB6+j/fQ53W+IMFQ848vtdssuBw27HYrjkbhpxWHzRIOP78OQg8LUO1fb3ccCky//vjoweoRxzns+Kc7kjkUMti8x3PcYDo92UWvTqmn9TqnyrdvL47MLCz2+m/zzvYdwGolafAQ3PnjSejTF4u1dU29ICIiIiIiIhKLFNCeIp/Px0svvcTdd99NQUEBAE8//TTjxo3js88+45JLLjG3wFaiKbe+vzGjkCE5mVFz639Ten710424HDZ8gdChAPXQqFVvQ3gaOCxUDTbexxfE5ws22+36DruVOKcNl8NGnNNOnNMW/p/L2Xhbwz4lnlr+PX/7CY9915WD6d0lrZkqb1lWq4WrJ+QcNYhvMGlCTou+r0N+P1VfLsczeya1mzbS7tbbSR4xEoDUgnNwjxmHPTW1xeoRERERERERkRNTQHuKNmzYQHV1NaNHjw5vS0lJoW/fvixdulQB7SGbdpWf8Nb30kovv5m2iDinvT50NMCo/z8MwDi08evH6keQNjAObcMwGj2/YZfDn//1tsbHCz/3G/s0Ov6hYx63RqP+eScajFpR42fKW6uOv1MTWOBQaGrDdSg4jW8ITl32QwFqw//s4X3jGrZ/Yx+X04btFEZVhkIGc1bva7WjSZvLsNws7pjY/4ipLNKTXUxqwaksfAcO4Jkzi4r58whWVdZvtFjw7t1D8qF9bImaV1ZERERERESkNbIYhydd0mSfffYZP/nJT1i1ahVxcXHh7T/72c+oq6vj+eefP+ljGoZBqAVuM29JXl+Qihqf2WW0SlarBavFgtUCFosFy+H/peHzQ9s49j6thdcfpKL62Oc6JdGJy2FrwYpalv/QImQW6kchtwjDIFDhwfD5v95mtWKNj8MWFw/NPIWBxQJWq5VQKESs/CRRz2ZX0zLUs9nVtAz1bHY1LUM9m11Ny1DPZlfTMtSz2dW0DPVsdjUtI1Z6tlot4cW4T0QjaE9R7aEV0L8516zL5cLj8ZzSMS0WCzZbK0rczgC7vWlfaekpcTijJLzz+esXzTqR1CRX1PQMkGCzYrVYqKjxNfpDg9VqISXBSZwrur/d2GzmzOdqS0835XUPZ43BuWzVc2xQz7FBPccG9Rwb1HNsUM+xQT3Hhljs+ViiOzFpRg2jZn0+X6MRtF6vl/j4eLPKanWcDhvZGbF1a3Us9twgzmWP+iBWRERERERERORMUlR9itq1awdAUVFRo+1FRUW0bdvWjJJEREREREREREQkwiigPUW9e/cmKSmJxYsXh7dVVFSwbt06RowYYWJlIiIiIiIiIiIiEil0L/IpcjqdXHvttUyePJn09HQ6dOjAk08+SXZ2Nueff77Z5YmIiIiIiIiIiEgEUEB7Gn76058SCAT4zW9+Q11dHSNGjODFF1/E4XCYXZqIiIiIiIiIiIhEAIthGMaJdxMRERERERERERGRM01z0IqIiIiIiIiIiIiYRAGtiIiIiIiIiIiIiEkU0IqIiIiIiIiIiIiYRAGtiIiIiIiIiIiIiEkU0IqIiIiIiIiIiIiYRAGtiIiIiIiIiIiIiEkU0IpIizIMw+wSRERERGKSrsNERERaJwW0IiaKxYtki8Vidgkt5vDzG0vnes+ePUDs9BwrfYrEglj9vh2rYvEc6zos+uk6TEQkMimglVYnFn7INlw4WSyWmOgX4Omnn+aFF14wu4wWVVdXh9/vB2LnXD/99NPcdtttBAKBmPol8HCxcJ6/KRQKmV1Ci4ulnmPpPX34ebVYLDF1nhvEwvnWdVhs0HWYrsNihX5WRa9gMGh2CaaKtfe23ewCJLa99957bNy4Eb/fz+jRo5kwYULUX0y8//77TJ06lUceeYQRI0aELxijue+HH36Yd999l3/+859ml9JiXnrpJebNm4fX66V79+78/ve/j+pzDPDYY4/x8ssv43Q6KSoqon379maX1OzefPNNVq1ahdfrZfjw4Vx99dVRf57/+9//sm/fPjweD7169eLiiy/GarVG9fex999/n61btxIMBunfvz/f+ta3or7nl19+ma1bt/K73/0uJn5OQf3X85dffklFRQW9evXirrvuwmq1EgqFsFqjc0yDrsN0HRatdB2m67BoFYvXYZ988gn79+/HMAwGDx7MkCFDwn9Ejdafz6+++iqXXHIJaWlpBINBbDab2SU1u3fffZd169ZRXV3NoEGDuOqqq6L+vf1N0flulojwxBNPMHnyZGpqapg3bx4vvPACu3fvDj8erX8Vq6qqYteuXTz11FPMmzcPiO6/6j/yyCP85z//4bXXXqNnz55HPB6Nff/pT3/ixRdfZPTo0fTs2ZO0tLRGj0djz4888gjvv/8+zz33HG63m23btpldUrObMmUKf/nLX0hLS6OkpITXXnuNBQsWhB+PxvP81FNP8dhjj7F161YWL17Mn/70J37wgx9QV1cXtd/HGnres2cPCxYs4JlnnuGHP/whXq83qi8WrVYrb731FlOnTgWi++cU1J/nqVOnkpWVRWJiIh9++CG33XYbQNT+8qfrMF2HQXSeZ12H6ToMovM8x+J12JNPPsmDDz7I3Llzeemll3jwwQe5//77AcJ/RI1Gr732Gtdccw2VlZXYbLaoH0k7efJkpkyZgs/nY9euXfz973/noYceAmJrah4MERMsWLDAOOecc4xVq1YZhmEYhYWFxuDBg43ly5cbVVVV4f1CoZBZJZ5xDb0sXrzYGDFihHHTTTcZV155pTFv3rwj9okWL7/8stGnTx9j9erVjbaXl5cbe/fuNamq5lVUVGR85zvfMT799NNG22tra42dO3eaVFXzeuSRR4zhw4cba9euNYLBoPGtb33LeO211wzDMIxAIGBydc1j06ZNxvnnn28sWbLEMAzDKC4uNgoKCoy5c+cafr/f5Oqax8qVK41zzjnHWLx4sWEYhuH1eo0PP/zQGDFihHH99dcbZWVlhmEYRjAYNLHKM6uwsNA477zzjAULFhiGUd/zp59+apx77rnGxIkTjZKSEsMwoqvnhp9D06dPNwYOHGjk5uYajzzyyBGPR5Ply5cb559/vrF8+XLDMOq/b7322mvGyJEjjZUrV5pcXfPQdZiuw3QdFj10HabrsGi9Dlu1apUxfvx4Y9myZYZhGEZlZaXx4osvGuPHjzduuOGG8H7R1HMoFDJCoZBx4403Grm5ucZ5550XPrfR+vU8d+5cY8KECeFrktraWuOxxx4zzj333Kj9vn0s0TkkQFq9ffv24XK5wn/JT0hIIDk5mccff5zvfe973HHHHVRVVUXV/G8Nf/np2bMnHTt2pKCggMTERJ5++mmWLl0K1I/qiCYHDhygXbt2uFwuAHw+H/feey833ngjkyZN4rrrrmP79u1A9PyVu7a2lr1795KZmQmA3+/nF7/4BVdeeSXXXXcd1113XXhUQzT0/Nxzz/HPf/6TV199lb59+2K1Wunbty/vv/8+QNTejuPxeKiurqZXr14AZGRkYLfbeeqpp7j88su5+eabo+69feDAAerq6ujevTsATqeTCRMmMHz4cBYvXtxotGG09FxRUUFVVVWjns8991yefvpp6urq+NGPfoRhGFHVc8PPqi+//JLBgwdz//3389prr/HYY4+FH4+WXhscOHCAUCgU/nq22WxMmDCBiooKdu7caXJ1zUPXYboO03VYdPSs6zBdh0XzdVhZWRmhUIicnBwAkpKSuOqqq/jVr37Fli1b+NGPfgREV88WiwWLxUJZWRmXXnopSUlJfPe736W8vDxqR9Lu3buXpKQkcnNzAYiLi+Pyyy9n9+7d7Nixw+TqWpYCWmlRDd9Q4uPjycjIoKysDIAHHniAhIQEvv3tb3PxxRezfv16brjhBiDyby08/IdFIBDAarXi9Xo566yzuP3223G73UyZMoWrrrqK3//+9wSDwYj/AdNwnu+55x7atWvH//t//w+Au+++m4MHDzJp0iTuvPNOqqurufXWW6PiVuGGc5adnU1SUhKLFi0C4Be/+AWVlZX86Ec/4q677qK6uprbbruNysrKqAg6xo8fz7vvvkvv3r3D53306NGUlpaya9cuILomd2/opXPnzlgsFh588EH+97//cckll5Camsr3vvc9rrzySoqKirjllluoqamJ+Pd2Q8+JiYkAbNy4Eah/z7tcLoYNG8Ztt91GRUUF9957LxA9tyJ16tQJl8vFrFmzwttsNhsDBgzg0Ucfpby8nJ/85CdA9PQcDAapra3F4/GQl5fHFVdcwd13380//vGPqAtpG3pISUmhpqaGwsJCoD7QSUxMJCUl5ajfvyK594Z+EhISYuY67HDBYDAmrsMazvM999xD+/btY+I6rEF2djbJyckxcx127rnnxtR1WMP56ty5M1arNSauwxp6jqXrsIae27Zti81mY8WKFeHHEhISGD9+PPfddx87duzg4YcfBiK/58Nt3ryZiooKbrjhBh566KGoDWkbzrPFYqG8vJyioiKgPjNJTk7G4XAc93nRKHquuCQiNPwVd/jw4dxwww106NABwzC49dZbmT59Otdccw0//vGPeeKJJzhw4ADvvvuuyRWfvsN/WNjtdlJTU8nJyWHlypUMHz6c22+/nb1797JhwwaGDh2KzWaL+B8wh/+1/qmnnmL//v1cfvnlpKSk8Oijj3LFFVdw2WWX8eyzz+L3+3nllVdMrPbMOPyc5efns3DhQj7//HMMw+Cee+7h0ksv5dvf/jZ//etfCQaD/PWvfz3ieZHGMAxyc3PDf8lv+CX+nHPOobq6mrfeeqvR9mjQ0Ivb7eZHP/oRq1atYsqUKdTW1vLMM89wzTXXcM011zBt2jQCgQDPP/+8yRWfvoaeu3Tpgsvl4rXXXmP16tVYLBa2b9/O3//+d3r06MENN9zApk2b2Lt3r8kVnxmhUIj4+HgGDBjAZ599xpo1axo93qdPH37yk5+wY8cOVq9ebVKVZ8Ynn3wS/nlrs9mIj4/npptuYtSoUeFRDPfcc0/UhbQN3387d+7MqFGjcLlcGIaBw+HA4XDg8/nw+XzHfF4kavh6jqXrMPg6oLLZbDFxHWa1WsPv3cmTJ3PgwIGovw6D+l/qLRYLeXl5LF68OOqvwwBycnLC12EN19/RfB3WMKo/NTWVm2++mdWrV0f9dVjDe7Rbt264XC5ef/31qL8OCwQCAGRlZeF2u3nnnXc4cOBA+HGn00leXh6XXHIJK1euZP/+/WaVesb4/f7wx926dWPYsGG43W4GDBjAgw8+SHJyctSFtA3neciQIXTq1ImamhqgPjNxOp0Eg0Hq6uqOeF6kf98+nuj5bi2t2vvvv88f//hHHnjgARYvXkxaWhoTJkwA6kOeIUOGkJ6eHt6/T58+xMfHU1xcbFbJp+3wnpcuXdrotjm73c6qVasA+Pe//00wGKRPnz785z//Yfbs2WaVfNqO1nPbtm355S9/ycaNG9m3bx+pqanh/du0aUPbtm2pqKgwr+jTdHjPS5Yswel0cuONN7J7927++Mc/snv3bjp37gzUj9xp06YN3bp1i+jbKBt6fvDBBxu9ty0WC4FAgLS0NK6//nrmz5/Phg0bTK72zPjmebbb7Vx//fW8//77XH/99eTm5oZXSzYMg4yMDDp16kR1dbXJlZ+6b37f7tixI3/5y19Yv349d955J5deeimXXnop55xzDpdeeikFBQVs2rQpPAoxEh0eVFqtVpKSkrjtttvYuHEjL7zwAlu2bAnv63Q6GTduHPv374/Yng3DIBAI8M477/CPf/yDzz//PPzYqFGj6NevH6FQiJSUFL773e+GQ9onnngCiNwL5MPPM9SPlP7d735Hbm5uuCe/308wGCQ+Pj683yOPPMKPf/zjFq/3TPhmz23atAlfh1kslqi8Dvvm1/Phf1BwuVxReR12eM9Op5NQKERWVhZ33303hYWFUXkddnjPdrsdh8PBpEmT2LFjB3/605+i8jrsm1/Ph7+3Q6FQVF6HffPr2el0ctVVV/Huu+9yww03ROV12DfPc/v27XnyySdZu3Ytd911V1Reh02fPp0HHniA6667jn/+858kJCTw0EMPMXPmTF544QU8Hk9436SkJL73ve+xfv161q1bZ2LVp+fwnt9++2127NiBzWbj8ccfp1OnTgAMHTqUBx54IBzSejwebDZbxI6OP7znN954g/bt2/O3v/2NHj16hPdpuLMjLi4uvO2ZZ54JLxwWrRTQSrN78sknefzxx1m3bh1bt27lpptu4pFHHgmPOLJardjt9kZ/NYqLi6Njx47h+aMibZTON3u+8cYbmTJlSviXgQkTJmCz2fj1r3/NggULeOutt7jzzjvx+/28/PLL1NbWRkXPTz31FBs3buTcc8/lxhtv5O6778bpdIafY7fbSUlJCf+yEA09P/jgg7hcLp5//nn27NnD+vXrw6GHzWYLj05zu91AdPQ8ZcoUvvrqK6D+nAKcffbZlJSUMHPmTCDy+jzc0Xr+/e9/z+rVq3G73YwcOZKKigpWrlwJ1IcdNpsNt9tNVlYWEHn9H+379gMPPEBGRgbvvPMO//d//8cll1zCH//4R373u9+Fn9enT5/w9+1Icrygsm/fvjzzzDPMmjWLZ555ptFtdsnJyeTk5JCcnGxG2actGAxit9tJSkpix44dvPbaa3z88cfhxxvm1wXCIe29997LSy+9xNNPP21W2afseOc5ISEhPPosFApx8OBBfD4fGRkZQP2q8G+99RY333yzKbWfquP1fPgvdtF0HXasnhv+iAhQUFCA3W6PmuuwY/VstVqxWCycddZZXH/99fzyl7+Mmuuw4723e/XqxZQpU9i9e3dUXYcd773d0EfD9+xouQ473nluuDNx2LBhVFZWRs112PF6HjZsGK+88gq33norl156adRchwFMmTKF5557DofDQfv27Xn44Yd5/PHHGTBgAE888QRvvPEGzzzzTKMRwvHx8fTq1Stir8O+2fMf/vAHXn31VXw+X/g9axgGFoslHNKmpaVxzjnnUFFREZGj47/Z86OPPsqUKVOwWCzh3yMBioqKCAaD4T8e/+lPf+Kll17iu9/9rlmlt4zTXWVM5Hi++uor4/zzzw+vyGcYhvHWW28ZF1xwgXH77bcbS5cuNQyjfuXNt99+23jvvfeM9evXG0888YRx1llnReSqfSfqedWqVcb69euN3NxcY8KECUZhYWF4vwULFhh79uwxo+zTcqyezz//fOO2224z1q9fH96+YcMG44MPPjA2bdpkTJ482Rg5cqSxfft2M8o+Lcfr+dZbbzV27txpbN682cjLyzO+853vGE899ZTxySefGL///e+NoUOHGlu2bDGx+lPT1K/nBi+//LIxYMAAY+7cuS1d6hlzop6XLVtmlJaWGgUFBcbtt99ufP7558batWuNyZMnG2effXZUvrcPXw28pKTEmDdvnlFcXGz8+c9/Ns4991zjwIEDZpR9WhpWfP7Zz35mDB482Lj++uuNjz76qNE+y5YtM8aPH29cd911xl//+ldj/vz5xsMPP2ycddZZxq5du8wo+4y55pprjJtuusm49tprjUmTJjXq/Zur2peXlxvTp083Nm/e3NJlnrYTnefDe928ebORm5trfPXVV8azzz5rDBgwwFizZk2L13y6TtRzw8rXBw8eNN55552ouA5rytfz0qVLw6tjR8N1WFN6blj9e9OmTVFxHdaUnletWmWMGzfOuOyyy6LiOuxkvocZRnRchzXlPO/atcvIz883fvzjH0fFdVhTem4QLddhixYtMiZMmGCsW7cuvO2ll14y+vTpY2zYsMEwDMP45JNPjP79+xu333678d577xlr1qwxHn/8cWPs2LHGvn37zCr9lB2v540bNzbat+FrOxQKGYsWLTKuvvrqiHxvn0zPX375pZGbm2vs3LnTmDp1qjFgwADjq6++aumSW5z9xBGuyKmzWq3U1dU1+mv9FVdcQVpaGs8++yyvvvoqKSkpZGVl8a9//YsNGzbQtm1b4uLi+Pvf/x4e1h9JTtTztGnTuOaaa7j//vsZM2YM3bt3JxQKYbVaGT16tImVn7rj9Tx16lSeffZZbrnlFvr27cvkyZNZuHAhHTp0wOVy8fLLL9OlSxcTqz81J+r58ccf56GHHuKVV17h73//O5988gmzZs0iPT2d119/PTxfWCRpytdzUlISvXv3BuDaa69l8eLF3HvvvXzxxRc4nc6IuyX6RD2//PLLPPTQQ/z5z3/mvvvu4/777yctLY3ExESmTZsWle/tv/3tb9xyyy3079+fN998k3feeYe4uDh8Ph9/+tOfwqNVIknDX+yLi4sZOnQoPp+P1157DYCLLroIqB+10rBa9r/+9S/ee+89EhMT+fvf/07Hjh1Nq/10hEIhioqKqK6u5p577iExMZHf/va3vP7660B97w0jsxq+dt1uN1dddVXEfS3Dic9zw9yGVquV1NRU0tLSuP/++9myZQtvvPEG/fr1M7P8U3KinhtG34RCId55552ouA5rytdzz549+eUvf8n48eOj4jqsKT2HQiF8Ph9PPPFEVFyHNaXngQMHMm3aNF5//fWouA5ryvcw47BFd6677rqIvw5rynnu2LEjU6ZM4YEHHoiK67Cm9Oz3+zEMI2quw6qqqoiLi6Ndu3b4fD6cTifnn38+zz//POvWrSM3N5cLLriAdu3aMXXqVP74xz9is9lwOp08//zzZGdnm93CSTtRz7169QpffzV83VosFkaOHMmLL77Y6Nb/SNGUnht+HqekpJCSksJ9993HypUreeONN+jfv7/ZLTQ7BbTSrPx+P3V1deG5rRq+ECdMmEAoFOKJJ57g/fff55577uHPf/4ztbW1+P1+MjIywrceRZoT9fzkk0+yYMECbr/9dlwuFxD5k/c35Tz/97//pX///vzud78LrxqdnZ3daM67SHKinh9//HGmTZvGr371K+6///7w7Uo2my0if6BC087zhx9+SK9evcK3l9133304HI7wez3SNOU8/+1vf+NXv/oV06ZNo6ysDIfDQUZGRqN5/iLJyXw9f//736egoIDa2lo6d+4csbfVNSWohPrbZu+77z5+8YtfUFVVRUJCAklJSWaWfloa5vGbMGECbrebLl26cO+99/LYY48dEdI2XDBD5M4925TzbLVaw1M/eL1eCgsLef/99+nVq5fJ1Z+apr63s7KymDp1KtXV1RF/HdaUnlNTU7nuuuvCf4iK9OuwpvTcsPjdH/7wB0pKSoDIvg47me/bDzzwAIFAIOKvw5r6R7VQKITFYsFqtUb8dVhTz/PQoUN5+eWXKS4ujvjrsKZ+PQNMmjQpKq7DamtrKSwsJBQKhb8vJycnY7PZwgtHBQIBBg4cyFNPPUV1dTVVVVURfZ6P1/Ox5k5uuBaL1O9hTem54RozKSmJiooKVqxYwb/+9a/wAKCoZ+r4XYkJd9xxhzFu3DijpKTEMAzD8Hq94cdef/11o1+/fkcMaY90x+v5tddeM/r169folrpooPN89J43bdpkVnnNoik9670d+WKx55KSEuMvf/lL+JaxNWvWGNdee61x9dVXN7q1sOHWw0j073//23jmmWeMZ555xvjss8/C2ysrKw3D+PoW6MN7/+9//2tKrc2lqefZMAxj1qxZUfH9rKk9f/P26EjW1J4bpniIBifz3o4WsfB9+5ua2nPD9/NooPd29PdcW1tr/OpXvzKWLFkS3lZcXGwMHz7cmD59eqN9i4uLW7q8ZqGe6x2r58rKSuM///lPRE6pdToshhFBM2ZLq/ef//yHbdu2AdC7d28uuOACdu7cyZ133ondbue5554jPT0dr9cb/kvuhAkT+NGPfsT3v/99M0s/Zafa8y233MKVV15pZumnTOdZ51k9670dLT337duX8847D6i/9SopKYlgMIjNZmPt2rU89thjhEIhrrvuOi688EIzyz4tTz31FG+//TYjR45k+/bt1NXV0b17d6ZOnYrNZmu0gIrFYmHt2rVMnjyZ4uJifvaznzFhwgQTqz81sXie1bN6Vs/qWT1HlljvuV+/fuFrjIa7tgAOHjzIpZdeyr333stll10GwNSpUykuLubee++NuFHh6vnkei4pKeHuu+8mISHBlNrNEtn380ir8tRTT/HII4+wZcsWvvjiCyZPnsyPf/xjsrOz+dnPfobf7+dHP/oRJSUl4W8u1dXVJCQkkJKSYnL1p+Z0eo7U1SZ1nnWe1bPe29HU85NPPsltt91GMBgkKSkJwzCwWq0YhkG/fv249957cTqdTJ06lRkzZphd/inZtGkTn3zyCc888wx/+tOf+Oc//8mdd97Jhg0buOaaa6ioqGh0W2xD73feeScdOnSgT58+Zrdw0k7nPB++YnYkicX3tnpWz+pZPavnyPLNnh977DH+7//+j2AwiNPpJBQKAVBSUkJdXV14GpY//vGP/PnPf+aKK66IuKBSPZ98z9/73vdiLpwFNMWBnBkbN240JkyYYCxcuNAwDMOoqakxPvroI2PcuHHGtddea5SUlBjz5883Jk6caIwaNcr46KOPjE8//dR46qmnjDFjxkTkCtjqWT2rZ/WsniPLsXrOz883vv/97xsej8cwjK9vDW245XvlypXGrbfeauzevducwk/TkiVLjDFjxjS6Rc7v9xsrVqwwzjvvPOOqq64Kb2+45buh98Ont4gUsXie1bN6Vs/qWT1HFvXcuOcrr7wy3LNhGMaGDRuM3r17GwsXLjReeOEFo3///saaNWvMKv2UqefY6PlMUUArZ8Txfvk755xzjOuvv94wjPr5dH79618b48ePN8477zxj4sSJxtq1a80q+7So53rqWT2rZ/UcKWItqGywb98+Y/z48cZbb711xGPLli0z8vLyjJ///OdHfW4kzksai+dZPddTz+rZMNRzJFLP9dTz1z2vXbvWOOuss4yJEycaAwcONFavXm1GyadNPdeL9p7PFAW0ckac6Je/sWPHGr/4xS/C23bt2mWUlpYa5eXlLVnmGaWeG1PP9dRzZFLPjcVqz9EUVH722WfGyy+/bPz1r3815s+fb9x2223Gj3/84yNGJXi9XuPtt982LrnkkqgZsRBL57mBem5MPR9JPUcO9dyYej5SLPQcDAaNb33rW8bQoUON9evXt3SpZ4x6bixaez5T7GZPsSCR6/PPP2fv3r3U1tYycOBAcnNzmTNnDn379qVfv37h/QYMGMDPfvYzXnnlFb766isGDBhA+/btsVojbwpk9aye1bN6Vs+R5WR6/slPfsIrr7zC2rVrGz0G9QtnRYrJkyfz/vvvk5uby9q1a+nduzedO3fm888/56WXXuInP/kJXbt2BcDpdDJu3DgeffRRNm/efETfkSIWz7N6Vs/qWT2rZ/Xc2p1qz3379mXSpEnk5eXRpUsXEzs4eeo5NnpuDpH3m5a0CpMnT+ahhx5izpw5vPzyy7zwwgtkZmaybNkyXnrpJbZv3x7et+GXv71797J161aAiPwlXz2rZ/WsntVzZDnV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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import pandas as pd\n", + "import matplotlib.pyplot as plt\n", + "import numpy as np\n", + "from matplotlib.ticker import FuncFormatter\n", + "\n", + "\n", + "df = pd.read_csv(\"tendencies.csv\")\n", + "\n", + "\n", + "df[\"Year\"] = df[\"Year\"].astype(int)\n", + "\n", + "\n", + "df = df.sort_values(\"Year\")\n", + "\n", + "\n", + "plt.figure(figsize=(14, 7))\n", + "\n", + "\n", + "plt.plot(df[\"Year\"], df[\"Total_victims\"], marker='o', label=\"Victims per year\")\n", + "\n", + "\n", + "z = np.polyfit(df[\"Year\"], df[\"Total_victims\"], 1)\n", + "p = np.poly1d(z)\n", + "trend = p(df[\"Year\"])\n", + "plt.plot(df[\"Year\"], trend, \"r--\", label=\"Trend line\")\n", + "\n", + "\n", + "plt.ylim(bottom=0)\n", + "\n", + "\n", + "formatter = FuncFormatter(lambda x, _: f\"{int(x):,}\")\n", + "plt.gca().yaxis.set_major_formatter(formatter)\n", + "\n", + "\n", + "plt.title(\"Reported victims per year\", fontsize=16)\n", + "plt.xlabel(\"Year\")\n", + "plt.ylabel(\"Total Victims\")\n", + "plt.xticks(df[\"Year\"], rotation=45)\n", + "plt.legend()\n", + "plt.grid(True)\n", + "plt.tight_layout()\n", + "plt.show()\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "672bed5c-1f04-4098-bde5-aef9f4f63465", + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "venv", + "language": "python", + "name": "venv" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.12.7" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/data/Grafics/age_analysis_global.csv b/data/Grafics/age_analysis_global.csv new file mode 100644 index 0000000..5965e3f --- /dev/null +++ b/data/Grafics/age_analysis_global.csv @@ -0,0 +1,7 @@ +Category,Age,Percentage +"Sexual exploitation",Adult,38.45 +"Forced labour",Adult,35.44 +"Other forms of exploitation",Adult,23.18 +"Other forms of exploitation",Minor,21.37 +"Forced labour",Minor,12.2 +"Sexual exploitation",Minor,12.01 diff --git a/data/Grafics/sex_analysis.csv b/data/Grafics/sex_analysis.csv new file mode 100644 index 0000000..ad34e76 --- /dev/null +++ b/data/Grafics/sex_analysis.csv @@ -0,0 +1,11 @@ +Country_name,Category,Sex,Victim_Count,Percentage +"United States of America","Sexual exploitation",Female,35900,33.78 +Pakistan,"Sexual exploitation",Female,20134,29.56 +"United Kingdom of Great Britain and Northern Ireland","Other forms of exploitation",Male,16345,27.73 +"United Kingdom of Great Britain and Northern Ireland","Forced labour",Male,13791,25.4 +"United States of America","Forced labour",Male,7458,17.22 +"United States of America","Other forms of exploitation",Female,6780,29.02 +"United States of America","Forced labour",Female,6058,13.99 +"United Kingdom of Great Britain and Northern Ireland","Sexual exploitation",Female,5526,22.46 +Nigeria,"Sexual exploitation",Female,4219,27.55 +Germany,"Sexual exploitation",Female,3951,23.32 diff --git a/data/Grafics/sex_analysis_global.csv b/data/Grafics/sex_analysis_global.csv new file mode 100644 index 0000000..85b7ec3 --- /dev/null +++ b/data/Grafics/sex_analysis_global.csv @@ -0,0 +1,7 @@ +Category,Sex,Percentage +"Sexual exploitation",Female,26.65 +"Forced labour",Male,18.13 +"Other forms of exploitation",Male,13.52 +"Other forms of exploitation",Female,10.58 +"Forced labour",Female,9.26 +"Sexual exploitation",Male,2.8 diff --git a/data/Grafics/tendencies.csv b/data/Grafics/tendencies.csv new file mode 100644 index 0000000..e26eeed --- /dev/null +++ b/data/Grafics/tendencies.csv @@ -0,0 +1,21 @@ +Year,Total_victims +2003,1194 +2004,1454 +2005,4905 +2006,6855 +2007,47445 +2008,53502 +2009,59282 +2010,67097 +2011,67055 +2012,83799 +2013,95418 +2014,116710 +2015,134321 +2016,151607 +2017,253898 +2018,256957 +2019,479741 +2020,431289 +2021,482124 +2022,624312 diff --git a/data/Grafics/top_global_crimes.csv b/data/Grafics/top_global_crimes.csv new file mode 100644 index 0000000..6528b67 --- /dev/null +++ b/data/Grafics/top_global_crimes.csv @@ -0,0 +1,5 @@ +Category,Percentage_of_Global +Unknown,61.1 +"Sexual exploitation",12.6 +"Forced labour",7.82 +"Other forms of exploitation",5.74 diff --git a/data/Grafics/total_victims_globally.csv b/data/Grafics/total_victims_globally.csv new file mode 100644 index 0000000..bbbbf63 --- /dev/null +++ b/data/Grafics/total_victims_globally.csv @@ -0,0 +1,11 @@ +Country_name,Total_Victims,Percentage_of_World_Total +Pakistan,545237,15.9 +"United States of America",543253,15.84 +"United Kingdom of Great Britain and Northern Ireland",392854,11.46 +India,229290,6.69 +Nigeria,116537,3.4 +"Netherlands (Kingdom of the)",101258,2.95 +France,84483,2.46 +Romania,83941,2.45 +Germany,73145,2.13 +Argentina,72978,2.13 diff --git a/data/Grafics/total_victims_globally_gender.csv b/data/Grafics/total_victims_globally_gender.csv new file mode 100644 index 0000000..3cd6509 --- /dev/null +++ b/data/Grafics/total_victims_globally_gender.csv @@ -0,0 +1,4 @@ +Sex,Victim_Count,Global_Percentage +Unknown,2176894,63.48 +Female,832161,24.27 +Male,419993,12.25 diff --git a/data/clean/Subregion.csv b/data/clean/Subregion.csv new file mode 100644 index 0000000..74a24af --- /dev/null +++ b/data/clean/Subregion.csv @@ -0,0 +1,39486 @@ +Subregion +Latin America and the Caribbean +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Micronesia +Micronesia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Eastern Asia +Eastern Asia +Eastern Asia +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +Micronesia +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Eastern Asia +Eastern Asia +Eastern Asia +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Polynesia +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Polynesia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Sub-Saharan Africa +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Polynesia +Polynesia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Polynesia +Polynesia +Polynesia +Polynesia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Sub-Saharan Africa +Sub-Saharan Africa +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Central Asia +Central Asia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Western Asia +Western Asia +Western Asia +Western Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Sub-Saharan Africa +Sub-Saharan Africa +Western Asia +Western Asia +Western Asia +Western Asia +Northern Africa +Northern Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Eastern Asia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Western Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Australia and New Zealand +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Southern Asia +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Micronesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Melanesia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Northern Europe +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Polynesia +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Northern Africa +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Eastern Europe +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Northern America +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Central Asia +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Southern Europe +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +Latin America and the Caribbean +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +South-eastern Asia +Western Asia +Western Asia +Western Asia +Western Asia +Western Asia +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa +Sub-Saharan Africa diff --git a/data/clean/offenses.csv b/data/clean/offenses.csv new file mode 100644 index 0000000..8fe4130 --- /dev/null +++ b/data/clean/offenses.csv @@ -0,0 +1,39486 @@ +Offense_id,Year,Dimension,Category,Nr_of_victims,Country_id,Victim_id +1,2010,by country of repatriation,Ukraine,2.5,1,1 +2,2003,by country of repatriation,Abroad,2.5,2,1 +3,2008,by country of repatriation,Abroad,2.5,2,1 +4,2017,by form of exploitation,Sexual exploitation,2.5,2,1 +5,2018,by form of exploitation,Forced labour,2.5,2,1 +6,2018,by form of exploitation,Sexual exploitation,2.5,2,1 +7,2019,by form of exploitation,Sexual exploitation,2.5,2,1 +8,2020,by form of exploitation,Forced labour,2.5,2,1 +9,2003,by country of repatriation,Abroad,2.5,3,1 +10,2008,by country of repatriation,Abroad,2.5,3,1 +11,2009,Unknown,Unknown,15.0,3,2 +12,2009,Unknown,Unknown,2.5,3,3 +13,2009,Unknown,Unknown,15.0,3,1 +14,2009,by form of exploitation,Sexual exploitation,15.0,3,1 +15,2010,Unknown,Unknown,7.0,3,1 +16,2010,by citizenship,Democratic Republic of the Congo,2.5,3,1 +17,2012,Unknown,Unknown,2.5,3,2 +18,2012,Unknown,Unknown,2.5,3,3 +19,2012,by country of repatriation,Abroad,2.5,3,1 +20,2013,Unknown,Unknown,2.5,3,2 +21,2013,Unknown,Unknown,2.5,3,3 +22,2014,Unknown,Unknown,2.5,3,2 +23,2014,Unknown,Unknown,2.5,3,3 +24,2015,Unknown,Unknown,2.5,3,2 +25,2015,Unknown,Unknown,2.5,3,3 +26,2017,Unknown,Unknown,5.0,3,4 +27,2017,Unknown,Unknown,5.0,3,5 +28,2017,Unknown,Unknown,12.0,3,6 +29,2017,Unknown,Unknown,5.0,3,7 +30,2017,Unknown,Unknown,17.0,3,2 +31,2017,Unknown,Unknown,10.0,3,3 +32,2017,Unknown,Unknown,27.0,3,1 +33,2017,by citizenship,Nationals,23.0,3,1 +34,2017,by citizenship,Democratic Republic of the Congo,2.5,3,1 +35,2017,by form of exploitation,Forced labour,2.5,3,4 +36,2017,by form of exploitation,Forced labour,2.5,3,5 +37,2017,by form of exploitation,Forced labour,12.0,3,6 +38,2017,by form of exploitation,Forced labour,5.0,3,7 +39,2017,by form of exploitation,Forced labour,15.0,3,2 +40,2017,by form of exploitation,Forced labour,9.0,3,3 +41,2017,by form of exploitation,Forced labour,24.0,3,1 +42,2017,by form of exploitation,Sexual exploitation,2.5,3,4 +43,2017,by form of exploitation,Sexual exploitation,2.5,3,5 +44,2017,by form of exploitation,Sexual exploitation,2.5,3,6 +45,2017,by form of exploitation,Sexual exploitation,2.5,3,7 +46,2017,by form of exploitation,Sexual exploitation,2.5,3,2 +47,2017,by form of exploitation,Sexual exploitation,2.5,3,3 +48,2017,by form of exploitation,Sexual exploitation,2.5,3,1 +49,2018,Unknown,Unknown,2.5,3,4 +50,2018,Unknown,Unknown,2.5,3,5 +51,2018,Unknown,Unknown,5.0,3,6 +52,2018,Unknown,Unknown,2.5,3,7 +53,2018,Unknown,Unknown,5.0,3,2 +54,2018,Unknown,Unknown,2.5,3,3 +55,2018,Unknown,Unknown,5.0,3,1 +56,2018,by citizenship,Nationals,2.5,3,1 +57,2018,by form of exploitation,Forced labour,2.5,3,4 +58,2018,by form of exploitation,Forced labour,2.5,3,5 +59,2018,by form of exploitation,Forced labour,2.5,3,6 +60,2018,by form of exploitation,Forced labour,2.5,3,7 +61,2018,by form of exploitation,Forced labour,2.5,3,2 +62,2018,by form of exploitation,Forced labour,2.5,3,3 +63,2018,by form of exploitation,Forced labour,2.5,3,1 +64,2018,by form of exploitation,Sexual exploitation,2.5,3,4 +65,2018,by form of exploitation,Sexual exploitation,2.5,3,5 +66,2018,by form of exploitation,Sexual exploitation,2.5,3,6 +67,2018,by form of exploitation,Sexual exploitation,2.5,3,7 +68,2018,by form of exploitation,Sexual exploitation,2.5,3,2 +69,2018,by form of exploitation,Sexual exploitation,2.5,3,3 +70,2018,by form of exploitation,Sexual exploitation,2.5,3,1 +71,2019,Unknown,Unknown,5.0,3,4 +72,2019,Unknown,Unknown,2.5,3,5 +73,2019,Unknown,Unknown,5.0,3,6 +74,2019,Unknown,Unknown,2.5,3,7 +75,2019,Unknown,Unknown,10.0,3,2 +76,2019,Unknown,Unknown,2.5,3,3 +77,2019,Unknown,Unknown,10.0,3,1 +78,2019,by citizenship,Angola,5.0,3,1 +79,2019,by citizenship,Democratic Republic of the Congo,2.5,3,1 +80,2019,by country of repatriation,Abroad,2.5,3,1 +81,2019,by country of repatriation,Nationals,2.5,3,1 +82,2019,by form of exploitation,Forced labour,2.5,3,4 +83,2019,by form of exploitation,Forced labour,2.5,3,5 +84,2019,by form of exploitation,Forced labour,5.0,3,6 +85,2019,by form of exploitation,Forced labour,2.5,3,7 +86,2019,by form of exploitation,Forced labour,8.0,3,2 +87,2019,by form of exploitation,Forced labour,2.5,3,3 +88,2019,by form of exploitation,Forced labour,8.0,3,1 +89,2019,by form of exploitation,Sexual exploitation,2.5,3,4 +90,2019,by form of exploitation,Sexual exploitation,2.5,3,5 +91,2019,by form of exploitation,Sexual exploitation,2.5,3,6 +92,2019,by form of exploitation,Sexual exploitation,2.5,3,7 +93,2019,by form of exploitation,Sexual exploitation,2.5,3,2 +94,2019,by form of exploitation,Sexual exploitation,2.5,3,3 +95,2019,by form of exploitation,Sexual exploitation,2.5,3,1 +96,2020,Unknown,Unknown,8.0,3,4 +97,2020,Unknown,Unknown,2.5,3,5 +98,2020,Unknown,Unknown,2.5,3,6 +99,2020,Unknown,Unknown,2.5,3,7 +100,2020,Unknown,Unknown,8.0,3,2 +101,2020,Unknown,Unknown,2.5,3,3 +102,2020,Unknown,Unknown,8.0,3,1 +103,2020,by citizenship,Democratic Republic of the Congo,8.0,3,1 +104,2020,by form of exploitation,Forced labour,2.5,3,4 +105,2020,by form of exploitation,Forced labour,2.5,3,5 +106,2020,by form of exploitation,Forced labour,2.5,3,6 +107,2020,by form of exploitation,Forced labour,2.5,3,7 +108,2020,by form of exploitation,Forced labour,2.5,3,2 +109,2020,by form of exploitation,Forced labour,2.5,3,3 +110,2020,by form of exploitation,Forced labour,2.5,3,1 +111,2020,by form of exploitation,Sexual exploitation,8.0,3,4 +112,2020,by form of exploitation,Sexual exploitation,2.5,3,5 +113,2020,by form of exploitation,Sexual exploitation,2.5,3,6 +114,2020,by form of exploitation,Sexual exploitation,2.5,3,7 +115,2020,by form of exploitation,Sexual exploitation,8.0,3,2 +116,2020,by form of exploitation,Sexual exploitation,2.5,3,3 +117,2020,by form of exploitation,Sexual exploitation,8.0,3,1 +118,2021,Unknown,Unknown,9.0,3,4 +119,2021,Unknown,Unknown,2.5,3,5 +120,2021,Unknown,Unknown,2.5,3,6 +121,2021,Unknown,Unknown,2.5,3,7 +122,2021,Unknown,Unknown,9.0,3,2 +123,2021,Unknown,Unknown,2.5,3,3 +124,2021,Unknown,Unknown,12.0,3,1 +125,2021,by citizenship,Angola,2.5,3,1 +126,2021,by citizenship,Democratic Republic of the Congo,2.5,3,1 +127,2021,by citizenship,Nigeria,8.0,3,1 +128,2022,Unknown,Unknown,2.5,3,4 +129,2022,Unknown,Unknown,18.0,3,5 +130,2022,Unknown,Unknown,2.5,3,6 +131,2022,Unknown,Unknown,2.5,3,7 +132,2022,Unknown,Unknown,2.5,3,2 +133,2022,Unknown,Unknown,18.0,3,3 +134,2022,Unknown,Unknown,18.0,3,1 +135,2022,by citizenship,China,18.0,3,1 +136,2022,by form of exploitation,Forced labour,2.5,3,4 +137,2022,by form of exploitation,Forced labour,2.5,3,5 +138,2022,by form of exploitation,Forced labour,2.5,3,6 +139,2022,by form of exploitation,Forced labour,2.5,3,7 +140,2022,by form of exploitation,Sexual exploitation,2.5,3,4 +141,2022,by form of exploitation,Sexual exploitation,18.0,3,5 +142,2022,by form of exploitation,Sexual exploitation,2.5,3,6 +143,2022,by form of exploitation,Sexual exploitation,2.5,3,7 +144,2022,by form of exploitation,Sexual exploitation,18.0,3,3 +145,2022,by form of exploitation,Sexual exploitation,18.0,3,1 +146,2005,by form of exploitation,Forced labour,7.0,4,1 +147,2005,by form of exploitation,Sexual exploitation,62.0,4,1 +148,2006,by form of exploitation,Forced labour,6.0,4,1 +149,2006,by form of exploitation,Sexual exploitation,57.0,4,1 +150,2008,Unknown,Unknown,16.0,4,2 +151,2008,Unknown,Unknown,92.0,4,3 +152,2008,Unknown,Unknown,108.0,4,1 +153,2008,by citizenship,Albania,108.0,4,1 +154,2008,by form of exploitation,Sexual exploitation,108.0,4,1 +155,2009,Unknown,Unknown,17.0,4,4 +156,2009,Unknown,Unknown,5.0,4,6 +157,2009,Unknown,Unknown,22.0,4,2 +158,2009,Unknown,Unknown,72.0,4,3 +159,2009,Unknown,Unknown,94.0,4,1 +160,2009,by citizenship,Albania,94.0,4,1 +161,2009,by form of exploitation,Sexual exploitation,94.0,4,1 +162,2010,Unknown,Unknown,14.0,4,2 +163,2010,Unknown,Unknown,83.0,4,3 +164,2010,Unknown,Unknown,97.0,4,1 +165,2010,by citizenship,Albania,97.0,4,1 +166,2011,Unknown,Unknown,39.0,4,2 +167,2011,Unknown,Unknown,45.0,4,3 +168,2011,Unknown,Unknown,84.0,4,1 +169,2012,Unknown,Unknown,26.0,4,2 +170,2012,Unknown,Unknown,66.0,4,3 +171,2012,Unknown,Unknown,92.0,4,1 +172,2013,Unknown,Unknown,43.0,4,2 +173,2013,Unknown,Unknown,52.0,4,3 +174,2013,Unknown,Unknown,95.0,4,1 +175,2014,Unknown,Unknown,45.0,4,4 +176,2014,Unknown,Unknown,63.0,4,5 +177,2014,Unknown,Unknown,17.0,4,6 +178,2014,Unknown,Unknown,2.5,4,7 +179,2014,Unknown,Unknown,62.0,4,2 +180,2014,Unknown,Unknown,63.0,4,3 +181,2014,Unknown,Unknown,125.0,4,1 +182,2014,by country of repatriation,Ukraine,2.5,4,1 +183,2015,Unknown,Unknown,31.0,4,4 +184,2015,Unknown,Unknown,56.0,4,5 +185,2015,Unknown,Unknown,17.0,4,6 +186,2015,Unknown,Unknown,5.0,4,7 +187,2015,Unknown,Unknown,48.0,4,2 +188,2015,Unknown,Unknown,61.0,4,3 +189,2015,Unknown,Unknown,109.0,4,1 +190,2015,by form of exploitation,Forced labour,2.5,4,1 +191,2015,by form of exploitation,Sexual exploitation,57.0,4,1 +192,2016,Unknown,Unknown,40.0,4,4 +193,2016,Unknown,Unknown,44.0,4,5 +194,2016,Unknown,Unknown,2.5,4,6 +195,2016,Unknown,Unknown,7.0,4,7 +196,2016,Unknown,Unknown,44.0,4,2 +197,2016,Unknown,Unknown,51.0,4,3 +198,2016,Unknown,Unknown,95.0,4,1 +199,2016,by form of exploitation,Forced labour,2.5,4,1 +200,2016,by form of exploitation,Sexual exploitation,74.0,4,1 +201,2016,by country of repatriation,Croatia,2.5,4,1 +202,2017,Unknown,Unknown,36.0,4,4 +203,2017,Unknown,Unknown,24.0,4,5 +204,2017,Unknown,Unknown,31.0,4,6 +205,2017,Unknown,Unknown,2.5,4,7 +206,2017,Unknown,Unknown,67.0,4,2 +207,2017,Unknown,Unknown,28.0,4,3 +208,2017,Unknown,Unknown,95.0,4,1 +209,2017,by citizenship,,60.0,4,1 +210,2017,by country of repatriation,Abroad,6.0,4,1 +211,2017,by country of repatriation,Albania,2.5,4,1 +212,2017,by country of repatriation,Netherlands,2.5,4,1 +213,2017,by country of repatriation,Norway,2.5,4,1 +214,2017,by country of repatriation,Portugal,2.5,4,1 +215,2017,by form of exploitation,Forced labour,2.5,4,4 +216,2017,by form of exploitation,Forced labour,2.5,4,5 +217,2017,by form of exploitation,Forced labour,2.5,4,6 +218,2017,by form of exploitation,Forced labour,2.5,4,7 +219,2017,by form of exploitation,Forced labour,2.5,4,2 +220,2017,by form of exploitation,Forced labour,2.5,4,3 +221,2017,by form of exploitation,Forced labour,2.5,4,1 +222,2017,by form of exploitation,Sexual exploitation,16.0,4,4 +223,2017,by form of exploitation,Sexual exploitation,21.0,4,5 +224,2017,by form of exploitation,Sexual exploitation,2.5,4,6 +225,2017,by form of exploitation,Sexual exploitation,2.5,4,7 +226,2017,by form of exploitation,Sexual exploitation,16.0,4,2 +227,2017,by form of exploitation,Sexual exploitation,21.0,4,3 +228,2017,by form of exploitation,Sexual exploitation,37.0,4,1 +229,2018,Unknown,Unknown,36.0,4,4 +230,2018,Unknown,Unknown,24.0,4,5 +231,2018,Unknown,Unknown,31.0,4,6 +232,2018,Unknown,Unknown,2.5,4,7 +233,2018,Unknown,Unknown,67.0,4,2 +234,2018,Unknown,Unknown,28.0,4,3 +235,2018,Unknown,Unknown,95.0,4,1 +236,2018,by citizenship,,33.0,4,1 +237,2018,by country of repatriation,Abroad,6.0,4,1 +238,2018,by country of repatriation,Albania,2.5,4,1 +239,2018,by country of repatriation,Netherlands,2.5,4,1 +240,2018,by country of repatriation,Norway,2.5,4,1 +241,2018,by country of repatriation,Portugal,2.5,4,1 +242,2018,by form of exploitation,Forced labour,2.5,4,4 +243,2018,by form of exploitation,Forced labour,2.5,4,5 +244,2018,by form of exploitation,Forced labour,2.5,4,6 +245,2018,by form of exploitation,Forced labour,2.5,4,7 +246,2018,by form of exploitation,Forced labour,2.5,4,2 +247,2018,by form of exploitation,Forced labour,2.5,4,3 +248,2018,by form of exploitation,Forced labour,2.5,4,1 +249,2018,by form of exploitation,Sexual exploitation,16.0,4,4 +250,2018,by form of exploitation,Sexual exploitation,21.0,4,5 +251,2018,by form of exploitation,Sexual exploitation,2.5,4,6 +252,2018,by form of exploitation,Sexual exploitation,2.5,4,7 +253,2018,by form of exploitation,Sexual exploitation,16.0,4,2 +254,2018,by form of exploitation,Sexual exploitation,21.0,4,3 +255,2018,by form of exploitation,Sexual exploitation,37.0,4,1 +256,2019,Unknown,Unknown,46.0,4,4 +257,2019,Unknown,Unknown,34.0,4,5 +258,2019,Unknown,Unknown,21.0,4,6 +259,2019,Unknown,Unknown,2.5,4,7 +260,2019,Unknown,Unknown,67.0,4,2 +261,2019,Unknown,Unknown,36.0,4,3 +262,2019,Unknown,Unknown,103.0,4,1 +263,2019,by citizenship,Nationals,43.0,4,1 +264,2019,by country of repatriation,Abroad,2.5,4,1 +265,2019,by country of repatriation,Denmark,2.5,4,1 +266,2019,by form of exploitation,Forced labour,8.0,4,4 +267,2019,by form of exploitation,Forced labour,2.5,4,5 +268,2019,by form of exploitation,Forced labour,2.5,4,6 +269,2019,by form of exploitation,Forced labour,2.5,4,7 +270,2019,by form of exploitation,Forced labour,2.5,4,2 +271,2019,by form of exploitation,Forced labour,2.5,4,3 +272,2019,by form of exploitation,Forced labour,2.5,4,1 +273,2019,by form of exploitation,Sexual exploitation,33.0,4,4 +274,2019,by form of exploitation,Sexual exploitation,31.0,4,5 +275,2019,by form of exploitation,Sexual exploitation,2.5,4,6 +276,2019,by form of exploitation,Sexual exploitation,2.5,4,7 +277,2019,by form of exploitation,Sexual exploitation,34.0,4,2 +278,2019,by form of exploitation,Sexual exploitation,31.0,4,3 +279,2019,by form of exploitation,Sexual exploitation,65.0,4,1 +280,2020,Unknown,Unknown,35.0,4,4 +281,2020,Unknown,Unknown,23.0,4,6 +282,2020,Unknown,Unknown,27.0,4,5 +283,2020,Unknown,Unknown,2.5,4,7 +284,2020,Unknown,Unknown,58.0,4,2 +285,2020,Unknown,Unknown,28.0,4,3 +286,2020,Unknown,Unknown,86.0,4,1 +287,2020,by citizenship,Nationals,28.0,4,1 +288,2020,by country of repatriation,Abroad,2.5,4,1 +289,2020,by country of repatriation,Albania,2.5,4,1 +290,2020,by country of repatriation,Norway,2.5,4,1 +291,2020,by country of repatriation,Serbia,2.5,4,1 +292,2020,by country of repatriation,Switzerland,2.5,4,1 +293,2020,by form of exploitation,Forced labour,2.5,4,4 +294,2020,by form of exploitation,Forced labour,2.5,4,5 +295,2020,by form of exploitation,Forced labour,2.5,4,6 +296,2020,by form of exploitation,Forced labour,2.5,4,7 +297,2020,by form of exploitation,Forced labour,2.5,4,2 +298,2020,by form of exploitation,Forced labour,2.5,4,3 +299,2020,by form of exploitation,Forced labour,2.5,4,1 +300,2020,by form of exploitation,Sexual exploitation,23.0,4,4 +301,2020,by form of exploitation,Sexual exploitation,24.0,4,5 +302,2020,by form of exploitation,Sexual exploitation,2.5,4,6 +303,2020,by form of exploitation,Sexual exploitation,2.5,4,7 +304,2020,by form of exploitation,Sexual exploitation,24.0,4,2 +305,2020,by form of exploitation,Sexual exploitation,24.0,4,3 +306,2020,by form of exploitation,Sexual exploitation,48.0,4,1 +307,2021,Unknown,Unknown,54.0,4,4 +308,2021,Unknown,Unknown,45.0,4,5 +309,2021,Unknown,Unknown,58.0,4,6 +310,2021,Unknown,Unknown,2.5,4,7 +311,2021,Unknown,Unknown,112.0,4,2 +312,2021,Unknown,Unknown,47.0,4,3 +313,2021,Unknown,Unknown,159.0,4,1 +314,2021,by citizenship,Nationals,29.0,4,1 +315,2021,by country of repatriation,Abroad,2.5,4,1 +316,2021,by country of repatriation,Germany,2.5,4,1 +317,2021,by form of exploitation,Forced labour,2.5,4,4 +318,2021,by form of exploitation,Forced labour,5.0,4,5 +319,2021,by form of exploitation,Forced labour,7.0,4,6 +320,2021,by form of exploitation,Forced labour,2.5,4,7 +321,2021,by form of exploitation,Forced labour,10.0,4,2 +322,2021,by form of exploitation,Forced labour,6.0,4,3 +323,2021,by form of exploitation,Forced labour,16.0,4,1 +324,2021,by form of exploitation,Sexual exploitation,20.0,4,4 +325,2021,by form of exploitation,Sexual exploitation,38.0,4,5 +326,2021,by form of exploitation,Sexual exploitation,2.5,4,6 +327,2021,by form of exploitation,Sexual exploitation,2.5,4,7 +328,2021,by form of exploitation,Sexual exploitation,20.0,4,2 +329,2021,by form of exploitation,Sexual exploitation,39.0,4,3 +330,2021,by form of exploitation,Sexual exploitation,59.0,4,1 +331,2022,Unknown,Unknown,48.0,4,4 +332,2022,Unknown,Unknown,33.0,4,5 +333,2022,Unknown,Unknown,26.0,4,6 +334,2022,Unknown,Unknown,5.0,4,7 +335,2022,Unknown,Unknown,74.0,4,2 +336,2022,Unknown,Unknown,38.0,4,3 +337,2022,Unknown,Unknown,112.0,4,1 +338,2022,by citizenship,Nationals,30.0,4,1 +339,2022,by citizenship,Unknown,2.5,4,1 +340,2022,by country of repatriation,(specify the country),2.5,4,1 +341,2022,by country of repatriation,Abroad,2.5,4,1 +342,2022,by form of exploitation,Forced labour,2.5,4,4 +343,2022,by form of exploitation,Forced labour,2.5,4,5 +344,2022,by form of exploitation,Forced labour,2.5,4,6 +345,2022,by form of exploitation,Forced labour,2.5,4,7 +346,2022,by form of exploitation,Forced labour,2.5,4,2 +347,2022,by form of exploitation,Forced labour,2.5,4,3 +348,2022,by form of exploitation,Forced labour,5.0,4,1 +349,2022,by form of exploitation,Sexual exploitation,28.0,4,4 +350,2022,by form of exploitation,Sexual exploitation,30.0,4,5 +351,2022,by form of exploitation,Sexual exploitation,2.5,4,6 +352,2022,by form of exploitation,Sexual exploitation,2.5,4,7 +353,2022,by form of exploitation,Sexual exploitation,28.0,4,2 +354,2022,by form of exploitation,Sexual exploitation,32.0,4,3 +355,2022,by form of exploitation,Sexual exploitation,60.0,4,1 +356,2017,Unknown,Unknown,2.5,5,4 +357,2017,Unknown,Unknown,2.5,5,5 +358,2017,Unknown,Unknown,2.5,5,6 +359,2017,Unknown,Unknown,2.5,5,7 +360,2017,Unknown,Unknown,2.5,5,2 +361,2017,Unknown,Unknown,2.5,5,3 +362,2017,Unknown,Unknown,2.5,5,1 +363,2017,by form of exploitation,Forced labour,2.5,5,4 +364,2017,by form of exploitation,Forced labour,2.5,5,5 +365,2017,by form of exploitation,Forced labour,2.5,5,6 +366,2017,by form of exploitation,Forced labour,2.5,5,7 +367,2017,by form of exploitation,Sexual exploitation,2.5,5,4 +368,2017,by form of exploitation,Sexual exploitation,2.5,5,5 +369,2017,by form of exploitation,Sexual exploitation,2.5,5,6 +370,2017,by form of exploitation,Sexual exploitation,2.5,5,7 +371,2017,by form of exploitation,Sexual exploitation,2.5,5,1 +372,2018,Unknown,Unknown,2.5,5,4 +373,2018,Unknown,Unknown,2.5,5,5 +374,2018,Unknown,Unknown,2.5,5,6 +375,2018,Unknown,Unknown,2.5,5,7 +376,2018,Unknown,Unknown,2.5,5,2 +377,2018,Unknown,Unknown,2.5,5,3 +378,2018,Unknown,Unknown,2.5,5,1 +379,2018,by form of exploitation,Forced labour,2.5,5,4 +380,2018,by form of exploitation,Forced labour,2.5,5,5 +381,2018,by form of exploitation,Forced labour,2.5,5,6 +382,2018,by form of exploitation,Forced labour,2.5,5,7 +383,2018,by form of exploitation,Forced labour,2.5,5,3 +384,2018,by form of exploitation,Forced labour,2.5,5,1 +385,2018,by form of exploitation,Sexual exploitation,2.5,5,4 +386,2018,by form of exploitation,Sexual exploitation,2.5,5,5 +387,2018,by form of exploitation,Sexual exploitation,2.5,5,6 +388,2018,by form of exploitation,Sexual exploitation,2.5,5,7 +389,2018,by form of exploitation,Sexual exploitation,2.5,5,1 +390,2019,Unknown,Unknown,2.5,5,1 +391,2019,by form of exploitation,Sexual exploitation,2.5,5,1 +392,2020,Unknown,Unknown,2.5,5,1 +393,2020,by form of exploitation,Forced labour,2.5,5,1 +394,2020,by form of exploitation,Sexual exploitation,2.5,5,1 +395,2021,Unknown,Unknown,2.5,5,5 +396,2021,Unknown,Unknown,2.5,5,3 +397,2021,Unknown,Unknown,2.5,5,1 +398,2021,by form of exploitation,Sexual exploitation,2.5,5,5 +399,2021,by form of exploitation,Sexual exploitation,2.5,5,3 +400,2021,by form of exploitation,Sexual exploitation,2.5,5,1 +401,2005,by form of exploitation,Sexual exploitation,27.0,6,1 +402,2006,by form of exploitation,Sexual exploitation,2.5,6,1 +403,2008,Unknown,Unknown,10.0,6,4 +404,2008,Unknown,Unknown,32.0,6,5 +405,2008,Unknown,Unknown,2.5,6,6 +406,2008,Unknown,Unknown,2.5,6,7 +407,2008,Unknown,Unknown,11.0,6,2 +408,2008,Unknown,Unknown,32.0,6,3 +409,2008,Unknown,Unknown,43.0,6,1 +410,2008,by citizenship,Azerbaijan,2.5,6,1 +411,2008,by citizenship,Bangladesh,8.0,6,1 +412,2008,by citizenship,China,2.5,6,1 +413,2008,by citizenship,India,2.5,6,1 +414,2008,by citizenship,Indonesia,2.5,6,1 +415,2008,by citizenship,Iraq,2.5,6,1 +416,2008,by citizenship,Kazakhstan,2.5,6,1 +417,2008,by citizenship,Morocco,2.5,6,1 +418,2008,by citizenship,Nigeria,2.5,6,1 +419,2008,by citizenship,Pakistan,2.5,6,1 +420,2008,by citizenship,Philippines,2.5,6,1 +421,2008,by citizenship,Moldova,2.5,6,1 +422,2008,by citizenship,Russia,2.5,6,1 +423,2008,by citizenship,Syria,2.5,6,1 +424,2008,by citizenship,Uzbekistan,14.0,6,1 +425,2008,by form of exploitation,Sexual exploitation,41.0,6,1 +426,2009,Unknown,Unknown,8.0,6,4 +427,2009,Unknown,Unknown,25.0,6,5 +428,2009,Unknown,Unknown,2.5,6,6 +429,2009,Unknown,Unknown,2.5,6,7 +430,2009,Unknown,Unknown,8.0,6,2 +431,2009,Unknown,Unknown,25.0,6,3 +432,2009,Unknown,Unknown,33.0,6,1 +433,2009,by citizenship,Bangladesh,16.0,6,1 +434,2009,by citizenship,India,2.5,6,1 +435,2009,by citizenship,Indonesia,2.5,6,1 +436,2009,by citizenship,Iraq,6.0,6,1 +437,2009,by citizenship,Kyrgyzstan,2.5,6,1 +438,2009,by citizenship,Pakistan,2.5,6,1 +439,2009,by citizenship,Philippines,2.5,6,1 +440,2009,by citizenship,Russia,2.5,6,1 +441,2009,by citizenship,Uzbekistan,2.5,6,1 +442,2009,by form of exploitation,Sexual exploitation,30.0,6,1 +443,2010,Unknown,Unknown,10.0,6,4 +444,2010,Unknown,Unknown,139.0,6,5 +445,2010,Unknown,Unknown,2.5,6,6 +446,2010,Unknown,Unknown,2.5,6,7 +447,2010,Unknown,Unknown,13.0,6,2 +448,2010,Unknown,Unknown,139.0,6,3 +449,2010,Unknown,Unknown,152.0,6,1 +450,2010,by citizenship,Algeria,2.5,6,1 +451,2010,by citizenship,Armenia,2.5,6,1 +452,2010,by citizenship,Bangladesh,8.0,6,1 +453,2010,by citizenship,China,2.5,6,1 +454,2010,by citizenship,Ethiopia,2.5,6,1 +455,2010,by citizenship,India,20.0,6,1 +456,2010,by citizenship,Indonesia,9.0,6,1 +457,2010,by citizenship,Iraq,7.0,6,1 +458,2010,by citizenship,Lebanon,8.0,6,1 +459,2010,by citizenship,Morocco,2.5,6,1 +460,2010,by citizenship,Pakistan,2.5,6,1 +461,2010,by citizenship,Philippines,53.0,6,1 +462,2010,by citizenship,Sri Lanka,2.5,6,1 +463,2010,by citizenship,Thailand,23.0,6,1 +464,2010,by citizenship,UAE,2.5,6,1 +465,2010,by citizenship,Uzbekistan,5.0,6,1 +466,2010,by country of repatriation,Indonesia,2.5,6,1 +467,2010,by country of repatriation,Kazakhstan,8.0,6,1 +468,2010,by country of repatriation,Kyrgyzstan,2.5,6,1 +469,2010,by country of repatriation,Nepal,2.5,6,1 +470,2010,by country of repatriation,Moldova,29.0,6,1 +471,2010,by country of repatriation,Tajikistan,9.0,6,1 +472,2010,by country of repatriation,Thailand,17.0,6,1 +473,2010,by country of repatriation,Ukraine,2.5,6,1 +474,2010,by country of repatriation,Tanzania,2.5,6,1 +475,2010,by form of exploitation,Forced labour,2.5,6,1 +476,2010,by form of exploitation,Sexual exploitation,139.0,6,1 +477,2011,Unknown,Unknown,2.5,6,4 +478,2011,Unknown,Unknown,44.0,6,5 +479,2011,Unknown,Unknown,2.5,6,6 +480,2011,Unknown,Unknown,2.5,6,7 +481,2011,Unknown,Unknown,5.0,6,2 +482,2011,Unknown,Unknown,46.0,6,3 +483,2011,Unknown,Unknown,51.0,6,1 +484,2011,by citizenship,Bangladesh,12.0,6,1 +485,2011,by citizenship,China,2.5,6,1 +486,2011,by citizenship,India,2.5,6,1 +487,2011,by citizenship,Indonesia,5.0,6,1 +488,2011,by citizenship,Kyrgyzstan,2.5,6,1 +489,2011,by citizenship,Lebanon,8.0,6,1 +490,2011,by citizenship,Morocco,2.5,6,1 +491,2011,by citizenship,Nepal,2.5,6,1 +492,2011,by citizenship,Nigeria,2.5,6,1 +493,2011,by citizenship,Pakistan,8.0,6,1 +494,2011,by citizenship,Philippines,2.5,6,1 +495,2011,by citizenship,Turkmenistan,2.5,6,1 +496,2011,by citizenship,UAE,2.5,6,1 +497,2011,by citizenship,Uzbekistan,2.5,6,1 +498,2011,by country of repatriation,Kazakhstan,2.5,6,1 +499,2011,by country of repatriation,Moldova,15.0,6,1 +500,2011,by form of exploitation,Sexual exploitation,51.0,6,1 +501,2012,Unknown,Unknown,9.0,6,4 +502,2012,Unknown,Unknown,66.0,6,5 +503,2012,Unknown,Unknown,2.5,6,6 +504,2012,Unknown,Unknown,2.5,6,7 +505,2012,Unknown,Unknown,9.0,6,2 +506,2012,Unknown,Unknown,66.0,6,3 +507,2012,Unknown,Unknown,75.0,6,1 +508,2012,by citizenship,Bangladesh,16.0,6,1 +509,2012,by citizenship,Colombia,2.5,6,1 +510,2012,by citizenship,Dominican Republic,2.5,6,1 +511,2012,by citizenship,Ethiopia,2.5,6,1 +512,2012,by citizenship,India,5.0,6,1 +513,2012,by citizenship,Indonesia,7.0,6,1 +514,2012,by citizenship,Lebanon,8.0,6,1 +515,2012,by citizenship,Morocco,2.5,6,1 +516,2012,by citizenship,Nigeria,2.5,6,1 +517,2012,by citizenship,Pakistan,20.0,6,1 +518,2012,by citizenship,Philippines,9.0,6,1 +519,2012,by citizenship,Moldova,2.5,6,1 +520,2012,by citizenship,Sri Lanka,2.5,6,1 +521,2012,by citizenship,Tajikistan,2.5,6,1 +522,2012,by citizenship,UAE,2.5,6,1 +523,2012,by citizenship,Uzbekistan,2.5,6,1 +524,2012,by country of repatriation,Azerbaijan,2.5,6,1 +525,2012,by country of repatriation,Colombia,2.5,6,1 +526,2012,by country of repatriation,Indonesia,9.0,6,1 +527,2012,by country of repatriation,Kazakhstan,2.5,6,1 +528,2012,by country of repatriation,Moldova,8.0,6,1 +529,2012,by country of repatriation,Tajikistan,2.5,6,1 +530,2012,by country of repatriation,Tunisia,87.0,6,1 +531,2012,by country of repatriation,Ukraine,2.5,6,1 +532,2012,by country of repatriation,Uzbekistan,70.0,6,1 +533,2012,by form of exploitation,Sexual exploitation,75.0,6,1 +534,2013,Unknown,Unknown,5.0,6,4 +535,2013,Unknown,Unknown,19.0,6,5 +536,2013,Unknown,Unknown,2.5,6,6 +537,2013,Unknown,Unknown,2.5,6,7 +538,2013,Unknown,Unknown,5.0,6,2 +539,2013,Unknown,Unknown,19.0,6,3 +540,2013,Unknown,Unknown,24.0,6,1 +541,2013,by citizenship,Bangladesh,5.0,6,1 +542,2013,by citizenship,India,2.5,6,1 +543,2013,by citizenship,Indonesia,2.5,6,1 +544,2013,by citizenship,Nepal,2.5,6,1 +545,2013,by citizenship,Pakistan,9.0,6,1 +546,2013,by citizenship,Philippines,2.5,6,1 +547,2013,by citizenship,Moldova,2.5,6,1 +548,2013,by citizenship,Syria,2.5,6,1 +549,2013,by citizenship,Uzbekistan,2.5,6,1 +550,2013,by country of repatriation,Armenia,12.0,6,1 +551,2013,by country of repatriation,Azerbaijan,16.0,6,1 +552,2013,by country of repatriation,Belarus,2.5,6,1 +553,2013,by country of repatriation,Indonesia,2.5,6,1 +554,2013,by country of repatriation,Kyrgyzstan,10.0,6,1 +555,2013,by country of repatriation,Nepal,2.5,6,1 +556,2013,by country of repatriation,Nigeria,24.0,6,1 +557,2013,by country of repatriation,Moldova,2.5,6,1 +558,2013,by country of repatriation,Tajikistan,9.0,6,1 +559,2013,by country of repatriation,Uganda,15.0,6,1 +560,2013,by country of repatriation,Uzbekistan,60.0,6,1 +561,2013,by form of exploitation,Sexual exploitation,24.0,6,1 +562,2014,Unknown,Unknown,2.5,6,2 +563,2014,Unknown,Unknown,2.5,6,3 +564,2014,Unknown,Unknown,20.0,6,1 +565,2014,by country of repatriation,Azerbaijan,6.0,6,1 +566,2014,by country of repatriation,Indonesia,12.0,6,1 +567,2014,by country of repatriation,Nigeria,35.0,6,1 +568,2014,by country of repatriation,Moldova,2.5,6,1 +569,2014,by country of repatriation,Tajikistan,11.0,6,1 +570,2014,by country of repatriation,Uganda,6.0,6,1 +571,2014,by country of repatriation,Ukraine,2.5,6,1 +572,2014,by country of repatriation,Uzbekistan,50.0,6,1 +573,2014,by form of exploitation,Sexual exploitation,20.0,6,1 +574,2015,Unknown,Unknown,2.5,6,4 +575,2015,Unknown,Unknown,16.0,6,5 +576,2015,Unknown,Unknown,2.5,6,6 +577,2015,Unknown,Unknown,2.5,6,7 +578,2015,Unknown,Unknown,2.5,6,2 +579,2015,Unknown,Unknown,16.0,6,3 +580,2015,Unknown,Unknown,17.0,6,1 +581,2015,by citizenship,Azerbaijan,2.5,6,1 +582,2015,by citizenship,Bangladesh,5.0,6,1 +583,2015,by citizenship,India,2.5,6,1 +584,2015,by citizenship,Indonesia,6.0,6,1 +585,2015,by citizenship,Morocco,2.5,6,1 +586,2015,by citizenship,Nigeria,2.5,6,1 +587,2015,by citizenship,Pakistan,2.5,6,1 +588,2015,by citizenship,Philippines,2.5,6,1 +589,2015,by citizenship,UAE,2.5,6,1 +590,2015,by country of repatriation,Azerbaijan,6.0,6,1 +591,2015,by country of repatriation,Indonesia,20.0,6,1 +592,2015,by country of repatriation,Nigeria,49.0,6,1 +593,2015,by country of repatriation,Tajikistan,5.0,6,1 +594,2015,by country of repatriation,Uzbekistan,12.0,6,1 +595,2015,by form of exploitation,Sexual exploitation,17.0,6,1 +596,2016,Unknown,Unknown,34.0,6,1 +597,2016,by country of repatriation,Armenia,7.0,6,1 +598,2016,by country of repatriation,Azerbaijan,12.0,6,1 +599,2016,by country of repatriation,Belarus,2.5,6,1 +600,2016,by country of repatriation,Colombia,2.5,6,1 +601,2016,by country of repatriation,Indonesia,32.0,6,1 +602,2016,by country of repatriation,Nigeria,131.0,6,1 +603,2016,by country of repatriation,Moldova,6.0,6,1 +604,2016,by country of repatriation,Rwanda,2.5,6,1 +605,2016,by country of repatriation,Tajikistan,87.0,6,1 +606,2016,by country of repatriation,Tunisia,13.0,6,1 +607,2016,by country of repatriation,Turkmenistan,2.5,6,1 +608,2016,by country of repatriation,Uganda,6.0,6,1 +609,2016,by country of repatriation,Ukraine,2.5,6,1 +610,2016,by country of repatriation,Uzbekistan,62.0,6,1 +611,2017,Unknown,Unknown,5.0,6,4 +612,2017,Unknown,Unknown,23.0,6,5 +613,2017,Unknown,Unknown,2.5,6,6 +614,2017,Unknown,Unknown,2.5,6,7 +615,2017,Unknown,Unknown,5.0,6,2 +616,2017,Unknown,Unknown,23.0,6,3 +617,2017,Unknown,Unknown,28.0,6,1 +618,2017,by form of exploitation,Sexual exploitation,5.0,6,4 +619,2017,by form of exploitation,Sexual exploitation,15.0,6,5 +620,2017,by form of exploitation,Sexual exploitation,2.5,6,6 +621,2017,by form of exploitation,Sexual exploitation,2.5,6,7 +622,2017,by form of exploitation,Sexual exploitation,5.0,6,2 +623,2017,by form of exploitation,Sexual exploitation,15.0,6,3 +624,2017,by form of exploitation,Sexual exploitation,20.0,6,1 +625,2018,Unknown,Unknown,15.0,6,4 +626,2018,Unknown,Unknown,17.0,6,5 +627,2018,Unknown,Unknown,2.5,6,6 +628,2018,Unknown,Unknown,15.0,6,7 +629,2018,Unknown,Unknown,19.0,6,2 +630,2018,Unknown,Unknown,32.0,6,3 +631,2018,Unknown,Unknown,51.0,6,1 +632,2018,by citizenship,,51.0,6,1 +633,2018,by form of exploitation,Forced labour,2.5,6,4 +634,2018,by form of exploitation,Forced labour,2.5,6,5 +635,2018,by form of exploitation,Forced labour,2.5,6,6 +636,2018,by form of exploitation,Forced labour,2.5,6,7 +637,2018,by form of exploitation,Forced labour,8.0,6,1 +638,2018,by form of exploitation,Sexual exploitation,10.0,6,4 +639,2018,by form of exploitation,Sexual exploitation,15.0,6,5 +640,2018,by form of exploitation,Sexual exploitation,2.5,6,6 +641,2018,by form of exploitation,Sexual exploitation,2.5,6,7 +642,2018,by form of exploitation,Sexual exploitation,12.0,6,2 +643,2018,by form of exploitation,Sexual exploitation,15.0,6,3 +644,2018,by form of exploitation,Sexual exploitation,26.0,6,1 +645,2019,Unknown,Unknown,11.0,6,4 +646,2019,Unknown,Unknown,39.0,6,5 +647,2019,Unknown,Unknown,2.5,6,6 +648,2019,Unknown,Unknown,2.5,6,7 +649,2019,Unknown,Unknown,2.5,6,8 +650,2019,Unknown,Unknown,11.0,6,2 +651,2019,Unknown,Unknown,39.0,6,3 +652,2019,Unknown,Unknown,50.0,6,1 +653,2019,by citizenship,,86.0,6,1 +654,2019,by form of exploitation,Forced labour,2.5,6,4 +655,2019,by form of exploitation,Forced labour,2.5,6,5 +656,2019,by form of exploitation,Forced labour,2.5,6,6 +657,2019,by form of exploitation,Forced labour,2.5,6,7 +658,2019,by form of exploitation,Forced labour,2.5,6,9 +659,2019,by form of exploitation,Forced labour,2.5,6,8 +660,2019,by form of exploitation,Forced labour,2.5,6,2 +661,2019,by form of exploitation,Forced labour,2.5,6,3 +662,2019,by form of exploitation,Forced labour,2.5,6,1 +663,2019,by form of exploitation,Sexual exploitation,11.0,6,4 +664,2019,by form of exploitation,Sexual exploitation,39.0,6,5 +665,2019,by form of exploitation,Sexual exploitation,2.5,6,6 +666,2019,by form of exploitation,Sexual exploitation,2.5,6,7 +667,2019,by form of exploitation,Sexual exploitation,2.5,6,9 +668,2019,by form of exploitation,Sexual exploitation,2.5,6,8 +669,2019,by form of exploitation,Sexual exploitation,11.0,6,2 +670,2019,by form of exploitation,Sexual exploitation,39.0,6,3 +671,2019,by form of exploitation,Sexual exploitation,50.0,6,1 +672,2019,by form of exploitation,Sexual exploitation,2.5,6,1 +673,2020,Unknown,Unknown,2.5,6,4 +674,2020,Unknown,Unknown,19.0,6,5 +675,2020,Unknown,Unknown,2.5,6,6 +676,2020,Unknown,Unknown,2.5,6,7 +677,2020,Unknown,Unknown,2.5,6,8 +678,2020,Unknown,Unknown,2.5,6,2 +679,2020,Unknown,Unknown,19.0,6,3 +680,2020,Unknown,Unknown,20.0,6,1 +681,2020,by citizenship,,35.0,6,1 +682,2020,by form of exploitation,Forced labour,2.5,6,4 +683,2020,by form of exploitation,Forced labour,2.5,6,5 +684,2020,by form of exploitation,Forced labour,2.5,6,6 +685,2020,by form of exploitation,Forced labour,2.5,6,7 +686,2020,by form of exploitation,Forced labour,2.5,6,9 +687,2020,by form of exploitation,Forced labour,2.5,6,8 +688,2020,by form of exploitation,Forced labour,2.5,6,2 +689,2020,by form of exploitation,Forced labour,2.5,6,3 +690,2020,by form of exploitation,Forced labour,2.5,6,1 +691,2020,by form of exploitation,Forced labour,2.5,6,1 +692,2020,by form of exploitation,Sexual exploitation,2.5,6,4 +693,2020,by form of exploitation,Sexual exploitation,18.0,6,5 +694,2020,by form of exploitation,Sexual exploitation,2.5,6,6 +695,2020,by form of exploitation,Sexual exploitation,2.5,6,7 +696,2020,by form of exploitation,Sexual exploitation,2.5,6,9 +697,2020,by form of exploitation,Sexual exploitation,2.5,6,8 +698,2020,by form of exploitation,Sexual exploitation,2.5,6,2 +699,2020,by form of exploitation,Sexual exploitation,18.0,6,3 +700,2020,by form of exploitation,Sexual exploitation,19.0,6,1 +701,2020,by form of exploitation,Sexual exploitation,2.5,6,1 +702,2021,Unknown,Unknown,2.5,6,4 +703,2021,Unknown,Unknown,21.0,6,5 +704,2021,Unknown,Unknown,2.5,6,6 +705,2021,Unknown,Unknown,2.5,6,7 +706,2021,Unknown,Unknown,8.0,6,2 +707,2021,Unknown,Unknown,24.0,6,3 +708,2021,Unknown,Unknown,32.0,6,1 +709,2021,by citizenship,,22.0,6,1 +710,2021,by form of exploitation,Forced labour,2.5,6,4 +711,2021,by form of exploitation,Forced labour,2.5,6,5 +712,2021,by form of exploitation,Forced labour,2.5,6,6 +713,2021,by form of exploitation,Forced labour,2.5,6,7 +714,2021,by form of exploitation,Forced labour,2.5,6,9 +715,2021,by form of exploitation,Forced labour,2.5,6,8 +716,2021,by form of exploitation,Forced labour,2.5,6,2 +717,2021,by form of exploitation,Forced labour,2.5,6,3 +718,2021,by form of exploitation,Forced labour,2.5,6,1 +719,2021,by form of exploitation,Forced labour,2.5,6,1 +720,2021,by form of exploitation,Sexual exploitation,2.5,6,4 +721,2021,by form of exploitation,Sexual exploitation,17.0,6,5 +722,2021,by form of exploitation,Sexual exploitation,2.5,6,6 +723,2021,by form of exploitation,Sexual exploitation,2.5,6,7 +724,2021,by form of exploitation,Sexual exploitation,2.5,6,9 +725,2021,by form of exploitation,Sexual exploitation,2.5,6,8 +726,2021,by form of exploitation,Sexual exploitation,2.5,6,2 +727,2021,by form of exploitation,Sexual exploitation,19.0,6,3 +728,2021,by form of exploitation,Sexual exploitation,23.0,6,1 +729,2021,by form of exploitation,Sexual exploitation,2.5,6,1 +730,2022,Unknown,Unknown,2.5,6,4 +731,2022,Unknown,Unknown,35.0,6,5 +732,2022,Unknown,Unknown,2.5,6,6 +733,2022,Unknown,Unknown,2.5,6,7 +734,2022,Unknown,Unknown,5.0,6,2 +735,2022,Unknown,Unknown,36.0,6,3 +736,2022,Unknown,Unknown,41.0,6,1 +737,2022,by citizenship,,36.0,6,1 +738,2022,by form of exploitation,Forced labour,2.5,6,4 +739,2022,by form of exploitation,Forced labour,2.5,6,5 +740,2022,by form of exploitation,Forced labour,2.5,6,6 +741,2022,by form of exploitation,Forced labour,2.5,6,7 +742,2022,by form of exploitation,Forced labour,2.5,6,9 +743,2022,by form of exploitation,Forced labour,2.5,6,8 +744,2022,by form of exploitation,Forced labour,2.5,6,2 +745,2022,by form of exploitation,Forced labour,2.5,6,3 +746,2022,by form of exploitation,Forced labour,2.5,6,1 +747,2022,by form of exploitation,Forced labour,2.5,6,1 +748,2022,by form of exploitation,Sexual exploitation,2.5,6,4 +749,2022,by form of exploitation,Sexual exploitation,35.0,6,5 +750,2022,by form of exploitation,Sexual exploitation,2.5,6,6 +751,2022,by form of exploitation,Sexual exploitation,2.5,6,7 +752,2022,by form of exploitation,Sexual exploitation,2.5,6,9 +753,2022,by form of exploitation,Sexual exploitation,2.5,6,8 +754,2022,by form of exploitation,Sexual exploitation,2.5,6,2 +755,2022,by form of exploitation,Sexual exploitation,36.0,6,3 +756,2022,by form of exploitation,Sexual exploitation,39.0,6,1 +757,2022,by form of exploitation,Sexual exploitation,2.5,6,1 +758,2003,by country of repatriation,Abroad,2.5,7,1 +759,2005,by form of exploitation,Forced labour,12.0,7,1 +760,2005,by form of exploitation,Sexual exploitation,18.0,7,1 +761,2006,by form of exploitation,Forced labour,37.0,7,1 +762,2006,by form of exploitation,Sexual exploitation,26.0,7,1 +763,2007,by form of exploitation,Forced labour,46.0,7,1 +764,2007,by form of exploitation,Sexual exploitation,33.0,7,1 +765,2008,Unknown,Unknown,57.0,7,2 +766,2008,Unknown,Unknown,129.0,7,3 +767,2008,Unknown,Unknown,186.0,7,1 +768,2008,by form of exploitation,Forced labour,72.0,7,1 +769,2008,by form of exploitation,Sexual exploitation,114.0,7,1 +770,2009,Unknown,Unknown,84.0,7,2 +771,2009,Unknown,Unknown,338.0,7,3 +772,2009,Unknown,Unknown,422.0,7,1 +773,2009,by form of exploitation,Forced labour,168.0,7,1 +774,2009,by form of exploitation,Sexual exploitation,254.0,7,1 +775,2010,Unknown,Unknown,32.0,7,4 +776,2010,Unknown,Unknown,178.0,7,5 +777,2010,Unknown,Unknown,7.0,7,6 +778,2010,Unknown,Unknown,46.0,7,7 +779,2010,Unknown,Unknown,39.0,7,2 +780,2010,Unknown,Unknown,224.0,7,3 +781,2010,Unknown,Unknown,263.0,7,1 +782,2010,by citizenship,Argentina,18.0,7,1 +783,2010,by citizenship,Bolivia,53.0,7,1 +784,2010,by citizenship,Dominican Republic,2.5,7,1 +785,2010,by citizenship,Paraguay,59.0,7,1 +786,2010,by citizenship,Peru,9.0,7,1 +787,2010,by country of repatriation,Dominican Republic,2.5,7,1 +788,2010,by country of repatriation,Paraguay,8.0,7,1 +789,2010,by form of exploitation,Forced labour,67.0,7,1 +790,2010,by form of exploitation,Sexual exploitation,196.0,7,1 +791,2011,Unknown,Unknown,21.0,7,4 +792,2011,Unknown,Unknown,77.0,7,5 +793,2011,Unknown,Unknown,11.0,7,6 +794,2011,Unknown,Unknown,41.0,7,7 +795,2011,Unknown,Unknown,32.0,7,2 +796,2011,Unknown,Unknown,118.0,7,3 +797,2011,Unknown,Unknown,150.0,7,1 +798,2011,by citizenship,Argentina,22.0,7,1 +799,2011,by citizenship,Bolivia,38.0,7,1 +800,2011,by citizenship,China,9.0,7,1 +801,2011,by citizenship,Dominican Republic,20.0,7,1 +802,2011,by citizenship,Paraguay,30.0,7,1 +803,2011,by citizenship,Peru,2.5,7,1 +804,2011,by country of repatriation,Paraguay,2.5,7,1 +805,2011,by form of exploitation,Forced labour,76.0,7,1 +806,2011,by form of exploitation,Sexual exploitation,74.0,7,1 +807,2012,Unknown,Unknown,9.0,7,4 +808,2012,Unknown,Unknown,236.0,7,5 +809,2012,Unknown,Unknown,5.0,7,6 +810,2012,Unknown,Unknown,53.0,7,7 +811,2012,Unknown,Unknown,14.0,7,2 +812,2012,Unknown,Unknown,289.0,7,3 +813,2012,Unknown,Unknown,303.0,7,1 +814,2012,by citizenship,Argentina,58.0,7,1 +815,2012,by citizenship,Bolivia,23.0,7,1 +816,2012,by citizenship,Brazil,2.5,7,1 +817,2012,by citizenship,Colombia,5.0,7,1 +818,2012,by citizenship,Dominican Republic,12.0,7,1 +819,2012,by citizenship,Paraguay,79.0,7,1 +820,2012,by citizenship,Peru,17.0,7,1 +821,2012,by country of repatriation,Colombia,2.5,7,1 +822,2012,by country of repatriation,Peru,17.0,7,1 +823,2012,by form of exploitation,Forced labour,88.0,7,1 +824,2012,by form of exploitation,Sexual exploitation,215.0,7,1 +825,2013,Unknown,Unknown,20.0,7,4 +826,2013,Unknown,Unknown,204.0,7,5 +827,2013,Unknown,Unknown,10.0,7,6 +828,2013,Unknown,Unknown,103.0,7,7 +829,2013,Unknown,Unknown,32.0,7,2 +830,2013,Unknown,Unknown,340.0,7,3 +831,2013,Unknown,Unknown,374.0,7,1 +832,2013,by citizenship,Argentina,75.0,7,1 +833,2013,by citizenship,Bolivia,127.0,7,1 +834,2013,by citizenship,Chile,2.5,7,1 +835,2013,by citizenship,Colombia,7.0,7,1 +836,2013,by citizenship,Dominican Republic,15.0,7,1 +837,2013,by citizenship,Paraguay,8.0,7,1 +838,2013,by country of repatriation,Colombia,17.0,7,1 +839,2013,by country of repatriation,Paraguay,10.0,7,1 +840,2013,by country of repatriation,Peru,5.0,7,1 +841,2013,by form of exploitation,Forced labour,213.0,7,1 +842,2013,by form of exploitation,Sexual exploitation,161.0,7,1 +843,2014,Unknown,Unknown,19.0,7,4 +844,2014,Unknown,Unknown,186.0,7,5 +845,2014,Unknown,Unknown,6.0,7,6 +846,2014,Unknown,Unknown,133.0,7,7 +847,2014,Unknown,Unknown,25.0,7,2 +848,2014,Unknown,Unknown,319.0,7,3 +849,2014,Unknown,Unknown,375.0,7,1 +850,2014,by citizenship,Argentina,81.0,7,1 +851,2014,by citizenship,Bolivia,42.0,7,1 +852,2014,by citizenship,Brazil,2.5,7,1 +853,2014,by citizenship,Dominican Republic,30.0,7,1 +854,2014,by citizenship,Ecuador,2.5,7,1 +855,2014,by citizenship,Paraguay,26.0,7,1 +856,2014,by citizenship,Peru,5.0,7,1 +857,2014,by citizenship,Uruguay,2.5,7,1 +858,2014,by country of repatriation,Bolivia,65.0,7,1 +859,2014,by country of repatriation,Colombia,9.0,7,1 +860,2014,by country of repatriation,Ecuador,2.5,7,1 +861,2014,by country of repatriation,Paraguay,23.0,7,1 +862,2014,by country of repatriation,Peru,7.0,7,1 +863,2014,by form of exploitation,Forced labour,7.0,7,4 +864,2014,by form of exploitation,Forced labour,2.5,7,5 +865,2014,by form of exploitation,Forced labour,10.0,7,6 +866,2014,by form of exploitation,Forced labour,142.0,7,7 +867,2014,by form of exploitation,Forced labour,209.0,7,1 +868,2014,by form of exploitation,Sexual exploitation,11.0,7,4 +869,2014,by form of exploitation,Sexual exploitation,163.0,7,5 +870,2014,by form of exploitation,Sexual exploitation,2.5,7,6 +871,2014,by form of exploitation,Sexual exploitation,2.5,7,7 +872,2014,by form of exploitation,Sexual exploitation,182.0,7,1 +873,2015,Unknown,Unknown,7.0,7,4 +874,2015,Unknown,Unknown,115.0,7,5 +875,2015,Unknown,Unknown,13.0,7,6 +876,2015,Unknown,Unknown,81.0,7,7 +877,2015,Unknown,Unknown,21.0,7,2 +878,2015,Unknown,Unknown,222.0,7,3 +879,2015,Unknown,Unknown,243.0,7,1 +880,2015,by citizenship,Argentina,116.0,7,1 +881,2015,by citizenship,Bolivia,70.0,7,1 +882,2015,by citizenship,China,2.5,7,1 +883,2015,by citizenship,Dominican Republic,11.0,7,1 +884,2015,by citizenship,Paraguay,36.0,7,1 +885,2015,by citizenship,Uruguay,2.5,7,1 +886,2015,by country of repatriation,Colombia,2.5,7,1 +887,2015,by country of repatriation,Paraguay,16.0,7,1 +888,2015,by country of repatriation,Peru,2.5,7,1 +889,2015,by form of exploitation,Forced labour,2.5,7,4 +890,2015,by form of exploitation,Forced labour,36.0,7,5 +891,2015,by form of exploitation,Forced labour,10.0,7,6 +892,2015,by form of exploitation,Forced labour,106.0,7,7 +893,2015,by form of exploitation,Forced labour,192.0,7,1 +894,2015,by form of exploitation,Sexual exploitation,9.0,7,4 +895,2015,by form of exploitation,Sexual exploitation,184.0,7,5 +896,2015,by form of exploitation,Sexual exploitation,2.5,7,6 +897,2015,by form of exploitation,Sexual exploitation,2.5,7,7 +898,2015,by form of exploitation,Sexual exploitation,194.0,7,1 +899,2016,Unknown,Unknown,28.0,7,4 +900,2016,Unknown,Unknown,279.0,7,5 +901,2016,Unknown,Unknown,12.0,7,6 +902,2016,Unknown,Unknown,91.0,7,7 +903,2016,Unknown,Unknown,40.0,7,2 +904,2016,Unknown,Unknown,370.0,7,3 +905,2016,Unknown,Unknown,414.0,7,1 +906,2016,by citizenship,Argentina,100.0,7,1 +907,2016,by citizenship,Bolivia,116.0,7,1 +908,2016,by citizenship,Chile,2.5,7,1 +909,2016,by citizenship,Dominican Republic,19.0,7,1 +910,2016,by citizenship,Paraguay,30.0,7,1 +911,2016,by citizenship,Venezuela,2.5,7,1 +912,2016,by country of repatriation,Bolivia,111.0,7,1 +913,2016,by country of repatriation,Colombia,16.0,7,1 +914,2016,by country of repatriation,Honduras,2.5,7,1 +915,2016,by country of repatriation,Paraguay,50.0,7,1 +916,2016,by country of repatriation,Peru,11.0,7,1 +917,2016,by form of exploitation,Forced labour,11.0,7,4 +918,2016,by form of exploitation,Forced labour,90.0,7,5 +919,2016,by form of exploitation,Forced labour,9.0,7,6 +920,2016,by form of exploitation,Forced labour,91.0,7,7 +921,2016,by form of exploitation,Forced labour,203.0,7,1 +922,2016,by form of exploitation,Sexual exploitation,19.0,7,4 +923,2016,by form of exploitation,Sexual exploitation,197.0,7,5 +924,2016,by form of exploitation,Sexual exploitation,2.5,7,6 +925,2016,by form of exploitation,Sexual exploitation,2.5,7,7 +926,2016,by form of exploitation,Sexual exploitation,220.0,7,1 +927,2017,Unknown,Unknown,38.0,7,4 +928,2017,Unknown,Unknown,619.0,7,5 +929,2017,Unknown,Unknown,21.0,7,6 +930,2017,Unknown,Unknown,503.0,7,7 +931,2017,Unknown,Unknown,2.5,7,9 +932,2017,Unknown,Unknown,59.0,7,2 +933,2017,Unknown,Unknown,1122.0,7,3 +934,2017,Unknown,Unknown,1200.0,7,1 +935,2017,Unknown,Unknown,2.5,7,1 +936,2017,by citizenship,Argentina,569.0,7,1 +937,2017,by citizenship,Bolivia,404.0,7,1 +938,2017,by citizenship,Brazil,9.0,7,1 +939,2017,by citizenship,Others,45.0,7,1 +940,2017,by citizenship,Paraguay,92.0,7,1 +941,2017,by citizenship,Peru,18.0,7,1 +942,2017,by citizenship,Dominican Republic,63.0,7,1 +943,2017,by country of repatriation,Abroad,5.0,7,1 +944,2017,by country of repatriation,Italy,2.5,7,1 +945,2017,by country of repatriation,Mexico,2.5,7,1 +946,2017,by country of repatriation,Peru,2.5,7,1 +947,2017,by form of exploitation,Forced labour,776.0,7,1 +948,2017,by form of exploitation,Sexual exploitation,423.0,7,1 +949,2018,Unknown,Unknown,34.0,7,4 +950,2018,Unknown,Unknown,825.0,7,5 +951,2018,Unknown,Unknown,15.0,7,6 +952,2018,Unknown,Unknown,655.0,7,7 +953,2018,Unknown,Unknown,2.5,7,9 +954,2018,Unknown,Unknown,2.5,7,8 +955,2018,Unknown,Unknown,49.0,7,2 +956,2018,Unknown,Unknown,1482.0,7,3 +957,2018,Unknown,Unknown,1531.0,7,1 +958,2018,Unknown,Unknown,2.5,7,1 +959,2018,by citizenship,Argentina,738.0,7,1 +960,2018,by citizenship,Bolivia,531.0,7,1 +961,2018,by citizenship,Brazil,2.5,7,1 +962,2018,by citizenship,Chile,5.0,7,1 +963,2018,by citizenship,China,19.0,7,1 +964,2018,by citizenship,Colombia,16.0,7,1 +965,2018,by citizenship,Ghana,2.5,7,1 +966,2018,by citizenship,Haiti,2.5,7,1 +967,2018,by citizenship,Nigeria,2.5,7,1 +968,2018,by citizenship,Paraguay,132.0,7,1 +969,2018,by citizenship,Peru,41.0,7,1 +970,2018,by citizenship,Dominican Republic,22.0,7,1 +971,2018,by citizenship,Senegal,2.5,7,1 +972,2018,by citizenship,Uruguay,5.0,7,1 +973,2018,by citizenship,Venezuela,12.0,7,1 +974,2018,by country of repatriation,Unknown,2.5,7,1 +975,2018,by country of repatriation,Abroad,2.5,7,1 +976,2018,by form of exploitation,Forced labour,972.0,7,1 +977,2018,by form of exploitation,Sexual exploitation,552.0,7,1 +978,2019,Unknown,Unknown,70.0,7,4 +979,2019,Unknown,Unknown,807.0,7,5 +980,2019,Unknown,Unknown,31.0,7,6 +981,2019,Unknown,Unknown,671.0,7,7 +982,2019,Unknown,Unknown,2.5,7,9 +983,2019,Unknown,Unknown,11.0,7,8 +984,2019,Unknown,Unknown,101.0,7,2 +985,2019,Unknown,Unknown,1489.0,7,3 +986,2019,Unknown,Unknown,1590.0,7,1 +987,2019,Unknown,Unknown,2.5,7,1 +988,2019,by citizenship,Bolivia,204.0,7,1 +989,2019,by citizenship,Brazil,6.0,7,1 +990,2019,by citizenship,Chile,2.5,7,1 +991,2019,by citizenship,China,19.0,7,1 +992,2019,by citizenship,Unknown,1094.0,7,1 +993,2019,by citizenship,Colombia,9.0,7,1 +994,2019,by citizenship,South Korea,2.5,7,1 +995,2019,by citizenship,Ecuador,2.5,7,1 +996,2019,by citizenship,Paraguay,134.0,7,1 +997,2019,by citizenship,Peru,33.0,7,1 +998,2019,by citizenship,Dominican Republic,53.0,7,1 +999,2019,by citizenship,Senegal,7.0,7,1 +1000,2019,by citizenship,South Africa,2.5,7,1 +1001,2019,by citizenship,Uruguay,6.0,7,1 +1002,2019,by citizenship,Venezuela,15.0,7,1 +1003,2019,by country of repatriation,Abroad,2.5,7,1 +1004,2019,by country of repatriation,Panama,2.5,7,1 +1005,2019,by country of repatriation,Peru,2.5,7,1 +1006,2019,by form of exploitation,Forced labour,28.0,7,4 +1007,2019,by form of exploitation,Forced labour,255.0,7,5 +1008,2019,by form of exploitation,Forced labour,27.0,7,6 +1009,2019,by form of exploitation,Forced labour,624.0,7,7 +1010,2019,by form of exploitation,Forced labour,2.5,7,9 +1011,2019,by form of exploitation,Forced labour,2.5,7,8 +1012,2019,by form of exploitation,Forced labour,55.0,7,2 +1013,2019,by form of exploitation,Forced labour,879.0,7,3 +1014,2019,by form of exploitation,Forced labour,934.0,7,1 +1015,2019,by form of exploitation,Forced labour,2.5,7,1 +1016,2019,by form of exploitation,Sexual exploitation,42.0,7,4 +1017,2019,by form of exploitation,Sexual exploitation,493.0,7,5 +1018,2019,by form of exploitation,Sexual exploitation,2.5,7,6 +1019,2019,by form of exploitation,Sexual exploitation,8.0,7,7 +1020,2019,by form of exploitation,Sexual exploitation,2.5,7,9 +1021,2019,by form of exploitation,Sexual exploitation,2.5,7,8 +1022,2019,by form of exploitation,Sexual exploitation,43.0,7,2 +1023,2019,by form of exploitation,Sexual exploitation,501.0,7,3 +1024,2019,by form of exploitation,Sexual exploitation,544.0,7,1 +1025,2019,by form of exploitation,Sexual exploitation,2.5,7,1 +1026,2020,Unknown,Unknown,44.0,7,4 +1027,2020,Unknown,Unknown,362.0,7,5 +1028,2020,Unknown,Unknown,24.0,7,6 +1029,2020,Unknown,Unknown,494.0,7,7 +1030,2020,Unknown,Unknown,2.5,7,9 +1031,2020,Unknown,Unknown,9.0,7,8 +1032,2020,Unknown,Unknown,68.0,7,2 +1033,2020,Unknown,Unknown,865.0,7,3 +1034,2020,Unknown,Unknown,933.0,7,1 +1035,2020,Unknown,Unknown,2.5,7,1 +1036,2020,by citizenship,Bolivia,76.0,7,1 +1037,2020,by citizenship,Brazil,2.5,7,1 +1038,2020,by citizenship,Chile,2.5,7,1 +1039,2020,by citizenship,China,2.5,7,1 +1040,2020,by citizenship,Unknown,688.0,7,1 +1041,2020,by citizenship,Colombia,7.0,7,1 +1042,2020,by citizenship,South Korea,20.0,7,1 +1043,2020,by citizenship,Unknown,2.5,7,1 +1044,2020,by citizenship,Ecuador,5.0,7,1 +1045,2020,by citizenship,United States,2.5,7,1 +1046,2020,by citizenship,Haiti,2.5,7,1 +1047,2020,by citizenship,Mexico,2.5,7,1 +1048,2020,by citizenship,Paraguay,82.0,7,1 +1049,2020,by citizenship,Peru,21.0,7,1 +1050,2020,by citizenship,Dominican Republic,2.5,7,1 +1051,2020,by citizenship,Rusia,2.5,7,1 +1052,2020,by citizenship,Uruguay,5.0,7,1 +1053,2020,by citizenship,Venezuela,15.0,7,1 +1054,2020,by country of repatriation,Abroad,10.0,7,1 +1055,2020,by country of repatriation,Bolivia,2.5,7,1 +1056,2020,by country of repatriation,Chile,2.5,7,1 +1057,2020,by country of repatriation,South Korea,2.5,7,1 +1058,2020,by country of repatriation,Mexico,2.5,7,1 +1059,2020,by country of repatriation,Paraguay,2.5,7,1 +1060,2020,by country of repatriation,Uruguay,2.5,7,1 +1061,2020,by country of repatriation,,2.5,7,1 +1062,2020,by form of exploitation,Forced labour,16.0,7,4 +1063,2020,by form of exploitation,Forced labour,116.0,7,5 +1064,2020,by form of exploitation,Forced labour,23.0,7,6 +1065,2020,by form of exploitation,Forced labour,489.0,7,7 +1066,2020,by form of exploitation,Forced labour,2.5,7,9 +1067,2020,by form of exploitation,Forced labour,2.5,7,8 +1068,2020,by form of exploitation,Forced labour,39.0,7,2 +1069,2020,by form of exploitation,Forced labour,605.0,7,3 +1070,2020,by form of exploitation,Forced labour,644.0,7,1 +1071,2020,by form of exploitation,Forced labour,2.5,7,1 +1072,2020,by form of exploitation,Sexual exploitation,21.0,7,4 +1073,2020,by form of exploitation,Sexual exploitation,202.0,7,5 +1074,2020,by form of exploitation,Sexual exploitation,2.5,7,6 +1075,2020,by form of exploitation,Sexual exploitation,2.5,7,7 +1076,2020,by form of exploitation,Sexual exploitation,2.5,7,9 +1077,2020,by form of exploitation,Sexual exploitation,9.0,7,8 +1078,2020,by form of exploitation,Sexual exploitation,22.0,7,2 +1079,2020,by form of exploitation,Sexual exploitation,213.0,7,3 +1080,2020,by form of exploitation,Sexual exploitation,235.0,7,1 +1081,2020,by form of exploitation,Sexual exploitation,2.5,7,1 +1082,2021,Unknown,Unknown,58.0,7,4 +1083,2021,Unknown,Unknown,490.0,7,5 +1084,2021,Unknown,Unknown,55.0,7,6 +1085,2021,Unknown,Unknown,794.0,7,7 +1086,2021,Unknown,Unknown,2.5,7,9 +1087,2021,Unknown,Unknown,6.0,7,8 +1088,2021,Unknown,Unknown,113.0,7,2 +1089,2021,Unknown,Unknown,1290.0,7,3 +1090,2021,Unknown,Unknown,1404.0,7,1 +1091,2021,Unknown,Unknown,2.5,7,1 +1092,2021,by citizenship,Bolivia,158.0,7,1 +1093,2021,by citizenship,Brazil,2.5,7,1 +1094,2021,by citizenship,China,2.5,7,1 +1095,2021,by citizenship,Unknown,1110.0,7,1 +1096,2021,by citizenship,Colombia,9.0,7,1 +1097,2021,by citizenship,Costa Rica,2.5,7,1 +1098,2021,by citizenship,Cuba,2.5,7,1 +1099,2021,by citizenship,Ecuador,2.5,7,1 +1100,2021,by citizenship,Jamaica,2.5,7,1 +1101,2021,by citizenship,Morocco,2.5,7,1 +1102,2021,by citizenship,Paraguay,64.0,7,1 +1103,2021,by citizenship,Peru,18.0,7,1 +1104,2021,by citizenship,Dominican Republic,14.0,7,1 +1105,2021,by citizenship,Senegal,5.0,7,1 +1106,2021,by citizenship,Syria,2.5,7,1 +1107,2021,by citizenship,Uruguay,2.5,7,1 +1108,2021,by citizenship,Venezuela,12.0,7,1 +1109,2021,by country of repatriation,Abroad,5.0,7,1 +1110,2021,by country of repatriation,Brazil,2.5,7,1 +1111,2021,by country of repatriation,Costa Rica,2.5,7,1 +1112,2021,by country of repatriation,Guatemala,2.5,7,1 +1113,2021,by form of exploitation,Forced labour,15.0,7,4 +1114,2021,by form of exploitation,Forced labour,136.0,7,5 +1115,2021,by form of exploitation,Forced labour,45.0,7,6 +1116,2021,by form of exploitation,Forced labour,752.0,7,7 +1117,2021,by form of exploitation,Forced labour,2.5,7,9 +1118,2021,by form of exploitation,Forced labour,2.5,7,8 +1119,2021,by form of exploitation,Forced labour,60.0,7,2 +1120,2021,by form of exploitation,Forced labour,888.0,7,3 +1121,2021,by form of exploitation,Forced labour,948.0,7,1 +1122,2021,by form of exploitation,Forced labour,2.5,7,1 +1123,2021,by form of exploitation,Sexual exploitation,32.0,7,4 +1124,2021,by form of exploitation,Sexual exploitation,279.0,7,5 +1125,2021,by form of exploitation,Sexual exploitation,5.0,7,6 +1126,2021,by form of exploitation,Sexual exploitation,6.0,7,7 +1127,2021,by form of exploitation,Sexual exploitation,2.5,7,9 +1128,2021,by form of exploitation,Sexual exploitation,5.0,7,8 +1129,2021,by form of exploitation,Sexual exploitation,37.0,7,2 +1130,2021,by form of exploitation,Sexual exploitation,290.0,7,3 +1131,2021,by form of exploitation,Sexual exploitation,328.0,7,1 +1132,2021,by form of exploitation,Sexual exploitation,2.5,7,1 +1133,2022,Unknown,Unknown,40.0,7,4 +1134,2022,Unknown,Unknown,595.0,7,5 +1135,2022,Unknown,Unknown,21.0,7,6 +1136,2022,Unknown,Unknown,524.0,7,7 +1137,2022,Unknown,Unknown,2.5,7,9 +1138,2022,Unknown,Unknown,6.0,7,8 +1139,2022,Unknown,Unknown,61.0,7,2 +1140,2022,Unknown,Unknown,1125.0,7,3 +1141,2022,Unknown,Unknown,1186.0,7,1 +1142,2022,Unknown,Unknown,2.5,7,1 +1143,2022,by citizenship,Bolivia,138.0,7,1 +1144,2022,by citizenship,Brazil,2.5,7,1 +1145,2022,by citizenship,Chile,5.0,7,1 +1146,2022,by citizenship,China,8.0,7,1 +1147,2022,by citizenship,Unknown,891.0,7,1 +1148,2022,by citizenship,Colombia,5.0,7,1 +1149,2022,by citizenship,Haiti,2.5,7,1 +1150,2022,by citizenship,Morocco,2.5,7,1 +1151,2022,by citizenship,Paraguay,77.0,7,1 +1152,2022,by citizenship,Peru,17.0,7,1 +1153,2022,by citizenship,Dominican Republic,16.0,7,1 +1154,2022,by citizenship,Rusia,2.5,7,1 +1155,2022,by citizenship,Uruguay,5.0,7,1 +1156,2022,by citizenship,Venezuela,18.0,7,1 +1157,2022,by country of repatriation,Abroad,2.5,7,1 +1158,2022,by country of repatriation,Alemania,2.5,7,1 +1159,2022,by country of repatriation,Spain,2.5,7,1 +1160,2022,by country of repatriation,Peru,2.5,7,1 +1161,2022,by form of exploitation,Forced labour,10.0,7,4 +1162,2022,by form of exploitation,Forced labour,182.0,7,5 +1163,2022,by form of exploitation,Forced labour,18.0,7,6 +1164,2022,by form of exploitation,Forced labour,502.0,7,7 +1165,2022,by form of exploitation,Forced labour,2.5,7,9 +1166,2022,by form of exploitation,Forced labour,2.5,7,8 +1167,2022,by form of exploitation,Forced labour,28.0,7,2 +1168,2022,by form of exploitation,Forced labour,685.0,7,3 +1169,2022,by form of exploitation,Forced labour,713.0,7,1 +1170,2022,by form of exploitation,Forced labour,2.5,7,1 +1171,2022,by form of exploitation,Sexual exploitation,19.0,7,4 +1172,2022,by form of exploitation,Sexual exploitation,366.0,7,5 +1173,2022,by form of exploitation,Sexual exploitation,2.5,7,6 +1174,2022,by form of exploitation,Sexual exploitation,8.0,7,7 +1175,2022,by form of exploitation,Sexual exploitation,2.5,7,9 +1176,2022,by form of exploitation,Sexual exploitation,5.0,7,8 +1177,2022,by form of exploitation,Sexual exploitation,21.0,7,2 +1178,2022,by form of exploitation,Sexual exploitation,379.0,7,3 +1179,2022,by form of exploitation,Sexual exploitation,400.0,7,1 +1180,2022,by form of exploitation,Sexual exploitation,2.5,7,1 +1181,2003,by country of repatriation,Abroad,2.5,8,1 +1182,2006,by form of exploitation,Forced labour,2.5,8,1 +1183,2006,by form of exploitation,Sexual exploitation,44.0,8,1 +1184,2007,Unknown,Unknown,2.5,8,4 +1185,2007,Unknown,Unknown,36.0,8,5 +1186,2007,Unknown,Unknown,2.5,8,6 +1187,2007,Unknown,Unknown,2.5,8,7 +1188,2007,Unknown,Unknown,2.5,8,2 +1189,2007,Unknown,Unknown,36.0,8,3 +1190,2007,Unknown,Unknown,36.0,8,1 +1191,2007,by form of exploitation,Forced labour,2.5,8,1 +1192,2007,by form of exploitation,Sexual exploitation,34.0,8,1 +1193,2008,Unknown,Unknown,2.5,8,4 +1194,2008,Unknown,Unknown,31.0,8,5 +1195,2008,Unknown,Unknown,2.5,8,6 +1196,2008,Unknown,Unknown,2.5,8,7 +1197,2008,Unknown,Unknown,2.5,8,2 +1198,2008,Unknown,Unknown,31.0,8,3 +1199,2008,Unknown,Unknown,34.0,8,1 +1200,2008,by citizenship,Armenia,21.0,8,1 +1201,2008,by citizenship,Russia,13.0,8,1 +1202,2008,by form of exploitation,Sexual exploitation,31.0,8,1 +1203,2009,Unknown,Unknown,2.5,8,4 +1204,2009,Unknown,Unknown,42.0,8,5 +1205,2009,Unknown,Unknown,5.0,8,6 +1206,2009,Unknown,Unknown,13.0,8,7 +1207,2009,Unknown,Unknown,5.0,8,2 +1208,2009,Unknown,Unknown,55.0,8,3 +1209,2009,Unknown,Unknown,60.0,8,1 +1210,2009,by citizenship,Armenia,49.0,8,1 +1211,2009,by citizenship,Russia,11.0,8,1 +1212,2009,by form of exploitation,Forced labour,16.0,8,1 +1213,2009,by form of exploitation,Sexual exploitation,39.0,8,1 +1214,2010,Unknown,Unknown,2.5,8,4 +1215,2010,Unknown,Unknown,16.0,8,5 +1216,2010,Unknown,Unknown,2.5,8,6 +1217,2010,Unknown,Unknown,2.5,8,7 +1218,2010,Unknown,Unknown,2.5,8,2 +1219,2010,Unknown,Unknown,16.0,8,3 +1220,2010,Unknown,Unknown,19.0,8,1 +1221,2010,by citizenship,Armenia,19.0,8,1 +1222,2010,by form of exploitation,Sexual exploitation,19.0,8,1 +1223,2011,Unknown,Unknown,5.0,8,4 +1224,2011,Unknown,Unknown,7.0,8,5 +1225,2011,Unknown,Unknown,2.5,8,6 +1226,2011,Unknown,Unknown,2.5,8,7 +1227,2011,Unknown,Unknown,6.0,8,2 +1228,2011,Unknown,Unknown,7.0,8,3 +1229,2011,Unknown,Unknown,13.0,8,1 +1230,2011,by citizenship,Armenia,13.0,8,1 +1231,2011,by form of exploitation,Forced labour,2.5,8,1 +1232,2011,by form of exploitation,Sexual exploitation,10.0,8,1 +1233,2012,Unknown,Unknown,2.5,8,4 +1234,2012,Unknown,Unknown,8.0,8,5 +1235,2012,Unknown,Unknown,2.5,8,6 +1236,2012,Unknown,Unknown,2.5,8,7 +1237,2012,Unknown,Unknown,2.5,8,2 +1238,2012,Unknown,Unknown,12.0,8,3 +1239,2012,Unknown,Unknown,14.0,8,1 +1240,2012,by citizenship,Armenia,2.5,8,1 +1241,2012,by form of exploitation,Forced labour,2.5,8,1 +1242,2012,by form of exploitation,Sexual exploitation,7.0,8,1 +1243,2013,Unknown,Unknown,5.0,8,4 +1244,2013,Unknown,Unknown,12.0,8,5 +1245,2013,Unknown,Unknown,2.5,8,6 +1246,2013,Unknown,Unknown,2.5,8,7 +1247,2013,Unknown,Unknown,9.0,8,2 +1248,2013,Unknown,Unknown,12.0,8,3 +1249,2013,Unknown,Unknown,21.0,8,1 +1250,2013,by citizenship,Armenia,9.0,8,1 +1251,2013,by form of exploitation,Forced labour,6.0,8,1 +1252,2013,by form of exploitation,Sexual exploitation,15.0,8,1 +1253,2014,Unknown,Unknown,2.5,8,4 +1254,2014,Unknown,Unknown,6.0,8,5 +1255,2014,Unknown,Unknown,2.5,8,6 +1256,2014,Unknown,Unknown,2.5,8,7 +1257,2014,Unknown,Unknown,2.5,8,2 +1258,2014,Unknown,Unknown,7.0,8,3 +1259,2014,Unknown,Unknown,8.0,8,1 +1260,2014,by citizenship,Armenia,2.5,8,1 +1261,2014,by citizenship,China,2.5,8,1 +1262,2014,by form of exploitation,Forced labour,2.5,8,1 +1263,2014,by form of exploitation,Sexual exploitation,6.0,8,1 +1264,2015,Unknown,Unknown,2.5,8,4 +1265,2015,Unknown,Unknown,2.5,8,5 +1266,2015,Unknown,Unknown,2.5,8,6 +1267,2015,Unknown,Unknown,2.5,8,7 +1268,2015,Unknown,Unknown,2.5,8,2 +1269,2015,Unknown,Unknown,2.5,8,3 +1270,2015,Unknown,Unknown,5.0,8,1 +1271,2015,by citizenship,Armenia,6.0,8,1 +1272,2015,by form of exploitation,Forced labour,9.0,8,1 +1273,2015,by form of exploitation,Sexual exploitation,8.0,8,1 +1274,2016,Unknown,Unknown,2.5,8,4 +1275,2016,Unknown,Unknown,2.5,8,5 +1276,2016,Unknown,Unknown,2.5,8,6 +1277,2016,Unknown,Unknown,21.0,8,7 +1278,2016,Unknown,Unknown,2.5,8,2 +1279,2016,Unknown,Unknown,25.0,8,3 +1280,2016,Unknown,Unknown,25.0,8,1 +1281,2016,by citizenship,Armenia,2.5,8,1 +1282,2016,by country of repatriation,Ukraine,2.5,8,1 +1283,2016,by form of exploitation,Forced labour,21.0,8,1 +1284,2016,by form of exploitation,Sexual exploitation,2.5,8,1 +1285,2017,Unknown,Unknown,2.5,8,4 +1286,2017,Unknown,Unknown,2.5,8,5 +1287,2017,Unknown,Unknown,2.5,8,6 +1288,2017,Unknown,Unknown,2.5,8,7 +1289,2017,Unknown,Unknown,2.5,8,2 +1290,2017,Unknown,Unknown,8.0,8,3 +1291,2017,Unknown,Unknown,12.0,8,1 +1292,2017,by form of exploitation,Forced labour,2.5,8,4 +1293,2017,by form of exploitation,Forced labour,2.5,8,5 +1294,2017,by form of exploitation,Forced labour,2.5,8,6 +1295,2017,by form of exploitation,Forced labour,2.5,8,7 +1296,2017,by form of exploitation,Forced labour,9.0,8,1 +1297,2017,by form of exploitation,Sexual exploitation,2.5,8,4 +1298,2017,by form of exploitation,Sexual exploitation,2.5,8,5 +1299,2017,by form of exploitation,Sexual exploitation,2.5,8,6 +1300,2017,by form of exploitation,Sexual exploitation,2.5,8,7 +1301,2017,by form of exploitation,Sexual exploitation,2.5,8,1 +1302,2018,Unknown,Unknown,2.5,8,4 +1303,2018,Unknown,Unknown,2.5,8,5 +1304,2018,Unknown,Unknown,2.5,8,6 +1305,2018,Unknown,Unknown,23.0,8,7 +1306,2018,Unknown,Unknown,2.5,8,2 +1307,2018,Unknown,Unknown,26.0,8,3 +1308,2018,Unknown,Unknown,28.0,8,1 +1309,2018,by form of exploitation,Forced labour,2.5,8,4 +1310,2018,by form of exploitation,Forced labour,2.5,8,5 +1311,2018,by form of exploitation,Forced labour,2.5,8,6 +1312,2018,by form of exploitation,Forced labour,23.0,8,7 +1313,2018,by form of exploitation,Forced labour,27.0,8,1 +1314,2018,by form of exploitation,Sexual exploitation,2.5,8,4 +1315,2018,by form of exploitation,Sexual exploitation,2.5,8,5 +1316,2018,by form of exploitation,Sexual exploitation,2.5,8,6 +1317,2018,by form of exploitation,Sexual exploitation,2.5,8,7 +1318,2018,by form of exploitation,Sexual exploitation,2.5,8,1 +1319,2019,Unknown,Unknown,2.5,8,4 +1320,2019,Unknown,Unknown,2.5,8,5 +1321,2019,Unknown,Unknown,2.5,8,6 +1322,2019,Unknown,Unknown,2.5,8,7 +1323,2019,Unknown,Unknown,2.5,8,2 +1324,2019,Unknown,Unknown,7.0,8,3 +1325,2019,Unknown,Unknown,8.0,8,1 +1326,2019,by form of exploitation,Forced labour,2.5,8,4 +1327,2019,by form of exploitation,Forced labour,2.5,8,7 +1328,2019,by form of exploitation,Forced labour,2.5,8,2 +1329,2019,by form of exploitation,Forced labour,2.5,8,3 +1330,2019,by form of exploitation,Forced labour,5.0,8,1 +1331,2019,by form of exploitation,Sexual exploitation,2.5,8,5 +1332,2019,by form of exploitation,Sexual exploitation,2.5,8,3 +1333,2019,by form of exploitation,Sexual exploitation,2.5,8,1 +1334,2020,Unknown,Unknown,2.5,8,4 +1335,2020,Unknown,Unknown,2.5,8,5 +1336,2020,Unknown,Unknown,2.5,8,6 +1337,2020,Unknown,Unknown,7.0,8,7 +1338,2020,Unknown,Unknown,2.5,8,2 +1339,2020,Unknown,Unknown,8.0,8,3 +1340,2020,Unknown,Unknown,11.0,8,1 +1341,2020,by form of exploitation,Forced labour,2.5,8,1 +1342,2020,by form of exploitation,Sexual exploitation,2.5,8,1 +1343,2021,Unknown,Unknown,2.5,8,4 +1344,2021,Unknown,Unknown,6.0,8,5 +1345,2021,Unknown,Unknown,2.5,8,6 +1346,2021,Unknown,Unknown,5.0,8,7 +1347,2021,Unknown,Unknown,2.5,8,2 +1348,2021,Unknown,Unknown,10.0,8,3 +1349,2021,Unknown,Unknown,13.0,8,1 +1350,2014,Unknown,Unknown,7.0,9,1 +1351,2015,Unknown,Unknown,8.0,9,1 +1352,2017,by form of exploitation,Sexual exploitation,2.5,9,1 +1353,2018,by form of exploitation,Forced labour,2.5,9,1 +1354,2018,by form of exploitation,Sexual exploitation,2.5,9,1 +1355,2019,by form of exploitation,Sexual exploitation,2.5,9,1 +1356,2020,by form of exploitation,Forced labour,2.5,9,1 +1357,2020,by form of exploitation,Sexual exploitation,2.5,9,1 +1358,2005,by form of exploitation,Sexual exploitation,20.0,10,1 +1359,2006,by form of exploitation,Sexual exploitation,16.0,10,1 +1360,2007,Unknown,Unknown,2.5,10,4 +1361,2007,Unknown,Unknown,18.0,10,5 +1362,2007,Unknown,Unknown,2.5,10,6 +1363,2007,Unknown,Unknown,2.5,10,7 +1364,2007,Unknown,Unknown,2.5,10,2 +1365,2007,Unknown,Unknown,18.0,10,3 +1366,2007,Unknown,Unknown,18.0,10,1 +1367,2007,by citizenship,South Korea,6.0,10,1 +1368,2007,by citizenship,Thailand,8.0,10,1 +1369,2007,by form of exploitation,Forced labour,2.5,10,1 +1370,2007,by form of exploitation,Sexual exploitation,18.0,10,1 +1371,2008,Unknown,Unknown,2.5,10,4 +1372,2008,Unknown,Unknown,23.0,10,5 +1373,2008,Unknown,Unknown,2.5,10,6 +1374,2008,Unknown,Unknown,2.5,10,7 +1375,2008,Unknown,Unknown,2.5,10,2 +1376,2008,Unknown,Unknown,25.0,10,3 +1377,2008,Unknown,Unknown,25.0,10,1 +1378,2008,by citizenship,South Korea,13.0,10,1 +1379,2008,by citizenship,Thailand,8.0,10,1 +1380,2008,by form of exploitation,Sexual exploitation,23.0,10,1 +1381,2009,Unknown,Unknown,2.5,10,4 +1382,2009,Unknown,Unknown,26.0,10,5 +1383,2009,Unknown,Unknown,2.5,10,6 +1384,2009,Unknown,Unknown,6.0,10,7 +1385,2009,Unknown,Unknown,2.5,10,2 +1386,2009,Unknown,Unknown,32.0,10,3 +1387,2009,Unknown,Unknown,33.0,10,1 +1388,2009,by citizenship,Malaysia,20.0,10,1 +1389,2009,by form of exploitation,Sexual exploitation,19.0,10,1 +1390,2010,Unknown,Unknown,2.5,10,4 +1391,2010,Unknown,Unknown,20.0,10,5 +1392,2010,Unknown,Unknown,2.5,10,6 +1393,2010,Unknown,Unknown,8.0,10,7 +1394,2010,Unknown,Unknown,2.5,10,2 +1395,2010,Unknown,Unknown,28.0,10,3 +1396,2010,Unknown,Unknown,31.0,10,1 +1397,2010,by citizenship,Malaysia,10.0,10,1 +1398,2010,by citizenship,Philippines,5.0,10,1 +1399,2010,by form of exploitation,Forced labour,10.0,10,1 +1400,2010,by form of exploitation,Sexual exploitation,20.0,10,1 +1401,2011,Unknown,Unknown,2.5,10,4 +1402,2011,Unknown,Unknown,8.0,10,5 +1403,2011,Unknown,Unknown,2.5,10,6 +1404,2011,Unknown,Unknown,2.5,10,7 +1405,2011,Unknown,Unknown,2.5,10,2 +1406,2011,Unknown,Unknown,10.0,10,3 +1407,2011,Unknown,Unknown,11.0,10,1 +1408,2011,by form of exploitation,Forced labour,6.0,10,1 +1409,2011,by form of exploitation,Sexual exploitation,5.0,10,1 +1410,2012,Unknown,Unknown,2.5,10,4 +1411,2012,Unknown,Unknown,14.0,10,5 +1412,2012,Unknown,Unknown,2.5,10,6 +1413,2012,Unknown,Unknown,2.5,10,7 +1414,2012,Unknown,Unknown,2.5,10,2 +1415,2012,Unknown,Unknown,16.0,10,3 +1416,2012,Unknown,Unknown,16.0,10,1 +1417,2012,by form of exploitation,Forced labour,5.0,10,1 +1418,2012,by form of exploitation,Sexual exploitation,11.0,10,1 +1419,2013,Unknown,Unknown,19.0,10,5 +1420,2013,Unknown,Unknown,2.5,10,7 +1421,2013,Unknown,Unknown,2.5,10,2 +1422,2013,Unknown,Unknown,21.0,10,3 +1423,2013,Unknown,Unknown,21.0,10,1 +1424,2013,by citizenship,South Korea,6.0,10,1 +1425,2013,by form of exploitation,Forced labour,9.0,10,1 +1426,2013,by form of exploitation,Sexual exploitation,12.0,10,1 +1427,2014,Unknown,Unknown,2.5,10,4 +1428,2014,Unknown,Unknown,25.0,10,5 +1429,2014,Unknown,Unknown,2.5,10,6 +1430,2014,Unknown,Unknown,5.0,10,7 +1431,2014,Unknown,Unknown,2.5,10,2 +1432,2014,Unknown,Unknown,30.0,10,3 +1433,2014,Unknown,Unknown,33.0,10,1 +1434,2014,by citizenship,Australia,2.5,10,1 +1435,2014,by citizenship,Thailand,7.0,10,1 +1436,2014,by citizenship,Unknown,22.0,10,1 +1437,2014,by country of repatriation,Colombia,2.5,10,1 +1438,2014,by form of exploitation,Forced labour,16.0,10,1 +1439,2014,by form of exploitation,Sexual exploitation,13.0,10,1 +1440,2015,Unknown,Unknown,10.0,10,4 +1441,2015,Unknown,Unknown,17.0,10,5 +1442,2015,Unknown,Unknown,2.5,10,6 +1443,2015,Unknown,Unknown,8.0,10,7 +1444,2015,Unknown,Unknown,10.0,10,2 +1445,2015,Unknown,Unknown,25.0,10,3 +1446,2015,Unknown,Unknown,35.0,10,1 +1447,2015,by citizenship,Australia,9.0,10,1 +1448,2015,by citizenship,India,5.0,10,1 +1449,2015,by form of exploitation,Forced labour,7.0,10,1 +1450,2015,by form of exploitation,Sexual exploitation,2.5,10,1 +1451,2016,Unknown,Unknown,10.0,10,4 +1452,2016,Unknown,Unknown,22.0,10,5 +1453,2016,Unknown,Unknown,2.5,10,6 +1454,2016,Unknown,Unknown,2.5,10,7 +1455,2016,Unknown,Unknown,10.0,10,2 +1456,2016,Unknown,Unknown,26.0,10,3 +1457,2016,Unknown,Unknown,36.0,10,1 +1458,2016,by citizenship,Afghanistan,7.0,10,1 +1459,2016,by citizenship,Australia,10.0,10,1 +1460,2016,by citizenship,Unknown,19.0,10,1 +1461,2016,by country of repatriation,Belarus,2.5,10,1 +1462,2016,by country of repatriation,Colombia,2.5,10,1 +1463,2016,by form of exploitation,Forced labour,7.0,10,1 +1464,2017,Unknown,Unknown,17.0,10,4 +1465,2017,Unknown,Unknown,57.0,10,5 +1466,2017,Unknown,Unknown,2.5,10,6 +1467,2017,Unknown,Unknown,14.0,10,7 +1468,2017,Unknown,Unknown,19.0,10,2 +1469,2017,Unknown,Unknown,71.0,10,3 +1470,2017,Unknown,Unknown,90.0,10,1 +1471,2017,by form of exploitation,Forced labour,2.5,10,4 +1472,2017,by form of exploitation,Forced labour,24.0,10,5 +1473,2017,by form of exploitation,Forced labour,2.5,10,6 +1474,2017,by form of exploitation,Forced labour,13.0,10,7 +1475,2017,by form of exploitation,Forced labour,37.0,10,3 +1476,2017,by form of exploitation,Forced labour,38.0,10,1 +1477,2017,by form of exploitation,Sexual exploitation,2.5,10,4 +1478,2017,by form of exploitation,Sexual exploitation,10.0,10,5 +1479,2017,by form of exploitation,Sexual exploitation,2.5,10,6 +1480,2017,by form of exploitation,Sexual exploitation,2.5,10,7 +1481,2017,by form of exploitation,Sexual exploitation,2.5,10,2 +1482,2017,by form of exploitation,Sexual exploitation,10.0,10,3 +1483,2017,by form of exploitation,Sexual exploitation,10.0,10,1 +1484,2018,Unknown,Unknown,22.0,10,4 +1485,2018,Unknown,Unknown,79.0,10,5 +1486,2018,Unknown,Unknown,2.5,10,6 +1487,2018,Unknown,Unknown,29.0,10,7 +1488,2018,Unknown,Unknown,26.0,10,2 +1489,2018,Unknown,Unknown,108.0,10,3 +1490,2018,Unknown,Unknown,134.0,10,1 +1491,2018,by form of exploitation,Forced labour,2.5,10,4 +1492,2018,by form of exploitation,Forced labour,29.0,10,5 +1493,2018,by form of exploitation,Forced labour,2.5,10,6 +1494,2018,by form of exploitation,Forced labour,27.0,10,7 +1495,2018,by form of exploitation,Forced labour,56.0,10,3 +1496,2018,by form of exploitation,Forced labour,56.0,10,1 +1497,2018,by form of exploitation,Sexual exploitation,2.5,10,4 +1498,2018,by form of exploitation,Sexual exploitation,13.0,10,5 +1499,2018,by form of exploitation,Sexual exploitation,2.5,10,6 +1500,2018,by form of exploitation,Sexual exploitation,2.5,10,7 +1501,2018,by form of exploitation,Sexual exploitation,2.5,10,2 +1502,2018,by form of exploitation,Sexual exploitation,14.0,10,3 +1503,2018,by form of exploitation,Sexual exploitation,13.0,10,1 +1504,2019,Unknown,Unknown,2.5,10,4 +1505,2019,Unknown,Unknown,56.0,10,5 +1506,2019,Unknown,Unknown,2.5,10,6 +1507,2019,Unknown,Unknown,21.0,10,7 +1508,2019,Unknown,Unknown,7.0,10,2 +1509,2019,Unknown,Unknown,77.0,10,3 +1510,2019,Unknown,Unknown,84.0,10,1 +1511,2019,by citizenship,Afghanistan,16.0,10,1 +1512,2019,by citizenship,Australia,34.0,10,1 +1513,2019,by citizenship,Bangladesh,2.5,10,1 +1514,2019,by citizenship,Burundi,2.5,10,1 +1515,2019,by citizenship,Cambodia,2.5,10,1 +1516,2019,by citizenship,China,2.5,10,1 +1517,2019,by citizenship,Ethiopia,2.5,10,1 +1518,2019,by citizenship,Fiji,22.0,10,1 +1519,2019,by citizenship,Philippines,2.5,10,1 +1520,2019,by citizenship,Germany,2.5,10,1 +1521,2019,by citizenship,Guinea,2.5,10,1 +1522,2019,by citizenship,India,15.0,10,1 +1523,2019,by citizenship,Indonesia,7.0,10,1 +1524,2019,by citizenship,Iran,13.0,10,1 +1525,2019,by citizenship,Iraq,7.0,10,1 +1526,2019,by citizenship,Lebanon,6.0,10,1 +1527,2019,by citizenship,Malaysia,7.0,10,1 +1528,2019,by citizenship,Nepal,2.5,10,1 +1529,2019,by citizenship,Nigeria,2.5,10,1 +1530,2019,by citizenship,Pakistan,13.0,10,1 +1531,2019,by citizenship,Saudi Arabia,2.5,10,1 +1532,2019,by citizenship,South Africa,2.5,10,1 +1533,2019,by citizenship,South Sudan,2.5,10,1 +1534,2019,by citizenship,Sri Lanka,8.0,10,1 +1535,2019,by citizenship,Sudan,6.0,10,1 +1536,2019,by citizenship,Taiwan,2.5,10,1 +1537,2019,by citizenship,Thailand,7.0,10,1 +1538,2019,by citizenship,Turkey,2.5,10,1 +1539,2019,by citizenship,Vietnam,2.5,10,1 +1540,2019,by form of exploitation,Forced labour,2.5,10,4 +1541,2019,by form of exploitation,Forced labour,41.0,10,5 +1542,2019,by form of exploitation,Forced labour,2.5,10,6 +1543,2019,by form of exploitation,Forced labour,39.0,10,7 +1544,2019,by form of exploitation,Forced labour,5.0,10,2 +1545,2019,by form of exploitation,Forced labour,37.0,10,3 +1546,2019,by form of exploitation,Forced labour,38.0,10,1 +1547,2019,by form of exploitation,Sexual exploitation,2.5,10,4 +1548,2019,by form of exploitation,Sexual exploitation,20.0,10,5 +1549,2019,by form of exploitation,Sexual exploitation,2.5,10,6 +1550,2019,by form of exploitation,Sexual exploitation,2.5,10,7 +1551,2019,by form of exploitation,Sexual exploitation,2.5,10,2 +1552,2019,by form of exploitation,Sexual exploitation,8.0,10,3 +1553,2019,by form of exploitation,Sexual exploitation,8.0,10,1 +1554,2020,Unknown,Unknown,16.0,10,4 +1555,2020,Unknown,Unknown,44.0,10,5 +1556,2020,Unknown,Unknown,2.5,10,6 +1557,2020,Unknown,Unknown,10.0,10,7 +1558,2020,Unknown,Unknown,11.0,10,2 +1559,2020,Unknown,Unknown,54.0,10,3 +1560,2020,Unknown,Unknown,65.0,10,1 +1561,2020,by citizenship,Afghanistan,12.0,10,1 +1562,2020,by citizenship,Australia,22.0,10,1 +1563,2020,by citizenship,Bangladesh,2.5,10,1 +1564,2020,by citizenship,Burundi,2.5,10,1 +1565,2020,by citizenship,Cambodia,2.5,10,1 +1566,2020,by citizenship,China,7.0,10,1 +1567,2020,by citizenship,Colombia,2.5,10,1 +1568,2020,by citizenship,Ethiopia,2.5,10,1 +1569,2020,by citizenship,Fiji,29.0,10,1 +1570,2020,by citizenship,Philippines,2.5,10,1 +1571,2020,by citizenship,Ghana,2.5,10,1 +1572,2020,by citizenship,India,17.0,10,1 +1573,2020,by citizenship,Indonesia,9.0,10,1 +1574,2020,by citizenship,Iran,10.0,10,1 +1575,2020,by citizenship,Iraq,7.0,10,1 +1576,2020,by citizenship,Jordan,2.5,10,1 +1577,2020,by citizenship,Kuwait,2.5,10,1 +1578,2020,by citizenship,Lebanon,6.0,10,1 +1579,2020,by citizenship,Malaysia,2.5,10,1 +1580,2020,by citizenship,Myanmar,2.5,10,1 +1581,2020,by citizenship,Nepal,2.5,10,1 +1582,2020,by citizenship,Nigeria,2.5,10,1 +1583,2020,by citizenship,Pakistan,16.0,10,1 +1584,2020,by citizenship,Saudi Arabia,2.5,10,1 +1585,2020,by citizenship,Singapore,2.5,10,1 +1586,2020,by citizenship,South Africa,2.5,10,1 +1587,2020,by citizenship,South Sudan,2.5,10,1 +1588,2020,by citizenship,Sri Lanka,10.0,10,1 +1589,2020,by citizenship,Sudan,5.0,10,1 +1590,2020,by citizenship,Taiwan,2.5,10,1 +1591,2020,by citizenship,Thailand,5.0,10,1 +1592,2020,by citizenship,Turkey,2.5,10,1 +1593,2020,by citizenship,United States,2.5,10,1 +1594,2020,by citizenship,United Kingdom,2.5,10,1 +1595,2020,by citizenship,Vietnam,2.5,10,1 +1596,2020,by citizenship,Yemen,2.5,10,1 +1597,2020,by form of exploitation,Forced labour,2.5,10,4 +1598,2020,by form of exploitation,Forced labour,49.0,10,5 +1599,2020,by form of exploitation,Forced labour,2.5,10,6 +1600,2020,by form of exploitation,Forced labour,41.0,10,7 +1601,2020,by form of exploitation,Forced labour,2.5,10,2 +1602,2020,by form of exploitation,Forced labour,22.0,10,3 +1603,2020,by form of exploitation,Forced labour,22.0,10,1 +1604,2020,by form of exploitation,Sexual exploitation,2.5,10,4 +1605,2020,by form of exploitation,Sexual exploitation,17.0,10,5 +1606,2020,by form of exploitation,Sexual exploitation,2.5,10,6 +1607,2020,by form of exploitation,Sexual exploitation,2.5,10,7 +1608,2020,by form of exploitation,Sexual exploitation,2.5,10,2 +1609,2020,by form of exploitation,Sexual exploitation,5.0,10,3 +1610,2020,by form of exploitation,Sexual exploitation,5.0,10,1 +1611,2021,Unknown,Unknown,38.0,10,5 +1612,2021,Unknown,Unknown,5.0,10,7 +1613,2021,Unknown,Unknown,7.0,10,2 +1614,2021,Unknown,Unknown,41.0,10,3 +1615,2021,Unknown,Unknown,48.0,10,1 +1616,2021,by citizenship,Australia,28.0,10,1 +1617,2021,by form of exploitation,Forced labour,2.5,10,4 +1618,2021,by form of exploitation,Forced labour,15.0,10,5 +1619,2021,by form of exploitation,Forced labour,2.5,10,6 +1620,2021,by form of exploitation,Forced labour,5.0,10,7 +1621,2021,by form of exploitation,Forced labour,5.0,10,2 +1622,2021,by form of exploitation,Forced labour,18.0,10,3 +1623,2021,by form of exploitation,Forced labour,22.0,10,1 +1624,2021,by form of exploitation,Sexual exploitation,2.5,10,4 +1625,2021,by form of exploitation,Sexual exploitation,12.0,10,5 +1626,2021,by form of exploitation,Sexual exploitation,12.0,10,6 +1627,2021,by form of exploitation,Sexual exploitation,2.5,10,7 +1628,2021,by form of exploitation,Sexual exploitation,2.5,10,2 +1629,2021,by form of exploitation,Sexual exploitation,12.0,10,3 +1630,2021,by form of exploitation,Sexual exploitation,12.0,10,1 +1631,2022,Unknown,Unknown,32.0,10,5 +1632,2022,Unknown,Unknown,2.5,10,7 +1633,2022,Unknown,Unknown,22.0,10,2 +1634,2022,Unknown,Unknown,36.0,10,3 +1635,2022,Unknown,Unknown,58.0,10,1 +1636,2022,by citizenship,Australia,26.0,10,1 +1637,2022,by form of exploitation,Forced labour,2.5,10,2 +1638,2022,by form of exploitation,Forced labour,7.0,10,3 +1639,2022,by form of exploitation,Forced labour,7.0,10,1 +1640,2022,by form of exploitation,Sexual exploitation,2.5,10,2 +1641,2022,by form of exploitation,Sexual exploitation,2.5,10,1 +1642,2007,Unknown,Unknown,2.5,11,4 +1643,2007,Unknown,Unknown,8.0,11,5 +1644,2007,Unknown,Unknown,2.5,11,6 +1645,2007,Unknown,Unknown,2.5,11,7 +1646,2007,Unknown,Unknown,2.5,11,2 +1647,2007,Unknown,Unknown,9.0,11,3 +1648,2007,Unknown,Unknown,12.0,11,1 +1649,2007,by citizenship,Albania,2.5,11,1 +1650,2007,by citizenship,Austria,6.0,11,1 +1651,2007,by citizenship,Bulgaria,23.0,11,1 +1652,2007,by citizenship,Hungary,10.0,11,1 +1653,2007,by citizenship,Lithuania,5.0,11,1 +1654,2007,by citizenship,Nigeria,6.0,11,1 +1655,2007,by citizenship,Moldova,6.0,11,1 +1656,2007,by citizenship,Romania,33.0,11,1 +1657,2007,by citizenship,Russia,5.0,11,1 +1658,2007,by citizenship,Slovakia,8.0,11,1 +1659,2007,by citizenship,Syria,2.5,11,1 +1660,2007,by citizenship,Ukraine,10.0,11,1 +1661,2007,by form of exploitation,Forced labour,64.0,11,1 +1662,2007,by form of exploitation,Sexual exploitation,103.0,11,1 +1663,2008,Unknown,Unknown,2.5,11,4 +1664,2008,Unknown,Unknown,2.5,11,5 +1665,2008,Unknown,Unknown,2.5,11,6 +1666,2008,Unknown,Unknown,2.5,11,7 +1667,2008,Unknown,Unknown,2.5,11,2 +1668,2008,Unknown,Unknown,2.5,11,3 +1669,2008,Unknown,Unknown,2.5,11,1 +1670,2008,by citizenship,Austria,6.0,11,1 +1671,2008,by citizenship,Bulgaria,26.0,11,1 +1672,2008,by citizenship,Czech Republic,7.0,11,1 +1673,2008,by citizenship,Hungary,14.0,11,1 +1674,2008,by citizenship,Nigeria,17.0,11,1 +1675,2008,by citizenship,Philippines,12.0,11,1 +1676,2008,by citizenship,Moldova,8.0,11,1 +1677,2008,by citizenship,Romania,26.0,11,1 +1678,2008,by citizenship,Russia,6.0,11,1 +1679,2008,by citizenship,Serbia,2.5,11,1 +1680,2008,by citizenship,Slovakia,8.0,11,1 +1681,2008,by citizenship,Ukraine,12.0,11,1 +1682,2008,by form of exploitation,Forced labour,80.0,11,1 +1683,2008,by form of exploitation,Sexual exploitation,120.0,11,1 +1684,2009,Unknown,Unknown,2.5,11,4 +1685,2009,Unknown,Unknown,8.0,11,5 +1686,2009,Unknown,Unknown,2.5,11,6 +1687,2009,Unknown,Unknown,8.0,11,7 +1688,2009,Unknown,Unknown,6.0,11,2 +1689,2009,Unknown,Unknown,16.0,11,3 +1690,2009,Unknown,Unknown,22.0,11,1 +1691,2009,by citizenship,Austria,2.5,11,1 +1692,2009,by citizenship,Bulgaria,29.0,11,1 +1693,2009,by citizenship,Czech Republic,7.0,11,1 +1694,2009,by citizenship,Hungary,19.0,11,1 +1695,2009,by citizenship,Nigeria,28.0,11,1 +1696,2009,by citizenship,Philippines,11.0,11,1 +1697,2009,by citizenship,Romania,23.0,11,1 +1698,2009,by citizenship,Russia,6.0,11,1 +1699,2009,by citizenship,Serbia,5.0,11,1 +1700,2009,by citizenship,Slovakia,8.0,11,1 +1701,2009,by citizenship,North Macedonia,2.5,11,1 +1702,2009,by citizenship,Ukraine,7.0,11,1 +1703,2009,by form of exploitation,Forced labour,58.0,11,1 +1704,2009,by form of exploitation,Sexual exploitation,120.0,11,1 +1705,2010,Unknown,Unknown,2.5,11,4 +1706,2010,Unknown,Unknown,11.0,11,5 +1707,2010,Unknown,Unknown,2.5,11,6 +1708,2010,Unknown,Unknown,2.5,11,7 +1709,2010,Unknown,Unknown,2.5,11,2 +1710,2010,Unknown,Unknown,13.0,11,3 +1711,2010,Unknown,Unknown,14.0,11,1 +1712,2010,by citizenship,Austria,2.5,11,1 +1713,2010,by citizenship,Bulgaria,30.0,11,1 +1714,2010,by citizenship,China,5.0,11,1 +1715,2010,by citizenship,Colombia,2.5,11,1 +1716,2010,by citizenship,Croatia,2.5,11,1 +1717,2010,by citizenship,Czech Republic,6.0,11,1 +1718,2010,by citizenship,Hungary,20.0,11,1 +1719,2010,by citizenship,Nigeria,54.0,11,1 +1720,2010,by citizenship,Philippines,23.0,11,1 +1721,2010,by citizenship,Romania,27.0,11,1 +1722,2010,by citizenship,Russia,7.0,11,1 +1723,2010,by citizenship,Serbia,2.5,11,1 +1724,2010,by citizenship,Slovakia,7.0,11,1 +1725,2010,by citizenship,Ukraine,5.0,11,1 +1726,2010,by country of repatriation,Romania,32.0,11,1 +1727,2010,by country of repatriation,Ukraine,2.5,11,1 +1728,2011,by citizenship,Austria,44.0,11,1 +1729,2011,by citizenship,Bulgaria,8.0,11,1 +1730,2011,by citizenship,Germany,2.5,11,1 +1731,2011,by citizenship,Hungary,9.0,11,1 +1732,2011,by citizenship,Philippines,2.5,11,1 +1733,2011,by citizenship,Poland,2.5,11,1 +1734,2011,by citizenship,Romania,12.0,11,1 +1735,2011,by citizenship,Russia,2.5,11,1 +1736,2011,by citizenship,Serbia,2.5,11,1 +1737,2011,by citizenship,Slovakia,2.5,11,1 +1738,2011,by citizenship,Vietnam,2.5,11,1 +1739,2011,by country of repatriation,Romania,2.5,11,1 +1740,2012,Unknown,Unknown,2.5,11,4 +1741,2012,Unknown,Unknown,17.0,11,5 +1742,2012,Unknown,Unknown,2.5,11,6 +1743,2012,Unknown,Unknown,8.0,11,7 +1744,2012,Unknown,Unknown,2.5,11,2 +1745,2012,Unknown,Unknown,25.0,11,3 +1746,2012,Unknown,Unknown,28.0,11,1 +1747,2012,by citizenship,Austria,2.5,11,1 +1748,2012,by citizenship,Bulgaria,10.0,11,1 +1749,2012,by citizenship,China,2.5,11,1 +1750,2012,by citizenship,Czech Republic,2.5,11,1 +1751,2012,by citizenship,Hungary,2.5,11,1 +1752,2012,by citizenship,Indonesia,2.5,11,1 +1753,2012,by citizenship,Nigeria,2.5,11,1 +1754,2012,by citizenship,Russia,2.5,11,1 +1755,2012,by citizenship,Serbia,2.5,11,1 +1756,2012,by citizenship,Syria,2.5,11,1 +1757,2012,by citizenship,Turkey,2.5,11,1 +1758,2012,by country of repatriation,Bulgaria,6.0,11,1 +1759,2012,by country of repatriation,Hungary,2.5,11,1 +1760,2012,by country of repatriation,Romania,2.5,11,1 +1761,2012,by country of repatriation,Slovakia,2.5,11,1 +1762,2013,Unknown,Unknown,2.5,11,4 +1763,2013,Unknown,Unknown,14.0,11,5 +1764,2013,Unknown,Unknown,2.5,11,6 +1765,2013,Unknown,Unknown,7.0,11,7 +1766,2013,Unknown,Unknown,2.5,11,2 +1767,2013,Unknown,Unknown,21.0,11,3 +1768,2013,Unknown,Unknown,23.0,11,1 +1769,2013,by citizenship,Afghanistan,2.5,11,1 +1770,2013,by citizenship,Austria,2.5,11,1 +1771,2013,by citizenship,Bulgaria,5.0,11,1 +1772,2013,by citizenship,China,2.5,11,1 +1773,2013,by citizenship,North Korea,2.5,11,1 +1774,2013,by citizenship,Hungary,5.0,11,1 +1775,2013,by citizenship,Nicaragua,2.5,11,1 +1776,2013,by citizenship,Nigeria,2.5,11,1 +1777,2013,by citizenship,Romania,7.0,11,1 +1778,2013,by citizenship,Russia,2.5,11,1 +1779,2013,by country of repatriation,Hungary,2.5,11,1 +1780,2013,by country of repatriation,Serbia,2.5,11,1 +1781,2014,Unknown,Unknown,5.0,11,4 +1782,2014,Unknown,Unknown,48.0,11,5 +1783,2014,Unknown,Unknown,2.5,11,6 +1784,2014,Unknown,Unknown,26.0,11,7 +1785,2014,Unknown,Unknown,5.0,11,2 +1786,2014,Unknown,Unknown,74.0,11,3 +1787,2014,Unknown,Unknown,79.0,11,1 +1788,2014,by citizenship,Austria,70.0,11,1 +1789,2014,by citizenship,Bosnia and Herzegovina,2.5,11,1 +1790,2014,by citizenship,Brazil,2.5,11,1 +1791,2014,by citizenship,Bulgaria,22.0,11,1 +1792,2014,by citizenship,Czech Republic,5.0,11,1 +1793,2014,by citizenship,Germany,2.5,11,1 +1794,2014,by citizenship,Hungary,17.0,11,1 +1795,2014,by citizenship,India,2.5,11,1 +1796,2014,by citizenship,Indonesia,2.5,11,1 +1797,2014,by citizenship,Italy,2.5,11,1 +1798,2014,by citizenship,Kenya,2.5,11,1 +1799,2014,by citizenship,Nigeria,2.5,11,1 +1800,2014,by citizenship,Philippines,2.5,11,1 +1801,2014,by citizenship,Poland,2.5,11,1 +1802,2014,by citizenship,Romania,24.0,11,1 +1803,2014,by citizenship,Serbia,6.0,11,1 +1804,2014,by citizenship,Sri Lanka,2.5,11,1 +1805,2014,by citizenship,Tunisia,2.5,11,1 +1806,2014,by citizenship,Turkey,2.5,11,1 +1807,2014,by citizenship,Unknown,24.0,11,1 +1808,2014,by country of repatriation,Hungary,2.5,11,1 +1809,2014,by country of repatriation,Slovakia,2.5,11,1 +1810,2015,Unknown,Unknown,2.5,11,4 +1811,2015,Unknown,Unknown,105.0,11,5 +1812,2015,Unknown,Unknown,7.0,11,6 +1813,2015,Unknown,Unknown,10.0,11,7 +1814,2015,Unknown,Unknown,11.0,11,2 +1815,2015,Unknown,Unknown,115.0,11,3 +1816,2015,Unknown,Unknown,126.0,11,1 +1817,2015,by citizenship,Albania,53.0,11,1 +1818,2015,by citizenship,Bosnia and Herzegovina,2.5,11,1 +1819,2015,by citizenship,Bulgaria,6.0,11,1 +1820,2015,by citizenship,China,2.5,11,1 +1821,2015,by citizenship,Croatia,2.5,11,1 +1822,2015,by citizenship,Czech Republic,2.5,11,1 +1823,2015,by citizenship,Hungary,27.0,11,1 +1824,2015,by citizenship,India,2.5,11,1 +1825,2015,by citizenship,Indonesia,2.5,11,1 +1826,2015,by citizenship,Philippines,2.5,11,1 +1827,2015,by citizenship,Romania,38.0,11,1 +1828,2015,by citizenship,Serbia,2.5,11,1 +1829,2015,by citizenship,Slovakia,6.0,11,1 +1830,2015,by citizenship,Switzerland,2.5,11,1 +1831,2015,by citizenship,Turkey,2.5,11,1 +1832,2016,Unknown,Unknown,5.0,11,4 +1833,2016,Unknown,Unknown,44.0,11,5 +1834,2016,Unknown,Unknown,2.5,11,6 +1835,2016,Unknown,Unknown,20.0,11,7 +1836,2016,Unknown,Unknown,8.0,11,2 +1837,2016,Unknown,Unknown,64.0,11,3 +1838,2016,Unknown,Unknown,72.0,11,1 +1839,2016,by citizenship,Austria,52.0,11,1 +1840,2016,by citizenship,Bulgaria,8.0,11,1 +1841,2016,by citizenship,China,14.0,11,1 +1842,2016,by citizenship,Croatia,2.5,11,1 +1843,2016,by citizenship,Czech Republic,2.5,11,1 +1844,2016,by citizenship,Ethiopia,2.5,11,1 +1845,2016,by citizenship,Georgia,2.5,11,1 +1846,2016,by citizenship,Germany,2.5,11,1 +1847,2016,by citizenship,Hungary,9.0,11,1 +1848,2016,by citizenship,Italy,2.5,11,1 +1849,2016,by citizenship,Nepal,2.5,11,1 +1850,2016,by citizenship,Nigeria,15.0,11,1 +1851,2016,by citizenship,Peru,2.5,11,1 +1852,2016,by citizenship,Philippines,2.5,11,1 +1853,2016,by citizenship,Romania,20.0,11,1 +1854,2016,by citizenship,Serbia,2.5,11,1 +1855,2016,by citizenship,Slovakia,5.0,11,1 +1856,2016,by citizenship,Unknown,44.0,11,1 +1857,2016,by country of repatriation,Hungary,2.5,11,1 +1858,2016,by country of repatriation,Slovakia,13.0,11,1 +1859,2017,Unknown,Unknown,24.0,11,4 +1860,2017,Unknown,Unknown,200.0,11,5 +1861,2017,Unknown,Unknown,5.0,11,6 +1862,2017,Unknown,Unknown,58.0,11,7 +1863,2017,Unknown,Unknown,2.5,11,9 +1864,2017,Unknown,Unknown,66.0,11,8 +1865,2017,Unknown,Unknown,30.0,11,2 +1866,2017,Unknown,Unknown,324.0,11,3 +1867,2017,Unknown,Unknown,354.0,11,1 +1868,2017,by citizenship,Albania,2.5,11,1 +1869,2017,by citizenship,Algeria,2.5,11,1 +1870,2017,by citizenship,Austria,95.0,11,1 +1871,2017,by citizenship,Benin,2.5,11,1 +1872,2017,by citizenship,Bosnia and Herzegovina,2.5,11,1 +1873,2017,by citizenship,Bulgaria,10.0,11,1 +1874,2017,by citizenship,China,25.0,11,1 +1875,2017,by citizenship,Cote d'Ivoire,2.5,11,1 +1876,2017,by citizenship,Croatia,2.5,11,1 +1877,2017,by citizenship,Ethiopia,2.5,11,1 +1878,2017,by citizenship,Germany,2.5,11,1 +1879,2017,by citizenship,Hungary,9.0,11,1 +1880,2017,by citizenship,Italy,2.5,11,1 +1881,2017,by citizenship,Malta,2.5,11,1 +1882,2017,by citizenship,Morocco,2.5,11,1 +1883,2017,by citizenship,Nigeria,49.0,11,1 +1884,2017,by citizenship,Philippines,2.5,11,1 +1885,2017,by citizenship,Poland,2.5,11,1 +1886,2017,by citizenship,Romania,24.0,11,1 +1887,2017,by citizenship,Serbia,5.0,11,1 +1888,2017,by citizenship,Slovakia,2.5,11,1 +1889,2017,by citizenship,Somalia,2.5,11,1 +1890,2017,by citizenship,Turkey,2.5,11,1 +1891,2017,by citizenship,Uganda,2.5,11,1 +1892,2017,by citizenship,Ukraine,2.5,11,1 +1893,2017,by form of exploitation,Forced labour,2.5,11,4 +1894,2017,by form of exploitation,Forced labour,46.0,11,5 +1895,2017,by form of exploitation,Sexual exploitation,2.5,11,5 +1896,2017,by form of exploitation,Sexual exploitation,2.5,11,1 +1897,2018,Unknown,Unknown,13.0,11,4 +1898,2018,Unknown,Unknown,243.0,11,5 +1899,2018,Unknown,Unknown,2.5,11,6 +1900,2018,Unknown,Unknown,47.0,11,7 +1901,2018,Unknown,Unknown,2.5,11,9 +1902,2018,Unknown,Unknown,37.0,11,8 +1903,2018,Unknown,Unknown,16.0,11,2 +1904,2018,Unknown,Unknown,327.0,11,3 +1905,2018,Unknown,Unknown,343.0,11,1 +1906,2018,by citizenship,Albania,2.5,11,1 +1907,2018,by citizenship,Algeria,2.5,11,1 +1908,2018,by citizenship,Austria,99.0,11,1 +1909,2018,by citizenship,Benin,2.5,11,1 +1910,2018,by citizenship,Bosnia and Herzegovina,2.5,11,1 +1911,2018,by citizenship,Bulgaria,2.5,11,1 +1912,2018,by citizenship,China,10.0,11,1 +1913,2018,by citizenship,Cote d'Ivoire,2.5,11,1 +1914,2018,by citizenship,Croatia,2.5,11,1 +1915,2018,by citizenship,Ethiopia,2.5,11,1 +1916,2018,by citizenship,Germany,2.5,11,1 +1917,2018,by citizenship,Hungary,14.0,11,1 +1918,2018,by citizenship,Italy,2.5,11,1 +1919,2018,by citizenship,Malta,2.5,11,1 +1920,2018,by citizenship,Morocco,2.5,11,1 +1921,2018,by citizenship,Nigeria,30.0,11,1 +1922,2018,by citizenship,Philippines,2.5,11,1 +1923,2018,by citizenship,Poland,2.5,11,1 +1924,2018,by citizenship,Romania,63.0,11,1 +1925,2018,by citizenship,Serbia,9.0,11,1 +1926,2018,by citizenship,Slovakia,2.5,11,1 +1927,2018,by citizenship,Somalia,2.5,11,1 +1928,2018,by citizenship,Turkey,2.5,11,1 +1929,2018,by citizenship,Uganda,2.5,11,1 +1930,2018,by citizenship,Ukraine,2.5,11,1 +1931,2018,by form of exploitation,Forced labour,2.5,11,4 +1932,2018,by form of exploitation,Forced labour,33.0,11,5 +1933,2018,by form of exploitation,Forced labour,2.5,11,1 +1934,2018,by form of exploitation,Sexual exploitation,6.0,11,5 +1935,2018,by form of exploitation,Sexual exploitation,2.5,11,1 +1936,2019,Unknown,Unknown,2.5,11,4 +1937,2019,Unknown,Unknown,105.0,11,5 +1938,2019,Unknown,Unknown,6.0,11,6 +1939,2019,Unknown,Unknown,47.0,11,7 +1940,2019,Unknown,Unknown,17.0,11,8 +1941,2019,Unknown,Unknown,7.0,11,2 +1942,2019,Unknown,Unknown,169.0,11,3 +1943,2019,Unknown,Unknown,176.0,11,1 +1944,2019,by citizenship,Austria,48.0,11,1 +1945,2019,by citizenship,Bosnia and Herzegovina,2.5,11,1 +1946,2019,by citizenship,Bulgaria,10.0,11,1 +1947,2019,by citizenship,China,8.0,11,1 +1948,2019,by citizenship,Ethiopia,2.5,11,1 +1949,2019,by citizenship,Philippines,6.0,11,1 +1950,2019,by citizenship,Germany,2.5,11,1 +1951,2019,by citizenship,Hungary,20.0,11,1 +1952,2019,by citizenship,Italy,2.5,11,1 +1953,2019,by citizenship,Malta,2.5,11,1 +1954,2019,by citizenship,Morocco,2.5,11,1 +1955,2019,by citizenship,Nigeria,8.0,11,1 +1956,2019,by citizenship,Poland,2.5,11,1 +1957,2019,by citizenship,Romania,29.0,11,1 +1958,2019,by citizenship,Serbia,2.5,11,1 +1959,2019,by citizenship,Slovakia,2.5,11,1 +1960,2019,by citizenship,Uganda,2.5,11,1 +1961,2019,by citizenship,Ukraine,2.5,11,1 +1962,2019,by form of exploitation,Forced labour,40.0,11,5 +1963,2019,by form of exploitation,Sexual exploitation,6.0,11,5 +1964,2019,by form of exploitation,Sexual exploitation,2.5,11,1 +1965,2020,Unknown,Unknown,2.5,11,4 +1966,2020,Unknown,Unknown,88.0,11,5 +1967,2020,Unknown,Unknown,2.5,11,6 +1968,2020,Unknown,Unknown,22.0,11,7 +1969,2020,Unknown,Unknown,14.0,11,8 +1970,2020,Unknown,Unknown,2.5,11,2 +1971,2020,Unknown,Unknown,124.0,11,3 +1972,2020,Unknown,Unknown,129.0,11,1 +1973,2020,by citizenship,Albania,2.5,11,1 +1974,2020,by citizenship,Algeria,2.5,11,1 +1975,2020,by citizenship,Austria,17.0,11,1 +1976,2020,by citizenship,Bulgaria,18.0,11,1 +1977,2020,by citizenship,China,2.5,11,1 +1978,2020,by citizenship,Ethiopia,2.5,11,1 +1979,2020,by citizenship,Philippines,2.5,11,1 +1980,2020,by citizenship,Germany,2.5,11,1 +1981,2020,by citizenship,Hungary,2.5,11,1 +1982,2020,by citizenship,Italy,2.5,11,1 +1983,2020,by citizenship,Morocco,2.5,11,1 +1984,2020,by citizenship,Nigeria,14.0,11,1 +1985,2020,by citizenship,Poland,2.5,11,1 +1986,2020,by citizenship,Romania,27.0,11,1 +1987,2020,by citizenship,Serbia,7.0,11,1 +1988,2020,by citizenship,Turkey,2.5,11,1 +1989,2020,by form of exploitation,Forced labour,42.0,11,5 +1990,2020,by form of exploitation,Forced labour,41.0,11,7 +1991,2020,by form of exploitation,Forced labour,83.0,11,3 +1992,2020,by form of exploitation,Forced labour,83.0,11,1 +1993,2020,by form of exploitation,Sexual exploitation,2.5,11,4 +1994,2020,by form of exploitation,Sexual exploitation,209.0,11,5 +1995,2020,by form of exploitation,Sexual exploitation,2.5,11,6 +1996,2020,by form of exploitation,Sexual exploitation,2.5,11,7 +1997,2020,by form of exploitation,Sexual exploitation,2.5,11,2 +1998,2020,by form of exploitation,Sexual exploitation,209.0,11,3 +1999,2020,by form of exploitation,Sexual exploitation,212.0,11,1 +2000,2021,Unknown,Unknown,9.0,11,4 +2001,2021,Unknown,Unknown,326.0,11,5 +2002,2021,Unknown,Unknown,2.5,11,6 +2003,2021,Unknown,Unknown,58.0,11,7 +2004,2021,Unknown,Unknown,10.0,11,2 +2005,2021,Unknown,Unknown,384.0,11,3 +2006,2021,Unknown,Unknown,394.0,11,1 +2007,2021,by citizenship,Afghanistan,2.5,11,1 +2008,2021,by citizenship,Algeria,2.5,11,1 +2009,2021,by citizenship,Austria,7.0,11,1 +2010,2021,by citizenship,Bangladesh,2.5,11,1 +2011,2021,by citizenship,Benin,2.5,11,1 +2012,2021,by citizenship,Bolivians,2.5,11,1 +2013,2021,by citizenship,Bosnia and Herzegovina,2.5,11,1 +2014,2021,by citizenship,Brazil,2.5,11,1 +2015,2021,by citizenship,Bulgaria,29.0,11,1 +2016,2021,by citizenship,Cameroon,2.5,11,1 +2017,2021,by citizenship,China,15.0,11,1 +2018,2021,by citizenship,Cuba,2.5,11,1 +2019,2021,by citizenship,Cote d'Ivoire,2.5,11,1 +2020,2021,by citizenship,Ethiopia,5.0,11,1 +2021,2021,by citizenship,Philippines,16.0,11,1 +2022,2021,by citizenship,Germany,2.5,11,1 +2023,2021,by citizenship,Ghana,2.5,11,1 +2024,2021,by citizenship,Guinea,2.5,11,1 +2025,2021,by citizenship,Hungary,21.0,11,1 +2026,2021,by citizenship,India,2.5,11,1 +2027,2021,by citizenship,Indonesia,2.5,11,1 +2028,2021,by citizenship,Iran,2.5,11,1 +2029,2021,by citizenship,Cote d'Ivoire,2.5,11,1 +2030,2021,by citizenship,Kenya,2.5,11,1 +2031,2021,by citizenship,Kosovo,2.5,11,1 +2032,2021,by citizenship,Kyrgyzstan,2.5,11,1 +2033,2021,by citizenship,North Macedonia,2.5,11,1 +2034,2021,by citizenship,Moldova,17.0,11,1 +2035,2021,by citizenship,Mongolia,2.5,11,1 +2036,2021,by citizenship,Morocco,6.0,11,1 +2037,2021,by citizenship,Nepal,2.5,11,1 +2038,2021,by citizenship,Nigeria,100.0,11,1 +2039,2021,by citizenship,Peru,2.5,11,1 +2040,2021,by citizenship,Poland,2.5,11,1 +2041,2021,by citizenship,Romania,64.0,11,1 +2042,2021,by citizenship,Russia,2.5,11,1 +2043,2021,by citizenship,Serbia,23.0,11,1 +2044,2021,by citizenship,Slovakia,10.0,11,1 +2045,2021,by citizenship,Somalia,2.5,11,1 +2046,2021,by citizenship,Syria,2.5,11,1 +2047,2021,by citizenship,Tanzania,2.5,11,1 +2048,2021,by citizenship,Turkey,2.5,11,1 +2049,2021,by citizenship,Ukraine,2.5,11,1 +2050,2021,by citizenship,Venezuela,13.0,11,1 +2051,2021,by form of exploitation,Forced labour,134.0,11,1 +2052,2021,by form of exploitation,Sexual exploitation,221.0,11,1 +2053,2022,Unknown,Unknown,450.0,11,1 +2054,2022,by citizenship,Afghanistan,2.5,11,1 +2055,2022,by citizenship,Austria,9.0,11,1 +2056,2022,by citizenship,Bangladesh,2.5,11,1 +2057,2022,by citizenship,Bosnia and Herzegovina,2.5,11,1 +2058,2022,by citizenship,Brazil,5.0,11,1 +2059,2022,by citizenship,Bulgaria,23.0,11,1 +2060,2022,by citizenship,China,28.0,11,1 +2061,2022,by citizenship,Colombia,8.0,11,1 +2062,2022,by citizenship,Croatia,2.5,11,1 +2063,2022,by citizenship,Cuba,2.5,11,1 +2064,2022,by citizenship,Dominican Republic,2.5,11,1 +2065,2022,by citizenship,Egypt,2.5,11,1 +2066,2022,by citizenship,Ethiopia,2.5,11,1 +2067,2022,by citizenship,Philippines,23.0,11,1 +2068,2022,by citizenship,Germany,2.5,11,1 +2069,2022,by citizenship,Ghana,2.5,11,1 +2070,2022,by citizenship,Guinea,2.5,11,1 +2071,2022,by citizenship,Hungary,18.0,11,1 +2072,2022,by citizenship,India,2.5,11,1 +2073,2022,by citizenship,Indonesia,2.5,11,1 +2074,2022,by citizenship,Iran,6.0,11,1 +2075,2022,by citizenship,Iraq,16.0,11,1 +2076,2022,by citizenship,Cote d'Ivoire,2.5,11,1 +2077,2022,by citizenship,Japan,2.5,11,1 +2078,2022,by citizenship,Kenya,8.0,11,1 +2079,2022,by citizenship,Kosovo,2.5,11,1 +2080,2022,by citizenship,Kyrgyzstan,2.5,11,1 +2081,2022,by citizenship,Madagascar,2.5,11,1 +2082,2022,by citizenship,Mexico,2.5,11,1 +2083,2022,by citizenship,Moldova,7.0,11,1 +2084,2022,by citizenship,Mongolia,2.5,11,1 +2085,2022,by citizenship,Morocco,10.0,11,1 +2086,2022,by citizenship,Namibia,2.5,11,1 +2087,2022,by citizenship,Nepal,2.5,11,1 +2088,2022,by citizenship,Nicaragua,2.5,11,1 +2089,2022,by citizenship,Nigeria,86.0,11,1 +2090,2022,by citizenship,Pakistan,2.5,11,1 +2091,2022,by citizenship,Palestine,2.5,11,1 +2092,2022,by citizenship,Poland,2.5,11,1 +2093,2022,by citizenship,Portugal,2.5,11,1 +2094,2022,by citizenship,Romania,51.0,11,1 +2095,2022,by citizenship,Russia,2.5,11,1 +2096,2022,by citizenship,Senegal,2.5,11,1 +2097,2022,by citizenship,Serbia,26.0,11,1 +2098,2022,by citizenship,Slovakia,11.0,11,1 +2099,2022,by citizenship,Slovenia,2.5,11,1 +2100,2022,by citizenship,Somalia,2.5,11,1 +2101,2022,by citizenship,Tanzania,2.5,11,1 +2102,2022,by citizenship,Thailand,2.5,11,1 +2103,2022,by citizenship,Tunisia,2.5,11,1 +2104,2022,by citizenship,Turkey,2.5,11,1 +2105,2022,by citizenship,United States,2.5,11,1 +2106,2022,by citizenship,Ukraine,12.0,11,1 +2107,2022,by citizenship,Venezuela,13.0,11,1 +2108,2022,by citizenship,Vietnam,2.5,11,1 +2109,2022,by form of exploitation,Forced labour,190.0,11,1 +2110,2022,by form of exploitation,Sexual exploitation,212.0,11,1 +2111,2003,by country of repatriation,Abroad,2.5,12,1 +2112,2006,by form of exploitation,Forced labour,9.0,12,1 +2113,2006,by form of exploitation,Sexual exploitation,77.0,12,1 +2114,2007,Unknown,Unknown,2.5,12,4 +2115,2007,Unknown,Unknown,99.0,12,5 +2116,2007,Unknown,Unknown,2.5,12,6 +2117,2007,Unknown,Unknown,2.5,12,7 +2118,2007,Unknown,Unknown,2.5,12,2 +2119,2007,Unknown,Unknown,99.0,12,3 +2120,2007,Unknown,Unknown,101.0,12,1 +2121,2007,by citizenship,Kazakhstan,2.5,12,1 +2122,2007,by citizenship,Russia,2.5,12,1 +2123,2007,by citizenship,Uzbekistan,2.5,12,1 +2124,2007,by form of exploitation,Sexual exploitation,99.0,12,1 +2125,2008,Unknown,Unknown,2.5,12,4 +2126,2008,Unknown,Unknown,74.0,12,5 +2127,2008,Unknown,Unknown,2.5,12,6 +2128,2008,Unknown,Unknown,2.5,12,7 +2129,2008,Unknown,Unknown,2.5,12,2 +2130,2008,Unknown,Unknown,74.0,12,3 +2131,2008,Unknown,Unknown,78.0,12,1 +2132,2008,by citizenship,Russia,2.5,12,1 +2133,2008,by citizenship,Ukraine,2.5,12,1 +2134,2008,by form of exploitation,Sexual exploitation,76.0,12,1 +2135,2009,Unknown,Unknown,2.5,12,4 +2136,2009,Unknown,Unknown,76.0,12,5 +2137,2009,Unknown,Unknown,2.5,12,6 +2138,2009,Unknown,Unknown,11.0,12,7 +2139,2009,Unknown,Unknown,2.5,12,2 +2140,2009,Unknown,Unknown,87.0,12,3 +2141,2009,Unknown,Unknown,91.0,12,1 +2142,2009,by citizenship,Georgia,2.5,12,1 +2143,2009,by citizenship,Uzbekistan,2.5,12,1 +2144,2009,by form of exploitation,Forced labour,11.0,12,1 +2145,2009,by form of exploitation,Sexual exploitation,77.0,12,1 +2146,2010,Unknown,Unknown,2.5,12,4 +2147,2010,Unknown,Unknown,31.0,12,5 +2148,2010,Unknown,Unknown,2.5,12,6 +2149,2010,Unknown,Unknown,2.5,12,7 +2150,2010,Unknown,Unknown,2.5,12,2 +2151,2010,Unknown,Unknown,31.0,12,3 +2152,2010,Unknown,Unknown,34.0,12,1 +2153,2010,by country of repatriation,Ukraine,2.5,12,1 +2154,2011,Unknown,Unknown,29.0,12,1 +2155,2012,Unknown,Unknown,2.5,12,4 +2156,2012,Unknown,Unknown,35.0,12,5 +2157,2012,Unknown,Unknown,2.5,12,6 +2158,2012,Unknown,Unknown,17.0,12,7 +2159,2012,Unknown,Unknown,2.5,12,2 +2160,2012,Unknown,Unknown,52.0,12,3 +2161,2012,Unknown,Unknown,53.0,12,1 +2162,2012,by citizenship,Azerbaijan,2.5,12,1 +2163,2012,by form of exploitation,Forced labour,17.0,12,1 +2164,2012,by form of exploitation,Sexual exploitation,36.0,12,1 +2165,2013,Unknown,Unknown,2.5,12,4 +2166,2013,Unknown,Unknown,41.0,12,5 +2167,2013,Unknown,Unknown,2.5,12,6 +2168,2013,Unknown,Unknown,14.0,12,7 +2169,2013,Unknown,Unknown,2.5,12,2 +2170,2013,Unknown,Unknown,55.0,12,3 +2171,2013,Unknown,Unknown,56.0,12,1 +2172,2013,by citizenship,Azerbaijan,2.5,12,1 +2173,2013,by citizenship,Philippines,2.5,12,1 +2174,2013,by citizenship,Uzbekistan,2.5,12,1 +2175,2013,by country of repatriation,Uzbekistan,2.5,12,1 +2176,2013,by form of exploitation,Forced labour,16.0,12,1 +2177,2013,by form of exploitation,Sexual exploitation,40.0,12,1 +2178,2014,Unknown,Unknown,2.5,12,4 +2179,2014,Unknown,Unknown,51.0,12,5 +2180,2014,Unknown,Unknown,2.5,12,6 +2181,2014,Unknown,Unknown,2.5,12,7 +2182,2014,Unknown,Unknown,2.5,12,2 +2183,2014,Unknown,Unknown,54.0,12,3 +2184,2014,Unknown,Unknown,54.0,12,1 +2185,2014,by citizenship,Azerbaijan,2.5,12,1 +2186,2014,by citizenship,China,2.5,12,1 +2187,2014,by citizenship,Russia,2.5,12,1 +2188,2014,by form of exploitation,Forced labour,2.5,12,1 +2189,2014,by form of exploitation,Sexual exploitation,51.0,12,1 +2190,2015,Unknown,Unknown,2.5,12,4 +2191,2015,Unknown,Unknown,47.0,12,5 +2192,2015,Unknown,Unknown,2.5,12,6 +2193,2015,Unknown,Unknown,2.5,12,7 +2194,2015,Unknown,Unknown,2.5,12,2 +2195,2015,Unknown,Unknown,47.0,12,3 +2196,2015,Unknown,Unknown,48.0,12,1 +2197,2015,by citizenship,Azerbaijan,2.5,12,1 +2198,2015,by citizenship,Uzbekistan,5.0,12,1 +2199,2015,by form of exploitation,Forced labour,2.5,12,1 +2200,2015,by form of exploitation,Sexual exploitation,47.0,12,1 +2201,2016,Unknown,Unknown,70.0,12,1 +2202,2017,Unknown,Unknown,70.0,12,1 +2203,2017,by form of exploitation,Sexual exploitation,2.5,12,1 +2204,2018,Unknown,Unknown,98.0,12,1 +2205,2018,by form of exploitation,Forced labour,2.5,12,1 +2206,2018,by form of exploitation,Sexual exploitation,2.5,12,1 +2207,2019,Unknown,Unknown,2.5,12,4 +2208,2019,Unknown,Unknown,85.0,12,5 +2209,2019,Unknown,Unknown,2.5,12,6 +2210,2019,Unknown,Unknown,5.0,12,7 +2211,2019,Unknown,Unknown,2.5,12,2 +2212,2019,Unknown,Unknown,90.0,12,3 +2213,2019,Unknown,Unknown,91.0,12,1 +2214,2019,by form of exploitation,Sexual exploitation,2.5,12,1 +2215,2020,Unknown,Unknown,94.0,12,1 +2216,2020,by form of exploitation,Forced labour,2.5,12,1 +2217,2020,by form of exploitation,Sexual exploitation,2.5,12,1 +2218,2021,Unknown,Unknown,2.5,12,4 +2219,2021,Unknown,Unknown,94.0,12,5 +2220,2021,Unknown,Unknown,2.5,12,6 +2221,2021,Unknown,Unknown,2.5,12,7 +2222,2021,Unknown,Unknown,2.5,12,2 +2223,2021,Unknown,Unknown,95.0,12,3 +2224,2021,Unknown,Unknown,95.0,12,1 +2225,2021,by citizenship,Azerbaijan,94.0,12,1 +2226,2021,by form of exploitation,Forced labour,2.5,12,1 +2227,2021,by form of exploitation,Sexual exploitation,94.0,12,1 +2228,2022,Unknown,Unknown,6.0,12,4 +2229,2022,Unknown,Unknown,87.0,12,5 +2230,2022,Unknown,Unknown,2.5,12,6 +2231,2022,Unknown,Unknown,2.5,12,7 +2232,2022,Unknown,Unknown,6.0,12,2 +2233,2022,Unknown,Unknown,88.0,12,3 +2234,2022,Unknown,Unknown,94.0,12,1 +2235,2003,by country of repatriation,Abroad,2.5,13,1 +2236,2008,by country of repatriation,Abroad,2.5,13,1 +2237,2009,Unknown,Unknown,129.0,13,1 +2238,2009,by form of exploitation,Forced labour,50.0,13,1 +2239,2010,Unknown,Unknown,10.0,13,1 +2240,2010,by citizenship,Burundi,10.0,13,1 +2241,2012,Unknown,Unknown,2.5,13,2 +2242,2012,Unknown,Unknown,2.5,13,3 +2243,2013,Unknown,Unknown,2.5,13,2 +2244,2013,Unknown,Unknown,2.5,13,3 +2245,2014,Unknown,Unknown,2.5,13,2 +2246,2014,Unknown,Unknown,2.5,13,3 +2247,2015,Unknown,Unknown,2.5,13,2 +2248,2015,Unknown,Unknown,2.5,13,3 +2249,2017,by form of exploitation,Sexual exploitation,2.5,13,1 +2250,2018,by form of exploitation,Forced labour,2.5,13,1 +2251,2018,by form of exploitation,Sexual exploitation,2.5,13,1 +2252,2019,by form of exploitation,Sexual exploitation,2.5,13,1 +2253,2020,by form of exploitation,Forced labour,2.5,13,1 +2254,2020,by form of exploitation,Sexual exploitation,2.5,13,1 +2255,2005,by form of exploitation,Forced labour,57.0,14,1 +2256,2005,by form of exploitation,Sexual exploitation,69.0,14,1 +2257,2006,by form of exploitation,Forced labour,65.0,14,1 +2258,2006,by form of exploitation,Sexual exploitation,57.0,14,1 +2259,2007,Unknown,Unknown,2.5,14,2 +2260,2007,Unknown,Unknown,72.0,14,3 +2261,2007,Unknown,Unknown,74.0,14,1 +2262,2007,by citizenship,Albania,2.5,14,1 +2263,2007,by citizenship,Belgium,2.5,14,1 +2264,2007,by citizenship,Benin,2.5,14,1 +2265,2007,by citizenship,Brazil,18.0,14,1 +2266,2007,by citizenship,Burkina Faso,2.5,14,1 +2267,2007,by citizenship,Cameroon,2.5,14,1 +2268,2007,by citizenship,Chad,2.5,14,1 +2269,2007,by citizenship,China,7.0,14,1 +2270,2007,by citizenship,Czech Republic,2.5,14,1 +2271,2007,by citizenship,Eritrea,2.5,14,1 +2272,2007,by citizenship,France,2.5,14,1 +2273,2007,by citizenship,Ghana,2.5,14,1 +2274,2007,by citizenship,India,2.5,14,1 +2275,2007,by citizenship,Jordan,2.5,14,1 +2276,2007,by citizenship,Morocco,8.0,14,1 +2277,2007,by citizenship,Nigeria,2.5,14,1 +2278,2007,by citizenship,Poland,2.5,14,1 +2279,2007,by citizenship,Romania,14.0,14,1 +2280,2007,by citizenship,Thailand,2.5,14,1 +2281,2007,by citizenship,Ukraine,2.5,14,1 +2282,2007,by citizenship,Vietnam,2.5,14,1 +2283,2007,by form of exploitation,Forced labour,290.0,14,1 +2284,2007,by form of exploitation,Sexual exploitation,123.0,14,1 +2285,2008,Unknown,Unknown,2.5,14,2 +2286,2008,Unknown,Unknown,63.0,14,3 +2287,2008,Unknown,Unknown,65.0,14,1 +2288,2008,by citizenship,Brazil,5.0,14,1 +2289,2008,by citizenship,Bulgaria,2.5,14,1 +2290,2008,by citizenship,China,5.0,14,1 +2291,2008,by citizenship,Democratic Republic of the Congo,2.5,14,1 +2292,2008,by citizenship,Egypt,2.5,14,1 +2293,2008,by citizenship,Georgia,2.5,14,1 +2294,2008,by citizenship,Ghana,2.5,14,1 +2295,2008,by citizenship,India,13.0,14,1 +2296,2008,by citizenship,Indonesia,2.5,14,1 +2297,2008,by citizenship,Iraq,2.5,14,1 +2298,2008,by citizenship,Morocco,12.0,14,1 +2299,2008,by citizenship,Philippines,2.5,14,1 +2300,2008,by citizenship,Poland,5.0,14,1 +2301,2008,by citizenship,Romania,2.5,14,1 +2302,2008,by citizenship,Slovakia,2.5,14,1 +2303,2008,by citizenship,Somalia,2.5,14,1 +2304,2008,by citizenship,Palestine,2.5,14,1 +2305,2008,by citizenship,Thailand,2.5,14,1 +2306,2008,by citizenship,Ukraine,2.5,14,1 +2307,2008,by citizenship,Uzbekistan,2.5,14,1 +2308,2008,by form of exploitation,Forced labour,204.0,14,1 +2309,2008,by form of exploitation,Sexual exploitation,122.0,14,1 +2310,2009,Unknown,Unknown,2.5,14,2 +2311,2009,Unknown,Unknown,47.0,14,3 +2312,2009,Unknown,Unknown,50.0,14,1 +2313,2009,by citizenship,Albania,2.5,14,1 +2314,2009,by citizenship,Algeria,2.5,14,1 +2315,2009,by citizenship,Brazil,2.5,14,1 +2316,2009,by citizenship,Bulgaria,2.5,14,1 +2317,2009,by citizenship,China,2.5,14,1 +2318,2009,by citizenship,Colombia,2.5,14,1 +2319,2009,by citizenship,France,2.5,14,1 +2320,2009,by citizenship,Germany,2.5,14,1 +2321,2009,by citizenship,India,2.5,14,1 +2322,2009,by citizenship,Iran,2.5,14,1 +2323,2009,by citizenship,Iraq,2.5,14,1 +2324,2009,by citizenship,Kenya,2.5,14,1 +2325,2009,by citizenship,Mauritius,2.5,14,1 +2326,2009,by citizenship,Morocco,9.0,14,1 +2327,2009,by citizenship,Pakistan,2.5,14,1 +2328,2009,by citizenship,Poland,2.5,14,1 +2329,2009,by citizenship,Romania,2.5,14,1 +2330,2009,by citizenship,Russia,2.5,14,1 +2331,2009,by citizenship,Senegal,2.5,14,1 +2332,2009,by citizenship,Sierra Leone,2.5,14,1 +2333,2009,by citizenship,Slovakia,2.5,14,1 +2334,2009,by citizenship,Tunisia,2.5,14,1 +2335,2009,by form of exploitation,Forced labour,200.0,14,1 +2336,2009,by form of exploitation,Sexual exploitation,130.0,14,1 +2337,2010,by country of repatriation,Romania,2.5,14,1 +2338,2010,by country of repatriation,North Macedonia,2.5,14,1 +2339,2011,by country of repatriation,Romania,2.5,14,1 +2340,2012,Unknown,Unknown,7.0,14,4 +2341,2012,Unknown,Unknown,56.0,14,5 +2342,2012,Unknown,Unknown,2.5,14,6 +2343,2012,Unknown,Unknown,60.0,14,7 +2344,2012,Unknown,Unknown,11.0,14,2 +2345,2012,Unknown,Unknown,116.0,14,3 +2346,2012,Unknown,Unknown,127.0,14,1 +2347,2012,by country of repatriation,Latvia,2.5,14,1 +2348,2012,by country of repatriation,Romania,2.5,14,1 +2349,2012,by country of repatriation,Slovakia,2.5,14,1 +2350,2012,by form of exploitation,Forced labour,65.0,14,1 +2351,2012,by form of exploitation,Sexual exploitation,52.0,14,1 +2352,2013,Unknown,Unknown,2.5,14,4 +2353,2013,Unknown,Unknown,45.0,14,5 +2354,2013,Unknown,Unknown,2.5,14,6 +2355,2013,Unknown,Unknown,67.0,14,7 +2356,2013,Unknown,Unknown,2.5,14,2 +2357,2013,Unknown,Unknown,112.0,14,3 +2358,2013,Unknown,Unknown,116.0,14,1 +2359,2013,by country of repatriation,Slovakia,2.5,14,1 +2360,2013,by form of exploitation,Forced labour,79.0,14,1 +2361,2013,by form of exploitation,Sexual exploitation,37.0,14,1 +2362,2014,Unknown,Unknown,2.5,14,4 +2363,2014,Unknown,Unknown,26.0,14,5 +2364,2014,Unknown,Unknown,2.5,14,6 +2365,2014,Unknown,Unknown,55.0,14,7 +2366,2014,Unknown,Unknown,2.5,14,2 +2367,2014,Unknown,Unknown,81.0,14,3 +2368,2014,Unknown,Unknown,84.0,14,1 +2369,2014,by citizenship,Afghanistan,2.5,14,1 +2370,2014,by citizenship,Albania,7.0,14,1 +2371,2014,by citizenship,Algeria,2.5,14,1 +2372,2014,by citizenship,Bangladesh,2.5,14,1 +2373,2014,by citizenship,Benin,2.5,14,1 +2374,2014,by citizenship,Bhutan,2.5,14,1 +2375,2014,by citizenship,Brazil,2.5,14,1 +2376,2014,by citizenship,Bulgaria,2.5,14,1 +2377,2014,by citizenship,Burkina Faso,2.5,14,1 +2378,2014,by citizenship,China,2.5,14,1 +2379,2014,by citizenship,Croatia,2.5,14,1 +2380,2014,by citizenship,Czech Republic,2.5,14,1 +2381,2014,by citizenship,Dominican Republic,2.5,14,1 +2382,2014,by citizenship,Egypt,6.0,14,1 +2383,2014,by citizenship,Ethiopia,2.5,14,1 +2384,2014,by citizenship,Ghana,2.5,14,1 +2385,2014,by citizenship,Guinea,2.5,14,1 +2386,2014,by citizenship,India,2.5,14,1 +2387,2014,by citizenship,Iran,2.5,14,1 +2388,2014,by citizenship,Kosovo,2.5,14,1 +2389,2014,by citizenship,Morocco,14.0,14,1 +2390,2014,by citizenship,Nigeria,2.5,14,1 +2391,2014,by citizenship,Pakistan,6.0,14,1 +2392,2014,by citizenship,Philippines,2.5,14,1 +2393,2014,by citizenship,Romania,8.0,14,1 +2394,2014,by citizenship,Spain,2.5,14,1 +2395,2014,by citizenship,Tunisia,2.5,14,1 +2396,2014,by citizenship,Turkey,6.0,14,1 +2397,2014,by citizenship,Ukraine,2.5,14,1 +2398,2014,by form of exploitation,Forced labour,2.5,14,4 +2399,2014,by form of exploitation,Forced labour,11.0,14,5 +2400,2014,by form of exploitation,Forced labour,2.5,14,6 +2401,2014,by form of exploitation,Forced labour,74.0,14,7 +2402,2014,by form of exploitation,Forced labour,86.0,14,1 +2403,2014,by form of exploitation,Sexual exploitation,2.5,14,4 +2404,2014,by form of exploitation,Sexual exploitation,37.0,14,5 +2405,2014,by form of exploitation,Sexual exploitation,2.5,14,6 +2406,2014,by form of exploitation,Sexual exploitation,5.0,14,7 +2407,2014,by form of exploitation,Sexual exploitation,43.0,14,1 +2408,2015,Unknown,Unknown,2.5,14,4 +2409,2015,Unknown,Unknown,29.0,14,5 +2410,2015,Unknown,Unknown,2.5,14,6 +2411,2015,Unknown,Unknown,57.0,14,7 +2412,2015,Unknown,Unknown,2.5,14,2 +2413,2015,Unknown,Unknown,86.0,14,3 +2414,2015,Unknown,Unknown,90.0,14,1 +2415,2015,by citizenship,Albania,5.0,14,1 +2416,2015,by citizenship,Algeria,2.5,14,1 +2417,2015,by citizenship,Bangladesh,2.5,14,1 +2418,2015,by citizenship,Benin,7.0,14,1 +2419,2015,by citizenship,Bolivia,2.5,14,1 +2420,2015,by citizenship,Brazil,2.5,14,1 +2421,2015,by citizenship,Bulgaria,2.5,14,1 +2422,2015,by citizenship,Burkina Faso,2.5,14,1 +2423,2015,by citizenship,Cameroon,2.5,14,1 +2424,2015,by citizenship,China,2.5,14,1 +2425,2015,by citizenship,Democratic Republic of the Congo,2.5,14,1 +2426,2015,by citizenship,Cote d'Ivoire,2.5,14,1 +2427,2015,by citizenship,Egypt,2.5,14,1 +2428,2015,by citizenship,Equatorial Guinea,2.5,14,1 +2429,2015,by citizenship,Hungary,2.5,14,1 +2430,2015,by citizenship,India,15.0,14,1 +2431,2015,by citizenship,Iran,2.5,14,1 +2432,2015,by citizenship,Morocco,10.0,14,1 +2433,2015,by citizenship,Nigeria,8.0,14,1 +2434,2015,by citizenship,Pakistan,2.5,14,1 +2435,2015,by citizenship,Poland,2.5,14,1 +2436,2015,by citizenship,Romania,2.5,14,1 +2437,2015,by citizenship,Russia,2.5,14,1 +2438,2015,by citizenship,Senegal,2.5,14,1 +2439,2015,by citizenship,Syria,2.5,14,1 +2440,2015,by citizenship,Thailand,2.5,14,1 +2441,2015,by citizenship,Tunisia,2.5,14,1 +2442,2015,by citizenship,Turkey,2.5,14,1 +2443,2015,by citizenship,Ukraine,2.5,14,1 +2444,2015,by form of exploitation,Forced labour,2.5,14,4 +2445,2015,by form of exploitation,Forced labour,7.0,14,5 +2446,2015,by form of exploitation,Forced labour,2.5,14,6 +2447,2015,by form of exploitation,Forced labour,51.0,14,7 +2448,2015,by form of exploitation,Forced labour,61.0,14,1 +2449,2015,by form of exploitation,Sexual exploitation,5.0,14,4 +2450,2015,by form of exploitation,Sexual exploitation,37.0,14,5 +2451,2015,by form of exploitation,Sexual exploitation,2.5,14,6 +2452,2015,by form of exploitation,Sexual exploitation,2.5,14,7 +2453,2015,by form of exploitation,Sexual exploitation,44.0,14,1 +2454,2016,Unknown,Unknown,2.5,14,4 +2455,2016,Unknown,Unknown,38.0,14,5 +2456,2016,Unknown,Unknown,2.5,14,6 +2457,2016,Unknown,Unknown,40.0,14,7 +2458,2016,Unknown,Unknown,6.0,14,2 +2459,2016,Unknown,Unknown,78.0,14,3 +2460,2016,Unknown,Unknown,84.0,14,1 +2461,2016,by citizenship,Algeria,2.5,14,1 +2462,2016,by citizenship,Bangladesh,2.5,14,1 +2463,2016,by citizenship,Brazil,2.5,14,1 +2464,2016,by citizenship,Bulgaria,2.5,14,1 +2465,2016,by citizenship,China,2.5,14,1 +2466,2016,by citizenship,Cote d'Ivoire,2.5,14,1 +2467,2016,by citizenship,Croatia,2.5,14,1 +2468,2016,by citizenship,Egypt,2.5,14,1 +2469,2016,by citizenship,Ethiopia,2.5,14,1 +2470,2016,by citizenship,Ghana,2.5,14,1 +2471,2016,by citizenship,Hungary,2.5,14,1 +2472,2016,by citizenship,India,2.5,14,1 +2473,2016,by citizenship,Iran,2.5,14,1 +2474,2016,by citizenship,Iraq,2.5,14,1 +2475,2016,by citizenship,Morocco,19.0,14,1 +2476,2016,by citizenship,Nigeria,19.0,14,1 +2477,2016,by citizenship,Pakistan,2.5,14,1 +2478,2016,by citizenship,Romania,8.0,14,1 +2479,2016,by citizenship,Senegal,2.5,14,1 +2480,2016,by citizenship,Serbia,2.5,14,1 +2481,2016,by citizenship,Spain,2.5,14,1 +2482,2016,by citizenship,Thailand,2.5,14,1 +2483,2016,by citizenship,Turkey,2.5,14,1 +2484,2016,by citizenship,Vietnam,2.5,14,1 +2485,2016,by country of repatriation,Latvia,2.5,14,1 +2486,2016,by country of repatriation,Slovakia,2.5,14,1 +2487,2016,by form of exploitation,Forced labour,2.5,14,4 +2488,2016,by form of exploitation,Forced labour,10.0,14,5 +2489,2016,by form of exploitation,Forced labour,2.5,14,6 +2490,2016,by form of exploitation,Forced labour,50.0,14,7 +2491,2016,by form of exploitation,Forced labour,62.0,14,1 +2492,2016,by form of exploitation,Sexual exploitation,2.5,14,4 +2493,2016,by form of exploitation,Sexual exploitation,44.0,14,5 +2494,2016,by form of exploitation,Sexual exploitation,2.5,14,6 +2495,2016,by form of exploitation,Sexual exploitation,2.5,14,7 +2496,2016,by form of exploitation,Sexual exploitation,48.0,14,1 +2497,2017,Unknown,Unknown,2.5,14,4 +2498,2017,Unknown,Unknown,69.0,14,5 +2499,2017,Unknown,Unknown,2.5,14,6 +2500,2017,Unknown,Unknown,47.0,14,7 +2501,2017,Unknown,Unknown,5.0,14,2 +2502,2017,Unknown,Unknown,116.0,14,3 +2503,2017,Unknown,Unknown,121.0,14,1 +2504,2017,by form of exploitation,Forced labour,2.5,14,4 +2505,2017,by form of exploitation,Forced labour,15.0,14,5 +2506,2017,by form of exploitation,Forced labour,2.5,14,6 +2507,2017,by form of exploitation,Forced labour,46.0,14,7 +2508,2017,by form of exploitation,Forced labour,65.0,14,1 +2509,2017,by form of exploitation,Sexual exploitation,2.5,14,4 +2510,2017,by form of exploitation,Sexual exploitation,53.0,14,5 +2511,2017,by form of exploitation,Sexual exploitation,2.5,14,6 +2512,2017,by form of exploitation,Sexual exploitation,2.5,14,7 +2513,2017,by form of exploitation,Sexual exploitation,55.0,14,1 +2514,2018,Unknown,Unknown,5.0,14,4 +2515,2018,Unknown,Unknown,39.0,14,5 +2516,2018,Unknown,Unknown,2.5,14,6 +2517,2018,Unknown,Unknown,69.0,14,7 +2518,2018,Unknown,Unknown,7.0,14,2 +2519,2018,Unknown,Unknown,108.0,14,3 +2520,2018,Unknown,Unknown,115.0,14,1 +2521,2018,by form of exploitation,Forced labour,2.5,14,4 +2522,2018,by form of exploitation,Forced labour,66.0,14,5 +2523,2018,by form of exploitation,Forced labour,2.5,14,6 +2524,2018,by form of exploitation,Forced labour,8.0,14,7 +2525,2018,by form of exploitation,Forced labour,75.0,14,1 +2526,2018,by form of exploitation,Sexual exploitation,2.5,14,4 +2527,2018,by form of exploitation,Sexual exploitation,30.0,14,5 +2528,2018,by form of exploitation,Sexual exploitation,2.5,14,6 +2529,2018,by form of exploitation,Sexual exploitation,2.5,14,7 +2530,2018,by form of exploitation,Sexual exploitation,33.0,14,1 +2531,2019,Unknown,Unknown,7.0,14,4 +2532,2019,Unknown,Unknown,68.0,14,5 +2533,2019,Unknown,Unknown,2.5,14,6 +2534,2019,Unknown,Unknown,65.0,14,7 +2535,2019,Unknown,Unknown,11.0,14,2 +2536,2019,Unknown,Unknown,133.0,14,3 +2537,2019,Unknown,Unknown,144.0,14,1 +2538,2019,by citizenship,Afghanistan,2.5,14,1 +2539,2019,by citizenship,Algeria,2.5,14,1 +2540,2019,by citizenship,Armenia,2.5,14,1 +2541,2019,by citizenship,Brazil,21.0,14,1 +2542,2019,by citizenship,Bulgaria,8.0,14,1 +2543,2019,by citizenship,Burkina Faso,2.5,14,1 +2544,2019,by citizenship,China,2.5,14,1 +2545,2019,by citizenship,Democratic Republic of the Congo,2.5,14,1 +2546,2019,by citizenship,Cuba,2.5,14,1 +2547,2019,by citizenship,Egypt,11.0,14,1 +2548,2019,by citizenship,Equatorial Guinea,2.5,14,1 +2549,2019,by citizenship,Ethiopia,2.5,14,1 +2550,2019,by citizenship,Philippines,2.5,14,1 +2551,2019,by citizenship,Guinea,2.5,14,1 +2552,2019,by citizenship,Hungary,2.5,14,1 +2553,2019,by citizenship,India,2.5,14,1 +2554,2019,by citizenship,Italy,2.5,14,1 +2555,2019,by citizenship,Cote d'Ivoire,2.5,14,1 +2556,2019,by citizenship,Kazakhstan,2.5,14,1 +2557,2019,by citizenship,Libya,2.5,14,1 +2558,2019,by citizenship,North Macedonia,2.5,14,1 +2559,2019,by citizenship,Mali,2.5,14,1 +2560,2019,by citizenship,Morocco,20.0,14,1 +2561,2019,by citizenship,Nigeria,16.0,14,1 +2562,2019,by citizenship,Pakistan,2.5,14,1 +2563,2019,by citizenship,Poland,2.5,14,1 +2564,2019,by citizenship,Romania,9.0,14,1 +2565,2019,by citizenship,Serbia,2.5,14,1 +2566,2019,by citizenship,Spain,2.5,14,1 +2567,2019,by citizenship,Tunisia,2.5,14,1 +2568,2019,by citizenship,Turkey,2.5,14,1 +2569,2019,by citizenship,Uganda,2.5,14,1 +2570,2019,by citizenship,Ukraine,2.5,14,1 +2571,2019,by citizenship,Venezuela,2.5,14,1 +2572,2019,by citizenship,Vietnam,2.5,14,1 +2573,2019,by form of exploitation,Forced labour,2.5,14,4 +2574,2019,by form of exploitation,Forced labour,19.0,14,5 +2575,2019,by form of exploitation,Forced labour,2.5,14,6 +2576,2019,by form of exploitation,Forced labour,62.0,14,7 +2577,2019,by form of exploitation,Forced labour,7.0,14,2 +2578,2019,by form of exploitation,Forced labour,81.0,14,3 +2579,2019,by form of exploitation,Forced labour,88.0,14,1 +2580,2019,by form of exploitation,Sexual exploitation,2.5,14,4 +2581,2019,by form of exploitation,Sexual exploitation,47.0,14,5 +2582,2019,by form of exploitation,Sexual exploitation,2.5,14,6 +2583,2019,by form of exploitation,Sexual exploitation,2.5,14,7 +2584,2019,by form of exploitation,Sexual exploitation,2.5,14,2 +2585,2019,by form of exploitation,Sexual exploitation,49.0,14,3 +2586,2019,by form of exploitation,Sexual exploitation,52.0,14,1 +2587,2020,Unknown,Unknown,2.5,14,4 +2588,2020,Unknown,Unknown,46.0,14,5 +2589,2020,Unknown,Unknown,2.5,14,6 +2590,2020,Unknown,Unknown,38.0,14,7 +2591,2020,Unknown,Unknown,2.5,14,2 +2592,2020,Unknown,Unknown,84.0,14,3 +2593,2020,Unknown,Unknown,88.0,14,1 +2594,2020,by citizenship,Algeria,2.5,14,1 +2595,2020,by citizenship,Bangladesh,2.5,14,1 +2596,2020,by citizenship,Brazil,6.0,14,1 +2597,2020,by citizenship,Bulgaria,2.5,14,1 +2598,2020,by citizenship,Cameroon,2.5,14,1 +2599,2020,by citizenship,China,2.5,14,1 +2600,2020,by citizenship,Colombia,2.5,14,1 +2601,2020,by citizenship,Dominican Republic,2.5,14,1 +2602,2020,by citizenship,Egypt,2.5,14,1 +2603,2020,by citizenship,Ghana,2.5,14,1 +2604,2020,by citizenship,Iraq,2.5,14,1 +2605,2020,by citizenship,Cote d'Ivoire,2.5,14,1 +2606,2020,by citizenship,Mali,2.5,14,1 +2607,2020,by citizenship,Morocco,12.0,14,1 +2608,2020,by citizenship,Nigeria,19.0,14,1 +2609,2020,by citizenship,Pakistan,2.5,14,1 +2610,2020,by citizenship,Poland,2.5,14,1 +2611,2020,by citizenship,Portugal,2.5,14,1 +2612,2020,by citizenship,Romania,8.0,14,1 +2613,2020,by citizenship,Serbia,2.5,14,1 +2614,2020,by citizenship,Spain,2.5,14,1 +2615,2020,by citizenship,Tunisia,2.5,14,1 +2616,2020,by citizenship,Turkey,2.5,14,1 +2617,2020,by citizenship,Ukraine,2.5,14,1 +2618,2020,by citizenship,Venezuela,2.5,14,1 +2619,2020,by citizenship,Vietnam,2.5,14,1 +2620,2020,by form of exploitation,Forced labour,2.5,14,4 +2621,2020,by form of exploitation,Forced labour,8.0,14,5 +2622,2020,by form of exploitation,Forced labour,2.5,14,6 +2623,2020,by form of exploitation,Forced labour,40.0,14,7 +2624,2020,by form of exploitation,Forced labour,2.5,14,2 +2625,2020,by form of exploitation,Forced labour,48.0,14,3 +2626,2020,by form of exploitation,Forced labour,49.0,14,1 +2627,2020,by form of exploitation,Sexual exploitation,2.5,14,4 +2628,2020,by form of exploitation,Sexual exploitation,35.0,14,5 +2629,2020,by form of exploitation,Sexual exploitation,2.5,14,6 +2630,2020,by form of exploitation,Sexual exploitation,2.5,14,7 +2631,2020,by form of exploitation,Sexual exploitation,2.5,14,2 +2632,2020,by form of exploitation,Sexual exploitation,36.0,14,3 +2633,2020,by form of exploitation,Sexual exploitation,36.0,14,1 +2634,2021,Unknown,Unknown,2.5,14,4 +2635,2021,Unknown,Unknown,47.0,14,5 +2636,2021,Unknown,Unknown,6.0,14,6 +2637,2021,Unknown,Unknown,91.0,14,7 +2638,2021,Unknown,Unknown,7.0,14,2 +2639,2021,Unknown,Unknown,138.0,14,3 +2640,2021,Unknown,Unknown,145.0,14,1 +2641,2021,by citizenship,Afghanistan,2.5,14,1 +2642,2021,by citizenship,Albania,2.5,14,1 +2643,2021,by citizenship,Algeria,2.5,14,1 +2644,2021,by citizenship,Brazil,2.5,14,1 +2645,2021,by citizenship,Bulgaria,14.0,14,1 +2646,2021,by citizenship,Burkina Faso,2.5,14,1 +2647,2021,by citizenship,Cameroon,2.5,14,1 +2648,2021,by citizenship,China,2.5,14,1 +2649,2021,by citizenship,Colombia,5.0,14,1 +2650,2021,by citizenship,Democratic Republic of the Congo,2.5,14,1 +2651,2021,by citizenship,Cuba,2.5,14,1 +2652,2021,by citizenship,Ecuador,2.5,14,1 +2653,2021,by citizenship,Egypt,2.5,14,1 +2654,2021,by citizenship,Germany,2.5,14,1 +2655,2021,by citizenship,Ghana,2.5,14,1 +2656,2021,by citizenship,Guinea-Bissau,2.5,14,1 +2657,2021,by citizenship,Guinea,2.5,14,1 +2658,2021,by citizenship,Hungary,2.5,14,1 +2659,2021,by citizenship,India,2.5,14,1 +2660,2021,by citizenship,Iran,5.0,14,1 +2661,2021,by citizenship,Iraq,2.5,14,1 +2662,2021,by citizenship,Italy,2.5,14,1 +2663,2021,by citizenship,Cote d'Ivoire,2.5,14,1 +2664,2021,by citizenship,Liberia,2.5,14,1 +2665,2021,by citizenship,Mali,2.5,14,1 +2666,2021,by citizenship,Moldova,2.5,14,1 +2667,2021,by citizenship,Morocco,13.0,14,1 +2668,2021,by citizenship,Nigeria,6.0,14,1 +2669,2021,by citizenship,Romania,2.5,14,1 +2670,2021,by citizenship,Russia,2.5,14,1 +2671,2021,by citizenship,Senegal,2.5,14,1 +2672,2021,by citizenship,Serbia,2.5,14,1 +2673,2021,by citizenship,Spain,2.5,14,1 +2674,2021,by citizenship,Suriname,2.5,14,1 +2675,2021,by citizenship,Tunisia,2.5,14,1 +2676,2021,by citizenship,Turkey,2.5,14,1 +2677,2021,by citizenship,Ukraine,14.0,14,1 +2678,2021,by citizenship,Venezuela,2.5,14,1 +2679,2021,by citizenship,Vietnam,25.0,14,1 +2680,2021,by form of exploitation,Forced labour,2.5,14,4 +2681,2021,by form of exploitation,Forced labour,17.0,14,5 +2682,2021,by form of exploitation,Forced labour,2.5,14,6 +2683,2021,by form of exploitation,Forced labour,58.0,14,7 +2684,2021,by form of exploitation,Forced labour,5.0,14,2 +2685,2021,by form of exploitation,Forced labour,75.0,14,3 +2686,2021,by form of exploitation,Forced labour,80.0,14,1 +2687,2021,by form of exploitation,Sexual exploitation,2.5,14,4 +2688,2021,by form of exploitation,Sexual exploitation,24.0,14,5 +2689,2021,by form of exploitation,Sexual exploitation,2.5,14,6 +2690,2021,by form of exploitation,Sexual exploitation,2.5,14,7 +2691,2021,by form of exploitation,Sexual exploitation,2.5,14,2 +2692,2021,by form of exploitation,Sexual exploitation,25.0,14,3 +2693,2021,by form of exploitation,Sexual exploitation,26.0,14,1 +2694,2022,Unknown,Unknown,2.5,14,4 +2695,2022,Unknown,Unknown,40.0,14,5 +2696,2022,Unknown,Unknown,11.0,14,6 +2697,2022,Unknown,Unknown,176.0,14,7 +2698,2022,Unknown,Unknown,15.0,14,2 +2699,2022,Unknown,Unknown,216.0,14,3 +2700,2022,Unknown,Unknown,231.0,14,1 +2701,2022,by citizenship,Afghanistan,12.0,14,1 +2702,2022,by citizenship,Albania,2.5,14,1 +2703,2022,by citizenship,Algeria,2.5,14,1 +2704,2022,by citizenship,Angola,2.5,14,1 +2705,2022,by citizenship,Bangladesh,32.0,14,1 +2706,2022,by citizenship,Brazil,12.0,14,1 +2707,2022,by citizenship,Burkina Faso,2.5,14,1 +2708,2022,by citizenship,China,2.5,14,1 +2709,2022,by citizenship,Colombia,2.5,14,1 +2710,2022,by citizenship,Democratic Republic of the Congo,2.5,14,1 +2711,2022,by citizenship,Ethiopia,2.5,14,1 +2712,2022,by citizenship,Philippines,67.0,14,1 +2713,2022,by citizenship,Ghana,2.5,14,1 +2714,2022,by citizenship,Guatemala,2.5,14,1 +2715,2022,by citizenship,Guinea,2.5,14,1 +2716,2022,by citizenship,Hungary,2.5,14,1 +2717,2022,by citizenship,Iran,6.0,14,1 +2718,2022,by citizenship,Iraq,2.5,14,1 +2719,2022,by citizenship,Cote d'Ivoire,6.0,14,1 +2720,2022,by citizenship,Madagascar,2.5,14,1 +2721,2022,by citizenship,Malta,2.5,14,1 +2722,2022,by citizenship,Morocco,27.0,14,1 +2723,2022,by citizenship,Nigeria,7.0,14,1 +2724,2022,by citizenship,Palestine,2.5,14,1 +2725,2022,by citizenship,Peru,2.5,14,1 +2726,2022,by citizenship,Portugal,2.5,14,1 +2727,2022,by citizenship,Romania,8.0,14,1 +2728,2022,by citizenship,Rwanda,2.5,14,1 +2729,2022,by citizenship,Senegal,2.5,14,1 +2730,2022,by citizenship,Spain,2.5,14,1 +2731,2022,by citizenship,Sudan,2.5,14,1 +2732,2022,by citizenship,Suriname,2.5,14,1 +2733,2022,by citizenship,Sweden,2.5,14,1 +2734,2022,by citizenship,Syria,6.0,14,1 +2735,2022,by citizenship,Tunisia,2.5,14,1 +2736,2022,by citizenship,Turkey,2.5,14,1 +2737,2022,by citizenship,Ukraine,5.0,14,1 +2738,2022,by citizenship,Venezuela,2.5,14,1 +2739,2022,by form of exploitation,Forced labour,2.5,14,4 +2740,2022,by form of exploitation,Forced labour,10.0,14,5 +2741,2022,by form of exploitation,Forced labour,2.5,14,6 +2742,2022,by form of exploitation,Forced labour,164.0,14,7 +2743,2022,by form of exploitation,Forced labour,2.5,14,2 +2744,2022,by form of exploitation,Forced labour,174.0,14,3 +2745,2022,by form of exploitation,Forced labour,178.0,14,1 +2746,2022,by form of exploitation,Sexual exploitation,2.5,14,4 +2747,2022,by form of exploitation,Sexual exploitation,29.0,14,5 +2748,2022,by form of exploitation,Sexual exploitation,2.5,14,6 +2749,2022,by form of exploitation,Sexual exploitation,5.0,14,7 +2750,2022,by form of exploitation,Sexual exploitation,2.5,14,2 +2751,2022,by form of exploitation,Sexual exploitation,34.0,14,3 +2752,2022,by form of exploitation,Sexual exploitation,37.0,14,1 +2753,2003,by country of repatriation,Abroad,2.5,15,1 +2754,2011,by country of repatriation,Burkina Faso,8.0,15,1 +2755,2012,by country of repatriation,Nigeria,2.5,15,1 +2756,2013,by country of repatriation,Nigeria,2.5,15,1 +2757,2014,Unknown,Unknown,2.5,15,2 +2758,2014,Unknown,Unknown,2.5,15,3 +2759,2014,by country of repatriation,Nigeria,19.0,15,1 +2760,2015,Unknown,Unknown,2.5,15,2 +2761,2015,Unknown,Unknown,2.5,15,3 +2762,2015,by country of repatriation,Nigeria,5.0,15,1 +2763,2016,by country of repatriation,Nigeria,59.0,15,1 +2764,2017,Unknown,Unknown,361.0,15,4 +2765,2017,Unknown,Unknown,2.5,15,5 +2766,2017,Unknown,Unknown,174.0,15,6 +2767,2017,Unknown,Unknown,2.5,15,7 +2768,2017,Unknown,Unknown,535.0,15,2 +2769,2017,Unknown,Unknown,2.5,15,3 +2770,2017,Unknown,Unknown,535.0,15,1 +2771,2017,by form of exploitation,Sexual exploitation,2.5,15,1 +2772,2018,by form of exploitation,Forced labour,2.5,15,1 +2773,2018,by form of exploitation,Sexual exploitation,2.5,15,1 +2774,2019,Unknown,Unknown,401.0,15,4 +2775,2019,Unknown,Unknown,12.0,15,5 +2776,2019,Unknown,Unknown,279.0,15,6 +2777,2019,Unknown,Unknown,9.0,15,7 +2778,2019,Unknown,Unknown,680.0,15,2 +2779,2019,Unknown,Unknown,21.0,15,3 +2780,2019,Unknown,Unknown,701.0,15,1 +2781,2019,by citizenship,Burkina Faso,34.0,15,1 +2782,2019,by citizenship,Guinea,2.5,15,1 +2783,2019,by citizenship,Cote d'Ivoire,46.0,15,1 +2784,2019,by citizenship,Nigeria,9.0,15,1 +2785,2019,by citizenship,Nigeria,2.5,15,1 +2786,2019,by citizenship,Togo,2.5,15,1 +2787,2019,by form of exploitation,Sexual exploitation,2.5,15,1 +2788,2020,Unknown,Unknown,586.0,15,4 +2789,2020,Unknown,Unknown,124.0,15,5 +2790,2020,Unknown,Unknown,593.0,15,6 +2791,2020,Unknown,Unknown,16.0,15,7 +2792,2020,Unknown,Unknown,1179.0,15,2 +2793,2020,Unknown,Unknown,140.0,15,3 +2794,2020,Unknown,Unknown,1319.0,15,1 +2795,2020,by form of exploitation,Forced labour,2.5,15,1 +2796,2020,by form of exploitation,Sexual exploitation,2.5,15,1 +2797,2021,Unknown,Unknown,753.0,15,4 +2798,2021,Unknown,Unknown,268.0,15,5 +2799,2021,Unknown,Unknown,900.0,15,6 +2800,2021,Unknown,Unknown,286.0,15,7 +2801,2021,Unknown,Unknown,1653.0,15,2 +2802,2021,Unknown,Unknown,554.0,15,3 +2803,2021,Unknown,Unknown,2207.0,15,1 +2804,2022,Unknown,Unknown,776.0,15,4 +2805,2022,Unknown,Unknown,2.5,15,5 +2806,2022,Unknown,Unknown,675.0,15,6 +2807,2022,Unknown,Unknown,2.5,15,7 +2808,2022,Unknown,Unknown,1451.0,15,2 +2809,2022,Unknown,Unknown,2.5,15,3 +2810,2022,Unknown,Unknown,1451.0,15,1 +2811,2022,by form of exploitation,Forced labour,655.0,15,4 +2812,2022,by form of exploitation,Forced labour,2.5,15,5 +2813,2022,by form of exploitation,Forced labour,559.0,15,6 +2814,2022,by form of exploitation,Forced labour,2.5,15,7 +2815,2022,by form of exploitation,Forced labour,1214.0,15,2 +2816,2022,by form of exploitation,Forced labour,1214.0,15,1 +2817,2022,by form of exploitation,Sexual exploitation,2.5,15,4 +2818,2022,by form of exploitation,Sexual exploitation,2.5,15,5 +2819,2022,by form of exploitation,Sexual exploitation,2.5,15,6 +2820,2022,by form of exploitation,Sexual exploitation,2.5,15,7 +2821,2003,by country of repatriation,Abroad,2.5,16,1 +2822,2003,by form of exploitation,Forced labour,322.0,16,1 +2823,2003,by form of exploitation,Sexual exploitation,64.0,16,1 +2824,2004,by form of exploitation,Forced labour,461.0,16,1 +2825,2004,by form of exploitation,Sexual exploitation,91.0,16,1 +2826,2005,by form of exploitation,Forced labour,627.0,16,1 +2827,2005,by form of exploitation,Sexual exploitation,124.0,16,1 +2828,2006,by form of exploitation,Forced labour,521.0,16,1 +2829,2006,by form of exploitation,Sexual exploitation,103.0,16,1 +2830,2007,Unknown,Unknown,113.0,16,4 +2831,2007,Unknown,Unknown,289.0,16,6 +2832,2007,Unknown,Unknown,402.0,16,2 +2833,2007,Unknown,Unknown,2.5,16,3 +2834,2007,Unknown,Unknown,402.0,16,1 +2835,2007,by citizenship,Burkina Faso,368.0,16,1 +2836,2008,Unknown,Unknown,42.0,16,4 +2837,2008,Unknown,Unknown,2.5,16,5 +2838,2008,Unknown,Unknown,161.0,16,6 +2839,2008,Unknown,Unknown,2.5,16,7 +2840,2008,Unknown,Unknown,203.0,16,2 +2841,2008,Unknown,Unknown,2.5,16,3 +2842,2008,Unknown,Unknown,203.0,16,1 +2843,2008,by citizenship,Burkina Faso,89.0,16,1 +2844,2008,by citizenship,Niger,2.5,16,1 +2845,2009,Unknown,Unknown,185.0,16,4 +2846,2009,Unknown,Unknown,2.5,16,5 +2847,2009,Unknown,Unknown,603.0,16,6 +2848,2009,Unknown,Unknown,2.5,16,7 +2849,2009,Unknown,Unknown,788.0,16,2 +2850,2009,Unknown,Unknown,2.5,16,3 +2851,2009,Unknown,Unknown,788.0,16,1 +2852,2009,by citizenship,Burkina Faso,671.0,16,1 +2853,2009,by citizenship,Mali,22.0,16,1 +2854,2010,Unknown,Unknown,162.0,16,4 +2855,2010,Unknown,Unknown,2.5,16,5 +2856,2010,Unknown,Unknown,426.0,16,6 +2857,2010,Unknown,Unknown,2.5,16,7 +2858,2010,Unknown,Unknown,588.0,16,2 +2859,2010,Unknown,Unknown,2.5,16,3 +2860,2010,Unknown,Unknown,588.0,16,1 +2861,2010,by citizenship,Benin,2.5,16,1 +2862,2010,by citizenship,Burkina Faso,532.0,16,1 +2863,2010,by citizenship,Ghana,2.5,16,1 +2864,2010,by citizenship,Mali,2.5,16,1 +2865,2011,Unknown,Unknown,483.0,16,4 +2866,2011,Unknown,Unknown,2.5,16,5 +2867,2011,Unknown,Unknown,799.0,16,6 +2868,2011,Unknown,Unknown,2.5,16,7 +2869,2011,Unknown,Unknown,1282.0,16,2 +2870,2011,Unknown,Unknown,2.5,16,3 +2871,2011,Unknown,Unknown,1282.0,16,1 +2872,2011,by citizenship,Burkina Faso,1112.0,16,1 +2873,2011,by citizenship,Mali,2.5,16,1 +2874,2011,by citizenship,Nigeria,2.5,16,1 +2875,2012,Unknown,Unknown,2.5,16,2 +2876,2012,Unknown,Unknown,2.5,16,3 +2877,2012,by country of repatriation,Nigeria,13.0,16,1 +2878,2013,Unknown,Unknown,2.5,16,2 +2879,2013,Unknown,Unknown,2.5,16,3 +2880,2013,by country of repatriation,Nigeria,47.0,16,1 +2881,2014,Unknown,Unknown,199.0,16,4 +2882,2014,Unknown,Unknown,2.5,16,5 +2883,2014,Unknown,Unknown,351.0,16,6 +2884,2014,Unknown,Unknown,2.5,16,7 +2885,2014,Unknown,Unknown,550.0,16,2 +2886,2014,Unknown,Unknown,2.5,16,3 +2887,2014,Unknown,Unknown,550.0,16,1 +2888,2014,by country of repatriation,Nigeria,2.5,16,1 +2889,2015,Unknown,Unknown,2.5,16,2 +2890,2015,Unknown,Unknown,2.5,16,3 +2891,2016,by country of repatriation,Nigeria,12.0,16,1 +2892,2017,Unknown,Unknown,308.0,16,4 +2893,2017,Unknown,Unknown,2.5,16,5 +2894,2017,Unknown,Unknown,564.0,16,6 +2895,2017,Unknown,Unknown,2.5,16,7 +2896,2017,Unknown,Unknown,872.0,16,2 +2897,2017,Unknown,Unknown,2.5,16,3 +2898,2017,Unknown,Unknown,872.0,16,1 +2899,2017,by form of exploitation,Sexual exploitation,2.5,16,1 +2900,2018,by form of exploitation,Forced labour,2.5,16,1 +2901,2018,by form of exploitation,Sexual exploitation,2.5,16,1 +2902,2019,by form of exploitation,Sexual exploitation,2.5,16,1 +2903,2020,Unknown,Unknown,676.0,16,4 +2904,2020,Unknown,Unknown,58.0,16,5 +2905,2020,Unknown,Unknown,806.0,16,6 +2906,2020,Unknown,Unknown,20.0,16,7 +2907,2020,Unknown,Unknown,1402.0,16,2 +2908,2020,Unknown,Unknown,78.0,16,3 +2909,2020,Unknown,Unknown,1560.0,16,1 +2910,2020,by citizenship,Burkina Faso,1490.0,16,1 +2911,2020,by form of exploitation,Forced labour,579.0,16,4 +2912,2020,by form of exploitation,Forced labour,21.0,16,5 +2913,2020,by form of exploitation,Forced labour,802.0,16,6 +2914,2020,by form of exploitation,Forced labour,18.0,16,7 +2915,2020,by form of exploitation,Forced labour,1381.0,16,2 +2916,2020,by form of exploitation,Forced labour,39.0,16,3 +2917,2020,by form of exploitation,Forced labour,1420.0,16,1 +2918,2020,by form of exploitation,Sexual exploitation,97.0,16,4 +2919,2020,by form of exploitation,Sexual exploitation,37.0,16,5 +2920,2020,by form of exploitation,Sexual exploitation,2.5,16,6 +2921,2020,by form of exploitation,Sexual exploitation,2.5,16,7 +2922,2020,by form of exploitation,Sexual exploitation,101.0,16,2 +2923,2020,by form of exploitation,Sexual exploitation,39.0,16,3 +2924,2020,by form of exploitation,Sexual exploitation,140.0,16,1 +2925,2021,Unknown,Unknown,1052.0,16,4 +2926,2021,Unknown,Unknown,27.0,16,5 +2927,2021,Unknown,Unknown,434.0,16,6 +2928,2021,Unknown,Unknown,19.0,16,7 +2929,2021,Unknown,Unknown,1486.0,16,2 +2930,2021,Unknown,Unknown,46.0,16,3 +2931,2021,Unknown,Unknown,1532.0,16,1 +2932,2021,by citizenship,Burkina Faso,1506.0,16,1 +2933,2021,by form of exploitation,Forced labour,270.0,16,4 +2934,2021,by form of exploitation,Forced labour,19.0,16,5 +2935,2021,by form of exploitation,Forced labour,1315.0,16,6 +2936,2021,by form of exploitation,Forced labour,16.0,16,7 +2937,2021,by form of exploitation,Forced labour,1585.0,16,2 +2938,2021,by form of exploitation,Forced labour,35.0,16,3 +2939,2021,by form of exploitation,Forced labour,1620.0,16,1 +2940,2021,by form of exploitation,Sexual exploitation,164.0,16,4 +2941,2021,by form of exploitation,Sexual exploitation,11.0,16,5 +2942,2021,by form of exploitation,Sexual exploitation,8.0,16,6 +2943,2021,by form of exploitation,Sexual exploitation,2.5,16,7 +2944,2021,by form of exploitation,Sexual exploitation,172.0,16,2 +2945,2021,by form of exploitation,Sexual exploitation,11.0,16,3 +2946,2021,by form of exploitation,Sexual exploitation,183.0,16,1 +2947,2007,Unknown,Unknown,114.0,17,1 +2948,2010,Unknown,Unknown,152.0,17,5 +2949,2010,Unknown,Unknown,54.0,17,7 +2950,2010,Unknown,Unknown,104.0,17,2 +2951,2010,Unknown,Unknown,206.0,17,3 +2952,2010,Unknown,Unknown,310.0,17,1 +2953,2010,by citizenship,Bangladesh,490.0,17,1 +2954,2010,by country of repatriation,Nepal,2.5,17,1 +2955,2011,by country of repatriation,Nepal,2.5,17,1 +2956,2012,Unknown,Unknown,78.0,17,5 +2957,2012,Unknown,Unknown,17.0,17,7 +2958,2012,Unknown,Unknown,29.0,17,2 +2959,2012,Unknown,Unknown,95.0,17,3 +2960,2012,Unknown,Unknown,126.0,17,1 +2961,2012,by country of repatriation,Nepal,2.5,17,1 +2962,2013,Unknown,Unknown,2.5,17,2 +2963,2013,Unknown,Unknown,2.5,17,3 +2964,2013,by country of repatriation,Nepal,2.5,17,1 +2965,2015,Unknown,Unknown,2.5,17,2 +2966,2015,Unknown,Unknown,2.5,17,3 +2967,2017,Unknown,Unknown,247.0,17,5 +2968,2017,Unknown,Unknown,373.0,17,7 +2969,2017,Unknown,Unknown,113.0,17,2 +2970,2017,Unknown,Unknown,620.0,17,3 +2971,2017,Unknown,Unknown,733.0,17,1 +2972,2017,by form of exploitation,Sexual exploitation,2.5,17,1 +2973,2018,Unknown,Unknown,210.0,17,5 +2974,2018,Unknown,Unknown,212.0,17,7 +2975,2018,Unknown,Unknown,80.0,17,2 +2976,2018,Unknown,Unknown,422.0,17,3 +2977,2018,Unknown,Unknown,502.0,17,1 +2978,2018,by form of exploitation,Forced labour,2.5,17,1 +2979,2018,by form of exploitation,Sexual exploitation,2.5,17,1 +2980,2019,by form of exploitation,Sexual exploitation,2.5,17,1 +2981,2020,by form of exploitation,Forced labour,2.5,17,1 +2982,2022,Unknown,Unknown,63.0,17,4 +2983,2022,Unknown,Unknown,442.0,17,5 +2984,2022,Unknown,Unknown,45.0,17,6 +2985,2022,Unknown,Unknown,399.0,17,7 +2986,2022,Unknown,Unknown,108.0,17,2 +2987,2022,Unknown,Unknown,841.0,17,3 +2988,2022,Unknown,Unknown,949.0,17,1 +2989,2022,by form of exploitation,Forced labour,15.0,17,4 +2990,2022,by form of exploitation,Forced labour,128.0,17,5 +2991,2022,by form of exploitation,Forced labour,7.0,17,6 +2992,2022,by form of exploitation,Forced labour,349.0,17,7 +2993,2022,by form of exploitation,Forced labour,22.0,17,2 +2994,2022,by form of exploitation,Forced labour,477.0,17,3 +2995,2022,by form of exploitation,Forced labour,499.0,17,1 +2996,2022,by form of exploitation,Sexual exploitation,19.0,17,4 +2997,2022,by form of exploitation,Sexual exploitation,248.0,17,5 +2998,2022,by form of exploitation,Sexual exploitation,2.5,17,6 +2999,2022,by form of exploitation,Sexual exploitation,2.5,17,7 +3000,2022,by form of exploitation,Sexual exploitation,19.0,17,2 +3001,2022,by form of exploitation,Sexual exploitation,248.0,17,3 +3002,2022,by form of exploitation,Sexual exploitation,267.0,17,1 +3003,2007,Unknown,Unknown,53.0,18,4 +3004,2007,Unknown,Unknown,223.0,18,5 +3005,2007,Unknown,Unknown,2.5,18,6 +3006,2007,Unknown,Unknown,12.0,18,7 +3007,2007,Unknown,Unknown,53.0,18,2 +3008,2007,Unknown,Unknown,235.0,18,3 +3009,2007,Unknown,Unknown,288.0,18,1 +3010,2007,by citizenship,Bulgaria,2.5,18,1 +3011,2007,by form of exploitation,Forced labour,25.0,18,1 +3012,2007,by form of exploitation,Sexual exploitation,263.0,18,1 +3013,2008,Unknown,Unknown,38.0,18,4 +3014,2008,Unknown,Unknown,202.0,18,5 +3015,2008,Unknown,Unknown,2.5,18,6 +3016,2008,Unknown,Unknown,10.0,18,7 +3017,2008,Unknown,Unknown,38.0,18,2 +3018,2008,Unknown,Unknown,212.0,18,3 +3019,2008,Unknown,Unknown,250.0,18,1 +3020,2008,by form of exploitation,Forced labour,90.0,18,1 +3021,2008,by form of exploitation,Sexual exploitation,193.0,18,1 +3022,2009,Unknown,Unknown,44.0,18,4 +3023,2009,Unknown,Unknown,220.0,18,5 +3024,2009,Unknown,Unknown,2.5,18,6 +3025,2009,Unknown,Unknown,31.0,18,7 +3026,2009,Unknown,Unknown,46.0,18,2 +3027,2009,Unknown,Unknown,251.0,18,3 +3028,2009,Unknown,Unknown,297.0,18,1 +3029,2009,by form of exploitation,Forced labour,54.0,18,1 +3030,2009,by form of exploitation,Sexual exploitation,292.0,18,1 +3031,2010,Unknown,Unknown,2.5,18,6 +3032,2010,Unknown,Unknown,67.0,18,4 +3033,2010,Unknown,Unknown,326.0,18,5 +3034,2010,Unknown,Unknown,35.0,18,7 +3035,2010,Unknown,Unknown,68.0,18,2 +3036,2010,Unknown,Unknown,361.0,18,3 +3037,2010,Unknown,Unknown,429.0,18,1 +3038,2010,by country of repatriation,Romania,2.5,18,1 +3039,2010,by country of repatriation,Ukraine,2.5,18,1 +3040,2010,by form of exploitation,Forced labour,34.0,18,1 +3041,2010,by form of exploitation,Sexual exploitation,357.0,18,1 +3042,2011,Unknown,Unknown,60.0,18,4 +3043,2011,Unknown,Unknown,387.0,18,5 +3044,2011,Unknown,Unknown,10.0,18,6 +3045,2011,Unknown,Unknown,83.0,18,7 +3046,2011,Unknown,Unknown,70.0,18,2 +3047,2011,Unknown,Unknown,470.0,18,3 +3048,2011,Unknown,Unknown,540.0,18,1 +3049,2011,by country of repatriation,Romania,2.5,18,1 +3050,2011,by form of exploitation,Forced labour,91.0,18,1 +3051,2011,by form of exploitation,Sexual exploitation,394.0,18,1 +3052,2012,Unknown,Unknown,55.0,18,4 +3053,2012,Unknown,Unknown,451.0,18,5 +3054,2012,Unknown,Unknown,11.0,18,6 +3055,2012,Unknown,Unknown,62.0,18,7 +3056,2012,Unknown,Unknown,66.0,18,2 +3057,2012,Unknown,Unknown,513.0,18,3 +3058,2012,Unknown,Unknown,579.0,18,1 +3059,2012,by form of exploitation,Forced labour,65.0,18,1 +3060,2012,by form of exploitation,Sexual exploitation,461.0,18,1 +3061,2013,Unknown,Unknown,48.0,18,4 +3062,2013,Unknown,Unknown,427.0,18,5 +3063,2013,Unknown,Unknown,17.0,18,6 +3064,2013,Unknown,Unknown,46.0,18,7 +3065,2013,Unknown,Unknown,65.0,18,2 +3066,2013,Unknown,Unknown,473.0,18,3 +3067,2013,Unknown,Unknown,538.0,18,1 +3068,2013,by form of exploitation,Forced labour,44.0,18,1 +3069,2013,by form of exploitation,Sexual exploitation,428.0,18,1 +3070,2014,Unknown,Unknown,29.0,18,4 +3071,2014,Unknown,Unknown,12.0,18,6 +3072,2014,Unknown,Unknown,41.0,18,2 +3073,2014,Unknown,Unknown,491.0,18,1 +3074,2014,Unknown,Unknown,433.0,18,5 +3075,2014,Unknown,Unknown,17.0,18,7 +3076,2014,Unknown,Unknown,450.0,18,3 +3077,2014,by form of exploitation,Forced labour,2.5,18,4 +3078,2014,by form of exploitation,Forced labour,2.5,18,5 +3079,2014,by form of exploitation,Forced labour,2.5,18,6 +3080,2014,by form of exploitation,Forced labour,11.0,18,7 +3081,2014,by form of exploitation,Forced labour,16.0,18,1 +3082,2014,by form of exploitation,Sexual exploitation,28.0,18,4 +3083,2014,by form of exploitation,Sexual exploitation,370.0,18,5 +3084,2014,by form of exploitation,Sexual exploitation,10.0,18,6 +3085,2014,by form of exploitation,Sexual exploitation,2.5,18,7 +3086,2014,by form of exploitation,Sexual exploitation,409.0,18,1 +3087,2015,Unknown,Unknown,27.0,18,4 +3088,2015,Unknown,Unknown,2.5,18,6 +3089,2015,Unknown,Unknown,30.0,18,2 +3090,2015,Unknown,Unknown,406.0,18,1 +3091,2015,by form of exploitation,Forced labour,26.0,18,1 +3092,2015,Unknown,Unknown,353.0,18,5 +3093,2015,Unknown,Unknown,23.0,18,7 +3094,2015,Unknown,Unknown,376.0,18,3 +3095,2015,by form of exploitation,Forced labour,2.5,18,4 +3096,2015,by form of exploitation,Forced labour,2.5,18,5 +3097,2015,by form of exploitation,Forced labour,2.5,18,6 +3098,2015,by form of exploitation,Forced labour,20.0,18,7 +3099,2015,by form of exploitation,Sexual exploitation,24.0,18,4 +3100,2015,by form of exploitation,Sexual exploitation,287.0,18,5 +3101,2015,by form of exploitation,Sexual exploitation,2.5,18,6 +3102,2015,by form of exploitation,Sexual exploitation,2.5,18,7 +3103,2015,by form of exploitation,Sexual exploitation,314.0,18,1 +3104,2016,Unknown,Unknown,2.5,18,6 +3105,2016,Unknown,Unknown,24.0,18,2 +3106,2016,Unknown,Unknown,446.0,18,1 +3107,2016,Unknown,Unknown,21.0,18,4 +3108,2016,Unknown,Unknown,388.0,18,5 +3109,2016,Unknown,Unknown,34.0,18,7 +3110,2016,Unknown,Unknown,422.0,18,3 +3111,2016,by form of exploitation,Forced labour,2.5,18,4 +3112,2016,by form of exploitation,Forced labour,7.0,18,5 +3113,2016,by form of exploitation,Forced labour,2.5,18,6 +3114,2016,by form of exploitation,Forced labour,21.0,18,7 +3115,2016,by form of exploitation,Forced labour,31.0,18,1 +3116,2016,by form of exploitation,Sexual exploitation,20.0,18,4 +3117,2016,by form of exploitation,Sexual exploitation,298.0,18,5 +3118,2016,by form of exploitation,Sexual exploitation,2.5,18,6 +3119,2016,by form of exploitation,Sexual exploitation,10.0,18,7 +3120,2016,by form of exploitation,Sexual exploitation,329.0,18,1 +3121,2017,Unknown,Unknown,36.0,18,4 +3122,2017,Unknown,Unknown,2.5,18,6 +3123,2017,Unknown,Unknown,39.0,18,2 +3124,2017,Unknown,Unknown,505.0,18,1 +3125,2017,by form of exploitation,Forced labour,67.0,18,1 +3126,2017,by form of exploitation,Sexual exploitation,323.0,18,1 +3127,2017,Unknown,Unknown,407.0,18,5 +3128,2017,Unknown,Unknown,59.0,18,7 +3129,2017,Unknown,Unknown,466.0,18,3 +3130,2017,by form of exploitation,Forced labour,2.5,18,4 +3131,2017,by form of exploitation,Forced labour,16.0,18,5 +3132,2017,by form of exploitation,Forced labour,2.5,18,6 +3133,2017,by form of exploitation,Forced labour,51.0,18,7 +3134,2017,by form of exploitation,Sexual exploitation,32.0,18,4 +3135,2017,by form of exploitation,Sexual exploitation,284.0,18,5 +3136,2017,by form of exploitation,Sexual exploitation,2.5,18,6 +3137,2017,by form of exploitation,Sexual exploitation,7.0,18,7 +3138,2018,Unknown,Unknown,52.0,18,4 +3139,2018,Unknown,Unknown,2.5,18,6 +3140,2018,Unknown,Unknown,56.0,18,2 +3141,2018,Unknown,Unknown,386.0,18,3 +3142,2018,Unknown,Unknown,442.0,18,1 +3143,2018,by form of exploitation,Forced labour,59.0,18,1 +3144,2018,by form of exploitation,Sexual exploitation,309.0,18,1 +3145,2018,Unknown,Unknown,336.0,18,5 +3146,2018,Unknown,Unknown,50.0,18,7 +3147,2018,by form of exploitation,Forced labour,2.5,18,4 +3148,2018,by form of exploitation,Forced labour,47.0,18,5 +3149,2018,by form of exploitation,Forced labour,2.5,18,6 +3150,2018,by form of exploitation,Forced labour,12.0,18,7 +3151,2018,by form of exploitation,Sexual exploitation,49.0,18,4 +3152,2018,by form of exploitation,Sexual exploitation,258.0,18,5 +3153,2018,by form of exploitation,Sexual exploitation,2.5,18,6 +3154,2018,by form of exploitation,Sexual exploitation,2.5,18,7 +3155,2019,Unknown,Unknown,322.0,18,5 +3156,2019,Unknown,Unknown,2.5,18,6 +3157,2019,Unknown,Unknown,49.0,18,7 +3158,2019,by form of exploitation,Forced labour,44.0,18,1 +3159,2019,by form of exploitation,Sexual exploitation,280.0,18,1 +3160,2019,Unknown,Unknown,31.0,18,4 +3161,2019,Unknown,Unknown,33.0,18,2 +3162,2019,Unknown,Unknown,371.0,18,3 +3163,2019,Unknown,Unknown,404.0,18,1 +3164,2020,Unknown,Unknown,27.0,18,4 +3165,2020,Unknown,Unknown,2.5,18,6 +3166,2020,Unknown,Unknown,369.0,18,5 +3167,2020,Unknown,Unknown,58.0,18,7 +3168,2020,Unknown,Unknown,30.0,18,2 +3169,2020,Unknown,Unknown,427.0,18,3 +3170,2020,Unknown,Unknown,457.0,18,1 +3171,2020,by form of exploitation,Forced labour,2.5,18,4 +3172,2020,by form of exploitation,Forced labour,51.0,18,5 +3173,2020,by form of exploitation,Forced labour,2.5,18,6 +3174,2020,by form of exploitation,Forced labour,13.0,18,7 +3175,2020,by form of exploitation,Forced labour,5.0,18,2 +3176,2020,by form of exploitation,Forced labour,64.0,18,3 +3177,2020,by form of exploitation,Forced labour,69.0,18,1 +3178,2020,by form of exploitation,Sexual exploitation,24.0,18,4 +3179,2020,by form of exploitation,Sexual exploitation,309.0,18,5 +3180,2020,by form of exploitation,Sexual exploitation,2.5,18,6 +3181,2020,by form of exploitation,Sexual exploitation,2.5,18,7 +3182,2020,by form of exploitation,Sexual exploitation,24.0,18,2 +3183,2020,by form of exploitation,Sexual exploitation,312.0,18,3 +3184,2020,by form of exploitation,Sexual exploitation,336.0,18,1 +3185,2021,Unknown,Unknown,20.0,18,4 +3186,2021,Unknown,Unknown,346.0,18,5 +3187,2021,Unknown,Unknown,2.5,18,6 +3188,2021,Unknown,Unknown,98.0,18,7 +3189,2021,Unknown,Unknown,22.0,18,2 +3190,2021,Unknown,Unknown,444.0,18,3 +3191,2021,Unknown,Unknown,466.0,18,1 +3192,2021,by form of exploitation,Forced labour,107.0,18,1 +3193,2021,by form of exploitation,Sexual exploitation,282.0,18,1 +3194,2021,by citizenship,Bulgaria,16.0,18,1 +3195,2021,by form of exploitation,Forced labour,2.5,18,4 +3196,2021,by form of exploitation,Forced labour,2.5,18,5 +3197,2021,by form of exploitation,Forced labour,2.5,18,6 +3198,2021,by form of exploitation,Forced labour,2.5,18,7 +3199,2021,by form of exploitation,Sexual exploitation,20.0,18,4 +3200,2021,by form of exploitation,Sexual exploitation,2.5,18,5 +3201,2021,by form of exploitation,Sexual exploitation,2.5,18,6 +3202,2021,by form of exploitation,Sexual exploitation,2.5,18,7 +3203,2021,by form of exploitation,Sexual exploitation,20.0,18,2 +3204,2022,Unknown,Unknown,6.0,18,4 +3205,2022,Unknown,Unknown,104.0,18,5 +3206,2022,Unknown,Unknown,2.5,18,6 +3207,2022,Unknown,Unknown,41.0,18,7 +3208,2022,Unknown,Unknown,8.0,18,2 +3209,2022,Unknown,Unknown,145.0,18,3 +3210,2022,Unknown,Unknown,153.0,18,1 +3211,2022,by form of exploitation,Forced labour,44.0,18,1 +3212,2022,by form of exploitation,Sexual exploitation,62.0,18,1 +3213,2022,by citizenship,Bulgaria,15.0,18,1 +3214,2022,by form of exploitation,Forced labour,2.5,18,4 +3215,2022,by form of exploitation,Forced labour,2.5,18,5 +3216,2022,by form of exploitation,Forced labour,2.5,18,6 +3217,2022,by form of exploitation,Forced labour,2.5,18,7 +3218,2022,by form of exploitation,Sexual exploitation,2.5,18,4 +3219,2022,by form of exploitation,Sexual exploitation,2.5,18,5 +3220,2022,by form of exploitation,Sexual exploitation,2.5,18,6 +3221,2022,by form of exploitation,Sexual exploitation,2.5,18,7 +3222,2003,by country of repatriation,Abroad,2.5,19,1 +3223,2007,Unknown,Unknown,2.5,19,1 +3224,2007,by form of exploitation,Sexual exploitation,2.5,19,1 +3225,2008,Unknown,Unknown,2.5,19,4 +3226,2008,Unknown,Unknown,2.5,19,5 +3227,2008,Unknown,Unknown,2.5,19,6 +3228,2008,Unknown,Unknown,2.5,19,7 +3229,2008,Unknown,Unknown,2.5,19,2 +3230,2008,Unknown,Unknown,2.5,19,3 +3231,2008,Unknown,Unknown,2.5,19,1 +3232,2008,by form of exploitation,Sexual exploitation,2.5,19,1 +3233,2009,Unknown,Unknown,2.5,19,1 +3234,2010,Unknown,Unknown,2.5,19,4 +3235,2010,Unknown,Unknown,32.0,19,5 +3236,2010,Unknown,Unknown,2.5,19,6 +3237,2010,Unknown,Unknown,11.0,19,7 +3238,2010,Unknown,Unknown,2.5,19,2 +3239,2010,Unknown,Unknown,43.0,19,3 +3240,2010,Unknown,Unknown,43.0,19,1 +3241,2010,by citizenship,Bangladesh,2.5,19,1 +3242,2010,by citizenship,India,17.0,19,1 +3243,2010,by citizenship,Indonesia,8.0,19,1 +3244,2010,by citizenship,Iraq,2.5,19,1 +3245,2010,by citizenship,Russia,2.5,19,1 +3246,2010,by citizenship,Sri Lanka,7.0,19,1 +3247,2010,by citizenship,Thailand,2.5,19,1 +3248,2010,by country of repatriation,Nepal,2.5,19,1 +3249,2010,by country of repatriation,Russia,2.5,19,1 +3250,2010,by form of exploitation,Forced labour,23.0,19,1 +3251,2010,by form of exploitation,Sexual exploitation,20.0,19,1 +3252,2011,Unknown,Unknown,2.5,19,4 +3253,2011,Unknown,Unknown,5.0,19,5 +3254,2011,Unknown,Unknown,2.5,19,6 +3255,2011,Unknown,Unknown,2.5,19,7 +3256,2011,Unknown,Unknown,2.5,19,2 +3257,2011,Unknown,Unknown,5.0,19,3 +3258,2011,Unknown,Unknown,5.0,19,1 +3259,2011,by citizenship,Sri Lanka,5.0,19,1 +3260,2011,by citizenship,Thailand,2.5,19,1 +3261,2011,by form of exploitation,Forced labour,5.0,19,1 +3262,2011,by form of exploitation,Sexual exploitation,2.5,19,1 +3263,2012,Unknown,Unknown,2.5,19,4 +3264,2012,Unknown,Unknown,20.0,19,5 +3265,2012,Unknown,Unknown,2.5,19,6 +3266,2012,Unknown,Unknown,2.5,19,7 +3267,2012,Unknown,Unknown,2.5,19,2 +3268,2012,Unknown,Unknown,20.0,19,3 +3269,2012,Unknown,Unknown,20.0,19,1 +3270,2012,by citizenship,Egypt,2.5,19,1 +3271,2012,by citizenship,Russia,2.5,19,1 +3272,2012,by citizenship,Thailand,2.5,19,1 +3273,2012,by form of exploitation,Forced labour,8.0,19,1 +3274,2012,by form of exploitation,Sexual exploitation,11.0,19,1 +3275,2013,Unknown,Unknown,24.0,19,5 +3276,2013,Unknown,Unknown,119.0,19,7 +3277,2013,Unknown,Unknown,2.5,19,2 +3278,2013,Unknown,Unknown,143.0,19,3 +3279,2013,Unknown,Unknown,143.0,19,1 +3280,2013,by citizenship,Bangladesh,57.0,19,1 +3281,2013,by citizenship,Morocco,2.5,19,1 +3282,2013,by citizenship,Pakistan,55.0,19,1 +3283,2013,by citizenship,Philippines,2.5,19,1 +3284,2013,by citizenship,Russia,5.0,19,1 +3285,2013,by citizenship,Thailand,2.5,19,1 +3286,2013,by form of exploitation,Forced labour,125.0,19,1 +3287,2013,by form of exploitation,Sexual exploitation,18.0,19,1 +3288,2014,Unknown,Unknown,49.0,19,5 +3289,2014,Unknown,Unknown,47.0,19,7 +3290,2014,Unknown,Unknown,2.5,19,2 +3291,2014,Unknown,Unknown,96.0,19,3 +3292,2014,Unknown,Unknown,96.0,19,1 +3293,2014,by citizenship,Bangladesh,57.0,19,1 +3294,2014,by citizenship,Colombia,2.5,19,1 +3295,2014,by citizenship,Dominican Republic,6.0,19,1 +3296,2014,by citizenship,Egypt,2.5,19,1 +3297,2014,by citizenship,Indonesia,6.0,19,1 +3298,2014,by citizenship,Morocco,11.0,19,1 +3299,2014,by citizenship,Pakistan,55.0,19,1 +3300,2014,by citizenship,Panama,2.5,19,1 +3301,2014,by citizenship,Philippines,2.5,19,1 +3302,2014,by citizenship,Russia,13.0,19,1 +3303,2014,by citizenship,Thailand,10.0,19,1 +3304,2014,by country of repatriation,Dominican Republic,2.5,19,1 +3305,2014,by country of repatriation,Uganda,2.5,19,1 +3306,2014,by form of exploitation,Forced labour,69.0,19,1 +3307,2014,by form of exploitation,Sexual exploitation,10.0,19,1 +3308,2015,Unknown,Unknown,18.0,19,5 +3309,2015,Unknown,Unknown,60.0,19,7 +3310,2015,Unknown,Unknown,2.5,19,2 +3311,2015,Unknown,Unknown,78.0,19,3 +3312,2015,Unknown,Unknown,78.0,19,1 +3313,2015,by citizenship,Colombia,2.5,19,1 +3314,2015,by citizenship,Dominican Republic,2.5,19,1 +3315,2015,by citizenship,Russia,2.5,19,1 +3316,2015,by form of exploitation,Forced labour,69.0,19,1 +3317,2015,by form of exploitation,Sexual exploitation,10.0,19,1 +3318,2016,Unknown,Unknown,2.5,19,4 +3319,2016,Unknown,Unknown,13.0,19,5 +3320,2016,Unknown,Unknown,2.5,19,6 +3321,2016,Unknown,Unknown,2.5,19,7 +3322,2016,Unknown,Unknown,2.5,19,9 +3323,2016,Unknown,Unknown,2.5,19,8 +3324,2016,Unknown,Unknown,2.5,19,2 +3325,2016,Unknown,Unknown,13.0,19,3 +3326,2016,Unknown,Unknown,13.0,19,1 +3327,2016,by form of exploitation,Forced labour,2.5,19,1 +3328,2016,by form of exploitation,Sexual exploitation,12.0,19,1 +3329,2016,by country of repatriation,Dominican Republic,2.5,19,1 +3330,2016,by country of repatriation,Thailand,30.0,19,1 +3331,2016,by country of repatriation,Tunisia,2.5,19,1 +3332,2016,by country of repatriation,Uganda,2.5,19,1 +3333,2017,Unknown,Unknown,2.5,19,9 +3334,2017,Unknown,Unknown,2.5,19,8 +3335,2017,by form of exploitation,Forced labour,2.5,19,1 +3336,2017,by form of exploitation,Sexual exploitation,12.0,19,1 +3337,2017,Unknown,Unknown,2.5,19,4 +3338,2017,Unknown,Unknown,15.0,19,5 +3339,2017,Unknown,Unknown,2.5,19,6 +3340,2017,Unknown,Unknown,2.5,19,7 +3341,2017,Unknown,Unknown,2.5,19,2 +3342,2017,Unknown,Unknown,15.0,19,3 +3343,2017,Unknown,Unknown,15.0,19,1 +3344,2017,by citizenship,,11.0,19,1 +3345,2017,by form of exploitation,Forced labour,2.5,19,4 +3346,2017,by form of exploitation,Forced labour,2.5,19,5 +3347,2017,by form of exploitation,Forced labour,2.5,19,6 +3348,2017,by form of exploitation,Forced labour,2.5,19,7 +3349,2017,by form of exploitation,Sexual exploitation,2.5,19,4 +3350,2017,by form of exploitation,Sexual exploitation,15.0,19,5 +3351,2017,by form of exploitation,Sexual exploitation,2.5,19,6 +3352,2017,by form of exploitation,Sexual exploitation,2.5,19,7 +3353,2018,Unknown,Unknown,2.5,19,9 +3354,2018,Unknown,Unknown,2.5,19,8 +3355,2018,by form of exploitation,Forced labour,2.5,19,1 +3356,2018,by form of exploitation,Sexual exploitation,8.0,19,1 +3357,2018,Unknown,Unknown,2.5,19,4 +3358,2018,Unknown,Unknown,10.0,19,5 +3359,2018,Unknown,Unknown,2.5,19,6 +3360,2018,Unknown,Unknown,2.5,19,7 +3361,2018,Unknown,Unknown,2.5,19,2 +3362,2018,Unknown,Unknown,10.0,19,3 +3363,2018,Unknown,Unknown,10.0,19,1 +3364,2018,by citizenship,,8.0,19,1 +3365,2018,by form of exploitation,Forced labour,2.5,19,4 +3366,2018,by form of exploitation,Forced labour,2.5,19,5 +3367,2018,by form of exploitation,Forced labour,2.5,19,6 +3368,2018,by form of exploitation,Forced labour,2.5,19,7 +3369,2018,by form of exploitation,Sexual exploitation,2.5,19,4 +3370,2018,by form of exploitation,Sexual exploitation,9.0,19,5 +3371,2018,by form of exploitation,Sexual exploitation,2.5,19,6 +3372,2018,by form of exploitation,Sexual exploitation,2.5,19,7 +3373,2019,Unknown,Unknown,2.5,19,9 +3374,2019,Unknown,Unknown,2.5,19,8 +3375,2019,by form of exploitation,Forced labour,7.0,19,1 +3376,2019,Unknown,Unknown,2.5,19,4 +3377,2019,Unknown,Unknown,15.0,19,5 +3378,2019,Unknown,Unknown,2.5,19,6 +3379,2019,Unknown,Unknown,2.5,19,7 +3380,2019,Unknown,Unknown,2.5,19,2 +3381,2019,Unknown,Unknown,15.0,19,3 +3382,2019,Unknown,Unknown,15.0,19,1 +3383,2019,by citizenship,Philippines,2.5,19,1 +3384,2019,by citizenship,India,2.5,19,1 +3385,2019,by citizenship,Indonesia,5.0,19,1 +3386,2019,by citizenship,Thailand,2.5,19,1 +3387,2019,by form of exploitation,Forced labour,2.5,19,4 +3388,2019,by form of exploitation,Forced labour,2.5,19,5 +3389,2019,by form of exploitation,Forced labour,2.5,19,6 +3390,2019,by form of exploitation,Forced labour,2.5,19,7 +3391,2019,by form of exploitation,Sexual exploitation,2.5,19,4 +3392,2019,by form of exploitation,Sexual exploitation,15.0,19,5 +3393,2019,by form of exploitation,Sexual exploitation,2.5,19,6 +3394,2019,by form of exploitation,Sexual exploitation,2.5,19,7 +3395,2019,by form of exploitation,Sexual exploitation,15.0,19,3 +3396,2019,by form of exploitation,Sexual exploitation,15.0,19,1 +3397,2020,Unknown,Unknown,2.5,19,9 +3398,2020,Unknown,Unknown,2.5,19,8 +3399,2020,Unknown,Unknown,2.5,19,4 +3400,2020,Unknown,Unknown,43.0,19,5 +3401,2020,Unknown,Unknown,2.5,19,6 +3402,2020,Unknown,Unknown,2.5,19,7 +3403,2020,Unknown,Unknown,2.5,19,2 +3404,2020,Unknown,Unknown,43.0,19,3 +3405,2020,Unknown,Unknown,43.0,19,1 +3406,2020,by citizenship,Egypt,2.5,19,1 +3407,2020,by citizenship,Philippines,2.5,19,1 +3408,2020,by citizenship,India,2.5,19,1 +3409,2020,by citizenship,Indonesia,2.5,19,1 +3410,2020,by citizenship,Kazakhstan,20.0,19,1 +3411,2020,by citizenship,Morocco,5.0,19,1 +3412,2020,by citizenship,Russia,2.5,19,1 +3413,2020,by citizenship,Thailand,8.0,19,1 +3414,2020,by form of exploitation,Forced labour,2.5,19,4 +3415,2020,by form of exploitation,Forced labour,2.5,19,5 +3416,2020,by form of exploitation,Forced labour,2.5,19,6 +3417,2020,by form of exploitation,Forced labour,2.5,19,7 +3418,2020,by form of exploitation,Forced labour,2.5,19,3 +3419,2020,by form of exploitation,Forced labour,2.5,19,1 +3420,2020,by form of exploitation,Sexual exploitation,2.5,19,4 +3421,2020,by form of exploitation,Sexual exploitation,43.0,19,5 +3422,2020,by form of exploitation,Sexual exploitation,2.5,19,6 +3423,2020,by form of exploitation,Sexual exploitation,2.5,19,7 +3424,2020,by form of exploitation,Sexual exploitation,43.0,19,3 +3425,2020,by form of exploitation,Sexual exploitation,43.0,19,1 +3426,2021,Unknown,Unknown,2.5,19,9 +3427,2021,Unknown,Unknown,2.5,19,8 +3428,2021,by form of exploitation,Forced labour,44.0,19,1 +3429,2021,Unknown,Unknown,2.5,19,4 +3430,2021,Unknown,Unknown,31.0,19,5 +3431,2021,Unknown,Unknown,2.5,19,6 +3432,2021,Unknown,Unknown,2.5,19,7 +3433,2021,Unknown,Unknown,2.5,19,2 +3434,2021,Unknown,Unknown,31.0,19,3 +3435,2021,Unknown,Unknown,32.0,19,1 +3436,2021,by citizenship,Bangladesh,2.5,19,1 +3437,2021,by citizenship,Indonesia,19.0,19,1 +3438,2021,by citizenship,Thailand,12.0,19,1 +3439,2021,by form of exploitation,Forced labour,2.5,19,4 +3440,2021,by form of exploitation,Forced labour,2.5,19,5 +3441,2021,by form of exploitation,Forced labour,2.5,19,6 +3442,2021,by form of exploitation,Forced labour,2.5,19,7 +3443,2021,by form of exploitation,Sexual exploitation,2.5,19,4 +3444,2021,by form of exploitation,Sexual exploitation,31.0,19,5 +3445,2021,by form of exploitation,Sexual exploitation,2.5,19,6 +3446,2021,by form of exploitation,Sexual exploitation,2.5,19,7 +3447,2021,by form of exploitation,Sexual exploitation,2.5,19,2 +3448,2021,by form of exploitation,Sexual exploitation,31.0,19,3 +3449,2021,by form of exploitation,Sexual exploitation,32.0,19,1 +3450,2022,Unknown,Unknown,2.5,19,4 +3451,2022,Unknown,Unknown,26.0,19,5 +3452,2022,Unknown,Unknown,2.5,19,6 +3453,2022,Unknown,Unknown,5.0,19,7 +3454,2022,Unknown,Unknown,2.5,19,2 +3455,2022,Unknown,Unknown,31.0,19,3 +3456,2022,Unknown,Unknown,32.0,19,1 +3457,2022,by citizenship,India,8.0,19,1 +3458,2022,by citizenship,Indonesia,2.5,19,1 +3459,2022,by citizenship,Kazakhstan,8.0,19,1 +3460,2022,by citizenship,Russia,9.0,19,1 +3461,2022,by citizenship,Syria,2.5,19,1 +3462,2022,by citizenship,Thailand,2.5,19,1 +3463,2022,by form of exploitation,Forced labour,2.5,19,4 +3464,2022,by form of exploitation,Forced labour,2.5,19,5 +3465,2022,by form of exploitation,Forced labour,2.5,19,6 +3466,2022,by form of exploitation,Forced labour,5.0,19,7 +3467,2022,by form of exploitation,Forced labour,5.0,19,3 +3468,2022,by form of exploitation,Forced labour,5.0,19,1 +3469,2022,by form of exploitation,Sexual exploitation,2.5,19,4 +3470,2022,by form of exploitation,Sexual exploitation,26.0,19,5 +3471,2022,by form of exploitation,Sexual exploitation,2.5,19,6 +3472,2022,by form of exploitation,Sexual exploitation,2.5,19,7 +3473,2022,by form of exploitation,Sexual exploitation,2.5,19,2 +3474,2022,by form of exploitation,Sexual exploitation,26.0,19,3 +3475,2022,by form of exploitation,Sexual exploitation,27.0,19,1 +3476,2012,by country of repatriation,Colombia,2.5,20,1 +3477,2014,Unknown,Unknown,2.5,20,4 +3478,2014,Unknown,Unknown,2.5,20,5 +3479,2014,Unknown,Unknown,2.5,20,6 +3480,2014,Unknown,Unknown,2.5,20,7 +3481,2014,Unknown,Unknown,2.5,20,2 +3482,2014,Unknown,Unknown,2.5,20,3 +3483,2014,Unknown,Unknown,2.5,20,1 +3484,2014,by citizenship,Jamaica,2.5,20,1 +3485,2015,by country of repatriation,Colombia,5.0,20,1 +3486,2016,by country of repatriation,Colombia,5.0,20,1 +3487,2017,Unknown,Unknown,2.5,20,4 +3488,2017,Unknown,Unknown,2.5,20,5 +3489,2017,Unknown,Unknown,2.5,20,6 +3490,2017,Unknown,Unknown,2.5,20,7 +3491,2017,Unknown,Unknown,2.5,20,2 +3492,2017,Unknown,Unknown,2.5,20,3 +3493,2017,Unknown,Unknown,2.5,20,1 +3494,2017,by form of exploitation,Sexual exploitation,2.5,20,5 +3495,2017,by form of exploitation,Sexual exploitation,2.5,20,1 +3496,2018,by form of exploitation,Forced labour,2.5,20,1 +3497,2018,by form of exploitation,Sexual exploitation,2.5,20,1 +3498,2019,by form of exploitation,Sexual exploitation,2.5,20,1 +3499,2020,by form of exploitation,Forced labour,2.5,20,1 +3500,2020,by form of exploitation,Sexual exploitation,2.5,20,1 +3501,2022,Unknown,Unknown,2.5,20,4 +3502,2022,Unknown,Unknown,6.0,20,5 +3503,2022,Unknown,Unknown,2.5,20,6 +3504,2022,Unknown,Unknown,2.5,20,7 +3505,2022,Unknown,Unknown,2.5,20,2 +3506,2022,Unknown,Unknown,6.0,20,3 +3507,2022,Unknown,Unknown,6.0,20,1 +3508,2022,by citizenship,Colombia,2.5,20,1 +3509,2022,by citizenship,Guyana,2.5,20,1 +3510,2022,by citizenship,Jamaica,2.5,20,1 +3511,2022,by citizenship,Venezuela,2.5,20,1 +3512,2022,by form of exploitation,Forced labour,2.5,20,4 +3513,2022,by form of exploitation,Forced labour,2.5,20,5 +3514,2022,by form of exploitation,Forced labour,2.5,20,6 +3515,2022,by form of exploitation,Forced labour,2.5,20,7 +3516,2022,by form of exploitation,Forced labour,2.5,20,3 +3517,2022,by form of exploitation,Forced labour,2.5,20,1 +3518,2022,by form of exploitation,Sexual exploitation,2.5,20,4 +3519,2022,by form of exploitation,Sexual exploitation,5.0,20,5 +3520,2022,by form of exploitation,Sexual exploitation,2.5,20,6 +3521,2022,by form of exploitation,Sexual exploitation,2.5,20,7 +3522,2022,by form of exploitation,Sexual exploitation,5.0,20,3 +3523,2022,by form of exploitation,Sexual exploitation,5.0,20,1 +3524,2003,by country of repatriation,Abroad,2.5,21,1 +3525,2005,by form of exploitation,Forced labour,2.5,21,1 +3526,2005,by form of exploitation,Sexual exploitation,65.0,21,1 +3527,2006,by form of exploitation,Forced labour,2.5,21,1 +3528,2006,by form of exploitation,Sexual exploitation,69.0,21,1 +3529,2007,Unknown,Unknown,18.0,21,2 +3530,2007,Unknown,Unknown,23.0,21,3 +3531,2007,Unknown,Unknown,41.0,21,1 +3532,2007,by citizenship,Bosnia and Herzegovina,30.0,21,1 +3533,2007,by citizenship,Croatia,2.5,21,1 +3534,2007,by citizenship,Iraq,2.5,21,1 +3535,2007,by citizenship,Moldova,2.5,21,1 +3536,2007,by citizenship,Romania,2.5,21,1 +3537,2007,by citizenship,Serbia,2.5,21,1 +3538,2007,by citizenship,Ukraine,2.5,21,1 +3539,2008,Unknown,Unknown,28.0,21,2 +3540,2008,Unknown,Unknown,5.0,21,3 +3541,2008,Unknown,Unknown,33.0,21,1 +3542,2008,by citizenship,Bosnia and Herzegovina,31.0,21,1 +3543,2008,by citizenship,Ukraine,2.5,21,1 +3544,2009,Unknown,Unknown,23.0,21,4 +3545,2009,Unknown,Unknown,41.0,21,5 +3546,2009,Unknown,Unknown,2.5,21,6 +3547,2009,Unknown,Unknown,2.5,21,7 +3548,2009,Unknown,Unknown,27.0,21,2 +3549,2009,Unknown,Unknown,42.0,21,3 +3550,2009,Unknown,Unknown,69.0,21,1 +3551,2009,by citizenship,Bosnia and Herzegovina,58.0,21,1 +3552,2009,by citizenship,Bulgaria,2.5,21,1 +3553,2009,by citizenship,Croatia,2.5,21,1 +3554,2009,by citizenship,Romania,2.5,21,1 +3555,2009,by citizenship,Serbia,6.0,21,1 +3556,2010,Unknown,Unknown,18.0,21,4 +3557,2010,Unknown,Unknown,2.5,21,5 +3558,2010,Unknown,Unknown,2.5,21,6 +3559,2010,Unknown,Unknown,2.5,21,7 +3560,2010,Unknown,Unknown,20.0,21,2 +3561,2010,Unknown,Unknown,5.0,21,3 +3562,2010,Unknown,Unknown,25.0,21,1 +3563,2010,by citizenship,Bosnia and Herzegovina,21.0,21,1 +3564,2010,by citizenship,Croatia,2.5,21,1 +3565,2010,by citizenship,Germany,2.5,21,1 +3566,2010,by citizenship,Serbia,2.5,21,1 +3567,2010,by country of repatriation,Ukraine,2.5,21,1 +3568,2010,by form of exploitation,Forced labour,17.0,21,1 +3569,2010,by form of exploitation,Sexual exploitation,8.0,21,1 +3570,2011,Unknown,Unknown,12.0,21,4 +3571,2011,Unknown,Unknown,16.0,21,5 +3572,2011,Unknown,Unknown,7.0,21,6 +3573,2011,Unknown,Unknown,2.5,21,7 +3574,2011,Unknown,Unknown,19.0,21,2 +3575,2011,Unknown,Unknown,16.0,21,3 +3576,2011,Unknown,Unknown,35.0,21,1 +3577,2011,by citizenship,Bosnia and Herzegovina,29.0,21,1 +3578,2011,by citizenship,Croatia,2.5,21,1 +3579,2011,by citizenship,Kosovo,2.5,21,1 +3580,2011,by citizenship,Serbia,2.5,21,1 +3581,2011,by citizenship,North Macedonia,2.5,21,1 +3582,2011,by citizenship,United States,2.5,21,1 +3583,2011,by country of repatriation,Croatia,2.5,21,1 +3584,2011,by form of exploitation,Forced labour,10.0,21,1 +3585,2011,by form of exploitation,Sexual exploitation,18.0,21,1 +3586,2012,Unknown,Unknown,19.0,21,4 +3587,2012,Unknown,Unknown,20.0,21,5 +3588,2012,Unknown,Unknown,2.5,21,6 +3589,2012,Unknown,Unknown,2.5,21,7 +3590,2012,Unknown,Unknown,19.0,21,2 +3591,2012,Unknown,Unknown,20.0,21,3 +3592,2012,Unknown,Unknown,39.0,21,1 +3593,2012,by citizenship,Bosnia and Herzegovina,27.0,21,1 +3594,2012,by citizenship,Bulgaria,2.5,21,1 +3595,2012,by citizenship,Germany,2.5,21,1 +3596,2012,by citizenship,Serbia,10.0,21,1 +3597,2012,by form of exploitation,Forced labour,13.0,21,1 +3598,2012,by form of exploitation,Sexual exploitation,20.0,21,1 +3599,2013,Unknown,Unknown,2.5,21,2 +3600,2013,Unknown,Unknown,2.5,21,3 +3601,2014,Unknown,Unknown,24.0,21,4 +3602,2014,Unknown,Unknown,11.0,21,5 +3603,2014,Unknown,Unknown,13.0,21,6 +3604,2014,Unknown,Unknown,2.5,21,7 +3605,2014,Unknown,Unknown,37.0,21,2 +3606,2014,Unknown,Unknown,12.0,21,3 +3607,2014,Unknown,Unknown,49.0,21,1 +3608,2014,by citizenship,Bosnia and Herzegovina,46.0,21,1 +3609,2014,by citizenship,Croatia,2.5,21,1 +3610,2014,by citizenship,Kosovo,2.5,21,1 +3611,2014,by citizenship,Sri Lanka,2.5,21,1 +3612,2014,by form of exploitation,Forced labour,2.5,21,5 +3613,2014,by form of exploitation,Forced labour,2.5,21,1 +3614,2014,by form of exploitation,Sexual exploitation,6.0,21,4 +3615,2014,by form of exploitation,Sexual exploitation,2.5,21,5 +3616,2014,by form of exploitation,Sexual exploitation,10.0,21,1 +3617,2015,Unknown,Unknown,14.0,21,4 +3618,2015,Unknown,Unknown,13.0,21,5 +3619,2015,Unknown,Unknown,2.5,21,6 +3620,2015,Unknown,Unknown,5.0,21,7 +3621,2015,Unknown,Unknown,17.0,21,2 +3622,2015,Unknown,Unknown,18.0,21,3 +3623,2015,Unknown,Unknown,35.0,21,1 +3624,2015,by citizenship,Bosnia and Herzegovina,35.0,21,1 +3625,2015,by form of exploitation,Sexual exploitation,6.0,21,5 +3626,2015,by form of exploitation,Sexual exploitation,6.0,21,1 +3627,2016,Unknown,Unknown,10.0,21,2 +3628,2016,Unknown,Unknown,38.0,21,3 +3629,2016,Unknown,Unknown,48.0,21,1 +3630,2016,by citizenship,Bosnia and Herzegovina,43.0,21,1 +3631,2016,by citizenship,Cuba,2.5,21,1 +3632,2016,by citizenship,Gambia,2.5,21,1 +3633,2016,by citizenship,Serbia,2.5,21,1 +3634,2016,by citizenship,Ukraine,2.5,21,1 +3635,2016,by country of repatriation,Croatia,2.5,21,1 +3636,2016,by form of exploitation,Forced labour,13.0,21,1 +3637,2016,by form of exploitation,Sexual exploitation,7.0,21,5 +3638,2016,by form of exploitation,Sexual exploitation,7.0,21,1 +3639,2017,Unknown,Unknown,25.0,21,5 +3640,2017,Unknown,Unknown,58.0,21,7 +3641,2017,Unknown,Unknown,47.0,21,2 +3642,2017,Unknown,Unknown,36.0,21,3 +3643,2017,Unknown,Unknown,83.0,21,1 +3644,2017,by citizenship,Bosnia and Herzegovina,81.0,21,1 +3645,2017,by citizenship,Libya,2.5,21,1 +3646,2017,by citizenship,Netherlands,2.5,21,1 +3647,2017,by country of repatriation,Abroad,2.5,21,1 +3648,2017,by country of repatriation,Hungary,2.5,21,1 +3649,2017,by country of repatriation,Slovenia,2.5,21,1 +3650,2017,by country of repatriation,Croatia,2.5,21,1 +3651,2017,by form of exploitation,Forced labour,7.0,21,1 +3652,2017,by form of exploitation,Sexual exploitation,10.0,21,1 +3653,2018,Unknown,Unknown,24.0,21,2 +3654,2018,Unknown,Unknown,12.0,21,3 +3655,2018,Unknown,Unknown,36.0,21,1 +3656,2018,by citizenship,Bosnia and Herzegovina,28.0,21,1 +3657,2018,by citizenship,,6.0,21,1 +3658,2018,by form of exploitation,Forced labour,2.5,21,1 +3659,2018,by form of exploitation,Sexual exploitation,9.0,21,1 +3660,2019,Unknown,Unknown,36.0,21,2 +3661,2019,Unknown,Unknown,25.0,21,3 +3662,2019,Unknown,Unknown,61.0,21,1 +3663,2019,by citizenship,Nationals,55.0,21,1 +3664,2019,by citizenship,Pakistan,2.5,21,1 +3665,2019,by form of exploitation,Sexual exploitation,15.0,21,1 +3666,2020,Unknown,Unknown,27.0,21,5 +3667,2020,Unknown,Unknown,7.0,21,7 +3668,2020,Unknown,Unknown,35.0,21,2 +3669,2020,Unknown,Unknown,35.0,21,3 +3670,2020,Unknown,Unknown,70.0,21,1 +3671,2020,by citizenship,Nationals,63.0,21,1 +3672,2020,by citizenship,,2.5,21,1 +3673,2020,by form of exploitation,Forced labour,2.5,21,4 +3674,2020,by form of exploitation,Forced labour,2.5,21,5 +3675,2020,by form of exploitation,Forced labour,2.5,21,6 +3676,2020,by form of exploitation,Forced labour,2.5,21,7 +3677,2020,by form of exploitation,Forced labour,2.5,21,1 +3678,2020,by form of exploitation,Sexual exploitation,17.0,21,1 +3679,2021,Unknown,Unknown,27.0,21,4 +3680,2021,Unknown,Unknown,6.0,21,5 +3681,2021,Unknown,Unknown,22.0,21,6 +3682,2021,Unknown,Unknown,2.5,21,7 +3683,2021,Unknown,Unknown,49.0,21,2 +3684,2021,Unknown,Unknown,7.0,21,3 +3685,2021,Unknown,Unknown,56.0,21,1 +3686,2021,by citizenship,Bosnia and Herzegovina,56.0,21,1 +3687,2021,by form of exploitation,Sexual exploitation,2.5,21,4 +3688,2021,by form of exploitation,Sexual exploitation,2.5,21,5 +3689,2021,by form of exploitation,Sexual exploitation,2.5,21,6 +3690,2021,by form of exploitation,Sexual exploitation,2.5,21,7 +3691,2021,by form of exploitation,Sexual exploitation,2.5,21,3 +3692,2021,by form of exploitation,Sexual exploitation,2.5,21,1 +3693,2022,Unknown,Unknown,23.0,21,4 +3694,2022,Unknown,Unknown,6.0,21,5 +3695,2022,Unknown,Unknown,2.5,21,6 +3696,2022,Unknown,Unknown,5.0,21,7 +3697,2022,Unknown,Unknown,26.0,21,2 +3698,2022,Unknown,Unknown,5.0,21,3 +3699,2022,Unknown,Unknown,38.0,21,1 +3700,2022,by citizenship,Nationals,32.0,21,1 +3701,2022,by citizenship,Unknown,2.5,21,1 +3702,2022,by citizenship,,2.5,21,1 +3703,2022,by country of repatriation,Abroad,2.5,21,1 +3704,2022,by form of exploitation,Forced labour,5.0,21,1 +3705,2022,by form of exploitation,Sexual exploitation,2.5,21,6 +3706,2022,by form of exploitation,Sexual exploitation,2.5,21,7 +3707,2022,by form of exploitation,Sexual exploitation,8.0,21,1 +3708,2003,by form of exploitation,Sexual exploitation,350.0,22,1 +3709,2004,by form of exploitation,Sexual exploitation,400.0,22,1 +3710,2005,by form of exploitation,Forced labour,260.0,22,1 +3711,2005,by form of exploitation,Sexual exploitation,365.0,22,1 +3712,2006,by form of exploitation,Forced labour,96.0,22,1 +3713,2006,by form of exploitation,Sexual exploitation,1011.0,22,1 +3714,2007,Unknown,Unknown,22.0,22,4 +3715,2007,Unknown,Unknown,356.0,22,5 +3716,2007,Unknown,Unknown,2.5,22,6 +3717,2007,Unknown,Unknown,39.0,22,7 +3718,2007,Unknown,Unknown,23.0,22,2 +3719,2007,Unknown,Unknown,395.0,22,3 +3720,2007,Unknown,Unknown,418.0,22,1 +3721,2007,by citizenship,Belarus,418.0,22,1 +3722,2007,by form of exploitation,Forced labour,40.0,22,1 +3723,2007,by form of exploitation,Sexual exploitation,378.0,22,1 +3724,2008,Unknown,Unknown,42.0,22,4 +3725,2008,Unknown,Unknown,324.0,22,5 +3726,2008,Unknown,Unknown,61.0,22,6 +3727,2008,Unknown,Unknown,164.0,22,7 +3728,2008,Unknown,Unknown,103.0,22,2 +3729,2008,Unknown,Unknown,488.0,22,3 +3730,2008,Unknown,Unknown,591.0,22,1 +3731,2008,by citizenship,Belarus,588.0,22,1 +3732,2008,by citizenship,Russia,2.5,22,1 +3733,2008,by citizenship,Ukraine,2.5,22,1 +3734,2008,by form of exploitation,Forced labour,133.0,22,1 +3735,2008,by form of exploitation,Sexual exploitation,458.0,22,1 +3736,2009,Unknown,Unknown,35.0,22,4 +3737,2009,Unknown,Unknown,340.0,22,5 +3738,2009,Unknown,Unknown,2.5,22,6 +3739,2009,Unknown,Unknown,23.0,22,7 +3740,2009,Unknown,Unknown,35.0,22,2 +3741,2009,Unknown,Unknown,363.0,22,3 +3742,2009,Unknown,Unknown,398.0,22,1 +3743,2009,by citizenship,Belarus,398.0,22,1 +3744,2009,by form of exploitation,Forced labour,29.0,22,1 +3745,2009,by form of exploitation,Sexual exploitation,369.0,22,1 +3746,2010,Unknown,Unknown,26.0,22,4 +3747,2010,Unknown,Unknown,333.0,22,5 +3748,2010,Unknown,Unknown,2.5,22,6 +3749,2010,Unknown,Unknown,2.5,22,7 +3750,2010,Unknown,Unknown,26.0,22,2 +3751,2010,Unknown,Unknown,336.0,22,3 +3752,2010,Unknown,Unknown,362.0,22,1 +3753,2010,by citizenship,Belarus,362.0,22,1 +3754,2010,by form of exploitation,Forced labour,14.0,22,1 +3755,2010,by form of exploitation,Sexual exploitation,345.0,22,1 +3756,2011,Unknown,Unknown,19.0,22,4 +3757,2011,Unknown,Unknown,272.0,22,5 +3758,2011,Unknown,Unknown,2.5,22,6 +3759,2011,Unknown,Unknown,2.5,22,7 +3760,2011,Unknown,Unknown,22.0,22,2 +3761,2011,Unknown,Unknown,273.0,22,3 +3762,2011,Unknown,Unknown,295.0,22,1 +3763,2011,by citizenship,Belarus,295.0,22,1 +3764,2011,by form of exploitation,Forced labour,8.0,22,1 +3765,2011,by form of exploitation,Sexual exploitation,287.0,22,1 +3766,2012,Unknown,Unknown,40.0,22,4 +3767,2012,Unknown,Unknown,163.0,22,5 +3768,2012,Unknown,Unknown,5.0,22,6 +3769,2012,Unknown,Unknown,2.5,22,7 +3770,2012,Unknown,Unknown,45.0,22,2 +3771,2012,Unknown,Unknown,164.0,22,3 +3772,2012,Unknown,Unknown,209.0,22,1 +3773,2012,by citizenship,Belarus,124.0,22,1 +3774,2012,by form of exploitation,Forced labour,2.5,22,1 +3775,2012,by form of exploitation,Sexual exploitation,208.0,22,1 +3776,2013,Unknown,Unknown,12.0,22,4 +3777,2013,Unknown,Unknown,134.0,22,5 +3778,2013,Unknown,Unknown,2.5,22,6 +3779,2013,Unknown,Unknown,2.5,22,7 +3780,2013,Unknown,Unknown,14.0,22,2 +3781,2013,Unknown,Unknown,135.0,22,3 +3782,2013,Unknown,Unknown,149.0,22,1 +3783,2013,by citizenship,Belarus,89.0,22,1 +3784,2013,by citizenship,Ukraine,2.5,22,1 +3785,2013,by country of repatriation,Serbia,19.0,22,1 +3786,2013,by form of exploitation,Sexual exploitation,149.0,22,1 +3787,2014,Unknown,Unknown,10.0,22,4 +3788,2014,Unknown,Unknown,69.0,22,5 +3789,2014,Unknown,Unknown,2.5,22,6 +3790,2014,Unknown,Unknown,16.0,22,7 +3791,2014,Unknown,Unknown,12.0,22,2 +3792,2014,Unknown,Unknown,85.0,22,3 +3793,2014,Unknown,Unknown,97.0,22,1 +3794,2014,by citizenship,Belarus,38.0,22,1 +3795,2014,by citizenship,Vietnam,16.0,22,1 +3796,2014,by country of repatriation,Ukraine,19.0,22,1 +3797,2014,by form of exploitation,Forced labour,2.5,22,4 +3798,2014,by form of exploitation,Forced labour,2.5,22,5 +3799,2014,by form of exploitation,Forced labour,2.5,22,6 +3800,2014,by form of exploitation,Forced labour,2.5,22,7 +3801,2014,by form of exploitation,Forced labour,5.0,22,1 +3802,2014,by form of exploitation,Sexual exploitation,10.0,22,4 +3803,2014,by form of exploitation,Sexual exploitation,79.0,22,5 +3804,2014,by form of exploitation,Sexual exploitation,2.5,22,6 +3805,2014,by form of exploitation,Sexual exploitation,2.5,22,7 +3806,2014,by form of exploitation,Sexual exploitation,81.0,22,1 +3807,2015,Unknown,Unknown,9.0,22,4 +3808,2015,Unknown,Unknown,107.0,22,5 +3809,2015,Unknown,Unknown,2.5,22,6 +3810,2015,Unknown,Unknown,2.5,22,7 +3811,2015,Unknown,Unknown,13.0,22,2 +3812,2015,Unknown,Unknown,108.0,22,3 +3813,2015,Unknown,Unknown,121.0,22,1 +3814,2015,by citizenship,Belarus,25.0,22,1 +3815,2015,by country of repatriation,Ukraine,2.5,22,1 +3816,2015,by form of exploitation,Forced labour,2.5,22,4 +3817,2015,by form of exploitation,Forced labour,2.5,22,5 +3818,2015,by form of exploitation,Forced labour,2.5,22,6 +3819,2015,by form of exploitation,Forced labour,16.0,22,7 +3820,2015,by form of exploitation,Forced labour,2.5,22,1 +3821,2015,by form of exploitation,Sexual exploitation,10.0,22,4 +3822,2015,by form of exploitation,Sexual exploitation,79.0,22,5 +3823,2015,by form of exploitation,Sexual exploitation,2.5,22,6 +3824,2015,by form of exploitation,Sexual exploitation,2.5,22,7 +3825,2015,by form of exploitation,Sexual exploitation,46.0,22,1 +3826,2016,Unknown,Unknown,64.0,22,4 +3827,2016,Unknown,Unknown,96.0,22,5 +3828,2016,Unknown,Unknown,7.0,22,6 +3829,2016,Unknown,Unknown,17.0,22,7 +3830,2016,Unknown,Unknown,71.0,22,2 +3831,2016,Unknown,Unknown,113.0,22,3 +3832,2016,Unknown,Unknown,184.0,22,1 +3833,2016,by citizenship,Belarus,122.0,22,1 +3834,2016,by citizenship,Kazakhstan,2.5,22,1 +3835,2016,by citizenship,Ukraine,2.5,22,1 +3836,2016,by country of repatriation,Ukraine,6.0,22,1 +3837,2016,by form of exploitation,Forced labour,2.5,22,4 +3838,2016,by form of exploitation,Forced labour,2.5,22,5 +3839,2016,by form of exploitation,Forced labour,2.5,22,6 +3840,2016,by form of exploitation,Forced labour,17.0,22,7 +3841,2016,by form of exploitation,Forced labour,20.0,22,1 +3842,2016,by form of exploitation,Sexual exploitation,64.0,22,4 +3843,2016,by form of exploitation,Sexual exploitation,93.0,22,5 +3844,2016,by form of exploitation,Sexual exploitation,7.0,22,6 +3845,2016,by form of exploitation,Sexual exploitation,2.5,22,7 +3846,2016,by form of exploitation,Sexual exploitation,164.0,22,1 +3847,2017,Unknown,Unknown,26.0,22,4 +3848,2017,Unknown,Unknown,96.0,22,5 +3849,2017,Unknown,Unknown,7.0,22,6 +3850,2017,Unknown,Unknown,2.5,22,7 +3851,2017,Unknown,Unknown,33.0,22,2 +3852,2017,Unknown,Unknown,98.0,22,3 +3853,2017,Unknown,Unknown,131.0,22,1 +3854,2017,by country of repatriation,Abroad,43.0,22,1 +3855,2017,by form of exploitation,Forced labour,2.5,22,4 +3856,2017,by form of exploitation,Forced labour,2.5,22,5 +3857,2017,by form of exploitation,Forced labour,2.5,22,6 +3858,2017,by form of exploitation,Forced labour,2.5,22,7 +3859,2017,by form of exploitation,Forced labour,2.5,22,3 +3860,2017,by form of exploitation,Forced labour,2.5,22,1 +3861,2017,by form of exploitation,Sexual exploitation,26.0,22,4 +3862,2017,by form of exploitation,Sexual exploitation,93.0,22,5 +3863,2017,by form of exploitation,Sexual exploitation,7.0,22,6 +3864,2017,by form of exploitation,Sexual exploitation,2.5,22,7 +3865,2017,by form of exploitation,Sexual exploitation,33.0,22,2 +3866,2017,by form of exploitation,Sexual exploitation,95.0,22,3 +3867,2017,by form of exploitation,Sexual exploitation,128.0,22,1 +3868,2018,Unknown,Unknown,13.0,22,4 +3869,2018,Unknown,Unknown,107.0,22,5 +3870,2018,Unknown,Unknown,17.0,22,6 +3871,2018,Unknown,Unknown,5.0,22,7 +3872,2018,Unknown,Unknown,30.0,22,2 +3873,2018,Unknown,Unknown,112.0,22,3 +3874,2018,Unknown,Unknown,142.0,22,1 +3875,2018,by country of repatriation,Abroad,29.0,22,1 +3876,2018,by form of exploitation,Forced labour,2.5,22,4 +3877,2018,by form of exploitation,Forced labour,2.5,22,5 +3878,2018,by form of exploitation,Forced labour,5.0,22,6 +3879,2018,by form of exploitation,Forced labour,5.0,22,7 +3880,2018,by form of exploitation,Forced labour,10.0,22,3 +3881,2018,by form of exploitation,Forced labour,10.0,22,1 +3882,2018,by form of exploitation,Sexual exploitation,13.0,22,4 +3883,2018,by form of exploitation,Sexual exploitation,102.0,22,5 +3884,2018,by form of exploitation,Sexual exploitation,17.0,22,6 +3885,2018,by form of exploitation,Sexual exploitation,2.5,22,7 +3886,2018,by form of exploitation,Sexual exploitation,30.0,22,2 +3887,2018,by form of exploitation,Sexual exploitation,102.0,22,3 +3888,2018,by form of exploitation,Sexual exploitation,132.0,22,1 +3889,2019,Unknown,Unknown,18.0,22,4 +3890,2019,Unknown,Unknown,92.0,22,5 +3891,2019,Unknown,Unknown,10.0,22,6 +3892,2019,Unknown,Unknown,6.0,22,7 +3893,2019,Unknown,Unknown,28.0,22,2 +3894,2019,Unknown,Unknown,98.0,22,3 +3895,2019,Unknown,Unknown,126.0,22,1 +3896,2019,by country of repatriation,Abroad,22.0,22,1 +3897,2019,by form of exploitation,Forced labour,2.5,22,5 +3898,2019,by form of exploitation,Forced labour,2.5,22,7 +3899,2019,by form of exploitation,Forced labour,2.5,22,3 +3900,2019,by form of exploitation,Forced labour,2.5,22,1 +3901,2019,by form of exploitation,Sexual exploitation,18.0,22,4 +3902,2019,by form of exploitation,Sexual exploitation,92.0,22,5 +3903,2019,by form of exploitation,Sexual exploitation,10.0,22,6 +3904,2019,by form of exploitation,Sexual exploitation,2.5,22,7 +3905,2019,by form of exploitation,Sexual exploitation,28.0,22,2 +3906,2019,by form of exploitation,Sexual exploitation,95.0,22,3 +3907,2019,by form of exploitation,Sexual exploitation,123.0,22,1 +3908,2020,Unknown,Unknown,30.0,22,4 +3909,2020,Unknown,Unknown,2.5,22,5 +3910,2020,Unknown,Unknown,2.5,22,6 +3911,2020,Unknown,Unknown,72.0,22,7 +3912,2020,Unknown,Unknown,34.0,22,2 +3913,2020,Unknown,Unknown,74.0,22,3 +3914,2020,Unknown,Unknown,108.0,22,1 +3915,2020,by country of repatriation,Abroad,13.0,22,1 +3916,2020,by form of exploitation,Forced labour,2.5,22,4 +3917,2020,by form of exploitation,Forced labour,2.5,22,5 +3918,2020,by form of exploitation,Forced labour,2.5,22,6 +3919,2020,by form of exploitation,Forced labour,2.5,22,7 +3920,2020,by form of exploitation,Forced labour,2.5,22,3 +3921,2020,by form of exploitation,Forced labour,2.5,22,1 +3922,2020,by form of exploitation,Sexual exploitation,30.0,22,4 +3923,2020,by form of exploitation,Sexual exploitation,70.0,22,5 +3924,2020,by form of exploitation,Sexual exploitation,2.5,22,6 +3925,2020,by form of exploitation,Sexual exploitation,2.5,22,7 +3926,2020,by form of exploitation,Sexual exploitation,34.0,22,2 +3927,2020,by form of exploitation,Sexual exploitation,72.0,22,3 +3928,2020,by form of exploitation,Sexual exploitation,104.0,22,1 +3929,2021,Unknown,Unknown,99.0,22,4 +3930,2021,Unknown,Unknown,120.0,22,5 +3931,2021,Unknown,Unknown,19.0,22,6 +3932,2021,Unknown,Unknown,6.0,22,7 +3933,2021,Unknown,Unknown,118.0,22,2 +3934,2021,Unknown,Unknown,126.0,22,3 +3935,2021,Unknown,Unknown,244.0,22,1 +3936,2021,by country of repatriation,Abroad,2.5,22,1 +3937,2021,by form of exploitation,Forced labour,2.5,22,4 +3938,2021,by form of exploitation,Forced labour,2.5,22,5 +3939,2021,by form of exploitation,Forced labour,2.5,22,6 +3940,2021,by form of exploitation,Forced labour,2.5,22,7 +3941,2021,by form of exploitation,Forced labour,2.5,22,3 +3942,2021,by form of exploitation,Forced labour,2.5,22,1 +3943,2021,by form of exploitation,Sexual exploitation,99.0,22,4 +3944,2021,by form of exploitation,Sexual exploitation,120.0,22,5 +3945,2021,by form of exploitation,Sexual exploitation,19.0,22,6 +3946,2021,by form of exploitation,Sexual exploitation,2.5,22,7 +3947,2021,by form of exploitation,Sexual exploitation,118.0,22,2 +3948,2021,by form of exploitation,Sexual exploitation,123.0,22,3 +3949,2021,by form of exploitation,Sexual exploitation,241.0,22,1 +3950,2022,Unknown,Unknown,112.0,22,4 +3951,2022,Unknown,Unknown,79.0,22,5 +3952,2022,Unknown,Unknown,19.0,22,6 +3953,2022,Unknown,Unknown,2.5,22,7 +3954,2022,Unknown,Unknown,131.0,22,2 +3955,2022,Unknown,Unknown,79.0,22,3 +3956,2022,Unknown,Unknown,210.0,22,1 +3957,2022,by country of repatriation,Abroad,2.5,22,1 +3958,2022,by form of exploitation,Forced labour,2.5,22,4 +3959,2022,by form of exploitation,Forced labour,2.5,22,5 +3960,2022,by form of exploitation,Forced labour,2.5,22,6 +3961,2022,by form of exploitation,Forced labour,2.5,22,7 +3962,2022,by form of exploitation,Sexual exploitation,104.0,22,4 +3963,2022,by form of exploitation,Sexual exploitation,81.0,22,5 +3964,2022,by form of exploitation,Sexual exploitation,25.0,22,6 +3965,2022,by form of exploitation,Sexual exploitation,2.5,22,7 +3966,2022,by form of exploitation,Sexual exploitation,129.0,22,2 +3967,2022,by form of exploitation,Sexual exploitation,81.0,22,3 +3968,2022,by form of exploitation,Sexual exploitation,210.0,22,1 +3969,2010,by country of repatriation,Guatemala,2.5,23,1 +3970,2011,by country of repatriation,El Salvador,2.5,23,1 +3971,2016,by country of repatriation,Honduras,2.5,23,1 +3972,2017,Unknown,Unknown,2.5,23,4 +3973,2017,Unknown,Unknown,7.0,23,5 +3974,2017,Unknown,Unknown,2.5,23,6 +3975,2017,Unknown,Unknown,2.5,23,7 +3976,2017,Unknown,Unknown,2.5,23,9 +3977,2017,Unknown,Unknown,2.5,23,8 +3978,2017,Unknown,Unknown,2.5,23,2 +3979,2017,Unknown,Unknown,7.0,23,3 +3980,2017,Unknown,Unknown,11.0,23,1 +3981,2017,Unknown,Unknown,2.5,23,1 +3982,2017,by citizenship,Belize,2.5,23,1 +3983,2017,by citizenship,Honduras,9.0,23,1 +3984,2017,by form of exploitation,Forced labour,2.5,23,4 +3985,2017,by form of exploitation,Forced labour,5.0,23,5 +3986,2017,by form of exploitation,Forced labour,2.5,23,6 +3987,2017,by form of exploitation,Forced labour,2.5,23,7 +3988,2017,by form of exploitation,Forced labour,2.5,23,9 +3989,2017,by form of exploitation,Forced labour,2.5,23,8 +3990,2017,by form of exploitation,Forced labour,2.5,23,2 +3991,2017,by form of exploitation,Forced labour,5.0,23,3 +3992,2017,by form of exploitation,Forced labour,2.5,23,1 +3993,2017,by form of exploitation,Sexual exploitation,2.5,23,4 +3994,2017,by form of exploitation,Sexual exploitation,2.5,23,5 +3995,2017,by form of exploitation,Sexual exploitation,2.5,23,6 +3996,2017,by form of exploitation,Sexual exploitation,2.5,23,7 +3997,2017,by form of exploitation,Sexual exploitation,2.5,23,9 +3998,2017,by form of exploitation,Sexual exploitation,2.5,23,8 +3999,2017,by form of exploitation,Sexual exploitation,2.5,23,2 +4000,2017,by form of exploitation,Sexual exploitation,2.5,23,3 +4001,2017,by form of exploitation,Sexual exploitation,2.5,23,1 +4002,2017,by form of exploitation,Sexual exploitation,2.5,23,1 +4003,2018,Unknown,Unknown,2.5,23,4 +4004,2018,Unknown,Unknown,7.0,23,5 +4005,2018,Unknown,Unknown,2.5,23,6 +4006,2018,Unknown,Unknown,2.5,23,7 +4007,2018,Unknown,Unknown,2.5,23,9 +4008,2018,Unknown,Unknown,2.5,23,8 +4009,2018,Unknown,Unknown,2.5,23,2 +4010,2018,Unknown,Unknown,7.0,23,3 +4011,2018,Unknown,Unknown,11.0,23,1 +4012,2018,Unknown,Unknown,2.5,23,1 +4013,2018,by citizenship,Belize,2.5,23,1 +4014,2018,by citizenship,Honduras,9.0,23,1 +4015,2018,by form of exploitation,Forced labour,2.5,23,4 +4016,2018,by form of exploitation,Forced labour,5.0,23,5 +4017,2018,by form of exploitation,Forced labour,2.5,23,6 +4018,2018,by form of exploitation,Forced labour,2.5,23,7 +4019,2018,by form of exploitation,Forced labour,2.5,23,9 +4020,2018,by form of exploitation,Forced labour,2.5,23,8 +4021,2018,by form of exploitation,Forced labour,2.5,23,2 +4022,2018,by form of exploitation,Forced labour,5.0,23,3 +4023,2018,by form of exploitation,Forced labour,2.5,23,1 +4024,2018,by form of exploitation,Forced labour,2.5,23,1 +4025,2018,by form of exploitation,Sexual exploitation,2.5,23,4 +4026,2018,by form of exploitation,Sexual exploitation,2.5,23,5 +4027,2018,by form of exploitation,Sexual exploitation,2.5,23,6 +4028,2018,by form of exploitation,Sexual exploitation,2.5,23,7 +4029,2018,by form of exploitation,Sexual exploitation,2.5,23,9 +4030,2018,by form of exploitation,Sexual exploitation,2.5,23,8 +4031,2018,by form of exploitation,Sexual exploitation,2.5,23,2 +4032,2018,by form of exploitation,Sexual exploitation,2.5,23,3 +4033,2018,by form of exploitation,Sexual exploitation,2.5,23,1 +4034,2018,by form of exploitation,Sexual exploitation,2.5,23,1 +4035,2019,Unknown,Unknown,2.5,23,4 +4036,2019,Unknown,Unknown,2.5,23,5 +4037,2019,Unknown,Unknown,2.5,23,6 +4038,2019,Unknown,Unknown,2.5,23,7 +4039,2019,Unknown,Unknown,2.5,23,9 +4040,2019,Unknown,Unknown,2.5,23,8 +4041,2019,Unknown,Unknown,2.5,23,2 +4042,2019,Unknown,Unknown,2.5,23,3 +4043,2019,Unknown,Unknown,2.5,23,1 +4044,2019,Unknown,Unknown,2.5,23,1 +4045,2019,by citizenship,Honduras,2.5,23,1 +4046,2019,by citizenship,Nationals,2.5,23,1 +4047,2019,by form of exploitation,Forced labour,2.5,23,4 +4048,2019,by form of exploitation,Forced labour,2.5,23,5 +4049,2019,by form of exploitation,Forced labour,2.5,23,6 +4050,2019,by form of exploitation,Forced labour,2.5,23,7 +4051,2019,by form of exploitation,Forced labour,2.5,23,9 +4052,2019,by form of exploitation,Forced labour,2.5,23,8 +4053,2019,by form of exploitation,Forced labour,2.5,23,2 +4054,2019,by form of exploitation,Forced labour,2.5,23,3 +4055,2019,by form of exploitation,Forced labour,2.5,23,1 +4056,2019,by form of exploitation,Sexual exploitation,2.5,23,4 +4057,2019,by form of exploitation,Sexual exploitation,2.5,23,5 +4058,2019,by form of exploitation,Sexual exploitation,2.5,23,6 +4059,2019,by form of exploitation,Sexual exploitation,2.5,23,7 +4060,2019,by form of exploitation,Sexual exploitation,2.5,23,9 +4061,2019,by form of exploitation,Sexual exploitation,2.5,23,8 +4062,2019,by form of exploitation,Sexual exploitation,2.5,23,2 +4063,2019,by form of exploitation,Sexual exploitation,2.5,23,3 +4064,2019,by form of exploitation,Sexual exploitation,2.5,23,1 +4065,2019,by form of exploitation,Sexual exploitation,2.5,23,1 +4066,2020,Unknown,Unknown,2.5,23,4 +4067,2020,Unknown,Unknown,2.5,23,5 +4068,2020,Unknown,Unknown,2.5,23,6 +4069,2020,Unknown,Unknown,2.5,23,7 +4070,2020,Unknown,Unknown,2.5,23,9 +4071,2020,Unknown,Unknown,2.5,23,8 +4072,2020,Unknown,Unknown,2.5,23,2 +4073,2020,Unknown,Unknown,2.5,23,3 +4074,2020,Unknown,Unknown,2.5,23,1 +4075,2020,Unknown,Unknown,2.5,23,1 +4076,2020,by form of exploitation,Forced labour,2.5,23,4 +4077,2020,by form of exploitation,Forced labour,2.5,23,5 +4078,2020,by form of exploitation,Forced labour,2.5,23,6 +4079,2020,by form of exploitation,Forced labour,2.5,23,7 +4080,2020,by form of exploitation,Forced labour,2.5,23,9 +4081,2020,by form of exploitation,Forced labour,2.5,23,8 +4082,2020,by form of exploitation,Forced labour,2.5,23,2 +4083,2020,by form of exploitation,Forced labour,2.5,23,3 +4084,2020,by form of exploitation,Forced labour,2.5,23,1 +4085,2020,by form of exploitation,Forced labour,2.5,23,1 +4086,2020,by form of exploitation,Sexual exploitation,2.5,23,4 +4087,2020,by form of exploitation,Sexual exploitation,2.5,23,5 +4088,2020,by form of exploitation,Sexual exploitation,2.5,23,6 +4089,2020,by form of exploitation,Sexual exploitation,2.5,23,7 +4090,2020,by form of exploitation,Sexual exploitation,2.5,23,9 +4091,2020,by form of exploitation,Sexual exploitation,2.5,23,8 +4092,2020,by form of exploitation,Sexual exploitation,2.5,23,2 +4093,2020,by form of exploitation,Sexual exploitation,2.5,23,3 +4094,2020,by form of exploitation,Sexual exploitation,2.5,23,1 +4095,2020,by form of exploitation,Sexual exploitation,2.5,23,1 +4096,2021,Unknown,Unknown,2.5,23,4 +4097,2021,Unknown,Unknown,2.5,23,5 +4098,2021,Unknown,Unknown,2.5,23,6 +4099,2021,Unknown,Unknown,2.5,23,7 +4100,2021,Unknown,Unknown,2.5,23,9 +4101,2021,Unknown,Unknown,2.5,23,8 +4102,2021,Unknown,Unknown,2.5,23,2 +4103,2021,Unknown,Unknown,2.5,23,3 +4104,2021,Unknown,Unknown,5.0,23,1 +4105,2021,Unknown,Unknown,2.5,23,1 +4106,2021,by form of exploitation,Forced labour,2.5,23,4 +4107,2021,by form of exploitation,Forced labour,2.5,23,5 +4108,2021,by form of exploitation,Forced labour,2.5,23,6 +4109,2021,by form of exploitation,Forced labour,2.5,23,7 +4110,2021,by form of exploitation,Forced labour,2.5,23,9 +4111,2021,by form of exploitation,Forced labour,2.5,23,8 +4112,2021,by form of exploitation,Forced labour,2.5,23,2 +4113,2021,by form of exploitation,Forced labour,2.5,23,3 +4114,2021,by form of exploitation,Forced labour,2.5,23,1 +4115,2021,by form of exploitation,Forced labour,2.5,23,1 +4116,2021,by form of exploitation,Sexual exploitation,2.5,23,4 +4117,2021,by form of exploitation,Sexual exploitation,2.5,23,5 +4118,2021,by form of exploitation,Sexual exploitation,2.5,23,6 +4119,2021,by form of exploitation,Sexual exploitation,2.5,23,7 +4120,2021,by form of exploitation,Sexual exploitation,2.5,23,9 +4121,2021,by form of exploitation,Sexual exploitation,2.5,23,8 +4122,2021,by form of exploitation,Sexual exploitation,2.5,23,2 +4123,2021,by form of exploitation,Sexual exploitation,2.5,23,3 +4124,2021,by form of exploitation,Sexual exploitation,2.5,23,1 +4125,2021,by form of exploitation,Sexual exploitation,2.5,23,1 +4126,2022,Unknown,Unknown,2.5,23,4 +4127,2022,Unknown,Unknown,2.5,23,5 +4128,2022,Unknown,Unknown,2.5,23,6 +4129,2022,Unknown,Unknown,2.5,23,7 +4130,2022,Unknown,Unknown,2.5,23,9 +4131,2022,Unknown,Unknown,2.5,23,8 +4132,2022,Unknown,Unknown,2.5,23,2 +4133,2022,Unknown,Unknown,2.5,23,3 +4134,2022,Unknown,Unknown,7.0,23,1 +4135,2022,Unknown,Unknown,2.5,23,1 +4136,2022,by citizenship,Guatemala,2.5,23,1 +4137,2022,by citizenship,Honduras,2.5,23,1 +4138,2022,by citizenship,India,2.5,23,1 +4139,2022,by citizenship,Nationals,2.5,23,1 +4140,2022,by form of exploitation,Forced labour,2.5,23,4 +4141,2022,by form of exploitation,Forced labour,2.5,23,5 +4142,2022,by form of exploitation,Forced labour,2.5,23,6 +4143,2022,by form of exploitation,Forced labour,2.5,23,7 +4144,2022,by form of exploitation,Forced labour,2.5,23,9 +4145,2022,by form of exploitation,Forced labour,2.5,23,8 +4146,2022,by form of exploitation,Forced labour,2.5,23,2 +4147,2022,by form of exploitation,Forced labour,2.5,23,3 +4148,2022,by form of exploitation,Forced labour,2.5,23,1 +4149,2022,by form of exploitation,Forced labour,2.5,23,1 +4150,2022,by form of exploitation,Sexual exploitation,2.5,23,4 +4151,2022,by form of exploitation,Sexual exploitation,2.5,23,5 +4152,2022,by form of exploitation,Sexual exploitation,2.5,23,6 +4153,2022,by form of exploitation,Sexual exploitation,2.5,23,7 +4154,2022,by form of exploitation,Sexual exploitation,2.5,23,9 +4155,2022,by form of exploitation,Sexual exploitation,2.5,23,8 +4156,2022,by form of exploitation,Sexual exploitation,2.5,23,2 +4157,2022,by form of exploitation,Sexual exploitation,2.5,23,3 +4158,2022,by form of exploitation,Sexual exploitation,2.5,23,1 +4159,2022,by form of exploitation,Sexual exploitation,2.5,23,1 +4160,2003,by country of repatriation,Abroad,2.5,24,1 +4161,2005,by form of exploitation,Forced labour,8.0,24,1 +4162,2005,by form of exploitation,Sexual exploitation,24.0,24,1 +4163,2006,by form of exploitation,Forced labour,8.0,24,1 +4164,2006,by form of exploitation,Sexual exploitation,44.0,24,1 +4165,2007,Unknown,Unknown,2.5,24,4 +4166,2007,Unknown,Unknown,2.5,24,6 +4167,2007,Unknown,Unknown,2.5,24,2 +4168,2007,Unknown,Unknown,35.0,24,3 +4169,2007,Unknown,Unknown,36.0,24,1 +4170,2007,by citizenship,Bolivia,7.0,24,1 +4171,2007,by citizenship,China,2.5,24,1 +4172,2007,by form of exploitation,Forced labour,2.5,24,1 +4173,2007,by form of exploitation,Sexual exploitation,2.5,24,1 +4174,2008,Unknown,Unknown,37.0,24,4 +4175,2008,Unknown,Unknown,2.5,24,6 +4176,2008,Unknown,Unknown,39.0,24,2 +4177,2008,Unknown,Unknown,231.0,24,3 +4178,2008,Unknown,Unknown,270.0,24,1 +4179,2008,by citizenship,Bolivia,222.0,24,1 +4180,2008,by form of exploitation,Forced labour,17.0,24,1 +4181,2008,by form of exploitation,Sexual exploitation,28.0,24,1 +4182,2009,Unknown,Unknown,12.0,24,4 +4183,2009,Unknown,Unknown,7.0,24,6 +4184,2009,Unknown,Unknown,19.0,24,2 +4185,2009,Unknown,Unknown,39.0,24,3 +4186,2009,Unknown,Unknown,58.0,24,1 +4187,2009,by citizenship,Bolivia,53.0,24,1 +4188,2009,by citizenship,Russia,2.5,24,1 +4189,2009,by form of exploitation,Forced labour,54.0,24,1 +4190,2009,by form of exploitation,Sexual exploitation,42.0,24,1 +4191,2010,Unknown,Unknown,2.5,24,4 +4192,2010,Unknown,Unknown,2.5,24,6 +4193,2010,Unknown,Unknown,2.5,24,2 +4194,2010,Unknown,Unknown,21.0,24,3 +4195,2010,Unknown,Unknown,24.0,24,1 +4196,2010,by citizenship,Bolivia,21.0,24,1 +4197,2012,Unknown,Unknown,193.0,24,4 +4198,2012,Unknown,Unknown,57.0,24,5 +4199,2012,Unknown,Unknown,58.0,24,6 +4200,2012,Unknown,Unknown,23.0,24,7 +4201,2012,Unknown,Unknown,251.0,24,2 +4202,2012,Unknown,Unknown,80.0,24,3 +4203,2012,Unknown,Unknown,331.0,24,1 +4204,2012,by country of repatriation,Colombia,5.0,24,1 +4205,2013,Unknown,Unknown,159.0,24,4 +4206,2013,Unknown,Unknown,36.0,24,5 +4207,2013,Unknown,Unknown,28.0,24,6 +4208,2013,Unknown,Unknown,16.0,24,7 +4209,2013,Unknown,Unknown,187.0,24,2 +4210,2013,Unknown,Unknown,52.0,24,3 +4211,2013,Unknown,Unknown,239.0,24,1 +4212,2013,by country of repatriation,Peru,2.5,24,1 +4213,2014,Unknown,Unknown,95.0,24,4 +4214,2014,Unknown,Unknown,50.0,24,5 +4215,2014,Unknown,Unknown,23.0,24,6 +4216,2014,Unknown,Unknown,15.0,24,7 +4217,2014,Unknown,Unknown,118.0,24,2 +4218,2014,Unknown,Unknown,65.0,24,3 +4219,2014,Unknown,Unknown,183.0,24,1 +4220,2014,by citizenship,Bangladesh,5.0,24,1 +4221,2014,by citizenship,Bolivia,57.0,24,1 +4222,2014,by citizenship,Brazil,2.5,24,1 +4223,2014,by country of repatriation,Paraguay,2.5,24,1 +4224,2014,by form of exploitation,Forced labour,11.0,24,4 +4225,2014,by form of exploitation,Forced labour,12.0,24,5 +4226,2014,by form of exploitation,Forced labour,2.5,24,6 +4227,2014,by form of exploitation,Forced labour,10.0,24,7 +4228,2014,by form of exploitation,Forced labour,36.0,24,1 +4229,2014,by form of exploitation,Sexual exploitation,16.0,24,4 +4230,2014,by form of exploitation,Sexual exploitation,36.0,24,5 +4231,2014,by form of exploitation,Sexual exploitation,2.5,24,6 +4232,2014,by form of exploitation,Sexual exploitation,2.5,24,7 +4233,2014,by form of exploitation,Sexual exploitation,57.0,24,1 +4234,2015,Unknown,Unknown,121.0,24,4 +4235,2015,Unknown,Unknown,73.0,24,5 +4236,2015,Unknown,Unknown,22.0,24,6 +4237,2015,Unknown,Unknown,35.0,24,7 +4238,2015,Unknown,Unknown,143.0,24,2 +4239,2015,Unknown,Unknown,108.0,24,3 +4240,2015,Unknown,Unknown,251.0,24,1 +4241,2015,by citizenship,Bolivia,194.0,24,1 +4242,2015,by citizenship,Colombia,2.5,24,1 +4243,2015,by citizenship,India,2.5,24,1 +4244,2015,by form of exploitation,Forced labour,30.0,24,4 +4245,2015,by form of exploitation,Forced labour,51.0,24,5 +4246,2015,by form of exploitation,Forced labour,15.0,24,6 +4247,2015,by form of exploitation,Forced labour,30.0,24,7 +4248,2015,by form of exploitation,Forced labour,126.0,24,1 +4249,2015,by form of exploitation,Sexual exploitation,18.0,24,4 +4250,2015,by form of exploitation,Sexual exploitation,46.0,24,5 +4251,2015,by form of exploitation,Sexual exploitation,2.5,24,6 +4252,2015,by form of exploitation,Sexual exploitation,13.0,24,7 +4253,2015,by form of exploitation,Sexual exploitation,79.0,24,1 +4254,2016,Unknown,Unknown,167.0,24,4 +4255,2016,Unknown,Unknown,68.0,24,5 +4256,2016,Unknown,Unknown,28.0,24,6 +4257,2016,Unknown,Unknown,38.0,24,7 +4258,2016,Unknown,Unknown,195.0,24,2 +4259,2016,Unknown,Unknown,106.0,24,3 +4260,2016,Unknown,Unknown,301.0,24,1 +4261,2016,by citizenship,Bolivia,316.0,24,1 +4262,2016,by citizenship,Peru,2.5,24,1 +4263,2016,by country of repatriation,Paraguay,8.0,24,1 +4264,2016,by form of exploitation,Forced labour,20.0,24,4 +4265,2016,by form of exploitation,Forced labour,18.0,24,5 +4266,2016,by form of exploitation,Forced labour,14.0,24,6 +4267,2016,by form of exploitation,Forced labour,35.0,24,7 +4268,2016,by form of exploitation,Forced labour,87.0,24,1 +4269,2016,by form of exploitation,Sexual exploitation,27.0,24,4 +4270,2016,by form of exploitation,Sexual exploitation,51.0,24,5 +4271,2016,by form of exploitation,Sexual exploitation,5.0,24,6 +4272,2016,by form of exploitation,Sexual exploitation,14.0,24,7 +4273,2016,by form of exploitation,Sexual exploitation,97.0,24,1 +4274,2017,Unknown,Unknown,43.0,24,4 +4275,2017,Unknown,Unknown,62.0,24,5 +4276,2017,Unknown,Unknown,141.0,24,6 +4277,2017,Unknown,Unknown,98.0,24,7 +4278,2017,Unknown,Unknown,184.0,24,2 +4279,2017,Unknown,Unknown,160.0,24,3 +4280,2017,Unknown,Unknown,397.0,24,1 +4281,2017,Unknown,Unknown,53.0,24,1 +4282,2017,by citizenship,Argentino,2.5,24,1 +4283,2017,by citizenship,Belgium,2.5,24,1 +4284,2017,by citizenship,Brazil,2.5,24,1 +4285,2017,by citizenship,China,2.5,24,1 +4286,2017,by citizenship,Unknown,354.0,24,1 +4287,2017,by citizenship,Colombia,2.5,24,1 +4288,2017,by citizenship,Cuba,2.5,24,1 +4289,2017,by citizenship,Haiti,2.5,24,1 +4290,2017,by citizenship,Kenya,2.5,24,1 +4291,2017,by citizenship,Paraguay,2.5,24,1 +4292,2017,by citizenship,Peru,2.5,24,1 +4293,2017,by citizenship,Unknown,35.0,24,1 +4294,2017,by citizenship,Unknown,397.0,24,1 +4295,2017,by citizenship,Venezuela,2.5,24,1 +4296,2017,by form of exploitation,Forced labour,2.5,24,4 +4297,2017,by form of exploitation,Forced labour,53.0,24,5 +4298,2017,by form of exploitation,Forced labour,2.5,24,6 +4299,2017,by form of exploitation,Forced labour,30.0,24,7 +4300,2017,by form of exploitation,Forced labour,88.0,24,1 +4301,2017,by form of exploitation,Sexual exploitation,2.5,24,4 +4302,2017,by form of exploitation,Sexual exploitation,49.0,24,5 +4303,2017,by form of exploitation,Sexual exploitation,2.5,24,6 +4304,2017,by form of exploitation,Sexual exploitation,2.5,24,7 +4305,2017,by form of exploitation,Sexual exploitation,54.0,24,1 +4306,2018,Unknown,Unknown,36.0,24,4 +4307,2018,Unknown,Unknown,57.0,24,5 +4308,2018,Unknown,Unknown,105.0,24,6 +4309,2018,Unknown,Unknown,100.0,24,7 +4310,2018,Unknown,Unknown,141.0,24,2 +4311,2018,Unknown,Unknown,157.0,24,3 +4312,2018,Unknown,Unknown,332.0,24,1 +4313,2018,Unknown,Unknown,34.0,24,1 +4314,2018,by citizenship,Argentino,2.5,24,1 +4315,2018,by citizenship,Belgium,2.5,24,1 +4316,2018,by citizenship,Brazil,2.5,24,1 +4317,2018,by citizenship,China,2.5,24,1 +4318,2018,by citizenship,Unknown,299.0,24,1 +4319,2018,by citizenship,Colombia,2.5,24,1 +4320,2018,by citizenship,Cuba,2.5,24,1 +4321,2018,by citizenship,Haiti,2.5,24,1 +4322,2018,by citizenship,Kenya,2.5,24,1 +4323,2018,by citizenship,Paraguay,2.5,24,1 +4324,2018,by citizenship,Peru,2.5,24,1 +4325,2018,by citizenship,Unknown,26.0,24,1 +4326,2018,by citizenship,Venezuela,2.5,24,1 +4327,2018,by citizenship,,332.0,24,1 +4328,2018,by form of exploitation,Forced labour,2.5,24,4 +4329,2018,by form of exploitation,Forced labour,2.5,24,5 +4330,2018,by form of exploitation,Forced labour,2.5,24,6 +4331,2018,by form of exploitation,Forced labour,2.5,24,7 +4332,2018,by form of exploitation,Forced labour,2.5,24,1 +4333,2018,by form of exploitation,Sexual exploitation,5.0,24,4 +4334,2018,by form of exploitation,Sexual exploitation,2.5,24,5 +4335,2018,by form of exploitation,Sexual exploitation,2.5,24,6 +4336,2018,by form of exploitation,Sexual exploitation,2.5,24,7 +4337,2018,by form of exploitation,Sexual exploitation,6.0,24,1 +4338,2019,Unknown,Unknown,139.0,24,4 +4339,2019,Unknown,Unknown,115.0,24,5 +4340,2019,Unknown,Unknown,37.0,24,6 +4341,2019,Unknown,Unknown,71.0,24,7 +4342,2019,Unknown,Unknown,107.0,24,9 +4343,2019,Unknown,Unknown,78.0,24,8 +4344,2019,Unknown,Unknown,158.0,24,2 +4345,2019,Unknown,Unknown,133.0,24,3 +4346,2019,Unknown,Unknown,373.0,24,1 +4347,2019,Unknown,Unknown,43.0,24,1 +4348,2019,by citizenship,Argentino,2.5,24,1 +4349,2019,by citizenship,Belgium,2.5,24,1 +4350,2019,by citizenship,Brazil,2.5,24,1 +4351,2019,by citizenship,China,2.5,24,1 +4352,2019,by citizenship,Unknown,339.0,24,1 +4353,2019,by citizenship,Colombia,2.5,24,1 +4354,2019,by citizenship,Cuba,2.5,24,1 +4355,2019,by citizenship,Haiti,2.5,24,1 +4356,2019,by citizenship,Kenya,2.5,24,1 +4357,2019,by citizenship,Paraguay,2.5,24,1 +4358,2019,by citizenship,Peru,2.5,24,1 +4359,2019,by citizenship,Unknown,28.0,24,1 +4360,2019,by citizenship,Unknown,373.0,24,1 +4361,2019,by citizenship,Venezuela,2.5,24,1 +4362,2019,by form of exploitation,Sexual exploitation,2.5,24,1 +4363,2020,Unknown,Unknown,105.0,24,4 +4364,2020,Unknown,Unknown,93.0,24,5 +4365,2020,Unknown,Unknown,31.0,24,6 +4366,2020,Unknown,Unknown,65.0,24,7 +4367,2020,Unknown,Unknown,2.5,24,9 +4368,2020,Unknown,Unknown,2.5,24,8 +4369,2020,Unknown,Unknown,136.0,24,2 +4370,2020,Unknown,Unknown,158.0,24,3 +4371,2020,Unknown,Unknown,305.0,24,1 +4372,2020,Unknown,Unknown,6.0,24,1 +4373,2020,by citizenship,Argentino,2.5,24,1 +4374,2020,by citizenship,Belgium,2.5,24,1 +4375,2020,by citizenship,Brazil,2.5,24,1 +4376,2020,by citizenship,China,2.5,24,1 +4377,2020,by citizenship,Unknown,284.0,24,1 +4378,2020,by citizenship,Colombia,2.5,24,1 +4379,2020,by citizenship,Cuba,2.5,24,1 +4380,2020,by citizenship,Haiti,2.5,24,1 +4381,2020,by citizenship,Kenya,2.5,24,1 +4382,2020,by citizenship,Paraguay,2.5,24,1 +4383,2020,by citizenship,Peru,2.5,24,1 +4384,2020,by citizenship,Unknown,16.0,24,1 +4385,2020,by citizenship,Unknown,305.0,24,1 +4386,2020,by citizenship,Venezuela,2.5,24,1 +4387,2020,by form of exploitation,Forced labour,2.5,24,1 +4388,2020,by form of exploitation,Sexual exploitation,2.5,24,1 +4389,2021,Unknown,Unknown,127.0,24,4 +4390,2021,Unknown,Unknown,126.0,24,5 +4391,2021,Unknown,Unknown,34.0,24,6 +4392,2021,Unknown,Unknown,73.0,24,7 +4393,2021,Unknown,Unknown,2.5,24,9 +4394,2021,Unknown,Unknown,2.5,24,8 +4395,2021,Unknown,Unknown,161.0,24,2 +4396,2021,Unknown,Unknown,199.0,24,3 +4397,2021,Unknown,Unknown,420.0,24,1 +4398,2021,Unknown,Unknown,15.0,24,1 +4399,2021,by citizenship,Argentino,2.5,24,1 +4400,2021,by citizenship,Belgium,2.5,24,1 +4401,2021,by citizenship,Brazil,2.5,24,1 +4402,2021,by citizenship,China,2.5,24,1 +4403,2021,by citizenship,Unknown,345.0,24,1 +4404,2021,by citizenship,Colombia,2.5,24,1 +4405,2021,by citizenship,Cuba,2.5,24,1 +4406,2021,by citizenship,Haiti,11.0,24,1 +4407,2021,by citizenship,Kenya,2.5,24,1 +4408,2021,by citizenship,Paraguay,2.5,24,1 +4409,2021,by citizenship,Peru,2.5,24,1 +4410,2021,by citizenship,Unknown,51.0,24,1 +4411,2021,by citizenship,Unknown,420.0,24,1 +4412,2021,by citizenship,Venezuela,2.5,24,1 +4413,2022,Unknown,Unknown,146.0,24,4 +4414,2022,Unknown,Unknown,178.0,24,5 +4415,2022,Unknown,Unknown,39.0,24,6 +4416,2022,Unknown,Unknown,116.0,24,7 +4417,2022,Unknown,Unknown,141.0,24,9 +4418,2022,Unknown,Unknown,212.0,24,8 +4419,2022,Unknown,Unknown,187.0,24,2 +4420,2022,Unknown,Unknown,295.0,24,3 +4421,2022,Unknown,Unknown,560.0,24,1 +4422,2022,Unknown,Unknown,46.0,24,1 +4423,2022,by citizenship,Argentino,2.5,24,1 +4424,2022,by citizenship,Belgium,2.5,24,1 +4425,2022,by citizenship,Brazil,2.5,24,1 +4426,2022,by citizenship,China,2.5,24,1 +4427,2022,by citizenship,Unknown,486.0,24,1 +4428,2022,by citizenship,Colombia,2.5,24,1 +4429,2022,by citizenship,Cuba,2.5,24,1 +4430,2022,by citizenship,Haiti,9.0,24,1 +4431,2022,by citizenship,Kenya,2.5,24,1 +4432,2022,by citizenship,Paraguay,2.5,24,1 +4433,2022,by citizenship,Peru,2.5,24,1 +4434,2022,by citizenship,Unknown,51.0,24,1 +4435,2022,by citizenship,Unknown,560.0,24,1 +4436,2022,by citizenship,Venezuela,2.5,24,1 +4437,2009,by citizenship,Bolivia,2.5,25,1 +4438,2009,by citizenship,Brazil,2.5,25,1 +4439,2010,by citizenship,Bolivia,2.5,25,1 +4440,2010,by citizenship,Brazil,2.5,25,1 +4441,2011,by citizenship,Bolivia,80.0,25,1 +4442,2011,by citizenship,Brazil,2.5,25,1 +4443,2011,by citizenship,Peru,2.5,25,1 +4444,2012,by citizenship,Bolivia,32.0,25,1 +4445,2012,by citizenship,Brazil,2.5,25,1 +4446,2013,Unknown,Unknown,2.5,25,2 +4447,2013,Unknown,Unknown,2.5,25,3 +4448,2013,by country of repatriation,Ecuador,2.5,25,1 +4449,2013,by country of repatriation,Paraguay,16.0,25,1 +4450,2014,Unknown,Unknown,2.5,25,2 +4451,2014,Unknown,Unknown,2.5,25,3 +4452,2014,by country of repatriation,Bolivia,57.0,25,1 +4453,2014,by country of repatriation,Latvia,2.5,25,1 +4454,2014,by country of repatriation,Paraguay,6.0,25,1 +4455,2014,by country of repatriation,Peru,19.0,25,1 +4456,2015,Unknown,Unknown,69.0,25,2 +4457,2015,Unknown,Unknown,1159.0,25,3 +4458,2015,Unknown,Unknown,1228.0,25,1 +4459,2015,by country of repatriation,Peru,28.0,25,1 +4460,2016,Unknown,Unknown,304.0,25,2 +4461,2016,Unknown,Unknown,750.0,25,3 +4462,2016,Unknown,Unknown,1054.0,25,1 +4463,2016,by country of repatriation,Bolivia,72.0,25,1 +4464,2016,by country of repatriation,Colombia,2.5,25,1 +4465,2016,by country of repatriation,Latvia,2.5,25,1 +4466,2016,by country of repatriation,Paraguay,7.0,25,1 +4467,2016,by country of repatriation,Peru,47.0,25,1 +4468,2016,by country of repatriation,Ukraine,2.5,25,1 +4469,2017,Unknown,Unknown,2.5,25,4 +4470,2017,Unknown,Unknown,35.0,25,5 +4471,2017,Unknown,Unknown,2.5,25,6 +4472,2017,Unknown,Unknown,2.5,25,7 +4473,2017,Unknown,Unknown,2.5,25,2 +4474,2017,Unknown,Unknown,35.0,25,3 +4475,2017,Unknown,Unknown,35.0,25,1 +4476,2017,by form of exploitation,Sexual exploitation,2.5,25,1 +4477,2018,Unknown,Unknown,6.0,25,4 +4478,2018,Unknown,Unknown,30.0,25,5 +4479,2018,Unknown,Unknown,5.0,25,6 +4480,2018,Unknown,Unknown,60.0,25,7 +4481,2018,Unknown,Unknown,11.0,25,2 +4482,2018,Unknown,Unknown,90.0,25,3 +4483,2018,Unknown,Unknown,101.0,25,1 +4484,2018,by citizenship,(specify other nationalities),88.0,25,1 +4485,2018,by citizenship,Unknown,13.0,25,1 +4486,2018,by form of exploitation,Forced labour,2.5,25,4 +4487,2018,by form of exploitation,Forced labour,2.5,25,5 +4488,2018,by form of exploitation,Forced labour,2.5,25,6 +4489,2018,by form of exploitation,Forced labour,66.0,25,7 +4490,2018,by form of exploitation,Forced labour,2.5,25,1 +4491,2018,by form of exploitation,Sexual exploitation,2.5,25,1 +4492,2019,Unknown,Unknown,2.5,25,4 +4493,2019,Unknown,Unknown,10.0,25,5 +4494,2019,Unknown,Unknown,15.0,25,6 +4495,2019,Unknown,Unknown,39.0,25,7 +4496,2019,Unknown,Unknown,19.0,25,2 +4497,2019,Unknown,Unknown,64.0,25,3 +4498,2019,Unknown,Unknown,66.0,25,1 +4499,2019,by citizenship,(specify other nationalities),46.0,25,1 +4500,2019,by citizenship,Nationals,37.0,25,1 +4501,2019,by form of exploitation,Forced labour,2.5,25,4 +4502,2019,by form of exploitation,Forced labour,5.0,25,5 +4503,2019,by form of exploitation,Forced labour,11.0,25,6 +4504,2019,by form of exploitation,Forced labour,46.0,25,7 +4505,2019,by form of exploitation,Sexual exploitation,2.5,25,1 +4506,2020,Unknown,Unknown,2.5,25,4 +4507,2020,Unknown,Unknown,2.5,25,5 +4508,2020,Unknown,Unknown,2.5,25,6 +4509,2020,Unknown,Unknown,15.0,25,7 +4510,2020,Unknown,Unknown,2.5,25,2 +4511,2020,Unknown,Unknown,17.0,25,3 +4512,2020,Unknown,Unknown,19.0,25,1 +4513,2020,by citizenship,(specify other nationalities),2.5,25,1 +4514,2020,by citizenship,Nationals,16.0,25,1 +4515,2020,by form of exploitation,Forced labour,2.5,25,4 +4516,2020,by form of exploitation,Forced labour,22.0,25,5 +4517,2020,by form of exploitation,Forced labour,2.5,25,6 +4518,2020,by form of exploitation,Forced labour,313.0,25,7 +4519,2020,by form of exploitation,Forced labour,2.5,25,1 +4520,2020,by form of exploitation,Sexual exploitation,2.5,25,1 +4521,2021,Unknown,Unknown,6.0,25,4 +4522,2021,Unknown,Unknown,37.0,25,5 +4523,2021,Unknown,Unknown,6.0,25,6 +4524,2021,Unknown,Unknown,93.0,25,7 +4525,2021,Unknown,Unknown,12.0,25,2 +4526,2021,Unknown,Unknown,130.0,25,3 +4527,2021,Unknown,Unknown,142.0,25,1 +4528,2021,by citizenship,(specify other nationalities),80.0,25,1 +4529,2021,by citizenship,Nationals,62.0,25,1 +4530,2021,by form of exploitation,Forced labour,5.0,25,4 +4531,2021,by form of exploitation,Forced labour,36.0,25,5 +4532,2021,by form of exploitation,Forced labour,16.0,25,6 +4533,2021,by form of exploitation,Forced labour,586.0,25,7 +4534,2022,Unknown,Unknown,46.0,25,4 +4535,2022,Unknown,Unknown,99.0,25,5 +4536,2022,Unknown,Unknown,43.0,25,6 +4537,2022,Unknown,Unknown,351.0,25,7 +4538,2022,Unknown,Unknown,89.0,25,2 +4539,2022,Unknown,Unknown,450.0,25,3 +4540,2022,Unknown,Unknown,539.0,25,1 +4541,2022,by citizenship,Nationals,358.0,25,1 +4542,2022,by citizenship,Unknown,181.0,25,1 +4543,2022,by form of exploitation,Forced labour,2.5,25,4 +4544,2022,by form of exploitation,Forced labour,62.0,25,5 +4545,2022,by form of exploitation,Forced labour,21.0,25,6 +4546,2022,by form of exploitation,Forced labour,645.0,25,7 +4547,2022,by form of exploitation,Forced labour,25.0,25,2 +4548,2022,by form of exploitation,Forced labour,707.0,25,3 +4549,2022,by form of exploitation,Forced labour,732.0,25,1 +4550,2003,by country of repatriation,Abroad,2.5,26,1 +4551,2004,by form of exploitation,Sexual exploitation,2.5,26,1 +4552,2005,by form of exploitation,Sexual exploitation,2.5,26,1 +4553,2007,by form of exploitation,Sexual exploitation,2.5,26,1 +4554,2008,by country of repatriation,Abroad,2.5,26,1 +4555,2012,Unknown,Unknown,2.5,26,2 +4556,2012,Unknown,Unknown,2.5,26,3 +4557,2013,Unknown,Unknown,2.5,26,4 +4558,2013,Unknown,Unknown,2.5,26,5 +4559,2013,Unknown,Unknown,2.5,26,6 +4560,2013,Unknown,Unknown,2.5,26,7 +4561,2013,Unknown,Unknown,2.5,26,2 +4562,2013,Unknown,Unknown,2.5,26,3 +4563,2013,Unknown,Unknown,5.0,26,1 +4564,2013,by citizenship,Guyana,5.0,26,1 +4565,2013,by form of exploitation,Sexual exploitation,10.0,26,1 +4566,2014,Unknown,Unknown,2.5,26,4 +4567,2014,Unknown,Unknown,2.5,26,5 +4568,2014,Unknown,Unknown,2.5,26,6 +4569,2014,Unknown,Unknown,2.5,26,7 +4570,2014,Unknown,Unknown,2.5,26,2 +4571,2014,Unknown,Unknown,2.5,26,3 +4572,2014,Unknown,Unknown,2.5,26,1 +4573,2015,Unknown,Unknown,2.5,26,2 +4574,2015,Unknown,Unknown,2.5,26,3 +4575,2017,by form of exploitation,Sexual exploitation,2.5,26,1 +4576,2018,by form of exploitation,Forced labour,2.5,26,1 +4577,2018,by form of exploitation,Sexual exploitation,2.5,26,1 +4578,2019,by form of exploitation,Sexual exploitation,2.5,26,1 +4579,2020,by form of exploitation,Forced labour,2.5,26,1 +4580,2020,by form of exploitation,Sexual exploitation,2.5,26,1 +4581,2011,Unknown,Unknown,2.5,27,4 +4582,2011,Unknown,Unknown,6.0,27,5 +4583,2011,Unknown,Unknown,2.5,27,6 +4584,2011,Unknown,Unknown,2.5,27,7 +4585,2011,Unknown,Unknown,2.5,27,2 +4586,2011,Unknown,Unknown,6.0,27,3 +4587,2011,Unknown,Unknown,6.0,27,1 +4588,2011,by citizenship,Indonesia,2.5,27,1 +4589,2011,by citizenship,Thailand,5.0,27,1 +4590,2011,by country of repatriation,Thailand,2.5,27,1 +4591,2011,by form of exploitation,Forced labour,2.5,27,1 +4592,2011,by form of exploitation,Sexual exploitation,5.0,27,1 +4593,2012,Unknown,Unknown,2.5,27,4 +4594,2012,Unknown,Unknown,2.5,27,5 +4595,2012,Unknown,Unknown,2.5,27,6 +4596,2012,Unknown,Unknown,2.5,27,7 +4597,2012,Unknown,Unknown,2.5,27,2 +4598,2012,Unknown,Unknown,2.5,27,3 +4599,2012,Unknown,Unknown,2.5,27,1 +4600,2012,by citizenship,Indonesia,2.5,27,1 +4601,2012,by form of exploitation,Forced labour,2.5,27,1 +4602,2013,Unknown,Unknown,2.5,27,2 +4603,2013,Unknown,Unknown,2.5,27,3 +4604,2014,Unknown,Unknown,2.5,27,2 +4605,2014,Unknown,Unknown,2.5,27,3 +4606,2014,by country of repatriation,Indonesia,2.5,27,1 +4607,2015,Unknown,Unknown,2.5,27,2 +4608,2015,Unknown,Unknown,2.5,27,3 +4609,2015,by country of repatriation,Indonesia,2.5,27,1 +4610,2016,Unknown,Unknown,2.5,27,4 +4611,2016,Unknown,Unknown,2.5,27,5 +4612,2016,Unknown,Unknown,2.5,27,6 +4613,2016,Unknown,Unknown,2.5,27,7 +4614,2016,Unknown,Unknown,2.5,27,2 +4615,2016,Unknown,Unknown,2.5,27,3 +4616,2016,Unknown,Unknown,2.5,27,1 +4617,2016,by citizenship,Thailand,2.5,27,1 +4618,2016,by country of repatriation,Indonesia,5.0,27,1 +4619,2016,by form of exploitation,Sexual exploitation,2.5,27,4 +4620,2016,by form of exploitation,Sexual exploitation,2.5,27,1 +4621,2017,Unknown,Unknown,2.5,27,4 +4622,2017,Unknown,Unknown,2.5,27,5 +4623,2017,Unknown,Unknown,2.5,27,6 +4624,2017,Unknown,Unknown,2.5,27,7 +4625,2017,Unknown,Unknown,2.5,27,2 +4626,2017,Unknown,Unknown,2.5,27,3 +4627,2017,Unknown,Unknown,2.5,27,1 +4628,2017,by form of exploitation,Forced labour,2.5,27,4 +4629,2017,by form of exploitation,Forced labour,2.5,27,5 +4630,2017,by form of exploitation,Forced labour,2.5,27,6 +4631,2017,by form of exploitation,Forced labour,2.5,27,7 +4632,2017,by form of exploitation,Sexual exploitation,2.5,27,4 +4633,2017,by form of exploitation,Sexual exploitation,2.5,27,5 +4634,2017,by form of exploitation,Sexual exploitation,2.5,27,6 +4635,2017,by form of exploitation,Sexual exploitation,2.5,27,7 +4636,2017,by form of exploitation,Sexual exploitation,2.5,27,1 +4637,2018,Unknown,Unknown,2.5,27,4 +4638,2018,Unknown,Unknown,2.5,27,5 +4639,2018,Unknown,Unknown,2.5,27,6 +4640,2018,Unknown,Unknown,2.5,27,7 +4641,2018,Unknown,Unknown,2.5,27,2 +4642,2018,Unknown,Unknown,2.5,27,3 +4643,2018,Unknown,Unknown,2.5,27,1 +4644,2018,by form of exploitation,Forced labour,2.5,27,4 +4645,2018,by form of exploitation,Forced labour,2.5,27,5 +4646,2018,by form of exploitation,Forced labour,2.5,27,6 +4647,2018,by form of exploitation,Forced labour,2.5,27,7 +4648,2018,by form of exploitation,Forced labour,2.5,27,1 +4649,2018,by form of exploitation,Sexual exploitation,2.5,27,4 +4650,2018,by form of exploitation,Sexual exploitation,2.5,27,5 +4651,2018,by form of exploitation,Sexual exploitation,2.5,27,6 +4652,2018,by form of exploitation,Sexual exploitation,2.5,27,7 +4653,2018,by form of exploitation,Sexual exploitation,2.5,27,1 +4654,2019,Unknown,Unknown,2.5,27,4 +4655,2019,Unknown,Unknown,2.5,27,5 +4656,2019,Unknown,Unknown,2.5,27,6 +4657,2019,Unknown,Unknown,2.5,27,7 +4658,2019,Unknown,Unknown,2.5,27,2 +4659,2019,Unknown,Unknown,2.5,27,3 +4660,2019,Unknown,Unknown,2.5,27,1 +4661,2019,by form of exploitation,Forced labour,2.5,27,4 +4662,2019,by form of exploitation,Forced labour,2.5,27,5 +4663,2019,by form of exploitation,Forced labour,2.5,27,6 +4664,2019,by form of exploitation,Forced labour,2.5,27,7 +4665,2019,by form of exploitation,Sexual exploitation,2.5,27,4 +4666,2019,by form of exploitation,Sexual exploitation,2.5,27,5 +4667,2019,by form of exploitation,Sexual exploitation,2.5,27,6 +4668,2019,by form of exploitation,Sexual exploitation,2.5,27,7 +4669,2019,by form of exploitation,Sexual exploitation,2.5,27,1 +4670,2020,Unknown,Unknown,2.5,27,4 +4671,2020,Unknown,Unknown,2.5,27,5 +4672,2020,Unknown,Unknown,2.5,27,6 +4673,2020,Unknown,Unknown,2.5,27,7 +4674,2020,Unknown,Unknown,2.5,27,2 +4675,2020,Unknown,Unknown,2.5,27,3 +4676,2020,Unknown,Unknown,2.5,27,1 +4677,2020,by form of exploitation,Forced labour,2.5,27,1 +4678,2020,by form of exploitation,Sexual exploitation,2.5,27,1 +4679,2003,by country of repatriation,Abroad,2.5,28,1 +4680,2017,Unknown,Unknown,2.5,28,7 +4681,2017,Unknown,Unknown,2.5,28,2 +4682,2017,Unknown,Unknown,2.5,28,3 +4683,2017,Unknown,Unknown,2.5,28,1 +4684,2017,by citizenship,Bhutan,2.5,28,1 +4685,2017,by country of repatriation,Abroad,2.5,28,1 +4686,2017,by country of repatriation,"Kurdistan, Iraq",2.5,28,1 +4687,2017,by form of exploitation,Forced labour,2.5,28,7 +4688,2017,by form of exploitation,Forced labour,2.5,28,3 +4689,2017,by form of exploitation,Sexual exploitation,2.5,28,1 +4690,2018,Unknown,Unknown,2.5,28,6 +4691,2018,Unknown,Unknown,2.5,28,2 +4692,2018,Unknown,Unknown,2.5,28,3 +4693,2018,Unknown,Unknown,2.5,28,1 +4694,2018,by citizenship,Bhutan,2.5,28,1 +4695,2018,by country of repatriation,Abroad,2.5,28,1 +4696,2018,by country of repatriation,India,2.5,28,1 +4697,2018,by form of exploitation,Forced labour,2.5,28,6 +4698,2018,by form of exploitation,Forced labour,2.5,28,7 +4699,2018,by form of exploitation,Forced labour,2.5,28,2 +4700,2018,by form of exploitation,Forced labour,2.5,28,3 +4701,2018,by form of exploitation,Forced labour,2.5,28,1 +4702,2018,by form of exploitation,Sexual exploitation,2.5,28,1 +4703,2019,Unknown,Unknown,2.5,28,4 +4704,2019,Unknown,Unknown,152.0,28,5 +4705,2019,Unknown,Unknown,2.5,28,6 +4706,2019,Unknown,Unknown,2.5,28,7 +4707,2019,Unknown,Unknown,2.5,28,2 +4708,2019,Unknown,Unknown,152.0,28,3 +4709,2019,Unknown,Unknown,152.0,28,1 +4710,2019,by form of exploitation,Sexual exploitation,2.5,28,1 +4711,2020,Unknown,Unknown,2.5,28,4 +4712,2020,Unknown,Unknown,178.0,28,5 +4713,2020,Unknown,Unknown,2.5,28,6 +4714,2020,Unknown,Unknown,2.5,28,7 +4715,2020,Unknown,Unknown,2.5,28,2 +4716,2020,Unknown,Unknown,178.0,28,3 +4717,2020,Unknown,Unknown,179.0,28,1 +4718,2020,by citizenship,Bhutan,179.0,28,1 +4719,2020,by country of repatriation,Abroad,179.0,28,1 +4720,2020,by form of exploitation,Forced labour,2.5,28,4 +4721,2020,by form of exploitation,Forced labour,178.0,28,5 +4722,2020,by form of exploitation,Forced labour,2.5,28,6 +4723,2020,by form of exploitation,Forced labour,2.5,28,7 +4724,2020,by form of exploitation,Forced labour,2.5,28,2 +4725,2020,by form of exploitation,Forced labour,178.0,28,3 +4726,2020,by form of exploitation,Forced labour,179.0,28,1 +4727,2020,by form of exploitation,Sexual exploitation,2.5,28,4 +4728,2020,by form of exploitation,Sexual exploitation,2.5,28,5 +4729,2020,by form of exploitation,Sexual exploitation,2.5,28,6 +4730,2020,by form of exploitation,Sexual exploitation,2.5,28,7 +4731,2020,by form of exploitation,Sexual exploitation,2.5,28,1 +4732,2003,by country of repatriation,Abroad,2.5,29,1 +4733,2008,by country of repatriation,Abroad,2.5,29,1 +4734,2012,by country of repatriation,Abroad,2.5,29,1 +4735,2017,Unknown,Unknown,2.5,29,4 +4736,2017,Unknown,Unknown,2.5,29,5 +4737,2017,Unknown,Unknown,2.5,29,6 +4738,2017,Unknown,Unknown,2.5,29,7 +4739,2017,Unknown,Unknown,2.5,29,2 +4740,2017,Unknown,Unknown,5.0,29,3 +4741,2017,Unknown,Unknown,9.0,29,1 +4742,2017,by citizenship,Botswana,2.5,29,1 +4743,2017,by citizenship,Ethiopia,2.5,29,1 +4744,2017,by citizenship,Nigeria,2.5,29,1 +4745,2017,by citizenship,Zambia,2.5,29,1 +4746,2017,by form of exploitation,Forced labour,2.5,29,4 +4747,2017,by form of exploitation,Forced labour,2.5,29,5 +4748,2017,by form of exploitation,Forced labour,2.5,29,6 +4749,2017,by form of exploitation,Forced labour,2.5,29,7 +4750,2017,by form of exploitation,Sexual exploitation,2.5,29,4 +4751,2017,by form of exploitation,Sexual exploitation,2.5,29,5 +4752,2017,by form of exploitation,Sexual exploitation,2.5,29,6 +4753,2017,by form of exploitation,Sexual exploitation,2.5,29,7 +4754,2017,by form of exploitation,Sexual exploitation,2.5,29,1 +4755,2018,Unknown,Unknown,2.5,29,4 +4756,2018,Unknown,Unknown,2.5,29,5 +4757,2018,Unknown,Unknown,2.5,29,6 +4758,2018,Unknown,Unknown,2.5,29,7 +4759,2018,Unknown,Unknown,2.5,29,2 +4760,2018,Unknown,Unknown,2.5,29,3 +4761,2018,Unknown,Unknown,5.0,29,1 +4762,2018,by citizenship,Botswana,2.5,29,1 +4763,2018,by citizenship,Nigeria,2.5,29,1 +4764,2018,by citizenship,Uganda,2.5,29,1 +4765,2018,by country of repatriation,Abroad,2.5,29,1 +4766,2018,by country of repatriation,South Africa,2.5,29,1 +4767,2018,by form of exploitation,Forced labour,2.5,29,4 +4768,2018,by form of exploitation,Forced labour,2.5,29,5 +4769,2018,by form of exploitation,Forced labour,2.5,29,6 +4770,2018,by form of exploitation,Forced labour,2.5,29,7 +4771,2018,by form of exploitation,Forced labour,2.5,29,1 +4772,2018,by form of exploitation,Sexual exploitation,2.5,29,4 +4773,2018,by form of exploitation,Sexual exploitation,2.5,29,5 +4774,2018,by form of exploitation,Sexual exploitation,2.5,29,6 +4775,2018,by form of exploitation,Sexual exploitation,2.5,29,7 +4776,2018,by form of exploitation,Sexual exploitation,2.5,29,1 +4777,2019,Unknown,Unknown,2.5,29,4 +4778,2019,Unknown,Unknown,2.5,29,5 +4779,2019,Unknown,Unknown,2.5,29,6 +4780,2019,Unknown,Unknown,15.0,29,7 +4781,2019,Unknown,Unknown,2.5,29,2 +4782,2019,Unknown,Unknown,16.0,29,3 +4783,2019,Unknown,Unknown,17.0,29,1 +4784,2019,by citizenship,Angola,5.0,29,1 +4785,2019,by citizenship,Democratic Republic of the Congo,2.5,29,1 +4786,2019,by country of repatriation,Abroad,2.5,29,1 +4787,2019,by form of exploitation,Forced labour,2.5,29,4 +4788,2019,by form of exploitation,Forced labour,2.5,29,5 +4789,2019,by form of exploitation,Forced labour,2.5,29,6 +4790,2019,by form of exploitation,Forced labour,2.5,29,7 +4791,2019,by form of exploitation,Forced labour,2.5,29,2 +4792,2019,by form of exploitation,Forced labour,2.5,29,3 +4793,2019,by form of exploitation,Forced labour,2.5,29,1 +4794,2019,by form of exploitation,Sexual exploitation,2.5,29,4 +4795,2019,by form of exploitation,Sexual exploitation,2.5,29,5 +4796,2019,by form of exploitation,Sexual exploitation,2.5,29,6 +4797,2019,by form of exploitation,Sexual exploitation,2.5,29,7 +4798,2019,by form of exploitation,Sexual exploitation,2.5,29,3 +4799,2019,by form of exploitation,Sexual exploitation,2.5,29,1 +4800,2020,Unknown,Unknown,2.5,29,4 +4801,2020,Unknown,Unknown,5.0,29,5 +4802,2020,Unknown,Unknown,2.5,29,6 +4803,2020,Unknown,Unknown,2.5,29,7 +4804,2020,Unknown,Unknown,5.0,29,2 +4805,2020,Unknown,Unknown,6.0,29,3 +4806,2020,Unknown,Unknown,11.0,29,1 +4807,2020,by citizenship,Bangladesh,2.5,29,1 +4808,2020,by citizenship,Ghana,6.0,29,1 +4809,2020,by citizenship,Nigeria,2.5,29,1 +4810,2020,by citizenship,South Africa,2.5,29,1 +4811,2020,by citizenship,Zimbabwe,6.0,29,1 +4812,2020,by country of repatriation,Abroad,2.5,29,1 +4813,2020,by form of exploitation,Forced labour,2.5,29,4 +4814,2020,by form of exploitation,Forced labour,2.5,29,5 +4815,2020,by form of exploitation,Forced labour,2.5,29,6 +4816,2020,by form of exploitation,Forced labour,2.5,29,7 +4817,2020,by form of exploitation,Forced labour,2.5,29,3 +4818,2020,by form of exploitation,Forced labour,2.5,29,1 +4819,2020,by form of exploitation,Sexual exploitation,2.5,29,4 +4820,2020,by form of exploitation,Sexual exploitation,2.5,29,5 +4821,2020,by form of exploitation,Sexual exploitation,2.5,29,6 +4822,2020,by form of exploitation,Sexual exploitation,2.5,29,7 +4823,2020,by form of exploitation,Sexual exploitation,2.5,29,1 +4824,2021,Unknown,Unknown,15.0,29,1 +4825,2022,Unknown,Unknown,6.0,29,1 +4826,2008,by country of repatriation,Abroad,2.5,30,1 +4827,2013,Unknown,Unknown,2.5,30,2 +4828,2013,Unknown,Unknown,2.5,30,3 +4829,2014,Unknown,Unknown,2.5,30,2 +4830,2014,Unknown,Unknown,2.5,30,3 +4831,2007,Unknown,Unknown,2.5,31,4 +4832,2007,Unknown,Unknown,9.0,31,5 +4833,2007,Unknown,Unknown,2.5,31,6 +4834,2007,Unknown,Unknown,2.5,31,7 +4835,2007,Unknown,Unknown,2.5,31,2 +4836,2007,Unknown,Unknown,9.0,31,3 +4837,2007,Unknown,Unknown,9.0,31,1 +4838,2007,by citizenship,Canada,7.0,31,1 +4839,2007,by citizenship,China,2.5,31,1 +4840,2008,Unknown,Unknown,2.5,31,4 +4841,2008,Unknown,Unknown,6.0,31,5 +4842,2008,Unknown,Unknown,2.5,31,6 +4843,2008,Unknown,Unknown,2.5,31,7 +4844,2008,Unknown,Unknown,2.5,31,2 +4845,2008,Unknown,Unknown,6.0,31,3 +4846,2008,Unknown,Unknown,8.0,31,1 +4847,2008,by citizenship,Canada,12.0,31,1 +4848,2008,by citizenship,Democratic Republic of the Congo,2.5,31,1 +4849,2008,by citizenship,Philippines,2.5,31,1 +4850,2008,by citizenship,Moldova,10.0,31,1 +4851,2008,by citizenship,Romania,2.5,31,1 +4852,2008,by citizenship,Russia,2.5,31,1 +4853,2008,by form of exploitation,Forced labour,9.0,31,1 +4854,2008,by form of exploitation,Sexual exploitation,5.0,31,1 +4855,2009,Unknown,Unknown,6.0,31,4 +4856,2009,Unknown,Unknown,30.0,31,5 +4857,2009,Unknown,Unknown,2.5,31,6 +4858,2009,Unknown,Unknown,2.5,31,7 +4859,2009,Unknown,Unknown,6.0,31,2 +4860,2009,Unknown,Unknown,34.0,31,3 +4861,2009,Unknown,Unknown,40.0,31,1 +4862,2009,by citizenship,Canada,35.0,31,1 +4863,2009,by citizenship,China,2.5,31,1 +4864,2009,by citizenship,Hungary,2.5,31,1 +4865,2009,by citizenship,Mexico,2.5,31,1 +4866,2009,by citizenship,Thailand,20.0,31,1 +4867,2009,by citizenship,Tanzania,2.5,31,1 +4868,2009,by citizenship,United States,2.5,31,1 +4869,2009,by form of exploitation,Forced labour,21.0,31,1 +4870,2009,by form of exploitation,Sexual exploitation,2.5,31,1 +4871,2010,Unknown,Unknown,11.0,31,4 +4872,2010,Unknown,Unknown,14.0,31,5 +4873,2010,Unknown,Unknown,2.5,31,6 +4874,2010,Unknown,Unknown,22.0,31,7 +4875,2010,Unknown,Unknown,11.0,31,2 +4876,2010,Unknown,Unknown,36.0,31,3 +4877,2010,Unknown,Unknown,47.0,31,1 +4878,2010,by form of exploitation,Forced labour,25.0,31,1 +4879,2010,by form of exploitation,Sexual exploitation,22.0,31,1 +4880,2011,Unknown,Unknown,19.0,31,4 +4881,2011,Unknown,Unknown,32.0,31,5 +4882,2011,Unknown,Unknown,2.5,31,6 +4883,2011,Unknown,Unknown,60.0,31,7 +4884,2011,Unknown,Unknown,19.0,31,2 +4885,2011,Unknown,Unknown,92.0,31,3 +4886,2011,Unknown,Unknown,115.0,31,1 +4887,2011,by form of exploitation,Forced labour,62.0,31,1 +4888,2011,by form of exploitation,Sexual exploitation,53.0,31,1 +4889,2012,Unknown,Unknown,2.5,31,4 +4890,2012,Unknown,Unknown,27.0,31,5 +4891,2012,Unknown,Unknown,18.0,31,6 +4892,2012,Unknown,Unknown,2.5,31,7 +4893,2012,Unknown,Unknown,19.0,31,2 +4894,2012,Unknown,Unknown,30.0,31,3 +4895,2012,Unknown,Unknown,55.0,31,1 +4896,2012,by citizenship,Canada,19.0,31,1 +4897,2012,by citizenship,Taiwan,2.5,31,1 +4898,2012,by citizenship,France,2.5,31,1 +4899,2012,by citizenship,Hungary,2.5,31,1 +4900,2012,by citizenship,Malaysia,2.5,31,1 +4901,2012,by citizenship,Nigeria,5.0,31,1 +4902,2012,by form of exploitation,Forced labour,9.0,31,1 +4903,2012,by form of exploitation,Sexual exploitation,46.0,31,1 +4904,2013,Unknown,Unknown,22.0,31,4 +4905,2013,Unknown,Unknown,41.0,31,5 +4906,2013,Unknown,Unknown,2.5,31,6 +4907,2013,Unknown,Unknown,2.5,31,7 +4908,2013,Unknown,Unknown,22.0,31,2 +4909,2013,Unknown,Unknown,41.0,31,3 +4910,2013,Unknown,Unknown,63.0,31,1 +4911,2013,by citizenship,Canada,23.0,31,1 +4912,2013,by citizenship,Kenya,2.5,31,1 +4913,2013,by citizenship,Romania,2.5,31,1 +4914,2013,by citizenship,Slovakia,2.5,31,1 +4915,2013,by citizenship,United States,2.5,31,1 +4916,2013,by form of exploitation,Forced labour,2.5,31,1 +4917,2013,by form of exploitation,Sexual exploitation,60.0,31,1 +4918,2014,Unknown,Unknown,37.0,31,4 +4919,2014,Unknown,Unknown,99.0,31,5 +4920,2014,Unknown,Unknown,2.5,31,6 +4921,2014,Unknown,Unknown,6.0,31,7 +4922,2014,Unknown,Unknown,37.0,31,2 +4923,2014,Unknown,Unknown,105.0,31,3 +4924,2014,Unknown,Unknown,142.0,31,1 +4925,2014,by citizenship,Canada,97.0,31,1 +4926,2014,by citizenship,Guatemala,2.5,31,1 +4927,2014,by citizenship,Jamaica,6.0,31,1 +4928,2014,by citizenship,Philippines,2.5,31,1 +4929,2014,by form of exploitation,Forced labour,2.5,31,4 +4930,2014,by form of exploitation,Forced labour,2.5,31,5 +4931,2014,by form of exploitation,Forced labour,2.5,31,6 +4932,2014,by form of exploitation,Forced labour,10.0,31,7 +4933,2014,by form of exploitation,Forced labour,14.0,31,1 +4934,2014,by form of exploitation,Sexual exploitation,2.5,31,4 +4935,2014,by form of exploitation,Sexual exploitation,97.0,31,5 +4936,2014,by form of exploitation,Sexual exploitation,2.5,31,6 +4937,2014,by form of exploitation,Sexual exploitation,2.5,31,7 +4938,2014,by form of exploitation,Sexual exploitation,97.0,31,1 +4939,2015,Unknown,Unknown,63.0,31,4 +4940,2015,Unknown,Unknown,165.0,31,5 +4941,2015,Unknown,Unknown,2.5,31,6 +4942,2015,Unknown,Unknown,6.0,31,7 +4943,2015,Unknown,Unknown,66.0,31,2 +4944,2015,Unknown,Unknown,171.0,31,3 +4945,2015,Unknown,Unknown,237.0,31,1 +4946,2015,by citizenship,Canada,55.0,31,1 +4947,2015,by citizenship,Hong Kong,2.5,31,1 +4948,2015,by citizenship,Taiwan,2.5,31,1 +4949,2015,by citizenship,Saudi Arabia,2.5,31,1 +4950,2015,by form of exploitation,Forced labour,5.0,31,6 +4951,2015,by form of exploitation,Forced labour,2.5,31,7 +4952,2015,by form of exploitation,Forced labour,9.0,31,1 +4953,2015,by form of exploitation,Sexual exploitation,55.0,31,6 +4954,2015,by form of exploitation,Sexual exploitation,2.5,31,7 +4955,2015,by form of exploitation,Sexual exploitation,56.0,31,1 +4956,2016,Unknown,Unknown,68.0,31,4 +4957,2016,Unknown,Unknown,155.0,31,5 +4958,2016,Unknown,Unknown,2.5,31,6 +4959,2016,Unknown,Unknown,7.0,31,7 +4960,2016,Unknown,Unknown,69.0,31,2 +4961,2016,Unknown,Unknown,162.0,31,3 +4962,2016,Unknown,Unknown,231.0,31,1 +4963,2016,by citizenship,Canada,96.0,31,1 +4964,2016,by country of repatriation,Israel,2.5,31,1 +4965,2016,by form of exploitation,Sexual exploitation,33.0,31,4 +4966,2016,by form of exploitation,Sexual exploitation,49.0,31,5 +4967,2016,by form of exploitation,Sexual exploitation,96.0,31,1 +4968,2017,Unknown,Unknown,2.5,31,4 +4969,2017,Unknown,Unknown,186.0,31,5 +4970,2017,Unknown,Unknown,79.0,31,6 +4971,2017,Unknown,Unknown,2.5,31,7 +4972,2017,Unknown,Unknown,80.0,31,2 +4973,2017,Unknown,Unknown,188.0,31,3 +4974,2017,Unknown,Unknown,268.0,31,1 +4975,2017,by form of exploitation,Forced labour,2.5,31,4 +4976,2017,by form of exploitation,Forced labour,2.5,31,5 +4977,2017,by form of exploitation,Forced labour,2.5,31,6 +4978,2017,by form of exploitation,Forced labour,2.5,31,7 +4979,2017,by form of exploitation,Forced labour,2.5,31,1 +4980,2017,by form of exploitation,Sexual exploitation,60.0,31,4 +4981,2017,by form of exploitation,Sexual exploitation,94.0,31,5 +4982,2017,by form of exploitation,Sexual exploitation,2.5,31,6 +4983,2017,by form of exploitation,Sexual exploitation,2.5,31,7 +4984,2017,by form of exploitation,Sexual exploitation,155.0,31,1 +4985,2018,Unknown,Unknown,67.0,31,4 +4986,2018,Unknown,Unknown,166.0,31,5 +4987,2018,Unknown,Unknown,2.5,31,6 +4988,2018,Unknown,Unknown,5.0,31,7 +4989,2018,Unknown,Unknown,67.0,31,2 +4990,2018,Unknown,Unknown,171.0,31,3 +4991,2018,Unknown,Unknown,238.0,31,1 +4992,2018,Unknown,Unknown,2.5,31,1 +4993,2018,by form of exploitation,Forced labour,2.5,31,4 +4994,2018,by form of exploitation,Forced labour,2.5,31,5 +4995,2018,by form of exploitation,Forced labour,2.5,31,6 +4996,2018,by form of exploitation,Forced labour,7.0,31,7 +4997,2018,by form of exploitation,Forced labour,10.0,31,1 +4998,2018,by form of exploitation,Sexual exploitation,38.0,31,4 +4999,2018,by form of exploitation,Sexual exploitation,88.0,31,5 +5000,2018,by form of exploitation,Sexual exploitation,2.5,31,6 +5001,2018,by form of exploitation,Sexual exploitation,2.5,31,7 +5002,2018,by form of exploitation,Sexual exploitation,129.0,31,1 +5003,2019,Unknown,Unknown,82.0,31,4 +5004,2019,Unknown,Unknown,303.0,31,5 +5005,2019,Unknown,Unknown,2.5,31,6 +5006,2019,Unknown,Unknown,16.0,31,7 +5007,2019,Unknown,Unknown,2.5,31,9 +5008,2019,Unknown,Unknown,2.5,31,8 +5009,2019,Unknown,Unknown,85.0,31,2 +5010,2019,Unknown,Unknown,322.0,31,3 +5011,2019,Unknown,Unknown,411.0,31,1 +5012,2019,Unknown,Unknown,2.5,31,1 +5013,2019,by form of exploitation,Sexual exploitation,2.5,31,1 +5014,2020,Unknown,Unknown,65.0,31,4 +5015,2020,Unknown,Unknown,319.0,31,5 +5016,2020,Unknown,Unknown,2.5,31,6 +5017,2020,Unknown,Unknown,13.0,31,7 +5018,2020,Unknown,Unknown,2.5,31,9 +5019,2020,Unknown,Unknown,2.5,31,8 +5020,2020,Unknown,Unknown,68.0,31,2 +5021,2020,Unknown,Unknown,333.0,31,3 +5022,2020,Unknown,Unknown,410.0,31,1 +5023,2020,Unknown,Unknown,9.0,31,1 +5024,2020,by form of exploitation,Forced labour,2.5,31,1 +5025,2020,by form of exploitation,Sexual exploitation,2.5,31,1 +5026,2021,Unknown,Unknown,71.0,31,4 +5027,2021,Unknown,Unknown,311.0,31,5 +5028,2021,Unknown,Unknown,2.5,31,6 +5029,2021,Unknown,Unknown,13.0,31,7 +5030,2021,Unknown,Unknown,2.5,31,9 +5031,2021,Unknown,Unknown,2.5,31,8 +5032,2021,Unknown,Unknown,79.0,31,2 +5033,2021,Unknown,Unknown,325.0,31,3 +5034,2021,Unknown,Unknown,418.0,31,1 +5035,2021,Unknown,Unknown,14.0,31,1 +5036,2022,Unknown,Unknown,74.0,31,4 +5037,2022,Unknown,Unknown,317.0,31,5 +5038,2022,Unknown,Unknown,2.5,31,6 +5039,2022,Unknown,Unknown,95.0,31,7 +5040,2022,Unknown,Unknown,2.5,31,9 +5041,2022,Unknown,Unknown,2.5,31,8 +5042,2022,Unknown,Unknown,75.0,31,2 +5043,2022,Unknown,Unknown,352.0,31,3 +5044,2022,Unknown,Unknown,506.0,31,1 +5045,2022,Unknown,Unknown,12.0,31,1 +5046,2009,Unknown,Unknown,2.5,32,4 +5047,2009,Unknown,Unknown,24.0,32,5 +5048,2009,Unknown,Unknown,2.5,32,6 +5049,2009,Unknown,Unknown,2.5,32,7 +5050,2009,Unknown,Unknown,5.0,32,2 +5051,2009,Unknown,Unknown,28.0,32,3 +5052,2009,Unknown,Unknown,33.0,32,1 +5053,2009,by citizenship,Bulgaria,2.5,32,1 +5054,2009,by citizenship,Cameroon,2.5,32,1 +5055,2009,by citizenship,Croatia,2.5,32,1 +5056,2009,by citizenship,Czech Republic,2.5,32,1 +5057,2009,by citizenship,Germany,2.5,32,1 +5058,2009,by citizenship,Hungary,13.0,32,1 +5059,2009,by citizenship,India,2.5,32,1 +5060,2009,by citizenship,Romania,2.5,32,1 +5061,2009,by citizenship,Slovakia,2.5,32,1 +5062,2009,by citizenship,Thailand,2.5,32,1 +5063,2009,by citizenship,Ukraine,2.5,32,1 +5064,2009,by form of exploitation,Forced labour,13.0,32,1 +5065,2009,by form of exploitation,Sexual exploitation,103.0,32,1 +5066,2010,Unknown,Unknown,6.0,32,4 +5067,2010,Unknown,Unknown,34.0,32,5 +5068,2010,Unknown,Unknown,2.5,32,6 +5069,2010,Unknown,Unknown,2.5,32,9 +5070,2010,Unknown,Unknown,2.5,32,8 +5071,2010,Unknown,Unknown,6.0,32,2 +5072,2010,Unknown,Unknown,40.0,32,3 +5073,2010,Unknown,Unknown,2.5,32,1 +5074,2010,Unknown,Unknown,6.0,32,7 +5075,2010,Unknown,Unknown,46.0,32,1 +5076,2010,by citizenship,Bangladesh,2.5,32,1 +5077,2010,by citizenship,Brazil,2.5,32,1 +5078,2010,by citizenship,Colombia,2.5,32,1 +5079,2010,by citizenship,Dominican Republic,2.5,32,1 +5080,2010,by citizenship,Hungary,27.0,32,1 +5081,2010,by citizenship,India,2.5,32,1 +5082,2010,by citizenship,Poland,2.5,32,1 +5083,2010,by citizenship,Russia,2.5,32,1 +5084,2010,by citizenship,Slovakia,2.5,32,1 +5085,2010,by citizenship,Thailand,2.5,32,1 +5086,2010,by country of repatriation,Romania,2.5,32,1 +5087,2010,by country of repatriation,South Africa,2.5,32,1 +5088,2010,by country of repatriation,Ukraine,2.5,32,1 +5089,2011,Unknown,Unknown,32.0,32,5 +5090,2011,Unknown,Unknown,2.5,32,6 +5091,2011,Unknown,Unknown,2.5,32,9 +5092,2011,Unknown,Unknown,2.5,32,8 +5093,2011,Unknown,Unknown,35.0,32,3 +5094,2011,Unknown,Unknown,2.5,32,1 +5095,2011,Unknown,Unknown,2.5,32,4 +5096,2011,Unknown,Unknown,2.5,32,7 +5097,2011,Unknown,Unknown,2.5,32,2 +5098,2011,Unknown,Unknown,36.0,32,1 +5099,2011,by citizenship,Austria,2.5,32,1 +5100,2011,by citizenship,Brazil,2.5,32,1 +5101,2011,by citizenship,Bulgaria,5.0,32,1 +5102,2011,by citizenship,Dominican Republic,10.0,32,1 +5103,2011,by citizenship,Ecuador,2.5,32,1 +5104,2011,by citizenship,Ethiopia,2.5,32,1 +5105,2011,by citizenship,Hungary,2.5,32,1 +5106,2011,by citizenship,Kenya,2.5,32,1 +5107,2011,by citizenship,Malaysia,2.5,32,1 +5108,2011,by citizenship,Philippines,2.5,32,1 +5109,2011,by citizenship,Romania,2.5,32,1 +5110,2011,by citizenship,Slovakia,2.5,32,1 +5111,2011,by citizenship,Thailand,2.5,32,1 +5112,2011,by citizenship,Togo,2.5,32,1 +5113,2011,by citizenship,Ukraine,2.5,32,1 +5114,2011,by country of repatriation,Romania,2.5,32,1 +5115,2011,by country of repatriation,Slovakia,2.5,32,1 +5116,2011,by country of repatriation,Thailand,9.0,32,1 +5117,2012,Unknown,Unknown,2.5,32,6 +5118,2012,Unknown,Unknown,2.5,32,9 +5119,2012,Unknown,Unknown,2.5,32,8 +5120,2012,Unknown,Unknown,2.5,32,1 +5121,2012,Unknown,Unknown,2.5,32,4 +5122,2012,Unknown,Unknown,57.0,32,5 +5123,2012,Unknown,Unknown,2.5,32,7 +5124,2012,Unknown,Unknown,2.5,32,2 +5125,2012,Unknown,Unknown,59.0,32,3 +5126,2012,Unknown,Unknown,60.0,32,1 +5127,2012,by citizenship,Albania,2.5,32,1 +5128,2012,by citizenship,Brazil,2.5,32,1 +5129,2012,by citizenship,Bulgaria,8.0,32,1 +5130,2012,by citizenship,Croatia,2.5,32,1 +5131,2012,by citizenship,Eritrea,2.5,32,1 +5132,2012,by citizenship,Hungary,11.0,32,1 +5133,2012,by citizenship,Romania,12.0,32,1 +5134,2012,by citizenship,Thailand,22.0,32,1 +5135,2012,by country of repatriation,Colombia,2.5,32,1 +5136,2012,by country of repatriation,Latvia,2.5,32,1 +5137,2012,by country of repatriation,Romania,2.5,32,1 +5138,2013,Unknown,Unknown,33.0,32,5 +5139,2013,Unknown,Unknown,2.5,32,6 +5140,2013,Unknown,Unknown,2.5,32,9 +5141,2013,Unknown,Unknown,2.5,32,8 +5142,2013,Unknown,Unknown,38.0,32,3 +5143,2013,Unknown,Unknown,2.5,32,1 +5144,2013,Unknown,Unknown,2.5,32,4 +5145,2013,Unknown,Unknown,5.0,32,7 +5146,2013,Unknown,Unknown,2.5,32,2 +5147,2013,Unknown,Unknown,42.0,32,1 +5148,2013,by country of repatriation,Latvia,2.5,32,1 +5149,2013,by country of repatriation,Poland,2.5,32,1 +5150,2013,by country of repatriation,Serbia,2.5,32,1 +5151,2013,by country of repatriation,North Macedonia,2.5,32,1 +5152,2013,by country of repatriation,Uganda,2.5,32,1 +5153,2014,Unknown,Unknown,25.0,32,5 +5154,2014,Unknown,Unknown,8.0,32,7 +5155,2014,Unknown,Unknown,2.5,32,9 +5156,2014,Unknown,Unknown,2.5,32,8 +5157,2014,Unknown,Unknown,2.5,32,1 +5158,2014,Unknown,Unknown,2.5,32,4 +5159,2014,Unknown,Unknown,2.5,32,6 +5160,2014,Unknown,Unknown,2.5,32,2 +5161,2014,Unknown,Unknown,33.0,32,3 +5162,2014,Unknown,Unknown,35.0,32,1 +5163,2014,by citizenship,Albania,2.5,32,1 +5164,2014,by citizenship,Bulgaria,2.5,32,1 +5165,2014,by citizenship,Cameroon,2.5,32,1 +5166,2014,by citizenship,China,2.5,32,1 +5167,2014,by citizenship,Ethiopia,2.5,32,1 +5168,2014,by citizenship,Hungary,2.5,32,1 +5169,2014,by citizenship,Nigeria,2.5,32,1 +5170,2014,by citizenship,Romania,13.0,32,1 +5171,2014,by citizenship,Slovakia,2.5,32,1 +5172,2014,by citizenship,Sri Lanka,2.5,32,1 +5173,2014,by citizenship,Switzerland,2.5,32,1 +5174,2014,by citizenship,Thailand,2.5,32,1 +5175,2014,by citizenship,North Macedonia,2.5,32,1 +5176,2014,by citizenship,Unknown,2.5,32,1 +5177,2014,by citizenship,Venezuela,2.5,32,1 +5178,2014,by country of repatriation,Hungary,16.0,32,1 +5179,2014,by country of repatriation,Serbia,2.5,32,1 +5180,2014,by country of repatriation,Slovakia,2.5,32,1 +5181,2014,by country of repatriation,Ukraine,2.5,32,1 +5182,2015,Unknown,Unknown,2.5,32,4 +5183,2015,Unknown,Unknown,43.0,32,5 +5184,2015,Unknown,Unknown,2.5,32,6 +5185,2015,Unknown,Unknown,2.5,32,9 +5186,2015,Unknown,Unknown,2.5,32,8 +5187,2015,Unknown,Unknown,2.5,32,2 +5188,2015,Unknown,Unknown,45.0,32,3 +5189,2015,Unknown,Unknown,2.5,32,1 +5190,2015,Unknown,Unknown,2.5,32,7 +5191,2015,Unknown,Unknown,47.0,32,1 +5192,2015,by citizenship,Benin,2.5,32,1 +5193,2015,by citizenship,Brazil,2.5,32,1 +5194,2015,by citizenship,Bulgaria,2.5,32,1 +5195,2015,by citizenship,China,2.5,32,1 +5196,2015,by citizenship,Cote d'Ivoire,2.5,32,1 +5197,2015,by citizenship,Germany,2.5,32,1 +5198,2015,by citizenship,Ghana,2.5,32,1 +5199,2015,by citizenship,Hungary,10.0,32,1 +5200,2015,by citizenship,Montenegro,2.5,32,1 +5201,2015,by citizenship,Nepal,2.5,32,1 +5202,2015,by citizenship,Nigeria,2.5,32,1 +5203,2015,by citizenship,Romania,9.0,32,1 +5204,2015,by citizenship,Slovakia,2.5,32,1 +5205,2015,by citizenship,Spain,2.5,32,1 +5206,2015,by citizenship,Switzerland,2.5,32,1 +5207,2015,by citizenship,Thailand,6.0,32,1 +5208,2016,Unknown,Unknown,2.5,32,4 +5209,2016,Unknown,Unknown,61.0,32,5 +5210,2016,Unknown,Unknown,2.5,32,6 +5211,2016,Unknown,Unknown,26.0,32,7 +5212,2016,Unknown,Unknown,2.5,32,9 +5213,2016,Unknown,Unknown,2.5,32,8 +5214,2016,Unknown,Unknown,2.5,32,2 +5215,2016,Unknown,Unknown,87.0,32,3 +5216,2016,Unknown,Unknown,2.5,32,1 +5217,2016,Unknown,Unknown,90.0,32,1 +5218,2016,by citizenship,Benin,2.5,32,1 +5219,2016,by citizenship,Brazil,2.5,32,1 +5220,2016,by citizenship,Bulgaria,5.0,32,1 +5221,2016,by citizenship,China,6.0,32,1 +5222,2016,by citizenship,Democratic Republic of the Congo,2.5,32,1 +5223,2016,by citizenship,Germany,2.5,32,1 +5224,2016,by citizenship,Hungary,13.0,32,1 +5225,2016,by citizenship,India,2.5,32,1 +5226,2016,by citizenship,Kosovo,2.5,32,1 +5227,2016,by citizenship,Malaysia,2.5,32,1 +5228,2016,by citizenship,Mongolia,2.5,32,1 +5229,2016,by citizenship,Morocco,2.5,32,1 +5230,2016,by citizenship,Mozambique,2.5,32,1 +5231,2016,by citizenship,Nigeria,2.5,32,1 +5232,2016,by citizenship,Philippines,2.5,32,1 +5233,2016,by citizenship,Romania,9.0,32,1 +5234,2016,by citizenship,Russia,2.5,32,1 +5235,2016,by citizenship,Serbia,2.5,32,1 +5236,2016,by citizenship,Thailand,32.0,32,1 +5237,2016,by country of repatriation,Armenia,2.5,32,1 +5238,2016,by country of repatriation,Azerbaijan,37.0,32,1 +5239,2016,by country of repatriation,Belarus,2.5,32,1 +5240,2016,by country of repatriation,Colombia,2.5,32,1 +5241,2016,by country of repatriation,Georgia,2.5,32,1 +5242,2016,by country of repatriation,Greece,2.5,32,1 +5243,2016,by country of repatriation,Kazakhstan,2.5,32,1 +5244,2016,by country of repatriation,Nigeria,2.5,32,1 +5245,2016,by country of repatriation,Paraguay,5.0,32,1 +5246,2016,by country of repatriation,Moldova,6.0,32,1 +5247,2016,by country of repatriation,Slovakia,2.5,32,1 +5248,2016,by country of repatriation,Tajikistan,6.0,32,1 +5249,2016,by country of repatriation,Turkmenistan,2.5,32,1 +5250,2016,by country of repatriation,Uganda,2.5,32,1 +5251,2016,by country of repatriation,Ukraine,15.0,32,1 +5252,2016,by country of repatriation,Uzbekistan,42.0,32,1 +5253,2017,Unknown,Unknown,75.0,32,5 +5254,2017,Unknown,Unknown,2.5,32,6 +5255,2017,Unknown,Unknown,29.0,32,7 +5256,2017,Unknown,Unknown,2.5,32,9 +5257,2017,Unknown,Unknown,2.5,32,8 +5258,2017,Unknown,Unknown,2.5,32,2 +5259,2017,Unknown,Unknown,104.0,32,3 +5260,2017,Unknown,Unknown,2.5,32,1 +5261,2017,Unknown,Unknown,2.5,32,4 +5262,2017,Unknown,Unknown,108.0,32,1 +5263,2017,by citizenship,Nationals,2.5,32,1 +5264,2017,by citizenship,Unknown,64.0,32,1 +5265,2017,by form of exploitation,Sexual exploitation,2.5,32,1 +5266,2018,Unknown,Unknown,49.0,32,5 +5267,2018,Unknown,Unknown,2.5,32,6 +5268,2018,Unknown,Unknown,14.0,32,7 +5269,2018,Unknown,Unknown,2.5,32,9 +5270,2018,Unknown,Unknown,2.5,32,8 +5271,2018,Unknown,Unknown,2.5,32,2 +5272,2018,Unknown,Unknown,63.0,32,3 +5273,2018,Unknown,Unknown,2.5,32,1 +5274,2018,Unknown,Unknown,2.5,32,4 +5275,2018,Unknown,Unknown,64.0,32,1 +5276,2018,by citizenship,Nationals,2.5,32,1 +5277,2018,by citizenship,foreign,64.0,32,1 +5278,2018,by form of exploitation,Forced labour,2.5,32,1 +5279,2018,by form of exploitation,Sexual exploitation,2.5,32,1 +5280,2019,Unknown,Unknown,2.5,32,6 +5281,2019,Unknown,Unknown,2.5,32,9 +5282,2019,Unknown,Unknown,2.5,32,8 +5283,2019,Unknown,Unknown,2.5,32,1 +5284,2019,Unknown,Unknown,5.0,32,4 +5285,2019,Unknown,Unknown,43.0,32,5 +5286,2019,Unknown,Unknown,35.0,32,7 +5287,2019,Unknown,Unknown,5.0,32,2 +5288,2019,Unknown,Unknown,78.0,32,3 +5289,2019,Unknown,Unknown,83.0,32,1 +5290,2019,by citizenship,Nationals,2.5,32,1 +5291,2019,by citizenship,,82.0,32,1 +5292,2019,by form of exploitation,Forced labour,2.5,32,4 +5293,2019,by form of exploitation,Forced labour,8.0,32,5 +5294,2019,by form of exploitation,Forced labour,2.5,32,6 +5295,2019,by form of exploitation,Forced labour,2.5,32,7 +5296,2019,by form of exploitation,Forced labour,2.5,32,9 +5297,2019,by form of exploitation,Forced labour,2.5,32,8 +5298,2019,by form of exploitation,Forced labour,2.5,32,2 +5299,2019,by form of exploitation,Forced labour,12.0,32,3 +5300,2019,by form of exploitation,Forced labour,2.5,32,1 +5301,2019,by form of exploitation,Sexual exploitation,37.0,32,5 +5302,2019,by form of exploitation,Sexual exploitation,2.5,32,7 +5303,2019,by form of exploitation,Sexual exploitation,2.5,32,8 +5304,2019,by form of exploitation,Sexual exploitation,2.5,32,2 +5305,2019,by form of exploitation,Sexual exploitation,41.0,32,3 +5306,2019,by form of exploitation,Sexual exploitation,2.5,32,1 +5307,2019,by form of exploitation,Sexual exploitation,2.5,32,1 +5308,2020,Unknown,Unknown,2.5,32,9 +5309,2020,Unknown,Unknown,2.5,32,8 +5310,2020,Unknown,Unknown,53.0,32,1 +5311,2020,Unknown,Unknown,2.5,32,1 +5312,2020,Unknown,Unknown,2.5,32,4 +5313,2020,Unknown,Unknown,43.0,32,5 +5314,2020,Unknown,Unknown,2.5,32,6 +5315,2020,Unknown,Unknown,8.0,32,7 +5316,2020,Unknown,Unknown,2.5,32,2 +5317,2020,Unknown,Unknown,51.0,32,3 +5318,2020,by citizenship,Nationals,2.5,32,1 +5319,2020,by citizenship,,50.0,32,1 +5320,2020,by form of exploitation,Forced labour,2.5,32,4 +5321,2020,by form of exploitation,Forced labour,8.0,32,5 +5322,2020,by form of exploitation,Forced labour,2.5,32,6 +5323,2020,by form of exploitation,Forced labour,2.5,32,7 +5324,2020,by form of exploitation,Forced labour,2.5,32,9 +5325,2020,by form of exploitation,Forced labour,2.5,32,8 +5326,2020,by form of exploitation,Forced labour,2.5,32,2 +5327,2020,by form of exploitation,Forced labour,12.0,32,3 +5328,2020,by form of exploitation,Forced labour,12.0,32,1 +5329,2020,by form of exploitation,Forced labour,2.5,32,1 +5330,2020,by form of exploitation,Sexual exploitation,2.5,32,4 +5331,2020,by form of exploitation,Sexual exploitation,37.0,32,5 +5332,2020,by form of exploitation,Sexual exploitation,2.5,32,6 +5333,2020,by form of exploitation,Sexual exploitation,2.5,32,7 +5334,2020,by form of exploitation,Sexual exploitation,2.5,32,9 +5335,2020,by form of exploitation,Sexual exploitation,2.5,32,8 +5336,2020,by form of exploitation,Sexual exploitation,2.5,32,2 +5337,2020,by form of exploitation,Sexual exploitation,41.0,32,3 +5338,2020,by form of exploitation,Sexual exploitation,43.0,32,1 +5339,2020,by form of exploitation,Sexual exploitation,2.5,32,1 +5340,2021,Unknown,Unknown,2.5,32,9 +5341,2021,Unknown,Unknown,2.5,32,8 +5342,2021,Unknown,Unknown,2.5,32,1 +5343,2021,Unknown,Unknown,6.0,32,4 +5344,2021,Unknown,Unknown,27.0,32,5 +5345,2021,Unknown,Unknown,2.5,32,6 +5346,2021,Unknown,Unknown,27.0,32,7 +5347,2021,Unknown,Unknown,8.0,32,2 +5348,2021,Unknown,Unknown,54.0,32,3 +5349,2021,Unknown,Unknown,62.0,32,1 +5350,2021,by citizenship,Nationals,2.5,32,1 +5351,2021,by citizenship,,58.0,32,1 +5352,2021,by form of exploitation,Forced labour,2.5,32,4 +5353,2021,by form of exploitation,Forced labour,8.0,32,5 +5354,2021,by form of exploitation,Forced labour,2.5,32,6 +5355,2021,by form of exploitation,Forced labour,25.0,32,7 +5356,2021,by form of exploitation,Forced labour,2.5,32,9 +5357,2021,by form of exploitation,Forced labour,2.5,32,8 +5358,2021,by form of exploitation,Forced labour,2.5,32,2 +5359,2021,by form of exploitation,Forced labour,33.0,32,3 +5360,2021,by form of exploitation,Forced labour,33.0,32,1 +5361,2021,by form of exploitation,Forced labour,2.5,32,1 +5362,2021,by form of exploitation,Sexual exploitation,6.0,32,4 +5363,2021,by form of exploitation,Sexual exploitation,19.0,32,5 +5364,2021,by form of exploitation,Sexual exploitation,2.5,32,6 +5365,2021,by form of exploitation,Sexual exploitation,2.5,32,7 +5366,2021,by form of exploitation,Sexual exploitation,2.5,32,9 +5367,2021,by form of exploitation,Sexual exploitation,2.5,32,8 +5368,2021,by form of exploitation,Sexual exploitation,8.0,32,2 +5369,2021,by form of exploitation,Sexual exploitation,21.0,32,3 +5370,2021,by form of exploitation,Sexual exploitation,29.0,32,1 +5371,2021,by form of exploitation,Sexual exploitation,2.5,32,1 +5372,2022,Unknown,Unknown,2.5,32,6 +5373,2022,Unknown,Unknown,2.5,32,9 +5374,2022,Unknown,Unknown,2.5,32,8 +5375,2022,Unknown,Unknown,2.5,32,4 +5376,2022,Unknown,Unknown,29.0,32,5 +5377,2022,Unknown,Unknown,6.0,32,7 +5378,2022,Unknown,Unknown,2.5,32,2 +5379,2022,Unknown,Unknown,35.0,32,3 +5380,2022,Unknown,Unknown,37.0,32,1 +5381,2022,Unknown,Unknown,2.5,32,1 +5382,2022,by citizenship,Nationals,2.5,32,1 +5383,2022,by citizenship,Unknown,35.0,32,1 +5384,2022,by form of exploitation,Forced labour,2.5,32,4 +5385,2022,by form of exploitation,Forced labour,5.0,32,5 +5386,2022,by form of exploitation,Forced labour,2.5,32,6 +5387,2022,by form of exploitation,Forced labour,2.5,32,7 +5388,2022,by form of exploitation,Forced labour,2.5,32,9 +5389,2022,by form of exploitation,Forced labour,2.5,32,8 +5390,2022,by form of exploitation,Forced labour,2.5,32,2 +5391,2022,by form of exploitation,Forced labour,9.0,32,3 +5392,2022,by form of exploitation,Forced labour,10.0,32,1 +5393,2022,by form of exploitation,Forced labour,2.5,32,1 +5394,2022,by form of exploitation,Sexual exploitation,2.5,32,4 +5395,2022,by form of exploitation,Sexual exploitation,24.0,32,5 +5396,2022,by form of exploitation,Sexual exploitation,2.5,32,6 +5397,2022,by form of exploitation,Sexual exploitation,2.5,32,7 +5398,2022,by form of exploitation,Sexual exploitation,2.5,32,9 +5399,2022,by form of exploitation,Sexual exploitation,2.5,32,8 +5400,2022,by form of exploitation,Sexual exploitation,2.5,32,2 +5401,2022,by form of exploitation,Sexual exploitation,26.0,32,3 +5402,2022,by form of exploitation,Sexual exploitation,27.0,32,1 +5403,2022,by form of exploitation,Sexual exploitation,2.5,32,1 +5404,2008,Unknown,Unknown,26.0,33,2 +5405,2008,Unknown,Unknown,121.0,33,3 +5406,2008,Unknown,Unknown,147.0,33,1 +5407,2008,by citizenship,Argentina,2.5,33,1 +5408,2008,by citizenship,Bolivia,13.0,33,1 +5409,2008,by citizenship,Brazil,2.5,33,1 +5410,2008,by citizenship,Chile,19.0,33,1 +5411,2008,by citizenship,China,50.0,33,1 +5412,2008,by citizenship,Colombia,11.0,33,1 +5413,2008,by citizenship,Dominican Republic,5.0,33,1 +5414,2008,by citizenship,Ecuador,7.0,33,1 +5415,2008,by citizenship,Paraguay,22.0,33,1 +5416,2008,by citizenship,Peru,18.0,33,1 +5417,2008,by form of exploitation,Forced labour,58.0,33,1 +5418,2008,by form of exploitation,Sexual exploitation,79.0,33,1 +5419,2010,Unknown,Unknown,2.5,33,4 +5420,2010,Unknown,Unknown,16.0,33,5 +5421,2010,Unknown,Unknown,2.5,33,6 +5422,2010,Unknown,Unknown,2.5,33,7 +5423,2010,Unknown,Unknown,2.5,33,2 +5424,2010,Unknown,Unknown,17.0,33,3 +5425,2010,Unknown,Unknown,17.0,33,1 +5426,2010,by citizenship,Bolivia,2.5,33,1 +5427,2010,by citizenship,Chile,2.5,33,1 +5428,2010,by citizenship,Colombia,2.5,33,1 +5429,2010,by citizenship,Dominican Republic,2.5,33,1 +5430,2010,by citizenship,Paraguay,7.0,33,1 +5431,2010,by citizenship,Peru,2.5,33,1 +5432,2010,by country of repatriation,Bolivia,2.5,33,1 +5433,2010,by country of repatriation,Paraguay,2.5,33,1 +5434,2010,by form of exploitation,Sexual exploitation,17.0,33,1 +5435,2011,Unknown,Unknown,2.5,33,4 +5436,2011,Unknown,Unknown,108.0,33,5 +5437,2011,Unknown,Unknown,2.5,33,6 +5438,2011,Unknown,Unknown,19.0,33,7 +5439,2011,Unknown,Unknown,2.5,33,2 +5440,2011,Unknown,Unknown,127.0,33,3 +5441,2011,Unknown,Unknown,131.0,33,1 +5442,2011,by citizenship,Argentina,2.5,33,1 +5443,2011,by citizenship,Bolivia,2.5,33,1 +5444,2011,by citizenship,Chile,14.0,33,1 +5445,2011,by citizenship,China,2.5,33,1 +5446,2011,by citizenship,Colombia,13.0,33,1 +5447,2011,by citizenship,Dominican Republic,8.0,33,1 +5448,2011,by citizenship,Nepal,2.5,33,1 +5449,2011,by citizenship,Paraguay,62.0,33,1 +5450,2011,by citizenship,Peru,12.0,33,1 +5451,2011,by form of exploitation,Forced labour,74.0,33,1 +5452,2011,by form of exploitation,Sexual exploitation,60.0,33,1 +5453,2012,Unknown,Unknown,2.5,33,4 +5454,2012,Unknown,Unknown,2.5,33,6 +5455,2012,Unknown,Unknown,7.0,33,7 +5456,2012,Unknown,Unknown,2.5,33,2 +5457,2012,Unknown,Unknown,7.0,33,3 +5458,2012,Unknown,Unknown,7.0,33,1 +5459,2012,by citizenship,Colombia,7.0,33,1 +5460,2012,by country of repatriation,Peru,27.0,33,1 +5461,2012,by form of exploitation,Sexual exploitation,7.0,33,1 +5462,2013,Unknown,Unknown,2.5,33,4 +5463,2013,Unknown,Unknown,2.5,33,5 +5464,2013,Unknown,Unknown,2.5,33,6 +5465,2013,Unknown,Unknown,74.0,33,7 +5466,2013,Unknown,Unknown,2.5,33,2 +5467,2013,Unknown,Unknown,77.0,33,3 +5468,2013,Unknown,Unknown,79.0,33,1 +5469,2013,by citizenship,Bolivia,64.0,33,1 +5470,2013,by citizenship,Ecuador,2.5,33,1 +5471,2013,by citizenship,India,12.0,33,1 +5472,2013,by citizenship,Paraguay,2.5,33,1 +5473,2013,by country of repatriation,Ecuador,2.5,33,1 +5474,2013,by country of repatriation,Paraguay,2.5,33,1 +5475,2013,by country of repatriation,Peru,2.5,33,1 +5476,2013,by country of repatriation,Venezuela,2.5,33,1 +5477,2013,by form of exploitation,Forced labour,78.0,33,1 +5478,2013,by form of exploitation,Sexual exploitation,2.5,33,1 +5479,2014,Unknown,Unknown,2.5,33,4 +5480,2014,Unknown,Unknown,6.0,33,5 +5481,2014,Unknown,Unknown,2.5,33,6 +5482,2014,Unknown,Unknown,2.5,33,7 +5483,2014,Unknown,Unknown,2.5,33,2 +5484,2014,Unknown,Unknown,6.0,33,3 +5485,2014,Unknown,Unknown,7.0,33,1 +5486,2014,by citizenship,Ecuador,2.5,33,1 +5487,2014,by citizenship,Peru,2.5,33,1 +5488,2014,by citizenship,South Korea,2.5,33,1 +5489,2014,by citizenship,Venezuela,2.5,33,1 +5490,2014,by country of repatriation,Ecuador,2.5,33,1 +5491,2014,by country of repatriation,Peru,2.5,33,1 +5492,2014,by form of exploitation,Forced labour,2.5,33,6 +5493,2014,by form of exploitation,Forced labour,2.5,33,1 +5494,2014,by form of exploitation,Sexual exploitation,6.0,33,5 +5495,2014,by form of exploitation,Sexual exploitation,6.0,33,1 +5496,2015,Unknown,Unknown,2.5,33,4 +5497,2015,Unknown,Unknown,2.5,33,5 +5498,2015,Unknown,Unknown,2.5,33,6 +5499,2015,Unknown,Unknown,2.5,33,7 +5500,2015,Unknown,Unknown,2.5,33,2 +5501,2015,Unknown,Unknown,2.5,33,3 +5502,2015,Unknown,Unknown,7.0,33,1 +5503,2015,by citizenship,Ecuador,2.5,33,1 +5504,2015,by citizenship,Peru,2.5,33,1 +5505,2015,by citizenship,South Africa,2.5,33,1 +5506,2015,by country of repatriation,Peru,2.5,33,1 +5507,2015,by country of repatriation,Uruguay,2.5,33,1 +5508,2015,by form of exploitation,Forced labour,2.5,33,4 +5509,2015,by form of exploitation,Forced labour,2.5,33,5 +5510,2015,by form of exploitation,Forced labour,2.5,33,6 +5511,2015,by form of exploitation,Forced labour,2.5,33,7 +5512,2015,by form of exploitation,Forced labour,2.5,33,1 +5513,2015,by form of exploitation,Sexual exploitation,2.5,33,4 +5514,2015,by form of exploitation,Sexual exploitation,2.5,33,5 +5515,2015,by form of exploitation,Sexual exploitation,2.5,33,6 +5516,2015,by form of exploitation,Sexual exploitation,2.5,33,7 +5517,2015,by form of exploitation,Sexual exploitation,2.5,33,1 +5518,2016,Unknown,Unknown,2.5,33,4 +5519,2016,Unknown,Unknown,8.0,33,5 +5520,2016,Unknown,Unknown,2.5,33,6 +5521,2016,Unknown,Unknown,2.5,33,7 +5522,2016,Unknown,Unknown,2.5,33,2 +5523,2016,Unknown,Unknown,9.0,33,3 +5524,2016,Unknown,Unknown,13.0,33,1 +5525,2016,by citizenship,Chile,2.5,33,1 +5526,2016,by citizenship,Colombia,5.0,33,1 +5527,2016,by citizenship,Ecuador,2.5,33,1 +5528,2016,by citizenship,Russia,2.5,33,1 +5529,2016,by country of repatriation,Bolivia,2.5,33,1 +5530,2016,by country of repatriation,Colombia,5.0,33,1 +5531,2016,by country of repatriation,Ecuador,5.0,33,1 +5532,2016,by country of repatriation,Paraguay,2.5,33,1 +5533,2016,by country of repatriation,Peru,2.5,33,1 +5534,2016,by country of repatriation,Uruguay,2.5,33,1 +5535,2016,by form of exploitation,Forced labour,2.5,33,6 +5536,2016,by form of exploitation,Forced labour,2.5,33,7 +5537,2016,by form of exploitation,Forced labour,2.5,33,1 +5538,2016,by form of exploitation,Sexual exploitation,2.5,33,4 +5539,2016,by form of exploitation,Sexual exploitation,8.0,33,5 +5540,2016,by form of exploitation,Sexual exploitation,11.0,33,1 +5541,2017,Unknown,Unknown,2.5,33,4 +5542,2017,Unknown,Unknown,2.5,33,5 +5543,2017,Unknown,Unknown,2.5,33,6 +5544,2017,Unknown,Unknown,2.5,33,7 +5545,2017,Unknown,Unknown,2.5,33,2 +5546,2017,Unknown,Unknown,5.0,33,3 +5547,2017,Unknown,Unknown,6.0,33,1 +5548,2017,by citizenship,China,2.5,33,1 +5549,2017,by citizenship,Ecuador,2.5,33,1 +5550,2017,by citizenship,Peru,2.5,33,1 +5551,2017,by form of exploitation,Forced labour,2.5,33,4 +5552,2017,by form of exploitation,Forced labour,2.5,33,5 +5553,2017,by form of exploitation,Forced labour,2.5,33,6 +5554,2017,by form of exploitation,Forced labour,2.5,33,7 +5555,2017,by form of exploitation,Forced labour,2.5,33,2 +5556,2017,by form of exploitation,Forced labour,2.5,33,3 +5557,2017,by form of exploitation,Forced labour,2.5,33,1 +5558,2017,by form of exploitation,Sexual exploitation,2.5,33,4 +5559,2017,by form of exploitation,Sexual exploitation,2.5,33,5 +5560,2017,by form of exploitation,Sexual exploitation,2.5,33,6 +5561,2017,by form of exploitation,Sexual exploitation,2.5,33,7 +5562,2017,by form of exploitation,Sexual exploitation,2.5,33,3 +5563,2017,by form of exploitation,Sexual exploitation,2.5,33,1 +5564,2018,Unknown,Unknown,2.5,33,4 +5565,2018,Unknown,Unknown,13.0,33,5 +5566,2018,Unknown,Unknown,2.5,33,6 +5567,2018,Unknown,Unknown,2.5,33,7 +5568,2018,Unknown,Unknown,2.5,33,2 +5569,2018,Unknown,Unknown,14.0,33,3 +5570,2018,Unknown,Unknown,16.0,33,1 +5571,2018,by citizenship,Bolivia,13.0,33,1 +5572,2018,by citizenship,Cuba,2.5,33,1 +5573,2018,by citizenship,Ecuador,2.5,33,1 +5574,2018,by form of exploitation,Forced labour,2.5,33,4 +5575,2018,by form of exploitation,Forced labour,11.0,33,5 +5576,2018,by form of exploitation,Forced labour,2.5,33,6 +5577,2018,by form of exploitation,Forced labour,2.5,33,7 +5578,2018,by form of exploitation,Forced labour,12.0,33,3 +5579,2018,by form of exploitation,Forced labour,12.0,33,1 +5580,2018,by form of exploitation,Sexual exploitation,2.5,33,4 +5581,2018,by form of exploitation,Sexual exploitation,2.5,33,5 +5582,2018,by form of exploitation,Sexual exploitation,2.5,33,6 +5583,2018,by form of exploitation,Sexual exploitation,2.5,33,7 +5584,2018,by form of exploitation,Sexual exploitation,2.5,33,2 +5585,2018,by form of exploitation,Sexual exploitation,2.5,33,3 +5586,2018,by form of exploitation,Sexual exploitation,2.5,33,1 +5587,2019,Unknown,Unknown,2.5,33,4 +5588,2019,Unknown,Unknown,36.0,33,5 +5589,2019,Unknown,Unknown,2.5,33,6 +5590,2019,Unknown,Unknown,2.5,33,7 +5591,2019,Unknown,Unknown,2.5,33,2 +5592,2019,Unknown,Unknown,36.0,33,3 +5593,2019,Unknown,Unknown,38.0,33,1 +5594,2019,by citizenship,Argentina,2.5,33,1 +5595,2019,by citizenship,Bolivia,2.5,33,1 +5596,2019,by citizenship,China,2.5,33,1 +5597,2019,by citizenship,Colombia,25.0,33,1 +5598,2019,by citizenship,Paraguay,7.0,33,1 +5599,2019,by citizenship,Peru,2.5,33,1 +5600,2019,by form of exploitation,Forced labour,2.5,33,4 +5601,2019,by form of exploitation,Forced labour,2.5,33,5 +5602,2019,by form of exploitation,Forced labour,2.5,33,6 +5603,2019,by form of exploitation,Forced labour,2.5,33,7 +5604,2019,by form of exploitation,Forced labour,2.5,33,2 +5605,2019,by form of exploitation,Forced labour,2.5,33,3 +5606,2019,by form of exploitation,Forced labour,2.5,33,1 +5607,2019,by form of exploitation,Sexual exploitation,2.5,33,4 +5608,2019,by form of exploitation,Sexual exploitation,35.0,33,5 +5609,2019,by form of exploitation,Sexual exploitation,2.5,33,6 +5610,2019,by form of exploitation,Sexual exploitation,2.5,33,7 +5611,2019,by form of exploitation,Sexual exploitation,2.5,33,2 +5612,2019,by form of exploitation,Sexual exploitation,35.0,33,3 +5613,2019,by form of exploitation,Sexual exploitation,36.0,33,1 +5614,2020,Unknown,Unknown,2.5,33,4 +5615,2020,Unknown,Unknown,12.0,33,5 +5616,2020,Unknown,Unknown,2.5,33,6 +5617,2020,Unknown,Unknown,6.0,33,7 +5618,2020,Unknown,Unknown,2.5,33,2 +5619,2020,Unknown,Unknown,17.0,33,3 +5620,2020,Unknown,Unknown,19.0,33,1 +5621,2020,by citizenship,Bolivia,2.5,33,1 +5622,2020,by citizenship,Haiti,2.5,33,1 +5623,2020,by citizenship,Thailand,16.0,33,1 +5624,2020,by citizenship,Vietnam,2.5,33,1 +5625,2020,by form of exploitation,Forced labour,2.5,33,4 +5626,2020,by form of exploitation,Forced labour,12.0,33,5 +5627,2020,by form of exploitation,Forced labour,2.5,33,6 +5628,2020,by form of exploitation,Forced labour,6.0,33,7 +5629,2020,by form of exploitation,Forced labour,2.5,33,2 +5630,2020,by form of exploitation,Forced labour,18.0,33,3 +5631,2020,by form of exploitation,Forced labour,19.0,33,1 +5632,2020,by form of exploitation,Sexual exploitation,2.5,33,1 +5633,2021,Unknown,Unknown,2.5,33,4 +5634,2021,Unknown,Unknown,7.0,33,5 +5635,2021,Unknown,Unknown,13.0,33,7 +5636,2021,Unknown,Unknown,20.0,33,3 +5637,2021,Unknown,Unknown,22.0,33,1 +5638,2021,by citizenship,Bolivia,6.0,33,1 +5639,2021,by citizenship,Colombia,2.5,33,1 +5640,2021,by citizenship,Haiti,8.0,33,1 +5641,2021,by citizenship,Venezuela,6.0,33,1 +5642,2021,by form of exploitation,Forced labour,2.5,33,4 +5643,2021,by form of exploitation,Forced labour,6.0,33,5 +5644,2021,by form of exploitation,Forced labour,13.0,33,7 +5645,2021,by form of exploitation,Forced labour,2.5,33,2 +5646,2021,by form of exploitation,Forced labour,19.0,33,3 +5647,2021,by form of exploitation,Forced labour,20.0,33,1 +5648,2021,by form of exploitation,Sexual exploitation,2.5,33,4 +5649,2021,by form of exploitation,Sexual exploitation,2.5,33,5 +5650,2021,by form of exploitation,Sexual exploitation,2.5,33,3 +5651,2021,by form of exploitation,Sexual exploitation,2.5,33,1 +5652,2022,by citizenship,Chad,2.5,33,1 +5653,2003,by country of repatriation,Abroad,2.5,34,1 +5654,2010,by country of repatriation,Colombia,2.5,34,1 +5655,2010,by country of repatriation,Myanmar,133.0,34,1 +5656,2011,by country of repatriation,Myanmar,94.0,34,1 +5657,2011,by country of repatriation,Nepal,2.5,34,1 +5658,2011,by country of repatriation,Russia,2.5,34,1 +5659,2011,by country of repatriation,Uganda,6.0,34,1 +5660,2012,by country of repatriation,Colombia,6.0,34,1 +5661,2012,by country of repatriation,Mongolia,9.0,34,1 +5662,2012,by country of repatriation,Nepal,2.5,34,1 +5663,2012,by country of repatriation,Uzbekistan,8.0,34,1 +5664,2012,by country of repatriation,Vietnam,16.0,34,1 +5665,2013,Unknown,Unknown,2.5,34,2 +5666,2013,Unknown,Unknown,2.5,34,3 +5667,2013,by country of repatriation,Colombia,9.0,34,1 +5668,2013,by country of repatriation,Indonesia,7.0,34,1 +5669,2013,by country of repatriation,Nepal,2.5,34,1 +5670,2013,by country of repatriation,Uganda,2.5,34,1 +5671,2013,by country of repatriation,Ukraine,2.5,34,1 +5672,2013,by country of repatriation,Uzbekistan,2.5,34,1 +5673,2013,by country of repatriation,Vietnam,27.0,34,1 +5674,2014,Unknown,Unknown,2.5,34,2 +5675,2014,Unknown,Unknown,2.5,34,3 +5676,2014,by citizenship,Armenia,2.5,34,1 +5677,2014,by country of repatriation,Belarus,5.0,34,1 +5678,2014,by country of repatriation,Cambodia,14.0,34,1 +5679,2014,by country of repatriation,Colombia,2.5,34,1 +5680,2014,by country of repatriation,Dominican Republic,2.5,34,1 +5681,2014,by country of repatriation,Indonesia,14.0,34,1 +5682,2014,by country of repatriation,Mongolia,2.5,34,1 +5683,2014,by country of repatriation,Uganda,2.5,34,1 +5684,2014,by country of repatriation,Uzbekistan,2.5,34,1 +5685,2014,by country of repatriation,Vietnam,30.0,34,1 +5686,2015,Unknown,Unknown,2.5,34,2 +5687,2015,Unknown,Unknown,2.5,34,3 +5688,2015,by country of repatriation,Colombia,2.5,34,1 +5689,2015,by country of repatriation,Indonesia,59.0,34,1 +5690,2015,by country of repatriation,Uzbekistan,2.5,34,1 +5691,2015,by country of repatriation,Vietnam,11.0,34,1 +5692,2016,by country of repatriation,Belarus,7.0,34,1 +5693,2016,by country of repatriation,Cambodia,14.0,34,1 +5694,2016,by country of repatriation,Colombia,18.0,34,1 +5695,2016,by country of repatriation,Dominican Republic,2.5,34,1 +5696,2016,by country of repatriation,Indonesia,73.0,34,1 +5697,2016,by country of repatriation,Mongolia,45.0,34,1 +5698,2016,by country of repatriation,Myanmar,455.0,34,1 +5699,2016,by country of repatriation,Thailand,2.5,34,1 +5700,2016,by country of repatriation,Timor-Leste,40.0,34,1 +5701,2016,by country of repatriation,Uganda,2.5,34,1 +5702,2016,by country of repatriation,Ukraine,2.5,34,1 +5703,2016,by country of repatriation,Uzbekistan,2.5,34,1 +5704,2016,by country of repatriation,Vietnam,41.0,34,1 +5705,2017,Unknown,Unknown,1127.0,34,1 +5706,2017,by form of exploitation,Forced labour,34.0,34,1 +5707,2017,by form of exploitation,Sexual exploitation,328.0,34,1 +5708,2018,Unknown,Unknown,1194.0,34,1 +5709,2018,by form of exploitation,Forced labour,31.0,34,1 +5710,2018,by form of exploitation,Sexual exploitation,411.0,34,1 +5711,2019,by form of exploitation,Sexual exploitation,2.5,34,1 +5712,2020,by form of exploitation,Forced labour,2.5,34,1 +5713,2020,by form of exploitation,Sexual exploitation,2.5,34,1 +5714,2003,by country of repatriation,Abroad,2.5,35,1 +5715,2008,Unknown,Unknown,2.5,35,5 +5716,2008,Unknown,Unknown,2.5,35,7 +5717,2008,Unknown,Unknown,66.0,35,2 +5718,2008,Unknown,Unknown,2.5,35,3 +5719,2008,Unknown,Unknown,70.0,35,1 +5720,2008,by citizenship,Burkina Faso,27.0,35,1 +5721,2008,by citizenship,Ghana,2.5,35,1 +5722,2008,by citizenship,Mali,31.0,35,1 +5723,2008,by citizenship,Nigeria,7.0,35,1 +5724,2008,by citizenship,Philippines,2.5,35,1 +5725,2008,by citizenship,Togo,2.5,35,1 +5726,2008,by country of repatriation,Abroad,2.5,35,1 +5727,2008,by form of exploitation,Forced labour,9.0,35,1 +5728,2008,by form of exploitation,Sexual exploitation,25.0,35,1 +5729,2009,by citizenship,Burkina Faso,2.5,35,1 +5730,2009,by citizenship,Nigeria,2.5,35,1 +5731,2010,by country of repatriation,Burkina Faso,38.0,35,1 +5732,2011,by country of repatriation,Burkina Faso,157.0,35,1 +5733,2012,Unknown,Unknown,2.5,35,2 +5734,2012,Unknown,Unknown,2.5,35,3 +5735,2012,by country of repatriation,Nigeria,19.0,35,1 +5736,2013,by country of repatriation,Nigeria,6.0,35,1 +5737,2014,Unknown,Unknown,11.0,35,4 +5738,2014,Unknown,Unknown,2.5,35,5 +5739,2014,Unknown,Unknown,2.5,35,6 +5740,2014,Unknown,Unknown,2.5,35,7 +5741,2014,Unknown,Unknown,13.0,35,2 +5742,2014,Unknown,Unknown,2.5,35,3 +5743,2014,Unknown,Unknown,15.0,35,1 +5744,2014,by citizenship,Cote d'Ivoire,7.0,35,1 +5745,2014,by citizenship,Mali,2.5,35,1 +5746,2014,by citizenship,Niger,2.5,35,1 +5747,2014,by citizenship,Nigeria,2.5,35,1 +5748,2014,by country of repatriation,Nigeria,9.0,35,1 +5749,2014,by form of exploitation,Forced labour,11.0,35,4 +5750,2014,by form of exploitation,Forced labour,2.5,35,5 +5751,2014,by form of exploitation,Forced labour,2.5,35,6 +5752,2014,by form of exploitation,Forced labour,2.5,35,7 +5753,2014,by form of exploitation,Forced labour,14.0,35,1 +5754,2014,by form of exploitation,Sexual exploitation,2.5,35,4 +5755,2014,by form of exploitation,Sexual exploitation,2.5,35,5 +5756,2014,by form of exploitation,Sexual exploitation,2.5,35,6 +5757,2014,by form of exploitation,Sexual exploitation,2.5,35,7 +5758,2014,by form of exploitation,Sexual exploitation,2.5,35,1 +5759,2015,Unknown,Unknown,5.0,35,4 +5760,2015,Unknown,Unknown,2.5,35,5 +5761,2015,Unknown,Unknown,2.5,35,6 +5762,2015,Unknown,Unknown,2.5,35,7 +5763,2015,Unknown,Unknown,8.0,35,2 +5764,2015,Unknown,Unknown,2.5,35,3 +5765,2015,Unknown,Unknown,10.0,35,1 +5766,2015,by citizenship,Benin,2.5,35,1 +5767,2015,by citizenship,Cote d'Ivoire,2.5,35,1 +5768,2015,by citizenship,Mali,2.5,35,1 +5769,2015,by citizenship,Nigeria,2.5,35,1 +5770,2015,by form of exploitation,Forced labour,5.0,35,4 +5771,2015,by form of exploitation,Forced labour,2.5,35,5 +5772,2015,by form of exploitation,Forced labour,2.5,35,6 +5773,2015,by form of exploitation,Forced labour,2.5,35,7 +5774,2015,by form of exploitation,Forced labour,8.0,35,1 +5775,2015,by form of exploitation,Sexual exploitation,2.5,35,5 +5776,2015,by form of exploitation,Sexual exploitation,2.5,35,1 +5777,2016,Unknown,Unknown,8.0,35,4 +5778,2016,Unknown,Unknown,2.5,35,5 +5779,2016,Unknown,Unknown,6.0,35,6 +5780,2016,Unknown,Unknown,2.5,35,7 +5781,2016,Unknown,Unknown,14.0,35,2 +5782,2016,Unknown,Unknown,2.5,35,3 +5783,2016,Unknown,Unknown,16.0,35,1 +5784,2016,by citizenship,Benin,2.5,35,1 +5785,2016,by citizenship,Burkina Faso,2.5,35,1 +5786,2016,by citizenship,Cote d'Ivoire,5.0,35,1 +5787,2016,by citizenship,Mali,2.5,35,1 +5788,2016,by citizenship,Niger,2.5,35,1 +5789,2016,by citizenship,Nigeria,2.5,35,1 +5790,2016,by country of repatriation,Nigeria,11.0,35,1 +5791,2016,by country of repatriation,Portugal,9.0,35,1 +5792,2016,by form of exploitation,Forced labour,8.0,35,4 +5793,2016,by form of exploitation,Forced labour,2.5,35,5 +5794,2016,by form of exploitation,Forced labour,6.0,35,6 +5795,2016,by form of exploitation,Forced labour,2.5,35,7 +5796,2016,by form of exploitation,Forced labour,14.0,35,1 +5797,2016,by form of exploitation,Sexual exploitation,2.5,35,4 +5798,2016,by form of exploitation,Sexual exploitation,2.5,35,5 +5799,2016,by form of exploitation,Sexual exploitation,2.5,35,6 +5800,2016,by form of exploitation,Sexual exploitation,2.5,35,7 +5801,2016,by form of exploitation,Sexual exploitation,2.5,35,1 +5802,2017,Unknown,Unknown,2.5,35,4 +5803,2017,Unknown,Unknown,2.5,35,5 +5804,2017,Unknown,Unknown,2.5,35,6 +5805,2017,Unknown,Unknown,2.5,35,7 +5806,2017,Unknown,Unknown,7.0,35,2 +5807,2017,Unknown,Unknown,2.5,35,3 +5808,2017,Unknown,Unknown,8.0,35,1 +5809,2017,by form of exploitation,Forced labour,2.5,35,4 +5810,2017,by form of exploitation,Forced labour,2.5,35,5 +5811,2017,by form of exploitation,Forced labour,2.5,35,6 +5812,2017,by form of exploitation,Forced labour,2.5,35,7 +5813,2017,by form of exploitation,Forced labour,8.0,35,1 +5814,2017,by form of exploitation,Sexual exploitation,2.5,35,1 +5815,2018,Unknown,Unknown,62.0,35,4 +5816,2018,Unknown,Unknown,2.5,35,5 +5817,2018,Unknown,Unknown,110.0,35,6 +5818,2018,Unknown,Unknown,2.5,35,7 +5819,2018,Unknown,Unknown,172.0,35,2 +5820,2018,Unknown,Unknown,2.5,35,3 +5821,2018,Unknown,Unknown,172.0,35,1 +5822,2018,by form of exploitation,Forced labour,54.0,35,4 +5823,2018,by form of exploitation,Forced labour,2.5,35,5 +5824,2018,by form of exploitation,Forced labour,110.0,35,6 +5825,2018,by form of exploitation,Forced labour,2.5,35,7 +5826,2018,by form of exploitation,Forced labour,164.0,35,1 +5827,2018,by form of exploitation,Sexual exploitation,8.0,35,4 +5828,2018,by form of exploitation,Sexual exploitation,2.5,35,5 +5829,2018,by form of exploitation,Sexual exploitation,2.5,35,6 +5830,2018,by form of exploitation,Sexual exploitation,2.5,35,7 +5831,2018,by form of exploitation,Sexual exploitation,8.0,35,1 +5832,2019,Unknown,Unknown,72.0,35,4 +5833,2019,Unknown,Unknown,32.0,35,5 +5834,2019,Unknown,Unknown,50.0,35,6 +5835,2019,Unknown,Unknown,7.0,35,7 +5836,2019,Unknown,Unknown,122.0,35,2 +5837,2019,Unknown,Unknown,39.0,35,3 +5838,2019,Unknown,Unknown,161.0,35,1 +5839,2019,Unknown,Unknown,1117.0,35,1 +5840,2019,by citizenship,Benin,2.5,35,1 +5841,2019,by citizenship,Burkina Faso,34.0,35,1 +5842,2019,by citizenship,Guinea,2.5,35,1 +5843,2019,by citizenship,Niger,2.5,35,1 +5844,2019,by citizenship,Nigeria,9.0,35,1 +5845,2019,by citizenship,Nationals,46.0,35,1 +5846,2019,by citizenship,Togo,2.5,35,1 +5847,2019,by form of exploitation,Forced labour,2.5,35,4 +5848,2019,by form of exploitation,Forced labour,2.5,35,5 +5849,2019,by form of exploitation,Forced labour,12.0,35,6 +5850,2019,by form of exploitation,Forced labour,7.0,35,7 +5851,2019,by form of exploitation,Forced labour,12.0,35,2 +5852,2019,by form of exploitation,Forced labour,7.0,35,3 +5853,2019,by form of exploitation,Forced labour,22.0,35,1 +5854,2019,by form of exploitation,Sexual exploitation,2.5,35,4 +5855,2019,by form of exploitation,Sexual exploitation,32.0,35,5 +5856,2019,by form of exploitation,Sexual exploitation,2.5,35,6 +5857,2019,by form of exploitation,Sexual exploitation,2.5,35,7 +5858,2019,by form of exploitation,Sexual exploitation,32.0,35,3 +5859,2019,by form of exploitation,Sexual exploitation,32.0,35,1 +5860,2020,Unknown,Unknown,63.0,35,4 +5861,2020,Unknown,Unknown,52.0,35,5 +5862,2020,Unknown,Unknown,2.5,35,6 +5863,2020,Unknown,Unknown,2.5,35,7 +5864,2020,Unknown,Unknown,66.0,35,2 +5865,2020,Unknown,Unknown,53.0,35,3 +5866,2020,Unknown,Unknown,119.0,35,1 +5867,2020,Unknown,Unknown,617.0,35,1 +5868,2020,by citizenship,Benin,2.5,35,1 +5869,2020,by citizenship,Burkina Faso,7.0,35,1 +5870,2020,by citizenship,Guinea,2.5,35,1 +5871,2020,by citizenship,Mali,2.5,35,1 +5872,2020,by citizenship,Nigeria,6.0,35,1 +5873,2020,by citizenship,Nationals,45.0,35,1 +5874,2020,by citizenship,Togo,2.5,35,1 +5875,2020,by form of exploitation,Forced labour,2.5,35,4 +5876,2020,by form of exploitation,Forced labour,2.5,35,5 +5877,2020,by form of exploitation,Forced labour,2.5,35,6 +5878,2020,by form of exploitation,Forced labour,2.5,35,7 +5879,2020,by form of exploitation,Forced labour,2.5,35,3 +5880,2020,by form of exploitation,Forced labour,2.5,35,1 +5881,2020,by form of exploitation,Sexual exploitation,2.5,35,4 +5882,2020,by form of exploitation,Sexual exploitation,51.0,35,5 +5883,2020,by form of exploitation,Sexual exploitation,2.5,35,6 +5884,2020,by form of exploitation,Sexual exploitation,2.5,35,7 +5885,2020,by form of exploitation,Sexual exploitation,51.0,35,3 +5886,2020,by form of exploitation,Sexual exploitation,51.0,35,1 +5887,2021,Unknown,Unknown,71.0,35,4 +5888,2021,Unknown,Unknown,39.0,35,5 +5889,2021,Unknown,Unknown,34.0,35,6 +5890,2021,Unknown,Unknown,2.5,35,7 +5891,2021,Unknown,Unknown,105.0,35,2 +5892,2021,Unknown,Unknown,42.0,35,3 +5893,2021,Unknown,Unknown,147.0,35,1 +5894,2021,Unknown,Unknown,617.0,35,1 +5895,2021,by citizenship,Benin,2.5,35,1 +5896,2021,by citizenship,Burkina Faso,10.0,35,1 +5897,2021,by citizenship,Ghana,2.5,35,1 +5898,2021,by citizenship,Guinea,6.0,35,1 +5899,2021,by citizenship,Mali,2.5,35,1 +5900,2021,by citizenship,Nationals,55.0,35,1 +5901,2021,by citizenship,Togo,2.5,35,1 +5902,2021,by form of exploitation,Forced labour,2.5,35,4 +5903,2021,by form of exploitation,Forced labour,2.5,35,5 +5904,2021,by form of exploitation,Forced labour,13.0,35,6 +5905,2021,by form of exploitation,Forced labour,2.5,35,7 +5906,2021,by form of exploitation,Forced labour,13.0,35,2 +5907,2021,by form of exploitation,Forced labour,13.0,35,1 +5908,2021,by form of exploitation,Sexual exploitation,2.5,35,4 +5909,2021,by form of exploitation,Sexual exploitation,49.0,35,5 +5910,2021,by form of exploitation,Sexual exploitation,2.5,35,6 +5911,2021,by form of exploitation,Sexual exploitation,2.5,35,7 +5912,2021,by form of exploitation,Sexual exploitation,49.0,35,3 +5913,2021,by form of exploitation,Sexual exploitation,49.0,35,1 +5914,2022,Unknown,Unknown,447.0,35,4 +5915,2022,Unknown,Unknown,589.0,35,5 +5916,2022,Unknown,Unknown,136.0,35,6 +5917,2022,Unknown,Unknown,62.0,35,7 +5918,2022,Unknown,Unknown,569.0,35,2 +5919,2022,Unknown,Unknown,665.0,35,3 +5920,2022,Unknown,Unknown,1234.0,35,1 +5921,2022,by citizenship,Benin,18.0,35,1 +5922,2022,by citizenship,Burkina Faso,104.0,35,1 +5923,2022,by citizenship,CΓ΄te d'Ivoire,539.0,35,1 +5924,2022,by citizenship,Ghana,5.0,35,1 +5925,2022,by citizenship,Guinea,15.0,35,1 +5926,2022,by citizenship,Liberia,7.0,35,1 +5927,2022,by citizenship,Mali,35.0,35,1 +5928,2022,by citizenship,Niger,209.0,35,1 +5929,2022,by citizenship,Nigeria,360.0,35,1 +5930,2022,by citizenship,Sierra Leone,8.0,35,1 +5931,2022,by citizenship,Thailand,2.5,35,1 +5932,2022,by citizenship,Togo,16.0,35,1 +5933,2022,by citizenship,Vietnam,72.0,35,1 +5934,2022,by country of repatriation,Oman,2.5,35,1 +5935,2022,by form of exploitation,Forced labour,236.0,35,4 +5936,2022,by form of exploitation,Forced labour,227.0,35,5 +5937,2022,by form of exploitation,Forced labour,92.0,35,6 +5938,2022,by form of exploitation,Forced labour,60.0,35,7 +5939,2022,by form of exploitation,Forced labour,328.0,35,2 +5940,2022,by form of exploitation,Forced labour,287.0,35,3 +5941,2022,by form of exploitation,Forced labour,615.0,35,1 +5942,2022,by form of exploitation,Sexual exploitation,91.0,35,4 +5943,2022,by form of exploitation,Sexual exploitation,334.0,35,5 +5944,2022,by form of exploitation,Sexual exploitation,2.5,35,6 +5945,2022,by form of exploitation,Sexual exploitation,2.5,35,7 +5946,2022,by form of exploitation,Sexual exploitation,91.0,35,2 +5947,2022,by form of exploitation,Sexual exploitation,334.0,35,3 +5948,2022,by form of exploitation,Sexual exploitation,425.0,35,1 +5949,2012,by country of repatriation,Nigeria,2.5,36,1 +5950,2013,Unknown,Unknown,2.5,36,5 +5951,2013,Unknown,Unknown,2.5,36,7 +5952,2013,Unknown,Unknown,5.0,36,2 +5953,2013,Unknown,Unknown,6.0,36,3 +5954,2013,Unknown,Unknown,11.0,36,1 +5955,2014,Unknown,Unknown,12.0,36,1 +5956,2014,by country of repatriation,Nigeria,2.5,36,1 +5957,2016,Unknown,Unknown,47.0,36,5 +5958,2016,Unknown,Unknown,2.5,36,7 +5959,2016,Unknown,Unknown,16.0,36,2 +5960,2016,Unknown,Unknown,51.0,36,3 +5961,2016,Unknown,Unknown,67.0,36,1 +5962,2016,by country of repatriation,Nigeria,2.5,36,1 +5963,2017,Unknown,Unknown,6.0,36,4 +5964,2017,Unknown,Unknown,2.5,36,5 +5965,2017,Unknown,Unknown,9.0,36,6 +5966,2017,Unknown,Unknown,6.0,36,7 +5967,2017,Unknown,Unknown,15.0,36,2 +5968,2017,Unknown,Unknown,7.0,36,3 +5969,2017,Unknown,Unknown,22.0,36,1 +5970,2017,by form of exploitation,Sexual exploitation,2.5,36,1 +5971,2018,by form of exploitation,Forced labour,2.5,36,1 +5972,2018,by form of exploitation,Sexual exploitation,2.5,36,1 +5973,2019,Unknown,Unknown,2.5,36,4 +5974,2019,Unknown,Unknown,2.5,36,5 +5975,2019,Unknown,Unknown,2.5,36,6 +5976,2019,Unknown,Unknown,2.5,36,7 +5977,2019,Unknown,Unknown,2.5,36,2 +5978,2019,Unknown,Unknown,2.5,36,3 +5979,2019,Unknown,Unknown,2.5,36,1 +5980,2019,by form of exploitation,Sexual exploitation,2.5,36,1 +5981,2020,Unknown,Unknown,2.5,36,4 +5982,2020,Unknown,Unknown,2.5,36,5 +5983,2020,Unknown,Unknown,9.0,36,6 +5984,2020,Unknown,Unknown,2.5,36,7 +5985,2020,Unknown,Unknown,9.0,36,2 +5986,2020,Unknown,Unknown,2.5,36,3 +5987,2020,Unknown,Unknown,9.0,36,1 +5988,2020,by form of exploitation,Forced labour,2.5,36,1 +5989,2020,by form of exploitation,Sexual exploitation,2.5,36,1 +5990,2013,Unknown,Unknown,2.5,37,2 +5991,2013,Unknown,Unknown,2.5,37,3 +5992,2013,by country of repatriation,Uganda,73.0,37,1 +5993,2014,Unknown,Unknown,2.5,37,2 +5994,2014,Unknown,Unknown,2.5,37,3 +5995,2015,Unknown,Unknown,2.5,37,2 +5996,2015,Unknown,Unknown,2.5,37,3 +5997,2016,by country of repatriation,Tunisia,2.5,37,1 +5998,2017,by form of exploitation,Sexual exploitation,2.5,37,1 +5999,2018,by form of exploitation,Forced labour,2.5,37,1 +6000,2018,by form of exploitation,Sexual exploitation,2.5,37,1 +6001,2019,Unknown,Unknown,2.5,37,4 +6002,2019,Unknown,Unknown,5.0,37,5 +6003,2019,Unknown,Unknown,2.5,37,6 +6004,2019,Unknown,Unknown,2.5,37,7 +6005,2019,Unknown,Unknown,2.5,37,2 +6006,2019,Unknown,Unknown,5.0,37,3 +6007,2019,Unknown,Unknown,6.0,37,1 +6008,2019,by form of exploitation,Forced labour,2.5,37,1 +6009,2019,by form of exploitation,Sexual exploitation,5.0,37,1 +6010,2020,by form of exploitation,Forced labour,2.5,37,1 +6011,2020,by form of exploitation,Sexual exploitation,2.5,37,1 +6012,2003,by country of repatriation,Abroad,2.5,38,1 +6013,2008,by country of repatriation,Abroad,2.5,38,1 +6014,2010,Unknown,Unknown,14.0,38,4 +6015,2010,Unknown,Unknown,2.5,38,5 +6016,2010,Unknown,Unknown,2.5,38,6 +6017,2010,Unknown,Unknown,2.5,38,7 +6018,2010,Unknown,Unknown,16.0,38,2 +6019,2010,Unknown,Unknown,2.5,38,3 +6020,2010,Unknown,Unknown,16.0,38,1 +6021,2011,Unknown,Unknown,48.0,38,4 +6022,2011,Unknown,Unknown,2.5,38,5 +6023,2011,Unknown,Unknown,9.0,38,6 +6024,2011,Unknown,Unknown,2.5,38,7 +6025,2011,Unknown,Unknown,57.0,38,2 +6026,2011,Unknown,Unknown,2.5,38,3 +6027,2011,Unknown,Unknown,57.0,38,1 +6028,2012,by citizenship,Benin,50.0,38,1 +6029,2012,by citizenship,Togo,2.5,38,1 +6030,2014,Unknown,Unknown,2.5,38,2 +6031,2014,Unknown,Unknown,2.5,38,3 +6032,2017,by form of exploitation,Sexual exploitation,2.5,38,1 +6033,2018,by form of exploitation,Forced labour,2.5,38,1 +6034,2018,by form of exploitation,Sexual exploitation,2.5,38,1 +6035,2019,by form of exploitation,Sexual exploitation,2.5,38,1 +6036,2020,by form of exploitation,Forced labour,2.5,38,1 +6037,2020,by form of exploitation,Sexual exploitation,2.5,38,1 +6038,2003,by country of repatriation,Abroad,2.5,39,1 +6039,2017,Unknown,Unknown,2.5,39,4 +6040,2017,Unknown,Unknown,2.5,39,5 +6041,2017,Unknown,Unknown,2.5,39,6 +6042,2017,Unknown,Unknown,2.5,39,7 +6043,2017,Unknown,Unknown,2.5,39,2 +6044,2017,Unknown,Unknown,2.5,39,3 +6045,2017,Unknown,Unknown,2.5,39,1 +6046,2017,by form of exploitation,Forced labour,2.5,39,4 +6047,2017,by form of exploitation,Forced labour,2.5,39,5 +6048,2017,by form of exploitation,Forced labour,2.5,39,6 +6049,2017,by form of exploitation,Forced labour,2.5,39,7 +6050,2017,by form of exploitation,Sexual exploitation,2.5,39,4 +6051,2017,by form of exploitation,Sexual exploitation,2.5,39,5 +6052,2017,by form of exploitation,Sexual exploitation,2.5,39,6 +6053,2017,by form of exploitation,Sexual exploitation,2.5,39,7 +6054,2017,by form of exploitation,Sexual exploitation,2.5,39,1 +6055,2018,by form of exploitation,Forced labour,2.5,39,4 +6056,2018,by form of exploitation,Forced labour,2.5,39,5 +6057,2018,by form of exploitation,Forced labour,2.5,39,6 +6058,2018,by form of exploitation,Forced labour,2.5,39,7 +6059,2018,by form of exploitation,Forced labour,2.5,39,1 +6060,2018,by form of exploitation,Sexual exploitation,2.5,39,4 +6061,2018,by form of exploitation,Sexual exploitation,2.5,39,5 +6062,2018,by form of exploitation,Sexual exploitation,2.5,39,6 +6063,2018,by form of exploitation,Sexual exploitation,2.5,39,7 +6064,2018,by form of exploitation,Sexual exploitation,2.5,39,1 +6065,2019,Unknown,Unknown,2.5,39,4 +6066,2019,Unknown,Unknown,2.5,39,5 +6067,2019,Unknown,Unknown,2.5,39,6 +6068,2019,Unknown,Unknown,2.5,39,7 +6069,2019,Unknown,Unknown,2.5,39,2 +6070,2019,Unknown,Unknown,2.5,39,3 +6071,2019,Unknown,Unknown,2.5,39,1 +6072,2019,by form of exploitation,Forced labour,2.5,39,4 +6073,2019,by form of exploitation,Forced labour,2.5,39,5 +6074,2019,by form of exploitation,Forced labour,2.5,39,6 +6075,2019,by form of exploitation,Forced labour,2.5,39,7 +6076,2019,by form of exploitation,Sexual exploitation,2.5,39,4 +6077,2019,by form of exploitation,Sexual exploitation,2.5,39,5 +6078,2019,by form of exploitation,Sexual exploitation,2.5,39,6 +6079,2019,by form of exploitation,Sexual exploitation,2.5,39,7 +6080,2020,Unknown,Unknown,2.5,39,4 +6081,2020,Unknown,Unknown,2.5,39,5 +6082,2020,Unknown,Unknown,2.5,39,6 +6083,2020,Unknown,Unknown,2.5,39,7 +6084,2020,Unknown,Unknown,2.5,39,2 +6085,2020,Unknown,Unknown,2.5,39,3 +6086,2020,Unknown,Unknown,2.5,39,1 +6087,2020,by form of exploitation,Forced labour,2.5,39,4 +6088,2020,by form of exploitation,Forced labour,2.5,39,5 +6089,2020,by form of exploitation,Forced labour,2.5,39,6 +6090,2020,by form of exploitation,Forced labour,2.5,39,7 +6091,2020,by form of exploitation,Sexual exploitation,2.5,39,4 +6092,2020,by form of exploitation,Sexual exploitation,2.5,39,5 +6093,2020,by form of exploitation,Sexual exploitation,2.5,39,6 +6094,2020,by form of exploitation,Sexual exploitation,2.5,39,7 +6095,2021,Unknown,Unknown,2.5,39,4 +6096,2021,Unknown,Unknown,2.5,39,5 +6097,2021,Unknown,Unknown,2.5,39,6 +6098,2021,Unknown,Unknown,2.5,39,7 +6099,2021,Unknown,Unknown,2.5,39,2 +6100,2021,Unknown,Unknown,2.5,39,3 +6101,2021,Unknown,Unknown,2.5,39,1 +6102,2021,by form of exploitation,Forced labour,2.5,39,4 +6103,2021,by form of exploitation,Forced labour,2.5,39,5 +6104,2021,by form of exploitation,Forced labour,2.5,39,6 +6105,2021,by form of exploitation,Forced labour,2.5,39,7 +6106,2021,by form of exploitation,Sexual exploitation,2.5,39,4 +6107,2021,by form of exploitation,Sexual exploitation,2.5,39,5 +6108,2021,by form of exploitation,Sexual exploitation,2.5,39,6 +6109,2021,by form of exploitation,Sexual exploitation,2.5,39,7 +6110,2022,Unknown,Unknown,2.5,39,4 +6111,2022,Unknown,Unknown,2.5,39,5 +6112,2022,Unknown,Unknown,2.5,39,6 +6113,2022,Unknown,Unknown,2.5,39,7 +6114,2022,Unknown,Unknown,2.5,39,2 +6115,2022,Unknown,Unknown,2.5,39,3 +6116,2022,Unknown,Unknown,2.5,39,1 +6117,2022,by form of exploitation,Forced labour,2.5,39,4 +6118,2022,by form of exploitation,Forced labour,2.5,39,5 +6119,2022,by form of exploitation,Forced labour,2.5,39,6 +6120,2022,by form of exploitation,Forced labour,2.5,39,7 +6121,2022,by form of exploitation,Sexual exploitation,2.5,39,4 +6122,2022,by form of exploitation,Sexual exploitation,2.5,39,5 +6123,2022,by form of exploitation,Sexual exploitation,2.5,39,6 +6124,2022,by form of exploitation,Sexual exploitation,2.5,39,7 +6125,2005,by form of exploitation,Forced labour,20.0,40,1 +6126,2005,by form of exploitation,Sexual exploitation,2.5,40,1 +6127,2006,by form of exploitation,Forced labour,2.5,40,1 +6128,2007,Unknown,Unknown,25.0,40,4 +6129,2007,Unknown,Unknown,28.0,40,5 +6130,2007,Unknown,Unknown,6.0,40,6 +6131,2007,Unknown,Unknown,7.0,40,7 +6132,2007,Unknown,Unknown,31.0,40,2 +6133,2007,Unknown,Unknown,35.0,40,3 +6134,2007,Unknown,Unknown,78.0,40,1 +6135,2008,Unknown,Unknown,27.0,40,4 +6136,2008,Unknown,Unknown,20.0,40,5 +6137,2008,Unknown,Unknown,2.5,40,6 +6138,2008,Unknown,Unknown,2.5,40,7 +6139,2008,Unknown,Unknown,31.0,40,2 +6140,2008,Unknown,Unknown,22.0,40,3 +6141,2008,Unknown,Unknown,53.0,40,1 +6142,2008,by citizenship,Colombia,2.5,40,1 +6143,2008,by form of exploitation,Forced labour,2.5,40,1 +6144,2009,Unknown,Unknown,30.0,40,4 +6145,2009,Unknown,Unknown,18.0,40,5 +6146,2009,Unknown,Unknown,2.5,40,6 +6147,2009,Unknown,Unknown,2.5,40,7 +6148,2009,Unknown,Unknown,32.0,40,2 +6149,2009,Unknown,Unknown,21.0,40,3 +6150,2009,Unknown,Unknown,53.0,40,1 +6151,2009,by citizenship,China,2.5,40,1 +6152,2009,by citizenship,Colombia,2.5,40,1 +6153,2009,by form of exploitation,Forced labour,2.5,40,1 +6154,2009,by form of exploitation,Sexual exploitation,2.5,40,1 +6155,2010,Unknown,Unknown,2.5,40,4 +6156,2010,Unknown,Unknown,47.0,40,5 +6157,2010,Unknown,Unknown,2.5,40,6 +6158,2010,Unknown,Unknown,6.0,40,7 +6159,2010,Unknown,Unknown,2.5,40,2 +6160,2010,Unknown,Unknown,53.0,40,3 +6161,2010,Unknown,Unknown,53.0,40,1 +6162,2010,by citizenship,Colombia,53.0,40,1 +6163,2010,by form of exploitation,Forced labour,12.0,40,1 +6164,2010,by form of exploitation,Sexual exploitation,41.0,40,1 +6165,2011,Unknown,Unknown,2.5,40,4 +6166,2011,Unknown,Unknown,19.0,40,5 +6167,2011,Unknown,Unknown,2.5,40,6 +6168,2011,Unknown,Unknown,2.5,40,7 +6169,2011,Unknown,Unknown,2.5,40,2 +6170,2011,Unknown,Unknown,21.0,40,3 +6171,2011,Unknown,Unknown,23.0,40,1 +6172,2011,by citizenship,Colombia,21.0,40,1 +6173,2011,by form of exploitation,Forced labour,2.5,40,1 +6174,2011,by form of exploitation,Sexual exploitation,20.0,40,1 +6175,2012,Unknown,Unknown,2.5,40,4 +6176,2012,Unknown,Unknown,32.0,40,5 +6177,2012,Unknown,Unknown,2.5,40,6 +6178,2012,Unknown,Unknown,2.5,40,7 +6179,2012,Unknown,Unknown,2.5,40,2 +6180,2012,Unknown,Unknown,35.0,40,3 +6181,2012,Unknown,Unknown,35.0,40,1 +6182,2012,by citizenship,Colombia,2.5,40,1 +6183,2012,by citizenship,Ecuador,2.5,40,1 +6184,2012,by form of exploitation,Forced labour,6.0,40,1 +6185,2012,by form of exploitation,Sexual exploitation,29.0,40,1 +6186,2013,Unknown,Unknown,6.0,40,4 +6187,2013,Unknown,Unknown,40.0,40,5 +6188,2013,Unknown,Unknown,2.5,40,6 +6189,2013,Unknown,Unknown,14.0,40,7 +6190,2013,Unknown,Unknown,6.0,40,2 +6191,2013,Unknown,Unknown,54.0,40,3 +6192,2013,Unknown,Unknown,60.0,40,1 +6193,2013,by citizenship,Colombia,2.5,40,1 +6194,2013,by country of repatriation,Ecuador,5.0,40,1 +6195,2013,by country of repatriation,Latvia,2.5,40,1 +6196,2013,by country of repatriation,Mexico,2.5,40,1 +6197,2013,by form of exploitation,Forced labour,23.0,40,1 +6198,2013,by form of exploitation,Sexual exploitation,34.0,40,1 +6199,2014,Unknown,Unknown,9.0,40,4 +6200,2014,Unknown,Unknown,15.0,40,5 +6201,2014,Unknown,Unknown,2.5,40,6 +6202,2014,Unknown,Unknown,15.0,40,7 +6203,2014,Unknown,Unknown,11.0,40,2 +6204,2014,Unknown,Unknown,54.0,40,3 +6205,2014,Unknown,Unknown,72.0,40,1 +6206,2014,by citizenship,Canada,2.5,40,1 +6207,2014,by citizenship,Colombia,19.0,40,1 +6208,2014,by citizenship,India,2.5,40,1 +6209,2014,by citizenship,Peru,2.5,40,1 +6210,2014,by country of repatriation,Ecuador,2.5,40,1 +6211,2014,by form of exploitation,Forced labour,35.0,40,1 +6212,2014,by form of exploitation,Sexual exploitation,33.0,40,1 +6213,2015,Unknown,Unknown,2.5,40,4 +6214,2015,Unknown,Unknown,34.0,40,5 +6215,2015,Unknown,Unknown,2.5,40,6 +6216,2015,Unknown,Unknown,2.5,40,7 +6217,2015,Unknown,Unknown,2.5,40,2 +6218,2015,Unknown,Unknown,37.0,40,3 +6219,2015,Unknown,Unknown,38.0,40,1 +6220,2015,by citizenship,Colombia,9.0,40,1 +6221,2015,by country of repatriation,Ecuador,2.5,40,1 +6222,2015,by form of exploitation,Forced labour,8.0,40,1 +6223,2015,by form of exploitation,Sexual exploitation,22.0,40,1 +6224,2016,Unknown,Unknown,2.5,40,4 +6225,2016,Unknown,Unknown,63.0,40,5 +6226,2016,Unknown,Unknown,2.5,40,6 +6227,2016,Unknown,Unknown,9.0,40,7 +6228,2016,Unknown,Unknown,2.5,40,2 +6229,2016,Unknown,Unknown,72.0,40,3 +6230,2016,Unknown,Unknown,76.0,40,1 +6231,2016,by citizenship,Argentina,2.5,40,1 +6232,2016,by citizenship,Colombia,11.0,40,1 +6233,2016,by citizenship,Peru,2.5,40,1 +6234,2016,by citizenship,Venezuela,2.5,40,1 +6235,2016,by country of repatriation,Ecuador,2.5,40,1 +6236,2016,by country of repatriation,Lithuania,2.5,40,1 +6237,2016,by country of repatriation,Paraguay,2.5,40,1 +6238,2016,by form of exploitation,Forced labour,2.5,40,4 +6239,2016,by form of exploitation,Forced labour,5.0,40,5 +6240,2016,by form of exploitation,Forced labour,2.5,40,6 +6241,2016,by form of exploitation,Forced labour,6.0,40,7 +6242,2016,by form of exploitation,Forced labour,10.0,40,1 +6243,2016,by form of exploitation,Sexual exploitation,2.5,40,4 +6244,2016,by form of exploitation,Sexual exploitation,44.0,40,5 +6245,2016,by form of exploitation,Sexual exploitation,2.5,40,7 +6246,2016,by form of exploitation,Sexual exploitation,47.0,40,1 +6247,2017,Unknown,Unknown,7.0,40,4 +6248,2017,Unknown,Unknown,80.0,40,5 +6249,2017,Unknown,Unknown,2.5,40,6 +6250,2017,Unknown,Unknown,11.0,40,7 +6251,2017,Unknown,Unknown,7.0,40,2 +6252,2017,Unknown,Unknown,91.0,40,3 +6253,2017,Unknown,Unknown,98.0,40,1 +6254,2017,Unknown,Unknown,148.0,40,1 +6255,2017,by citizenship,Nationals,142.0,40,1 +6256,2017,by citizenship,Paraguay,2.5,40,1 +6257,2017,by citizenship,Venezuela,2.5,40,1 +6258,2017,by country of repatriation,Abroad,8.0,40,1 +6259,2017,by form of exploitation,Forced labour,2.5,40,4 +6260,2017,by form of exploitation,Forced labour,5.0,40,5 +6261,2017,by form of exploitation,Forced labour,2.5,40,6 +6262,2017,by form of exploitation,Forced labour,8.0,40,7 +6263,2017,by form of exploitation,Forced labour,13.0,40,1 +6264,2017,by form of exploitation,Forced labour,2.5,40,1 +6265,2017,by form of exploitation,Sexual exploitation,2.5,40,4 +6266,2017,by form of exploitation,Sexual exploitation,65.0,40,5 +6267,2017,by form of exploitation,Sexual exploitation,2.5,40,6 +6268,2017,by form of exploitation,Sexual exploitation,2.5,40,7 +6269,2017,by form of exploitation,Sexual exploitation,2.5,40,8 +6270,2017,by form of exploitation,Sexual exploitation,69.0,40,1 +6271,2017,by form of exploitation,Sexual exploitation,2.5,40,1 +6272,2018,Unknown,Unknown,10.0,40,4 +6273,2018,Unknown,Unknown,70.0,40,5 +6274,2018,Unknown,Unknown,2.5,40,6 +6275,2018,Unknown,Unknown,31.0,40,7 +6276,2018,Unknown,Unknown,2.5,40,9 +6277,2018,Unknown,Unknown,2.5,40,8 +6278,2018,Unknown,Unknown,12.0,40,2 +6279,2018,Unknown,Unknown,101.0,40,3 +6280,2018,Unknown,Unknown,113.0,40,1 +6281,2018,Unknown,Unknown,2.5,40,1 +6282,2018,by citizenship,Argentina,2.5,40,1 +6283,2018,by citizenship,Chile,2.5,40,1 +6284,2018,by citizenship,Colombia,97.0,40,1 +6285,2018,by citizenship,Nicaragua,2.5,40,1 +6286,2018,by citizenship,Dominican Republic,2.5,40,1 +6287,2018,by citizenship,Venezuela,12.0,40,1 +6288,2018,by country of repatriation,Argentina,2.5,40,1 +6289,2018,by country of repatriation,Abroad,63.0,40,1 +6290,2018,by country of repatriation,China,8.0,40,1 +6291,2018,by country of repatriation,Ecuador,2.5,40,1 +6292,2018,by country of repatriation,Spain,6.0,40,1 +6293,2018,by country of repatriation,Philippines,2.5,40,1 +6294,2018,by country of repatriation,France,2.5,40,1 +6295,2018,by country of repatriation,Netherlands,2.5,40,1 +6296,2018,by country of repatriation,India,5.0,40,1 +6297,2018,by country of repatriation,Italy,2.5,40,1 +6298,2018,by country of repatriation,Mexico,2.5,40,1 +6299,2018,by country of repatriation,Norway,2.5,40,1 +6300,2018,by country of repatriation,Panama,2.5,40,1 +6301,2018,by country of repatriation,Peru,2.5,40,1 +6302,2018,by country of repatriation,Qatar,20.0,40,1 +6303,2018,by country of repatriation,Singapore,2.5,40,1 +6304,2018,by country of repatriation,Switzerland,2.5,40,1 +6305,2018,by country of repatriation,Thailand,2.5,40,1 +6306,2018,by country of repatriation,Venezuela,2.5,40,1 +6307,2018,by form of exploitation,Forced labour,2.5,40,4 +6308,2018,by form of exploitation,Forced labour,6.0,40,5 +6309,2018,by form of exploitation,Forced labour,2.5,40,6 +6310,2018,by form of exploitation,Forced labour,16.0,40,7 +6311,2018,by form of exploitation,Forced labour,2.5,40,9 +6312,2018,by form of exploitation,Forced labour,2.5,40,8 +6313,2018,by form of exploitation,Forced labour,2.5,40,2 +6314,2018,by form of exploitation,Forced labour,22.0,40,3 +6315,2018,by form of exploitation,Forced labour,24.0,40,1 +6316,2018,by form of exploitation,Forced labour,2.5,40,1 +6317,2018,by form of exploitation,Sexual exploitation,8.0,40,4 +6318,2018,by form of exploitation,Sexual exploitation,45.0,40,5 +6319,2018,by form of exploitation,Sexual exploitation,2.5,40,6 +6320,2018,by form of exploitation,Sexual exploitation,2.5,40,7 +6321,2018,by form of exploitation,Sexual exploitation,2.5,40,9 +6322,2018,by form of exploitation,Sexual exploitation,2.5,40,8 +6323,2018,by form of exploitation,Sexual exploitation,8.0,40,2 +6324,2018,by form of exploitation,Sexual exploitation,45.0,40,3 +6325,2018,by form of exploitation,Sexual exploitation,53.0,40,1 +6326,2018,by form of exploitation,Sexual exploitation,2.5,40,1 +6327,2019,Unknown,Unknown,14.0,40,4 +6328,2019,Unknown,Unknown,96.0,40,5 +6329,2019,Unknown,Unknown,2.5,40,6 +6330,2019,Unknown,Unknown,14.0,40,7 +6331,2019,Unknown,Unknown,2.5,40,9 +6332,2019,Unknown,Unknown,2.5,40,8 +6333,2019,Unknown,Unknown,14.0,40,2 +6334,2019,Unknown,Unknown,110.0,40,3 +6335,2019,Unknown,Unknown,124.0,40,1 +6336,2019,Unknown,Unknown,2.5,40,1 +6337,2019,by citizenship,Unknown,90.0,40,1 +6338,2019,by citizenship,Honduras,2.5,40,1 +6339,2019,by citizenship,Venezuela,32.0,40,1 +6340,2019,by citizenship,,2.5,40,1 +6341,2019,by country of repatriation,Germany,2.5,40,1 +6342,2019,by country of repatriation,Abroad,37.0,40,1 +6343,2019,by country of repatriation,Bahamas,2.5,40,1 +6344,2019,by country of repatriation,Brazil,2.5,40,1 +6345,2019,by country of repatriation,China,2.5,40,1 +6346,2019,by country of repatriation,South Korea,7.0,40,1 +6347,2019,by country of repatriation,Guatemala,2.5,40,1 +6348,2019,by country of repatriation,Israel,2.5,40,1 +6349,2019,by country of repatriation,Qatar,2.5,40,1 +6350,2019,by country of repatriation,Thailand,2.5,40,1 +6351,2019,by country of repatriation,Uruguay,2.5,40,1 +6352,2019,by country of repatriation,,11.0,40,1 +6353,2019,by form of exploitation,Forced labour,2.5,40,4 +6354,2019,by form of exploitation,Forced labour,2.5,40,5 +6355,2019,by form of exploitation,Forced labour,2.5,40,6 +6356,2019,by form of exploitation,Forced labour,5.0,40,7 +6357,2019,by form of exploitation,Forced labour,2.5,40,9 +6358,2019,by form of exploitation,Forced labour,2.5,40,8 +6359,2019,by form of exploitation,Forced labour,2.5,40,2 +6360,2019,by form of exploitation,Forced labour,8.0,40,3 +6361,2019,by form of exploitation,Forced labour,8.0,40,1 +6362,2019,by form of exploitation,Forced labour,2.5,40,1 +6363,2019,by form of exploitation,Sexual exploitation,8.0,40,4 +6364,2019,by form of exploitation,Sexual exploitation,65.0,40,5 +6365,2019,by form of exploitation,Sexual exploitation,2.5,40,6 +6366,2019,by form of exploitation,Sexual exploitation,6.0,40,7 +6367,2019,by form of exploitation,Sexual exploitation,2.5,40,9 +6368,2019,by form of exploitation,Sexual exploitation,2.5,40,8 +6369,2019,by form of exploitation,Sexual exploitation,8.0,40,2 +6370,2019,by form of exploitation,Sexual exploitation,71.0,40,3 +6371,2019,by form of exploitation,Sexual exploitation,79.0,40,1 +6372,2019,by form of exploitation,Sexual exploitation,2.5,40,1 +6373,2020,Unknown,Unknown,30.0,40,4 +6374,2020,Unknown,Unknown,54.0,40,5 +6375,2020,Unknown,Unknown,5.0,40,6 +6376,2020,Unknown,Unknown,10.0,40,7 +6377,2020,Unknown,Unknown,2.5,40,9 +6378,2020,Unknown,Unknown,2.5,40,8 +6379,2020,Unknown,Unknown,35.0,40,2 +6380,2020,Unknown,Unknown,64.0,40,3 +6381,2020,Unknown,Unknown,104.0,40,1 +6382,2020,Unknown,Unknown,5.0,40,1 +6383,2020,by citizenship,Argentina,2.5,40,1 +6384,2020,by citizenship,Unknown,63.0,40,1 +6385,2020,by citizenship,Mexico,2.5,40,1 +6386,2020,by citizenship,Venezuela,39.0,40,1 +6387,2020,by country of repatriation,Abroad,17.0,40,1 +6388,2020,by country of repatriation,Ecuador,2.5,40,1 +6389,2020,by country of repatriation,Italy,2.5,40,1 +6390,2020,by country of repatriation,Switzerland,2.5,40,1 +6391,2020,by country of repatriation,,9.0,40,1 +6392,2020,by form of exploitation,Forced labour,2.5,40,4 +6393,2020,by form of exploitation,Forced labour,2.5,40,5 +6394,2020,by form of exploitation,Forced labour,2.5,40,6 +6395,2020,by form of exploitation,Forced labour,2.5,40,7 +6396,2020,by form of exploitation,Forced labour,2.5,40,9 +6397,2020,by form of exploitation,Forced labour,2.5,40,8 +6398,2020,by form of exploitation,Forced labour,2.5,40,2 +6399,2020,by form of exploitation,Forced labour,2.5,40,3 +6400,2020,by form of exploitation,Forced labour,2.5,40,1 +6401,2020,by form of exploitation,Forced labour,2.5,40,1 +6402,2020,by form of exploitation,Sexual exploitation,25.0,40,4 +6403,2020,by form of exploitation,Sexual exploitation,40.0,40,5 +6404,2020,by form of exploitation,Sexual exploitation,2.5,40,6 +6405,2020,by form of exploitation,Sexual exploitation,8.0,40,7 +6406,2020,by form of exploitation,Sexual exploitation,2.5,40,9 +6407,2020,by form of exploitation,Sexual exploitation,2.5,40,8 +6408,2020,by form of exploitation,Sexual exploitation,25.0,40,2 +6409,2020,by form of exploitation,Sexual exploitation,48.0,40,3 +6410,2020,by form of exploitation,Sexual exploitation,75.0,40,1 +6411,2020,by form of exploitation,Sexual exploitation,2.5,40,1 +6412,2021,Unknown,Unknown,38.0,40,4 +6413,2021,Unknown,Unknown,111.0,40,5 +6414,2021,Unknown,Unknown,2.5,40,6 +6415,2021,Unknown,Unknown,31.0,40,7 +6416,2021,Unknown,Unknown,2.5,40,9 +6417,2021,Unknown,Unknown,2.5,40,8 +6418,2021,Unknown,Unknown,39.0,40,2 +6419,2021,Unknown,Unknown,142.0,40,3 +6420,2021,Unknown,Unknown,181.0,40,1 +6421,2021,Unknown,Unknown,2.5,40,1 +6422,2021,by citizenship,Brazil,2.5,40,1 +6423,2021,by citizenship,Bolivia,2.5,40,1 +6424,2021,by citizenship,Unknown,101.0,40,1 +6425,2021,by citizenship,Ecuador,2.5,40,1 +6426,2021,by citizenship,Venezuela,76.0,40,1 +6427,2021,by country of repatriation,Abroad,11.0,40,1 +6428,2021,by country of repatriation,Bahamas,2.5,40,1 +6429,2021,by country of repatriation,Ecuador,2.5,40,1 +6430,2021,by country of repatriation,,6.0,40,1 +6431,2021,by form of exploitation,Forced labour,2.5,40,4 +6432,2021,by form of exploitation,Forced labour,6.0,40,5 +6433,2021,by form of exploitation,Forced labour,2.5,40,6 +6434,2021,by form of exploitation,Forced labour,10.0,40,7 +6435,2021,by form of exploitation,Forced labour,2.5,40,9 +6436,2021,by form of exploitation,Forced labour,2.5,40,8 +6437,2021,by form of exploitation,Forced labour,2.5,40,2 +6438,2021,by form of exploitation,Forced labour,16.0,40,3 +6439,2021,by form of exploitation,Forced labour,18.0,40,1 +6440,2021,by form of exploitation,Forced labour,2.5,40,1 +6441,2021,by form of exploitation,Sexual exploitation,26.0,40,4 +6442,2021,by form of exploitation,Sexual exploitation,73.0,40,5 +6443,2021,by form of exploitation,Sexual exploitation,2.5,40,6 +6444,2021,by form of exploitation,Sexual exploitation,13.0,40,7 +6445,2021,by form of exploitation,Sexual exploitation,2.5,40,9 +6446,2021,by form of exploitation,Sexual exploitation,2.5,40,8 +6447,2021,by form of exploitation,Sexual exploitation,26.0,40,2 +6448,2021,by form of exploitation,Sexual exploitation,86.0,40,3 +6449,2021,by form of exploitation,Sexual exploitation,112.0,40,1 +6450,2021,by form of exploitation,Sexual exploitation,2.5,40,1 +6451,2022,Unknown,Unknown,8.0,40,4 +6452,2022,Unknown,Unknown,126.0,40,5 +6453,2022,Unknown,Unknown,2.5,40,6 +6454,2022,Unknown,Unknown,26.0,40,7 +6455,2022,Unknown,Unknown,2.5,40,9 +6456,2022,Unknown,Unknown,2.5,40,8 +6457,2022,Unknown,Unknown,8.0,40,2 +6458,2022,Unknown,Unknown,153.0,40,3 +6459,2022,Unknown,Unknown,162.0,40,1 +6460,2022,Unknown,Unknown,2.5,40,1 +6461,2022,by citizenship,Argentina,2.5,40,1 +6462,2022,by citizenship,Brazil,2.5,40,1 +6463,2022,by citizenship,Unknown,96.0,40,1 +6464,2022,by citizenship,Ecuador,2.5,40,1 +6465,2022,by citizenship,Paraguay,2.5,40,1 +6466,2022,by citizenship,Venezuela,59.0,40,1 +6467,2022,by country of repatriation,Abroad,19.0,40,1 +6468,2022,by country of repatriation,Brazil,2.5,40,1 +6469,2022,by country of repatriation,China,2.5,40,1 +6470,2022,by country of repatriation,Ecuador,2.5,40,1 +6471,2022,by country of repatriation,Spain,2.5,40,1 +6472,2022,by country of repatriation,Mexico,5.0,40,1 +6473,2022,by country of repatriation,Peru,6.0,40,1 +6474,2022,by country of repatriation,Dominican Republic,2.5,40,1 +6475,2022,by country of repatriation,Venezuela,2.5,40,1 +6476,2022,by form of exploitation,Forced labour,2.5,40,4 +6477,2022,by form of exploitation,Forced labour,5.0,40,5 +6478,2022,by form of exploitation,Forced labour,2.5,40,6 +6479,2022,by form of exploitation,Forced labour,7.0,40,7 +6480,2022,by form of exploitation,Forced labour,2.5,40,9 +6481,2022,by form of exploitation,Forced labour,2.5,40,8 +6482,2022,by form of exploitation,Forced labour,2.5,40,2 +6483,2022,by form of exploitation,Forced labour,12.0,40,3 +6484,2022,by form of exploitation,Forced labour,12.0,40,1 +6485,2022,by form of exploitation,Forced labour,2.5,40,1 +6486,2022,by form of exploitation,Sexual exploitation,7.0,40,4 +6487,2022,by form of exploitation,Sexual exploitation,95.0,40,5 +6488,2022,by form of exploitation,Sexual exploitation,2.5,40,6 +6489,2022,by form of exploitation,Sexual exploitation,13.0,40,7 +6490,2022,by form of exploitation,Sexual exploitation,2.5,40,9 +6491,2022,by form of exploitation,Sexual exploitation,2.5,40,8 +6492,2022,by form of exploitation,Sexual exploitation,7.0,40,2 +6493,2022,by form of exploitation,Sexual exploitation,109.0,40,3 +6494,2022,by form of exploitation,Sexual exploitation,117.0,40,1 +6495,2022,by form of exploitation,Sexual exploitation,2.5,40,1 +6496,2008,by country of repatriation,Abroad,2.5,41,1 +6497,2012,by country of repatriation,Abroad,2.5,41,1 +6498,2014,by country of repatriation,Abroad,2.5,41,1 +6499,2016,by country of repatriation,Abroad,2.5,41,1 +6500,2017,by form of exploitation,Sexual exploitation,2.5,41,1 +6501,2018,by form of exploitation,Forced labour,2.5,41,1 +6502,2018,by form of exploitation,Sexual exploitation,2.5,41,1 +6503,2019,by form of exploitation,Sexual exploitation,2.5,41,1 +6504,2020,by form of exploitation,Forced labour,2.5,41,1 +6505,2020,by form of exploitation,Sexual exploitation,2.5,41,1 +6506,2008,by country of repatriation,Abroad,2.5,42,1 +6507,2012,by country of repatriation,Abroad,2.5,42,1 +6508,2014,by country of repatriation,Abroad,2.5,42,1 +6509,2016,by country of repatriation,Abroad,2.5,42,1 +6510,2017,by form of exploitation,Sexual exploitation,2.5,42,1 +6511,2018,by form of exploitation,Forced labour,2.5,42,1 +6512,2018,by form of exploitation,Sexual exploitation,2.5,42,1 +6513,2019,by form of exploitation,Sexual exploitation,2.5,42,1 +6514,2020,by form of exploitation,Forced labour,2.5,42,1 +6515,2020,by form of exploitation,Sexual exploitation,2.5,42,1 +6516,2007,Unknown,Unknown,2.5,43,1 +6517,2009,Unknown,Unknown,10.0,43,1 +6518,2010,Unknown,Unknown,60.0,43,1 +6519,2010,by citizenship,China,2.5,43,1 +6520,2010,by citizenship,Costa Rica,6.0,43,1 +6521,2010,by citizenship,El Salvador,2.5,43,1 +6522,2010,by citizenship,Indonesia,13.0,43,1 +6523,2010,by citizenship,Nicaragua,2.5,43,1 +6524,2010,by citizenship,Philippines,5.0,43,1 +6525,2010,by citizenship,Vietnam,21.0,43,1 +6526,2010,by country of repatriation,El Salvador,2.5,43,1 +6527,2011,Unknown,Unknown,5.0,43,5 +6528,2011,Unknown,Unknown,2.5,43,6 +6529,2011,Unknown,Unknown,2.5,43,7 +6530,2011,Unknown,Unknown,2.5,43,2 +6531,2011,Unknown,Unknown,10.0,43,3 +6532,2011,Unknown,Unknown,8.0,43,1 +6533,2012,Unknown,Unknown,2.5,43,6 +6534,2012,Unknown,Unknown,2.5,43,7 +6535,2012,Unknown,Unknown,6.0,43,4 +6536,2012,Unknown,Unknown,15.0,43,5 +6537,2012,Unknown,Unknown,6.0,43,2 +6538,2012,Unknown,Unknown,16.0,43,3 +6539,2012,Unknown,Unknown,22.0,43,1 +6540,2012,by citizenship,China,2.5,43,1 +6541,2012,by citizenship,Colombia,2.5,43,1 +6542,2012,by citizenship,Costa Rica,2.5,43,1 +6543,2012,by citizenship,Dominican Republic,6.0,43,1 +6544,2012,by citizenship,Nicaragua,9.0,43,1 +6545,2012,by citizenship,South Africa,2.5,43,1 +6546,2012,by form of exploitation,Forced labour,2.5,43,1 +6547,2012,by form of exploitation,Sexual exploitation,10.0,43,1 +6548,2013,Unknown,Unknown,2.5,43,4 +6549,2013,Unknown,Unknown,2.5,43,6 +6550,2013,Unknown,Unknown,11.0,43,7 +6551,2013,Unknown,Unknown,2.5,43,2 +6552,2013,Unknown,Unknown,30.0,43,1 +6553,2013,Unknown,Unknown,15.0,43,5 +6554,2013,Unknown,Unknown,27.0,43,3 +6555,2013,by citizenship,Colombia,2.5,43,1 +6556,2013,by citizenship,Costa Rica,16.0,43,1 +6557,2013,by citizenship,Dominican Republic,2.5,43,1 +6558,2013,by citizenship,El Salvador,2.5,43,1 +6559,2013,by citizenship,Nicaragua,5.0,43,1 +6560,2013,by country of repatriation,El Salvador,2.5,43,1 +6561,2013,by form of exploitation,Forced labour,5.0,43,1 +6562,2013,by form of exploitation,Sexual exploitation,11.0,43,1 +6563,2014,Unknown,Unknown,2.5,43,5 +6564,2014,Unknown,Unknown,2.5,43,7 +6565,2014,Unknown,Unknown,2.5,43,2 +6566,2014,Unknown,Unknown,2.5,43,4 +6567,2014,Unknown,Unknown,2.5,43,6 +6568,2014,Unknown,Unknown,5.0,43,3 +6569,2014,Unknown,Unknown,5.0,43,1 +6570,2014,by citizenship,China,2.5,43,1 +6571,2014,by citizenship,Costa Rica,2.5,43,1 +6572,2014,by citizenship,Nicaragua,2.5,43,1 +6573,2014,by country of repatriation,Colombia,2.5,43,1 +6574,2014,by form of exploitation,Sexual exploitation,2.5,43,1 +6575,2015,Unknown,Unknown,5.0,43,5 +6576,2015,Unknown,Unknown,2.5,43,7 +6577,2015,Unknown,Unknown,2.5,43,2 +6578,2015,by form of exploitation,Forced labour,2.5,43,1 +6579,2015,by form of exploitation,Sexual exploitation,2.5,43,1 +6580,2015,Unknown,Unknown,2.5,43,4 +6581,2015,Unknown,Unknown,2.5,43,6 +6582,2015,Unknown,Unknown,2.5,43,3 +6583,2015,Unknown,Unknown,2.5,43,1 +6584,2015,by citizenship,Colombia,2.5,43,1 +6585,2015,by citizenship,Costa Rica,2.5,43,1 +6586,2015,by citizenship,Nicaragua,2.5,43,1 +6587,2016,Unknown,Unknown,8.0,43,4 +6588,2016,Unknown,Unknown,11.0,43,5 +6589,2016,Unknown,Unknown,2.5,43,6 +6590,2016,Unknown,Unknown,2.5,43,7 +6591,2016,Unknown,Unknown,2.5,43,2 +6592,2016,Unknown,Unknown,11.0,43,3 +6593,2016,Unknown,Unknown,20.0,43,1 +6594,2016,by form of exploitation,Forced labour,2.5,43,1 +6595,2016,by form of exploitation,Sexual exploitation,12.0,43,1 +6596,2016,by country of repatriation,Colombia,2.5,43,1 +6597,2016,by country of repatriation,Paraguay,2.5,43,1 +6598,2016,by form of exploitation,Sexual exploitation,2.5,43,4 +6599,2016,by form of exploitation,Sexual exploitation,5.0,43,5 +6600,2016,by form of exploitation,Sexual exploitation,2.5,43,6 +6601,2016,by form of exploitation,Sexual exploitation,2.5,43,7 +6602,2017,Unknown,Unknown,10.0,43,4 +6603,2017,Unknown,Unknown,20.0,43,5 +6604,2017,Unknown,Unknown,2.5,43,6 +6605,2017,Unknown,Unknown,2.5,43,7 +6606,2017,Unknown,Unknown,13.0,43,2 +6607,2017,Unknown,Unknown,35.0,43,3 +6608,2017,Unknown,Unknown,39.0,43,1 +6609,2017,by form of exploitation,Forced labour,9.0,43,1 +6610,2017,by form of exploitation,Sexual exploitation,23.0,43,1 +6611,2017,by citizenship,Albania,2.5,43,1 +6612,2017,by citizenship,China,2.5,43,1 +6613,2017,by citizenship,Colombia,2.5,43,1 +6614,2017,by citizenship,Democratic Republic of the Congo,2.5,43,1 +6615,2017,by citizenship,El Salvador,2.5,43,1 +6616,2017,by citizenship,Ghana,2.5,43,1 +6617,2017,by citizenship,Guatemala,2.5,43,1 +6618,2017,by citizenship,Nationals,20.0,43,1 +6619,2017,by citizenship,Nicaragua,8.0,43,1 +6620,2017,by citizenship,Panama,2.5,43,1 +6621,2017,by citizenship,Venezuela,2.5,43,1 +6622,2017,by country of repatriation,Abroad,2.5,43,1 +6623,2017,by country of repatriation,Nationals,2.5,43,1 +6624,2017,by country of repatriation,Unknown,2.5,43,1 +6625,2017,by form of exploitation,Forced labour,2.5,43,5 +6626,2017,by form of exploitation,Forced labour,2.5,43,6 +6627,2017,by form of exploitation,Forced labour,2.5,43,7 +6628,2017,by form of exploitation,Forced labour,2.5,43,2 +6629,2017,by form of exploitation,Forced labour,8.0,43,3 +6630,2017,by form of exploitation,Sexual exploitation,21.0,43,4 +6631,2017,by form of exploitation,Sexual exploitation,28.0,43,5 +6632,2017,by form of exploitation,Sexual exploitation,2.5,43,6 +6633,2017,by form of exploitation,Sexual exploitation,2.5,43,7 +6634,2017,by form of exploitation,Sexual exploitation,9.0,43,2 +6635,2017,by form of exploitation,Sexual exploitation,12.0,43,3 +6636,2018,Unknown,Unknown,2.5,43,6 +6637,2018,Unknown,Unknown,20.0,43,3 +6638,2018,by form of exploitation,Forced labour,7.0,43,1 +6639,2018,by form of exploitation,Sexual exploitation,5.0,43,1 +6640,2018,Unknown,Unknown,12.0,43,4 +6641,2018,Unknown,Unknown,11.0,43,5 +6642,2018,Unknown,Unknown,5.0,43,7 +6643,2018,Unknown,Unknown,13.0,43,2 +6644,2018,Unknown,Unknown,30.0,43,1 +6645,2018,by citizenship,China,2.5,43,1 +6646,2018,by citizenship,Unknown,12.0,43,1 +6647,2018,by citizenship,Colombia,2.5,43,1 +6648,2018,by citizenship,United States,2.5,43,1 +6649,2018,by citizenship,Honduras,2.5,43,1 +6650,2018,by citizenship,Nicaragua,6.0,43,1 +6651,2018,by citizenship,Panama,2.5,43,1 +6652,2018,by citizenship,Dominican Republic,2.5,43,1 +6653,2018,by citizenship,Venezuela,2.5,43,1 +6654,2018,by country of repatriation,Abroad,2.5,43,1 +6655,2018,by form of exploitation,Forced labour,2.5,43,4 +6656,2018,by form of exploitation,Forced labour,2.5,43,5 +6657,2018,by form of exploitation,Forced labour,2.5,43,6 +6658,2018,by form of exploitation,Forced labour,2.5,43,7 +6659,2018,by form of exploitation,Forced labour,2.5,43,2 +6660,2018,by form of exploitation,Forced labour,2.5,43,3 +6661,2018,by form of exploitation,Sexual exploitation,11.0,43,4 +6662,2018,by form of exploitation,Sexual exploitation,5.0,43,5 +6663,2018,by form of exploitation,Sexual exploitation,2.5,43,6 +6664,2018,by form of exploitation,Sexual exploitation,2.5,43,7 +6665,2018,by form of exploitation,Sexual exploitation,8.0,43,3 +6666,2019,Unknown,Unknown,20.0,43,4 +6667,2019,Unknown,Unknown,13.0,43,6 +6668,2019,Unknown,Unknown,11.0,43,7 +6669,2019,Unknown,Unknown,31.0,43,2 +6670,2019,Unknown,Unknown,35.0,43,3 +6671,2019,by form of exploitation,Forced labour,19.0,43,1 +6672,2019,Unknown,Unknown,21.0,43,5 +6673,2019,Unknown,Unknown,2.5,43,8 +6674,2019,Unknown,Unknown,62.0,43,1 +6675,2019,by citizenship,Unknown,46.0,43,1 +6676,2019,by citizenship,Cuba,2.5,43,1 +6677,2019,by citizenship,El Salvador,2.5,43,1 +6678,2019,by citizenship,Nicaragua,12.0,43,1 +6679,2019,by citizenship,Dominican Republic,2.5,43,1 +6680,2019,by citizenship,Venezuela,2.5,43,1 +6681,2019,by country of repatriation,Abroad,2.5,43,1 +6682,2019,by country of repatriation,Panama,2.5,43,1 +6683,2019,by form of exploitation,Forced labour,2.5,43,4 +6684,2019,by form of exploitation,Forced labour,2.5,43,5 +6685,2019,by form of exploitation,Forced labour,2.5,43,6 +6686,2019,by form of exploitation,Forced labour,9.0,43,7 +6687,2019,by form of exploitation,Forced labour,11.0,43,3 +6688,2019,by form of exploitation,Sexual exploitation,2.5,43,4 +6689,2019,by form of exploitation,Sexual exploitation,10.0,43,5 +6690,2019,by form of exploitation,Sexual exploitation,2.5,43,6 +6691,2019,by form of exploitation,Sexual exploitation,2.5,43,7 +6692,2019,by form of exploitation,Sexual exploitation,2.5,43,8 +6693,2019,by form of exploitation,Sexual exploitation,2.5,43,2 +6694,2019,by form of exploitation,Sexual exploitation,12.0,43,3 +6695,2019,by form of exploitation,Sexual exploitation,16.0,43,1 +6696,2020,Unknown,Unknown,20.0,43,5 +6697,2020,Unknown,Unknown,6.0,43,6 +6698,2020,Unknown,Unknown,2.5,43,7 +6699,2020,Unknown,Unknown,30.0,43,2 +6700,2020,Unknown,Unknown,37.0,43,3 +6701,2020,by form of exploitation,Forced labour,14.0,43,1 +6702,2020,Unknown,Unknown,25.0,43,4 +6703,2020,Unknown,Unknown,2.5,43,8 +6704,2020,Unknown,Unknown,51.0,43,1 +6705,2020,by citizenship,Unknown,33.0,43,1 +6706,2020,by citizenship,Nicaragua,17.0,43,1 +6707,2020,by citizenship,,2.5,43,1 +6708,2020,by country of repatriation,Abroad,2.5,43,1 +6709,2020,by country of repatriation,El Salvador,2.5,43,1 +6710,2020,by country of repatriation,,2.5,43,1 +6711,2020,by form of exploitation,Forced labour,2.5,43,4 +6712,2020,by form of exploitation,Forced labour,2.5,43,5 +6713,2020,by form of exploitation,Forced labour,2.5,43,6 +6714,2020,by form of exploitation,Forced labour,2.5,43,7 +6715,2020,by form of exploitation,Forced labour,2.5,43,3 +6716,2020,by form of exploitation,Sexual exploitation,7.0,43,4 +6717,2020,by form of exploitation,Sexual exploitation,7.0,43,5 +6718,2020,by form of exploitation,Sexual exploitation,2.5,43,6 +6719,2020,by form of exploitation,Sexual exploitation,2.5,43,7 +6720,2020,by form of exploitation,Sexual exploitation,2.5,43,8 +6721,2020,by form of exploitation,Sexual exploitation,7.0,43,2 +6722,2020,by form of exploitation,Sexual exploitation,8.0,43,3 +6723,2020,by form of exploitation,Sexual exploitation,16.0,43,1 +6724,2021,Unknown,Unknown,2.5,43,6 +6725,2021,Unknown,Unknown,2.5,43,7 +6726,2021,Unknown,Unknown,21.0,43,3 +6727,2021,by form of exploitation,Forced labour,11.0,43,1 +6728,2021,Unknown,Unknown,13.0,43,4 +6729,2021,Unknown,Unknown,7.0,43,5 +6730,2021,Unknown,Unknown,14.0,43,2 +6731,2021,Unknown,Unknown,21.0,43,1 +6732,2021,by citizenship,Unknown,13.0,43,1 +6733,2021,by citizenship,Nicaragua,8.0,43,1 +6734,2021,by country of repatriation,Abroad,2.5,43,1 +6735,2021,by country of repatriation,,2.5,43,1 +6736,2021,by form of exploitation,Forced labour,2.5,43,4 +6737,2021,by form of exploitation,Forced labour,2.5,43,5 +6738,2021,by form of exploitation,Forced labour,2.5,43,2 +6739,2021,by form of exploitation,Forced labour,2.5,43,3 +6740,2021,by form of exploitation,Sexual exploitation,7.0,43,4 +6741,2021,by form of exploitation,Sexual exploitation,2.5,43,5 +6742,2021,by form of exploitation,Sexual exploitation,7.0,43,2 +6743,2021,by form of exploitation,Sexual exploitation,2.5,43,3 +6744,2021,by form of exploitation,Sexual exploitation,8.0,43,1 +6745,2022,Unknown,Unknown,8.0,43,6 +6746,2022,Unknown,Unknown,2.5,43,7 +6747,2022,Unknown,Unknown,30.0,43,3 +6748,2022,by form of exploitation,Forced labour,16.0,43,1 +6749,2022,Unknown,Unknown,16.0,43,4 +6750,2022,Unknown,Unknown,18.0,43,5 +6751,2022,Unknown,Unknown,24.0,43,2 +6752,2022,Unknown,Unknown,43.0,43,1 +6753,2022,by citizenship,Unknown,24.0,43,1 +6754,2022,by citizenship,Colombia,2.5,43,1 +6755,2022,by citizenship,Honduras,2.5,43,1 +6756,2022,by citizenship,Nicaragua,12.0,43,1 +6757,2022,by citizenship,Panama,2.5,43,1 +6758,2022,by citizenship,Dominican Republic,2.5,43,1 +6759,2022,by citizenship,Venezuela,2.5,43,1 +6760,2022,by country of repatriation,Unknown,2.5,43,1 +6761,2022,by country of repatriation,Abroad,2.5,43,1 +6762,2022,by form of exploitation,Forced labour,2.5,43,4 +6763,2022,by form of exploitation,Forced labour,2.5,43,5 +6764,2022,by form of exploitation,Forced labour,2.5,43,6 +6765,2022,by form of exploitation,Forced labour,2.5,43,7 +6766,2022,by form of exploitation,Forced labour,2.5,43,9 +6767,2022,by form of exploitation,Forced labour,2.5,43,8 +6768,2022,by form of exploitation,Forced labour,2.5,43,2 +6769,2022,by form of exploitation,Forced labour,7.0,43,3 +6770,2022,by form of exploitation,Sexual exploitation,2.5,43,4 +6771,2022,by form of exploitation,Sexual exploitation,6.0,43,5 +6772,2022,by form of exploitation,Sexual exploitation,2.5,43,7 +6773,2022,by form of exploitation,Sexual exploitation,13.0,43,1 +6774,2022,by form of exploitation,Sexual exploitation,2.5,43,1 +6775,2012,Unknown,Unknown,9.0,44,4 +6776,2012,Unknown,Unknown,2.5,44,5 +6777,2012,Unknown,Unknown,2.5,44,6 +6778,2012,Unknown,Unknown,2.5,44,7 +6779,2012,Unknown,Unknown,9.0,44,2 +6780,2012,Unknown,Unknown,2.5,44,3 +6781,2012,Unknown,Unknown,13.0,44,1 +6782,2012,by citizenship,Cuba,12.0,44,1 +6783,2012,by form of exploitation,Sexual exploitation,13.0,44,1 +6784,2013,Unknown,Unknown,7.0,44,4 +6785,2013,Unknown,Unknown,7.0,44,5 +6786,2013,Unknown,Unknown,2.5,44,6 +6787,2013,Unknown,Unknown,2.5,44,7 +6788,2013,Unknown,Unknown,7.0,44,2 +6789,2013,Unknown,Unknown,7.0,44,3 +6790,2013,Unknown,Unknown,14.0,44,1 +6791,2013,by citizenship,Cuba,14.0,44,1 +6792,2013,by form of exploitation,Sexual exploitation,14.0,44,1 +6793,2014,Unknown,Unknown,9.0,44,4 +6794,2014,Unknown,Unknown,7.0,44,5 +6795,2014,Unknown,Unknown,2.5,44,6 +6796,2014,Unknown,Unknown,2.5,44,7 +6797,2014,Unknown,Unknown,9.0,44,2 +6798,2014,Unknown,Unknown,7.0,44,3 +6799,2014,Unknown,Unknown,16.0,44,1 +6800,2014,by form of exploitation,Sexual exploitation,9.0,44,4 +6801,2014,by form of exploitation,Sexual exploitation,7.0,44,5 +6802,2014,by form of exploitation,Sexual exploitation,16.0,44,1 +6803,2015,Unknown,Unknown,7.0,44,4 +6804,2015,Unknown,Unknown,2.5,44,5 +6805,2015,Unknown,Unknown,2.5,44,6 +6806,2015,Unknown,Unknown,2.5,44,7 +6807,2015,Unknown,Unknown,7.0,44,2 +6808,2015,Unknown,Unknown,2.5,44,3 +6809,2015,Unknown,Unknown,11.0,44,1 +6810,2015,by form of exploitation,Sexual exploitation,7.0,44,4 +6811,2015,by form of exploitation,Sexual exploitation,2.5,44,5 +6812,2015,by form of exploitation,Sexual exploitation,11.0,44,1 +6813,2016,Unknown,Unknown,2.5,44,4 +6814,2016,Unknown,Unknown,5.0,44,5 +6815,2016,Unknown,Unknown,2.5,44,6 +6816,2016,Unknown,Unknown,2.5,44,7 +6817,2016,Unknown,Unknown,2.5,44,2 +6818,2016,Unknown,Unknown,5.0,44,3 +6819,2016,Unknown,Unknown,6.0,44,1 +6820,2016,by citizenship,Cuba,2.5,44,1 +6821,2016,by form of exploitation,Sexual exploitation,2.5,44,4 +6822,2016,by form of exploitation,Sexual exploitation,6.0,44,5 +6823,2016,by form of exploitation,Sexual exploitation,6.0,44,1 +6824,2017,by form of exploitation,Sexual exploitation,2.5,44,1 +6825,2018,by form of exploitation,Forced labour,2.5,44,1 +6826,2018,by form of exploitation,Sexual exploitation,2.5,44,1 +6827,2019,by form of exploitation,Sexual exploitation,2.5,44,1 +6828,2020,by form of exploitation,Forced labour,2.5,44,1 +6829,2020,by form of exploitation,Sexual exploitation,2.5,44,1 +6830,2021,Unknown,Unknown,10.0,44,4 +6831,2021,Unknown,Unknown,2.5,44,5 +6832,2021,Unknown,Unknown,2.5,44,6 +6833,2021,Unknown,Unknown,2.5,44,7 +6834,2021,Unknown,Unknown,10.0,44,2 +6835,2021,Unknown,Unknown,2.5,44,3 +6836,2021,Unknown,Unknown,10.0,44,1 +6837,2021,by citizenship,Cuba,10.0,44,1 +6838,2021,by form of exploitation,Forced labour,2.5,44,4 +6839,2021,by form of exploitation,Forced labour,2.5,44,5 +6840,2021,by form of exploitation,Forced labour,2.5,44,6 +6841,2021,by form of exploitation,Forced labour,2.5,44,7 +6842,2021,by form of exploitation,Sexual exploitation,10.0,44,4 +6843,2021,by form of exploitation,Sexual exploitation,2.5,44,5 +6844,2021,by form of exploitation,Sexual exploitation,2.5,44,6 +6845,2021,by form of exploitation,Sexual exploitation,2.5,44,7 +6846,2021,by form of exploitation,Sexual exploitation,10.0,44,2 +6847,2021,by form of exploitation,Sexual exploitation,10.0,44,1 +6848,2022,Unknown,Unknown,5.0,44,4 +6849,2022,Unknown,Unknown,2.5,44,5 +6850,2022,Unknown,Unknown,2.5,44,6 +6851,2022,Unknown,Unknown,2.5,44,7 +6852,2022,Unknown,Unknown,5.0,44,2 +6853,2022,Unknown,Unknown,2.5,44,3 +6854,2022,Unknown,Unknown,6.0,44,1 +6855,2022,by citizenship,Cuba,6.0,44,1 +6856,2022,by form of exploitation,Forced labour,2.5,44,4 +6857,2022,by form of exploitation,Forced labour,2.5,44,5 +6858,2022,by form of exploitation,Forced labour,2.5,44,6 +6859,2022,by form of exploitation,Forced labour,2.5,44,7 +6860,2022,by form of exploitation,Sexual exploitation,5.0,44,4 +6861,2022,by form of exploitation,Sexual exploitation,2.5,44,5 +6862,2022,by form of exploitation,Sexual exploitation,2.5,44,6 +6863,2022,by form of exploitation,Sexual exploitation,2.5,44,7 +6864,2022,by form of exploitation,Sexual exploitation,5.0,44,2 +6865,2022,by form of exploitation,Sexual exploitation,2.5,44,3 +6866,2022,by form of exploitation,Sexual exploitation,6.0,44,1 +6867,2014,by country of repatriation,Colombia,2.5,45,1 +6868,2007,Unknown,Unknown,2.5,46,4 +6869,2007,Unknown,Unknown,52.0,46,5 +6870,2007,Unknown,Unknown,2.5,46,6 +6871,2007,Unknown,Unknown,2.5,46,7 +6872,2007,Unknown,Unknown,2.5,46,2 +6873,2007,Unknown,Unknown,52.0,46,3 +6874,2007,Unknown,Unknown,54.0,46,1 +6875,2007,by citizenship,Belarus,2.5,46,1 +6876,2007,by citizenship,Dominican Republic,2.5,46,1 +6877,2007,by citizenship,Hungary,2.5,46,1 +6878,2007,by citizenship,Morocco,2.5,46,1 +6879,2007,by citizenship,Paraguay,2.5,46,1 +6880,2007,by citizenship,Philippines,12.0,46,1 +6881,2007,by citizenship,Moldova,8.0,46,1 +6882,2007,by citizenship,Russia,5.0,46,1 +6883,2007,by citizenship,Ukraine,8.0,46,1 +6884,2007,by citizenship,Vietnam,2.5,46,1 +6885,2007,by form of exploitation,Sexual exploitation,54.0,46,1 +6886,2008,Unknown,Unknown,2.5,46,4 +6887,2008,Unknown,Unknown,56.0,46,5 +6888,2008,Unknown,Unknown,2.5,46,6 +6889,2008,Unknown,Unknown,2.5,46,7 +6890,2008,Unknown,Unknown,2.5,46,2 +6891,2008,Unknown,Unknown,58.0,46,3 +6892,2008,Unknown,Unknown,58.0,46,1 +6893,2008,by citizenship,Dominican Republic,16.0,46,1 +6894,2008,by citizenship,Morocco,2.5,46,1 +6895,2008,by citizenship,Philippines,2.5,46,1 +6896,2008,by citizenship,Moldova,10.0,46,1 +6897,2008,by citizenship,Romania,13.0,46,1 +6898,2008,by citizenship,Russia,6.0,46,1 +6899,2008,by citizenship,Syria,2.5,46,1 +6900,2008,by citizenship,Ukraine,2.5,46,1 +6901,2008,by citizenship,Uzbekistan,2.5,46,1 +6902,2008,by citizenship,Vietnam,2.5,46,1 +6903,2008,by form of exploitation,Forced labour,6.0,46,1 +6904,2008,by form of exploitation,Sexual exploitation,40.0,46,1 +6905,2009,Unknown,Unknown,2.5,46,4 +6906,2009,Unknown,Unknown,27.0,46,5 +6907,2009,Unknown,Unknown,2.5,46,6 +6908,2009,Unknown,Unknown,86.0,46,7 +6909,2009,Unknown,Unknown,2.5,46,2 +6910,2009,Unknown,Unknown,113.0,46,3 +6911,2009,Unknown,Unknown,113.0,46,1 +6912,2009,by citizenship,Bulgaria,2.5,46,1 +6913,2009,by citizenship,Hungary,2.5,46,1 +6914,2009,by citizenship,Morocco,2.5,46,1 +6915,2009,by citizenship,Philippines,8.0,46,1 +6916,2009,by citizenship,Moldova,2.5,46,1 +6917,2009,by citizenship,Romania,91.0,46,1 +6918,2009,by citizenship,Ukraine,2.5,46,1 +6919,2009,by form of exploitation,Forced labour,90.0,46,1 +6920,2009,by form of exploitation,Sexual exploitation,23.0,46,1 +6921,2010,Unknown,Unknown,2.5,46,6 +6922,2010,Unknown,Unknown,2.5,46,8 +6923,2010,Unknown,Unknown,2.5,46,2 +6924,2010,by form of exploitation,Forced labour,17.0,46,1 +6925,2010,by form of exploitation,Sexual exploitation,23.0,46,1 +6926,2010,Unknown,Unknown,2.5,46,4 +6927,2010,Unknown,Unknown,45.0,46,5 +6928,2010,Unknown,Unknown,5.0,46,7 +6929,2010,Unknown,Unknown,50.0,46,3 +6930,2010,Unknown,Unknown,52.0,46,1 +6931,2010,by citizenship,Belarus,2.5,46,1 +6932,2010,by citizenship,Bulgaria,11.0,46,1 +6933,2010,by citizenship,Cameroon,2.5,46,1 +6934,2010,by citizenship,Egypt,5.0,46,1 +6935,2010,by citizenship,Estonia,2.5,46,1 +6936,2010,by citizenship,Philippines,5.0,46,1 +6937,2010,by citizenship,Moldova,2.5,46,1 +6938,2010,by citizenship,Romania,7.0,46,1 +6939,2010,by citizenship,Ukraine,2.5,46,1 +6940,2010,by citizenship,Vietnam,12.0,46,1 +6941,2010,by country of repatriation,Latvia,2.5,46,1 +6942,2010,by country of repatriation,Nepal,2.5,46,1 +6943,2010,by country of repatriation,Moldova,11.0,46,1 +6944,2010,by country of repatriation,Romania,78.0,46,1 +6945,2010,by country of repatriation,Ukraine,25.0,46,1 +6946,2011,Unknown,Unknown,2.5,46,6 +6947,2011,Unknown,Unknown,2.5,46,8 +6948,2011,Unknown,Unknown,2.5,46,2 +6949,2011,by form of exploitation,Forced labour,10.0,46,1 +6950,2011,by form of exploitation,Sexual exploitation,28.0,46,1 +6951,2011,Unknown,Unknown,2.5,46,4 +6952,2011,Unknown,Unknown,34.0,46,5 +6953,2011,Unknown,Unknown,5.0,46,7 +6954,2011,Unknown,Unknown,39.0,46,3 +6955,2011,Unknown,Unknown,40.0,46,1 +6956,2011,by citizenship,Belarus,2.5,46,1 +6957,2011,by citizenship,Cameroon,2.5,46,1 +6958,2011,by citizenship,China,7.0,46,1 +6959,2011,by citizenship,Estonia,2.5,46,1 +6960,2011,by citizenship,India,6.0,46,1 +6961,2011,by citizenship,Philippines,2.5,46,1 +6962,2011,by citizenship,Romania,8.0,46,1 +6963,2011,by citizenship,Russia,2.5,46,1 +6964,2011,by citizenship,Ukraine,2.5,46,1 +6965,2011,by citizenship,Vietnam,7.0,46,1 +6966,2011,by country of repatriation,Moldova,2.5,46,1 +6967,2011,by country of repatriation,Romania,19.0,46,1 +6968,2011,by country of repatriation,Russia,2.5,46,1 +6969,2012,Unknown,Unknown,26.0,46,5 +6970,2012,Unknown,Unknown,2.5,46,6 +6971,2012,Unknown,Unknown,11.0,46,7 +6972,2012,Unknown,Unknown,2.5,46,8 +6973,2012,Unknown,Unknown,2.5,46,2 +6974,2012,Unknown,Unknown,37.0,46,3 +6975,2012,Unknown,Unknown,37.0,46,1 +6976,2012,by form of exploitation,Forced labour,19.0,46,1 +6977,2012,by form of exploitation,Sexual exploitation,16.0,46,1 +6978,2012,by country of repatriation,Belarus,2.5,46,1 +6979,2012,by country of repatriation,Bulgaria,2.5,46,1 +6980,2012,by country of repatriation,Ukraine,6.0,46,1 +6981,2013,Unknown,Unknown,22.0,46,5 +6982,2013,Unknown,Unknown,2.5,46,6 +6983,2013,Unknown,Unknown,8.0,46,7 +6984,2013,Unknown,Unknown,2.5,46,8 +6985,2013,Unknown,Unknown,2.5,46,2 +6986,2013,Unknown,Unknown,30.0,46,3 +6987,2013,Unknown,Unknown,30.0,46,1 +6988,2013,by form of exploitation,Forced labour,10.0,46,1 +6989,2013,by form of exploitation,Sexual exploitation,15.0,46,1 +6990,2013,by country of repatriation,Belarus,2.5,46,1 +6991,2013,by country of repatriation,Latvia,2.5,46,1 +6992,2013,by country of repatriation,Ukraine,2.5,46,1 +6993,2014,Unknown,Unknown,2.5,46,6 +6994,2014,Unknown,Unknown,2.5,46,8 +6995,2014,Unknown,Unknown,2.5,46,2 +6996,2014,by form of exploitation,Forced labour,20.0,46,1 +6997,2014,by form of exploitation,Sexual exploitation,17.0,46,1 +6998,2014,Unknown,Unknown,2.5,46,4 +6999,2014,Unknown,Unknown,25.0,46,5 +7000,2014,Unknown,Unknown,15.0,46,7 +7001,2014,Unknown,Unknown,40.0,46,3 +7002,2014,Unknown,Unknown,42.0,46,1 +7003,2014,by citizenship,Bangladesh,2.5,46,1 +7004,2014,by citizenship,Belarus,2.5,46,1 +7005,2014,by citizenship,Bulgaria,8.0,46,1 +7006,2014,by citizenship,Cyprus,2.5,46,1 +7007,2014,by citizenship,India,12.0,46,1 +7008,2014,by citizenship,Kenya,2.5,46,1 +7009,2014,by citizenship,Latvia,2.5,46,1 +7010,2014,by citizenship,Morocco,2.5,46,1 +7011,2014,by citizenship,Moldova,2.5,46,1 +7012,2014,by citizenship,Romania,7.0,46,1 +7013,2014,by citizenship,Sri Lanka,2.5,46,1 +7014,2014,by citizenship,Ukraine,2.5,46,1 +7015,2014,by country of repatriation,Latvia,2.5,46,1 +7016,2014,by country of repatriation,Moldova,2.5,46,1 +7017,2014,by form of exploitation,Forced labour,2.5,46,4 +7018,2014,by form of exploitation,Forced labour,2.5,46,5 +7019,2014,by form of exploitation,Forced labour,2.5,46,6 +7020,2014,by form of exploitation,Forced labour,7.0,46,7 +7021,2014,by form of exploitation,Sexual exploitation,2.5,46,4 +7022,2014,by form of exploitation,Sexual exploitation,11.0,46,5 +7023,2014,by form of exploitation,Sexual exploitation,2.5,46,6 +7024,2014,by form of exploitation,Sexual exploitation,2.5,46,7 +7025,2015,Unknown,Unknown,20.0,46,5 +7026,2015,Unknown,Unknown,2.5,46,6 +7027,2015,Unknown,Unknown,22.0,46,7 +7028,2015,Unknown,Unknown,2.5,46,8 +7029,2015,Unknown,Unknown,2.5,46,2 +7030,2015,Unknown,Unknown,42.0,46,3 +7031,2015,Unknown,Unknown,46.0,46,1 +7032,2015,by form of exploitation,Forced labour,27.0,46,1 +7033,2015,by form of exploitation,Sexual exploitation,12.0,46,1 +7034,2015,Unknown,Unknown,2.5,46,4 +7035,2015,by citizenship,Bangladesh,5.0,46,1 +7036,2015,by citizenship,Bulgaria,2.5,46,1 +7037,2015,by citizenship,Cameroon,2.5,46,1 +7038,2015,by citizenship,Cote d'Ivoire,2.5,46,1 +7039,2015,by citizenship,Greece,2.5,46,1 +7040,2015,by citizenship,India,13.0,46,1 +7041,2015,by citizenship,Philippines,2.5,46,1 +7042,2015,by citizenship,Moldova,2.5,46,1 +7043,2015,by citizenship,Romania,2.5,46,1 +7044,2015,by citizenship,Ukraine,2.5,46,1 +7045,2015,by citizenship,United Kingdom,2.5,46,1 +7046,2015,by citizenship,Vietnam,2.5,46,1 +7047,2015,by country of repatriation,Belarus,2.5,46,1 +7048,2015,by country of repatriation,Latvia,2.5,46,1 +7049,2015,by form of exploitation,Forced labour,2.5,46,4 +7050,2015,by form of exploitation,Forced labour,6.0,46,5 +7051,2015,by form of exploitation,Forced labour,2.5,46,6 +7052,2015,by form of exploitation,Forced labour,14.0,46,7 +7053,2015,by form of exploitation,Sexual exploitation,2.5,46,4 +7054,2015,by form of exploitation,Sexual exploitation,6.0,46,5 +7055,2015,by form of exploitation,Sexual exploitation,2.5,46,6 +7056,2015,by form of exploitation,Sexual exploitation,2.5,46,7 +7057,2016,Unknown,Unknown,39.0,46,5 +7058,2016,Unknown,Unknown,2.5,46,6 +7059,2016,Unknown,Unknown,5.0,46,7 +7060,2016,Unknown,Unknown,2.5,46,8 +7061,2016,Unknown,Unknown,2.5,46,2 +7062,2016,Unknown,Unknown,43.0,46,3 +7063,2016,Unknown,Unknown,44.0,46,1 +7064,2016,by form of exploitation,Forced labour,2.5,46,1 +7065,2016,Unknown,Unknown,2.5,46,4 +7066,2016,by citizenship,Bulgaria,6.0,46,1 +7067,2016,by citizenship,Egypt,2.5,46,1 +7068,2016,by citizenship,Greece,2.5,46,1 +7069,2016,by citizenship,Latvia,2.5,46,1 +7070,2016,by citizenship,Romania,12.0,46,1 +7071,2016,by citizenship,Syria,2.5,46,1 +7072,2016,by citizenship,Ukraine,2.5,46,1 +7073,2016,by citizenship,Vietnam,2.5,46,1 +7074,2016,by country of repatriation,Belarus,14.0,46,1 +7075,2016,by country of repatriation,Latvia,9.0,46,1 +7076,2016,by country of repatriation,Moldova,2.5,46,1 +7077,2016,by country of repatriation,Turkmenistan,2.5,46,1 +7078,2016,by country of repatriation,Ukraine,2.5,46,1 +7079,2016,by form of exploitation,Forced labour,2.5,46,4 +7080,2016,by form of exploitation,Forced labour,2.5,46,5 +7081,2016,by form of exploitation,Forced labour,2.5,46,6 +7082,2016,by form of exploitation,Forced labour,2.5,46,7 +7083,2016,by form of exploitation,Sexual exploitation,2.5,46,4 +7084,2016,by form of exploitation,Sexual exploitation,6.0,46,5 +7085,2016,by form of exploitation,Sexual exploitation,2.5,46,6 +7086,2016,by form of exploitation,Sexual exploitation,2.5,46,7 +7087,2016,by form of exploitation,Sexual exploitation,6.0,46,1 +7088,2017,Unknown,Unknown,2.5,46,6 +7089,2017,Unknown,Unknown,2.5,46,8 +7090,2017,Unknown,Unknown,2.5,46,2 +7091,2017,Unknown,Unknown,2.5,46,4 +7092,2017,Unknown,Unknown,18.0,46,5 +7093,2017,Unknown,Unknown,5.0,46,7 +7094,2017,Unknown,Unknown,23.0,46,3 +7095,2017,Unknown,Unknown,23.0,46,1 +7096,2017,by citizenship,Bulgaria,2.5,46,1 +7097,2017,by citizenship,Cameroon,6.0,46,1 +7098,2017,by citizenship,Cyprus,2.5,46,1 +7099,2017,by citizenship,Eritrea,2.5,46,1 +7100,2017,by citizenship,India,2.5,46,1 +7101,2017,by citizenship,Cote d'Ivoire,2.5,46,1 +7102,2017,by citizenship,Moldova,2.5,46,1 +7103,2017,by citizenship,Romania,6.0,46,1 +7104,2017,by citizenship,Russia,2.5,46,1 +7105,2017,by citizenship,Ukraine,2.5,46,1 +7106,2017,by country of repatriation,Abroad,2.5,46,1 +7107,2017,by form of exploitation,Forced labour,2.5,46,4 +7108,2017,by form of exploitation,Forced labour,2.5,46,5 +7109,2017,by form of exploitation,Forced labour,2.5,46,6 +7110,2017,by form of exploitation,Forced labour,5.0,46,7 +7111,2017,by form of exploitation,Forced labour,5.0,46,1 +7112,2017,by form of exploitation,Sexual exploitation,2.5,46,4 +7113,2017,by form of exploitation,Sexual exploitation,16.0,46,5 +7114,2017,by form of exploitation,Sexual exploitation,2.5,46,6 +7115,2017,by form of exploitation,Sexual exploitation,2.5,46,7 +7116,2017,by form of exploitation,Sexual exploitation,16.0,46,1 +7117,2018,Unknown,Unknown,2.5,46,6 +7118,2018,Unknown,Unknown,2.5,46,7 +7119,2018,Unknown,Unknown,2.5,46,8 +7120,2018,Unknown,Unknown,2.5,46,2 +7121,2018,by form of exploitation,Forced labour,2.5,46,1 +7122,2018,Unknown,Unknown,2.5,46,4 +7123,2018,Unknown,Unknown,37.0,46,5 +7124,2018,Unknown,Unknown,41.0,46,3 +7125,2018,Unknown,Unknown,41.0,46,1 +7126,2018,by citizenship,Bangladesh,2.5,46,1 +7127,2018,by citizenship,Bulgaria,2.5,46,1 +7128,2018,by citizenship,Cameroon,5.0,46,1 +7129,2018,by citizenship,China,2.5,46,1 +7130,2018,by citizenship,Cyprus,2.5,46,1 +7131,2018,by citizenship,Egypt,2.5,46,1 +7132,2018,by citizenship,Ethiopia,2.5,46,1 +7133,2018,by citizenship,Gambia,2.5,46,1 +7134,2018,by citizenship,India,2.5,46,1 +7135,2018,by citizenship,Latvia,2.5,46,1 +7136,2018,by citizenship,Moldova,2.5,46,1 +7137,2018,by citizenship,Nigeria,2.5,46,1 +7138,2018,by citizenship,Pakistan,2.5,46,1 +7139,2018,by citizenship,Romania,2.5,46,1 +7140,2018,by citizenship,Russia,2.5,46,1 +7141,2018,by citizenship,Ukraine,9.0,46,1 +7142,2018,by citizenship,Uzbekistan,2.5,46,1 +7143,2018,by citizenship,Vietnam,2.5,46,1 +7144,2018,by country of repatriation,Abroad,2.5,46,1 +7145,2018,by form of exploitation,Forced labour,2.5,46,4 +7146,2018,by form of exploitation,Forced labour,2.5,46,5 +7147,2018,by form of exploitation,Forced labour,2.5,46,6 +7148,2018,by form of exploitation,Forced labour,2.5,46,7 +7149,2018,by form of exploitation,Sexual exploitation,2.5,46,4 +7150,2018,by form of exploitation,Sexual exploitation,30.0,46,5 +7151,2018,by form of exploitation,Sexual exploitation,2.5,46,6 +7152,2018,by form of exploitation,Sexual exploitation,2.5,46,7 +7153,2018,by form of exploitation,Sexual exploitation,30.0,46,1 +7154,2019,Unknown,Unknown,2.5,46,6 +7155,2019,Unknown,Unknown,2.5,46,7 +7156,2019,Unknown,Unknown,2.5,46,8 +7157,2019,Unknown,Unknown,2.5,46,2 +7158,2019,by form of exploitation,Forced labour,2.5,46,1 +7159,2019,Unknown,Unknown,2.5,46,4 +7160,2019,Unknown,Unknown,33.0,46,5 +7161,2019,Unknown,Unknown,34.0,46,3 +7162,2019,Unknown,Unknown,36.0,46,1 +7163,2019,by citizenship,Bulgaria,2.5,46,1 +7164,2019,by citizenship,Cameroon,5.0,46,1 +7165,2019,by citizenship,China,2.5,46,1 +7166,2019,by citizenship,Cote d'Ivoire,2.5,46,1 +7167,2019,by citizenship,Greece,2.5,46,1 +7168,2019,by citizenship,India,2.5,46,1 +7169,2019,by citizenship,Nepal,2.5,46,1 +7170,2019,by citizenship,Nigeria,2.5,46,1 +7171,2019,by citizenship,Romania,6.0,46,1 +7172,2019,by citizenship,Sri Lanka,2.5,46,1 +7173,2019,by citizenship,Ukraine,2.5,46,1 +7174,2019,by citizenship,Vietnam,2.5,46,1 +7175,2019,by country of repatriation,Abroad,2.5,46,1 +7176,2019,by form of exploitation,Forced labour,2.5,46,4 +7177,2019,by form of exploitation,Forced labour,2.5,46,5 +7178,2019,by form of exploitation,Forced labour,2.5,46,6 +7179,2019,by form of exploitation,Forced labour,2.5,46,7 +7180,2019,by form of exploitation,Forced labour,2.5,46,3 +7181,2019,by form of exploitation,Sexual exploitation,2.5,46,4 +7182,2019,by form of exploitation,Sexual exploitation,23.0,46,5 +7183,2019,by form of exploitation,Sexual exploitation,2.5,46,6 +7184,2019,by form of exploitation,Sexual exploitation,2.5,46,7 +7185,2019,by form of exploitation,Sexual exploitation,23.0,46,3 +7186,2019,by form of exploitation,Sexual exploitation,23.0,46,1 +7187,2020,Unknown,Unknown,2.5,46,6 +7188,2020,Unknown,Unknown,2.5,46,8 +7189,2020,Unknown,Unknown,2.5,46,2 +7190,2020,Unknown,Unknown,2.5,46,4 +7191,2020,Unknown,Unknown,11.0,46,5 +7192,2020,Unknown,Unknown,14.0,46,7 +7193,2020,Unknown,Unknown,25.0,46,3 +7194,2020,Unknown,Unknown,25.0,46,1 +7195,2020,by citizenship,Afghanistan,2.5,46,1 +7196,2020,by citizenship,Bulgaria,2.5,46,1 +7197,2020,by citizenship,Cameroon,2.5,46,1 +7198,2020,by citizenship,Egypt,10.0,46,1 +7199,2020,by citizenship,Philippines,2.5,46,1 +7200,2020,by citizenship,India,2.5,46,1 +7201,2020,by citizenship,Kosovo,2.5,46,1 +7202,2020,by citizenship,Nepal,2.5,46,1 +7203,2020,by citizenship,Pakistan,2.5,46,1 +7204,2020,by citizenship,Romania,2.5,46,1 +7205,2020,by country of repatriation,Abroad,2.5,46,1 +7206,2020,by form of exploitation,Forced labour,2.5,46,4 +7207,2020,by form of exploitation,Forced labour,2.5,46,5 +7208,2020,by form of exploitation,Forced labour,2.5,46,6 +7209,2020,by form of exploitation,Forced labour,12.0,46,7 +7210,2020,by form of exploitation,Forced labour,13.0,46,3 +7211,2020,by form of exploitation,Forced labour,13.0,46,1 +7212,2020,by form of exploitation,Sexual exploitation,2.5,46,4 +7213,2020,by form of exploitation,Sexual exploitation,7.0,46,5 +7214,2020,by form of exploitation,Sexual exploitation,2.5,46,6 +7215,2020,by form of exploitation,Sexual exploitation,2.5,46,7 +7216,2020,by form of exploitation,Sexual exploitation,2.5,46,2 +7217,2020,by form of exploitation,Sexual exploitation,7.0,46,3 +7218,2020,by form of exploitation,Sexual exploitation,9.0,46,1 +7219,2021,Unknown,Unknown,2.5,46,6 +7220,2021,Unknown,Unknown,2.5,46,2 +7221,2021,by form of exploitation,Sexual exploitation,11.0,46,1 +7222,2021,Unknown,Unknown,2.5,46,4 +7223,2021,Unknown,Unknown,10.0,46,5 +7224,2021,Unknown,Unknown,6.0,46,7 +7225,2021,Unknown,Unknown,16.0,46,3 +7226,2021,Unknown,Unknown,21.0,46,1 +7227,2021,by citizenship,Democratic Republic of the Congo,2.5,46,1 +7228,2021,by citizenship,Egypt,5.0,46,1 +7229,2021,by citizenship,Nepal,2.5,46,1 +7230,2021,by citizenship,Nigeria,2.5,46,1 +7231,2021,by citizenship,Romania,2.5,46,1 +7232,2021,by citizenship,Syria,2.5,46,1 +7233,2021,by form of exploitation,Forced labour,2.5,46,4 +7234,2021,by form of exploitation,Forced labour,2.5,46,5 +7235,2021,by form of exploitation,Forced labour,2.5,46,6 +7236,2021,by form of exploitation,Forced labour,5.0,46,7 +7237,2021,by form of exploitation,Forced labour,2.5,46,2 +7238,2021,by form of exploitation,Forced labour,6.0,46,3 +7239,2021,by form of exploitation,Forced labour,7.0,46,1 +7240,2021,by form of exploitation,Sexual exploitation,2.5,46,4 +7241,2021,by form of exploitation,Sexual exploitation,7.0,46,5 +7242,2021,by form of exploitation,Sexual exploitation,2.5,46,6 +7243,2021,by form of exploitation,Sexual exploitation,2.5,46,7 +7244,2021,by form of exploitation,Sexual exploitation,2.5,46,2 +7245,2021,by form of exploitation,Sexual exploitation,7.0,46,3 +7246,2022,Unknown,Unknown,2.5,46,6 +7247,2022,Unknown,Unknown,2.5,46,7 +7248,2022,Unknown,Unknown,10.0,46,3 +7249,2022,by form of exploitation,Forced labour,2.5,46,1 +7250,2022,by form of exploitation,Sexual exploitation,5.0,46,1 +7251,2022,Unknown,Unknown,2.5,46,4 +7252,2022,Unknown,Unknown,10.0,46,5 +7253,2022,Unknown,Unknown,2.5,46,2 +7254,2022,Unknown,Unknown,16.0,46,1 +7255,2022,by citizenship,Bulgaria,2.5,46,1 +7256,2022,by citizenship,Cameroon,2.5,46,1 +7257,2022,by citizenship,Egypt,2.5,46,1 +7258,2022,by citizenship,Nepal,2.5,46,1 +7259,2022,by citizenship,Romania,6.0,46,1 +7260,2022,by citizenship,Russia,2.5,46,1 +7261,2022,by form of exploitation,Forced labour,2.5,46,4 +7262,2022,by form of exploitation,Forced labour,2.5,46,5 +7263,2022,by form of exploitation,Forced labour,2.5,46,6 +7264,2022,by form of exploitation,Forced labour,2.5,46,7 +7265,2022,by form of exploitation,Sexual exploitation,2.5,46,4 +7266,2022,by form of exploitation,Sexual exploitation,2.5,46,5 +7267,2022,by form of exploitation,Sexual exploitation,2.5,46,6 +7268,2022,by form of exploitation,Sexual exploitation,2.5,46,7 +7269,2022,by form of exploitation,Sexual exploitation,2.5,46,3 +7270,2005,by form of exploitation,Sexual exploitation,17.0,47,1 +7271,2006,by form of exploitation,Forced labour,2.5,47,1 +7272,2006,by form of exploitation,Sexual exploitation,10.0,47,1 +7273,2007,Unknown,Unknown,2.5,47,2 +7274,2007,Unknown,Unknown,31.0,47,3 +7275,2007,Unknown,Unknown,33.0,47,1 +7276,2007,by citizenship,Czech Republic,5.0,47,1 +7277,2007,by citizenship,Russia,2.5,47,1 +7278,2007,by citizenship,North Macedonia,2.5,47,1 +7279,2007,by citizenship,Ukraine,2.5,47,1 +7280,2007,by citizenship,Vietnam,2.5,47,1 +7281,2007,by form of exploitation,Forced labour,2.5,47,1 +7282,2007,by form of exploitation,Sexual exploitation,15.0,47,1 +7283,2008,Unknown,Unknown,2.5,47,2 +7284,2008,Unknown,Unknown,115.0,47,3 +7285,2008,Unknown,Unknown,119.0,47,1 +7286,2008,by citizenship,Brazil,2.5,47,1 +7287,2008,by citizenship,Czech Republic,2.5,47,1 +7288,2008,by citizenship,Romania,6.0,47,1 +7289,2008,by citizenship,Ukraine,7.0,47,1 +7290,2008,by form of exploitation,Forced labour,15.0,47,1 +7291,2008,by form of exploitation,Sexual exploitation,9.0,47,1 +7292,2009,Unknown,Unknown,2.5,47,2 +7293,2009,Unknown,Unknown,40.0,47,3 +7294,2009,Unknown,Unknown,42.0,47,1 +7295,2009,by citizenship,Czech Republic,2.5,47,1 +7296,2009,by citizenship,Ukraine,8.0,47,1 +7297,2009,by form of exploitation,Forced labour,8.0,47,1 +7298,2009,by form of exploitation,Sexual exploitation,5.0,47,1 +7299,2010,Unknown,Unknown,7.0,47,2 +7300,2010,Unknown,Unknown,69.0,47,3 +7301,2010,Unknown,Unknown,76.0,47,1 +7302,2010,by citizenship,Bulgaria,14.0,47,1 +7303,2010,by citizenship,Democratic Republic of the Congo,2.5,47,1 +7304,2010,by citizenship,Czech Republic,11.0,47,1 +7305,2010,by citizenship,Honduras,2.5,47,1 +7306,2010,by citizenship,Hungary,2.5,47,1 +7307,2010,by citizenship,Latvia,2.5,47,1 +7308,2010,by citizenship,Nigeria,2.5,47,1 +7309,2010,by citizenship,Poland,2.5,47,1 +7310,2010,by citizenship,Moldova,2.5,47,1 +7311,2010,by citizenship,Romania,2.5,47,1 +7312,2010,by citizenship,Slovakia,2.5,47,1 +7313,2010,by citizenship,Suriname,2.5,47,1 +7314,2010,by citizenship,Ukraine,14.0,47,1 +7315,2010,by citizenship,Vietnam,2.5,47,1 +7316,2010,by country of repatriation,Romania,87.0,47,1 +7317,2010,by country of repatriation,Slovakia,2.5,47,1 +7318,2010,by country of repatriation,Ukraine,35.0,47,1 +7319,2010,by form of exploitation,Forced labour,37.0,47,1 +7320,2010,by form of exploitation,Sexual exploitation,8.0,47,1 +7321,2011,Unknown,Unknown,51.0,47,1 +7322,2011,by citizenship,Armenia,2.5,47,1 +7323,2011,by citizenship,Bulgaria,6.0,47,1 +7324,2011,by citizenship,Democratic Republic of the Congo,2.5,47,1 +7325,2011,by citizenship,Czech Republic,14.0,47,1 +7326,2011,by citizenship,Kazakhstan,2.5,47,1 +7327,2011,by citizenship,Montenegro,2.5,47,1 +7328,2011,by citizenship,Nigeria,2.5,47,1 +7329,2011,by citizenship,Moldova,2.5,47,1 +7330,2011,by citizenship,Romania,2.5,47,1 +7331,2011,by citizenship,Russia,2.5,47,1 +7332,2011,by citizenship,Slovakia,6.0,47,1 +7333,2011,by citizenship,Sri Lanka,2.5,47,1 +7334,2011,by citizenship,Palestine,2.5,47,1 +7335,2011,by citizenship,Ukraine,9.0,47,1 +7336,2011,by citizenship,Vietnam,2.5,47,1 +7337,2011,by country of repatriation,Romania,19.0,47,1 +7338,2011,by country of repatriation,Slovakia,2.5,47,1 +7339,2011,by form of exploitation,Forced labour,31.0,47,1 +7340,2011,by form of exploitation,Sexual exploitation,8.0,47,1 +7341,2012,Unknown,Unknown,10.0,47,4 +7342,2012,Unknown,Unknown,24.0,47,5 +7343,2012,Unknown,Unknown,18.0,47,6 +7344,2012,Unknown,Unknown,2.5,47,7 +7345,2012,Unknown,Unknown,28.0,47,2 +7346,2012,Unknown,Unknown,24.0,47,3 +7347,2012,Unknown,Unknown,52.0,47,1 +7348,2012,by citizenship,Bulgaria,15.0,47,1 +7349,2012,by citizenship,Czech Republic,9.0,47,1 +7350,2012,by citizenship,Nigeria,6.0,47,1 +7351,2012,by citizenship,Philippines,2.5,47,1 +7352,2012,by citizenship,Moldova,2.5,47,1 +7353,2012,by citizenship,Romania,2.5,47,1 +7354,2012,by citizenship,Russia,2.5,47,1 +7355,2012,by citizenship,Slovakia,2.5,47,1 +7356,2012,by citizenship,Palestine,2.5,47,1 +7357,2012,by citizenship,Ukraine,10.0,47,1 +7358,2012,by citizenship,Uzbekistan,2.5,47,1 +7359,2012,by country of repatriation,Ukraine,2.5,47,1 +7360,2012,by form of exploitation,Sexual exploitation,52.0,47,1 +7361,2013,Unknown,Unknown,13.0,47,4 +7362,2013,Unknown,Unknown,2.5,47,5 +7363,2013,Unknown,Unknown,31.0,47,6 +7364,2013,Unknown,Unknown,9.0,47,7 +7365,2013,Unknown,Unknown,44.0,47,2 +7366,2013,Unknown,Unknown,13.0,47,3 +7367,2013,Unknown,Unknown,57.0,47,1 +7368,2013,by country of repatriation,Slovakia,2.5,47,1 +7369,2013,by country of repatriation,Uganda,2.5,47,1 +7370,2013,by country of repatriation,Ukraine,14.0,47,1 +7371,2013,by form of exploitation,Forced labour,8.0,47,1 +7372,2013,by form of exploitation,Sexual exploitation,49.0,47,1 +7373,2014,Unknown,Unknown,9.0,47,4 +7374,2014,Unknown,Unknown,2.5,47,5 +7375,2014,Unknown,Unknown,8.0,47,7 +7376,2014,Unknown,Unknown,41.0,47,2 +7377,2014,Unknown,Unknown,11.0,47,3 +7378,2014,Unknown,Unknown,67.0,47,1 +7379,2014,by citizenship,Bulgaria,2.5,47,1 +7380,2014,by citizenship,Czech Republic,2.5,47,1 +7381,2014,by citizenship,Romania,39.0,47,1 +7382,2014,by citizenship,Slovakia,2.5,47,1 +7383,2014,by country of repatriation,Slovakia,2.5,47,1 +7384,2014,by form of exploitation,Forced labour,2.5,47,1 +7385,2014,by form of exploitation,Sexual exploitation,64.0,47,1 +7386,2015,Unknown,Unknown,6.0,47,4 +7387,2015,Unknown,Unknown,9.0,47,5 +7388,2015,Unknown,Unknown,8.0,47,6 +7389,2015,Unknown,Unknown,18.0,47,7 +7390,2015,Unknown,Unknown,14.0,47,2 +7391,2015,Unknown,Unknown,27.0,47,3 +7392,2015,Unknown,Unknown,50.0,47,1 +7393,2015,by citizenship,Czech Republic,2.5,47,1 +7394,2015,by citizenship,Slovakia,2.5,47,1 +7395,2015,by citizenship,Ukraine,2.5,47,1 +7396,2015,by form of exploitation,Forced labour,17.0,47,1 +7397,2015,by form of exploitation,Sexual exploitation,33.0,47,1 +7398,2016,Unknown,Unknown,8.0,47,4 +7399,2016,Unknown,Unknown,29.0,47,5 +7400,2016,Unknown,Unknown,2.5,47,6 +7401,2016,Unknown,Unknown,9.0,47,2 +7402,2016,Unknown,Unknown,29.0,47,3 +7403,2016,Unknown,Unknown,38.0,47,1 +7404,2016,by citizenship,Bulgaria,2.5,47,1 +7405,2016,by citizenship,Czech Republic,2.5,47,1 +7406,2016,by citizenship,Romania,7.0,47,1 +7407,2016,by citizenship,Slovakia,2.5,47,1 +7408,2016,by citizenship,Ukraine,2.5,47,1 +7409,2016,by country of repatriation,Moldova,2.5,47,1 +7410,2016,by country of repatriation,Slovakia,2.5,47,1 +7411,2016,by country of repatriation,Ukraine,6.0,47,1 +7412,2016,by form of exploitation,Forced labour,9.0,47,1 +7413,2016,by form of exploitation,Sexual exploitation,9.0,47,1 +7414,2017,Unknown,Unknown,2.5,47,4 +7415,2017,Unknown,Unknown,12.0,47,5 +7416,2017,Unknown,Unknown,2.5,47,6 +7417,2017,Unknown,Unknown,12.0,47,7 +7418,2017,Unknown,Unknown,2.5,47,2 +7419,2017,Unknown,Unknown,24.0,47,3 +7420,2017,Unknown,Unknown,24.0,47,1 +7421,2017,by form of exploitation,Forced labour,2.5,47,4 +7422,2017,by form of exploitation,Forced labour,5.0,47,5 +7423,2017,by form of exploitation,Forced labour,2.5,47,6 +7424,2017,by form of exploitation,Forced labour,12.0,47,7 +7425,2017,by form of exploitation,Forced labour,17.0,47,3 +7426,2017,by form of exploitation,Forced labour,17.0,47,1 +7427,2017,by form of exploitation,Sexual exploitation,2.5,47,4 +7428,2017,by form of exploitation,Sexual exploitation,2.5,47,5 +7429,2017,by form of exploitation,Sexual exploitation,2.5,47,6 +7430,2017,by form of exploitation,Sexual exploitation,7.0,47,7 +7431,2017,by form of exploitation,Sexual exploitation,7.0,47,3 +7432,2017,by form of exploitation,Sexual exploitation,7.0,47,1 +7433,2018,Unknown,Unknown,2.5,47,4 +7434,2018,Unknown,Unknown,13.0,47,5 +7435,2018,Unknown,Unknown,2.5,47,6 +7436,2018,Unknown,Unknown,2.5,47,7 +7437,2018,Unknown,Unknown,2.5,47,2 +7438,2018,Unknown,Unknown,17.0,47,3 +7439,2018,Unknown,Unknown,17.0,47,1 +7440,2018,by form of exploitation,Forced labour,2.5,47,4 +7441,2018,by form of exploitation,Forced labour,2.5,47,5 +7442,2018,by form of exploitation,Forced labour,2.5,47,6 +7443,2018,by form of exploitation,Forced labour,2.5,47,7 +7444,2018,by form of exploitation,Forced labour,15.0,47,3 +7445,2018,by form of exploitation,Forced labour,5.0,47,1 +7446,2018,by form of exploitation,Sexual exploitation,2.5,47,4 +7447,2018,by form of exploitation,Sexual exploitation,2.5,47,5 +7448,2018,by form of exploitation,Sexual exploitation,2.5,47,6 +7449,2018,by form of exploitation,Sexual exploitation,2.5,47,7 +7450,2018,by form of exploitation,Sexual exploitation,12.0,47,3 +7451,2018,by form of exploitation,Sexual exploitation,2.5,47,1 +7452,2019,Unknown,Unknown,2.5,47,4 +7453,2019,Unknown,Unknown,11.0,47,5 +7454,2019,Unknown,Unknown,2.5,47,6 +7455,2019,Unknown,Unknown,2.5,47,7 +7456,2019,Unknown,Unknown,2.5,47,2 +7457,2019,Unknown,Unknown,15.0,47,3 +7458,2019,Unknown,Unknown,15.0,47,1 +7459,2019,by form of exploitation,Forced labour,2.5,47,4 +7460,2019,by form of exploitation,Forced labour,2.5,47,5 +7461,2019,by form of exploitation,Forced labour,2.5,47,6 +7462,2019,by form of exploitation,Forced labour,2.5,47,7 +7463,2019,by form of exploitation,Forced labour,5.0,47,3 +7464,2019,by form of exploitation,Forced labour,5.0,47,1 +7465,2019,by form of exploitation,Sexual exploitation,2.5,47,4 +7466,2019,by form of exploitation,Sexual exploitation,2.5,47,5 +7467,2019,by form of exploitation,Sexual exploitation,2.5,47,6 +7468,2019,by form of exploitation,Sexual exploitation,2.5,47,7 +7469,2019,by form of exploitation,Sexual exploitation,2.5,47,3 +7470,2019,by form of exploitation,Sexual exploitation,2.5,47,1 +7471,2020,Unknown,Unknown,2.5,47,4 +7472,2020,Unknown,Unknown,6.0,47,5 +7473,2020,Unknown,Unknown,2.5,47,6 +7474,2020,Unknown,Unknown,6.0,47,7 +7475,2020,Unknown,Unknown,2.5,47,2 +7476,2020,Unknown,Unknown,12.0,47,3 +7477,2020,Unknown,Unknown,13.0,47,1 +7478,2020,by form of exploitation,Forced labour,2.5,47,4 +7479,2020,by form of exploitation,Forced labour,5.0,47,5 +7480,2020,by form of exploitation,Forced labour,2.5,47,6 +7481,2020,by form of exploitation,Forced labour,5.0,47,7 +7482,2020,by form of exploitation,Forced labour,2.5,47,2 +7483,2020,by form of exploitation,Forced labour,10.0,47,3 +7484,2020,by form of exploitation,Forced labour,11.0,47,1 +7485,2020,by form of exploitation,Sexual exploitation,2.5,47,4 +7486,2020,by form of exploitation,Sexual exploitation,2.5,47,5 +7487,2020,by form of exploitation,Sexual exploitation,2.5,47,6 +7488,2020,by form of exploitation,Sexual exploitation,2.5,47,7 +7489,2020,by form of exploitation,Sexual exploitation,2.5,47,3 +7490,2020,by form of exploitation,Sexual exploitation,2.5,47,1 +7491,2021,Unknown,Unknown,9.0,47,4 +7492,2021,Unknown,Unknown,2.5,47,5 +7493,2021,Unknown,Unknown,2.5,47,6 +7494,2021,Unknown,Unknown,2.5,47,7 +7495,2021,Unknown,Unknown,9.0,47,2 +7496,2021,Unknown,Unknown,2.5,47,3 +7497,2021,Unknown,Unknown,14.0,47,1 +7498,2021,by citizenship,Cote d'Ivoire,9.0,47,1 +7499,2021,by citizenship,Ukraine,2.5,47,1 +7500,2021,by form of exploitation,Forced labour,2.5,47,4 +7501,2021,by form of exploitation,Forced labour,2.5,47,5 +7502,2021,by form of exploitation,Forced labour,2.5,47,6 +7503,2021,by form of exploitation,Forced labour,2.5,47,7 +7504,2021,by form of exploitation,Sexual exploitation,9.0,47,4 +7505,2021,by form of exploitation,Sexual exploitation,2.5,47,5 +7506,2021,by form of exploitation,Sexual exploitation,2.5,47,6 +7507,2021,by form of exploitation,Sexual exploitation,2.5,47,7 +7508,2021,by form of exploitation,Sexual exploitation,9.0,47,2 +7509,2021,by form of exploitation,Sexual exploitation,2.5,47,3 +7510,2021,by form of exploitation,Sexual exploitation,13.0,47,1 +7511,2005,by form of exploitation,Sexual exploitation,642.0,48,1 +7512,2006,by form of exploitation,Sexual exploitation,775.0,48,1 +7513,2007,Unknown,Unknown,74.0,48,4 +7514,2007,Unknown,Unknown,568.0,48,5 +7515,2007,Unknown,Unknown,7.0,48,6 +7516,2007,Unknown,Unknown,17.0,48,7 +7517,2007,Unknown,Unknown,81.0,48,2 +7518,2007,Unknown,Unknown,585.0,48,3 +7519,2007,Unknown,Unknown,689.0,48,1 +7520,2007,by citizenship,Bulgaria,77.0,48,1 +7521,2007,by citizenship,Czech Republic,57.0,48,1 +7522,2007,by citizenship,Germany,185.0,48,1 +7523,2007,by citizenship,Hungary,31.0,48,1 +7524,2007,by citizenship,Lithuania,17.0,48,1 +7525,2007,by citizenship,Nigeria,19.0,48,1 +7526,2007,by citizenship,Poland,56.0,48,1 +7527,2007,by citizenship,Romania,66.0,48,1 +7528,2007,by citizenship,Russia,38.0,48,1 +7529,2007,by citizenship,Slovakia,18.0,48,1 +7530,2007,by form of exploitation,Sexual exploitation,689.0,48,1 +7531,2008,Unknown,Unknown,110.0,48,4 +7532,2008,Unknown,Unknown,496.0,48,5 +7533,2008,Unknown,Unknown,59.0,48,6 +7534,2008,Unknown,Unknown,15.0,48,7 +7535,2008,Unknown,Unknown,169.0,48,2 +7536,2008,Unknown,Unknown,511.0,48,3 +7537,2008,Unknown,Unknown,692.0,48,1 +7538,2008,by citizenship,Bosnia and Herzegovina,19.0,48,1 +7539,2008,by citizenship,Bulgaria,120.0,48,1 +7540,2008,by citizenship,Czech Republic,14.0,48,1 +7541,2008,by citizenship,Germany,194.0,48,1 +7542,2008,by citizenship,Hungary,36.0,48,1 +7543,2008,by citizenship,Nigeria,25.0,48,1 +7544,2008,by citizenship,Poland,41.0,48,1 +7545,2008,by citizenship,Romania,136.0,48,1 +7546,2008,by citizenship,Slovakia,10.0,48,1 +7547,2008,by citizenship,Turkey,18.0,48,1 +7548,2008,by form of exploitation,Forced labour,16.0,48,1 +7549,2008,by form of exploitation,Sexual exploitation,676.0,48,1 +7550,2009,Unknown,Unknown,76.0,48,4 +7551,2009,Unknown,Unknown,528.0,48,5 +7552,2009,Unknown,Unknown,73.0,48,6 +7553,2009,Unknown,Unknown,33.0,48,7 +7554,2009,Unknown,Unknown,149.0,48,2 +7555,2009,Unknown,Unknown,561.0,48,3 +7556,2009,Unknown,Unknown,733.0,48,1 +7557,2009,by citizenship,Bulgaria,147.0,48,1 +7558,2009,by citizenship,Czech Republic,14.0,48,1 +7559,2009,by citizenship,Germany,176.0,48,1 +7560,2009,by citizenship,Hungary,21.0,48,1 +7561,2009,by citizenship,Nigeria,34.0,48,1 +7562,2009,by citizenship,Poland,27.0,48,1 +7563,2009,by citizenship,Romania,145.0,48,1 +7564,2009,by citizenship,Russia,9.0,48,1 +7565,2009,by citizenship,Slovakia,17.0,48,1 +7566,2009,by citizenship,Turkey,27.0,48,1 +7567,2009,by form of exploitation,Forced labour,23.0,48,1 +7568,2009,by form of exploitation,Sexual exploitation,710.0,48,1 +7569,2010,by form of exploitation,Forced labour,41.0,48,1 +7570,2010,by form of exploitation,Sexual exploitation,610.0,48,1 +7571,2010,Unknown,Unknown,81.0,48,4 +7572,2010,Unknown,Unknown,512.0,48,5 +7573,2010,Unknown,Unknown,13.0,48,6 +7574,2010,Unknown,Unknown,34.0,48,7 +7575,2010,Unknown,Unknown,94.0,48,2 +7576,2010,Unknown,Unknown,546.0,48,3 +7577,2010,Unknown,Unknown,651.0,48,1 +7578,2010,by citizenship,Algeria,2.5,48,1 +7579,2010,by citizenship,Armenia,2.5,48,1 +7580,2010,by citizenship,Belarus,2.5,48,1 +7581,2010,by citizenship,Benin,2.5,48,1 +7582,2010,by citizenship,Bulgaria,115.0,48,1 +7583,2010,by citizenship,China,32.0,48,1 +7584,2010,by citizenship,Colombia,2.5,48,1 +7585,2010,by citizenship,Cuba,2.5,48,1 +7586,2010,by citizenship,Czech Republic,16.0,48,1 +7587,2010,by citizenship,Estonia,2.5,48,1 +7588,2010,by citizenship,Germany,121.0,48,1 +7589,2010,by citizenship,Greece,2.5,48,1 +7590,2010,by citizenship,Guinea,2.5,48,1 +7591,2010,by citizenship,Hungary,53.0,48,1 +7592,2010,by citizenship,Kazakhstan,2.5,48,1 +7593,2010,by citizenship,Kenya,2.5,48,1 +7594,2010,by citizenship,Latvia,8.0,48,1 +7595,2010,by citizenship,Lebanon,2.5,48,1 +7596,2010,by citizenship,Lithuania,5.0,48,1 +7597,2010,by citizenship,Malaysia,2.5,48,1 +7598,2010,by citizenship,Nigeria,46.0,48,1 +7599,2010,by citizenship,Poland,32.0,48,1 +7600,2010,by citizenship,Romania,131.0,48,1 +7601,2010,by citizenship,Russia,7.0,48,1 +7602,2010,by citizenship,Senegal,2.5,48,1 +7603,2010,by citizenship,Serbia,5.0,48,1 +7604,2010,by citizenship,Sierra Leone,2.5,48,1 +7605,2010,by citizenship,Slovakia,6.0,48,1 +7606,2010,by citizenship,Sri Lanka,2.5,48,1 +7607,2010,by citizenship,Sudan,2.5,48,1 +7608,2010,by citizenship,Thailand,2.5,48,1 +7609,2010,by citizenship,North Macedonia,2.5,48,1 +7610,2010,by citizenship,Togo,2.5,48,1 +7611,2010,by citizenship,Turkey,18.0,48,1 +7612,2010,by citizenship,Ukraine,6.0,48,1 +7613,2010,by citizenship,Vietnam,2.5,48,1 +7614,2010,by country of repatriation,Lithuania,2.5,48,1 +7615,2010,by country of repatriation,Poland,2.5,48,1 +7616,2010,by country of repatriation,Romania,54.0,48,1 +7617,2010,by country of repatriation,Slovakia,2.5,48,1 +7618,2010,by country of repatriation,Ukraine,15.0,48,1 +7619,2011,Unknown,Unknown,671.0,48,1 +7620,2011,by form of exploitation,Sexual exploitation,639.0,48,1 +7621,2011,Unknown,Unknown,69.0,48,4 +7622,2011,Unknown,Unknown,547.0,48,5 +7623,2011,Unknown,Unknown,18.0,48,6 +7624,2011,Unknown,Unknown,21.0,48,7 +7625,2011,Unknown,Unknown,90.0,48,2 +7626,2011,Unknown,Unknown,568.0,48,3 +7627,2011,by citizenship,Brazil,6.0,48,1 +7628,2011,by citizenship,Bulgaria,100.0,48,1 +7629,2011,by citizenship,Cape Verde,2.5,48,1 +7630,2011,by citizenship,Cameroon,2.5,48,1 +7631,2011,by citizenship,China,2.5,48,1 +7632,2011,by citizenship,Democratic Republic of the Congo,2.5,48,1 +7633,2011,by citizenship,Czech Republic,18.0,48,1 +7634,2011,by citizenship,France,2.5,48,1 +7635,2011,by citizenship,Germany,138.0,48,1 +7636,2011,by citizenship,Ghana,2.5,48,1 +7637,2011,by citizenship,Greece,2.5,48,1 +7638,2011,by citizenship,Guinea,2.5,48,1 +7639,2011,by citizenship,Haiti,2.5,48,1 +7640,2011,by citizenship,Hungary,56.0,48,1 +7641,2011,by citizenship,India,2.5,48,1 +7642,2011,by citizenship,Italy,2.5,48,1 +7643,2011,by citizenship,Kazakhstan,2.5,48,1 +7644,2011,by citizenship,Kenya,2.5,48,1 +7645,2011,by citizenship,Latvia,12.0,48,1 +7646,2011,by citizenship,Lebanon,2.5,48,1 +7647,2011,by citizenship,Lithuania,5.0,48,1 +7648,2011,by citizenship,Malaysia,2.5,48,1 +7649,2011,by citizenship,Mexico,2.5,48,1 +7650,2011,by citizenship,Nigeria,28.0,48,1 +7651,2011,by citizenship,Pakistan,2.5,48,1 +7652,2011,by citizenship,Peru,2.5,48,1 +7653,2011,by citizenship,Poland,37.0,48,1 +7654,2011,by citizenship,Moldova,2.5,48,1 +7655,2011,by citizenship,Romania,175.0,48,1 +7656,2011,by citizenship,Russia,2.5,48,1 +7657,2011,by citizenship,Senegal,2.5,48,1 +7658,2011,by citizenship,Serbia,7.0,48,1 +7659,2011,by citizenship,Sierra Leone,2.5,48,1 +7660,2011,by citizenship,Slovakia,12.0,48,1 +7661,2011,by citizenship,Spain,2.5,48,1 +7662,2011,by citizenship,Sudan,2.5,48,1 +7663,2011,by citizenship,North Macedonia,2.5,48,1 +7664,2011,by citizenship,Turkey,14.0,48,1 +7665,2011,by citizenship,Vietnam,6.0,48,1 +7666,2011,by country of repatriation,Poland,10.0,48,1 +7667,2011,by country of repatriation,Romania,50.0,48,1 +7668,2011,by country of repatriation,Slovakia,6.0,48,1 +7669,2011,by form of exploitation,Forced labour,32.0,48,1 +7670,2012,Unknown,Unknown,87.0,48,4 +7671,2012,Unknown,Unknown,547.0,48,5 +7672,2012,Unknown,Unknown,13.0,48,6 +7673,2012,Unknown,Unknown,21.0,48,7 +7674,2012,Unknown,Unknown,100.0,48,2 +7675,2012,Unknown,Unknown,568.0,48,3 +7676,2012,Unknown,Unknown,626.0,48,1 +7677,2012,by citizenship,Azerbaijan,2.5,48,1 +7678,2012,by citizenship,Belgium,2.5,48,1 +7679,2012,by citizenship,Bosnia and Herzegovina,2.5,48,1 +7680,2012,by citizenship,Brazil,2.5,48,1 +7681,2012,by citizenship,Bulgaria,155.0,48,1 +7682,2012,by citizenship,Cambodia,2.5,48,1 +7683,2012,by citizenship,Cameroon,2.5,48,1 +7684,2012,by citizenship,Democratic Republic of the Congo,2.5,48,1 +7685,2012,by citizenship,Czech Republic,7.0,48,1 +7686,2012,by citizenship,Dominican Republic,2.5,48,1 +7687,2012,by citizenship,Gambia,2.5,48,1 +7688,2012,by citizenship,Germany,129.0,48,1 +7689,2012,by citizenship,Ghana,7.0,48,1 +7690,2012,by citizenship,Guinea,2.5,48,1 +7691,2012,by citizenship,Hungary,47.0,48,1 +7692,2012,by citizenship,India,2.5,48,1 +7693,2012,by citizenship,Indonesia,2.5,48,1 +7694,2012,by citizenship,Ireland,2.5,48,1 +7695,2012,by citizenship,Kazakhstan,2.5,48,1 +7696,2012,by citizenship,Kenya,2.5,48,1 +7697,2012,by citizenship,Latvia,5.0,48,1 +7698,2012,by citizenship,Lebanon,2.5,48,1 +7699,2012,by citizenship,Lithuania,6.0,48,1 +7700,2012,by citizenship,Mexico,2.5,48,1 +7701,2012,by citizenship,Mongolia,2.5,48,1 +7702,2012,by citizenship,Nigeria,13.0,48,1 +7703,2012,by citizenship,Norway,2.5,48,1 +7704,2012,by citizenship,Poland,24.0,48,1 +7705,2012,by citizenship,Portugal,2.5,48,1 +7706,2012,by citizenship,Romania,134.0,48,1 +7707,2012,by citizenship,Russia,2.5,48,1 +7708,2012,by citizenship,Senegal,2.5,48,1 +7709,2012,by citizenship,Serbia,8.0,48,1 +7710,2012,by citizenship,Singapore,2.5,48,1 +7711,2012,by citizenship,Slovakia,8.0,48,1 +7712,2012,by citizenship,Somalia,2.5,48,1 +7713,2012,by citizenship,Sudan,2.5,48,1 +7714,2012,by citizenship,Thailand,2.5,48,1 +7715,2012,by citizenship,North Macedonia,2.5,48,1 +7716,2012,by citizenship,Togo,2.5,48,1 +7717,2012,by citizenship,Turkey,10.0,48,1 +7718,2012,by citizenship,Ukraine,2.5,48,1 +7719,2012,by citizenship,Venezuela,7.0,48,1 +7720,2012,by country of repatriation,Belarus,7.0,48,1 +7721,2012,by country of repatriation,Bulgaria,17.0,48,1 +7722,2012,by country of repatriation,Hungary,2.5,48,1 +7723,2012,by country of repatriation,Latvia,2.5,48,1 +7724,2012,by country of repatriation,Nigeria,5.0,48,1 +7725,2012,by country of repatriation,Poland,10.0,48,1 +7726,2012,by country of repatriation,Romania,150.0,48,1 +7727,2012,by form of exploitation,Forced labour,14.0,48,1 +7728,2012,by form of exploitation,Sexual exploitation,612.0,48,1 +7729,2013,Unknown,Unknown,56.0,48,4 +7730,2013,Unknown,Unknown,475.0,48,5 +7731,2013,Unknown,Unknown,14.0,48,6 +7732,2013,Unknown,Unknown,55.0,48,7 +7733,2013,Unknown,Unknown,70.0,48,2 +7734,2013,Unknown,Unknown,530.0,48,3 +7735,2013,Unknown,Unknown,603.0,48,1 +7736,2013,by citizenship,Afghanistan,29.0,48,1 +7737,2013,by citizenship,Albania,2.5,48,1 +7738,2013,by citizenship,Algeria,2.5,48,1 +7739,2013,by citizenship,Austria,2.5,48,1 +7740,2013,by citizenship,Bangladesh,7.0,48,1 +7741,2013,by citizenship,Benin,2.5,48,1 +7742,2013,by citizenship,Brazil,2.5,48,1 +7743,2013,by citizenship,Bulgaria,146.0,48,1 +7744,2013,by citizenship,Cameroon,2.5,48,1 +7745,2013,by citizenship,Democratic Republic of the Congo,2.5,48,1 +7746,2013,by citizenship,Croatia,2.5,48,1 +7747,2013,by citizenship,Czech Republic,11.0,48,1 +7748,2013,by citizenship,Dominican Republic,2.5,48,1 +7749,2013,by citizenship,Ethiopia,2.5,48,1 +7750,2013,by citizenship,Germany,92.0,48,1 +7751,2013,by citizenship,Ghana,2.5,48,1 +7752,2013,by citizenship,Greece,2.5,48,1 +7753,2013,by citizenship,Guinea,2.5,48,1 +7754,2013,by citizenship,Hungary,34.0,48,1 +7755,2013,by citizenship,India,2.5,48,1 +7756,2013,by citizenship,Iran,2.5,48,1 +7757,2013,by citizenship,Kenya,2.5,48,1 +7758,2013,by citizenship,Lithuania,2.5,48,1 +7759,2013,by citizenship,Nigeria,15.0,48,1 +7760,2013,by citizenship,Pakistan,8.0,48,1 +7761,2013,by citizenship,Paraguay,2.5,48,1 +7762,2013,by citizenship,Poland,20.0,48,1 +7763,2013,by citizenship,Portugal,2.5,48,1 +7764,2013,by citizenship,Moldova,2.5,48,1 +7765,2013,by citizenship,Romania,137.0,48,1 +7766,2013,by citizenship,Serbia,10.0,48,1 +7767,2013,by citizenship,Sierra Leone,2.5,48,1 +7768,2013,by citizenship,Slovakia,8.0,48,1 +7769,2013,by citizenship,South Sudan,2.5,48,1 +7770,2013,by citizenship,Spain,2.5,48,1 +7771,2013,by citizenship,Switzerland,2.5,48,1 +7772,2013,by citizenship,Thailand,6.0,48,1 +7773,2013,by citizenship,North Macedonia,2.5,48,1 +7774,2013,by citizenship,Turkey,2.5,48,1 +7775,2013,by citizenship,Uganda,2.5,48,1 +7776,2013,by citizenship,Ukraine,2.5,48,1 +7777,2013,by citizenship,Venezuela,2.5,48,1 +7778,2013,by country of repatriation,Belarus,2.5,48,1 +7779,2013,by country of repatriation,Poland,10.0,48,1 +7780,2013,by country of repatriation,Slovakia,5.0,48,1 +7781,2013,by country of repatriation,Uganda,2.5,48,1 +7782,2013,by form of exploitation,Forced labour,61.0,48,1 +7783,2013,by form of exploitation,Sexual exploitation,542.0,48,1 +7784,2014,Unknown,Unknown,50.0,48,4 +7785,2014,Unknown,Unknown,485.0,48,5 +7786,2014,Unknown,Unknown,7.0,48,6 +7787,2014,Unknown,Unknown,41.0,48,7 +7788,2014,Unknown,Unknown,57.0,48,2 +7789,2014,Unknown,Unknown,526.0,48,3 +7790,2014,Unknown,Unknown,583.0,48,1 +7791,2014,by citizenship,Afghanistan,2.5,48,1 +7792,2014,by citizenship,Albania,2.5,48,1 +7793,2014,by citizenship,Bangladesh,2.5,48,1 +7794,2014,by citizenship,Bosnia and Herzegovina,2.5,48,1 +7795,2014,by citizenship,Brazil,2.5,48,1 +7796,2014,by citizenship,Bulgaria,98.0,48,1 +7797,2014,by citizenship,Cameroon,2.5,48,1 +7798,2014,by citizenship,China,2.5,48,1 +7799,2014,by citizenship,Croatia,5.0,48,1 +7800,2014,by citizenship,Czech Republic,9.0,48,1 +7801,2014,by citizenship,Dominican Republic,2.5,48,1 +7802,2014,by citizenship,Germany,88.0,48,1 +7803,2014,by citizenship,Ghana,2.5,48,1 +7804,2014,by citizenship,Greece,2.5,48,1 +7805,2014,by citizenship,Guinea,2.5,48,1 +7806,2014,by citizenship,Hungary,40.0,48,1 +7807,2014,by citizenship,Iraq,2.5,48,1 +7808,2014,by citizenship,Italy,2.5,48,1 +7809,2014,by citizenship,Kenya,2.5,48,1 +7810,2014,by citizenship,Latvia,2.5,48,1 +7811,2014,by citizenship,Libya,2.5,48,1 +7812,2014,by citizenship,Lithuania,5.0,48,1 +7813,2014,by citizenship,Morocco,2.5,48,1 +7814,2014,by citizenship,Nigeria,18.0,48,1 +7815,2014,by citizenship,Poland,21.0,48,1 +7816,2014,by citizenship,Romania,216.0,48,1 +7817,2014,by citizenship,Serbia,2.5,48,1 +7818,2014,by citizenship,Sierra Leone,2.5,48,1 +7819,2014,by citizenship,Slovakia,8.0,48,1 +7820,2014,by citizenship,Slovenia,2.5,48,1 +7821,2014,by citizenship,Spain,2.5,48,1 +7822,2014,by citizenship,Thailand,2.5,48,1 +7823,2014,by citizenship,Turkey,2.5,48,1 +7824,2014,by citizenship,Ukraine,8.0,48,1 +7825,2014,by citizenship,Unknown,11.0,48,1 +7826,2014,by citizenship,Vietnam,5.0,48,1 +7827,2014,by country of repatriation,Latvia,2.5,48,1 +7828,2014,by country of repatriation,Serbia,2.5,48,1 +7829,2014,by country of repatriation,Slovakia,8.0,48,1 +7830,2014,by country of repatriation,Ukraine,14.0,48,1 +7831,2014,by form of exploitation,Forced labour,2.5,48,4 +7832,2014,by form of exploitation,Forced labour,2.5,48,5 +7833,2014,by form of exploitation,Forced labour,2.5,48,6 +7834,2014,by form of exploitation,Forced labour,22.0,48,7 +7835,2014,by form of exploitation,Forced labour,26.0,48,1 +7836,2014,by form of exploitation,Sexual exploitation,50.0,48,4 +7837,2014,by form of exploitation,Sexual exploitation,481.0,48,5 +7838,2014,by form of exploitation,Sexual exploitation,7.0,48,6 +7839,2014,by form of exploitation,Sexual exploitation,19.0,48,7 +7840,2014,by form of exploitation,Sexual exploitation,557.0,48,1 +7841,2015,Unknown,Unknown,71.0,48,4 +7842,2015,Unknown,Unknown,316.0,48,5 +7843,2015,Unknown,Unknown,7.0,48,6 +7844,2015,Unknown,Unknown,44.0,48,7 +7845,2015,Unknown,Unknown,78.0,48,2 +7846,2015,Unknown,Unknown,363.0,48,3 +7847,2015,Unknown,Unknown,470.0,48,1 +7848,2015,by citizenship,Albania,7.0,48,1 +7849,2015,by citizenship,Bangladesh,2.5,48,1 +7850,2015,by citizenship,Brazil,2.5,48,1 +7851,2015,by citizenship,Bulgaria,75.0,48,1 +7852,2015,by citizenship,Cameroon,2.5,48,1 +7853,2015,by citizenship,China,2.5,48,1 +7854,2015,by citizenship,Cote d'Ivoire,2.5,48,1 +7855,2015,by citizenship,Czech Republic,2.5,48,1 +7856,2015,by citizenship,Estonia,2.5,48,1 +7857,2015,by citizenship,Gambia,2.5,48,1 +7858,2015,by citizenship,Germany,98.0,48,1 +7859,2015,by citizenship,Ghana,2.5,48,1 +7860,2015,by citizenship,Hungary,48.0,48,1 +7861,2015,by citizenship,India,2.5,48,1 +7862,2015,by citizenship,Indonesia,2.5,48,1 +7863,2015,by citizenship,Iraq,2.5,48,1 +7864,2015,by citizenship,Italy,2.5,48,1 +7865,2015,by citizenship,Kenya,2.5,48,1 +7866,2015,by citizenship,Latvia,2.5,48,1 +7867,2015,by citizenship,Netherlands,2.5,48,1 +7868,2015,by citizenship,Nigeria,10.0,48,1 +7869,2015,by citizenship,Pakistan,2.5,48,1 +7870,2015,by citizenship,Poland,2.5,48,1 +7871,2015,by citizenship,Portugal,2.5,48,1 +7872,2015,by citizenship,South Korea,2.5,48,1 +7873,2015,by citizenship,Moldova,2.5,48,1 +7874,2015,by citizenship,Romania,132.0,48,1 +7875,2015,by citizenship,Russia,2.5,48,1 +7876,2015,by citizenship,Serbia,8.0,48,1 +7877,2015,by citizenship,Slovakia,2.5,48,1 +7878,2015,by citizenship,Slovenia,2.5,48,1 +7879,2015,by citizenship,Spain,2.5,48,1 +7880,2015,by citizenship,Thailand,2.5,48,1 +7881,2015,by citizenship,North Macedonia,2.5,48,1 +7882,2015,by citizenship,Turkey,5.0,48,1 +7883,2015,by citizenship,Ukraine,2.5,48,1 +7884,2015,by citizenship,Venezuela,2.5,48,1 +7885,2015,by citizenship,Vietnam,2.5,48,1 +7886,2015,by country of repatriation,Hungary,8.0,48,1 +7887,2015,by country of repatriation,Slovakia,5.0,48,1 +7888,2015,by country of repatriation,Ukraine,2.5,48,1 +7889,2015,by form of exploitation,Forced labour,2.5,48,4 +7890,2015,by form of exploitation,Forced labour,7.0,48,5 +7891,2015,by form of exploitation,Forced labour,2.5,48,6 +7892,2015,by form of exploitation,Forced labour,44.0,48,7 +7893,2015,by form of exploitation,Forced labour,54.0,48,1 +7894,2015,by form of exploitation,Sexual exploitation,70.0,48,4 +7895,2015,by form of exploitation,Sexual exploitation,328.0,48,5 +7896,2015,by form of exploitation,Sexual exploitation,7.0,48,6 +7897,2015,by form of exploitation,Sexual exploitation,2.5,48,7 +7898,2015,by form of exploitation,Sexual exploitation,416.0,48,1 +7899,2016,Unknown,Unknown,88.0,48,4 +7900,2016,Unknown,Unknown,391.0,48,5 +7901,2016,Unknown,Unknown,8.0,48,6 +7902,2016,Unknown,Unknown,43.0,48,7 +7903,2016,Unknown,Unknown,96.0,48,2 +7904,2016,Unknown,Unknown,440.0,48,3 +7905,2016,Unknown,Unknown,536.0,48,1 +7906,2016,by citizenship,Afghanistan,2.5,48,1 +7907,2016,by citizenship,Albania,2.5,48,1 +7908,2016,by citizenship,Austria,2.5,48,1 +7909,2016,by citizenship,Bangladesh,2.5,48,1 +7910,2016,by citizenship,Bolivia,2.5,48,1 +7911,2016,by citizenship,Bosnia and Herzegovina,6.0,48,1 +7912,2016,by citizenship,Brazil,2.5,48,1 +7913,2016,by citizenship,Bulgaria,92.0,48,1 +7914,2016,by citizenship,Cameroon,2.5,48,1 +7915,2016,by citizenship,China,5.0,48,1 +7916,2016,by citizenship,Croatia,2.5,48,1 +7917,2016,by citizenship,Czech Republic,9.0,48,1 +7918,2016,by citizenship,Ecuador,2.5,48,1 +7919,2016,by citizenship,Gambia,2.5,48,1 +7920,2016,by citizenship,Germany,127.0,48,1 +7921,2016,by citizenship,Ghana,5.0,48,1 +7922,2016,by citizenship,Guinea,2.5,48,1 +7923,2016,by citizenship,Hungary,33.0,48,1 +7924,2016,by citizenship,India,2.5,48,1 +7925,2016,by citizenship,Italy,7.0,48,1 +7926,2016,by citizenship,Latvia,2.5,48,1 +7927,2016,by citizenship,Nepal,2.5,48,1 +7928,2016,by citizenship,Netherlands,2.5,48,1 +7929,2016,by citizenship,Nigeria,25.0,48,1 +7930,2016,by citizenship,Pakistan,2.5,48,1 +7931,2016,by citizenship,Poland,22.0,48,1 +7932,2016,by citizenship,Moldova,5.0,48,1 +7933,2016,by citizenship,Romania,79.0,48,1 +7934,2016,by citizenship,Russia,2.5,48,1 +7935,2016,by citizenship,Rwanda,2.5,48,1 +7936,2016,by citizenship,Serbia,2.5,48,1 +7937,2016,by citizenship,Slovakia,2.5,48,1 +7938,2016,by citizenship,Spain,2.5,48,1 +7939,2016,by citizenship,Switzerland,2.5,48,1 +7940,2016,by citizenship,Syria,2.5,48,1 +7941,2016,by citizenship,Thailand,2.5,48,1 +7942,2016,by citizenship,North Macedonia,2.5,48,1 +7943,2016,by citizenship,Ukraine,47.0,48,1 +7944,2016,by citizenship,Vietnam,2.5,48,1 +7945,2016,by country of repatriation,Colombia,2.5,48,1 +7946,2016,by country of repatriation,Latvia,21.0,48,1 +7947,2016,by country of repatriation,Lithuania,2.5,48,1 +7948,2016,by country of repatriation,Slovakia,20.0,48,1 +7949,2016,by form of exploitation,Forced labour,2.5,48,4 +7950,2016,by form of exploitation,Forced labour,13.0,48,5 +7951,2016,by form of exploitation,Forced labour,2.5,48,6 +7952,2016,by form of exploitation,Forced labour,34.0,48,7 +7953,2016,by form of exploitation,Forced labour,48.0,48,1 +7954,2016,by form of exploitation,Sexual exploitation,88.0,48,4 +7955,2016,by form of exploitation,Sexual exploitation,378.0,48,5 +7956,2016,by form of exploitation,Sexual exploitation,8.0,48,6 +7957,2016,by form of exploitation,Sexual exploitation,9.0,48,7 +7958,2016,by form of exploitation,Sexual exploitation,488.0,48,1 +7959,2017,Unknown,Unknown,669.0,48,1 +7960,2017,by form of exploitation,Forced labour,180.0,48,1 +7961,2017,by form of exploitation,Sexual exploitation,489.0,48,1 +7962,2017,Unknown,Unknown,2.5,48,4 +7963,2017,Unknown,Unknown,434.0,48,5 +7964,2017,Unknown,Unknown,62.0,48,6 +7965,2017,Unknown,Unknown,110.0,48,7 +7966,2017,Unknown,Unknown,64.0,48,2 +7967,2017,Unknown,Unknown,544.0,48,3 +7968,2017,Unknown,Unknown,63.0,48,1 +7969,2017,by citizenship,Albania,7.0,48,1 +7970,2017,by citizenship,Bosnia and Herzegovina,2.5,48,1 +7971,2017,by citizenship,Bulgaria,120.0,48,1 +7972,2017,by citizenship,China,5.0,48,1 +7973,2017,by citizenship,Czech Republic,2.5,48,1 +7974,2017,by citizenship,Gambia,2.5,48,1 +7975,2017,by citizenship,Georgia,5.0,48,1 +7976,2017,by citizenship,Germany,95.0,48,1 +7977,2017,by citizenship,Ghana,2.5,48,1 +7978,2017,by citizenship,Greece,2.5,48,1 +7979,2017,by citizenship,Hungary,28.0,48,1 +7980,2017,by citizenship,Kosovo,2.5,48,1 +7981,2017,by citizenship,Latvia,43.0,48,1 +7982,2017,by citizenship,North Macedonia,52.0,48,1 +7983,2017,by citizenship,Nigeria,39.0,48,1 +7984,2017,by citizenship,Poland,9.0,48,1 +7985,2017,by citizenship,Romania,112.0,48,1 +7986,2017,by citizenship,Russia,5.0,48,1 +7987,2017,by citizenship,Serbia,7.0,48,1 +7988,2017,by citizenship,Slovakia,9.0,48,1 +7989,2017,by citizenship,Thailand,9.0,48,1 +7990,2017,by citizenship,Turkey,7.0,48,1 +7991,2017,by citizenship,Ukraine,2.5,48,1 +7992,2017,by citizenship,Unknown,55.0,48,1 +7993,2017,by citizenship,Unknown,25.0,48,1 +7994,2017,by form of exploitation,Forced labour,2.5,48,4 +7995,2017,by form of exploitation,Forced labour,20.0,48,5 +7996,2017,by form of exploitation,Forced labour,2.5,48,6 +7997,2017,by form of exploitation,Forced labour,107.0,48,7 +7998,2017,by form of exploitation,Forced labour,2.5,48,2 +7999,2017,by form of exploitation,Forced labour,127.0,48,3 +8000,2017,by form of exploitation,Forced labour,52.0,48,1 +8001,2017,by form of exploitation,Sexual exploitation,61.0,48,4 +8002,2017,by form of exploitation,Sexual exploitation,414.0,48,5 +8003,2017,by form of exploitation,Sexual exploitation,2.5,48,6 +8004,2017,by form of exploitation,Sexual exploitation,2.5,48,7 +8005,2017,by form of exploitation,Sexual exploitation,62.0,48,2 +8006,2017,by form of exploitation,Sexual exploitation,416.0,48,3 +8007,2017,by form of exploitation,Sexual exploitation,11.0,48,1 +8008,2018,Unknown,Unknown,493.0,48,1 +8009,2018,by form of exploitation,Forced labour,63.0,48,1 +8010,2018,by form of exploitation,Sexual exploitation,430.0,48,1 +8011,2018,Unknown,Unknown,67.0,48,4 +8012,2018,Unknown,Unknown,347.0,48,5 +8013,2018,Unknown,Unknown,8.0,48,6 +8014,2018,Unknown,Unknown,62.0,48,7 +8015,2018,Unknown,Unknown,75.0,48,2 +8016,2018,Unknown,Unknown,411.0,48,3 +8017,2018,Unknown,Unknown,17.0,48,1 +8018,2018,by citizenship,Albania,6.0,48,1 +8019,2018,by citizenship,Bulgaria,67.0,48,1 +8020,2018,by citizenship,Belarus,2.5,48,1 +8021,2018,by citizenship,Czech Republic,6.0,48,1 +8022,2018,by citizenship,Gambia,5.0,48,1 +8023,2018,by citizenship,Germany,82.0,48,1 +8024,2018,by citizenship,Ghana,2.5,48,1 +8025,2018,by citizenship,Guinea,7.0,48,1 +8026,2018,by citizenship,Hungary,66.0,48,1 +8027,2018,by citizenship,Iran,2.5,48,1 +8028,2018,by citizenship,Lithuania,2.5,48,1 +8029,2018,by citizenship,Moldova,7.0,48,1 +8030,2018,by citizenship,Nigeria,62.0,48,1 +8031,2018,by citizenship,Poland,10.0,48,1 +8032,2018,by citizenship,Romania,74.0,48,1 +8033,2018,by citizenship,Russia,2.5,48,1 +8034,2018,by citizenship,Serbia,2.5,48,1 +8035,2018,by citizenship,Sierra Leone,2.5,48,1 +8036,2018,by citizenship,Slovakia,2.5,48,1 +8037,2018,by citizenship,Spain,2.5,48,1 +8038,2018,by citizenship,Thailand,8.0,48,1 +8039,2018,by citizenship,Turkey,2.5,48,1 +8040,2018,by citizenship,Ukraine,30.0,48,1 +8041,2018,by citizenship,Unknown,9.0,48,1 +8042,2018,by citizenship,Vietnam,9.0,48,1 +8043,2018,by form of exploitation,Forced labour,2.5,48,4 +8044,2018,by form of exploitation,Forced labour,8.0,48,5 +8045,2018,by form of exploitation,Forced labour,2.5,48,6 +8046,2018,by form of exploitation,Forced labour,49.0,48,7 +8047,2018,by form of exploitation,Forced labour,2.5,48,2 +8048,2018,by form of exploitation,Forced labour,57.0,48,3 +8049,2018,by form of exploitation,Forced labour,2.5,48,1 +8050,2018,by form of exploitation,Sexual exploitation,65.0,48,4 +8051,2018,by form of exploitation,Sexual exploitation,336.0,48,5 +8052,2018,by form of exploitation,Sexual exploitation,2.5,48,6 +8053,2018,by form of exploitation,Sexual exploitation,11.0,48,7 +8054,2018,by form of exploitation,Sexual exploitation,2.5,48,8 +8055,2018,by form of exploitation,Sexual exploitation,68.0,48,2 +8056,2018,by form of exploitation,Sexual exploitation,349.0,48,3 +8057,2018,by form of exploitation,Sexual exploitation,13.0,48,1 +8058,2019,Unknown,Unknown,470.0,48,1 +8059,2019,by form of exploitation,Sexual exploitation,427.0,48,1 +8060,2019,Unknown,Unknown,54.0,48,4 +8061,2019,Unknown,Unknown,376.0,48,5 +8062,2019,Unknown,Unknown,8.0,48,6 +8063,2019,Unknown,Unknown,56.0,48,7 +8064,2019,Unknown,Unknown,2.5,48,9 +8065,2019,Unknown,Unknown,64.0,48,2 +8066,2019,Unknown,Unknown,426.0,48,3 +8067,2019,Unknown,Unknown,6.0,48,1 +8068,2019,by citizenship,Belarus,14.0,48,1 +8069,2019,by citizenship,Bulgaria,41.0,48,1 +8070,2019,by citizenship,Cameroon,2.5,48,1 +8071,2019,by citizenship,China,11.0,48,1 +8072,2019,by citizenship,Democratic Republic of the Congo,2.5,48,1 +8073,2019,by citizenship,Cote d'Ivoire,6.0,48,1 +8074,2019,by citizenship,Georgia,2.5,48,1 +8075,2019,by citizenship,Germany,97.0,48,1 +8076,2019,by citizenship,Guinea,9.0,48,1 +8077,2019,by citizenship,Hungary,31.0,48,1 +8078,2019,by citizenship,Kosovo,2.5,48,1 +8079,2019,by citizenship,Kyrgyzstan,2.5,48,1 +8080,2019,by citizenship,Nigeria,16.0,48,1 +8081,2019,by citizenship,Poland,16.0,48,1 +8082,2019,by citizenship,Romania,76.0,48,1 +8083,2019,by citizenship,Serbia,5.0,48,1 +8084,2019,by citizenship,Slovakia,8.0,48,1 +8085,2019,by citizenship,Spain,2.5,48,1 +8086,2019,by citizenship,Thailand,90.0,48,1 +8087,2019,by citizenship,Turkey,2.5,48,1 +8088,2019,by citizenship,Uganda,2.5,48,1 +8089,2019,by citizenship,Ukraine,13.0,48,1 +8090,2019,by citizenship,Vietnam,7.0,48,1 +8091,2019,by form of exploitation,Forced labour,2.5,48,4 +8092,2019,by form of exploitation,Forced labour,19.0,48,5 +8093,2019,by form of exploitation,Forced labour,2.5,48,6 +8094,2019,by form of exploitation,Forced labour,24.0,48,7 +8095,2019,by form of exploitation,Forced labour,2.5,48,9 +8096,2019,by form of exploitation,Forced labour,2.5,48,8 +8097,2019,by form of exploitation,Forced labour,2.5,48,2 +8098,2019,by form of exploitation,Forced labour,43.0,48,3 +8099,2019,by form of exploitation,Forced labour,43.0,48,1 +8100,2019,by form of exploitation,Forced labour,2.5,48,1 +8101,2019,by form of exploitation,Sexual exploitation,54.0,48,4 +8102,2019,by form of exploitation,Sexual exploitation,346.0,48,5 +8103,2019,by form of exploitation,Sexual exploitation,7.0,48,6 +8104,2019,by form of exploitation,Sexual exploitation,14.0,48,7 +8105,2019,by form of exploitation,Sexual exploitation,2.5,48,9 +8106,2019,by form of exploitation,Sexual exploitation,2.5,48,8 +8107,2019,by form of exploitation,Sexual exploitation,61.0,48,2 +8108,2019,by form of exploitation,Sexual exploitation,360.0,48,3 +8109,2019,by form of exploitation,Sexual exploitation,6.0,48,1 +8110,2020,Unknown,Unknown,479.0,48,1 +8111,2020,Unknown,Unknown,65.0,48,4 +8112,2020,Unknown,Unknown,324.0,48,5 +8113,2020,Unknown,Unknown,22.0,48,6 +8114,2020,Unknown,Unknown,60.0,48,7 +8115,2020,Unknown,Unknown,2.5,48,9 +8116,2020,Unknown,Unknown,87.0,48,2 +8117,2020,Unknown,Unknown,384.0,48,3 +8118,2020,Unknown,Unknown,23.0,48,1 +8119,2020,by citizenship,Bulgaria,58.0,48,1 +8120,2020,by citizenship,China,6.0,48,1 +8121,2020,by citizenship,Cote d'Ivoire,2.5,48,1 +8122,2020,by citizenship,Ethiopia,5.0,48,1 +8123,2020,by citizenship,Germany,136.0,48,1 +8124,2020,by citizenship,Guinea,2.5,48,1 +8125,2020,by citizenship,Hungary,31.0,48,1 +8126,2020,by citizenship,Iran,2.5,48,1 +8127,2020,by citizenship,Kosovo,2.5,48,1 +8128,2020,by citizenship,Latvia,10.0,48,1 +8129,2020,by citizenship,Moldova,2.5,48,1 +8130,2020,by citizenship,Nigeria,2.5,48,1 +8131,2020,by citizenship,Poland,5.0,48,1 +8132,2020,by citizenship,Romania,97.0,48,1 +8133,2020,by citizenship,Russia,6.0,48,1 +8134,2020,by citizenship,Serbia,9.0,48,1 +8135,2020,by citizenship,Slovakia,5.0,48,1 +8136,2020,by citizenship,Syria,6.0,48,1 +8137,2020,by citizenship,Thailand,11.0,48,1 +8138,2020,by citizenship,Turkey,2.5,48,1 +8139,2020,by citizenship,Ukraine,6.0,48,1 +8140,2020,by citizenship,Venezuela,2.5,48,1 +8141,2020,by citizenship,Vietnam,14.0,48,1 +8142,2020,by citizenship,Zimbabwe,13.0,48,1 +8143,2020,by form of exploitation,Forced labour,2.5,48,4 +8144,2020,by form of exploitation,Forced labour,16.0,48,5 +8145,2020,by form of exploitation,Forced labour,2.5,48,6 +8146,2020,by form of exploitation,Forced labour,48.0,48,7 +8147,2020,by form of exploitation,Forced labour,2.5,48,9 +8148,2020,by form of exploitation,Forced labour,2.5,48,8 +8149,2020,by form of exploitation,Forced labour,2.5,48,2 +8150,2020,by form of exploitation,Forced labour,64.0,48,3 +8151,2020,by form of exploitation,Forced labour,73.0,48,1 +8152,2020,by form of exploitation,Forced labour,7.0,48,1 +8153,2020,by form of exploitation,Sexual exploitation,61.0,48,4 +8154,2020,by form of exploitation,Sexual exploitation,307.0,48,5 +8155,2020,by form of exploitation,Sexual exploitation,18.0,48,6 +8156,2020,by form of exploitation,Sexual exploitation,5.0,48,7 +8157,2020,by form of exploitation,Sexual exploitation,2.5,48,9 +8158,2020,by form of exploitation,Sexual exploitation,2.5,48,8 +8159,2020,by form of exploitation,Sexual exploitation,79.0,48,2 +8160,2020,by form of exploitation,Sexual exploitation,312.0,48,3 +8161,2020,by form of exploitation,Sexual exploitation,406.0,48,1 +8162,2020,by form of exploitation,Sexual exploitation,15.0,48,1 +8163,2021,Unknown,Unknown,564.0,48,1 +8164,2021,by form of exploitation,Forced labour,147.0,48,1 +8165,2021,by form of exploitation,Sexual exploitation,417.0,48,1 +8166,2021,Unknown,Unknown,197.0,48,4 +8167,2021,Unknown,Unknown,407.0,48,5 +8168,2021,Unknown,Unknown,68.0,48,6 +8169,2021,Unknown,Unknown,74.0,48,7 +8170,2021,Unknown,Unknown,2.5,48,8 +8171,2021,Unknown,Unknown,269.0,48,2 +8172,2021,Unknown,Unknown,481.0,48,3 +8173,2021,Unknown,Unknown,2.5,48,1 +8174,2021,by citizenship,Afghanistan,2.5,48,1 +8175,2021,by citizenship,Albania,2.5,48,1 +8176,2021,by citizenship,Algeria,2.5,48,1 +8177,2021,by citizenship,Austria,2.5,48,1 +8178,2021,by citizenship,Azerbaijan,2.5,48,1 +8179,2021,by citizenship,Belarus,2.5,48,1 +8180,2021,by citizenship,Bosnia and Herzegovina,70.0,48,1 +8181,2021,by citizenship,Brazil,2.5,48,1 +8182,2021,by citizenship,Bulgaria,74.0,48,1 +8183,2021,by citizenship,Cameroon,2.5,48,1 +8184,2021,by citizenship,Chilean,2.5,48,1 +8185,2021,by citizenship,China,42.0,48,1 +8186,2021,by citizenship,Colombia,2.5,48,1 +8187,2021,by citizenship,Croatia,2.5,48,1 +8188,2021,by citizenship,Cote d'Ivoire,2.5,48,1 +8189,2021,by citizenship,Ecuador,2.5,48,1 +8190,2021,by citizenship,Egypt,2.5,48,1 +8191,2021,by citizenship,Eritrea,2.5,48,1 +8192,2021,by citizenship,France,2.5,48,1 +8193,2021,by citizenship,Gambia,2.5,48,1 +8194,2021,by citizenship,Germany,264.0,48,1 +8195,2021,by citizenship,Ghana,2.5,48,1 +8196,2021,by citizenship,Guinea,2.5,48,1 +8197,2021,by citizenship,Hungary,29.0,48,1 +8198,2021,by citizenship,India,2.5,48,1 +8199,2021,by citizenship,Iraq,6.0,48,1 +8200,2021,by citizenship,Italy,2.5,48,1 +8201,2021,by citizenship,Kenya,2.5,48,1 +8202,2021,by citizenship,Latvia,2.5,48,1 +8203,2021,by citizenship,Lithuania,2.5,48,1 +8204,2021,by citizenship,Moldova,5.0,48,1 +8205,2021,by citizenship,Montenegro,2.5,48,1 +8206,2021,by citizenship,Nigeria,7.0,48,1 +8207,2021,by citizenship,Peru,2.5,48,1 +8208,2021,by citizenship,Poland,6.0,48,1 +8209,2021,by citizenship,Romania,111.0,48,1 +8210,2021,by citizenship,Russia,6.0,48,1 +8211,2021,by citizenship,Senegal,2.5,48,1 +8212,2021,by citizenship,Serbia,2.5,48,1 +8213,2021,by citizenship,Slovakia,11.0,48,1 +8214,2021,by citizenship,Spain,2.5,48,1 +8215,2021,by citizenship,Sudan,2.5,48,1 +8216,2021,by citizenship,Sweden,2.5,48,1 +8217,2021,by citizenship,Syria,2.5,48,1 +8218,2021,by citizenship,Thailand,23.0,48,1 +8219,2021,by citizenship,Togo,2.5,48,1 +8220,2021,by citizenship,Tunisia,2.5,48,1 +8221,2021,by citizenship,Turkey,2.5,48,1 +8222,2021,by citizenship,Ukraine,18.0,48,1 +8223,2021,by citizenship,Venezuela,2.5,48,1 +8224,2021,by citizenship,Vietnam,17.0,48,1 +8225,2021,by form of exploitation,Forced labour,2.5,48,4 +8226,2021,by form of exploitation,Forced labour,6.0,48,5 +8227,2021,by form of exploitation,Forced labour,2.5,48,6 +8228,2021,by form of exploitation,Forced labour,15.0,48,7 +8229,2021,by form of exploitation,Forced labour,2.5,48,2 +8230,2021,by form of exploitation,Forced labour,21.0,48,3 +8231,2021,by form of exploitation,Sexual exploitation,157.0,48,4 +8232,2021,by form of exploitation,Sexual exploitation,221.0,48,5 +8233,2021,by form of exploitation,Sexual exploitation,43.0,48,6 +8234,2021,by form of exploitation,Sexual exploitation,7.0,48,7 +8235,2021,by form of exploitation,Sexual exploitation,2.5,48,8 +8236,2021,by form of exploitation,Sexual exploitation,200.0,48,2 +8237,2021,by form of exploitation,Sexual exploitation,228.0,48,3 +8238,2022,Unknown,Unknown,2.5,48,1 +8239,2022,by form of exploitation,Sexual exploitation,476.0,48,1 +8240,2022,Unknown,Unknown,157.0,48,4 +8241,2022,Unknown,Unknown,589.0,48,5 +8242,2022,Unknown,Unknown,36.0,48,6 +8243,2022,Unknown,Unknown,505.0,48,7 +8244,2022,Unknown,Unknown,193.0,48,2 +8245,2022,Unknown,Unknown,1096.0,48,3 +8246,2022,Unknown,Unknown,7.0,48,1 +8247,2022,by citizenship,Afghanistan,5.0,48,1 +8248,2022,by citizenship,Albania,2.5,48,1 +8249,2022,by citizenship,Algeria,2.5,48,1 +8250,2022,by citizenship,Argentinian,2.5,48,1 +8251,2022,by citizenship,Belarus,2.5,48,1 +8252,2022,by citizenship,Benin,2.5,48,1 +8253,2022,by citizenship,Bosnia and Herzegovina,11.0,48,1 +8254,2022,by citizenship,Botswana,2.5,48,1 +8255,2022,by citizenship,Brazil,2.5,48,1 +8256,2022,by citizenship,Bulgaria,125.0,48,1 +8257,2022,by citizenship,Burkina Faso,2.5,48,1 +8258,2022,by citizenship,Cameroon,2.5,48,1 +8259,2022,by citizenship,China,38.0,48,1 +8260,2022,by citizenship,Colombia,2.5,48,1 +8261,2022,by citizenship,Cote d'Ivoire,9.0,48,1 +8262,2022,by citizenship,Philippines,2.5,48,1 +8263,2022,by citizenship,France,2.5,48,1 +8264,2022,by citizenship,Georgia,111.0,48,1 +8265,2022,by citizenship,Germany,237.0,48,1 +8266,2022,by citizenship,Ghana,2.5,48,1 +8267,2022,by citizenship,Greece,2.5,48,1 +8268,2022,by citizenship,Guinea-Bissau,2.5,48,1 +8269,2022,by citizenship,Guinea,10.0,48,1 +8270,2022,by citizenship,Hungary,11.0,48,1 +8271,2022,by citizenship,India,2.5,48,1 +8272,2022,by citizenship,Indonesia,2.5,48,1 +8273,2022,by citizenship,Iran,2.5,48,1 +8274,2022,by citizenship,Iraq,2.5,48,1 +8275,2022,by citizenship,Italy,2.5,48,1 +8276,2022,by citizenship,Kazakhstan,2.5,48,1 +8277,2022,by citizenship,Kosovo,2.5,48,1 +8278,2022,by citizenship,Latvia,6.0,48,1 +8279,2022,by citizenship,Lebanon,2.5,48,1 +8280,2022,by citizenship,Lithuania,31.0,48,1 +8281,2022,by citizenship,North Macedonia,2.5,48,1 +8282,2022,by citizenship,Moldova,34.0,48,1 +8283,2022,by citizenship,Morocco,5.0,48,1 +8284,2022,by citizenship,Mozambique,2.5,48,1 +8285,2022,by citizenship,Namibia,2.5,48,1 +8286,2022,by citizenship,Nigeria,8.0,48,1 +8287,2022,by citizenship,Poland,27.0,48,1 +8288,2022,by citizenship,Portugal,2.5,48,1 +8289,2022,by citizenship,Romania,168.0,48,1 +8290,2022,by citizenship,Russia,18.0,48,1 +8291,2022,by citizenship,Serbia,18.0,48,1 +8292,2022,by citizenship,Slovakia,72.0,48,1 +8293,2022,by citizenship,Spain,2.5,48,1 +8294,2022,by citizenship,Sweden,2.5,48,1 +8295,2022,by citizenship,Syria,2.5,48,1 +8296,2022,by citizenship,Tajikistan,2.5,48,1 +8297,2022,by citizenship,Tanzania,2.5,48,1 +8298,2022,by citizenship,Thailand,35.0,48,1 +8299,2022,by citizenship,Turkey,7.0,48,1 +8300,2022,by citizenship,Ukraine,184.0,48,1 +8301,2022,by citizenship,United Kingdom,2.5,48,1 +8302,2022,by citizenship,Uzbekistan,2.5,48,1 +8303,2022,by citizenship,Venezuela,2.5,48,1 +8304,2022,by citizenship,Vietnam,36.0,48,1 +8305,2022,by citizenship,Zimbabwe,2.5,48,1 +8306,2022,by form of exploitation,Forced labour,2.5,48,4 +8307,2022,by form of exploitation,Forced labour,192.0,48,5 +8308,2022,by form of exploitation,Forced labour,2.5,48,6 +8309,2022,by form of exploitation,Forced labour,462.0,48,7 +8310,2022,by form of exploitation,Forced labour,6.0,48,2 +8311,2022,by form of exploitation,Forced labour,654.0,48,3 +8312,2022,by form of exploitation,Forced labour,1019.0,48,1 +8313,2022,by form of exploitation,Sexual exploitation,143.0,48,4 +8314,2022,by form of exploitation,Sexual exploitation,391.0,48,5 +8315,2022,by form of exploitation,Sexual exploitation,33.0,48,6 +8316,2022,by form of exploitation,Sexual exploitation,12.0,48,7 +8317,2022,by form of exploitation,Sexual exploitation,7.0,48,8 +8318,2022,by form of exploitation,Sexual exploitation,176.0,48,2 +8319,2022,by form of exploitation,Sexual exploitation,403.0,48,3 +8320,2003,by country of repatriation,Abroad,2.5,49,1 +8321,2014,Unknown,Unknown,2.5,49,4 +8322,2014,Unknown,Unknown,2.5,49,5 +8323,2014,Unknown,Unknown,2.5,49,6 +8324,2014,Unknown,Unknown,2.5,49,7 +8325,2014,Unknown,Unknown,2.5,49,2 +8326,2014,Unknown,Unknown,2.5,49,3 +8327,2014,Unknown,Unknown,2.5,49,1 +8328,2015,Unknown,Unknown,2.5,49,4 +8329,2015,Unknown,Unknown,2.5,49,5 +8330,2015,Unknown,Unknown,2.5,49,6 +8331,2015,Unknown,Unknown,2.5,49,7 +8332,2015,Unknown,Unknown,2.5,49,2 +8333,2015,Unknown,Unknown,2.5,49,3 +8334,2015,Unknown,Unknown,2.5,49,1 +8335,2016,Unknown,Unknown,2.5,49,4 +8336,2016,Unknown,Unknown,2.5,49,5 +8337,2016,Unknown,Unknown,2.5,49,6 +8338,2016,Unknown,Unknown,2.5,49,7 +8339,2016,Unknown,Unknown,2.5,49,2 +8340,2016,Unknown,Unknown,2.5,49,3 +8341,2016,Unknown,Unknown,2.5,49,1 +8342,2017,Unknown,Unknown,2.5,49,4 +8343,2017,Unknown,Unknown,2.5,49,5 +8344,2017,Unknown,Unknown,2.5,49,6 +8345,2017,Unknown,Unknown,2.5,49,7 +8346,2017,Unknown,Unknown,2.5,49,2 +8347,2017,Unknown,Unknown,2.5,49,3 +8348,2017,Unknown,Unknown,2.5,49,1 +8349,2017,by form of exploitation,Sexual exploitation,2.5,50,1 +8350,2018,by form of exploitation,Forced labour,2.5,50,1 +8351,2018,by form of exploitation,Sexual exploitation,2.5,50,1 +8352,2019,by form of exploitation,Sexual exploitation,2.5,50,1 +8353,2020,by form of exploitation,Forced labour,2.5,50,1 +8354,2020,by form of exploitation,Sexual exploitation,2.5,50,1 +8355,2007,Unknown,Unknown,2.5,51,4 +8356,2007,Unknown,Unknown,17.0,51,5 +8357,2007,Unknown,Unknown,2.5,51,6 +8358,2007,Unknown,Unknown,2.5,51,7 +8359,2007,Unknown,Unknown,2.5,51,2 +8360,2007,Unknown,Unknown,17.0,51,3 +8361,2007,Unknown,Unknown,17.0,51,1 +8362,2007,by citizenship,Brazil,2.5,51,1 +8363,2007,by citizenship,Czech Republic,2.5,51,1 +8364,2007,by citizenship,Ghana,2.5,51,1 +8365,2007,by citizenship,Nigeria,11.0,51,1 +8366,2007,by citizenship,Poland,2.5,51,1 +8367,2007,by citizenship,Slovakia,2.5,51,1 +8368,2007,by citizenship,Thailand,2.5,51,1 +8369,2008,Unknown,Unknown,2.5,51,4 +8370,2008,Unknown,Unknown,28.0,51,5 +8371,2008,Unknown,Unknown,2.5,51,6 +8372,2008,Unknown,Unknown,2.5,51,7 +8373,2008,Unknown,Unknown,2.5,51,2 +8374,2008,Unknown,Unknown,28.0,51,3 +8375,2008,Unknown,Unknown,28.0,51,1 +8376,2008,by citizenship,Brazil,2.5,51,1 +8377,2008,by citizenship,Ethiopia,2.5,51,1 +8378,2008,by citizenship,Latvia,2.5,51,1 +8379,2008,by citizenship,Nepal,2.5,51,1 +8380,2008,by citizenship,Nigeria,15.0,51,1 +8381,2008,by citizenship,Romania,2.5,51,1 +8382,2008,by citizenship,Slovenia,2.5,51,1 +8383,2008,by citizenship,Thailand,2.5,51,1 +8384,2008,by citizenship,Uganda,2.5,51,1 +8385,2009,Unknown,Unknown,2.5,51,4 +8386,2009,Unknown,Unknown,45.0,51,5 +8387,2009,Unknown,Unknown,2.5,51,6 +8388,2009,Unknown,Unknown,2.5,51,7 +8389,2009,Unknown,Unknown,2.5,51,2 +8390,2009,Unknown,Unknown,46.0,51,3 +8391,2009,Unknown,Unknown,47.0,51,1 +8392,2009,by citizenship,Cameroon,2.5,51,1 +8393,2009,by citizenship,Cote d'Ivoire,2.5,51,1 +8394,2009,by citizenship,Czech Republic,2.5,51,1 +8395,2009,by citizenship,Hungary,2.5,51,1 +8396,2009,by citizenship,Latvia,2.5,51,1 +8397,2009,by citizenship,Nigeria,19.0,51,1 +8398,2009,by citizenship,Portugal,2.5,51,1 +8399,2009,by citizenship,Romania,5.0,51,1 +8400,2009,by citizenship,Slovakia,2.5,51,1 +8401,2009,by citizenship,Thailand,10.0,51,1 +8402,2009,by citizenship,Uganda,2.5,51,1 +8403,2009,by citizenship,Ukraine,2.5,51,1 +8404,2009,by citizenship,Venezuela,2.5,51,1 +8405,2010,Unknown,Unknown,2.5,51,4 +8406,2010,Unknown,Unknown,48.0,51,5 +8407,2010,Unknown,Unknown,2.5,51,6 +8408,2010,Unknown,Unknown,2.5,51,7 +8409,2010,Unknown,Unknown,2.5,51,2 +8410,2010,Unknown,Unknown,51.0,51,3 +8411,2010,Unknown,Unknown,53.0,51,1 +8412,2010,by citizenship,Brazil,2.5,51,1 +8413,2010,by citizenship,Bulgaria,2.5,51,1 +8414,2010,by citizenship,Burundi,2.5,51,1 +8415,2010,by citizenship,Cameroon,2.5,51,1 +8416,2010,by citizenship,Czech Republic,2.5,51,1 +8417,2010,by citizenship,Denmark,2.5,51,1 +8418,2010,by citizenship,Dominican Republic,2.5,51,1 +8419,2010,by citizenship,Eritrea,2.5,51,1 +8420,2010,by citizenship,Ghana,2.5,51,1 +8421,2010,by citizenship,Honduras,2.5,51,1 +8422,2010,by citizenship,Latvia,2.5,51,1 +8423,2010,by citizenship,Liberia,2.5,51,1 +8424,2010,by citizenship,Morocco,2.5,51,1 +8425,2010,by citizenship,Nigeria,13.0,51,1 +8426,2010,by citizenship,Portugal,2.5,51,1 +8427,2010,by citizenship,Romania,5.0,51,1 +8428,2010,by citizenship,Slovakia,2.5,51,1 +8429,2010,by citizenship,Thailand,5.0,51,1 +8430,2010,by citizenship,Uganda,2.5,51,1 +8431,2010,by citizenship,Ukraine,2.5,51,1 +8432,2010,by citizenship,Venezuela,2.5,51,1 +8433,2010,by citizenship,Vietnam,2.5,51,1 +8434,2010,by citizenship,Zimbabwe,2.5,51,1 +8435,2010,by country of repatriation,Romania,2.5,51,1 +8436,2010,by country of repatriation,Slovakia,2.5,51,1 +8437,2010,by country of repatriation,Thailand,2.5,51,1 +8438,2010,by form of exploitation,Forced labour,2.5,51,1 +8439,2010,by form of exploitation,Sexual exploitation,50.0,51,1 +8440,2011,by form of exploitation,Sexual exploitation,56.0,51,1 +8441,2011,Unknown,Unknown,2.5,51,4 +8442,2011,Unknown,Unknown,56.0,51,5 +8443,2011,Unknown,Unknown,2.5,51,6 +8444,2011,Unknown,Unknown,2.5,51,7 +8445,2011,Unknown,Unknown,2.5,51,2 +8446,2011,Unknown,Unknown,58.0,51,3 +8447,2011,Unknown,Unknown,60.0,51,1 +8448,2011,by citizenship,Benin,2.5,51,1 +8449,2011,by citizenship,Bolivia,2.5,51,1 +8450,2011,by citizenship,Brazil,2.5,51,1 +8451,2011,by citizenship,Cameroon,2.5,51,1 +8452,2011,by citizenship,Ghana,2.5,51,1 +8453,2011,by citizenship,Guatemala,2.5,51,1 +8454,2011,by citizenship,Iran,2.5,51,1 +8455,2011,by citizenship,Kenya,2.5,51,1 +8456,2011,by citizenship,Lithuania,2.5,51,1 +8457,2011,by citizenship,Mali,2.5,51,1 +8458,2011,by citizenship,Nigeria,18.0,51,1 +8459,2011,by citizenship,Portugal,2.5,51,1 +8460,2011,by citizenship,Romania,5.0,51,1 +8461,2011,by citizenship,Slovakia,2.5,51,1 +8462,2011,by citizenship,Thailand,11.0,51,1 +8463,2011,by citizenship,Uganda,8.0,51,1 +8464,2011,by country of repatriation,Romania,2.5,51,1 +8465,2011,by country of repatriation,Thailand,2.5,51,1 +8466,2011,by country of repatriation,Venezuela,2.5,51,1 +8467,2011,by form of exploitation,Forced labour,2.5,51,1 +8468,2012,by form of exploitation,Forced labour,17.0,51,1 +8469,2012,Unknown,Unknown,2.5,51,4 +8470,2012,Unknown,Unknown,56.0,51,5 +8471,2012,Unknown,Unknown,2.5,51,6 +8472,2012,Unknown,Unknown,10.0,51,7 +8473,2012,Unknown,Unknown,2.5,51,2 +8474,2012,Unknown,Unknown,66.0,51,3 +8475,2012,Unknown,Unknown,66.0,51,1 +8476,2012,by country of repatriation,Poland,2.5,51,1 +8477,2012,by country of repatriation,Romania,2.5,51,1 +8478,2012,by form of exploitation,Sexual exploitation,45.0,51,1 +8479,2013,Unknown,Unknown,2.5,51,4 +8480,2013,Unknown,Unknown,62.0,51,5 +8481,2013,Unknown,Unknown,2.5,51,6 +8482,2013,Unknown,Unknown,12.0,51,7 +8483,2013,Unknown,Unknown,2.5,51,2 +8484,2013,Unknown,Unknown,74.0,51,3 +8485,2013,Unknown,Unknown,76.0,51,1 +8486,2013,by citizenship,Belarus,2.5,51,1 +8487,2013,by citizenship,Bulgaria,2.5,51,1 +8488,2013,by citizenship,China,2.5,51,1 +8489,2013,by citizenship,Cote d'Ivoire,2.5,51,1 +8490,2013,by citizenship,Denmark,2.5,51,1 +8491,2013,by citizenship,Ghana,2.5,51,1 +8492,2013,by citizenship,Kenya,2.5,51,1 +8493,2013,by citizenship,Nepal,2.5,51,1 +8494,2013,by citizenship,Nigeria,45.0,51,1 +8495,2013,by citizenship,Romania,6.0,51,1 +8496,2013,by citizenship,Serbia,2.5,51,1 +8497,2013,by citizenship,Slovakia,2.5,51,1 +8498,2013,by citizenship,Vietnam,2.5,51,1 +8499,2013,by country of repatriation,Nigeria,2.5,51,1 +8500,2013,by form of exploitation,Forced labour,11.0,51,1 +8501,2013,by form of exploitation,Sexual exploitation,58.0,51,1 +8502,2014,by form of exploitation,Sexual exploitation,57.0,51,1 +8503,2014,Unknown,Unknown,2.5,51,4 +8504,2014,Unknown,Unknown,60.0,51,5 +8505,2014,Unknown,Unknown,2.5,51,6 +8506,2014,Unknown,Unknown,6.0,51,7 +8507,2014,Unknown,Unknown,5.0,51,2 +8508,2014,Unknown,Unknown,66.0,51,3 +8509,2014,Unknown,Unknown,71.0,51,1 +8510,2014,by citizenship,Afghanistan,2.5,51,1 +8511,2014,by citizenship,Brazil,2.5,51,1 +8512,2014,by citizenship,Bulgaria,2.5,51,1 +8513,2014,by citizenship,Gambia,2.5,51,1 +8514,2014,by citizenship,Ghana,2.5,51,1 +8515,2014,by citizenship,India,2.5,51,1 +8516,2014,by citizenship,Kenya,2.5,51,1 +8517,2014,by citizenship,Kosovo,2.5,51,1 +8518,2014,by citizenship,Liberia,2.5,51,1 +8519,2014,by citizenship,Morocco,2.5,51,1 +8520,2014,by citizenship,Nigeria,38.0,51,1 +8521,2014,by citizenship,Paraguay,2.5,51,1 +8522,2014,by citizenship,Romania,5.0,51,1 +8523,2014,by citizenship,Serbia,2.5,51,1 +8524,2014,by citizenship,Slovakia,2.5,51,1 +8525,2014,by citizenship,Uganda,5.0,51,1 +8526,2014,by citizenship,Ukraine,2.5,51,1 +8527,2014,by citizenship,Vietnam,2.5,51,1 +8528,2014,by country of repatriation,Serbia,2.5,51,1 +8529,2014,by form of exploitation,Forced labour,2.5,51,1 +8530,2015,Unknown,Unknown,2.5,51,4 +8531,2015,Unknown,Unknown,50.0,51,5 +8532,2015,Unknown,Unknown,5.0,51,6 +8533,2015,Unknown,Unknown,37.0,51,7 +8534,2015,Unknown,Unknown,6.0,51,2 +8535,2015,Unknown,Unknown,87.0,51,3 +8536,2015,Unknown,Unknown,93.0,51,1 +8537,2015,by citizenship,Afghanistan,2.5,51,1 +8538,2015,by citizenship,Colombia,2.5,51,1 +8539,2015,by citizenship,Morocco,2.5,51,1 +8540,2015,by citizenship,Nicaragua,2.5,51,1 +8541,2015,by citizenship,Nigeria,35.0,51,1 +8542,2015,by citizenship,Poland,2.5,51,1 +8543,2015,by citizenship,Romania,41.0,51,1 +8544,2015,by citizenship,Thailand,2.5,51,1 +8545,2015,by citizenship,North Macedonia,2.5,51,1 +8546,2015,by citizenship,Tunisia,2.5,51,1 +8547,2015,by citizenship,Ukraine,2.5,51,1 +8548,2015,by citizenship,Vietnam,2.5,51,1 +8549,2015,by country of repatriation,Finland,2.5,51,1 +8550,2015,by form of exploitation,Forced labour,2.5,51,1 +8551,2015,by form of exploitation,Sexual exploitation,49.0,51,1 +8552,2016,Unknown,Unknown,6.0,51,4 +8553,2016,Unknown,Unknown,108.0,51,5 +8554,2016,Unknown,Unknown,2.5,51,6 +8555,2016,Unknown,Unknown,2.5,51,7 +8556,2016,Unknown,Unknown,9.0,51,2 +8557,2016,Unknown,Unknown,112.0,51,3 +8558,2016,Unknown,Unknown,121.0,51,1 +8559,2016,by citizenship,Afghanistan,2.5,51,1 +8560,2016,by citizenship,Bangladesh,2.5,51,1 +8561,2016,by citizenship,Bulgaria,2.5,51,1 +8562,2016,by citizenship,Equatorial Guinea,2.5,51,1 +8563,2016,by citizenship,Ethiopia,2.5,51,1 +8564,2016,by citizenship,Kenya,2.5,51,1 +8565,2016,by citizenship,Morocco,2.5,51,1 +8566,2016,by citizenship,Myanmar,2.5,51,1 +8567,2016,by citizenship,Nigeria,99.0,51,1 +8568,2016,by citizenship,Romania,2.5,51,1 +8569,2016,by citizenship,Serbia,2.5,51,1 +8570,2016,by citizenship,Somalia,2.5,51,1 +8571,2016,by citizenship,Sudan,2.5,51,1 +8572,2016,by citizenship,Thailand,5.0,51,1 +8573,2016,by citizenship,Uganda,2.5,51,1 +8574,2016,by country of repatriation,Finland,2.5,51,1 +8575,2016,by country of repatriation,Lithuania,5.0,51,1 +8576,2016,by country of repatriation,Serbia,2.5,51,1 +8577,2016,by country of repatriation,Slovakia,7.0,51,1 +8578,2016,by country of repatriation,Ukraine,2.5,51,1 +8579,2016,by form of exploitation,Forced labour,2.5,51,1 +8580,2016,by form of exploitation,Sexual exploitation,112.0,51,1 +8581,2017,Unknown,Unknown,2.5,51,4 +8582,2017,Unknown,Unknown,85.0,51,5 +8583,2017,Unknown,Unknown,2.5,51,6 +8584,2017,Unknown,Unknown,6.0,51,7 +8585,2017,Unknown,Unknown,2.5,51,9 +8586,2017,Unknown,Unknown,2.5,51,8 +8587,2017,Unknown,Unknown,2.5,51,2 +8588,2017,Unknown,Unknown,95.0,51,3 +8589,2017,Unknown,Unknown,98.0,51,1 +8590,2017,by form of exploitation,Forced labour,2.5,51,1 +8591,2017,by form of exploitation,Sexual exploitation,86.0,51,1 +8592,2017,Unknown,Unknown,2.5,51,1 +8593,2017,by citizenship,Albania,2.5,51,1 +8594,2017,by citizenship,Brazil,2.5,51,1 +8595,2017,by citizenship,Burundi,2.5,51,1 +8596,2017,by citizenship,Cameroon,2.5,51,1 +8597,2017,by citizenship,China,2.5,51,1 +8598,2017,by citizenship,Democratic Republic of the Congo,2.5,51,1 +8599,2017,by citizenship,Ethiopia,2.5,51,1 +8600,2017,by citizenship,Gambia,2.5,51,1 +8601,2017,by citizenship,Ghana,2.5,51,1 +8602,2017,by citizenship,Morocco,2.5,51,1 +8603,2017,by citizenship,Nationals,2.5,51,1 +8604,2017,by citizenship,Nigeria,63.0,51,1 +8605,2017,by citizenship,Romania,2.5,51,1 +8606,2017,by citizenship,Serbia,2.5,51,1 +8607,2017,by citizenship,Sierra Leone,2.5,51,1 +8608,2017,by citizenship,Tanzania,2.5,51,1 +8609,2017,by citizenship,Thailand,12.0,51,1 +8610,2017,by citizenship,Vietnam,2.5,51,1 +8611,2017,by citizenship,Zambia,2.5,51,1 +8612,2017,by country of repatriation,Abroad,2.5,51,1 +8613,2017,by form of exploitation,Forced labour,2.5,51,4 +8614,2017,by form of exploitation,Forced labour,2.5,51,5 +8615,2017,by form of exploitation,Forced labour,2.5,51,6 +8616,2017,by form of exploitation,Forced labour,2.5,51,7 +8617,2017,by form of exploitation,Forced labour,2.5,51,9 +8618,2017,by form of exploitation,Forced labour,2.5,51,8 +8619,2017,by form of exploitation,Forced labour,2.5,51,2 +8620,2017,by form of exploitation,Forced labour,2.5,51,3 +8621,2017,by form of exploitation,Forced labour,2.5,51,1 +8622,2017,by form of exploitation,Sexual exploitation,2.5,51,4 +8623,2017,by form of exploitation,Sexual exploitation,80.0,51,5 +8624,2017,by form of exploitation,Sexual exploitation,2.5,51,6 +8625,2017,by form of exploitation,Sexual exploitation,2.5,51,7 +8626,2017,by form of exploitation,Sexual exploitation,2.5,51,9 +8627,2017,by form of exploitation,Sexual exploitation,2.5,51,8 +8628,2017,by form of exploitation,Sexual exploitation,2.5,51,2 +8629,2017,by form of exploitation,Sexual exploitation,86.0,51,3 +8630,2017,by form of exploitation,Sexual exploitation,2.5,51,1 +8631,2018,Unknown,Unknown,2.5,51,4 +8632,2018,Unknown,Unknown,35.0,51,5 +8633,2018,Unknown,Unknown,10.0,51,6 +8634,2018,Unknown,Unknown,51.0,51,7 +8635,2018,Unknown,Unknown,2.5,51,9 +8636,2018,Unknown,Unknown,2.5,51,8 +8637,2018,Unknown,Unknown,10.0,51,2 +8638,2018,Unknown,Unknown,87.0,51,3 +8639,2018,Unknown,Unknown,97.0,51,1 +8640,2018,by form of exploitation,Forced labour,46.0,51,1 +8641,2018,by form of exploitation,Sexual exploitation,31.0,51,1 +8642,2018,Unknown,Unknown,2.5,51,1 +8643,2018,by citizenship,Bosnia and Herzegovina,2.5,51,1 +8644,2018,by citizenship,Bulgaria,2.5,51,1 +8645,2018,by citizenship,Colombia,2.5,51,1 +8646,2018,by citizenship,Dominican Republic,2.5,51,1 +8647,2018,by citizenship,Egypt,2.5,51,1 +8648,2018,by citizenship,Ghana,2.5,51,1 +8649,2018,by citizenship,Kenya,2.5,51,1 +8650,2018,by citizenship,Lebanon,2.5,51,1 +8651,2018,by citizenship,Mali,2.5,51,1 +8652,2018,by citizenship,Morocco,8.0,51,1 +8653,2018,by citizenship,Nationals,2.5,51,1 +8654,2018,by citizenship,Nigeria,20.0,51,1 +8655,2018,by citizenship,Pakistan,2.5,51,1 +8656,2018,by citizenship,Philippines,26.0,51,1 +8657,2018,by citizenship,Romania,2.5,51,1 +8658,2018,by citizenship,Sierra Leone,2.5,51,1 +8659,2018,by citizenship,Sri Lanka,2.5,51,1 +8660,2018,by citizenship,Syria,2.5,51,1 +8661,2018,by citizenship,Thailand,5.0,51,1 +8662,2018,by citizenship,Uganda,2.5,51,1 +8663,2018,by citizenship,Vietnam,8.0,51,1 +8664,2018,by country of repatriation,Abroad,2.5,51,1 +8665,2018,by form of exploitation,Forced labour,2.5,51,4 +8666,2018,by form of exploitation,Forced labour,2.5,51,5 +8667,2018,by form of exploitation,Forced labour,2.5,51,6 +8668,2018,by form of exploitation,Forced labour,44.0,51,7 +8669,2018,by form of exploitation,Forced labour,2.5,51,9 +8670,2018,by form of exploitation,Forced labour,2.5,51,8 +8671,2018,by form of exploitation,Forced labour,2.5,51,2 +8672,2018,by form of exploitation,Forced labour,45.0,51,3 +8673,2018,by form of exploitation,Forced labour,2.5,51,1 +8674,2018,by form of exploitation,Sexual exploitation,2.5,51,4 +8675,2018,by form of exploitation,Sexual exploitation,30.0,51,5 +8676,2018,by form of exploitation,Sexual exploitation,2.5,51,6 +8677,2018,by form of exploitation,Sexual exploitation,2.5,51,7 +8678,2018,by form of exploitation,Sexual exploitation,2.5,51,9 +8679,2018,by form of exploitation,Sexual exploitation,2.5,51,8 +8680,2018,by form of exploitation,Sexual exploitation,2.5,51,2 +8681,2018,by form of exploitation,Sexual exploitation,31.0,51,3 +8682,2018,by form of exploitation,Sexual exploitation,2.5,51,1 +8683,2019,Unknown,Unknown,2.5,51,9 +8684,2019,Unknown,Unknown,2.5,51,8 +8685,2019,by form of exploitation,Forced labour,17.0,51,1 +8686,2019,by form of exploitation,Sexual exploitation,38.0,51,1 +8687,2019,Unknown,Unknown,2.5,51,4 +8688,2019,Unknown,Unknown,40.0,51,5 +8689,2019,Unknown,Unknown,5.0,51,6 +8690,2019,Unknown,Unknown,18.0,51,7 +8691,2019,Unknown,Unknown,6.0,51,2 +8692,2019,Unknown,Unknown,58.0,51,3 +8693,2019,Unknown,Unknown,64.0,51,1 +8694,2019,Unknown,Unknown,2.5,51,1 +8695,2019,by citizenship,Albania,2.5,51,1 +8696,2019,by citizenship,Cameroon,2.5,51,1 +8697,2019,by citizenship,Democratic Republic of the Congo,2.5,51,1 +8698,2019,by citizenship,Gambia,2.5,51,1 +8699,2019,by citizenship,India,2.5,51,1 +8700,2019,by citizenship,Kenya,2.5,51,1 +8701,2019,by citizenship,Kyrgyzstan,2.5,51,1 +8702,2019,by citizenship,Morocco,6.0,51,1 +8703,2019,by citizenship,Nigeria,16.0,51,1 +8704,2019,by citizenship,Poland,2.5,51,1 +8705,2019,by citizenship,Romania,13.0,51,1 +8706,2019,by citizenship,Russia,2.5,51,1 +8707,2019,by citizenship,Thailand,14.0,51,1 +8708,2019,by citizenship,Uganda,2.5,51,1 +8709,2019,by country of repatriation,Abroad,2.5,51,1 +8710,2019,by form of exploitation,Forced labour,2.5,51,4 +8711,2019,by form of exploitation,Forced labour,2.5,51,5 +8712,2019,by form of exploitation,Forced labour,2.5,51,6 +8713,2019,by form of exploitation,Forced labour,44.0,51,7 +8714,2019,by form of exploitation,Forced labour,2.5,51,9 +8715,2019,by form of exploitation,Forced labour,2.5,51,8 +8716,2019,by form of exploitation,Forced labour,2.5,51,2 +8717,2019,by form of exploitation,Forced labour,45.0,51,3 +8718,2019,by form of exploitation,Forced labour,2.5,51,1 +8719,2019,by form of exploitation,Sexual exploitation,2.5,51,4 +8720,2019,by form of exploitation,Sexual exploitation,30.0,51,5 +8721,2019,by form of exploitation,Sexual exploitation,2.5,51,6 +8722,2019,by form of exploitation,Sexual exploitation,2.5,51,7 +8723,2019,by form of exploitation,Sexual exploitation,2.5,51,9 +8724,2019,by form of exploitation,Sexual exploitation,2.5,51,8 +8725,2019,by form of exploitation,Sexual exploitation,2.5,51,2 +8726,2019,by form of exploitation,Sexual exploitation,31.0,51,3 +8727,2019,by form of exploitation,Sexual exploitation,2.5,51,1 +8728,2020,Unknown,Unknown,2.5,51,9 +8729,2020,by form of exploitation,Sexual exploitation,44.0,51,1 +8730,2020,Unknown,Unknown,2.5,51,4 +8731,2020,Unknown,Unknown,54.0,51,5 +8732,2020,Unknown,Unknown,8.0,51,6 +8733,2020,Unknown,Unknown,13.0,51,7 +8734,2020,Unknown,Unknown,2.5,51,8 +8735,2020,Unknown,Unknown,9.0,51,2 +8736,2020,Unknown,Unknown,68.0,51,3 +8737,2020,Unknown,Unknown,77.0,51,1 +8738,2020,Unknown,Unknown,2.5,51,1 +8739,2020,by citizenship,Algeria,2.5,51,1 +8740,2020,by citizenship,Bangladesh,2.5,51,1 +8741,2020,by citizenship,Brazil,5.0,51,1 +8742,2020,by citizenship,Bulgaria,2.5,51,1 +8743,2020,by citizenship,Denmark,5.0,51,1 +8744,2020,by citizenship,Gambia,2.5,51,1 +8745,2020,by citizenship,Ghana,2.5,51,1 +8746,2020,by citizenship,Guinea,2.5,51,1 +8747,2020,by citizenship,India,2.5,51,1 +8748,2020,by citizenship,Morocco,8.0,51,1 +8749,2020,by citizenship,Nigeria,17.0,51,1 +8750,2020,by citizenship,Romania,2.5,51,1 +8751,2020,by citizenship,Serbia,2.5,51,1 +8752,2020,by citizenship,Syria,2.5,51,1 +8753,2020,by citizenship,Thailand,8.0,51,1 +8754,2020,by citizenship,Uganda,2.5,51,1 +8755,2020,by citizenship,Ukraine,2.5,51,1 +8756,2020,by citizenship,Vietnam,2.5,51,1 +8757,2020,by citizenship,Zambia,2.5,51,1 +8758,2020,by country of repatriation,Abroad,2.5,51,1 +8759,2020,by form of exploitation,Forced labour,2.5,51,4 +8760,2020,by form of exploitation,Forced labour,2.5,51,5 +8761,2020,by form of exploitation,Forced labour,2.5,51,6 +8762,2020,by form of exploitation,Forced labour,6.0,51,7 +8763,2020,by form of exploitation,Forced labour,2.5,51,9 +8764,2020,by form of exploitation,Forced labour,2.5,51,8 +8765,2020,by form of exploitation,Forced labour,2.5,51,2 +8766,2020,by form of exploitation,Forced labour,8.0,51,3 +8767,2020,by form of exploitation,Forced labour,9.0,51,1 +8768,2020,by form of exploitation,Forced labour,2.5,51,1 +8769,2020,by form of exploitation,Sexual exploitation,2.5,51,4 +8770,2020,by form of exploitation,Sexual exploitation,37.0,51,5 +8771,2020,by form of exploitation,Sexual exploitation,2.5,51,6 +8772,2020,by form of exploitation,Sexual exploitation,2.5,51,7 +8773,2020,by form of exploitation,Sexual exploitation,2.5,51,9 +8774,2020,by form of exploitation,Sexual exploitation,2.5,51,8 +8775,2020,by form of exploitation,Sexual exploitation,2.5,51,2 +8776,2020,by form of exploitation,Sexual exploitation,38.0,51,3 +8777,2020,by form of exploitation,Sexual exploitation,2.5,51,1 +8778,2021,Unknown,Unknown,2.5,51,9 +8779,2021,Unknown,Unknown,2.5,51,8 +8780,2021,Unknown,Unknown,5.0,51,2 +8781,2021,Unknown,Unknown,75.0,51,3 +8782,2021,Unknown,Unknown,80.0,51,1 +8783,2021,by form of exploitation,Forced labour,19.0,51,1 +8784,2021,by form of exploitation,Sexual exploitation,33.0,51,1 +8785,2021,Unknown,Unknown,197.0,51,4 +8786,2021,Unknown,Unknown,41.0,51,5 +8787,2021,Unknown,Unknown,68.0,51,6 +8788,2021,Unknown,Unknown,33.0,51,7 +8789,2021,by citizenship,Afghanistan,2.5,51,1 +8790,2021,by citizenship,Algeria,2.5,51,1 +8791,2021,by citizenship,Bulgaria,2.5,51,1 +8792,2021,by citizenship,Cambodia,2.5,51,1 +8793,2021,by citizenship,Cameroon,2.5,51,1 +8794,2021,by citizenship,China,5.0,51,1 +8795,2021,by citizenship,Denmark,2.5,51,1 +8796,2021,by citizenship,Philippines,2.5,51,1 +8797,2021,by citizenship,Gambia,2.5,51,1 +8798,2021,by citizenship,Ghana,2.5,51,1 +8799,2021,by citizenship,Hungary,2.5,51,1 +8800,2021,by citizenship,India,2.5,51,1 +8801,2021,by citizenship,Iraq,2.5,51,1 +8802,2021,by citizenship,Kenya,2.5,51,1 +8803,2021,by citizenship,Morocco,6.0,51,1 +8804,2021,by citizenship,Nigeria,16.0,51,1 +8805,2021,by citizenship,Pakistan,2.5,51,1 +8806,2021,by citizenship,Romania,6.0,51,1 +8807,2021,by citizenship,Russia,2.5,51,1 +8808,2021,by citizenship,Serbia,2.5,51,1 +8809,2021,by citizenship,Suriname,2.5,51,1 +8810,2021,by citizenship,Tanzania,2.5,51,1 +8811,2021,by citizenship,Uganda,2.5,51,1 +8812,2021,by citizenship,Ukraine,2.5,51,1 +8813,2021,by citizenship,Vietnam,6.0,51,1 +8814,2021,by form of exploitation,Forced labour,2.5,51,4 +8815,2021,by form of exploitation,Forced labour,6.0,51,5 +8816,2021,by form of exploitation,Forced labour,2.5,51,6 +8817,2021,by form of exploitation,Forced labour,15.0,51,7 +8818,2021,by form of exploitation,Forced labour,2.5,51,2 +8819,2021,by form of exploitation,Forced labour,21.0,51,3 +8820,2021,by form of exploitation,Sexual exploitation,157.0,51,4 +8821,2021,by form of exploitation,Sexual exploitation,221.0,51,5 +8822,2021,by form of exploitation,Sexual exploitation,43.0,51,6 +8823,2021,by form of exploitation,Sexual exploitation,7.0,51,7 +8824,2021,by form of exploitation,Sexual exploitation,14.0,51,8 +8825,2021,by form of exploitation,Sexual exploitation,200.0,51,2 +8826,2021,by form of exploitation,Sexual exploitation,228.0,51,3 +8827,2022,Unknown,Unknown,67.0,51,3 +8828,2022,Unknown,Unknown,2.5,51,4 +8829,2022,Unknown,Unknown,47.0,51,5 +8830,2022,Unknown,Unknown,5.0,51,6 +8831,2022,Unknown,Unknown,19.0,51,7 +8832,2022,Unknown,Unknown,6.0,51,2 +8833,2022,Unknown,Unknown,73.0,51,1 +8834,2022,Unknown,Unknown,2.5,51,1 +8835,2022,by citizenship,Afghanistan,2.5,51,1 +8836,2022,by citizenship,Albania,2.5,51,1 +8837,2022,by citizenship,Algeria,2.5,51,1 +8838,2022,by citizenship,Brazil,2.5,51,1 +8839,2022,by citizenship,China,2.5,51,1 +8840,2022,by citizenship,Colombia,2.5,51,1 +8841,2022,by citizenship,Eritrea,2.5,51,1 +8842,2022,by citizenship,Philippines,2.5,51,1 +8843,2022,by citizenship,Ghana,2.5,51,1 +8844,2022,by citizenship,Lithuania,2.5,51,1 +8845,2022,by citizenship,Malaysia,2.5,51,1 +8846,2022,by citizenship,Morocco,7.0,51,1 +8847,2022,by citizenship,Nigeria,13.0,51,1 +8848,2022,by citizenship,Paraguay,2.5,51,1 +8849,2022,by citizenship,Poland,2.5,51,1 +8850,2022,by citizenship,Romania,6.0,51,1 +8851,2022,by citizenship,Russia,2.5,51,1 +8852,2022,by citizenship,Serbia,2.5,51,1 +8853,2022,by citizenship,Somalia,2.5,51,1 +8854,2022,by citizenship,Spain,2.5,51,1 +8855,2022,by citizenship,Sudan,2.5,51,1 +8856,2022,by citizenship,Thailand,9.0,51,1 +8857,2022,by citizenship,Tunisia,2.5,51,1 +8858,2022,by citizenship,United States,2.5,51,1 +8859,2022,by citizenship,Uganda,2.5,51,1 +8860,2022,by citizenship,Ukraine,2.5,51,1 +8861,2022,by citizenship,Venezuela,2.5,51,1 +8862,2022,by form of exploitation,Forced labour,2.5,51,4 +8863,2022,by form of exploitation,Forced labour,2.5,51,5 +8864,2022,by form of exploitation,Forced labour,2.5,51,6 +8865,2022,by form of exploitation,Forced labour,8.0,51,7 +8866,2022,by form of exploitation,Forced labour,12.0,51,3 +8867,2022,by form of exploitation,Forced labour,12.0,51,1 +8868,2022,by form of exploitation,Sexual exploitation,2.5,51,4 +8869,2022,by form of exploitation,Sexual exploitation,36.0,51,5 +8870,2022,by form of exploitation,Sexual exploitation,2.5,51,6 +8871,2022,by form of exploitation,Sexual exploitation,2.5,51,7 +8872,2022,by form of exploitation,Sexual exploitation,2.5,51,8 +8873,2022,by form of exploitation,Sexual exploitation,37.0,51,3 +8874,2022,by form of exploitation,Sexual exploitation,38.0,51,1 +8875,2003,by country of repatriation,Abroad,2.5,52,1 +8876,2006,by form of exploitation,Forced labour,26.0,52,1 +8877,2006,by form of exploitation,Sexual exploitation,26.0,52,1 +8878,2007,by form of exploitation,Sexual exploitation,205.0,52,1 +8879,2008,by citizenship,Dominican Republic,2.5,52,1 +8880,2009,by citizenship,Dominican Republic,12.0,52,1 +8881,2010,by citizenship,Dominican Republic,13.0,52,1 +8882,2011,Unknown,Unknown,21.0,52,4 +8883,2011,Unknown,Unknown,2.5,52,5 +8884,2011,Unknown,Unknown,32.0,52,6 +8885,2011,Unknown,Unknown,2.5,52,7 +8886,2011,Unknown,Unknown,53.0,52,2 +8887,2011,Unknown,Unknown,2.5,52,3 +8888,2011,Unknown,Unknown,54.0,52,1 +8889,2011,by citizenship,Dominican Republic,19.0,52,1 +8890,2011,by citizenship,Haiti,35.0,52,1 +8891,2011,by country of repatriation,Venezuela,2.5,52,1 +8892,2011,by form of exploitation,Sexual exploitation,18.0,52,1 +8893,2012,Unknown,Unknown,12.0,52,4 +8894,2012,Unknown,Unknown,9.0,52,6 +8895,2012,Unknown,Unknown,21.0,52,2 +8896,2012,Unknown,Unknown,51.0,52,3 +8897,2012,Unknown,Unknown,72.0,52,1 +8898,2012,by citizenship,Dominican Republic,34.0,52,1 +8899,2012,by citizenship,Haiti,17.0,52,1 +8900,2012,by country of repatriation,Venezuela,2.5,52,1 +8901,2013,Unknown,Unknown,78.0,52,5 +8902,2013,Unknown,Unknown,2.5,52,7 +8903,2013,Unknown,Unknown,221.0,52,2 +8904,2013,Unknown,Unknown,79.0,52,3 +8905,2013,Unknown,Unknown,300.0,52,1 +8906,2013,by citizenship,China,2.5,52,1 +8907,2013,by citizenship,Dominican Republic,55.0,52,1 +8908,2013,by citizenship,Haiti,15.0,52,1 +8909,2013,by country of repatriation,Ecuador,2.5,52,1 +8910,2013,by country of repatriation,Venezuela,2.5,52,1 +8911,2013,by form of exploitation,Forced labour,2.5,52,1 +8912,2013,by form of exploitation,Sexual exploitation,39.0,52,1 +8913,2014,Unknown,Unknown,48.0,52,4 +8914,2014,Unknown,Unknown,70.0,52,5 +8915,2014,Unknown,Unknown,2.5,52,6 +8916,2014,Unknown,Unknown,28.0,52,7 +8917,2014,Unknown,Unknown,49.0,52,2 +8918,2014,Unknown,Unknown,98.0,52,3 +8919,2014,Unknown,Unknown,147.0,52,1 +8920,2014,by citizenship,China,2.5,52,1 +8921,2014,by citizenship,Dominican Republic,133.0,52,1 +8922,2014,by citizenship,Haiti,27.0,52,1 +8923,2015,Unknown,Unknown,82.0,52,2 +8924,2015,Unknown,Unknown,19.0,52,3 +8925,2015,Unknown,Unknown,183.0,52,1 +8926,2015,by citizenship,Dominican Republic,101.0,52,1 +8927,2016,Unknown,Unknown,63.0,52,4 +8928,2016,Unknown,Unknown,74.0,52,5 +8929,2016,Unknown,Unknown,20.0,52,6 +8930,2016,Unknown,Unknown,2.5,52,7 +8931,2016,Unknown,Unknown,83.0,52,2 +8932,2016,Unknown,Unknown,74.0,52,3 +8933,2016,Unknown,Unknown,157.0,52,1 +8934,2016,by citizenship,Colombia,22.0,52,1 +8935,2016,by citizenship,Dominican Republic,157.0,52,1 +8936,2016,by citizenship,Venezuela,38.0,52,1 +8937,2016,by country of repatriation,Colombia,7.0,52,1 +8938,2016,by form of exploitation,Sexual exploitation,83.0,52,1 +8939,2017,Unknown,Unknown,44.0,52,4 +8940,2017,Unknown,Unknown,45.0,52,5 +8941,2017,Unknown,Unknown,13.0,52,6 +8942,2017,Unknown,Unknown,2.5,52,7 +8943,2017,Unknown,Unknown,57.0,52,2 +8944,2017,Unknown,Unknown,45.0,52,3 +8945,2017,Unknown,Unknown,102.0,52,1 +8946,2017,by citizenship,Nationals,75.0,52,1 +8947,2017,by citizenship,Venezuela,27.0,52,1 +8948,2017,by country of repatriation,Abroad,2.5,52,1 +8949,2017,by country of repatriation,Nationals,2.5,52,1 +8950,2017,by form of exploitation,Forced labour,2.5,52,4 +8951,2017,by form of exploitation,Forced labour,2.5,52,5 +8952,2017,by form of exploitation,Forced labour,2.5,52,6 +8953,2017,by form of exploitation,Forced labour,2.5,52,7 +8954,2017,by form of exploitation,Sexual exploitation,44.0,52,4 +8955,2017,by form of exploitation,Sexual exploitation,45.0,52,5 +8956,2017,by form of exploitation,Sexual exploitation,13.0,52,6 +8957,2017,by form of exploitation,Sexual exploitation,2.5,52,7 +8958,2017,by form of exploitation,Sexual exploitation,45.0,52,3 +8959,2017,by form of exploitation,Sexual exploitation,102.0,52,1 +8960,2018,Unknown,Unknown,13.0,52,4 +8961,2018,Unknown,Unknown,2.5,52,5 +8962,2018,Unknown,Unknown,44.0,52,6 +8963,2018,Unknown,Unknown,45.0,52,7 +8964,2018,Unknown,Unknown,57.0,52,2 +8965,2018,Unknown,Unknown,45.0,52,3 +8966,2018,Unknown,Unknown,102.0,52,1 +8967,2018,by citizenship,Unknown,75.0,52,1 +8968,2018,by citizenship,Venezuela,27.0,52,1 +8969,2018,by country of repatriation,Abroad,2.5,52,1 +8970,2018,by country of repatriation,Unknown,2.5,52,1 +8971,2018,by form of exploitation,Forced labour,11.0,52,4 +8972,2018,by form of exploitation,Forced labour,2.5,52,5 +8973,2018,by form of exploitation,Forced labour,2.5,52,6 +8974,2018,by form of exploitation,Forced labour,2.5,52,7 +8975,2018,by form of exploitation,Forced labour,12.0,52,2 +8976,2018,by form of exploitation,Forced labour,2.5,52,3 +8977,2018,by form of exploitation,Forced labour,2.5,52,1 +8978,2018,by form of exploitation,Sexual exploitation,14.0,52,4 +8979,2018,by form of exploitation,Sexual exploitation,2.5,52,5 +8980,2018,by form of exploitation,Sexual exploitation,2.5,52,6 +8981,2018,by form of exploitation,Sexual exploitation,45.0,52,7 +8982,2018,by form of exploitation,Sexual exploitation,14.0,52,2 +8983,2018,by form of exploitation,Sexual exploitation,45.0,52,3 +8984,2018,by form of exploitation,Sexual exploitation,102.0,52,1 +8985,2019,Unknown,Unknown,6.0,52,4 +8986,2019,Unknown,Unknown,178.0,52,5 +8987,2019,Unknown,Unknown,11.0,52,6 +8988,2019,Unknown,Unknown,2.5,52,7 +8989,2019,Unknown,Unknown,2.5,52,9 +8990,2019,Unknown,Unknown,2.5,52,8 +8991,2019,Unknown,Unknown,17.0,52,2 +8992,2019,Unknown,Unknown,178.0,52,3 +8993,2019,Unknown,Unknown,195.0,52,1 +8994,2019,by citizenship,Unknown,151.0,52,1 +8995,2019,by citizenship,Colombia,2.5,52,1 +8996,2019,by citizenship,Nicaragua,2.5,52,1 +8997,2019,by citizenship,Venezuela,42.0,52,1 +8998,2019,by country of repatriation,Abroad,6.0,52,1 +8999,2019,by country of repatriation,Argentina,6.0,52,1 +9000,2019,by country of repatriation,Costa Rica,2.5,52,1 +9001,2019,by country of repatriation,Guatemala,2.5,52,1 +9002,2019,by country of repatriation,Suriname,2.5,52,1 +9003,2019,by form of exploitation,Forced labour,2.5,52,4 +9004,2019,by form of exploitation,Forced labour,7.0,52,5 +9005,2019,by form of exploitation,Forced labour,2.5,52,6 +9006,2019,by form of exploitation,Forced labour,2.5,52,7 +9007,2019,by form of exploitation,Forced labour,2.5,52,2 +9008,2019,by form of exploitation,Forced labour,7.0,52,3 +9009,2019,by form of exploitation,Forced labour,7.0,52,1 +9010,2019,by form of exploitation,Sexual exploitation,6.0,52,4 +9011,2019,by form of exploitation,Sexual exploitation,178.0,52,5 +9012,2019,by form of exploitation,Sexual exploitation,11.0,52,6 +9013,2019,by form of exploitation,Sexual exploitation,2.5,52,7 +9014,2019,by form of exploitation,Sexual exploitation,2.5,52,9 +9015,2019,by form of exploitation,Sexual exploitation,2.5,52,8 +9016,2019,by form of exploitation,Sexual exploitation,17.0,52,2 +9017,2019,by form of exploitation,Sexual exploitation,178.0,52,3 +9018,2019,by form of exploitation,Sexual exploitation,188.0,52,1 +9019,2020,Unknown,Unknown,30.0,52,4 +9020,2020,Unknown,Unknown,42.0,52,5 +9021,2020,Unknown,Unknown,11.0,52,6 +9022,2020,Unknown,Unknown,2.5,52,7 +9023,2020,Unknown,Unknown,41.0,52,2 +9024,2020,Unknown,Unknown,42.0,52,3 +9025,2020,Unknown,Unknown,83.0,52,1 +9026,2020,by citizenship,Unknown,56.0,52,1 +9027,2020,by citizenship,Colombia,2.5,52,1 +9028,2020,by citizenship,Haiti,7.0,52,1 +9029,2020,by citizenship,Venezuela,16.0,52,1 +9030,2020,by country of repatriation,Abroad,2.5,52,1 +9031,2020,by country of repatriation,,2.5,52,1 +9032,2020,by form of exploitation,Forced labour,6.0,52,4 +9033,2020,by form of exploitation,Forced labour,2.5,52,5 +9034,2020,by form of exploitation,Forced labour,7.0,52,6 +9035,2020,by form of exploitation,Forced labour,2.5,52,7 +9036,2020,by form of exploitation,Forced labour,2.5,52,8 +9037,2020,by form of exploitation,Forced labour,13.0,52,2 +9038,2020,by form of exploitation,Forced labour,2.5,52,3 +9039,2020,by form of exploitation,Forced labour,13.0,52,1 +9040,2020,by form of exploitation,Sexual exploitation,24.0,52,4 +9041,2020,by form of exploitation,Sexual exploitation,42.0,52,5 +9042,2020,by form of exploitation,Sexual exploitation,2.5,52,6 +9043,2020,by form of exploitation,Sexual exploitation,2.5,52,7 +9044,2020,by form of exploitation,Sexual exploitation,2.5,52,9 +9045,2020,by form of exploitation,Sexual exploitation,2.5,52,8 +9046,2020,by form of exploitation,Sexual exploitation,28.0,52,2 +9047,2020,by form of exploitation,Sexual exploitation,42.0,52,3 +9048,2020,by form of exploitation,Sexual exploitation,42.0,52,1 +9049,2021,Unknown,Unknown,21.0,52,4 +9050,2021,Unknown,Unknown,36.0,52,5 +9051,2021,Unknown,Unknown,8.0,52,6 +9052,2021,Unknown,Unknown,2.5,52,7 +9053,2021,Unknown,Unknown,2.5,52,8 +9054,2021,Unknown,Unknown,29.0,52,2 +9055,2021,Unknown,Unknown,36.0,52,3 +9056,2021,Unknown,Unknown,65.0,52,1 +9057,2021,by citizenship,Colombia,2.5,52,1 +9058,2021,by citizenship,United States,2.5,52,1 +9059,2021,by citizenship,Haiti,2.5,52,1 +9060,2021,by citizenship,Dominican Republic,56.0,52,1 +9061,2021,by citizenship,Venezuela,2.5,52,1 +9062,2021,by country of repatriation,Abroad,2.5,52,1 +9063,2021,by country of repatriation,,2.5,52,1 +9064,2021,by form of exploitation,Forced labour,2.5,52,4 +9065,2021,by form of exploitation,Forced labour,2.5,52,5 +9066,2021,by form of exploitation,Forced labour,6.0,52,6 +9067,2021,by form of exploitation,Forced labour,2.5,52,7 +9068,2021,by form of exploitation,Forced labour,2.5,52,8 +9069,2021,by form of exploitation,Forced labour,6.0,52,2 +9070,2021,by form of exploitation,Forced labour,2.5,52,3 +9071,2021,by form of exploitation,Forced labour,8.0,52,1 +9072,2021,by form of exploitation,Sexual exploitation,23.0,52,4 +9073,2021,by form of exploitation,Sexual exploitation,6.0,52,5 +9074,2021,by form of exploitation,Sexual exploitation,2.5,52,6 +9075,2021,by form of exploitation,Sexual exploitation,2.5,52,7 +9076,2021,by form of exploitation,Sexual exploitation,2.5,52,9 +9077,2021,by form of exploitation,Sexual exploitation,2.5,52,8 +9078,2021,by form of exploitation,Sexual exploitation,23.0,52,2 +9079,2021,by form of exploitation,Sexual exploitation,6.0,52,3 +9080,2021,by form of exploitation,Sexual exploitation,29.0,52,1 +9081,2022,Unknown,Unknown,8.0,52,4 +9082,2022,Unknown,Unknown,89.0,52,5 +9083,2022,Unknown,Unknown,2.5,52,6 +9084,2022,Unknown,Unknown,2.5,52,7 +9085,2022,Unknown,Unknown,2.5,52,8 +9086,2022,Unknown,Unknown,10.0,52,2 +9087,2022,Unknown,Unknown,89.0,52,3 +9088,2022,Unknown,Unknown,99.0,52,1 +9089,2022,by citizenship,Colombia,79.0,52,1 +9090,2022,by citizenship,Dominican Republic,18.0,52,1 +9091,2022,by citizenship,Venezuela,2.5,52,1 +9092,2022,by country of repatriation,Abroad,2.5,52,1 +9093,2022,by country of repatriation,Argentina,2.5,52,1 +9094,2022,by country of repatriation,Peru,2.5,52,1 +9095,2022,by country of repatriation,Suriname,2.5,52,1 +9096,2022,by country of repatriation,Turkey,2.5,52,1 +9097,2022,by form of exploitation,Forced labour,2.5,52,4 +9098,2022,by form of exploitation,Forced labour,5.0,52,5 +9099,2022,by form of exploitation,Forced labour,2.5,52,6 +9100,2022,by form of exploitation,Forced labour,2.5,52,7 +9101,2022,by form of exploitation,Forced labour,2.5,52,8 +9102,2022,by form of exploitation,Forced labour,2.5,52,2 +9103,2022,by form of exploitation,Forced labour,5.0,52,3 +9104,2022,by form of exploitation,Forced labour,9.0,52,1 +9105,2022,by form of exploitation,Sexual exploitation,6.0,52,4 +9106,2022,by form of exploitation,Sexual exploitation,84.0,52,5 +9107,2022,by form of exploitation,Sexual exploitation,2.5,52,6 +9108,2022,by form of exploitation,Sexual exploitation,2.5,52,7 +9109,2022,by form of exploitation,Sexual exploitation,2.5,52,9 +9110,2022,by form of exploitation,Sexual exploitation,2.5,52,8 +9111,2022,by form of exploitation,Sexual exploitation,6.0,52,2 +9112,2022,by form of exploitation,Sexual exploitation,84.0,52,3 +9113,2022,by form of exploitation,Sexual exploitation,90.0,52,1 +9114,2003,by country of repatriation,Abroad,2.5,53,1 +9115,2008,by country of repatriation,Abroad,2.5,53,1 +9116,2013,by country of repatriation,Colombia,2.5,53,1 +9117,2014,Unknown,Unknown,2.5,53,4 +9118,2014,Unknown,Unknown,2.5,53,5 +9119,2014,Unknown,Unknown,2.5,53,6 +9120,2014,Unknown,Unknown,2.5,53,7 +9121,2014,Unknown,Unknown,2.5,53,2 +9122,2014,Unknown,Unknown,2.5,53,3 +9123,2014,Unknown,Unknown,2.5,53,1 +9124,2014,by citizenship,Algeria,2.5,53,1 +9125,2014,by form of exploitation,Sexual exploitation,2.5,53,4 +9126,2014,by form of exploitation,Sexual exploitation,2.5,53,5 +9127,2014,by form of exploitation,Sexual exploitation,2.5,53,6 +9128,2014,by form of exploitation,Sexual exploitation,2.5,53,7 +9129,2014,by form of exploitation,Sexual exploitation,2.5,53,1 +9130,2015,Unknown,Unknown,2.5,53,4 +9131,2015,Unknown,Unknown,2.5,53,2 +9132,2015,Unknown,Unknown,2.5,53,3 +9133,2015,Unknown,Unknown,2.5,53,1 +9134,2015,by citizenship,Algeria,2.5,53,1 +9135,2015,by form of exploitation,Sexual exploitation,2.5,53,4 +9136,2015,by form of exploitation,Sexual exploitation,2.5,53,5 +9137,2015,by form of exploitation,Sexual exploitation,2.5,53,6 +9138,2015,by form of exploitation,Sexual exploitation,2.5,53,7 +9139,2015,by form of exploitation,Sexual exploitation,2.5,53,1 +9140,2016,Unknown,Unknown,8.0,53,4 +9141,2016,Unknown,Unknown,7.0,53,5 +9142,2016,Unknown,Unknown,7.0,53,6 +9143,2016,Unknown,Unknown,10.0,53,7 +9144,2016,Unknown,Unknown,15.0,53,2 +9145,2016,Unknown,Unknown,17.0,53,3 +9146,2016,Unknown,Unknown,32.0,53,1 +9147,2016,by citizenship,Algeria,2.5,53,1 +9148,2016,by citizenship,Niger,32.0,53,1 +9149,2017,Unknown,Unknown,13.0,53,4 +9150,2017,Unknown,Unknown,2.5,53,5 +9151,2017,Unknown,Unknown,2.5,53,6 +9152,2017,Unknown,Unknown,14.0,53,7 +9153,2017,Unknown,Unknown,13.0,53,2 +9154,2017,Unknown,Unknown,15.0,53,3 +9155,2017,Unknown,Unknown,28.0,53,1 +9156,2017,by form of exploitation,Forced labour,13.0,53,4 +9157,2017,by form of exploitation,Forced labour,2.5,53,5 +9158,2017,by form of exploitation,Forced labour,2.5,53,6 +9159,2017,by form of exploitation,Forced labour,14.0,53,7 +9160,2017,by form of exploitation,Forced labour,27.0,53,1 +9161,2017,by form of exploitation,Sexual exploitation,2.5,53,1 +9162,2018,Unknown,Unknown,2.5,53,4 +9163,2018,Unknown,Unknown,2.5,53,5 +9164,2018,Unknown,Unknown,2.5,53,6 +9165,2018,Unknown,Unknown,15.0,53,7 +9166,2018,Unknown,Unknown,2.5,53,2 +9167,2018,Unknown,Unknown,15.0,53,3 +9168,2018,Unknown,Unknown,17.0,53,1 +9169,2018,by form of exploitation,Forced labour,2.5,53,1 +9170,2018,by form of exploitation,Sexual exploitation,2.5,53,1 +9171,2019,Unknown,Unknown,5.0,53,5 +9172,2019,Unknown,Unknown,2.5,53,7 +9173,2019,Unknown,Unknown,5.0,53,2 +9174,2019,Unknown,Unknown,9.0,53,3 +9175,2019,Unknown,Unknown,14.0,53,1 +9176,2019,by form of exploitation,Sexual exploitation,2.5,53,1 +9177,2020,Unknown,Unknown,2.5,53,4 +9178,2020,Unknown,Unknown,2.5,53,5 +9179,2020,Unknown,Unknown,2.5,53,6 +9180,2020,Unknown,Unknown,2.5,53,7 +9181,2020,Unknown,Unknown,2.5,53,2 +9182,2020,Unknown,Unknown,2.5,53,3 +9183,2020,Unknown,Unknown,2.5,53,1 +9184,2020,by form of exploitation,Forced labour,2.5,53,1 +9185,2020,by form of exploitation,Sexual exploitation,2.5,53,1 +9186,2021,Unknown,Unknown,2.5,53,4 +9187,2021,Unknown,Unknown,2.5,53,5 +9188,2021,Unknown,Unknown,2.5,53,6 +9189,2021,Unknown,Unknown,2.5,53,7 +9190,2021,Unknown,Unknown,2.5,53,2 +9191,2021,Unknown,Unknown,2.5,53,3 +9192,2021,Unknown,Unknown,2.5,53,1 +9193,2022,Unknown,Unknown,2.5,53,4 +9194,2022,Unknown,Unknown,2.5,53,5 +9195,2022,Unknown,Unknown,2.5,53,6 +9196,2022,Unknown,Unknown,14.0,53,7 +9197,2022,Unknown,Unknown,2.5,53,2 +9198,2022,Unknown,Unknown,17.0,53,3 +9199,2022,Unknown,Unknown,18.0,53,1 +9200,2003,by country of repatriation,Abroad,2.5,54,1 +9201,2008,by citizenship,Ecuador,44.0,54,1 +9202,2009,by citizenship,Afghanistan,6.0,54,1 +9203,2009,by citizenship,China,2.5,54,1 +9204,2009,by citizenship,Colombia,37.0,54,1 +9205,2009,by citizenship,Cuba,7.0,54,1 +9206,2009,by citizenship,Ecuador,99.0,54,1 +9207,2009,by citizenship,Russia,2.5,54,1 +9208,2009,by citizenship,Spain,2.5,54,1 +9209,2010,Unknown,Unknown,47.0,54,4 +9210,2010,Unknown,Unknown,2.5,54,5 +9211,2010,Unknown,Unknown,2.5,54,6 +9212,2010,Unknown,Unknown,2.5,54,7 +9213,2010,Unknown,Unknown,50.0,54,2 +9214,2010,Unknown,Unknown,2.5,54,3 +9215,2010,Unknown,Unknown,50.0,54,1 +9216,2010,by citizenship,Ecuador,50.0,54,1 +9217,2010,by country of repatriation,Colombia,2.5,54,1 +9218,2010,by country of repatriation,Dominican Republic,2.5,54,1 +9219,2010,by form of exploitation,Forced labour,9.0,54,1 +9220,2010,by form of exploitation,Sexual exploitation,35.0,54,1 +9221,2011,Unknown,Unknown,84.0,54,2 +9222,2011,Unknown,Unknown,12.0,54,3 +9223,2011,Unknown,Unknown,96.0,54,1 +9224,2011,by citizenship,Ecuador,96.0,54,1 +9225,2012,Unknown,Unknown,68.0,54,4 +9226,2012,Unknown,Unknown,26.0,54,5 +9227,2012,Unknown,Unknown,16.0,54,6 +9228,2012,Unknown,Unknown,2.5,54,7 +9229,2012,Unknown,Unknown,84.0,54,2 +9230,2012,Unknown,Unknown,30.0,54,3 +9231,2012,Unknown,Unknown,114.0,54,1 +9232,2012,by citizenship,Colombia,2.5,54,1 +9233,2012,by citizenship,Ecuador,96.0,54,1 +9234,2012,by country of repatriation,Colombia,2.5,54,1 +9235,2012,by country of repatriation,Paraguay,2.5,54,1 +9236,2012,by form of exploitation,Sexual exploitation,112.0,54,1 +9237,2013,Unknown,Unknown,16.0,54,4 +9238,2013,Unknown,Unknown,19.0,54,5 +9239,2013,Unknown,Unknown,50.0,54,6 +9240,2013,Unknown,Unknown,2.5,54,7 +9241,2013,Unknown,Unknown,66.0,54,2 +9242,2013,Unknown,Unknown,20.0,54,3 +9243,2013,Unknown,Unknown,86.0,54,1 +9244,2013,by citizenship,Colombia,2.5,54,1 +9245,2013,by citizenship,Cuba,2.5,54,1 +9246,2013,by citizenship,Ecuador,75.0,54,1 +9247,2013,by country of repatriation,Colombia,9.0,54,1 +9248,2013,by country of repatriation,Dominican Republic,2.5,54,1 +9249,2013,by form of exploitation,Sexual exploitation,279.0,54,1 +9250,2014,Unknown,Unknown,27.0,54,4 +9251,2014,Unknown,Unknown,37.0,54,5 +9252,2014,Unknown,Unknown,10.0,54,6 +9253,2014,Unknown,Unknown,2.5,54,7 +9254,2014,Unknown,Unknown,37.0,54,2 +9255,2014,Unknown,Unknown,38.0,54,3 +9256,2014,Unknown,Unknown,75.0,54,1 +9257,2014,by citizenship,Colombia,27.0,54,1 +9258,2014,by citizenship,Cuba,2.5,54,1 +9259,2014,by citizenship,Ecuador,40.0,54,1 +9260,2014,by country of repatriation,Colombia,2.5,54,1 +9261,2014,by country of repatriation,Dominican Republic,2.5,54,1 +9262,2014,by form of exploitation,Forced labour,2.5,54,4 +9263,2014,by form of exploitation,Forced labour,2.5,54,5 +9264,2014,by form of exploitation,Forced labour,10.0,54,6 +9265,2014,by form of exploitation,Forced labour,2.5,54,7 +9266,2014,by form of exploitation,Forced labour,16.0,54,1 +9267,2014,by form of exploitation,Sexual exploitation,18.0,54,4 +9268,2014,by form of exploitation,Sexual exploitation,36.0,54,5 +9269,2014,by form of exploitation,Sexual exploitation,54.0,54,1 +9270,2015,Unknown,Unknown,18.0,54,4 +9271,2015,Unknown,Unknown,13.0,54,5 +9272,2015,Unknown,Unknown,2.5,54,6 +9273,2015,Unknown,Unknown,2.5,54,7 +9274,2015,Unknown,Unknown,21.0,54,2 +9275,2015,Unknown,Unknown,14.0,54,3 +9276,2015,Unknown,Unknown,35.0,54,1 +9277,2015,by citizenship,Colombia,2.5,54,1 +9278,2015,by citizenship,Ecuador,29.0,54,1 +9279,2015,by form of exploitation,Forced labour,2.5,54,4 +9280,2015,by form of exploitation,Forced labour,2.5,54,5 +9281,2015,by form of exploitation,Forced labour,2.5,54,6 +9282,2015,by form of exploitation,Forced labour,2.5,54,7 +9283,2015,by form of exploitation,Forced labour,6.0,54,1 +9284,2015,by form of exploitation,Sexual exploitation,15.0,54,4 +9285,2015,by form of exploitation,Sexual exploitation,10.0,54,5 +9286,2015,by form of exploitation,Sexual exploitation,25.0,54,1 +9287,2016,Unknown,Unknown,24.0,54,4 +9288,2016,Unknown,Unknown,26.0,54,5 +9289,2016,Unknown,Unknown,2.5,54,6 +9290,2016,Unknown,Unknown,2.5,54,7 +9291,2016,Unknown,Unknown,28.0,54,2 +9292,2016,Unknown,Unknown,26.0,54,3 +9293,2016,Unknown,Unknown,54.0,54,1 +9294,2016,by citizenship,Colombia,27.0,54,1 +9295,2016,by citizenship,Cuba,2.5,54,1 +9296,2016,by citizenship,Dominican Republic,2.5,54,1 +9297,2016,by citizenship,Ecuador,19.0,54,1 +9298,2016,by citizenship,Peru,2.5,54,1 +9299,2016,by country of repatriation,Colombia,11.0,54,1 +9300,2016,by country of repatriation,Cuba,2.5,54,1 +9301,2016,by country of repatriation,Dominican Republic,2.5,54,1 +9302,2016,by country of repatriation,Ukraine,2.5,54,1 +9303,2016,by form of exploitation,Sexual exploitation,20.0,54,4 +9304,2016,by form of exploitation,Sexual exploitation,26.0,54,5 +9305,2016,by form of exploitation,Sexual exploitation,46.0,54,1 +9306,2017,Unknown,Unknown,47.0,54,4 +9307,2017,Unknown,Unknown,11.0,54,5 +9308,2017,Unknown,Unknown,10.0,54,6 +9309,2017,Unknown,Unknown,2.5,54,7 +9310,2017,Unknown,Unknown,57.0,54,2 +9311,2017,Unknown,Unknown,11.0,54,3 +9312,2017,Unknown,Unknown,68.0,54,1 +9313,2017,Unknown,Unknown,53.0,54,1 +9314,2017,by citizenship,Colombia,2.5,54,1 +9315,2017,by citizenship,Ecuador,105.0,54,1 +9316,2017,by citizenship,Unknown,11.0,54,1 +9317,2017,by citizenship,Peru,2.5,54,1 +9318,2017,by citizenship,Venezuela,2.5,54,1 +9319,2017,by form of exploitation,Forced labour,8.0,54,4 +9320,2017,by form of exploitation,Forced labour,2.5,54,5 +9321,2017,by form of exploitation,Forced labour,8.0,54,6 +9322,2017,by form of exploitation,Forced labour,2.5,54,7 +9323,2017,by form of exploitation,Forced labour,2.5,54,2 +9324,2017,by form of exploitation,Forced labour,5.0,54,3 +9325,2017,by form of exploitation,Forced labour,16.0,54,1 +9326,2017,by form of exploitation,Forced labour,2.5,54,1 +9327,2017,by form of exploitation,Sexual exploitation,39.0,54,4 +9328,2017,by form of exploitation,Sexual exploitation,11.0,54,5 +9329,2017,by form of exploitation,Sexual exploitation,20.0,54,6 +9330,2017,by form of exploitation,Sexual exploitation,31.0,54,7 +9331,2017,by form of exploitation,Sexual exploitation,20.0,54,2 +9332,2017,by form of exploitation,Sexual exploitation,32.0,54,3 +9333,2017,by form of exploitation,Sexual exploitation,50.0,54,1 +9334,2017,by form of exploitation,Sexual exploitation,22.0,54,1 +9335,2018,Unknown,Unknown,2.5,54,4 +9336,2018,Unknown,Unknown,2.5,54,5 +9337,2018,Unknown,Unknown,30.0,54,6 +9338,2018,Unknown,Unknown,32.0,54,7 +9339,2018,Unknown,Unknown,19.0,54,2 +9340,2018,Unknown,Unknown,77.0,54,3 +9341,2018,Unknown,Unknown,107.0,54,1 +9342,2018,Unknown,Unknown,88.0,54,1 +9343,2018,by citizenship,Colombia,2.5,54,1 +9344,2018,by citizenship,Nationals,57.0,54,1 +9345,2018,by form of exploitation,Forced labour,2.5,54,4 +9346,2018,by form of exploitation,Forced labour,2.5,54,6 +9347,2018,by form of exploitation,Forced labour,2.5,54,7 +9348,2018,by form of exploitation,Forced labour,2.5,54,2 +9349,2018,by form of exploitation,Forced labour,2.5,54,3 +9350,2018,by form of exploitation,Forced labour,2.5,54,1 +9351,2018,by form of exploitation,Forced labour,2.5,54,1 +9352,2018,by form of exploitation,Sexual exploitation,15.0,54,6 +9353,2018,by form of exploitation,Sexual exploitation,13.0,54,7 +9354,2018,by form of exploitation,Sexual exploitation,15.0,54,2 +9355,2018,by form of exploitation,Sexual exploitation,13.0,54,3 +9356,2018,by form of exploitation,Sexual exploitation,2.5,54,1 +9357,2018,by form of exploitation,Sexual exploitation,18.0,54,1 +9358,2019,Unknown,Unknown,31.0,54,4 +9359,2019,Unknown,Unknown,33.0,54,5 +9360,2019,Unknown,Unknown,2.5,54,6 +9361,2019,Unknown,Unknown,27.0,54,7 +9362,2019,Unknown,Unknown,31.0,54,2 +9363,2019,Unknown,Unknown,60.0,54,3 +9364,2019,Unknown,Unknown,147.0,54,1 +9365,2019,Unknown,Unknown,56.0,54,1 +9366,2019,by citizenship,Unknown,90.0,54,1 +9367,2019,by citizenship,Colombia,2.5,54,1 +9368,2019,by citizenship,Cuba,2.5,54,1 +9369,2019,by citizenship,Unknown,54.0,54,1 +9370,2019,by citizenship,Venezuela,2.5,54,1 +9371,2019,by form of exploitation,Forced labour,2.5,54,4 +9372,2019,by form of exploitation,Forced labour,2.5,54,5 +9373,2019,by form of exploitation,Forced labour,2.5,54,6 +9374,2019,by form of exploitation,Forced labour,8.0,54,7 +9375,2019,by form of exploitation,Forced labour,2.5,54,2 +9376,2019,by form of exploitation,Forced labour,2.5,54,3 +9377,2019,by form of exploitation,Forced labour,10.0,54,1 +9378,2019,by form of exploitation,Forced labour,2.5,54,1 +9379,2019,by form of exploitation,Sexual exploitation,30.0,54,4 +9380,2019,by form of exploitation,Sexual exploitation,37.0,54,5 +9381,2019,by form of exploitation,Sexual exploitation,2.5,54,6 +9382,2019,by form of exploitation,Sexual exploitation,34.0,54,7 +9383,2019,by form of exploitation,Sexual exploitation,2.5,54,2 +9384,2019,by form of exploitation,Sexual exploitation,23.0,54,3 +9385,2019,by form of exploitation,Sexual exploitation,101.0,54,1 +9386,2019,by form of exploitation,Sexual exploitation,19.0,54,1 +9387,2020,Unknown,Unknown,23.0,54,4 +9388,2020,Unknown,Unknown,22.0,54,5 +9389,2020,Unknown,Unknown,2.5,54,6 +9390,2020,Unknown,Unknown,5.0,54,7 +9391,2020,Unknown,Unknown,24.0,54,2 +9392,2020,Unknown,Unknown,28.0,54,3 +9393,2020,Unknown,Unknown,112.0,54,1 +9394,2020,Unknown,Unknown,31.0,54,1 +9395,2020,by citizenship,Unknown,54.0,54,1 +9396,2020,by citizenship,Colombia,2.5,54,1 +9397,2020,by citizenship,Unknown,28.0,54,1 +9398,2020,by citizenship,Venezuela,2.5,54,1 +9399,2020,by form of exploitation,Forced labour,2.5,54,4 +9400,2020,by form of exploitation,Forced labour,2.5,54,5 +9401,2020,by form of exploitation,Forced labour,2.5,54,6 +9402,2020,by form of exploitation,Forced labour,6.0,54,7 +9403,2020,by form of exploitation,Forced labour,2.5,54,2 +9404,2020,by form of exploitation,Forced labour,2.5,54,3 +9405,2020,by form of exploitation,Forced labour,5.0,54,1 +9406,2020,by form of exploitation,Forced labour,2.5,54,1 +9407,2020,by form of exploitation,Sexual exploitation,24.0,54,4 +9408,2020,by form of exploitation,Sexual exploitation,17.0,54,5 +9409,2020,by form of exploitation,Sexual exploitation,2.5,54,6 +9410,2020,by form of exploitation,Sexual exploitation,2.5,54,7 +9411,2020,by form of exploitation,Sexual exploitation,7.0,54,2 +9412,2020,by form of exploitation,Sexual exploitation,17.0,54,3 +9413,2020,by form of exploitation,Sexual exploitation,41.0,54,1 +9414,2020,by form of exploitation,Sexual exploitation,8.0,54,1 +9415,2021,Unknown,Unknown,24.0,54,4 +9416,2021,Unknown,Unknown,20.0,54,5 +9417,2021,Unknown,Unknown,2.5,54,6 +9418,2021,Unknown,Unknown,15.0,54,7 +9419,2021,Unknown,Unknown,24.0,54,2 +9420,2021,Unknown,Unknown,35.0,54,3 +9421,2021,Unknown,Unknown,87.0,54,1 +9422,2021,Unknown,Unknown,28.0,54,1 +9423,2021,by citizenship,Colombia,5.0,54,1 +9424,2021,by citizenship,Unknown,62.0,54,1 +9425,2021,by citizenship,Unknown,24.0,54,1 +9426,2021,by citizenship,PERUANA,2.5,54,1 +9427,2021,by citizenship,Venezuela,2.5,54,1 +9428,2021,by form of exploitation,Forced labour,2.5,54,4 +9429,2021,by form of exploitation,Forced labour,2.5,54,5 +9430,2021,by form of exploitation,Forced labour,2.5,54,6 +9431,2021,by form of exploitation,Forced labour,2.5,54,7 +9432,2021,by form of exploitation,Forced labour,2.5,54,3 +9433,2021,by form of exploitation,Forced labour,10.0,54,1 +9434,2021,by form of exploitation,Sexual exploitation,5.0,54,4 +9435,2021,by form of exploitation,Sexual exploitation,6.0,54,5 +9436,2021,by form of exploitation,Sexual exploitation,2.5,54,6 +9437,2021,by form of exploitation,Sexual exploitation,8.0,54,7 +9438,2021,by form of exploitation,Sexual exploitation,5.0,54,2 +9439,2021,by form of exploitation,Sexual exploitation,14.0,54,3 +9440,2021,by form of exploitation,Sexual exploitation,25.0,54,1 +9441,2021,by form of exploitation,Sexual exploitation,6.0,54,1 +9442,2022,Unknown,Unknown,14.0,54,4 +9443,2022,Unknown,Unknown,15.0,54,5 +9444,2022,Unknown,Unknown,2.5,54,6 +9445,2022,Unknown,Unknown,11.0,54,7 +9446,2022,Unknown,Unknown,14.0,54,2 +9447,2022,Unknown,Unknown,26.0,54,3 +9448,2022,Unknown,Unknown,56.0,54,1 +9449,2022,Unknown,Unknown,16.0,54,1 +9450,2022,by citizenship,Unknown,43.0,54,1 +9451,2022,by citizenship,Unknown,12.0,54,1 +9452,2022,by citizenship,Venezuela,2.5,54,1 +9453,2022,by form of exploitation,Forced labour,2.5,54,4 +9454,2022,by form of exploitation,Forced labour,2.5,54,5 +9455,2022,by form of exploitation,Forced labour,2.5,54,6 +9456,2022,by form of exploitation,Forced labour,2.5,54,7 +9457,2022,by form of exploitation,Forced labour,2.5,54,3 +9458,2022,by form of exploitation,Forced labour,2.5,54,1 +9459,2022,by form of exploitation,Sexual exploitation,2.5,54,4 +9460,2022,by form of exploitation,Sexual exploitation,5.0,54,5 +9461,2022,by form of exploitation,Sexual exploitation,2.5,54,6 +9462,2022,by form of exploitation,Sexual exploitation,7.0,54,7 +9463,2022,by form of exploitation,Sexual exploitation,2.5,54,2 +9464,2022,by form of exploitation,Sexual exploitation,12.0,54,3 +9465,2022,by form of exploitation,Sexual exploitation,17.0,54,1 +9466,2022,by form of exploitation,Sexual exploitation,2.5,54,1 +9467,2008,by citizenship,Thailand,2.5,55,1 +9468,2009,Unknown,Unknown,2.5,55,4 +9469,2009,Unknown,Unknown,2.5,55,5 +9470,2009,Unknown,Unknown,2.5,55,6 +9471,2009,Unknown,Unknown,2.5,55,7 +9472,2009,Unknown,Unknown,2.5,55,2 +9473,2009,Unknown,Unknown,2.5,55,3 +9474,2009,Unknown,Unknown,2.5,55,1 +9475,2009,by citizenship,Egypt,2.5,55,1 +9476,2009,by form of exploitation,Sexual exploitation,2.5,55,1 +9477,2010,Unknown,Unknown,2.5,55,4 +9478,2010,Unknown,Unknown,2.5,55,5 +9479,2010,Unknown,Unknown,8.0,55,6 +9480,2010,Unknown,Unknown,2.5,55,7 +9481,2010,Unknown,Unknown,11.0,55,2 +9482,2010,Unknown,Unknown,2.5,55,3 +9483,2010,Unknown,Unknown,12.0,55,1 +9484,2010,by citizenship,Egypt,12.0,55,1 +9485,2010,by country of repatriation,Indonesia,10.0,55,1 +9486,2010,by country of repatriation,Moldova,11.0,55,1 +9487,2010,by country of repatriation,Russia,2.5,55,1 +9488,2011,by country of repatriation,Poland,2.5,55,1 +9489,2011,by country of repatriation,Uganda,2.5,55,1 +9490,2012,Unknown,Unknown,8.0,55,4 +9491,2012,Unknown,Unknown,19.0,55,5 +9492,2012,Unknown,Unknown,2.5,55,6 +9493,2012,Unknown,Unknown,2.5,55,7 +9494,2012,Unknown,Unknown,12.0,55,2 +9495,2012,Unknown,Unknown,19.0,55,3 +9496,2012,Unknown,Unknown,31.0,55,1 +9497,2012,by citizenship,Benin,2.5,55,1 +9498,2012,by citizenship,Egypt,12.0,55,1 +9499,2012,by citizenship,Indonesia,14.0,55,1 +9500,2012,by citizenship,Philippines,2.5,55,1 +9501,2012,by form of exploitation,Forced labour,21.0,55,1 +9502,2012,by form of exploitation,Sexual exploitation,5.0,55,1 +9503,2013,Unknown,Unknown,17.0,55,4 +9504,2013,Unknown,Unknown,5.0,55,5 +9505,2013,Unknown,Unknown,24.0,55,6 +9506,2013,Unknown,Unknown,2.5,55,7 +9507,2013,Unknown,Unknown,41.0,55,2 +9508,2013,Unknown,Unknown,5.0,55,3 +9509,2013,Unknown,Unknown,46.0,55,1 +9510,2013,by citizenship,Egypt,39.0,55,1 +9511,2013,by citizenship,Eritrea,2.5,55,1 +9512,2013,by citizenship,Philippines,2.5,55,1 +9513,2013,by form of exploitation,Forced labour,2.5,55,1 +9514,2013,by form of exploitation,Sexual exploitation,12.0,55,1 +9515,2014,Unknown,Unknown,37.0,55,4 +9516,2014,Unknown,Unknown,2.5,55,5 +9517,2014,Unknown,Unknown,48.0,55,6 +9518,2014,Unknown,Unknown,29.0,55,7 +9519,2014,Unknown,Unknown,85.0,55,2 +9520,2014,Unknown,Unknown,31.0,55,3 +9521,2014,Unknown,Unknown,116.0,55,1 +9522,2014,by citizenship,Egypt,116.0,55,1 +9523,2014,by country of repatriation,Indonesia,2.5,55,1 +9524,2014,by country of repatriation,Nigeria,2.5,55,1 +9525,2014,by form of exploitation,Sexual exploitation,2.5,55,4 +9526,2014,by form of exploitation,Sexual exploitation,33.0,55,5 +9527,2014,by form of exploitation,Sexual exploitation,2.5,55,6 +9528,2014,by form of exploitation,Sexual exploitation,2.5,55,7 +9529,2014,by form of exploitation,Sexual exploitation,34.0,55,1 +9530,2015,Unknown,Unknown,27.0,55,4 +9531,2015,Unknown,Unknown,37.0,55,6 +9532,2015,Unknown,Unknown,8.0,55,7 +9533,2015,Unknown,Unknown,64.0,55,2 +9534,2015,Unknown,Unknown,8.0,55,3 +9535,2015,Unknown,Unknown,72.0,55,1 +9536,2015,by citizenship,Egypt,72.0,55,1 +9537,2015,by country of repatriation,Nigeria,16.0,55,1 +9538,2015,by form of exploitation,Sexual exploitation,2.5,55,4 +9539,2015,by form of exploitation,Sexual exploitation,2.5,55,5 +9540,2015,by form of exploitation,Sexual exploitation,16.0,55,6 +9541,2015,by form of exploitation,Sexual exploitation,2.5,55,7 +9542,2015,by form of exploitation,Sexual exploitation,16.0,55,1 +9543,2016,Unknown,Unknown,2.5,55,4 +9544,2016,Unknown,Unknown,28.0,55,5 +9545,2016,Unknown,Unknown,2.5,55,6 +9546,2016,Unknown,Unknown,48.0,55,7 +9547,2016,Unknown,Unknown,5.0,55,2 +9548,2016,Unknown,Unknown,76.0,55,3 +9549,2016,Unknown,Unknown,81.0,55,1 +9550,2016,by citizenship,Egypt,81.0,55,1 +9551,2016,by country of repatriation,Indonesia,2.5,55,1 +9552,2016,by country of repatriation,Nigeria,9.0,55,1 +9553,2016,by form of exploitation,Sexual exploitation,2.5,55,4 +9554,2016,by form of exploitation,Sexual exploitation,7.0,55,5 +9555,2016,by form of exploitation,Sexual exploitation,2.5,55,6 +9556,2016,by form of exploitation,Sexual exploitation,2.5,55,7 +9557,2016,by form of exploitation,Sexual exploitation,7.0,55,1 +9558,2017,Unknown,Unknown,30.0,55,4 +9559,2017,Unknown,Unknown,5.0,55,5 +9560,2017,Unknown,Unknown,20.0,55,6 +9561,2017,Unknown,Unknown,5.0,55,7 +9562,2017,Unknown,Unknown,50.0,55,2 +9563,2017,Unknown,Unknown,10.0,55,3 +9564,2017,Unknown,Unknown,60.0,55,1 +9565,2017,by citizenship,,56.0,55,1 +9566,2017,by form of exploitation,Forced labour,2.5,55,4 +9567,2017,by form of exploitation,Forced labour,5.0,55,5 +9568,2017,by form of exploitation,Forced labour,7.0,55,6 +9569,2017,by form of exploitation,Forced labour,2.5,55,7 +9570,2017,by form of exploitation,Forced labour,9.0,55,2 +9571,2017,by form of exploitation,Forced labour,6.0,55,3 +9572,2017,by form of exploitation,Forced labour,15.0,55,1 +9573,2017,by form of exploitation,Sexual exploitation,14.0,55,4 +9574,2017,by form of exploitation,Sexual exploitation,2.5,55,5 +9575,2017,by form of exploitation,Sexual exploitation,2.5,55,6 +9576,2017,by form of exploitation,Sexual exploitation,2.5,55,7 +9577,2017,by form of exploitation,Sexual exploitation,18.0,55,2 +9578,2017,by form of exploitation,Sexual exploitation,18.0,55,1 +9579,2018,Unknown,Unknown,64.0,55,4 +9580,2018,Unknown,Unknown,2.5,55,5 +9581,2018,Unknown,Unknown,57.0,55,6 +9582,2018,Unknown,Unknown,28.0,55,7 +9583,2018,Unknown,Unknown,121.0,55,2 +9584,2018,Unknown,Unknown,31.0,55,3 +9585,2018,Unknown,Unknown,152.0,55,1 +9586,2018,by citizenship,Egypt,151.0,55,1 +9587,2018,by citizenship,Yemen,2.5,55,1 +9588,2018,by form of exploitation,Forced labour,2.5,55,4 +9589,2018,by form of exploitation,Forced labour,2.5,55,5 +9590,2018,by form of exploitation,Forced labour,2.5,55,6 +9591,2018,by form of exploitation,Forced labour,2.5,55,7 +9592,2018,by form of exploitation,Forced labour,2.5,55,2 +9593,2018,by form of exploitation,Forced labour,2.5,55,3 +9594,2018,by form of exploitation,Forced labour,2.5,55,1 +9595,2018,by form of exploitation,Sexual exploitation,35.0,55,4 +9596,2018,by form of exploitation,Sexual exploitation,2.5,55,5 +9597,2018,by form of exploitation,Sexual exploitation,5.0,55,6 +9598,2018,by form of exploitation,Sexual exploitation,2.5,55,7 +9599,2018,by form of exploitation,Sexual exploitation,40.0,55,2 +9600,2018,by form of exploitation,Sexual exploitation,2.5,55,3 +9601,2018,by form of exploitation,Sexual exploitation,43.0,55,1 +9602,2019,by form of exploitation,Sexual exploitation,2.5,55,1 +9603,2020,Unknown,Unknown,94.0,55,4 +9604,2020,Unknown,Unknown,42.0,55,5 +9605,2020,Unknown,Unknown,148.0,55,6 +9606,2020,Unknown,Unknown,81.0,55,7 +9607,2020,Unknown,Unknown,242.0,55,2 +9608,2020,Unknown,Unknown,123.0,55,3 +9609,2020,Unknown,Unknown,365.0,55,1 +9610,2020,by citizenship,Egypt,362.0,55,1 +9611,2020,by form of exploitation,Forced labour,2.5,55,1 +9612,2020,by form of exploitation,Sexual exploitation,2.5,55,1 +9613,2021,Unknown,Unknown,51.0,55,4 +9614,2021,Unknown,Unknown,27.0,55,5 +9615,2021,Unknown,Unknown,91.0,55,6 +9616,2021,Unknown,Unknown,127.0,55,7 +9617,2021,Unknown,Unknown,2.5,55,9 +9618,2021,Unknown,Unknown,142.0,55,2 +9619,2021,Unknown,Unknown,154.0,55,3 +9620,2021,Unknown,Unknown,296.0,55,1 +9621,2021,Unknown,Unknown,2.5,55,1 +9622,2021,by citizenship,Egypt,295.0,55,1 +9623,2021,by country of repatriation,Abroad,2.5,55,1 +9624,2021,by country of repatriation,UAE,2.5,55,1 +9625,2021,by form of exploitation,Forced labour,27.0,55,4 +9626,2021,by form of exploitation,Forced labour,12.0,55,5 +9627,2021,by form of exploitation,Forced labour,65.0,55,6 +9628,2021,by form of exploitation,Forced labour,105.0,55,7 +9629,2021,by form of exploitation,Forced labour,2.5,55,9 +9630,2021,by form of exploitation,Forced labour,2.5,55,8 +9631,2021,by form of exploitation,Forced labour,92.0,55,2 +9632,2021,by form of exploitation,Forced labour,117.0,55,3 +9633,2021,by form of exploitation,Forced labour,209.0,55,1 +9634,2021,by form of exploitation,Forced labour,2.5,55,1 +9635,2021,by form of exploitation,Sexual exploitation,16.0,55,4 +9636,2021,by form of exploitation,Sexual exploitation,9.0,55,5 +9637,2021,by form of exploitation,Sexual exploitation,2.5,55,6 +9638,2021,by form of exploitation,Sexual exploitation,2.5,55,7 +9639,2021,by form of exploitation,Sexual exploitation,2.5,55,9 +9640,2021,by form of exploitation,Sexual exploitation,2.5,55,8 +9641,2021,by form of exploitation,Sexual exploitation,17.0,55,2 +9642,2021,by form of exploitation,Sexual exploitation,13.0,55,3 +9643,2021,by form of exploitation,Sexual exploitation,30.0,55,1 +9644,2021,by form of exploitation,Sexual exploitation,2.5,55,1 +9645,2008,by form of exploitation,Forced labour,72.0,56,1 +9646,2008,by form of exploitation,Sexual exploitation,103.0,56,1 +9647,2009,Unknown,Unknown,2.5,56,4 +9648,2009,Unknown,Unknown,419.0,56,5 +9649,2009,Unknown,Unknown,2.5,56,6 +9650,2009,Unknown,Unknown,20.0,56,7 +9651,2009,Unknown,Unknown,2.5,56,2 +9652,2009,Unknown,Unknown,439.0,56,3 +9653,2009,Unknown,Unknown,443.0,56,1 +9654,2009,by citizenship,Brazil,100.0,56,1 +9655,2009,by citizenship,Bulgaria,10.0,56,1 +9656,2009,by citizenship,China,27.0,56,1 +9657,2009,by citizenship,Colombia,32.0,56,1 +9658,2009,by citizenship,Dominican Republic,8.0,56,1 +9659,2009,by citizenship,Nigeria,39.0,56,1 +9660,2009,by citizenship,Paraguay,16.0,56,1 +9661,2009,by citizenship,Romania,86.0,56,1 +9662,2009,by citizenship,Russia,46.0,56,1 +9663,2009,by citizenship,Spain,26.0,56,1 +9664,2009,by citizenship,Thailand,8.0,56,1 +9665,2009,by form of exploitation,Forced labour,82.0,56,1 +9666,2009,by form of exploitation,Sexual exploitation,104.0,56,1 +9667,2010,by citizenship,Albania,2.5,56,1 +9668,2010,by citizenship,Argentina,17.0,56,1 +9669,2010,by citizenship,Belarus,2.5,56,1 +9670,2010,by citizenship,Bolivia,13.0,56,1 +9671,2010,by citizenship,Brazil,264.0,56,1 +9672,2010,by citizenship,Bulgaria,37.0,56,1 +9673,2010,by citizenship,Burkina Faso,2.5,56,1 +9674,2010,by citizenship,Cameroon,2.5,56,1 +9675,2010,by citizenship,Chile,2.5,56,1 +9676,2010,by citizenship,China,96.0,56,1 +9677,2010,by citizenship,Colombia,90.0,56,1 +9678,2010,by citizenship,Costa Rica,2.5,56,1 +9679,2010,by citizenship,Cote d'Ivoire,2.5,56,1 +9680,2010,by citizenship,Cuba,7.0,56,1 +9681,2010,by citizenship,Czech Republic,2.5,56,1 +9682,2010,by citizenship,Dominican Republic,139.0,56,1 +9683,2010,by citizenship,Ecuador,42.0,56,1 +9684,2010,by citizenship,El Salvador,2.5,56,1 +9685,2010,by citizenship,France,2.5,56,1 +9686,2010,by citizenship,Guatemala,2.5,56,1 +9687,2010,by citizenship,Guinea,2.5,56,1 +9688,2010,by citizenship,Guinea-Bissau,2.5,56,1 +9689,2010,by citizenship,Honduras,2.5,56,1 +9690,2010,by citizenship,Hungary,2.5,56,1 +9691,2010,by citizenship,India,28.0,56,1 +9692,2010,by citizenship,Latvia,2.5,56,1 +9693,2010,by citizenship,Liberia,2.5,56,1 +9694,2010,by citizenship,Lithuania,2.5,56,1 +9695,2010,by citizenship,Morocco,50.0,56,1 +9696,2010,by citizenship,Nicaragua,2.5,56,1 +9697,2010,by citizenship,Nigeria,51.0,56,1 +9698,2010,by citizenship,Pakistan,9.0,56,1 +9699,2010,by citizenship,Paraguay,142.0,56,1 +9700,2010,by citizenship,Peru,2.5,56,1 +9701,2010,by citizenship,Portugal,2.5,56,1 +9702,2010,by citizenship,Moldova,6.0,56,1 +9703,2010,by citizenship,Romania,366.0,56,1 +9704,2010,by citizenship,Russia,51.0,56,1 +9705,2010,by citizenship,Senegal,2.5,56,1 +9706,2010,by citizenship,Serbia,2.5,56,1 +9707,2010,by citizenship,Sierra Leone,2.5,56,1 +9708,2010,by citizenship,Slovakia,2.5,56,1 +9709,2010,by citizenship,Spain,109.0,56,1 +9710,2010,by citizenship,Switzerland,2.5,56,1 +9711,2010,by citizenship,Ukraine,15.0,56,1 +9712,2010,by citizenship,United Kingdom,2.5,56,1 +9713,2010,by citizenship,United States,2.5,56,1 +9714,2010,by citizenship,Venezuela,12.0,56,1 +9715,2010,by citizenship,Vietnam,2.5,56,1 +9716,2010,by country of repatriation,Paraguay,2.5,56,1 +9717,2010,by country of repatriation,Romania,234.0,56,1 +9718,2010,by country of repatriation,Russia,2.5,56,1 +9719,2010,by country of repatriation,Ukraine,2.5,56,1 +9720,2011,by citizenship,Albania,2.5,56,1 +9721,2011,by citizenship,Brazil,15.0,56,1 +9722,2011,by citizenship,Bulgaria,27.0,56,1 +9723,2011,by citizenship,China,2.5,56,1 +9724,2011,by citizenship,Cuba,2.5,56,1 +9725,2011,by citizenship,Dominican Republic,6.0,56,1 +9726,2011,by citizenship,Ecuador,2.5,56,1 +9727,2011,by citizenship,Estonia,2.5,56,1 +9728,2011,by citizenship,Lithuania,2.5,56,1 +9729,2011,by citizenship,Morocco,2.5,56,1 +9730,2011,by citizenship,Nicaragua,2.5,56,1 +9731,2011,by citizenship,Nigeria,18.0,56,1 +9732,2011,by citizenship,Paraguay,18.0,56,1 +9733,2011,by citizenship,Romania,65.0,56,1 +9734,2011,by citizenship,Russia,49.0,56,1 +9735,2011,by citizenship,Spain,8.0,56,1 +9736,2011,by citizenship,Ukraine,2.5,56,1 +9737,2011,by citizenship,Venezuela,2.5,56,1 +9738,2011,by country of repatriation,Lithuania,2.5,56,1 +9739,2011,by country of repatriation,Romania,224.0,56,1 +9740,2011,by country of repatriation,Russia,2.5,56,1 +9741,2011,by country of repatriation,Slovakia,2.5,56,1 +9742,2012,Unknown,Unknown,6.0,56,4 +9743,2012,Unknown,Unknown,117.0,56,5 +9744,2012,Unknown,Unknown,2.5,56,6 +9745,2012,Unknown,Unknown,2.5,56,7 +9746,2012,Unknown,Unknown,6.0,56,2 +9747,2012,Unknown,Unknown,119.0,56,3 +9748,2012,Unknown,Unknown,125.0,56,1 +9749,2012,by form of exploitation,Sexual exploitation,125.0,56,1 +9750,2012,by citizenship,Brazil,15.0,56,1 +9751,2012,by citizenship,Bulgaria,2.5,56,1 +9752,2012,by citizenship,China,7.0,56,1 +9753,2012,by citizenship,Colombia,2.5,56,1 +9754,2012,by citizenship,Dominican Republic,2.5,56,1 +9755,2012,by citizenship,Ecuador,2.5,56,1 +9756,2012,by citizenship,Morocco,2.5,56,1 +9757,2012,by citizenship,Nigeria,6.0,56,1 +9758,2012,by citizenship,Paraguay,34.0,56,1 +9759,2012,by citizenship,Romania,34.0,56,1 +9760,2012,by citizenship,Russia,2.5,56,1 +9761,2012,by citizenship,Ukraine,2.5,56,1 +9762,2012,by country of repatriation,Brazil,7.0,56,1 +9763,2012,by country of repatriation,Bulgaria,2.5,56,1 +9764,2012,by country of repatriation,Croatia,2.5,56,1 +9765,2012,by country of repatriation,Portugal,2.5,56,1 +9766,2012,by country of repatriation,Romania,73.0,56,1 +9767,2012,by country of repatriation,Ukraine,16.0,56,1 +9768,2013,Unknown,Unknown,12.0,56,4 +9769,2013,Unknown,Unknown,251.0,56,5 +9770,2013,Unknown,Unknown,2.5,56,6 +9771,2013,Unknown,Unknown,2.5,56,7 +9772,2013,Unknown,Unknown,12.0,56,2 +9773,2013,Unknown,Unknown,252.0,56,3 +9774,2013,Unknown,Unknown,264.0,56,1 +9775,2013,by form of exploitation,Sexual exploitation,264.0,56,1 +9776,2013,by citizenship,Bulgaria,2.5,56,1 +9777,2013,by citizenship,Chile,2.5,56,1 +9778,2013,by citizenship,China,20.0,56,1 +9779,2013,by citizenship,Dominican Republic,2.5,56,1 +9780,2013,by citizenship,Gambia,2.5,56,1 +9781,2013,by citizenship,Guinea,2.5,56,1 +9782,2013,by citizenship,India,2.5,56,1 +9783,2013,by citizenship,Mali,2.5,56,1 +9784,2013,by citizenship,Morocco,7.0,56,1 +9785,2013,by citizenship,Nigeria,53.0,56,1 +9786,2013,by citizenship,Pakistan,8.0,56,1 +9787,2013,by citizenship,Paraguay,45.0,56,1 +9788,2013,by citizenship,Romania,94.0,56,1 +9789,2013,by citizenship,Senegal,2.5,56,1 +9790,2013,by citizenship,Spain,2.5,56,1 +9791,2013,by country of repatriation,Belarus,2.5,56,1 +9792,2013,by country of repatriation,Colombia,2.5,56,1 +9793,2013,by country of repatriation,Latvia,2.5,56,1 +9794,2013,by country of repatriation,Paraguay,7.0,56,1 +9795,2013,by country of repatriation,Poland,2.5,56,1 +9796,2013,by form of exploitation,Forced labour,49.0,56,1 +9797,2014,Unknown,Unknown,2.5,56,4 +9798,2014,Unknown,Unknown,142.0,56,5 +9799,2014,Unknown,Unknown,2.5,56,6 +9800,2014,Unknown,Unknown,2.5,56,7 +9801,2014,Unknown,Unknown,7.0,56,2 +9802,2014,Unknown,Unknown,146.0,56,3 +9803,2014,Unknown,Unknown,153.0,56,1 +9804,2014,by citizenship,Brazil,6.0,56,1 +9805,2014,by citizenship,Bulgaria,14.0,56,1 +9806,2014,by citizenship,Cameroon,2.5,56,1 +9807,2014,by citizenship,China,5.0,56,1 +9808,2014,by citizenship,Colombia,2.5,56,1 +9809,2014,by citizenship,Cuba,2.5,56,1 +9810,2014,by citizenship,Dominican Republic,2.5,56,1 +9811,2014,by citizenship,Ecuador,2.5,56,1 +9812,2014,by citizenship,Morocco,2.5,56,1 +9813,2014,by citizenship,Nigeria,16.0,56,1 +9814,2014,by citizenship,Paraguay,9.0,56,1 +9815,2014,by citizenship,Poland,2.5,56,1 +9816,2014,by citizenship,Romania,77.0,56,1 +9817,2014,by citizenship,Russia,2.5,56,1 +9818,2014,by citizenship,Spain,10.0,56,1 +9819,2014,by citizenship,Thailand,2.5,56,1 +9820,2014,by citizenship,Uganda,2.5,56,1 +9821,2014,by citizenship,Venezuela,2.5,56,1 +9822,2014,by country of repatriation,Costa Rica,2.5,56,1 +9823,2014,by country of repatriation,Paraguay,17.0,56,1 +9824,2014,by form of exploitation,Sexual exploitation,2.5,56,4 +9825,2014,by form of exploitation,Sexual exploitation,142.0,56,5 +9826,2014,by form of exploitation,Sexual exploitation,2.5,56,6 +9827,2014,by form of exploitation,Sexual exploitation,2.5,56,7 +9828,2014,by form of exploitation,Sexual exploitation,153.0,56,1 +9829,2015,Unknown,Unknown,159.0,56,5 +9830,2015,Unknown,Unknown,2.5,56,6 +9831,2015,Unknown,Unknown,259.0,56,3 +9832,2015,Unknown,Unknown,7.0,56,4 +9833,2015,Unknown,Unknown,100.0,56,7 +9834,2015,Unknown,Unknown,8.0,56,2 +9835,2015,Unknown,Unknown,267.0,56,1 +9836,2015,by citizenship,Belgium,2.5,56,1 +9837,2015,by citizenship,Benin,2.5,56,1 +9838,2015,by citizenship,Bosnia and Herzegovina,2.5,56,1 +9839,2015,by citizenship,Brazil,5.0,56,1 +9840,2015,by citizenship,Bulgaria,11.0,56,1 +9841,2015,by citizenship,Cameroon,2.5,56,1 +9842,2015,by citizenship,China,49.0,56,1 +9843,2015,by citizenship,Colombia,6.0,56,1 +9844,2015,by citizenship,Democratic Republic of the Congo,2.5,56,1 +9845,2015,by citizenship,Costa Rica,2.5,56,1 +9846,2015,by citizenship,Cuba,2.5,56,1 +9847,2015,by citizenship,Dominican Republic,2.5,56,1 +9848,2015,by citizenship,Equatorial Guinea,2.5,56,1 +9849,2015,by citizenship,France,2.5,56,1 +9850,2015,by citizenship,Georgia,2.5,56,1 +9851,2015,by citizenship,Ghana,2.5,56,1 +9852,2015,by citizenship,India,2.5,56,1 +9853,2015,by citizenship,Italy,2.5,56,1 +9854,2015,by citizenship,Kenya,2.5,56,1 +9855,2015,by citizenship,Lithuania,17.0,56,1 +9856,2015,by citizenship,Malawi,2.5,56,1 +9857,2015,by citizenship,Morocco,8.0,56,1 +9858,2015,by citizenship,Nigeria,17.0,56,1 +9859,2015,by citizenship,Pakistan,10.0,56,1 +9860,2015,by citizenship,Paraguay,10.0,56,1 +9861,2015,by citizenship,Portugal,38.0,56,1 +9862,2015,by citizenship,Moldova,2.5,56,1 +9863,2015,by citizenship,Romania,42.0,56,1 +9864,2015,by citizenship,Russia,2.5,56,1 +9865,2015,by citizenship,Rwanda,2.5,56,1 +9866,2015,by citizenship,Slovenia,2.5,56,1 +9867,2015,by citizenship,Spain,22.0,56,1 +9868,2015,by citizenship,Uganda,2.5,56,1 +9869,2015,by citizenship,Ukraine,2.5,56,1 +9870,2015,by citizenship,Venezuela,2.5,56,1 +9871,2015,by country of repatriation,Nigeria,2.5,56,1 +9872,2015,by country of repatriation,Paraguay,7.0,56,1 +9873,2015,by form of exploitation,Forced labour,2.5,56,4 +9874,2015,by form of exploitation,Forced labour,33.0,56,5 +9875,2015,by form of exploitation,Forced labour,2.5,56,6 +9876,2015,by form of exploitation,Forced labour,96.0,56,7 +9877,2015,by form of exploitation,Forced labour,134.0,56,1 +9878,2015,by form of exploitation,Sexual exploitation,2.5,56,4 +9879,2015,by form of exploitation,Sexual exploitation,126.0,56,5 +9880,2015,by form of exploitation,Sexual exploitation,2.5,56,6 +9881,2015,by form of exploitation,Sexual exploitation,2.5,56,7 +9882,2015,by form of exploitation,Sexual exploitation,133.0,56,1 +9883,2016,Unknown,Unknown,18.0,56,4 +9884,2016,Unknown,Unknown,147.0,56,5 +9885,2016,Unknown,Unknown,2.5,56,6 +9886,2016,Unknown,Unknown,26.0,56,7 +9887,2016,Unknown,Unknown,20.0,56,2 +9888,2016,Unknown,Unknown,173.0,56,3 +9889,2016,Unknown,Unknown,193.0,56,1 +9890,2016,by citizenship,Bolivia,2.5,56,1 +9891,2016,by citizenship,Bosnia and Herzegovina,8.0,56,1 +9892,2016,by citizenship,Brazil,2.5,56,1 +9893,2016,by citizenship,Bulgaria,11.0,56,1 +9894,2016,by citizenship,China,37.0,56,1 +9895,2016,by citizenship,Colombia,2.5,56,1 +9896,2016,by citizenship,Democratic Republic of the Congo,2.5,56,1 +9897,2016,by citizenship,Croatia,2.5,56,1 +9898,2016,by citizenship,Ghana,2.5,56,1 +9899,2016,by citizenship,Guinea,2.5,56,1 +9900,2016,by citizenship,Hungary,2.5,56,1 +9901,2016,by citizenship,Morocco,2.5,56,1 +9902,2016,by citizenship,Nigeria,37.0,56,1 +9903,2016,by citizenship,Pakistan,2.5,56,1 +9904,2016,by citizenship,Paraguay,7.0,56,1 +9905,2016,by citizenship,Portugal,7.0,56,1 +9906,2016,by citizenship,Moldova,2.5,56,1 +9907,2016,by citizenship,Romania,57.0,56,1 +9908,2016,by citizenship,Spain,2.5,56,1 +9909,2016,by citizenship,Venezuela,2.5,56,1 +9910,2016,by country of repatriation,Colombia,5.0,56,1 +9911,2016,by country of repatriation,Latvia,5.0,56,1 +9912,2016,by country of repatriation,Nigeria,2.5,56,1 +9913,2016,by country of repatriation,Paraguay,14.0,56,1 +9914,2016,by country of repatriation,Portugal,14.0,56,1 +9915,2016,by country of repatriation,Moldova,2.5,56,1 +9916,2016,by country of repatriation,Slovakia,2.5,56,1 +9917,2016,by country of repatriation,Ukraine,2.5,56,1 +9918,2016,by form of exploitation,Forced labour,2.5,56,4 +9919,2016,by form of exploitation,Forced labour,6.0,56,5 +9920,2016,by form of exploitation,Forced labour,2.5,56,6 +9921,2016,by form of exploitation,Forced labour,19.0,56,7 +9922,2016,by form of exploitation,Forced labour,25.0,56,1 +9923,2016,by form of exploitation,Sexual exploitation,6.0,56,4 +9924,2016,by form of exploitation,Sexual exploitation,138.0,56,5 +9925,2016,by form of exploitation,Sexual exploitation,2.5,56,7 +9926,2016,by form of exploitation,Sexual exploitation,148.0,56,1 +9927,2017,Unknown,Unknown,2.5,56,1 +9928,2017,by form of exploitation,Forced labour,58.0,56,1 +9929,2017,by form of exploitation,Sexual exploitation,155.0,56,1 +9930,2017,Unknown,Unknown,13.0,56,4 +9931,2017,Unknown,Unknown,132.0,56,5 +9932,2017,Unknown,Unknown,2.5,56,6 +9933,2017,Unknown,Unknown,71.0,56,7 +9934,2017,Unknown,Unknown,16.0,56,2 +9935,2017,Unknown,Unknown,204.0,56,3 +9936,2017,Unknown,Unknown,220.0,56,1 +9937,2017,by citizenship,Argentina,2.5,56,1 +9938,2017,by citizenship,Belarus,2.5,56,1 +9939,2017,by citizenship,Brazil,6.0,56,1 +9940,2017,by citizenship,Bulgaria,5.0,56,1 +9941,2017,by citizenship,China,24.0,56,1 +9942,2017,by citizenship,Colombia,2.5,56,1 +9943,2017,by citizenship,Honduras,2.5,56,1 +9944,2017,by citizenship,Hungary,2.5,56,1 +9945,2017,by citizenship,Italy,2.5,56,1 +9946,2017,by citizenship,Morocco,10.0,56,1 +9947,2017,by citizenship,Nigeria,54.0,56,1 +9948,2017,by citizenship,Nationals,15.0,56,1 +9949,2017,by citizenship,Paraguay,10.0,56,1 +9950,2017,by citizenship,Poland,2.5,56,1 +9951,2017,by citizenship,Portugal,2.5,56,1 +9952,2017,by citizenship,Dominican Republic,2.5,56,1 +9953,2017,by citizenship,Czech Republic,2.5,56,1 +9954,2017,by citizenship,Romania,63.0,56,1 +9955,2017,by citizenship,Russia,2.5,56,1 +9956,2017,by citizenship,Ukraine,2.5,56,1 +9957,2017,by citizenship,Venezuela,13.0,56,1 +9958,2017,by form of exploitation,Forced labour,2.5,56,4 +9959,2017,by form of exploitation,Forced labour,7.0,56,5 +9960,2017,by form of exploitation,Forced labour,2.5,56,6 +9961,2017,by form of exploitation,Forced labour,46.0,56,7 +9962,2017,by form of exploitation,Forced labour,2.5,56,8 +9963,2017,by form of exploitation,Forced labour,2.5,56,2 +9964,2017,by form of exploitation,Forced labour,54.0,56,3 +9965,2017,by form of exploitation,Sexual exploitation,9.0,56,4 +9966,2017,by form of exploitation,Sexual exploitation,124.0,56,5 +9967,2017,by form of exploitation,Sexual exploitation,2.5,56,6 +9968,2017,by form of exploitation,Sexual exploitation,22.0,56,7 +9969,2017,by form of exploitation,Sexual exploitation,9.0,56,2 +9970,2017,by form of exploitation,Sexual exploitation,146.0,56,3 +9971,2018,by form of exploitation,Forced labour,94.0,56,1 +9972,2018,by form of exploitation,Sexual exploitation,128.0,56,1 +9973,2018,Unknown,Unknown,2.5,56,4 +9974,2018,Unknown,Unknown,142.0,56,5 +9975,2018,Unknown,Unknown,11.0,56,6 +9976,2018,Unknown,Unknown,82.0,56,7 +9977,2018,Unknown,Unknown,14.0,56,2 +9978,2018,Unknown,Unknown,224.0,56,3 +9979,2018,Unknown,Unknown,238.0,56,1 +9980,2018,by citizenship,Albania,2.5,56,1 +9981,2018,by citizenship,Argentina,2.5,56,1 +9982,2018,by citizenship,Bolivia,2.5,56,1 +9983,2018,by citizenship,Brazil,5.0,56,1 +9984,2018,by citizenship,Bulgaria,9.0,56,1 +9985,2018,by citizenship,China,5.0,56,1 +9986,2018,by citizenship,Colombia,23.0,56,1 +9987,2018,by citizenship,Honduras,2.5,56,1 +9988,2018,by citizenship,Morocco,2.5,56,1 +9989,2018,by citizenship,Moldova,23.0,56,1 +9990,2018,by citizenship,Nicaragua,2.5,56,1 +9991,2018,by citizenship,Nigeria,34.0,56,1 +9992,2018,by citizenship,Nationals,2.5,56,1 +9993,2018,by citizenship,Pakistan,2.5,56,1 +9994,2018,by citizenship,Paraguay,6.0,56,1 +9995,2018,by citizenship,Portugal,12.0,56,1 +9996,2018,by citizenship,Dominican Republic,2.5,56,1 +9997,2018,by citizenship,Romania,50.0,56,1 +9998,2018,by citizenship,Venezuela,20.0,56,1 +9999,2018,by citizenship,Vietnam,24.0,56,1 +10000,2018,by form of exploitation,Forced labour,2.5,56,4 +10001,2018,by form of exploitation,Forced labour,17.0,56,5 +10002,2018,by form of exploitation,Forced labour,2.5,56,6 +10003,2018,by form of exploitation,Forced labour,73.0,56,7 +10004,2018,by form of exploitation,Forced labour,2.5,56,2 +10005,2018,by form of exploitation,Forced labour,90.0,56,3 +10006,2018,by form of exploitation,Sexual exploitation,6.0,56,4 +10007,2018,by form of exploitation,Sexual exploitation,117.0,56,5 +10008,2018,by form of exploitation,Sexual exploitation,2.5,56,6 +10009,2018,by form of exploitation,Sexual exploitation,5.0,56,7 +10010,2018,by form of exploitation,Sexual exploitation,6.0,56,2 +10011,2018,by form of exploitation,Sexual exploitation,122.0,56,3 +10012,2019,Unknown,Unknown,17.0,56,4 +10013,2019,Unknown,Unknown,356.0,56,5 +10014,2019,Unknown,Unknown,7.0,56,6 +10015,2019,Unknown,Unknown,143.0,56,7 +10016,2019,Unknown,Unknown,24.0,56,2 +10017,2019,Unknown,Unknown,499.0,56,3 +10018,2019,Unknown,Unknown,523.0,56,1 +10019,2019,by citizenship,Algeria,2.5,56,1 +10020,2019,by citizenship,Belarus,2.5,56,1 +10021,2019,by citizenship,Brazil,21.0,56,1 +10022,2019,by citizenship,Bulgaria,28.0,56,1 +10023,2019,by citizenship,Burkina Faso,2.5,56,1 +10024,2019,by citizenship,Cameroon,2.5,56,1 +10025,2019,by citizenship,China,2.5,56,1 +10026,2019,by citizenship,Colombia,59.0,56,1 +10027,2019,by citizenship,Cuba,2.5,56,1 +10028,2019,by citizenship,Dominican Republic,7.0,56,1 +10029,2019,by citizenship,Ecuador,2.5,56,1 +10030,2019,by citizenship,Equatorial Guinea,2.5,56,1 +10031,2019,by citizenship,Gambia,2.5,56,1 +10032,2019,by citizenship,Ghana,2.5,56,1 +10033,2019,by citizenship,Honduras,2.5,56,1 +10034,2019,by citizenship,Kazakhstan,2.5,56,1 +10035,2019,by citizenship,Kyrgyzstan,2.5,56,1 +10036,2019,by citizenship,Mexico,2.5,56,1 +10037,2019,by citizenship,Moldova,47.0,56,1 +10038,2019,by citizenship,Morocco,9.0,56,1 +10039,2019,by citizenship,Nicaragua,28.0,56,1 +10040,2019,by citizenship,Nigeria,31.0,56,1 +10041,2019,by citizenship,Pakistan,2.5,56,1 +10042,2019,by citizenship,Paraguay,24.0,56,1 +10043,2019,by citizenship,Peru,2.5,56,1 +10044,2019,by citizenship,Romania,116.0,56,1 +10045,2019,by citizenship,Russia,2.5,56,1 +10046,2019,by citizenship,Senegal,17.0,56,1 +10047,2019,by citizenship,Slovakia,2.5,56,1 +10048,2019,by citizenship,Spain,12.0,56,1 +10049,2019,by citizenship,Ukraine,11.0,56,1 +10050,2019,by citizenship,Venezuela,75.0,56,1 +10051,2019,by citizenship,Vietnam,12.0,56,1 +10052,2019,by form of exploitation,Forced labour,9.0,56,4 +10053,2019,by form of exploitation,Forced labour,74.0,56,5 +10054,2019,by form of exploitation,Forced labour,6.0,56,6 +10055,2019,by form of exploitation,Forced labour,103.0,56,7 +10056,2019,by form of exploitation,Forced labour,15.0,56,2 +10057,2019,by form of exploitation,Forced labour,177.0,56,3 +10058,2019,by form of exploitation,Forced labour,192.0,56,1 +10059,2019,by form of exploitation,Sexual exploitation,5.0,56,4 +10060,2019,by form of exploitation,Sexual exploitation,277.0,56,5 +10061,2019,by form of exploitation,Sexual exploitation,2.5,56,6 +10062,2019,by form of exploitation,Sexual exploitation,12.0,56,7 +10063,2019,by form of exploitation,Sexual exploitation,5.0,56,2 +10064,2019,by form of exploitation,Sexual exploitation,289.0,56,3 +10065,2019,by form of exploitation,Sexual exploitation,294.0,56,1 +10066,2020,Unknown,Unknown,5.0,56,4 +10067,2020,Unknown,Unknown,216.0,56,5 +10068,2020,Unknown,Unknown,2.5,56,6 +10069,2020,Unknown,Unknown,47.0,56,7 +10070,2020,Unknown,Unknown,6.0,56,2 +10071,2020,Unknown,Unknown,263.0,56,3 +10072,2020,Unknown,Unknown,269.0,56,1 +10073,2020,by citizenship,Albania,2.5,56,1 +10074,2020,by citizenship,Algeria,2.5,56,1 +10075,2020,by citizenship,Argentinian,2.5,56,1 +10076,2020,by citizenship,Brazil,5.0,56,1 +10077,2020,by citizenship,Bulgaria,2.5,56,1 +10078,2020,by citizenship,China,8.0,56,1 +10079,2020,by citizenship,Colombia,63.0,56,1 +10080,2020,by citizenship,Democratic Republic of the Congo,2.5,56,1 +10081,2020,by citizenship,Dominican Republic,2.5,56,1 +10082,2020,by citizenship,Eritrea,2.5,56,1 +10083,2020,by citizenship,Guinea,2.5,56,1 +10084,2020,by citizenship,Honduras,39.0,56,1 +10085,2020,by citizenship,Lithuania,8.0,56,1 +10086,2020,by citizenship,Mali,2.5,56,1 +10087,2020,by citizenship,Morocco,9.0,56,1 +10088,2020,by citizenship,New Zealand,2.5,56,1 +10089,2020,by citizenship,Nicaragua,13.0,56,1 +10090,2020,by citizenship,Nigeria,9.0,56,1 +10091,2020,by citizenship,Pakistan,2.5,56,1 +10092,2020,by citizenship,Paraguay,21.0,56,1 +10093,2020,by citizenship,Peru,5.0,56,1 +10094,2020,by citizenship,Portugal,2.5,56,1 +10095,2020,by citizenship,Romania,45.0,56,1 +10096,2020,by citizenship,Russia,2.5,56,1 +10097,2020,by citizenship,Senegal,2.5,56,1 +10098,2020,by citizenship,Spain,6.0,56,1 +10099,2020,by citizenship,Uruguay,2.5,56,1 +10100,2020,by citizenship,Venezuela,14.0,56,1 +10101,2020,by form of exploitation,Forced labour,2.5,56,4 +10102,2020,by form of exploitation,Forced labour,65.0,56,5 +10103,2020,by form of exploitation,Forced labour,2.5,56,6 +10104,2020,by form of exploitation,Forced labour,33.0,56,7 +10105,2020,by form of exploitation,Forced labour,2.5,56,2 +10106,2020,by form of exploitation,Forced labour,98.0,56,3 +10107,2020,by form of exploitation,Forced labour,99.0,56,1 +10108,2020,by form of exploitation,Sexual exploitation,12.0,56,4 +10109,2020,by form of exploitation,Sexual exploitation,143.0,56,5 +10110,2020,by form of exploitation,Sexual exploitation,2.5,56,6 +10111,2020,by form of exploitation,Sexual exploitation,2.5,56,7 +10112,2020,by form of exploitation,Sexual exploitation,13.0,56,2 +10113,2020,by form of exploitation,Sexual exploitation,145.0,56,3 +10114,2020,by form of exploitation,Sexual exploitation,158.0,56,1 +10115,2021,Unknown,Unknown,2.5,56,4 +10116,2021,Unknown,Unknown,161.0,56,5 +10117,2021,Unknown,Unknown,2.5,56,6 +10118,2021,Unknown,Unknown,23.0,56,7 +10119,2021,Unknown,Unknown,2.5,56,2 +10120,2021,Unknown,Unknown,184.0,56,3 +10121,2021,Unknown,Unknown,188.0,56,1 +10122,2021,by citizenship,Albania,2.5,56,1 +10123,2021,by citizenship,Algeria,2.5,56,1 +10124,2021,by citizenship,Angola,2.5,56,1 +10125,2021,by citizenship,Argentinian,2.5,56,1 +10126,2021,by citizenship,Brazil,8.0,56,1 +10127,2021,by citizenship,Bulgaria,2.5,56,1 +10128,2021,by citizenship,China,2.5,56,1 +10129,2021,by citizenship,Colombia,7.0,56,1 +10130,2021,by citizenship,Dominican Republic,2.5,56,1 +10131,2021,by citizenship,Honduras,27.0,56,1 +10132,2021,by citizenship,Moldova,2.5,56,1 +10133,2021,by citizenship,Morocco,2.5,56,1 +10134,2021,by citizenship,Nicaragua,5.0,56,1 +10135,2021,by citizenship,Nigeria,2.5,56,1 +10136,2021,by citizenship,Paraguay,18.0,56,1 +10137,2021,by citizenship,Peru,2.5,56,1 +10138,2021,by citizenship,Poland,2.5,56,1 +10139,2021,by citizenship,Romania,19.0,56,1 +10140,2021,by citizenship,El Salvador,2.5,56,1 +10141,2021,by citizenship,Senegal,2.5,56,1 +10142,2021,by citizenship,Serbia,2.5,56,1 +10143,2021,by citizenship,Spain,5.0,56,1 +10144,2021,by citizenship,Syria,2.5,56,1 +10145,2021,by citizenship,Uruguay,2.5,56,1 +10146,2021,by citizenship,Venezuela,14.0,56,1 +10147,2021,by form of exploitation,Forced labour,2.5,56,4 +10148,2021,by form of exploitation,Forced labour,32.0,56,5 +10149,2021,by form of exploitation,Forced labour,2.5,56,6 +10150,2021,by form of exploitation,Forced labour,18.0,56,7 +10151,2021,by form of exploitation,Forced labour,50.0,56,3 +10152,2021,by form of exploitation,Forced labour,50.0,56,1 +10153,2021,by form of exploitation,Sexual exploitation,2.5,56,4 +10154,2021,by form of exploitation,Sexual exploitation,128.0,56,5 +10155,2021,by form of exploitation,Sexual exploitation,2.5,56,6 +10156,2021,by form of exploitation,Sexual exploitation,5.0,56,7 +10157,2021,by form of exploitation,Sexual exploitation,2.5,56,2 +10158,2021,by form of exploitation,Sexual exploitation,133.0,56,3 +10159,2021,by form of exploitation,Sexual exploitation,135.0,56,1 +10160,2022,Unknown,Unknown,6.0,56,4 +10161,2022,Unknown,Unknown,139.0,56,5 +10162,2022,Unknown,Unknown,9.0,56,6 +10163,2022,Unknown,Unknown,75.0,56,7 +10164,2022,Unknown,Unknown,15.0,56,2 +10165,2022,Unknown,Unknown,214.0,56,3 +10166,2022,Unknown,Unknown,229.0,56,1 +10167,2022,by citizenship,Algeria,6.0,56,1 +10168,2022,by citizenship,Argentinian,2.5,56,1 +10169,2022,by citizenship,Bangladesh,2.5,56,1 +10170,2022,by citizenship,Bolivians,2.5,56,1 +10171,2022,by citizenship,Brazil,10.0,56,1 +10172,2022,by citizenship,China,5.0,56,1 +10173,2022,by citizenship,Colombia,43.0,56,1 +10174,2022,by citizenship,Cuba,2.5,56,1 +10175,2022,by citizenship,Dominican Republic,2.5,56,1 +10176,2022,by citizenship,Honduras,8.0,56,1 +10177,2022,by citizenship,Mali,2.5,56,1 +10178,2022,by citizenship,Moldova,2.5,56,1 +10179,2022,by citizenship,Morocco,39.0,56,1 +10180,2022,by citizenship,Nicaragua,2.5,56,1 +10181,2022,by citizenship,Nigeria,2.5,56,1 +10182,2022,by citizenship,Pakistan,5.0,56,1 +10183,2022,by citizenship,Panama,2.5,56,1 +10184,2022,by citizenship,Paraguay,19.0,56,1 +10185,2022,by citizenship,Peru,10.0,56,1 +10186,2022,by citizenship,Romania,13.0,56,1 +10187,2022,by citizenship,El Salvador,2.5,56,1 +10188,2022,by citizenship,South Africa,2.5,56,1 +10189,2022,by citizenship,Spain,10.0,56,1 +10190,2022,by citizenship,Ukraine,11.0,56,1 +10191,2022,by citizenship,Uruguay,2.5,56,1 +10192,2022,by citizenship,Venezuela,23.0,56,1 +10193,2022,by citizenship,Vietnam,2.5,56,1 +10194,2022,by form of exploitation,Forced labour,2.5,56,4 +10195,2022,by form of exploitation,Forced labour,18.0,56,5 +10196,2022,by form of exploitation,Forced labour,2.5,56,6 +10197,2022,by form of exploitation,Forced labour,67.0,56,7 +10198,2022,by form of exploitation,Forced labour,2.5,56,2 +10199,2022,by form of exploitation,Forced labour,85.0,56,3 +10200,2022,by form of exploitation,Forced labour,89.0,56,1 +10201,2022,by form of exploitation,Sexual exploitation,2.5,56,4 +10202,2022,by form of exploitation,Sexual exploitation,120.0,56,5 +10203,2022,by form of exploitation,Sexual exploitation,2.5,56,6 +10204,2022,by form of exploitation,Sexual exploitation,5.0,56,7 +10205,2022,by form of exploitation,Sexual exploitation,2.5,56,2 +10206,2022,by form of exploitation,Sexual exploitation,125.0,56,3 +10207,2022,by form of exploitation,Sexual exploitation,129.0,56,1 +10208,2003,by country of repatriation,Abroad,2.5,57,1 +10209,2008,Unknown,Unknown,55.0,57,1 +10210,2008,by country of repatriation,Abroad,2.5,57,1 +10211,2009,Unknown,Unknown,78.0,57,1 +10212,2010,Unknown,Unknown,57.0,57,1 +10213,2011,Unknown,Unknown,2.5,57,4 +10214,2011,Unknown,Unknown,39.0,57,5 +10215,2011,Unknown,Unknown,2.5,57,6 +10216,2011,Unknown,Unknown,17.0,57,7 +10217,2011,Unknown,Unknown,5.0,57,2 +10218,2011,Unknown,Unknown,56.0,57,3 +10219,2011,Unknown,Unknown,61.0,57,1 +10220,2012,Unknown,Unknown,2.5,57,4 +10221,2012,Unknown,Unknown,8.0,57,5 +10222,2012,Unknown,Unknown,2.5,57,6 +10223,2012,Unknown,Unknown,14.0,57,7 +10224,2012,Unknown,Unknown,2.5,57,2 +10225,2012,Unknown,Unknown,22.0,57,3 +10226,2012,Unknown,Unknown,23.0,57,1 +10227,2012,by form of exploitation,Forced labour,14.0,57,1 +10228,2012,by form of exploitation,Sexual exploitation,7.0,57,1 +10229,2013,Unknown,Unknown,24.0,57,3 +10230,2013,Unknown,Unknown,2.5,57,4 +10231,2013,Unknown,Unknown,13.0,57,5 +10232,2013,Unknown,Unknown,2.5,57,6 +10233,2013,Unknown,Unknown,10.0,57,7 +10234,2013,Unknown,Unknown,2.5,57,2 +10235,2013,Unknown,Unknown,24.0,57,1 +10236,2013,by country of repatriation,Poland,2.5,57,1 +10237,2013,by form of exploitation,Forced labour,14.0,57,1 +10238,2013,by form of exploitation,Sexual exploitation,10.0,57,1 +10239,2014,Unknown,Unknown,2.5,57,4 +10240,2014,Unknown,Unknown,2.5,57,5 +10241,2014,Unknown,Unknown,2.5,57,6 +10242,2014,Unknown,Unknown,2.5,57,7 +10243,2014,Unknown,Unknown,2.5,57,2 +10244,2014,Unknown,Unknown,2.5,57,3 +10245,2014,Unknown,Unknown,2.5,57,1 +10246,2014,by citizenship,Estonia,2.5,57,1 +10247,2014,by citizenship,Romania,2.5,57,1 +10248,2014,by form of exploitation,Forced labour,2.5,57,1 +10249,2014,by form of exploitation,Sexual exploitation,2.5,57,1 +10250,2015,Unknown,Unknown,7.0,57,4 +10251,2015,Unknown,Unknown,2.5,57,5 +10252,2015,Unknown,Unknown,2.5,57,6 +10253,2015,Unknown,Unknown,2.5,57,7 +10254,2015,Unknown,Unknown,11.0,57,2 +10255,2015,Unknown,Unknown,2.5,57,3 +10256,2015,Unknown,Unknown,13.0,57,1 +10257,2015,by citizenship,Estonia,11.0,57,1 +10258,2015,by form of exploitation,Forced labour,2.5,57,1 +10259,2015,by form of exploitation,Sexual exploitation,10.0,57,1 +10260,2016,Unknown,Unknown,8.0,57,4 +10261,2016,Unknown,Unknown,2.5,57,7 +10262,2016,Unknown,Unknown,8.0,57,2 +10263,2016,Unknown,Unknown,2.5,57,3 +10264,2016,Unknown,Unknown,10.0,57,1 +10265,2016,by citizenship,Estonia,7.0,57,1 +10266,2016,by form of exploitation,Forced labour,2.5,57,1 +10267,2016,by form of exploitation,Sexual exploitation,8.0,57,1 +10268,2017,Unknown,Unknown,2.5,57,4 +10269,2017,Unknown,Unknown,6.0,57,5 +10270,2017,Unknown,Unknown,2.5,57,6 +10271,2017,Unknown,Unknown,2.5,57,7 +10272,2017,Unknown,Unknown,2.5,57,2 +10273,2017,Unknown,Unknown,6.0,57,3 +10274,2017,Unknown,Unknown,10.0,57,1 +10275,2017,by citizenship,Nationals,8.0,57,1 +10276,2017,by citizenship,Russia,2.5,57,1 +10277,2017,by country of repatriation,Norway,2.5,57,1 +10278,2017,by form of exploitation,Forced labour,2.5,57,4 +10279,2017,by form of exploitation,Forced labour,2.5,57,5 +10280,2017,by form of exploitation,Forced labour,2.5,57,6 +10281,2017,by form of exploitation,Forced labour,2.5,57,7 +10282,2017,by form of exploitation,Forced labour,2.5,57,1 +10283,2017,by form of exploitation,Sexual exploitation,2.5,57,4 +10284,2017,by form of exploitation,Sexual exploitation,2.5,57,5 +10285,2017,by form of exploitation,Sexual exploitation,2.5,57,6 +10286,2017,by form of exploitation,Sexual exploitation,2.5,57,7 +10287,2017,by form of exploitation,Sexual exploitation,6.0,57,1 +10288,2018,Unknown,Unknown,2.5,57,4 +10289,2018,Unknown,Unknown,2.5,57,5 +10290,2018,Unknown,Unknown,5.0,57,6 +10291,2018,Unknown,Unknown,2.5,57,7 +10292,2018,Unknown,Unknown,7.0,57,2 +10293,2018,Unknown,Unknown,2.5,57,3 +10294,2018,Unknown,Unknown,10.0,57,1 +10295,2018,by citizenship,Nationals,10.0,57,1 +10296,2018,by citizenship,Nigeria,2.5,57,1 +10297,2018,by country of repatriation,Italy,2.5,57,1 +10298,2018,by form of exploitation,Forced labour,2.5,57,4 +10299,2018,by form of exploitation,Forced labour,2.5,57,5 +10300,2018,by form of exploitation,Forced labour,2.5,57,6 +10301,2018,by form of exploitation,Forced labour,2.5,57,7 +10302,2018,by form of exploitation,Forced labour,2.5,57,1 +10303,2018,by form of exploitation,Sexual exploitation,5.0,57,4 +10304,2018,by form of exploitation,Sexual exploitation,2.5,57,5 +10305,2018,by form of exploitation,Sexual exploitation,2.5,57,6 +10306,2018,by form of exploitation,Sexual exploitation,2.5,57,7 +10307,2018,by form of exploitation,Sexual exploitation,10.0,57,1 +10308,2019,Unknown,Unknown,2.5,57,4 +10309,2019,Unknown,Unknown,10.0,57,5 +10310,2019,Unknown,Unknown,2.5,57,6 +10311,2019,Unknown,Unknown,2.5,57,7 +10312,2019,Unknown,Unknown,2.5,57,2 +10313,2019,Unknown,Unknown,12.0,57,3 +10314,2019,Unknown,Unknown,12.0,57,1 +10315,2019,by citizenship,Estonia,12.0,57,1 +10316,2019,by form of exploitation,Forced labour,2.5,57,4 +10317,2019,by form of exploitation,Forced labour,2.5,57,5 +10318,2019,by form of exploitation,Forced labour,2.5,57,6 +10319,2019,by form of exploitation,Forced labour,2.5,57,7 +10320,2019,by form of exploitation,Forced labour,2.5,57,3 +10321,2019,by form of exploitation,Sexual exploitation,2.5,57,4 +10322,2019,by form of exploitation,Sexual exploitation,10.0,57,5 +10323,2019,by form of exploitation,Sexual exploitation,2.5,57,6 +10324,2019,by form of exploitation,Sexual exploitation,2.5,57,7 +10325,2019,by form of exploitation,Sexual exploitation,10.0,57,3 +10326,2019,by form of exploitation,Sexual exploitation,10.0,57,1 +10327,2020,Unknown,Unknown,2.5,57,4 +10328,2020,Unknown,Unknown,2.5,57,5 +10329,2020,Unknown,Unknown,2.5,57,6 +10330,2020,Unknown,Unknown,2.5,57,7 +10331,2020,Unknown,Unknown,2.5,57,2 +10332,2020,Unknown,Unknown,5.0,57,3 +10333,2020,Unknown,Unknown,5.0,57,1 +10334,2020,by citizenship,Estonia,5.0,57,1 +10335,2020,by form of exploitation,Forced labour,2.5,57,4 +10336,2020,by form of exploitation,Forced labour,2.5,57,5 +10337,2020,by form of exploitation,Forced labour,2.5,57,6 +10338,2020,by form of exploitation,Forced labour,2.5,57,7 +10339,2020,by form of exploitation,Forced labour,2.5,57,3 +10340,2020,by form of exploitation,Forced labour,2.5,57,1 +10341,2020,by form of exploitation,Sexual exploitation,2.5,57,4 +10342,2020,by form of exploitation,Sexual exploitation,2.5,57,5 +10343,2020,by form of exploitation,Sexual exploitation,2.5,57,6 +10344,2020,by form of exploitation,Sexual exploitation,2.5,57,7 +10345,2020,by form of exploitation,Sexual exploitation,2.5,57,3 +10346,2020,by form of exploitation,Sexual exploitation,2.5,57,1 +10347,2021,Unknown,Unknown,2.5,57,4 +10348,2021,Unknown,Unknown,23.0,57,5 +10349,2021,Unknown,Unknown,2.5,57,6 +10350,2021,Unknown,Unknown,8.0,57,7 +10351,2021,Unknown,Unknown,2.5,57,2 +10352,2021,Unknown,Unknown,35.0,57,3 +10353,2021,Unknown,Unknown,35.0,57,1 +10354,2021,Unknown,Unknown,2.5,57,1 +10355,2021,by citizenship,Brazil,12.0,57,1 +10356,2021,by citizenship,Colombia,6.0,57,1 +10357,2021,by citizenship,Dominican Republic,2.5,57,1 +10358,2021,by citizenship,India,2.5,57,1 +10359,2021,by citizenship,Japan,2.5,57,1 +10360,2021,by citizenship,Russia,2.5,57,1 +10361,2021,by citizenship,Tajikistan,2.5,57,1 +10362,2021,by citizenship,Ukraine,11.0,57,1 +10363,2021,by form of exploitation,Forced labour,2.5,57,4 +10364,2021,by form of exploitation,Forced labour,2.5,57,5 +10365,2021,by form of exploitation,Forced labour,2.5,57,6 +10366,2021,by form of exploitation,Forced labour,2.5,57,7 +10367,2021,by form of exploitation,Forced labour,2.5,57,3 +10368,2021,by form of exploitation,Forced labour,2.5,57,1 +10369,2021,by form of exploitation,Sexual exploitation,2.5,57,4 +10370,2021,by form of exploitation,Sexual exploitation,22.0,57,5 +10371,2021,by form of exploitation,Sexual exploitation,2.5,57,6 +10372,2021,by form of exploitation,Sexual exploitation,2.5,57,7 +10373,2021,by form of exploitation,Sexual exploitation,2.5,57,8 +10374,2021,by form of exploitation,Sexual exploitation,24.0,57,3 +10375,2021,by form of exploitation,Sexual exploitation,26.0,57,1 +10376,2022,Unknown,Unknown,2.5,57,4 +10377,2022,Unknown,Unknown,51.0,57,5 +10378,2022,Unknown,Unknown,2.5,57,6 +10379,2022,Unknown,Unknown,31.0,57,7 +10380,2022,Unknown,Unknown,2.5,57,2 +10381,2022,Unknown,Unknown,87.0,57,3 +10382,2022,Unknown,Unknown,87.0,57,1 +10383,2022,Unknown,Unknown,5.0,57,1 +10384,2022,by citizenship,Brazil,12.0,57,1 +10385,2022,by citizenship,Colombia,6.0,57,1 +10386,2022,by citizenship,Dominican Republic,2.5,57,1 +10387,2022,by citizenship,Ecuador,2.5,57,1 +10388,2022,by citizenship,Georgia,2.5,57,1 +10389,2022,by citizenship,India,2.5,57,1 +10390,2022,by citizenship,Italy,2.5,57,1 +10391,2022,by citizenship,Kazakhstan,2.5,57,1 +10392,2022,by citizenship,Moldova,2.5,57,1 +10393,2022,by citizenship,Nigeria,2.5,57,1 +10394,2022,by citizenship,Peru,2.5,57,1 +10395,2022,by citizenship,Russia,8.0,57,1 +10396,2022,by citizenship,Serbia,2.5,57,1 +10397,2022,by citizenship,Tajikistan,2.5,57,1 +10398,2022,by citizenship,Ukraine,31.0,57,1 +10399,2022,by citizenship,Venezuela,7.0,57,1 +10400,2022,by form of exploitation,Forced labour,2.5,57,4 +10401,2022,by form of exploitation,Forced labour,2.5,57,5 +10402,2022,by form of exploitation,Forced labour,2.5,57,6 +10403,2022,by form of exploitation,Forced labour,2.5,57,7 +10404,2022,by form of exploitation,Sexual exploitation,2.5,57,4 +10405,2022,by form of exploitation,Sexual exploitation,39.0,57,5 +10406,2022,by form of exploitation,Sexual exploitation,2.5,57,6 +10407,2022,by form of exploitation,Sexual exploitation,2.5,57,7 +10408,2022,by form of exploitation,Sexual exploitation,5.0,57,8 +10409,2022,by form of exploitation,Sexual exploitation,43.0,57,3 +10410,2022,by form of exploitation,Sexual exploitation,48.0,57,1 +10411,2003,by country of repatriation,Abroad,2.5,58,1 +10412,2009,by form of exploitation,Forced labour,2.5,58,1 +10413,2009,by form of exploitation,Sexual exploitation,2.5,58,1 +10414,2012,Unknown,Unknown,2.5,58,2 +10415,2012,Unknown,Unknown,2.5,58,3 +10416,2012,by country of repatriation,Tanzania,2.5,58,1 +10417,2013,Unknown,Unknown,2.5,58,2 +10418,2013,Unknown,Unknown,2.5,58,3 +10419,2014,Unknown,Unknown,2.5,58,2 +10420,2014,Unknown,Unknown,2.5,58,3 +10421,2015,Unknown,Unknown,2.5,58,2 +10422,2015,Unknown,Unknown,2.5,58,3 +10423,2017,by form of exploitation,Sexual exploitation,2.5,58,1 +10424,2018,by form of exploitation,Forced labour,2.5,58,1 +10425,2018,by form of exploitation,Sexual exploitation,2.5,58,1 +10426,2019,by form of exploitation,Sexual exploitation,2.5,58,1 +10427,2020,by form of exploitation,Forced labour,2.5,58,1 +10428,2020,by form of exploitation,Sexual exploitation,2.5,58,1 +10429,2003,by country of repatriation,Abroad,2.5,59,1 +10430,2007,Unknown,Unknown,2.5,59,4 +10431,2007,Unknown,Unknown,2.5,59,5 +10432,2007,Unknown,Unknown,2.5,59,6 +10433,2007,Unknown,Unknown,2.5,59,7 +10434,2007,Unknown,Unknown,2.5,59,2 +10435,2007,Unknown,Unknown,2.5,59,3 +10436,2007,Unknown,Unknown,5.0,59,1 +10437,2007,by citizenship,India,2.5,59,1 +10438,2007,by citizenship,Peru,2.5,59,1 +10439,2007,by citizenship,Russia,2.5,59,1 +10440,2007,by form of exploitation,Forced labour,2.5,59,1 +10441,2008,Unknown,Unknown,2.5,59,4 +10442,2008,Unknown,Unknown,7.0,59,5 +10443,2008,Unknown,Unknown,2.5,59,6 +10444,2008,Unknown,Unknown,6.0,59,7 +10445,2008,Unknown,Unknown,2.5,59,2 +10446,2008,Unknown,Unknown,13.0,59,3 +10447,2008,Unknown,Unknown,16.0,59,1 +10448,2008,by citizenship,China,2.5,59,1 +10449,2008,by citizenship,Estonia,2.5,59,1 +10450,2008,by citizenship,Ethiopia,2.5,59,1 +10451,2008,by citizenship,Finland,2.5,59,1 +10452,2008,by citizenship,Iraq,2.5,59,1 +10453,2008,by citizenship,Nigeria,2.5,59,1 +10454,2008,by citizenship,Pakistan,2.5,59,1 +10455,2008,by citizenship,Romania,2.5,59,1 +10456,2008,by citizenship,Somalia,2.5,59,1 +10457,2008,by citizenship,Thailand,6.0,59,1 +10458,2008,by form of exploitation,Forced labour,9.0,59,1 +10459,2008,by form of exploitation,Sexual exploitation,7.0,59,1 +10460,2009,Unknown,Unknown,2.5,59,4 +10461,2009,Unknown,Unknown,13.0,59,5 +10462,2009,Unknown,Unknown,2.5,59,6 +10463,2009,Unknown,Unknown,2.5,59,7 +10464,2009,Unknown,Unknown,2.5,59,2 +10465,2009,Unknown,Unknown,17.0,59,3 +10466,2009,Unknown,Unknown,17.0,59,1 +10467,2009,by citizenship,India,2.5,59,1 +10468,2009,by citizenship,Russia,2.5,59,1 +10469,2009,by citizenship,Somalia,2.5,59,1 +10470,2009,by citizenship,Thailand,11.0,59,1 +10471,2009,by form of exploitation,Forced labour,12.0,59,1 +10472,2009,by form of exploitation,Sexual exploitation,5.0,59,1 +10473,2010,Unknown,Unknown,49.0,59,3 +10474,2010,Unknown,Unknown,49.0,59,1 +10475,2010,Unknown,Unknown,2.5,59,1 +10476,2010,by form of exploitation,Forced labour,22.0,59,1 +10477,2010,by form of exploitation,Sexual exploitation,21.0,59,1 +10478,2010,Unknown,Unknown,2.5,59,4 +10479,2010,Unknown,Unknown,30.0,59,5 +10480,2010,Unknown,Unknown,2.5,59,6 +10481,2010,Unknown,Unknown,14.0,59,7 +10482,2010,Unknown,Unknown,2.5,59,2 +10483,2010,by citizenship,Bangladesh,5.0,59,1 +10484,2010,by citizenship,Burkina Faso,2.5,59,1 +10485,2010,by citizenship,Democratic Republic of the Congo,2.5,59,1 +10486,2010,by citizenship,Estonia,2.5,59,1 +10487,2010,by citizenship,Ethiopia,2.5,59,1 +10488,2010,by citizenship,Finland,2.5,59,1 +10489,2010,by citizenship,Ghana,2.5,59,1 +10490,2010,by citizenship,India,8.0,59,1 +10491,2010,by citizenship,Namibia,2.5,59,1 +10492,2010,by citizenship,Nigeria,8.0,59,1 +10493,2010,by citizenship,Russia,2.5,59,1 +10494,2010,by citizenship,Somalia,6.0,59,1 +10495,2010,by citizenship,Thailand,2.5,59,1 +10496,2010,by citizenship,Ukraine,5.0,59,1 +10497,2011,Unknown,Unknown,54.0,59,3 +10498,2011,Unknown,Unknown,54.0,59,1 +10499,2011,Unknown,Unknown,2.5,59,1 +10500,2011,by form of exploitation,Forced labour,32.0,59,1 +10501,2011,by form of exploitation,Sexual exploitation,17.0,59,1 +10502,2011,Unknown,Unknown,28.0,59,5 +10503,2011,Unknown,Unknown,23.0,59,7 +10504,2011,Unknown,Unknown,2.5,59,2 +10505,2011,by citizenship,Bangladesh,2.5,59,1 +10506,2011,by citizenship,Estonia,2.5,59,1 +10507,2011,by citizenship,Ethiopia,2.5,59,1 +10508,2011,by citizenship,Ghana,2.5,59,1 +10509,2011,by citizenship,India,2.5,59,1 +10510,2011,by citizenship,Iran,2.5,59,1 +10511,2011,by citizenship,Iraq,2.5,59,1 +10512,2011,by citizenship,Nepal,2.5,59,1 +10513,2011,by citizenship,Nigeria,6.0,59,1 +10514,2011,by citizenship,Poland,2.5,59,1 +10515,2011,by citizenship,Romania,2.5,59,1 +10516,2011,by citizenship,Russia,7.0,59,1 +10517,2011,by citizenship,Somalia,2.5,59,1 +10518,2011,by citizenship,Sri Lanka,2.5,59,1 +10519,2011,by citizenship,Thailand,2.5,59,1 +10520,2011,by citizenship,Vietnam,8.0,59,1 +10521,2012,Unknown,Unknown,2.5,59,4 +10522,2012,Unknown,Unknown,26.0,59,5 +10523,2012,Unknown,Unknown,2.5,59,6 +10524,2012,Unknown,Unknown,22.0,59,7 +10525,2012,Unknown,Unknown,2.5,59,9 +10526,2012,Unknown,Unknown,2.5,59,8 +10527,2012,Unknown,Unknown,5.0,59,2 +10528,2012,Unknown,Unknown,48.0,59,3 +10529,2012,Unknown,Unknown,50.0,59,1 +10530,2012,Unknown,Unknown,2.5,59,1 +10531,2012,by form of exploitation,Forced labour,35.0,59,1 +10532,2012,by form of exploitation,Sexual exploitation,15.0,59,1 +10533,2012,by citizenship,Belarus,2.5,59,1 +10534,2012,by citizenship,China,2.5,59,1 +10535,2012,by citizenship,Czech Republic,2.5,59,1 +10536,2012,by citizenship,Estonia,2.5,59,1 +10537,2012,by citizenship,Ghana,2.5,59,1 +10538,2012,by citizenship,Iran,2.5,59,1 +10539,2012,by citizenship,Iraq,2.5,59,1 +10540,2012,by citizenship,Kyrgyzstan,2.5,59,1 +10541,2012,by citizenship,Nigeria,8.0,59,1 +10542,2012,by citizenship,Romania,2.5,59,1 +10543,2012,by citizenship,Sri Lanka,2.5,59,1 +10544,2012,by citizenship,Thailand,2.5,59,1 +10545,2012,by citizenship,Turkey,2.5,59,1 +10546,2012,by citizenship,Vietnam,16.0,59,1 +10547,2013,Unknown,Unknown,2.5,59,4 +10548,2013,Unknown,Unknown,34.0,59,5 +10549,2013,Unknown,Unknown,2.5,59,6 +10550,2013,Unknown,Unknown,19.0,59,7 +10551,2013,Unknown,Unknown,2.5,59,9 +10552,2013,Unknown,Unknown,2.5,59,8 +10553,2013,Unknown,Unknown,2.5,59,2 +10554,2013,Unknown,Unknown,53.0,59,3 +10555,2013,Unknown,Unknown,58.0,59,1 +10556,2013,Unknown,Unknown,2.5,59,1 +10557,2013,by form of exploitation,Forced labour,18.0,59,1 +10558,2013,by form of exploitation,Sexual exploitation,33.0,59,1 +10559,2013,by citizenship,Cameroon,2.5,59,1 +10560,2013,by citizenship,Democratic Republic of the Congo,2.5,59,1 +10561,2013,by citizenship,Dominican Republic,2.5,59,1 +10562,2013,by citizenship,Estonia,2.5,59,1 +10563,2013,by citizenship,Finland,2.5,59,1 +10564,2013,by citizenship,Ghana,2.5,59,1 +10565,2013,by citizenship,Guinea,2.5,59,1 +10566,2013,by citizenship,Kenya,2.5,59,1 +10567,2013,by citizenship,Kyrgyzstan,2.5,59,1 +10568,2013,by citizenship,Myanmar,2.5,59,1 +10569,2013,by citizenship,Nigeria,20.0,59,1 +10570,2013,by citizenship,Philippines,5.0,59,1 +10571,2013,by citizenship,Romania,2.5,59,1 +10572,2013,by citizenship,Serbia,2.5,59,1 +10573,2013,by citizenship,Sri Lanka,2.5,59,1 +10574,2013,by citizenship,Togo,2.5,59,1 +10575,2013,by citizenship,Vietnam,9.0,59,1 +10576,2013,by country of repatriation,Poland,2.5,59,1 +10577,2014,Unknown,Unknown,2.5,59,4 +10578,2014,Unknown,Unknown,38.0,59,5 +10579,2014,Unknown,Unknown,2.5,59,6 +10580,2014,Unknown,Unknown,9.0,59,7 +10581,2014,Unknown,Unknown,2.5,59,9 +10582,2014,Unknown,Unknown,2.5,59,8 +10583,2014,Unknown,Unknown,2.5,59,2 +10584,2014,Unknown,Unknown,47.0,59,3 +10585,2014,Unknown,Unknown,45.0,59,1 +10586,2014,Unknown,Unknown,2.5,59,1 +10587,2014,by form of exploitation,Forced labour,11.0,59,1 +10588,2014,by form of exploitation,Sexual exploitation,32.0,59,1 +10589,2014,by citizenship,Afghanistan,2.5,59,1 +10590,2014,by citizenship,Bangladesh,2.5,59,1 +10591,2014,by citizenship,Cameroon,2.5,59,1 +10592,2014,by citizenship,China,2.5,59,1 +10593,2014,by citizenship,Colombia,2.5,59,1 +10594,2014,by citizenship,Cote d'Ivoire,2.5,59,1 +10595,2014,by citizenship,Egypt,2.5,59,1 +10596,2014,by citizenship,Ethiopia,2.5,59,1 +10597,2014,by citizenship,Finland,2.5,59,1 +10598,2014,by citizenship,Guinea,2.5,59,1 +10599,2014,by citizenship,Iraq,2.5,59,1 +10600,2014,by citizenship,Jordan,2.5,59,1 +10601,2014,by citizenship,Mali,2.5,59,1 +10602,2014,by citizenship,Morocco,2.5,59,1 +10603,2014,by citizenship,Nigeria,22.0,59,1 +10604,2014,by citizenship,Pakistan,2.5,59,1 +10605,2014,by citizenship,Romania,2.5,59,1 +10606,2014,by citizenship,Slovakia,2.5,59,1 +10607,2014,by citizenship,Ukraine,2.5,59,1 +10608,2014,by citizenship,Unknown,2.5,59,1 +10609,2014,by form of exploitation,Forced labour,2.5,59,4 +10610,2014,by form of exploitation,Forced labour,2.5,59,5 +10611,2014,by form of exploitation,Forced labour,2.5,59,6 +10612,2014,by form of exploitation,Forced labour,6.0,59,7 +10613,2014,by form of exploitation,Sexual exploitation,2.5,59,4 +10614,2014,by form of exploitation,Sexual exploitation,31.0,59,5 +10615,2015,Unknown,Unknown,2.5,59,4 +10616,2015,Unknown,Unknown,36.0,59,5 +10617,2015,Unknown,Unknown,2.5,59,6 +10618,2015,Unknown,Unknown,16.0,59,7 +10619,2015,Unknown,Unknown,2.5,59,9 +10620,2015,Unknown,Unknown,2.5,59,8 +10621,2015,Unknown,Unknown,2.5,59,2 +10622,2015,Unknown,Unknown,52.0,59,3 +10623,2015,Unknown,Unknown,54.0,59,1 +10624,2015,Unknown,Unknown,2.5,59,1 +10625,2015,by form of exploitation,Forced labour,27.0,59,1 +10626,2015,by form of exploitation,Sexual exploitation,18.0,59,1 +10627,2015,by citizenship,Bangladesh,2.5,59,1 +10628,2015,by citizenship,China,2.5,59,1 +10629,2015,by citizenship,Estonia,2.5,59,1 +10630,2015,by citizenship,Ethiopia,2.5,59,1 +10631,2015,by citizenship,Finland,5.0,59,1 +10632,2015,by citizenship,India,2.5,59,1 +10633,2015,by citizenship,Kosovo,2.5,59,1 +10634,2015,by citizenship,Morocco,2.5,59,1 +10635,2015,by citizenship,Nigeria,11.0,59,1 +10636,2015,by citizenship,Philippines,2.5,59,1 +10637,2015,by citizenship,Romania,2.5,59,1 +10638,2015,by citizenship,Somalia,5.0,59,1 +10639,2015,by citizenship,Thailand,2.5,59,1 +10640,2015,by citizenship,Turkey,2.5,59,1 +10641,2015,by citizenship,Ukraine,2.5,59,1 +10642,2015,by citizenship,Vietnam,2.5,59,1 +10643,2015,by country of repatriation,Ukraine,2.5,59,1 +10644,2015,by form of exploitation,Forced labour,2.5,59,4 +10645,2015,by form of exploitation,Forced labour,12.0,59,5 +10646,2015,by form of exploitation,Forced labour,2.5,59,6 +10647,2015,by form of exploitation,Forced labour,15.0,59,7 +10648,2015,by form of exploitation,Sexual exploitation,2.5,59,4 +10649,2015,by form of exploitation,Sexual exploitation,18.0,59,5 +10650,2015,by form of exploitation,Sexual exploitation,2.5,59,6 +10651,2015,by form of exploitation,Sexual exploitation,2.5,59,7 +10652,2016,Unknown,Unknown,8.0,59,4 +10653,2016,Unknown,Unknown,78.0,59,5 +10654,2016,Unknown,Unknown,13.0,59,6 +10655,2016,Unknown,Unknown,31.0,59,7 +10656,2016,Unknown,Unknown,2.5,59,9 +10657,2016,Unknown,Unknown,2.5,59,8 +10658,2016,Unknown,Unknown,21.0,59,2 +10659,2016,Unknown,Unknown,109.0,59,3 +10660,2016,Unknown,Unknown,134.0,59,1 +10661,2016,Unknown,Unknown,2.5,59,1 +10662,2016,by form of exploitation,Forced labour,61.0,59,1 +10663,2016,by form of exploitation,Sexual exploitation,45.0,59,1 +10664,2016,by citizenship,Afghanistan,15.0,59,1 +10665,2016,by citizenship,Angola,2.5,59,1 +10666,2016,by citizenship,Bangladesh,7.0,59,1 +10667,2016,by citizenship,Belarus,2.5,59,1 +10668,2016,by citizenship,Cambodia,2.5,59,1 +10669,2016,by citizenship,Cameroon,2.5,59,1 +10670,2016,by citizenship,Eritrea,2.5,59,1 +10671,2016,by citizenship,Ethiopia,2.5,59,1 +10672,2016,by citizenship,Gambia,2.5,59,1 +10673,2016,by citizenship,India,2.5,59,1 +10674,2016,by citizenship,Iran,2.5,59,1 +10675,2016,by citizenship,Iraq,10.0,59,1 +10676,2016,by citizenship,Latvia,2.5,59,1 +10677,2016,by citizenship,Liberia,2.5,59,1 +10678,2016,by citizenship,Morocco,2.5,59,1 +10679,2016,by citizenship,Nepal,2.5,59,1 +10680,2016,by citizenship,Nigeria,22.0,59,1 +10681,2016,by citizenship,Philippines,2.5,59,1 +10682,2016,by citizenship,Somalia,23.0,59,1 +10683,2016,by citizenship,Thailand,26.0,59,1 +10684,2016,by citizenship,Uganda,2.5,59,1 +10685,2016,by citizenship,Zambia,2.5,59,1 +10686,2016,by country of repatriation,Belarus,2.5,59,1 +10687,2016,by country of repatriation,Hungary,8.0,59,1 +10688,2016,by country of repatriation,Latvia,2.5,59,1 +10689,2016,by country of repatriation,Lithuania,11.0,59,1 +10690,2016,by country of repatriation,Serbia,2.5,59,1 +10691,2016,by country of repatriation,Slovakia,21.0,59,1 +10692,2016,by country of repatriation,North Macedonia,2.5,59,1 +10693,2016,by country of repatriation,Ukraine,2.5,59,1 +10694,2016,by form of exploitation,Forced labour,2.5,59,4 +10695,2016,by form of exploitation,Forced labour,26.0,59,5 +10696,2016,by form of exploitation,Forced labour,9.0,59,6 +10697,2016,by form of exploitation,Forced labour,26.0,59,7 +10698,2016,by form of exploitation,Sexual exploitation,5.0,59,4 +10699,2016,by form of exploitation,Sexual exploitation,38.0,59,5 +10700,2016,by form of exploitation,Sexual exploitation,2.5,59,6 +10701,2016,by form of exploitation,Sexual exploitation,2.5,59,7 +10702,2017,Unknown,Unknown,2.5,59,9 +10703,2017,Unknown,Unknown,2.5,59,8 +10704,2017,Unknown,Unknown,2.5,59,1 +10705,2017,by form of exploitation,Forced labour,58.0,59,1 +10706,2017,by form of exploitation,Sexual exploitation,46.0,59,1 +10707,2017,Unknown,Unknown,6.0,59,4 +10708,2017,Unknown,Unknown,67.0,59,5 +10709,2017,Unknown,Unknown,10.0,59,6 +10710,2017,Unknown,Unknown,48.0,59,7 +10711,2017,Unknown,Unknown,16.0,59,2 +10712,2017,Unknown,Unknown,115.0,59,3 +10713,2017,Unknown,Unknown,131.0,59,1 +10714,2017,by citizenship,Afghanistan,19.0,59,1 +10715,2017,by citizenship,Bangladesh,5.0,59,1 +10716,2017,by citizenship,Bosnia and Herzegovina,9.0,59,1 +10717,2017,by citizenship,Iraq,11.0,59,1 +10718,2017,by citizenship,Nigeria,18.0,59,1 +10719,2017,by citizenship,Somalia,20.0,59,1 +10720,2017,by citizenship,Ukraine,5.0,59,1 +10721,2017,by country of repatriation,Abroad,2.5,59,1 +10722,2017,by form of exploitation,Forced labour,2.5,59,4 +10723,2017,by form of exploitation,Forced labour,7.0,59,5 +10724,2017,by form of exploitation,Forced labour,2.5,59,6 +10725,2017,by form of exploitation,Forced labour,12.0,59,7 +10726,2017,by form of exploitation,Forced labour,8.0,59,2 +10727,2017,by form of exploitation,Forced labour,54.0,59,3 +10728,2017,by form of exploitation,Sexual exploitation,2.5,59,4 +10729,2017,by form of exploitation,Sexual exploitation,16.0,59,5 +10730,2017,by form of exploitation,Sexual exploitation,2.5,59,6 +10731,2017,by form of exploitation,Sexual exploitation,7.0,59,7 +10732,2017,by form of exploitation,Sexual exploitation,2.5,59,2 +10733,2017,by form of exploitation,Sexual exploitation,43.0,59,3 +10734,2018,Unknown,Unknown,2.5,59,9 +10735,2018,Unknown,Unknown,2.5,59,8 +10736,2018,Unknown,Unknown,2.5,59,1 +10737,2018,by form of exploitation,Forced labour,63.0,59,1 +10738,2018,by form of exploitation,Sexual exploitation,65.0,59,1 +10739,2018,Unknown,Unknown,2.5,59,4 +10740,2018,Unknown,Unknown,83.0,59,5 +10741,2018,Unknown,Unknown,6.0,59,6 +10742,2018,Unknown,Unknown,70.0,59,7 +10743,2018,Unknown,Unknown,10.0,59,2 +10744,2018,Unknown,Unknown,153.0,59,3 +10745,2018,Unknown,Unknown,163.0,59,1 +10746,2018,by citizenship,Afghanistan,19.0,59,1 +10747,2018,by citizenship,Bangladesh,6.0,59,1 +10748,2018,by citizenship,Eritrea,9.0,59,1 +10749,2018,by citizenship,Iran,8.0,59,1 +10750,2018,by citizenship,Iraq,20.0,59,1 +10751,2018,by citizenship,Moldova,5.0,59,1 +10752,2018,by citizenship,Nigeria,23.0,59,1 +10753,2018,by citizenship,Somalia,18.0,59,1 +10754,2018,by country of repatriation,Abroad,2.5,59,1 +10755,2018,by form of exploitation,Forced labour,2.5,59,2 +10756,2018,by form of exploitation,Forced labour,59.0,59,3 +10757,2018,by form of exploitation,Sexual exploitation,2.5,59,2 +10758,2018,by form of exploitation,Sexual exploitation,61.0,59,3 +10759,2019,Unknown,Unknown,2.5,59,9 +10760,2019,Unknown,Unknown,7.0,59,4 +10761,2019,Unknown,Unknown,139.0,59,5 +10762,2019,Unknown,Unknown,7.0,59,6 +10763,2019,Unknown,Unknown,76.0,59,7 +10764,2019,Unknown,Unknown,2.5,59,8 +10765,2019,Unknown,Unknown,14.0,59,2 +10766,2019,Unknown,Unknown,215.0,59,3 +10767,2019,Unknown,Unknown,229.0,59,1 +10768,2019,Unknown,Unknown,2.5,59,1 +10769,2019,by citizenship,Afghanistan,29.0,59,1 +10770,2019,by citizenship,Cameroon,11.0,59,1 +10771,2019,by citizenship,Finland,6.0,59,1 +10772,2019,by citizenship,Gambia,5.0,59,1 +10773,2019,by citizenship,Iran,8.0,59,1 +10774,2019,by citizenship,Nepal,5.0,59,1 +10775,2019,by citizenship,Nigeria,29.0,59,1 +10776,2019,by citizenship,Somalia,36.0,59,1 +10777,2019,by citizenship,Ukraine,6.0,59,1 +10778,2019,by country of repatriation,Abroad,2.5,59,1 +10779,2019,by form of exploitation,Forced labour,5.0,59,2 +10780,2019,by form of exploitation,Forced labour,71.0,59,3 +10781,2019,by form of exploitation,Forced labour,76.0,59,1 +10782,2019,by form of exploitation,Sexual exploitation,6.0,59,4 +10783,2019,by form of exploitation,Sexual exploitation,75.0,59,5 +10784,2019,by form of exploitation,Sexual exploitation,2.5,59,6 +10785,2019,by form of exploitation,Sexual exploitation,2.5,59,7 +10786,2019,by form of exploitation,Sexual exploitation,6.0,59,2 +10787,2019,by form of exploitation,Sexual exploitation,75.0,59,3 +10788,2019,by form of exploitation,Sexual exploitation,81.0,59,1 +10789,2020,Unknown,Unknown,2.5,59,9 +10790,2020,Unknown,Unknown,2.5,59,8 +10791,2020,Unknown,Unknown,2.5,59,1 +10792,2020,Unknown,Unknown,2.5,59,4 +10793,2020,Unknown,Unknown,131.0,59,5 +10794,2020,Unknown,Unknown,6.0,59,6 +10795,2020,Unknown,Unknown,106.0,59,7 +10796,2020,Unknown,Unknown,10.0,59,2 +10797,2020,Unknown,Unknown,237.0,59,3 +10798,2020,Unknown,Unknown,247.0,59,1 +10799,2020,by citizenship,Afghanistan,20.0,59,1 +10800,2020,by citizenship,Albania,11.0,59,1 +10801,2020,by citizenship,Cameroon,5.0,59,1 +10802,2020,by citizenship,Finland,16.0,59,1 +10803,2020,by citizenship,Gambia,6.0,59,1 +10804,2020,by citizenship,Iraq,42.0,59,1 +10805,2020,by citizenship,Nepal,12.0,59,1 +10806,2020,by citizenship,Nigeria,18.0,59,1 +10807,2020,by citizenship,Romania,5.0,59,1 +10808,2020,by citizenship,Russia,5.0,59,1 +10809,2020,by citizenship,Somalia,30.0,59,1 +10810,2020,by country of repatriation,Abroad,2.5,59,1 +10811,2020,by form of exploitation,Forced labour,2.5,59,4 +10812,2020,by form of exploitation,Forced labour,27.0,59,5 +10813,2020,by form of exploitation,Forced labour,6.0,59,6 +10814,2020,by form of exploitation,Forced labour,89.0,59,7 +10815,2020,by form of exploitation,Forced labour,6.0,59,2 +10816,2020,by form of exploitation,Forced labour,116.0,59,3 +10817,2020,by form of exploitation,Forced labour,122.0,59,1 +10818,2020,by form of exploitation,Sexual exploitation,2.5,59,4 +10819,2020,by form of exploitation,Sexual exploitation,54.0,59,5 +10820,2020,by form of exploitation,Sexual exploitation,2.5,59,6 +10821,2020,by form of exploitation,Sexual exploitation,5.0,59,7 +10822,2020,by form of exploitation,Sexual exploitation,2.5,59,2 +10823,2020,by form of exploitation,Sexual exploitation,59.0,59,3 +10824,2020,by form of exploitation,Sexual exploitation,62.0,59,1 +10825,2021,Unknown,Unknown,2.5,59,9 +10826,2021,Unknown,Unknown,2.5,59,8 +10827,2021,Unknown,Unknown,2.5,59,1 +10828,2021,by form of exploitation,Forced labour,105.0,59,1 +10829,2021,by form of exploitation,Sexual exploitation,68.0,59,1 +10830,2021,Unknown,Unknown,16.0,59,4 +10831,2021,Unknown,Unknown,71.0,59,5 +10832,2021,Unknown,Unknown,20.0,59,6 +10833,2021,Unknown,Unknown,34.0,59,7 +10834,2021,Unknown,Unknown,36.0,59,2 +10835,2021,Unknown,Unknown,105.0,59,3 +10836,2021,Unknown,Unknown,143.0,59,1 +10837,2021,by citizenship,Afghanistan,11.0,59,1 +10838,2021,by citizenship,Bangladesh,2.5,59,1 +10839,2021,by citizenship,Bulgaria,2.5,59,1 +10840,2021,by citizenship,Cameroon,2.5,59,1 +10841,2021,by citizenship,Canada,2.5,59,1 +10842,2021,by citizenship,China,2.5,59,1 +10843,2021,by citizenship,Ethiopia,2.5,59,1 +10844,2021,by citizenship,Philippines,2.5,59,1 +10845,2021,by citizenship,Finland,31.0,59,1 +10846,2021,by citizenship,Georgia,2.5,59,1 +10847,2021,by citizenship,Ghana,2.5,59,1 +10848,2021,by citizenship,Guinea,2.5,59,1 +10849,2021,by citizenship,Iran,2.5,59,1 +10850,2021,by citizenship,Iraq,19.0,59,1 +10851,2021,by citizenship,Cote d'Ivoire,2.5,59,1 +10852,2021,by citizenship,Kenya,2.5,59,1 +10853,2021,by citizenship,Kosovo,2.5,59,1 +10854,2021,by citizenship,Kyrgyzstan,2.5,59,1 +10855,2021,by citizenship,Morocco,11.0,59,1 +10856,2021,by citizenship,Nigeria,2.5,59,1 +10857,2021,by citizenship,Pakistan,2.5,59,1 +10858,2021,by citizenship,Romania,2.5,59,1 +10859,2021,by citizenship,Rwanda,2.5,59,1 +10860,2021,by citizenship,Somalia,11.0,59,1 +10861,2021,by citizenship,Sudan,2.5,59,1 +10862,2021,by citizenship,Syria,5.0,59,1 +10863,2021,by citizenship,Thailand,2.5,59,1 +10864,2021,by citizenship,Turkey,2.5,59,1 +10865,2021,by citizenship,Uganda,2.5,59,1 +10866,2021,by citizenship,Ukraine,2.5,59,1 +10867,2021,by citizenship,Vietnam,2.5,59,1 +10868,2021,by citizenship,Yemen,2.5,59,1 +10869,2022,Unknown,Unknown,15.0,59,4 +10870,2022,Unknown,Unknown,84.0,59,5 +10871,2022,Unknown,Unknown,5.0,59,6 +10872,2022,Unknown,Unknown,115.0,59,7 +10873,2022,Unknown,Unknown,20.0,59,2 +10874,2022,Unknown,Unknown,199.0,59,3 +10875,2022,Unknown,Unknown,239.0,59,1 +10876,2022,by citizenship,Afghanistan,9.0,59,1 +10877,2022,by citizenship,Albania,2.5,59,1 +10878,2022,by citizenship,Algeria,2.5,59,1 +10879,2022,by citizenship,Bangladesh,2.5,59,1 +10880,2022,by citizenship,Bulgaria,2.5,59,1 +10881,2022,by citizenship,Cameroon,2.5,59,1 +10882,2022,by citizenship,China,13.0,59,1 +10883,2022,by citizenship,Democratic Republic of the Congo,2.5,59,1 +10884,2022,by citizenship,Estonia,10.0,59,1 +10885,2022,by citizenship,Ethiopia,2.5,59,1 +10886,2022,by citizenship,Philippines,2.5,59,1 +10887,2022,by citizenship,Finland,11.0,59,1 +10888,2022,by citizenship,Ghana,2.5,59,1 +10889,2022,by citizenship,Guinea,2.5,59,1 +10890,2022,by citizenship,Iran,2.5,59,1 +10891,2022,by citizenship,Iraq,19.0,59,1 +10892,2022,by citizenship,Kosovo,2.5,59,1 +10893,2022,by citizenship,Latvia,10.0,59,1 +10894,2022,by citizenship,Morocco,2.5,59,1 +10895,2022,by citizenship,Myanmar,2.5,59,1 +10896,2022,by citizenship,Namibia,2.5,59,1 +10897,2022,by citizenship,Nepal,2.5,59,1 +10898,2022,by citizenship,Nigeria,2.5,59,1 +10899,2022,by citizenship,Pakistan,2.5,59,1 +10900,2022,by citizenship,Romania,2.5,59,1 +10901,2022,by citizenship,Russia,2.5,59,1 +10902,2022,by citizenship,Rwanda,2.5,59,1 +10903,2022,by citizenship,Senegal,2.5,59,1 +10904,2022,by citizenship,Sri Lanka,2.5,59,1 +10905,2022,by citizenship,Thailand,95.0,59,1 +10906,2022,by citizenship,Turkey,8.0,59,1 +10907,2022,by citizenship,United States,2.5,59,1 +10908,2022,by citizenship,Uganda,2.5,59,1 +10909,2022,by citizenship,Ukraine,11.0,59,1 +10910,2022,by citizenship,Vietnam,2.5,59,1 +10911,2008,by country of repatriation,Abroad,2.5,60,1 +10912,2012,Unknown,Unknown,2.5,60,4 +10913,2012,Unknown,Unknown,2.5,60,5 +10914,2012,Unknown,Unknown,2.5,60,6 +10915,2012,Unknown,Unknown,2.5,60,7 +10916,2012,Unknown,Unknown,2.5,60,2 +10917,2012,Unknown,Unknown,2.5,60,3 +10918,2012,Unknown,Unknown,2.5,60,1 +10919,2012,by citizenship,Thailand,2.5,60,1 +10920,2013,Unknown,Unknown,2.5,60,2 +10921,2013,Unknown,Unknown,2.5,60,3 +10922,2013,by citizenship,Fiji,2.5,60,1 +10923,2014,Unknown,Unknown,2.5,60,4 +10924,2014,Unknown,Unknown,2.5,60,5 +10925,2014,Unknown,Unknown,2.5,60,6 +10926,2014,Unknown,Unknown,2.5,60,7 +10927,2014,Unknown,Unknown,2.5,60,2 +10928,2014,Unknown,Unknown,2.5,60,3 +10929,2014,Unknown,Unknown,2.5,60,1 +10930,2015,Unknown,Unknown,2.5,60,2 +10931,2015,Unknown,Unknown,2.5,60,3 +10932,2015,by country of repatriation,Indonesia,12.0,60,1 +10933,2016,by country of repatriation,Indonesia,12.0,60,1 +10934,2017,by form of exploitation,Sexual exploitation,2.5,60,1 +10935,2018,by form of exploitation,Forced labour,2.5,60,1 +10936,2018,by form of exploitation,Sexual exploitation,2.5,60,1 +10937,2019,Unknown,Unknown,2.5,60,4 +10938,2019,Unknown,Unknown,2.5,60,5 +10939,2019,Unknown,Unknown,2.5,60,6 +10940,2019,Unknown,Unknown,2.5,60,7 +10941,2019,Unknown,Unknown,2.5,60,2 +10942,2019,Unknown,Unknown,2.5,60,3 +10943,2019,Unknown,Unknown,2.5,60,1 +10944,2019,by citizenship,Australia,2.5,60,1 +10945,2019,by citizenship,Bangladesh,2.5,60,1 +10946,2019,by citizenship,Fiji,8.0,60,1 +10947,2019,by form of exploitation,Forced labour,2.5,60,4 +10948,2019,by form of exploitation,Forced labour,2.5,60,5 +10949,2019,by form of exploitation,Forced labour,2.5,60,6 +10950,2019,by form of exploitation,Forced labour,2.5,60,7 +10951,2019,by form of exploitation,Sexual exploitation,2.5,60,4 +10952,2019,by form of exploitation,Sexual exploitation,2.5,60,5 +10953,2019,by form of exploitation,Sexual exploitation,2.5,60,6 +10954,2019,by form of exploitation,Sexual exploitation,2.5,60,7 +10955,2019,by form of exploitation,Sexual exploitation,2.5,60,2 +10956,2019,by form of exploitation,Sexual exploitation,7.0,60,3 +10957,2019,by form of exploitation,Sexual exploitation,2.5,60,1 +10958,2020,Unknown,Unknown,2.5,60,4 +10959,2020,Unknown,Unknown,2.5,60,5 +10960,2020,Unknown,Unknown,2.5,60,6 +10961,2020,Unknown,Unknown,21.0,60,7 +10962,2020,Unknown,Unknown,2.5,60,2 +10963,2020,Unknown,Unknown,23.0,60,3 +10964,2020,Unknown,Unknown,26.0,60,1 +10965,2020,by citizenship,Bangladesh,13.0,60,1 +10966,2020,by citizenship,Fiji,2.5,60,1 +10967,2020,by citizenship,India,5.0,60,1 +10968,2020,by form of exploitation,Forced labour,2.5,60,4 +10969,2020,by form of exploitation,Forced labour,2.5,60,5 +10970,2020,by form of exploitation,Forced labour,2.5,60,6 +10971,2020,by form of exploitation,Forced labour,9.0,60,7 +10972,2020,by form of exploitation,Forced labour,9.0,60,3 +10973,2020,by form of exploitation,Forced labour,9.0,60,1 +10974,2020,by form of exploitation,Sexual exploitation,2.5,60,4 +10975,2020,by form of exploitation,Sexual exploitation,2.5,60,5 +10976,2020,by form of exploitation,Sexual exploitation,2.5,60,6 +10977,2020,by form of exploitation,Sexual exploitation,2.5,60,7 +10978,2020,by form of exploitation,Sexual exploitation,2.5,60,2 +10979,2020,by form of exploitation,Sexual exploitation,2.5,60,3 +10980,2020,by form of exploitation,Sexual exploitation,2.5,60,1 +10981,2021,Unknown,Unknown,2.5,60,4 +10982,2021,Unknown,Unknown,2.5,60,5 +10983,2021,Unknown,Unknown,2.5,60,6 +10984,2021,Unknown,Unknown,67.0,60,7 +10985,2021,Unknown,Unknown,2.5,60,2 +10986,2021,Unknown,Unknown,67.0,60,3 +10987,2021,Unknown,Unknown,67.0,60,1 +10988,2021,by citizenship,Bangladesh,52.0,60,1 +10989,2021,by citizenship,Philippines,11.0,60,1 +10990,2021,by citizenship,India,2.5,60,1 +10991,2021,by form of exploitation,Forced labour,2.5,60,4 +10992,2021,by form of exploitation,Forced labour,2.5,60,5 +10993,2021,by form of exploitation,Forced labour,2.5,60,6 +10994,2021,by form of exploitation,Forced labour,67.0,60,7 +10995,2021,by form of exploitation,Forced labour,67.0,60,3 +10996,2021,by form of exploitation,Forced labour,67.0,60,1 +10997,2021,by form of exploitation,Sexual exploitation,2.5,60,4 +10998,2021,by form of exploitation,Sexual exploitation,2.5,60,5 +10999,2021,by form of exploitation,Sexual exploitation,2.5,60,6 +11000,2021,by form of exploitation,Sexual exploitation,2.5,60,7 +11001,2022,Unknown,Unknown,2.5,60,4 +11002,2022,Unknown,Unknown,2.5,60,5 +11003,2022,Unknown,Unknown,2.5,60,6 +11004,2022,Unknown,Unknown,8.0,60,7 +11005,2022,Unknown,Unknown,2.5,60,2 +11006,2022,Unknown,Unknown,9.0,60,3 +11007,2022,Unknown,Unknown,10.0,60,1 +11008,2022,by citizenship,Bangladesh,6.0,60,1 +11009,2022,by citizenship,Fiji,2.5,60,1 +11010,2022,by citizenship,Philippines,2.5,60,1 +11011,2022,by country of repatriation,Abroad,2.5,60,1 +11012,2022,by form of exploitation,Forced labour,2.5,60,4 +11013,2022,by form of exploitation,Forced labour,2.5,60,5 +11014,2022,by form of exploitation,Forced labour,2.5,60,6 +11015,2022,by form of exploitation,Forced labour,8.0,60,7 +11016,2022,by form of exploitation,Forced labour,9.0,60,3 +11017,2022,by form of exploitation,Forced labour,9.0,60,1 +11018,2022,by form of exploitation,Sexual exploitation,2.5,60,4 +11019,2022,by form of exploitation,Sexual exploitation,2.5,60,5 +11020,2022,by form of exploitation,Sexual exploitation,2.5,60,6 +11021,2022,by form of exploitation,Sexual exploitation,2.5,60,7 +11022,2022,by form of exploitation,Sexual exploitation,2.5,60,2 +11023,2022,by form of exploitation,Sexual exploitation,2.5,60,1 +11024,2008,by citizenship,Algeria,52.0,61,1 +11025,2008,by citizenship,Brazil,46.0,61,1 +11026,2008,by citizenship,Bulgaria,51.0,61,1 +11027,2008,by citizenship,Cameroon,40.0,61,1 +11028,2008,by citizenship,China,90.0,61,1 +11029,2008,by citizenship,France,207.0,61,1 +11030,2008,by citizenship,Ghana,13.0,61,1 +11031,2008,by citizenship,Morocco,29.0,61,1 +11032,2008,by citizenship,Nigeria,62.0,61,1 +11033,2008,by citizenship,Poland,12.0,61,1 +11034,2008,by citizenship,Romania,95.0,61,1 +11035,2008,by citizenship,Russia,17.0,61,1 +11036,2008,by form of exploitation,Forced labour,78.0,61,1 +11037,2008,by form of exploitation,Sexual exploitation,512.0,61,1 +11038,2009,by citizenship,Algeria,27.0,61,1 +11039,2009,by citizenship,Brazil,38.0,61,1 +11040,2009,by citizenship,Bulgaria,64.0,61,1 +11041,2009,by citizenship,China,17.0,61,1 +11042,2009,by citizenship,France,279.0,61,1 +11043,2009,by citizenship,Morocco,26.0,61,1 +11044,2009,by citizenship,Nigeria,60.0,61,1 +11045,2009,by citizenship,Poland,20.0,61,1 +11046,2009,by citizenship,Romania,115.0,61,1 +11047,2009,by citizenship,Sierra Leone,20.0,61,1 +11048,2010,by citizenship,Algeria,19.0,61,1 +11049,2010,by citizenship,Argentina,2.5,61,1 +11050,2010,by citizenship,Belgium,2.5,61,1 +11051,2010,by citizenship,Brazil,52.0,61,1 +11052,2010,by citizenship,Bulgaria,95.0,61,1 +11053,2010,by citizenship,Cameroon,24.0,61,1 +11054,2010,by citizenship,China,39.0,61,1 +11055,2010,by citizenship,Colombia,2.5,61,1 +11056,2010,by citizenship,Cote d'Ivoire,2.5,61,1 +11057,2010,by citizenship,Czech Republic,2.5,61,1 +11058,2010,by citizenship,Denmark,2.5,61,1 +11059,2010,by citizenship,Dominican Republic,5.0,61,1 +11060,2010,by citizenship,Ecuador,10.0,61,1 +11061,2010,by citizenship,France,189.0,61,1 +11062,2010,by citizenship,Germany,2.5,61,1 +11063,2010,by citizenship,Hungary,2.5,61,1 +11064,2010,by citizenship,Japan,2.5,61,1 +11065,2010,by citizenship,Liberia,2.5,61,1 +11066,2010,by citizenship,Morocco,25.0,61,1 +11067,2010,by citizenship,Nigeria,50.0,61,1 +11068,2010,by citizenship,Paraguay,2.5,61,1 +11069,2010,by citizenship,Peru,2.5,61,1 +11070,2010,by citizenship,Poland,9.0,61,1 +11071,2010,by citizenship,Moldova,2.5,61,1 +11072,2010,by citizenship,Romania,127.0,61,1 +11073,2010,by citizenship,Russia,22.0,61,1 +11074,2010,by citizenship,Senegal,2.5,61,1 +11075,2010,by citizenship,Serbia,2.5,61,1 +11076,2010,by citizenship,Sierra Leone,9.0,61,1 +11077,2010,by citizenship,Spain,2.5,61,1 +11078,2010,by citizenship,Switzerland,2.5,61,1 +11079,2010,by citizenship,Thailand,2.5,61,1 +11080,2010,by citizenship,Ukraine,5.0,61,1 +11081,2010,by citizenship,United Kingdom,2.5,61,1 +11082,2010,by citizenship,Venezuela,2.5,61,1 +11083,2010,by citizenship,Vietnam,2.5,61,1 +11084,2010,by country of repatriation,Romania,68.0,61,1 +11085,2010,by country of repatriation,Slovakia,2.5,61,1 +11086,2010,by country of repatriation,North Macedonia,2.5,61,1 +11087,2011,by citizenship,Algeria,14.0,61,1 +11088,2011,by citizenship,Argentina,2.5,61,1 +11089,2011,by citizenship,Benin,2.5,61,1 +11090,2011,by citizenship,Bolivia,2.5,61,1 +11091,2011,by citizenship,Brazil,67.0,61,1 +11092,2011,by citizenship,Bulgaria,28.0,61,1 +11093,2011,by citizenship,Cameroon,20.0,61,1 +11094,2011,by citizenship,China,48.0,61,1 +11095,2011,by citizenship,Colombia,8.0,61,1 +11096,2011,by citizenship,Democratic Republic of the Congo,2.5,61,1 +11097,2011,by citizenship,Cote d'Ivoire,2.5,61,1 +11098,2011,by citizenship,Czech Republic,2.5,61,1 +11099,2011,by citizenship,Dominican Republic,2.5,61,1 +11100,2011,by citizenship,Ecuador,2.5,61,1 +11101,2011,by citizenship,France,149.0,61,1 +11102,2011,by citizenship,Gabon,2.5,61,1 +11103,2011,by citizenship,Gambia,2.5,61,1 +11104,2011,by citizenship,Ghana,2.5,61,1 +11105,2011,by citizenship,Guinea,26.0,61,1 +11106,2011,by citizenship,Hungary,17.0,61,1 +11107,2011,by citizenship,Italy,2.5,61,1 +11108,2011,by citizenship,Laos,2.5,61,1 +11109,2011,by citizenship,Madagascar,2.5,61,1 +11110,2011,by citizenship,Morocco,11.0,61,1 +11111,2011,by citizenship,Nigeria,105.0,61,1 +11112,2011,by citizenship,Poland,2.5,61,1 +11113,2011,by citizenship,Portugal,2.5,61,1 +11114,2011,by citizenship,Romania,93.0,61,1 +11115,2011,by citizenship,Russia,16.0,61,1 +11116,2011,by citizenship,Sierra Leone,10.0,61,1 +11117,2011,by citizenship,Spain,2.5,61,1 +11118,2011,by citizenship,Thailand,8.0,61,1 +11119,2011,by citizenship,Togo,2.5,61,1 +11120,2011,by citizenship,Tunisia,2.5,61,1 +11121,2011,by citizenship,Ukraine,2.5,61,1 +11122,2011,by citizenship,Venezuela,2.5,61,1 +11123,2011,by country of repatriation,Romania,19.0,61,1 +11124,2012,Unknown,Unknown,2.5,61,2 +11125,2012,Unknown,Unknown,2.5,61,3 +11126,2012,by citizenship,Algeria,14.0,61,1 +11127,2012,by citizenship,Angola,2.5,61,1 +11128,2012,by citizenship,Argentina,2.5,61,1 +11129,2012,by citizenship,Austria,2.5,61,1 +11130,2012,by citizenship,Belgium,2.5,61,1 +11131,2012,by citizenship,Bolivia,2.5,61,1 +11132,2012,by citizenship,Bosnia and Herzegovina,2.5,61,1 +11133,2012,by citizenship,Brazil,46.0,61,1 +11134,2012,by citizenship,Bulgaria,44.0,61,1 +11135,2012,by citizenship,Burkina Faso,2.5,61,1 +11136,2012,by citizenship,Cameroon,48.0,61,1 +11137,2012,by citizenship,China,49.0,61,1 +11138,2012,by citizenship,Colombia,6.0,61,1 +11139,2012,by citizenship,Cote d'Ivoire,2.5,61,1 +11140,2012,by citizenship,Cuba,2.5,61,1 +11141,2012,by citizenship,Dominican Republic,22.0,61,1 +11142,2012,by citizenship,Ecuador,2.5,61,1 +11143,2012,by citizenship,France,138.0,61,1 +11144,2012,by citizenship,Germany,6.0,61,1 +11145,2012,by citizenship,Ghana,2.5,61,1 +11146,2012,by citizenship,Guinea,14.0,61,1 +11147,2012,by citizenship,Hungary,20.0,61,1 +11148,2012,by citizenship,Iran,2.5,61,1 +11149,2012,by citizenship,Lithuania,2.5,61,1 +11150,2012,by citizenship,Madagascar,12.0,61,1 +11151,2012,by citizenship,Morocco,11.0,61,1 +11152,2012,by citizenship,Nigeria,70.0,61,1 +11153,2012,by citizenship,Paraguay,2.5,61,1 +11154,2012,by citizenship,Peru,2.5,61,1 +11155,2012,by citizenship,Poland,2.5,61,1 +11156,2012,by citizenship,Moldova,2.5,61,1 +11157,2012,by citizenship,Romania,207.0,61,1 +11158,2012,by citizenship,Russia,2.5,61,1 +11159,2012,by citizenship,Senegal,2.5,61,1 +11160,2012,by citizenship,Serbia,2.5,61,1 +11161,2012,by citizenship,Sierra Leone,8.0,61,1 +11162,2012,by citizenship,Spain,2.5,61,1 +11163,2012,by citizenship,Thailand,8.0,61,1 +11164,2012,by citizenship,Tunisia,2.5,61,1 +11165,2012,by citizenship,Ukraine,2.5,61,1 +11166,2012,by citizenship,Vietnam,2.5,61,1 +11167,2012,by country of repatriation,Bulgaria,2.5,61,1 +11168,2012,by country of repatriation,Nigeria,2.5,61,1 +11169,2012,by country of repatriation,Romania,6.0,61,1 +11170,2013,Unknown,Unknown,2.5,61,2 +11171,2013,Unknown,Unknown,2.5,61,3 +11172,2013,by country of repatriation,Belarus,2.5,61,1 +11173,2013,by country of repatriation,Poland,2.5,61,1 +11174,2013,by country of repatriation,Serbia,2.5,61,1 +11175,2013,by country of repatriation,North Macedonia,2.5,61,1 +11176,2014,Unknown,Unknown,2.5,61,2 +11177,2014,Unknown,Unknown,2.5,61,3 +11178,2014,by country of repatriation,Nigeria,6.0,61,1 +11179,2015,Unknown,Unknown,213.0,61,4 +11180,2015,Unknown,Unknown,669.0,61,5 +11181,2015,Unknown,Unknown,68.0,61,6 +11182,2015,Unknown,Unknown,482.0,61,7 +11183,2015,Unknown,Unknown,281.0,61,2 +11184,2015,Unknown,Unknown,1151.0,61,3 +11185,2015,Unknown,Unknown,1432.0,61,1 +11186,2015,by country of repatriation,Nigeria,2.5,61,1 +11187,2015,by form of exploitation,Forced labour,42.0,61,1 +11188,2015,by form of exploitation,Sexual exploitation,657.0,61,1 +11189,2016,Unknown,Unknown,190.0,61,4 +11190,2016,Unknown,Unknown,913.0,61,5 +11191,2016,Unknown,Unknown,62.0,61,6 +11192,2016,Unknown,Unknown,278.0,61,7 +11193,2016,Unknown,Unknown,252.0,61,2 +11194,2016,Unknown,Unknown,1191.0,61,3 +11195,2016,Unknown,Unknown,1443.0,61,1 +11196,2016,by form of exploitation,Sexual exploitation,922.0,61,1 +11197,2016,by citizenship,Albania,17.0,61,1 +11198,2016,by citizenship,Bangladesh,15.0,61,1 +11199,2016,by citizenship,Bulgaria,48.0,61,1 +11200,2016,by citizenship,Cameroon,17.0,61,1 +11201,2016,by citizenship,China,205.0,61,1 +11202,2016,by citizenship,Colombia,10.0,61,1 +11203,2016,by citizenship,Dominican Republic,13.0,61,1 +11204,2016,by citizenship,France,565.0,61,1 +11205,2016,by citizenship,Hungary,11.0,61,1 +11206,2016,by citizenship,Mauritius,16.0,61,1 +11207,2016,by citizenship,Morocco,49.0,61,1 +11208,2016,by citizenship,Nigeria,93.0,61,1 +11209,2016,by citizenship,Peru,24.0,61,1 +11210,2016,by citizenship,Portugal,12.0,61,1 +11211,2016,by citizenship,Romania,101.0,61,1 +11212,2016,by citizenship,Unknown,144.0,61,1 +11213,2016,by country of repatriation,Honduras,2.5,61,1 +11214,2016,by country of repatriation,Latvia,2.5,61,1 +11215,2016,by country of repatriation,Paraguay,2.5,61,1 +11216,2016,by country of repatriation,Ukraine,2.5,61,1 +11217,2016,by form of exploitation,Forced labour,64.0,61,1 +11218,2017,Unknown,Unknown,253.0,61,4 +11219,2017,Unknown,Unknown,806.0,61,5 +11220,2017,Unknown,Unknown,141.0,61,6 +11221,2017,Unknown,Unknown,256.0,61,7 +11222,2017,Unknown,Unknown,394.0,61,2 +11223,2017,Unknown,Unknown,1062.0,61,3 +11224,2017,Unknown,Unknown,1456.0,61,1 +11225,2017,by form of exploitation,Sexual exploitation,841.0,61,1 +11226,2018,Unknown,Unknown,277.0,61,4 +11227,2018,Unknown,Unknown,865.0,61,5 +11228,2018,Unknown,Unknown,81.0,61,6 +11229,2018,Unknown,Unknown,315.0,61,7 +11230,2018,Unknown,Unknown,358.0,61,2 +11231,2018,Unknown,Unknown,1180.0,61,3 +11232,2018,Unknown,Unknown,1538.0,61,1 +11233,2018,by form of exploitation,Sexual exploitation,905.0,61,1 +11234,2018,by form of exploitation,Forced labour,34.0,61,4 +11235,2018,by form of exploitation,Forced labour,7.0,61,5 +11236,2018,by form of exploitation,Forced labour,29.0,61,6 +11237,2018,by form of exploitation,Forced labour,10.0,61,7 +11238,2018,by form of exploitation,Forced labour,80.0,61,1 +11239,2018,by form of exploitation,Sexual exploitation,260.0,61,4 +11240,2018,by form of exploitation,Sexual exploitation,641.0,61,5 +11241,2018,by form of exploitation,Sexual exploitation,16.0,61,6 +11242,2018,by form of exploitation,Sexual exploitation,32.0,61,7 +11243,2019,Unknown,Unknown,279.0,61,4 +11244,2019,Unknown,Unknown,763.0,61,5 +11245,2019,Unknown,Unknown,87.0,61,6 +11246,2019,Unknown,Unknown,542.0,61,7 +11247,2019,Unknown,Unknown,366.0,61,2 +11248,2019,Unknown,Unknown,1305.0,61,3 +11249,2019,Unknown,Unknown,1671.0,61,1 +11250,2019,by form of exploitation,Sexual exploitation,797.0,61,1 +11251,2019,by citizenship,Afghanistan,25.0,61,1 +11252,2019,by citizenship,Albania,34.0,61,1 +11253,2019,by citizenship,Algeria,26.0,61,1 +11254,2019,by citizenship,Brazil,48.0,61,1 +11255,2019,by citizenship,Bulgaria,24.0,61,1 +11256,2019,by citizenship,Cameroon,10.0,61,1 +11257,2019,by citizenship,China,56.0,61,1 +11258,2019,by citizenship,Colombia,10.0,61,1 +11259,2019,by citizenship,Comoros,23.0,61,1 +11260,2019,by citizenship,Democratic Republic of the Congo,16.0,61,1 +11261,2019,by citizenship,France,571.0,61,1 +11262,2019,by citizenship,Italy,11.0,61,1 +11263,2019,by citizenship,Cote d'Ivoire,17.0,61,1 +11264,2019,by citizenship,Moldova,51.0,61,1 +11265,2019,by citizenship,Morocco,47.0,61,1 +11266,2019,by citizenship,Nigeria,94.0,61,1 +11267,2019,by citizenship,Nigeria,11.0,61,1 +11268,2019,by citizenship,Pakistan,64.0,61,1 +11269,2019,by citizenship,Romania,143.0,61,1 +11270,2019,by citizenship,Spain,10.0,61,1 +11271,2019,by citizenship,Sri Lanka,19.0,61,1 +11272,2019,by citizenship,Sudan,11.0,61,1 +11273,2019,by citizenship,Tunisia,24.0,61,1 +11274,2019,by form of exploitation,Forced labour,29.0,61,4 +11275,2019,by form of exploitation,Forced labour,15.0,61,5 +11276,2019,by form of exploitation,Forced labour,23.0,61,6 +11277,2019,by form of exploitation,Forced labour,5.0,61,7 +11278,2019,by form of exploitation,Forced labour,52.0,61,2 +11279,2019,by form of exploitation,Forced labour,20.0,61,3 +11280,2019,by form of exploitation,Forced labour,72.0,61,1 +11281,2019,by form of exploitation,Sexual exploitation,275.0,61,4 +11282,2019,by form of exploitation,Sexual exploitation,722.0,61,5 +11283,2019,by form of exploitation,Sexual exploitation,21.0,61,6 +11284,2019,by form of exploitation,Sexual exploitation,34.0,61,7 +11285,2019,by form of exploitation,Sexual exploitation,296.0,61,2 +11286,2019,by form of exploitation,Sexual exploitation,756.0,61,3 +11287,2020,Unknown,Unknown,326.0,61,4 +11288,2020,Unknown,Unknown,665.0,61,5 +11289,2020,Unknown,Unknown,49.0,61,6 +11290,2020,Unknown,Unknown,333.0,61,7 +11291,2020,Unknown,Unknown,375.0,61,2 +11292,2020,Unknown,Unknown,998.0,61,3 +11293,2020,Unknown,Unknown,1373.0,61,1 +11294,2020,Unknown,Unknown,2.5,61,1 +11295,2020,by form of exploitation,Sexual exploitation,848.0,61,1 +11296,2020,by citizenship,Algeria,17.0,61,1 +11297,2020,by citizenship,Brazil,22.0,61,1 +11298,2020,by citizenship,China,16.0,61,1 +11299,2020,by citizenship,France,457.0,61,1 +11300,2020,by citizenship,Haiti,14.0,61,1 +11301,2020,by citizenship,Morocco,10.0,61,1 +11302,2020,by citizenship,Nigeria,15.0,61,1 +11303,2020,by citizenship,Romania,18.0,61,1 +11304,2020,by citizenship,Spain,12.0,61,1 +11305,2020,by citizenship,Tunisia,11.0,61,1 +11306,2020,by form of exploitation,Forced labour,2.5,61,1 +11307,2021,Unknown,Unknown,391.0,61,4 +11308,2021,Unknown,Unknown,927.0,61,5 +11309,2021,Unknown,Unknown,99.0,61,6 +11310,2021,Unknown,Unknown,394.0,61,7 +11311,2021,Unknown,Unknown,490.0,61,2 +11312,2021,Unknown,Unknown,1321.0,61,3 +11313,2021,Unknown,Unknown,1811.0,61,1 +11314,2021,by citizenship,Afghanistan,11.0,61,1 +11315,2021,by citizenship,Albania,7.0,61,1 +11316,2021,by citizenship,Algeria,39.0,61,1 +11317,2021,by citizenship,Bangladesh,7.0,61,1 +11318,2021,by citizenship,Brazil,70.0,61,1 +11319,2021,by citizenship,Bulgaria,15.0,61,1 +11320,2021,by citizenship,China,68.0,61,1 +11321,2021,by citizenship,Colombia,25.0,61,1 +11322,2021,by citizenship,Comoros,17.0,61,1 +11323,2021,by citizenship,Democratic Republic of the Congo,16.0,61,1 +11324,2021,by citizenship,Cuba,7.0,61,1 +11325,2021,by citizenship,Dominican Republic,68.0,61,1 +11326,2021,by citizenship,Egypt,12.0,61,1 +11327,2021,by citizenship,France,910.0,61,1 +11328,2021,by citizenship,Haiti,13.0,61,1 +11329,2021,by citizenship,India,11.0,61,1 +11330,2021,by citizenship,Iran,5.0,61,1 +11331,2021,by citizenship,Cote d'Ivoire,5.0,61,1 +11332,2021,by citizenship,Morocco,46.0,61,1 +11333,2021,by citizenship,Nepal,7.0,61,1 +11334,2021,by citizenship,Nigeria,52.0,61,1 +11335,2021,by citizenship,Nigeria,5.0,61,1 +11336,2021,by citizenship,Pakistan,40.0,61,1 +11337,2021,by citizenship,Paraguay,24.0,61,1 +11338,2021,by citizenship,Peru,12.0,61,1 +11339,2021,by citizenship,Portugal,12.0,61,1 +11340,2021,by citizenship,Romania,102.0,61,1 +11341,2021,by citizenship,Spain,21.0,61,1 +11342,2021,by citizenship,Sri Lanka,8.0,61,1 +11343,2021,by citizenship,Tunisia,14.0,61,1 +11344,2021,by citizenship,Ukraine,8.0,61,1 +11345,2021,by citizenship,Venezuela,6.0,61,1 +11346,2021,by form of exploitation,Forced labour,24.0,61,4 +11347,2021,by form of exploitation,Forced labour,163.0,61,5 +11348,2021,by form of exploitation,Forced labour,33.0,61,6 +11349,2021,by form of exploitation,Forced labour,286.0,61,7 +11350,2021,by form of exploitation,Forced labour,57.0,61,2 +11351,2021,by form of exploitation,Forced labour,449.0,61,3 +11352,2021,by form of exploitation,Forced labour,506.0,61,1 +11353,2021,by form of exploitation,Sexual exploitation,300.0,61,4 +11354,2021,by form of exploitation,Sexual exploitation,690.0,61,5 +11355,2021,by form of exploitation,Sexual exploitation,8.0,61,6 +11356,2021,by form of exploitation,Sexual exploitation,46.0,61,7 +11357,2021,by form of exploitation,Sexual exploitation,308.0,61,2 +11358,2021,by form of exploitation,Sexual exploitation,736.0,61,3 +11359,2021,by form of exploitation,Sexual exploitation,1044.0,61,1 +11360,2022,by form of exploitation,Sexual exploitation,993.0,61,1 +11361,2022,Unknown,Unknown,374.0,61,4 +11362,2022,Unknown,Unknown,985.0,61,5 +11363,2022,Unknown,Unknown,118.0,61,6 +11364,2022,Unknown,Unknown,550.0,61,7 +11365,2022,Unknown,Unknown,492.0,61,2 +11366,2022,Unknown,Unknown,1535.0,61,3 +11367,2022,Unknown,Unknown,2027.0,61,1 +11368,2022,by citizenship,Afghanistan,74.0,61,1 +11369,2022,by citizenship,Bangladesh,6.0,61,1 +11370,2022,by citizenship,Benin,8.0,61,1 +11371,2022,by citizenship,Brazil,59.0,61,1 +11372,2022,by citizenship,Bulgaria,36.0,61,1 +11373,2022,by citizenship,Cameroon,7.0,61,1 +11374,2022,by citizenship,China,51.0,61,1 +11375,2022,by citizenship,Colombia,63.0,61,1 +11376,2022,by citizenship,Comoros,15.0,61,1 +11377,2022,by citizenship,Democratic Republic of the Congo,9.0,61,1 +11378,2022,by citizenship,Dominican Republic,39.0,61,1 +11379,2022,by citizenship,Egypt,6.0,61,1 +11380,2022,by citizenship,Equatorial Guinea,20.0,61,1 +11381,2022,by citizenship,Eritrea,5.0,61,1 +11382,2022,by citizenship,Philippines,7.0,61,1 +11383,2022,by citizenship,France,900.0,61,1 +11384,2022,by citizenship,Georgia,5.0,61,1 +11385,2022,by citizenship,Guinea,8.0,61,1 +11386,2022,by citizenship,Haiti,22.0,61,1 +11387,2022,by citizenship,India,20.0,61,1 +11388,2022,by citizenship,Israel,36.0,61,1 +11389,2022,by citizenship,Cote d'Ivoire,15.0,61,1 +11390,2022,by citizenship,Mali,12.0,61,1 +11391,2022,by citizenship,Mauritius,6.0,61,1 +11392,2022,by citizenship,Moldova,9.0,61,1 +11393,2022,by citizenship,Morocco,66.0,61,1 +11394,2022,by citizenship,Nigeria,23.0,61,1 +11395,2022,by citizenship,Pakistan,10.0,61,1 +11396,2022,by citizenship,Paraguay,51.0,61,1 +11397,2022,by citizenship,Peru,34.0,61,1 +11398,2022,by citizenship,Portugal,14.0,61,1 +11399,2022,by citizenship,Romania,71.0,61,1 +11400,2022,by citizenship,Senegal,10.0,61,1 +11401,2022,by citizenship,Serbia,6.0,61,1 +11402,2022,by citizenship,Spain,18.0,61,1 +11403,2022,by citizenship,Sri Lanka,6.0,61,1 +11404,2022,by citizenship,Sudan,7.0,61,1 +11405,2022,by citizenship,Syria,17.0,61,1 +11406,2022,by citizenship,Tunisia,18.0,61,1 +11407,2022,by citizenship,United States,12.0,61,1 +11408,2022,by citizenship,Ukraine,48.0,61,1 +11409,2022,by citizenship,Venezuela,6.0,61,1 +11410,2022,by citizenship,Vietnam,10.0,61,1 +11411,2022,by form of exploitation,Forced labour,38.0,61,4 +11412,2022,by form of exploitation,Forced labour,233.0,61,5 +11413,2022,by form of exploitation,Forced labour,86.0,61,6 +11414,2022,by form of exploitation,Forced labour,436.0,61,7 +11415,2022,by form of exploitation,Forced labour,124.0,61,2 +11416,2022,by form of exploitation,Forced labour,669.0,61,3 +11417,2022,by form of exploitation,Forced labour,793.0,61,1 +11418,2022,by form of exploitation,Sexual exploitation,293.0,61,4 +11419,2022,by form of exploitation,Sexual exploitation,666.0,61,5 +11420,2022,by form of exploitation,Sexual exploitation,7.0,61,6 +11421,2022,by form of exploitation,Sexual exploitation,26.0,61,7 +11422,2022,by form of exploitation,Sexual exploitation,300.0,61,2 +11423,2022,by form of exploitation,Sexual exploitation,692.0,61,3 +11424,2003,by country of repatriation,Abroad,2.5,62,1 +11425,2008,by country of repatriation,Abroad,2.5,62,1 +11426,2003,by country of repatriation,Abroad,2.5,63,1 +11427,2010,Unknown,Unknown,2.5,63,5 +11428,2010,Unknown,Unknown,2.5,63,7 +11429,2010,Unknown,Unknown,140.0,63,2 +11430,2010,Unknown,Unknown,2.5,63,3 +11431,2010,Unknown,Unknown,140.0,63,1 +11432,2011,by citizenship,Benin,6.0,63,1 +11433,2011,by citizenship,Burkina Faso,2.5,63,1 +11434,2011,by citizenship,Cameroon,2.5,63,1 +11435,2011,by citizenship,Chad,2.5,63,1 +11436,2011,by citizenship,Mali,2.5,63,1 +11437,2011,by citizenship,Nigeria,2.5,63,1 +11438,2011,by citizenship,Togo,2.5,63,1 +11439,2014,Unknown,Unknown,2.5,63,2 +11440,2014,Unknown,Unknown,2.5,63,3 +11441,2017,by form of exploitation,Sexual exploitation,2.5,63,1 +11442,2018,by form of exploitation,Forced labour,2.5,63,1 +11443,2018,by form of exploitation,Sexual exploitation,2.5,63,1 +11444,2019,by form of exploitation,Sexual exploitation,2.5,63,1 +11445,2020,by form of exploitation,Forced labour,2.5,63,1 +11446,2020,by form of exploitation,Sexual exploitation,2.5,63,1 +11447,2003,by country of repatriation,Abroad,2.5,64,1 +11448,2009,Unknown,Unknown,88.0,64,4 +11449,2009,Unknown,Unknown,318.0,64,5 +11450,2009,Unknown,Unknown,60.0,64,6 +11451,2009,Unknown,Unknown,83.0,64,7 +11452,2009,Unknown,Unknown,148.0,64,2 +11453,2009,Unknown,Unknown,401.0,64,3 +11454,2009,Unknown,Unknown,549.0,64,1 +11455,2009,by citizenship,China,72.0,64,1 +11456,2009,by citizenship,Czech Republic,21.0,64,1 +11457,2009,by citizenship,India,14.0,64,1 +11458,2009,by citizenship,Nigeria,98.0,64,1 +11459,2009,by citizenship,Romania,24.0,64,1 +11460,2009,by citizenship,Sierra Leone,14.0,64,1 +11461,2009,by citizenship,Slovakia,29.0,64,1 +11462,2009,by citizenship,Eswatini,2.5,64,1 +11463,2009,by citizenship,Uganda,16.0,64,1 +11464,2009,by citizenship,United Kingdom,37.0,64,1 +11465,2009,by citizenship,Tanzania,2.5,64,1 +11466,2009,by citizenship,Vietnam,48.0,64,1 +11467,2009,by citizenship,Zimbabwe,17.0,64,1 +11468,2009,by form of exploitation,Forced labour,251.0,64,1 +11469,2009,by form of exploitation,Sexual exploitation,252.0,64,1 +11470,2010,Unknown,Unknown,62.0,64,4 +11471,2010,Unknown,Unknown,156.0,64,5 +11472,2010,Unknown,Unknown,18.0,64,6 +11473,2010,Unknown,Unknown,61.0,64,7 +11474,2010,Unknown,Unknown,80.0,64,2 +11475,2010,Unknown,Unknown,217.0,64,3 +11476,2010,Unknown,Unknown,297.0,64,1 +11477,2010,by citizenship,Albania,17.0,64,1 +11478,2010,by citizenship,China,79.0,64,1 +11479,2010,by citizenship,Czech Republic,33.0,64,1 +11480,2010,by citizenship,Hungary,19.0,64,1 +11481,2010,by citizenship,India,23.0,64,1 +11482,2010,by citizenship,Lithuania,18.0,64,1 +11483,2010,by citizenship,Nigeria,122.0,64,1 +11484,2010,by citizenship,Slovakia,28.0,64,1 +11485,2010,by citizenship,Uganda,25.0,64,1 +11486,2010,by citizenship,United Kingdom,14.0,64,1 +11487,2010,by citizenship,Vietnam,72.0,64,1 +11488,2010,by country of repatriation,Latvia,2.5,64,1 +11489,2010,by country of repatriation,Poland,2.5,64,1 +11490,2010,by country of repatriation,Romania,2.5,64,1 +11491,2010,by country of repatriation,Slovakia,14.0,64,1 +11492,2010,by country of repatriation,Thailand,2.5,64,1 +11493,2010,by form of exploitation,Forced labour,103.0,64,1 +11494,2010,by form of exploitation,Sexual exploitation,121.0,64,1 +11495,2011,Unknown,Unknown,100.0,64,4 +11496,2011,Unknown,Unknown,194.0,64,5 +11497,2011,Unknown,Unknown,56.0,64,6 +11498,2011,Unknown,Unknown,132.0,64,7 +11499,2011,Unknown,Unknown,156.0,64,2 +11500,2011,Unknown,Unknown,326.0,64,3 +11501,2011,Unknown,Unknown,482.0,64,1 +11502,2011,by country of repatriation,Latvia,2.5,64,1 +11503,2011,by country of repatriation,Lithuania,2.5,64,1 +11504,2011,by country of repatriation,Poland,2.5,64,1 +11505,2011,by country of repatriation,Romania,2.5,64,1 +11506,2011,by country of repatriation,Slovakia,14.0,64,1 +11507,2011,by form of exploitation,Forced labour,208.0,64,1 +11508,2011,by form of exploitation,Sexual exploitation,191.0,64,1 +11509,2012,Unknown,Unknown,99.0,64,4 +11510,2012,Unknown,Unknown,242.0,64,5 +11511,2012,Unknown,Unknown,42.0,64,6 +11512,2012,Unknown,Unknown,172.0,64,7 +11513,2012,Unknown,Unknown,141.0,64,2 +11514,2012,Unknown,Unknown,414.0,64,3 +11515,2012,Unknown,Unknown,555.0,64,1 +11516,2012,by citizenship,Afghanistan,2.5,64,1 +11517,2012,by citizenship,Albania,50.0,64,1 +11518,2012,by citizenship,Bangladesh,7.0,64,1 +11519,2012,by citizenship,Bolivia,2.5,64,1 +11520,2012,by citizenship,Bulgaria,5.0,64,1 +11521,2012,by citizenship,Cameroon,2.5,64,1 +11522,2012,by citizenship,China,7.0,64,1 +11523,2012,by citizenship,Democratic Republic of the Congo,2.5,64,1 +11524,2012,by citizenship,Cote d'Ivoire,2.5,64,1 +11525,2012,by citizenship,Czech Republic,14.0,64,1 +11526,2012,by citizenship,Egypt,2.5,64,1 +11527,2012,by citizenship,Eritrea,7.0,64,1 +11528,2012,by citizenship,Ethiopia,2.5,64,1 +11529,2012,by citizenship,France,2.5,64,1 +11530,2012,by citizenship,Gambia,2.5,64,1 +11531,2012,by citizenship,Ghana,9.0,64,1 +11532,2012,by citizenship,Guinea,2.5,64,1 +11533,2012,by citizenship,Hungary,21.0,64,1 +11534,2012,by citizenship,India,6.0,64,1 +11535,2012,by citizenship,Indonesia,5.0,64,1 +11536,2012,by citizenship,Iran,2.5,64,1 +11537,2012,by citizenship,Jamaica,2.5,64,1 +11538,2012,by citizenship,Kenya,5.0,64,1 +11539,2012,by citizenship,Latvia,2.5,64,1 +11540,2012,by citizenship,Liberia,2.5,64,1 +11541,2012,by citizenship,Lithuania,44.0,64,1 +11542,2012,by citizenship,Malawi,2.5,64,1 +11543,2012,by citizenship,Mali,2.5,64,1 +11544,2012,by citizenship,Mauritania,2.5,64,1 +11545,2012,by citizenship,Mauritius,2.5,64,1 +11546,2012,by citizenship,Morocco,2.5,64,1 +11547,2012,by citizenship,Nigeria,66.0,64,1 +11548,2012,by citizenship,Pakistan,9.0,64,1 +11549,2012,by citizenship,Philippines,20.0,64,1 +11550,2012,by citizenship,Poland,50.0,64,1 +11551,2012,by citizenship,Moldova,2.5,64,1 +11552,2012,by citizenship,Romania,47.0,64,1 +11553,2012,by citizenship,Rwanda,2.5,64,1 +11554,2012,by citizenship,Senegal,2.5,64,1 +11555,2012,by citizenship,Sierra Leone,2.5,64,1 +11556,2012,by citizenship,Slovakia,43.0,64,1 +11557,2012,by citizenship,Somalia,2.5,64,1 +11558,2012,by citizenship,South Africa,2.5,64,1 +11559,2012,by citizenship,Sri Lanka,2.5,64,1 +11560,2012,by citizenship,Syria,2.5,64,1 +11561,2012,by citizenship,Thailand,2.5,64,1 +11562,2012,by citizenship,Togo,2.5,64,1 +11563,2012,by citizenship,Uganda,9.0,64,1 +11564,2012,by citizenship,United Kingdom,31.0,64,1 +11565,2012,by citizenship,Vietnam,41.0,64,1 +11566,2012,by citizenship,Zambia,2.5,64,1 +11567,2012,by citizenship,Zimbabwe,2.5,64,1 +11568,2012,by country of repatriation,Bulgaria,2.5,64,1 +11569,2012,by country of repatriation,Latvia,2.5,64,1 +11570,2012,by country of repatriation,Nigeria,6.0,64,1 +11571,2012,by country of repatriation,Poland,2.5,64,1 +11572,2012,by country of repatriation,Romania,12.0,64,1 +11573,2012,by country of repatriation,Slovakia,9.0,64,1 +11574,2012,by country of repatriation,Ukraine,2.5,64,1 +11575,2012,by form of exploitation,Forced labour,312.0,64,1 +11576,2012,by form of exploitation,Sexual exploitation,225.0,64,1 +11577,2013,Unknown,Unknown,131.0,64,4 +11578,2013,Unknown,Unknown,380.0,64,5 +11579,2013,Unknown,Unknown,44.0,64,6 +11580,2013,Unknown,Unknown,261.0,64,7 +11581,2013,Unknown,Unknown,175.0,64,2 +11582,2013,Unknown,Unknown,641.0,64,3 +11583,2013,Unknown,Unknown,816.0,64,1 +11584,2013,by citizenship,Albania,96.0,64,1 +11585,2013,by citizenship,Angola,2.5,64,1 +11586,2013,by citizenship,Bangladesh,2.5,64,1 +11587,2013,by citizenship,Bolivia,2.5,64,1 +11588,2013,by citizenship,Bulgaria,6.0,64,1 +11589,2013,by citizenship,Burundi,2.5,64,1 +11590,2013,by citizenship,Cameroon,2.5,64,1 +11591,2013,by citizenship,China,21.0,64,1 +11592,2013,by citizenship,Democratic Republic of the Congo,2.5,64,1 +11593,2013,by citizenship,Cote d'Ivoire,2.5,64,1 +11594,2013,by citizenship,Czech Republic,24.0,64,1 +11595,2013,by citizenship,North Korea,2.5,64,1 +11596,2013,by citizenship,Eritrea,2.5,64,1 +11597,2013,by citizenship,Ethiopia,2.5,64,1 +11598,2013,by citizenship,Gambia,2.5,64,1 +11599,2013,by citizenship,Ghana,9.0,64,1 +11600,2013,by citizenship,Guinea,2.5,64,1 +11601,2013,by citizenship,Hungary,56.0,64,1 +11602,2013,by citizenship,India,6.0,64,1 +11603,2013,by citizenship,Indonesia,6.0,64,1 +11604,2013,by citizenship,Iran,2.5,64,1 +11605,2013,by citizenship,Ireland,2.5,64,1 +11606,2013,by citizenship,Jamaica,2.5,64,1 +11607,2013,by citizenship,Kenya,6.0,64,1 +11608,2013,by citizenship,Kosovo,2.5,64,1 +11609,2013,by citizenship,Laos,2.5,64,1 +11610,2013,by citizenship,Latvia,29.0,64,1 +11611,2013,by citizenship,Liberia,2.5,64,1 +11612,2013,by citizenship,Lithuania,48.0,64,1 +11613,2013,by citizenship,Malawi,2.5,64,1 +11614,2013,by citizenship,Mali,2.5,64,1 +11615,2013,by citizenship,Mongolia,2.5,64,1 +11616,2013,by citizenship,Myanmar,2.5,64,1 +11617,2013,by citizenship,Nepal,2.5,64,1 +11618,2013,by citizenship,Nigeria,66.0,64,1 +11619,2013,by citizenship,Pakistan,5.0,64,1 +11620,2013,by citizenship,Philippines,14.0,64,1 +11621,2013,by citizenship,Poland,71.0,64,1 +11622,2013,by citizenship,Romania,63.0,64,1 +11623,2013,by citizenship,Russia,2.5,64,1 +11624,2013,by citizenship,Rwanda,2.5,64,1 +11625,2013,by citizenship,Sierra Leone,9.0,64,1 +11626,2013,by citizenship,Slovakia,44.0,64,1 +11627,2013,by citizenship,Somalia,2.5,64,1 +11628,2013,by citizenship,South Africa,2.5,64,1 +11629,2013,by citizenship,Sri Lanka,2.5,64,1 +11630,2013,by citizenship,Sudan,2.5,64,1 +11631,2013,by citizenship,Thailand,8.0,64,1 +11632,2013,by citizenship,Turkey,2.5,64,1 +11633,2013,by citizenship,Uganda,20.0,64,1 +11634,2013,by citizenship,Ukraine,2.5,64,1 +11635,2013,by citizenship,United Kingdom,81.0,64,1 +11636,2013,by citizenship,Tanzania,2.5,64,1 +11637,2013,by citizenship,United States,2.5,64,1 +11638,2013,by citizenship,Vietnam,61.0,64,1 +11639,2013,by citizenship,Western Sahara,2.5,64,1 +11640,2013,by citizenship,Zambia,2.5,64,1 +11641,2013,by citizenship,Zimbabwe,2.5,64,1 +11642,2013,by country of repatriation,Latvia,2.5,64,1 +11643,2013,by country of repatriation,Poland,2.5,64,1 +11644,2013,by country of repatriation,Slovakia,15.0,64,1 +11645,2013,by country of repatriation,Uganda,2.5,64,1 +11646,2013,by form of exploitation,Forced labour,435.0,64,1 +11647,2013,by form of exploitation,Sexual exploitation,359.0,64,1 +11648,2014,Unknown,Unknown,111.0,64,4 +11649,2014,Unknown,Unknown,177.0,64,5 +11650,2014,Unknown,Unknown,52.0,64,6 +11651,2014,Unknown,Unknown,203.0,64,7 +11652,2014,Unknown,Unknown,163.0,64,2 +11653,2014,Unknown,Unknown,380.0,64,3 +11654,2014,Unknown,Unknown,543.0,64,1 +11655,2014,by citizenship,Albania,10.0,64,1 +11656,2014,by citizenship,Bangladesh,2.5,64,1 +11657,2014,by citizenship,Bulgaria,5.0,64,1 +11658,2014,by citizenship,Cameroon,2.5,64,1 +11659,2014,by citizenship,China,2.5,64,1 +11660,2014,by citizenship,Czech Republic,15.0,64,1 +11661,2014,by citizenship,Ethiopia,2.5,64,1 +11662,2014,by citizenship,Gambia,2.5,64,1 +11663,2014,by citizenship,Ghana,6.0,64,1 +11664,2014,by citizenship,Hungary,28.0,64,1 +11665,2014,by citizenship,Latvia,2.5,64,1 +11666,2014,by citizenship,Lithuania,38.0,64,1 +11667,2014,by citizenship,Nigeria,32.0,64,1 +11668,2014,by citizenship,Philippines,2.5,64,1 +11669,2014,by citizenship,Poland,43.0,64,1 +11670,2014,by citizenship,Romania,74.0,64,1 +11671,2014,by citizenship,Sierra Leone,2.5,64,1 +11672,2014,by citizenship,Slovakia,106.0,64,1 +11673,2014,by citizenship,Sri Lanka,2.5,64,1 +11674,2014,by citizenship,Uganda,5.0,64,1 +11675,2014,by citizenship,United Kingdom,99.0,64,1 +11676,2014,by citizenship,Vietnam,26.0,64,1 +11677,2014,by country of repatriation,Latvia,8.0,64,1 +11678,2014,by country of repatriation,Nigeria,2.5,64,1 +11679,2014,by country of repatriation,Slovakia,16.0,64,1 +11680,2014,by form of exploitation,Forced labour,42.0,64,4 +11681,2014,by form of exploitation,Forced labour,81.0,64,5 +11682,2014,by form of exploitation,Forced labour,46.0,64,6 +11683,2014,by form of exploitation,Forced labour,195.0,64,7 +11684,2014,by form of exploitation,Forced labour,321.0,64,1 +11685,2014,by form of exploitation,Sexual exploitation,66.0,64,4 +11686,2014,by form of exploitation,Sexual exploitation,94.0,64,5 +11687,2014,by form of exploitation,Sexual exploitation,2.5,64,6 +11688,2014,by form of exploitation,Sexual exploitation,6.0,64,7 +11689,2014,by form of exploitation,Sexual exploitation,170.0,64,1 +11690,2015,Unknown,Unknown,104.0,64,4 +11691,2015,Unknown,Unknown,227.0,64,5 +11692,2015,Unknown,Unknown,41.0,64,6 +11693,2015,Unknown,Unknown,224.0,64,7 +11694,2015,Unknown,Unknown,145.0,64,2 +11695,2015,Unknown,Unknown,451.0,64,3 +11696,2015,Unknown,Unknown,596.0,64,1 +11697,2015,by citizenship,Albania,12.0,64,1 +11698,2015,by citizenship,Bangladesh,5.0,64,1 +11699,2015,by citizenship,Bulgaria,18.0,64,1 +11700,2015,by citizenship,China,2.5,64,1 +11701,2015,by citizenship,Czech Republic,26.0,64,1 +11702,2015,by citizenship,Ethiopia,2.5,64,1 +11703,2015,by citizenship,Hungary,17.0,64,1 +11704,2015,by citizenship,India,2.5,64,1 +11705,2015,by citizenship,Kenya,5.0,64,1 +11706,2015,by citizenship,Latvia,2.5,64,1 +11707,2015,by citizenship,Lithuania,29.0,64,1 +11708,2015,by citizenship,Netherlands,2.5,64,1 +11709,2015,by citizenship,Nigeria,23.0,64,1 +11710,2015,by citizenship,Pakistan,2.5,64,1 +11711,2015,by citizenship,Philippines,2.5,64,1 +11712,2015,by citizenship,Poland,99.0,64,1 +11713,2015,by citizenship,Romania,69.0,64,1 +11714,2015,by citizenship,Sierra Leone,2.5,64,1 +11715,2015,by citizenship,Slovakia,50.0,64,1 +11716,2015,by citizenship,Spain,2.5,64,1 +11717,2015,by citizenship,United Kingdom,135.0,64,1 +11718,2015,by citizenship,Vietnam,48.0,64,1 +11719,2015,by country of repatriation,Czech Republic,2.5,64,1 +11720,2015,by country of repatriation,Slovakia,18.0,64,1 +11721,2015,by form of exploitation,Forced labour,10.0,64,4 +11722,2015,by form of exploitation,Forced labour,80.0,64,5 +11723,2015,by form of exploitation,Forced labour,32.0,64,6 +11724,2015,by form of exploitation,Forced labour,216.0,64,7 +11725,2015,by form of exploitation,Forced labour,338.0,64,1 +11726,2015,by form of exploitation,Sexual exploitation,92.0,64,4 +11727,2015,by form of exploitation,Sexual exploitation,144.0,64,5 +11728,2015,by form of exploitation,Sexual exploitation,8.0,64,6 +11729,2015,by form of exploitation,Sexual exploitation,6.0,64,7 +11730,2015,by form of exploitation,Sexual exploitation,250.0,64,1 +11731,2016,Unknown,Unknown,152.0,64,4 +11732,2016,Unknown,Unknown,180.0,64,5 +11733,2016,Unknown,Unknown,39.0,64,6 +11734,2016,Unknown,Unknown,229.0,64,7 +11735,2016,Unknown,Unknown,191.0,64,2 +11736,2016,Unknown,Unknown,410.0,64,3 +11737,2016,Unknown,Unknown,601.0,64,1 +11738,2016,by citizenship,Albania,7.0,64,1 +11739,2016,by citizenship,Bangladesh,2.5,64,1 +11740,2016,by citizenship,Bulgaria,2.5,64,1 +11741,2016,by citizenship,China,2.5,64,1 +11742,2016,by citizenship,Democratic Republic of the Congo,2.5,64,1 +11743,2016,by citizenship,Czech Republic,21.0,64,1 +11744,2016,by citizenship,Egypt,2.5,64,1 +11745,2016,by citizenship,Eritrea,2.5,64,1 +11746,2016,by citizenship,Ethiopia,2.5,64,1 +11747,2016,by citizenship,Gambia,2.5,64,1 +11748,2016,by citizenship,Ghana,2.5,64,1 +11749,2016,by citizenship,Hungary,19.0,64,1 +11750,2016,by citizenship,India,2.5,64,1 +11751,2016,by citizenship,Iran,2.5,64,1 +11752,2016,by citizenship,Iraq,2.5,64,1 +11753,2016,by citizenship,Latvia,12.0,64,1 +11754,2016,by citizenship,Lithuania,16.0,64,1 +11755,2016,by citizenship,Mauritania,2.5,64,1 +11756,2016,by citizenship,Myanmar,2.5,64,1 +11757,2016,by citizenship,Netherlands,2.5,64,1 +11758,2016,by citizenship,Nigeria,17.0,64,1 +11759,2016,by citizenship,Pakistan,2.5,64,1 +11760,2016,by citizenship,Poland,88.0,64,1 +11761,2016,by citizenship,Romania,76.0,64,1 +11762,2016,by citizenship,Senegal,2.5,64,1 +11763,2016,by citizenship,Slovakia,30.0,64,1 +11764,2016,by citizenship,Somalia,2.5,64,1 +11765,2016,by citizenship,Sudan,2.5,64,1 +11766,2016,by citizenship,Thailand,2.5,64,1 +11767,2016,by citizenship,Togo,2.5,64,1 +11768,2016,by citizenship,Uganda,5.0,64,1 +11769,2016,by citizenship,United Kingdom,219.0,64,1 +11770,2016,by citizenship,Vietnam,37.0,64,1 +11771,2016,by citizenship,Zambia,2.5,64,1 +11772,2016,by citizenship,Zimbabwe,2.5,64,1 +11773,2016,by country of repatriation,Czech Republic,5.0,64,1 +11774,2016,by country of repatriation,Latvia,2.5,64,1 +11775,2016,by country of repatriation,Lithuania,40.0,64,1 +11776,2016,by country of repatriation,Slovakia,59.0,64,1 +11777,2016,by country of repatriation,Ukraine,2.5,64,1 +11778,2016,by form of exploitation,Forced labour,11.0,64,4 +11779,2016,by form of exploitation,Forced labour,77.0,64,5 +11780,2016,by form of exploitation,Forced labour,24.0,64,6 +11781,2016,by form of exploitation,Forced labour,226.0,64,7 +11782,2016,by form of exploitation,Forced labour,334.0,64,1 +11783,2016,by form of exploitation,Sexual exploitation,139.0,64,4 +11784,2016,by form of exploitation,Sexual exploitation,106.0,64,5 +11785,2016,by form of exploitation,Sexual exploitation,9.0,64,6 +11786,2016,by form of exploitation,Sexual exploitation,2.5,64,7 +11787,2016,by form of exploitation,Sexual exploitation,258.0,64,1 +11788,2017,Unknown,Unknown,812.0,64,4 +11789,2017,Unknown,Unknown,1639.0,64,5 +11790,2017,Unknown,Unknown,1304.0,64,6 +11791,2017,Unknown,Unknown,1380.0,64,7 +11792,2017,Unknown,Unknown,2116.0,64,2 +11793,2017,Unknown,Unknown,3022.0,64,3 +11794,2017,Unknown,Unknown,5138.0,64,1 +11795,2017,by citizenship,Bulgaria,2.5,64,1 +11796,2017,by citizenship,Czech Republic,2.5,64,1 +11797,2017,by citizenship,India,2.5,64,1 +11798,2017,by citizenship,Poland,2.5,64,1 +11799,2017,by citizenship,Romania,2.5,64,1 +11800,2017,by citizenship,United Kingdom,18.0,64,1 +11801,2017,by citizenship,Vietnam,2.5,64,1 +11802,2017,by form of exploitation,Forced labour,2868.0,64,1 +11803,2017,by form of exploitation,Sexual exploitation,1746.0,64,1 +11804,2018,Unknown,Unknown,880.0,64,4 +11805,2018,Unknown,Unknown,1844.0,64,5 +11806,2018,Unknown,Unknown,2248.0,64,6 +11807,2018,Unknown,Unknown,2009.0,64,7 +11808,2018,Unknown,Unknown,3128.0,64,2 +11809,2018,Unknown,Unknown,3857.0,64,3 +11810,2018,Unknown,Unknown,6985.0,64,1 +11811,2018,by citizenship,Afghanistan,54.0,64,1 +11812,2018,by citizenship,Albania,217.0,64,1 +11813,2018,by citizenship,Algeria,8.0,64,1 +11814,2018,by citizenship,Angola,2.5,64,1 +11815,2018,by citizenship,Armenia,2.5,64,1 +11816,2018,by citizenship,Bangladesh,12.0,64,1 +11817,2018,by citizenship,Barbados,2.5,64,1 +11818,2018,by citizenship,Belgium,2.5,64,1 +11819,2018,by citizenship,Benin,2.5,64,1 +11820,2018,by citizenship,Bulgaria,6.0,64,1 +11821,2018,by citizenship,Cameroon,2.5,64,1 +11822,2018,by citizenship,Canada,2.5,64,1 +11823,2018,by citizenship,Chad,2.5,64,1 +11824,2018,by citizenship,China,17.0,64,1 +11825,2018,by citizenship,Croatia,2.5,64,1 +11826,2018,by citizenship,Czech Republic,14.0,64,1 +11827,2018,by citizenship,Cote d'Ivoire,2.5,64,1 +11828,2018,by citizenship,Democratic Republic of the Congo,13.0,64,1 +11829,2018,by citizenship,Denmark,2.5,64,1 +11830,2018,by citizenship,Ecuador,2.5,64,1 +11831,2018,by citizenship,Egypt,6.0,64,1 +11832,2018,by citizenship,Eritrea,196.0,64,1 +11833,2018,by citizenship,Ethiopia,63.0,64,1 +11834,2018,by citizenship,Finland,2.5,64,1 +11835,2018,by citizenship,France,8.0,64,1 +11836,2018,by citizenship,Gambia,7.0,64,1 +11837,2018,by citizenship,Germany,2.5,64,1 +11838,2018,by citizenship,Ghana,7.0,64,1 +11839,2018,by citizenship,Guinea,7.0,64,1 +11840,2018,by citizenship,Hungary,15.0,64,1 +11841,2018,by citizenship,India,7.0,64,1 +11842,2018,by citizenship,Iran,39.0,64,1 +11843,2018,by citizenship,Iraq,66.0,64,1 +11844,2018,by citizenship,Ireland,2.5,64,1 +11845,2018,by citizenship,Italy,11.0,64,1 +11846,2018,by citizenship,Jamaica,14.0,64,1 +11847,2018,by citizenship,Japan,2.5,64,1 +11848,2018,by citizenship,Kenya,2.5,64,1 +11849,2018,by citizenship,Kuwait,5.0,64,1 +11850,2018,by citizenship,Latvia,6.0,64,1 +11851,2018,by citizenship,Lebanon,2.5,64,1 +11852,2018,by citizenship,Liberia,2.5,64,1 +11853,2018,by citizenship,Lithuania,9.0,64,1 +11854,2018,by citizenship,Libya,2.5,64,1 +11855,2018,by citizenship,Malawi,2.5,64,1 +11856,2018,by citizenship,Malaysia,2.5,64,1 +11857,2018,by citizenship,Mauritius,2.5,64,1 +11858,2018,by citizenship,Mongolia,2.5,64,1 +11859,2018,by citizenship,Morocco,9.0,64,1 +11860,2018,by citizenship,Namibia,5.0,64,1 +11861,2018,by citizenship,Nepal,2.5,64,1 +11862,2018,by citizenship,Netherlands,9.0,64,1 +11863,2018,by citizenship,Nigeria,48.0,64,1 +11864,2018,by citizenship,Norway,2.5,64,1 +11865,2018,by citizenship,Oman,2.5,64,1 +11866,2018,by citizenship,Pakistan,26.0,64,1 +11867,2018,by citizenship,Palestine,2.5,64,1 +11868,2018,by citizenship,Philippines,2.5,64,1 +11869,2018,by citizenship,Poland,20.0,64,1 +11870,2018,by citizenship,Portugal,9.0,64,1 +11871,2018,by citizenship,South Korea,2.5,64,1 +11872,2018,by citizenship,Romania,74.0,64,1 +11873,2018,by citizenship,Russia,2.5,64,1 +11874,2018,by citizenship,Saudi Arabia,2.5,64,1 +11875,2018,by citizenship,Sierra Leone,2.5,64,1 +11876,2018,by citizenship,Slovakia,12.0,64,1 +11877,2018,by citizenship,Somalia,38.0,64,1 +11878,2018,by citizenship,South Africa,8.0,64,1 +11879,2018,by citizenship,Spain,2.5,64,1 +11880,2018,by citizenship,Sri Lanka,2.5,64,1 +11881,2018,by citizenship,Sudan,231.0,64,1 +11882,2018,by citizenship,Syria,8.0,64,1 +11883,2018,by citizenship,Thailand,2.5,64,1 +11884,2018,by citizenship,Uganda,2.5,64,1 +11885,2018,by citizenship,Ukraine,2.5,64,1 +11886,2018,by citizenship,United Kingdom,1421.0,64,1 +11887,2018,by citizenship,Tanzania,2.5,64,1 +11888,2018,by citizenship,United States,2.5,64,1 +11889,2018,by citizenship,Vietnam,315.0,64,1 +11890,2018,by citizenship,Yemen,2.5,64,1 +11891,2018,by citizenship,Zambia,2.5,64,1 +11892,2018,by citizenship,Zimbabwe,12.0,64,1 +11893,2018,by form of exploitation,Forced labour,2631.0,64,1 +11894,2018,by form of exploitation,Sexual exploitation,1926.0,64,1 +11895,2019,Unknown,Unknown,1075.0,64,4 +11896,2019,Unknown,Unknown,2252.0,64,5 +11897,2019,Unknown,Unknown,3470.0,64,6 +11898,2019,Unknown,Unknown,3608.0,64,7 +11899,2019,Unknown,Unknown,4545.0,64,2 +11900,2019,Unknown,Unknown,5860.0,64,3 +11901,2019,Unknown,Unknown,10627.0,64,1 +11902,2019,by citizenship,Afghanistan,149.0,64,1 +11903,2019,by citizenship,Albania,1705.0,64,1 +11904,2019,by citizenship,Algeria,13.0,64,1 +11905,2019,by citizenship,Angola,11.0,64,1 +11906,2019,by citizenship,Argentinian,2.5,64,1 +11907,2019,by citizenship,Australia,2.5,64,1 +11908,2019,by citizenship,Austria,2.5,64,1 +11909,2019,by citizenship,Azerbaijan,2.5,64,1 +11910,2019,by citizenship,Bangladesh,156.0,64,1 +11911,2019,by citizenship,Barbados,2.5,64,1 +11912,2019,by citizenship,Belgium,2.5,64,1 +11913,2019,by citizenship,Belize,2.5,64,1 +11914,2019,by citizenship,Benin,2.5,64,1 +11915,2019,by citizenship,Bolivians,2.5,64,1 +11916,2019,by citizenship,Bosnia and Herzegovina,2.5,64,1 +11917,2019,by citizenship,Botswana,16.0,64,1 +11918,2019,by citizenship,Brazil,27.0,64,1 +11919,2019,by citizenship,Bulgaria,60.0,64,1 +11920,2019,by citizenship,Burkina Faso,2.5,64,1 +11921,2019,by citizenship,Burundi,2.5,64,1 +11922,2019,by citizenship,Cameroon,21.0,64,1 +11923,2019,by citizenship,Canada,2.5,64,1 +11924,2019,by citizenship,Chad,12.0,64,1 +11925,2019,by citizenship,China,798.0,64,1 +11926,2019,by citizenship,Colombia,2.5,64,1 +11927,2019,by citizenship,Democratic Republic of the Congo,31.0,64,1 +11928,2019,by citizenship,Cyprus,2.5,64,1 +11929,2019,by citizenship,Cote d'Ivoire,37.0,64,1 +11930,2019,by citizenship,Denmark,2.5,64,1 +11931,2019,by citizenship,Netherlands,14.0,64,1 +11932,2019,by citizenship,Ecuador,2.5,64,1 +11933,2019,by citizenship,Egypt,20.0,64,1 +11934,2019,by citizenship,UAE,2.5,64,1 +11935,2019,by citizenship,Equatorial Guinea,2.5,64,1 +11936,2019,by citizenship,Eritrea,467.0,64,1 +11937,2019,by citizenship,Ethiopia,139.0,64,1 +11938,2019,by citizenship,Philippines,55.0,64,1 +11939,2019,by citizenship,France,8.0,64,1 +11940,2019,by citizenship,Gambia,49.0,64,1 +11941,2019,by citizenship,Georgia,2.5,64,1 +11942,2019,by citizenship,Germany,5.0,64,1 +11943,2019,by citizenship,Ghana,83.0,64,1 +11944,2019,by citizenship,Greece,2.5,64,1 +11945,2019,by citizenship,Guinea,18.0,64,1 +11946,2019,by citizenship,Honduras,2.5,64,1 +11947,2019,by citizenship,Hungary,41.0,64,1 +11948,2019,by citizenship,India,467.0,64,1 +11949,2019,by citizenship,Indonesia,5.0,64,1 +11950,2019,by citizenship,Iran,172.0,64,1 +11951,2019,by citizenship,Iraq,107.0,64,1 +11952,2019,by citizenship,Ireland,6.0,64,1 +11953,2019,by citizenship,Italy,12.0,64,1 +11954,2019,by citizenship,Cote d'Ivoire,16.0,64,1 +11955,2019,by citizenship,Jamaica,31.0,64,1 +11956,2019,by citizenship,Kenya,39.0,64,1 +11957,2019,by citizenship,Kosovo,5.0,64,1 +11958,2019,by citizenship,Kuwait,2.5,64,1 +11959,2019,by citizenship,Laos,2.5,64,1 +11960,2019,by citizenship,Latvia,16.0,64,1 +11961,2019,by citizenship,Liberia,2.5,64,1 +11962,2019,by citizenship,Lithuania,51.0,64,1 +11963,2019,by citizenship,Libya,8.0,64,1 +11964,2019,by citizenship,Malawi,2.5,64,1 +11965,2019,by citizenship,Malaysia,25.0,64,1 +11966,2019,by citizenship,Mali,7.0,64,1 +11967,2019,by citizenship,Mauritania,2.5,64,1 +11968,2019,by citizenship,Mauritius,15.0,64,1 +11969,2019,by citizenship,Mexico,2.5,64,1 +11970,2019,by citizenship,Moldova,2.5,64,1 +11971,2019,by citizenship,Mongolia,2.5,64,1 +11972,2019,by citizenship,Morocco,21.0,64,1 +11973,2019,by citizenship,Mozambique,2.5,64,1 +11974,2019,by citizenship,Myanmar,2.5,64,1 +11975,2019,by citizenship,Namibia,35.0,64,1 +11976,2019,by citizenship,Nepal,18.0,64,1 +11977,2019,by citizenship,Nicaragua,2.5,64,1 +11978,2019,by citizenship,Nigeria,259.0,64,1 +11979,2019,by citizenship,North Korea,2.5,64,1 +11980,2019,by citizenship,Norway,2.5,64,1 +11981,2019,by citizenship,Other Central America and Caribbean,9.0,64,1 +11982,2019,by citizenship,Pakistan,233.0,64,1 +11983,2019,by citizenship,Palestine,2.5,64,1 +11984,2019,by citizenship,Peru,2.5,64,1 +11985,2019,by citizenship,Poland,109.0,64,1 +11986,2019,by citizenship,Portugal,25.0,64,1 +11987,2019,by citizenship,Qatar,2.5,64,1 +11988,2019,by citizenship,Romania,375.0,64,1 +11989,2019,by citizenship,Russia,2.5,64,1 +11990,2019,by citizenship,Rwanda,2.5,64,1 +11991,2019,by citizenship,El Salvador,2.5,64,1 +11992,2019,by citizenship,Saudi Arabia,6.0,64,1 +11993,2019,by citizenship,Senegal,2.5,64,1 +11994,2019,by citizenship,Sierra Leone,25.0,64,1 +11995,2019,by citizenship,Slovakia,50.0,64,1 +11996,2019,by citizenship,Somalia,76.0,64,1 +11997,2019,by citizenship,South Africa,14.0,64,1 +11998,2019,by citizenship,Spain,15.0,64,1 +11999,2019,by citizenship,Sri Lanka,24.0,64,1 +12000,2019,by citizenship,Saint Vincent and the Grenadines,5.0,64,1 +12001,2019,by citizenship,Sudan,372.0,64,1 +12002,2019,by citizenship,Sweden,2.5,64,1 +12003,2019,by citizenship,Syria,14.0,64,1 +12004,2019,by citizenship,Taiwan,2.5,64,1 +12005,2019,by citizenship,Tanzania,9.0,64,1 +12006,2019,by citizenship,Thailand,21.0,64,1 +12007,2019,by citizenship,Togo,2.5,64,1 +12008,2019,by citizenship,Trinidad and Tobago,6.0,64,1 +12009,2019,by citizenship,Tunisia,5.0,64,1 +12010,2019,by citizenship,Turkey,9.0,64,1 +12011,2019,by citizenship,United States,6.0,64,1 +12012,2019,by citizenship,Uganda,22.0,64,1 +12013,2019,by citizenship,Ukraine,12.0,64,1 +12014,2019,by citizenship,United Kingdom,2864.0,64,1 +12015,2019,by citizenship,Uzbekistan,2.5,64,1 +12016,2019,by citizenship,Venezuela,2.5,64,1 +12017,2019,by citizenship,Vietnam,887.0,64,1 +12018,2019,by citizenship,Yemen,6.0,64,1 +12019,2019,by citizenship,Zambia,2.5,64,1 +12020,2019,by citizenship,Zimbabwe,36.0,64,1 +12021,2019,by form of exploitation,Forced labour,55.0,64,4 +12022,2019,by form of exploitation,Forced labour,300.0,64,5 +12023,2019,by form of exploitation,Forced labour,993.0,64,6 +12024,2019,by form of exploitation,Forced labour,2337.0,64,7 +12025,2019,by form of exploitation,Forced labour,1048.0,64,2 +12026,2019,by form of exploitation,Forced labour,2637.0,64,3 +12027,2019,by form of exploitation,Forced labour,3797.0,64,1 +12028,2019,by form of exploitation,Sexual exploitation,556.0,64,4 +12029,2019,by form of exploitation,Sexual exploitation,1400.0,64,5 +12030,2019,by form of exploitation,Sexual exploitation,79.0,64,6 +12031,2019,by form of exploitation,Sexual exploitation,129.0,64,7 +12032,2019,by form of exploitation,Sexual exploitation,43.0,64,8 +12033,2019,by form of exploitation,Sexual exploitation,635.0,64,2 +12034,2019,by form of exploitation,Sexual exploitation,1529.0,64,3 +12035,2019,by form of exploitation,Sexual exploitation,2207.0,64,1 +12036,2020,Unknown,Unknown,1087.0,64,4 +12037,2020,Unknown,Unknown,1517.0,64,5 +12038,2020,Unknown,Unknown,3903.0,64,6 +12039,2020,Unknown,Unknown,3532.0,64,7 +12040,2020,Unknown,Unknown,4946.0,64,2 +12041,2020,Unknown,Unknown,5087.0,64,3 +12042,2020,Unknown,Unknown,10582.0,64,1 +12043,2020,by citizenship,Afghanistan,143.0,64,1 +12044,2020,by citizenship,Africa and Middle East,14.0,64,1 +12045,2020,by citizenship,Albania,1663.0,64,1 +12046,2020,by citizenship,Algeria,21.0,64,1 +12047,2020,by citizenship,Angola,14.0,64,1 +12048,2020,by citizenship,Australia,2.5,64,1 +12049,2020,by citizenship,Austria,2.5,64,1 +12050,2020,by citizenship,Bangladesh,81.0,64,1 +12051,2020,by citizenship,Barbados,2.5,64,1 +12052,2020,by citizenship,Belgium,5.0,64,1 +12053,2020,by citizenship,Benin,2.5,64,1 +12054,2020,by citizenship,Brazil,28.0,64,1 +12055,2020,by citizenship,Bulgaria,47.0,64,1 +12056,2020,by citizenship,Burkina Faso,2.5,64,1 +12057,2020,by citizenship,Burundi,2.5,64,1 +12058,2020,by citizenship,Cameroon,18.0,64,1 +12059,2020,by citizenship,Canada,2.5,64,1 +12060,2020,by citizenship,Chad,30.0,64,1 +12061,2020,by citizenship,Chilean,2.5,64,1 +12062,2020,by citizenship,China,289.0,64,1 +12063,2020,by citizenship,Colombia,2.5,64,1 +12064,2020,by citizenship,Democratic Republic of the Congo,27.0,64,1 +12065,2020,by citizenship,Costa Rica,2.5,64,1 +12066,2020,by citizenship,Cuba,5.0,64,1 +12067,2020,by citizenship,Cote d'Ivoire,20.0,64,1 +12068,2020,by citizenship,Denmark,2.5,64,1 +12069,2020,by citizenship,Dominican Republic,2.5,64,1 +12070,2020,by citizenship,Netherlands,24.0,64,1 +12071,2020,by citizenship,Ecuador,2.5,64,1 +12072,2020,by citizenship,Egypt,24.0,64,1 +12073,2020,by citizenship,Eritrea,366.0,64,1 +12074,2020,by citizenship,Estonia,2.5,64,1 +12075,2020,by citizenship,Ethiopia,74.0,64,1 +12076,2020,by citizenship,Philippines,57.0,64,1 +12077,2020,by citizenship,France,12.0,64,1 +12078,2020,by citizenship,Gambia,49.0,64,1 +12079,2020,by citizenship,Georgia,2.5,64,1 +12080,2020,by citizenship,Germany,2.5,64,1 +12081,2020,by citizenship,Ghana,81.0,64,1 +12082,2020,by citizenship,Greece,18.0,64,1 +12083,2020,by citizenship,Guinea-Bissau,2.5,64,1 +12084,2020,by citizenship,Honduras,7.0,64,1 +12085,2020,by citizenship,Hungary,38.0,64,1 +12086,2020,by citizenship,India,209.0,64,1 +12087,2020,by citizenship,Indonesia,5.0,64,1 +12088,2020,by citizenship,Iran,263.0,64,1 +12089,2020,by citizenship,Iraq,175.0,64,1 +12090,2020,by citizenship,Ireland,17.0,64,1 +12091,2020,by citizenship,Israel,2.5,64,1 +12092,2020,by citizenship,Italy,25.0,64,1 +12093,2020,by citizenship,Cote d'Ivoire,17.0,64,1 +12094,2020,by citizenship,Jamaica,44.0,64,1 +12095,2020,by citizenship,Jordan,5.0,64,1 +12096,2020,by citizenship,Kazakhstan,2.5,64,1 +12097,2020,by citizenship,Kenya,38.0,64,1 +12098,2020,by citizenship,Kosovo,6.0,64,1 +12099,2020,by citizenship,Kuwait,40.0,64,1 +12100,2020,by citizenship,Laos,2.5,64,1 +12101,2020,by citizenship,Latvia,20.0,64,1 +12102,2020,by citizenship,Lebanon,2.5,64,1 +12103,2020,by citizenship,Lithuania,83.0,64,1 +12104,2020,by citizenship,Libya,10.0,64,1 +12105,2020,by citizenship,North Macedonia,2.5,64,1 +12106,2020,by citizenship,Malawi,7.0,64,1 +12107,2020,by citizenship,Malaysia,12.0,64,1 +12108,2020,by citizenship,Mali,7.0,64,1 +12109,2020,by citizenship,Mauritania,7.0,64,1 +12110,2020,by citizenship,Mauritius,8.0,64,1 +12111,2020,by citizenship,Mexico,2.5,64,1 +12112,2020,by citizenship,Mongolia,6.0,64,1 +12113,2020,by citizenship,Morocco,41.0,64,1 +12114,2020,by citizenship,Mozambique,2.5,64,1 +12115,2020,by citizenship,Myanmar,5.0,64,1 +12116,2020,by citizenship,Namibia,24.0,64,1 +12117,2020,by citizenship,Nicaragua,2.5,64,1 +12118,2020,by citizenship,Nigeria,173.0,64,1 +12119,2020,by citizenship,Nigeria,2.5,64,1 +12120,2020,by citizenship,North Korea,2.5,64,1 +12121,2020,by citizenship,Other Asia,6.0,64,1 +12122,2020,by citizenship,Other Central America and Caribbean,8.0,64,1 +12123,2020,by citizenship,Pakistan,156.0,64,1 +12124,2020,by citizenship,Palestine,7.0,64,1 +12125,2020,by citizenship,Poland,97.0,64,1 +12126,2020,by citizenship,Portugal,40.0,64,1 +12127,2020,by citizenship,Romania,378.0,64,1 +12128,2020,by citizenship,Russia,2.5,64,1 +12129,2020,by citizenship,Rwanda,2.5,64,1 +12130,2020,by citizenship,El Salvador,2.5,64,1 +12131,2020,by citizenship,Saudi Arabia,2.5,64,1 +12132,2020,by citizenship,Senegal,11.0,64,1 +12133,2020,by citizenship,Sierra Leone,50.0,64,1 +12134,2020,by citizenship,Singapore,2.5,64,1 +12135,2020,by citizenship,Slovakia,64.0,64,1 +12136,2020,by citizenship,Slovenia,2.5,64,1 +12137,2020,by citizenship,Somalia,87.0,64,1 +12138,2020,by citizenship,South Africa,15.0,64,1 +12139,2020,by citizenship,South Sudan,16.0,64,1 +12140,2020,by citizenship,Spain,15.0,64,1 +12141,2020,by citizenship,Sri Lanka,31.0,64,1 +12142,2020,by citizenship,Sudan,462.0,64,1 +12143,2020,by citizenship,Sweden,2.5,64,1 +12144,2020,by citizenship,Syria,50.0,64,1 +12145,2020,by citizenship,Tajikistan,2.5,64,1 +12146,2020,by citizenship,Tanzania,2.5,64,1 +12147,2020,by citizenship,Thailand,18.0,64,1 +12148,2020,by citizenship,Togo,2.5,64,1 +12149,2020,by citizenship,Trinidad and Tobago,2.5,64,1 +12150,2020,by citizenship,Tunisia,2.5,64,1 +12151,2020,by citizenship,Turkey,10.0,64,1 +12152,2020,by citizenship,United States,7.0,64,1 +12153,2020,by citizenship,Uganda,15.0,64,1 +12154,2020,by citizenship,Ukraine,7.0,64,1 +12155,2020,by citizenship,United Kingdom,3724.0,64,1 +12156,2020,by citizenship,Uruguay,2.5,64,1 +12157,2020,by citizenship,Vietnam,657.0,64,1 +12158,2020,by citizenship,Yemen,54.0,64,1 +12159,2020,by citizenship,Zambia,2.5,64,1 +12160,2020,by citizenship,Zimbabwe,32.0,64,1 +12161,2020,by form of exploitation,Forced labour,106.0,64,4 +12162,2020,by form of exploitation,Forced labour,381.0,64,5 +12163,2020,by form of exploitation,Forced labour,531.0,64,6 +12164,2020,by form of exploitation,Forced labour,1615.0,64,7 +12165,2020,by form of exploitation,Forced labour,637.0,64,2 +12166,2020,by form of exploitation,Forced labour,1996.0,64,3 +12167,2020,by form of exploitation,Forced labour,2827.0,64,1 +12168,2020,by form of exploitation,Sexual exploitation,378.0,64,4 +12169,2020,by form of exploitation,Sexual exploitation,652.0,64,5 +12170,2020,by form of exploitation,Sexual exploitation,68.0,64,6 +12171,2020,by form of exploitation,Sexual exploitation,69.0,64,7 +12172,2020,by form of exploitation,Sexual exploitation,73.0,64,8 +12173,2020,by form of exploitation,Sexual exploitation,446.0,64,2 +12174,2020,by form of exploitation,Sexual exploitation,721.0,64,3 +12175,2020,by form of exploitation,Sexual exploitation,1240.0,64,1 +12176,2021,Unknown,Unknown,1143.0,64,4 +12177,2021,Unknown,Unknown,1592.0,64,5 +12178,2021,Unknown,Unknown,4296.0,64,6 +12179,2021,Unknown,Unknown,4804.0,64,7 +12180,2021,Unknown,Unknown,5464.0,64,2 +12181,2021,Unknown,Unknown,6411.0,64,3 +12182,2021,Unknown,Unknown,12700.0,64,1 +12183,2021,by citizenship,Afghanistan,198.0,64,1 +12184,2021,by citizenship,Albania,2549.0,64,1 +12185,2021,by citizenship,Algeria,32.0,64,1 +12186,2021,by citizenship,Angola,13.0,64,1 +12187,2021,by citizenship,Argentinian,2.5,64,1 +12188,2021,by citizenship,Armenia,2.5,64,1 +12189,2021,by citizenship,Australia,2.5,64,1 +12190,2021,by citizenship,Azerbaijan,2.5,64,1 +12191,2021,by citizenship,Bangladesh,71.0,64,1 +12192,2021,by citizenship,Barbados,2.5,64,1 +12193,2021,by citizenship,Benin,2.5,64,1 +12194,2021,by citizenship,Bolivians,2.5,64,1 +12195,2021,by citizenship,Bosnia and Herzegovina,2.5,64,1 +12196,2021,by citizenship,Botswana,12.0,64,1 +12197,2021,by citizenship,Brazil,39.0,64,1 +12198,2021,by citizenship,Bulgaria,80.0,64,1 +12199,2021,by citizenship,Burundi,2.5,64,1 +12200,2021,by citizenship,Central African Republic,29.0,64,1 +12201,2021,by citizenship,Cameroon,24.0,64,1 +12202,2021,by citizenship,Cape Verde,2.5,64,1 +12203,2021,by citizenship,Chad,29.0,64,1 +12204,2021,by citizenship,China,196.0,64,1 +12205,2021,by citizenship,Colombia,2.5,64,1 +12206,2021,by citizenship,Democratic Republic of the Congo,25.0,64,1 +12207,2021,by citizenship,Croatia,2.5,64,1 +12208,2021,by citizenship,Cyprus,2.5,64,1 +12209,2021,by citizenship,Cote d'Ivoire,40.0,64,1 +12210,2021,by citizenship,Denmark,2.5,64,1 +12211,2021,by citizenship,Dominican Republic,5.0,64,1 +12212,2021,by citizenship,Netherlands,14.0,64,1 +12213,2021,by citizenship,Egypt,47.0,64,1 +12214,2021,by citizenship,Eritrea,723.0,64,1 +12215,2021,by citizenship,Estonia,2.5,64,1 +12216,2021,by citizenship,Ethiopia,120.0,64,1 +12217,2021,by citizenship,Fiji,2.5,64,1 +12218,2021,by citizenship,Philippines,75.0,64,1 +12219,2021,by citizenship,France,17.0,64,1 +12220,2021,by citizenship,Gambia,48.0,64,1 +12221,2021,by citizenship,Georgia,2.5,64,1 +12222,2021,by citizenship,Germany,17.0,64,1 +12223,2021,by citizenship,Ghana,55.0,64,1 +12224,2021,by citizenship,Greece,20.0,64,1 +12225,2021,by citizenship,Guinea-Bissau,2.5,64,1 +12226,2021,by citizenship,Guinea,15.0,64,1 +12227,2021,by citizenship,Honduras,6.0,64,1 +12228,2021,by citizenship,Hungary,34.0,64,1 +12229,2021,by citizenship,India,147.0,64,1 +12230,2021,by citizenship,Indonesia,6.0,64,1 +12231,2021,by citizenship,Iran,327.0,64,1 +12232,2021,by citizenship,Iraq,202.0,64,1 +12233,2021,by citizenship,Ireland,19.0,64,1 +12234,2021,by citizenship,Italy,24.0,64,1 +12235,2021,by citizenship,Cote d'Ivoire,12.0,64,1 +12236,2021,by citizenship,Jamaica,57.0,64,1 +12237,2021,by citizenship,Japan,2.5,64,1 +12238,2021,by citizenship,Jordan,2.5,64,1 +12239,2021,by citizenship,Kazakhstan,2.5,64,1 +12240,2021,by citizenship,Kenya,15.0,64,1 +12241,2021,by citizenship,Kosovo,8.0,64,1 +12242,2021,by citizenship,Kuwait,30.0,64,1 +12243,2021,by citizenship,Latvia,20.0,64,1 +12244,2021,by citizenship,Lebanon,2.5,64,1 +12245,2021,by citizenship,Liberia,5.0,64,1 +12246,2021,by citizenship,Lithuania,67.0,64,1 +12247,2021,by citizenship,Libya,17.0,64,1 +12248,2021,by citizenship,North Macedonia,2.5,64,1 +12249,2021,by citizenship,Malawi,2.5,64,1 +12250,2021,by citizenship,Malaysia,13.0,64,1 +12251,2021,by citizenship,Mali,12.0,64,1 +12252,2021,by citizenship,Mauritania,5.0,64,1 +12253,2021,by citizenship,Mexico,2.5,64,1 +12254,2021,by citizenship,Moldova,2.5,64,1 +12255,2021,by citizenship,Mongolia,2.5,64,1 +12256,2021,by citizenship,Morocco,37.0,64,1 +12257,2021,by citizenship,Mozambique,2.5,64,1 +12258,2021,by citizenship,Namibia,21.0,64,1 +12259,2021,by citizenship,Nepal,5.0,64,1 +12260,2021,by citizenship,New Zealand,2.5,64,1 +12261,2021,by citizenship,Nicaragua,6.0,64,1 +12262,2021,by citizenship,Nigeria,159.0,64,1 +12263,2021,by citizenship,Nigeria,10.0,64,1 +12264,2021,by citizenship,North Korea,2.5,64,1 +12265,2021,by citizenship,Norway,2.5,64,1 +12266,2021,by citizenship,Other Asia,13.0,64,1 +12267,2021,by citizenship,Other Central America and Caribbean,16.0,64,1 +12268,2021,by citizenship,Pakistan,199.0,64,1 +12269,2021,by citizenship,Palestine,9.0,64,1 +12270,2021,by citizenship,Panama,2.5,64,1 +12271,2021,by citizenship,Poland,120.0,64,1 +12272,2021,by citizenship,Portugal,57.0,64,1 +12273,2021,by citizenship,Qatar,2.5,64,1 +12274,2021,by citizenship,Romania,310.0,64,1 +12275,2021,by citizenship,Russia,9.0,64,1 +12276,2021,by citizenship,El Salvador,6.0,64,1 +12277,2021,by citizenship,Saudi Arabia,8.0,64,1 +12278,2021,by citizenship,Senegal,6.0,64,1 +12279,2021,by citizenship,Sierra Leone,27.0,64,1 +12280,2021,by citizenship,Slovakia,29.0,64,1 +12281,2021,by citizenship,Slovenia,2.5,64,1 +12282,2021,by citizenship,Somalia,151.0,64,1 +12283,2021,by citizenship,South Africa,11.0,64,1 +12284,2021,by citizenship,South Sudan,28.0,64,1 +12285,2021,by citizenship,Spain,26.0,64,1 +12286,2021,by citizenship,Sri Lanka,36.0,64,1 +12287,2021,by citizenship,Saint Vincent and the Grenadines,2.5,64,1 +12288,2021,by citizenship,Sudan,507.0,64,1 +12289,2021,by citizenship,Sweden,5.0,64,1 +12290,2021,by citizenship,Syria,67.0,64,1 +12291,2021,by citizenship,Tanzania,10.0,64,1 +12292,2021,by citizenship,Thailand,20.0,64,1 +12293,2021,by citizenship,Togo,2.5,64,1 +12294,2021,by citizenship,Trinidad and Tobago,8.0,64,1 +12295,2021,by citizenship,Tunisia,8.0,64,1 +12296,2021,by citizenship,Turkey,27.0,64,1 +12297,2021,by citizenship,United States,14.0,64,1 +12298,2021,by citizenship,Uganda,17.0,64,1 +12299,2021,by citizenship,Ukraine,8.0,64,1 +12300,2021,by citizenship,United Kingdom,3959.0,64,1 +12301,2021,by citizenship,Uzbekistan,2.5,64,1 +12302,2021,by citizenship,Venezuela,2.5,64,1 +12303,2021,by citizenship,Vietnam,991.0,64,1 +12304,2021,by citizenship,Yemen,32.0,64,1 +12305,2021,by citizenship,Zambia,2.5,64,1 +12306,2021,by citizenship,Zimbabwe,39.0,64,1 +12307,2021,by form of exploitation,Forced labour,58.0,64,4 +12308,2021,by form of exploitation,Forced labour,297.0,64,5 +12309,2021,by form of exploitation,Forced labour,712.0,64,6 +12310,2021,by form of exploitation,Forced labour,2122.0,64,7 +12311,2021,by form of exploitation,Forced labour,770.0,64,2 +12312,2021,by form of exploitation,Forced labour,2419.0,64,3 +12313,2021,by form of exploitation,Forced labour,3527.0,64,1 +12314,2021,by form of exploitation,Sexual exploitation,463.0,64,4 +12315,2021,by form of exploitation,Sexual exploitation,580.0,64,5 +12316,2021,by form of exploitation,Sexual exploitation,86.0,64,6 +12317,2021,by form of exploitation,Sexual exploitation,62.0,64,7 +12318,2021,by form of exploitation,Sexual exploitation,549.0,64,2 +12319,2021,by form of exploitation,Sexual exploitation,642.0,64,3 +12320,2021,by form of exploitation,Sexual exploitation,1264.0,64,1 +12321,2022,by citizenship,Afghanistan,291.0,64,1 +12322,2022,by citizenship,Albania,4659.0,64,1 +12323,2022,by citizenship,Algeria,40.0,64,1 +12324,2022,by citizenship,Angola,15.0,64,1 +12325,2022,by citizenship,Argentinian,5.0,64,1 +12326,2022,by citizenship,Bangladesh,134.0,64,1 +12327,2022,by citizenship,Barbados,2.5,64,1 +12328,2022,by citizenship,Belarus,2.5,64,1 +12329,2022,by citizenship,Belgium,2.5,64,1 +12330,2022,by citizenship,Benin,2.5,64,1 +12331,2022,by citizenship,Bolivians,2.5,64,1 +12332,2022,by citizenship,Botswana,22.0,64,1 +12333,2022,by citizenship,Brazil,77.0,64,1 +12334,2022,by citizenship,Bulgaria,50.0,64,1 +12335,2022,by citizenship,Central African Republic,35.0,64,1 +12336,2022,by citizenship,Cameroon,34.0,64,1 +12337,2022,by citizenship,Canada,2.5,64,1 +12338,2022,by citizenship,Cape Verde,2.5,64,1 +12339,2022,by citizenship,Chad,59.0,64,1 +12340,2022,by citizenship,China,162.0,64,1 +12341,2022,by citizenship,Colombia,7.0,64,1 +12342,2022,by citizenship,Democratic Republic of the Congo,42.0,64,1 +12343,2022,by citizenship,Croatia,2.5,64,1 +12344,2022,by citizenship,Cuba,2.5,64,1 +12345,2022,by citizenship,Cote d'Ivoire,29.0,64,1 +12346,2022,by citizenship,Denmark,2.5,64,1 +12347,2022,by citizenship,Dominican Republic,2.5,64,1 +12348,2022,by citizenship,Netherlands,20.0,64,1 +12349,2022,by citizenship,Ecuador,2.5,64,1 +12350,2022,by citizenship,Egypt,105.0,64,1 +12351,2022,by citizenship,Eritrea,1188.0,64,1 +12352,2022,by citizenship,Estonia,2.5,64,1 +12353,2022,by citizenship,Ethiopia,192.0,64,1 +12354,2022,by citizenship,Fiji,2.5,64,1 +12355,2022,by citizenship,Philippines,108.0,64,1 +12356,2022,by citizenship,Finland,2.5,64,1 +12357,2022,by citizenship,France,14.0,64,1 +12358,2022,by citizenship,Gambia,57.0,64,1 +12359,2022,by citizenship,Georgia,2.5,64,1 +12360,2022,by citizenship,Germany,2.5,64,1 +12361,2022,by citizenship,Ghana,68.0,64,1 +12362,2022,by citizenship,Greece,17.0,64,1 +12363,2022,by citizenship,Guinea-Bissau,2.5,64,1 +12364,2022,by citizenship,Guinea,27.0,64,1 +12365,2022,by citizenship,Haiti,2.5,64,1 +12366,2022,by citizenship,Honduras,9.0,64,1 +12367,2022,by citizenship,Hungary,40.0,64,1 +12368,2022,by citizenship,India,311.0,64,1 +12369,2022,by citizenship,Iran,432.0,64,1 +12370,2022,by citizenship,Iraq,224.0,64,1 +12371,2022,by citizenship,Ireland,19.0,64,1 +12372,2022,by citizenship,Israel,2.5,64,1 +12373,2022,by citizenship,Italy,26.0,64,1 +12374,2022,by citizenship,Cote d'Ivoire,19.0,64,1 +12375,2022,by citizenship,Jamaica,86.0,64,1 +12376,2022,by citizenship,Kazakhstan,2.5,64,1 +12377,2022,by citizenship,Kenya,30.0,64,1 +12378,2022,by citizenship,Kosovo,18.0,64,1 +12379,2022,by citizenship,Kuwait,30.0,64,1 +12380,2022,by citizenship,Kyrgyzstan,6.0,64,1 +12381,2022,by citizenship,Laos,2.5,64,1 +12382,2022,by citizenship,Latvia,21.0,64,1 +12383,2022,by citizenship,Lebanon,7.0,64,1 +12384,2022,by citizenship,Liberia,6.0,64,1 +12385,2022,by citizenship,Lithuania,63.0,64,1 +12386,2022,by citizenship,Libya,26.0,64,1 +12387,2022,by citizenship,North Macedonia,2.5,64,1 +12388,2022,by citizenship,Malawi,2.5,64,1 +12389,2022,by citizenship,Malaysia,14.0,64,1 +12390,2022,by citizenship,Mali,12.0,64,1 +12391,2022,by citizenship,Mauritania,25.0,64,1 +12392,2022,by citizenship,Mexico,2.5,64,1 +12393,2022,by citizenship,Moldova,2.5,64,1 +12394,2022,by citizenship,Mongolia,2.5,64,1 +12395,2022,by citizenship,Morocco,44.0,64,1 +12396,2022,by citizenship,Myanmar,6.0,64,1 +12397,2022,by citizenship,Namibia,63.0,64,1 +12398,2022,by citizenship,Nepal,9.0,64,1 +12399,2022,by citizenship,New Zealand,2.5,64,1 +12400,2022,by citizenship,Nicaragua,2.5,64,1 +12401,2022,by citizenship,Nigeria,183.0,64,1 +12402,2022,by citizenship,Nigeria,2.5,64,1 +12403,2022,by citizenship,Norway,2.5,64,1 +12404,2022,by citizenship,Other Central America and Caribbean,31.0,64,1 +12405,2022,by citizenship,Pakistan,226.0,64,1 +12406,2022,by citizenship,Palestine,15.0,64,1 +12407,2022,by citizenship,Panama,2.5,64,1 +12408,2022,by citizenship,Poland,111.0,64,1 +12409,2022,by citizenship,Portugal,50.0,64,1 +12410,2022,by citizenship,Romania,276.0,64,1 +12411,2022,by citizenship,Russia,6.0,64,1 +12412,2022,by citizenship,Rwanda,2.5,64,1 +12413,2022,by citizenship,El Salvador,7.0,64,1 +12414,2022,by citizenship,Saudi Arabia,15.0,64,1 +12415,2022,by citizenship,Senegal,11.0,64,1 +12416,2022,by citizenship,Serbia,2.5,64,1 +12417,2022,by citizenship,Sierra Leone,40.0,64,1 +12418,2022,by citizenship,Singapore,2.5,64,1 +12419,2022,by citizenship,Slovakia,49.0,64,1 +12420,2022,by citizenship,Somalia,331.0,64,1 +12421,2022,by citizenship,South Africa,22.0,64,1 +12422,2022,by citizenship,South Korea,2.5,64,1 +12423,2022,by citizenship,South Sudan,49.0,64,1 +12424,2022,by citizenship,Spain,16.0,64,1 +12425,2022,by citizenship,Sri Lanka,43.0,64,1 +12426,2022,by citizenship,Saint Vincent and the Grenadines,5.0,64,1 +12427,2022,by citizenship,Sudan,861.0,64,1 +12428,2022,by citizenship,Eswatini,2.5,64,1 +12429,2022,by citizenship,Sweden,9.0,64,1 +12430,2022,by citizenship,Syria,161.0,64,1 +12431,2022,by citizenship,Taiwan,5.0,64,1 +12432,2022,by citizenship,Tajikistan,2.5,64,1 +12433,2022,by citizenship,Tanzania,9.0,64,1 +12434,2022,by citizenship,Thailand,46.0,64,1 +12435,2022,by citizenship,Timor-Leste,6.0,64,1 +12436,2022,by citizenship,Togo,2.5,64,1 +12437,2022,by citizenship,Trinidad and Tobago,9.0,64,1 +12438,2022,by citizenship,Tunisia,8.0,64,1 +12439,2022,by citizenship,Turkey,50.0,64,1 +12440,2022,by citizenship,Uganda,24.0,64,1 +12441,2022,by citizenship,Ukraine,33.0,64,1 +12442,2022,by citizenship,United Kingdom,4195.0,64,1 +12443,2022,by citizenship,Vietnam,768.0,64,1 +12444,2022,by citizenship,Yemen,43.0,64,1 +12445,2022,by citizenship,Zambia,2.5,64,1 +12446,2022,by citizenship,Zimbabwe,44.0,64,1 +12447,2022,by form of exploitation,Forced labour,144.0,64,4 +12448,2022,by form of exploitation,Forced labour,541.0,64,5 +12449,2022,by form of exploitation,Forced labour,1381.0,64,6 +12450,2022,by form of exploitation,Forced labour,3361.0,64,7 +12451,2022,by form of exploitation,Forced labour,1525.0,64,2 +12452,2022,by form of exploitation,Forced labour,3902.0,64,3 +12453,2022,by form of exploitation,Forced labour,5427.0,64,1 +12454,2022,by form of exploitation,Sexual exploitation,116.0,64,4 +12455,2022,by form of exploitation,Sexual exploitation,740.0,64,5 +12456,2022,by form of exploitation,Sexual exploitation,556.0,64,6 +12457,2022,by form of exploitation,Sexual exploitation,105.0,64,7 +12458,2022,by form of exploitation,Sexual exploitation,7.0,64,8 +12459,2022,by form of exploitation,Sexual exploitation,672.0,64,2 +12460,2022,by form of exploitation,Sexual exploitation,845.0,64,3 +12461,2022,by form of exploitation,Sexual exploitation,1517.0,64,1 +12462,2003,by country of repatriation,Abroad,2.5,65,1 +12463,2005,by form of exploitation,Sexual exploitation,11.0,65,1 +12464,2006,by form of exploitation,Forced labour,2.5,65,1 +12465,2006,by form of exploitation,Sexual exploitation,19.0,65,1 +12466,2010,Unknown,Unknown,2.5,65,4 +12467,2010,Unknown,Unknown,13.0,65,5 +12468,2010,Unknown,Unknown,2.5,65,6 +12469,2010,Unknown,Unknown,5.0,65,7 +12470,2010,Unknown,Unknown,2.5,65,2 +12471,2010,Unknown,Unknown,18.0,65,3 +12472,2010,Unknown,Unknown,18.0,65,1 +12473,2011,Unknown,Unknown,2.5,65,4 +12474,2011,Unknown,Unknown,6.0,65,5 +12475,2011,Unknown,Unknown,2.5,65,6 +12476,2011,Unknown,Unknown,2.5,65,7 +12477,2011,Unknown,Unknown,2.5,65,2 +12478,2011,Unknown,Unknown,6.0,65,3 +12479,2011,Unknown,Unknown,6.0,65,1 +12480,2011,by country of repatriation,Moldova,2.5,65,1 +12481,2012,Unknown,Unknown,7.0,65,5 +12482,2012,Unknown,Unknown,2.5,65,7 +12483,2012,Unknown,Unknown,8.0,65,3 +12484,2012,Unknown,Unknown,8.0,65,1 +12485,2012,by country of repatriation,Uzbekistan,9.0,65,1 +12486,2013,Unknown,Unknown,9.0,65,5 +12487,2013,Unknown,Unknown,25.0,65,7 +12488,2013,Unknown,Unknown,2.5,65,2 +12489,2013,Unknown,Unknown,34.0,65,3 +12490,2013,Unknown,Unknown,35.0,65,1 +12491,2013,by country of repatriation,Uzbekistan,10.0,65,1 +12492,2014,Unknown,Unknown,2.5,65,4 +12493,2014,Unknown,Unknown,5.0,65,5 +12494,2014,Unknown,Unknown,2.5,65,6 +12495,2014,Unknown,Unknown,2.5,65,7 +12496,2014,Unknown,Unknown,2.5,65,2 +12497,2014,Unknown,Unknown,9.0,65,3 +12498,2014,Unknown,Unknown,9.0,65,1 +12499,2014,by citizenship,Georgia,2.5,65,1 +12500,2014,by country of repatriation,Uzbekistan,11.0,65,1 +12501,2014,by form of exploitation,Forced labour,2.5,65,4 +12502,2014,by form of exploitation,Forced labour,2.5,65,5 +12503,2014,by form of exploitation,Forced labour,2.5,65,6 +12504,2014,by form of exploitation,Forced labour,2.5,65,7 +12505,2014,by form of exploitation,Forced labour,2.5,65,1 +12506,2014,by form of exploitation,Sexual exploitation,2.5,65,5 +12507,2014,by form of exploitation,Sexual exploitation,2.5,65,1 +12508,2015,Unknown,Unknown,2.5,65,5 +12509,2015,Unknown,Unknown,5.0,65,7 +12510,2015,Unknown,Unknown,2.5,65,2 +12511,2015,Unknown,Unknown,8.0,65,3 +12512,2015,Unknown,Unknown,8.0,65,1 +12513,2015,by citizenship,Georgia,2.5,65,1 +12514,2015,by form of exploitation,Forced labour,2.5,65,4 +12515,2015,by form of exploitation,Forced labour,2.5,65,5 +12516,2015,by form of exploitation,Forced labour,2.5,65,6 +12517,2015,by form of exploitation,Forced labour,5.0,65,7 +12518,2015,by form of exploitation,Forced labour,8.0,65,1 +12519,2015,by form of exploitation,Sexual exploitation,2.5,65,1 +12520,2016,Unknown,Unknown,2.5,65,4 +12521,2016,Unknown,Unknown,2.5,65,2 +12522,2016,Unknown,Unknown,2.5,65,1 +12523,2016,by citizenship,Uzbekistan,2.5,65,1 +12524,2016,by country of repatriation,Ukraine,5.0,65,1 +12525,2016,by country of repatriation,Uzbekistan,11.0,65,1 +12526,2016,by form of exploitation,Sexual exploitation,2.5,65,1 +12527,2017,Unknown,Unknown,2.5,65,4 +12528,2017,Unknown,Unknown,10.0,65,5 +12529,2017,Unknown,Unknown,2.5,65,6 +12530,2017,Unknown,Unknown,2.5,65,7 +12531,2017,Unknown,Unknown,2.5,65,2 +12532,2017,Unknown,Unknown,10.0,65,3 +12533,2017,Unknown,Unknown,11.0,65,1 +12534,2017,by citizenship,Nationals,2.5,65,1 +12535,2017,by citizenship,Uzbekistan,2.5,65,1 +12536,2017,by form of exploitation,Sexual exploitation,2.5,65,4 +12537,2017,by form of exploitation,Sexual exploitation,2.5,65,6 +12538,2017,by form of exploitation,Sexual exploitation,2.5,65,7 +12539,2017,by form of exploitation,Sexual exploitation,2.5,65,2 +12540,2017,by form of exploitation,Sexual exploitation,2.5,65,3 +12541,2017,by form of exploitation,Sexual exploitation,2.5,65,1 +12542,2018,Unknown,Unknown,2.5,65,4 +12543,2018,Unknown,Unknown,2.5,65,5 +12544,2018,Unknown,Unknown,2.5,65,6 +12545,2018,Unknown,Unknown,2.5,65,7 +12546,2018,Unknown,Unknown,2.5,65,2 +12547,2018,Unknown,Unknown,2.5,65,3 +12548,2018,Unknown,Unknown,7.0,65,1 +12549,2018,by citizenship,Uzbekistan,2.5,65,1 +12550,2018,by form of exploitation,Forced labour,2.5,65,4 +12551,2018,by form of exploitation,Forced labour,2.5,65,5 +12552,2018,by form of exploitation,Forced labour,2.5,65,6 +12553,2018,by form of exploitation,Forced labour,2.5,65,7 +12554,2018,by form of exploitation,Forced labour,2.5,65,1 +12555,2018,by form of exploitation,Sexual exploitation,2.5,65,4 +12556,2018,by form of exploitation,Sexual exploitation,2.5,65,5 +12557,2018,by form of exploitation,Sexual exploitation,2.5,65,6 +12558,2018,by form of exploitation,Sexual exploitation,2.5,65,7 +12559,2018,by form of exploitation,Sexual exploitation,2.5,65,3 +12560,2018,by form of exploitation,Sexual exploitation,2.5,65,1 +12561,2019,Unknown,Unknown,27.0,65,4 +12562,2019,Unknown,Unknown,2.5,65,5 +12563,2019,Unknown,Unknown,2.5,65,6 +12564,2019,Unknown,Unknown,2.5,65,7 +12565,2019,Unknown,Unknown,29.0,65,2 +12566,2019,Unknown,Unknown,2.5,65,3 +12567,2019,Unknown,Unknown,29.0,65,1 +12568,2019,by citizenship,Georgia,29.0,65,1 +12569,2019,by form of exploitation,Forced labour,2.5,65,4 +12570,2019,by form of exploitation,Forced labour,2.5,65,5 +12571,2019,by form of exploitation,Forced labour,2.5,65,6 +12572,2019,by form of exploitation,Forced labour,2.5,65,7 +12573,2019,by form of exploitation,Sexual exploitation,2.5,65,4 +12574,2019,by form of exploitation,Sexual exploitation,2.5,65,5 +12575,2019,by form of exploitation,Sexual exploitation,2.5,65,6 +12576,2019,by form of exploitation,Sexual exploitation,2.5,65,7 +12577,2019,by form of exploitation,Sexual exploitation,2.5,65,1 +12578,2020,Unknown,Unknown,2.5,65,4 +12579,2020,Unknown,Unknown,2.5,65,5 +12580,2020,Unknown,Unknown,2.5,65,6 +12581,2020,Unknown,Unknown,2.5,65,7 +12582,2020,Unknown,Unknown,2.5,65,2 +12583,2020,Unknown,Unknown,2.5,65,3 +12584,2020,Unknown,Unknown,6.0,65,1 +12585,2020,by citizenship,Georgia,2.5,65,1 +12586,2020,by citizenship,Kyrgyzstan,2.5,65,1 +12587,2020,by citizenship,Turkmenistan,2.5,65,1 +12588,2020,by citizenship,Uzbekistan,2.5,65,1 +12589,2020,by form of exploitation,Forced labour,2.5,65,4 +12590,2020,by form of exploitation,Forced labour,2.5,65,5 +12591,2020,by form of exploitation,Forced labour,2.5,65,6 +12592,2020,by form of exploitation,Forced labour,2.5,65,7 +12593,2020,by form of exploitation,Forced labour,2.5,65,3 +12594,2020,by form of exploitation,Forced labour,2.5,65,1 +12595,2020,by form of exploitation,Sexual exploitation,2.5,65,4 +12596,2020,by form of exploitation,Sexual exploitation,2.5,65,5 +12597,2020,by form of exploitation,Sexual exploitation,2.5,65,6 +12598,2020,by form of exploitation,Sexual exploitation,2.5,65,7 +12599,2020,by form of exploitation,Sexual exploitation,2.5,65,2 +12600,2020,by form of exploitation,Sexual exploitation,2.5,65,3 +12601,2020,by form of exploitation,Sexual exploitation,2.5,65,1 +12602,2021,by citizenship,Belarus,213.0,65,1 +12603,2003,by country of repatriation,Abroad,2.5,66,1 +12604,2007,Unknown,Unknown,27.0,66,1 +12605,2007,by citizenship,Ghana,27.0,66,1 +12606,2007,by form of exploitation,Forced labour,25.0,66,1 +12607,2007,by form of exploitation,Sexual exploitation,2.5,66,1 +12608,2008,Unknown,Unknown,9.0,66,4 +12609,2008,Unknown,Unknown,27.0,66,6 +12610,2008,Unknown,Unknown,36.0,66,1 +12611,2008,by citizenship,Ghana,36.0,66,1 +12612,2008,by form of exploitation,Forced labour,36.0,66,1 +12613,2009,Unknown,Unknown,36.0,66,1 +12614,2009,by form of exploitation,Forced labour,36.0,66,1 +12615,2010,Unknown,Unknown,284.0,66,1 +12616,2010,by citizenship,China,2.5,66,1 +12617,2010,by citizenship,Ghana,284.0,66,1 +12618,2010,by citizenship,Nigeria,2.5,66,1 +12619,2010,by citizenship,Togo,2.5,66,1 +12620,2010,by country of repatriation,Burkina Faso,11.0,66,1 +12621,2012,Unknown,Unknown,2.5,66,2 +12622,2012,Unknown,Unknown,2.5,66,3 +12623,2012,by country of repatriation,Nigeria,58.0,66,1 +12624,2013,Unknown,Unknown,2.5,66,2 +12625,2013,Unknown,Unknown,2.5,66,3 +12626,2013,by country of repatriation,Nigeria,52.0,66,1 +12627,2014,Unknown,Unknown,2.5,66,2 +12628,2014,Unknown,Unknown,2.5,66,3 +12629,2014,by country of repatriation,Nigeria,14.0,66,1 +12630,2015,Unknown,Unknown,2.5,66,2 +12631,2015,Unknown,Unknown,2.5,66,3 +12632,2015,by country of repatriation,Nigeria,15.0,66,1 +12633,2015,by country of repatriation,Vietnam,5.0,66,1 +12634,2016,by country of repatriation,Nigeria,47.0,66,1 +12635,2016,by country of repatriation,Sierra Leone,2.5,66,1 +12636,2016,by country of repatriation,Vietnam,5.0,66,1 +12637,2017,Unknown,Unknown,192.0,66,2 +12638,2017,Unknown,Unknown,362.0,66,3 +12639,2017,Unknown,Unknown,558.0,66,1 +12640,2017,by form of exploitation,Forced labour,517.0,66,1 +12641,2017,by form of exploitation,Sexual exploitation,41.0,66,1 +12642,2018,Unknown,Unknown,251.0,66,2 +12643,2018,Unknown,Unknown,80.0,66,3 +12644,2018,Unknown,Unknown,331.0,66,1 +12645,2018,by form of exploitation,Forced labour,282.0,66,1 +12646,2018,by form of exploitation,Sexual exploitation,49.0,66,1 +12647,2019,Unknown,Unknown,185.0,66,4 +12648,2019,Unknown,Unknown,2.5,66,5 +12649,2019,Unknown,Unknown,15.0,66,6 +12650,2019,Unknown,Unknown,2.5,66,7 +12651,2019,Unknown,Unknown,200.0,66,2 +12652,2019,Unknown,Unknown,2.5,66,3 +12653,2019,Unknown,Unknown,611.0,66,1 +12654,2019,by form of exploitation,Sexual exploitation,2.5,66,1 +12655,2020,Unknown,Unknown,407.0,66,4 +12656,2020,Unknown,Unknown,2.5,66,5 +12657,2020,Unknown,Unknown,10.0,66,6 +12658,2020,Unknown,Unknown,2.5,66,7 +12659,2020,Unknown,Unknown,417.0,66,2 +12660,2020,Unknown,Unknown,2.5,66,3 +12661,2020,Unknown,Unknown,504.0,66,1 +12662,2020,by form of exploitation,Forced labour,2.5,66,1 +12663,2020,by form of exploitation,Sexual exploitation,2.5,66,1 +12664,2021,Unknown,Unknown,511.0,66,4 +12665,2021,Unknown,Unknown,2.5,66,5 +12666,2021,Unknown,Unknown,149.0,66,6 +12667,2021,Unknown,Unknown,2.5,66,7 +12668,2021,Unknown,Unknown,672.0,66,2 +12669,2021,Unknown,Unknown,2.5,66,3 +12670,2021,Unknown,Unknown,821.0,66,1 +12671,2008,by country of repatriation,Abroad,2.5,67,1 +12672,2012,Unknown,Unknown,2.5,67,2 +12673,2012,Unknown,Unknown,2.5,67,3 +12674,2013,Unknown,Unknown,5.0,67,4 +12675,2013,Unknown,Unknown,2.5,67,5 +12676,2013,Unknown,Unknown,6.0,67,6 +12677,2013,Unknown,Unknown,2.5,67,7 +12678,2013,Unknown,Unknown,11.0,67,2 +12679,2013,Unknown,Unknown,5.0,67,3 +12680,2013,Unknown,Unknown,16.0,67,1 +12681,2013,by form of exploitation,Forced labour,6.0,67,1 +12682,2013,by form of exploitation,Sexual exploitation,2.5,67,1 +12683,2014,Unknown,Unknown,6.0,67,4 +12684,2014,Unknown,Unknown,2.5,67,5 +12685,2014,Unknown,Unknown,12.0,67,6 +12686,2014,Unknown,Unknown,2.5,67,7 +12687,2014,Unknown,Unknown,18.0,67,2 +12688,2014,Unknown,Unknown,2.5,67,3 +12689,2014,Unknown,Unknown,22.0,67,1 +12690,2014,by form of exploitation,Forced labour,2.5,67,1 +12691,2014,by form of exploitation,Sexual exploitation,12.0,67,1 +12692,2015,Unknown,Unknown,2.5,67,4 +12693,2015,Unknown,Unknown,2.5,67,5 +12694,2015,Unknown,Unknown,16.0,67,6 +12695,2015,Unknown,Unknown,2.5,67,7 +12696,2015,Unknown,Unknown,19.0,67,2 +12697,2015,Unknown,Unknown,2.5,67,3 +12698,2015,Unknown,Unknown,20.0,67,1 +12699,2016,Unknown,Unknown,5.0,67,4 +12700,2016,Unknown,Unknown,6.0,67,5 +12701,2016,Unknown,Unknown,12.0,67,6 +12702,2016,Unknown,Unknown,2.5,67,7 +12703,2016,Unknown,Unknown,17.0,67,2 +12704,2016,Unknown,Unknown,8.0,67,3 +12705,2016,Unknown,Unknown,25.0,67,1 +12706,2016,by country of repatriation,Sierra Leone,6.0,67,1 +12707,2017,Unknown,Unknown,5.0,67,4 +12708,2017,Unknown,Unknown,10.0,67,5 +12709,2017,Unknown,Unknown,10.0,67,6 +12710,2017,Unknown,Unknown,5.0,67,7 +12711,2017,Unknown,Unknown,15.0,67,2 +12712,2017,Unknown,Unknown,15.0,67,3 +12713,2017,Unknown,Unknown,30.0,67,1 +12714,2017,by form of exploitation,Sexual exploitation,2.5,67,1 +12715,2018,by form of exploitation,Forced labour,2.5,67,1 +12716,2018,by form of exploitation,Sexual exploitation,2.5,67,1 +12717,2019,by form of exploitation,Sexual exploitation,2.5,67,1 +12718,2020,by form of exploitation,Forced labour,2.5,67,1 +12719,2020,by form of exploitation,Sexual exploitation,2.5,67,1 +12720,2022,Unknown,Unknown,10.0,67,4 +12721,2022,Unknown,Unknown,10.0,67,5 +12722,2022,Unknown,Unknown,5.0,67,6 +12723,2022,Unknown,Unknown,19.0,67,7 +12724,2022,Unknown,Unknown,15.0,67,2 +12725,2022,Unknown,Unknown,29.0,67,3 +12726,2022,Unknown,Unknown,44.0,67,1 +12727,2003,by country of repatriation,Abroad,2.5,68,1 +12728,2011,by citizenship,Benin,2.5,68,1 +12729,2011,by citizenship,Gambia,2.5,68,1 +12730,2011,by citizenship,Ghana,2.5,68,1 +12731,2011,by citizenship,Guinea,2.5,68,1 +12732,2011,by citizenship,Guinea-Bissau,2.5,68,1 +12733,2011,by citizenship,Liberia,2.5,68,1 +12734,2011,by citizenship,Nigeria,2.5,68,1 +12735,2011,by citizenship,Senegal,2.5,68,1 +12736,2011,by citizenship,Sierra Leone,2.5,68,1 +12737,2011,by country of repatriation,Senegal,2.5,68,1 +12738,2017,Unknown,Unknown,2.5,68,4 +12739,2017,Unknown,Unknown,2.5,68,5 +12740,2017,Unknown,Unknown,2.5,68,6 +12741,2017,Unknown,Unknown,2.5,68,7 +12742,2017,Unknown,Unknown,2.5,68,2 +12743,2017,Unknown,Unknown,2.5,68,3 +12744,2017,Unknown,Unknown,2.5,68,1 +12745,2017,by form of exploitation,Forced labour,2.5,68,4 +12746,2017,by form of exploitation,Forced labour,2.5,68,5 +12747,2017,by form of exploitation,Forced labour,2.5,68,6 +12748,2017,by form of exploitation,Forced labour,2.5,68,7 +12749,2017,by form of exploitation,Forced labour,2.5,68,1 +12750,2017,by form of exploitation,Sexual exploitation,2.5,68,4 +12751,2017,by form of exploitation,Sexual exploitation,2.5,68,5 +12752,2017,by form of exploitation,Sexual exploitation,2.5,68,6 +12753,2017,by form of exploitation,Sexual exploitation,2.5,68,7 +12754,2017,by form of exploitation,Sexual exploitation,2.5,68,1 +12755,2018,Unknown,Unknown,2.5,68,4 +12756,2018,Unknown,Unknown,2.5,68,5 +12757,2018,Unknown,Unknown,2.5,68,6 +12758,2018,Unknown,Unknown,9.0,68,7 +12759,2018,Unknown,Unknown,2.5,68,2 +12760,2018,Unknown,Unknown,11.0,68,3 +12761,2018,Unknown,Unknown,14.0,68,1 +12762,2018,by form of exploitation,Forced labour,2.5,68,1 +12763,2018,by form of exploitation,Sexual exploitation,2.5,68,4 +12764,2018,by form of exploitation,Sexual exploitation,2.5,68,5 +12765,2018,by form of exploitation,Sexual exploitation,2.5,68,1 +12766,2019,Unknown,Unknown,2.5,68,4 +12767,2019,Unknown,Unknown,21.0,68,5 +12768,2019,Unknown,Unknown,2.5,68,6 +12769,2019,Unknown,Unknown,2.5,68,7 +12770,2019,Unknown,Unknown,2.5,68,2 +12771,2019,Unknown,Unknown,21.0,68,3 +12772,2019,Unknown,Unknown,21.0,68,1 +12773,2019,by citizenship,Gambia,11.0,68,1 +12774,2019,by citizenship,Mali,2.5,68,1 +12775,2019,by citizenship,Sierra Leone,9.0,68,1 +12776,2019,by form of exploitation,Forced labour,2.5,68,4 +12777,2019,by form of exploitation,Forced labour,6.0,68,5 +12778,2019,by form of exploitation,Forced labour,2.5,68,6 +12779,2019,by form of exploitation,Forced labour,2.5,68,7 +12780,2019,by form of exploitation,Forced labour,6.0,68,3 +12781,2019,by form of exploitation,Forced labour,6.0,68,1 +12782,2019,by form of exploitation,Sexual exploitation,2.5,68,4 +12783,2019,by form of exploitation,Sexual exploitation,15.0,68,5 +12784,2019,by form of exploitation,Sexual exploitation,2.5,68,6 +12785,2019,by form of exploitation,Sexual exploitation,2.5,68,7 +12786,2019,by form of exploitation,Sexual exploitation,15.0,68,3 +12787,2019,by form of exploitation,Sexual exploitation,15.0,68,1 +12788,2020,Unknown,Unknown,2.5,68,4 +12789,2020,Unknown,Unknown,19.0,68,5 +12790,2020,Unknown,Unknown,2.5,68,6 +12791,2020,Unknown,Unknown,2.5,68,7 +12792,2020,Unknown,Unknown,2.5,68,2 +12793,2020,Unknown,Unknown,19.0,68,3 +12794,2020,Unknown,Unknown,20.0,68,1 +12795,2020,by citizenship,Gambia,10.0,68,1 +12796,2020,by citizenship,Nigeria,9.0,68,1 +12797,2020,by form of exploitation,Forced labour,6.0,68,1 +12798,2020,by form of exploitation,Sexual exploitation,12.0,68,1 +12799,2022,by form of exploitation,Forced labour,6.0,68,1 +12800,2022,by form of exploitation,Sexual exploitation,12.0,68,1 +12801,2008,by country of repatriation,Abroad,2.5,69,1 +12802,2017,by form of exploitation,Sexual exploitation,2.5,69,1 +12803,2018,by form of exploitation,Forced labour,2.5,69,1 +12804,2018,by form of exploitation,Sexual exploitation,2.5,69,1 +12805,2019,Unknown,Unknown,134.0,69,1 +12806,2019,by form of exploitation,Forced labour,100.0,69,1 +12807,2019,by form of exploitation,Sexual exploitation,2.5,69,4 +12808,2019,by form of exploitation,Sexual exploitation,2.5,69,5 +12809,2019,by form of exploitation,Sexual exploitation,2.5,69,6 +12810,2019,by form of exploitation,Sexual exploitation,2.5,69,7 +12811,2019,by form of exploitation,Sexual exploitation,2.5,69,1 +12812,2020,Unknown,Unknown,167.0,69,1 +12813,2020,by form of exploitation,Forced labour,141.0,69,1 +12814,2020,by form of exploitation,Sexual exploitation,2.5,69,4 +12815,2020,by form of exploitation,Sexual exploitation,2.5,69,5 +12816,2020,by form of exploitation,Sexual exploitation,2.5,69,6 +12817,2020,by form of exploitation,Sexual exploitation,2.5,69,7 +12818,2020,by form of exploitation,Sexual exploitation,2.5,69,1 +12819,2021,Unknown,Unknown,123.0,69,1 +12820,2021,by form of exploitation,Forced labour,102.0,69,1 +12821,2021,by form of exploitation,Sexual exploitation,2.5,69,1 +12822,2010,by country of repatriation,Ukraine,2.5,70,1 +12823,2011,by country of repatriation,Venezuela,2.5,70,1 +12824,2017,by form of exploitation,Sexual exploitation,2.5,70,1 +12825,2018,by form of exploitation,Forced labour,2.5,70,1 +12826,2018,by form of exploitation,Sexual exploitation,2.5,70,1 +12827,2019,by form of exploitation,Sexual exploitation,2.5,70,1 +12828,2020,by form of exploitation,Forced labour,2.5,70,1 +12829,2020,by form of exploitation,Sexual exploitation,2.5,70,1 +12830,2007,Unknown,Unknown,2.5,71,4 +12831,2007,Unknown,Unknown,64.0,71,5 +12832,2007,Unknown,Unknown,2.5,71,6 +12833,2007,Unknown,Unknown,31.0,71,7 +12834,2007,Unknown,Unknown,2.5,71,2 +12835,2007,Unknown,Unknown,95.0,71,3 +12836,2007,Unknown,Unknown,99.0,71,1 +12837,2007,by citizenship,Albania,2.5,71,1 +12838,2007,by citizenship,Bulgaria,25.0,71,1 +12839,2007,by citizenship,Lithuania,2.5,71,1 +12840,2007,by citizenship,Nigeria,5.0,71,1 +12841,2007,by citizenship,Moldova,2.5,71,1 +12842,2007,by citizenship,Romania,43.0,71,1 +12843,2007,by citizenship,Russia,18.0,71,1 +12844,2007,by citizenship,Sudan,2.5,71,1 +12845,2007,by citizenship,Ukraine,2.5,71,1 +12846,2007,by form of exploitation,Forced labour,11.0,71,1 +12847,2007,by form of exploitation,Sexual exploitation,29.0,71,1 +12848,2008,Unknown,Unknown,7.0,71,4 +12849,2008,Unknown,Unknown,61.0,71,5 +12850,2008,Unknown,Unknown,2.5,71,6 +12851,2008,Unknown,Unknown,8.0,71,7 +12852,2008,Unknown,Unknown,7.0,71,2 +12853,2008,Unknown,Unknown,69.0,71,3 +12854,2008,Unknown,Unknown,76.0,71,1 +12855,2008,by citizenship,Albania,5.0,71,1 +12856,2008,by citizenship,Bulgaria,23.0,71,1 +12857,2008,by citizenship,Lithuania,2.5,71,1 +12858,2008,by citizenship,Nigeria,2.5,71,1 +12859,2008,by citizenship,Romania,25.0,71,1 +12860,2008,by citizenship,Russia,19.0,71,1 +12861,2008,by citizenship,Ukraine,2.5,71,1 +12862,2008,by form of exploitation,Forced labour,2.5,71,1 +12863,2008,by form of exploitation,Sexual exploitation,37.0,71,1 +12864,2009,Unknown,Unknown,87.0,71,5 +12865,2009,Unknown,Unknown,21.0,71,7 +12866,2009,Unknown,Unknown,13.0,71,2 +12867,2009,Unknown,Unknown,108.0,71,3 +12868,2009,Unknown,Unknown,121.0,71,1 +12869,2009,by citizenship,Albania,5.0,71,1 +12870,2009,by citizenship,Brazil,2.5,71,1 +12871,2009,by citizenship,Bulgaria,35.0,71,1 +12872,2009,by citizenship,Greece,2.5,71,1 +12873,2009,by citizenship,Hungary,2.5,71,1 +12874,2009,by citizenship,Lithuania,2.5,71,1 +12875,2009,by citizenship,Nigeria,10.0,71,1 +12876,2009,by citizenship,Moldova,2.5,71,1 +12877,2009,by citizenship,Romania,37.0,71,1 +12878,2009,by citizenship,Russia,12.0,71,1 +12879,2009,by citizenship,Slovakia,6.0,71,1 +12880,2009,by citizenship,Uzbekistan,2.5,71,1 +12881,2009,by form of exploitation,Forced labour,14.0,71,1 +12882,2009,by form of exploitation,Sexual exploitation,52.0,71,1 +12883,2010,Unknown,Unknown,66.0,71,5 +12884,2010,Unknown,Unknown,9.0,71,7 +12885,2010,Unknown,Unknown,17.0,71,2 +12886,2010,Unknown,Unknown,75.0,71,3 +12887,2010,Unknown,Unknown,92.0,71,1 +12888,2010,by citizenship,Albania,6.0,71,1 +12889,2010,by citizenship,Bulgaria,25.0,71,1 +12890,2010,by citizenship,Lithuania,2.5,71,1 +12891,2010,by citizenship,Nigeria,10.0,71,1 +12892,2010,by citizenship,Pakistan,2.5,71,1 +12893,2010,by citizenship,Moldova,2.5,71,1 +12894,2010,by citizenship,Romania,29.0,71,1 +12895,2010,by citizenship,Russia,13.0,71,1 +12896,2010,by citizenship,Serbia,2.5,71,1 +12897,2010,by citizenship,Palestine,2.5,71,1 +12898,2010,by citizenship,Uzbekistan,2.5,71,1 +12899,2010,by country of repatriation,Belarus,2.5,71,1 +12900,2010,by country of repatriation,Kazakhstan,2.5,71,1 +12901,2010,by country of repatriation,Romania,40.0,71,1 +12902,2010,by country of repatriation,Russia,2.5,71,1 +12903,2010,by country of repatriation,Ukraine,7.0,71,1 +12904,2011,Unknown,Unknown,56.0,71,5 +12905,2011,Unknown,Unknown,28.0,71,7 +12906,2011,Unknown,Unknown,13.0,71,2 +12907,2011,Unknown,Unknown,84.0,71,3 +12908,2011,Unknown,Unknown,97.0,71,1 +12909,2011,by citizenship,Albania,2.5,71,1 +12910,2011,by citizenship,Bangladesh,2.5,71,1 +12911,2011,by citizenship,Bulgaria,29.0,71,1 +12912,2011,by citizenship,Dominican Republic,2.5,71,1 +12913,2011,by citizenship,Greece,2.5,71,1 +12914,2011,by citizenship,Hungary,2.5,71,1 +12915,2011,by citizenship,Romania,53.0,71,1 +12916,2011,by citizenship,Russia,7.0,71,1 +12917,2011,by citizenship,Ukraine,2.5,71,1 +12918,2011,by country of repatriation,Latvia,2.5,71,1 +12919,2011,by country of repatriation,Poland,2.5,71,1 +12920,2011,by country of repatriation,Romania,50.0,71,1 +12921,2012,Unknown,Unknown,11.0,71,4 +12922,2012,Unknown,Unknown,75.0,71,5 +12923,2012,Unknown,Unknown,2.5,71,6 +12924,2012,Unknown,Unknown,19.0,71,7 +12925,2012,Unknown,Unknown,15.0,71,2 +12926,2012,Unknown,Unknown,94.0,71,3 +12927,2012,Unknown,Unknown,109.0,71,1 +12928,2012,by citizenship,Albania,10.0,71,1 +12929,2012,by citizenship,Bulgaria,22.0,71,1 +12930,2012,by citizenship,Georgia,2.5,71,1 +12931,2012,by citizenship,Greece,5.0,71,1 +12932,2012,by citizenship,Latvia,2.5,71,1 +12933,2012,by citizenship,Nigeria,5.0,71,1 +12934,2012,by citizenship,Romania,54.0,71,1 +12935,2012,by citizenship,Russia,8.0,71,1 +12936,2012,by citizenship,North Macedonia,2.5,71,1 +12937,2012,by country of repatriation,Bulgaria,11.0,71,1 +12938,2012,by country of repatriation,Latvia,2.5,71,1 +12939,2012,by country of repatriation,Romania,38.0,71,1 +12940,2012,by country of repatriation,Uzbekistan,2.5,71,1 +12941,2013,Unknown,Unknown,2.5,71,4 +12942,2013,Unknown,Unknown,49.0,71,5 +12943,2013,Unknown,Unknown,2.5,71,6 +12944,2013,Unknown,Unknown,50.0,71,7 +12945,2013,Unknown,Unknown,2.5,71,2 +12946,2013,Unknown,Unknown,99.0,71,3 +12947,2013,Unknown,Unknown,102.0,71,1 +12948,2013,by citizenship,Albania,2.5,71,1 +12949,2013,by citizenship,Bangladesh,36.0,71,1 +12950,2013,by citizenship,Bulgaria,20.0,71,1 +12951,2013,by citizenship,Cameroon,2.5,71,1 +12952,2013,by citizenship,China,2.5,71,1 +12953,2013,by citizenship,Cote d'Ivoire,2.5,71,1 +12954,2013,by citizenship,Dominican Republic,7.0,71,1 +12955,2013,by citizenship,Greece,2.5,71,1 +12956,2013,by citizenship,Morocco,2.5,71,1 +12957,2013,by citizenship,Nigeria,2.5,71,1 +12958,2013,by citizenship,Poland,2.5,71,1 +12959,2013,by citizenship,Moldova,2.5,71,1 +12960,2013,by citizenship,Romania,21.0,71,1 +12961,2013,by citizenship,Russia,2.5,71,1 +12962,2013,by country of repatriation,Moldova,2.5,71,1 +12963,2014,Unknown,Unknown,13.0,71,4 +12964,2014,Unknown,Unknown,54.0,71,5 +12965,2014,Unknown,Unknown,2.5,71,6 +12966,2014,Unknown,Unknown,10.0,71,7 +12967,2014,Unknown,Unknown,14.0,71,2 +12968,2014,Unknown,Unknown,64.0,71,3 +12969,2014,Unknown,Unknown,78.0,71,1 +12970,2014,by citizenship,Albania,5.0,71,1 +12971,2014,by citizenship,Bulgaria,20.0,71,1 +12972,2014,by citizenship,Cameroon,2.5,71,1 +12973,2014,by citizenship,Czech Republic,2.5,71,1 +12974,2014,by citizenship,Greece,11.0,71,1 +12975,2014,by citizenship,Nigeria,2.5,71,1 +12976,2014,by citizenship,Pakistan,2.5,71,1 +12977,2014,by citizenship,Romania,30.0,71,1 +12978,2014,by citizenship,Russia,2.5,71,1 +12979,2014,by citizenship,Ukraine,2.5,71,1 +12980,2014,by country of repatriation,Latvia,2.5,71,1 +12981,2014,by form of exploitation,Sexual exploitation,56.0,71,1 +12982,2015,Unknown,Unknown,5.0,71,4 +12983,2015,Unknown,Unknown,37.0,71,5 +12984,2015,Unknown,Unknown,2.5,71,6 +12985,2015,Unknown,Unknown,13.0,71,7 +12986,2015,Unknown,Unknown,7.0,71,2 +12987,2015,Unknown,Unknown,50.0,71,3 +12988,2015,Unknown,Unknown,57.0,71,1 +12989,2015,by citizenship,Bulgaria,9.0,71,1 +12990,2015,by citizenship,Greece,5.0,71,1 +12991,2015,by citizenship,Poland,2.5,71,1 +12992,2015,by citizenship,Moldova,2.5,71,1 +12993,2015,by citizenship,Romania,16.0,71,1 +12994,2015,by form of exploitation,Forced labour,11.0,71,7 +12995,2015,by form of exploitation,Forced labour,11.0,71,1 +12996,2015,by form of exploitation,Sexual exploitation,2.5,71,4 +12997,2015,by form of exploitation,Sexual exploitation,30.0,71,5 +12998,2015,by form of exploitation,Sexual exploitation,34.0,71,1 +12999,2016,Unknown,Unknown,11.0,71,4 +13000,2016,Unknown,Unknown,28.0,71,5 +13001,2016,Unknown,Unknown,5.0,71,6 +13002,2016,Unknown,Unknown,18.0,71,7 +13003,2016,Unknown,Unknown,16.0,71,2 +13004,2016,Unknown,Unknown,46.0,71,3 +13005,2016,Unknown,Unknown,62.0,71,1 +13006,2016,by citizenship,Afghanistan,2.5,71,1 +13007,2016,by citizenship,Albania,2.5,71,1 +13008,2016,by citizenship,Bulgaria,2.5,71,1 +13009,2016,by citizenship,Greece,11.0,71,1 +13010,2016,by citizenship,Hungary,2.5,71,1 +13011,2016,by citizenship,Nigeria,2.5,71,1 +13012,2016,by citizenship,Moldova,2.5,71,1 +13013,2016,by citizenship,Romania,20.0,71,1 +13014,2016,by citizenship,Ukraine,2.5,71,1 +13015,2016,by country of repatriation,Belarus,2.5,71,1 +13016,2016,by country of repatriation,El Salvador,2.5,71,1 +13017,2016,by country of repatriation,Lithuania,2.5,71,1 +13018,2016,by country of repatriation,Nigeria,2.5,71,1 +13019,2016,by country of repatriation,Moldova,2.5,71,1 +13020,2016,by country of repatriation,Serbia,2.5,71,1 +13021,2016,by country of repatriation,Slovakia,2.5,71,1 +13022,2016,by country of repatriation,Thailand,2.5,71,1 +13023,2016,by country of repatriation,North Macedonia,2.5,71,1 +13024,2016,by country of repatriation,Ukraine,6.0,71,1 +13025,2016,by form of exploitation,Forced labour,9.0,71,1 +13026,2016,by form of exploitation,Sexual exploitation,5.0,71,4 +13027,2016,by form of exploitation,Sexual exploitation,26.0,71,5 +13028,2016,by form of exploitation,Sexual exploitation,31.0,71,1 +13029,2017,Unknown,Unknown,2.5,71,4 +13030,2017,Unknown,Unknown,19.0,71,5 +13031,2017,Unknown,Unknown,2.5,71,6 +13032,2017,Unknown,Unknown,2.5,71,7 +13033,2017,Unknown,Unknown,14.0,71,2 +13034,2017,Unknown,Unknown,21.0,71,3 +13035,2017,Unknown,Unknown,38.0,71,1 +13036,2017,by form of exploitation,Forced labour,2.5,71,4 +13037,2017,by form of exploitation,Forced labour,2.5,71,5 +13038,2017,by form of exploitation,Forced labour,2.5,71,6 +13039,2017,by form of exploitation,Forced labour,2.5,71,7 +13040,2017,by form of exploitation,Sexual exploitation,11.0,71,4 +13041,2017,by form of exploitation,Sexual exploitation,24.0,71,5 +13042,2017,by form of exploitation,Sexual exploitation,2.5,71,6 +13043,2017,by form of exploitation,Sexual exploitation,2.5,71,7 +13044,2017,by form of exploitation,Sexual exploitation,35.0,71,1 +13045,2018,Unknown,Unknown,8.0,71,4 +13046,2018,Unknown,Unknown,19.0,71,5 +13047,2018,Unknown,Unknown,2.5,71,6 +13048,2018,Unknown,Unknown,2.5,71,7 +13049,2018,Unknown,Unknown,9.0,71,2 +13050,2018,Unknown,Unknown,22.0,71,3 +13051,2018,Unknown,Unknown,31.0,71,1 +13052,2018,by form of exploitation,Forced labour,2.5,71,4 +13053,2018,by form of exploitation,Forced labour,2.5,71,5 +13054,2018,by form of exploitation,Forced labour,2.5,71,6 +13055,2018,by form of exploitation,Forced labour,2.5,71,7 +13056,2018,by form of exploitation,Forced labour,2.5,71,1 +13057,2018,by form of exploitation,Sexual exploitation,8.0,71,4 +13058,2018,by form of exploitation,Sexual exploitation,21.0,71,5 +13059,2018,by form of exploitation,Sexual exploitation,2.5,71,6 +13060,2018,by form of exploitation,Sexual exploitation,2.5,71,7 +13061,2018,by form of exploitation,Sexual exploitation,30.0,71,1 +13062,2019,Unknown,Unknown,2.5,71,9 +13063,2019,Unknown,Unknown,2.5,71,1 +13064,2019,by form of exploitation,Sexual exploitation,96.0,71,1 +13065,2019,Unknown,Unknown,26.0,71,4 +13066,2019,Unknown,Unknown,94.0,71,5 +13067,2019,Unknown,Unknown,23.0,71,6 +13068,2019,Unknown,Unknown,9.0,71,7 +13069,2019,Unknown,Unknown,2.5,71,8 +13070,2019,Unknown,Unknown,49.0,71,2 +13071,2019,Unknown,Unknown,105.0,71,3 +13072,2019,Unknown,Unknown,154.0,71,1 +13073,2019,by citizenship,Afghanistan,2.5,71,1 +13074,2019,by citizenship,Albania,9.0,71,1 +13075,2019,by citizenship,Bangladesh,2.5,71,1 +13076,2019,by citizenship,Belarus,2.5,71,1 +13077,2019,by citizenship,Bulgaria,14.0,71,1 +13078,2019,by citizenship,Cameroon,39.0,71,1 +13079,2019,by citizenship,China,2.5,71,1 +13080,2019,by citizenship,Democratic Republic of the Congo,11.0,71,1 +13081,2019,by citizenship,Eritrea,2.5,71,1 +13082,2019,by citizenship,Georgia,2.5,71,1 +13083,2019,by citizenship,Ghana,6.0,71,1 +13084,2019,by citizenship,Greece,25.0,71,1 +13085,2019,by citizenship,Guinea,2.5,71,1 +13086,2019,by citizenship,Iraq,2.5,71,1 +13087,2019,by citizenship,Kazakhstan,2.5,71,1 +13088,2019,by citizenship,Latvia,2.5,71,1 +13089,2019,by citizenship,Moldova,10.0,71,1 +13090,2019,by citizenship,Morocco,2.5,71,1 +13091,2019,by citizenship,Nepal,2.5,71,1 +13092,2019,by citizenship,Nigeria,5.0,71,1 +13093,2019,by citizenship,Pakistan,2.5,71,1 +13094,2019,by citizenship,Romania,8.0,71,1 +13095,2019,by citizenship,Sierra Leone,2.5,71,1 +13096,2019,by citizenship,Tanzania,2.5,71,1 +13097,2019,by country of repatriation,Abroad,2.5,71,1 +13098,2019,by form of exploitation,Forced labour,2.5,71,4 +13099,2019,by form of exploitation,Forced labour,14.0,71,5 +13100,2019,by form of exploitation,Forced labour,2.5,71,6 +13101,2019,by form of exploitation,Forced labour,7.0,71,7 +13102,2019,by form of exploitation,Forced labour,2.5,71,9 +13103,2019,by form of exploitation,Forced labour,2.5,71,8 +13104,2019,by form of exploitation,Forced labour,2.5,71,2 +13105,2019,by form of exploitation,Forced labour,21.0,71,3 +13106,2019,by form of exploitation,Forced labour,25.0,71,1 +13107,2019,by form of exploitation,Forced labour,2.5,71,1 +13108,2019,by form of exploitation,Sexual exploitation,11.0,71,4 +13109,2019,by form of exploitation,Sexual exploitation,81.0,71,5 +13110,2019,by form of exploitation,Sexual exploitation,2.5,71,6 +13111,2019,by form of exploitation,Sexual exploitation,2.5,71,7 +13112,2019,by form of exploitation,Sexual exploitation,2.5,71,9 +13113,2019,by form of exploitation,Sexual exploitation,2.5,71,8 +13114,2019,by form of exploitation,Sexual exploitation,11.0,71,2 +13115,2019,by form of exploitation,Sexual exploitation,83.0,71,3 +13116,2019,by form of exploitation,Sexual exploitation,2.5,71,1 +13117,2020,Unknown,Unknown,2.5,71,9 +13118,2020,Unknown,Unknown,2.5,71,1 +13119,2020,by form of exploitation,Sexual exploitation,75.0,71,1 +13120,2020,Unknown,Unknown,35.0,71,4 +13121,2020,Unknown,Unknown,78.0,71,5 +13122,2020,Unknown,Unknown,39.0,71,6 +13123,2020,Unknown,Unknown,13.0,71,7 +13124,2020,Unknown,Unknown,2.5,71,8 +13125,2020,Unknown,Unknown,74.0,71,2 +13126,2020,Unknown,Unknown,93.0,71,3 +13127,2020,Unknown,Unknown,167.0,71,1 +13128,2020,by citizenship,Afghanistan,2.5,71,1 +13129,2020,by citizenship,Albania,7.0,71,1 +13130,2020,by citizenship,Bangladesh,2.5,71,1 +13131,2020,by citizenship,Belarus,2.5,71,1 +13132,2020,by citizenship,Bulgaria,37.0,71,1 +13133,2020,by citizenship,Burkina Faso,2.5,71,1 +13134,2020,by citizenship,Cameroon,27.0,71,1 +13135,2020,by citizenship,Democratic Republic of the Congo,7.0,71,1 +13136,2020,by citizenship,Djibouti,2.5,71,1 +13137,2020,by citizenship,Dominican Republic,2.5,71,1 +13138,2020,by citizenship,Eritrea,2.5,71,1 +13139,2020,by citizenship,Gambia,2.5,71,1 +13140,2020,by citizenship,Germany,2.5,71,1 +13141,2020,by citizenship,Ghana,6.0,71,1 +13142,2020,by citizenship,Greece,26.0,71,1 +13143,2020,by citizenship,Guinea,2.5,71,1 +13144,2020,by citizenship,Iran,2.5,71,1 +13145,2020,by citizenship,Iraq,2.5,71,1 +13146,2020,by citizenship,Cote d'Ivoire,2.5,71,1 +13147,2020,by citizenship,Mauritania,2.5,71,1 +13148,2020,by citizenship,Moldova,2.5,71,1 +13149,2020,by citizenship,Morocco,2.5,71,1 +13150,2020,by citizenship,Nigeria,2.5,71,1 +13151,2020,by citizenship,Pakistan,6.0,71,1 +13152,2020,by citizenship,Romania,9.0,71,1 +13153,2020,by citizenship,Sierra Leone,2.5,71,1 +13154,2020,by citizenship,Somalia,2.5,71,1 +13155,2020,by citizenship,Sri Lanka,2.5,71,1 +13156,2020,by citizenship,Syria,2.5,71,1 +13157,2020,by citizenship,Uganda,2.5,71,1 +13158,2020,by citizenship,Zimbabwe,2.5,71,1 +13159,2020,by country of repatriation,Abroad,2.5,71,1 +13160,2020,by country of repatriation,Nationals,2.5,71,1 +13161,2020,by form of exploitation,Forced labour,2.5,71,4 +13162,2020,by form of exploitation,Forced labour,9.0,71,5 +13163,2020,by form of exploitation,Forced labour,2.5,71,6 +13164,2020,by form of exploitation,Forced labour,12.0,71,7 +13165,2020,by form of exploitation,Forced labour,2.5,71,9 +13166,2020,by form of exploitation,Forced labour,2.5,71,8 +13167,2020,by form of exploitation,Forced labour,2.5,71,2 +13168,2020,by form of exploitation,Forced labour,21.0,71,3 +13169,2020,by form of exploitation,Forced labour,21.0,71,1 +13170,2020,by form of exploitation,Forced labour,2.5,71,1 +13171,2020,by form of exploitation,Sexual exploitation,2.5,71,4 +13172,2020,by form of exploitation,Sexual exploitation,67.0,71,5 +13173,2020,by form of exploitation,Sexual exploitation,2.5,71,6 +13174,2020,by form of exploitation,Sexual exploitation,2.5,71,7 +13175,2020,by form of exploitation,Sexual exploitation,2.5,71,9 +13176,2020,by form of exploitation,Sexual exploitation,2.5,71,8 +13177,2020,by form of exploitation,Sexual exploitation,2.5,71,2 +13178,2020,by form of exploitation,Sexual exploitation,70.0,71,3 +13179,2020,by form of exploitation,Sexual exploitation,2.5,71,1 +13180,2021,Unknown,Unknown,2.5,71,9 +13181,2021,Unknown,Unknown,2.5,71,8 +13182,2021,Unknown,Unknown,2.5,71,1 +13183,2021,Unknown,Unknown,11.0,71,4 +13184,2021,Unknown,Unknown,100.0,71,5 +13185,2021,Unknown,Unknown,24.0,71,6 +13186,2021,Unknown,Unknown,22.0,71,7 +13187,2021,Unknown,Unknown,35.0,71,2 +13188,2021,Unknown,Unknown,122.0,71,3 +13189,2021,Unknown,Unknown,157.0,71,1 +13190,2021,by citizenship,Afghanistan,2.5,71,1 +13191,2021,by citizenship,Albania,2.5,71,1 +13192,2021,by citizenship,Angola,2.5,71,1 +13193,2021,by citizenship,Bangladesh,2.5,71,1 +13194,2021,by citizenship,Bulgaria,12.0,71,1 +13195,2021,by citizenship,Burkina Faso,2.5,71,1 +13196,2021,by citizenship,Burundi,2.5,71,1 +13197,2021,by citizenship,Cameroon,32.0,71,1 +13198,2021,by citizenship,Democratic Republic of the Congo,16.0,71,1 +13199,2021,by citizenship,Eritrea,2.5,71,1 +13200,2021,by citizenship,Gambia,7.0,71,1 +13201,2021,by citizenship,Ghana,5.0,71,1 +13202,2021,by citizenship,Greece,9.0,71,1 +13203,2021,by citizenship,Guinea,2.5,71,1 +13204,2021,by citizenship,Iran,5.0,71,1 +13205,2021,by citizenship,Iraq,2.5,71,1 +13206,2021,by citizenship,Cote d'Ivoire,6.0,71,1 +13207,2021,by citizenship,Mali,2.5,71,1 +13208,2021,by citizenship,Moldova,2.5,71,1 +13209,2021,by citizenship,Morocco,2.5,71,1 +13210,2021,by citizenship,Nigeria,6.0,71,1 +13211,2021,by citizenship,Pakistan,5.0,71,1 +13212,2021,by citizenship,Romania,2.5,71,1 +13213,2021,by citizenship,Senegal,2.5,71,1 +13214,2021,by citizenship,Sierra Leone,12.0,71,1 +13215,2021,by citizenship,Somalia,7.0,71,1 +13216,2021,by citizenship,Syria,2.5,71,1 +13217,2021,by citizenship,Togo,2.5,71,1 +13218,2021,by citizenship,Uganda,2.5,71,1 +13219,2021,by form of exploitation,Forced labour,2.5,71,4 +13220,2021,by form of exploitation,Forced labour,20.0,71,5 +13221,2021,by form of exploitation,Forced labour,6.0,71,6 +13222,2021,by form of exploitation,Forced labour,17.0,71,7 +13223,2021,by form of exploitation,Forced labour,7.0,71,2 +13224,2021,by form of exploitation,Forced labour,37.0,71,3 +13225,2021,by form of exploitation,Forced labour,44.0,71,1 +13226,2021,by form of exploitation,Sexual exploitation,2.5,71,4 +13227,2021,by form of exploitation,Sexual exploitation,63.0,71,5 +13228,2021,by form of exploitation,Sexual exploitation,2.5,71,6 +13229,2021,by form of exploitation,Sexual exploitation,2.5,71,7 +13230,2021,by form of exploitation,Sexual exploitation,2.5,71,2 +13231,2021,by form of exploitation,Sexual exploitation,67.0,71,3 +13232,2021,by form of exploitation,Sexual exploitation,70.0,71,1 +13233,2022,Unknown,Unknown,2.5,71,9 +13234,2022,Unknown,Unknown,2.5,71,8 +13235,2022,Unknown,Unknown,68.0,71,2 +13236,2022,Unknown,Unknown,290.0,71,3 +13237,2022,Unknown,Unknown,358.0,71,1 +13238,2022,Unknown,Unknown,2.5,71,1 +13239,2022,Unknown,Unknown,41.0,71,4 +13240,2022,Unknown,Unknown,250.0,71,5 +13241,2022,Unknown,Unknown,26.0,71,6 +13242,2022,Unknown,Unknown,39.0,71,7 +13243,2022,by citizenship,Afghanistan,2.5,71,1 +13244,2022,by citizenship,Albania,2.5,71,1 +13245,2022,by citizenship,Bangladesh,16.0,71,1 +13246,2022,by citizenship,Bulgaria,2.5,71,1 +13247,2022,by citizenship,Burkina Faso,2.5,71,1 +13248,2022,by citizenship,Cameroon,41.0,71,1 +13249,2022,by citizenship,Democratic Republic of the Congo,50.0,71,1 +13250,2022,by citizenship,Cuba,2.5,71,1 +13251,2022,by citizenship,Dominican Republic,2.5,71,1 +13252,2022,by citizenship,Eritrea,20.0,71,1 +13253,2022,by citizenship,Ethiopia,2.5,71,1 +13254,2022,by citizenship,Gambia,2.5,71,1 +13255,2022,by citizenship,Ghana,7.0,71,1 +13256,2022,by citizenship,Greece,23.0,71,1 +13257,2022,by citizenship,Guinea,7.0,71,1 +13258,2022,by citizenship,Iran,6.0,71,1 +13259,2022,by citizenship,Cote d'Ivoire,2.5,71,1 +13260,2022,by citizenship,Kenya,2.5,71,1 +13261,2022,by citizenship,Mali,2.5,71,1 +13262,2022,by citizenship,Mauritania,2.5,71,1 +13263,2022,by citizenship,Moldova,2.5,71,1 +13264,2022,by citizenship,Nepal,5.0,71,1 +13265,2022,by citizenship,Pakistan,14.0,71,1 +13266,2022,by citizenship,Romania,2.5,71,1 +13267,2022,by citizenship,Senegal,2.5,71,1 +13268,2022,by citizenship,Sierra Leone,74.0,71,1 +13269,2022,by citizenship,Somalia,46.0,71,1 +13270,2022,by citizenship,Syria,2.5,71,1 +13271,2022,by citizenship,Togo,2.5,71,1 +13272,2022,by citizenship,Uganda,7.0,71,1 +13273,2022,by citizenship,Yemen,2.5,71,1 +13274,2022,by form of exploitation,Forced labour,12.0,71,4 +13275,2022,by form of exploitation,Forced labour,51.0,71,5 +13276,2022,by form of exploitation,Forced labour,13.0,71,6 +13277,2022,by form of exploitation,Forced labour,27.0,71,7 +13278,2022,by form of exploitation,Forced labour,25.0,71,2 +13279,2022,by form of exploitation,Forced labour,78.0,71,3 +13280,2022,by form of exploitation,Forced labour,103.0,71,1 +13281,2022,by form of exploitation,Sexual exploitation,5.0,71,4 +13282,2022,by form of exploitation,Sexual exploitation,167.0,71,5 +13283,2022,by form of exploitation,Sexual exploitation,5.0,71,6 +13284,2022,by form of exploitation,Sexual exploitation,10.0,71,7 +13285,2022,by form of exploitation,Sexual exploitation,10.0,71,2 +13286,2022,by form of exploitation,Sexual exploitation,177.0,71,3 +13287,2022,by form of exploitation,Sexual exploitation,187.0,71,1 +13288,2008,by country of repatriation,Abroad,2.5,72,1 +13289,2012,by country of repatriation,Abroad,2.5,72,1 +13290,2014,by country of repatriation,Abroad,2.5,72,1 +13291,2003,by country of repatriation,Abroad,2.5,73,1 +13292,2008,Unknown,Unknown,5.0,73,2 +13293,2008,Unknown,Unknown,2.5,73,3 +13294,2008,Unknown,Unknown,7.0,73,1 +13295,2008,by form of exploitation,Sexual exploitation,10.0,73,1 +13296,2009,Unknown,Unknown,12.0,73,2 +13297,2009,Unknown,Unknown,5.0,73,3 +13298,2009,Unknown,Unknown,17.0,73,1 +13299,2009,by citizenship,El Salvador,20.0,73,1 +13300,2009,by citizenship,Guatemala,14.0,73,1 +13301,2009,by citizenship,Nicaragua,22.0,73,1 +13302,2009,by form of exploitation,Sexual exploitation,12.0,73,1 +13303,2010,Unknown,Unknown,8.0,73,2 +13304,2010,Unknown,Unknown,6.0,73,3 +13305,2010,Unknown,Unknown,14.0,73,1 +13306,2010,by citizenship,Dominican Republic,2.5,73,1 +13307,2010,by citizenship,Guatemala,17.0,73,1 +13308,2010,by citizenship,Honduras,2.5,73,1 +13309,2010,by country of repatriation,Colombia,2.5,73,1 +13310,2010,by country of repatriation,Dominican Republic,2.5,73,1 +13311,2011,Unknown,Unknown,31.0,73,2 +13312,2011,Unknown,Unknown,26.0,73,3 +13313,2011,Unknown,Unknown,57.0,73,1 +13314,2011,by citizenship,Colombia,5.0,73,1 +13315,2011,by citizenship,Guatemala,45.0,73,1 +13316,2011,by country of repatriation,Colombia,2.5,73,1 +13317,2012,Unknown,Unknown,82.0,73,2 +13318,2012,Unknown,Unknown,110.0,73,3 +13319,2012,Unknown,Unknown,192.0,73,1 +13320,2012,by citizenship,Colombia,2.5,73,1 +13321,2012,by citizenship,Guatemala,192.0,73,1 +13322,2012,by country of repatriation,Colombia,2.5,73,1 +13323,2013,Unknown,Unknown,23.0,73,5 +13324,2013,Unknown,Unknown,91.0,73,7 +13325,2013,Unknown,Unknown,120.0,73,2 +13326,2013,Unknown,Unknown,114.0,73,3 +13327,2013,Unknown,Unknown,234.0,73,1 +13328,2013,by citizenship,Colombia,2.5,73,1 +13329,2013,by citizenship,Guatemala,234.0,73,1 +13330,2013,by citizenship,Honduras,2.5,73,1 +13331,2013,by country of repatriation,Colombia,2.5,73,1 +13332,2014,Unknown,Unknown,110.0,73,4 +13333,2014,Unknown,Unknown,85.0,73,5 +13334,2014,Unknown,Unknown,19.0,73,6 +13335,2014,Unknown,Unknown,59.0,73,7 +13336,2014,Unknown,Unknown,129.0,73,2 +13337,2014,Unknown,Unknown,144.0,73,3 +13338,2014,Unknown,Unknown,273.0,73,1 +13339,2014,by citizenship,El Salvador,9.0,73,1 +13340,2014,by citizenship,Guatemala,83.0,73,1 +13341,2014,by citizenship,Honduras,20.0,73,1 +13342,2014,by citizenship,Nicaragua,32.0,73,1 +13343,2015,Unknown,Unknown,2.5,73,2 +13344,2015,Unknown,Unknown,2.5,73,3 +13345,2015,by citizenship,Colombia,2.5,73,1 +13346,2015,by citizenship,El Salvador,2.5,73,1 +13347,2015,by citizenship,Guatemala,164.0,73,1 +13348,2015,by citizenship,Honduras,5.0,73,1 +13349,2015,by citizenship,Nicaragua,2.5,73,1 +13350,2016,Unknown,Unknown,428.0,73,2 +13351,2016,Unknown,Unknown,56.0,73,3 +13352,2016,Unknown,Unknown,484.0,73,1 +13353,2016,by country of repatriation,Colombia,2.5,73,1 +13354,2016,by country of repatriation,Honduras,6.0,73,1 +13355,2016,by form of exploitation,Forced labour,2.5,73,4 +13356,2016,by form of exploitation,Forced labour,2.5,73,6 +13357,2016,by form of exploitation,Forced labour,5.0,73,1 +13358,2016,by form of exploitation,Sexual exploitation,26.0,73,4 +13359,2016,by form of exploitation,Sexual exploitation,11.0,73,5 +13360,2016,by form of exploitation,Sexual exploitation,2.5,73,6 +13361,2016,by form of exploitation,Sexual exploitation,2.5,73,7 +13362,2016,by form of exploitation,Sexual exploitation,40.0,73,1 +13363,2017,Unknown,Unknown,309.0,73,2 +13364,2017,Unknown,Unknown,24.0,73,3 +13365,2017,Unknown,Unknown,333.0,73,1 +13366,2017,by citizenship,Belize,2.5,73,1 +13367,2017,by citizenship,Guatemala,217.0,73,1 +13368,2017,by citizenship,Guinea,2.5,73,1 +13369,2017,by citizenship,Honduras,9.0,73,1 +13370,2017,by citizenship,Mexico,5.0,73,1 +13371,2017,by citizenship,Nicaragua,2.5,73,1 +13372,2017,by citizenship,Nigeria,2.5,73,1 +13373,2017,by citizenship,El Salvador,11.0,73,1 +13374,2017,by citizenship,Unknown,7.0,73,1 +13375,2017,by citizenship,Venezuela,5.0,73,1 +13376,2017,by country of repatriation,Abroad,5.0,73,1 +13377,2017,by country of repatriation,Spain,2.5,73,1 +13378,2017,by country of repatriation,Mexico,2.5,73,1 +13379,2017,by country of repatriation,Nicaragua,2.5,73,1 +13380,2017,by country of repatriation,Unknown,5.0,73,1 +13381,2017,by form of exploitation,Forced labour,7.0,73,4 +13382,2017,by form of exploitation,Forced labour,5.0,73,6 +13383,2017,by form of exploitation,Forced labour,12.0,73,1 +13384,2017,by form of exploitation,Sexual exploitation,178.0,73,4 +13385,2017,by form of exploitation,Sexual exploitation,43.0,73,5 +13386,2017,by form of exploitation,Sexual exploitation,35.0,73,6 +13387,2017,by form of exploitation,Sexual exploitation,2.5,73,7 +13388,2017,by form of exploitation,Sexual exploitation,256.0,73,1 +13389,2018,Unknown,Unknown,308.0,73,2 +13390,2018,Unknown,Unknown,63.0,73,3 +13391,2018,Unknown,Unknown,371.0,73,1 +13392,2018,by citizenship,Belize,2.5,73,1 +13393,2018,by citizenship,Guatemala,220.0,73,1 +13394,2018,by citizenship,Guinea,2.5,73,1 +13395,2018,by citizenship,Honduras,11.0,73,1 +13396,2018,by citizenship,Mexico,2.5,73,1 +13397,2018,by citizenship,Nicaragua,2.5,73,1 +13398,2018,by citizenship,Nigeria,2.5,73,1 +13399,2018,by citizenship,El Salvador,2.5,73,1 +13400,2018,by citizenship,Unknown,2.5,73,1 +13401,2018,by citizenship,Venezuela,2.5,73,1 +13402,2018,by country of repatriation,Abroad,2.5,73,1 +13403,2018,by country of repatriation,Belice,2.5,73,1 +13404,2018,by country of repatriation,China,2.5,73,1 +13405,2018,by country of repatriation,El Salvador,2.5,73,1 +13406,2018,by form of exploitation,Forced labour,11.0,73,1 +13407,2018,by form of exploitation,Sexual exploitation,173.0,73,1 +13408,2019,Unknown,Unknown,377.0,73,2 +13409,2019,Unknown,Unknown,57.0,73,3 +13410,2019,Unknown,Unknown,434.0,73,1 +13411,2019,by citizenship,Unknown,197.0,73,1 +13412,2019,by citizenship,Guinea,2.5,73,1 +13413,2019,by citizenship,Mexico,2.5,73,1 +13414,2019,by citizenship,Nicaragua,2.5,73,1 +13415,2019,by citizenship,Nigeria,2.5,73,1 +13416,2019,by citizenship,Unknown,2.5,73,1 +13417,2019,by citizenship,Venezuela,2.5,73,1 +13418,2019,by citizenship,,10.0,73,1 +13419,2019,by country of repatriation,Abroad,44.0,73,1 +13420,2019,by country of repatriation,El Salvador,44.0,73,1 +13421,2019,by form of exploitation,Forced labour,5.0,73,1 +13422,2019,by form of exploitation,Sexual exploitation,137.0,73,1 +13423,2020,Unknown,Unknown,375.0,73,2 +13424,2020,Unknown,Unknown,64.0,73,3 +13425,2020,Unknown,Unknown,439.0,73,1 +13426,2020,by citizenship,Unknown,153.0,73,1 +13427,2020,by citizenship,Guinea,2.5,73,1 +13428,2020,by citizenship,Mexico,5.0,73,1 +13429,2020,by citizenship,Nicaragua,2.5,73,1 +13430,2020,by citizenship,Nigeria,2.5,73,1 +13431,2020,by citizenship,Unknown,2.5,73,1 +13432,2020,by citizenship,Venezuela,2.5,73,1 +13433,2020,by citizenship,,10.0,73,1 +13434,2020,by country of repatriation,Abroad,2.5,73,1 +13435,2020,by country of repatriation,Costa Rica,2.5,73,1 +13436,2020,by country of repatriation,United States,2.5,73,1 +13437,2020,by form of exploitation,Forced labour,2.5,73,1 +13438,2020,by form of exploitation,Sexual exploitation,113.0,73,1 +13439,2021,Unknown,Unknown,376.0,73,2 +13440,2021,Unknown,Unknown,49.0,73,3 +13441,2021,Unknown,Unknown,425.0,73,1 +13442,2021,by citizenship,Argentina,2.5,73,1 +13443,2021,by citizenship,Unknown,388.0,73,1 +13444,2021,by citizenship,Mexico,5.0,73,1 +13445,2021,by citizenship,Nicaragua,2.5,73,1 +13446,2021,by citizenship,Unknown,2.5,73,1 +13447,2021,by citizenship,Venezuela,2.5,73,1 +13448,2021,by citizenship,,23.0,73,1 +13449,2021,by country of repatriation,Abroad,2.5,73,1 +13450,2021,by form of exploitation,Forced labour,10.0,73,1 +13451,2021,by form of exploitation,Sexual exploitation,220.0,73,3 +13452,2021,by form of exploitation,Sexual exploitation,425.0,73,1 +13453,2022,Unknown,Unknown,172.0,73,4 +13454,2022,Unknown,Unknown,39.0,73,5 +13455,2022,Unknown,Unknown,14.0,73,6 +13456,2022,Unknown,Unknown,2.5,73,7 +13457,2022,Unknown,Unknown,2.5,73,8 +13458,2022,Unknown,Unknown,186.0,73,2 +13459,2022,Unknown,Unknown,42.0,73,3 +13460,2022,Unknown,Unknown,228.0,73,1 +13461,2022,Unknown,Unknown,2.5,73,1 +13462,2022,by citizenship,El Salvador,2.5,73,1 +13463,2022,by citizenship,Honduras,2.5,73,1 +13464,2022,by citizenship,Nicaragua,2.5,73,1 +13465,2022,by country of repatriation,Abroad,32.0,73,1 +13466,2022,by form of exploitation,Forced labour,2.5,73,4 +13467,2022,by form of exploitation,Forced labour,2.5,73,5 +13468,2022,by form of exploitation,Forced labour,7.0,73,6 +13469,2022,by form of exploitation,Forced labour,2.5,73,7 +13470,2022,by form of exploitation,Forced labour,2.5,73,2 +13471,2022,by form of exploitation,Forced labour,2.5,73,3 +13472,2022,by form of exploitation,Forced labour,2.5,73,1 +13473,2022,by form of exploitation,Sexual exploitation,118.0,73,4 +13474,2022,by form of exploitation,Sexual exploitation,23.0,73,5 +13475,2022,by form of exploitation,Sexual exploitation,7.0,73,6 +13476,2022,by form of exploitation,Sexual exploitation,2.5,73,7 +13477,2022,by form of exploitation,Sexual exploitation,2.5,73,8 +13478,2022,by form of exploitation,Sexual exploitation,125.0,73,2 +13479,2022,by form of exploitation,Sexual exploitation,25.0,73,3 +13480,2022,by form of exploitation,Sexual exploitation,150.0,73,1 +13481,2003,by country of repatriation,Abroad,2.5,74,1 +13482,2007,Unknown,Unknown,5.0,74,4 +13483,2007,Unknown,Unknown,2.5,74,6 +13484,2007,Unknown,Unknown,5.0,74,2 +13485,2007,Unknown,Unknown,2.5,74,3 +13486,2007,Unknown,Unknown,5.0,74,1 +13487,2007,by citizenship,Guyana,5.0,74,1 +13488,2007,by form of exploitation,Forced labour,2.5,74,1 +13489,2007,by form of exploitation,Sexual exploitation,2.5,74,1 +13490,2008,Unknown,Unknown,2.5,74,4 +13491,2008,Unknown,Unknown,2.5,74,5 +13492,2008,Unknown,Unknown,2.5,74,6 +13493,2008,Unknown,Unknown,2.5,74,7 +13494,2008,Unknown,Unknown,2.5,74,2 +13495,2008,Unknown,Unknown,2.5,74,3 +13496,2008,Unknown,Unknown,2.5,74,1 +13497,2008,by citizenship,Guyana,2.5,74,1 +13498,2008,by form of exploitation,Forced labour,2.5,74,1 +13499,2008,by form of exploitation,Sexual exploitation,2.5,74,1 +13500,2009,Unknown,Unknown,2.5,74,4 +13501,2009,Unknown,Unknown,2.5,74,5 +13502,2009,Unknown,Unknown,2.5,74,6 +13503,2009,Unknown,Unknown,2.5,74,7 +13504,2009,Unknown,Unknown,2.5,74,2 +13505,2009,Unknown,Unknown,2.5,74,3 +13506,2009,Unknown,Unknown,6.0,74,1 +13507,2009,by citizenship,Guyana,5.0,74,1 +13508,2009,by citizenship,Venezuela,2.5,74,1 +13509,2009,by form of exploitation,Forced labour,2.5,74,1 +13510,2009,by form of exploitation,Sexual exploitation,2.5,74,1 +13511,2010,Unknown,Unknown,2.5,74,5 +13512,2010,Unknown,Unknown,2.5,74,6 +13513,2010,Unknown,Unknown,2.5,74,7 +13514,2010,Unknown,Unknown,2.5,74,3 +13515,2010,Unknown,Unknown,2.5,74,1 +13516,2010,by form of exploitation,Forced labour,2.5,74,1 +13517,2010,by form of exploitation,Sexual exploitation,2.5,74,1 +13518,2010,Unknown,Unknown,2.5,74,4 +13519,2010,Unknown,Unknown,2.5,74,2 +13520,2010,by citizenship,Guyana,2.5,74,1 +13521,2011,Unknown,Unknown,21.0,74,5 +13522,2011,Unknown,Unknown,2.5,74,6 +13523,2011,Unknown,Unknown,2.5,74,7 +13524,2011,Unknown,Unknown,21.0,74,3 +13525,2011,Unknown,Unknown,21.0,74,1 +13526,2011,by form of exploitation,Forced labour,2.5,74,1 +13527,2011,by form of exploitation,Sexual exploitation,21.0,74,1 +13528,2011,Unknown,Unknown,2.5,74,4 +13529,2011,Unknown,Unknown,2.5,74,2 +13530,2011,by citizenship,Brazil,13.0,74,1 +13531,2011,by citizenship,Guyana,2.5,74,1 +13532,2012,Unknown,Unknown,17.0,74,5 +13533,2012,Unknown,Unknown,2.5,74,6 +13534,2012,Unknown,Unknown,2.5,74,7 +13535,2012,Unknown,Unknown,19.0,74,3 +13536,2012,Unknown,Unknown,19.0,74,1 +13537,2012,by form of exploitation,Forced labour,2.5,74,1 +13538,2012,by form of exploitation,Sexual exploitation,19.0,74,1 +13539,2012,Unknown,Unknown,2.5,74,2 +13540,2013,Unknown,Unknown,17.0,74,5 +13541,2013,Unknown,Unknown,2.5,74,6 +13542,2013,Unknown,Unknown,2.5,74,7 +13543,2013,Unknown,Unknown,21.0,74,3 +13544,2013,Unknown,Unknown,21.0,74,1 +13545,2013,by form of exploitation,Forced labour,2.5,74,1 +13546,2013,by form of exploitation,Sexual exploitation,21.0,74,1 +13547,2013,Unknown,Unknown,2.5,74,2 +13548,2014,Unknown,Unknown,32.0,74,5 +13549,2014,Unknown,Unknown,2.5,74,6 +13550,2014,Unknown,Unknown,8.0,74,7 +13551,2014,Unknown,Unknown,40.0,74,3 +13552,2014,Unknown,Unknown,40.0,74,1 +13553,2014,by form of exploitation,Forced labour,8.0,74,1 +13554,2014,by form of exploitation,Sexual exploitation,40.0,74,1 +13555,2014,Unknown,Unknown,19.0,74,2 +13556,2014,by citizenship,Guyana,29.0,74,1 +13557,2014,by citizenship,Unknown,11.0,74,1 +13558,2015,Unknown,Unknown,35.0,74,5 +13559,2015,Unknown,Unknown,2.5,74,6 +13560,2015,Unknown,Unknown,2.5,74,7 +13561,2015,Unknown,Unknown,58.0,74,3 +13562,2015,Unknown,Unknown,58.0,74,1 +13563,2015,by form of exploitation,Forced labour,2.5,74,1 +13564,2015,by form of exploitation,Sexual exploitation,58.0,74,1 +13565,2015,Unknown,Unknown,20.0,74,2 +13566,2015,by citizenship,Guyana,27.0,74,1 +13567,2016,Unknown,Unknown,80.0,74,5 +13568,2016,Unknown,Unknown,2.5,74,6 +13569,2016,Unknown,Unknown,16.0,74,7 +13570,2016,Unknown,Unknown,96.0,74,3 +13571,2016,Unknown,Unknown,96.0,74,1 +13572,2016,by form of exploitation,Forced labour,16.0,74,1 +13573,2016,by form of exploitation,Sexual exploitation,96.0,74,1 +13574,2016,Unknown,Unknown,33.0,74,2 +13575,2016,by citizenship,Brazil,17.0,74,1 +13576,2016,by citizenship,Dominican Republic,18.0,74,1 +13577,2016,by citizenship,Guyana,60.0,74,1 +13578,2016,by citizenship,Venezuela,2.5,74,1 +13579,2017,Unknown,Unknown,2.5,74,6 +13580,2017,Unknown,Unknown,60.0,74,3 +13581,2017,Unknown,Unknown,60.0,74,1 +13582,2017,Unknown,Unknown,7.0,74,5 +13583,2017,Unknown,Unknown,43.0,74,7 +13584,2017,Unknown,Unknown,21.0,74,2 +13585,2017,by citizenship,Caribbean,2.5,74,1 +13586,2017,by citizenship,Cuba,2.5,74,1 +13587,2017,by citizenship,Haiti,29.0,74,1 +13588,2017,by citizenship,Jamaica,2.5,74,1 +13589,2017,by citizenship,Nationals,8.0,74,1 +13590,2017,by citizenship,Other Countries,2.5,74,1 +13591,2017,by citizenship,Unknown,9.0,74,1 +13592,2017,by citizenship,Venezuela,2.5,74,1 +13593,2017,by form of exploitation,Forced labour,2.5,74,1 +13594,2017,by form of exploitation,Sexual exploitation,47.0,74,1 +13595,2018,Unknown,Unknown,2.5,74,6 +13596,2018,Unknown,Unknown,197.0,74,3 +13597,2018,Unknown,Unknown,197.0,74,1 +13598,2018,Unknown,Unknown,51.0,74,1 +13599,2018,Unknown,Unknown,21.0,74,5 +13600,2018,Unknown,Unknown,224.0,74,7 +13601,2018,Unknown,Unknown,24.0,74,2 +13602,2018,by citizenship,Caribbean,2.5,74,1 +13603,2018,by citizenship,Cuba,51.0,74,1 +13604,2018,by citizenship,Jamaica,2.5,74,1 +13605,2018,by citizenship,Nationals,21.0,74,1 +13606,2018,by citizenship,Other Countries,7.0,74,1 +13607,2018,by citizenship,Unknown,2.5,74,1 +13608,2018,by citizenship,Venezuela,155.0,74,1 +13609,2018,by form of exploitation,Forced labour,13.0,74,1 +13610,2018,by form of exploitation,Sexual exploitation,178.0,74,1 +13611,2019,Unknown,Unknown,2.5,74,6 +13612,2019,Unknown,Unknown,8.0,74,1 +13613,2019,Unknown,Unknown,2.5,74,5 +13614,2019,Unknown,Unknown,138.0,74,7 +13615,2019,Unknown,Unknown,11.0,74,2 +13616,2019,Unknown,Unknown,140.0,74,3 +13617,2019,Unknown,Unknown,158.0,74,1 +13618,2019,by citizenship,Barbados,2.5,74,1 +13619,2019,by citizenship,Guyana,8.0,74,1 +13620,2019,by citizenship,Haiti,2.5,74,1 +13621,2019,by citizenship,Trinidad and Tobago,2.5,74,1 +13622,2019,by citizenship,Venezuela,113.0,74,1 +13623,2019,by form of exploitation,Forced labour,2.5,74,1 +13624,2019,by form of exploitation,Sexual exploitation,130.0,74,1 +13625,2020,Unknown,Unknown,68.0,74,1 +13626,2020,Unknown,Unknown,16.0,74,4 +13627,2020,Unknown,Unknown,146.0,74,5 +13628,2020,Unknown,Unknown,2.5,74,6 +13629,2020,Unknown,Unknown,56.0,74,7 +13630,2020,Unknown,Unknown,18.0,74,2 +13631,2020,Unknown,Unknown,190.0,74,3 +13632,2020,Unknown,Unknown,225.0,74,1 +13633,2020,by citizenship,Dominican Republic,21.0,74,1 +13634,2020,by citizenship,Guyana,20.0,74,1 +13635,2020,by citizenship,Haiti,53.0,74,1 +13636,2020,by citizenship,Jamaica,2.5,74,1 +13637,2020,by citizenship,Venezuela,127.0,74,1 +13638,2020,by form of exploitation,Forced labour,2.5,74,4 +13639,2020,by form of exploitation,Forced labour,47.0,74,5 +13640,2020,by form of exploitation,Forced labour,2.5,74,6 +13641,2020,by form of exploitation,Forced labour,2.5,74,7 +13642,2020,by form of exploitation,Forced labour,2.5,74,2 +13643,2020,by form of exploitation,Forced labour,47.0,74,3 +13644,2020,by form of exploitation,Forced labour,49.0,74,1 +13645,2020,by form of exploitation,Sexual exploitation,2.5,74,4 +13646,2020,by form of exploitation,Sexual exploitation,124.0,74,5 +13647,2020,by form of exploitation,Sexual exploitation,2.5,74,6 +13648,2020,by form of exploitation,Sexual exploitation,2.5,74,7 +13649,2020,by form of exploitation,Sexual exploitation,2.5,74,2 +13650,2020,by form of exploitation,Sexual exploitation,125.0,74,3 +13651,2020,by form of exploitation,Sexual exploitation,128.0,74,1 +13652,2021,Unknown,Unknown,174.0,74,3 +13653,2021,Unknown,Unknown,174.0,74,1 +13654,2021,Unknown,Unknown,10.0,74,1 +13655,2021,by form of exploitation,Forced labour,24.0,74,1 +13656,2021,by form of exploitation,Sexual exploitation,174.0,74,1 +13657,2012,by country of repatriation,Mongolia,2.5,75,1 +13658,2014,by country of repatriation,Uganda,2.5,75,1 +13659,2016,by country of repatriation,Uganda,2.5,75,1 +13660,2003,by country of repatriation,Abroad,2.5,76,1 +13661,2007,by form of exploitation,Sexual exploitation,25.0,76,1 +13662,2012,Unknown,Unknown,16.0,76,4 +13663,2012,Unknown,Unknown,2.5,76,5 +13664,2012,Unknown,Unknown,6.0,76,6 +13665,2012,Unknown,Unknown,2.5,76,7 +13666,2012,Unknown,Unknown,16.0,76,2 +13667,2012,Unknown,Unknown,2.5,76,3 +13668,2012,Unknown,Unknown,16.0,76,1 +13669,2013,Unknown,Unknown,64.0,76,4 +13670,2013,Unknown,Unknown,2.5,76,5 +13671,2013,Unknown,Unknown,6.0,76,6 +13672,2013,Unknown,Unknown,2.5,76,7 +13673,2013,Unknown,Unknown,70.0,76,2 +13674,2013,Unknown,Unknown,2.5,76,3 +13675,2013,Unknown,Unknown,70.0,76,1 +13676,2014,Unknown,Unknown,7.0,76,4 +13677,2014,Unknown,Unknown,2.5,76,5 +13678,2014,Unknown,Unknown,2.5,76,6 +13679,2014,Unknown,Unknown,2.5,76,7 +13680,2014,Unknown,Unknown,7.0,76,2 +13681,2014,Unknown,Unknown,2.5,76,3 +13682,2014,Unknown,Unknown,7.0,76,1 +13683,2014,by citizenship,Honduras,7.0,76,1 +13684,2014,by form of exploitation,Sexual exploitation,6.0,76,4 +13685,2014,by form of exploitation,Sexual exploitation,2.5,76,5 +13686,2014,by form of exploitation,Sexual exploitation,2.5,76,6 +13687,2014,by form of exploitation,Sexual exploitation,2.5,76,7 +13688,2014,by form of exploitation,Sexual exploitation,7.0,76,1 +13689,2015,Unknown,Unknown,2.5,76,4 +13690,2015,Unknown,Unknown,39.0,76,5 +13691,2015,Unknown,Unknown,17.0,76,6 +13692,2015,Unknown,Unknown,2.5,76,7 +13693,2015,Unknown,Unknown,17.0,76,2 +13694,2015,Unknown,Unknown,42.0,76,3 +13695,2015,Unknown,Unknown,59.0,76,1 +13696,2015,by citizenship,El Salvador,2.5,76,1 +13697,2015,by citizenship,Honduras,28.0,76,1 +13698,2015,by citizenship,Nicaragua,2.5,76,1 +13699,2015,by form of exploitation,Forced labour,25.0,76,5 +13700,2015,by form of exploitation,Forced labour,2.5,76,7 +13701,2015,by form of exploitation,Forced labour,28.0,76,1 +13702,2015,by form of exploitation,Sexual exploitation,7.0,76,4 +13703,2015,by form of exploitation,Sexual exploitation,2.5,76,5 +13704,2015,by form of exploitation,Sexual exploitation,14.0,76,6 +13705,2015,by form of exploitation,Sexual exploitation,2.5,76,7 +13706,2015,by form of exploitation,Sexual exploitation,31.0,76,1 +13707,2016,Unknown,Unknown,50.0,76,4 +13708,2016,Unknown,Unknown,19.0,76,5 +13709,2016,Unknown,Unknown,7.0,76,6 +13710,2016,Unknown,Unknown,7.0,76,7 +13711,2016,Unknown,Unknown,57.0,76,2 +13712,2016,Unknown,Unknown,26.0,76,3 +13713,2016,Unknown,Unknown,83.0,76,1 +13714,2016,by citizenship,Guatemala,2.5,76,1 +13715,2016,by citizenship,Honduras,65.0,76,1 +13716,2016,by country of repatriation,Colombia,2.5,76,1 +13717,2016,by form of exploitation,Forced labour,7.0,76,5 +13718,2016,by form of exploitation,Forced labour,8.0,76,7 +13719,2016,by form of exploitation,Forced labour,8.0,76,1 +13720,2016,by form of exploitation,Sexual exploitation,52.0,76,4 +13721,2016,by form of exploitation,Sexual exploitation,16.0,76,5 +13722,2016,by form of exploitation,Sexual exploitation,2.5,76,7 +13723,2016,by form of exploitation,Sexual exploitation,68.0,76,1 +13724,2017,Unknown,Unknown,32.0,76,4 +13725,2017,Unknown,Unknown,92.0,76,5 +13726,2017,Unknown,Unknown,25.0,76,6 +13727,2017,Unknown,Unknown,5.0,76,7 +13728,2017,Unknown,Unknown,57.0,76,2 +13729,2017,Unknown,Unknown,97.0,76,3 +13730,2017,Unknown,Unknown,154.0,76,1 +13731,2017,by form of exploitation,Forced labour,2.5,76,4 +13732,2017,by form of exploitation,Forced labour,2.5,76,5 +13733,2017,by form of exploitation,Forced labour,2.5,76,6 +13734,2017,by form of exploitation,Forced labour,5.0,76,7 +13735,2017,by form of exploitation,Forced labour,11.0,76,1 +13736,2017,by form of exploitation,Sexual exploitation,13.0,76,4 +13737,2017,by form of exploitation,Sexual exploitation,88.0,76,5 +13738,2017,by form of exploitation,Sexual exploitation,2.5,76,6 +13739,2017,by form of exploitation,Sexual exploitation,2.5,76,7 +13740,2017,by form of exploitation,Sexual exploitation,102.0,76,1 +13741,2018,Unknown,Unknown,22.0,76,4 +13742,2018,Unknown,Unknown,6.0,76,5 +13743,2018,Unknown,Unknown,5.0,76,6 +13744,2018,Unknown,Unknown,37.0,76,7 +13745,2018,Unknown,Unknown,27.0,76,2 +13746,2018,Unknown,Unknown,43.0,76,3 +13747,2018,Unknown,Unknown,64.0,76,1 +13748,2018,by form of exploitation,Forced labour,2.5,76,4 +13749,2018,by form of exploitation,Forced labour,2.5,76,5 +13750,2018,by form of exploitation,Forced labour,2.5,76,6 +13751,2018,by form of exploitation,Forced labour,2.5,76,7 +13752,2018,by form of exploitation,Forced labour,10.0,76,1 +13753,2018,by form of exploitation,Sexual exploitation,17.0,76,4 +13754,2018,by form of exploitation,Sexual exploitation,31.0,76,5 +13755,2018,by form of exploitation,Sexual exploitation,2.5,76,6 +13756,2018,by form of exploitation,Sexual exploitation,2.5,76,7 +13757,2018,by form of exploitation,Sexual exploitation,48.0,76,1 +13758,2019,Unknown,Unknown,20.0,76,4 +13759,2019,Unknown,Unknown,59.0,76,5 +13760,2019,Unknown,Unknown,2.5,76,6 +13761,2019,Unknown,Unknown,6.0,76,7 +13762,2019,Unknown,Unknown,22.0,76,2 +13763,2019,Unknown,Unknown,62.0,76,3 +13764,2019,Unknown,Unknown,84.0,76,1 +13765,2019,by citizenship,Honduras,51.0,76,1 +13766,2019,by form of exploitation,Forced labour,8.0,76,1 +13767,2019,by form of exploitation,Sexual exploitation,42.0,76,1 +13768,2020,Unknown,Unknown,67.0,76,1 +13769,2020,Unknown,Unknown,35.0,76,4 +13770,2020,Unknown,Unknown,21.0,76,5 +13771,2020,Unknown,Unknown,8.0,76,6 +13772,2020,Unknown,Unknown,2.5,76,7 +13773,2020,Unknown,Unknown,2.5,76,8 +13774,2020,Unknown,Unknown,43.0,76,2 +13775,2020,Unknown,Unknown,24.0,76,3 +13776,2020,Unknown,Unknown,2.5,76,1 +13777,2020,by citizenship,Honduras,51.0,76,1 +13778,2020,by country of repatriation,Abroad,16.0,76,1 +13779,2020,by country of repatriation,Guatemala,6.0,76,1 +13780,2020,by country of repatriation,Mexico,10.0,76,1 +13781,2020,by form of exploitation,Forced labour,2.5,76,4 +13782,2020,by form of exploitation,Forced labour,2.5,76,5 +13783,2020,by form of exploitation,Forced labour,2.5,76,6 +13784,2020,by form of exploitation,Forced labour,2.5,76,7 +13785,2020,by form of exploitation,Forced labour,2.5,76,1 +13786,2020,by form of exploitation,Sexual exploitation,29.0,76,4 +13787,2020,by form of exploitation,Sexual exploitation,14.0,76,5 +13788,2020,by form of exploitation,Sexual exploitation,5.0,76,6 +13789,2020,by form of exploitation,Sexual exploitation,2.5,76,7 +13790,2020,by form of exploitation,Sexual exploitation,34.0,76,2 +13791,2020,by form of exploitation,Sexual exploitation,14.0,76,3 +13792,2020,by form of exploitation,Sexual exploitation,24.0,76,1 +13793,2021,Unknown,Unknown,41.0,76,4 +13794,2021,Unknown,Unknown,34.0,76,5 +13795,2021,Unknown,Unknown,10.0,76,6 +13796,2021,Unknown,Unknown,14.0,76,7 +13797,2021,Unknown,Unknown,51.0,76,2 +13798,2021,Unknown,Unknown,50.0,76,3 +13799,2021,Unknown,Unknown,101.0,76,1 +13800,2021,by citizenship,Honduras,81.0,76,1 +13801,2021,by form of exploitation,Forced labour,5.0,76,4 +13802,2021,by form of exploitation,Forced labour,23.0,76,5 +13803,2021,by form of exploitation,Forced labour,8.0,76,6 +13804,2021,by form of exploitation,Forced labour,14.0,76,7 +13805,2021,by form of exploitation,Forced labour,13.0,76,2 +13806,2021,by form of exploitation,Forced labour,37.0,76,3 +13807,2021,by form of exploitation,Forced labour,52.0,76,1 +13808,2021,by form of exploitation,Sexual exploitation,26.0,76,4 +13809,2021,by form of exploitation,Sexual exploitation,11.0,76,5 +13810,2021,by form of exploitation,Sexual exploitation,2.5,76,6 +13811,2021,by form of exploitation,Sexual exploitation,2.5,76,7 +13812,2021,by form of exploitation,Sexual exploitation,26.0,76,2 +13813,2021,by form of exploitation,Sexual exploitation,11.0,76,3 +13814,2021,by form of exploitation,Sexual exploitation,37.0,76,1 +13815,2022,Unknown,Unknown,28.0,76,4 +13816,2022,Unknown,Unknown,14.0,76,5 +13817,2022,Unknown,Unknown,12.0,76,6 +13818,2022,Unknown,Unknown,2.5,76,7 +13819,2022,Unknown,Unknown,40.0,76,2 +13820,2022,Unknown,Unknown,16.0,76,3 +13821,2022,Unknown,Unknown,56.0,76,1 +13822,2022,by form of exploitation,Forced labour,11.0,76,1 +13823,2022,by form of exploitation,Sexual exploitation,45.0,76,1 +13824,2003,by country of repatriation,Abroad,2.5,77,1 +13825,2004,by form of exploitation,Forced labour,2.5,77,1 +13826,2004,by form of exploitation,Sexual exploitation,14.0,77,1 +13827,2007,Unknown,Unknown,2.5,77,4 +13828,2007,Unknown,Unknown,12.0,77,5 +13829,2007,Unknown,Unknown,2.5,77,6 +13830,2007,Unknown,Unknown,2.5,77,7 +13831,2007,Unknown,Unknown,2.5,77,2 +13832,2007,Unknown,Unknown,14.0,77,3 +13833,2007,Unknown,Unknown,15.0,77,1 +13834,2007,by citizenship,Bosnia and Herzegovina,2.5,77,1 +13835,2007,by citizenship,Croatia,9.0,77,1 +13836,2007,by citizenship,Moldova,2.5,77,1 +13837,2007,by citizenship,Serbia,2.5,77,1 +13838,2007,by form of exploitation,Forced labour,2.5,77,1 +13839,2007,by form of exploitation,Sexual exploitation,13.0,77,1 +13840,2008,Unknown,Unknown,2.5,77,4 +13841,2008,Unknown,Unknown,2.5,77,5 +13842,2008,Unknown,Unknown,2.5,77,6 +13843,2008,Unknown,Unknown,2.5,77,7 +13844,2008,Unknown,Unknown,2.5,77,2 +13845,2008,Unknown,Unknown,7.0,77,3 +13846,2008,Unknown,Unknown,7.0,77,1 +13847,2008,by citizenship,Bosnia and Herzegovina,2.5,77,1 +13848,2008,by citizenship,Croatia,2.5,77,1 +13849,2008,by citizenship,Serbia,2.5,77,1 +13850,2008,by form of exploitation,Forced labour,2.5,77,1 +13851,2008,by form of exploitation,Sexual exploitation,2.5,77,1 +13852,2009,Unknown,Unknown,2.5,77,4 +13853,2009,Unknown,Unknown,5.0,77,5 +13854,2009,Unknown,Unknown,2.5,77,6 +13855,2009,Unknown,Unknown,2.5,77,7 +13856,2009,Unknown,Unknown,2.5,77,2 +13857,2009,Unknown,Unknown,7.0,77,3 +13858,2009,Unknown,Unknown,8.0,77,1 +13859,2009,by citizenship,Croatia,2.5,77,1 +13860,2009,by citizenship,Serbia,2.5,77,1 +13861,2009,by form of exploitation,Forced labour,2.5,77,1 +13862,2009,by form of exploitation,Sexual exploitation,5.0,77,1 +13863,2010,Unknown,Unknown,2.5,77,4 +13864,2010,Unknown,Unknown,2.5,77,5 +13865,2010,Unknown,Unknown,2.5,77,6 +13866,2010,Unknown,Unknown,2.5,77,7 +13867,2010,Unknown,Unknown,2.5,77,2 +13868,2010,Unknown,Unknown,5.0,77,3 +13869,2010,Unknown,Unknown,7.0,77,1 +13870,2010,by citizenship,Bosnia and Herzegovina,2.5,77,1 +13871,2010,by citizenship,Croatia,2.5,77,1 +13872,2010,by citizenship,Kosovo,2.5,77,1 +13873,2010,by citizenship,Romania,2.5,77,1 +13874,2010,by form of exploitation,Forced labour,2.5,77,1 +13875,2010,by form of exploitation,Sexual exploitation,2.5,77,1 +13876,2011,Unknown,Unknown,2.5,77,4 +13877,2011,Unknown,Unknown,9.0,77,5 +13878,2011,Unknown,Unknown,2.5,77,6 +13879,2011,Unknown,Unknown,2.5,77,7 +13880,2011,Unknown,Unknown,2.5,77,2 +13881,2011,Unknown,Unknown,10.0,77,3 +13882,2011,Unknown,Unknown,14.0,77,1 +13883,2011,by citizenship,Bosnia and Herzegovina,2.5,77,1 +13884,2011,by citizenship,Croatia,13.0,77,1 +13885,2011,by form of exploitation,Forced labour,2.5,77,1 +13886,2011,by form of exploitation,Sexual exploitation,11.0,77,1 +13887,2012,Unknown,Unknown,2.5,77,4 +13888,2012,Unknown,Unknown,7.0,77,5 +13889,2012,Unknown,Unknown,2.5,77,6 +13890,2012,Unknown,Unknown,2.5,77,7 +13891,2012,Unknown,Unknown,2.5,77,2 +13892,2012,Unknown,Unknown,11.0,77,3 +13893,2012,Unknown,Unknown,11.0,77,1 +13894,2012,by citizenship,Croatia,8.0,77,1 +13895,2012,by citizenship,Romania,2.5,77,1 +13896,2012,by citizenship,United States,2.5,77,1 +13897,2012,by country of repatriation,Romania,2.5,77,1 +13898,2012,by form of exploitation,Forced labour,2.5,77,1 +13899,2012,by form of exploitation,Sexual exploitation,7.0,77,1 +13900,2013,Unknown,Unknown,31.0,77,1 +13901,2013,Unknown,Unknown,2.5,77,2 +13902,2013,Unknown,Unknown,2.5,77,3 +13903,2013,by country of repatriation,Serbia,2.5,77,1 +13904,2014,Unknown,Unknown,18.0,77,4 +13905,2014,Unknown,Unknown,11.0,77,5 +13906,2014,Unknown,Unknown,2.5,77,6 +13907,2014,Unknown,Unknown,2.5,77,7 +13908,2014,Unknown,Unknown,22.0,77,2 +13909,2014,Unknown,Unknown,15.0,77,3 +13910,2014,Unknown,Unknown,37.0,77,1 +13911,2014,by citizenship,Bosnia and Herzegovina,2.5,77,1 +13912,2014,by citizenship,Croatia,32.0,77,1 +13913,2014,by citizenship,Romania,2.5,77,1 +13914,2014,by form of exploitation,Forced labour,2.5,77,7 +13915,2014,by form of exploitation,Forced labour,2.5,77,1 +13916,2014,by form of exploitation,Sexual exploitation,15.0,77,4 +13917,2014,by form of exploitation,Sexual exploitation,11.0,77,5 +13918,2014,by form of exploitation,Sexual exploitation,2.5,77,6 +13919,2014,by form of exploitation,Sexual exploitation,29.0,77,1 +13920,2015,Unknown,Unknown,34.0,77,3 +13921,2015,Unknown,Unknown,7.0,77,4 +13922,2015,Unknown,Unknown,31.0,77,5 +13923,2015,Unknown,Unknown,2.5,77,6 +13924,2015,Unknown,Unknown,2.5,77,7 +13925,2015,Unknown,Unknown,7.0,77,2 +13926,2015,Unknown,Unknown,38.0,77,1 +13927,2015,by citizenship,Bosnia and Herzegovina,2.5,77,1 +13928,2015,by citizenship,Croatia,14.0,77,1 +13929,2015,by citizenship,Hungary,2.5,77,1 +13930,2015,by form of exploitation,Sexual exploitation,7.0,77,4 +13931,2015,by form of exploitation,Sexual exploitation,30.0,77,5 +13932,2015,by form of exploitation,Sexual exploitation,37.0,77,1 +13933,2016,Unknown,Unknown,8.0,77,4 +13934,2016,Unknown,Unknown,13.0,77,5 +13935,2016,Unknown,Unknown,6.0,77,6 +13936,2016,Unknown,Unknown,6.0,77,7 +13937,2016,Unknown,Unknown,11.0,77,2 +13938,2016,Unknown,Unknown,19.0,77,3 +13939,2016,Unknown,Unknown,30.0,77,1 +13940,2016,by citizenship,Afghanistan,2.5,77,1 +13941,2016,by citizenship,Croatia,22.0,77,1 +13942,2016,by citizenship,Pakistan,2.5,77,1 +13943,2016,by citizenship,Philippines,2.5,77,1 +13944,2016,by citizenship,Thailand,2.5,77,1 +13945,2016,by country of repatriation,Bosnia and Herzegovina,2.5,77,1 +13946,2016,by country of repatriation,Slovakia,2.5,77,1 +13947,2016,by country of repatriation,North Macedonia,2.5,77,1 +13948,2016,by form of exploitation,Forced labour,6.0,77,5 +13949,2016,by form of exploitation,Forced labour,6.0,77,1 +13950,2016,by form of exploitation,Sexual exploitation,6.0,77,4 +13951,2016,by form of exploitation,Sexual exploitation,7.0,77,5 +13952,2016,by form of exploitation,Sexual exploitation,2.5,77,6 +13953,2016,by form of exploitation,Sexual exploitation,2.5,77,7 +13954,2016,by form of exploitation,Sexual exploitation,15.0,77,1 +13955,2017,Unknown,Unknown,7.0,77,4 +13956,2017,Unknown,Unknown,6.0,77,5 +13957,2017,Unknown,Unknown,7.0,77,6 +13958,2017,Unknown,Unknown,9.0,77,7 +13959,2017,Unknown,Unknown,14.0,77,2 +13960,2017,Unknown,Unknown,15.0,77,3 +13961,2017,Unknown,Unknown,29.0,77,1 +13962,2017,by form of exploitation,Forced labour,5.0,77,5 +13963,2017,by form of exploitation,Forced labour,9.0,77,7 +13964,2017,by form of exploitation,Forced labour,14.0,77,1 +13965,2017,by form of exploitation,Sexual exploitation,6.0,77,4 +13966,2017,by form of exploitation,Sexual exploitation,2.5,77,5 +13967,2017,by form of exploitation,Sexual exploitation,2.5,77,6 +13968,2017,by form of exploitation,Sexual exploitation,9.0,77,1 +13969,2018,Unknown,Unknown,2.5,77,4 +13970,2018,Unknown,Unknown,26.0,77,5 +13971,2018,Unknown,Unknown,2.5,77,6 +13972,2018,Unknown,Unknown,46.0,77,7 +13973,2018,Unknown,Unknown,2.5,77,2 +13974,2018,Unknown,Unknown,72.0,77,3 +13975,2018,Unknown,Unknown,76.0,77,1 +13976,2018,by form of exploitation,Forced labour,2.5,77,4 +13977,2018,by form of exploitation,Forced labour,2.5,77,5 +13978,2018,by form of exploitation,Forced labour,2.5,77,6 +13979,2018,by form of exploitation,Forced labour,2.5,77,7 +13980,2018,by form of exploitation,Forced labour,2.5,77,1 +13981,2018,by form of exploitation,Sexual exploitation,2.5,77,4 +13982,2018,by form of exploitation,Sexual exploitation,10.0,77,5 +13983,2018,by form of exploitation,Sexual exploitation,2.5,77,6 +13984,2018,by form of exploitation,Sexual exploitation,2.5,77,7 +13985,2018,by form of exploitation,Sexual exploitation,10.0,77,1 +13986,2019,Unknown,Unknown,10.0,77,4 +13987,2019,Unknown,Unknown,9.0,77,5 +13988,2019,Unknown,Unknown,7.0,77,6 +13989,2019,Unknown,Unknown,17.0,77,2 +13990,2019,Unknown,Unknown,10.0,77,3 +13991,2019,Unknown,Unknown,27.0,77,1 +13992,2019,by form of exploitation,Sexual exploitation,2.5,77,1 +13993,2020,Unknown,Unknown,7.0,77,7 +13994,2020,Unknown,Unknown,5.0,77,2 +13995,2020,Unknown,Unknown,10.0,77,3 +13996,2020,Unknown,Unknown,15.0,77,1 +13997,2020,by form of exploitation,Forced labour,2.5,77,1 +13998,2020,by form of exploitation,Sexual exploitation,2.5,77,1 +13999,2021,by form of exploitation,Sexual exploitation,6.0,77,1 +14000,2021,Unknown,Unknown,5.0,77,4 +14001,2021,Unknown,Unknown,5.0,77,5 +14002,2021,Unknown,Unknown,5.0,77,6 +14003,2021,Unknown,Unknown,5.0,77,7 +14004,2021,Unknown,Unknown,9.0,77,2 +14005,2021,Unknown,Unknown,10.0,77,3 +14006,2021,Unknown,Unknown,19.0,77,1 +14007,2021,by citizenship,Croatia,15.0,77,1 +14008,2021,by citizenship,Nepal,2.5,77,1 +14009,2021,by form of exploitation,Forced labour,2.5,77,4 +14010,2021,by form of exploitation,Forced labour,2.5,77,5 +14011,2021,by form of exploitation,Forced labour,2.5,77,6 +14012,2021,by form of exploitation,Forced labour,5.0,77,7 +14013,2021,by form of exploitation,Forced labour,5.0,77,3 +14014,2021,by form of exploitation,Forced labour,5.0,77,1 +14015,2021,by form of exploitation,Sexual exploitation,2.5,77,4 +14016,2021,by form of exploitation,Sexual exploitation,2.5,77,5 +14017,2021,by form of exploitation,Sexual exploitation,2.5,77,6 +14018,2021,by form of exploitation,Sexual exploitation,2.5,77,7 +14019,2021,by form of exploitation,Sexual exploitation,2.5,77,2 +14020,2021,by form of exploitation,Sexual exploitation,2.5,77,3 +14021,2022,Unknown,Unknown,19.0,77,4 +14022,2022,Unknown,Unknown,6.0,77,5 +14023,2022,Unknown,Unknown,2.5,77,6 +14024,2022,Unknown,Unknown,2.5,77,7 +14025,2022,Unknown,Unknown,19.0,77,2 +14026,2022,Unknown,Unknown,10.0,77,3 +14027,2022,Unknown,Unknown,29.0,77,1 +14028,2022,by citizenship,Burkina Faso,2.5,77,1 +14029,2022,by citizenship,Croatia,26.0,77,1 +14030,2022,by citizenship,Germany,2.5,77,1 +14031,2022,by citizenship,Uganda,2.5,77,1 +14032,2022,by form of exploitation,Forced labour,2.5,77,4 +14033,2022,by form of exploitation,Forced labour,2.5,77,5 +14034,2022,by form of exploitation,Forced labour,2.5,77,6 +14035,2022,by form of exploitation,Forced labour,2.5,77,7 +14036,2022,by form of exploitation,Forced labour,2.5,77,3 +14037,2022,by form of exploitation,Forced labour,2.5,77,1 +14038,2022,by form of exploitation,Sexual exploitation,16.0,77,4 +14039,2022,by form of exploitation,Sexual exploitation,2.5,77,5 +14040,2022,by form of exploitation,Sexual exploitation,2.5,77,6 +14041,2022,by form of exploitation,Sexual exploitation,2.5,77,7 +14042,2022,by form of exploitation,Sexual exploitation,16.0,77,2 +14043,2022,by form of exploitation,Sexual exploitation,2.5,77,3 +14044,2022,by form of exploitation,Sexual exploitation,19.0,77,1 +14045,2003,by country of repatriation,Abroad,2.5,78,1 +14046,2008,by country of repatriation,Abroad,2.5,78,1 +14047,2012,Unknown,Unknown,2.5,78,2 +14048,2012,Unknown,Unknown,2.5,78,3 +14049,2012,by country of repatriation,Abroad,2.5,78,1 +14050,2013,Unknown,Unknown,2.5,78,2 +14051,2013,Unknown,Unknown,2.5,78,3 +14052,2014,Unknown,Unknown,2.5,78,2 +14053,2014,Unknown,Unknown,2.5,78,3 +14054,2014,by country of repatriation,Dominican Republic,11.0,78,1 +14055,2015,Unknown,Unknown,2.5,78,2 +14056,2015,Unknown,Unknown,2.5,78,3 +14057,2015,by country of repatriation,Dominican Republic,2.5,78,1 +14058,2016,by country of repatriation,Dominican Republic,13.0,78,1 +14059,2017,by form of exploitation,Sexual exploitation,2.5,78,1 +14060,2018,by form of exploitation,Forced labour,2.5,78,1 +14061,2018,by form of exploitation,Sexual exploitation,2.5,78,1 +14062,2019,by form of exploitation,Sexual exploitation,2.5,78,1 +14063,2020,by form of exploitation,Forced labour,2.5,78,1 +14064,2020,by form of exploitation,Sexual exploitation,2.5,78,1 +14065,2007,Unknown,Unknown,6.0,79,4 +14066,2007,Unknown,Unknown,22.0,79,5 +14067,2007,Unknown,Unknown,2.5,79,6 +14068,2007,Unknown,Unknown,2.5,79,7 +14069,2007,Unknown,Unknown,6.0,79,2 +14070,2007,Unknown,Unknown,22.0,79,3 +14071,2007,Unknown,Unknown,28.0,79,1 +14072,2007,by citizenship,Hungary,27.0,79,1 +14073,2007,by citizenship,Romania,2.5,79,1 +14074,2007,by form of exploitation,Forced labour,2.5,79,1 +14075,2007,by form of exploitation,Sexual exploitation,20.0,79,1 +14076,2008,Unknown,Unknown,2.5,79,4 +14077,2008,Unknown,Unknown,6.0,79,5 +14078,2008,Unknown,Unknown,2.5,79,6 +14079,2008,Unknown,Unknown,2.5,79,7 +14080,2008,Unknown,Unknown,2.5,79,2 +14081,2008,Unknown,Unknown,7.0,79,3 +14082,2008,Unknown,Unknown,10.0,79,1 +14083,2008,by citizenship,Hungary,8.0,79,1 +14084,2008,by citizenship,Romania,2.5,79,1 +14085,2008,by form of exploitation,Sexual exploitation,6.0,79,1 +14086,2009,Unknown,Unknown,2.5,79,4 +14087,2009,Unknown,Unknown,5.0,79,5 +14088,2009,Unknown,Unknown,2.5,79,6 +14089,2009,Unknown,Unknown,2.5,79,7 +14090,2009,Unknown,Unknown,2.5,79,2 +14091,2009,Unknown,Unknown,5.0,79,3 +14092,2009,Unknown,Unknown,9.0,79,1 +14093,2009,by citizenship,Hungary,9.0,79,1 +14094,2009,by form of exploitation,Forced labour,2.5,79,1 +14095,2009,by form of exploitation,Sexual exploitation,7.0,79,1 +14096,2010,Unknown,Unknown,2.5,79,4 +14097,2010,Unknown,Unknown,46.0,79,5 +14098,2010,Unknown,Unknown,2.5,79,6 +14099,2010,Unknown,Unknown,8.0,79,7 +14100,2010,Unknown,Unknown,2.5,79,2 +14101,2010,Unknown,Unknown,54.0,79,3 +14102,2010,Unknown,Unknown,59.0,79,1 +14103,2010,by citizenship,Hungary,28.0,79,1 +14104,2010,by country of repatriation,Romania,8.0,79,1 +14105,2010,by form of exploitation,Forced labour,12.0,79,1 +14106,2010,by form of exploitation,Sexual exploitation,38.0,79,1 +14107,2011,Unknown,Unknown,2.5,79,4 +14108,2011,Unknown,Unknown,119.0,79,5 +14109,2011,Unknown,Unknown,2.5,79,6 +14110,2011,Unknown,Unknown,2.5,79,7 +14111,2011,Unknown,Unknown,2.5,79,2 +14112,2011,Unknown,Unknown,122.0,79,3 +14113,2011,Unknown,Unknown,134.0,79,1 +14114,2011,by citizenship,Hungary,101.0,79,1 +14115,2011,by form of exploitation,Forced labour,6.0,79,1 +14116,2011,by form of exploitation,Sexual exploitation,120.0,79,1 +14117,2012,Unknown,Unknown,5.0,79,4 +14118,2012,Unknown,Unknown,48.0,79,5 +14119,2012,Unknown,Unknown,2.5,79,6 +14120,2012,Unknown,Unknown,2.5,79,7 +14121,2012,Unknown,Unknown,5.0,79,2 +14122,2012,Unknown,Unknown,52.0,79,3 +14123,2012,Unknown,Unknown,57.0,79,1 +14124,2012,by citizenship,Hungary,35.0,79,1 +14125,2012,by country of repatriation,Slovakia,2.5,79,1 +14126,2012,by form of exploitation,Forced labour,2.5,79,1 +14127,2012,by form of exploitation,Sexual exploitation,48.0,79,1 +14128,2013,Unknown,Unknown,2.5,79,2 +14129,2013,Unknown,Unknown,2.5,79,3 +14130,2013,by country of repatriation,Slovakia,2.5,79,1 +14131,2014,Unknown,Unknown,117.0,79,4 +14132,2014,Unknown,Unknown,138.0,79,5 +14133,2014,Unknown,Unknown,18.0,79,6 +14134,2014,Unknown,Unknown,21.0,79,7 +14135,2014,Unknown,Unknown,135.0,79,2 +14136,2014,Unknown,Unknown,159.0,79,3 +14137,2014,Unknown,Unknown,294.0,79,1 +14138,2014,by citizenship,Romania,2.5,79,1 +14139,2014,by citizenship,Thailand,2.5,79,1 +14140,2014,by citizenship,United States,2.5,79,1 +14141,2014,by form of exploitation,Forced labour,2.5,79,6 +14142,2014,by form of exploitation,Forced labour,14.0,79,7 +14143,2014,by form of exploitation,Forced labour,16.0,79,1 +14144,2014,by form of exploitation,Sexual exploitation,116.0,79,4 +14145,2014,by form of exploitation,Sexual exploitation,16.0,79,5 +14146,2014,by form of exploitation,Sexual exploitation,16.0,79,6 +14147,2014,by form of exploitation,Sexual exploitation,7.0,79,7 +14148,2014,by form of exploitation,Sexual exploitation,266.0,79,1 +14149,2015,Unknown,Unknown,321.0,79,4 +14150,2015,Unknown,Unknown,23.0,79,5 +14151,2015,Unknown,Unknown,35.0,79,6 +14152,2015,Unknown,Unknown,128.0,79,7 +14153,2015,Unknown,Unknown,356.0,79,2 +14154,2015,Unknown,Unknown,151.0,79,3 +14155,2015,Unknown,Unknown,507.0,79,1 +14156,2015,by citizenship,Romania,2.5,79,1 +14157,2015,by form of exploitation,Forced labour,2.5,79,4 +14158,2015,by form of exploitation,Forced labour,2.5,79,5 +14159,2015,by form of exploitation,Forced labour,6.0,79,6 +14160,2015,by form of exploitation,Forced labour,15.0,79,7 +14161,2015,by form of exploitation,Forced labour,25.0,79,1 +14162,2015,by form of exploitation,Sexual exploitation,317.0,79,4 +14163,2015,by form of exploitation,Sexual exploitation,122.0,79,5 +14164,2015,by form of exploitation,Sexual exploitation,29.0,79,6 +14165,2015,by form of exploitation,Sexual exploitation,8.0,79,7 +14166,2015,by form of exploitation,Sexual exploitation,476.0,79,1 +14167,2016,Unknown,Unknown,228.0,79,4 +14168,2016,Unknown,Unknown,205.0,79,5 +14169,2016,Unknown,Unknown,43.0,79,6 +14170,2016,Unknown,Unknown,13.0,79,7 +14171,2016,Unknown,Unknown,271.0,79,2 +14172,2016,Unknown,Unknown,218.0,79,3 +14173,2016,Unknown,Unknown,489.0,79,1 +14174,2016,by citizenship,Romania,2.5,79,1 +14175,2016,by citizenship,Slovakia,2.5,79,1 +14176,2016,by country of repatriation,Bosnia and Herzegovina,2.5,79,1 +14177,2016,by form of exploitation,Forced labour,2.5,79,4 +14178,2016,by form of exploitation,Forced labour,2.5,79,5 +14179,2016,by form of exploitation,Forced labour,2.5,79,6 +14180,2016,by form of exploitation,Forced labour,6.0,79,7 +14181,2016,by form of exploitation,Forced labour,10.0,79,1 +14182,2016,by form of exploitation,Sexual exploitation,227.0,79,4 +14183,2016,by form of exploitation,Sexual exploitation,203.0,79,5 +14184,2016,by form of exploitation,Sexual exploitation,42.0,79,6 +14185,2016,by form of exploitation,Sexual exploitation,7.0,79,7 +14186,2016,by form of exploitation,Sexual exploitation,479.0,79,1 +14187,2017,Unknown,Unknown,2.5,79,4 +14188,2017,Unknown,Unknown,6.0,79,5 +14189,2017,Unknown,Unknown,2.5,79,6 +14190,2017,Unknown,Unknown,2.5,79,7 +14191,2017,Unknown,Unknown,2.5,79,2 +14192,2017,Unknown,Unknown,6.0,79,3 +14193,2017,Unknown,Unknown,9.0,79,1 +14194,2017,by citizenship,China,6.0,79,1 +14195,2017,by citizenship,Nationals,2.5,79,1 +14196,2017,by form of exploitation,Forced labour,2.5,79,4 +14197,2017,by form of exploitation,Forced labour,2.5,79,5 +14198,2017,by form of exploitation,Forced labour,2.5,79,6 +14199,2017,by form of exploitation,Forced labour,5.0,79,7 +14200,2017,by form of exploitation,Forced labour,10.0,79,1 +14201,2017,by form of exploitation,Sexual exploitation,173.0,79,4 +14202,2017,by form of exploitation,Sexual exploitation,146.0,79,5 +14203,2017,by form of exploitation,Sexual exploitation,27.0,79,6 +14204,2017,by form of exploitation,Sexual exploitation,21.0,79,7 +14205,2017,by form of exploitation,Sexual exploitation,367.0,79,1 +14206,2018,Unknown,Unknown,2.5,79,4 +14207,2018,Unknown,Unknown,18.0,79,5 +14208,2018,Unknown,Unknown,2.5,79,6 +14209,2018,Unknown,Unknown,10.0,79,7 +14210,2018,Unknown,Unknown,5.0,79,2 +14211,2018,Unknown,Unknown,28.0,79,3 +14212,2018,Unknown,Unknown,33.0,79,1 +14213,2018,by citizenship,Nationals,32.0,79,1 +14214,2018,by citizenship,Thailand,2.5,79,1 +14215,2018,by country of repatriation,Abroad,5.0,79,1 +14216,2018,by form of exploitation,Forced labour,2.5,79,4 +14217,2018,by form of exploitation,Forced labour,2.5,79,5 +14218,2018,by form of exploitation,Forced labour,2.5,79,6 +14219,2018,by form of exploitation,Forced labour,2.5,79,7 +14220,2018,by form of exploitation,Forced labour,2.5,79,2 +14221,2018,by form of exploitation,Forced labour,5.0,79,3 +14222,2018,by form of exploitation,Forced labour,2.5,79,1 +14223,2018,by form of exploitation,Sexual exploitation,2.5,79,4 +14224,2018,by form of exploitation,Sexual exploitation,9.0,79,5 +14225,2018,by form of exploitation,Sexual exploitation,2.5,79,6 +14226,2018,by form of exploitation,Sexual exploitation,2.5,79,7 +14227,2018,by form of exploitation,Sexual exploitation,2.5,79,2 +14228,2018,by form of exploitation,Sexual exploitation,9.0,79,3 +14229,2018,by form of exploitation,Sexual exploitation,9.0,79,1 +14230,2019,Unknown,Unknown,9.0,79,4 +14231,2019,Unknown,Unknown,74.0,79,5 +14232,2019,Unknown,Unknown,2.5,79,6 +14233,2019,Unknown,Unknown,8.0,79,7 +14234,2019,Unknown,Unknown,9.0,79,2 +14235,2019,Unknown,Unknown,82.0,79,3 +14236,2019,Unknown,Unknown,91.0,79,1 +14237,2019,by citizenship,Algeria,2.5,79,1 +14238,2019,by citizenship,Netherlands,2.5,79,1 +14239,2019,by citizenship,Hungary,78.0,79,1 +14240,2019,by country of repatriation,Abroad,13.0,79,1 +14241,2019,by form of exploitation,Forced labour,2.5,79,4 +14242,2019,by form of exploitation,Forced labour,2.5,79,5 +14243,2019,by form of exploitation,Forced labour,2.5,79,6 +14244,2019,by form of exploitation,Forced labour,6.0,79,7 +14245,2019,by form of exploitation,Forced labour,2.5,79,2 +14246,2019,by form of exploitation,Forced labour,6.0,79,3 +14247,2019,by form of exploitation,Forced labour,6.0,79,1 +14248,2019,by form of exploitation,Sexual exploitation,2.5,79,4 +14249,2019,by form of exploitation,Sexual exploitation,36.0,79,5 +14250,2019,by form of exploitation,Sexual exploitation,2.5,79,6 +14251,2019,by form of exploitation,Sexual exploitation,2.5,79,7 +14252,2019,by form of exploitation,Sexual exploitation,2.5,79,2 +14253,2019,by form of exploitation,Sexual exploitation,36.0,79,3 +14254,2019,by form of exploitation,Sexual exploitation,39.0,79,1 +14255,2020,Unknown,Unknown,29.0,79,4 +14256,2020,Unknown,Unknown,159.0,79,5 +14257,2020,Unknown,Unknown,5.0,79,6 +14258,2020,Unknown,Unknown,44.0,79,7 +14259,2020,Unknown,Unknown,2.5,79,8 +14260,2020,Unknown,Unknown,34.0,79,2 +14261,2020,Unknown,Unknown,205.0,79,3 +14262,2020,Unknown,Unknown,239.0,79,1 +14263,2020,Unknown,Unknown,2.5,79,1 +14264,2020,by citizenship,Hungary,211.0,79,1 +14265,2020,by citizenship,Nigeria,2.5,79,1 +14266,2020,by citizenship,Pakistan,2.5,79,1 +14267,2020,by citizenship,Romania,2.5,79,1 +14268,2020,by citizenship,Slovakia,2.5,79,1 +14269,2020,by citizenship,Turkey,2.5,79,1 +14270,2020,by country of repatriation,Abroad,28.0,79,1 +14271,2020,by form of exploitation,Forced labour,2.5,79,4 +14272,2020,by form of exploitation,Forced labour,7.0,79,5 +14273,2020,by form of exploitation,Forced labour,2.5,79,6 +14274,2020,by form of exploitation,Forced labour,25.0,79,7 +14275,2020,by form of exploitation,Forced labour,2.5,79,2 +14276,2020,by form of exploitation,Forced labour,32.0,79,3 +14277,2020,by form of exploitation,Forced labour,32.0,79,1 +14278,2020,by form of exploitation,Sexual exploitation,20.0,79,4 +14279,2020,by form of exploitation,Sexual exploitation,75.0,79,5 +14280,2020,by form of exploitation,Sexual exploitation,20.0,79,6 +14281,2020,by form of exploitation,Sexual exploitation,2.5,79,7 +14282,2020,by form of exploitation,Sexual exploitation,20.0,79,2 +14283,2020,by form of exploitation,Sexual exploitation,76.0,79,3 +14284,2020,by form of exploitation,Sexual exploitation,96.0,79,1 +14285,2021,Unknown,Unknown,28.0,79,4 +14286,2021,Unknown,Unknown,106.0,79,5 +14287,2021,Unknown,Unknown,9.0,79,6 +14288,2021,Unknown,Unknown,58.0,79,7 +14289,2021,Unknown,Unknown,37.0,79,2 +14290,2021,Unknown,Unknown,164.0,79,3 +14291,2021,Unknown,Unknown,201.0,79,1 +14292,2021,by citizenship,Hungary,167.0,79,1 +14293,2021,by citizenship,Mongolia,2.5,79,1 +14294,2021,by citizenship,Mozambique,2.5,79,1 +14295,2021,by citizenship,Romania,2.5,79,1 +14296,2021,by form of exploitation,Forced labour,2.5,79,4 +14297,2021,by form of exploitation,Forced labour,15.0,79,5 +14298,2021,by form of exploitation,Forced labour,2.5,79,6 +14299,2021,by form of exploitation,Forced labour,37.0,79,7 +14300,2021,by form of exploitation,Forced labour,2.5,79,2 +14301,2021,by form of exploitation,Forced labour,52.0,79,3 +14302,2021,by form of exploitation,Forced labour,56.0,79,1 +14303,2021,by form of exploitation,Sexual exploitation,22.0,79,4 +14304,2021,by form of exploitation,Sexual exploitation,59.0,79,5 +14305,2021,by form of exploitation,Sexual exploitation,5.0,79,6 +14306,2021,by form of exploitation,Sexual exploitation,5.0,79,7 +14307,2021,by form of exploitation,Sexual exploitation,27.0,79,2 +14308,2021,by form of exploitation,Sexual exploitation,64.0,79,3 +14309,2021,by form of exploitation,Sexual exploitation,91.0,79,1 +14310,2022,Unknown,Unknown,37.0,79,4 +14311,2022,Unknown,Unknown,117.0,79,5 +14312,2022,Unknown,Unknown,2.5,79,6 +14313,2022,Unknown,Unknown,64.0,79,7 +14314,2022,Unknown,Unknown,41.0,79,2 +14315,2022,Unknown,Unknown,181.0,79,3 +14316,2022,Unknown,Unknown,222.0,79,1 +14317,2022,by citizenship,Albania,2.5,79,1 +14318,2022,by citizenship,Cuba,2.5,79,1 +14319,2022,by citizenship,Hungary,207.0,79,1 +14320,2022,by citizenship,Romania,2.5,79,1 +14321,2022,by form of exploitation,Forced labour,2.5,79,4 +14322,2022,by form of exploitation,Forced labour,16.0,79,5 +14323,2022,by form of exploitation,Forced labour,2.5,79,6 +14324,2022,by form of exploitation,Forced labour,26.0,79,7 +14325,2022,by form of exploitation,Forced labour,42.0,79,3 +14326,2022,by form of exploitation,Forced labour,42.0,79,1 +14327,2022,by form of exploitation,Sexual exploitation,21.0,79,4 +14328,2022,by form of exploitation,Sexual exploitation,50.0,79,5 +14329,2022,by form of exploitation,Sexual exploitation,2.5,79,6 +14330,2022,by form of exploitation,Sexual exploitation,2.5,79,7 +14331,2022,by form of exploitation,Sexual exploitation,21.0,79,2 +14332,2022,by form of exploitation,Sexual exploitation,52.0,79,3 +14333,2022,by form of exploitation,Sexual exploitation,73.0,79,1 +14334,2007,Unknown,Unknown,240.0,80,2 +14335,2007,Unknown,Unknown,334.0,80,3 +14336,2007,Unknown,Unknown,574.0,80,1 +14337,2007,by citizenship,Indonesia,1156.0,80,1 +14338,2008,Unknown,Unknown,88.0,80,2 +14339,2008,Unknown,Unknown,519.0,80,3 +14340,2008,Unknown,Unknown,607.0,80,1 +14341,2008,by citizenship,Indonesia,358.0,80,1 +14342,2008,by form of exploitation,Forced labour,242.0,80,1 +14343,2008,by form of exploitation,Sexual exploitation,49.0,80,1 +14344,2009,Unknown,Unknown,67.0,80,2 +14345,2009,Unknown,Unknown,208.0,80,3 +14346,2009,Unknown,Unknown,275.0,80,1 +14347,2009,by citizenship,Indonesia,345.0,80,1 +14348,2009,by form of exploitation,Forced labour,258.0,80,1 +14349,2009,by form of exploitation,Sexual exploitation,66.0,80,1 +14350,2010,Unknown,Unknown,57.0,80,2 +14351,2010,Unknown,Unknown,86.0,80,3 +14352,2010,Unknown,Unknown,143.0,80,1 +14353,2010,by citizenship,Colombia,2.5,80,1 +14354,2010,by citizenship,Indonesia,129.0,80,1 +14355,2010,by citizenship,Moldova,2.5,80,1 +14356,2010,by citizenship,Ukraine,5.0,80,1 +14357,2010,by citizenship,Uzbekistan,9.0,80,1 +14358,2010,by country of repatriation,Colombia,2.5,80,1 +14359,2010,by country of repatriation,Kazakhstan,2.5,80,1 +14360,2010,by country of repatriation,Moldova,2.5,80,1 +14361,2010,by country of repatriation,Thailand,2.5,80,1 +14362,2010,by country of repatriation,Ukraine,8.0,80,1 +14363,2011,by country of repatriation,Colombia,2.5,80,1 +14364,2011,by country of repatriation,Thailand,6.0,80,1 +14365,2012,Unknown,Unknown,71.0,80,4 +14366,2012,Unknown,Unknown,174.0,80,5 +14367,2012,Unknown,Unknown,2.5,80,6 +14368,2012,Unknown,Unknown,46.0,80,7 +14369,2012,Unknown,Unknown,72.0,80,2 +14370,2012,Unknown,Unknown,220.0,80,3 +14371,2012,Unknown,Unknown,292.0,80,1 +14372,2012,by citizenship,Indonesia,192.0,80,1 +14373,2012,by country of repatriation,Colombia,6.0,80,1 +14374,2012,by country of repatriation,Uzbekistan,5.0,80,1 +14375,2013,Unknown,Unknown,66.0,80,4 +14376,2013,Unknown,Unknown,75.0,80,5 +14377,2013,Unknown,Unknown,2.5,80,6 +14378,2013,Unknown,Unknown,17.0,80,7 +14379,2013,Unknown,Unknown,63.0,80,2 +14380,2013,Unknown,Unknown,92.0,80,3 +14381,2013,Unknown,Unknown,158.0,80,1 +14382,2013,by country of repatriation,Colombia,2.5,80,1 +14383,2013,by country of repatriation,Uzbekistan,2.5,80,1 +14384,2014,Unknown,Unknown,65.0,80,4 +14385,2014,Unknown,Unknown,482.0,80,5 +14386,2014,Unknown,Unknown,2.5,80,6 +14387,2014,Unknown,Unknown,58.0,80,7 +14388,2014,Unknown,Unknown,65.0,80,2 +14389,2014,Unknown,Unknown,540.0,80,3 +14390,2014,Unknown,Unknown,605.0,80,1 +14391,2014,by country of repatriation,Cambodia,23.0,80,1 +14392,2014,by country of repatriation,Colombia,5.0,80,1 +14393,2015,Unknown,Unknown,7.0,80,4 +14394,2015,Unknown,Unknown,191.0,80,5 +14395,2015,Unknown,Unknown,2.5,80,6 +14396,2015,Unknown,Unknown,242.0,80,7 +14397,2015,Unknown,Unknown,8.0,80,2 +14398,2015,Unknown,Unknown,431.0,80,3 +14399,2015,Unknown,Unknown,441.0,80,1 +14400,2016,by country of repatriation,Cambodia,23.0,80,1 +14401,2016,by country of repatriation,Colombia,5.0,80,1 +14402,2016,by country of repatriation,Myanmar,1192.0,80,1 +14403,2016,by country of repatriation,Thailand,34.0,80,1 +14404,2016,by country of repatriation,Timor-Leste,10.0,80,1 +14405,2017,Unknown,Unknown,89.0,80,4 +14406,2017,Unknown,Unknown,1361.0,80,5 +14407,2017,Unknown,Unknown,2.5,80,6 +14408,2017,Unknown,Unknown,11.0,80,7 +14409,2017,Unknown,Unknown,90.0,80,2 +14410,2017,Unknown,Unknown,1372.0,80,3 +14411,2017,Unknown,Unknown,1469.0,80,1 +14412,2017,by form of exploitation,Forced labour,44.0,80,1 +14413,2017,by form of exploitation,Sexual exploitation,78.0,80,1 +14414,2018,Unknown,Unknown,18.0,80,4 +14415,2018,Unknown,Unknown,190.0,80,5 +14416,2018,Unknown,Unknown,10.0,80,6 +14417,2018,Unknown,Unknown,79.0,80,7 +14418,2018,Unknown,Unknown,28.0,80,2 +14419,2018,Unknown,Unknown,269.0,80,3 +14420,2018,Unknown,Unknown,297.0,80,1 +14421,2018,by form of exploitation,Forced labour,55.0,80,1 +14422,2018,by form of exploitation,Sexual exploitation,38.0,80,1 +14423,2019,Unknown,Unknown,28.0,80,4 +14424,2019,Unknown,Unknown,200.0,80,5 +14425,2019,Unknown,Unknown,2.5,80,6 +14426,2019,Unknown,Unknown,52.0,80,7 +14427,2019,Unknown,Unknown,28.0,80,2 +14428,2019,Unknown,Unknown,252.0,80,3 +14429,2019,Unknown,Unknown,280.0,80,1 +14430,2019,by form of exploitation,Forced labour,53.0,80,1 +14431,2019,by form of exploitation,Sexual exploitation,50.0,80,1 +14432,2020,Unknown,Unknown,8.0,80,4 +14433,2020,Unknown,Unknown,34.0,80,5 +14434,2020,Unknown,Unknown,2.5,80,6 +14435,2020,Unknown,Unknown,18.0,80,7 +14436,2020,Unknown,Unknown,8.0,80,2 +14437,2020,Unknown,Unknown,52.0,80,3 +14438,2020,Unknown,Unknown,60.0,80,1 +14439,2020,by form of exploitation,Forced labour,23.0,80,1 +14440,2020,by form of exploitation,Sexual exploitation,8.0,80,1 +14441,2010,by country of repatriation,Nepal,27.0,81,1 +14442,2011,Unknown,Unknown,27.0,81,5 +14443,2011,Unknown,Unknown,2.5,81,7 +14444,2011,Unknown,Unknown,125.0,81,2 +14445,2011,Unknown,Unknown,27.0,81,3 +14446,2011,Unknown,Unknown,152.0,81,1 +14447,2011,by citizenship,Bangladesh,34.0,81,1 +14448,2011,by citizenship,India,81.0,81,1 +14449,2011,by country of repatriation,Nepal,49.0,81,1 +14450,2012,Unknown,Unknown,2.5,81,2 +14451,2012,Unknown,Unknown,2.5,81,3 +14452,2012,by citizenship,Bangladesh,2.5,81,1 +14453,2012,by citizenship,India,146.0,81,1 +14454,2012,by citizenship,Nepal,27.0,81,1 +14455,2012,by citizenship,Russia,2.5,81,1 +14456,2012,by country of repatriation,Nepal,49.0,81,1 +14457,2012,by country of repatriation,Uzbekistan,25.0,81,1 +14458,2013,Unknown,Unknown,2.5,81,2 +14459,2013,Unknown,Unknown,2.5,81,3 +14460,2013,by country of repatriation,Nepal,39.0,81,1 +14461,2013,by country of repatriation,Uganda,35.0,81,1 +14462,2013,by country of repatriation,Uzbekistan,6.0,81,1 +14463,2014,Unknown,Unknown,2.5,81,2 +14464,2014,Unknown,Unknown,2.5,81,3 +14465,2014,by country of repatriation,Uganda,5.0,81,1 +14466,2014,by country of repatriation,Uzbekistan,7.0,81,1 +14467,2015,Unknown,Unknown,2.5,81,2 +14468,2015,Unknown,Unknown,2.5,81,3 +14469,2015,by country of repatriation,Uzbekistan,2.5,81,1 +14470,2016,by country of repatriation,Turkmenistan,6.0,81,1 +14471,2016,by country of repatriation,Uganda,5.0,81,1 +14472,2016,by country of repatriation,Ukraine,2.5,81,1 +14473,2016,by country of repatriation,Uzbekistan,11.0,81,1 +14474,2017,Unknown,Unknown,1516.0,81,4 +14475,2017,Unknown,Unknown,2024.0,81,5 +14476,2017,Unknown,Unknown,2037.0,81,6 +14477,2017,Unknown,Unknown,321.0,81,7 +14478,2017,Unknown,Unknown,3553.0,81,2 +14479,2017,Unknown,Unknown,2345.0,81,3 +14480,2017,Unknown,Unknown,5898.0,81,1 +14481,2017,by citizenship,Bangladesh,17.0,81,1 +14482,2017,by citizenship,Nepal,47.0,81,1 +14483,2017,by citizenship,Unknown,26.0,81,1 +14484,2017,by form of exploitation,Forced labour,1770.0,81,1 +14485,2017,by form of exploitation,Sexual exploitation,1275.0,81,1 +14486,2018,Unknown,Unknown,1247.0,81,4 +14487,2018,Unknown,Unknown,2472.0,81,5 +14488,2018,Unknown,Unknown,1587.0,81,6 +14489,2018,Unknown,Unknown,482.0,81,7 +14490,2018,Unknown,Unknown,2834.0,81,2 +14491,2018,Unknown,Unknown,2954.0,81,3 +14492,2018,Unknown,Unknown,5788.0,81,1 +14493,2018,by citizenship,Bangladesh,25.0,81,1 +14494,2018,by citizenship,Nepal,167.0,81,1 +14495,2018,by citizenship,Unknown,60.0,81,1 +14496,2018,by form of exploitation,Forced labour,1189.0,81,1 +14497,2018,by form of exploitation,Sexual exploitation,1922.0,81,1 +14498,2019,Unknown,Unknown,1021.0,81,4 +14499,2019,Unknown,Unknown,2900.0,81,5 +14500,2019,Unknown,Unknown,1725.0,81,6 +14501,2019,Unknown,Unknown,765.0,81,7 +14502,2019,Unknown,Unknown,2914.0,81,2 +14503,2019,Unknown,Unknown,3702.0,81,3 +14504,2019,Unknown,Unknown,6411.0,81,1 +14505,2019,by citizenship,,6691.0,81,1 +14506,2019,by form of exploitation,Forced labour,1505.0,81,1 +14507,2019,by form of exploitation,Sexual exploitation,2080.0,81,1 +14508,2020,Unknown,Unknown,801.0,81,4 +14509,2020,Unknown,Unknown,1976.0,81,5 +14510,2020,Unknown,Unknown,1350.0,81,6 +14511,2020,Unknown,Unknown,553.0,81,7 +14512,2020,Unknown,Unknown,2222.0,81,2 +14513,2020,Unknown,Unknown,2487.0,81,3 +14514,2020,Unknown,Unknown,4680.0,81,1 +14515,2020,by citizenship,,4700.0,81,1 +14516,2020,by form of exploitation,Forced labour,2298.0,81,1 +14517,2020,by form of exploitation,Sexual exploitation,1466.0,81,1 +14518,2021,Unknown,Unknown,1205.0,81,4 +14519,2021,Unknown,Unknown,2707.0,81,5 +14520,2021,Unknown,Unknown,1486.0,81,6 +14521,2021,Unknown,Unknown,815.0,81,7 +14522,2021,Unknown,Unknown,2877.0,81,2 +14523,2021,Unknown,Unknown,3656.0,81,3 +14524,2021,Unknown,Unknown,6213.0,81,1 +14525,2021,by citizenship,,6250.0,81,1 +14526,2021,by form of exploitation,Forced labour,3179.0,81,1 +14527,2021,by form of exploitation,Sexual exploitation,2049.0,81,1 +14528,2022,Unknown,Unknown,1190.0,81,4 +14529,2022,Unknown,Unknown,2767.0,81,5 +14530,2022,Unknown,Unknown,1908.0,81,6 +14531,2022,Unknown,Unknown,828.0,81,7 +14532,2022,Unknown,Unknown,2878.0,81,2 +14533,2022,Unknown,Unknown,3158.0,81,3 +14534,2022,Unknown,Unknown,6693.0,81,1 +14535,2022,by citizenship,,6876.0,81,1 +14536,2022,by form of exploitation,Forced labour,3539.0,81,1 +14537,2022,by form of exploitation,Sexual exploitation,1983.0,81,1 +14538,2009,Unknown,Unknown,17.0,82,2 +14539,2009,Unknown,Unknown,49.0,82,3 +14540,2009,Unknown,Unknown,66.0,82,1 +14541,2009,by citizenship,Cameroon,2.5,82,1 +14542,2009,by citizenship,Ghana,2.5,82,1 +14543,2009,by citizenship,Kenya,2.5,82,1 +14544,2009,by citizenship,Latvia,2.5,82,1 +14545,2009,by citizenship,Nigeria,12.0,82,1 +14546,2009,by citizenship,Poland,2.5,82,1 +14547,2009,by citizenship,Moldova,2.5,82,1 +14548,2009,by citizenship,Romania,2.5,82,1 +14549,2009,by citizenship,Slovakia,2.5,82,1 +14550,2009,by citizenship,South Africa,2.5,82,1 +14551,2010,Unknown,Unknown,61.0,82,5 +14552,2010,Unknown,Unknown,2.5,82,9 +14553,2010,Unknown,Unknown,2.5,82,8 +14554,2010,Unknown,Unknown,13.0,82,4 +14555,2010,Unknown,Unknown,6.0,82,6 +14556,2010,Unknown,Unknown,11.0,82,7 +14557,2010,Unknown,Unknown,19.0,82,2 +14558,2010,Unknown,Unknown,59.0,82,3 +14559,2010,Unknown,Unknown,78.0,82,1 +14560,2010,by citizenship,Albania,2.5,82,1 +14561,2010,by citizenship,Bangladesh,5.0,82,1 +14562,2010,by citizenship,Bulgaria,2.5,82,1 +14563,2010,by citizenship,Cameroon,2.5,82,1 +14564,2010,by citizenship,China,2.5,82,1 +14565,2010,by citizenship,Cote d'Ivoire,2.5,82,1 +14566,2010,by citizenship,Eritrea,2.5,82,1 +14567,2010,by citizenship,Ireland,6.0,82,1 +14568,2010,by citizenship,Kenya,2.5,82,1 +14569,2010,by citizenship,Latvia,2.5,82,1 +14570,2010,by citizenship,Lithuania,2.5,82,1 +14571,2010,by citizenship,Malaysia,2.5,82,1 +14572,2010,by citizenship,Mauritius,2.5,82,1 +14573,2010,by citizenship,Morocco,2.5,82,1 +14574,2010,by citizenship,Nigeria,26.0,82,1 +14575,2010,by citizenship,Philippines,2.5,82,1 +14576,2010,by citizenship,Poland,2.5,82,1 +14577,2010,by citizenship,Romania,11.0,82,1 +14578,2010,by citizenship,South Africa,2.5,82,1 +14579,2010,by citizenship,Togo,2.5,82,1 +14580,2010,by citizenship,Ukraine,2.5,82,1 +14581,2010,by citizenship,Zimbabwe,2.5,82,1 +14582,2010,by country of repatriation,Latvia,2.5,82,1 +14583,2010,by country of repatriation,Romania,8.0,82,1 +14584,2010,by country of repatriation,South Africa,2.5,82,1 +14585,2010,by country of repatriation,Ukraine,8.0,82,1 +14586,2010,by form of exploitation,Forced labour,19.0,82,1 +14587,2010,by form of exploitation,Sexual exploitation,56.0,82,1 +14588,2011,Unknown,Unknown,48.0,82,5 +14589,2011,Unknown,Unknown,2.5,82,9 +14590,2011,Unknown,Unknown,2.5,82,8 +14591,2011,Unknown,Unknown,9.0,82,4 +14592,2011,Unknown,Unknown,2.5,82,6 +14593,2011,Unknown,Unknown,5.0,82,7 +14594,2011,Unknown,Unknown,13.0,82,2 +14595,2011,Unknown,Unknown,44.0,82,3 +14596,2011,Unknown,Unknown,57.0,82,1 +14597,2011,by citizenship,Albania,2.5,82,1 +14598,2011,by citizenship,Brazil,2.5,82,1 +14599,2011,by citizenship,Bulgaria,2.5,82,1 +14600,2011,by citizenship,Cameroon,2.5,82,1 +14601,2011,by citizenship,China,2.5,82,1 +14602,2011,by citizenship,Czech Republic,2.5,82,1 +14603,2011,by citizenship,Ghana,2.5,82,1 +14604,2011,by citizenship,Hungary,2.5,82,1 +14605,2011,by citizenship,Ireland,6.0,82,1 +14606,2011,by citizenship,Liberia,2.5,82,1 +14607,2011,by citizenship,Malaysia,2.5,82,1 +14608,2011,by citizenship,Morocco,2.5,82,1 +14609,2011,by citizenship,Nigeria,19.0,82,1 +14610,2011,by citizenship,Pakistan,2.5,82,1 +14611,2011,by citizenship,Peru,2.5,82,1 +14612,2011,by citizenship,Romania,6.0,82,1 +14613,2011,by citizenship,Sierra Leone,2.5,82,1 +14614,2011,by citizenship,Somalia,2.5,82,1 +14615,2011,by citizenship,South Africa,2.5,82,1 +14616,2011,by citizenship,Thailand,2.5,82,1 +14617,2011,by citizenship,Zimbabwe,2.5,82,1 +14618,2011,by country of repatriation,Latvia,2.5,82,1 +14619,2011,by country of repatriation,Romania,2.5,82,1 +14620,2011,by form of exploitation,Forced labour,13.0,82,1 +14621,2011,by form of exploitation,Sexual exploitation,37.0,82,1 +14622,2012,Unknown,Unknown,31.0,82,5 +14623,2012,Unknown,Unknown,2.5,82,9 +14624,2012,Unknown,Unknown,2.5,82,8 +14625,2012,Unknown,Unknown,10.0,82,4 +14626,2012,Unknown,Unknown,13.0,82,6 +14627,2012,Unknown,Unknown,2.5,82,7 +14628,2012,Unknown,Unknown,23.0,82,2 +14629,2012,Unknown,Unknown,25.0,82,3 +14630,2012,Unknown,Unknown,48.0,82,1 +14631,2012,by citizenship,Albania,2.5,82,1 +14632,2012,by citizenship,Brazil,2.5,82,1 +14633,2012,by citizenship,Bulgaria,2.5,82,1 +14634,2012,by citizenship,Ghana,2.5,82,1 +14635,2012,by citizenship,Hungary,2.5,82,1 +14636,2012,by citizenship,Ireland,19.0,82,1 +14637,2012,by citizenship,Mauritius,2.5,82,1 +14638,2012,by citizenship,Morocco,2.5,82,1 +14639,2012,by citizenship,Nigeria,8.0,82,1 +14640,2012,by citizenship,Pakistan,2.5,82,1 +14641,2012,by citizenship,Philippines,2.5,82,1 +14642,2012,by citizenship,Poland,2.5,82,1 +14643,2012,by citizenship,Romania,2.5,82,1 +14644,2012,by citizenship,Zimbabwe,2.5,82,1 +14645,2012,by country of repatriation,Bulgaria,2.5,82,1 +14646,2012,by country of repatriation,Latvia,13.0,82,1 +14647,2012,by country of repatriation,Romania,2.5,82,1 +14648,2012,by form of exploitation,Forced labour,6.0,82,1 +14649,2012,by form of exploitation,Sexual exploitation,39.0,82,1 +14650,2013,Unknown,Unknown,33.0,82,5 +14651,2013,Unknown,Unknown,2.5,82,9 +14652,2013,Unknown,Unknown,2.5,82,8 +14653,2013,Unknown,Unknown,7.0,82,4 +14654,2013,Unknown,Unknown,9.0,82,6 +14655,2013,Unknown,Unknown,2.5,82,7 +14656,2013,Unknown,Unknown,16.0,82,2 +14657,2013,Unknown,Unknown,28.0,82,3 +14658,2013,Unknown,Unknown,44.0,82,1 +14659,2013,by country of repatriation,Slovakia,2.5,82,1 +14660,2013,by form of exploitation,Forced labour,8.0,82,1 +14661,2013,by form of exploitation,Sexual exploitation,29.0,82,1 +14662,2014,Unknown,Unknown,31.0,82,5 +14663,2014,Unknown,Unknown,2.5,82,9 +14664,2014,Unknown,Unknown,2.5,82,8 +14665,2014,Unknown,Unknown,5.0,82,4 +14666,2014,Unknown,Unknown,8.0,82,6 +14667,2014,Unknown,Unknown,7.0,82,7 +14668,2014,Unknown,Unknown,13.0,82,2 +14669,2014,Unknown,Unknown,33.0,82,3 +14670,2014,Unknown,Unknown,46.0,82,1 +14671,2014,by citizenship,Albania,2.5,82,1 +14672,2014,by citizenship,Brazil,8.0,82,1 +14673,2014,by citizenship,Bulgaria,2.5,82,1 +14674,2014,by citizenship,Cameroon,2.5,82,1 +14675,2014,by citizenship,Ireland,8.0,82,1 +14676,2014,by citizenship,Lithuania,2.5,82,1 +14677,2014,by citizenship,Nigeria,2.5,82,1 +14678,2014,by citizenship,Pakistan,2.5,82,1 +14679,2014,by citizenship,Poland,2.5,82,1 +14680,2014,by citizenship,Romania,15.0,82,1 +14681,2014,by citizenship,Somalia,2.5,82,1 +14682,2014,by citizenship,South Africa,2.5,82,1 +14683,2014,by citizenship,Zimbabwe,2.5,82,1 +14684,2014,by country of repatriation,Latvia,15.0,82,1 +14685,2014,by form of exploitation,Forced labour,2.5,82,4 +14686,2014,by form of exploitation,Forced labour,2.5,82,5 +14687,2014,by form of exploitation,Forced labour,2.5,82,6 +14688,2014,by form of exploitation,Forced labour,2.5,82,7 +14689,2014,by form of exploitation,Forced labour,7.0,82,1 +14690,2014,by form of exploitation,Sexual exploitation,2.5,82,4 +14691,2014,by form of exploitation,Sexual exploitation,22.0,82,5 +14692,2014,by form of exploitation,Sexual exploitation,5.0,82,6 +14693,2014,by form of exploitation,Sexual exploitation,2.5,82,7 +14694,2014,by form of exploitation,Sexual exploitation,32.0,82,1 +14695,2015,Unknown,Unknown,52.0,82,5 +14696,2015,Unknown,Unknown,2.5,82,9 +14697,2015,Unknown,Unknown,2.5,82,8 +14698,2015,Unknown,Unknown,17.0,82,4 +14699,2015,Unknown,Unknown,6.0,82,6 +14700,2015,Unknown,Unknown,19.0,82,7 +14701,2015,Unknown,Unknown,23.0,82,2 +14702,2015,Unknown,Unknown,54.0,82,3 +14703,2015,Unknown,Unknown,78.0,82,1 +14704,2015,by citizenship,Albania,2.5,82,1 +14705,2015,by citizenship,Brazil,2.5,82,1 +14706,2015,by citizenship,Bulgaria,2.5,82,1 +14707,2015,by citizenship,Czech Republic,2.5,82,1 +14708,2015,by citizenship,Fiji,2.5,82,1 +14709,2015,by citizenship,Ghana,2.5,82,1 +14710,2015,by citizenship,Ireland,15.0,82,1 +14711,2015,by citizenship,Kenya,2.5,82,1 +14712,2015,by citizenship,Lithuania,5.0,82,1 +14713,2015,by citizenship,Malawi,2.5,82,1 +14714,2015,by citizenship,Nigeria,13.0,82,1 +14715,2015,by citizenship,Philippines,2.5,82,1 +14716,2015,by citizenship,Poland,2.5,82,1 +14717,2015,by citizenship,Romania,22.0,82,1 +14718,2015,by citizenship,Slovakia,2.5,82,1 +14719,2015,by citizenship,South Africa,2.5,82,1 +14720,2015,by citizenship,Vietnam,2.5,82,1 +14721,2015,by citizenship,Zimbabwe,2.5,82,1 +14722,2015,by country of repatriation,Latvia,2.5,82,1 +14723,2015,by form of exploitation,Forced labour,2.5,82,4 +14724,2015,by form of exploitation,Forced labour,6.0,82,5 +14725,2015,by form of exploitation,Forced labour,15.0,82,7 +14726,2015,by form of exploitation,Forced labour,23.0,82,1 +14727,2015,by form of exploitation,Sexual exploitation,14.0,82,4 +14728,2015,by form of exploitation,Sexual exploitation,27.0,82,5 +14729,2015,by form of exploitation,Sexual exploitation,5.0,82,6 +14730,2015,by form of exploitation,Sexual exploitation,2.5,82,7 +14731,2015,by form of exploitation,Sexual exploitation,48.0,82,1 +14732,2016,Unknown,Unknown,50.0,82,5 +14733,2016,Unknown,Unknown,2.5,82,9 +14734,2016,Unknown,Unknown,2.5,82,8 +14735,2016,Unknown,Unknown,12.0,82,4 +14736,2016,Unknown,Unknown,9.0,82,6 +14737,2016,Unknown,Unknown,36.0,82,7 +14738,2016,Unknown,Unknown,21.0,82,2 +14739,2016,Unknown,Unknown,74.0,82,3 +14740,2016,Unknown,Unknown,95.0,82,1 +14741,2016,by citizenship,Bolivia,2.5,82,1 +14742,2016,by citizenship,Brazil,2.5,82,1 +14743,2016,by citizenship,China,2.5,82,1 +14744,2016,by citizenship,Ethiopia,2.5,82,1 +14745,2016,by citizenship,Ghana,2.5,82,1 +14746,2016,by citizenship,Hungary,2.5,82,1 +14747,2016,by citizenship,India,2.5,82,1 +14748,2016,by citizenship,Ireland,19.0,82,1 +14749,2016,by citizenship,Italy,2.5,82,1 +14750,2016,by citizenship,Lithuania,5.0,82,1 +14751,2016,by citizenship,Nigeria,10.0,82,1 +14752,2016,by citizenship,Pakistan,2.5,82,1 +14753,2016,by citizenship,Philippines,2.5,82,1 +14754,2016,by citizenship,Poland,2.5,82,1 +14755,2016,by citizenship,Portugal,2.5,82,1 +14756,2016,by citizenship,Romania,39.0,82,1 +14757,2016,by citizenship,Serbia,2.5,82,1 +14758,2016,by citizenship,Sierra Leone,2.5,82,1 +14759,2016,by citizenship,South Africa,2.5,82,1 +14760,2016,by citizenship,Uganda,2.5,82,1 +14761,2016,by citizenship,Vietnam,2.5,82,1 +14762,2016,by citizenship,Zimbabwe,2.5,82,1 +14763,2016,by country of repatriation,Latvia,2.5,82,1 +14764,2016,by country of repatriation,Lithuania,5.0,82,1 +14765,2016,by country of repatriation,Slovakia,2.5,82,1 +14766,2016,by country of repatriation,Ukraine,2.5,82,1 +14767,2016,by form of exploitation,Forced labour,2.5,82,4 +14768,2016,by form of exploitation,Forced labour,6.0,82,5 +14769,2016,by form of exploitation,Forced labour,2.5,82,6 +14770,2016,by form of exploitation,Forced labour,32.0,82,7 +14771,2016,by form of exploitation,Forced labour,38.0,82,1 +14772,2016,by form of exploitation,Sexual exploitation,11.0,82,4 +14773,2016,by form of exploitation,Sexual exploitation,32.0,82,5 +14774,2016,by form of exploitation,Sexual exploitation,9.0,82,6 +14775,2016,by form of exploitation,Sexual exploitation,2.5,82,7 +14776,2016,by form of exploitation,Sexual exploitation,52.0,82,1 +14777,2017,Unknown,Unknown,2.5,82,4 +14778,2017,Unknown,Unknown,42.0,82,5 +14779,2017,Unknown,Unknown,2.5,82,6 +14780,2017,Unknown,Unknown,30.0,82,7 +14781,2017,Unknown,Unknown,2.5,82,9 +14782,2017,Unknown,Unknown,2.5,82,8 +14783,2017,Unknown,Unknown,2.5,82,2 +14784,2017,Unknown,Unknown,72.0,82,3 +14785,2017,Unknown,Unknown,75.0,82,1 +14786,2017,by form of exploitation,Forced labour,36.0,82,1 +14787,2017,by form of exploitation,Sexual exploitation,31.0,82,1 +14788,2017,by citizenship,Africa,27.0,82,1 +14789,2017,by citizenship,Americas,2.5,82,1 +14790,2017,by citizenship,Asia,20.0,82,1 +14791,2017,by citizenship,European Economic Area,24.0,82,1 +14792,2017,by citizenship,Nationals,28.0,82,1 +14793,2017,by country of repatriation,Kenya,2.5,82,1 +14794,2017,by form of exploitation,Forced labour,2.5,82,4 +14795,2017,by form of exploitation,Forced labour,10.0,82,5 +14796,2017,by form of exploitation,Forced labour,2.5,82,6 +14797,2017,by form of exploitation,Forced labour,24.0,82,7 +14798,2017,by form of exploitation,Sexual exploitation,23.0,82,4 +14799,2017,by form of exploitation,Sexual exploitation,35.0,82,5 +14800,2017,by form of exploitation,Sexual exploitation,5.0,82,6 +14801,2017,by form of exploitation,Sexual exploitation,2.5,82,7 +14802,2017,by form of exploitation,Sexual exploitation,28.0,82,2 +14803,2017,by form of exploitation,Sexual exploitation,35.0,82,3 +14804,2018,Unknown,Unknown,2.5,82,4 +14805,2018,Unknown,Unknown,30.0,82,5 +14806,2018,Unknown,Unknown,2.5,82,6 +14807,2018,Unknown,Unknown,29.0,82,7 +14808,2018,Unknown,Unknown,2.5,82,9 +14809,2018,Unknown,Unknown,2.5,82,8 +14810,2018,Unknown,Unknown,5.0,82,2 +14811,2018,Unknown,Unknown,59.0,82,3 +14812,2018,Unknown,Unknown,64.0,82,1 +14813,2018,by form of exploitation,Forced labour,35.0,82,1 +14814,2018,by form of exploitation,Sexual exploitation,27.0,82,1 +14815,2018,by citizenship,Africa,35.0,82,1 +14816,2018,by citizenship,Americas,2.5,82,1 +14817,2018,by citizenship,Asia,6.0,82,1 +14818,2018,by citizenship,European Economic Area,20.0,82,1 +14819,2018,by citizenship,Nationals,2.5,82,1 +14820,2018,by form of exploitation,Forced labour,2.5,82,4 +14821,2018,by form of exploitation,Forced labour,26.0,82,5 +14822,2018,by form of exploitation,Forced labour,2.5,82,6 +14823,2018,by form of exploitation,Forced labour,6.0,82,7 +14824,2018,by form of exploitation,Forced labour,2.5,82,2 +14825,2018,by form of exploitation,Forced labour,32.0,82,3 +14826,2018,by form of exploitation,Sexual exploitation,2.5,82,4 +14827,2018,by form of exploitation,Sexual exploitation,24.0,82,5 +14828,2018,by form of exploitation,Sexual exploitation,2.5,82,6 +14829,2018,by form of exploitation,Sexual exploitation,2.5,82,7 +14830,2018,by form of exploitation,Sexual exploitation,2.5,82,2 +14831,2018,by form of exploitation,Sexual exploitation,25.0,82,3 +14832,2019,Unknown,Unknown,7.0,82,4 +14833,2019,Unknown,Unknown,31.0,82,5 +14834,2019,Unknown,Unknown,2.5,82,6 +14835,2019,Unknown,Unknown,2.5,82,7 +14836,2019,Unknown,Unknown,2.5,82,9 +14837,2019,Unknown,Unknown,2.5,82,8 +14838,2019,Unknown,Unknown,9.0,82,2 +14839,2019,Unknown,Unknown,33.0,82,3 +14840,2019,Unknown,Unknown,42.0,82,1 +14841,2019,by form of exploitation,Forced labour,2.5,82,1 +14842,2019,by form of exploitation,Sexual exploitation,34.0,82,1 +14843,2019,by citizenship,Africa,31.0,82,1 +14844,2019,by citizenship,Americas,2.5,82,1 +14845,2019,by citizenship,Asia,2.5,82,1 +14846,2019,by citizenship,European Economic Area,8.0,82,1 +14847,2019,by citizenship,Nationals,2.5,82,1 +14848,2019,by form of exploitation,Forced labour,2.5,82,4 +14849,2019,by form of exploitation,Forced labour,2.5,82,5 +14850,2019,by form of exploitation,Forced labour,2.5,82,6 +14851,2019,by form of exploitation,Forced labour,2.5,82,7 +14852,2019,by form of exploitation,Forced labour,2.5,82,2 +14853,2019,by form of exploitation,Forced labour,2.5,82,3 +14854,2019,by form of exploitation,Sexual exploitation,7.0,82,4 +14855,2019,by form of exploitation,Sexual exploitation,26.0,82,5 +14856,2019,by form of exploitation,Sexual exploitation,2.5,82,6 +14857,2019,by form of exploitation,Sexual exploitation,2.5,82,7 +14858,2019,by form of exploitation,Sexual exploitation,7.0,82,2 +14859,2019,by form of exploitation,Sexual exploitation,27.0,82,3 +14860,2020,Unknown,Unknown,2.5,82,4 +14861,2020,Unknown,Unknown,33.0,82,5 +14862,2020,Unknown,Unknown,2.5,82,6 +14863,2020,Unknown,Unknown,5.0,82,7 +14864,2020,Unknown,Unknown,2.5,82,9 +14865,2020,Unknown,Unknown,2.5,82,8 +14866,2020,Unknown,Unknown,2.5,82,2 +14867,2020,Unknown,Unknown,38.0,82,3 +14868,2020,Unknown,Unknown,38.0,82,1 +14869,2020,by form of exploitation,Forced labour,10.0,82,1 +14870,2020,by form of exploitation,Sexual exploitation,26.0,82,1 +14871,2020,by citizenship,Africa and Middle East,23.0,82,1 +14872,2020,by citizenship,Other Central America and Caribbean,2.5,82,1 +14873,2020,by form of exploitation,Forced labour,2.5,82,4 +14874,2020,by form of exploitation,Forced labour,2.5,82,5 +14875,2020,by form of exploitation,Forced labour,2.5,82,6 +14876,2020,by form of exploitation,Forced labour,8.0,82,7 +14877,2020,by form of exploitation,Forced labour,10.0,82,3 +14878,2020,by form of exploitation,Sexual exploitation,2.5,82,4 +14879,2020,by form of exploitation,Sexual exploitation,24.0,82,5 +14880,2020,by form of exploitation,Sexual exploitation,2.5,82,6 +14881,2020,by form of exploitation,Sexual exploitation,2.5,82,7 +14882,2020,by form of exploitation,Sexual exploitation,2.5,82,2 +14883,2020,by form of exploitation,Sexual exploitation,24.0,82,3 +14884,2021,Unknown,Unknown,2.5,82,4 +14885,2021,Unknown,Unknown,28.0,82,5 +14886,2021,Unknown,Unknown,2.5,82,6 +14887,2021,Unknown,Unknown,16.0,82,7 +14888,2021,Unknown,Unknown,2.5,82,9 +14889,2021,Unknown,Unknown,2.5,82,8 +14890,2021,Unknown,Unknown,2.5,82,2 +14891,2021,Unknown,Unknown,44.0,82,3 +14892,2021,Unknown,Unknown,44.0,82,1 +14893,2021,by form of exploitation,Forced labour,19.0,82,1 +14894,2021,by form of exploitation,Sexual exploitation,25.0,82,1 +14895,2021,by citizenship,Albania,2.5,82,1 +14896,2021,by citizenship,Botswana,2.5,82,1 +14897,2021,by citizenship,Brazil,2.5,82,1 +14898,2021,by citizenship,Egypt,2.5,82,1 +14899,2021,by citizenship,Ghana,5.0,82,1 +14900,2021,by citizenship,Kenya,2.5,82,1 +14901,2021,by citizenship,Latvia,2.5,82,1 +14902,2021,by citizenship,Nigeria,17.0,82,1 +14903,2021,by citizenship,Pakistan,2.5,82,1 +14904,2021,by citizenship,Romania,2.5,82,1 +14905,2021,by citizenship,Slovakia,6.0,82,1 +14906,2021,by citizenship,South Africa,2.5,82,1 +14907,2021,by citizenship,Vietnam,2.5,82,1 +14908,2021,by citizenship,Zimbabwe,2.5,82,1 +14909,2021,by form of exploitation,Forced labour,2.5,82,4 +14910,2021,by form of exploitation,Forced labour,2.5,82,5 +14911,2021,by form of exploitation,Forced labour,2.5,82,6 +14912,2021,by form of exploitation,Forced labour,15.0,82,7 +14913,2021,by form of exploitation,Forced labour,19.0,82,3 +14914,2021,by form of exploitation,Sexual exploitation,2.5,82,4 +14915,2021,by form of exploitation,Sexual exploitation,24.0,82,5 +14916,2021,by form of exploitation,Sexual exploitation,2.5,82,6 +14917,2021,by form of exploitation,Sexual exploitation,2.5,82,7 +14918,2021,by form of exploitation,Sexual exploitation,25.0,82,3 +14919,2022,Unknown,Unknown,2.5,82,4 +14920,2022,Unknown,Unknown,23.0,82,5 +14921,2022,Unknown,Unknown,2.5,82,6 +14922,2022,Unknown,Unknown,14.0,82,7 +14923,2022,Unknown,Unknown,5.0,82,2 +14924,2022,Unknown,Unknown,37.0,82,3 +14925,2022,Unknown,Unknown,42.0,82,1 +14926,2022,by citizenship,China,2.5,82,1 +14927,2022,by citizenship,Democratic Republic of the Congo,2.5,82,1 +14928,2022,by citizenship,Cote d'Ivoire,2.5,82,1 +14929,2022,by citizenship,Ghana,2.5,82,1 +14930,2022,by citizenship,India,2.5,82,1 +14931,2022,by citizenship,Iraq,2.5,82,1 +14932,2022,by citizenship,Kenya,2.5,82,1 +14933,2022,by citizenship,Latvia,2.5,82,1 +14934,2022,by citizenship,Nigeria,12.0,82,1 +14935,2022,by citizenship,Pakistan,2.5,82,1 +14936,2022,by citizenship,Romania,2.5,82,1 +14937,2022,by citizenship,Somalia,2.5,82,1 +14938,2022,by citizenship,South Africa,2.5,82,1 +14939,2022,by citizenship,Turkey,2.5,82,1 +14940,2022,by citizenship,Uganda,2.5,82,1 +14941,2022,by citizenship,Ukraine,2.5,82,1 +14942,2022,by citizenship,Vietnam,2.5,82,1 +14943,2022,by citizenship,Zimbabwe,2.5,82,1 +14944,2022,by form of exploitation,Forced labour,2.5,82,4 +14945,2022,by form of exploitation,Forced labour,2.5,82,5 +14946,2022,by form of exploitation,Forced labour,2.5,82,6 +14947,2022,by form of exploitation,Forced labour,11.0,82,7 +14948,2022,by form of exploitation,Forced labour,2.5,82,2 +14949,2022,by form of exploitation,Forced labour,14.0,82,3 +14950,2022,by form of exploitation,Forced labour,15.0,82,1 +14951,2022,by form of exploitation,Sexual exploitation,2.5,82,4 +14952,2022,by form of exploitation,Sexual exploitation,19.0,82,5 +14953,2022,by form of exploitation,Sexual exploitation,2.5,82,6 +14954,2022,by form of exploitation,Sexual exploitation,2.5,82,7 +14955,2022,by form of exploitation,Sexual exploitation,2.5,82,2 +14956,2022,by form of exploitation,Sexual exploitation,20.0,82,3 +14957,2022,by form of exploitation,Sexual exploitation,24.0,82,1 +14958,2012,by country of repatriation,Armenia,12.0,83,1 +14959,2013,by country of repatriation,Azerbaijan,2.5,83,1 +14960,2017,by form of exploitation,Sexual exploitation,2.5,83,1 +14961,2018,by form of exploitation,Forced labour,2.5,83,1 +14962,2018,by form of exploitation,Sexual exploitation,2.5,83,1 +14963,2019,by form of exploitation,Sexual exploitation,2.5,83,1 +14964,2020,by form of exploitation,Forced labour,2.5,83,1 +14965,2020,by form of exploitation,Sexual exploitation,2.5,83,1 +14966,2011,by country of repatriation,Nepal,2.5,84,1 +14967,2012,by country of repatriation,Nepal,2.5,84,1 +14968,2012,by country of repatriation,Ukraine,55.0,84,1 +14969,2013,by country of repatriation,Nepal,2.5,84,1 +14970,2013,by country of repatriation,Uganda,2.5,84,1 +14971,2013,by country of repatriation,Ukraine,18.0,84,1 +14972,2015,by country of repatriation,Indonesia,2.5,84,1 +14973,2016,by country of repatriation,Georgia,7.0,84,1 +14974,2016,by country of repatriation,Indonesia,2.5,84,1 +14975,2017,Unknown,Unknown,2.5,84,4 +14976,2017,Unknown,Unknown,26.0,84,5 +14977,2017,Unknown,Unknown,2.5,84,6 +14978,2017,Unknown,Unknown,2.5,84,7 +14979,2017,Unknown,Unknown,2.5,84,9 +14980,2017,Unknown,Unknown,2.5,84,2 +14981,2017,Unknown,Unknown,29.0,84,3 +14982,2017,Unknown,Unknown,32.0,84,1 +14983,2017,Unknown,Unknown,2.5,84,1 +14984,2017,by form of exploitation,Forced labour,2.5,84,4 +14985,2017,by form of exploitation,Forced labour,2.5,84,6 +14986,2017,by form of exploitation,Sexual exploitation,2.5,84,4 +14987,2017,by form of exploitation,Sexual exploitation,11.0,84,5 +14988,2017,by form of exploitation,Sexual exploitation,2.5,84,6 +14989,2017,by form of exploitation,Sexual exploitation,2.5,84,7 +14990,2017,by form of exploitation,Sexual exploitation,2.5,84,9 +14991,2017,by form of exploitation,Sexual exploitation,2.5,84,8 +14992,2017,by form of exploitation,Sexual exploitation,2.5,84,2 +14993,2017,by form of exploitation,Sexual exploitation,15.0,84,3 +14994,2017,by form of exploitation,Sexual exploitation,32.0,84,1 +14995,2017,by form of exploitation,Sexual exploitation,2.5,84,1 +14996,2018,Unknown,Unknown,2.5,84,4 +14997,2018,Unknown,Unknown,11.0,84,5 +14998,2018,Unknown,Unknown,2.5,84,6 +14999,2018,Unknown,Unknown,2.5,84,7 +15000,2018,Unknown,Unknown,2.5,84,9 +15001,2018,Unknown,Unknown,2.5,84,2 +15002,2018,Unknown,Unknown,15.0,84,3 +15003,2018,Unknown,Unknown,15.0,84,1 +15004,2018,Unknown,Unknown,2.5,84,1 +15005,2018,by form of exploitation,Sexual exploitation,11.0,84,4 +15006,2018,by form of exploitation,Sexual exploitation,10.0,84,5 +15007,2018,by form of exploitation,Sexual exploitation,79.0,84,7 +15008,2018,by form of exploitation,Sexual exploitation,13.0,84,8 +15009,2018,by form of exploitation,Sexual exploitation,2.5,84,2 +15010,2018,by form of exploitation,Sexual exploitation,89.0,84,3 +15011,2018,by form of exploitation,Sexual exploitation,19.0,84,1 +15012,2019,Unknown,Unknown,11.0,84,4 +15013,2019,Unknown,Unknown,79.0,84,5 +15014,2019,Unknown,Unknown,12.0,84,6 +15015,2019,Unknown,Unknown,10.0,84,7 +15016,2019,Unknown,Unknown,2.5,84,9 +15017,2019,Unknown,Unknown,23.0,84,2 +15018,2019,Unknown,Unknown,89.0,84,3 +15019,2019,Unknown,Unknown,112.0,84,1 +15020,2019,Unknown,Unknown,2.5,84,1 +15021,2019,by form of exploitation,Forced labour,2.5,84,4 +15022,2019,by form of exploitation,Forced labour,10.0,84,5 +15023,2019,by form of exploitation,Forced labour,2.5,84,6 +15024,2019,by form of exploitation,Forced labour,2.5,84,7 +15025,2019,by form of exploitation,Forced labour,2.5,84,9 +15026,2019,by form of exploitation,Forced labour,2.5,84,8 +15027,2019,by form of exploitation,Forced labour,2.5,84,2 +15028,2019,by form of exploitation,Forced labour,10.0,84,3 +15029,2019,by form of exploitation,Forced labour,2.5,84,1 +15030,2019,by form of exploitation,Sexual exploitation,2.5,84,4 +15031,2019,by form of exploitation,Sexual exploitation,5.0,84,5 +15032,2019,by form of exploitation,Sexual exploitation,2.5,84,6 +15033,2019,by form of exploitation,Sexual exploitation,2.5,84,7 +15034,2019,by form of exploitation,Sexual exploitation,2.5,84,9 +15035,2019,by form of exploitation,Sexual exploitation,2.5,84,8 +15036,2019,by form of exploitation,Sexual exploitation,2.5,84,2 +15037,2019,by form of exploitation,Sexual exploitation,6.0,84,3 +15038,2019,by form of exploitation,Sexual exploitation,102.0,84,1 +15039,2019,by form of exploitation,Sexual exploitation,2.5,84,1 +15040,2020,Unknown,Unknown,2.5,84,4 +15041,2020,Unknown,Unknown,12.0,84,5 +15042,2020,Unknown,Unknown,2.5,84,6 +15043,2020,Unknown,Unknown,2.5,84,7 +15044,2020,Unknown,Unknown,2.5,84,2 +15045,2020,Unknown,Unknown,13.0,84,3 +15046,2020,Unknown,Unknown,14.0,84,1 +15047,2020,by form of exploitation,Forced labour,2.5,84,4 +15048,2020,by form of exploitation,Forced labour,10.0,84,5 +15049,2020,by form of exploitation,Forced labour,2.5,84,6 +15050,2020,by form of exploitation,Forced labour,2.5,84,7 +15051,2020,by form of exploitation,Forced labour,10.0,84,3 +15052,2020,by form of exploitation,Forced labour,10.0,84,1 +15053,2020,by form of exploitation,Sexual exploitation,2.5,84,4 +15054,2020,by form of exploitation,Sexual exploitation,5.0,84,5 +15055,2020,by form of exploitation,Sexual exploitation,2.5,84,6 +15056,2020,by form of exploitation,Sexual exploitation,2.5,84,7 +15057,2020,by form of exploitation,Sexual exploitation,6.0,84,3 +15058,2020,by form of exploitation,Sexual exploitation,6.0,84,1 +15059,2022,Unknown,Unknown,2.5,84,4 +15060,2022,Unknown,Unknown,2.5,84,5 +15061,2022,Unknown,Unknown,2.5,84,6 +15062,2022,Unknown,Unknown,8.0,84,7 +15063,2022,Unknown,Unknown,2.5,84,2 +15064,2022,Unknown,Unknown,10.0,84,3 +15065,2022,Unknown,Unknown,10.0,84,1 +15066,2022,by form of exploitation,Forced labour,2.5,84,4 +15067,2022,by form of exploitation,Forced labour,2.5,84,5 +15068,2022,by form of exploitation,Forced labour,2.5,84,6 +15069,2022,by form of exploitation,Forced labour,5.0,84,7 +15070,2022,by form of exploitation,Forced labour,6.0,84,3 +15071,2022,by form of exploitation,Forced labour,6.0,84,1 +15072,2022,by form of exploitation,Sexual exploitation,2.5,84,4 +15073,2022,by form of exploitation,Sexual exploitation,2.5,84,5 +15074,2022,by form of exploitation,Sexual exploitation,2.5,84,6 +15075,2022,by form of exploitation,Sexual exploitation,2.5,84,7 +15076,2022,by form of exploitation,Sexual exploitation,2.5,84,3 +15077,2022,by form of exploitation,Sexual exploitation,2.5,84,1 +15078,2003,by country of repatriation,Abroad,2.5,85,1 +15079,2017,Unknown,Unknown,2.5,85,5 +15080,2017,Unknown,Unknown,2.5,85,7 +15081,2017,Unknown,Unknown,19.0,85,1 +15082,2017,by form of exploitation,Sexual exploitation,2.5,85,1 +15083,2018,Unknown,Unknown,2.5,85,4 +15084,2018,Unknown,Unknown,6.0,85,5 +15085,2018,Unknown,Unknown,2.5,85,6 +15086,2018,Unknown,Unknown,2.5,85,7 +15087,2018,Unknown,Unknown,2.5,85,2 +15088,2018,Unknown,Unknown,9.0,85,3 +15089,2018,Unknown,Unknown,9.0,85,1 +15090,2018,by form of exploitation,Forced labour,2.5,85,5 +15091,2018,by form of exploitation,Forced labour,2.5,85,1 +15092,2018,by form of exploitation,Sexual exploitation,2.5,85,7 +15093,2018,by form of exploitation,Sexual exploitation,2.5,85,1 +15094,2019,Unknown,Unknown,7.0,85,1 +15095,2019,by form of exploitation,Forced labour,2.5,85,1 +15096,2019,by form of exploitation,Sexual exploitation,5.0,85,1 +15097,2020,Unknown,Unknown,5.0,85,2 +15098,2020,Unknown,Unknown,11.0,85,3 +15099,2020,Unknown,Unknown,16.0,85,1 +15100,2020,Unknown,Unknown,2.5,85,1 +15101,2020,by form of exploitation,Forced labour,8.0,85,1 +15102,2020,by form of exploitation,Sexual exploitation,6.0,85,3 +15103,2020,by form of exploitation,Sexual exploitation,6.0,85,1 +15104,2005,by form of exploitation,Sexual exploitation,105.0,86,1 +15105,2006,by form of exploitation,Sexual exploitation,84.0,86,1 +15106,2007,by form of exploitation,Forced labour,6.0,86,1 +15107,2007,by form of exploitation,Sexual exploitation,69.0,86,1 +15108,2008,by citizenship,Moldova,2.5,86,1 +15109,2008,by citizenship,Russia,2.5,86,1 +15110,2008,by citizenship,Ukraine,2.5,86,1 +15111,2008,by citizenship,Uzbekistan,2.5,86,1 +15112,2008,by form of exploitation,Forced labour,6.0,86,1 +15113,2008,by form of exploitation,Sexual exploitation,12.0,86,1 +15114,2009,Unknown,Unknown,2.5,86,4 +15115,2009,Unknown,Unknown,17.0,86,5 +15116,2009,Unknown,Unknown,2.5,86,6 +15117,2009,Unknown,Unknown,50.0,86,7 +15118,2009,Unknown,Unknown,2.5,86,2 +15119,2009,Unknown,Unknown,67.0,86,3 +15120,2009,Unknown,Unknown,67.0,86,1 +15121,2009,by citizenship,Brazil,2.5,86,1 +15122,2009,by citizenship,Eritrea,2.5,86,1 +15123,2009,by citizenship,Ghana,2.5,86,1 +15124,2009,by citizenship,Israel,2.5,86,1 +15125,2009,by citizenship,Nepal,2.5,86,1 +15126,2009,by citizenship,Philippines,2.5,86,1 +15127,2009,by citizenship,Moldova,2.5,86,1 +15128,2009,by citizenship,Thailand,52.0,86,1 +15129,2009,by citizenship,Ukraine,2.5,86,1 +15130,2009,by form of exploitation,Forced labour,61.0,86,1 +15131,2009,by form of exploitation,Sexual exploitation,6.0,86,1 +15132,2010,by form of exploitation,Forced labour,22.0,86,1 +15133,2010,Unknown,Unknown,2.5,86,4 +15134,2010,Unknown,Unknown,15.0,86,5 +15135,2010,Unknown,Unknown,2.5,86,6 +15136,2010,Unknown,Unknown,63.0,86,7 +15137,2010,Unknown,Unknown,2.5,86,2 +15138,2010,Unknown,Unknown,78.0,86,3 +15139,2010,Unknown,Unknown,78.0,86,1 +15140,2010,by citizenship,China,2.5,86,1 +15141,2010,by citizenship,Eritrea,12.0,86,1 +15142,2010,by citizenship,Nepal,2.5,86,1 +15143,2010,by citizenship,Niger,2.5,86,1 +15144,2010,by citizenship,Philippines,2.5,86,1 +15145,2010,by citizenship,Moldova,2.5,86,1 +15146,2010,by citizenship,Rwanda,2.5,86,1 +15147,2010,by citizenship,Thailand,55.0,86,1 +15148,2010,by citizenship,Ukraine,2.5,86,1 +15149,2010,by citizenship,Uzbekistan,2.5,86,1 +15150,2010,by country of repatriation,Russia,2.5,86,1 +15151,2010,by country of repatriation,South Africa,2.5,86,1 +15152,2010,by country of repatriation,Thailand,6.0,86,1 +15153,2011,Unknown,Unknown,2.5,86,4 +15154,2011,Unknown,Unknown,16.0,86,5 +15155,2011,Unknown,Unknown,2.5,86,6 +15156,2011,Unknown,Unknown,10.0,86,7 +15157,2011,Unknown,Unknown,2.5,86,2 +15158,2011,Unknown,Unknown,26.0,86,3 +15159,2011,Unknown,Unknown,26.0,86,1 +15160,2011,by citizenship,Chile,2.5,86,1 +15161,2011,by citizenship,China,2.5,86,1 +15162,2011,by citizenship,Colombia,2.5,86,1 +15163,2011,by citizenship,Eritrea,7.0,86,1 +15164,2011,by citizenship,Ethiopia,2.5,86,1 +15165,2011,by citizenship,Guinea,2.5,86,1 +15166,2011,by citizenship,Nepal,2.5,86,1 +15167,2011,by citizenship,Peru,2.5,86,1 +15168,2011,by citizenship,Russia,2.5,86,1 +15169,2011,by citizenship,Sri Lanka,2.5,86,1 +15170,2011,by citizenship,Sudan,2.5,86,1 +15171,2011,by country of repatriation,Guatemala,2.5,86,1 +15172,2012,Unknown,Unknown,2.5,86,4 +15173,2012,Unknown,Unknown,33.0,86,5 +15174,2012,Unknown,Unknown,2.5,86,6 +15175,2012,Unknown,Unknown,53.0,86,7 +15176,2012,Unknown,Unknown,2.5,86,2 +15177,2012,Unknown,Unknown,86.0,86,3 +15178,2012,Unknown,Unknown,86.0,86,1 +15179,2012,by citizenship,China,2.5,86,1 +15180,2012,by citizenship,Cote d'Ivoire,2.5,86,1 +15181,2012,by citizenship,Eritrea,10.0,86,1 +15182,2012,by citizenship,Ethiopia,32.0,86,1 +15183,2012,by citizenship,India,2.5,86,1 +15184,2012,by citizenship,Philippines,6.0,86,1 +15185,2012,by citizenship,Russia,2.5,86,1 +15186,2012,by citizenship,Sri Lanka,2.5,86,1 +15187,2012,by citizenship,Sudan,2.5,86,1 +15188,2012,by citizenship,Thailand,21.0,86,1 +15189,2012,by citizenship,Ukraine,8.0,86,1 +15190,2012,by citizenship,Vietnam,2.5,86,1 +15191,2012,by country of repatriation,Ukraine,2.5,86,1 +15192,2012,by form of exploitation,Forced labour,54.0,86,1 +15193,2012,by form of exploitation,Sexual exploitation,32.0,86,1 +15194,2013,Unknown,Unknown,2.5,86,4 +15195,2013,Unknown,Unknown,39.0,86,5 +15196,2013,Unknown,Unknown,2.5,86,6 +15197,2013,Unknown,Unknown,26.0,86,7 +15198,2013,Unknown,Unknown,17.0,86,2 +15199,2013,Unknown,Unknown,65.0,86,3 +15200,2013,Unknown,Unknown,82.0,86,1 +15201,2013,by citizenship,Eritrea,31.0,86,1 +15202,2013,by citizenship,Ethiopia,24.0,86,1 +15203,2013,by citizenship,Israel,23.0,86,1 +15204,2013,by citizenship,Moldova,2.5,86,1 +15205,2013,by citizenship,Thailand,2.5,86,1 +15206,2013,by citizenship,Ukraine,2.5,86,1 +15207,2013,by form of exploitation,Forced labour,45.0,86,1 +15208,2013,by form of exploitation,Sexual exploitation,37.0,86,1 +15209,2014,Unknown,Unknown,2.5,86,2 +15210,2014,Unknown,Unknown,44.0,86,5 +15211,2014,Unknown,Unknown,27.0,86,7 +15212,2014,Unknown,Unknown,71.0,86,3 +15213,2014,Unknown,Unknown,79.0,86,1 +15214,2014,by citizenship,Colombia,2.5,86,1 +15215,2014,by citizenship,Eritrea,31.0,86,1 +15216,2014,by citizenship,Ethiopia,21.0,86,1 +15217,2014,by citizenship,Russia,2.5,86,1 +15218,2014,by citizenship,Thailand,5.0,86,1 +15219,2014,by citizenship,Ukraine,7.0,86,1 +15220,2014,by country of repatriation,Ukraine,6.0,86,1 +15221,2014,by form of exploitation,Forced labour,27.0,86,7 +15222,2014,by form of exploitation,Forced labour,27.0,86,1 +15223,2014,by form of exploitation,Sexual exploitation,41.0,86,5 +15224,2014,by form of exploitation,Sexual exploitation,41.0,86,1 +15225,2015,Unknown,Unknown,2.5,86,4 +15226,2015,Unknown,Unknown,20.0,86,5 +15227,2015,Unknown,Unknown,2.5,86,6 +15228,2015,Unknown,Unknown,27.0,86,7 +15229,2015,Unknown,Unknown,2.5,86,2 +15230,2015,Unknown,Unknown,47.0,86,3 +15231,2015,Unknown,Unknown,47.0,86,1 +15232,2015,by citizenship,Eritrea,28.0,86,1 +15233,2015,by citizenship,Ethiopia,2.5,86,1 +15234,2015,by citizenship,Moldova,2.5,86,1 +15235,2015,by citizenship,Russia,7.0,86,1 +15236,2015,by citizenship,Ukraine,6.0,86,1 +15237,2015,by country of repatriation,Moldova,2.5,86,1 +15238,2015,by form of exploitation,Forced labour,2.5,86,5 +15239,2015,by form of exploitation,Forced labour,10.0,86,7 +15240,2015,by form of exploitation,Forced labour,11.0,86,1 +15241,2015,by form of exploitation,Sexual exploitation,20.0,86,5 +15242,2015,by form of exploitation,Sexual exploitation,15.0,86,7 +15243,2015,by form of exploitation,Sexual exploitation,35.0,86,1 +15244,2016,Unknown,Unknown,2.5,86,2 +15245,2016,Unknown,Unknown,23.0,86,5 +15246,2016,Unknown,Unknown,24.0,86,7 +15247,2016,Unknown,Unknown,47.0,86,3 +15248,2016,Unknown,Unknown,47.0,86,1 +15249,2016,by citizenship,Belarus,2.5,86,1 +15250,2016,by citizenship,Eritrea,19.0,86,1 +15251,2016,by citizenship,Ethiopia,2.5,86,1 +15252,2016,by citizenship,Georgia,2.5,86,1 +15253,2016,by citizenship,Israel,2.5,86,1 +15254,2016,by citizenship,Philippines,2.5,86,1 +15255,2016,by citizenship,Moldova,2.5,86,1 +15256,2016,by citizenship,Russia,7.0,86,1 +15257,2016,by citizenship,Senegal,2.5,86,1 +15258,2016,by citizenship,Palestine,2.5,86,1 +15259,2016,by citizenship,Thailand,2.5,86,1 +15260,2016,by citizenship,Ukraine,10.0,86,1 +15261,2016,by country of repatriation,Colombia,2.5,86,1 +15262,2016,by country of repatriation,Moldova,2.5,86,1 +15263,2016,by country of repatriation,Ukraine,2.5,86,1 +15264,2016,by form of exploitation,Forced labour,2.5,86,5 +15265,2016,by form of exploitation,Forced labour,6.0,86,7 +15266,2016,by form of exploitation,Forced labour,9.0,86,1 +15267,2016,by form of exploitation,Sexual exploitation,17.0,86,5 +15268,2016,by form of exploitation,Sexual exploitation,12.0,86,7 +15269,2016,by form of exploitation,Sexual exploitation,29.0,86,1 +15270,2017,by form of exploitation,Sexual exploitation,43.0,86,1 +15271,2017,Unknown,Unknown,2.5,86,4 +15272,2017,Unknown,Unknown,49.0,86,5 +15273,2017,Unknown,Unknown,2.5,86,6 +15274,2017,Unknown,Unknown,24.0,86,7 +15275,2017,Unknown,Unknown,2.5,86,2 +15276,2017,Unknown,Unknown,73.0,86,3 +15277,2017,Unknown,Unknown,73.0,86,1 +15278,2017,by citizenship,Unknown,2.5,86,1 +15279,2017,by citizenship,Eritrea,37.0,86,1 +15280,2017,by citizenship,Ethiopia,6.0,86,1 +15281,2017,by citizenship,Moldova,2.5,86,1 +15282,2017,by citizenship,Nationals,2.5,86,1 +15283,2017,by citizenship,Russia,2.5,86,1 +15284,2017,by citizenship,South Sudan,2.5,86,1 +15285,2017,by citizenship,Sri Lanka,2.5,86,1 +15286,2017,by citizenship,Thailand,2.5,86,1 +15287,2017,by citizenship,Ukraine,9.0,86,1 +15288,2017,by form of exploitation,Forced labour,2.5,86,4 +15289,2017,by form of exploitation,Forced labour,5.0,86,5 +15290,2017,by form of exploitation,Forced labour,2.5,86,6 +15291,2017,by form of exploitation,Forced labour,9.0,86,7 +15292,2017,by form of exploitation,Forced labour,2.5,86,2 +15293,2017,by form of exploitation,Forced labour,14.0,86,3 +15294,2017,by form of exploitation,Forced labour,14.0,86,1 +15295,2017,by form of exploitation,Sexual exploitation,2.5,86,4 +15296,2017,by form of exploitation,Sexual exploitation,19.0,86,5 +15297,2017,by form of exploitation,Sexual exploitation,2.5,86,6 +15298,2017,by form of exploitation,Sexual exploitation,23.0,86,7 +15299,2017,by form of exploitation,Sexual exploitation,2.5,86,2 +15300,2018,Unknown,Unknown,41.0,86,5 +15301,2018,Unknown,Unknown,18.0,86,7 +15302,2018,by form of exploitation,Sexual exploitation,36.0,86,1 +15303,2018,Unknown,Unknown,2.5,86,4 +15304,2018,Unknown,Unknown,2.5,86,6 +15305,2018,Unknown,Unknown,2.5,86,2 +15306,2018,Unknown,Unknown,59.0,86,3 +15307,2018,Unknown,Unknown,59.0,86,1 +15308,2018,by citizenship,Belarus,7.0,86,1 +15309,2018,by citizenship,Eritrea,19.0,86,1 +15310,2018,by citizenship,Ethiopia,2.5,86,1 +15311,2018,by citizenship,India,2.5,86,1 +15312,2018,by citizenship,Kazakhstan,2.5,86,1 +15313,2018,by citizenship,Moldova,2.5,86,1 +15314,2018,by citizenship,Nationals,2.5,86,1 +15315,2018,by citizenship,Palestine,2.5,86,1 +15316,2018,by citizenship,Russia,11.0,86,1 +15317,2018,by citizenship,Sudan,2.5,86,1 +15318,2018,by citizenship,Thailand,2.5,86,1 +15319,2018,by citizenship,Ukraine,5.0,86,1 +15320,2018,by form of exploitation,Forced labour,2.5,86,4 +15321,2018,by form of exploitation,Forced labour,2.5,86,5 +15322,2018,by form of exploitation,Forced labour,2.5,86,6 +15323,2018,by form of exploitation,Forced labour,2.5,86,7 +15324,2018,by form of exploitation,Forced labour,2.5,86,2 +15325,2018,by form of exploitation,Forced labour,7.0,86,3 +15326,2018,by form of exploitation,Forced labour,7.0,86,1 +15327,2018,by form of exploitation,Sexual exploitation,2.5,86,4 +15328,2018,by form of exploitation,Sexual exploitation,29.0,86,5 +15329,2018,by form of exploitation,Sexual exploitation,2.5,86,6 +15330,2018,by form of exploitation,Sexual exploitation,25.0,86,7 +15331,2018,by form of exploitation,Sexual exploitation,2.5,86,2 +15332,2019,Unknown,Unknown,58.0,86,5 +15333,2019,Unknown,Unknown,13.0,86,7 +15334,2019,Unknown,Unknown,2.5,86,4 +15335,2019,Unknown,Unknown,2.5,86,6 +15336,2019,Unknown,Unknown,2.5,86,2 +15337,2019,Unknown,Unknown,71.0,86,3 +15338,2019,Unknown,Unknown,73.0,86,1 +15339,2019,by citizenship,China,2.5,86,1 +15340,2019,by citizenship,Cuba,2.5,86,1 +15341,2019,by citizenship,Eritrea,2.5,86,1 +15342,2019,by citizenship,Mexico,15.0,86,1 +15343,2019,by citizenship,Nationals,2.5,86,1 +15344,2019,by citizenship,Philippines,2.5,86,1 +15345,2019,by citizenship,Russia,8.0,86,1 +15346,2019,by citizenship,Serbia,2.5,86,1 +15347,2019,by citizenship,Sri Lanka,2.5,86,1 +15348,2019,by citizenship,Sudan,2.5,86,1 +15349,2019,by citizenship,Turkey,2.5,86,1 +15350,2019,by citizenship,Ukraine,15.0,86,1 +15351,2019,by form of exploitation,Forced labour,2.5,86,4 +15352,2019,by form of exploitation,Forced labour,13.0,86,5 +15353,2019,by form of exploitation,Forced labour,2.5,86,6 +15354,2019,by form of exploitation,Forced labour,19.0,86,7 +15355,2019,by form of exploitation,Forced labour,2.5,86,2 +15356,2019,by form of exploitation,Forced labour,32.0,86,3 +15357,2019,by form of exploitation,Forced labour,34.0,86,1 +15358,2019,by form of exploitation,Sexual exploitation,2.5,86,4 +15359,2019,by form of exploitation,Sexual exploitation,39.0,86,5 +15360,2019,by form of exploitation,Sexual exploitation,2.5,86,6 +15361,2019,by form of exploitation,Sexual exploitation,39.0,86,7 +15362,2019,by form of exploitation,Sexual exploitation,2.5,86,2 +15363,2019,by form of exploitation,Sexual exploitation,39.0,86,3 +15364,2019,by form of exploitation,Sexual exploitation,39.0,86,1 +15365,2020,by form of exploitation,Forced labour,59.0,86,1 +15366,2020,Unknown,Unknown,2.5,86,4 +15367,2020,Unknown,Unknown,53.0,86,5 +15368,2020,Unknown,Unknown,2.5,86,6 +15369,2020,Unknown,Unknown,16.0,86,7 +15370,2020,Unknown,Unknown,2.5,86,2 +15371,2020,Unknown,Unknown,69.0,86,3 +15372,2020,Unknown,Unknown,69.0,86,1 +15373,2020,by citizenship,Belarus,2.5,86,1 +15374,2020,by citizenship,Eritrea,2.5,86,1 +15375,2020,by citizenship,Honduras,2.5,86,1 +15376,2020,by citizenship,Moldova,2.5,86,1 +15377,2020,by citizenship,Nationals,39.0,86,1 +15378,2020,by citizenship,Nigeria,2.5,86,1 +15379,2020,by citizenship,Palestine,2.5,86,1 +15380,2020,by citizenship,Russia,2.5,86,1 +15381,2020,by citizenship,Sudan,2.5,86,1 +15382,2020,by citizenship,Thailand,12.0,86,1 +15383,2020,by citizenship,Turkey,2.5,86,1 +15384,2020,by citizenship,Ukraine,2.5,86,1 +15385,2020,by form of exploitation,Forced labour,2.5,86,4 +15386,2020,by form of exploitation,Forced labour,17.0,86,5 +15387,2020,by form of exploitation,Forced labour,2.5,86,6 +15388,2020,by form of exploitation,Forced labour,5.0,86,7 +15389,2020,by form of exploitation,Forced labour,22.0,86,3 +15390,2020,by form of exploitation,Sexual exploitation,2.5,86,4 +15391,2020,by form of exploitation,Sexual exploitation,8.0,86,5 +15392,2020,by form of exploitation,Sexual exploitation,2.5,86,6 +15393,2020,by form of exploitation,Sexual exploitation,8.0,86,7 +15394,2020,by form of exploitation,Sexual exploitation,2.5,86,2 +15395,2020,by form of exploitation,Sexual exploitation,8.0,86,3 +15396,2020,by form of exploitation,Sexual exploitation,8.0,86,1 +15397,2021,Unknown,Unknown,27.0,86,5 +15398,2021,Unknown,Unknown,2.5,86,4 +15399,2021,Unknown,Unknown,2.5,86,6 +15400,2021,Unknown,Unknown,22.0,86,7 +15401,2021,Unknown,Unknown,2.5,86,9 +15402,2021,Unknown,Unknown,2.5,86,8 +15403,2021,Unknown,Unknown,2.5,86,2 +15404,2021,Unknown,Unknown,50.0,86,3 +15405,2021,Unknown,Unknown,51.0,86,1 +15406,2021,by citizenship,Belarus,2.5,86,1 +15407,2021,by citizenship,China,11.0,86,1 +15408,2021,by citizenship,Eritrea,2.5,86,1 +15409,2021,by citizenship,Ethiopia,7.0,86,1 +15410,2021,by citizenship,Moldova,2.5,86,1 +15411,2021,by citizenship,Nationals,2.5,86,1 +15412,2021,by citizenship,Palestine,2.5,86,1 +15413,2021,by citizenship,Russia,9.0,86,1 +15414,2021,by citizenship,Rwanda,2.5,86,1 +15415,2021,by citizenship,Ukraine,2.5,86,1 +15416,2021,by citizenship,Vietnam,8.0,86,1 +15417,2021,by form of exploitation,Forced labour,11.0,86,5 +15418,2021,by form of exploitation,Forced labour,22.0,86,7 +15419,2021,by form of exploitation,Forced labour,2.5,86,8 +15420,2021,by form of exploitation,Forced labour,2.5,86,2 +15421,2021,by form of exploitation,Forced labour,34.0,86,3 +15422,2021,by form of exploitation,Forced labour,34.0,86,1 +15423,2021,by form of exploitation,Sexual exploitation,2.5,86,4 +15424,2021,by form of exploitation,Sexual exploitation,16.0,86,5 +15425,2021,by form of exploitation,Sexual exploitation,2.5,86,6 +15426,2021,by form of exploitation,Sexual exploitation,2.5,86,7 +15427,2021,by form of exploitation,Sexual exploitation,2.5,86,8 +15428,2021,by form of exploitation,Sexual exploitation,2.5,86,2 +15429,2021,by form of exploitation,Sexual exploitation,16.0,86,3 +15430,2021,by form of exploitation,Sexual exploitation,17.0,86,1 +15431,2022,Unknown,Unknown,2.5,86,4 +15432,2022,Unknown,Unknown,77.0,86,5 +15433,2022,Unknown,Unknown,2.5,86,6 +15434,2022,Unknown,Unknown,8.0,86,7 +15435,2022,Unknown,Unknown,2.5,86,9 +15436,2022,Unknown,Unknown,2.5,86,2 +15437,2022,Unknown,Unknown,85.0,86,3 +15438,2022,Unknown,Unknown,87.0,86,1 +15439,2022,by citizenship,Argentina,2.5,86,1 +15440,2022,by citizenship,Belarus,2.5,86,1 +15441,2022,by citizenship,Brazil,6.0,86,1 +15442,2022,by citizenship,Central African Republic,2.5,86,1 +15443,2022,by citizenship,Chile,2.5,86,1 +15444,2022,by citizenship,China,2.5,86,1 +15445,2022,by citizenship,Colombia,2.5,86,1 +15446,2022,by citizenship,Eritrea,2.5,86,1 +15447,2022,by citizenship,Ethiopia,12.0,86,1 +15448,2022,by citizenship,Kazakhstan,2.5,86,1 +15449,2022,by citizenship,Moldova,2.5,86,1 +15450,2022,by citizenship,Nationals,2.5,86,1 +15451,2022,by citizenship,Nigeria,2.5,86,1 +15452,2022,by citizenship,Palestine,7.0,86,1 +15453,2022,by citizenship,Romania,2.5,86,1 +15454,2022,by citizenship,Russia,29.0,86,1 +15455,2022,by citizenship,Spain,2.5,86,1 +15456,2022,by citizenship,Sudan,2.5,86,1 +15457,2022,by citizenship,Ukraine,18.0,86,1 +15458,2022,by form of exploitation,Forced labour,2.5,86,4 +15459,2022,by form of exploitation,Forced labour,11.0,86,5 +15460,2022,by form of exploitation,Forced labour,2.5,86,6 +15461,2022,by form of exploitation,Forced labour,8.0,86,7 +15462,2022,by form of exploitation,Forced labour,2.5,86,2 +15463,2022,by form of exploitation,Forced labour,18.0,86,3 +15464,2022,by form of exploitation,Forced labour,21.0,86,1 +15465,2022,by form of exploitation,Sexual exploitation,2.5,86,4 +15466,2022,by form of exploitation,Sexual exploitation,66.0,86,5 +15467,2022,by form of exploitation,Sexual exploitation,2.5,86,6 +15468,2022,by form of exploitation,Sexual exploitation,2.5,86,7 +15469,2022,by form of exploitation,Sexual exploitation,2.5,86,8 +15470,2022,by form of exploitation,Sexual exploitation,2.5,86,2 +15471,2022,by form of exploitation,Sexual exploitation,66.0,86,3 +15472,2022,by form of exploitation,Sexual exploitation,66.0,86,1 +15473,2007,Unknown,Unknown,59.0,87,2 +15474,2007,Unknown,Unknown,656.0,87,3 +15475,2007,Unknown,Unknown,715.0,87,1 +15476,2007,by citizenship,Albania,12.0,87,1 +15477,2007,by citizenship,Bulgaria,79.0,87,1 +15478,2007,by citizenship,China,22.0,87,1 +15479,2007,by citizenship,Italy,31.0,87,1 +15480,2007,by citizenship,Nigeria,28.0,87,1 +15481,2007,by citizenship,Poland,7.0,87,1 +15482,2007,by citizenship,Romania,164.0,87,1 +15483,2007,by citizenship,Russia,7.0,87,1 +15484,2007,by citizenship,Thailand,16.0,87,1 +15485,2007,by form of exploitation,Forced labour,51.0,87,1 +15486,2007,by form of exploitation,Sexual exploitation,490.0,87,1 +15487,2008,Unknown,Unknown,36.0,87,2 +15488,2008,Unknown,Unknown,592.0,87,3 +15489,2008,Unknown,Unknown,628.0,87,1 +15490,2008,by citizenship,Bulgaria,11.0,87,1 +15491,2008,by citizenship,China,26.0,87,1 +15492,2008,by citizenship,Former Yugoslavia,15.0,87,1 +15493,2008,by citizenship,Italy,23.0,87,1 +15494,2008,by citizenship,Morocco,14.0,87,1 +15495,2008,by citizenship,Nigeria,273.0,87,1 +15496,2008,by citizenship,Pakistan,22.0,87,1 +15497,2008,by citizenship,Romania,80.0,87,1 +15498,2008,by citizenship,Slovakia,8.0,87,1 +15499,2008,by form of exploitation,Forced labour,73.0,87,1 +15500,2008,by form of exploitation,Sexual exploitation,398.0,87,1 +15501,2009,Unknown,Unknown,20.0,87,2 +15502,2009,Unknown,Unknown,361.0,87,3 +15503,2009,Unknown,Unknown,381.0,87,1 +15504,2009,by citizenship,Albania,5.0,87,1 +15505,2009,by citizenship,Bulgaria,19.0,87,1 +15506,2009,by citizenship,China,2.5,87,1 +15507,2009,by citizenship,Croatia,7.0,87,1 +15508,2009,by citizenship,Germany,2.5,87,1 +15509,2009,by citizenship,Italy,70.0,87,1 +15510,2009,by citizenship,Morocco,11.0,87,1 +15511,2009,by citizenship,Nigeria,48.0,87,1 +15512,2009,by citizenship,Moldova,2.5,87,1 +15513,2009,by citizenship,Romania,112.0,87,1 +15514,2009,by form of exploitation,Forced labour,136.0,87,1 +15515,2009,by form of exploitation,Sexual exploitation,414.0,87,1 +15516,2010,Unknown,Unknown,10.0,87,4 +15517,2010,Unknown,Unknown,63.0,87,5 +15518,2010,Unknown,Unknown,2.5,87,6 +15519,2010,Unknown,Unknown,20.0,87,7 +15520,2010,Unknown,Unknown,13.0,87,2 +15521,2010,Unknown,Unknown,83.0,87,3 +15522,2010,Unknown,Unknown,96.0,87,1 +15523,2010,by citizenship,Brazil,9.0,87,1 +15524,2010,by citizenship,Bulgaria,7.0,87,1 +15525,2010,by citizenship,Croatia,2.5,87,1 +15526,2010,by citizenship,Former Yugoslavia,6.0,87,1 +15527,2010,by citizenship,Italy,52.0,87,1 +15528,2010,by citizenship,Morocco,2.5,87,1 +15529,2010,by citizenship,Nigeria,34.0,87,1 +15530,2010,by citizenship,Poland,10.0,87,1 +15531,2010,by citizenship,Romania,71.0,87,1 +15532,2010,by citizenship,Slovakia,8.0,87,1 +15533,2010,by country of repatriation,Poland,2.5,87,1 +15534,2010,by country of repatriation,Moldova,2.5,87,1 +15535,2010,by country of repatriation,Romania,206.0,87,1 +15536,2010,by country of repatriation,Slovakia,2.5,87,1 +15537,2010,by country of repatriation,Ukraine,28.0,87,1 +15538,2011,Unknown,Unknown,14.0,87,4 +15539,2011,Unknown,Unknown,51.0,87,5 +15540,2011,Unknown,Unknown,2.5,87,6 +15541,2011,Unknown,Unknown,25.0,87,7 +15542,2011,Unknown,Unknown,15.0,87,2 +15543,2011,Unknown,Unknown,76.0,87,3 +15544,2011,Unknown,Unknown,91.0,87,1 +15545,2011,by country of repatriation,Poland,2.5,87,1 +15546,2011,by country of repatriation,Moldova,2.5,87,1 +15547,2011,by country of repatriation,Romania,131.0,87,1 +15548,2012,Unknown,Unknown,158.0,87,4 +15549,2012,Unknown,Unknown,104.0,87,5 +15550,2012,Unknown,Unknown,102.0,87,6 +15551,2012,Unknown,Unknown,71.0,87,7 +15552,2012,Unknown,Unknown,260.0,87,2 +15553,2012,Unknown,Unknown,175.0,87,3 +15554,2012,Unknown,Unknown,435.0,87,1 +15555,2012,by citizenship,Bulgaria,7.0,87,1 +15556,2012,by citizenship,Italy,7.0,87,1 +15557,2012,by citizenship,Nigeria,40.0,87,1 +15558,2012,by citizenship,Poland,8.0,87,1 +15559,2012,by citizenship,Romania,43.0,87,1 +15560,2012,by citizenship,Serbia,2.5,87,1 +15561,2012,by citizenship,Tunisia,9.0,87,1 +15562,2012,by country of repatriation,Brazil,2.5,87,1 +15563,2012,by country of repatriation,Croatia,2.5,87,1 +15564,2012,by country of repatriation,Nigeria,2.5,87,1 +15565,2012,by country of repatriation,Poland,2.5,87,1 +15566,2012,by country of repatriation,Romania,159.0,87,1 +15567,2012,by country of repatriation,Slovakia,2.5,87,1 +15568,2012,by country of repatriation,Ukraine,2.5,87,1 +15569,2013,Unknown,Unknown,270.0,87,4 +15570,2013,Unknown,Unknown,132.0,87,5 +15571,2013,Unknown,Unknown,92.0,87,6 +15572,2013,Unknown,Unknown,99.0,87,7 +15573,2013,Unknown,Unknown,362.0,87,2 +15574,2013,Unknown,Unknown,231.0,87,3 +15575,2013,Unknown,Unknown,593.0,87,1 +15576,2013,by citizenship,Bulgaria,2.5,87,1 +15577,2013,by citizenship,Italy,5.0,87,1 +15578,2013,by citizenship,Nigeria,16.0,87,1 +15579,2013,by citizenship,Romania,6.0,87,1 +15580,2013,by country of repatriation,Nigeria,2.5,87,1 +15581,2013,by country of repatriation,Paraguay,2.5,87,1 +15582,2013,by country of repatriation,Poland,2.5,87,1 +15583,2013,by country of repatriation,Moldova,2.5,87,1 +15584,2013,by country of repatriation,Serbia,2.5,87,1 +15585,2014,Unknown,Unknown,326.0,87,4 +15586,2014,Unknown,Unknown,103.0,87,5 +15587,2014,Unknown,Unknown,110.0,87,6 +15588,2014,Unknown,Unknown,58.0,87,7 +15589,2014,Unknown,Unknown,436.0,87,2 +15590,2014,Unknown,Unknown,161.0,87,3 +15591,2014,Unknown,Unknown,597.0,87,1 +15592,2014,by citizenship,Albania,6.0,87,1 +15593,2014,by citizenship,Bulgaria,7.0,87,1 +15594,2014,by citizenship,China,2.5,87,1 +15595,2014,by citizenship,Cuba,2.5,87,1 +15596,2014,by citizenship,Italy,398.0,87,1 +15597,2014,by citizenship,Latvia,2.5,87,1 +15598,2014,by citizenship,Morocco,8.0,87,1 +15599,2014,by citizenship,Nigeria,20.0,87,1 +15600,2014,by citizenship,Pakistan,2.5,87,1 +15601,2014,by citizenship,Poland,2.5,87,1 +15602,2014,by citizenship,Moldova,2.5,87,1 +15603,2014,by citizenship,Romania,110.0,87,1 +15604,2014,by citizenship,Russia,5.0,87,1 +15605,2014,by citizenship,Senegal,2.5,87,1 +15606,2014,by citizenship,Serbia,5.0,87,1 +15607,2014,by citizenship,Ukraine,2.5,87,1 +15608,2014,by citizenship,Unknown,29.0,87,1 +15609,2014,by country of repatriation,Nigeria,2.5,87,1 +15610,2014,by country of repatriation,Serbia,2.5,87,1 +15611,2014,by country of repatriation,Slovakia,2.5,87,1 +15612,2014,by country of repatriation,North Macedonia,2.5,87,1 +15613,2014,by form of exploitation,Forced labour,8.0,87,5 +15614,2014,by form of exploitation,Forced labour,11.0,87,7 +15615,2014,by form of exploitation,Forced labour,19.0,87,1 +15616,2014,by form of exploitation,Sexual exploitation,51.0,87,4 +15617,2014,by form of exploitation,Sexual exploitation,593.0,87,5 +15618,2014,by form of exploitation,Sexual exploitation,39.0,87,6 +15619,2014,by form of exploitation,Sexual exploitation,52.0,87,7 +15620,2014,by form of exploitation,Sexual exploitation,735.0,87,1 +15621,2015,Unknown,Unknown,271.0,87,4 +15622,2015,Unknown,Unknown,161.0,87,5 +15623,2015,Unknown,Unknown,89.0,87,6 +15624,2015,Unknown,Unknown,101.0,87,7 +15625,2015,Unknown,Unknown,360.0,87,2 +15626,2015,Unknown,Unknown,262.0,87,3 +15627,2015,Unknown,Unknown,609.0,87,1 +15628,2015,by citizenship,Albania,2.5,87,1 +15629,2015,by citizenship,Brazil,5.0,87,1 +15630,2015,by citizenship,Bulgaria,5.0,87,1 +15631,2015,by citizenship,Burkina Faso,2.5,87,1 +15632,2015,by citizenship,China,2.5,87,1 +15633,2015,by citizenship,Dominican Republic,2.5,87,1 +15634,2015,by citizenship,Ecuador,2.5,87,1 +15635,2015,by citizenship,Egypt,2.5,87,1 +15636,2015,by citizenship,India,22.0,87,1 +15637,2015,by citizenship,Italy,333.0,87,1 +15638,2015,by citizenship,Morocco,14.0,87,1 +15639,2015,by citizenship,Nigeria,31.0,87,1 +15640,2015,by citizenship,Moldova,5.0,87,1 +15641,2015,by citizenship,Romania,162.0,87,1 +15642,2015,by citizenship,Senegal,2.5,87,1 +15643,2015,by citizenship,Sudan,2.5,87,1 +15644,2015,by citizenship,North Macedonia,9.0,87,1 +15645,2015,by citizenship,Ukraine,5.0,87,1 +15646,2015,by country of repatriation,Nigeria,2.5,87,1 +15647,2015,by form of exploitation,Forced labour,2.5,87,4 +15648,2015,by form of exploitation,Forced labour,18.0,87,5 +15649,2015,by form of exploitation,Forced labour,2.5,87,6 +15650,2015,by form of exploitation,Forced labour,64.0,87,7 +15651,2015,by form of exploitation,Forced labour,85.0,87,1 +15652,2015,by form of exploitation,Sexual exploitation,65.0,87,4 +15653,2015,by form of exploitation,Sexual exploitation,431.0,87,5 +15654,2015,by form of exploitation,Sexual exploitation,47.0,87,6 +15655,2015,by form of exploitation,Sexual exploitation,64.0,87,7 +15656,2015,by form of exploitation,Sexual exploitation,607.0,87,1 +15657,2016,Unknown,Unknown,307.0,87,4 +15658,2016,Unknown,Unknown,143.0,87,5 +15659,2016,Unknown,Unknown,96.0,87,6 +15660,2016,Unknown,Unknown,117.0,87,7 +15661,2016,Unknown,Unknown,403.0,87,2 +15662,2016,Unknown,Unknown,260.0,87,3 +15663,2016,Unknown,Unknown,663.0,87,1 +15664,2016,by citizenship,Albania,5.0,87,1 +15665,2016,by citizenship,Bangladesh,16.0,87,1 +15666,2016,by citizenship,Brazil,2.5,87,1 +15667,2016,by citizenship,Bulgaria,7.0,87,1 +15668,2016,by citizenship,China,2.5,87,1 +15669,2016,by citizenship,Colombia,2.5,87,1 +15670,2016,by citizenship,Egypt,2.5,87,1 +15671,2016,by citizenship,Gambia,2.5,87,1 +15672,2016,by citizenship,India,10.0,87,1 +15673,2016,by citizenship,Italy,392.0,87,1 +15674,2016,by citizenship,Morocco,19.0,87,1 +15675,2016,by citizenship,Nigeria,103.0,87,1 +15676,2016,by citizenship,Pakistan,5.0,87,1 +15677,2016,by citizenship,Philippines,2.5,87,1 +15678,2016,by citizenship,Moldova,2.5,87,1 +15679,2016,by citizenship,Romania,66.0,87,1 +15680,2016,by citizenship,Russia,2.5,87,1 +15681,2016,by citizenship,Serbia,2.5,87,1 +15682,2016,by citizenship,Tunisia,5.0,87,1 +15683,2016,by country of repatriation,Colombia,2.5,87,1 +15684,2016,by country of repatriation,Lithuania,2.5,87,1 +15685,2016,by country of repatriation,Nigeria,56.0,87,1 +15686,2016,by country of repatriation,Paraguay,2.5,87,1 +15687,2016,by country of repatriation,Ukraine,7.0,87,1 +15688,2016,by form of exploitation,Forced labour,10.0,87,5 +15689,2016,by form of exploitation,Forced labour,59.0,87,7 +15690,2016,by form of exploitation,Forced labour,69.0,87,1 +15691,2016,by form of exploitation,Sexual exploitation,78.0,87,4 +15692,2016,by form of exploitation,Sexual exploitation,383.0,87,5 +15693,2016,by form of exploitation,Sexual exploitation,43.0,87,6 +15694,2016,by form of exploitation,Sexual exploitation,105.0,87,7 +15695,2016,by form of exploitation,Sexual exploitation,610.0,87,1 +15696,2017,Unknown,Unknown,326.0,87,4 +15697,2017,Unknown,Unknown,163.0,87,5 +15698,2017,Unknown,Unknown,74.0,87,6 +15699,2017,Unknown,Unknown,231.0,87,7 +15700,2017,Unknown,Unknown,2.5,87,9 +15701,2017,Unknown,Unknown,400.0,87,2 +15702,2017,Unknown,Unknown,394.0,87,3 +15703,2017,Unknown,Unknown,794.0,87,1 +15704,2017,by citizenship,Afghanistan,7.0,87,1 +15705,2017,by citizenship,Albania,15.0,87,1 +15706,2017,by citizenship,Bangladesh,17.0,87,1 +15707,2017,by citizenship,Bosnia and Herzegovina,2.5,87,1 +15708,2017,by citizenship,Bulgaria,12.0,87,1 +15709,2017,by citizenship,China,9.0,87,1 +15710,2017,by citizenship,Colombia,2.5,87,1 +15711,2017,by citizenship,Cote d'Ivoire,2.5,87,1 +15712,2017,by citizenship,Croatia,2.5,87,1 +15713,2017,by citizenship,Egypt,5.0,87,1 +15714,2017,by citizenship,Gambia,6.0,87,1 +15715,2017,by citizenship,Guinea,2.5,87,1 +15716,2017,by citizenship,India,22.0,87,1 +15717,2017,by citizenship,Mali,2.5,87,1 +15718,2017,by citizenship,Morocco,26.0,87,1 +15719,2017,by citizenship,Moldova,2.5,87,1 +15720,2017,by citizenship,Nationals,433.0,87,1 +15721,2017,by citizenship,Nigeria,79.0,87,1 +15722,2017,by citizenship,Pakistan,9.0,87,1 +15723,2017,by citizenship,Romania,106.0,87,1 +15724,2017,by citizenship,Senegal,10.0,87,1 +15725,2017,by citizenship,Tunisia,2.5,87,1 +15726,2017,by form of exploitation,Forced labour,2.5,87,4 +15727,2017,by form of exploitation,Forced labour,30.0,87,5 +15728,2017,by form of exploitation,Forced labour,2.5,87,6 +15729,2017,by form of exploitation,Forced labour,185.0,87,7 +15730,2017,by form of exploitation,Forced labour,2.5,87,9 +15731,2017,by form of exploitation,Forced labour,2.5,87,2 +15732,2017,by form of exploitation,Forced labour,215.0,87,3 +15733,2017,by form of exploitation,Forced labour,219.0,87,1 +15734,2017,by form of exploitation,Sexual exploitation,58.0,87,4 +15735,2017,by form of exploitation,Sexual exploitation,289.0,87,5 +15736,2017,by form of exploitation,Sexual exploitation,24.0,87,6 +15737,2017,by form of exploitation,Sexual exploitation,96.0,87,7 +15738,2017,by form of exploitation,Sexual exploitation,82.0,87,2 +15739,2017,by form of exploitation,Sexual exploitation,385.0,87,3 +15740,2017,by form of exploitation,Sexual exploitation,467.0,87,1 +15741,2018,Unknown,Unknown,295.0,87,4 +15742,2018,Unknown,Unknown,153.0,87,5 +15743,2018,Unknown,Unknown,79.0,87,6 +15744,2018,Unknown,Unknown,229.0,87,7 +15745,2018,Unknown,Unknown,374.0,87,2 +15746,2018,Unknown,Unknown,382.0,87,3 +15747,2018,Unknown,Unknown,756.0,87,1 +15748,2018,by citizenship,Afghanistan,12.0,87,1 +15749,2018,by citizenship,Albania,9.0,87,1 +15750,2018,by citizenship,Algeria,2.5,87,1 +15751,2018,by citizenship,Bangladesh,6.0,87,1 +15752,2018,by citizenship,Bulgaria,5.0,87,1 +15753,2018,by citizenship,China,12.0,87,1 +15754,2018,by citizenship,Cote d'Ivoire,7.0,87,1 +15755,2018,by citizenship,Philippines,2.5,87,1 +15756,2018,by citizenship,Gambia,9.0,87,1 +15757,2018,by citizenship,Ghana,7.0,87,1 +15758,2018,by citizenship,India,5.0,87,1 +15759,2018,by citizenship,Mali,8.0,87,1 +15760,2018,by citizenship,Morocco,10.0,87,1 +15761,2018,by citizenship,Moldova,8.0,87,1 +15762,2018,by citizenship,Nationals,442.0,87,1 +15763,2018,by citizenship,Nigeria,53.0,87,1 +15764,2018,by citizenship,Pakistan,18.0,87,1 +15765,2018,by citizenship,Romania,85.0,87,1 +15766,2018,by citizenship,Senegal,6.0,87,1 +15767,2018,by citizenship,Serbia,2.5,87,1 +15768,2018,by citizenship,Sri Lanka,2.5,87,1 +15769,2018,by citizenship,Tunisia,17.0,87,1 +15770,2018,by form of exploitation,Forced labour,2.5,87,4 +15771,2018,by form of exploitation,Forced labour,39.0,87,5 +15772,2018,by form of exploitation,Forced labour,2.5,87,6 +15773,2018,by form of exploitation,Forced labour,188.0,87,7 +15774,2018,by form of exploitation,Forced labour,2.5,87,9 +15775,2018,by form of exploitation,Forced labour,2.5,87,2 +15776,2018,by form of exploitation,Forced labour,227.0,87,3 +15777,2018,by form of exploitation,Forced labour,229.0,87,1 +15778,2018,by form of exploitation,Sexual exploitation,55.0,87,4 +15779,2018,by form of exploitation,Sexual exploitation,265.0,87,5 +15780,2018,by form of exploitation,Sexual exploitation,30.0,87,6 +15781,2018,by form of exploitation,Sexual exploitation,51.0,87,7 +15782,2018,by form of exploitation,Sexual exploitation,85.0,87,2 +15783,2018,by form of exploitation,Sexual exploitation,316.0,87,3 +15784,2018,by form of exploitation,Sexual exploitation,401.0,87,1 +15785,2019,Unknown,Unknown,313.0,87,4 +15786,2019,Unknown,Unknown,197.0,87,5 +15787,2019,Unknown,Unknown,108.0,87,6 +15788,2019,Unknown,Unknown,348.0,87,7 +15789,2019,Unknown,Unknown,421.0,87,2 +15790,2019,Unknown,Unknown,545.0,87,3 +15791,2019,Unknown,Unknown,966.0,87,1 +15792,2019,by citizenship,Afghanistan,14.0,87,1 +15793,2019,by citizenship,Albania,6.0,87,1 +15794,2019,by citizenship,Bangladesh,14.0,87,1 +15795,2019,by citizenship,Bosnia and Herzegovina,6.0,87,1 +15796,2019,by citizenship,Bulgaria,2.5,87,1 +15797,2019,by citizenship,Egypt,9.0,87,1 +15798,2019,by citizenship,Gambia,13.0,87,1 +15799,2019,by citizenship,Ghana,7.0,87,1 +15800,2019,by citizenship,Guinea,7.0,87,1 +15801,2019,by citizenship,India,7.0,87,1 +15802,2019,by citizenship,Italy,501.0,87,1 +15803,2019,by citizenship,Cote d'Ivoire,12.0,87,1 +15804,2019,by citizenship,Mali,2.5,87,1 +15805,2019,by citizenship,Moldova,21.0,87,1 +15806,2019,by citizenship,Morocco,14.0,87,1 +15807,2019,by citizenship,Nigeria,43.0,87,1 +15808,2019,by citizenship,Nigeria,2.5,87,1 +15809,2019,by citizenship,Pakistan,56.0,87,1 +15810,2019,by citizenship,Romania,130.0,87,1 +15811,2019,by citizenship,Senegal,13.0,87,1 +15812,2019,by citizenship,Tunisia,37.0,87,1 +15813,2019,by form of exploitation,Forced labour,2.5,87,4 +15814,2019,by form of exploitation,Forced labour,86.0,87,5 +15815,2019,by form of exploitation,Forced labour,2.5,87,6 +15816,2019,by form of exploitation,Forced labour,302.0,87,7 +15817,2019,by form of exploitation,Forced labour,2.5,87,9 +15818,2019,by form of exploitation,Forced labour,2.5,87,2 +15819,2019,by form of exploitation,Forced labour,388.0,87,3 +15820,2019,by form of exploitation,Forced labour,392.0,87,1 +15821,2019,by form of exploitation,Sexual exploitation,35.0,87,4 +15822,2019,by form of exploitation,Sexual exploitation,192.0,87,5 +15823,2019,by form of exploitation,Sexual exploitation,22.0,87,6 +15824,2019,by form of exploitation,Sexual exploitation,80.0,87,7 +15825,2019,by form of exploitation,Sexual exploitation,57.0,87,2 +15826,2019,by form of exploitation,Sexual exploitation,272.0,87,3 +15827,2019,by form of exploitation,Sexual exploitation,329.0,87,1 +15828,2020,Unknown,Unknown,317.0,87,4 +15829,2020,Unknown,Unknown,118.0,87,5 +15830,2020,Unknown,Unknown,100.0,87,6 +15831,2020,Unknown,Unknown,258.0,87,7 +15832,2020,Unknown,Unknown,417.0,87,2 +15833,2020,Unknown,Unknown,396.0,87,3 +15834,2020,Unknown,Unknown,813.0,87,1 +15835,2020,by citizenship,Albania,18.0,87,1 +15836,2020,by citizenship,Algeria,5.0,87,1 +15837,2020,by citizenship,Bangladesh,2.5,87,1 +15838,2020,by citizenship,Bulgaria,2.5,87,1 +15839,2020,by citizenship,China,14.0,87,1 +15840,2020,by citizenship,Dominican Republic,2.5,87,1 +15841,2020,by citizenship,Egypt,9.0,87,1 +15842,2020,by citizenship,Gambia,25.0,87,1 +15843,2020,by citizenship,Ghana,7.0,87,1 +15844,2020,by citizenship,Guinea,2.5,87,1 +15845,2020,by citizenship,India,17.0,87,1 +15846,2020,by citizenship,Italy,517.0,87,1 +15847,2020,by citizenship,Libya,2.5,87,1 +15848,2020,by citizenship,Mali,8.0,87,1 +15849,2020,by citizenship,Moldova,20.0,87,1 +15850,2020,by citizenship,Morocco,33.0,87,1 +15851,2020,by citizenship,Nigeria,25.0,87,1 +15852,2020,by citizenship,Pakistan,15.0,87,1 +15853,2020,by citizenship,Romania,34.0,87,1 +15854,2020,by citizenship,Senegal,17.0,87,1 +15855,2020,by citizenship,Tunisia,15.0,87,1 +15856,2020,by citizenship,Ukraine,5.0,87,1 +15857,2020,by form of exploitation,Forced labour,2.5,87,4 +15858,2020,by form of exploitation,Forced labour,38.0,87,5 +15859,2020,by form of exploitation,Forced labour,2.5,87,6 +15860,2020,by form of exploitation,Forced labour,247.0,87,7 +15861,2020,by form of exploitation,Forced labour,2.5,87,9 +15862,2020,by form of exploitation,Forced labour,2.5,87,2 +15863,2020,by form of exploitation,Forced labour,285.0,87,3 +15864,2020,by form of exploitation,Forced labour,289.0,87,1 +15865,2020,by form of exploitation,Sexual exploitation,2.5,87,4 +15866,2020,by form of exploitation,Sexual exploitation,114.0,87,5 +15867,2020,by form of exploitation,Sexual exploitation,2.5,87,6 +15868,2020,by form of exploitation,Sexual exploitation,16.0,87,7 +15869,2020,by form of exploitation,Sexual exploitation,2.5,87,2 +15870,2020,by form of exploitation,Sexual exploitation,130.0,87,3 +15871,2020,by form of exploitation,Sexual exploitation,132.0,87,1 +15872,2021,Unknown,Unknown,2.5,87,9 +15873,2021,Unknown,Unknown,168.0,87,4 +15874,2021,Unknown,Unknown,234.0,87,5 +15875,2021,Unknown,Unknown,96.0,87,6 +15876,2021,Unknown,Unknown,258.0,87,7 +15877,2021,Unknown,Unknown,265.0,87,2 +15878,2021,Unknown,Unknown,492.0,87,3 +15879,2021,Unknown,Unknown,757.0,87,1 +15880,2021,by citizenship,Afghanistan,24.0,87,1 +15881,2021,by citizenship,Albania,11.0,87,1 +15882,2021,by citizenship,Bangladesh,25.0,87,1 +15883,2021,by citizenship,Bosnia and Herzegovina,2.5,87,1 +15884,2021,by citizenship,Brazil,2.5,87,1 +15885,2021,by citizenship,Bulgaria,11.0,87,1 +15886,2021,by citizenship,Cambodia,2.5,87,1 +15887,2021,by citizenship,China,13.0,87,1 +15888,2021,by citizenship,Colombia,2.5,87,1 +15889,2021,by citizenship,Cuba,2.5,87,1 +15890,2021,by citizenship,Dominican Republic,2.5,87,1 +15891,2021,by citizenship,Ecuador,2.5,87,1 +15892,2021,by citizenship,Egypt,14.0,87,1 +15893,2021,by citizenship,Philippines,2.5,87,1 +15894,2021,by citizenship,Gambia,11.0,87,1 +15895,2021,by citizenship,Ghana,2.5,87,1 +15896,2021,by citizenship,Guinea,2.5,87,1 +15897,2021,by citizenship,Honduras,2.5,87,1 +15898,2021,by citizenship,India,2.5,87,1 +15899,2021,by citizenship,Iran,2.5,87,1 +15900,2021,by citizenship,Iraq,2.5,87,1 +15901,2021,by citizenship,Italy,370.0,87,1 +15902,2021,by citizenship,Cote d'Ivoire,5.0,87,1 +15903,2021,by citizenship,Kosovo,2.5,87,1 +15904,2021,by citizenship,North Macedonia,5.0,87,1 +15905,2021,by citizenship,Mali,8.0,87,1 +15906,2021,by citizenship,Moldova,13.0,87,1 +15907,2021,by citizenship,Morocco,5.0,87,1 +15908,2021,by citizenship,Nigeria,57.0,87,1 +15909,2021,by citizenship,Pakistan,57.0,87,1 +15910,2021,by citizenship,Palestine,2.5,87,1 +15911,2021,by citizenship,Peru,2.5,87,1 +15912,2021,by citizenship,Romania,50.0,87,1 +15913,2021,by citizenship,Russia,2.5,87,1 +15914,2021,by citizenship,El Salvador,2.5,87,1 +15915,2021,by citizenship,Senegal,8.0,87,1 +15916,2021,by citizenship,Serbia,2.5,87,1 +15917,2021,by citizenship,Slovakia,2.5,87,1 +15918,2021,by citizenship,Sri Lanka,2.5,87,1 +15919,2021,by citizenship,Syria,10.0,87,1 +15920,2021,by citizenship,Tunisia,2.5,87,1 +15921,2021,by citizenship,Turkey,5.0,87,1 +15922,2021,by citizenship,Venezuela,2.5,87,1 +15923,2021,by form of exploitation,Forced labour,2.5,87,4 +15924,2021,by form of exploitation,Forced labour,33.0,87,5 +15925,2021,by form of exploitation,Forced labour,2.5,87,6 +15926,2021,by form of exploitation,Forced labour,179.0,87,7 +15927,2021,by form of exploitation,Forced labour,2.5,87,2 +15928,2021,by form of exploitation,Forced labour,212.0,87,3 +15929,2021,by form of exploitation,Forced labour,213.0,87,1 +15930,2021,by form of exploitation,Sexual exploitation,160.0,87,4 +15931,2021,by form of exploitation,Sexual exploitation,175.0,87,5 +15932,2021,by form of exploitation,Sexual exploitation,73.0,87,6 +15933,2021,by form of exploitation,Sexual exploitation,22.0,87,7 +15934,2021,by form of exploitation,Sexual exploitation,233.0,87,2 +15935,2021,by form of exploitation,Sexual exploitation,197.0,87,3 +15936,2021,by form of exploitation,Sexual exploitation,430.0,87,1 +15937,2022,Unknown,Unknown,33.0,87,4 +15938,2022,Unknown,Unknown,1328.0,87,5 +15939,2022,Unknown,Unknown,36.0,87,6 +15940,2022,Unknown,Unknown,672.0,87,7 +15941,2022,Unknown,Unknown,67.0,87,2 +15942,2022,Unknown,Unknown,2077.0,87,3 +15943,2022,Unknown,Unknown,2146.0,87,1 +15944,2022,by form of exploitation,Forced labour,2.5,87,4 +15945,2022,by form of exploitation,Forced labour,60.0,87,5 +15946,2022,by form of exploitation,Forced labour,6.0,87,6 +15947,2022,by form of exploitation,Forced labour,381.0,87,7 +15948,2022,by form of exploitation,Forced labour,7.0,87,2 +15949,2022,by form of exploitation,Forced labour,441.0,87,3 +15950,2022,by form of exploitation,Forced labour,449.0,87,1 +15951,2022,by form of exploitation,Sexual exploitation,7.0,87,4 +15952,2022,by form of exploitation,Sexual exploitation,543.0,87,5 +15953,2022,by form of exploitation,Sexual exploitation,2.5,87,6 +15954,2022,by form of exploitation,Sexual exploitation,5.0,87,7 +15955,2022,by form of exploitation,Sexual exploitation,45.0,87,8 +15956,2022,by form of exploitation,Sexual exploitation,7.0,87,2 +15957,2022,by form of exploitation,Sexual exploitation,548.0,87,3 +15958,2022,by form of exploitation,Sexual exploitation,600.0,87,1 +15959,2003,by country of repatriation,Abroad,2.5,88,1 +15960,2007,Unknown,Unknown,2.5,88,4 +15961,2007,Unknown,Unknown,2.5,88,5 +15962,2007,Unknown,Unknown,2.5,88,6 +15963,2007,Unknown,Unknown,2.5,88,7 +15964,2007,Unknown,Unknown,2.5,88,2 +15965,2007,Unknown,Unknown,2.5,88,3 +15966,2007,Unknown,Unknown,2.5,88,1 +15967,2007,by citizenship,Myanmar,2.5,88,1 +15968,2007,by form of exploitation,Forced labour,2.5,88,1 +15969,2008,Unknown,Unknown,2.5,88,4 +15970,2008,Unknown,Unknown,2.5,88,5 +15971,2008,Unknown,Unknown,2.5,88,6 +15972,2008,Unknown,Unknown,2.5,88,7 +15973,2008,Unknown,Unknown,2.5,88,2 +15974,2008,Unknown,Unknown,2.5,88,3 +15975,2008,Unknown,Unknown,2.5,88,1 +15976,2008,by citizenship,Jamaica,2.5,88,1 +15977,2008,by form of exploitation,Sexual exploitation,2.5,88,1 +15978,2009,Unknown,Unknown,2.5,88,4 +15979,2009,Unknown,Unknown,2.5,88,5 +15980,2009,Unknown,Unknown,2.5,88,6 +15981,2009,Unknown,Unknown,2.5,88,7 +15982,2009,Unknown,Unknown,2.5,88,2 +15983,2009,Unknown,Unknown,2.5,88,3 +15984,2009,Unknown,Unknown,2.5,88,1 +15985,2009,by form of exploitation,Forced labour,2.5,88,1 +15986,2009,by form of exploitation,Sexual exploitation,2.5,88,1 +15987,2010,Unknown,Unknown,2.5,88,4 +15988,2010,Unknown,Unknown,6.0,88,5 +15989,2010,Unknown,Unknown,2.5,88,6 +15990,2010,Unknown,Unknown,2.5,88,7 +15991,2010,Unknown,Unknown,2.5,88,2 +15992,2010,Unknown,Unknown,6.0,88,3 +15993,2010,Unknown,Unknown,7.0,88,1 +15994,2010,by citizenship,Dominican Republic,2.5,88,1 +15995,2010,by citizenship,Guyana,2.5,88,1 +15996,2010,by citizenship,Jamaica,2.5,88,1 +15997,2010,by citizenship,Panama,2.5,88,1 +15998,2010,by form of exploitation,Sexual exploitation,7.0,88,1 +15999,2011,Unknown,Unknown,2.5,88,4 +16000,2011,Unknown,Unknown,2.5,88,5 +16001,2011,Unknown,Unknown,2.5,88,6 +16002,2011,Unknown,Unknown,7.0,88,7 +16003,2011,Unknown,Unknown,2.5,88,2 +16004,2011,Unknown,Unknown,7.0,88,3 +16005,2011,Unknown,Unknown,7.0,88,1 +16006,2011,by citizenship,India,7.0,88,1 +16007,2011,by form of exploitation,Forced labour,7.0,88,1 +16008,2012,Unknown,Unknown,2.5,88,4 +16009,2012,Unknown,Unknown,2.5,88,5 +16010,2012,Unknown,Unknown,21.0,88,6 +16011,2012,Unknown,Unknown,2.5,88,7 +16012,2012,Unknown,Unknown,24.0,88,2 +16013,2012,Unknown,Unknown,2.5,88,3 +16014,2012,Unknown,Unknown,24.0,88,1 +16015,2012,by citizenship,Guatemala,21.0,88,1 +16016,2012,by citizenship,Jamaica,2.5,88,1 +16017,2012,by form of exploitation,Forced labour,21.0,88,1 +16018,2012,by form of exploitation,Sexual exploitation,2.5,88,1 +16019,2013,Unknown,Unknown,2.5,88,4 +16020,2013,Unknown,Unknown,2.5,88,5 +16021,2013,Unknown,Unknown,2.5,88,6 +16022,2013,Unknown,Unknown,2.5,88,7 +16023,2013,Unknown,Unknown,2.5,88,2 +16024,2013,Unknown,Unknown,2.5,88,3 +16025,2013,Unknown,Unknown,5.0,88,1 +16026,2013,by citizenship,China,2.5,88,1 +16027,2013,by citizenship,Haiti,2.5,88,1 +16028,2013,by citizenship,Jamaica,2.5,88,1 +16029,2013,by form of exploitation,Forced labour,2.5,88,1 +16030,2013,by form of exploitation,Sexual exploitation,2.5,88,1 +16031,2014,Unknown,Unknown,2.5,88,2 +16032,2014,Unknown,Unknown,2.5,88,3 +16033,2015,Unknown,Unknown,2.5,88,2 +16034,2015,Unknown,Unknown,2.5,88,3 +16035,2017,by form of exploitation,Sexual exploitation,2.5,88,1 +16036,2018,by form of exploitation,Forced labour,2.5,88,1 +16037,2018,by form of exploitation,Sexual exploitation,2.5,88,1 +16038,2019,by form of exploitation,Forced labour,6.0,88,1 +16039,2019,by form of exploitation,Sexual exploitation,2.5,88,1 +16040,2020,by form of exploitation,Sexual exploitation,8.0,88,1 +16041,2020,by form of exploitation,Forced labour,2.5,88,1 +16042,2008,by country of repatriation,Abroad,2.5,89,1 +16043,2010,Unknown,Unknown,17.0,89,2 +16044,2010,Unknown,Unknown,64.0,89,3 +16045,2010,Unknown,Unknown,81.0,89,1 +16046,2010,by country of repatriation,Indonesia,2.5,89,1 +16047,2011,Unknown,Unknown,6.0,89,2 +16048,2011,Unknown,Unknown,31.0,89,3 +16049,2011,Unknown,Unknown,49.0,89,1 +16050,2011,by country of repatriation,Guatemala,13.0,89,1 +16051,2012,Unknown,Unknown,2.5,89,2 +16052,2012,Unknown,Unknown,22.0,89,3 +16053,2012,Unknown,Unknown,24.0,89,1 +16054,2012,by country of repatriation,Indonesia,270.0,89,1 +16055,2013,Unknown,Unknown,8.0,89,2 +16056,2013,Unknown,Unknown,73.0,89,3 +16057,2013,Unknown,Unknown,81.0,89,1 +16058,2013,by citizenship,Bangladesh,20.0,89,1 +16059,2013,by citizenship,Egypt,5.0,89,1 +16060,2013,by citizenship,India,2.5,89,1 +16061,2013,by citizenship,Indonesia,6.0,89,1 +16062,2013,by citizenship,Philippines,2.5,89,1 +16063,2013,by citizenship,Sri Lanka,5.0,89,1 +16064,2013,by citizenship,Syria,2.5,89,1 +16065,2013,by country of repatriation,Indonesia,2.5,89,1 +16066,2014,Unknown,Unknown,2.5,89,4 +16067,2014,Unknown,Unknown,5.0,89,5 +16068,2014,Unknown,Unknown,2.5,89,6 +16069,2014,Unknown,Unknown,13.0,89,7 +16070,2014,Unknown,Unknown,2.5,89,2 +16071,2014,Unknown,Unknown,18.0,89,3 +16072,2014,Unknown,Unknown,19.0,89,1 +16073,2014,by country of repatriation,Indonesia,32.0,89,1 +16074,2015,Unknown,Unknown,2.5,89,4 +16075,2015,Unknown,Unknown,10.0,89,5 +16076,2015,Unknown,Unknown,2.5,89,6 +16077,2015,Unknown,Unknown,16.0,89,7 +16078,2015,Unknown,Unknown,2.5,89,2 +16079,2015,Unknown,Unknown,26.0,89,3 +16080,2015,Unknown,Unknown,26.0,89,1 +16081,2015,by country of repatriation,Indonesia,2.5,89,1 +16082,2016,Unknown,Unknown,2.5,89,4 +16083,2016,Unknown,Unknown,15.0,89,5 +16084,2016,Unknown,Unknown,2.5,89,6 +16085,2016,Unknown,Unknown,19.0,89,7 +16086,2016,Unknown,Unknown,2.5,89,2 +16087,2016,Unknown,Unknown,34.0,89,3 +16088,2016,Unknown,Unknown,35.0,89,1 +16089,2016,by country of repatriation,Indonesia,36.0,89,1 +16090,2016,by country of repatriation,Tunisia,15.0,89,1 +16091,2017,Unknown,Unknown,2.5,89,4 +16092,2017,Unknown,Unknown,36.0,89,5 +16093,2017,Unknown,Unknown,2.5,89,6 +16094,2017,Unknown,Unknown,11.0,89,7 +16095,2017,Unknown,Unknown,2.5,89,2 +16096,2017,Unknown,Unknown,47.0,89,3 +16097,2017,Unknown,Unknown,48.0,89,1 +16098,2017,by form of exploitation,Sexual exploitation,2.5,89,5 +16099,2017,by form of exploitation,Sexual exploitation,2.5,89,7 +16100,2017,by form of exploitation,Sexual exploitation,2.5,89,1 +16101,2018,Unknown,Unknown,2.5,89,4 +16102,2018,Unknown,Unknown,16.0,89,5 +16103,2018,Unknown,Unknown,2.5,89,6 +16104,2018,Unknown,Unknown,24.0,89,7 +16105,2018,Unknown,Unknown,2.5,89,2 +16106,2018,Unknown,Unknown,40.0,89,3 +16107,2018,Unknown,Unknown,40.0,89,1 +16108,2018,by citizenship,Bangladesh,5.0,89,1 +16109,2018,by citizenship,Egypt,9.0,89,1 +16110,2018,by citizenship,Ghana,2.5,89,1 +16111,2018,by citizenship,India,8.0,89,1 +16112,2018,by citizenship,Indonesia,2.5,89,1 +16113,2018,by citizenship,Cote d'Ivoire,2.5,89,1 +16114,2018,by citizenship,Jordan,7.0,89,1 +16115,2018,by citizenship,Palestine,2.5,89,1 +16116,2018,by citizenship,Philippines,2.5,89,1 +16117,2018,by citizenship,Sri Lanka,2.5,89,1 +16118,2018,by citizenship,Uganda,2.5,89,1 +16119,2018,by form of exploitation,Forced labour,2.5,89,1 +16120,2018,by form of exploitation,Sexual exploitation,2.5,89,5 +16121,2018,by form of exploitation,Sexual exploitation,2.5,89,7 +16122,2018,by form of exploitation,Sexual exploitation,2.5,89,1 +16123,2019,Unknown,Unknown,2.5,89,4 +16124,2019,Unknown,Unknown,8.0,89,5 +16125,2019,Unknown,Unknown,2.5,89,6 +16126,2019,Unknown,Unknown,2.5,89,7 +16127,2019,Unknown,Unknown,2.5,89,2 +16128,2019,Unknown,Unknown,9.0,89,3 +16129,2019,Unknown,Unknown,9.0,89,1 +16130,2019,by citizenship,Philippines,2.5,89,1 +16131,2019,by citizenship,Uganda,2.5,89,1 +16132,2019,by citizenship,Ghana,2.5,89,1 +16133,2019,by citizenship,,2.5,89,1 +16134,2019,by form of exploitation,Forced labour,2.5,89,4 +16135,2019,by form of exploitation,Forced labour,7.0,89,5 +16136,2019,by form of exploitation,Forced labour,2.5,89,6 +16137,2019,by form of exploitation,Forced labour,2.5,89,7 +16138,2019,by form of exploitation,Forced labour,8.0,89,3 +16139,2019,by form of exploitation,Forced labour,8.0,89,1 +16140,2019,by form of exploitation,Sexual exploitation,2.5,89,4 +16141,2019,by form of exploitation,Sexual exploitation,2.5,89,5 +16142,2019,by form of exploitation,Sexual exploitation,2.5,89,6 +16143,2019,by form of exploitation,Sexual exploitation,2.5,89,7 +16144,2019,by form of exploitation,Sexual exploitation,2.5,89,3 +16145,2019,by form of exploitation,Sexual exploitation,2.5,89,1 +16146,2020,Unknown,Unknown,2.5,89,4 +16147,2020,Unknown,Unknown,24.0,89,5 +16148,2020,Unknown,Unknown,2.5,89,6 +16149,2020,Unknown,Unknown,2.5,89,7 +16150,2020,Unknown,Unknown,2.5,89,2 +16151,2020,Unknown,Unknown,25.0,89,3 +16152,2020,Unknown,Unknown,25.0,89,1 +16153,2020,by citizenship,Bangladesh,7.0,89,1 +16154,2020,by citizenship,Indonesia,2.5,89,1 +16155,2020,by citizenship,Nepal,2.5,89,1 +16156,2020,by citizenship,Philippines,5.0,89,1 +16157,2020,by citizenship,Sri Lanka,2.5,89,1 +16158,2020,by citizenship,Uganda,5.0,89,1 +16159,2020,by citizenship,,2.5,89,1 +16160,2020,by form of exploitation,Forced labour,2.5,89,4 +16161,2020,by form of exploitation,Forced labour,22.0,89,5 +16162,2020,by form of exploitation,Forced labour,2.5,89,6 +16163,2020,by form of exploitation,Forced labour,2.5,89,7 +16164,2020,by form of exploitation,Forced labour,23.0,89,3 +16165,2020,by form of exploitation,Forced labour,23.0,89,1 +16166,2020,by form of exploitation,Sexual exploitation,2.5,89,4 +16167,2020,by form of exploitation,Sexual exploitation,2.5,89,5 +16168,2020,by form of exploitation,Sexual exploitation,2.5,89,6 +16169,2020,by form of exploitation,Sexual exploitation,2.5,89,7 +16170,2020,by form of exploitation,Sexual exploitation,2.5,89,3 +16171,2020,by form of exploitation,Sexual exploitation,2.5,89,1 +16172,2021,Unknown,Unknown,2.5,89,4 +16173,2021,Unknown,Unknown,49.0,89,5 +16174,2021,Unknown,Unknown,2.5,89,6 +16175,2021,Unknown,Unknown,12.0,89,7 +16176,2021,Unknown,Unknown,2.5,89,2 +16177,2021,Unknown,Unknown,61.0,89,3 +16178,2021,Unknown,Unknown,61.0,89,1 +16179,2021,by citizenship,Bangladesh,8.0,89,1 +16180,2021,by citizenship,Egypt,2.5,89,1 +16181,2021,by citizenship,Ethiopia,2.5,89,1 +16182,2021,by citizenship,Ghana,2.5,89,1 +16183,2021,by citizenship,India,2.5,89,1 +16184,2021,by citizenship,Indonesia,2.5,89,1 +16185,2021,by citizenship,Kazakhstan,2.5,89,1 +16186,2021,by citizenship,Kuwait,8.0,89,1 +16187,2021,by citizenship,Nepal,2.5,89,1 +16188,2021,by citizenship,Philippines,2.5,89,1 +16189,2021,by citizenship,Russia,2.5,89,1 +16190,2021,by citizenship,Sudan,2.5,89,1 +16191,2021,by citizenship,Syria,2.5,89,1 +16192,2021,by citizenship,Uganda,5.0,89,1 +16193,2021,by citizenship,Ukraine,2.5,89,1 +16194,2021,by citizenship,,16.0,89,1 +16195,2021,by form of exploitation,Forced labour,2.5,89,4 +16196,2021,by form of exploitation,Forced labour,2.5,89,5 +16197,2021,by form of exploitation,Forced labour,2.5,89,6 +16198,2021,by form of exploitation,Forced labour,2.5,89,7 +16199,2021,by form of exploitation,Sexual exploitation,2.5,89,4 +16200,2021,by form of exploitation,Sexual exploitation,15.0,89,5 +16201,2021,by form of exploitation,Sexual exploitation,2.5,89,6 +16202,2021,by form of exploitation,Sexual exploitation,2.5,89,7 +16203,2021,by form of exploitation,Sexual exploitation,15.0,89,3 +16204,2021,by form of exploitation,Sexual exploitation,15.0,89,1 +16205,2022,Unknown,Unknown,2.5,89,4 +16206,2022,Unknown,Unknown,27.0,89,5 +16207,2022,Unknown,Unknown,2.5,89,6 +16208,2022,Unknown,Unknown,30.0,89,7 +16209,2022,Unknown,Unknown,5.0,89,2 +16210,2022,Unknown,Unknown,57.0,89,3 +16211,2022,Unknown,Unknown,62.0,89,1 +16212,2022,by citizenship,Bangladesh,12.0,89,1 +16213,2022,by citizenship,Egypt,8.0,89,1 +16214,2022,by citizenship,Ethiopia,2.5,89,1 +16215,2022,by citizenship,Iraq,5.0,89,1 +16216,2022,by citizenship,Kuwait,2.5,89,1 +16217,2022,by citizenship,Philippines,2.5,89,1 +16218,2022,by citizenship,Sri Lanka,2.5,89,1 +16219,2022,by citizenship,Syria,2.5,89,1 +16220,2022,by citizenship,Thailand,2.5,89,1 +16221,2022,by citizenship,Uganda,2.5,89,1 +16222,2022,by citizenship,,24.0,89,1 +16223,2022,by form of exploitation,Forced labour,2.5,89,4 +16224,2022,by form of exploitation,Forced labour,21.0,89,5 +16225,2022,by form of exploitation,Forced labour,2.5,89,6 +16226,2022,by form of exploitation,Forced labour,2.5,89,7 +16227,2022,by form of exploitation,Forced labour,2.5,89,2 +16228,2022,by form of exploitation,Forced labour,21.0,89,3 +16229,2022,by form of exploitation,Forced labour,21.0,89,1 +16230,2022,by form of exploitation,Sexual exploitation,2.5,89,4 +16231,2022,by form of exploitation,Sexual exploitation,6.0,89,5 +16232,2022,by form of exploitation,Sexual exploitation,2.5,89,6 +16233,2022,by form of exploitation,Sexual exploitation,2.5,89,7 +16234,2022,by form of exploitation,Sexual exploitation,2.5,89,2 +16235,2022,by form of exploitation,Sexual exploitation,6.0,89,3 +16236,2022,by form of exploitation,Sexual exploitation,8.0,89,1 +16237,2003,by country of repatriation,Abroad,2.5,90,1 +16238,2004,by form of exploitation,Sexual exploitation,2.5,90,1 +16239,2005,by form of exploitation,Sexual exploitation,18.0,90,1 +16240,2006,by form of exploitation,Sexual exploitation,118.0,90,1 +16241,2007,Unknown,Unknown,2.5,90,4 +16242,2007,Unknown,Unknown,43.0,90,5 +16243,2007,Unknown,Unknown,2.5,90,6 +16244,2007,Unknown,Unknown,2.5,90,7 +16245,2007,Unknown,Unknown,2.5,90,2 +16246,2007,Unknown,Unknown,43.0,90,3 +16247,2007,Unknown,Unknown,43.0,90,1 +16248,2007,by citizenship,Indonesia,11.0,90,1 +16249,2007,by citizenship,Japan,2.5,90,1 +16250,2007,by citizenship,Philippines,22.0,90,1 +16251,2007,by citizenship,South Korea,5.0,90,1 +16252,2007,by citizenship,Thailand,2.5,90,1 +16253,2007,by form of exploitation,Sexual exploitation,35.0,90,1 +16254,2008,Unknown,Unknown,2.5,90,4 +16255,2008,Unknown,Unknown,34.0,90,5 +16256,2008,Unknown,Unknown,2.5,90,6 +16257,2008,Unknown,Unknown,2.5,90,7 +16258,2008,Unknown,Unknown,2.5,90,2 +16259,2008,Unknown,Unknown,34.0,90,3 +16260,2008,Unknown,Unknown,36.0,90,1 +16261,2008,by citizenship,Bangladesh,2.5,90,1 +16262,2008,by citizenship,China,2.5,90,1 +16263,2008,by citizenship,Taiwan,5.0,90,1 +16264,2008,by citizenship,Japan,2.5,90,1 +16265,2008,by citizenship,Philippines,7.0,90,1 +16266,2008,by citizenship,Thailand,18.0,90,1 +16267,2009,Unknown,Unknown,2.5,90,4 +16268,2009,Unknown,Unknown,16.0,90,5 +16269,2009,Unknown,Unknown,2.5,90,6 +16270,2009,Unknown,Unknown,2.5,90,7 +16271,2009,Unknown,Unknown,2.5,90,2 +16272,2009,Unknown,Unknown,16.0,90,3 +16273,2009,Unknown,Unknown,17.0,90,1 +16274,2009,by citizenship,China,2.5,90,1 +16275,2009,by citizenship,Taiwan,2.5,90,1 +16276,2009,by citizenship,Japan,2.5,90,1 +16277,2009,by citizenship,Philippines,2.5,90,1 +16278,2009,by citizenship,Thailand,8.0,90,1 +16279,2010,Unknown,Unknown,37.0,90,1 +16280,2010,Unknown,Unknown,2.5,90,4 +16281,2010,Unknown,Unknown,35.0,90,5 +16282,2010,Unknown,Unknown,2.5,90,6 +16283,2010,Unknown,Unknown,2.5,90,7 +16284,2010,Unknown,Unknown,5.0,90,2 +16285,2010,Unknown,Unknown,38.0,90,3 +16286,2010,by citizenship,China,2.5,90,1 +16287,2010,by citizenship,Japan,12.0,90,1 +16288,2010,by citizenship,Philippines,28.0,90,1 +16289,2010,by citizenship,South Korea,2.5,90,1 +16290,2010,by citizenship,Thailand,2.5,90,1 +16291,2010,by country of repatriation,Thailand,2.5,90,1 +16292,2010,by form of exploitation,Forced labour,2.5,90,1 +16293,2010,by form of exploitation,Sexual exploitation,5.0,90,1 +16294,2011,Unknown,Unknown,25.0,90,1 +16295,2011,Unknown,Unknown,2.5,90,4 +16296,2011,Unknown,Unknown,45.0,90,5 +16297,2011,Unknown,Unknown,2.5,90,6 +16298,2011,Unknown,Unknown,2.5,90,7 +16299,2011,Unknown,Unknown,2.5,90,2 +16300,2011,Unknown,Unknown,45.0,90,3 +16301,2011,by citizenship,Taiwan,2.5,90,1 +16302,2011,by citizenship,Indonesia,13.0,90,1 +16303,2011,by citizenship,Japan,2.5,90,1 +16304,2011,by citizenship,Philippines,15.0,90,1 +16305,2011,by citizenship,Thailand,12.0,90,1 +16306,2011,by country of repatriation,Moldova,2.5,90,1 +16307,2011,by country of repatriation,Thailand,11.0,90,1 +16308,2011,by form of exploitation,Forced labour,2.5,90,1 +16309,2011,by form of exploitation,Sexual exploitation,18.0,90,1 +16310,2012,Unknown,Unknown,2.5,90,4 +16311,2012,Unknown,Unknown,25.0,90,5 +16312,2012,Unknown,Unknown,2.5,90,6 +16313,2012,Unknown,Unknown,2.5,90,7 +16314,2012,Unknown,Unknown,2.5,90,2 +16315,2012,Unknown,Unknown,25.0,90,3 +16316,2012,Unknown,Unknown,27.0,90,1 +16317,2012,by citizenship,Taiwan,2.5,90,1 +16318,2012,by citizenship,Japan,11.0,90,1 +16319,2012,by citizenship,Philippines,11.0,90,1 +16320,2012,by citizenship,South Korea,2.5,90,1 +16321,2012,by citizenship,Thailand,2.5,90,1 +16322,2012,by country of repatriation,Poland,2.5,90,1 +16323,2012,by form of exploitation,Forced labour,9.0,90,1 +16324,2012,by form of exploitation,Sexual exploitation,18.0,90,1 +16325,2013,Unknown,Unknown,2.5,90,4 +16326,2013,Unknown,Unknown,14.0,90,5 +16327,2013,Unknown,Unknown,2.5,90,6 +16328,2013,Unknown,Unknown,2.5,90,7 +16329,2013,Unknown,Unknown,2.5,90,2 +16330,2013,Unknown,Unknown,14.0,90,3 +16331,2013,Unknown,Unknown,17.0,90,1 +16332,2013,by citizenship,Japan,10.0,90,1 +16333,2013,by citizenship,Philippines,2.5,90,1 +16334,2013,by citizenship,Thailand,6.0,90,1 +16335,2013,by form of exploitation,Forced labour,2.5,90,1 +16336,2013,by form of exploitation,Sexual exploitation,17.0,90,1 +16337,2014,Unknown,Unknown,2.5,90,6 +16338,2014,Unknown,Unknown,2.5,90,7 +16339,2014,Unknown,Unknown,2.5,90,9 +16340,2014,Unknown,Unknown,2.5,90,8 +16341,2014,Unknown,Unknown,2.5,90,1 +16342,2014,Unknown,Unknown,7.0,90,4 +16343,2014,Unknown,Unknown,18.0,90,5 +16344,2014,Unknown,Unknown,7.0,90,2 +16345,2014,Unknown,Unknown,18.0,90,3 +16346,2014,Unknown,Unknown,25.0,90,1 +16347,2014,by citizenship,China,2.5,90,1 +16348,2014,by citizenship,Japan,12.0,90,1 +16349,2014,by citizenship,Philippines,10.0,90,1 +16350,2014,by citizenship,Rwanda,2.5,90,1 +16351,2014,by citizenship,Thailand,2.5,90,1 +16352,2014,by form of exploitation,Forced labour,7.0,90,5 +16353,2014,by form of exploitation,Forced labour,7.0,90,1 +16354,2014,by form of exploitation,Sexual exploitation,7.0,90,4 +16355,2014,by form of exploitation,Sexual exploitation,8.0,90,5 +16356,2014,by form of exploitation,Sexual exploitation,15.0,90,1 +16357,2015,Unknown,Unknown,2.5,90,6 +16358,2015,Unknown,Unknown,2.5,90,7 +16359,2015,Unknown,Unknown,2.5,90,9 +16360,2015,Unknown,Unknown,2.5,90,8 +16361,2015,Unknown,Unknown,2.5,90,1 +16362,2015,Unknown,Unknown,6.0,90,4 +16363,2015,Unknown,Unknown,44.0,90,5 +16364,2015,Unknown,Unknown,6.0,90,2 +16365,2015,Unknown,Unknown,48.0,90,3 +16366,2015,Unknown,Unknown,54.0,90,1 +16367,2015,by citizenship,Japan,13.0,90,1 +16368,2015,by citizenship,Philippines,30.0,90,1 +16369,2015,by citizenship,Sri Lanka,2.5,90,1 +16370,2015,by citizenship,Thailand,10.0,90,1 +16371,2015,by form of exploitation,Forced labour,2.5,90,4 +16372,2015,by form of exploitation,Forced labour,29.0,90,5 +16373,2015,by form of exploitation,Forced labour,2.5,90,7 +16374,2015,by form of exploitation,Forced labour,34.0,90,1 +16375,2015,by form of exploitation,Sexual exploitation,5.0,90,4 +16376,2015,by form of exploitation,Sexual exploitation,15.0,90,5 +16377,2015,by form of exploitation,Sexual exploitation,20.0,90,1 +16378,2016,Unknown,Unknown,2.5,90,6 +16379,2016,Unknown,Unknown,2.5,90,7 +16380,2016,Unknown,Unknown,2.5,90,9 +16381,2016,Unknown,Unknown,2.5,90,8 +16382,2016,Unknown,Unknown,2.5,90,1 +16383,2016,Unknown,Unknown,11.0,90,4 +16384,2016,Unknown,Unknown,37.0,90,5 +16385,2016,Unknown,Unknown,13.0,90,2 +16386,2016,Unknown,Unknown,37.0,90,3 +16387,2016,Unknown,Unknown,50.0,90,1 +16388,2016,by citizenship,Cambodia,7.0,90,1 +16389,2016,by citizenship,Japan,25.0,90,1 +16390,2016,by citizenship,Philippines,8.0,90,1 +16391,2016,by citizenship,Thailand,9.0,90,1 +16392,2016,by citizenship,Vietnam,2.5,90,1 +16393,2016,by country of repatriation,Bolivia,2.5,90,1 +16394,2016,by country of repatriation,Thailand,2.5,90,1 +16395,2016,by form of exploitation,Forced labour,2.5,90,4 +16396,2016,by form of exploitation,Forced labour,10.0,90,5 +16397,2016,by form of exploitation,Forced labour,2.5,90,6 +16398,2016,by form of exploitation,Forced labour,13.0,90,1 +16399,2016,by form of exploitation,Sexual exploitation,10.0,90,4 +16400,2016,by form of exploitation,Sexual exploitation,27.0,90,5 +16401,2016,by form of exploitation,Sexual exploitation,37.0,90,1 +16402,2017,Unknown,Unknown,2.5,90,6 +16403,2017,Unknown,Unknown,2.5,90,7 +16404,2017,Unknown,Unknown,2.5,90,9 +16405,2017,Unknown,Unknown,2.5,90,8 +16406,2017,Unknown,Unknown,2.5,90,1 +16407,2017,by form of exploitation,Forced labour,15.0,90,1 +16408,2017,Unknown,Unknown,6.0,90,4 +16409,2017,Unknown,Unknown,39.0,90,5 +16410,2017,Unknown,Unknown,7.0,90,2 +16411,2017,Unknown,Unknown,39.0,90,3 +16412,2017,Unknown,Unknown,46.0,90,1 +16413,2017,by form of exploitation,Sexual exploitation,31.0,90,1 +16414,2018,Unknown,Unknown,5.0,90,4 +16415,2018,Unknown,Unknown,2.5,90,6 +16416,2018,Unknown,Unknown,2.5,90,7 +16417,2018,Unknown,Unknown,2.5,90,9 +16418,2018,Unknown,Unknown,2.5,90,8 +16419,2018,Unknown,Unknown,2.5,90,1 +16420,2018,Unknown,Unknown,22.0,90,5 +16421,2018,Unknown,Unknown,5.0,90,2 +16422,2018,Unknown,Unknown,22.0,90,3 +16423,2018,Unknown,Unknown,27.0,90,1 +16424,2018,by citizenship,Philippines,5.0,90,1 +16425,2018,by citizenship,Nationals,18.0,90,1 +16426,2018,by citizenship,Thailand,2.5,90,1 +16427,2018,by form of exploitation,Forced labour,2.5,90,4 +16428,2018,by form of exploitation,Forced labour,5.0,90,5 +16429,2018,by form of exploitation,Forced labour,2.5,90,6 +16430,2018,by form of exploitation,Forced labour,2.5,90,7 +16431,2018,by form of exploitation,Forced labour,2.5,90,9 +16432,2018,by form of exploitation,Forced labour,2.5,90,8 +16433,2018,by form of exploitation,Forced labour,2.5,90,2 +16434,2018,by form of exploitation,Forced labour,5.0,90,3 +16435,2018,by form of exploitation,Forced labour,6.0,90,1 +16436,2018,by form of exploitation,Forced labour,2.5,90,1 +16437,2018,by form of exploitation,Sexual exploitation,2.5,90,4 +16438,2018,by form of exploitation,Sexual exploitation,17.0,90,5 +16439,2018,by form of exploitation,Sexual exploitation,2.5,90,6 +16440,2018,by form of exploitation,Sexual exploitation,2.5,90,7 +16441,2018,by form of exploitation,Sexual exploitation,2.5,90,9 +16442,2018,by form of exploitation,Sexual exploitation,2.5,90,8 +16443,2018,by form of exploitation,Sexual exploitation,2.5,90,2 +16444,2018,by form of exploitation,Sexual exploitation,17.0,90,3 +16445,2018,by form of exploitation,Sexual exploitation,21.0,90,1 +16446,2018,by form of exploitation,Sexual exploitation,2.5,90,1 +16447,2019,Unknown,Unknown,2.5,90,6 +16448,2019,Unknown,Unknown,2.5,90,7 +16449,2019,Unknown,Unknown,2.5,90,9 +16450,2019,Unknown,Unknown,2.5,90,8 +16451,2019,Unknown,Unknown,2.5,90,1 +16452,2019,Unknown,Unknown,19.0,90,4 +16453,2019,Unknown,Unknown,28.0,90,5 +16454,2019,Unknown,Unknown,19.0,90,2 +16455,2019,Unknown,Unknown,28.0,90,3 +16456,2019,Unknown,Unknown,47.0,90,1 +16457,2019,by citizenship,Brazil,2.5,90,1 +16458,2019,by citizenship,Philippines,12.0,90,1 +16459,2019,by citizenship,Nationals,34.0,90,1 +16460,2019,by form of exploitation,Forced labour,2.5,90,4 +16461,2019,by form of exploitation,Forced labour,12.0,90,5 +16462,2019,by form of exploitation,Forced labour,2.5,90,6 +16463,2019,by form of exploitation,Forced labour,2.5,90,7 +16464,2019,by form of exploitation,Forced labour,2.5,90,9 +16465,2019,by form of exploitation,Forced labour,2.5,90,8 +16466,2019,by form of exploitation,Forced labour,2.5,90,2 +16467,2019,by form of exploitation,Forced labour,12.0,90,3 +16468,2019,by form of exploitation,Forced labour,12.0,90,1 +16469,2019,by form of exploitation,Forced labour,2.5,90,1 +16470,2019,by form of exploitation,Sexual exploitation,19.0,90,4 +16471,2019,by form of exploitation,Sexual exploitation,16.0,90,5 +16472,2019,by form of exploitation,Sexual exploitation,2.5,90,6 +16473,2019,by form of exploitation,Sexual exploitation,2.5,90,7 +16474,2019,by form of exploitation,Sexual exploitation,2.5,90,9 +16475,2019,by form of exploitation,Sexual exploitation,2.5,90,8 +16476,2019,by form of exploitation,Sexual exploitation,19.0,90,2 +16477,2019,by form of exploitation,Sexual exploitation,16.0,90,3 +16478,2019,by form of exploitation,Sexual exploitation,35.0,90,1 +16479,2019,by form of exploitation,Sexual exploitation,2.5,90,1 +16480,2020,Unknown,Unknown,2.5,90,6 +16481,2020,Unknown,Unknown,2.5,90,7 +16482,2020,Unknown,Unknown,2.5,90,9 +16483,2020,Unknown,Unknown,2.5,90,8 +16484,2020,Unknown,Unknown,2.5,90,1 +16485,2020,by form of exploitation,Forced labour,13.0,90,1 +16486,2020,Unknown,Unknown,18.0,90,4 +16487,2020,Unknown,Unknown,15.0,90,5 +16488,2020,Unknown,Unknown,20.0,90,2 +16489,2020,Unknown,Unknown,18.0,90,3 +16490,2020,Unknown,Unknown,38.0,90,1 +16491,2020,by citizenship,Philippines,8.0,90,1 +16492,2020,by citizenship,Nationals,30.0,90,1 +16493,2020,by form of exploitation,Forced labour,2.5,90,4 +16494,2020,by form of exploitation,Forced labour,8.0,90,5 +16495,2020,by form of exploitation,Forced labour,2.5,90,6 +16496,2020,by form of exploitation,Forced labour,2.5,90,7 +16497,2020,by form of exploitation,Forced labour,2.5,90,9 +16498,2020,by form of exploitation,Forced labour,2.5,90,8 +16499,2020,by form of exploitation,Forced labour,2.5,90,2 +16500,2020,by form of exploitation,Forced labour,11.0,90,3 +16501,2020,by form of exploitation,Forced labour,2.5,90,1 +16502,2020,by form of exploitation,Sexual exploitation,18.0,90,4 +16503,2020,by form of exploitation,Sexual exploitation,7.0,90,5 +16504,2020,by form of exploitation,Sexual exploitation,2.5,90,6 +16505,2020,by form of exploitation,Sexual exploitation,2.5,90,7 +16506,2020,by form of exploitation,Sexual exploitation,2.5,90,9 +16507,2020,by form of exploitation,Sexual exploitation,2.5,90,8 +16508,2020,by form of exploitation,Sexual exploitation,18.0,90,2 +16509,2020,by form of exploitation,Sexual exploitation,7.0,90,3 +16510,2020,by form of exploitation,Sexual exploitation,25.0,90,1 +16511,2020,by form of exploitation,Sexual exploitation,2.5,90,1 +16512,2021,Unknown,Unknown,2.5,90,6 +16513,2021,Unknown,Unknown,2.5,90,7 +16514,2021,Unknown,Unknown,2.5,90,9 +16515,2021,Unknown,Unknown,2.5,90,8 +16516,2021,Unknown,Unknown,2.5,90,1 +16517,2021,Unknown,Unknown,18.0,90,4 +16518,2021,Unknown,Unknown,29.0,90,5 +16519,2021,Unknown,Unknown,18.0,90,2 +16520,2021,Unknown,Unknown,29.0,90,3 +16521,2021,Unknown,Unknown,47.0,90,1 +16522,2021,by citizenship,China,2.5,90,1 +16523,2021,by citizenship,Philippines,10.0,90,1 +16524,2021,by citizenship,Nationals,31.0,90,1 +16525,2021,by citizenship,Taiwan,2.5,90,1 +16526,2021,by citizenship,Vietnam,2.5,90,1 +16527,2021,by form of exploitation,Forced labour,2.5,90,4 +16528,2021,by form of exploitation,Forced labour,16.0,90,5 +16529,2021,by form of exploitation,Forced labour,2.5,90,6 +16530,2021,by form of exploitation,Forced labour,2.5,90,7 +16531,2021,by form of exploitation,Forced labour,2.5,90,9 +16532,2021,by form of exploitation,Forced labour,2.5,90,8 +16533,2021,by form of exploitation,Forced labour,2.5,90,2 +16534,2021,by form of exploitation,Forced labour,16.0,90,3 +16535,2021,by form of exploitation,Forced labour,16.0,90,1 +16536,2021,by form of exploitation,Forced labour,2.5,90,1 +16537,2021,by form of exploitation,Sexual exploitation,18.0,90,4 +16538,2021,by form of exploitation,Sexual exploitation,13.0,90,5 +16539,2021,by form of exploitation,Sexual exploitation,2.5,90,6 +16540,2021,by form of exploitation,Sexual exploitation,2.5,90,7 +16541,2021,by form of exploitation,Sexual exploitation,2.5,90,9 +16542,2021,by form of exploitation,Sexual exploitation,2.5,90,8 +16543,2021,by form of exploitation,Sexual exploitation,18.0,90,2 +16544,2021,by form of exploitation,Sexual exploitation,13.0,90,3 +16545,2021,by form of exploitation,Sexual exploitation,31.0,90,1 +16546,2021,by form of exploitation,Sexual exploitation,2.5,90,1 +16547,2022,Unknown,Unknown,2.5,90,6 +16548,2022,Unknown,Unknown,2.5,90,7 +16549,2022,Unknown,Unknown,2.5,90,9 +16550,2022,Unknown,Unknown,2.5,90,8 +16551,2022,Unknown,Unknown,2.5,90,1 +16552,2022,by form of exploitation,Forced labour,2.5,90,1 +16553,2022,Unknown,Unknown,31.0,90,4 +16554,2022,Unknown,Unknown,13.0,90,5 +16555,2022,Unknown,Unknown,33.0,90,2 +16556,2022,Unknown,Unknown,13.0,90,3 +16557,2022,Unknown,Unknown,46.0,90,1 +16558,2022,by citizenship,Philippines,2.5,90,1 +16559,2022,by citizenship,Nationals,44.0,90,1 +16560,2022,by citizenship,Thailand,2.5,90,1 +16561,2022,by form of exploitation,Forced labour,2.5,90,4 +16562,2022,by form of exploitation,Forced labour,2.5,90,5 +16563,2022,by form of exploitation,Forced labour,2.5,90,6 +16564,2022,by form of exploitation,Forced labour,2.5,90,7 +16565,2022,by form of exploitation,Forced labour,2.5,90,9 +16566,2022,by form of exploitation,Forced labour,2.5,90,8 +16567,2022,by form of exploitation,Forced labour,2.5,90,2 +16568,2022,by form of exploitation,Forced labour,2.5,90,3 +16569,2022,by form of exploitation,Forced labour,2.5,90,1 +16570,2022,by form of exploitation,Sexual exploitation,31.0,90,4 +16571,2022,by form of exploitation,Sexual exploitation,11.0,90,5 +16572,2022,by form of exploitation,Sexual exploitation,2.5,90,6 +16573,2022,by form of exploitation,Sexual exploitation,2.5,90,7 +16574,2022,by form of exploitation,Sexual exploitation,2.5,90,9 +16575,2022,by form of exploitation,Sexual exploitation,2.5,90,8 +16576,2022,by form of exploitation,Sexual exploitation,33.0,90,2 +16577,2022,by form of exploitation,Sexual exploitation,11.0,90,3 +16578,2022,by form of exploitation,Sexual exploitation,44.0,90,1 +16579,2022,by form of exploitation,Sexual exploitation,2.5,90,1 +16580,2008,by form of exploitation,Forced labour,6.0,91,1 +16581,2008,by form of exploitation,Sexual exploitation,18.0,91,1 +16582,2009,by form of exploitation,Forced labour,2.5,91,1 +16583,2009,by form of exploitation,Sexual exploitation,21.0,91,1 +16584,2010,Unknown,Unknown,30.0,91,2 +16585,2010,Unknown,Unknown,104.0,91,3 +16586,2010,Unknown,Unknown,134.0,91,1 +16587,2010,by citizenship,Kazakhstan,86.0,91,1 +16588,2010,by citizenship,Kyrgyzstan,7.0,91,1 +16589,2010,by citizenship,Nigeria,2.5,91,1 +16590,2010,by citizenship,Moldova,2.5,91,1 +16591,2010,by citizenship,Russia,2.5,91,1 +16592,2010,by citizenship,Tajikistan,2.5,91,1 +16593,2010,by citizenship,Ukraine,2.5,91,1 +16594,2010,by citizenship,Uzbekistan,35.0,91,1 +16595,2010,by country of repatriation,Moldova,2.5,91,1 +16596,2010,by country of repatriation,Ukraine,2.5,91,1 +16597,2011,Unknown,Unknown,16.0,91,2 +16598,2011,Unknown,Unknown,125.0,91,3 +16599,2011,Unknown,Unknown,141.0,91,1 +16600,2011,by citizenship,China,2.5,91,1 +16601,2011,by citizenship,Kazakhstan,76.0,91,1 +16602,2011,by citizenship,Kyrgyzstan,5.0,91,1 +16603,2011,by citizenship,Mongolia,2.5,91,1 +16604,2011,by citizenship,Russia,2.5,91,1 +16605,2011,by citizenship,Tajikistan,8.0,91,1 +16606,2011,by citizenship,Turkmenistan,2.5,91,1 +16607,2011,by citizenship,Uzbekistan,45.0,91,1 +16608,2012,Unknown,Unknown,28.0,91,2 +16609,2012,Unknown,Unknown,125.0,91,3 +16610,2012,Unknown,Unknown,153.0,91,1 +16611,2012,by citizenship,Kazakhstan,64.0,91,1 +16612,2012,by citizenship,Kyrgyzstan,22.0,91,1 +16613,2012,by citizenship,Mongolia,2.5,91,1 +16614,2012,by citizenship,Moldova,2.5,91,1 +16615,2012,by citizenship,Russia,2.5,91,1 +16616,2012,by citizenship,Tajikistan,5.0,91,1 +16617,2012,by citizenship,Ukraine,2.5,91,1 +16618,2012,by citizenship,Uzbekistan,51.0,91,1 +16619,2012,by country of repatriation,Moldova,2.5,91,1 +16620,2012,by country of repatriation,Ukraine,2.5,91,1 +16621,2012,by country of repatriation,Uzbekistan,399.0,91,1 +16622,2013,Unknown,Unknown,2.5,91,2 +16623,2013,Unknown,Unknown,2.5,91,3 +16624,2013,by citizenship,Kazakhstan,64.0,91,1 +16625,2013,by citizenship,Philippines,2.5,91,1 +16626,2013,by citizenship,Moldova,2.5,91,1 +16627,2013,by citizenship,Russia,2.5,91,1 +16628,2013,by citizenship,Uzbekistan,31.0,91,1 +16629,2013,by country of repatriation,Kyrgyzstan,220.0,91,1 +16630,2013,by country of repatriation,Moldova,2.5,91,1 +16631,2013,by country of repatriation,Uzbekistan,508.0,91,1 +16632,2014,Unknown,Unknown,2.5,91,2 +16633,2014,Unknown,Unknown,2.5,91,3 +16634,2014,by citizenship,Kazakhstan,59.0,91,1 +16635,2014,by citizenship,Kyrgyzstan,2.5,91,1 +16636,2014,by citizenship,Philippines,2.5,91,1 +16637,2014,by citizenship,Russia,2.5,91,1 +16638,2014,by citizenship,Tajikistan,2.5,91,1 +16639,2014,by citizenship,Uzbekistan,79.0,91,1 +16640,2014,by country of repatriation,Ukraine,26.0,91,1 +16641,2014,by country of repatriation,Uzbekistan,458.0,91,1 +16642,2015,Unknown,Unknown,2.5,91,2 +16643,2015,Unknown,Unknown,2.5,91,3 +16644,2015,by country of repatriation,Ukraine,2.5,91,1 +16645,2015,by country of repatriation,Uzbekistan,135.0,91,1 +16646,2016,by country of repatriation,Moldova,2.5,91,1 +16647,2016,by country of repatriation,Ukraine,12.0,91,1 +16648,2016,by country of repatriation,Uzbekistan,593.0,91,1 +16649,2017,Unknown,Unknown,2.5,91,4 +16650,2017,Unknown,Unknown,64.0,91,5 +16651,2017,Unknown,Unknown,6.0,91,6 +16652,2017,Unknown,Unknown,12.0,91,7 +16653,2017,Unknown,Unknown,10.0,91,2 +16654,2017,Unknown,Unknown,76.0,91,3 +16655,2017,Unknown,Unknown,86.0,91,1 +16656,2017,by citizenship,,86.0,91,1 +16657,2017,by country of repatriation,Abroad,15.0,91,1 +16658,2017,by country of repatriation,,12.0,91,1 +16659,2017,by form of exploitation,Forced labour,20.0,91,1 +16660,2017,by form of exploitation,Sexual exploitation,50.0,91,1 +16661,2018,Unknown,Unknown,88.0,91,1 +16662,2018,by citizenship,,88.0,91,1 +16663,2018,by country of repatriation,Abroad,6.0,91,1 +16664,2018,by country of repatriation,,6.0,91,1 +16665,2018,by form of exploitation,Forced labour,2.5,91,1 +16666,2018,by form of exploitation,Sexual exploitation,79.0,91,1 +16667,2019,Unknown,Unknown,44.0,91,1 +16668,2019,by citizenship,,44.0,91,1 +16669,2019,by country of repatriation,Abroad,6.0,91,1 +16670,2019,by country of repatriation,,6.0,91,1 +16671,2019,by form of exploitation,Forced labour,2.5,91,1 +16672,2019,by form of exploitation,Sexual exploitation,35.0,91,1 +16673,2020,Unknown,Unknown,92.0,91,1 +16674,2020,by citizenship,,89.0,91,1 +16675,2020,by country of repatriation,Abroad,51.0,91,1 +16676,2020,by country of repatriation,,51.0,91,1 +16677,2020,by form of exploitation,Forced labour,21.0,91,1 +16678,2020,by form of exploitation,Sexual exploitation,67.0,91,1 +16679,2021,Unknown,Unknown,29.0,91,1 +16680,2021,by citizenship,Kazakhstan,26.0,91,1 +16681,2021,by citizenship,Uzbekistan,2.5,91,1 +16682,2021,by country of repatriation,Abroad,2.5,91,1 +16683,2021,by country of repatriation,,2.5,91,1 +16684,2021,by form of exploitation,Forced labour,2.5,91,1 +16685,2021,by form of exploitation,Sexual exploitation,16.0,91,1 +16686,2003,by country of repatriation,Abroad,2.5,92,1 +16687,2008,by citizenship,Rwanda,2.5,92,1 +16688,2008,by citizenship,Uganda,2.5,92,1 +16689,2008,by citizenship,Tanzania,2.5,92,1 +16690,2008,by country of repatriation,Abroad,2.5,92,1 +16691,2012,Unknown,Unknown,2.5,92,2 +16692,2012,Unknown,Unknown,2.5,92,3 +16693,2013,Unknown,Unknown,2.5,92,2 +16694,2013,Unknown,Unknown,2.5,92,3 +16695,2013,by country of repatriation,Uganda,11.0,92,1 +16696,2014,Unknown,Unknown,2.5,92,4 +16697,2014,Unknown,Unknown,2.5,92,5 +16698,2014,Unknown,Unknown,2.5,92,6 +16699,2014,Unknown,Unknown,143.0,92,7 +16700,2014,Unknown,Unknown,2.5,92,2 +16701,2014,Unknown,Unknown,143.0,92,3 +16702,2014,Unknown,Unknown,143.0,92,1 +16703,2015,Unknown,Unknown,2.5,92,4 +16704,2015,Unknown,Unknown,9.0,92,5 +16705,2015,Unknown,Unknown,2.5,92,6 +16706,2015,Unknown,Unknown,309.0,92,7 +16707,2015,Unknown,Unknown,2.5,92,2 +16708,2015,Unknown,Unknown,318.0,92,3 +16709,2015,Unknown,Unknown,318.0,92,1 +16710,2016,Unknown,Unknown,2.5,92,4 +16711,2016,Unknown,Unknown,67.0,92,5 +16712,2016,Unknown,Unknown,2.5,92,6 +16713,2016,Unknown,Unknown,120.0,92,7 +16714,2016,Unknown,Unknown,2.5,92,2 +16715,2016,Unknown,Unknown,187.0,92,3 +16716,2016,Unknown,Unknown,187.0,92,1 +16717,2016,by country of repatriation,Rwanda,2.5,92,1 +16718,2016,by form of exploitation,Forced labour,56.0,92,5 +16719,2016,by form of exploitation,Forced labour,2.5,92,7 +16720,2016,by form of exploitation,Forced labour,59.0,92,1 +16721,2016,by form of exploitation,Sexual exploitation,8.0,92,5 +16722,2016,by form of exploitation,Sexual exploitation,8.0,92,1 +16723,2017,Unknown,Unknown,2.5,92,4 +16724,2017,Unknown,Unknown,69.0,92,5 +16725,2017,Unknown,Unknown,2.5,92,6 +16726,2017,Unknown,Unknown,283.0,92,7 +16727,2017,Unknown,Unknown,2.5,92,2 +16728,2017,Unknown,Unknown,352.0,92,3 +16729,2017,Unknown,Unknown,352.0,92,1 +16730,2017,by citizenship,Ethiopia,78.0,92,1 +16731,2017,by citizenship,Ireland,2.5,92,1 +16732,2017,by citizenship,Rwanda,2.5,92,1 +16733,2017,by form of exploitation,Forced labour,60.0,92,5 +16734,2017,by form of exploitation,Forced labour,207.0,92,7 +16735,2017,by form of exploitation,Forced labour,267.0,92,1 +16736,2017,by form of exploitation,Sexual exploitation,7.0,92,5 +16737,2017,by form of exploitation,Sexual exploitation,7.0,92,1 +16738,2018,Unknown,Unknown,283.0,92,1 +16739,2018,by citizenship,Eritrea,2.5,92,1 +16740,2018,by citizenship,Ethiopia,209.0,92,1 +16741,2018,by citizenship,India,6.0,92,1 +16742,2018,by citizenship,Nepal,21.0,92,1 +16743,2018,by citizenship,Pakistan,2.5,92,1 +16744,2018,by citizenship,Rwanda,30.0,92,1 +16745,2018,by citizenship,Sri Lanka,2.5,92,1 +16746,2018,by citizenship,Uganda,8.0,92,1 +16747,2018,by citizenship,Tanzania,5.0,92,1 +16748,2018,by form of exploitation,Forced labour,2.5,92,1 +16749,2018,by form of exploitation,Sexual exploitation,2.5,92,1 +16750,2019,by form of exploitation,Sexual exploitation,2.5,92,1 +16751,2020,by form of exploitation,Forced labour,2.5,92,1 +16752,2020,by form of exploitation,Sexual exploitation,2.5,92,1 +16753,2009,Unknown,Unknown,162.0,93,1 +16754,2009,by citizenship,Kyrgyzstan,162.0,93,1 +16755,2010,Unknown,Unknown,16.0,93,5 +16756,2010,Unknown,Unknown,2.5,93,7 +16757,2010,Unknown,Unknown,6.0,93,2 +16758,2010,Unknown,Unknown,16.0,93,3 +16759,2010,Unknown,Unknown,22.0,93,1 +16760,2010,by citizenship,Kyrgyzstan,10.0,93,1 +16761,2012,Unknown,Unknown,2.5,93,2 +16762,2012,Unknown,Unknown,2.5,93,3 +16763,2012,by country of repatriation,Uzbekistan,6.0,93,1 +16764,2013,Unknown,Unknown,2.5,93,2 +16765,2013,Unknown,Unknown,2.5,93,3 +16766,2013,by citizenship,Kyrgyzstan,86.0,93,1 +16767,2013,by country of repatriation,Uzbekistan,5.0,93,1 +16768,2014,Unknown,Unknown,9.0,93,2 +16769,2014,Unknown,Unknown,9.0,93,3 +16770,2014,Unknown,Unknown,18.0,93,1 +16771,2014,by citizenship,Kyrgyzstan,18.0,93,1 +16772,2014,by country of repatriation,Uzbekistan,11.0,93,1 +16773,2015,Unknown,Unknown,6.0,93,2 +16774,2015,Unknown,Unknown,2.5,93,3 +16775,2015,Unknown,Unknown,10.0,93,1 +16776,2015,by citizenship,Kyrgyzstan,10.0,93,1 +16777,2015,by country of repatriation,Uzbekistan,2.5,93,1 +16778,2016,Unknown,Unknown,2.5,93,2 +16779,2016,Unknown,Unknown,5.0,93,3 +16780,2016,Unknown,Unknown,8.0,93,1 +16781,2016,by citizenship,Kyrgyzstan,8.0,93,1 +16782,2016,by country of repatriation,Uzbekistan,12.0,93,1 +16783,2017,Unknown,Unknown,2.5,93,4 +16784,2017,Unknown,Unknown,2.5,93,5 +16785,2017,Unknown,Unknown,2.5,93,6 +16786,2017,Unknown,Unknown,2.5,93,7 +16787,2017,Unknown,Unknown,2.5,93,2 +16788,2017,Unknown,Unknown,2.5,93,3 +16789,2017,Unknown,Unknown,2.5,93,1 +16790,2017,by citizenship,,2.5,93,1 +16791,2017,by form of exploitation,Forced labour,2.5,93,4 +16792,2017,by form of exploitation,Forced labour,2.5,93,5 +16793,2017,by form of exploitation,Forced labour,2.5,93,6 +16794,2017,by form of exploitation,Forced labour,2.5,93,7 +16795,2017,by form of exploitation,Sexual exploitation,2.5,93,4 +16796,2017,by form of exploitation,Sexual exploitation,2.5,93,5 +16797,2017,by form of exploitation,Sexual exploitation,2.5,93,6 +16798,2017,by form of exploitation,Sexual exploitation,2.5,93,7 +16799,2017,by form of exploitation,Sexual exploitation,2.5,93,1 +16800,2018,Unknown,Unknown,2.5,93,4 +16801,2018,Unknown,Unknown,2.5,93,5 +16802,2018,Unknown,Unknown,2.5,93,6 +16803,2018,Unknown,Unknown,2.5,93,7 +16804,2018,Unknown,Unknown,6.0,93,2 +16805,2018,Unknown,Unknown,2.5,93,3 +16806,2018,Unknown,Unknown,8.0,93,1 +16807,2018,by citizenship,,8.0,93,1 +16808,2018,by form of exploitation,Forced labour,2.5,93,4 +16809,2018,by form of exploitation,Forced labour,2.5,93,5 +16810,2018,by form of exploitation,Forced labour,2.5,93,6 +16811,2018,by form of exploitation,Forced labour,2.5,93,7 +16812,2018,by form of exploitation,Forced labour,2.5,93,1 +16813,2018,by form of exploitation,Sexual exploitation,2.5,93,4 +16814,2018,by form of exploitation,Sexual exploitation,2.5,93,5 +16815,2018,by form of exploitation,Sexual exploitation,2.5,93,6 +16816,2018,by form of exploitation,Sexual exploitation,2.5,93,7 +16817,2018,by form of exploitation,Sexual exploitation,2.5,93,1 +16818,2019,Unknown,Unknown,2.5,93,4 +16819,2019,Unknown,Unknown,2.5,93,5 +16820,2019,Unknown,Unknown,2.5,93,6 +16821,2019,Unknown,Unknown,2.5,93,7 +16822,2019,Unknown,Unknown,8.0,93,2 +16823,2019,Unknown,Unknown,2.5,93,3 +16824,2019,Unknown,Unknown,9.0,93,1 +16825,2019,by citizenship,,7.0,93,1 +16826,2019,by form of exploitation,Forced labour,2.5,93,4 +16827,2019,by form of exploitation,Forced labour,2.5,93,5 +16828,2019,by form of exploitation,Forced labour,2.5,93,6 +16829,2019,by form of exploitation,Forced labour,2.5,93,7 +16830,2019,by form of exploitation,Sexual exploitation,2.5,93,4 +16831,2019,by form of exploitation,Sexual exploitation,2.5,93,5 +16832,2019,by form of exploitation,Sexual exploitation,2.5,93,6 +16833,2019,by form of exploitation,Sexual exploitation,2.5,93,7 +16834,2019,by form of exploitation,Sexual exploitation,2.5,93,3 +16835,2019,by form of exploitation,Sexual exploitation,2.5,93,1 +16836,2020,Unknown,Unknown,2.5,93,4 +16837,2020,Unknown,Unknown,2.5,93,5 +16838,2020,Unknown,Unknown,2.5,93,6 +16839,2020,Unknown,Unknown,2.5,93,7 +16840,2020,Unknown,Unknown,5.0,93,2 +16841,2020,Unknown,Unknown,7.0,93,3 +16842,2020,Unknown,Unknown,7.0,93,1 +16843,2020,by form of exploitation,Forced labour,2.5,93,4 +16844,2020,by form of exploitation,Forced labour,2.5,93,5 +16845,2020,by form of exploitation,Forced labour,2.5,93,6 +16846,2020,by form of exploitation,Forced labour,2.5,93,7 +16847,2020,by form of exploitation,Forced labour,2.5,93,3 +16848,2020,by form of exploitation,Forced labour,2.5,93,1 +16849,2020,by form of exploitation,Sexual exploitation,2.5,93,1 +16850,2007,by form of exploitation,Forced labour,12.0,94,1 +16851,2007,by form of exploitation,Sexual exploitation,30.0,94,1 +16852,2012,by country of repatriation,Vietnam,2.5,94,1 +16853,2013,Unknown,Unknown,2.5,94,2 +16854,2013,Unknown,Unknown,2.5,94,3 +16855,2014,Unknown,Unknown,2.5,94,2 +16856,2014,Unknown,Unknown,2.5,94,3 +16857,2014,by country of repatriation,Vietnam,2.5,94,1 +16858,2015,Unknown,Unknown,2.5,94,2 +16859,2015,Unknown,Unknown,2.5,94,3 +16860,2016,by country of repatriation,Moldova,2.5,94,1 +16861,2016,by country of repatriation,Vietnam,2.5,94,1 +16862,2017,by form of exploitation,Sexual exploitation,2.5,94,1 +16863,2018,by form of exploitation,Forced labour,2.5,94,1 +16864,2018,by form of exploitation,Sexual exploitation,2.5,94,1 +16865,2019,Unknown,Unknown,196.0,94,2 +16866,2019,Unknown,Unknown,260.0,94,3 +16867,2019,Unknown,Unknown,456.0,94,1 +16868,2019,by form of exploitation,Sexual exploitation,2.5,94,1 +16869,2020,Unknown,Unknown,169.0,94,2 +16870,2020,Unknown,Unknown,298.0,94,3 +16871,2020,Unknown,Unknown,467.0,94,1 +16872,2020,by form of exploitation,Forced labour,2.5,94,1 +16873,2020,by form of exploitation,Sexual exploitation,2.5,94,1 +16874,2003,by country of repatriation,Abroad,2.5,95,1 +16875,2003,by country of repatriation,Abroad,2.5,96,1 +16876,2012,Unknown,Unknown,2.5,96,2 +16877,2012,Unknown,Unknown,2.5,96,3 +16878,2013,Unknown,Unknown,2.5,96,2 +16879,2013,Unknown,Unknown,2.5,96,3 +16880,2014,Unknown,Unknown,2.5,96,2 +16881,2014,Unknown,Unknown,2.5,96,3 +16882,2015,Unknown,Unknown,2.5,96,2 +16883,2015,Unknown,Unknown,2.5,96,3 +16884,2017,by form of exploitation,Sexual exploitation,2.5,96,1 +16885,2018,by form of exploitation,Forced labour,2.5,96,1 +16886,2018,by form of exploitation,Sexual exploitation,2.5,96,1 +16887,2019,by form of exploitation,Sexual exploitation,2.5,96,1 +16888,2020,by form of exploitation,Forced labour,2.5,96,1 +16889,2020,by form of exploitation,Sexual exploitation,2.5,96,1 +16890,2003,by country of repatriation,Abroad,2.5,97,1 +16891,2011,by country of repatriation,Paraguay,2.5,97,1 +16892,2012,by country of repatriation,Colombia,2.5,97,1 +16893,2012,by country of repatriation,Uzbekistan,2.5,97,1 +16894,2013,by country of repatriation,Colombia,2.5,97,1 +16895,2013,by country of repatriation,Kazakhstan,2.5,97,1 +16896,2013,by country of repatriation,Ukraine,2.5,97,1 +16897,2013,by country of repatriation,Uzbekistan,2.5,97,1 +16898,2014,by country of repatriation,Ecuador,5.0,97,1 +16899,2014,by country of repatriation,Peru,2.5,97,1 +16900,2014,by country of repatriation,Uzbekistan,2.5,97,1 +16901,2016,by country of repatriation,Colombia,2.5,97,1 +16902,2016,by country of repatriation,El Salvador,2.5,97,1 +16903,2016,by country of repatriation,Mongolia,2.5,97,1 +16904,2016,by country of repatriation,Paraguay,2.5,97,1 +16905,2016,by country of repatriation,Peru,2.5,97,1 +16906,2016,by country of repatriation,Thailand,2.5,97,1 +16907,2016,by country of repatriation,Uzbekistan,2.5,97,1 +16908,2017,by form of exploitation,Sexual exploitation,2.5,97,1 +16909,2018,by form of exploitation,Forced labour,2.5,97,1 +16910,2018,by form of exploitation,Sexual exploitation,2.5,97,1 +16911,2019,by form of exploitation,Sexual exploitation,2.5,97,1 +16912,2020,by form of exploitation,Forced labour,2.5,97,1 +16913,2020,by form of exploitation,Sexual exploitation,2.5,97,1 +16914,2008,by country of repatriation,Abroad,2.5,98,1 +16915,2010,by country of repatriation,Indonesia,2.5,98,1 +16916,2010,by country of repatriation,Nepal,14.0,98,1 +16917,2011,by country of repatriation,Nepal,15.0,98,1 +16918,2012,by country of repatriation,Abroad,2.5,98,1 +16919,2012,by country of repatriation,Indonesia,2.5,98,1 +16920,2012,by country of repatriation,Nepal,15.0,98,1 +16921,2013,by country of repatriation,Nepal,2.5,98,1 +16922,2013,by country of repatriation,Uganda,98.0,98,1 +16923,2014,by country of repatriation,Uganda,29.0,98,1 +16924,2015,Unknown,Unknown,7.0,98,5 +16925,2015,Unknown,Unknown,7.0,98,3 +16926,2015,Unknown,Unknown,7.0,98,1 +16927,2015,by citizenship,Cameroon,2.5,98,1 +16928,2015,by citizenship,Ghana,2.5,98,1 +16929,2015,by citizenship,Philippines,7.0,98,1 +16930,2015,by citizenship,Togo,2.5,98,1 +16931,2015,by country of repatriation,Nigeria,2.5,98,1 +16932,2015,by form of exploitation,Sexual exploitation,2.5,98,5 +16933,2015,by form of exploitation,Sexual exploitation,2.5,98,1 +16934,2016,Unknown,Unknown,2.5,98,4 +16935,2016,Unknown,Unknown,2.5,98,5 +16936,2016,Unknown,Unknown,2.5,98,2 +16937,2016,Unknown,Unknown,2.5,98,3 +16938,2016,Unknown,Unknown,6.0,98,1 +16939,2016,by citizenship,Nepal,2.5,98,1 +16940,2016,by citizenship,Philippines,2.5,98,1 +16941,2016,by citizenship,Sri Lanka,2.5,98,1 +16942,2016,by country of repatriation,Sierra Leone,9.0,98,1 +16943,2016,by country of repatriation,Uganda,29.0,98,1 +16944,2016,by form of exploitation,Sexual exploitation,2.5,98,5 +16945,2016,by form of exploitation,Sexual exploitation,2.5,98,1 +16946,2017,Unknown,Unknown,2.5,98,4 +16947,2017,Unknown,Unknown,5.0,98,5 +16948,2017,Unknown,Unknown,2.5,98,6 +16949,2017,Unknown,Unknown,43.0,98,7 +16950,2017,Unknown,Unknown,2.5,98,2 +16951,2017,Unknown,Unknown,48.0,98,3 +16952,2017,Unknown,Unknown,48.0,98,1 +16953,2017,by form of exploitation,Forced labour,5.0,98,5 +16954,2017,by form of exploitation,Forced labour,5.0,98,1 +16955,2017,by form of exploitation,Sexual exploitation,2.5,98,1 +16956,2018,by form of exploitation,Forced labour,2.5,98,1 +16957,2018,by form of exploitation,Sexual exploitation,2.5,98,1 +16958,2019,by form of exploitation,Sexual exploitation,2.5,98,1 +16959,2020,by form of exploitation,Forced labour,2.5,98,1 +16960,2020,by form of exploitation,Sexual exploitation,2.5,98,1 +16961,2003,by country of repatriation,Abroad,2.5,99,1 +16962,2007,Unknown,Unknown,225.0,99,2 +16963,2007,Unknown,Unknown,39.0,99,3 +16964,2007,Unknown,Unknown,264.0,99,1 +16965,2008,Unknown,Unknown,201.0,99,2 +16966,2008,Unknown,Unknown,34.0,99,3 +16967,2008,Unknown,Unknown,235.0,99,1 +16968,2009,Unknown,Unknown,141.0,99,2 +16969,2009,Unknown,Unknown,14.0,99,3 +16970,2009,Unknown,Unknown,155.0,99,1 +16971,2010,Unknown,Unknown,119.0,99,2 +16972,2010,Unknown,Unknown,26.0,99,3 +16973,2010,Unknown,Unknown,145.0,99,1 +16974,2012,Unknown,Unknown,2.5,99,2 +16975,2012,Unknown,Unknown,2.5,99,3 +16976,2013,Unknown,Unknown,2.5,99,2 +16977,2013,Unknown,Unknown,2.5,99,3 +16978,2014,Unknown,Unknown,115.0,99,4 +16979,2014,Unknown,Unknown,2.5,99,5 +16980,2014,Unknown,Unknown,42.0,99,6 +16981,2014,Unknown,Unknown,2.5,99,7 +16982,2014,Unknown,Unknown,157.0,99,2 +16983,2014,Unknown,Unknown,2.5,99,3 +16984,2014,Unknown,Unknown,157.0,99,1 +16985,2015,Unknown,Unknown,78.0,99,4 +16986,2015,Unknown,Unknown,2.5,99,5 +16987,2015,Unknown,Unknown,23.0,99,6 +16988,2015,Unknown,Unknown,2.5,99,7 +16989,2015,Unknown,Unknown,101.0,99,2 +16990,2015,Unknown,Unknown,6.0,99,3 +16991,2015,Unknown,Unknown,107.0,99,1 +16992,2017,by form of exploitation,Sexual exploitation,2.5,99,1 +16993,2018,by form of exploitation,Forced labour,2.5,99,1 +16994,2018,by form of exploitation,Sexual exploitation,2.5,99,1 +16995,2019,by form of exploitation,Sexual exploitation,2.5,99,1 +16996,2020,by form of exploitation,Forced labour,2.5,99,1 +16997,2020,by form of exploitation,Sexual exploitation,2.5,99,1 +16998,2008,by citizenship,Bangladesh,2.5,100,1 +16999,2008,by citizenship,Democratic Republic of the Congo,2.5,100,1 +17000,2008,by citizenship,Ethiopia,21.0,100,1 +17001,2008,by citizenship,Madagascar,2.5,100,1 +17002,2008,by citizenship,Nepal,2.5,100,1 +17003,2008,by citizenship,Philippines,12.0,100,1 +17004,2008,by citizenship,Sri Lanka,6.0,100,1 +17005,2008,by country of repatriation,Abroad,2.5,100,1 +17006,2009,by citizenship,Bangladesh,8.0,100,1 +17007,2009,by citizenship,Cameroon,2.5,100,1 +17008,2009,by citizenship,Ethiopia,2.5,100,1 +17009,2009,by citizenship,Madagascar,2.5,100,1 +17010,2009,by citizenship,Nepal,7.0,100,1 +17011,2009,by citizenship,Philippines,8.0,100,1 +17012,2009,by citizenship,Sri Lanka,2.5,100,1 +17013,2010,Unknown,Unknown,2.5,100,4 +17014,2010,Unknown,Unknown,6.0,100,5 +17015,2010,Unknown,Unknown,2.5,100,6 +17016,2010,Unknown,Unknown,2.5,100,7 +17017,2010,Unknown,Unknown,2.5,100,2 +17018,2010,Unknown,Unknown,6.0,100,3 +17019,2010,Unknown,Unknown,8.0,100,1 +17020,2010,by citizenship,Morocco,2.5,100,1 +17021,2010,by citizenship,Syria,5.0,100,1 +17022,2010,by country of repatriation,Dominican Republic,5.0,100,1 +17023,2010,by country of repatriation,Nepal,2.5,100,1 +17024,2010,by country of repatriation,Moldova,2.5,100,1 +17025,2010,by country of repatriation,Ukraine,20.0,100,1 +17026,2010,by form of exploitation,Sexual exploitation,8.0,100,1 +17027,2011,Unknown,Unknown,5.0,100,4 +17028,2011,Unknown,Unknown,22.0,100,5 +17029,2011,Unknown,Unknown,2.5,100,6 +17030,2011,Unknown,Unknown,2.5,100,7 +17031,2011,Unknown,Unknown,5.0,100,2 +17032,2011,Unknown,Unknown,22.0,100,3 +17033,2011,Unknown,Unknown,27.0,100,1 +17034,2011,by citizenship,Belarus,2.5,100,1 +17035,2011,by citizenship,Dominican Republic,2.5,100,1 +17036,2011,by citizenship,Moldova,2.5,100,1 +17037,2011,by citizenship,Syria,16.0,100,1 +17038,2011,by citizenship,Tunisia,2.5,100,1 +17039,2011,by country of repatriation,Kazakhstan,2.5,100,1 +17040,2011,by country of repatriation,Nepal,2.5,100,1 +17041,2011,by country of repatriation,Moldova,2.5,100,1 +17042,2011,by form of exploitation,Sexual exploitation,27.0,100,1 +17043,2012,Unknown,Unknown,2.5,100,6 +17044,2012,Unknown,Unknown,2.5,100,7 +17045,2012,Unknown,Unknown,19.0,100,1 +17046,2012,by country of repatriation,Nepal,2.5,100,1 +17047,2012,by country of repatriation,Uzbekistan,2.5,100,1 +17048,2013,Unknown,Unknown,2.5,100,2 +17049,2013,Unknown,Unknown,2.5,100,3 +17050,2013,Unknown,Unknown,26.0,100,1 +17051,2013,by country of repatriation,Dominican Republic,2.5,100,1 +17052,2013,by country of repatriation,Uganda,2.5,100,1 +17053,2013,by country of repatriation,Ukraine,2.5,100,1 +17054,2014,Unknown,Unknown,2.5,100,2 +17055,2014,Unknown,Unknown,2.5,100,3 +17056,2014,Unknown,Unknown,33.0,100,1 +17057,2014,by country of repatriation,Dominican Republic,2.5,100,1 +17058,2014,by country of repatriation,Indonesia,2.5,100,1 +17059,2014,by country of repatriation,Uzbekistan,2.5,100,1 +17060,2015,Unknown,Unknown,2.5,100,4 +17061,2015,Unknown,Unknown,17.0,100,5 +17062,2015,Unknown,Unknown,2.5,100,6 +17063,2015,Unknown,Unknown,2.5,100,7 +17064,2015,Unknown,Unknown,2.5,100,2 +17065,2015,Unknown,Unknown,17.0,100,3 +17066,2015,Unknown,Unknown,19.0,100,1 +17067,2015,by citizenship,Lebanon,2.5,100,1 +17068,2015,by citizenship,Palestine,2.5,100,1 +17069,2015,by citizenship,Syria,12.0,100,1 +17070,2015,by form of exploitation,Sexual exploitation,7.0,100,1 +17071,2016,Unknown,Unknown,2.5,100,4 +17072,2016,Unknown,Unknown,86.0,100,5 +17073,2016,Unknown,Unknown,2.5,100,6 +17074,2016,Unknown,Unknown,2.5,100,7 +17075,2016,Unknown,Unknown,2.5,100,2 +17076,2016,Unknown,Unknown,86.0,100,3 +17077,2016,Unknown,Unknown,87.0,100,1 +17078,2016,by citizenship,Lebanon,2.5,100,1 +17079,2016,by citizenship,Palestine,2.5,100,1 +17080,2016,by citizenship,Syria,82.0,100,1 +17081,2016,by citizenship,Unknown,2.5,100,1 +17082,2016,by country of repatriation,Dominican Republic,2.5,100,1 +17083,2016,by country of repatriation,Indonesia,2.5,100,1 +17084,2016,by country of repatriation,Tunisia,13.0,100,1 +17085,2016,by country of repatriation,Ukraine,2.5,100,1 +17086,2016,by country of repatriation,Uzbekistan,2.5,100,1 +17087,2017,Unknown,Unknown,2.5,100,4 +17088,2017,Unknown,Unknown,41.0,100,5 +17089,2017,Unknown,Unknown,2.5,100,6 +17090,2017,Unknown,Unknown,9.0,100,7 +17091,2017,Unknown,Unknown,2.5,100,9 +17092,2017,Unknown,Unknown,7.0,100,2 +17093,2017,Unknown,Unknown,50.0,100,3 +17094,2017,Unknown,Unknown,57.0,100,1 +17095,2017,by citizenship,Iraq,2.5,100,1 +17096,2017,by citizenship,Spain,2.5,100,1 +17097,2017,by citizenship,Syria,8.0,100,1 +17098,2017,by citizenship,Unknown,2.5,100,1 +17099,2017,by country of repatriation,Spain,2.5,100,1 +17100,2017,by form of exploitation,Sexual exploitation,2.5,100,4 +17101,2017,by form of exploitation,Sexual exploitation,17.0,100,5 +17102,2017,by form of exploitation,Sexual exploitation,2.5,100,6 +17103,2017,by form of exploitation,Sexual exploitation,2.5,100,7 +17104,2017,by form of exploitation,Sexual exploitation,18.0,100,1 +17105,2018,Unknown,Unknown,2.5,100,4 +17106,2018,Unknown,Unknown,14.0,100,5 +17107,2018,Unknown,Unknown,2.5,100,6 +17108,2018,Unknown,Unknown,10.0,100,7 +17109,2018,Unknown,Unknown,2.5,100,9 +17110,2018,Unknown,Unknown,2.5,100,2 +17111,2018,Unknown,Unknown,10.0,100,3 +17112,2018,Unknown,Unknown,14.0,100,1 +17113,2018,by citizenship,Iraq,2.5,100,1 +17114,2018,by citizenship,Spain,2.5,100,1 +17115,2018,by citizenship,Syria,8.0,100,1 +17116,2018,by citizenship,Unknown,2.5,100,1 +17117,2018,by country of repatriation,Spain,2.5,100,1 +17118,2018,by form of exploitation,Forced labour,2.5,100,1 +17119,2018,by form of exploitation,Sexual exploitation,2.5,100,4 +17120,2018,by form of exploitation,Sexual exploitation,6.0,100,5 +17121,2018,by form of exploitation,Sexual exploitation,2.5,100,6 +17122,2018,by form of exploitation,Sexual exploitation,2.5,100,7 +17123,2018,by form of exploitation,Sexual exploitation,7.0,100,1 +17124,2019,Unknown,Unknown,2.5,100,4 +17125,2019,Unknown,Unknown,2.5,100,5 +17126,2019,Unknown,Unknown,6.0,100,6 +17127,2019,Unknown,Unknown,2.5,100,7 +17128,2019,Unknown,Unknown,2.5,100,9 +17129,2019,Unknown,Unknown,9.0,100,2 +17130,2019,Unknown,Unknown,2.5,100,3 +17131,2019,Unknown,Unknown,13.0,100,1 +17132,2019,by citizenship,Jordan,2.5,100,1 +17133,2019,by citizenship,Lebanon,2.5,100,1 +17134,2019,by citizenship,Syria,11.0,100,1 +17135,2019,by form of exploitation,Forced labour,2.5,100,4 +17136,2019,by form of exploitation,Forced labour,2.5,100,5 +17137,2019,by form of exploitation,Forced labour,2.5,100,6 +17138,2019,by form of exploitation,Forced labour,2.5,100,7 +17139,2019,by form of exploitation,Sexual exploitation,2.5,100,4 +17140,2019,by form of exploitation,Sexual exploitation,2.5,100,5 +17141,2019,by form of exploitation,Sexual exploitation,2.5,100,6 +17142,2019,by form of exploitation,Sexual exploitation,2.5,100,7 +17143,2019,by form of exploitation,Sexual exploitation,5.0,100,3 +17144,2019,by form of exploitation,Sexual exploitation,5.0,100,1 +17145,2020,Unknown,Unknown,2.5,100,4 +17146,2020,Unknown,Unknown,43.0,100,5 +17147,2020,Unknown,Unknown,2.5,100,6 +17148,2020,Unknown,Unknown,2.5,100,7 +17149,2020,Unknown,Unknown,2.5,100,9 +17150,2020,Unknown,Unknown,2.5,100,2 +17151,2020,Unknown,Unknown,44.0,100,3 +17152,2020,Unknown,Unknown,44.0,100,1 +17153,2020,by citizenship,Iran,2.5,100,1 +17154,2020,by citizenship,Lebanon,2.5,100,1 +17155,2020,by citizenship,Palestine,2.5,100,1 +17156,2020,by citizenship,Syria,40.0,100,1 +17157,2020,by form of exploitation,Forced labour,2.5,100,1 +17158,2020,by form of exploitation,Sexual exploitation,2.5,100,4 +17159,2020,by form of exploitation,Sexual exploitation,42.0,100,5 +17160,2020,by form of exploitation,Sexual exploitation,2.5,100,6 +17161,2020,by form of exploitation,Sexual exploitation,2.5,100,7 +17162,2020,by form of exploitation,Sexual exploitation,42.0,100,3 +17163,2020,by form of exploitation,Sexual exploitation,42.0,100,1 +17164,2021,Unknown,Unknown,2.5,100,4 +17165,2021,Unknown,Unknown,54.0,100,5 +17166,2021,Unknown,Unknown,2.5,100,6 +17167,2021,Unknown,Unknown,53.0,100,7 +17168,2021,Unknown,Unknown,2.5,100,9 +17169,2021,Unknown,Unknown,2.5,100,2 +17170,2021,Unknown,Unknown,107.0,100,3 +17171,2021,Unknown,Unknown,108.0,100,1 +17172,2021,by citizenship,Lebanon,2.5,100,1 +17173,2021,by citizenship,Syria,50.0,100,1 +17174,2021,by form of exploitation,Forced labour,2.5,100,4 +17175,2021,by form of exploitation,Forced labour,2.5,100,5 +17176,2021,by form of exploitation,Forced labour,2.5,100,6 +17177,2021,by form of exploitation,Forced labour,2.5,100,7 +17178,2021,by form of exploitation,Sexual exploitation,2.5,100,4 +17179,2021,by form of exploitation,Sexual exploitation,50.0,100,5 +17180,2021,by form of exploitation,Sexual exploitation,2.5,100,6 +17181,2021,by form of exploitation,Sexual exploitation,2.5,100,7 +17182,2021,by form of exploitation,Sexual exploitation,2.5,100,2 +17183,2021,by form of exploitation,Sexual exploitation,50.0,100,3 +17184,2021,by form of exploitation,Sexual exploitation,51.0,100,1 +17185,2003,by country of repatriation,Abroad,2.5,101,1 +17186,2005,by form of exploitation,Forced labour,2.5,101,1 +17187,2005,by form of exploitation,Sexual exploitation,2.5,101,1 +17188,2006,by form of exploitation,Forced labour,2.5,101,1 +17189,2006,by form of exploitation,Sexual exploitation,2.5,101,1 +17190,2013,Unknown,Unknown,6.0,101,1 +17191,2013,by citizenship,Morocco,5.0,101,1 +17192,2013,by citizenship,Tunisia,2.5,101,1 +17193,2013,by form of exploitation,Sexual exploitation,6.0,101,1 +17194,2017,by form of exploitation,Sexual exploitation,2.5,101,1 +17195,2018,by form of exploitation,Forced labour,2.5,101,1 +17196,2018,by form of exploitation,Sexual exploitation,2.5,101,1 +17197,2019,Unknown,Unknown,60.0,101,1 +17198,2019,by form of exploitation,Forced labour,56.0,101,1 +17199,2019,by form of exploitation,Sexual exploitation,2.5,101,1 +17200,2020,by form of exploitation,Forced labour,2.5,101,1 +17201,2020,by form of exploitation,Sexual exploitation,2.5,101,1 +17202,2021,Unknown,Unknown,38.0,101,1 +17203,2021,by form of exploitation,Forced labour,16.0,101,1 +17204,2021,by form of exploitation,Sexual exploitation,2.5,101,4 +17205,2021,by form of exploitation,Sexual exploitation,2.5,101,5 +17206,2021,by form of exploitation,Sexual exploitation,2.5,101,6 +17207,2021,by form of exploitation,Sexual exploitation,2.5,101,7 +17208,2008,by country of repatriation,Abroad,2.5,102,1 +17209,2011,by country of repatriation,Moldova,2.5,102,1 +17210,2012,by country of repatriation,Abroad,2.5,102,1 +17211,2012,by country of repatriation,Nigeria,14.0,102,1 +17212,2013,by country of repatriation,Indonesia,2.5,102,1 +17213,2014,by country of repatriation,Abroad,2.5,102,1 +17214,2016,by country of repatriation,Abroad,2.5,102,1 +17215,2016,by country of repatriation,Nigeria,198.0,102,1 +17216,2003,by country of repatriation,Abroad,2.5,103,1 +17217,2006,by form of exploitation,Forced labour,2.5,103,1 +17218,2008,by country of repatriation,Abroad,2.5,103,1 +17219,2012,Unknown,Unknown,2.5,103,2 +17220,2012,Unknown,Unknown,2.5,103,3 +17221,2013,Unknown,Unknown,2.5,103,2 +17222,2013,Unknown,Unknown,2.5,103,3 +17223,2014,Unknown,Unknown,2.5,103,2 +17224,2014,Unknown,Unknown,2.5,103,3 +17225,2015,Unknown,Unknown,2.5,103,2 +17226,2015,Unknown,Unknown,2.5,103,3 +17227,2017,by form of exploitation,Sexual exploitation,2.5,103,1 +17228,2018,Unknown,Unknown,2.5,103,1 +17229,2018,by form of exploitation,Forced labour,2.5,103,1 +17230,2018,by form of exploitation,Sexual exploitation,2.5,103,1 +17231,2019,Unknown,Unknown,2.5,103,4 +17232,2019,Unknown,Unknown,2.5,103,5 +17233,2019,Unknown,Unknown,2.5,103,6 +17234,2019,Unknown,Unknown,2.5,103,7 +17235,2019,Unknown,Unknown,2.5,103,2 +17236,2019,Unknown,Unknown,2.5,103,3 +17237,2019,Unknown,Unknown,2.5,103,1 +17238,2019,by form of exploitation,Sexual exploitation,2.5,103,1 +17239,2020,Unknown,Unknown,2.5,103,4 +17240,2020,Unknown,Unknown,2.5,103,5 +17241,2020,Unknown,Unknown,2.5,103,6 +17242,2020,Unknown,Unknown,2.5,103,7 +17243,2020,Unknown,Unknown,2.5,103,2 +17244,2020,Unknown,Unknown,2.5,103,3 +17245,2020,Unknown,Unknown,2.5,103,1 +17246,2020,by form of exploitation,Forced labour,2.5,103,1 +17247,2020,by form of exploitation,Sexual exploitation,2.5,103,1 +17248,2021,Unknown,Unknown,2.5,103,4 +17249,2021,Unknown,Unknown,2.5,103,5 +17250,2021,Unknown,Unknown,2.5,103,6 +17251,2021,Unknown,Unknown,2.5,103,7 +17252,2021,Unknown,Unknown,2.5,103,2 +17253,2021,Unknown,Unknown,2.5,103,3 +17254,2021,Unknown,Unknown,2.5,103,1 +17255,2017,Unknown,Unknown,2.5,104,4 +17256,2017,Unknown,Unknown,2.5,104,5 +17257,2017,Unknown,Unknown,2.5,104,6 +17258,2017,Unknown,Unknown,2.5,104,7 +17259,2017,Unknown,Unknown,2.5,104,2 +17260,2017,Unknown,Unknown,2.5,104,3 +17261,2017,Unknown,Unknown,2.5,104,1 +17262,2017,by form of exploitation,Sexual exploitation,2.5,104,1 +17263,2018,Unknown,Unknown,2.5,104,4 +17264,2018,Unknown,Unknown,2.5,104,5 +17265,2018,Unknown,Unknown,2.5,104,6 +17266,2018,Unknown,Unknown,2.5,104,7 +17267,2018,Unknown,Unknown,2.5,104,2 +17268,2018,Unknown,Unknown,2.5,104,3 +17269,2018,Unknown,Unknown,2.5,104,1 +17270,2018,by form of exploitation,Forced labour,2.5,104,1 +17271,2018,by form of exploitation,Sexual exploitation,2.5,104,1 +17272,2019,Unknown,Unknown,2.5,104,4 +17273,2019,Unknown,Unknown,2.5,104,5 +17274,2019,Unknown,Unknown,2.5,104,6 +17275,2019,Unknown,Unknown,2.5,104,7 +17276,2019,Unknown,Unknown,2.5,104,2 +17277,2019,Unknown,Unknown,2.5,104,3 +17278,2019,Unknown,Unknown,2.5,104,1 +17279,2019,by form of exploitation,Forced labour,2.5,104,4 +17280,2019,by form of exploitation,Forced labour,2.5,104,5 +17281,2019,by form of exploitation,Forced labour,2.5,104,6 +17282,2019,by form of exploitation,Forced labour,2.5,104,7 +17283,2019,by form of exploitation,Sexual exploitation,2.5,104,4 +17284,2019,by form of exploitation,Sexual exploitation,2.5,104,5 +17285,2019,by form of exploitation,Sexual exploitation,2.5,104,6 +17286,2019,by form of exploitation,Sexual exploitation,2.5,104,7 +17287,2019,by form of exploitation,Sexual exploitation,2.5,104,1 +17288,2020,Unknown,Unknown,2.5,104,4 +17289,2020,Unknown,Unknown,2.5,104,5 +17290,2020,Unknown,Unknown,2.5,104,6 +17291,2020,Unknown,Unknown,2.5,104,7 +17292,2020,Unknown,Unknown,2.5,104,2 +17293,2020,Unknown,Unknown,2.5,104,3 +17294,2020,Unknown,Unknown,2.5,104,1 +17295,2020,by form of exploitation,Forced labour,2.5,104,4 +17296,2020,by form of exploitation,Forced labour,2.5,104,5 +17297,2020,by form of exploitation,Forced labour,2.5,104,6 +17298,2020,by form of exploitation,Forced labour,2.5,104,7 +17299,2020,by form of exploitation,Forced labour,2.5,104,1 +17300,2020,by form of exploitation,Sexual exploitation,2.5,104,4 +17301,2020,by form of exploitation,Sexual exploitation,2.5,104,5 +17302,2020,by form of exploitation,Sexual exploitation,2.5,104,6 +17303,2020,by form of exploitation,Sexual exploitation,2.5,104,7 +17304,2020,by form of exploitation,Sexual exploitation,2.5,104,1 +17305,2011,Unknown,Unknown,20.0,105,5 +17306,2011,Unknown,Unknown,2.5,105,7 +17307,2011,Unknown,Unknown,36.0,105,2 +17308,2011,Unknown,Unknown,20.0,105,3 +17309,2011,Unknown,Unknown,56.0,105,1 +17310,2012,Unknown,Unknown,2.5,105,2 +17311,2012,Unknown,Unknown,2.5,105,3 +17312,2012,by country of repatriation,Armenia,6.0,105,1 +17313,2013,Unknown,Unknown,2.5,105,2 +17314,2013,Unknown,Unknown,2.5,105,3 +17315,2014,Unknown,Unknown,2.5,105,2 +17316,2014,Unknown,Unknown,2.5,105,3 +17317,2014,Unknown,Unknown,29.0,105,1 +17318,2014,by citizenship,Sri Lanka,10.0,105,1 +17319,2015,Unknown,Unknown,2.5,105,2 +17320,2015,Unknown,Unknown,2.5,105,3 +17321,2015,Unknown,Unknown,30.0,105,1 +17322,2015,by citizenship,Sri Lanka,2.5,105,1 +17323,2016,Unknown,Unknown,23.0,105,1 +17324,2016,by citizenship,Sri Lanka,2.5,105,1 +17325,2016,by country of repatriation,Ukraine,2.5,105,1 +17326,2016,by form of exploitation,Forced labour,5.0,105,1 +17327,2016,by form of exploitation,Sexual exploitation,2.5,105,1 +17328,2017,Unknown,Unknown,2.5,105,4 +17329,2017,Unknown,Unknown,2.5,105,6 +17330,2017,Unknown,Unknown,2.5,105,2 +17331,2017,Unknown,Unknown,2.5,105,1 +17332,2017,by form of exploitation,Sexual exploitation,2.5,105,6 +17333,2017,by form of exploitation,Sexual exploitation,2.5,105,2 +17334,2017,by form of exploitation,Sexual exploitation,2.5,105,1 +17335,2018,Unknown,Unknown,2.5,105,4 +17336,2018,Unknown,Unknown,2.5,105,6 +17337,2018,Unknown,Unknown,2.5,105,7 +17338,2018,Unknown,Unknown,6.0,105,2 +17339,2018,Unknown,Unknown,2.5,105,3 +17340,2018,Unknown,Unknown,9.0,105,1 +17341,2018,by form of exploitation,Forced labour,8.0,105,5 +17342,2018,by form of exploitation,Forced labour,55.0,105,7 +17343,2018,by form of exploitation,Forced labour,63.0,105,1 +17344,2018,by form of exploitation,Sexual exploitation,2.5,105,5 +17345,2018,by form of exploitation,Sexual exploitation,2.5,105,6 +17346,2018,by form of exploitation,Sexual exploitation,2.5,105,7 +17347,2018,by form of exploitation,Sexual exploitation,2.5,105,2 +17348,2018,by form of exploitation,Sexual exploitation,2.5,105,3 +17349,2018,by form of exploitation,Sexual exploitation,2.5,105,1 +17350,2019,Unknown,Unknown,2.5,105,4 +17351,2019,Unknown,Unknown,9.0,105,5 +17352,2019,Unknown,Unknown,5.0,105,6 +17353,2019,Unknown,Unknown,2.5,105,7 +17354,2019,Unknown,Unknown,6.0,105,2 +17355,2019,Unknown,Unknown,2.5,105,3 +17356,2019,Unknown,Unknown,6.0,105,1 +17357,2019,by form of exploitation,Forced labour,2.5,105,4 +17358,2019,by form of exploitation,Forced labour,2.5,105,5 +17359,2019,by form of exploitation,Forced labour,2.5,105,6 +17360,2019,by form of exploitation,Forced labour,2.5,105,7 +17361,2019,by form of exploitation,Sexual exploitation,2.5,105,4 +17362,2019,by form of exploitation,Sexual exploitation,5.0,105,5 +17363,2019,by form of exploitation,Sexual exploitation,5.0,105,6 +17364,2019,by form of exploitation,Sexual exploitation,2.5,105,7 +17365,2019,by form of exploitation,Sexual exploitation,2.5,105,2 +17366,2019,by form of exploitation,Sexual exploitation,2.5,105,3 +17367,2019,by form of exploitation,Sexual exploitation,2.5,105,1 +17368,2020,Unknown,Unknown,2.5,105,4 +17369,2020,Unknown,Unknown,2.5,105,5 +17370,2020,Unknown,Unknown,2.5,105,6 +17371,2020,Unknown,Unknown,5.0,105,7 +17372,2020,Unknown,Unknown,2.5,105,2 +17373,2020,Unknown,Unknown,5.0,105,3 +17374,2020,Unknown,Unknown,8.0,105,1 +17375,2020,by form of exploitation,Forced labour,2.5,105,4 +17376,2020,by form of exploitation,Forced labour,2.5,105,5 +17377,2020,by form of exploitation,Forced labour,2.5,105,6 +17378,2020,by form of exploitation,Forced labour,2.5,105,7 +17379,2020,by form of exploitation,Forced labour,2.5,105,1 +17380,2020,by form of exploitation,Sexual exploitation,2.5,105,4 +17381,2020,by form of exploitation,Sexual exploitation,5.0,105,5 +17382,2020,by form of exploitation,Sexual exploitation,2.5,105,6 +17383,2020,by form of exploitation,Sexual exploitation,5.0,105,7 +17384,2020,by form of exploitation,Sexual exploitation,2.5,105,2 +17385,2020,by form of exploitation,Sexual exploitation,5.0,105,3 +17386,2020,by form of exploitation,Sexual exploitation,6.0,105,1 +17387,2021,Unknown,Unknown,2.5,105,4 +17388,2021,Unknown,Unknown,8.0,105,5 +17389,2021,Unknown,Unknown,2.5,105,6 +17390,2021,Unknown,Unknown,2.5,105,7 +17391,2021,Unknown,Unknown,2.5,105,2 +17392,2021,Unknown,Unknown,8.0,105,3 +17393,2021,Unknown,Unknown,10.0,105,1 +17394,2021,by citizenship,Indonesia,5.0,105,1 +17395,2021,by citizenship,Nationals,5.0,105,1 +17396,2021,by form of exploitation,Forced labour,2.5,105,4 +17397,2021,by form of exploitation,Forced labour,2.5,105,5 +17398,2021,by form of exploitation,Forced labour,2.5,105,6 +17399,2021,by form of exploitation,Forced labour,2.5,105,7 +17400,2021,by form of exploitation,Sexual exploitation,2.5,105,4 +17401,2021,by form of exploitation,Sexual exploitation,8.0,105,5 +17402,2021,by form of exploitation,Sexual exploitation,2.5,105,6 +17403,2021,by form of exploitation,Sexual exploitation,2.5,105,7 +17404,2021,by form of exploitation,Sexual exploitation,2.5,105,2 +17405,2021,by form of exploitation,Sexual exploitation,8.0,105,3 +17406,2021,by form of exploitation,Sexual exploitation,9.0,105,1 +17407,2022,Unknown,Unknown,2.5,105,4 +17408,2022,Unknown,Unknown,20.0,105,5 +17409,2022,Unknown,Unknown,2.5,105,6 +17410,2022,Unknown,Unknown,2.5,105,7 +17411,2022,Unknown,Unknown,5.0,105,2 +17412,2022,Unknown,Unknown,20.0,105,3 +17413,2022,Unknown,Unknown,25.0,105,1 +17414,2022,by citizenship,Nationals,25.0,105,1 +17415,2022,by form of exploitation,Forced labour,2.5,105,4 +17416,2022,by form of exploitation,Forced labour,2.5,105,5 +17417,2022,by form of exploitation,Forced labour,2.5,105,6 +17418,2022,by form of exploitation,Forced labour,2.5,105,7 +17419,2022,by form of exploitation,Sexual exploitation,2.5,105,4 +17420,2022,by form of exploitation,Sexual exploitation,2.5,105,5 +17421,2022,by form of exploitation,Sexual exploitation,2.5,105,6 +17422,2022,by form of exploitation,Sexual exploitation,2.5,105,7 +17423,2022,by form of exploitation,Sexual exploitation,2.5,105,2 +17424,2022,by form of exploitation,Sexual exploitation,2.5,105,3 +17425,2022,by form of exploitation,Sexual exploitation,6.0,105,1 +17426,2003,by country of repatriation,Abroad,2.5,106,1 +17427,2008,by country of repatriation,Abroad,2.5,106,1 +17428,2010,by form of exploitation,Forced labour,6.0,106,1 +17429,2010,by form of exploitation,Sexual exploitation,2.5,106,1 +17430,2012,Unknown,Unknown,2.5,106,4 +17431,2012,Unknown,Unknown,6.0,106,5 +17432,2012,Unknown,Unknown,2.5,106,6 +17433,2012,Unknown,Unknown,2.5,106,7 +17434,2012,Unknown,Unknown,5.0,106,2 +17435,2012,Unknown,Unknown,10.0,106,3 +17436,2012,Unknown,Unknown,15.0,106,1 +17437,2012,by citizenship,Ethiopia,2.5,106,1 +17438,2012,by citizenship,India,2.5,106,1 +17439,2012,by citizenship,Pakistan,2.5,106,1 +17440,2012,by citizenship,South Africa,2.5,106,1 +17441,2012,by citizenship,Zimbabwe,2.5,106,1 +17442,2012,by form of exploitation,Sexual exploitation,2.5,106,1 +17443,2013,Unknown,Unknown,2.5,106,4 +17444,2013,Unknown,Unknown,2.5,106,5 +17445,2013,Unknown,Unknown,2.5,106,6 +17446,2013,Unknown,Unknown,2.5,106,7 +17447,2013,Unknown,Unknown,2.5,106,2 +17448,2013,Unknown,Unknown,2.5,106,3 +17449,2013,Unknown,Unknown,2.5,106,1 +17450,2013,by form of exploitation,Forced labour,2.5,106,1 +17451,2013,by form of exploitation,Sexual exploitation,2.5,106,1 +17452,2014,Unknown,Unknown,2.5,106,2 +17453,2014,Unknown,Unknown,2.5,106,3 +17454,2015,Unknown,Unknown,2.5,106,4 +17455,2015,Unknown,Unknown,2.5,106,5 +17456,2015,Unknown,Unknown,2.5,106,6 +17457,2015,Unknown,Unknown,2.5,106,7 +17458,2015,Unknown,Unknown,2.5,106,2 +17459,2015,Unknown,Unknown,6.0,106,3 +17460,2015,Unknown,Unknown,6.0,106,1 +17461,2015,by citizenship,Kenya,2.5,106,1 +17462,2015,by citizenship,Malawi,2.5,106,1 +17463,2015,by citizenship,Nigeria,2.5,106,1 +17464,2015,by citizenship,South Africa,2.5,106,1 +17465,2015,by form of exploitation,Forced labour,2.5,106,1 +17466,2017,by form of exploitation,Sexual exploitation,2.5,106,1 +17467,2018,by form of exploitation,Forced labour,2.5,106,1 +17468,2018,by form of exploitation,Sexual exploitation,2.5,106,1 +17469,2019,by form of exploitation,Sexual exploitation,2.5,106,1 +17470,2020,Unknown,Unknown,2.5,106,1 +17471,2020,by form of exploitation,Forced labour,2.5,106,1 +17472,2020,by form of exploitation,Sexual exploitation,2.5,106,1 +17473,2007,Unknown,Unknown,2.5,107,4 +17474,2007,Unknown,Unknown,7.0,107,5 +17475,2007,Unknown,Unknown,2.5,107,6 +17476,2007,Unknown,Unknown,2.5,107,7 +17477,2007,Unknown,Unknown,2.5,107,2 +17478,2007,Unknown,Unknown,9.0,107,3 +17479,2007,Unknown,Unknown,11.0,107,1 +17480,2007,by citizenship,Lithuania,23.0,107,1 +17481,2008,Unknown,Unknown,2.5,107,4 +17482,2008,Unknown,Unknown,21.0,107,5 +17483,2008,Unknown,Unknown,2.5,107,6 +17484,2008,Unknown,Unknown,2.5,107,7 +17485,2008,Unknown,Unknown,2.5,107,2 +17486,2008,Unknown,Unknown,21.0,107,3 +17487,2008,Unknown,Unknown,25.0,107,1 +17488,2008,by citizenship,Lithuania,25.0,107,1 +17489,2009,Unknown,Unknown,5.0,107,4 +17490,2009,Unknown,Unknown,9.0,107,5 +17491,2009,Unknown,Unknown,2.5,107,6 +17492,2009,Unknown,Unknown,2.5,107,7 +17493,2009,Unknown,Unknown,5.0,107,2 +17494,2009,Unknown,Unknown,9.0,107,3 +17495,2009,Unknown,Unknown,14.0,107,1 +17496,2009,by citizenship,Latvia,2.5,107,1 +17497,2009,by citizenship,Lithuania,13.0,107,1 +17498,2010,Unknown,Unknown,2.5,107,4 +17499,2010,Unknown,Unknown,12.0,107,5 +17500,2010,Unknown,Unknown,2.5,107,6 +17501,2010,Unknown,Unknown,2.5,107,7 +17502,2010,Unknown,Unknown,2.5,107,2 +17503,2010,Unknown,Unknown,12.0,107,3 +17504,2010,Unknown,Unknown,15.0,107,1 +17505,2010,by citizenship,Lithuania,15.0,107,1 +17506,2010,by form of exploitation,Forced labour,2.5,107,1 +17507,2010,by form of exploitation,Sexual exploitation,15.0,107,1 +17508,2011,Unknown,Unknown,2.5,107,4 +17509,2011,Unknown,Unknown,19.0,107,5 +17510,2011,Unknown,Unknown,2.5,107,6 +17511,2011,Unknown,Unknown,2.5,107,7 +17512,2011,Unknown,Unknown,2.5,107,2 +17513,2011,Unknown,Unknown,19.0,107,3 +17514,2011,Unknown,Unknown,22.0,107,1 +17515,2011,by citizenship,Lithuania,21.0,107,1 +17516,2011,by citizenship,Poland,2.5,107,1 +17517,2011,by country of repatriation,Poland,2.5,107,1 +17518,2011,by form of exploitation,Forced labour,2.5,107,1 +17519,2011,by form of exploitation,Sexual exploitation,21.0,107,1 +17520,2012,Unknown,Unknown,6.0,107,4 +17521,2012,Unknown,Unknown,5.0,107,5 +17522,2012,Unknown,Unknown,2.5,107,6 +17523,2012,Unknown,Unknown,2.5,107,7 +17524,2012,Unknown,Unknown,8.0,107,2 +17525,2012,Unknown,Unknown,6.0,107,3 +17526,2012,Unknown,Unknown,14.0,107,1 +17527,2012,by citizenship,Lithuania,14.0,107,1 +17528,2012,by form of exploitation,Forced labour,2.5,107,1 +17529,2012,by form of exploitation,Sexual exploitation,10.0,107,1 +17530,2013,Unknown,Unknown,2.5,107,2 +17531,2013,Unknown,Unknown,2.5,107,3 +17532,2014,Unknown,Unknown,2.5,107,4 +17533,2014,Unknown,Unknown,19.0,107,5 +17534,2014,Unknown,Unknown,2.5,107,6 +17535,2014,Unknown,Unknown,25.0,107,7 +17536,2014,Unknown,Unknown,2.5,107,2 +17537,2014,Unknown,Unknown,44.0,107,3 +17538,2014,Unknown,Unknown,47.0,107,1 +17539,2014,by country of repatriation,Belarus,2.5,107,1 +17540,2014,by form of exploitation,Forced labour,2.5,107,5 +17541,2014,by form of exploitation,Forced labour,5.0,107,7 +17542,2014,by form of exploitation,Forced labour,6.0,107,1 +17543,2014,by form of exploitation,Sexual exploitation,2.5,107,4 +17544,2014,by form of exploitation,Sexual exploitation,7.0,107,5 +17545,2014,by form of exploitation,Sexual exploitation,8.0,107,1 +17546,2015,Unknown,Unknown,12.0,107,4 +17547,2015,Unknown,Unknown,24.0,107,5 +17548,2015,Unknown,Unknown,5.0,107,6 +17549,2015,Unknown,Unknown,21.0,107,7 +17550,2015,Unknown,Unknown,17.0,107,2 +17551,2015,Unknown,Unknown,45.0,107,3 +17552,2015,Unknown,Unknown,62.0,107,1 +17553,2015,by citizenship,Lithuania,14.0,107,1 +17554,2015,by citizenship,Russia,2.5,107,1 +17555,2015,by form of exploitation,Forced labour,2.5,107,5 +17556,2015,by form of exploitation,Forced labour,2.5,107,7 +17557,2015,by form of exploitation,Forced labour,5.0,107,1 +17558,2015,by form of exploitation,Sexual exploitation,10.0,107,4 +17559,2015,by form of exploitation,Sexual exploitation,11.0,107,5 +17560,2015,by form of exploitation,Sexual exploitation,21.0,107,1 +17561,2016,Unknown,Unknown,2.5,107,4 +17562,2016,Unknown,Unknown,19.0,107,5 +17563,2016,Unknown,Unknown,2.5,107,6 +17564,2016,Unknown,Unknown,22.0,107,7 +17565,2016,Unknown,Unknown,2.5,107,2 +17566,2016,Unknown,Unknown,41.0,107,3 +17567,2016,Unknown,Unknown,45.0,107,1 +17568,2016,by citizenship,Colombia,2.5,107,1 +17569,2016,by citizenship,Lithuania,10.0,107,1 +17570,2016,by country of repatriation,Ukraine,2.5,107,1 +17571,2016,by form of exploitation,Forced labour,2.5,107,5 +17572,2016,by form of exploitation,Forced labour,9.0,107,7 +17573,2016,by form of exploitation,Forced labour,12.0,107,1 +17574,2016,by form of exploitation,Sexual exploitation,2.5,107,4 +17575,2016,by form of exploitation,Sexual exploitation,10.0,107,5 +17576,2016,by form of exploitation,Sexual exploitation,11.0,107,1 +17577,2017,Unknown,Unknown,5.0,107,4 +17578,2017,Unknown,Unknown,20.0,107,5 +17579,2017,Unknown,Unknown,2.5,107,6 +17580,2017,Unknown,Unknown,30.0,107,7 +17581,2017,Unknown,Unknown,8.0,107,2 +17582,2017,Unknown,Unknown,50.0,107,3 +17583,2017,Unknown,Unknown,58.0,107,1 +17584,2017,by form of exploitation,Forced labour,2.5,107,4 +17585,2017,by form of exploitation,Forced labour,11.0,107,5 +17586,2017,by form of exploitation,Forced labour,2.5,107,6 +17587,2017,by form of exploitation,Forced labour,24.0,107,7 +17588,2017,by form of exploitation,Forced labour,35.0,107,1 +17589,2017,by form of exploitation,Sexual exploitation,2.5,107,4 +17590,2017,by form of exploitation,Sexual exploitation,6.0,107,5 +17591,2017,by form of exploitation,Sexual exploitation,2.5,107,6 +17592,2017,by form of exploitation,Sexual exploitation,2.5,107,7 +17593,2017,by form of exploitation,Sexual exploitation,9.0,107,1 +17594,2018,Unknown,Unknown,2.5,107,4 +17595,2018,Unknown,Unknown,34.0,107,5 +17596,2018,Unknown,Unknown,2.5,107,6 +17597,2018,Unknown,Unknown,9.0,107,7 +17598,2018,Unknown,Unknown,2.5,107,2 +17599,2018,Unknown,Unknown,43.0,107,3 +17600,2018,Unknown,Unknown,44.0,107,1 +17601,2018,by form of exploitation,Forced labour,2.5,107,4 +17602,2018,by form of exploitation,Forced labour,2.5,107,5 +17603,2018,by form of exploitation,Forced labour,2.5,107,6 +17604,2018,by form of exploitation,Forced labour,2.5,107,7 +17605,2018,by form of exploitation,Forced labour,2.5,107,1 +17606,2018,by form of exploitation,Sexual exploitation,2.5,107,4 +17607,2018,by form of exploitation,Sexual exploitation,31.0,107,5 +17608,2018,by form of exploitation,Sexual exploitation,2.5,107,6 +17609,2018,by form of exploitation,Sexual exploitation,2.5,107,7 +17610,2018,by form of exploitation,Sexual exploitation,31.0,107,1 +17611,2019,Unknown,Unknown,2.5,107,4 +17612,2019,Unknown,Unknown,17.0,107,5 +17613,2019,Unknown,Unknown,2.5,107,6 +17614,2019,Unknown,Unknown,18.0,107,7 +17615,2019,Unknown,Unknown,2.5,107,2 +17616,2019,Unknown,Unknown,35.0,107,3 +17617,2019,Unknown,Unknown,39.0,107,1 +17618,2019,by form of exploitation,Forced labour,2.5,107,4 +17619,2019,by form of exploitation,Forced labour,2.5,107,5 +17620,2019,by form of exploitation,Forced labour,2.5,107,6 +17621,2019,by form of exploitation,Forced labour,6.0,107,7 +17622,2019,by form of exploitation,Forced labour,7.0,107,3 +17623,2019,by form of exploitation,Forced labour,7.0,107,1 +17624,2019,by form of exploitation,Sexual exploitation,2.5,107,4 +17625,2019,by form of exploitation,Sexual exploitation,15.0,107,5 +17626,2019,by form of exploitation,Sexual exploitation,2.5,107,6 +17627,2019,by form of exploitation,Sexual exploitation,2.5,107,7 +17628,2019,by form of exploitation,Sexual exploitation,2.5,107,2 +17629,2019,by form of exploitation,Sexual exploitation,16.0,107,3 +17630,2019,by form of exploitation,Sexual exploitation,18.0,107,1 +17631,2020,Unknown,Unknown,2.5,107,4 +17632,2020,Unknown,Unknown,16.0,107,5 +17633,2020,Unknown,Unknown,2.5,107,6 +17634,2020,Unknown,Unknown,7.0,107,7 +17635,2020,Unknown,Unknown,2.5,107,2 +17636,2020,Unknown,Unknown,23.0,107,3 +17637,2020,Unknown,Unknown,24.0,107,1 +17638,2020,by citizenship,Czech Republic,2.5,107,1 +17639,2020,by citizenship,India,2.5,107,1 +17640,2020,by citizenship,Lithuania,21.0,107,1 +17641,2020,by citizenship,Thailand,2.5,107,1 +17642,2020,by country of repatriation,Abroad,6.0,107,1 +17643,2020,by form of exploitation,Forced labour,2.5,107,4 +17644,2020,by form of exploitation,Forced labour,2.5,107,5 +17645,2020,by form of exploitation,Forced labour,2.5,107,6 +17646,2020,by form of exploitation,Forced labour,2.5,107,7 +17647,2020,by form of exploitation,Forced labour,6.0,107,3 +17648,2020,by form of exploitation,Forced labour,6.0,107,1 +17649,2020,by form of exploitation,Sexual exploitation,2.5,107,4 +17650,2020,by form of exploitation,Sexual exploitation,9.0,107,5 +17651,2020,by form of exploitation,Sexual exploitation,2.5,107,6 +17652,2020,by form of exploitation,Sexual exploitation,2.5,107,7 +17653,2020,by form of exploitation,Sexual exploitation,9.0,107,3 +17654,2020,by form of exploitation,Sexual exploitation,9.0,107,1 +17655,2021,Unknown,Unknown,2.5,107,4 +17656,2021,Unknown,Unknown,10.0,107,5 +17657,2021,Unknown,Unknown,2.5,107,6 +17658,2021,Unknown,Unknown,15.0,107,7 +17659,2021,Unknown,Unknown,2.5,107,2 +17660,2021,Unknown,Unknown,25.0,107,3 +17661,2021,Unknown,Unknown,26.0,107,1 +17662,2021,by citizenship,Cambodia,2.5,107,1 +17663,2021,by citizenship,Lithuania,15.0,107,1 +17664,2021,by citizenship,Tajikistan,2.5,107,1 +17665,2021,by form of exploitation,Forced labour,2.5,107,4 +17666,2021,by form of exploitation,Forced labour,2.5,107,5 +17667,2021,by form of exploitation,Forced labour,2.5,107,6 +17668,2021,by form of exploitation,Forced labour,6.0,107,7 +17669,2021,by form of exploitation,Forced labour,10.0,107,3 +17670,2021,by form of exploitation,Forced labour,10.0,107,1 +17671,2021,by form of exploitation,Sexual exploitation,2.5,107,4 +17672,2021,by form of exploitation,Sexual exploitation,2.5,107,5 +17673,2021,by form of exploitation,Sexual exploitation,2.5,107,6 +17674,2021,by form of exploitation,Sexual exploitation,2.5,107,7 +17675,2021,by form of exploitation,Sexual exploitation,2.5,107,3 +17676,2021,by form of exploitation,Sexual exploitation,2.5,107,1 +17677,2022,Unknown,Unknown,2.5,107,4 +17678,2022,Unknown,Unknown,7.0,107,5 +17679,2022,Unknown,Unknown,2.5,107,6 +17680,2022,Unknown,Unknown,5.0,107,7 +17681,2022,Unknown,Unknown,2.5,107,2 +17682,2022,Unknown,Unknown,12.0,107,3 +17683,2022,Unknown,Unknown,15.0,107,1 +17684,2022,by citizenship,Egypt,2.5,107,1 +17685,2022,by citizenship,Lithuania,8.0,107,1 +17686,2022,by citizenship,Russia,2.5,107,1 +17687,2022,by citizenship,Uzbekistan,2.5,107,1 +17688,2003,by country of repatriation,Abroad,2.5,108,1 +17689,2010,by citizenship,Brazil,2.5,108,1 +17690,2010,by citizenship,Bulgaria,2.5,108,1 +17691,2010,by citizenship,Nigeria,2.5,108,1 +17692,2010,by citizenship,Romania,2.5,108,1 +17693,2010,by citizenship,Ukraine,2.5,108,1 +17694,2012,Unknown,Unknown,2.5,108,2 +17695,2012,Unknown,Unknown,2.5,108,3 +17696,2013,Unknown,Unknown,10.0,108,1 +17697,2013,by form of exploitation,Sexual exploitation,10.0,108,1 +17698,2013,Unknown,Unknown,2.5,108,2 +17699,2013,Unknown,Unknown,2.5,108,3 +17700,2014,Unknown,Unknown,2.5,108,2 +17701,2014,Unknown,Unknown,12.0,108,1 +17702,2014,by form of exploitation,Forced labour,7.0,108,1 +17703,2014,by form of exploitation,Sexual exploitation,5.0,108,1 +17704,2014,Unknown,Unknown,2.5,108,3 +17705,2015,Unknown,Unknown,7.0,108,1 +17706,2015,by form of exploitation,Sexual exploitation,7.0,108,1 +17707,2015,Unknown,Unknown,2.5,108,2 +17708,2015,Unknown,Unknown,2.5,108,3 +17709,2016,Unknown,Unknown,20.0,108,1 +17710,2016,by form of exploitation,Forced labour,2.5,108,1 +17711,2016,by form of exploitation,Sexual exploitation,13.0,108,1 +17712,2017,by form of exploitation,Forced labour,15.0,108,1 +17713,2017,by form of exploitation,Sexual exploitation,2.5,108,1 +17714,2017,Unknown,Unknown,2.5,108,4 +17715,2017,Unknown,Unknown,9.0,108,5 +17716,2017,Unknown,Unknown,2.5,108,6 +17717,2017,Unknown,Unknown,6.0,108,7 +17718,2017,Unknown,Unknown,2.5,108,9 +17719,2017,Unknown,Unknown,2.5,108,2 +17720,2017,Unknown,Unknown,15.0,108,3 +17721,2017,Unknown,Unknown,16.0,108,1 +17722,2017,Unknown,Unknown,2.5,108,1 +17723,2017,by citizenship,Albania,7.0,108,1 +17724,2017,by citizenship,China,2.5,108,1 +17725,2017,by citizenship,Colombia,2.5,108,1 +17726,2017,by citizenship,Iran,2.5,108,1 +17727,2017,by citizenship,Luxembourg,2.5,108,1 +17728,2017,by citizenship,Philippines,2.5,108,1 +17729,2017,by citizenship,Ukraine,2.5,108,1 +17730,2017,by form of exploitation,Forced labour,2.5,108,4 +17731,2017,by form of exploitation,Forced labour,6.0,108,5 +17732,2017,by form of exploitation,Forced labour,2.5,108,6 +17733,2017,by form of exploitation,Forced labour,2.5,108,7 +17734,2017,by form of exploitation,Forced labour,2.5,108,9 +17735,2017,by form of exploitation,Forced labour,2.5,108,8 +17736,2017,by form of exploitation,Forced labour,2.5,108,2 +17737,2017,by form of exploitation,Forced labour,10.0,108,3 +17738,2017,by form of exploitation,Forced labour,2.5,108,1 +17739,2017,by form of exploitation,Sexual exploitation,2.5,108,4 +17740,2017,by form of exploitation,Sexual exploitation,2.5,108,5 +17741,2017,by form of exploitation,Sexual exploitation,2.5,108,6 +17742,2017,by form of exploitation,Sexual exploitation,2.5,108,7 +17743,2017,by form of exploitation,Sexual exploitation,2.5,108,9 +17744,2017,by form of exploitation,Sexual exploitation,2.5,108,8 +17745,2017,by form of exploitation,Sexual exploitation,2.5,108,2 +17746,2017,by form of exploitation,Sexual exploitation,2.5,108,3 +17747,2018,by form of exploitation,Forced labour,8.0,108,1 +17748,2018,by form of exploitation,Sexual exploitation,5.0,108,1 +17749,2018,Unknown,Unknown,2.5,108,4 +17750,2018,Unknown,Unknown,10.0,108,5 +17751,2018,Unknown,Unknown,2.5,108,6 +17752,2018,Unknown,Unknown,2.5,108,7 +17753,2018,Unknown,Unknown,2.5,108,9 +17754,2018,Unknown,Unknown,2.5,108,2 +17755,2018,Unknown,Unknown,13.0,108,3 +17756,2018,Unknown,Unknown,14.0,108,1 +17757,2018,Unknown,Unknown,2.5,108,1 +17758,2018,by citizenship,BrΓ©sil,2.5,108,1 +17759,2018,by citizenship,China,2.5,108,1 +17760,2018,by citizenship,Hungary,2.5,108,1 +17761,2018,by citizenship,India,2.5,108,1 +17762,2018,by citizenship,Luxembourg,2.5,108,1 +17763,2018,by citizenship,Nigeria,2.5,108,1 +17764,2018,by citizenship,Portugal,2.5,108,1 +17765,2018,by citizenship,Romania,2.5,108,1 +17766,2018,by citizenship,Moldova,2.5,108,1 +17767,2018,by citizenship,Czech Republic,2.5,108,1 +17768,2018,by citizenship,Tunisia,2.5,108,1 +17769,2018,by form of exploitation,Forced labour,2.5,108,4 +17770,2018,by form of exploitation,Forced labour,6.0,108,5 +17771,2018,by form of exploitation,Forced labour,2.5,108,6 +17772,2018,by form of exploitation,Forced labour,2.5,108,7 +17773,2018,by form of exploitation,Forced labour,2.5,108,9 +17774,2018,by form of exploitation,Forced labour,2.5,108,8 +17775,2018,by form of exploitation,Forced labour,2.5,108,2 +17776,2018,by form of exploitation,Forced labour,8.0,108,3 +17777,2018,by form of exploitation,Forced labour,2.5,108,1 +17778,2018,by form of exploitation,Sexual exploitation,2.5,108,4 +17779,2018,by form of exploitation,Sexual exploitation,2.5,108,5 +17780,2018,by form of exploitation,Sexual exploitation,2.5,108,6 +17781,2018,by form of exploitation,Sexual exploitation,2.5,108,7 +17782,2018,by form of exploitation,Sexual exploitation,2.5,108,9 +17783,2018,by form of exploitation,Sexual exploitation,2.5,108,8 +17784,2018,by form of exploitation,Sexual exploitation,2.5,108,2 +17785,2018,by form of exploitation,Sexual exploitation,5.0,108,3 +17786,2018,by form of exploitation,Sexual exploitation,2.5,108,1 +17787,2019,Unknown,Unknown,2.5,108,4 +17788,2019,Unknown,Unknown,8.0,108,5 +17789,2019,Unknown,Unknown,2.5,108,6 +17790,2019,Unknown,Unknown,5.0,108,7 +17791,2019,Unknown,Unknown,2.5,108,9 +17792,2019,Unknown,Unknown,2.5,108,2 +17793,2019,Unknown,Unknown,13.0,108,3 +17794,2019,Unknown,Unknown,13.0,108,1 +17795,2019,Unknown,Unknown,2.5,108,1 +17796,2019,by citizenship,Algeria,2.5,108,1 +17797,2019,by citizenship,Angola,2.5,108,1 +17798,2019,by citizenship,Brazil,2.5,108,1 +17799,2019,by citizenship,Cameroon,2.5,108,1 +17800,2019,by citizenship,China,2.5,108,1 +17801,2019,by citizenship,Democratic Republic of the Congo,2.5,108,1 +17802,2019,by citizenship,Ethiopia,2.5,108,1 +17803,2019,by citizenship,Indonesia,2.5,108,1 +17804,2019,by citizenship,Morocco,2.5,108,1 +17805,2019,by citizenship,Nigeria,2.5,108,1 +17806,2019,by citizenship,Senegal,2.5,108,1 +17807,2019,by form of exploitation,Forced labour,2.5,108,4 +17808,2019,by form of exploitation,Forced labour,2.5,108,5 +17809,2019,by form of exploitation,Forced labour,2.5,108,6 +17810,2019,by form of exploitation,Forced labour,5.0,108,7 +17811,2019,by form of exploitation,Forced labour,2.5,108,9 +17812,2019,by form of exploitation,Forced labour,2.5,108,8 +17813,2019,by form of exploitation,Forced labour,2.5,108,2 +17814,2019,by form of exploitation,Forced labour,9.0,108,3 +17815,2019,by form of exploitation,Forced labour,9.0,108,1 +17816,2019,by form of exploitation,Forced labour,2.5,108,1 +17817,2019,by form of exploitation,Sexual exploitation,2.5,108,4 +17818,2019,by form of exploitation,Sexual exploitation,2.5,108,5 +17819,2019,by form of exploitation,Sexual exploitation,2.5,108,6 +17820,2019,by form of exploitation,Sexual exploitation,2.5,108,7 +17821,2019,by form of exploitation,Sexual exploitation,2.5,108,9 +17822,2019,by form of exploitation,Sexual exploitation,2.5,108,8 +17823,2019,by form of exploitation,Sexual exploitation,2.5,108,2 +17824,2019,by form of exploitation,Sexual exploitation,2.5,108,3 +17825,2019,by form of exploitation,Sexual exploitation,2.5,108,1 +17826,2019,by form of exploitation,Sexual exploitation,2.5,108,1 +17827,2020,Unknown,Unknown,2.5,108,4 +17828,2020,Unknown,Unknown,2.5,108,5 +17829,2020,Unknown,Unknown,2.5,108,6 +17830,2020,Unknown,Unknown,8.0,108,7 +17831,2020,Unknown,Unknown,2.5,108,9 +17832,2020,Unknown,Unknown,2.5,108,2 +17833,2020,Unknown,Unknown,10.0,108,3 +17834,2020,Unknown,Unknown,10.0,108,1 +17835,2020,Unknown,Unknown,2.5,108,1 +17836,2020,by citizenship,China,2.5,108,1 +17837,2020,by citizenship,Guatemala,2.5,108,1 +17838,2020,by citizenship,Pakistan,2.5,108,1 +17839,2020,by citizenship,Poland,2.5,108,1 +17840,2020,by citizenship,Portugal,2.5,108,1 +17841,2020,by form of exploitation,Forced labour,2.5,108,4 +17842,2020,by form of exploitation,Forced labour,2.5,108,5 +17843,2020,by form of exploitation,Forced labour,2.5,108,6 +17844,2020,by form of exploitation,Forced labour,8.0,108,7 +17845,2020,by form of exploitation,Forced labour,2.5,108,9 +17846,2020,by form of exploitation,Forced labour,2.5,108,8 +17847,2020,by form of exploitation,Forced labour,2.5,108,2 +17848,2020,by form of exploitation,Forced labour,9.0,108,3 +17849,2020,by form of exploitation,Forced labour,9.0,108,1 +17850,2020,by form of exploitation,Forced labour,2.5,108,1 +17851,2020,by form of exploitation,Sexual exploitation,2.5,108,4 +17852,2020,by form of exploitation,Sexual exploitation,2.5,108,5 +17853,2020,by form of exploitation,Sexual exploitation,2.5,108,6 +17854,2020,by form of exploitation,Sexual exploitation,2.5,108,7 +17855,2020,by form of exploitation,Sexual exploitation,2.5,108,9 +17856,2020,by form of exploitation,Sexual exploitation,2.5,108,8 +17857,2020,by form of exploitation,Sexual exploitation,2.5,108,2 +17858,2020,by form of exploitation,Sexual exploitation,2.5,108,3 +17859,2020,by form of exploitation,Sexual exploitation,2.5,108,1 +17860,2020,by form of exploitation,Sexual exploitation,2.5,108,1 +17861,2021,Unknown,Unknown,10.0,108,2 +17862,2021,Unknown,Unknown,50.0,108,1 +17863,2021,by form of exploitation,Forced labour,34.0,108,1 +17864,2021,by form of exploitation,Sexual exploitation,2.5,108,1 +17865,2022,Unknown,Unknown,2.5,108,4 +17866,2022,Unknown,Unknown,49.0,108,5 +17867,2022,Unknown,Unknown,2.5,108,6 +17868,2022,Unknown,Unknown,11.0,108,7 +17869,2022,Unknown,Unknown,2.5,108,2 +17870,2022,Unknown,Unknown,60.0,108,3 +17871,2022,Unknown,Unknown,77.0,108,1 +17872,2022,by citizenship,Argentinian,2.5,108,1 +17873,2022,by citizenship,Brazil,2.5,108,1 +17874,2022,by citizenship,Cameroon,2.5,108,1 +17875,2022,by citizenship,China,13.0,108,1 +17876,2022,by citizenship,Colombia,2.5,108,1 +17877,2022,by citizenship,Germany,2.5,108,1 +17878,2022,by citizenship,Moldova,2.5,108,1 +17879,2022,by citizenship,Morocco,2.5,108,1 +17880,2022,by citizenship,Paraguay,2.5,108,1 +17881,2022,by citizenship,Romania,2.5,108,1 +17882,2022,by citizenship,Russia,22.0,108,1 +17883,2022,by citizenship,Ukraine,18.0,108,1 +17884,2022,by form of exploitation,Forced labour,2.5,108,4 +17885,2022,by form of exploitation,Forced labour,2.5,108,5 +17886,2022,by form of exploitation,Forced labour,2.5,108,6 +17887,2022,by form of exploitation,Forced labour,10.0,108,7 +17888,2022,by form of exploitation,Forced labour,14.0,108,3 +17889,2022,by form of exploitation,Forced labour,23.0,108,1 +17890,2022,by form of exploitation,Sexual exploitation,2.5,108,4 +17891,2022,by form of exploitation,Sexual exploitation,45.0,108,5 +17892,2022,by form of exploitation,Sexual exploitation,2.5,108,6 +17893,2022,by form of exploitation,Sexual exploitation,2.5,108,7 +17894,2022,by form of exploitation,Sexual exploitation,46.0,108,3 +17895,2022,by form of exploitation,Sexual exploitation,50.0,108,1 +17896,2008,Unknown,Unknown,2.5,109,4 +17897,2008,Unknown,Unknown,7.0,109,5 +17898,2008,Unknown,Unknown,2.5,109,6 +17899,2008,Unknown,Unknown,2.5,109,7 +17900,2008,Unknown,Unknown,2.5,109,2 +17901,2008,Unknown,Unknown,7.0,109,3 +17902,2008,Unknown,Unknown,8.0,109,1 +17903,2008,by citizenship,Latvia,5.0,109,1 +17904,2008,by citizenship,Thailand,2.5,109,1 +17905,2008,by form of exploitation,Forced labour,2.5,109,1 +17906,2008,by form of exploitation,Sexual exploitation,5.0,109,1 +17907,2009,Unknown,Unknown,2.5,109,4 +17908,2009,Unknown,Unknown,7.0,109,5 +17909,2009,Unknown,Unknown,2.5,109,6 +17910,2009,Unknown,Unknown,2.5,109,7 +17911,2009,Unknown,Unknown,5.0,109,2 +17912,2009,Unknown,Unknown,7.0,109,3 +17913,2009,Unknown,Unknown,12.0,109,1 +17914,2009,by citizenship,Latvia,12.0,109,1 +17915,2009,by form of exploitation,Forced labour,2.5,109,1 +17916,2009,by form of exploitation,Sexual exploitation,8.0,109,1 +17917,2010,Unknown,Unknown,2.5,109,4 +17918,2010,Unknown,Unknown,9.0,109,5 +17919,2010,Unknown,Unknown,2.5,109,6 +17920,2010,Unknown,Unknown,2.5,109,7 +17921,2010,Unknown,Unknown,2.5,109,2 +17922,2010,Unknown,Unknown,9.0,109,3 +17923,2010,Unknown,Unknown,9.0,109,1 +17924,2010,by citizenship,Latvia,9.0,109,1 +17925,2010,by form of exploitation,Forced labour,2.5,109,1 +17926,2010,by form of exploitation,Sexual exploitation,2.5,109,1 +17927,2011,Unknown,Unknown,2.5,109,4 +17928,2011,Unknown,Unknown,9.0,109,5 +17929,2011,Unknown,Unknown,2.5,109,6 +17930,2011,Unknown,Unknown,2.5,109,7 +17931,2011,Unknown,Unknown,2.5,109,2 +17932,2011,Unknown,Unknown,11.0,109,3 +17933,2011,Unknown,Unknown,11.0,109,1 +17934,2011,by citizenship,Latvia,11.0,109,1 +17935,2011,by form of exploitation,Forced labour,2.5,109,1 +17936,2011,by form of exploitation,Sexual exploitation,2.5,109,1 +17937,2012,Unknown,Unknown,2.5,109,4 +17938,2012,Unknown,Unknown,22.0,109,5 +17939,2012,Unknown,Unknown,2.5,109,6 +17940,2012,Unknown,Unknown,2.5,109,7 +17941,2012,Unknown,Unknown,2.5,109,2 +17942,2012,Unknown,Unknown,25.0,109,3 +17943,2012,Unknown,Unknown,25.0,109,1 +17944,2012,by citizenship,Latvia,2.5,109,1 +17945,2012,by form of exploitation,Forced labour,5.0,109,1 +17946,2012,by form of exploitation,Sexual exploitation,6.0,109,1 +17947,2013,Unknown,Unknown,2.5,109,4 +17948,2013,Unknown,Unknown,22.0,109,5 +17949,2013,Unknown,Unknown,2.5,109,6 +17950,2013,Unknown,Unknown,2.5,109,7 +17951,2013,Unknown,Unknown,2.5,109,2 +17952,2013,Unknown,Unknown,22.0,109,3 +17953,2013,Unknown,Unknown,22.0,109,1 +17954,2013,by citizenship,Latvia,2.5,109,1 +17955,2013,by form of exploitation,Forced labour,2.5,109,1 +17956,2013,by form of exploitation,Sexual exploitation,2.5,109,1 +17957,2014,Unknown,Unknown,2.5,109,4 +17958,2014,Unknown,Unknown,26.0,109,5 +17959,2014,Unknown,Unknown,2.5,109,6 +17960,2014,Unknown,Unknown,8.0,109,7 +17961,2014,Unknown,Unknown,2.5,109,2 +17962,2014,Unknown,Unknown,34.0,109,3 +17963,2014,Unknown,Unknown,34.0,109,1 +17964,2014,by citizenship,Latvia,2.5,109,1 +17965,2014,by form of exploitation,Forced labour,2.5,109,4 +17966,2014,by form of exploitation,Forced labour,2.5,109,5 +17967,2014,by form of exploitation,Forced labour,2.5,109,6 +17968,2014,by form of exploitation,Forced labour,8.0,109,7 +17969,2014,by form of exploitation,Forced labour,12.0,109,1 +17970,2014,by form of exploitation,Sexual exploitation,2.5,109,1 +17971,2015,Unknown,Unknown,2.5,109,4 +17972,2015,Unknown,Unknown,7.0,109,5 +17973,2015,Unknown,Unknown,2.5,109,6 +17974,2015,Unknown,Unknown,2.5,109,7 +17975,2015,Unknown,Unknown,2.5,109,2 +17976,2015,Unknown,Unknown,7.0,109,3 +17977,2015,Unknown,Unknown,10.0,109,1 +17978,2015,by citizenship,Latvia,2.5,109,1 +17979,2015,by citizenship,Lithuania,2.5,109,1 +17980,2015,by form of exploitation,Forced labour,2.5,109,1 +17981,2015,by form of exploitation,Sexual exploitation,2.5,109,4 +17982,2015,by form of exploitation,Sexual exploitation,2.5,109,1 +17983,2016,Unknown,Unknown,2.5,109,4 +17984,2016,Unknown,Unknown,10.0,109,5 +17985,2016,Unknown,Unknown,2.5,109,7 +17986,2016,Unknown,Unknown,2.5,109,2 +17987,2016,Unknown,Unknown,14.0,109,3 +17988,2016,Unknown,Unknown,17.0,109,1 +17989,2016,by citizenship,Latvia,11.0,109,1 +17990,2016,by country of repatriation,Belarus,2.5,109,1 +17991,2016,by form of exploitation,Forced labour,2.5,109,7 +17992,2016,by form of exploitation,Forced labour,2.5,109,1 +17993,2016,by form of exploitation,Sexual exploitation,2.5,109,4 +17994,2016,by form of exploitation,Sexual exploitation,8.0,109,5 +17995,2016,by form of exploitation,Sexual exploitation,11.0,109,1 +17996,2017,Unknown,Unknown,2.5,109,4 +17997,2017,Unknown,Unknown,15.0,109,5 +17998,2017,Unknown,Unknown,2.5,109,6 +17999,2017,Unknown,Unknown,7.0,109,7 +18000,2017,Unknown,Unknown,2.5,109,2 +18001,2017,Unknown,Unknown,22.0,109,3 +18002,2017,Unknown,Unknown,25.0,109,1 +18003,2017,by citizenship,Nationals,23.0,109,1 +18004,2017,by citizenship,Tajikistan,2.5,109,1 +18005,2017,by country of repatriation,Abroad,18.0,109,1 +18006,2017,by country of repatriation,Belgium,2.5,109,1 +18007,2017,by country of repatriation,Cyprus,2.5,109,1 +18008,2017,by country of repatriation,Germany,2.5,109,1 +18009,2017,by country of repatriation,Ireland,5.0,109,1 +18010,2017,by country of repatriation,Netherlands,2.5,109,1 +18011,2017,by country of repatriation,United Kingdom,6.0,109,1 +18012,2017,by form of exploitation,Forced labour,2.5,109,4 +18013,2017,by form of exploitation,Forced labour,2.5,109,5 +18014,2017,by form of exploitation,Forced labour,2.5,109,6 +18015,2017,by form of exploitation,Forced labour,7.0,109,7 +18016,2017,by form of exploitation,Forced labour,2.5,109,2 +18017,2017,by form of exploitation,Forced labour,7.0,109,3 +18018,2017,by form of exploitation,Forced labour,9.0,109,1 +18019,2017,by form of exploitation,Sexual exploitation,2.5,109,4 +18020,2017,by form of exploitation,Sexual exploitation,6.0,109,5 +18021,2017,by form of exploitation,Sexual exploitation,2.5,109,6 +18022,2017,by form of exploitation,Sexual exploitation,2.5,109,7 +18023,2017,by form of exploitation,Sexual exploitation,2.5,109,2 +18024,2017,by form of exploitation,Sexual exploitation,6.0,109,3 +18025,2017,by form of exploitation,Sexual exploitation,8.0,109,1 +18026,2018,Unknown,Unknown,2.5,109,4 +18027,2018,Unknown,Unknown,12.0,109,5 +18028,2018,Unknown,Unknown,2.5,109,6 +18029,2018,Unknown,Unknown,11.0,109,7 +18030,2018,Unknown,Unknown,2.5,109,2 +18031,2018,Unknown,Unknown,23.0,109,3 +18032,2018,Unknown,Unknown,23.0,109,1 +18033,2018,by citizenship,Nationals,23.0,109,1 +18034,2018,by country of repatriation,Abroad,18.0,109,1 +18035,2018,by country of repatriation,Africa,2.5,109,1 +18036,2018,by country of repatriation,Cyprus,2.5,109,1 +18037,2018,by country of repatriation,Germany,2.5,109,1 +18038,2018,by country of repatriation,Ireland,2.5,109,1 +18039,2018,by country of repatriation,Italy,2.5,109,1 +18040,2018,by country of repatriation,United Kingdom,9.0,109,1 +18041,2018,by country of repatriation,Venezuela,2.5,109,1 +18042,2018,by form of exploitation,Forced labour,2.5,109,4 +18043,2018,by form of exploitation,Forced labour,2.5,109,5 +18044,2018,by form of exploitation,Forced labour,2.5,109,6 +18045,2018,by form of exploitation,Forced labour,10.0,109,7 +18046,2018,by form of exploitation,Forced labour,11.0,109,3 +18047,2018,by form of exploitation,Forced labour,11.0,109,1 +18048,2018,by form of exploitation,Sexual exploitation,2.5,109,4 +18049,2018,by form of exploitation,Sexual exploitation,5.0,109,5 +18050,2018,by form of exploitation,Sexual exploitation,2.5,109,6 +18051,2018,by form of exploitation,Sexual exploitation,2.5,109,7 +18052,2018,by form of exploitation,Sexual exploitation,6.0,109,3 +18053,2018,by form of exploitation,Sexual exploitation,6.0,109,1 +18054,2019,Unknown,Unknown,2.5,109,4 +18055,2019,Unknown,Unknown,15.0,109,5 +18056,2019,Unknown,Unknown,2.5,109,6 +18057,2019,Unknown,Unknown,23.0,109,7 +18058,2019,Unknown,Unknown,2.5,109,2 +18059,2019,Unknown,Unknown,38.0,109,3 +18060,2019,Unknown,Unknown,39.0,109,1 +18061,2019,by citizenship,India,2.5,109,1 +18062,2019,by citizenship,Latvia,5.0,109,1 +18063,2019,by citizenship,Tajikistan,15.0,109,1 +18064,2019,by citizenship,Uzbekistan,8.0,109,1 +18065,2019,by country of repatriation,Abroad,10.0,109,1 +18066,2019,by country of repatriation,Cyprus,2.5,109,1 +18067,2019,by country of repatriation,Egypt,2.5,109,1 +18068,2019,by country of repatriation,France,2.5,109,1 +18069,2019,by country of repatriation,Ireland,2.5,109,1 +18070,2019,by country of repatriation,Malaysia,2.5,109,1 +18071,2019,by country of repatriation,Spain,2.5,109,1 +18072,2019,by country of repatriation,United Kingdom,2.5,109,1 +18073,2019,by form of exploitation,Forced labour,2.5,109,4 +18074,2019,by form of exploitation,Forced labour,23.0,109,5 +18075,2019,by form of exploitation,Forced labour,2.5,109,6 +18076,2019,by form of exploitation,Forced labour,5.0,109,7 +18077,2019,by form of exploitation,Forced labour,28.0,109,3 +18078,2019,by form of exploitation,Forced labour,28.0,109,1 +18079,2019,by form of exploitation,Sexual exploitation,2.5,109,4 +18080,2019,by form of exploitation,Sexual exploitation,6.0,109,5 +18081,2019,by form of exploitation,Sexual exploitation,2.5,109,6 +18082,2019,by form of exploitation,Sexual exploitation,6.0,109,7 +18083,2019,by form of exploitation,Sexual exploitation,2.5,109,2 +18084,2019,by form of exploitation,Sexual exploitation,6.0,109,3 +18085,2019,by form of exploitation,Sexual exploitation,7.0,109,1 +18086,2020,Unknown,Unknown,2.5,109,4 +18087,2020,Unknown,Unknown,14.0,109,5 +18088,2020,Unknown,Unknown,2.5,109,6 +18089,2020,Unknown,Unknown,34.0,109,7 +18090,2020,Unknown,Unknown,2.5,109,2 +18091,2020,Unknown,Unknown,46.0,109,3 +18092,2020,Unknown,Unknown,48.0,109,1 +18093,2020,by citizenship,India,7.0,109,1 +18094,2020,by citizenship,Latvia,17.0,109,1 +18095,2020,by citizenship,Tajikistan,18.0,109,1 +18096,2020,by citizenship,Uzbekistan,8.0,109,1 +18097,2020,by country of repatriation,Abroad,7.0,109,1 +18098,2020,by country of repatriation,Brazil,2.5,109,1 +18099,2020,by country of repatriation,United Kingdom,2.5,109,1 +18100,2020,by country of repatriation,Romania,2.5,109,1 +18101,2020,by country of repatriation,Russia,2.5,109,1 +18102,2020,by country of repatriation,Serbia,2.5,109,1 +18103,2020,by country of repatriation,United States,2.5,109,1 +18104,2020,by country of repatriation,Netherlands,2.5,109,1 +18105,2020,by form of exploitation,Forced labour,2.5,109,4 +18106,2020,by form of exploitation,Forced labour,2.5,109,5 +18107,2020,by form of exploitation,Forced labour,2.5,109,6 +18108,2020,by form of exploitation,Forced labour,34.0,109,7 +18109,2020,by form of exploitation,Forced labour,37.0,109,3 +18110,2020,by form of exploitation,Forced labour,37.0,109,1 +18111,2020,by form of exploitation,Sexual exploitation,2.5,109,4 +18112,2020,by form of exploitation,Sexual exploitation,8.0,109,5 +18113,2020,by form of exploitation,Sexual exploitation,2.5,109,6 +18114,2020,by form of exploitation,Sexual exploitation,2.5,109,7 +18115,2020,by form of exploitation,Sexual exploitation,2.5,109,2 +18116,2020,by form of exploitation,Sexual exploitation,8.0,109,3 +18117,2020,by form of exploitation,Sexual exploitation,10.0,109,1 +18118,2021,Unknown,Unknown,2.5,109,4 +18119,2021,Unknown,Unknown,12.0,109,5 +18120,2021,Unknown,Unknown,2.5,109,6 +18121,2021,Unknown,Unknown,49.0,109,7 +18122,2021,Unknown,Unknown,2.5,109,2 +18123,2021,Unknown,Unknown,61.0,109,3 +18124,2021,Unknown,Unknown,61.0,109,1 +18125,2021,by citizenship,China,2.5,109,1 +18126,2021,by citizenship,Latvia,54.0,109,1 +18127,2021,by citizenship,Russia,2.5,109,1 +18128,2021,by form of exploitation,Forced labour,2.5,109,4 +18129,2021,by form of exploitation,Forced labour,2.5,109,5 +18130,2021,by form of exploitation,Forced labour,2.5,109,6 +18131,2021,by form of exploitation,Forced labour,48.0,109,7 +18132,2021,by form of exploitation,Forced labour,52.0,109,3 +18133,2021,by form of exploitation,Forced labour,52.0,109,1 +18134,2021,by form of exploitation,Sexual exploitation,2.5,109,4 +18135,2021,by form of exploitation,Sexual exploitation,7.0,109,5 +18136,2021,by form of exploitation,Sexual exploitation,2.5,109,6 +18137,2021,by form of exploitation,Sexual exploitation,2.5,109,7 +18138,2021,by form of exploitation,Sexual exploitation,7.0,109,3 +18139,2021,by form of exploitation,Sexual exploitation,7.0,109,1 +18140,2022,Unknown,Unknown,2.5,109,4 +18141,2022,Unknown,Unknown,18.0,109,5 +18142,2022,Unknown,Unknown,2.5,109,6 +18143,2022,Unknown,Unknown,7.0,109,7 +18144,2022,Unknown,Unknown,2.5,109,2 +18145,2022,Unknown,Unknown,25.0,109,3 +18146,2022,Unknown,Unknown,26.0,109,1 +18147,2022,by citizenship,Belarus,2.5,109,1 +18148,2022,by citizenship,Latvia,15.0,109,1 +18149,2022,by citizenship,Moldova,2.5,109,1 +18150,2022,by form of exploitation,Forced labour,2.5,109,4 +18151,2022,by form of exploitation,Forced labour,2.5,109,5 +18152,2022,by form of exploitation,Forced labour,2.5,109,6 +18153,2022,by form of exploitation,Forced labour,7.0,109,7 +18154,2022,by form of exploitation,Forced labour,7.0,109,3 +18155,2022,by form of exploitation,Forced labour,7.0,109,1 +18156,2022,by form of exploitation,Sexual exploitation,2.5,109,4 +18157,2022,by form of exploitation,Sexual exploitation,9.0,109,5 +18158,2022,by form of exploitation,Sexual exploitation,2.5,109,6 +18159,2022,by form of exploitation,Sexual exploitation,2.5,109,7 +18160,2022,by form of exploitation,Sexual exploitation,2.5,109,2 +18161,2022,by form of exploitation,Sexual exploitation,9.0,109,3 +18162,2022,by form of exploitation,Sexual exploitation,10.0,109,1 +18163,2010,by country of repatriation,South Africa,2.5,110,1 +18164,2011,by country of repatriation,Thailand,2.5,110,1 +18165,2012,by country of repatriation,Mongolia,9.0,110,1 +18166,2003,by country of repatriation,Abroad,2.5,111,1 +18167,2008,by country of repatriation,Abroad,2.5,111,1 +18168,2012,by country of repatriation,Abroad,2.5,111,1 +18169,2012,by country of repatriation,Nigeria,8.0,111,1 +18170,2013,by country of repatriation,Nigeria,2.5,111,1 +18171,2014,Unknown,Unknown,2.5,111,1 +18172,2014,by country of repatriation,Abroad,2.5,111,1 +18173,2014,by country of repatriation,Nigeria,2.5,111,1 +18174,2015,Unknown,Unknown,2.5,111,1 +18175,2015,by country of repatriation,Nigeria,2.5,111,1 +18176,2016,Unknown,Unknown,2.5,111,1 +18177,2016,by country of repatriation,Nigeria,2.5,111,1 +18178,2017,Unknown,Unknown,8.0,111,4 +18179,2017,Unknown,Unknown,10.0,111,5 +18180,2017,Unknown,Unknown,9.0,111,6 +18181,2017,Unknown,Unknown,2.5,111,7 +18182,2017,Unknown,Unknown,17.0,111,2 +18183,2017,Unknown,Unknown,10.0,111,3 +18184,2017,Unknown,Unknown,27.0,111,1 +18185,2017,by form of exploitation,Forced labour,2.5,111,4 +18186,2017,by form of exploitation,Forced labour,2.5,111,5 +18187,2017,by form of exploitation,Forced labour,2.5,111,6 +18188,2017,by form of exploitation,Forced labour,2.5,111,7 +18189,2017,by form of exploitation,Sexual exploitation,7.0,111,4 +18190,2017,by form of exploitation,Sexual exploitation,10.0,111,5 +18191,2017,by form of exploitation,Sexual exploitation,5.0,111,6 +18192,2017,by form of exploitation,Sexual exploitation,2.5,111,7 +18193,2017,by form of exploitation,Sexual exploitation,22.0,111,1 +18194,2018,Unknown,Unknown,7.0,111,4 +18195,2018,Unknown,Unknown,161.0,111,5 +18196,2018,Unknown,Unknown,2.5,111,6 +18197,2018,Unknown,Unknown,119.0,111,7 +18198,2018,Unknown,Unknown,75.0,111,2 +18199,2018,Unknown,Unknown,21.0,111,3 +18200,2018,Unknown,Unknown,280.0,111,1 +18201,2018,by citizenship,Nationals,243.0,111,1 +18202,2018,by citizenship,Unknown,37.0,111,1 +18203,2018,by form of exploitation,Forced labour,20.0,111,1 +18204,2018,by form of exploitation,Sexual exploitation,11.0,111,1 +18205,2019,Unknown,Unknown,2.5,111,4 +18206,2019,Unknown,Unknown,135.0,111,5 +18207,2019,Unknown,Unknown,2.5,111,6 +18208,2019,Unknown,Unknown,288.0,111,7 +18209,2019,Unknown,Unknown,28.0,111,2 +18210,2019,Unknown,Unknown,46.0,111,3 +18211,2019,Unknown,Unknown,423.0,111,1 +18212,2019,by citizenship,Nationals,277.0,111,1 +18213,2019,by citizenship,Unknown,146.0,111,1 +18214,2019,by form of exploitation,Forced labour,15.0,111,1 +18215,2019,by form of exploitation,Sexual exploitation,131.0,111,1 +18216,2020,Unknown,Unknown,36.0,111,4 +18217,2020,Unknown,Unknown,51.0,111,5 +18218,2020,Unknown,Unknown,37.0,111,6 +18219,2020,Unknown,Unknown,7.0,111,7 +18220,2020,Unknown,Unknown,73.0,111,2 +18221,2020,Unknown,Unknown,58.0,111,3 +18222,2020,Unknown,Unknown,131.0,111,1 +18223,2020,by citizenship,Morocco,126.0,111,1 +18224,2020,by form of exploitation,Forced labour,2.5,111,4 +18225,2020,by form of exploitation,Forced labour,2.5,111,5 +18226,2020,by form of exploitation,Forced labour,2.5,111,6 +18227,2020,by form of exploitation,Forced labour,9.0,111,7 +18228,2020,by form of exploitation,Forced labour,2.5,111,2 +18229,2020,by form of exploitation,Forced labour,9.0,111,3 +18230,2020,by form of exploitation,Forced labour,9.0,111,1 +18231,2020,by form of exploitation,Sexual exploitation,54.0,111,4 +18232,2020,by form of exploitation,Sexual exploitation,20.0,111,5 +18233,2020,by form of exploitation,Sexual exploitation,8.0,111,6 +18234,2020,by form of exploitation,Sexual exploitation,2.5,111,7 +18235,2020,by form of exploitation,Sexual exploitation,62.0,111,2 +18236,2020,by form of exploitation,Sexual exploitation,22.0,111,3 +18237,2020,by form of exploitation,Sexual exploitation,84.0,111,1 +18238,2021,Unknown,Unknown,50.0,111,4 +18239,2021,Unknown,Unknown,50.0,111,5 +18240,2021,Unknown,Unknown,15.0,111,6 +18241,2021,Unknown,Unknown,50.0,111,7 +18242,2021,Unknown,Unknown,65.0,111,2 +18243,2021,Unknown,Unknown,100.0,111,3 +18244,2021,Unknown,Unknown,165.0,111,1 +18245,2021,by citizenship,Morocco,163.0,111,1 +18246,2021,by form of exploitation,Forced labour,2.5,111,4 +18247,2021,by form of exploitation,Forced labour,2.5,111,5 +18248,2021,by form of exploitation,Forced labour,7.0,111,6 +18249,2021,by form of exploitation,Forced labour,2.5,111,7 +18250,2021,by form of exploitation,Forced labour,8.0,111,2 +18251,2021,by form of exploitation,Forced labour,2.5,111,3 +18252,2021,by form of exploitation,Forced labour,8.0,111,1 +18253,2021,by form of exploitation,Sexual exploitation,47.0,111,4 +18254,2021,by form of exploitation,Sexual exploitation,58.0,111,5 +18255,2021,by form of exploitation,Sexual exploitation,8.0,111,6 +18256,2021,by form of exploitation,Sexual exploitation,2.5,111,7 +18257,2021,by form of exploitation,Sexual exploitation,55.0,111,2 +18258,2021,by form of exploitation,Sexual exploitation,58.0,111,3 +18259,2021,by form of exploitation,Sexual exploitation,113.0,111,1 +18260,2022,Unknown,Unknown,155.0,111,1 +18261,2022,by form of exploitation,Forced labour,56.0,111,1 +18262,2022,by form of exploitation,Sexual exploitation,122.0,111,1 +18263,2007,Unknown,Unknown,2.5,112,4 +18264,2007,Unknown,Unknown,2.5,112,5 +18265,2007,Unknown,Unknown,2.5,112,6 +18266,2007,Unknown,Unknown,2.5,112,7 +18267,2007,Unknown,Unknown,2.5,112,2 +18268,2007,Unknown,Unknown,2.5,112,3 +18269,2007,Unknown,Unknown,2.5,112,1 +18270,2007,by citizenship,Brazil,2.5,112,1 +18271,2007,by citizenship,Cuba,2.5,112,1 +18272,2007,by citizenship,Spain,2.5,112,1 +18273,2007,by form of exploitation,Sexual exploitation,2.5,112,1 +18274,2008,Unknown,Unknown,2.5,112,4 +18275,2008,Unknown,Unknown,10.0,112,5 +18276,2008,Unknown,Unknown,2.5,112,6 +18277,2008,Unknown,Unknown,2.5,112,7 +18278,2008,Unknown,Unknown,2.5,112,2 +18279,2008,Unknown,Unknown,10.0,112,3 +18280,2008,Unknown,Unknown,10.0,112,1 +18281,2008,by citizenship,Brazil,2.5,112,1 +18282,2008,by citizenship,France,2.5,112,1 +18283,2008,by citizenship,Italy,2.5,112,1 +18284,2008,by citizenship,Poland,2.5,112,1 +18285,2008,by citizenship,Romania,2.5,112,1 +18286,2008,by citizenship,Russia,2.5,112,1 +18287,2008,by country of repatriation,Abroad,2.5,112,1 +18288,2008,by form of exploitation,Sexual exploitation,10.0,112,1 +18289,2009,Unknown,Unknown,2.5,112,4 +18290,2009,Unknown,Unknown,7.0,112,5 +18291,2009,Unknown,Unknown,2.5,112,6 +18292,2009,Unknown,Unknown,2.5,112,7 +18293,2009,Unknown,Unknown,2.5,112,2 +18294,2009,Unknown,Unknown,7.0,112,3 +18295,2009,Unknown,Unknown,7.0,112,1 +18296,2009,by citizenship,Brazil,2.5,112,1 +18297,2009,by citizenship,Cameroon,2.5,112,1 +18298,2009,by citizenship,Democratic Republic of the Congo,2.5,112,1 +18299,2009,by citizenship,Russia,2.5,112,1 +18300,2009,by citizenship,Ukraine,2.5,112,1 +18301,2009,by form of exploitation,Sexual exploitation,7.0,112,1 +18302,2012,Unknown,Unknown,2.5,112,2 +18303,2012,Unknown,Unknown,2.5,112,3 +18304,2013,Unknown,Unknown,2.5,112,2 +18305,2013,Unknown,Unknown,2.5,112,3 +18306,2014,Unknown,Unknown,2.5,112,2 +18307,2014,Unknown,Unknown,2.5,112,3 +18308,2015,Unknown,Unknown,2.5,112,2 +18309,2015,Unknown,Unknown,2.5,112,3 +18310,2016,by country of repatriation,Indonesia,2.5,112,1 +18311,2016,by country of repatriation,Slovakia,2.5,112,1 +18312,2017,by form of exploitation,Sexual exploitation,2.5,112,1 +18313,2018,by form of exploitation,Forced labour,2.5,112,1 +18314,2018,by form of exploitation,Sexual exploitation,2.5,112,1 +18315,2019,by form of exploitation,Sexual exploitation,2.5,112,1 +18316,2020,by form of exploitation,Forced labour,2.5,112,1 +18317,2020,by form of exploitation,Sexual exploitation,2.5,112,1 +18318,2006,by form of exploitation,Forced labour,115.0,113,1 +18319,2006,by form of exploitation,Sexual exploitation,859.0,113,1 +18320,2007,Unknown,Unknown,211.0,113,5 +18321,2007,Unknown,Unknown,40.0,113,7 +18322,2007,Unknown,Unknown,47.0,113,2 +18323,2007,Unknown,Unknown,251.0,113,3 +18324,2007,Unknown,Unknown,298.0,113,1 +18325,2007,by form of exploitation,Forced labour,58.0,113,1 +18326,2007,by form of exploitation,Sexual exploitation,218.0,113,1 +18327,2008,Unknown,Unknown,206.0,113,5 +18328,2008,Unknown,Unknown,28.0,113,7 +18329,2008,Unknown,Unknown,37.0,113,2 +18330,2008,Unknown,Unknown,234.0,113,3 +18331,2008,Unknown,Unknown,271.0,113,1 +18332,2008,by form of exploitation,Forced labour,38.0,113,1 +18333,2008,by form of exploitation,Sexual exploitation,205.0,113,1 +18334,2009,Unknown,Unknown,14.0,113,4 +18335,2009,Unknown,Unknown,146.0,113,5 +18336,2009,Unknown,Unknown,2.5,113,6 +18337,2009,Unknown,Unknown,18.0,113,7 +18338,2009,Unknown,Unknown,18.0,113,2 +18339,2009,Unknown,Unknown,164.0,113,3 +18340,2009,Unknown,Unknown,182.0,113,1 +18341,2009,by citizenship,Moldova,18.0,113,1 +18342,2009,by form of exploitation,Forced labour,29.0,113,1 +18343,2009,by form of exploitation,Sexual exploitation,138.0,113,1 +18344,2010,Unknown,Unknown,27.0,113,2 +18345,2010,Unknown,Unknown,154.0,113,3 +18346,2010,Unknown,Unknown,181.0,113,1 +18347,2010,by citizenship,Moldova,2.5,113,1 +18348,2010,by country of repatriation,Ukraine,2.5,113,1 +18349,2011,Unknown,Unknown,16.0,113,4 +18350,2011,Unknown,Unknown,103.0,113,5 +18351,2011,Unknown,Unknown,7.0,113,6 +18352,2011,Unknown,Unknown,28.0,113,7 +18353,2011,Unknown,Unknown,23.0,113,2 +18354,2011,Unknown,Unknown,131.0,113,3 +18355,2011,Unknown,Unknown,154.0,113,1 +18356,2011,by citizenship,Moldova,6.0,113,1 +18357,2012,Unknown,Unknown,18.0,113,4 +18358,2012,Unknown,Unknown,174.0,113,5 +18359,2012,Unknown,Unknown,6.0,113,6 +18360,2012,Unknown,Unknown,92.0,113,7 +18361,2012,Unknown,Unknown,24.0,113,2 +18362,2012,Unknown,Unknown,266.0,113,3 +18363,2012,Unknown,Unknown,290.0,113,1 +18364,2012,by form of exploitation,Forced labour,135.0,113,1 +18365,2012,by form of exploitation,Sexual exploitation,140.0,113,1 +18366,2013,Unknown,Unknown,21.0,113,4 +18367,2013,Unknown,Unknown,153.0,113,5 +18368,2013,Unknown,Unknown,8.0,113,6 +18369,2013,Unknown,Unknown,80.0,113,7 +18370,2013,Unknown,Unknown,29.0,113,2 +18371,2013,Unknown,Unknown,233.0,113,3 +18372,2013,Unknown,Unknown,262.0,113,1 +18373,2013,by citizenship,Moldova,33.0,113,1 +18374,2013,by citizenship,Syria,2.5,113,1 +18375,2013,by country of repatriation,Ukraine,2.5,113,1 +18376,2013,by form of exploitation,Forced labour,105.0,113,1 +18377,2013,by form of exploitation,Sexual exploitation,131.0,113,1 +18378,2014,Unknown,Unknown,23.0,113,4 +18379,2014,Unknown,Unknown,152.0,113,5 +18380,2014,Unknown,Unknown,2.5,113,6 +18381,2014,Unknown,Unknown,86.0,113,7 +18382,2014,Unknown,Unknown,26.0,113,2 +18383,2014,Unknown,Unknown,238.0,113,3 +18384,2014,Unknown,Unknown,264.0,113,1 +18385,2014,by citizenship,Moldova,32.0,113,1 +18386,2014,by citizenship,Syria,2.5,113,1 +18387,2014,by form of exploitation,Forced labour,2.5,113,4 +18388,2014,by form of exploitation,Forced labour,23.0,113,5 +18389,2014,by form of exploitation,Forced labour,2.5,113,6 +18390,2014,by form of exploitation,Forced labour,64.0,113,7 +18391,2014,by form of exploitation,Forced labour,91.0,113,1 +18392,2014,by form of exploitation,Sexual exploitation,18.0,113,4 +18393,2014,by form of exploitation,Sexual exploitation,98.0,113,5 +18394,2014,by form of exploitation,Sexual exploitation,116.0,113,1 +18395,2015,Unknown,Unknown,25.0,113,4 +18396,2015,Unknown,Unknown,39.0,113,5 +18397,2015,Unknown,Unknown,2.5,113,6 +18398,2015,Unknown,Unknown,71.0,113,7 +18399,2015,Unknown,Unknown,29.0,113,2 +18400,2015,Unknown,Unknown,110.0,113,3 +18401,2015,Unknown,Unknown,139.0,113,1 +18402,2015,by citizenship,Germany,14.0,113,1 +18403,2015,by citizenship,Moldova,87.0,113,1 +18404,2015,by country of repatriation,Ukraine,14.0,113,1 +18405,2015,by form of exploitation,Forced labour,41.0,113,5 +18406,2015,by form of exploitation,Forced labour,76.0,113,7 +18407,2015,by form of exploitation,Forced labour,136.0,113,1 +18408,2015,by form of exploitation,Sexual exploitation,48.0,113,4 +18409,2015,by form of exploitation,Sexual exploitation,90.0,113,5 +18410,2015,by form of exploitation,Sexual exploitation,138.0,113,1 +18411,2016,Unknown,Unknown,31.0,113,4 +18412,2016,Unknown,Unknown,95.0,113,5 +18413,2016,Unknown,Unknown,2.5,113,6 +18414,2016,Unknown,Unknown,102.0,113,7 +18415,2016,Unknown,Unknown,35.0,113,2 +18416,2016,Unknown,Unknown,197.0,113,3 +18417,2016,Unknown,Unknown,232.0,113,1 +18418,2016,by citizenship,Moldova,22.0,113,1 +18419,2016,by country of repatriation,Ukraine,2.5,113,1 +18420,2016,by form of exploitation,Forced labour,2.5,113,4 +18421,2016,by form of exploitation,Forced labour,14.0,113,5 +18422,2016,by form of exploitation,Forced labour,2.5,113,6 +18423,2016,by form of exploitation,Forced labour,67.0,113,7 +18424,2016,by form of exploitation,Forced labour,85.0,113,1 +18425,2016,by form of exploitation,Sexual exploitation,25.0,113,4 +18426,2016,by form of exploitation,Sexual exploitation,67.0,113,5 +18427,2016,by form of exploitation,Sexual exploitation,92.0,113,1 +18428,2017,Unknown,Unknown,31.0,113,4 +18429,2017,Unknown,Unknown,98.0,113,5 +18430,2017,Unknown,Unknown,17.0,113,6 +18431,2017,Unknown,Unknown,103.0,113,7 +18432,2017,Unknown,Unknown,48.0,113,2 +18433,2017,Unknown,Unknown,201.0,113,3 +18434,2017,Unknown,Unknown,249.0,113,1 +18435,2017,by country of repatriation,Abroad,43.0,113,1 +18436,2017,by form of exploitation,Forced labour,2.5,113,5 +18437,2017,by form of exploitation,Forced labour,2.5,113,7 +18438,2017,by form of exploitation,Forced labour,2.5,113,3 +18439,2017,by form of exploitation,Forced labour,132.0,113,1 +18440,2017,by form of exploitation,Sexual exploitation,7.0,113,4 +18441,2017,by form of exploitation,Sexual exploitation,2.5,113,5 +18442,2017,by form of exploitation,Sexual exploitation,26.0,113,6 +18443,2017,by form of exploitation,Sexual exploitation,93.0,113,7 +18444,2017,by form of exploitation,Sexual exploitation,33.0,113,2 +18445,2017,by form of exploitation,Sexual exploitation,95.0,113,3 +18446,2017,by form of exploitation,Sexual exploitation,78.0,113,1 +18447,2018,Unknown,Unknown,49.0,113,4 +18448,2018,Unknown,Unknown,112.0,113,5 +18449,2018,Unknown,Unknown,11.0,113,6 +18450,2018,Unknown,Unknown,193.0,113,7 +18451,2018,Unknown,Unknown,64.0,113,2 +18452,2018,Unknown,Unknown,301.0,113,3 +18453,2018,Unknown,Unknown,365.0,113,1 +18454,2018,by country of repatriation,Abroad,29.0,113,1 +18455,2018,by form of exploitation,Forced labour,10.0,113,4 +18456,2018,by form of exploitation,Forced labour,48.0,113,5 +18457,2018,by form of exploitation,Forced labour,7.0,113,6 +18458,2018,by form of exploitation,Forced labour,192.0,113,7 +18459,2018,by form of exploitation,Forced labour,10.0,113,3 +18460,2018,by form of exploitation,Forced labour,257.0,113,1 +18461,2018,by form of exploitation,Sexual exploitation,37.0,113,4 +18462,2018,by form of exploitation,Sexual exploitation,52.0,113,5 +18463,2018,by form of exploitation,Sexual exploitation,2.5,113,6 +18464,2018,by form of exploitation,Sexual exploitation,2.5,113,7 +18465,2018,by form of exploitation,Sexual exploitation,30.0,113,2 +18466,2018,by form of exploitation,Sexual exploitation,102.0,113,3 +18467,2018,by form of exploitation,Sexual exploitation,93.0,113,1 +18468,2019,Unknown,Unknown,10.0,113,4 +18469,2019,Unknown,Unknown,6.0,113,5 +18470,2019,Unknown,Unknown,18.0,113,6 +18471,2019,Unknown,Unknown,92.0,113,7 +18472,2019,Unknown,Unknown,28.0,113,2 +18473,2019,Unknown,Unknown,98.0,113,3 +18474,2019,Unknown,Unknown,126.0,113,1 +18475,2019,by country of repatriation,Abroad,22.0,113,1 +18476,2019,by form of exploitation,Forced labour,2.5,113,5 +18477,2019,by form of exploitation,Forced labour,2.5,113,3 +18478,2019,by form of exploitation,Sexual exploitation,10.0,113,4 +18479,2019,by form of exploitation,Sexual exploitation,2.5,113,5 +18480,2019,by form of exploitation,Sexual exploitation,18.0,113,6 +18481,2019,by form of exploitation,Sexual exploitation,92.0,113,7 +18482,2019,by form of exploitation,Sexual exploitation,28.0,113,2 +18483,2019,by form of exploitation,Sexual exploitation,95.0,113,3 +18484,2019,by form of exploitation,Sexual exploitation,2.5,113,1 +18485,2020,Unknown,Unknown,20.0,113,4 +18486,2020,Unknown,Unknown,9.0,113,5 +18487,2020,Unknown,Unknown,2.5,113,6 +18488,2020,Unknown,Unknown,26.0,113,7 +18489,2020,Unknown,Unknown,23.0,113,2 +18490,2020,Unknown,Unknown,116.0,113,3 +18491,2020,Unknown,Unknown,37.0,113,1 +18492,2020,by citizenship,Moldova,38.0,113,1 +18493,2020,by country of repatriation,Abroad,13.0,113,1 +18494,2020,by form of exploitation,Forced labour,2.5,113,4 +18495,2020,by form of exploitation,Forced labour,2.5,113,5 +18496,2020,by form of exploitation,Forced labour,2.5,113,6 +18497,2020,by form of exploitation,Forced labour,84.0,113,7 +18498,2020,by form of exploitation,Forced labour,2.5,113,2 +18499,2020,by form of exploitation,Forced labour,2.5,113,3 +18500,2020,by form of exploitation,Forced labour,90.0,113,1 +18501,2020,by form of exploitation,Sexual exploitation,20.0,113,4 +18502,2020,by form of exploitation,Sexual exploitation,24.0,113,5 +18503,2020,by form of exploitation,Sexual exploitation,2.5,113,6 +18504,2020,by form of exploitation,Sexual exploitation,2.5,113,7 +18505,2020,by form of exploitation,Sexual exploitation,34.0,113,2 +18506,2020,by form of exploitation,Sexual exploitation,72.0,113,3 +18507,2020,by form of exploitation,Sexual exploitation,44.0,113,1 +18508,2021,Unknown,Unknown,21.0,113,4 +18509,2021,Unknown,Unknown,15.0,113,5 +18510,2021,Unknown,Unknown,2.5,113,6 +18511,2021,Unknown,Unknown,15.0,113,7 +18512,2021,Unknown,Unknown,22.0,113,2 +18513,2021,Unknown,Unknown,335.0,113,3 +18514,2021,Unknown,Unknown,31.0,113,1 +18515,2021,by form of exploitation,Forced labour,8.0,113,4 +18516,2021,by form of exploitation,Forced labour,84.0,113,5 +18517,2021,by form of exploitation,Forced labour,2.5,113,6 +18518,2021,by form of exploitation,Forced labour,180.0,113,7 +18519,2021,by form of exploitation,Forced labour,8.0,113,2 +18520,2021,by form of exploitation,Forced labour,264.0,113,3 +18521,2021,by form of exploitation,Forced labour,272.0,113,1 +18522,2021,by form of exploitation,Sexual exploitation,11.0,113,4 +18523,2021,by form of exploitation,Sexual exploitation,24.0,113,5 +18524,2021,by form of exploitation,Sexual exploitation,2.5,113,6 +18525,2021,by form of exploitation,Sexual exploitation,2.5,113,7 +18526,2021,by form of exploitation,Sexual exploitation,11.0,113,2 +18527,2021,by form of exploitation,Sexual exploitation,24.0,113,3 +18528,2021,by form of exploitation,Sexual exploitation,35.0,113,1 +18529,2022,Unknown,Unknown,2.5,113,4 +18530,2022,Unknown,Unknown,13.0,113,5 +18531,2022,Unknown,Unknown,2.5,113,6 +18532,2022,Unknown,Unknown,28.0,113,7 +18533,2022,Unknown,Unknown,44.0,113,2 +18534,2022,Unknown,Unknown,107.0,113,3 +18535,2022,Unknown,Unknown,43.0,113,1 +18536,2022,by citizenship,Moldova,20.0,113,1 +18537,2022,by country of repatriation,Abroad,2.5,113,1 +18538,2022,by form of exploitation,Forced labour,2.5,113,4 +18539,2022,by form of exploitation,Forced labour,16.0,113,5 +18540,2022,by form of exploitation,Forced labour,2.5,113,6 +18541,2022,by form of exploitation,Forced labour,66.0,113,7 +18542,2022,by form of exploitation,Forced labour,2.5,113,2 +18543,2022,by form of exploitation,Forced labour,82.0,113,3 +18544,2022,by form of exploitation,Forced labour,84.0,113,1 +18545,2022,by form of exploitation,Sexual exploitation,42.0,113,4 +18546,2022,by form of exploitation,Sexual exploitation,11.0,113,5 +18547,2022,by form of exploitation,Sexual exploitation,2.5,113,6 +18548,2022,by form of exploitation,Sexual exploitation,2.5,113,7 +18549,2022,by form of exploitation,Sexual exploitation,42.0,113,2 +18550,2022,by form of exploitation,Sexual exploitation,11.0,113,3 +18551,2022,by form of exploitation,Sexual exploitation,53.0,113,1 +18552,2017,Unknown,Unknown,8.0,114,4 +18553,2017,Unknown,Unknown,19.0,114,5 +18554,2017,Unknown,Unknown,2.5,114,6 +18555,2017,Unknown,Unknown,2.5,114,7 +18556,2017,Unknown,Unknown,8.0,114,2 +18557,2017,Unknown,Unknown,19.0,114,3 +18558,2017,Unknown,Unknown,27.0,114,1 +18559,2017,by form of exploitation,Forced labour,15.0,114,1 +18560,2017,by form of exploitation,Sexual exploitation,2.5,114,1 +18561,2018,Unknown,Unknown,8.0,114,4 +18562,2018,Unknown,Unknown,2.5,114,5 +18563,2018,Unknown,Unknown,2.5,114,6 +18564,2018,Unknown,Unknown,2.5,114,7 +18565,2018,Unknown,Unknown,8.0,114,2 +18566,2018,Unknown,Unknown,2.5,114,3 +18567,2018,Unknown,Unknown,11.0,114,1 +18568,2018,by form of exploitation,Forced labour,9.0,114,1 +18569,2018,by form of exploitation,Sexual exploitation,2.5,114,4 +18570,2018,by form of exploitation,Sexual exploitation,2.5,114,5 +18571,2018,by form of exploitation,Sexual exploitation,2.5,114,6 +18572,2018,by form of exploitation,Sexual exploitation,2.5,114,7 +18573,2018,by form of exploitation,Sexual exploitation,2.5,114,1 +18574,2019,by form of exploitation,Sexual exploitation,2.5,114,1 +18575,2020,Unknown,Unknown,2.5,114,4 +18576,2020,Unknown,Unknown,24.0,114,5 +18577,2020,Unknown,Unknown,2.5,114,6 +18578,2020,Unknown,Unknown,2.5,114,7 +18579,2020,Unknown,Unknown,2.5,114,9 +18580,2020,Unknown,Unknown,2.5,114,8 +18581,2020,Unknown,Unknown,2.5,114,2 +18582,2020,Unknown,Unknown,24.0,114,3 +18583,2020,Unknown,Unknown,28.0,114,1 +18584,2020,by citizenship,Nationals,635.0,114,1 +18585,2020,by form of exploitation,Forced labour,188.0,114,4 +18586,2020,by form of exploitation,Forced labour,14.0,114,5 +18587,2020,by form of exploitation,Forced labour,2.5,114,6 +18588,2020,by form of exploitation,Forced labour,2.5,114,9 +18589,2020,by form of exploitation,Forced labour,2.5,114,2 +18590,2020,by form of exploitation,Forced labour,14.0,114,3 +18591,2020,by form of exploitation,Forced labour,16.0,114,1 +18592,2020,by form of exploitation,Sexual exploitation,2.5,114,4 +18593,2020,by form of exploitation,Sexual exploitation,10.0,114,5 +18594,2020,by form of exploitation,Sexual exploitation,2.5,114,2 +18595,2020,by form of exploitation,Sexual exploitation,10.0,114,3 +18596,2020,by form of exploitation,Sexual exploitation,11.0,114,1 +18597,2021,Unknown,Unknown,2.5,114,4 +18598,2021,Unknown,Unknown,16.0,114,5 +18599,2021,Unknown,Unknown,2.5,114,6 +18600,2021,Unknown,Unknown,6.0,114,7 +18601,2021,Unknown,Unknown,2.5,114,9 +18602,2021,Unknown,Unknown,2.5,114,8 +18603,2021,Unknown,Unknown,5.0,114,2 +18604,2021,Unknown,Unknown,22.0,114,3 +18605,2021,Unknown,Unknown,27.0,114,1 +18606,2021,by citizenship,Nationals,767.0,114,1 +18607,2021,by form of exploitation,Forced labour,357.0,114,4 +18608,2021,by form of exploitation,Forced labour,6.0,114,5 +18609,2021,by form of exploitation,Forced labour,2.5,114,6 +18610,2021,by form of exploitation,Forced labour,2.5,114,9 +18611,2021,by form of exploitation,Forced labour,2.5,114,2 +18612,2021,by form of exploitation,Forced labour,6.0,114,3 +18613,2021,by form of exploitation,Forced labour,8.0,114,1 +18614,2021,by form of exploitation,Sexual exploitation,2.5,114,4 +18615,2021,by form of exploitation,Sexual exploitation,16.0,114,5 +18616,2021,by form of exploitation,Sexual exploitation,2.5,114,2 +18617,2021,by form of exploitation,Sexual exploitation,16.0,114,3 +18618,2021,by form of exploitation,Sexual exploitation,19.0,114,1 +18619,2022,Unknown,Unknown,2.5,114,4 +18620,2022,Unknown,Unknown,44.0,114,5 +18621,2022,Unknown,Unknown,2.5,114,6 +18622,2022,Unknown,Unknown,2.5,114,7 +18623,2022,Unknown,Unknown,5.0,114,2 +18624,2022,Unknown,Unknown,44.0,114,3 +18625,2022,Unknown,Unknown,49.0,114,1 +18626,2022,by form of exploitation,Forced labour,2.5,114,4 +18627,2022,by form of exploitation,Forced labour,19.0,114,5 +18628,2022,by form of exploitation,Forced labour,2.5,114,6 +18629,2022,by form of exploitation,Forced labour,2.5,114,2 +18630,2022,by form of exploitation,Forced labour,19.0,114,3 +18631,2022,by form of exploitation,Forced labour,23.0,114,1 +18632,2022,by form of exploitation,Sexual exploitation,2.5,114,4 +18633,2022,by form of exploitation,Sexual exploitation,24.0,114,5 +18634,2022,by form of exploitation,Sexual exploitation,2.5,114,2 +18635,2022,by form of exploitation,Sexual exploitation,24.0,114,3 +18636,2022,by form of exploitation,Sexual exploitation,25.0,114,1 +18637,2003,by country of repatriation,Abroad,2.5,115,1 +18638,2008,by country of repatriation,Abroad,2.5,115,1 +18639,2010,by citizenship,China,2.5,115,1 +18640,2010,by citizenship,Sri Lanka,2.5,115,1 +18641,2010,by form of exploitation,Forced labour,2.5,115,1 +18642,2010,by form of exploitation,Sexual exploitation,2.5,115,1 +18643,2011,by citizenship,India,2.5,115,1 +18644,2011,by citizenship,Syria,11.0,115,1 +18645,2011,by form of exploitation,Forced labour,13.0,115,1 +18646,2011,by form of exploitation,Sexual exploitation,2.5,115,1 +18647,2012,by citizenship,Syria,11.0,115,1 +18648,2012,by country of repatriation,Abroad,2.5,115,1 +18649,2016,Unknown,Unknown,12.0,115,1 +18650,2016,by citizenship,Bangladesh,10.0,115,1 +18651,2016,by citizenship,Kenya,2.5,115,1 +18652,2017,by form of exploitation,Sexual exploitation,2.5,115,1 +18653,2018,by form of exploitation,Forced labour,2.5,115,1 +18654,2018,by form of exploitation,Sexual exploitation,2.5,115,1 +18655,2019,Unknown,Unknown,6.0,115,1 +18656,2019,by form of exploitation,Sexual exploitation,2.5,115,1 +18657,2020,Unknown,Unknown,6.0,115,1 +18658,2020,by form of exploitation,Forced labour,2.5,115,1 +18659,2020,by form of exploitation,Sexual exploitation,2.5,115,1 +18660,2021,Unknown,Unknown,5.0,115,1 +18661,2022,Unknown,Unknown,2.5,115,1 +18662,2003,by country of repatriation,Abroad,2.5,116,1 +18663,2006,by form of exploitation,Forced labour,2.5,116,1 +18664,2006,by form of exploitation,Sexual exploitation,7.0,116,1 +18665,2007,by citizenship,Mexico,2.5,116,1 +18666,2008,Unknown,Unknown,5.0,116,4 +18667,2008,Unknown,Unknown,32.0,116,5 +18668,2008,Unknown,Unknown,14.0,116,6 +18669,2008,Unknown,Unknown,5.0,116,7 +18670,2008,Unknown,Unknown,19.0,116,2 +18671,2008,Unknown,Unknown,37.0,116,3 +18672,2008,Unknown,Unknown,56.0,116,1 +18673,2008,by citizenship,Argentina,2.5,116,1 +18674,2008,by citizenship,China,9.0,116,1 +18675,2008,by citizenship,El Salvador,2.5,116,1 +18676,2008,by citizenship,Guatemala,11.0,116,1 +18677,2008,by citizenship,Honduras,7.0,116,1 +18678,2008,by citizenship,Mexico,15.0,116,1 +18679,2008,by citizenship,Peru,2.5,116,1 +18680,2008,by citizenship,South Korea,2.5,116,1 +18681,2008,by form of exploitation,Forced labour,35.0,116,1 +18682,2008,by form of exploitation,Sexual exploitation,20.0,116,1 +18683,2009,Unknown,Unknown,21.0,116,4 +18684,2009,Unknown,Unknown,24.0,116,5 +18685,2009,Unknown,Unknown,2.5,116,6 +18686,2009,Unknown,Unknown,2.5,116,7 +18687,2009,Unknown,Unknown,23.0,116,2 +18688,2009,Unknown,Unknown,24.0,116,3 +18689,2009,Unknown,Unknown,47.0,116,1 +18690,2009,by citizenship,China,2.5,116,1 +18691,2009,by citizenship,Colombia,2.5,116,1 +18692,2009,by citizenship,Cuba,2.5,116,1 +18693,2009,by citizenship,Guatemala,13.0,116,1 +18694,2009,by citizenship,Honduras,2.5,116,1 +18695,2009,by citizenship,Mexico,18.0,116,1 +18696,2009,by citizenship,Venezuela,2.5,116,1 +18697,2009,by form of exploitation,Forced labour,13.0,116,1 +18698,2009,by form of exploitation,Sexual exploitation,22.0,116,1 +18699,2010,Unknown,Unknown,54.0,116,4 +18700,2010,Unknown,Unknown,51.0,116,5 +18701,2010,Unknown,Unknown,26.0,116,6 +18702,2010,Unknown,Unknown,94.0,116,7 +18703,2010,Unknown,Unknown,80.0,116,2 +18704,2010,Unknown,Unknown,145.0,116,3 +18705,2010,Unknown,Unknown,225.0,116,1 +18706,2010,by citizenship,Argentina,2.5,116,1 +18707,2010,by citizenship,China,2.5,116,1 +18708,2010,by citizenship,Ecuador,2.5,116,1 +18709,2010,by citizenship,El Salvador,7.0,116,1 +18710,2010,by citizenship,Guatemala,126.0,116,1 +18711,2010,by citizenship,Honduras,10.0,116,1 +18712,2010,by citizenship,Hungary,2.5,116,1 +18713,2010,by citizenship,Mexico,76.0,116,1 +18714,2010,by citizenship,Venezuela,2.5,116,1 +18715,2010,by country of repatriation,Guatemala,8.0,116,1 +18716,2010,by form of exploitation,Forced labour,153.0,116,1 +18717,2010,by form of exploitation,Sexual exploitation,57.0,116,1 +18718,2011,Unknown,Unknown,36.0,116,4 +18719,2011,Unknown,Unknown,45.0,116,5 +18720,2011,Unknown,Unknown,15.0,116,6 +18721,2011,Unknown,Unknown,26.0,116,7 +18722,2011,Unknown,Unknown,51.0,116,2 +18723,2011,Unknown,Unknown,71.0,116,3 +18724,2011,Unknown,Unknown,122.0,116,1 +18725,2011,by citizenship,Brazil,2.5,116,1 +18726,2011,by citizenship,El Salvador,2.5,116,1 +18727,2011,by citizenship,Guatemala,34.0,116,1 +18728,2011,by citizenship,Haiti,20.0,116,1 +18729,2011,by citizenship,Honduras,11.0,116,1 +18730,2011,by citizenship,Mexico,49.0,116,1 +18731,2011,by citizenship,Spain,2.5,116,1 +18732,2011,by citizenship,Venezuela,2.5,116,1 +18733,2011,by country of repatriation,Guatemala,24.0,116,1 +18734,2011,by form of exploitation,Forced labour,38.0,116,1 +18735,2011,by form of exploitation,Sexual exploitation,73.0,116,1 +18736,2012,Unknown,Unknown,24.0,116,4 +18737,2012,Unknown,Unknown,70.0,116,5 +18738,2012,Unknown,Unknown,2.5,116,6 +18739,2012,Unknown,Unknown,5.0,116,7 +18740,2012,Unknown,Unknown,26.0,116,2 +18741,2012,Unknown,Unknown,75.0,116,3 +18742,2012,Unknown,Unknown,125.0,116,1 +18743,2012,by citizenship,Guatemala,5.0,116,1 +18744,2012,by citizenship,Mexico,63.0,116,1 +18745,2012,by country of repatriation,Colombia,2.5,116,1 +18746,2012,by country of repatriation,Guatemala,9.0,116,1 +18747,2012,by country of repatriation,Venezuela,2.5,116,1 +18748,2012,by form of exploitation,Forced labour,34.0,116,1 +18749,2012,by form of exploitation,Sexual exploitation,35.0,116,1 +18750,2013,Unknown,Unknown,60.0,116,4 +18751,2013,Unknown,Unknown,61.0,116,5 +18752,2013,Unknown,Unknown,2.5,116,6 +18753,2013,Unknown,Unknown,2.5,116,7 +18754,2013,Unknown,Unknown,61.0,116,2 +18755,2013,Unknown,Unknown,62.0,116,3 +18756,2013,Unknown,Unknown,207.0,116,1 +18757,2013,by citizenship,Guatemala,2.5,116,1 +18758,2013,by citizenship,Honduras,2.5,116,1 +18759,2013,by citizenship,Mexico,101.0,116,1 +18760,2013,by country of repatriation,Dominican Republic,2.5,116,1 +18761,2013,by country of repatriation,Ecuador,2.5,116,1 +18762,2013,by country of repatriation,Guatemala,5.0,116,1 +18763,2013,by country of repatriation,Paraguay,5.0,116,1 +18764,2013,by form of exploitation,Forced labour,50.0,116,1 +18765,2013,by form of exploitation,Sexual exploitation,64.0,116,1 +18766,2014,Unknown,Unknown,83.0,116,4 +18767,2014,Unknown,Unknown,133.0,116,5 +18768,2014,Unknown,Unknown,12.0,116,6 +18769,2014,Unknown,Unknown,7.0,116,7 +18770,2014,Unknown,Unknown,98.0,116,2 +18771,2014,Unknown,Unknown,140.0,116,3 +18772,2014,Unknown,Unknown,270.0,116,1 +18773,2014,by country of repatriation,Colombia,12.0,116,1 +18774,2014,by country of repatriation,Guatemala,18.0,116,1 +18775,2014,by form of exploitation,Forced labour,121.0,116,1 +18776,2014,by form of exploitation,Sexual exploitation,98.0,116,1 +18777,2015,Unknown,Unknown,288.0,116,4 +18778,2015,Unknown,Unknown,740.0,116,5 +18779,2015,Unknown,Unknown,368.0,116,6 +18780,2015,Unknown,Unknown,283.0,116,7 +18781,2015,Unknown,Unknown,656.0,116,2 +18782,2015,Unknown,Unknown,1023.0,116,3 +18783,2015,Unknown,Unknown,2015.0,116,1 +18784,2015,by country of repatriation,Guatemala,5.0,116,1 +18785,2015,by form of exploitation,Forced labour,48.0,116,4 +18786,2015,by form of exploitation,Forced labour,123.0,116,5 +18787,2015,by form of exploitation,Forced labour,92.0,116,6 +18788,2015,by form of exploitation,Forced labour,215.0,116,7 +18789,2015,by form of exploitation,Forced labour,554.0,116,1 +18790,2015,by form of exploitation,Sexual exploitation,194.0,116,4 +18791,2015,by form of exploitation,Sexual exploitation,508.0,116,5 +18792,2015,by form of exploitation,Sexual exploitation,2.5,116,6 +18793,2015,by form of exploitation,Sexual exploitation,9.0,116,7 +18794,2015,by form of exploitation,Sexual exploitation,825.0,116,1 +18795,2016,Unknown,Unknown,168.0,116,4 +18796,2016,Unknown,Unknown,714.0,116,5 +18797,2016,Unknown,Unknown,41.0,116,6 +18798,2016,Unknown,Unknown,63.0,116,7 +18799,2016,Unknown,Unknown,209.0,116,2 +18800,2016,Unknown,Unknown,777.0,116,3 +18801,2016,Unknown,Unknown,986.0,116,1 +18802,2016,by country of repatriation,Bolivia,2.5,116,1 +18803,2016,by country of repatriation,Colombia,22.0,116,1 +18804,2016,by country of repatriation,El Salvador,2.5,116,1 +18805,2016,by country of repatriation,Guatemala,23.0,116,1 +18806,2016,by country of repatriation,Honduras,31.0,116,1 +18807,2016,by country of repatriation,Paraguay,2.5,116,1 +18808,2016,by form of exploitation,Forced labour,12.0,116,4 +18809,2016,by form of exploitation,Forced labour,17.0,116,5 +18810,2016,by form of exploitation,Forced labour,13.0,116,6 +18811,2016,by form of exploitation,Forced labour,53.0,116,7 +18812,2016,by form of exploitation,Forced labour,102.0,116,1 +18813,2016,by form of exploitation,Sexual exploitation,152.0,116,4 +18814,2016,by form of exploitation,Sexual exploitation,473.0,116,5 +18815,2016,by form of exploitation,Sexual exploitation,20.0,116,6 +18816,2016,by form of exploitation,Sexual exploitation,12.0,116,7 +18817,2016,by form of exploitation,Sexual exploitation,714.0,116,1 +18818,2017,Unknown,Unknown,244.0,116,4 +18819,2017,Unknown,Unknown,527.0,116,5 +18820,2017,Unknown,Unknown,90.0,116,6 +18821,2017,Unknown,Unknown,106.0,116,7 +18822,2017,Unknown,Unknown,334.0,116,2 +18823,2017,Unknown,Unknown,633.0,116,3 +18824,2017,Unknown,Unknown,970.0,116,1 +18825,2017,by form of exploitation,Forced labour,43.0,116,4 +18826,2017,by form of exploitation,Forced labour,42.0,116,5 +18827,2017,by form of exploitation,Forced labour,43.0,116,6 +18828,2017,by form of exploitation,Forced labour,62.0,116,7 +18829,2017,by form of exploitation,Forced labour,190.0,116,1 +18830,2017,by form of exploitation,Sexual exploitation,165.0,116,4 +18831,2017,by form of exploitation,Sexual exploitation,419.0,116,5 +18832,2017,by form of exploitation,Sexual exploitation,23.0,116,6 +18833,2017,by form of exploitation,Sexual exploitation,40.0,116,7 +18834,2017,by form of exploitation,Sexual exploitation,647.0,116,1 +18835,2018,Unknown,Unknown,135.0,116,4 +18836,2018,Unknown,Unknown,209.0,116,5 +18837,2018,Unknown,Unknown,87.0,116,6 +18838,2018,Unknown,Unknown,23.0,116,7 +18839,2018,Unknown,Unknown,222.0,116,2 +18840,2018,Unknown,Unknown,232.0,116,3 +18841,2018,Unknown,Unknown,731.0,116,1 +18842,2018,by form of exploitation,Forced labour,15.0,116,4 +18843,2018,by form of exploitation,Forced labour,11.0,116,5 +18844,2018,by form of exploitation,Forced labour,30.0,116,6 +18845,2018,by form of exploitation,Forced labour,18.0,116,7 +18846,2018,by form of exploitation,Forced labour,74.0,116,1 +18847,2018,by form of exploitation,Sexual exploitation,83.0,116,4 +18848,2018,by form of exploitation,Sexual exploitation,191.0,116,5 +18849,2018,by form of exploitation,Sexual exploitation,21.0,116,6 +18850,2018,by form of exploitation,Sexual exploitation,2.5,116,7 +18851,2018,by form of exploitation,Sexual exploitation,299.0,116,1 +18852,2019,by form of exploitation,Sexual exploitation,2.5,116,1 +18853,2020,Unknown,Unknown,192.0,116,4 +18854,2020,Unknown,Unknown,250.0,116,5 +18855,2020,Unknown,Unknown,55.0,116,6 +18856,2020,Unknown,Unknown,27.0,116,7 +18857,2020,Unknown,Unknown,248.0,116,2 +18858,2020,Unknown,Unknown,311.0,116,3 +18859,2020,Unknown,Unknown,824.0,116,1 +18860,2020,by citizenship,Argentinian,2.5,116,1 +18861,2020,by citizenship,Brazil,2.5,116,1 +18862,2020,by citizenship,Chilean,2.5,116,1 +18863,2020,by citizenship,Colombia,10.0,116,1 +18864,2020,by citizenship,Costa Rica,2.5,116,1 +18865,2020,by citizenship,Ecuador,2.5,116,1 +18866,2020,by citizenship,Germany,2.5,116,1 +18867,2020,by citizenship,Guatemala,2.5,116,1 +18868,2020,by citizenship,Honduras,18.0,116,1 +18869,2020,by citizenship,Mexico,399.0,116,1 +18870,2020,by citizenship,Paraguay,2.5,116,1 +18871,2020,by citizenship,Peru,2.5,116,1 +18872,2020,by citizenship,United States,2.5,116,1 +18873,2020,by citizenship,Venezuela,42.0,116,1 +18874,2020,by form of exploitation,Forced labour,115.0,116,1 +18875,2020,by form of exploitation,Sexual exploitation,527.0,116,1 +18876,2021,Unknown,Unknown,9.0,116,4 +18877,2021,Unknown,Unknown,6.0,116,5 +18878,2021,Unknown,Unknown,5.0,116,6 +18879,2021,Unknown,Unknown,2.5,116,7 +18880,2021,Unknown,Unknown,14.0,116,2 +18881,2021,Unknown,Unknown,7.0,116,3 +18882,2021,Unknown,Unknown,115.0,116,1 +18883,2021,Unknown,Unknown,94.0,116,1 +18884,2021,by citizenship,Mexico,114.0,116,1 +18885,2021,by form of exploitation,Forced labour,2.5,116,4 +18886,2021,by form of exploitation,Forced labour,2.5,116,6 +18887,2021,by form of exploitation,Forced labour,2.5,116,2 +18888,2021,by form of exploitation,Forced labour,10.0,116,1 +18889,2021,by form of exploitation,Forced labour,7.0,116,1 +18890,2021,by form of exploitation,Sexual exploitation,2.5,116,4 +18891,2021,by form of exploitation,Sexual exploitation,2.5,116,5 +18892,2021,by form of exploitation,Sexual exploitation,2.5,116,7 +18893,2021,by form of exploitation,Sexual exploitation,2.5,116,2 +18894,2021,by form of exploitation,Sexual exploitation,2.5,116,3 +18895,2021,by form of exploitation,Sexual exploitation,31.0,116,1 +18896,2021,by form of exploitation,Sexual exploitation,26.0,116,1 +18897,2022,Unknown,Unknown,50.0,116,4 +18898,2022,Unknown,Unknown,32.0,116,5 +18899,2022,Unknown,Unknown,17.0,116,6 +18900,2022,Unknown,Unknown,12.0,116,7 +18901,2022,Unknown,Unknown,180.0,116,2 +18902,2022,Unknown,Unknown,44.0,116,3 +18903,2022,Unknown,Unknown,247.0,116,1 +18904,2022,by form of exploitation,Forced labour,2.5,116,4 +18905,2022,by form of exploitation,Forced labour,2.5,116,5 +18906,2022,by form of exploitation,Forced labour,2.5,116,6 +18907,2022,by form of exploitation,Forced labour,7.0,116,7 +18908,2022,by form of exploitation,Forced labour,2.5,116,2 +18909,2022,by form of exploitation,Forced labour,7.0,116,3 +18910,2022,by form of exploitation,Forced labour,11.0,116,1 +18911,2022,by form of exploitation,Sexual exploitation,40.0,116,4 +18912,2022,by form of exploitation,Sexual exploitation,32.0,116,5 +18913,2022,by form of exploitation,Sexual exploitation,2.5,116,6 +18914,2022,by form of exploitation,Sexual exploitation,2.5,116,7 +18915,2022,by form of exploitation,Sexual exploitation,44.0,116,2 +18916,2022,by form of exploitation,Sexual exploitation,35.0,116,3 +18917,2022,by form of exploitation,Sexual exploitation,79.0,116,1 +18918,2008,by country of repatriation,Abroad,2.5,117,1 +18919,2013,Unknown,Unknown,2.5,117,2 +18920,2013,Unknown,Unknown,2.5,117,3 +18921,2014,Unknown,Unknown,2.5,117,2 +18922,2014,Unknown,Unknown,2.5,117,3 +18923,2015,Unknown,Unknown,2.5,117,2 +18924,2015,Unknown,Unknown,2.5,117,3 +18925,2017,by form of exploitation,Sexual exploitation,2.5,117,1 +18926,2018,by form of exploitation,Forced labour,2.5,117,1 +18927,2018,by form of exploitation,Sexual exploitation,2.5,117,1 +18928,2019,Unknown,Unknown,2.5,117,4 +18929,2019,Unknown,Unknown,5.0,117,5 +18930,2019,Unknown,Unknown,2.5,117,6 +18931,2019,Unknown,Unknown,2.5,117,7 +18932,2019,Unknown,Unknown,2.5,117,2 +18933,2019,Unknown,Unknown,5.0,117,3 +18934,2019,Unknown,Unknown,5.0,117,1 +18935,2019,by citizenship,China,5.0,117,1 +18936,2019,by citizenship,Unknown,2.5,117,1 +18937,2019,by country of repatriation,Abroad,2.5,117,1 +18938,2019,by country of repatriation,,2.5,117,1 +18939,2019,by form of exploitation,Forced labour,2.5,117,4 +18940,2019,by form of exploitation,Forced labour,2.5,117,5 +18941,2019,by form of exploitation,Forced labour,2.5,117,6 +18942,2019,by form of exploitation,Forced labour,2.5,117,7 +18943,2019,by form of exploitation,Forced labour,2.5,117,2 +18944,2019,by form of exploitation,Forced labour,2.5,117,3 +18945,2019,by form of exploitation,Sexual exploitation,2.5,117,4 +18946,2019,by form of exploitation,Sexual exploitation,2.5,117,5 +18947,2019,by form of exploitation,Sexual exploitation,2.5,117,6 +18948,2019,by form of exploitation,Sexual exploitation,2.5,117,7 +18949,2019,by form of exploitation,Sexual exploitation,2.5,117,2 +18950,2019,by form of exploitation,Sexual exploitation,2.5,117,3 +18951,2019,by form of exploitation,Sexual exploitation,2.5,117,1 +18952,2020,Unknown,Unknown,2.5,117,4 +18953,2020,Unknown,Unknown,2.5,117,5 +18954,2020,Unknown,Unknown,2.5,117,6 +18955,2020,Unknown,Unknown,2.5,117,7 +18956,2020,Unknown,Unknown,2.5,117,2 +18957,2020,Unknown,Unknown,2.5,117,3 +18958,2020,Unknown,Unknown,2.5,117,1 +18959,2020,by citizenship,China,2.5,117,1 +18960,2020,by citizenship,Unknown,2.5,117,1 +18961,2020,by country of repatriation,Abroad,2.5,117,1 +18962,2020,by country of repatriation,,2.5,117,1 +18963,2020,by form of exploitation,Forced labour,2.5,117,4 +18964,2020,by form of exploitation,Forced labour,2.5,117,5 +18965,2020,by form of exploitation,Forced labour,2.5,117,6 +18966,2020,by form of exploitation,Forced labour,2.5,117,7 +18967,2020,by form of exploitation,Forced labour,2.5,117,2 +18968,2020,by form of exploitation,Forced labour,2.5,117,3 +18969,2020,by form of exploitation,Forced labour,2.5,117,1 +18970,2020,by form of exploitation,Sexual exploitation,2.5,117,4 +18971,2020,by form of exploitation,Sexual exploitation,2.5,117,5 +18972,2020,by form of exploitation,Sexual exploitation,2.5,117,6 +18973,2020,by form of exploitation,Sexual exploitation,2.5,117,7 +18974,2020,by form of exploitation,Sexual exploitation,2.5,117,2 +18975,2020,by form of exploitation,Sexual exploitation,2.5,117,3 +18976,2020,by form of exploitation,Sexual exploitation,2.5,117,1 +18977,2021,Unknown,Unknown,2.5,117,4 +18978,2021,Unknown,Unknown,2.5,117,5 +18979,2021,Unknown,Unknown,2.5,117,6 +18980,2021,Unknown,Unknown,2.5,117,7 +18981,2021,Unknown,Unknown,2.5,117,2 +18982,2021,Unknown,Unknown,2.5,117,3 +18983,2021,Unknown,Unknown,2.5,117,1 +18984,2021,by citizenship,China,2.5,117,1 +18985,2021,by citizenship,Unknown,2.5,117,1 +18986,2021,by country of repatriation,Abroad,2.5,117,1 +18987,2021,by country of repatriation,,2.5,117,1 +18988,2021,by form of exploitation,Forced labour,2.5,117,4 +18989,2021,by form of exploitation,Forced labour,2.5,117,5 +18990,2021,by form of exploitation,Forced labour,2.5,117,6 +18991,2021,by form of exploitation,Forced labour,2.5,117,7 +18992,2021,by form of exploitation,Forced labour,2.5,117,2 +18993,2021,by form of exploitation,Forced labour,2.5,117,3 +18994,2021,by form of exploitation,Sexual exploitation,2.5,117,4 +18995,2021,by form of exploitation,Sexual exploitation,2.5,117,5 +18996,2021,by form of exploitation,Sexual exploitation,2.5,117,6 +18997,2021,by form of exploitation,Sexual exploitation,2.5,117,7 +18998,2021,by form of exploitation,Sexual exploitation,2.5,117,2 +18999,2021,by form of exploitation,Sexual exploitation,2.5,117,3 +19000,2022,Unknown,Unknown,2.5,117,4 +19001,2022,Unknown,Unknown,2.5,117,5 +19002,2022,Unknown,Unknown,2.5,117,6 +19003,2022,Unknown,Unknown,2.5,117,7 +19004,2022,Unknown,Unknown,2.5,117,2 +19005,2022,Unknown,Unknown,2.5,117,3 +19006,2022,Unknown,Unknown,2.5,117,1 +19007,2022,by country of repatriation,Abroad,2.5,117,1 +19008,2022,by form of exploitation,Forced labour,2.5,117,4 +19009,2022,by form of exploitation,Forced labour,2.5,117,5 +19010,2022,by form of exploitation,Forced labour,2.5,117,6 +19011,2022,by form of exploitation,Forced labour,2.5,117,7 +19012,2022,by form of exploitation,Forced labour,2.5,117,2 +19013,2022,by form of exploitation,Forced labour,2.5,117,3 +19014,2022,by form of exploitation,Sexual exploitation,2.5,117,4 +19015,2022,by form of exploitation,Sexual exploitation,2.5,117,5 +19016,2022,by form of exploitation,Sexual exploitation,2.5,117,6 +19017,2022,by form of exploitation,Sexual exploitation,2.5,117,7 +19018,2022,by form of exploitation,Sexual exploitation,2.5,117,2 +19019,2022,by form of exploitation,Sexual exploitation,2.5,117,3 +19020,2010,Unknown,Unknown,12.0,118,4 +19021,2010,Unknown,Unknown,2.5,118,5 +19022,2010,Unknown,Unknown,2.5,118,6 +19023,2010,Unknown,Unknown,2.5,118,7 +19024,2010,Unknown,Unknown,12.0,118,2 +19025,2010,Unknown,Unknown,2.5,118,3 +19026,2010,Unknown,Unknown,12.0,118,1 +19027,2010,by citizenship,North Macedonia,12.0,118,1 +19028,2010,by form of exploitation,Sexual exploitation,12.0,118,1 +19029,2011,Unknown,Unknown,6.0,118,4 +19030,2011,Unknown,Unknown,5.0,118,5 +19031,2011,Unknown,Unknown,2.5,118,6 +19032,2011,Unknown,Unknown,2.5,118,7 +19033,2011,Unknown,Unknown,6.0,118,2 +19034,2011,Unknown,Unknown,5.0,118,3 +19035,2011,Unknown,Unknown,11.0,118,1 +19036,2011,by citizenship,Albania,2.5,118,1 +19037,2011,by citizenship,Bulgaria,2.5,118,1 +19038,2011,by citizenship,North Macedonia,9.0,118,1 +19039,2011,by form of exploitation,Forced labour,2.5,118,1 +19040,2011,by form of exploitation,Sexual exploitation,8.0,118,1 +19041,2012,Unknown,Unknown,2.5,118,4 +19042,2012,Unknown,Unknown,2.5,118,5 +19043,2012,Unknown,Unknown,2.5,118,6 +19044,2012,Unknown,Unknown,2.5,118,7 +19045,2012,Unknown,Unknown,5.0,118,2 +19046,2012,Unknown,Unknown,2.5,118,3 +19047,2012,Unknown,Unknown,8.0,118,1 +19048,2012,by citizenship,Albania,2.5,118,1 +19049,2012,by citizenship,Bosnia and Herzegovina,2.5,118,1 +19050,2012,by citizenship,North Macedonia,2.5,118,1 +19051,2012,by form of exploitation,Forced labour,2.5,118,1 +19052,2012,by form of exploitation,Sexual exploitation,2.5,118,1 +19053,2013,Unknown,Unknown,9.0,118,4 +19054,2013,Unknown,Unknown,6.0,118,5 +19055,2013,Unknown,Unknown,2.5,118,6 +19056,2013,Unknown,Unknown,2.5,118,7 +19057,2013,Unknown,Unknown,9.0,118,2 +19058,2013,Unknown,Unknown,6.0,118,3 +19059,2013,Unknown,Unknown,15.0,118,1 +19060,2013,by citizenship,Albania,2.5,118,1 +19061,2013,by citizenship,Kosovo,2.5,118,1 +19062,2013,by citizenship,Serbia,2.5,118,1 +19063,2013,by citizenship,North Macedonia,2.5,118,1 +19064,2013,by form of exploitation,Forced labour,2.5,118,1 +19065,2013,by form of exploitation,Sexual exploitation,5.0,118,1 +19066,2014,Unknown,Unknown,6.0,118,4 +19067,2014,Unknown,Unknown,2.5,118,5 +19068,2014,Unknown,Unknown,2.5,118,6 +19069,2014,Unknown,Unknown,2.5,118,7 +19070,2014,Unknown,Unknown,6.0,118,2 +19071,2014,Unknown,Unknown,2.5,118,3 +19072,2014,Unknown,Unknown,8.0,118,1 +19073,2014,by citizenship,Romania,2.5,118,1 +19074,2014,by citizenship,North Macedonia,7.0,118,1 +19075,2014,by form of exploitation,Forced labour,2.5,118,1 +19076,2014,by form of exploitation,Sexual exploitation,2.5,118,1 +19077,2015,Unknown,Unknown,2.5,118,4 +19078,2015,Unknown,Unknown,2.5,118,5 +19079,2015,Unknown,Unknown,2.5,118,6 +19080,2015,Unknown,Unknown,2.5,118,7 +19081,2015,Unknown,Unknown,2.5,118,2 +19082,2015,Unknown,Unknown,2.5,118,3 +19083,2015,Unknown,Unknown,2.5,118,1 +19084,2015,by citizenship,North Macedonia,2.5,118,1 +19085,2016,Unknown,Unknown,2.5,118,4 +19086,2016,Unknown,Unknown,2.5,118,5 +19087,2016,Unknown,Unknown,2.5,118,6 +19088,2016,Unknown,Unknown,2.5,118,7 +19089,2016,Unknown,Unknown,2.5,118,2 +19090,2016,Unknown,Unknown,2.5,118,3 +19091,2016,Unknown,Unknown,6.0,118,1 +19092,2016,by citizenship,Serbia,2.5,118,1 +19093,2016,by citizenship,North Macedonia,5.0,118,1 +19094,2016,by country of repatriation,Croatia,2.5,118,1 +19095,2017,Unknown,Unknown,2.5,118,4 +19096,2017,Unknown,Unknown,2.5,118,5 +19097,2017,Unknown,Unknown,2.5,118,6 +19098,2017,Unknown,Unknown,2.5,118,7 +19099,2017,Unknown,Unknown,2.5,118,2 +19100,2017,Unknown,Unknown,2.5,118,3 +19101,2017,Unknown,Unknown,2.5,118,1 +19102,2017,by citizenship,Nationals,2.5,118,1 +19103,2017,by form of exploitation,Forced labour,2.5,118,4 +19104,2017,by form of exploitation,Forced labour,2.5,118,5 +19105,2017,by form of exploitation,Forced labour,2.5,118,6 +19106,2017,by form of exploitation,Forced labour,2.5,118,7 +19107,2017,by form of exploitation,Sexual exploitation,2.5,118,4 +19108,2017,by form of exploitation,Sexual exploitation,2.5,118,5 +19109,2017,by form of exploitation,Sexual exploitation,2.5,118,6 +19110,2017,by form of exploitation,Sexual exploitation,2.5,118,7 +19111,2017,by form of exploitation,Sexual exploitation,2.5,118,2 +19112,2017,by form of exploitation,Sexual exploitation,2.5,118,1 +19113,2018,Unknown,Unknown,6.0,118,4 +19114,2018,Unknown,Unknown,2.5,118,5 +19115,2018,Unknown,Unknown,2.5,118,6 +19116,2018,Unknown,Unknown,2.5,118,7 +19117,2018,Unknown,Unknown,6.0,118,2 +19118,2018,Unknown,Unknown,2.5,118,3 +19119,2018,Unknown,Unknown,9.0,118,1 +19120,2018,by citizenship,Nationals,8.0,118,1 +19121,2018,by citizenship,Albania,2.5,118,1 +19122,2018,by form of exploitation,Forced labour,2.5,118,4 +19123,2018,by form of exploitation,Forced labour,2.5,118,5 +19124,2018,by form of exploitation,Forced labour,2.5,118,6 +19125,2018,by form of exploitation,Forced labour,2.5,118,7 +19126,2018,by form of exploitation,Forced labour,2.5,118,1 +19127,2018,by form of exploitation,Sexual exploitation,2.5,118,4 +19128,2018,by form of exploitation,Sexual exploitation,2.5,118,5 +19129,2018,by form of exploitation,Sexual exploitation,2.5,118,6 +19130,2018,by form of exploitation,Sexual exploitation,2.5,118,7 +19131,2018,by form of exploitation,Sexual exploitation,2.5,118,2 +19132,2018,by form of exploitation,Sexual exploitation,2.5,118,3 +19133,2018,by form of exploitation,Sexual exploitation,5.0,118,1 +19134,2019,Unknown,Unknown,2.5,118,4 +19135,2019,Unknown,Unknown,2.5,118,5 +19136,2019,Unknown,Unknown,2.5,118,6 +19137,2019,Unknown,Unknown,2.5,118,7 +19138,2019,Unknown,Unknown,2.5,118,2 +19139,2019,Unknown,Unknown,2.5,118,3 +19140,2019,Unknown,Unknown,6.0,118,1 +19141,2019,by citizenship,Bosnia and Herzegovina,2.5,118,1 +19142,2019,by citizenship,Nationals,2.5,118,1 +19143,2019,by citizenship,Albania,2.5,118,1 +19144,2019,by form of exploitation,Forced labour,2.5,118,4 +19145,2019,by form of exploitation,Forced labour,2.5,118,5 +19146,2019,by form of exploitation,Forced labour,2.5,118,6 +19147,2019,by form of exploitation,Forced labour,2.5,118,7 +19148,2019,by form of exploitation,Forced labour,2.5,118,2 +19149,2019,by form of exploitation,Forced labour,2.5,118,1 +19150,2019,by form of exploitation,Sexual exploitation,2.5,118,4 +19151,2019,by form of exploitation,Sexual exploitation,2.5,118,5 +19152,2019,by form of exploitation,Sexual exploitation,2.5,118,6 +19153,2019,by form of exploitation,Sexual exploitation,2.5,118,7 +19154,2019,by form of exploitation,Sexual exploitation,2.5,118,2 +19155,2019,by form of exploitation,Sexual exploitation,2.5,118,1 +19156,2020,Unknown,Unknown,6.0,118,4 +19157,2020,Unknown,Unknown,2.5,118,5 +19158,2020,Unknown,Unknown,2.5,118,6 +19159,2020,Unknown,Unknown,2.5,118,7 +19160,2020,Unknown,Unknown,6.0,118,2 +19161,2020,Unknown,Unknown,2.5,118,3 +19162,2020,Unknown,Unknown,7.0,118,1 +19163,2020,by citizenship,Nationals,7.0,118,1 +19164,2020,by country of repatriation,Abroad,2.5,118,1 +19165,2020,by country of repatriation,Serbia,2.5,118,1 +19166,2020,by form of exploitation,Forced labour,2.5,118,4 +19167,2020,by form of exploitation,Forced labour,2.5,118,5 +19168,2020,by form of exploitation,Forced labour,2.5,118,6 +19169,2020,by form of exploitation,Forced labour,2.5,118,7 +19170,2020,by form of exploitation,Forced labour,2.5,118,3 +19171,2020,by form of exploitation,Forced labour,2.5,118,1 +19172,2020,by form of exploitation,Sexual exploitation,5.0,118,4 +19173,2020,by form of exploitation,Sexual exploitation,2.5,118,5 +19174,2020,by form of exploitation,Sexual exploitation,2.5,118,6 +19175,2020,by form of exploitation,Sexual exploitation,2.5,118,7 +19176,2020,by form of exploitation,Sexual exploitation,5.0,118,2 +19177,2020,by form of exploitation,Sexual exploitation,5.0,118,1 +19178,2021,Unknown,Unknown,5.0,118,4 +19179,2021,Unknown,Unknown,2.5,118,5 +19180,2021,Unknown,Unknown,2.5,118,6 +19181,2021,Unknown,Unknown,38.0,118,7 +19182,2021,Unknown,Unknown,6.0,118,2 +19183,2021,Unknown,Unknown,42.0,118,3 +19184,2021,Unknown,Unknown,48.0,118,1 +19185,2021,by citizenship,Nationals,8.0,118,1 +19186,2021,by citizenship,Russia,2.5,118,1 +19187,2021,by citizenship,Taiwan,39.0,118,1 +19188,2021,by country of repatriation,Abroad,2.5,118,1 +19189,2021,by country of repatriation,Belgium,2.5,118,1 +19190,2021,by country of repatriation,Bosnia and Herzegovina,2.5,118,1 +19191,2021,by form of exploitation,Forced labour,2.5,118,4 +19192,2021,by form of exploitation,Forced labour,2.5,118,5 +19193,2021,by form of exploitation,Forced labour,2.5,118,6 +19194,2021,by form of exploitation,Forced labour,35.0,118,7 +19195,2021,by form of exploitation,Forced labour,39.0,118,3 +19196,2021,by form of exploitation,Forced labour,39.0,118,1 +19197,2021,by form of exploitation,Sexual exploitation,2.5,118,4 +19198,2021,by form of exploitation,Sexual exploitation,2.5,118,5 +19199,2021,by form of exploitation,Sexual exploitation,2.5,118,6 +19200,2021,by form of exploitation,Sexual exploitation,2.5,118,7 +19201,2021,by form of exploitation,Sexual exploitation,2.5,118,2 +19202,2021,by form of exploitation,Sexual exploitation,2.5,118,3 +19203,2021,by form of exploitation,Sexual exploitation,2.5,118,1 +19204,2022,Unknown,Unknown,7.0,118,4 +19205,2022,Unknown,Unknown,2.5,118,5 +19206,2022,Unknown,Unknown,2.5,118,6 +19207,2022,Unknown,Unknown,2.5,118,7 +19208,2022,Unknown,Unknown,7.0,118,2 +19209,2022,Unknown,Unknown,2.5,118,3 +19210,2022,Unknown,Unknown,9.0,118,1 +19211,2022,by citizenship,Nationals,7.0,118,1 +19212,2022,by citizenship,Pakistan,2.5,118,1 +19213,2022,by citizenship,Serbia,2.5,118,1 +19214,2022,by country of repatriation,Abroad,2.5,118,1 +19215,2022,by country of repatriation,Serbia,2.5,118,1 +19216,2022,by form of exploitation,Forced labour,2.5,118,4 +19217,2022,by form of exploitation,Forced labour,2.5,118,5 +19218,2022,by form of exploitation,Forced labour,2.5,118,6 +19219,2022,by form of exploitation,Forced labour,2.5,118,7 +19220,2022,by form of exploitation,Sexual exploitation,2.5,118,4 +19221,2022,by form of exploitation,Sexual exploitation,2.5,118,5 +19222,2022,by form of exploitation,Sexual exploitation,2.5,118,6 +19223,2022,by form of exploitation,Sexual exploitation,2.5,118,7 +19224,2022,by form of exploitation,Sexual exploitation,2.5,118,2 +19225,2022,by form of exploitation,Sexual exploitation,2.5,118,1 +19226,2007,Unknown,Unknown,2.5,119,4 +19227,2007,Unknown,Unknown,5.0,119,6 +19228,2007,Unknown,Unknown,5.0,119,2 +19229,2007,Unknown,Unknown,2.5,119,3 +19230,2007,Unknown,Unknown,5.0,119,1 +19231,2008,Unknown,Unknown,175.0,119,2 +19232,2008,Unknown,Unknown,2.5,119,3 +19233,2008,Unknown,Unknown,175.0,119,1 +19234,2008,by citizenship,Burkina Faso,2.5,119,1 +19235,2009,Unknown,Unknown,277.0,119,2 +19236,2009,Unknown,Unknown,2.5,119,3 +19237,2009,Unknown,Unknown,277.0,119,1 +19238,2012,Unknown,Unknown,2.5,119,2 +19239,2012,Unknown,Unknown,2.5,119,3 +19240,2012,by country of repatriation,Nigeria,2.5,119,1 +19241,2013,Unknown,Unknown,2.5,119,2 +19242,2013,Unknown,Unknown,2.5,119,3 +19243,2013,by country of repatriation,Nigeria,2.5,119,1 +19244,2014,Unknown,Unknown,2.5,119,2 +19245,2014,Unknown,Unknown,2.5,119,3 +19246,2015,Unknown,Unknown,2.5,119,2 +19247,2015,Unknown,Unknown,2.5,119,3 +19248,2016,by country of repatriation,Nigeria,42.0,119,1 +19249,2017,Unknown,Unknown,2.5,119,4 +19250,2017,Unknown,Unknown,19.0,119,5 +19251,2017,Unknown,Unknown,24.0,119,6 +19252,2017,Unknown,Unknown,2.5,119,7 +19253,2017,Unknown,Unknown,25.0,119,2 +19254,2017,Unknown,Unknown,19.0,119,3 +19255,2017,Unknown,Unknown,44.0,119,1 +19256,2017,by form of exploitation,Sexual exploitation,2.5,119,4 +19257,2017,by form of exploitation,Sexual exploitation,19.0,119,5 +19258,2017,by form of exploitation,Sexual exploitation,2.5,119,6 +19259,2017,by form of exploitation,Sexual exploitation,2.5,119,7 +19260,2017,by form of exploitation,Sexual exploitation,19.0,119,1 +19261,2018,Unknown,Unknown,9.0,119,5 +19262,2018,Unknown,Unknown,2.5,119,7 +19263,2018,Unknown,Unknown,2.5,119,2 +19264,2018,Unknown,Unknown,9.0,119,3 +19265,2018,Unknown,Unknown,13.0,119,1 +19266,2018,by form of exploitation,Forced labour,2.5,119,4 +19267,2018,by form of exploitation,Forced labour,2.5,119,5 +19268,2018,by form of exploitation,Forced labour,2.5,119,6 +19269,2018,by form of exploitation,Forced labour,2.5,119,7 +19270,2018,by form of exploitation,Forced labour,2.5,119,1 +19271,2018,by form of exploitation,Sexual exploitation,2.5,119,4 +19272,2018,by form of exploitation,Sexual exploitation,2.5,119,5 +19273,2018,by form of exploitation,Sexual exploitation,2.5,119,6 +19274,2018,by form of exploitation,Sexual exploitation,2.5,119,7 +19275,2018,by form of exploitation,Sexual exploitation,2.5,119,1 +19276,2019,by form of exploitation,Sexual exploitation,2.5,119,1 +19277,2020,Unknown,Unknown,77.0,119,1 +19278,2020,by form of exploitation,Forced labour,2.5,119,1 +19279,2020,by form of exploitation,Sexual exploitation,2.5,119,1 +19280,2006,by form of exploitation,Sexual exploitation,2.5,120,1 +19281,2007,Unknown,Unknown,2.5,120,4 +19282,2007,Unknown,Unknown,7.0,120,5 +19283,2007,Unknown,Unknown,2.5,120,6 +19284,2007,Unknown,Unknown,2.5,120,7 +19285,2007,Unknown,Unknown,2.5,120,2 +19286,2007,Unknown,Unknown,7.0,120,3 +19287,2007,Unknown,Unknown,7.0,120,1 +19288,2007,by citizenship,Russia,6.0,120,1 +19289,2007,by citizenship,Ukraine,2.5,120,1 +19290,2007,by form of exploitation,Sexual exploitation,7.0,120,1 +19291,2008,Unknown,Unknown,2.5,120,4 +19292,2008,Unknown,Unknown,2.5,120,5 +19293,2008,Unknown,Unknown,2.5,120,6 +19294,2008,Unknown,Unknown,2.5,120,7 +19295,2008,Unknown,Unknown,2.5,120,2 +19296,2008,Unknown,Unknown,2.5,120,3 +19297,2008,Unknown,Unknown,2.5,120,1 +19298,2008,by form of exploitation,Forced labour,2.5,120,1 +19299,2008,by form of exploitation,Sexual exploitation,2.5,120,1 +19300,2009,Unknown,Unknown,2.5,120,4 +19301,2009,Unknown,Unknown,2.5,120,5 +19302,2009,Unknown,Unknown,2.5,120,6 +19303,2009,Unknown,Unknown,2.5,120,7 +19304,2009,Unknown,Unknown,2.5,120,2 +19305,2009,Unknown,Unknown,2.5,120,3 +19306,2009,Unknown,Unknown,2.5,120,1 +19307,2010,Unknown,Unknown,2.5,120,4 +19308,2010,Unknown,Unknown,2.5,120,5 +19309,2010,Unknown,Unknown,2.5,120,6 +19310,2010,Unknown,Unknown,2.5,120,7 +19311,2010,Unknown,Unknown,2.5,120,2 +19312,2010,Unknown,Unknown,2.5,120,3 +19313,2010,Unknown,Unknown,2.5,120,1 +19314,2010,by country of repatriation,Russia,2.5,120,1 +19315,2010,by form of exploitation,Forced labour,2.5,120,1 +19316,2010,by form of exploitation,Sexual exploitation,2.5,120,1 +19317,2011,Unknown,Unknown,2.5,120,4 +19318,2011,Unknown,Unknown,2.5,120,5 +19319,2011,Unknown,Unknown,2.5,120,6 +19320,2011,Unknown,Unknown,2.5,120,7 +19321,2011,Unknown,Unknown,2.5,120,9 +19322,2011,Unknown,Unknown,2.5,120,8 +19323,2011,Unknown,Unknown,2.5,120,2 +19324,2011,Unknown,Unknown,2.5,120,3 +19325,2011,Unknown,Unknown,2.5,120,1 +19326,2011,Unknown,Unknown,2.5,120,1 +19327,2011,by form of exploitation,Forced labour,2.5,120,1 +19328,2011,by form of exploitation,Sexual exploitation,2.5,120,1 +19329,2011,by citizenship,Romania,2.5,120,1 +19330,2012,Unknown,Unknown,2.5,120,4 +19331,2012,Unknown,Unknown,2.5,120,5 +19332,2012,Unknown,Unknown,2.5,120,6 +19333,2012,Unknown,Unknown,2.5,120,7 +19334,2012,Unknown,Unknown,2.5,120,9 +19335,2012,Unknown,Unknown,2.5,120,8 +19336,2012,Unknown,Unknown,2.5,120,2 +19337,2012,Unknown,Unknown,2.5,120,3 +19338,2012,Unknown,Unknown,2.5,120,1 +19339,2012,Unknown,Unknown,2.5,120,1 +19340,2012,by form of exploitation,Forced labour,2.5,120,1 +19341,2012,by form of exploitation,Sexual exploitation,2.5,120,1 +19342,2012,by citizenship,China,2.5,120,1 +19343,2013,Unknown,Unknown,2.5,120,4 +19344,2013,Unknown,Unknown,10.0,120,5 +19345,2013,Unknown,Unknown,2.5,120,6 +19346,2013,Unknown,Unknown,2.5,120,7 +19347,2013,Unknown,Unknown,2.5,120,9 +19348,2013,Unknown,Unknown,2.5,120,8 +19349,2013,Unknown,Unknown,2.5,120,2 +19350,2013,Unknown,Unknown,10.0,120,3 +19351,2013,Unknown,Unknown,10.0,120,1 +19352,2013,Unknown,Unknown,2.5,120,1 +19353,2013,by form of exploitation,Forced labour,2.5,120,1 +19354,2013,by form of exploitation,Sexual exploitation,10.0,120,1 +19355,2014,Unknown,Unknown,2.5,120,4 +19356,2014,Unknown,Unknown,16.0,120,5 +19357,2014,Unknown,Unknown,2.5,120,6 +19358,2014,Unknown,Unknown,2.5,120,7 +19359,2014,Unknown,Unknown,2.5,120,9 +19360,2014,Unknown,Unknown,2.5,120,8 +19361,2014,Unknown,Unknown,2.5,120,2 +19362,2014,Unknown,Unknown,19.0,120,3 +19363,2014,Unknown,Unknown,20.0,120,1 +19364,2014,Unknown,Unknown,2.5,120,1 +19365,2014,by form of exploitation,Forced labour,13.0,120,1 +19366,2014,by form of exploitation,Sexual exploitation,7.0,120,1 +19367,2014,by citizenship,China,6.0,120,1 +19368,2014,by citizenship,Indonesia,2.5,120,1 +19369,2014,by citizenship,Nigeria,2.5,120,1 +19370,2014,by citizenship,Romania,2.5,120,1 +19371,2014,by citizenship,Sri Lanka,2.5,120,1 +19372,2014,by citizenship,Vietnam,9.0,120,1 +19373,2015,Unknown,Unknown,2.5,120,4 +19374,2015,Unknown,Unknown,2.5,120,5 +19375,2015,Unknown,Unknown,2.5,120,6 +19376,2015,Unknown,Unknown,2.5,120,7 +19377,2015,Unknown,Unknown,2.5,120,9 +19378,2015,Unknown,Unknown,2.5,120,8 +19379,2015,Unknown,Unknown,2.5,120,2 +19380,2015,Unknown,Unknown,2.5,120,3 +19381,2015,Unknown,Unknown,2.5,120,1 +19382,2015,Unknown,Unknown,2.5,120,1 +19383,2015,by form of exploitation,Forced labour,2.5,120,1 +19384,2015,by form of exploitation,Sexual exploitation,2.5,120,1 +19385,2015,by citizenship,China,2.5,120,1 +19386,2015,by country of repatriation,Nigeria,2.5,120,1 +19387,2015,by form of exploitation,Forced labour,2.5,120,7 +19388,2016,Unknown,Unknown,2.5,120,4 +19389,2016,Unknown,Unknown,10.0,120,5 +19390,2016,Unknown,Unknown,2.5,120,6 +19391,2016,Unknown,Unknown,17.0,120,7 +19392,2016,Unknown,Unknown,2.5,120,9 +19393,2016,Unknown,Unknown,2.5,120,8 +19394,2016,Unknown,Unknown,2.5,120,2 +19395,2016,Unknown,Unknown,27.0,120,3 +19396,2016,Unknown,Unknown,27.0,120,1 +19397,2016,Unknown,Unknown,2.5,120,1 +19398,2016,by form of exploitation,Forced labour,26.0,120,1 +19399,2016,by form of exploitation,Sexual exploitation,2.5,120,1 +19400,2016,by citizenship,Philippines,31.0,120,1 +19401,2016,by country of repatriation,Nigeria,2.5,120,1 +19402,2016,by form of exploitation,Forced labour,13.0,120,5 +19403,2016,by form of exploitation,Forced labour,18.0,120,7 +19404,2017,Unknown,Unknown,2.5,120,9 +19405,2017,Unknown,Unknown,2.5,120,8 +19406,2017,Unknown,Unknown,2.5,120,1 +19407,2017,by form of exploitation,Sexual exploitation,5.0,120,1 +19408,2017,Unknown,Unknown,2.5,120,4 +19409,2017,Unknown,Unknown,5.0,120,5 +19410,2017,Unknown,Unknown,2.5,120,6 +19411,2017,Unknown,Unknown,2.5,120,7 +19412,2017,Unknown,Unknown,2.5,120,2 +19413,2017,Unknown,Unknown,5.0,120,3 +19414,2017,Unknown,Unknown,6.0,120,1 +19415,2017,by citizenship,China,2.5,120,1 +19416,2017,by citizenship,Hungary,2.5,120,1 +19417,2017,by citizenship,Nationals,2.5,120,1 +19418,2017,by country of repatriation,Unknown,2.5,120,1 +19419,2017,by country of repatriation,Abroad,2.5,120,1 +19420,2017,by form of exploitation,Forced labour,2.5,120,4 +19421,2017,by form of exploitation,Forced labour,2.5,120,5 +19422,2017,by form of exploitation,Forced labour,2.5,120,6 +19423,2017,by form of exploitation,Forced labour,2.5,120,7 +19424,2017,by form of exploitation,Forced labour,2.5,120,9 +19425,2017,by form of exploitation,Forced labour,2.5,120,8 +19426,2017,by form of exploitation,Forced labour,2.5,120,2 +19427,2017,by form of exploitation,Forced labour,2.5,120,3 +19428,2017,by form of exploitation,Forced labour,2.5,120,1 +19429,2017,by form of exploitation,Sexual exploitation,2.5,120,4 +19430,2017,by form of exploitation,Sexual exploitation,5.0,120,5 +19431,2017,by form of exploitation,Sexual exploitation,2.5,120,6 +19432,2017,by form of exploitation,Sexual exploitation,2.5,120,7 +19433,2017,by form of exploitation,Sexual exploitation,2.5,120,9 +19434,2017,by form of exploitation,Sexual exploitation,2.5,120,8 +19435,2017,by form of exploitation,Sexual exploitation,2.5,120,2 +19436,2017,by form of exploitation,Sexual exploitation,6.0,120,3 +19437,2017,by form of exploitation,Sexual exploitation,2.5,120,1 +19438,2018,Unknown,Unknown,2.5,120,9 +19439,2018,Unknown,Unknown,2.5,120,8 +19440,2018,Unknown,Unknown,2.5,120,1 +19441,2018,by form of exploitation,Forced labour,34.0,120,1 +19442,2018,by form of exploitation,Sexual exploitation,2.5,120,1 +19443,2018,Unknown,Unknown,2.5,120,4 +19444,2018,Unknown,Unknown,20.0,120,5 +19445,2018,Unknown,Unknown,2.5,120,6 +19446,2018,Unknown,Unknown,14.0,120,7 +19447,2018,Unknown,Unknown,2.5,120,2 +19448,2018,Unknown,Unknown,34.0,120,3 +19449,2018,Unknown,Unknown,35.0,120,1 +19450,2018,by citizenship,Nationals,2.5,120,1 +19451,2018,by citizenship,Nepal,2.5,120,1 +19452,2018,by citizenship,Philippines,14.0,120,1 +19453,2018,by citizenship,Ukraine,19.0,120,1 +19454,2018,by country of repatriation,Unknown,2.5,120,1 +19455,2018,by country of repatriation,Abroad,2.5,120,1 +19456,2018,by form of exploitation,Forced labour,2.5,120,4 +19457,2018,by form of exploitation,Forced labour,20.0,120,5 +19458,2018,by form of exploitation,Forced labour,2.5,120,6 +19459,2018,by form of exploitation,Forced labour,14.0,120,7 +19460,2018,by form of exploitation,Forced labour,2.5,120,9 +19461,2018,by form of exploitation,Forced labour,2.5,120,8 +19462,2018,by form of exploitation,Forced labour,2.5,120,2 +19463,2018,by form of exploitation,Forced labour,34.0,120,3 +19464,2018,by form of exploitation,Forced labour,2.5,120,1 +19465,2018,by form of exploitation,Sexual exploitation,2.5,120,4 +19466,2018,by form of exploitation,Sexual exploitation,2.5,120,5 +19467,2018,by form of exploitation,Sexual exploitation,2.5,120,6 +19468,2018,by form of exploitation,Sexual exploitation,2.5,120,7 +19469,2018,by form of exploitation,Sexual exploitation,2.5,120,9 +19470,2018,by form of exploitation,Sexual exploitation,2.5,120,8 +19471,2018,by form of exploitation,Sexual exploitation,2.5,120,2 +19472,2018,by form of exploitation,Sexual exploitation,2.5,120,3 +19473,2018,by form of exploitation,Sexual exploitation,2.5,120,1 +19474,2019,Unknown,Unknown,2.5,120,9 +19475,2019,Unknown,Unknown,2.5,120,8 +19476,2019,Unknown,Unknown,2.5,120,1 +19477,2019,by form of exploitation,Forced labour,8.0,120,1 +19478,2019,by form of exploitation,Sexual exploitation,2.5,120,1 +19479,2019,Unknown,Unknown,2.5,120,4 +19480,2019,Unknown,Unknown,2.5,120,5 +19481,2019,Unknown,Unknown,2.5,120,6 +19482,2019,Unknown,Unknown,2.5,120,7 +19483,2019,Unknown,Unknown,2.5,120,2 +19484,2019,Unknown,Unknown,2.5,120,3 +19485,2019,Unknown,Unknown,2.5,120,1 +19486,2019,by citizenship,Philippines,2.5,120,1 +19487,2019,by country of repatriation,Unknown,2.5,120,1 +19488,2019,by country of repatriation,Abroad,2.5,120,1 +19489,2019,by form of exploitation,Forced labour,2.5,120,4 +19490,2019,by form of exploitation,Forced labour,2.5,120,5 +19491,2019,by form of exploitation,Forced labour,2.5,120,6 +19492,2019,by form of exploitation,Forced labour,2.5,120,7 +19493,2019,by form of exploitation,Forced labour,2.5,120,9 +19494,2019,by form of exploitation,Forced labour,2.5,120,8 +19495,2019,by form of exploitation,Forced labour,2.5,120,2 +19496,2019,by form of exploitation,Forced labour,2.5,120,3 +19497,2019,by form of exploitation,Forced labour,2.5,120,1 +19498,2019,by form of exploitation,Sexual exploitation,2.5,120,4 +19499,2019,by form of exploitation,Sexual exploitation,2.5,120,5 +19500,2019,by form of exploitation,Sexual exploitation,2.5,120,6 +19501,2019,by form of exploitation,Sexual exploitation,2.5,120,7 +19502,2019,by form of exploitation,Sexual exploitation,2.5,120,9 +19503,2019,by form of exploitation,Sexual exploitation,2.5,120,8 +19504,2019,by form of exploitation,Sexual exploitation,2.5,120,2 +19505,2019,by form of exploitation,Sexual exploitation,2.5,120,3 +19506,2019,by form of exploitation,Sexual exploitation,2.5,120,1 +19507,2020,Unknown,Unknown,2.5,120,9 +19508,2020,Unknown,Unknown,2.5,120,8 +19509,2020,Unknown,Unknown,2.5,120,1 +19510,2020,Unknown,Unknown,2.5,120,4 +19511,2020,Unknown,Unknown,2.5,120,5 +19512,2020,Unknown,Unknown,2.5,120,6 +19513,2020,Unknown,Unknown,2.5,120,7 +19514,2020,Unknown,Unknown,2.5,120,2 +19515,2020,Unknown,Unknown,2.5,120,3 +19516,2020,Unknown,Unknown,2.5,120,1 +19517,2020,by citizenship,Philippines,2.5,120,1 +19518,2020,by citizenship,Malta,2.5,120,1 +19519,2020,by country of repatriation,Abroad,2.5,120,1 +19520,2020,by form of exploitation,Forced labour,2.5,120,4 +19521,2020,by form of exploitation,Forced labour,2.5,120,5 +19522,2020,by form of exploitation,Forced labour,2.5,120,6 +19523,2020,by form of exploitation,Forced labour,2.5,120,7 +19524,2020,by form of exploitation,Forced labour,2.5,120,9 +19525,2020,by form of exploitation,Forced labour,2.5,120,8 +19526,2020,by form of exploitation,Forced labour,2.5,120,2 +19527,2020,by form of exploitation,Forced labour,2.5,120,3 +19528,2020,by form of exploitation,Forced labour,2.5,120,1 +19529,2020,by form of exploitation,Forced labour,2.5,120,1 +19530,2020,by form of exploitation,Sexual exploitation,2.5,120,4 +19531,2020,by form of exploitation,Sexual exploitation,2.5,120,5 +19532,2020,by form of exploitation,Sexual exploitation,2.5,120,6 +19533,2020,by form of exploitation,Sexual exploitation,2.5,120,7 +19534,2020,by form of exploitation,Sexual exploitation,2.5,120,9 +19535,2020,by form of exploitation,Sexual exploitation,2.5,120,8 +19536,2020,by form of exploitation,Sexual exploitation,2.5,120,2 +19537,2020,by form of exploitation,Sexual exploitation,2.5,120,3 +19538,2020,by form of exploitation,Sexual exploitation,2.5,120,1 +19539,2020,by form of exploitation,Sexual exploitation,2.5,120,1 +19540,2021,Unknown,Unknown,2.5,120,9 +19541,2021,Unknown,Unknown,2.5,120,8 +19542,2021,Unknown,Unknown,2.5,120,1 +19543,2021,Unknown,Unknown,2.5,120,4 +19544,2021,Unknown,Unknown,2.5,120,5 +19545,2021,Unknown,Unknown,2.5,120,6 +19546,2021,Unknown,Unknown,2.5,120,7 +19547,2021,Unknown,Unknown,2.5,120,2 +19548,2021,Unknown,Unknown,2.5,120,3 +19549,2021,Unknown,Unknown,2.5,120,1 +19550,2021,by citizenship,China,2.5,120,1 +19551,2021,by citizenship,Philippines,2.5,120,1 +19552,2021,by citizenship,United Kingdom,2.5,120,1 +19553,2021,by citizenship,Venezuela,2.5,120,1 +19554,2021,by form of exploitation,Forced labour,2.5,120,4 +19555,2021,by form of exploitation,Forced labour,2.5,120,5 +19556,2021,by form of exploitation,Forced labour,2.5,120,6 +19557,2021,by form of exploitation,Forced labour,2.5,120,7 +19558,2021,by form of exploitation,Forced labour,2.5,120,3 +19559,2021,by form of exploitation,Forced labour,2.5,120,1 +19560,2021,by form of exploitation,Sexual exploitation,2.5,120,4 +19561,2021,by form of exploitation,Sexual exploitation,2.5,120,5 +19562,2021,by form of exploitation,Sexual exploitation,2.5,120,6 +19563,2021,by form of exploitation,Sexual exploitation,2.5,120,7 +19564,2021,by form of exploitation,Sexual exploitation,2.5,120,3 +19565,2021,by form of exploitation,Sexual exploitation,2.5,120,1 +19566,2022,Unknown,Unknown,2.5,120,4 +19567,2022,Unknown,Unknown,19.0,120,5 +19568,2022,Unknown,Unknown,2.5,120,6 +19569,2022,Unknown,Unknown,2.5,120,7 +19570,2022,Unknown,Unknown,2.5,120,2 +19571,2022,Unknown,Unknown,22.0,120,3 +19572,2022,Unknown,Unknown,22.0,120,1 +19573,2022,by citizenship,Bangladesh,2.5,120,1 +19574,2022,by citizenship,China,2.5,120,1 +19575,2022,by citizenship,Colombia,2.5,120,1 +19576,2022,by citizenship,Philippines,6.0,120,1 +19577,2022,by citizenship,Hungary,2.5,120,1 +19578,2022,by citizenship,Kenya,2.5,120,1 +19579,2022,by citizenship,Nigeria,2.5,120,1 +19580,2022,by citizenship,Pakistan,2.5,120,1 +19581,2022,by citizenship,Tunisia,2.5,120,1 +19582,2022,by citizenship,United Kingdom,2.5,120,1 +19583,2022,by citizenship,Venezuela,5.0,120,1 +19584,2022,by form of exploitation,Forced labour,2.5,120,4 +19585,2022,by form of exploitation,Forced labour,5.0,120,5 +19586,2022,by form of exploitation,Forced labour,2.5,120,6 +19587,2022,by form of exploitation,Forced labour,2.5,120,7 +19588,2022,by form of exploitation,Forced labour,8.0,120,3 +19589,2022,by form of exploitation,Forced labour,8.0,120,1 +19590,2022,by form of exploitation,Sexual exploitation,2.5,120,4 +19591,2022,by form of exploitation,Sexual exploitation,9.0,120,5 +19592,2022,by form of exploitation,Sexual exploitation,2.5,120,6 +19593,2022,by form of exploitation,Sexual exploitation,2.5,120,7 +19594,2022,by form of exploitation,Sexual exploitation,9.0,120,3 +19595,2022,by form of exploitation,Sexual exploitation,9.0,120,1 +19596,2003,by country of repatriation,Abroad,2.5,121,1 +19597,2007,Unknown,Unknown,271.0,121,1 +19598,2008,Unknown,Unknown,303.0,121,1 +19599,2009,Unknown,Unknown,302.0,121,1 +19600,2010,Unknown,Unknown,73.0,121,4 +19601,2010,Unknown,Unknown,219.0,121,5 +19602,2010,Unknown,Unknown,29.0,121,6 +19603,2010,Unknown,Unknown,60.0,121,7 +19604,2010,Unknown,Unknown,102.0,121,2 +19605,2010,Unknown,Unknown,279.0,121,3 +19606,2010,Unknown,Unknown,381.0,121,1 +19607,2010,by country of repatriation,Myanmar,15.0,121,1 +19608,2011,Unknown,Unknown,52.0,121,4 +19609,2011,Unknown,Unknown,159.0,121,5 +19610,2011,Unknown,Unknown,9.0,121,6 +19611,2011,Unknown,Unknown,36.0,121,7 +19612,2011,Unknown,Unknown,61.0,121,2 +19613,2011,Unknown,Unknown,195.0,121,3 +19614,2011,Unknown,Unknown,256.0,121,1 +19615,2011,by country of repatriation,Myanmar,23.0,121,1 +19616,2012,Unknown,Unknown,261.0,121,1 +19617,2012,by form of exploitation,Forced labour,69.0,121,1 +19618,2012,by form of exploitation,Sexual exploitation,50.0,121,1 +19619,2013,Unknown,Unknown,256.0,121,1 +19620,2013,by form of exploitation,Forced labour,107.0,121,1 +19621,2013,by form of exploitation,Sexual exploitation,60.0,121,1 +19622,2014,Unknown,Unknown,2.5,121,2 +19623,2014,Unknown,Unknown,2.5,121,3 +19624,2014,Unknown,Unknown,309.0,121,1 +19625,2014,by form of exploitation,Forced labour,146.0,121,1 +19626,2014,by form of exploitation,Sexual exploitation,41.0,121,1 +19627,2015,by form of exploitation,Sexual exploitation,279.0,121,1 +19628,2015,Unknown,Unknown,52.0,121,4 +19629,2015,Unknown,Unknown,194.0,121,5 +19630,2015,Unknown,Unknown,46.0,121,6 +19631,2015,Unknown,Unknown,351.0,121,7 +19632,2015,Unknown,Unknown,98.0,121,2 +19633,2015,Unknown,Unknown,545.0,121,3 +19634,2015,Unknown,Unknown,643.0,121,1 +19635,2015,by citizenship,China,80.0,121,1 +19636,2015,by citizenship,Malaysia,13.0,121,1 +19637,2015,by citizenship,Myanmar,21.0,121,1 +19638,2015,by citizenship,Thailand,16.0,121,1 +19639,2015,by country of repatriation,Indonesia,14.0,121,1 +19640,2015,by form of exploitation,Forced labour,30.0,121,4 +19641,2015,by form of exploitation,Forced labour,13.0,121,5 +19642,2015,by form of exploitation,Forced labour,44.0,121,6 +19643,2015,by form of exploitation,Forced labour,307.0,121,7 +19644,2015,by form of exploitation,Forced labour,394.0,121,1 +19645,2015,by form of exploitation,Sexual exploitation,22.0,121,4 +19646,2015,by form of exploitation,Sexual exploitation,131.0,121,5 +19647,2016,by form of exploitation,Sexual exploitation,256.0,121,1 +19648,2016,Unknown,Unknown,27.0,121,4 +19649,2016,Unknown,Unknown,79.0,121,5 +19650,2016,Unknown,Unknown,15.0,121,6 +19651,2016,Unknown,Unknown,186.0,121,7 +19652,2016,Unknown,Unknown,42.0,121,2 +19653,2016,Unknown,Unknown,265.0,121,3 +19654,2016,Unknown,Unknown,307.0,121,1 +19655,2016,by citizenship,China,88.0,121,1 +19656,2016,by citizenship,Malaysia,6.0,121,1 +19657,2016,by citizenship,Myanmar,28.0,121,1 +19658,2016,by citizenship,Thailand,9.0,121,1 +19659,2016,by country of repatriation,Indonesia,14.0,121,1 +19660,2016,by form of exploitation,Forced labour,6.0,121,4 +19661,2016,by form of exploitation,Forced labour,17.0,121,5 +19662,2016,by form of exploitation,Forced labour,44.0,121,6 +19663,2016,by form of exploitation,Forced labour,33.0,121,7 +19664,2016,by form of exploitation,Forced labour,100.0,121,1 +19665,2016,by form of exploitation,Sexual exploitation,14.0,121,4 +19666,2016,by form of exploitation,Sexual exploitation,149.0,121,5 +19667,2016,by form of exploitation,Sexual exploitation,2.5,121,7 +19668,2017,by form of exploitation,Sexual exploitation,355.0,121,1 +19669,2017,Unknown,Unknown,33.0,121,4 +19670,2017,Unknown,Unknown,252.0,121,5 +19671,2017,Unknown,Unknown,12.0,121,6 +19672,2017,Unknown,Unknown,56.0,121,7 +19673,2017,Unknown,Unknown,45.0,121,2 +19674,2017,Unknown,Unknown,308.0,121,3 +19675,2017,Unknown,Unknown,353.0,121,1 +19676,2017,by citizenship,Nationals,353.0,121,1 +19677,2017,by country of repatriation,Abroad,270.0,121,1 +19678,2017,by country of repatriation,China,254.0,121,1 +19679,2017,by country of repatriation,Malaysia,2.5,121,1 +19680,2017,by country of repatriation,Thailand,15.0,121,1 +19681,2017,by form of exploitation,Forced labour,2.5,121,4 +19682,2017,by form of exploitation,Forced labour,15.0,121,5 +19683,2017,by form of exploitation,Forced labour,5.0,121,6 +19684,2017,by form of exploitation,Forced labour,52.0,121,7 +19685,2017,by form of exploitation,Forced labour,8.0,121,2 +19686,2017,by form of exploitation,Forced labour,67.0,121,3 +19687,2017,by form of exploitation,Forced labour,75.0,121,1 +19688,2017,by form of exploitation,Sexual exploitation,28.0,121,4 +19689,2017,by form of exploitation,Sexual exploitation,237.0,121,5 +19690,2017,by form of exploitation,Sexual exploitation,2.5,121,6 +19691,2017,by form of exploitation,Sexual exploitation,2.5,121,7 +19692,2017,by form of exploitation,Sexual exploitation,28.0,121,2 +19693,2017,by form of exploitation,Sexual exploitation,237.0,121,3 +19694,2018,Unknown,Unknown,36.0,121,4 +19695,2018,Unknown,Unknown,243.0,121,5 +19696,2018,Unknown,Unknown,2.5,121,6 +19697,2018,Unknown,Unknown,34.0,121,7 +19698,2018,Unknown,Unknown,40.0,121,2 +19699,2018,Unknown,Unknown,277.0,121,3 +19700,2018,Unknown,Unknown,317.0,121,1 +19701,2018,by citizenship,Myanmar,317.0,121,1 +19702,2018,by country of repatriation,Abroad,264.0,121,1 +19703,2018,by country of repatriation,China,259.0,121,1 +19704,2018,by country of repatriation,Thailand,5.0,121,1 +19705,2018,by form of exploitation,Forced labour,2.5,121,4 +19706,2018,by form of exploitation,Forced labour,14.0,121,5 +19707,2018,by form of exploitation,Forced labour,8.0,121,6 +19708,2018,by form of exploitation,Forced labour,27.0,121,7 +19709,2018,by form of exploitation,Forced labour,11.0,121,2 +19710,2018,by form of exploitation,Forced labour,41.0,121,3 +19711,2018,by form of exploitation,Forced labour,52.0,121,1 +19712,2018,by form of exploitation,Sexual exploitation,78.0,121,4 +19713,2018,by form of exploitation,Sexual exploitation,175.0,121,5 +19714,2018,by form of exploitation,Sexual exploitation,2.5,121,6 +19715,2018,by form of exploitation,Sexual exploitation,2.5,121,7 +19716,2018,by form of exploitation,Sexual exploitation,79.0,121,2 +19717,2018,by form of exploitation,Sexual exploitation,175.0,121,3 +19718,2018,by form of exploitation,Sexual exploitation,254.0,121,1 +19719,2019,Unknown,Unknown,72.0,121,4 +19720,2019,Unknown,Unknown,225.0,121,5 +19721,2019,Unknown,Unknown,12.0,121,6 +19722,2019,Unknown,Unknown,49.0,121,7 +19723,2019,Unknown,Unknown,84.0,121,2 +19724,2019,Unknown,Unknown,274.0,121,3 +19725,2019,Unknown,Unknown,358.0,121,1 +19726,2019,by citizenship,Nationals,358.0,121,1 +19727,2019,by country of repatriation,Abroad,289.0,121,1 +19728,2019,by country of repatriation,China,282.0,121,1 +19729,2019,by country of repatriation,Malaysia,2.5,121,1 +19730,2019,by country of repatriation,Thailand,5.0,121,1 +19731,2019,by form of exploitation,Forced labour,5.0,121,4 +19732,2019,by form of exploitation,Forced labour,6.0,121,5 +19733,2019,by form of exploitation,Forced labour,8.0,121,6 +19734,2019,by form of exploitation,Forced labour,49.0,121,7 +19735,2019,by form of exploitation,Forced labour,13.0,121,2 +19736,2019,by form of exploitation,Forced labour,55.0,121,3 +19737,2019,by form of exploitation,Forced labour,68.0,121,1 +19738,2019,by form of exploitation,Sexual exploitation,66.0,121,4 +19739,2019,by form of exploitation,Sexual exploitation,216.0,121,5 +19740,2019,by form of exploitation,Sexual exploitation,2.5,121,6 +19741,2019,by form of exploitation,Sexual exploitation,2.5,121,7 +19742,2019,by form of exploitation,Sexual exploitation,70.0,121,2 +19743,2019,by form of exploitation,Sexual exploitation,216.0,121,3 +19744,2019,by form of exploitation,Sexual exploitation,286.0,121,1 +19745,2020,Unknown,Unknown,39.0,121,4 +19746,2020,Unknown,Unknown,113.0,121,5 +19747,2020,Unknown,Unknown,2.5,121,6 +19748,2020,Unknown,Unknown,15.0,121,7 +19749,2020,Unknown,Unknown,39.0,121,2 +19750,2020,Unknown,Unknown,128.0,121,3 +19751,2020,Unknown,Unknown,167.0,121,1 +19752,2020,by citizenship,Nationals,167.0,121,1 +19753,2020,by country of repatriation,Abroad,82.0,121,1 +19754,2020,by country of repatriation,China,2.5,121,1 +19755,2020,by country of repatriation,Myanmar,78.0,121,1 +19756,2020,by country of repatriation,Malaysia,2.5,121,1 +19757,2020,by form of exploitation,Forced labour,2.5,121,4 +19758,2020,by form of exploitation,Forced labour,2.5,121,5 +19759,2020,by form of exploitation,Forced labour,2.5,121,6 +19760,2020,by form of exploitation,Forced labour,2.5,121,7 +19761,2020,by form of exploitation,Forced labour,2.5,121,2 +19762,2020,by form of exploitation,Forced labour,2.5,121,3 +19763,2020,by form of exploitation,Forced labour,2.5,121,1 +19764,2020,by form of exploitation,Sexual exploitation,38.0,121,4 +19765,2020,by form of exploitation,Sexual exploitation,112.0,121,5 +19766,2020,by form of exploitation,Sexual exploitation,2.5,121,6 +19767,2020,by form of exploitation,Sexual exploitation,2.5,121,7 +19768,2020,by form of exploitation,Sexual exploitation,38.0,121,2 +19769,2020,by form of exploitation,Sexual exploitation,112.0,121,3 +19770,2020,by form of exploitation,Sexual exploitation,150.0,121,1 +19771,2021,Unknown,Unknown,5.0,121,4 +19772,2021,Unknown,Unknown,18.0,121,5 +19773,2021,Unknown,Unknown,2.5,121,6 +19774,2021,Unknown,Unknown,2.5,121,7 +19775,2021,Unknown,Unknown,7.0,121,2 +19776,2021,Unknown,Unknown,22.0,121,3 +19777,2021,Unknown,Unknown,29.0,121,1 +19778,2021,by citizenship,Nationals,29.0,121,1 +19779,2021,by country of repatriation,Abroad,19.0,121,1 +19780,2021,by country of repatriation,China,18.0,121,1 +19781,2021,by country of repatriation,Thailand,2.5,121,1 +19782,2021,by form of exploitation,Forced labour,2.5,121,4 +19783,2021,by form of exploitation,Forced labour,2.5,121,5 +19784,2021,by form of exploitation,Forced labour,2.5,121,6 +19785,2021,by form of exploitation,Forced labour,2.5,121,7 +19786,2021,by form of exploitation,Forced labour,2.5,121,2 +19787,2021,by form of exploitation,Forced labour,2.5,121,3 +19788,2021,by form of exploitation,Forced labour,5.0,121,1 +19789,2021,by form of exploitation,Sexual exploitation,5.0,121,4 +19790,2021,by form of exploitation,Sexual exploitation,18.0,121,5 +19791,2021,by form of exploitation,Sexual exploitation,2.5,121,6 +19792,2021,by form of exploitation,Sexual exploitation,2.5,121,7 +19793,2021,by form of exploitation,Sexual exploitation,5.0,121,2 +19794,2021,by form of exploitation,Sexual exploitation,18.0,121,3 +19795,2021,by form of exploitation,Sexual exploitation,23.0,121,1 +19796,2022,Unknown,Unknown,5.0,121,4 +19797,2022,Unknown,Unknown,23.0,121,5 +19798,2022,Unknown,Unknown,2.5,121,6 +19799,2022,Unknown,Unknown,24.0,121,7 +19800,2022,Unknown,Unknown,6.0,121,2 +19801,2022,Unknown,Unknown,47.0,121,3 +19802,2022,Unknown,Unknown,53.0,121,1 +19803,2022,by citizenship,China,2.5,121,1 +19804,2022,by citizenship,Nationals,49.0,121,1 +19805,2022,by country of repatriation,Abroad,30.0,121,1 +19806,2022,by country of repatriation,China,2.5,121,1 +19807,2022,by country of repatriation,Myanmar,23.0,121,1 +19808,2022,by country of repatriation,UAE,7.0,121,1 +19809,2022,by country of repatriation,Laos,10.0,121,1 +19810,2022,by country of repatriation,Singapore,10.0,121,1 +19811,2022,by form of exploitation,Forced labour,2.5,121,4 +19812,2022,by form of exploitation,Forced labour,13.0,121,5 +19813,2022,by form of exploitation,Forced labour,2.5,121,6 +19814,2022,by form of exploitation,Forced labour,24.0,121,7 +19815,2022,by form of exploitation,Forced labour,2.5,121,2 +19816,2022,by form of exploitation,Forced labour,37.0,121,3 +19817,2022,by form of exploitation,Forced labour,38.0,121,1 +19818,2022,by form of exploitation,Sexual exploitation,5.0,121,4 +19819,2022,by form of exploitation,Sexual exploitation,10.0,121,5 +19820,2022,by form of exploitation,Sexual exploitation,5.0,121,6 +19821,2022,by form of exploitation,Sexual exploitation,2.5,121,7 +19822,2022,by form of exploitation,Sexual exploitation,5.0,121,2 +19823,2022,by form of exploitation,Sexual exploitation,10.0,121,3 +19824,2022,by form of exploitation,Sexual exploitation,15.0,121,1 +19825,2003,by country of repatriation,Abroad,2.5,122,1 +19826,2007,Unknown,Unknown,2.5,122,5 +19827,2007,Unknown,Unknown,2.5,122,7 +19828,2007,Unknown,Unknown,2.5,122,2 +19829,2007,Unknown,Unknown,2.5,122,3 +19830,2007,Unknown,Unknown,2.5,122,1 +19831,2008,Unknown,Unknown,2.5,122,4 +19832,2008,Unknown,Unknown,2.5,122,5 +19833,2008,Unknown,Unknown,2.5,122,6 +19834,2008,Unknown,Unknown,2.5,122,7 +19835,2008,Unknown,Unknown,2.5,122,2 +19836,2008,Unknown,Unknown,2.5,122,3 +19837,2008,Unknown,Unknown,2.5,122,1 +19838,2008,by form of exploitation,Sexual exploitation,2.5,122,1 +19839,2010,Unknown,Unknown,2.5,122,4 +19840,2010,Unknown,Unknown,2.5,122,5 +19841,2010,Unknown,Unknown,2.5,122,6 +19842,2010,Unknown,Unknown,2.5,122,7 +19843,2010,Unknown,Unknown,2.5,122,2 +19844,2010,Unknown,Unknown,2.5,122,3 +19845,2010,Unknown,Unknown,2.5,122,1 +19846,2010,by citizenship,Kosovo,2.5,122,1 +19847,2010,by form of exploitation,Sexual exploitation,2.5,122,1 +19848,2011,Unknown,Unknown,2.5,122,4 +19849,2011,Unknown,Unknown,2.5,122,5 +19850,2011,Unknown,Unknown,2.5,122,6 +19851,2011,Unknown,Unknown,2.5,122,7 +19852,2011,Unknown,Unknown,2.5,122,2 +19853,2011,Unknown,Unknown,2.5,122,3 +19854,2011,Unknown,Unknown,2.5,122,1 +19855,2011,by citizenship,Serbia,2.5,122,1 +19856,2011,by form of exploitation,Forced labour,2.5,122,1 +19857,2012,Unknown,Unknown,2.5,122,4 +19858,2012,Unknown,Unknown,5.0,122,5 +19859,2012,Unknown,Unknown,2.5,122,6 +19860,2012,Unknown,Unknown,2.5,122,7 +19861,2012,Unknown,Unknown,2.5,122,2 +19862,2012,Unknown,Unknown,5.0,122,3 +19863,2012,Unknown,Unknown,9.0,122,1 +19864,2012,by citizenship,Montenegro,2.5,122,1 +19865,2012,by form of exploitation,Sexual exploitation,9.0,122,1 +19866,2013,Unknown,Unknown,2.5,122,4 +19867,2013,Unknown,Unknown,2.5,122,5 +19868,2013,Unknown,Unknown,2.5,122,6 +19869,2013,Unknown,Unknown,2.5,122,7 +19870,2013,Unknown,Unknown,2.5,122,2 +19871,2013,Unknown,Unknown,2.5,122,3 +19872,2013,Unknown,Unknown,2.5,122,1 +19873,2013,by citizenship,Kosovo,2.5,122,1 +19874,2013,by form of exploitation,Forced labour,2.5,122,1 +19875,2014,Unknown,Unknown,2.5,122,4 +19876,2014,Unknown,Unknown,2.5,122,5 +19877,2014,Unknown,Unknown,2.5,122,2 +19878,2014,Unknown,Unknown,2.5,122,3 +19879,2014,Unknown,Unknown,2.5,122,1 +19880,2014,by citizenship,Bosnia and Herzegovina,2.5,122,1 +19881,2014,by citizenship,Kosovo,2.5,122,1 +19882,2014,by form of exploitation,Forced labour,2.5,122,5 +19883,2014,by form of exploitation,Forced labour,2.5,122,1 +19884,2015,Unknown,Unknown,2.5,122,4 +19885,2015,Unknown,Unknown,2.5,122,2 +19886,2015,Unknown,Unknown,2.5,122,3 +19887,2015,Unknown,Unknown,2.5,122,1 +19888,2015,by citizenship,Montenegro,2.5,122,1 +19889,2016,Unknown,Unknown,2.5,122,4 +19890,2016,Unknown,Unknown,2.5,122,1 +19891,2016,by citizenship,Montenegro,2.5,122,1 +19892,2016,by form of exploitation,Forced labour,2.5,122,4 +19893,2016,by form of exploitation,Forced labour,2.5,122,1 +19894,2017,Unknown,Unknown,2.5,122,4 +19895,2017,Unknown,Unknown,2.5,122,5 +19896,2017,Unknown,Unknown,2.5,122,6 +19897,2017,Unknown,Unknown,2.5,122,7 +19898,2017,Unknown,Unknown,5.0,122,2 +19899,2017,Unknown,Unknown,5.0,122,3 +19900,2017,Unknown,Unknown,10.0,122,1 +19901,2018,Unknown,Unknown,6.0,122,2 +19902,2018,Unknown,Unknown,6.0,122,3 +19903,2018,Unknown,Unknown,12.0,122,1 +19904,2019,by form of exploitation,Sexual exploitation,2.5,122,1 +19905,2020,Unknown,Unknown,6.0,122,4 +19906,2020,Unknown,Unknown,15.0,122,5 +19907,2020,Unknown,Unknown,2.5,122,6 +19908,2020,Unknown,Unknown,27.0,122,7 +19909,2020,Unknown,Unknown,10.0,122,2 +19910,2020,Unknown,Unknown,42.0,122,3 +19911,2020,Unknown,Unknown,52.0,122,1 +19912,2020,by citizenship,Kosovo,2.5,122,1 +19913,2020,by citizenship,Pakistan,2.5,122,1 +19914,2020,by citizenship,Serbia,2.5,122,1 +19915,2020,by citizenship,Taiwan,37.0,122,1 +19916,2020,by country of repatriation,Abroad,2.5,122,1 +19917,2020,by form of exploitation,Forced labour,2.5,122,4 +19918,2020,by form of exploitation,Forced labour,12.0,122,5 +19919,2020,by form of exploitation,Forced labour,2.5,122,6 +19920,2020,by form of exploitation,Forced labour,27.0,122,7 +19921,2020,by form of exploitation,Forced labour,2.5,122,2 +19922,2020,by form of exploitation,Forced labour,39.0,122,3 +19923,2020,by form of exploitation,Forced labour,43.0,122,1 +19924,2020,by form of exploitation,Sexual exploitation,7.0,122,4 +19925,2020,by form of exploitation,Sexual exploitation,2.5,122,5 +19926,2020,by form of exploitation,Sexual exploitation,2.5,122,6 +19927,2020,by form of exploitation,Sexual exploitation,2.5,122,7 +19928,2020,by form of exploitation,Sexual exploitation,8.0,122,2 +19929,2020,by form of exploitation,Sexual exploitation,2.5,122,3 +19930,2020,by form of exploitation,Sexual exploitation,10.0,122,1 +19931,2021,Unknown,Unknown,2.5,122,4 +19932,2021,Unknown,Unknown,2.5,122,5 +19933,2021,Unknown,Unknown,2.5,122,6 +19934,2021,Unknown,Unknown,2.5,122,7 +19935,2021,Unknown,Unknown,5.0,122,2 +19936,2021,Unknown,Unknown,2.5,122,3 +19937,2021,Unknown,Unknown,5.0,122,1 +19938,2021,by citizenship,Serbia,2.5,122,1 +19939,2021,by country of repatriation,Abroad,2.5,122,1 +19940,2021,by form of exploitation,Forced labour,2.5,122,4 +19941,2021,by form of exploitation,Forced labour,2.5,122,5 +19942,2021,by form of exploitation,Forced labour,2.5,122,6 +19943,2021,by form of exploitation,Forced labour,2.5,122,7 +19944,2021,by form of exploitation,Forced labour,2.5,122,2 +19945,2021,by form of exploitation,Forced labour,2.5,122,1 +19946,2021,by form of exploitation,Sexual exploitation,2.5,122,4 +19947,2021,by form of exploitation,Sexual exploitation,2.5,122,5 +19948,2021,by form of exploitation,Sexual exploitation,2.5,122,6 +19949,2021,by form of exploitation,Sexual exploitation,2.5,122,7 +19950,2021,by form of exploitation,Sexual exploitation,2.5,122,2 +19951,2021,by form of exploitation,Sexual exploitation,2.5,122,3 +19952,2021,by form of exploitation,Sexual exploitation,2.5,122,1 +19953,2022,Unknown,Unknown,9.0,122,4 +19954,2022,Unknown,Unknown,2.5,122,5 +19955,2022,Unknown,Unknown,2.5,122,6 +19956,2022,Unknown,Unknown,2.5,122,7 +19957,2022,Unknown,Unknown,12.0,122,2 +19958,2022,Unknown,Unknown,2.5,122,3 +19959,2022,Unknown,Unknown,16.0,122,1 +19960,2022,by citizenship,Nationals,11.0,122,1 +19961,2022,by citizenship,Russia,2.5,122,1 +19962,2022,by citizenship,Serbia,2.5,122,1 +19963,2022,by country of repatriation,Abroad,2.5,122,1 +19964,2022,by form of exploitation,Forced labour,2.5,122,4 +19965,2022,by form of exploitation,Forced labour,2.5,122,5 +19966,2022,by form of exploitation,Forced labour,2.5,122,6 +19967,2022,by form of exploitation,Forced labour,2.5,122,7 +19968,2022,by form of exploitation,Sexual exploitation,2.5,122,4 +19969,2022,by form of exploitation,Sexual exploitation,2.5,122,5 +19970,2022,by form of exploitation,Sexual exploitation,2.5,122,6 +19971,2022,by form of exploitation,Sexual exploitation,2.5,122,7 +19972,2022,by form of exploitation,Sexual exploitation,2.5,122,3 +19973,2022,by form of exploitation,Sexual exploitation,2.5,122,1 +19974,2003,by country of repatriation,Abroad,2.5,123,1 +19975,2003,by form of exploitation,Forced labour,2.5,123,1 +19976,2003,by form of exploitation,Sexual exploitation,2.5,123,1 +19977,2004,by form of exploitation,Sexual exploitation,2.5,123,1 +19978,2005,by form of exploitation,Sexual exploitation,2.5,123,1 +19979,2006,by form of exploitation,Forced labour,2.5,123,1 +19980,2006,by form of exploitation,Sexual exploitation,11.0,123,1 +19981,2007,by form of exploitation,Forced labour,41.0,123,1 +19982,2007,by form of exploitation,Sexual exploitation,36.0,123,1 +19983,2008,Unknown,Unknown,70.0,123,1 +19984,2009,Unknown,Unknown,7.0,123,2 +19985,2009,Unknown,Unknown,144.0,123,3 +19986,2009,Unknown,Unknown,151.0,123,1 +19987,2009,by form of exploitation,Forced labour,48.0,123,1 +19988,2009,by form of exploitation,Sexual exploitation,73.0,123,1 +19989,2012,Unknown,Unknown,2.5,123,4 +19990,2012,Unknown,Unknown,21.0,123,5 +19991,2012,Unknown,Unknown,2.5,123,6 +19992,2012,Unknown,Unknown,2.5,123,7 +19993,2012,Unknown,Unknown,2.5,123,2 +19994,2012,Unknown,Unknown,21.0,123,3 +19995,2012,Unknown,Unknown,21.0,123,1 +19996,2012,by form of exploitation,Sexual exploitation,21.0,123,1 +19997,2013,Unknown,Unknown,2.5,123,4 +19998,2013,Unknown,Unknown,2.5,123,5 +19999,2013,Unknown,Unknown,2.5,123,6 +20000,2013,Unknown,Unknown,2.5,123,7 +20001,2013,Unknown,Unknown,2.5,123,2 +20002,2013,Unknown,Unknown,2.5,123,3 +20003,2013,Unknown,Unknown,2.5,123,1 +20004,2013,by citizenship,Mongolia,2.5,123,1 +20005,2013,by form of exploitation,Sexual exploitation,2.5,123,1 +20006,2014,Unknown,Unknown,5.0,123,4 +20007,2014,Unknown,Unknown,24.0,123,5 +20008,2014,Unknown,Unknown,2.5,123,6 +20009,2014,Unknown,Unknown,2.5,123,7 +20010,2014,Unknown,Unknown,5.0,123,2 +20011,2014,Unknown,Unknown,24.0,123,3 +20012,2014,Unknown,Unknown,29.0,123,1 +20013,2014,by citizenship,Mongolia,14.0,123,1 +20014,2014,by country of repatriation,Vietnam,2.5,123,1 +20015,2014,by form of exploitation,Sexual exploitation,5.0,123,4 +20016,2014,by form of exploitation,Sexual exploitation,24.0,123,5 +20017,2014,by form of exploitation,Sexual exploitation,29.0,123,1 +20018,2015,Unknown,Unknown,5.0,123,4 +20019,2015,Unknown,Unknown,20.0,123,5 +20020,2015,Unknown,Unknown,2.5,123,6 +20021,2015,Unknown,Unknown,2.5,123,7 +20022,2015,Unknown,Unknown,5.0,123,2 +20023,2015,Unknown,Unknown,20.0,123,3 +20024,2015,Unknown,Unknown,25.0,123,1 +20025,2015,by citizenship,Mongolia,7.0,123,1 +20026,2015,by country of repatriation,China,2.5,123,1 +20027,2015,by form of exploitation,Sexual exploitation,5.0,123,4 +20028,2015,by form of exploitation,Sexual exploitation,20.0,123,5 +20029,2015,by form of exploitation,Sexual exploitation,25.0,123,1 +20030,2016,Unknown,Unknown,6.0,123,4 +20031,2016,Unknown,Unknown,54.0,123,5 +20032,2016,Unknown,Unknown,2.5,123,6 +20033,2016,Unknown,Unknown,2.5,123,7 +20034,2016,Unknown,Unknown,6.0,123,2 +20035,2016,Unknown,Unknown,54.0,123,3 +20036,2016,Unknown,Unknown,60.0,123,1 +20037,2016,by citizenship,Mongolia,43.0,123,1 +20038,2016,by country of repatriation,China,2.5,123,1 +20039,2016,by country of repatriation,Vietnam,2.5,123,1 +20040,2016,by form of exploitation,Sexual exploitation,6.0,123,4 +20041,2016,by form of exploitation,Sexual exploitation,54.0,123,5 +20042,2016,by form of exploitation,Sexual exploitation,60.0,123,1 +20043,2017,Unknown,Unknown,2.5,123,4 +20044,2017,Unknown,Unknown,26.0,123,5 +20045,2017,Unknown,Unknown,2.5,123,6 +20046,2017,Unknown,Unknown,2.5,123,7 +20047,2017,Unknown,Unknown,20.0,123,2 +20048,2017,Unknown,Unknown,26.0,123,3 +20049,2017,Unknown,Unknown,46.0,123,1 +20050,2017,by citizenship,Nationals,46.0,123,1 +20051,2017,by country of repatriation,Abroad,7.0,123,1 +20052,2017,by country of repatriation,China,7.0,123,1 +20053,2017,by form of exploitation,Forced labour,2.5,123,4 +20054,2017,by form of exploitation,Forced labour,2.5,123,5 +20055,2017,by form of exploitation,Forced labour,2.5,123,6 +20056,2017,by form of exploitation,Forced labour,2.5,123,7 +20057,2017,by form of exploitation,Forced labour,2.5,123,8 +20058,2017,by form of exploitation,Forced labour,2.5,123,3 +20059,2017,by form of exploitation,Sexual exploitation,2.5,123,4 +20060,2017,by form of exploitation,Sexual exploitation,2.5,123,5 +20061,2017,by form of exploitation,Sexual exploitation,2.5,123,6 +20062,2017,by form of exploitation,Sexual exploitation,2.5,123,7 +20063,2017,by form of exploitation,Sexual exploitation,20.0,123,2 +20064,2017,by form of exploitation,Sexual exploitation,26.0,123,3 +20065,2017,by form of exploitation,Sexual exploitation,2.5,123,1 +20066,2018,Unknown,Unknown,2.5,123,4 +20067,2018,Unknown,Unknown,2.5,123,5 +20068,2018,Unknown,Unknown,2.5,123,6 +20069,2018,Unknown,Unknown,2.5,123,7 +20070,2018,Unknown,Unknown,13.0,123,2 +20071,2018,Unknown,Unknown,29.0,123,3 +20072,2018,Unknown,Unknown,42.0,123,1 +20073,2018,by citizenship,Nationals,42.0,123,1 +20074,2018,by country of repatriation,Abroad,23.0,123,1 +20075,2018,by country of repatriation,Cambodia,2.5,123,1 +20076,2018,by country of repatriation,China,14.0,123,1 +20077,2018,by country of repatriation,Malaysia,2.5,123,1 +20078,2018,by country of repatriation,Myanmar,2.5,123,1 +20079,2018,by form of exploitation,Forced labour,2.5,123,4 +20080,2018,by form of exploitation,Forced labour,2.5,123,5 +20081,2018,by form of exploitation,Forced labour,2.5,123,6 +20082,2018,by form of exploitation,Forced labour,2.5,123,7 +20083,2018,by form of exploitation,Forced labour,2.5,123,8 +20084,2018,by form of exploitation,Forced labour,2.5,123,3 +20085,2018,by form of exploitation,Forced labour,2.5,123,1 +20086,2018,by form of exploitation,Sexual exploitation,2.5,123,4 +20087,2018,by form of exploitation,Sexual exploitation,2.5,123,5 +20088,2018,by form of exploitation,Sexual exploitation,2.5,123,6 +20089,2018,by form of exploitation,Sexual exploitation,2.5,123,7 +20090,2018,by form of exploitation,Sexual exploitation,13.0,123,2 +20091,2018,by form of exploitation,Sexual exploitation,29.0,123,3 +20092,2018,by form of exploitation,Sexual exploitation,42.0,123,1 +20093,2019,Unknown,Unknown,2.5,123,4 +20094,2019,Unknown,Unknown,2.5,123,5 +20095,2019,Unknown,Unknown,2.5,123,6 +20096,2019,Unknown,Unknown,2.5,123,7 +20097,2019,Unknown,Unknown,17.0,123,2 +20098,2019,Unknown,Unknown,48.0,123,3 +20099,2019,Unknown,Unknown,65.0,123,1 +20100,2019,by citizenship,Mongolia,65.0,123,1 +20101,2019,by country of repatriation,Abroad,2.5,123,1 +20102,2019,by country of repatriation,Turkey,2.5,123,1 +20103,2019,by form of exploitation,Forced labour,2.5,123,4 +20104,2019,by form of exploitation,Forced labour,2.5,123,5 +20105,2019,by form of exploitation,Forced labour,2.5,123,6 +20106,2019,by form of exploitation,Forced labour,2.5,123,7 +20107,2019,by form of exploitation,Forced labour,2.5,123,8 +20108,2019,by form of exploitation,Forced labour,2.5,123,2 +20109,2019,by form of exploitation,Forced labour,2.5,123,3 +20110,2019,by form of exploitation,Sexual exploitation,2.5,123,4 +20111,2019,by form of exploitation,Sexual exploitation,2.5,123,5 +20112,2019,by form of exploitation,Sexual exploitation,2.5,123,6 +20113,2019,by form of exploitation,Sexual exploitation,2.5,123,7 +20114,2019,by form of exploitation,Sexual exploitation,17.0,123,2 +20115,2019,by form of exploitation,Sexual exploitation,48.0,123,3 +20116,2019,by form of exploitation,Sexual exploitation,65.0,123,1 +20117,2020,Unknown,Unknown,2.5,123,4 +20118,2020,Unknown,Unknown,2.5,123,5 +20119,2020,Unknown,Unknown,2.5,123,6 +20120,2020,Unknown,Unknown,2.5,123,7 +20121,2020,Unknown,Unknown,18.0,123,2 +20122,2020,Unknown,Unknown,19.0,123,3 +20123,2020,Unknown,Unknown,37.0,123,1 +20124,2020,by citizenship,Mongolia,34.0,123,1 +20125,2020,by citizenship,Myanmar,2.5,123,1 +20126,2020,by country of repatriation,Abroad,15.0,123,1 +20127,2020,by country of repatriation,Malaysia,15.0,123,1 +20128,2020,by form of exploitation,Forced labour,2.5,123,4 +20129,2020,by form of exploitation,Forced labour,2.5,123,5 +20130,2020,by form of exploitation,Forced labour,2.5,123,6 +20131,2020,by form of exploitation,Forced labour,2.5,123,7 +20132,2020,by form of exploitation,Forced labour,2.5,123,8 +20133,2020,by form of exploitation,Forced labour,2.5,123,2 +20134,2020,by form of exploitation,Forced labour,2.5,123,3 +20135,2020,by form of exploitation,Forced labour,2.5,123,1 +20136,2020,by form of exploitation,Sexual exploitation,2.5,123,4 +20137,2020,by form of exploitation,Sexual exploitation,2.5,123,5 +20138,2020,by form of exploitation,Sexual exploitation,2.5,123,6 +20139,2020,by form of exploitation,Sexual exploitation,2.5,123,7 +20140,2020,by form of exploitation,Sexual exploitation,18.0,123,2 +20141,2020,by form of exploitation,Sexual exploitation,19.0,123,3 +20142,2020,by form of exploitation,Sexual exploitation,37.0,123,1 +20143,2021,Unknown,Unknown,19.0,123,4 +20144,2021,Unknown,Unknown,7.0,123,5 +20145,2021,Unknown,Unknown,2.5,123,6 +20146,2021,Unknown,Unknown,2.5,123,7 +20147,2021,Unknown,Unknown,2.5,123,9 +20148,2021,Unknown,Unknown,2.5,123,8 +20149,2021,Unknown,Unknown,19.0,123,2 +20150,2021,Unknown,Unknown,7.0,123,3 +20151,2021,Unknown,Unknown,26.0,123,1 +20152,2021,by citizenship,Mongolia,26.0,123,1 +20153,2021,by country of repatriation,(specify the country),2.5,123,1 +20154,2021,by country of repatriation,Abroad,2.5,123,1 +20155,2021,by form of exploitation,Forced labour,2.5,123,5 +20156,2021,by form of exploitation,Forced labour,2.5,123,7 +20157,2021,by form of exploitation,Forced labour,2.5,123,8 +20158,2021,by form of exploitation,Forced labour,2.5,123,2 +20159,2021,by form of exploitation,Sexual exploitation,2.5,123,4 +20160,2021,by form of exploitation,Sexual exploitation,2.5,123,5 +20161,2021,by form of exploitation,Sexual exploitation,2.5,123,6 +20162,2021,by form of exploitation,Sexual exploitation,2.5,123,7 +20163,2021,by form of exploitation,Sexual exploitation,2.5,123,9 +20164,2021,by form of exploitation,Sexual exploitation,19.0,123,2 +20165,2021,by form of exploitation,Sexual exploitation,7.0,123,3 +20166,2021,by form of exploitation,Sexual exploitation,26.0,123,1 +20167,2022,Unknown,Unknown,12.0,123,4 +20168,2022,Unknown,Unknown,10.0,123,5 +20169,2022,Unknown,Unknown,2.5,123,6 +20170,2022,Unknown,Unknown,2.5,123,7 +20171,2022,Unknown,Unknown,2.5,123,9 +20172,2022,Unknown,Unknown,2.5,123,8 +20173,2022,Unknown,Unknown,12.0,123,2 +20174,2022,Unknown,Unknown,10.0,123,3 +20175,2022,Unknown,Unknown,22.0,123,1 +20176,2022,by citizenship,Mongolia,22.0,123,1 +20177,2022,by country of repatriation,(specify the country),22.0,123,1 +20178,2022,by country of repatriation,Abroad,2.5,123,1 +20179,2022,by form of exploitation,Forced labour,2.5,123,4 +20180,2022,by form of exploitation,Forced labour,2.5,123,5 +20181,2022,by form of exploitation,Forced labour,2.5,123,6 +20182,2022,by form of exploitation,Forced labour,2.5,123,7 +20183,2022,by form of exploitation,Forced labour,2.5,123,9 +20184,2022,by form of exploitation,Forced labour,2.5,123,8 +20185,2022,by form of exploitation,Forced labour,2.5,123,2 +20186,2022,by form of exploitation,Forced labour,2.5,123,1 +20187,2022,by form of exploitation,Sexual exploitation,10.0,123,4 +20188,2022,by form of exploitation,Sexual exploitation,12.0,123,5 +20189,2022,by form of exploitation,Sexual exploitation,2.5,123,6 +20190,2022,by form of exploitation,Sexual exploitation,2.5,123,7 +20191,2022,by form of exploitation,Sexual exploitation,2.5,123,9 +20192,2022,by form of exploitation,Sexual exploitation,10.0,123,2 +20193,2022,by form of exploitation,Sexual exploitation,12.0,123,3 +20194,2022,by form of exploitation,Sexual exploitation,22.0,123,1 +20195,2003,by country of repatriation,Abroad,2.5,124,1 +20196,2012,Unknown,Unknown,13.0,124,4 +20197,2012,Unknown,Unknown,2.5,124,5 +20198,2012,Unknown,Unknown,10.0,124,6 +20199,2012,Unknown,Unknown,2.5,124,7 +20200,2012,Unknown,Unknown,23.0,124,2 +20201,2012,Unknown,Unknown,2.5,124,3 +20202,2012,Unknown,Unknown,30.0,124,1 +20203,2013,Unknown,Unknown,2.5,124,2 +20204,2013,Unknown,Unknown,2.5,124,3 +20205,2013,Unknown,Unknown,26.0,124,1 +20206,2014,Unknown,Unknown,2.5,124,2 +20207,2014,Unknown,Unknown,2.5,124,3 +20208,2014,Unknown,Unknown,27.0,124,1 +20209,2015,Unknown,Unknown,2.5,124,2 +20210,2015,Unknown,Unknown,2.5,124,3 +20211,2016,by citizenship,Mozambique,2.5,124,1 +20212,2016,by citizenship,South Africa,2.5,124,1 +20213,2016,by citizenship,Eswatini,2.5,124,1 +20214,2016,by country of repatriation,Rwanda,2.5,124,1 +20215,2017,by form of exploitation,Sexual exploitation,2.5,124,1 +20216,2018,Unknown,Unknown,6.0,124,4 +20217,2018,Unknown,Unknown,2.5,124,5 +20218,2018,Unknown,Unknown,2.5,124,6 +20219,2018,Unknown,Unknown,15.0,124,7 +20220,2018,Unknown,Unknown,10.0,124,2 +20221,2018,Unknown,Unknown,16.0,124,3 +20222,2018,Unknown,Unknown,26.0,124,1 +20223,2018,by form of exploitation,Forced labour,21.0,124,1 +20224,2018,by form of exploitation,Sexual exploitation,5.0,124,1 +20225,2019,Unknown,Unknown,7.0,124,4 +20226,2019,Unknown,Unknown,5.0,124,5 +20227,2019,Unknown,Unknown,2.5,124,6 +20228,2019,Unknown,Unknown,7.0,124,7 +20229,2019,Unknown,Unknown,10.0,124,2 +20230,2019,Unknown,Unknown,12.0,124,3 +20231,2019,Unknown,Unknown,22.0,124,1 +20232,2019,by form of exploitation,Forced labour,15.0,124,1 +20233,2019,by form of exploitation,Sexual exploitation,2.5,124,1 +20234,2020,Unknown,Unknown,2.5,124,4 +20235,2020,Unknown,Unknown,2.5,124,5 +20236,2020,Unknown,Unknown,2.5,124,6 +20237,2020,Unknown,Unknown,2.5,124,7 +20238,2020,Unknown,Unknown,2.5,124,2 +20239,2020,Unknown,Unknown,2.5,124,3 +20240,2020,Unknown,Unknown,2.5,124,1 +20241,2020,by form of exploitation,Forced labour,2.5,124,4 +20242,2020,by form of exploitation,Forced labour,2.5,124,5 +20243,2020,by form of exploitation,Forced labour,2.5,124,6 +20244,2020,by form of exploitation,Forced labour,2.5,124,7 +20245,2020,by form of exploitation,Forced labour,2.5,124,2 +20246,2020,by form of exploitation,Forced labour,2.5,124,1 +20247,2020,by form of exploitation,Sexual exploitation,2.5,124,4 +20248,2020,by form of exploitation,Sexual exploitation,2.5,124,5 +20249,2020,by form of exploitation,Sexual exploitation,2.5,124,6 +20250,2020,by form of exploitation,Sexual exploitation,2.5,124,7 +20251,2020,by form of exploitation,Sexual exploitation,2.5,124,3 +20252,2020,by form of exploitation,Sexual exploitation,2.5,124,1 +20253,2021,Unknown,Unknown,2.5,124,4 +20254,2021,Unknown,Unknown,2.5,124,5 +20255,2021,Unknown,Unknown,2.5,124,6 +20256,2021,Unknown,Unknown,14.0,124,7 +20257,2021,Unknown,Unknown,2.5,124,2 +20258,2021,Unknown,Unknown,15.0,124,3 +20259,2021,Unknown,Unknown,15.0,124,1 +20260,2021,by citizenship,Tanzania,2.5,124,1 +20261,2021,by form of exploitation,Forced labour,2.5,124,4 +20262,2021,by form of exploitation,Forced labour,2.5,124,5 +20263,2021,by form of exploitation,Forced labour,2.5,124,6 +20264,2021,by form of exploitation,Forced labour,14.0,124,7 +20265,2021,by form of exploitation,Forced labour,15.0,124,3 +20266,2021,by form of exploitation,Forced labour,15.0,124,1 +20267,2021,by form of exploitation,Sexual exploitation,2.5,124,4 +20268,2021,by form of exploitation,Sexual exploitation,2.5,124,5 +20269,2021,by form of exploitation,Sexual exploitation,2.5,124,6 +20270,2021,by form of exploitation,Sexual exploitation,2.5,124,7 +20271,2022,Unknown,Unknown,2.5,124,4 +20272,2022,Unknown,Unknown,2.5,124,5 +20273,2022,Unknown,Unknown,2.5,124,6 +20274,2022,Unknown,Unknown,2.5,124,7 +20275,2022,Unknown,Unknown,2.5,124,2 +20276,2022,Unknown,Unknown,2.5,124,3 +20277,2022,Unknown,Unknown,2.5,124,1 +20278,2022,by citizenship,Madagascar,2.5,124,1 +20279,2022,by form of exploitation,Forced labour,2.5,124,4 +20280,2022,by form of exploitation,Forced labour,2.5,124,5 +20281,2022,by form of exploitation,Forced labour,2.5,124,6 +20282,2022,by form of exploitation,Forced labour,2.5,124,7 +20283,2022,by form of exploitation,Forced labour,2.5,124,3 +20284,2022,by form of exploitation,Forced labour,2.5,124,1 +20285,2022,by form of exploitation,Sexual exploitation,2.5,124,4 +20286,2022,by form of exploitation,Sexual exploitation,2.5,124,5 +20287,2022,by form of exploitation,Sexual exploitation,2.5,124,6 +20288,2022,by form of exploitation,Sexual exploitation,2.5,124,7 +20289,2022,by form of exploitation,Sexual exploitation,2.5,124,2 +20290,2022,by form of exploitation,Sexual exploitation,2.5,124,1 +20291,2003,by country of repatriation,Abroad,2.5,125,1 +20292,2011,by citizenship,Mauritania,5.0,125,1 +20293,2011,by form of exploitation,Forced labour,5.0,125,1 +20294,2017,Unknown,Unknown,2.5,125,5 +20295,2017,Unknown,Unknown,2.5,125,7 +20296,2017,Unknown,Unknown,35.0,125,2 +20297,2017,Unknown,Unknown,2.5,125,3 +20298,2017,Unknown,Unknown,35.0,125,1 +20299,2017,by form of exploitation,Sexual exploitation,2.5,125,1 +20300,2018,by form of exploitation,Forced labour,2.5,125,1 +20301,2018,by form of exploitation,Sexual exploitation,2.5,125,1 +20302,2019,by form of exploitation,Sexual exploitation,2.5,125,1 +20303,2020,by form of exploitation,Forced labour,2.5,125,1 +20304,2020,by form of exploitation,Sexual exploitation,2.5,125,1 +20305,2021,by form of exploitation,Sexual exploitation,6.0,125,4 +20306,2021,by form of exploitation,Sexual exploitation,2.5,125,5 +20307,2021,by form of exploitation,Sexual exploitation,2.5,125,6 +20308,2021,by form of exploitation,Sexual exploitation,2.5,125,7 +20309,2021,by form of exploitation,Sexual exploitation,6.0,125,2 +20310,2021,by form of exploitation,Sexual exploitation,6.0,125,1 +20311,2022,Unknown,Unknown,6.0,125,4 +20312,2022,Unknown,Unknown,2.5,125,5 +20313,2022,Unknown,Unknown,2.5,125,7 +20314,2022,Unknown,Unknown,6.0,125,2 +20315,2022,Unknown,Unknown,2.5,125,3 +20316,2022,Unknown,Unknown,9.0,125,1 +20317,2022,by form of exploitation,Forced labour,2.5,125,4 +20318,2022,by form of exploitation,Forced labour,2.5,125,5 +20319,2022,by form of exploitation,Forced labour,2.5,125,6 +20320,2022,by form of exploitation,Forced labour,2.5,125,7 +20321,2022,by form of exploitation,Forced labour,2.5,125,3 +20322,2022,by form of exploitation,Forced labour,2.5,125,1 +20323,2022,by form of exploitation,Sexual exploitation,6.0,125,4 +20324,2022,by form of exploitation,Sexual exploitation,2.5,125,5 +20325,2022,by form of exploitation,Sexual exploitation,2.5,125,6 +20326,2022,by form of exploitation,Sexual exploitation,2.5,125,7 +20327,2022,by form of exploitation,Sexual exploitation,6.0,125,2 +20328,2022,by form of exploitation,Sexual exploitation,6.0,125,1 +20329,2003,by country of repatriation,Abroad,2.5,126,1 +20330,2007,Unknown,Unknown,9.0,126,4 +20331,2007,Unknown,Unknown,2.5,126,5 +20332,2007,Unknown,Unknown,2.5,126,6 +20333,2007,Unknown,Unknown,2.5,126,7 +20334,2007,Unknown,Unknown,9.0,126,2 +20335,2007,Unknown,Unknown,2.5,126,3 +20336,2007,Unknown,Unknown,12.0,126,1 +20337,2007,by citizenship,Mauritius,12.0,126,1 +20338,2007,by form of exploitation,Sexual exploitation,12.0,126,1 +20339,2008,Unknown,Unknown,7.0,126,4 +20340,2008,Unknown,Unknown,5.0,126,5 +20341,2008,Unknown,Unknown,2.5,126,6 +20342,2008,Unknown,Unknown,2.5,126,7 +20343,2008,Unknown,Unknown,7.0,126,2 +20344,2008,Unknown,Unknown,5.0,126,3 +20345,2008,Unknown,Unknown,12.0,126,1 +20346,2008,by citizenship,Mauritius,12.0,126,1 +20347,2008,by form of exploitation,Sexual exploitation,12.0,126,1 +20348,2009,Unknown,Unknown,5.0,126,4 +20349,2009,Unknown,Unknown,2.5,126,5 +20350,2009,Unknown,Unknown,2.5,126,6 +20351,2009,Unknown,Unknown,2.5,126,7 +20352,2009,Unknown,Unknown,5.0,126,2 +20353,2009,Unknown,Unknown,2.5,126,3 +20354,2009,Unknown,Unknown,8.0,126,1 +20355,2009,by citizenship,Mauritius,8.0,126,1 +20356,2009,by form of exploitation,Sexual exploitation,8.0,126,1 +20357,2010,Unknown,Unknown,2.5,126,4 +20358,2010,Unknown,Unknown,2.5,126,5 +20359,2010,Unknown,Unknown,2.5,126,6 +20360,2010,Unknown,Unknown,2.5,126,7 +20361,2010,Unknown,Unknown,2.5,126,2 +20362,2010,Unknown,Unknown,2.5,126,3 +20363,2010,Unknown,Unknown,5.0,126,1 +20364,2010,by citizenship,Mauritius,5.0,126,1 +20365,2012,Unknown,Unknown,2.5,126,4 +20366,2012,Unknown,Unknown,10.0,126,5 +20367,2012,Unknown,Unknown,2.5,126,6 +20368,2012,Unknown,Unknown,2.5,126,7 +20369,2012,Unknown,Unknown,5.0,126,2 +20370,2012,Unknown,Unknown,10.0,126,3 +20371,2012,Unknown,Unknown,15.0,126,1 +20372,2012,by citizenship,Mauritius,15.0,126,1 +20373,2012,by form of exploitation,Sexual exploitation,14.0,126,1 +20374,2013,Unknown,Unknown,5.0,126,4 +20375,2013,Unknown,Unknown,7.0,126,5 +20376,2013,Unknown,Unknown,2.5,126,6 +20377,2013,Unknown,Unknown,2.5,126,7 +20378,2013,Unknown,Unknown,9.0,126,2 +20379,2013,Unknown,Unknown,7.0,126,3 +20380,2013,Unknown,Unknown,16.0,126,1 +20381,2013,by citizenship,Mauritius,16.0,126,1 +20382,2013,by form of exploitation,Sexual exploitation,12.0,126,1 +20383,2014,Unknown,Unknown,7.0,126,4 +20384,2014,Unknown,Unknown,2.5,126,5 +20385,2014,Unknown,Unknown,2.5,126,6 +20386,2014,Unknown,Unknown,2.5,126,7 +20387,2014,Unknown,Unknown,9.0,126,2 +20388,2014,Unknown,Unknown,2.5,126,3 +20389,2014,Unknown,Unknown,10.0,126,1 +20390,2014,by citizenship,Mauritius,10.0,126,1 +20391,2014,by form of exploitation,Sexual exploitation,7.0,126,5 +20392,2014,by form of exploitation,Sexual exploitation,7.0,126,1 +20393,2015,Unknown,Unknown,2.5,126,4 +20394,2015,Unknown,Unknown,5.0,126,5 +20395,2015,Unknown,Unknown,10.0,126,6 +20396,2015,Unknown,Unknown,5.0,126,7 +20397,2015,Unknown,Unknown,12.0,126,2 +20398,2015,Unknown,Unknown,10.0,126,3 +20399,2015,Unknown,Unknown,22.0,126,1 +20400,2015,by citizenship,Bangladesh,2.5,126,1 +20401,2015,by citizenship,Mauritius,21.0,126,1 +20402,2015,by form of exploitation,Sexual exploitation,14.0,126,5 +20403,2015,by form of exploitation,Sexual exploitation,19.0,126,1 +20404,2016,Unknown,Unknown,6.0,126,4 +20405,2016,Unknown,Unknown,9.0,126,5 +20406,2016,Unknown,Unknown,2.5,126,6 +20407,2016,Unknown,Unknown,7.0,126,2 +20408,2016,Unknown,Unknown,9.0,126,3 +20409,2016,Unknown,Unknown,16.0,126,1 +20410,2016,by citizenship,Madagascar,2.5,126,1 +20411,2016,by citizenship,Mauritius,14.0,126,1 +20412,2016,by form of exploitation,Sexual exploitation,5.0,126,4 +20413,2016,by form of exploitation,Sexual exploitation,9.0,126,5 +20414,2016,by form of exploitation,Sexual exploitation,14.0,126,1 +20415,2017,Unknown,Unknown,2.5,126,4 +20416,2017,Unknown,Unknown,2.5,126,5 +20417,2017,Unknown,Unknown,2.5,126,6 +20418,2017,Unknown,Unknown,2.5,126,7 +20419,2017,Unknown,Unknown,2.5,126,2 +20420,2017,Unknown,Unknown,2.5,126,3 +20421,2017,Unknown,Unknown,2.5,126,1 +20422,2017,by citizenship,Nationals,2.5,126,1 +20423,2017,by form of exploitation,Forced labour,2.5,126,4 +20424,2017,by form of exploitation,Forced labour,2.5,126,5 +20425,2017,by form of exploitation,Forced labour,2.5,126,6 +20426,2017,by form of exploitation,Forced labour,2.5,126,7 +20427,2017,by form of exploitation,Sexual exploitation,2.5,126,4 +20428,2017,by form of exploitation,Sexual exploitation,2.5,126,5 +20429,2017,by form of exploitation,Sexual exploitation,2.5,126,6 +20430,2017,by form of exploitation,Sexual exploitation,2.5,126,7 +20431,2017,by form of exploitation,Sexual exploitation,2.5,126,2 +20432,2017,by form of exploitation,Sexual exploitation,2.5,126,1 +20433,2018,Unknown,Unknown,2.5,126,4 +20434,2018,Unknown,Unknown,2.5,126,5 +20435,2018,Unknown,Unknown,2.5,126,6 +20436,2018,Unknown,Unknown,2.5,126,7 +20437,2018,Unknown,Unknown,2.5,126,2 +20438,2018,Unknown,Unknown,2.5,126,3 +20439,2018,Unknown,Unknown,5.0,126,1 +20440,2018,by citizenship,Nationals,5.0,126,1 +20441,2018,by form of exploitation,Forced labour,2.5,126,1 +20442,2018,by form of exploitation,Sexual exploitation,2.5,126,4 +20443,2018,by form of exploitation,Sexual exploitation,2.5,126,5 +20444,2018,by form of exploitation,Sexual exploitation,2.5,126,6 +20445,2018,by form of exploitation,Sexual exploitation,2.5,126,7 +20446,2018,by form of exploitation,Sexual exploitation,2.5,126,2 +20447,2018,by form of exploitation,Sexual exploitation,5.0,126,1 +20448,2019,Unknown,Unknown,2.5,126,4 +20449,2019,Unknown,Unknown,2.5,126,5 +20450,2019,Unknown,Unknown,2.5,126,6 +20451,2019,Unknown,Unknown,2.5,126,7 +20452,2019,Unknown,Unknown,2.5,126,2 +20453,2019,Unknown,Unknown,2.5,126,3 +20454,2019,Unknown,Unknown,6.0,126,1 +20455,2019,by citizenship,Madagascar,2.5,126,1 +20456,2019,by citizenship,Morocco,2.5,126,1 +20457,2019,by form of exploitation,Forced labour,2.5,126,4 +20458,2019,by form of exploitation,Forced labour,2.5,126,5 +20459,2019,by form of exploitation,Forced labour,2.5,126,6 +20460,2019,by form of exploitation,Forced labour,2.5,126,7 +20461,2019,by form of exploitation,Forced labour,2.5,126,3 +20462,2019,by form of exploitation,Forced labour,2.5,126,1 +20463,2019,by form of exploitation,Sexual exploitation,2.5,126,4 +20464,2019,by form of exploitation,Sexual exploitation,2.5,126,5 +20465,2019,by form of exploitation,Sexual exploitation,2.5,126,6 +20466,2019,by form of exploitation,Sexual exploitation,2.5,126,7 +20467,2019,by form of exploitation,Sexual exploitation,2.5,126,2 +20468,2019,by form of exploitation,Sexual exploitation,2.5,126,3 +20469,2019,by form of exploitation,Sexual exploitation,5.0,126,1 +20470,2020,Unknown,Unknown,2.5,126,4 +20471,2020,Unknown,Unknown,15.0,126,5 +20472,2020,Unknown,Unknown,2.5,126,6 +20473,2020,Unknown,Unknown,2.5,126,7 +20474,2020,Unknown,Unknown,5.0,126,2 +20475,2020,Unknown,Unknown,16.0,126,3 +20476,2020,Unknown,Unknown,21.0,126,1 +20477,2020,by citizenship,Madagascar,15.0,126,1 +20478,2020,by form of exploitation,Forced labour,2.5,126,4 +20479,2020,by form of exploitation,Forced labour,2.5,126,5 +20480,2020,by form of exploitation,Forced labour,2.5,126,6 +20481,2020,by form of exploitation,Forced labour,2.5,126,7 +20482,2020,by form of exploitation,Forced labour,2.5,126,2 +20483,2020,by form of exploitation,Forced labour,2.5,126,1 +20484,2020,by form of exploitation,Sexual exploitation,2.5,126,4 +20485,2020,by form of exploitation,Sexual exploitation,15.0,126,5 +20486,2020,by form of exploitation,Sexual exploitation,2.5,126,6 +20487,2020,by form of exploitation,Sexual exploitation,2.5,126,7 +20488,2020,by form of exploitation,Sexual exploitation,2.5,126,2 +20489,2020,by form of exploitation,Sexual exploitation,15.0,126,3 +20490,2020,by form of exploitation,Sexual exploitation,18.0,126,1 +20491,2021,Unknown,Unknown,2.5,126,5 +20492,2021,Unknown,Unknown,2.5,126,7 +20493,2021,Unknown,Unknown,2.5,126,2 +20494,2021,Unknown,Unknown,2.5,126,3 +20495,2021,Unknown,Unknown,2.5,126,1 +20496,2022,Unknown,Unknown,2.5,126,4 +20497,2022,Unknown,Unknown,2.5,126,5 +20498,2022,Unknown,Unknown,2.5,126,6 +20499,2022,Unknown,Unknown,2.5,126,7 +20500,2022,Unknown,Unknown,2.5,126,2 +20501,2022,Unknown,Unknown,2.5,126,3 +20502,2022,Unknown,Unknown,2.5,126,1 +20503,2003,by country of repatriation,Abroad,2.5,127,1 +20504,2008,by country of repatriation,Abroad,2.5,127,1 +20505,2012,Unknown,Unknown,96.0,127,1 +20506,2012,by country of repatriation,Abroad,2.5,127,1 +20507,2013,Unknown,Unknown,119.0,127,1 +20508,2017,by form of exploitation,Sexual exploitation,2.5,127,1 +20509,2018,by form of exploitation,Forced labour,2.5,127,1 +20510,2018,by form of exploitation,Sexual exploitation,2.5,127,1 +20511,2019,by form of exploitation,Sexual exploitation,2.5,127,1 +20512,2020,Unknown,Unknown,15.0,127,1 +20513,2020,by form of exploitation,Forced labour,2.5,127,1 +20514,2020,by form of exploitation,Sexual exploitation,2.5,127,1 +20515,2021,Unknown,Unknown,199.0,127,1 +20516,2022,Unknown,Unknown,145.0,127,1 +20517,2008,Unknown,Unknown,118.0,128,1 +20518,2009,Unknown,Unknown,1156.0,128,1 +20519,2010,Unknown,Unknown,471.0,128,1 +20520,2010,by country of repatriation,Indonesia,60.0,128,1 +20521,2010,by country of repatriation,Myanmar,6.0,128,1 +20522,2010,by country of repatriation,Moldova,2.5,128,1 +20523,2010,by country of repatriation,Thailand,65.0,128,1 +20524,2011,Unknown,Unknown,220.0,128,1 +20525,2011,by country of repatriation,Thailand,11.0,128,1 +20526,2011,by country of repatriation,Uganda,51.0,128,1 +20527,2012,Unknown,Unknown,309.0,128,1 +20528,2012,by country of repatriation,Indonesia,98.0,128,1 +20529,2012,by country of repatriation,Mongolia,2.5,128,1 +20530,2012,by country of repatriation,Uzbekistan,15.0,128,1 +20531,2012,by country of repatriation,Vietnam,6.0,128,1 +20532,2013,Unknown,Unknown,2.5,128,2 +20533,2013,Unknown,Unknown,2.5,128,3 +20534,2013,by country of repatriation,Indonesia,72.0,128,1 +20535,2013,by country of repatriation,Uganda,43.0,128,1 +20536,2013,by country of repatriation,Vietnam,2.5,128,1 +20537,2014,Unknown,Unknown,19.0,128,4 +20538,2014,Unknown,Unknown,276.0,128,5 +20539,2014,Unknown,Unknown,2.5,128,6 +20540,2014,Unknown,Unknown,8.0,128,7 +20541,2014,Unknown,Unknown,19.0,128,2 +20542,2014,Unknown,Unknown,284.0,128,3 +20543,2014,Unknown,Unknown,303.0,128,1 +20544,2014,by citizenship,Cambodia,14.0,128,1 +20545,2014,by citizenship,China,2.5,128,1 +20546,2014,by citizenship,India,10.0,128,1 +20547,2014,by citizenship,Indonesia,141.0,128,1 +20548,2014,by citizenship,Philippines,31.0,128,1 +20549,2014,by citizenship,Sri Lanka,5.0,128,1 +20550,2014,by citizenship,Thailand,10.0,128,1 +20551,2014,by citizenship,Unknown,40.0,128,1 +20552,2014,by citizenship,Vietnam,91.0,128,1 +20553,2014,by country of repatriation,Cambodia,38.0,128,1 +20554,2014,by country of repatriation,Indonesia,122.0,128,1 +20555,2014,by country of repatriation,Nigeria,2.5,128,1 +20556,2014,by country of repatriation,Uzbekistan,2.5,128,1 +20557,2014,by country of repatriation,Vietnam,8.0,128,1 +20558,2015,Unknown,Unknown,19.0,128,4 +20559,2015,Unknown,Unknown,281.0,128,5 +20560,2015,Unknown,Unknown,2.5,128,6 +20561,2015,Unknown,Unknown,2.5,128,7 +20562,2015,Unknown,Unknown,23.0,128,2 +20563,2015,Unknown,Unknown,282.0,128,3 +20564,2015,Unknown,Unknown,305.0,128,1 +20565,2015,by citizenship,Cambodia,7.0,128,1 +20566,2015,by citizenship,China,11.0,128,1 +20567,2015,by citizenship,India,5.0,128,1 +20568,2015,by citizenship,Indonesia,68.0,128,1 +20569,2015,by citizenship,Laos,2.5,128,1 +20570,2015,by citizenship,Malaysia,23.0,128,1 +20571,2015,by citizenship,Myanmar,8.0,128,1 +20572,2015,by citizenship,Nigeria,5.0,128,1 +20573,2015,by citizenship,Philippines,50.0,128,1 +20574,2015,by citizenship,Thailand,33.0,128,1 +20575,2015,by citizenship,Uganda,2.5,128,1 +20576,2015,by citizenship,Vietnam,2.5,128,1 +20577,2015,by country of repatriation,Indonesia,20.0,128,1 +20578,2015,by country of repatriation,Nigeria,7.0,128,1 +20579,2015,by country of repatriation,Uzbekistan,2.5,128,1 +20580,2015,by country of repatriation,Vietnam,217.0,128,1 +20581,2016,Unknown,Unknown,20.0,128,4 +20582,2016,Unknown,Unknown,569.0,128,5 +20583,2016,Unknown,Unknown,2.5,128,6 +20584,2016,Unknown,Unknown,83.0,128,7 +20585,2016,Unknown,Unknown,24.0,128,2 +20586,2016,Unknown,Unknown,652.0,128,3 +20587,2016,Unknown,Unknown,676.0,128,1 +20588,2016,by form of exploitation,Forced labour,160.0,128,1 +20589,2016,by form of exploitation,Sexual exploitation,516.0,128,1 +20590,2016,by citizenship,Bangladesh,40.0,128,1 +20591,2016,by citizenship,Cambodia,44.0,128,1 +20592,2016,by citizenship,China,28.0,128,1 +20593,2016,by citizenship,India,9.0,128,1 +20594,2016,by citizenship,Indonesia,131.0,128,1 +20595,2016,by citizenship,Laos,7.0,128,1 +20596,2016,by citizenship,Malaysia,11.0,128,1 +20597,2016,by citizenship,Mongolia,2.5,128,1 +20598,2016,by citizenship,Myanmar,5.0,128,1 +20599,2016,by citizenship,Nepal,2.5,128,1 +20600,2016,by citizenship,Nigeria,2.5,128,1 +20601,2016,by citizenship,Philippines,53.0,128,1 +20602,2016,by citizenship,Thailand,125.0,128,1 +20603,2016,by citizenship,Vietnam,222.0,128,1 +20604,2016,by country of repatriation,Cambodia,38.0,128,1 +20605,2016,by country of repatriation,Indonesia,142.0,128,1 +20606,2016,by country of repatriation,Mongolia,13.0,128,1 +20607,2016,by country of repatriation,Myanmar,57.0,128,1 +20608,2016,by country of repatriation,Nigeria,11.0,128,1 +20609,2016,by country of repatriation,Rwanda,2.5,128,1 +20610,2016,by country of repatriation,Thailand,17.0,128,1 +20611,2016,by country of repatriation,Turkmenistan,5.0,128,1 +20612,2016,by country of repatriation,Uzbekistan,2.5,128,1 +20613,2016,by country of repatriation,Vietnam,225.0,128,1 +20614,2017,by form of exploitation,Forced labour,195.0,128,1 +20615,2017,by form of exploitation,Sexual exploitation,319.0,128,1 +20616,2017,Unknown,Unknown,19.0,128,4 +20617,2017,Unknown,Unknown,840.0,128,5 +20618,2017,Unknown,Unknown,56.0,128,6 +20619,2017,Unknown,Unknown,204.0,128,7 +20620,2017,Unknown,Unknown,75.0,128,2 +20621,2017,Unknown,Unknown,1044.0,128,3 +20622,2017,Unknown,Unknown,1119.0,128,1 +20623,2017,by citizenship,Bangladesh,14.0,128,1 +20624,2017,by citizenship,Cambodia,42.0,128,1 +20625,2017,by citizenship,China,113.0,128,1 +20626,2017,by citizenship,India,32.0,128,1 +20627,2017,by citizenship,Indonesia,202.0,128,1 +20628,2017,by citizenship,Laos,6.0,128,1 +20629,2017,by citizenship,Malaysia,49.0,128,1 +20630,2017,by citizenship,Mongolia,2.5,128,1 +20631,2017,by citizenship,Myanmar,84.0,128,1 +20632,2017,by citizenship,Nepal,10.0,128,1 +20633,2017,by citizenship,Nigeria,5.0,128,1 +20634,2017,by citizenship,Philippines,76.0,128,1 +20635,2017,by citizenship,Taiwan,2.5,128,1 +20636,2017,by citizenship,Thailand,142.0,128,1 +20637,2017,by citizenship,Uganda,2.5,128,1 +20638,2017,by citizenship,Uzbekistan,2.5,128,1 +20639,2017,by citizenship,Vietnam,318.0,128,1 +20640,2017,by form of exploitation,Forced labour,34.0,128,4 +20641,2017,by form of exploitation,Forced labour,145.0,128,5 +20642,2017,by form of exploitation,Forced labour,18.0,128,6 +20643,2017,by form of exploitation,Forced labour,204.0,128,7 +20644,2017,by form of exploitation,Forced labour,52.0,128,2 +20645,2017,by form of exploitation,Forced labour,349.0,128,3 +20646,2017,by form of exploitation,Sexual exploitation,22.0,128,4 +20647,2017,by form of exploitation,Sexual exploitation,695.0,128,5 +20648,2017,by form of exploitation,Sexual exploitation,11.0,128,6 +20649,2017,by form of exploitation,Sexual exploitation,2.5,128,7 +20650,2017,by form of exploitation,Sexual exploitation,23.0,128,2 +20651,2017,by form of exploitation,Sexual exploitation,695.0,128,3 +20652,2018,by form of exploitation,Forced labour,29.0,128,1 +20653,2018,by form of exploitation,Sexual exploitation,31.0,128,1 +20654,2018,Unknown,Unknown,7.0,128,4 +20655,2018,Unknown,Unknown,67.0,128,5 +20656,2018,Unknown,Unknown,11.0,128,6 +20657,2018,Unknown,Unknown,29.0,128,7 +20658,2018,Unknown,Unknown,18.0,128,2 +20659,2018,Unknown,Unknown,114.0,128,3 +20660,2018,Unknown,Unknown,132.0,128,1 +20661,2018,by citizenship,Bangladesh,8.0,128,1 +20662,2018,by citizenship,Cambodia,2.5,128,1 +20663,2018,by citizenship,India,18.0,128,1 +20664,2018,by citizenship,Indonesia,31.0,128,1 +20665,2018,by citizenship,Malaysia,5.0,128,1 +20666,2018,by citizenship,Myanmar,21.0,128,1 +20667,2018,by citizenship,Nigeria,2.5,128,1 +20668,2018,by citizenship,Philippines,12.0,128,1 +20669,2018,by citizenship,Sri Lanka,2.5,128,1 +20670,2018,by citizenship,Thailand,9.0,128,1 +20671,2018,by citizenship,Uganda,2.5,128,1 +20672,2018,by citizenship,Vietnam,2.5,128,1 +20673,2018,by form of exploitation,Forced labour,2.5,128,4 +20674,2018,by form of exploitation,Forced labour,27.0,128,5 +20675,2018,by form of exploitation,Forced labour,11.0,128,6 +20676,2018,by form of exploitation,Forced labour,29.0,128,7 +20677,2018,by form of exploitation,Forced labour,13.0,128,2 +20678,2018,by form of exploitation,Forced labour,56.0,128,3 +20679,2018,by form of exploitation,Sexual exploitation,5.0,128,4 +20680,2018,by form of exploitation,Sexual exploitation,40.0,128,5 +20681,2018,by form of exploitation,Sexual exploitation,2.5,128,6 +20682,2018,by form of exploitation,Sexual exploitation,2.5,128,7 +20683,2018,by form of exploitation,Sexual exploitation,5.0,128,2 +20684,2018,by form of exploitation,Sexual exploitation,40.0,128,3 +20685,2019,Unknown,Unknown,2.5,128,4 +20686,2019,Unknown,Unknown,86.0,128,5 +20687,2019,Unknown,Unknown,2.5,128,6 +20688,2019,Unknown,Unknown,2.5,128,7 +20689,2019,Unknown,Unknown,2.5,128,2 +20690,2019,Unknown,Unknown,90.0,128,3 +20691,2019,Unknown,Unknown,91.0,128,1 +20692,2019,by citizenship,Bangladesh,27.0,128,1 +20693,2019,by citizenship,India,2.5,128,1 +20694,2019,by citizenship,Indonesia,29.0,128,1 +20695,2019,by citizenship,Malaysia,2.5,128,1 +20696,2019,by citizenship,Myanmar,2.5,128,1 +20697,2019,by citizenship,Nigeria,2.5,128,1 +20698,2019,by citizenship,Thailand,2.5,128,1 +20699,2019,by citizenship,Vietnam,26.0,128,1 +20700,2019,by form of exploitation,Forced labour,2.5,128,4 +20701,2019,by form of exploitation,Forced labour,32.0,128,5 +20702,2019,by form of exploitation,Forced labour,2.5,128,6 +20703,2019,by form of exploitation,Forced labour,2.5,128,7 +20704,2019,by form of exploitation,Forced labour,2.5,128,2 +20705,2019,by form of exploitation,Forced labour,36.0,128,3 +20706,2019,by form of exploitation,Forced labour,36.0,128,1 +20707,2019,by form of exploitation,Sexual exploitation,2.5,128,4 +20708,2019,by form of exploitation,Sexual exploitation,54.0,128,5 +20709,2019,by form of exploitation,Sexual exploitation,2.5,128,6 +20710,2019,by form of exploitation,Sexual exploitation,2.5,128,7 +20711,2019,by form of exploitation,Sexual exploitation,2.5,128,2 +20712,2019,by form of exploitation,Sexual exploitation,54.0,128,3 +20713,2019,by form of exploitation,Sexual exploitation,55.0,128,1 +20714,2020,Unknown,Unknown,5.0,128,4 +20715,2020,Unknown,Unknown,69.0,128,5 +20716,2020,Unknown,Unknown,2.5,128,6 +20717,2020,Unknown,Unknown,9.0,128,7 +20718,2020,Unknown,Unknown,7.0,128,2 +20719,2020,Unknown,Unknown,48.0,128,3 +20720,2020,Unknown,Unknown,83.0,128,1 +20721,2020,by citizenship,Bangladesh,2.5,128,1 +20722,2020,by citizenship,Cambodia,2.5,128,1 +20723,2020,by citizenship,India,2.5,128,1 +20724,2020,by citizenship,Indonesia,15.0,128,1 +20725,2020,by citizenship,Malaysia,11.0,128,1 +20726,2020,by citizenship,Myanmar,2.5,128,1 +20727,2020,by citizenship,Vietnam,2.5,128,1 +20728,2020,by form of exploitation,Forced labour,2.5,128,4 +20729,2020,by form of exploitation,Forced labour,52.0,128,5 +20730,2020,by form of exploitation,Forced labour,2.5,128,6 +20731,2020,by form of exploitation,Forced labour,2.5,128,7 +20732,2020,by form of exploitation,Forced labour,2.5,128,2 +20733,2020,by form of exploitation,Forced labour,54.0,128,3 +20734,2020,by form of exploitation,Forced labour,54.0,128,1 +20735,2020,by form of exploitation,Sexual exploitation,2.5,128,4 +20736,2020,by form of exploitation,Sexual exploitation,12.0,128,5 +20737,2020,by form of exploitation,Sexual exploitation,2.5,128,6 +20738,2020,by form of exploitation,Sexual exploitation,2.5,128,7 +20739,2020,by form of exploitation,Sexual exploitation,2.5,128,2 +20740,2020,by form of exploitation,Sexual exploitation,12.0,128,3 +20741,2020,by form of exploitation,Sexual exploitation,16.0,128,1 +20742,2021,Unknown,Unknown,41.0,128,4 +20743,2021,Unknown,Unknown,30.0,128,5 +20744,2021,Unknown,Unknown,33.0,128,6 +20745,2021,Unknown,Unknown,13.0,128,7 +20746,2021,Unknown,Unknown,74.0,128,2 +20747,2021,Unknown,Unknown,44.0,128,3 +20748,2021,Unknown,Unknown,117.0,128,1 +20749,2021,by citizenship,Bangladesh,6.0,128,1 +20750,2021,by citizenship,Cambodia,2.5,128,1 +20751,2021,by citizenship,India,30.0,128,1 +20752,2021,by citizenship,Indonesia,40.0,128,1 +20753,2021,by citizenship,Malaysia,5.0,128,1 +20754,2021,by citizenship,Myanmar,39.0,128,1 +20755,2021,by citizenship,Nepal,2.5,128,1 +20756,2021,by citizenship,Pakistan,8.0,128,1 +20757,2021,by citizenship,Vietnam,2.5,128,1 +20758,2021,by form of exploitation,Forced labour,41.0,128,4 +20759,2021,by form of exploitation,Forced labour,40.0,128,5 +20760,2021,by form of exploitation,Forced labour,30.0,128,6 +20761,2021,by form of exploitation,Forced labour,9.0,128,7 +20762,2021,by form of exploitation,Forced labour,71.0,128,2 +20763,2021,by form of exploitation,Forced labour,49.0,128,3 +20764,2021,by form of exploitation,Forced labour,120.0,128,1 +20765,2021,by form of exploitation,Sexual exploitation,2.5,128,4 +20766,2021,by form of exploitation,Sexual exploitation,7.0,128,5 +20767,2021,by form of exploitation,Sexual exploitation,2.5,128,6 +20768,2021,by form of exploitation,Sexual exploitation,2.5,128,7 +20769,2021,by form of exploitation,Sexual exploitation,7.0,128,3 +20770,2021,by form of exploitation,Sexual exploitation,7.0,128,1 +20771,2022,Unknown,Unknown,10.0,128,4 +20772,2022,Unknown,Unknown,34.0,128,5 +20773,2022,Unknown,Unknown,6.0,128,6 +20774,2022,Unknown,Unknown,30.0,128,7 +20775,2022,Unknown,Unknown,19.0,128,2 +20776,2022,Unknown,Unknown,110.0,128,3 +20777,2022,Unknown,Unknown,75.0,128,1 +20778,2022,by citizenship,Cambodia,6.0,128,1 +20779,2022,by citizenship,Philippines,7.0,128,1 +20780,2022,by citizenship,India,6.0,128,1 +20781,2022,by citizenship,Indonesia,65.0,128,1 +20782,2022,by citizenship,Malaysia,25.0,128,1 +20783,2022,by citizenship,Myanmar,2.5,128,1 +20784,2022,by citizenship,Nepal,10.0,128,1 +20785,2022,by citizenship,Tanzania,5.0,128,1 +20786,2022,by citizenship,Thailand,2.5,128,1 +20787,2022,by citizenship,Uganda,2.5,128,1 +20788,2022,by citizenship,Uzbekistan,2.5,128,1 +20789,2022,by citizenship,Vietnam,2.5,128,1 +20790,2022,by form of exploitation,Forced labour,7.0,128,4 +20791,2022,by form of exploitation,Forced labour,47.0,128,5 +20792,2022,by form of exploitation,Forced labour,2.5,128,6 +20793,2022,by form of exploitation,Forced labour,40.0,128,7 +20794,2022,by form of exploitation,Forced labour,10.0,128,2 +20795,2022,by form of exploitation,Forced labour,87.0,128,3 +20796,2022,by form of exploitation,Forced labour,97.0,128,1 +20797,2022,by form of exploitation,Sexual exploitation,6.0,128,4 +20798,2022,by form of exploitation,Sexual exploitation,23.0,128,5 +20799,2022,by form of exploitation,Sexual exploitation,2.5,128,6 +20800,2022,by form of exploitation,Sexual exploitation,2.5,128,7 +20801,2022,by form of exploitation,Sexual exploitation,6.0,128,2 +20802,2022,by form of exploitation,Sexual exploitation,23.0,128,3 +20803,2022,by form of exploitation,Sexual exploitation,29.0,128,1 +20804,2003,by country of repatriation,Abroad,2.5,129,1 +20805,2008,by country of repatriation,Abroad,2.5,129,1 +20806,2012,Unknown,Unknown,2.5,129,4 +20807,2012,Unknown,Unknown,2.5,129,5 +20808,2012,Unknown,Unknown,2.5,129,6 +20809,2012,Unknown,Unknown,2.5,129,7 +20810,2012,Unknown,Unknown,2.5,129,2 +20811,2012,Unknown,Unknown,2.5,129,3 +20812,2012,Unknown,Unknown,2.5,129,1 +20813,2014,Unknown,Unknown,2.5,129,2 +20814,2014,Unknown,Unknown,2.5,129,3 +20815,2015,Unknown,Unknown,2.5,129,2 +20816,2015,Unknown,Unknown,2.5,129,3 +20817,2017,Unknown,Unknown,11.0,129,4 +20818,2017,Unknown,Unknown,2.5,129,5 +20819,2017,Unknown,Unknown,2.5,129,6 +20820,2017,Unknown,Unknown,6.0,129,7 +20821,2017,Unknown,Unknown,12.0,129,2 +20822,2017,Unknown,Unknown,10.0,129,3 +20823,2017,Unknown,Unknown,22.0,129,1 +20824,2017,by citizenship,Angola,9.0,129,1 +20825,2017,by citizenship,Nationals,11.0,129,1 +20826,2017,by citizenship,Tanzania,2.5,129,1 +20827,2017,by citizenship,Zambia,2.5,129,1 +20828,2017,by country of repatriation,Abroad,2.5,129,1 +20829,2017,by country of repatriation,Nationals,2.5,129,1 +20830,2017,by form of exploitation,Forced labour,2.5,129,4 +20831,2017,by form of exploitation,Forced labour,2.5,129,5 +20832,2017,by form of exploitation,Forced labour,2.5,129,6 +20833,2017,by form of exploitation,Forced labour,2.5,129,7 +20834,2017,by form of exploitation,Forced labour,2.5,129,2 +20835,2017,by form of exploitation,Forced labour,5.0,129,3 +20836,2017,by form of exploitation,Forced labour,9.0,129,1 +20837,2017,by form of exploitation,Sexual exploitation,5.0,129,4 +20838,2017,by form of exploitation,Sexual exploitation,2.5,129,5 +20839,2017,by form of exploitation,Sexual exploitation,2.5,129,6 +20840,2017,by form of exploitation,Sexual exploitation,2.5,129,7 +20841,2017,by form of exploitation,Sexual exploitation,5.0,129,2 +20842,2017,by form of exploitation,Sexual exploitation,2.5,129,3 +20843,2017,by form of exploitation,Sexual exploitation,6.0,129,1 +20844,2018,Unknown,Unknown,11.0,129,4 +20845,2018,Unknown,Unknown,2.5,129,5 +20846,2018,Unknown,Unknown,8.0,129,6 +20847,2018,Unknown,Unknown,2.5,129,7 +20848,2018,Unknown,Unknown,18.0,129,2 +20849,2018,Unknown,Unknown,18.0,129,3 +20850,2018,Unknown,Unknown,19.0,129,1 +20851,2018,by citizenship,Angola,8.0,129,1 +20852,2018,by citizenship,Nationals,9.0,129,1 +20853,2018,by citizenship,Zambia,2.5,129,1 +20854,2018,by country of repatriation,Abroad,2.5,129,1 +20855,2018,by form of exploitation,Forced labour,2.5,129,4 +20856,2018,by form of exploitation,Forced labour,2.5,129,5 +20857,2018,by form of exploitation,Forced labour,6.0,129,6 +20858,2018,by form of exploitation,Forced labour,2.5,129,7 +20859,2018,by form of exploitation,Forced labour,10.0,129,2 +20860,2018,by form of exploitation,Forced labour,2.5,129,3 +20861,2018,by form of exploitation,Forced labour,10.0,129,1 +20862,2018,by form of exploitation,Sexual exploitation,7.0,129,4 +20863,2018,by form of exploitation,Sexual exploitation,2.5,129,5 +20864,2018,by form of exploitation,Sexual exploitation,2.5,129,6 +20865,2018,by form of exploitation,Sexual exploitation,2.5,129,7 +20866,2018,by form of exploitation,Sexual exploitation,7.0,129,2 +20867,2018,by form of exploitation,Sexual exploitation,2.5,129,3 +20868,2018,by form of exploitation,Sexual exploitation,7.0,129,1 +20869,2019,Unknown,Unknown,13.0,129,4 +20870,2019,Unknown,Unknown,2.5,129,5 +20871,2019,Unknown,Unknown,10.0,129,6 +20872,2019,Unknown,Unknown,9.0,129,7 +20873,2019,Unknown,Unknown,23.0,129,2 +20874,2019,Unknown,Unknown,13.0,129,3 +20875,2019,Unknown,Unknown,36.0,129,1 +20876,2019,by citizenship,Angola,11.0,129,1 +20877,2019,by citizenship,Democratic Republic of the Congo,2.5,129,1 +20878,2019,by citizenship,Nigeria,2.5,129,1 +20879,2019,by citizenship,Zambia,12.0,129,1 +20880,2019,by citizenship,Zimbabwe,2.5,129,1 +20881,2019,by country of repatriation,Abroad,2.5,129,1 +20882,2019,by form of exploitation,Forced labour,7.0,129,4 +20883,2019,by form of exploitation,Forced labour,7.0,129,5 +20884,2019,by form of exploitation,Forced labour,2.5,129,6 +20885,2019,by form of exploitation,Forced labour,7.0,129,7 +20886,2019,by form of exploitation,Forced labour,11.0,129,2 +20887,2019,by form of exploitation,Forced labour,14.0,129,3 +20888,2019,by form of exploitation,Forced labour,25.0,129,1 +20889,2019,by form of exploitation,Sexual exploitation,2.5,129,4 +20890,2019,by form of exploitation,Sexual exploitation,2.5,129,5 +20891,2019,by form of exploitation,Sexual exploitation,2.5,129,6 +20892,2019,by form of exploitation,Sexual exploitation,2.5,129,7 +20893,2019,by form of exploitation,Sexual exploitation,2.5,129,2 +20894,2019,by form of exploitation,Sexual exploitation,2.5,129,3 +20895,2019,by form of exploitation,Sexual exploitation,2.5,129,1 +20896,2020,Unknown,Unknown,5.0,129,4 +20897,2020,Unknown,Unknown,2.5,129,5 +20898,2020,Unknown,Unknown,2.5,129,6 +20899,2020,Unknown,Unknown,2.5,129,7 +20900,2020,Unknown,Unknown,5.0,129,2 +20901,2020,Unknown,Unknown,5.0,129,3 +20902,2020,Unknown,Unknown,10.0,129,1 +20903,2020,by citizenship,Angola,12.0,129,1 +20904,2020,by citizenship,Kenya,2.5,129,1 +20905,2020,by citizenship,Zambia,2.5,129,1 +20906,2020,by citizenship,Zimbabwe,2.5,129,1 +20907,2020,by country of repatriation,Abroad,2.5,129,1 +20908,2020,by form of exploitation,Forced labour,2.5,129,4 +20909,2020,by form of exploitation,Forced labour,5.0,129,5 +20910,2020,by form of exploitation,Forced labour,2.5,129,6 +20911,2020,by form of exploitation,Forced labour,6.0,129,7 +20912,2020,by form of exploitation,Forced labour,6.0,129,2 +20913,2020,by form of exploitation,Forced labour,11.0,129,3 +20914,2020,by form of exploitation,Forced labour,17.0,129,1 +20915,2020,by form of exploitation,Sexual exploitation,2.5,129,4 +20916,2020,by form of exploitation,Sexual exploitation,2.5,129,5 +20917,2020,by form of exploitation,Sexual exploitation,2.5,129,6 +20918,2020,by form of exploitation,Sexual exploitation,2.5,129,7 +20919,2020,by form of exploitation,Sexual exploitation,2.5,129,2 +20920,2020,by form of exploitation,Sexual exploitation,2.5,129,3 +20921,2020,by form of exploitation,Sexual exploitation,5.0,129,1 +20922,2021,Unknown,Unknown,2.5,129,4 +20923,2021,Unknown,Unknown,2.5,129,5 +20924,2021,Unknown,Unknown,2.5,129,6 +20925,2021,Unknown,Unknown,2.5,129,7 +20926,2021,Unknown,Unknown,2.5,129,2 +20927,2021,Unknown,Unknown,2.5,129,3 +20928,2021,Unknown,Unknown,5.0,129,1 +20929,2021,by citizenship,Nationals,2.5,129,1 +20930,2021,by citizenship,,2.5,129,1 +20931,2021,by form of exploitation,Forced labour,2.5,129,4 +20932,2021,by form of exploitation,Forced labour,2.5,129,5 +20933,2021,by form of exploitation,Forced labour,2.5,129,6 +20934,2021,by form of exploitation,Forced labour,2.5,129,7 +20935,2021,by form of exploitation,Forced labour,2.5,129,3 +20936,2021,by form of exploitation,Forced labour,2.5,129,1 +20937,2021,by form of exploitation,Sexual exploitation,2.5,129,4 +20938,2021,by form of exploitation,Sexual exploitation,2.5,129,5 +20939,2021,by form of exploitation,Sexual exploitation,2.5,129,6 +20940,2021,by form of exploitation,Sexual exploitation,2.5,129,7 +20941,2021,by form of exploitation,Sexual exploitation,2.5,129,2 +20942,2021,by form of exploitation,Sexual exploitation,2.5,129,1 +20943,2003,by country of repatriation,Abroad,2.5,130,1 +20944,2008,by country of repatriation,Abroad,2.5,130,1 +20945,2012,by country of repatriation,Nigeria,34.0,130,1 +20946,2013,by country of repatriation,Nigeria,50.0,130,1 +20947,2014,Unknown,Unknown,2.5,130,5 +20948,2014,Unknown,Unknown,2.5,130,7 +20949,2014,Unknown,Unknown,6.0,130,3 +20950,2014,by citizenship,Cameroon,6.0,130,1 +20951,2015,Unknown,Unknown,39.0,130,4 +20952,2015,Unknown,Unknown,20.0,130,5 +20953,2015,Unknown,Unknown,18.0,130,6 +20954,2015,Unknown,Unknown,31.0,130,7 +20955,2015,Unknown,Unknown,57.0,130,2 +20956,2015,Unknown,Unknown,51.0,130,3 +20957,2015,Unknown,Unknown,108.0,130,1 +20958,2015,by citizenship,Niger,64.0,130,1 +20959,2015,by country of repatriation,Nigeria,2.5,130,1 +20960,2016,Unknown,Unknown,38.0,130,4 +20961,2016,Unknown,Unknown,9.0,130,5 +20962,2016,Unknown,Unknown,18.0,130,6 +20963,2016,Unknown,Unknown,2.5,130,7 +20964,2016,Unknown,Unknown,56.0,130,2 +20965,2016,Unknown,Unknown,11.0,130,3 +20966,2016,Unknown,Unknown,67.0,130,1 +20967,2016,by country of repatriation,Nigeria,32.0,130,1 +20968,2017,Unknown,Unknown,66.0,130,4 +20969,2017,Unknown,Unknown,54.0,130,5 +20970,2017,Unknown,Unknown,44.0,130,6 +20971,2017,Unknown,Unknown,2.5,130,7 +20972,2017,Unknown,Unknown,110.0,130,2 +20973,2017,Unknown,Unknown,54.0,130,3 +20974,2017,Unknown,Unknown,164.0,130,1 +20975,2017,by form of exploitation,Forced labour,2.5,130,4 +20976,2017,by form of exploitation,Forced labour,2.5,130,5 +20977,2017,by form of exploitation,Forced labour,2.5,130,6 +20978,2017,by form of exploitation,Forced labour,2.5,130,7 +20979,2017,by form of exploitation,Forced labour,2.5,130,1 +20980,2017,by form of exploitation,Sexual exploitation,37.0,130,4 +20981,2017,by form of exploitation,Sexual exploitation,47.0,130,5 +20982,2017,by form of exploitation,Sexual exploitation,2.5,130,6 +20983,2017,by form of exploitation,Sexual exploitation,2.5,130,7 +20984,2017,by form of exploitation,Sexual exploitation,85.0,130,1 +20985,2018,Unknown,Unknown,24.0,130,4 +20986,2018,Unknown,Unknown,19.0,130,5 +20987,2018,Unknown,Unknown,7.0,130,6 +20988,2018,Unknown,Unknown,10.0,130,7 +20989,2018,Unknown,Unknown,31.0,130,2 +20990,2018,Unknown,Unknown,29.0,130,3 +20991,2018,Unknown,Unknown,60.0,130,1 +20992,2018,by citizenship,Niger,45.0,130,1 +20993,2018,by citizenship,Nigeria,15.0,130,1 +20994,2018,by form of exploitation,Forced labour,2.5,130,4 +20995,2018,by form of exploitation,Forced labour,2.5,130,5 +20996,2018,by form of exploitation,Forced labour,2.5,130,6 +20997,2018,by form of exploitation,Forced labour,2.5,130,7 +20998,2018,by form of exploitation,Forced labour,2.5,130,1 +20999,2018,by form of exploitation,Sexual exploitation,7.0,130,4 +21000,2018,by form of exploitation,Sexual exploitation,30.0,130,5 +21001,2018,by form of exploitation,Sexual exploitation,2.5,130,6 +21002,2018,by form of exploitation,Sexual exploitation,2.5,130,7 +21003,2018,by form of exploitation,Sexual exploitation,37.0,130,1 +21004,2019,Unknown,Unknown,12.0,130,4 +21005,2019,Unknown,Unknown,2.5,130,5 +21006,2019,Unknown,Unknown,2.5,130,6 +21007,2019,Unknown,Unknown,2.5,130,7 +21008,2019,Unknown,Unknown,15.0,130,2 +21009,2019,Unknown,Unknown,2.5,130,3 +21010,2019,Unknown,Unknown,18.0,130,1 +21011,2019,by citizenship,Benin,2.5,130,1 +21012,2019,by citizenship,Cameroon,2.5,130,1 +21013,2019,by citizenship,Nigeria,15.0,130,1 +21014,2019,by citizenship,Togo,2.5,130,1 +21015,2019,by form of exploitation,Forced labour,2.5,130,4 +21016,2019,by form of exploitation,Forced labour,2.5,130,5 +21017,2019,by form of exploitation,Forced labour,2.5,130,6 +21018,2019,by form of exploitation,Forced labour,2.5,130,7 +21019,2019,by form of exploitation,Forced labour,2.5,130,2 +21020,2019,by form of exploitation,Forced labour,2.5,130,1 +21021,2019,by form of exploitation,Sexual exploitation,5.0,130,4 +21022,2019,by form of exploitation,Sexual exploitation,2.5,130,5 +21023,2019,by form of exploitation,Sexual exploitation,2.5,130,6 +21024,2019,by form of exploitation,Sexual exploitation,2.5,130,7 +21025,2019,by form of exploitation,Sexual exploitation,5.0,130,2 +21026,2019,by form of exploitation,Sexual exploitation,2.5,130,3 +21027,2019,by form of exploitation,Sexual exploitation,6.0,130,1 +21028,2020,Unknown,Unknown,6.0,130,4 +21029,2020,Unknown,Unknown,2.5,130,5 +21030,2020,Unknown,Unknown,2.5,130,6 +21031,2020,Unknown,Unknown,2.5,130,7 +21032,2020,Unknown,Unknown,8.0,130,2 +21033,2020,Unknown,Unknown,2.5,130,3 +21034,2020,Unknown,Unknown,12.0,130,1 +21035,2020,Unknown,Unknown,2.5,130,1 +21036,2020,by citizenship,Ghana,2.5,130,1 +21037,2020,by citizenship,Nigeria,10.0,130,1 +21038,2020,by citizenship,Sierra Leone,2.5,130,1 +21039,2020,by form of exploitation,Forced labour,2.5,130,4 +21040,2020,by form of exploitation,Forced labour,2.5,130,5 +21041,2020,by form of exploitation,Forced labour,2.5,130,6 +21042,2020,by form of exploitation,Forced labour,2.5,130,7 +21043,2020,by form of exploitation,Forced labour,2.5,130,2 +21044,2020,by form of exploitation,Forced labour,2.5,130,3 +21045,2020,by form of exploitation,Forced labour,7.0,130,1 +21046,2020,by form of exploitation,Sexual exploitation,2.5,130,4 +21047,2020,by form of exploitation,Sexual exploitation,2.5,130,5 +21048,2020,by form of exploitation,Sexual exploitation,2.5,130,6 +21049,2020,by form of exploitation,Sexual exploitation,2.5,130,7 +21050,2020,by form of exploitation,Sexual exploitation,2.5,130,2 +21051,2020,by form of exploitation,Sexual exploitation,2.5,130,3 +21052,2020,by form of exploitation,Sexual exploitation,2.5,130,1 +21053,2021,Unknown,Unknown,42.0,130,1 +21054,2022,Unknown,Unknown,21.0,130,4 +21055,2022,Unknown,Unknown,13.0,130,5 +21056,2022,Unknown,Unknown,27.0,130,6 +21057,2022,Unknown,Unknown,7.0,130,7 +21058,2022,Unknown,Unknown,51.0,130,2 +21059,2022,Unknown,Unknown,20.0,130,3 +21060,2022,Unknown,Unknown,71.0,130,1 +21061,2022,by citizenship,Benin,2.5,130,1 +21062,2022,by citizenship,Cameroon,2.5,130,1 +21063,2022,by citizenship,Nigeria,6.0,130,1 +21064,2022,by citizenship,Nigeria,58.0,130,1 +21065,2022,by form of exploitation,Forced labour,2.5,130,4 +21066,2022,by form of exploitation,Forced labour,2.5,130,5 +21067,2022,by form of exploitation,Forced labour,2.5,130,6 +21068,2022,by form of exploitation,Forced labour,2.5,130,7 +21069,2022,by form of exploitation,Forced labour,2.5,130,2 +21070,2022,by form of exploitation,Forced labour,2.5,130,3 +21071,2022,by form of exploitation,Forced labour,2.5,130,1 +21072,2022,by form of exploitation,Sexual exploitation,2.5,130,4 +21073,2022,by form of exploitation,Sexual exploitation,7.0,130,5 +21074,2022,by form of exploitation,Sexual exploitation,2.5,130,6 +21075,2022,by form of exploitation,Sexual exploitation,2.5,130,7 +21076,2022,by form of exploitation,Sexual exploitation,7.0,130,3 +21077,2022,by form of exploitation,Sexual exploitation,7.0,130,1 +21078,2003,by country of repatriation,Abroad,2.5,131,1 +21079,2004,by form of exploitation,Forced labour,52.0,131,1 +21080,2004,by form of exploitation,Sexual exploitation,21.0,131,1 +21081,2005,by form of exploitation,Forced labour,225.0,131,1 +21082,2005,by form of exploitation,Sexual exploitation,116.0,131,1 +21083,2006,by form of exploitation,Forced labour,130.0,131,1 +21084,2006,by form of exploitation,Sexual exploitation,208.0,131,1 +21085,2007,by form of exploitation,Forced labour,628.0,131,1 +21086,2007,by form of exploitation,Sexual exploitation,366.0,131,1 +21087,2008,Unknown,Unknown,628.0,131,2 +21088,2008,Unknown,Unknown,611.0,131,3 +21089,2008,Unknown,Unknown,1269.0,131,1 +21090,2008,by form of exploitation,Forced labour,267.0,131,1 +21091,2008,by form of exploitation,Sexual exploitation,600.0,131,1 +21092,2009,Unknown,Unknown,540.0,131,2 +21093,2009,Unknown,Unknown,710.0,131,3 +21094,2009,Unknown,Unknown,1250.0,131,1 +21095,2010,Unknown,Unknown,352.0,131,4 +21096,2010,Unknown,Unknown,382.0,131,5 +21097,2010,Unknown,Unknown,170.0,131,6 +21098,2010,Unknown,Unknown,111.0,131,7 +21099,2010,Unknown,Unknown,522.0,131,2 +21100,2010,Unknown,Unknown,493.0,131,3 +21101,2010,Unknown,Unknown,1044.0,131,1 +21102,2010,by citizenship,Benin,70.0,131,1 +21103,2010,by citizenship,Burkina Faso,9.0,131,1 +21104,2010,by citizenship,Cameroon,6.0,131,1 +21105,2010,by citizenship,Chad,2.5,131,1 +21106,2010,by citizenship,Cote d'Ivoire,2.5,131,1 +21107,2010,by citizenship,Ghana,2.5,131,1 +21108,2010,by citizenship,Niger,2.5,131,1 +21109,2010,by citizenship,Nigeria,852.0,131,1 +21110,2010,by citizenship,Togo,72.0,131,1 +21111,2010,by form of exploitation,Forced labour,175.0,131,1 +21112,2010,by form of exploitation,Sexual exploitation,214.0,131,1 +21113,2011,Unknown,Unknown,302.0,131,4 +21114,2011,Unknown,Unknown,404.0,131,5 +21115,2011,Unknown,Unknown,141.0,131,6 +21116,2011,Unknown,Unknown,129.0,131,7 +21117,2011,Unknown,Unknown,443.0,131,2 +21118,2011,Unknown,Unknown,533.0,131,3 +21119,2011,Unknown,Unknown,976.0,131,1 +21120,2011,by citizenship,Benin,56.0,131,1 +21121,2011,by citizenship,Burkina Faso,18.0,131,1 +21122,2011,by citizenship,Cameroon,2.5,131,1 +21123,2011,by citizenship,China,2.5,131,1 +21124,2011,by citizenship,Cote d'Ivoire,2.5,131,1 +21125,2011,by citizenship,Ghana,5.0,131,1 +21126,2011,by citizenship,Niger,2.5,131,1 +21127,2011,by citizenship,Nigeria,849.0,131,1 +21128,2011,by citizenship,Sierra Leone,2.5,131,1 +21129,2011,by citizenship,Togo,25.0,131,1 +21130,2011,by citizenship,United States,2.5,131,1 +21131,2011,by form of exploitation,Forced labour,163.0,131,1 +21132,2011,by form of exploitation,Sexual exploitation,394.0,131,1 +21133,2012,Unknown,Unknown,275.0,131,4 +21134,2012,Unknown,Unknown,320.0,131,5 +21135,2012,Unknown,Unknown,105.0,131,6 +21136,2012,Unknown,Unknown,44.0,131,7 +21137,2012,Unknown,Unknown,380.0,131,2 +21138,2012,Unknown,Unknown,364.0,131,3 +21139,2012,Unknown,Unknown,744.0,131,1 +21140,2012,by citizenship,Benin,43.0,131,1 +21141,2012,by citizenship,Cameroon,10.0,131,1 +21142,2012,by citizenship,Gabon,2.5,131,1 +21143,2012,by citizenship,Ghana,2.5,131,1 +21144,2012,by citizenship,Niger,2.5,131,1 +21145,2012,by citizenship,Nigeria,371.0,131,1 +21146,2012,by citizenship,Togo,32.0,131,1 +21147,2012,by form of exploitation,Forced labour,297.0,131,1 +21148,2012,by form of exploitation,Sexual exploitation,281.0,131,1 +21149,2013,Unknown,Unknown,200.0,131,4 +21150,2013,Unknown,Unknown,266.0,131,5 +21151,2013,Unknown,Unknown,387.0,131,6 +21152,2013,Unknown,Unknown,115.0,131,7 +21153,2013,Unknown,Unknown,587.0,131,2 +21154,2013,Unknown,Unknown,381.0,131,3 +21155,2013,Unknown,Unknown,968.0,131,1 +21156,2013,by citizenship,Benin,12.0,131,1 +21157,2013,by citizenship,Cameroon,2.5,131,1 +21158,2013,by citizenship,Chad,2.5,131,1 +21159,2013,by citizenship,Cote d'Ivoire,2.5,131,1 +21160,2013,by citizenship,Ghana,2.5,131,1 +21161,2013,by citizenship,Niger,10.0,131,1 +21162,2013,by citizenship,Nigeria,716.0,131,1 +21163,2013,by citizenship,Sierra Leone,2.5,131,1 +21164,2013,by citizenship,Togo,14.0,131,1 +21165,2013,by citizenship,Yemen,10.0,131,1 +21166,2013,by form of exploitation,Forced labour,333.0,131,1 +21167,2013,by form of exploitation,Sexual exploitation,244.0,131,1 +21168,2014,Unknown,Unknown,250.0,131,4 +21169,2014,Unknown,Unknown,261.0,131,5 +21170,2014,Unknown,Unknown,458.0,131,6 +21171,2014,Unknown,Unknown,61.0,131,7 +21172,2014,Unknown,Unknown,708.0,131,2 +21173,2014,Unknown,Unknown,322.0,131,3 +21174,2014,Unknown,Unknown,1030.0,131,1 +21175,2014,by citizenship,Benin,23.0,131,1 +21176,2014,by citizenship,Burkina Faso,7.0,131,1 +21177,2014,by citizenship,Cameroon,2.5,131,1 +21178,2014,by citizenship,Cote d'Ivoire,2.5,131,1 +21179,2014,by citizenship,Ghana,2.5,131,1 +21180,2014,by citizenship,Guinea,2.5,131,1 +21181,2014,by citizenship,Guinea-Bissau,2.5,131,1 +21182,2014,by citizenship,Italy,2.5,131,1 +21183,2014,by citizenship,Mali,2.5,131,1 +21184,2014,by citizenship,Niger,5.0,131,1 +21185,2014,by citizenship,Nigeria,815.0,131,1 +21186,2014,by citizenship,Senegal,2.5,131,1 +21187,2014,by citizenship,Togo,6.0,131,1 +21188,2014,by form of exploitation,Forced labour,115.0,131,4 +21189,2014,by form of exploitation,Forced labour,35.0,131,5 +21190,2014,by form of exploitation,Forced labour,54.0,131,6 +21191,2014,by form of exploitation,Forced labour,32.0,131,7 +21192,2014,by form of exploitation,Forced labour,236.0,131,1 +21193,2014,by form of exploitation,Sexual exploitation,7.0,131,4 +21194,2014,by form of exploitation,Sexual exploitation,174.0,131,5 +21195,2014,by form of exploitation,Sexual exploitation,2.5,131,7 +21196,2014,by form of exploitation,Sexual exploitation,182.0,131,1 +21197,2015,Unknown,Unknown,138.0,131,4 +21198,2015,Unknown,Unknown,393.0,131,5 +21199,2015,Unknown,Unknown,288.0,131,6 +21200,2015,Unknown,Unknown,75.0,131,7 +21201,2015,Unknown,Unknown,426.0,131,2 +21202,2015,Unknown,Unknown,468.0,131,3 +21203,2015,Unknown,Unknown,896.0,131,1 +21204,2015,by citizenship,Benin,46.0,131,1 +21205,2015,by citizenship,Cameroon,2.5,131,1 +21206,2015,by citizenship,Chad,2.5,131,1 +21207,2015,by citizenship,Democratic Republic of the Congo,2.5,131,1 +21208,2015,by citizenship,Cote d'Ivoire,2.5,131,1 +21209,2015,by citizenship,Ghana,2.5,131,1 +21210,2015,by citizenship,Guinea,2.5,131,1 +21211,2015,by citizenship,Guinea-Bissau,2.5,131,1 +21212,2015,by citizenship,Lebanon,2.5,131,1 +21213,2015,by citizenship,Libya,14.0,131,1 +21214,2015,by citizenship,Nigeria,600.0,131,1 +21215,2015,by citizenship,Senegal,2.5,131,1 +21216,2015,by citizenship,Sierra Leone,2.5,131,1 +21217,2015,by citizenship,Togo,22.0,131,1 +21218,2015,by form of exploitation,Forced labour,288.0,131,4 +21219,2015,by form of exploitation,Forced labour,78.0,131,5 +21220,2015,by form of exploitation,Forced labour,94.0,131,6 +21221,2015,by form of exploitation,Forced labour,78.0,131,7 +21222,2015,by form of exploitation,Forced labour,517.0,131,1 +21223,2015,by form of exploitation,Sexual exploitation,30.0,131,4 +21224,2015,by form of exploitation,Sexual exploitation,357.0,131,5 +21225,2015,by form of exploitation,Sexual exploitation,362.0,131,1 +21226,2016,Unknown,Unknown,369.0,131,4 +21227,2016,Unknown,Unknown,451.0,131,5 +21228,2016,Unknown,Unknown,112.0,131,6 +21229,2016,Unknown,Unknown,85.0,131,7 +21230,2016,Unknown,Unknown,481.0,131,2 +21231,2016,Unknown,Unknown,536.0,131,3 +21232,2016,Unknown,Unknown,1017.0,131,1 +21233,2016,by citizenship,Benin,102.0,131,1 +21234,2016,by citizenship,Burkina Faso,2.5,131,1 +21235,2016,by citizenship,Ghana,2.5,131,1 +21236,2016,by citizenship,Niger,2.5,131,1 +21237,2016,by citizenship,Nigeria,680.0,131,1 +21238,2016,by citizenship,Togo,33.0,131,1 +21239,2016,by form of exploitation,Forced labour,288.0,131,4 +21240,2016,by form of exploitation,Forced labour,57.0,131,5 +21241,2016,by form of exploitation,Forced labour,94.0,131,6 +21242,2016,by form of exploitation,Forced labour,78.0,131,7 +21243,2016,by form of exploitation,Forced labour,517.0,131,1 +21244,2016,by form of exploitation,Sexual exploitation,30.0,131,4 +21245,2016,by form of exploitation,Sexual exploitation,357.0,131,5 +21246,2016,by form of exploitation,Sexual exploitation,362.0,131,1 +21247,2017,Unknown,Unknown,423.0,131,4 +21248,2017,Unknown,Unknown,1001.0,131,5 +21249,2017,Unknown,Unknown,360.0,131,6 +21250,2017,Unknown,Unknown,106.0,131,7 +21251,2017,Unknown,Unknown,783.0,131,2 +21252,2017,Unknown,Unknown,1107.0,131,3 +21253,2017,Unknown,Unknown,1890.0,131,1 +21254,2017,by citizenship,Benin,40.0,131,1 +21255,2017,by citizenship,Cameroon,2.5,131,1 +21256,2017,by citizenship,Ghana,6.0,131,1 +21257,2017,by citizenship,Guinea-Bissau,2.5,131,1 +21258,2017,by citizenship,Niger,6.0,131,1 +21259,2017,by citizenship,Sierra Leone,2.5,131,1 +21260,2017,by citizenship,Togo,32.0,131,1 +21261,2017,by citizenship,Zambia,2.5,131,1 +21262,2017,by form of exploitation,Forced labour,592.0,131,1 +21263,2017,by form of exploitation,Sexual exploitation,1012.0,131,1 +21264,2018,Unknown,Unknown,442.0,131,4 +21265,2018,Unknown,Unknown,538.0,131,5 +21266,2018,Unknown,Unknown,139.0,131,6 +21267,2018,Unknown,Unknown,54.0,131,7 +21268,2018,Unknown,Unknown,581.0,131,2 +21269,2018,Unknown,Unknown,592.0,131,3 +21270,2018,Unknown,Unknown,1173.0,131,1 +21271,2018,by citizenship,Benin,30.0,131,1 +21272,2018,by citizenship,Cameroon,2.5,131,1 +21273,2018,by citizenship,Cote d'Ivoire,2.5,131,1 +21274,2018,by citizenship,Egypt,2.5,131,1 +21275,2018,by citizenship,Ghana,19.0,131,1 +21276,2018,by citizenship,Guinea,2.5,131,1 +21277,2018,by citizenship,Nationals,1099.0,131,1 +21278,2018,by citizenship,Togo,14.0,131,1 +21279,2018,by country of repatriation,Abroad,239.0,131,1 +21280,2018,by country of repatriation,Benin,13.0,131,1 +21281,2018,by country of repatriation,Burkina Faso,6.0,131,1 +21282,2018,by country of repatriation,Cote d'Ivoire,16.0,131,1 +21283,2018,by country of repatriation,Ghana,14.0,131,1 +21284,2018,by country of repatriation,Italy,2.5,131,1 +21285,2018,by country of repatriation,Libya,101.0,131,1 +21286,2018,by country of repatriation,Malaysia,2.5,131,1 +21287,2018,by country of repatriation,Mali,42.0,131,1 +21288,2018,by country of repatriation,Niger,6.0,131,1 +21289,2018,by country of repatriation,Norway,2.5,131,1 +21290,2018,by country of repatriation,Oman,2.5,131,1 +21291,2018,by country of repatriation,Russia,2.5,131,1 +21292,2018,by country of repatriation,Saudi Arabia,14.0,131,1 +21293,2018,by country of repatriation,Spain,2.5,131,1 +21294,2018,by country of repatriation,Togo,2.5,131,1 +21295,2018,by country of repatriation,UAE,14.0,131,1 +21296,2018,by form of exploitation,Forced labour,104.0,131,5 +21297,2018,by form of exploitation,Forced labour,63.0,131,7 +21298,2018,by form of exploitation,Forced labour,167.0,131,3 +21299,2018,by form of exploitation,Forced labour,269.0,131,1 +21300,2018,by form of exploitation,Sexual exploitation,483.0,131,5 +21301,2018,by form of exploitation,Sexual exploitation,12.0,131,7 +21302,2018,by form of exploitation,Sexual exploitation,495.0,131,3 +21303,2018,by form of exploitation,Sexual exploitation,495.0,131,1 +21304,2019,Unknown,Unknown,423.0,131,4 +21305,2019,Unknown,Unknown,506.0,131,5 +21306,2019,Unknown,Unknown,150.0,131,6 +21307,2019,Unknown,Unknown,73.0,131,7 +21308,2019,Unknown,Unknown,573.0,131,2 +21309,2019,Unknown,Unknown,579.0,131,3 +21310,2019,Unknown,Unknown,1152.0,131,1 +21311,2019,by citizenship,Benin,38.0,131,1 +21312,2019,by citizenship,Ghana,12.0,131,1 +21313,2019,by citizenship,Mali,2.5,131,1 +21314,2019,by citizenship,Nigeria,867.0,131,1 +21315,2019,by citizenship,Nigeria,2.5,131,1 +21316,2019,by citizenship,Sierra Leone,5.0,131,1 +21317,2019,by citizenship,Sri Lanka,8.0,131,1 +21318,2019,by citizenship,Togo,7.0,131,1 +21319,2019,by country of repatriation,Abroad,211.0,131,1 +21320,2019,by country of repatriation,Benin,5.0,131,1 +21321,2019,by country of repatriation,Burkina Faso,7.0,131,1 +21322,2019,by country of repatriation,Cameroon,2.5,131,1 +21323,2019,by country of repatriation,Cote d'Ivoire,16.0,131,1 +21324,2019,by country of repatriation,Egypt,2.5,131,1 +21325,2019,by country of repatriation,Gambia,2.5,131,1 +21326,2019,by country of repatriation,Ghana,13.0,131,1 +21327,2019,by country of repatriation,India,2.5,131,1 +21328,2019,by country of repatriation,Lebanon,2.5,131,1 +21329,2019,by country of repatriation,Libya,14.0,131,1 +21330,2019,by country of repatriation,Mali,87.0,131,1 +21331,2019,by country of repatriation,Niger,51.0,131,1 +21332,2019,by country of repatriation,Oman,2.5,131,1 +21333,2019,by country of repatriation,Russia,5.0,131,1 +21334,2019,by country of repatriation,Saudi Arabia,2.5,131,1 +21335,2019,by country of repatriation,South Africa,2.5,131,1 +21336,2019,by country of repatriation,Togo,2.5,131,1 +21337,2019,by country of repatriation,UAE,2.5,131,1 +21338,2019,by form of exploitation,Forced labour,69.0,131,5 +21339,2019,by form of exploitation,Forced labour,109.0,131,7 +21340,2019,by form of exploitation,Forced labour,172.0,131,3 +21341,2019,by form of exploitation,Forced labour,336.0,131,1 +21342,2019,by form of exploitation,Sexual exploitation,485.0,131,5 +21343,2019,by form of exploitation,Sexual exploitation,2.5,131,7 +21344,2019,by form of exploitation,Sexual exploitation,487.0,131,3 +21345,2019,by form of exploitation,Sexual exploitation,546.0,131,1 +21346,2020,Unknown,Unknown,416.0,131,4 +21347,2020,Unknown,Unknown,452.0,131,5 +21348,2020,Unknown,Unknown,154.0,131,6 +21349,2020,Unknown,Unknown,65.0,131,7 +21350,2020,Unknown,Unknown,571.0,131,2 +21351,2020,Unknown,Unknown,516.0,131,3 +21352,2020,Unknown,Unknown,1087.0,131,1 +21353,2020,by citizenship,Benin,9.0,131,1 +21354,2020,by citizenship,Cameroon,2.5,131,1 +21355,2020,by citizenship,Ghana,2.5,131,1 +21356,2020,by citizenship,Nigeria,912.0,131,1 +21357,2020,by citizenship,Nigeria,2.5,131,1 +21358,2020,by citizenship,Togo,5.0,131,1 +21359,2020,by country of repatriation,Abroad,78.0,131,1 +21360,2020,by country of repatriation,Benin,22.0,131,1 +21361,2020,by country of repatriation,Burkina Faso,2.5,131,1 +21362,2020,by country of repatriation,Cote d'Ivoire,2.5,131,1 +21363,2020,by country of repatriation,Egypt,2.5,131,1 +21364,2020,by country of repatriation,Gambia,2.5,131,1 +21365,2020,by country of repatriation,Ghana,2.5,131,1 +21366,2020,by country of repatriation,Italy,2.5,131,1 +21367,2020,by country of repatriation,Lebanon,21.0,131,1 +21368,2020,by country of repatriation,Libya,2.5,131,1 +21369,2020,by country of repatriation,Malaysia,2.5,131,1 +21370,2020,by country of repatriation,Mali,6.0,131,1 +21371,2020,by country of repatriation,Oman,7.0,131,1 +21372,2020,by country of repatriation,Togo,5.0,131,1 +21373,2020,by country of repatriation,UAE,2.5,131,1 +21374,2020,by form of exploitation,Forced labour,100.0,131,5 +21375,2020,by form of exploitation,Forced labour,61.0,131,7 +21376,2020,by form of exploitation,Forced labour,161.0,131,3 +21377,2020,by form of exploitation,Forced labour,310.0,131,1 +21378,2020,by form of exploitation,Sexual exploitation,458.0,131,5 +21379,2020,by form of exploitation,Sexual exploitation,2.5,131,7 +21380,2020,by form of exploitation,Sexual exploitation,460.0,131,3 +21381,2020,by form of exploitation,Sexual exploitation,494.0,131,1 +21382,2021,Unknown,Unknown,585.0,131,4 +21383,2021,Unknown,Unknown,641.0,131,5 +21384,2021,Unknown,Unknown,183.0,131,6 +21385,2021,Unknown,Unknown,61.0,131,7 +21386,2021,Unknown,Unknown,768.0,131,2 +21387,2021,Unknown,Unknown,702.0,131,3 +21388,2021,Unknown,Unknown,1470.0,131,1 +21389,2021,by citizenship,Benin,30.0,131,1 +21390,2021,by citizenship,Cameroon,12.0,131,1 +21391,2021,by citizenship,Chad,2.5,131,1 +21392,2021,by citizenship,Ghana,2.5,131,1 +21393,2021,by citizenship,Libya,2.5,131,1 +21394,2021,by citizenship,Nigeria,1280.0,131,1 +21395,2021,by citizenship,Togo,2.5,131,1 +21396,2021,by country of repatriation,Abroad,190.0,131,1 +21397,2021,by country of repatriation,Benin,27.0,131,1 +21398,2021,by country of repatriation,Burkina Faso,40.0,131,1 +21399,2021,by country of repatriation,Cote d'Ivoire,2.5,131,1 +21400,2021,by country of repatriation,Gabon,2.5,131,1 +21401,2021,by country of repatriation,Ghana,19.0,131,1 +21402,2021,by country of repatriation,Iraq,2.5,131,1 +21403,2021,by country of repatriation,Libya,2.5,131,1 +21404,2021,by country of repatriation,Mali,49.0,131,1 +21405,2021,by country of repatriation,Oman,2.5,131,1 +21406,2021,by country of repatriation,Senegal,2.5,131,1 +21407,2021,by country of repatriation,Sierra Leone,2.5,131,1 +21408,2021,by country of repatriation,Togo,9.0,131,1 +21409,2021,by country of repatriation,UAE,30.0,131,1 +21410,2021,by form of exploitation,Forced labour,92.0,131,4 +21411,2021,by form of exploitation,Forced labour,74.0,131,5 +21412,2021,by form of exploitation,Forced labour,23.0,131,6 +21413,2021,by form of exploitation,Forced labour,66.0,131,7 +21414,2021,by form of exploitation,Forced labour,115.0,131,2 +21415,2021,by form of exploitation,Forced labour,140.0,131,3 +21416,2021,by form of exploitation,Forced labour,255.0,131,1 +21417,2021,by form of exploitation,Sexual exploitation,50.0,131,4 +21418,2021,by form of exploitation,Sexual exploitation,699.0,131,5 +21419,2021,by form of exploitation,Sexual exploitation,2.5,131,6 +21420,2021,by form of exploitation,Sexual exploitation,2.5,131,7 +21421,2021,by form of exploitation,Sexual exploitation,54.0,131,2 +21422,2021,by form of exploitation,Sexual exploitation,701.0,131,3 +21423,2021,by form of exploitation,Sexual exploitation,755.0,131,1 +21424,2022,Unknown,Unknown,729.0,131,4 +21425,2022,Unknown,Unknown,1500.0,131,5 +21426,2022,Unknown,Unknown,245.0,131,6 +21427,2022,Unknown,Unknown,409.0,131,7 +21428,2022,Unknown,Unknown,974.0,131,2 +21429,2022,Unknown,Unknown,1909.0,131,3 +21430,2022,Unknown,Unknown,2883.0,131,1 +21431,2022,by citizenship,Benin,12.0,131,1 +21432,2022,by citizenship,Burundi,2.5,131,1 +21433,2022,by citizenship,Cameroon,5.0,131,1 +21434,2022,by citizenship,Chad,2.5,131,1 +21435,2022,by citizenship,Ethiopia,2.5,131,1 +21436,2022,by citizenship,Ghana,2.5,131,1 +21437,2022,by citizenship,Cote d'Ivoire,2.5,131,1 +21438,2022,by citizenship,Liberia,6.0,131,1 +21439,2022,by citizenship,Libya,2.5,131,1 +21440,2022,by citizenship,Nigeria,2630.0,131,1 +21441,2022,by citizenship,Nigeria,2.5,131,1 +21442,2022,by citizenship,Sierra Leone,2.5,131,1 +21443,2022,by citizenship,Togo,7.0,131,1 +21444,2022,by form of exploitation,Forced labour,106.0,131,4 +21445,2022,by form of exploitation,Forced labour,659.0,131,5 +21446,2022,by form of exploitation,Forced labour,54.0,131,6 +21447,2022,by form of exploitation,Forced labour,419.0,131,7 +21448,2022,by form of exploitation,Forced labour,160.0,131,2 +21449,2022,by form of exploitation,Forced labour,1078.0,131,3 +21450,2022,by form of exploitation,Forced labour,1238.0,131,1 +21451,2022,by form of exploitation,Sexual exploitation,66.0,131,4 +21452,2022,by form of exploitation,Sexual exploitation,1023.0,131,5 +21453,2022,by form of exploitation,Sexual exploitation,9.0,131,6 +21454,2022,by form of exploitation,Sexual exploitation,6.0,131,7 +21455,2022,by form of exploitation,Sexual exploitation,75.0,131,2 +21456,2022,by form of exploitation,Sexual exploitation,1029.0,131,3 +21457,2022,by form of exploitation,Sexual exploitation,1104.0,131,1 +21458,2003,by country of repatriation,Abroad,2.5,132,1 +21459,2005,by form of exploitation,Sexual exploitation,10.0,132,1 +21460,2006,by form of exploitation,Forced labour,2.5,132,1 +21461,2006,by form of exploitation,Sexual exploitation,27.0,132,1 +21462,2007,by form of exploitation,Forced labour,2.5,132,1 +21463,2007,by form of exploitation,Sexual exploitation,41.0,132,1 +21464,2009,Unknown,Unknown,36.0,132,1 +21465,2010,Unknown,Unknown,40.0,132,1 +21466,2011,Unknown,Unknown,7.0,132,2 +21467,2011,Unknown,Unknown,78.0,132,3 +21468,2011,Unknown,Unknown,85.0,132,1 +21469,2012,Unknown,Unknown,2.5,132,2 +21470,2012,Unknown,Unknown,2.5,132,3 +21471,2012,by country of repatriation,Guatemala,2.5,132,1 +21472,2013,Unknown,Unknown,22.0,132,4 +21473,2013,Unknown,Unknown,9.0,132,5 +21474,2013,Unknown,Unknown,2.5,132,6 +21475,2013,Unknown,Unknown,10.0,132,7 +21476,2013,Unknown,Unknown,22.0,132,2 +21477,2013,Unknown,Unknown,19.0,132,3 +21478,2013,Unknown,Unknown,41.0,132,1 +21479,2014,Unknown,Unknown,18.0,132,2 +21480,2014,Unknown,Unknown,34.0,132,3 +21481,2014,Unknown,Unknown,52.0,132,1 +21482,2015,Unknown,Unknown,2.5,132,2 +21483,2015,Unknown,Unknown,2.5,132,3 +21484,2016,by country of repatriation,Colombia,2.5,132,1 +21485,2017,by form of exploitation,Sexual exploitation,2.5,132,1 +21486,2018,Unknown,Unknown,2.5,132,4 +21487,2018,Unknown,Unknown,21.0,132,5 +21488,2018,Unknown,Unknown,2.5,132,6 +21489,2018,Unknown,Unknown,8.0,132,7 +21490,2018,Unknown,Unknown,2.5,132,2 +21491,2018,Unknown,Unknown,29.0,132,3 +21492,2018,Unknown,Unknown,32.0,132,1 +21493,2018,by form of exploitation,Forced labour,27.0,132,1 +21494,2018,by form of exploitation,Sexual exploitation,5.0,132,1 +21495,2019,by form of exploitation,Sexual exploitation,2.5,132,1 +21496,2020,Unknown,Unknown,2.5,132,4 +21497,2020,Unknown,Unknown,2.5,132,5 +21498,2020,Unknown,Unknown,2.5,132,6 +21499,2020,Unknown,Unknown,2.5,132,7 +21500,2020,Unknown,Unknown,2.5,132,2 +21501,2020,Unknown,Unknown,2.5,132,3 +21502,2020,Unknown,Unknown,2.5,132,1 +21503,2020,by citizenship,Unknown,2.5,132,1 +21504,2020,by form of exploitation,Forced labour,2.5,132,1 +21505,2020,by form of exploitation,Sexual exploitation,2.5,132,4 +21506,2020,by form of exploitation,Sexual exploitation,2.5,132,5 +21507,2020,by form of exploitation,Sexual exploitation,2.5,132,6 +21508,2020,by form of exploitation,Sexual exploitation,2.5,132,7 +21509,2020,by form of exploitation,Sexual exploitation,2.5,132,2 +21510,2020,by form of exploitation,Sexual exploitation,2.5,132,1 +21511,2021,Unknown,Unknown,7.0,132,4 +21512,2021,Unknown,Unknown,2.5,132,5 +21513,2021,Unknown,Unknown,2.5,132,6 +21514,2021,Unknown,Unknown,2.5,132,7 +21515,2021,Unknown,Unknown,7.0,132,9 +21516,2021,Unknown,Unknown,8.0,132,2 +21517,2021,Unknown,Unknown,2.5,132,3 +21518,2021,Unknown,Unknown,8.0,132,1 +21519,2021,by citizenship,Unknown,8.0,132,1 +21520,2021,by form of exploitation,Forced labour,2.5,132,4 +21521,2021,by form of exploitation,Forced labour,2.5,132,5 +21522,2021,by form of exploitation,Forced labour,2.5,132,6 +21523,2021,by form of exploitation,Forced labour,2.5,132,7 +21524,2021,by form of exploitation,Sexual exploitation,7.0,132,4 +21525,2021,by form of exploitation,Sexual exploitation,2.5,132,5 +21526,2021,by form of exploitation,Sexual exploitation,2.5,132,6 +21527,2021,by form of exploitation,Sexual exploitation,2.5,132,7 +21528,2021,by form of exploitation,Sexual exploitation,7.0,132,9 +21529,2021,by form of exploitation,Sexual exploitation,7.0,132,2 +21530,2021,by form of exploitation,Sexual exploitation,7.0,132,1 +21531,2022,Unknown,Unknown,6.0,132,4 +21532,2022,Unknown,Unknown,2.5,132,5 +21533,2022,Unknown,Unknown,2.5,132,6 +21534,2022,Unknown,Unknown,2.5,132,7 +21535,2022,Unknown,Unknown,2.5,132,9 +21536,2022,Unknown,Unknown,2.5,132,8 +21537,2022,Unknown,Unknown,7.0,132,2 +21538,2022,Unknown,Unknown,2.5,132,3 +21539,2022,Unknown,Unknown,8.0,132,1 +21540,2022,by form of exploitation,Forced labour,2.5,132,4 +21541,2022,by form of exploitation,Forced labour,2.5,132,5 +21542,2022,by form of exploitation,Forced labour,2.5,132,6 +21543,2022,by form of exploitation,Forced labour,2.5,132,7 +21544,2022,by form of exploitation,Forced labour,2.5,132,1 +21545,2022,by form of exploitation,Sexual exploitation,2.5,132,4 +21546,2022,by form of exploitation,Sexual exploitation,2.5,132,5 +21547,2022,by form of exploitation,Sexual exploitation,2.5,132,6 +21548,2022,by form of exploitation,Sexual exploitation,2.5,132,7 +21549,2022,by form of exploitation,Sexual exploitation,2.5,132,9 +21550,2022,by form of exploitation,Sexual exploitation,7.0,132,2 +21551,2022,by form of exploitation,Sexual exploitation,2.5,132,3 +21552,2022,by form of exploitation,Sexual exploitation,8.0,132,1 +21553,2003,by country of repatriation,Abroad,2.5,133,1 +21554,2007,Unknown,Unknown,182.0,134,4 +21555,2007,Unknown,Unknown,482.0,134,5 +21556,2007,Unknown,Unknown,16.0,134,6 +21557,2007,Unknown,Unknown,33.0,134,7 +21558,2007,Unknown,Unknown,199.0,134,2 +21559,2007,Unknown,Unknown,517.0,134,3 +21560,2007,Unknown,Unknown,716.0,134,1 +21561,2007,by citizenship,Bulgaria,50.0,134,1 +21562,2007,by citizenship,China,33.0,134,1 +21563,2007,by citizenship,Guinea,15.0,134,1 +21564,2007,by citizenship,Hungary,15.0,134,1 +21565,2007,by citizenship,Morocco,13.0,134,1 +21566,2007,by citizenship,Netherlands,270.0,134,1 +21567,2007,by citizenship,Nigeria,104.0,134,1 +21568,2007,by citizenship,Poland,14.0,134,1 +21569,2007,by citizenship,Romania,28.0,134,1 +21570,2007,by citizenship,Sierra Leone,29.0,134,1 +21571,2007,by form of exploitation,Forced labour,21.0,134,1 +21572,2007,by form of exploitation,Sexual exploitation,338.0,134,1 +21573,2008,Unknown,Unknown,164.0,134,4 +21574,2008,Unknown,Unknown,615.0,134,5 +21575,2008,Unknown,Unknown,5.0,134,6 +21576,2008,Unknown,Unknown,41.0,134,7 +21577,2008,Unknown,Unknown,169.0,134,2 +21578,2008,Unknown,Unknown,657.0,134,3 +21579,2008,Unknown,Unknown,826.0,134,1 +21580,2008,by citizenship,Afghanistan,2.5,134,1 +21581,2008,by citizenship,Albania,2.5,134,1 +21582,2008,by citizenship,Angola,5.0,134,1 +21583,2008,by citizenship,Armenia,2.5,134,1 +21584,2008,by citizenship,Belarus,2.5,134,1 +21585,2008,by citizenship,Benin,2.5,134,1 +21586,2008,by citizenship,Bosnia and Herzegovina,2.5,134,1 +21587,2008,by citizenship,Brazil,13.0,134,1 +21588,2008,by citizenship,Bulgaria,32.0,134,1 +21589,2008,by citizenship,Cape Verde,2.5,134,1 +21590,2008,by citizenship,Cameroon,11.0,134,1 +21591,2008,by citizenship,Canada,2.5,134,1 +21592,2008,by citizenship,Chile,2.5,134,1 +21593,2008,by citizenship,China,78.0,134,1 +21594,2008,by citizenship,Taiwan,2.5,134,1 +21595,2008,by citizenship,Colombia,5.0,134,1 +21596,2008,by citizenship,Democratic Republic of the Congo,2.5,134,1 +21597,2008,by citizenship,Cote d'Ivoire,2.5,134,1 +21598,2008,by citizenship,Czech Republic,7.0,134,1 +21599,2008,by citizenship,Dominican Republic,2.5,134,1 +21600,2008,by citizenship,Egypt,2.5,134,1 +21601,2008,by citizenship,Former Yugoslavia,2.5,134,1 +21602,2008,by citizenship,France,2.5,134,1 +21603,2008,by citizenship,Gambia,2.5,134,1 +21604,2008,by citizenship,Georgia,2.5,134,1 +21605,2008,by citizenship,Germany,7.0,134,1 +21606,2008,by citizenship,Ghana,9.0,134,1 +21607,2008,by citizenship,Guinea,20.0,134,1 +21608,2008,by citizenship,Guinea-Bissau,2.5,134,1 +21609,2008,by citizenship,Hungary,45.0,134,1 +21610,2008,by citizenship,India,13.0,134,1 +21611,2008,by citizenship,Indonesia,2.5,134,1 +21612,2008,by citizenship,Iran,2.5,134,1 +21613,2008,by citizenship,Kenya,2.5,134,1 +21614,2008,by citizenship,Liberia,2.5,134,1 +21615,2008,by citizenship,Lithuania,8.0,134,1 +21616,2008,by citizenship,Mongolia,2.5,134,1 +21617,2008,by citizenship,Morocco,10.0,134,1 +21618,2008,by citizenship,Netherlands,320.0,134,1 +21619,2008,by citizenship,Nigeria,64.0,134,1 +21620,2008,by citizenship,Philippines,6.0,134,1 +21621,2008,by citizenship,Poland,6.0,134,1 +21622,2008,by citizenship,Portugal,2.5,134,1 +21623,2008,by citizenship,Romania,19.0,134,1 +21624,2008,by citizenship,Russia,5.0,134,1 +21625,2008,by citizenship,Serbia,2.5,134,1 +21626,2008,by citizenship,Sierra Leone,44.0,134,1 +21627,2008,by citizenship,Slovakia,7.0,134,1 +21628,2008,by citizenship,Somalia,2.5,134,1 +21629,2008,by citizenship,Sudan,2.5,134,1 +21630,2008,by citizenship,Suriname,2.5,134,1 +21631,2008,by citizenship,Thailand,12.0,134,1 +21632,2008,by citizenship,Togo,2.5,134,1 +21633,2008,by citizenship,Trinidad and Tobago,2.5,134,1 +21634,2008,by citizenship,Turkey,2.5,134,1 +21635,2008,by citizenship,Uganda,2.5,134,1 +21636,2008,by citizenship,Ukraine,5.0,134,1 +21637,2008,by citizenship,Tanzania,2.5,134,1 +21638,2008,by citizenship,Venezuela,2.5,134,1 +21639,2008,by citizenship,Vietnam,2.5,134,1 +21640,2008,by citizenship,Zimbabwe,2.5,134,1 +21641,2008,by form of exploitation,Forced labour,18.0,134,1 +21642,2008,by form of exploitation,Sexual exploitation,473.0,134,1 +21643,2009,Unknown,Unknown,104.0,134,4 +21644,2009,Unknown,Unknown,657.0,134,5 +21645,2009,Unknown,Unknown,7.0,134,6 +21646,2009,Unknown,Unknown,131.0,134,7 +21647,2009,Unknown,Unknown,111.0,134,2 +21648,2009,Unknown,Unknown,789.0,134,3 +21649,2009,Unknown,Unknown,909.0,134,1 +21650,2009,by citizenship,Afghanistan,2.5,134,1 +21651,2009,by citizenship,Albania,2.5,134,1 +21652,2009,by citizenship,Angola,2.5,134,1 +21653,2009,by citizenship,Armenia,2.5,134,1 +21654,2009,by citizenship,Azerbaijan,2.5,134,1 +21655,2009,by citizenship,Belarus,2.5,134,1 +21656,2009,by citizenship,Benin,2.5,134,1 +21657,2009,by citizenship,Bosnia and Herzegovina,2.5,134,1 +21658,2009,by citizenship,Brazil,14.0,134,1 +21659,2009,by citizenship,Bulgaria,39.0,134,1 +21660,2009,by citizenship,Burundi,2.5,134,1 +21661,2009,by citizenship,Cameroon,15.0,134,1 +21662,2009,by citizenship,Canada,2.5,134,1 +21663,2009,by citizenship,China,37.0,134,1 +21664,2009,by citizenship,Taiwan,2.5,134,1 +21665,2009,by citizenship,Colombia,2.5,134,1 +21666,2009,by citizenship,Democratic Republic of the Congo,5.0,134,1 +21667,2009,by citizenship,Cote d'Ivoire,6.0,134,1 +21668,2009,by citizenship,Czech Republic,2.5,134,1 +21669,2009,by citizenship,Dominican Republic,2.5,134,1 +21670,2009,by citizenship,Egypt,2.5,134,1 +21671,2009,by citizenship,Ethiopia,2.5,134,1 +21672,2009,by citizenship,Former Yugoslavia,2.5,134,1 +21673,2009,by citizenship,Gambia,2.5,134,1 +21674,2009,by citizenship,Georgia,2.5,134,1 +21675,2009,by citizenship,Germany,2.5,134,1 +21676,2009,by citizenship,Ghana,23.0,134,1 +21677,2009,by citizenship,Guinea,35.0,134,1 +21678,2009,by citizenship,Hungary,47.0,134,1 +21679,2009,by citizenship,India,6.0,134,1 +21680,2009,by citizenship,Indonesia,17.0,134,1 +21681,2009,by citizenship,Iran,2.5,134,1 +21682,2009,by citizenship,Iraq,2.5,134,1 +21683,2009,by citizenship,Jamaica,2.5,134,1 +21684,2009,by citizenship,Kuwait,2.5,134,1 +21685,2009,by citizenship,Kyrgyzstan,2.5,134,1 +21686,2009,by citizenship,Latvia,9.0,134,1 +21687,2009,by citizenship,Liberia,5.0,134,1 +21688,2009,by citizenship,Lithuania,5.0,134,1 +21689,2009,by citizenship,Malaysia,2.5,134,1 +21690,2009,by citizenship,Mauritania,2.5,134,1 +21691,2009,by citizenship,Mongolia,7.0,134,1 +21692,2009,by citizenship,Morocco,15.0,134,1 +21693,2009,by citizenship,Nepal,2.5,134,1 +21694,2009,by citizenship,Netherlands,240.0,134,1 +21695,2009,by citizenship,Niger,2.5,134,1 +21696,2009,by citizenship,Nigeria,101.0,134,1 +21697,2009,by citizenship,Pakistan,2.5,134,1 +21698,2009,by citizenship,Philippines,2.5,134,1 +21699,2009,by citizenship,Poland,19.0,134,1 +21700,2009,by citizenship,Portugal,2.5,134,1 +21701,2009,by citizenship,Moldova,2.5,134,1 +21702,2009,by citizenship,Romania,89.0,134,1 +21703,2009,by citizenship,Russia,2.5,134,1 +21704,2009,by citizenship,Rwanda,2.5,134,1 +21705,2009,by citizenship,Senegal,2.5,134,1 +21706,2009,by citizenship,Serbia,2.5,134,1 +21707,2009,by citizenship,Sierra Leone,35.0,134,1 +21708,2009,by citizenship,Slovakia,2.5,134,1 +21709,2009,by citizenship,South Africa,2.5,134,1 +21710,2009,by citizenship,Spain,2.5,134,1 +21711,2009,by citizenship,Sudan,2.5,134,1 +21712,2009,by citizenship,Thailand,5.0,134,1 +21713,2009,by citizenship,North Macedonia,2.5,134,1 +21714,2009,by citizenship,Togo,2.5,134,1 +21715,2009,by citizenship,Tunisia,2.5,134,1 +21716,2009,by citizenship,Turkey,2.5,134,1 +21717,2009,by citizenship,Uganda,10.0,134,1 +21718,2009,by citizenship,Ukraine,5.0,134,1 +21719,2009,by citizenship,Tanzania,2.5,134,1 +21720,2009,by citizenship,Uzbekistan,2.5,134,1 +21721,2009,by citizenship,Venezuela,2.5,134,1 +21722,2009,by citizenship,Vietnam,2.5,134,1 +21723,2009,by citizenship,Zimbabwe,2.5,134,1 +21724,2009,by form of exploitation,Forced labour,104.0,134,1 +21725,2009,by form of exploitation,Sexual exploitation,419.0,134,1 +21726,2010,Unknown,Unknown,145.0,134,4 +21727,2010,Unknown,Unknown,725.0,134,5 +21728,2010,Unknown,Unknown,7.0,134,6 +21729,2010,Unknown,Unknown,105.0,134,7 +21730,2010,Unknown,Unknown,152.0,134,2 +21731,2010,Unknown,Unknown,831.0,134,3 +21732,2010,Unknown,Unknown,993.0,134,1 +21733,2010,by citizenship,Afghanistan,2.5,134,1 +21734,2010,by citizenship,Albania,2.5,134,1 +21735,2010,by citizenship,Angola,5.0,134,1 +21736,2010,by citizenship,Armenia,6.0,134,1 +21737,2010,by citizenship,Austria,2.5,134,1 +21738,2010,by citizenship,Azerbaijan,2.5,134,1 +21739,2010,by citizenship,Belgium,2.5,134,1 +21740,2010,by citizenship,Benin,2.5,134,1 +21741,2010,by citizenship,Brazil,12.0,134,1 +21742,2010,by citizenship,Bulgaria,46.0,134,1 +21743,2010,by citizenship,Burundi,2.5,134,1 +21744,2010,by citizenship,Cameroon,11.0,134,1 +21745,2010,by citizenship,China,23.0,134,1 +21746,2010,by citizenship,Colombia,2.5,134,1 +21747,2010,by citizenship,Democratic Republic of the Congo,9.0,134,1 +21748,2010,by citizenship,Croatia,2.5,134,1 +21749,2010,by citizenship,Cuba,2.5,134,1 +21750,2010,by citizenship,Czech Republic,6.0,134,1 +21751,2010,by citizenship,North Korea,2.5,134,1 +21752,2010,by citizenship,Dominican Republic,2.5,134,1 +21753,2010,by citizenship,Ecuador,2.5,134,1 +21754,2010,by citizenship,Eritrea,2.5,134,1 +21755,2010,by citizenship,Ethiopia,2.5,134,1 +21756,2010,by citizenship,Finland,2.5,134,1 +21757,2010,by citizenship,Former Yugoslavia,2.5,134,1 +21758,2010,by citizenship,France,2.5,134,1 +21759,2010,by citizenship,Gabon,2.5,134,1 +21760,2010,by citizenship,Gambia,5.0,134,1 +21761,2010,by citizenship,Georgia,2.5,134,1 +21762,2010,by citizenship,Germany,2.5,134,1 +21763,2010,by citizenship,Ghana,21.0,134,1 +21764,2010,by citizenship,Guatemala,2.5,134,1 +21765,2010,by citizenship,Guinea,26.0,134,1 +21766,2010,by citizenship,Hungary,56.0,134,1 +21767,2010,by citizenship,India,7.0,134,1 +21768,2010,by citizenship,Indonesia,2.5,134,1 +21769,2010,by citizenship,Iran,2.5,134,1 +21770,2010,by citizenship,Iraq,2.5,134,1 +21771,2010,by citizenship,Italy,2.5,134,1 +21772,2010,by citizenship,Jamaica,2.5,134,1 +21773,2010,by citizenship,Kenya,6.0,134,1 +21774,2010,by citizenship,Latvia,5.0,134,1 +21775,2010,by citizenship,Liberia,2.5,134,1 +21776,2010,by citizenship,Lithuania,9.0,134,1 +21777,2010,by citizenship,Madagascar,2.5,134,1 +21778,2010,by citizenship,Malaysia,2.5,134,1 +21779,2010,by citizenship,Mauritania,2.5,134,1 +21780,2010,by citizenship,Mongolia,5.0,134,1 +21781,2010,by citizenship,Morocco,18.0,134,1 +21782,2010,by citizenship,Nepal,2.5,134,1 +21783,2010,by citizenship,Netherlands,315.0,134,1 +21784,2010,by citizenship,Nigeria,130.0,134,1 +21785,2010,by citizenship,Pakistan,2.5,134,1 +21786,2010,by citizenship,Peru,2.5,134,1 +21787,2010,by citizenship,Philippines,2.5,134,1 +21788,2010,by citizenship,Poland,16.0,134,1 +21789,2010,by citizenship,Romania,49.0,134,1 +21790,2010,by citizenship,Russia,2.5,134,1 +21791,2010,by citizenship,Rwanda,2.5,134,1 +21792,2010,by citizenship,Senegal,2.5,134,1 +21793,2010,by citizenship,Serbia,2.5,134,1 +21794,2010,by citizenship,Sierra Leone,36.0,134,1 +21795,2010,by citizenship,Slovakia,39.0,134,1 +21796,2010,by citizenship,Somalia,2.5,134,1 +21797,2010,by citizenship,Spain,2.5,134,1 +21798,2010,by citizenship,Sri Lanka,2.5,134,1 +21799,2010,by citizenship,Sudan,2.5,134,1 +21800,2010,by citizenship,Suriname,6.0,134,1 +21801,2010,by citizenship,Syria,2.5,134,1 +21802,2010,by citizenship,Thailand,2.5,134,1 +21803,2010,by citizenship,Togo,2.5,134,1 +21804,2010,by citizenship,Turkey,2.5,134,1 +21805,2010,by citizenship,Uganda,15.0,134,1 +21806,2010,by citizenship,Ukraine,2.5,134,1 +21807,2010,by citizenship,United Kingdom,5.0,134,1 +21808,2010,by citizenship,Tanzania,2.5,134,1 +21809,2010,by citizenship,Venezuela,2.5,134,1 +21810,2010,by citizenship,Zambia,2.5,134,1 +21811,2010,by citizenship,Zimbabwe,2.5,134,1 +21812,2010,by country of repatriation,Poland,2.5,134,1 +21813,2010,by country of repatriation,Romania,8.0,134,1 +21814,2010,by country of repatriation,Slovakia,2.5,134,1 +21815,2010,by country of repatriation,South Africa,2.5,134,1 +21816,2010,by form of exploitation,Forced labour,136.0,134,1 +21817,2010,by form of exploitation,Sexual exploitation,749.0,134,1 +21818,2011,Unknown,Unknown,185.0,134,4 +21819,2011,Unknown,Unknown,798.0,134,5 +21820,2011,Unknown,Unknown,10.0,134,6 +21821,2011,Unknown,Unknown,215.0,134,7 +21822,2011,Unknown,Unknown,195.0,134,2 +21823,2011,Unknown,Unknown,1013.0,134,3 +21824,2011,Unknown,Unknown,1222.0,134,1 +21825,2011,by citizenship,Afghanistan,2.5,134,1 +21826,2011,by citizenship,Albania,2.5,134,1 +21827,2011,by citizenship,Algeria,2.5,134,1 +21828,2011,by citizenship,Angola,19.0,134,1 +21829,2011,by citizenship,Armenia,2.5,134,1 +21830,2011,by citizenship,Azerbaijan,2.5,134,1 +21831,2011,by citizenship,Bangladesh,2.5,134,1 +21832,2011,by citizenship,Benin,2.5,134,1 +21833,2011,by citizenship,Bosnia and Herzegovina,2.5,134,1 +21834,2011,by citizenship,Brazil,9.0,134,1 +21835,2011,by citizenship,Bulgaria,73.0,134,1 +21836,2011,by citizenship,Cape Verde,2.5,134,1 +21837,2011,by citizenship,Cameroon,2.5,134,1 +21838,2011,by citizenship,China,40.0,134,1 +21839,2011,by citizenship,Colombia,2.5,134,1 +21840,2011,by citizenship,Democratic Republic of the Congo,2.5,134,1 +21841,2011,by citizenship,Cote d'Ivoire,2.5,134,1 +21842,2011,by citizenship,Cuba,2.5,134,1 +21843,2011,by citizenship,Czech Republic,7.0,134,1 +21844,2011,by citizenship,Dominican Republic,2.5,134,1 +21845,2011,by citizenship,Egypt,2.5,134,1 +21846,2011,by citizenship,El Salvador,2.5,134,1 +21847,2011,by citizenship,Eritrea,5.0,134,1 +21848,2011,by citizenship,Estonia,2.5,134,1 +21849,2011,by citizenship,Ethiopia,2.5,134,1 +21850,2011,by citizenship,Former Yugoslavia,2.5,134,1 +21851,2011,by citizenship,Gambia,2.5,134,1 +21852,2011,by citizenship,Germany,2.5,134,1 +21853,2011,by citizenship,Ghana,13.0,134,1 +21854,2011,by citizenship,Greece,2.5,134,1 +21855,2011,by citizenship,Guinea,58.0,134,1 +21856,2011,by citizenship,Guinea-Bissau,2.5,134,1 +21857,2011,by citizenship,Honduras,2.5,134,1 +21858,2011,by citizenship,Hungary,121.0,134,1 +21859,2011,by citizenship,India,2.5,134,1 +21860,2011,by citizenship,Iraq,8.0,134,1 +21861,2011,by citizenship,Italy,2.5,134,1 +21862,2011,by citizenship,Jamaica,2.5,134,1 +21863,2011,by citizenship,Kenya,2.5,134,1 +21864,2011,by citizenship,Kosovo,2.5,134,1 +21865,2011,by citizenship,Kuwait,2.5,134,1 +21866,2011,by citizenship,Latvia,2.5,134,1 +21867,2011,by citizenship,Liberia,2.5,134,1 +21868,2011,by citizenship,Lithuania,2.5,134,1 +21869,2011,by citizenship,Madagascar,2.5,134,1 +21870,2011,by citizenship,Malaysia,2.5,134,1 +21871,2011,by citizenship,Mali,2.5,134,1 +21872,2011,by citizenship,Mongolia,2.5,134,1 +21873,2011,by citizenship,Morocco,10.0,134,1 +21874,2011,by citizenship,Nepal,2.5,134,1 +21875,2011,by citizenship,Netherlands,337.0,134,1 +21876,2011,by citizenship,Nigeria,134.0,134,1 +21877,2011,by citizenship,Pakistan,2.5,134,1 +21878,2011,by citizenship,Philippines,5.0,134,1 +21879,2011,by citizenship,Poland,104.0,134,1 +21880,2011,by citizenship,Portugal,5.0,134,1 +21881,2011,by citizenship,Romania,40.0,134,1 +21882,2011,by citizenship,Russia,10.0,134,1 +21883,2011,by citizenship,Senegal,2.5,134,1 +21884,2011,by citizenship,Serbia,2.5,134,1 +21885,2011,by citizenship,Sierra Leone,62.0,134,1 +21886,2011,by citizenship,Slovakia,2.5,134,1 +21887,2011,by citizenship,Spain,2.5,134,1 +21888,2011,by citizenship,Sri Lanka,2.5,134,1 +21889,2011,by citizenship,Sudan,2.5,134,1 +21890,2011,by citizenship,Suriname,9.0,134,1 +21891,2011,by citizenship,Thailand,5.0,134,1 +21892,2011,by citizenship,North Macedonia,10.0,134,1 +21893,2011,by citizenship,Togo,2.5,134,1 +21894,2011,by citizenship,Tunisia,2.5,134,1 +21895,2011,by citizenship,Turkey,6.0,134,1 +21896,2011,by citizenship,Uganda,14.0,134,1 +21897,2011,by citizenship,Ukraine,6.0,134,1 +21898,2011,by citizenship,United Kingdom,2.5,134,1 +21899,2011,by citizenship,Tanzania,2.5,134,1 +21900,2011,by citizenship,Vietnam,2.5,134,1 +21901,2011,by country of repatriation,Poland,2.5,134,1 +21902,2011,by country of repatriation,Romania,2.5,134,1 +21903,2011,by form of exploitation,Forced labour,256.0,134,1 +21904,2011,by form of exploitation,Sexual exploitation,781.0,134,1 +21905,2012,Unknown,Unknown,198.0,134,4 +21906,2012,Unknown,Unknown,1303.0,134,5 +21907,2012,Unknown,Unknown,25.0,134,6 +21908,2012,Unknown,Unknown,172.0,134,7 +21909,2012,Unknown,Unknown,223.0,134,2 +21910,2012,Unknown,Unknown,1478.0,134,3 +21911,2012,Unknown,Unknown,1711.0,134,1 +21912,2012,by citizenship,Albania,2.5,134,1 +21913,2012,by citizenship,Algeria,2.5,134,1 +21914,2012,by citizenship,Angola,16.0,134,1 +21915,2012,by citizenship,Armenia,10.0,134,1 +21916,2012,by citizenship,Azerbaijan,2.5,134,1 +21917,2012,by citizenship,Benin,2.5,134,1 +21918,2012,by citizenship,Bosnia and Herzegovina,2.5,134,1 +21919,2012,by citizenship,Brazil,13.0,134,1 +21920,2012,by citizenship,Bulgaria,302.0,134,1 +21921,2012,by citizenship,Burundi,2.5,134,1 +21922,2012,by citizenship,Cameroon,2.5,134,1 +21923,2012,by citizenship,China,21.0,134,1 +21924,2012,by citizenship,Taiwan,2.5,134,1 +21925,2012,by citizenship,Colombia,2.5,134,1 +21926,2012,by citizenship,Democratic Republic of the Congo,5.0,134,1 +21927,2012,by citizenship,Cote d'Ivoire,6.0,134,1 +21928,2012,by citizenship,Croatia,2.5,134,1 +21929,2012,by citizenship,Czech Republic,13.0,134,1 +21930,2012,by citizenship,Dominican Republic,13.0,134,1 +21931,2012,by citizenship,Ecuador,2.5,134,1 +21932,2012,by citizenship,Egypt,2.5,134,1 +21933,2012,by citizenship,Eritrea,2.5,134,1 +21934,2012,by citizenship,Ethiopia,2.5,134,1 +21935,2012,by citizenship,France,2.5,134,1 +21936,2012,by citizenship,Germany,13.0,134,1 +21937,2012,by citizenship,Ghana,17.0,134,1 +21938,2012,by citizenship,Greece,2.5,134,1 +21939,2012,by citizenship,Guinea,47.0,134,1 +21940,2012,by citizenship,Guinea-Bissau,2.5,134,1 +21941,2012,by citizenship,Honduras,2.5,134,1 +21942,2012,by citizenship,Hungary,217.0,134,1 +21943,2012,by citizenship,Iceland,2.5,134,1 +21944,2012,by citizenship,India,11.0,134,1 +21945,2012,by citizenship,Indonesia,2.5,134,1 +21946,2012,by citizenship,Iraq,8.0,134,1 +21947,2012,by citizenship,Italy,2.5,134,1 +21948,2012,by citizenship,Jamaica,2.5,134,1 +21949,2012,by citizenship,Kenya,2.5,134,1 +21950,2012,by citizenship,Kuwait,2.5,134,1 +21951,2012,by citizenship,Latvia,2.5,134,1 +21952,2012,by citizenship,Liberia,2.5,134,1 +21953,2012,by citizenship,Lithuania,9.0,134,1 +21954,2012,by citizenship,Mali,2.5,134,1 +21955,2012,by citizenship,Mauritania,2.5,134,1 +21956,2012,by citizenship,Mongolia,2.5,134,1 +21957,2012,by citizenship,Morocco,10.0,134,1 +21958,2012,by citizenship,Netherlands,428.0,134,1 +21959,2012,by citizenship,Nigeria,95.0,134,1 +21960,2012,by citizenship,Pakistan,9.0,134,1 +21961,2012,by citizenship,Peru,2.5,134,1 +21962,2012,by citizenship,Philippines,19.0,134,1 +21963,2012,by citizenship,Poland,67.0,134,1 +21964,2012,by citizenship,Portugal,2.5,134,1 +21965,2012,by citizenship,Romania,129.0,134,1 +21966,2012,by citizenship,Russia,7.0,134,1 +21967,2012,by citizenship,Senegal,2.5,134,1 +21968,2012,by citizenship,Sierra Leone,60.0,134,1 +21969,2012,by citizenship,Slovakia,8.0,134,1 +21970,2012,by citizenship,Somalia,2.5,134,1 +21971,2012,by citizenship,South Africa,2.5,134,1 +21972,2012,by citizenship,Sudan,2.5,134,1 +21973,2012,by citizenship,Suriname,8.0,134,1 +21974,2012,by citizenship,Thailand,7.0,134,1 +21975,2012,by citizenship,North Macedonia,28.0,134,1 +21976,2012,by citizenship,Togo,2.5,134,1 +21977,2012,by citizenship,Tunisia,2.5,134,1 +21978,2012,by citizenship,Turkey,2.5,134,1 +21979,2012,by citizenship,Uganda,11.0,134,1 +21980,2012,by citizenship,Ukraine,6.0,134,1 +21981,2012,by citizenship,Tanzania,5.0,134,1 +21982,2012,by citizenship,United States,2.5,134,1 +21983,2012,by citizenship,Venezuela,2.5,134,1 +21984,2012,by citizenship,Vietnam,2.5,134,1 +21985,2012,by citizenship,Zimbabwe,2.5,134,1 +21986,2012,by country of repatriation,Bulgaria,2.5,134,1 +21987,2012,by country of repatriation,Romania,2.5,134,1 +21988,2012,by form of exploitation,Forced labour,259.0,134,1 +21989,2012,by form of exploitation,Sexual exploitation,1216.0,134,1 +21990,2013,Unknown,Unknown,227.0,134,4 +21991,2013,Unknown,Unknown,1035.0,134,5 +21992,2013,Unknown,Unknown,32.0,134,6 +21993,2013,Unknown,Unknown,131.0,134,7 +21994,2013,Unknown,Unknown,259.0,134,2 +21995,2013,Unknown,Unknown,1178.0,134,3 +21996,2013,Unknown,Unknown,1434.0,134,1 +21997,2013,by citizenship,Afghanistan,2.5,134,1 +21998,2013,by citizenship,Albania,7.0,134,1 +21999,2013,by citizenship,Algeria,2.5,134,1 +22000,2013,by citizenship,Angola,9.0,134,1 +22001,2013,by citizenship,Armenia,7.0,134,1 +22002,2013,by citizenship,Azerbaijan,2.5,134,1 +22003,2013,by citizenship,Bangladesh,2.5,134,1 +22004,2013,by citizenship,Belarus,2.5,134,1 +22005,2013,by citizenship,Belgium,2.5,134,1 +22006,2013,by citizenship,Brazil,8.0,134,1 +22007,2013,by citizenship,Bulgaria,123.0,134,1 +22008,2013,by citizenship,Burkina Faso,2.5,134,1 +22009,2013,by citizenship,Burundi,2.5,134,1 +22010,2013,by citizenship,Cape Verde,2.5,134,1 +22011,2013,by citizenship,Cameroon,5.0,134,1 +22012,2013,by citizenship,China,31.0,134,1 +22013,2013,by citizenship,Colombia,2.5,134,1 +22014,2013,by citizenship,Democratic Republic of the Congo,9.0,134,1 +22015,2013,by citizenship,Cote d'Ivoire,2.5,134,1 +22016,2013,by citizenship,Cuba,2.5,134,1 +22017,2013,by citizenship,Czech Republic,6.0,134,1 +22018,2013,by citizenship,Dominican Republic,2.5,134,1 +22019,2013,by citizenship,Ecuador,2.5,134,1 +22020,2013,by citizenship,Egypt,2.5,134,1 +22021,2013,by citizenship,Eritrea,2.5,134,1 +22022,2013,by citizenship,France,2.5,134,1 +22023,2013,by citizenship,Gambia,2.5,134,1 +22024,2013,by citizenship,Germany,9.0,134,1 +22025,2013,by citizenship,Ghana,10.0,134,1 +22026,2013,by citizenship,Greece,2.5,134,1 +22027,2013,by citizenship,Guinea,51.0,134,1 +22028,2013,by citizenship,Honduras,2.5,134,1 +22029,2013,by citizenship,Hungary,172.0,134,1 +22030,2013,by citizenship,India,8.0,134,1 +22031,2013,by citizenship,Indonesia,5.0,134,1 +22032,2013,by citizenship,Iran,2.5,134,1 +22033,2013,by citizenship,Iraq,2.5,134,1 +22034,2013,by citizenship,Italy,2.5,134,1 +22035,2013,by citizenship,Japan,2.5,134,1 +22036,2013,by citizenship,Kenya,2.5,134,1 +22037,2013,by citizenship,Latvia,5.0,134,1 +22038,2013,by citizenship,Liberia,5.0,134,1 +22039,2013,by citizenship,Lithuania,12.0,134,1 +22040,2013,by citizenship,Malaysia,2.5,134,1 +22041,2013,by citizenship,Mali,2.5,134,1 +22042,2013,by citizenship,Mongolia,11.0,134,1 +22043,2013,by citizenship,Morocco,9.0,134,1 +22044,2013,by citizenship,Nepal,2.5,134,1 +22045,2013,by citizenship,Netherlands,455.0,134,1 +22046,2013,by citizenship,Nigeria,54.0,134,1 +22047,2013,by citizenship,Peru,2.5,134,1 +22048,2013,by citizenship,Philippines,16.0,134,1 +22049,2013,by citizenship,Poland,22.0,134,1 +22050,2013,by citizenship,Portugal,12.0,134,1 +22051,2013,by citizenship,Moldova,2.5,134,1 +22052,2013,by citizenship,Romania,193.0,134,1 +22053,2013,by citizenship,Russia,7.0,134,1 +22054,2013,by citizenship,Senegal,2.5,134,1 +22055,2013,by citizenship,Sierra Leone,33.0,134,1 +22056,2013,by citizenship,Slovakia,12.0,134,1 +22057,2013,by citizenship,Somalia,6.0,134,1 +22058,2013,by citizenship,Spain,2.5,134,1 +22059,2013,by citizenship,Sri Lanka,2.5,134,1 +22060,2013,by citizenship,Sudan,2.5,134,1 +22061,2013,by citizenship,Suriname,2.5,134,1 +22062,2013,by citizenship,Thailand,2.5,134,1 +22063,2013,by citizenship,Turkey,5.0,134,1 +22064,2013,by citizenship,Uganda,10.0,134,1 +22065,2013,by citizenship,Ukraine,2.5,134,1 +22066,2013,by citizenship,United Kingdom,2.5,134,1 +22067,2013,by citizenship,Tanzania,2.5,134,1 +22068,2013,by citizenship,Vietnam,13.0,134,1 +22069,2013,by citizenship,Zambia,2.5,134,1 +22070,2013,by citizenship,Zimbabwe,2.5,134,1 +22071,2013,by country of repatriation,Latvia,2.5,134,1 +22072,2013,by country of repatriation,Poland,5.0,134,1 +22073,2013,by country of repatriation,Slovakia,2.5,134,1 +22074,2013,by country of repatriation,Uganda,2.5,134,1 +22075,2013,by form of exploitation,Forced labour,183.0,134,1 +22076,2013,by form of exploitation,Sexual exploitation,945.0,134,1 +22077,2014,Unknown,Unknown,214.0,134,4 +22078,2014,Unknown,Unknown,756.0,134,5 +22079,2014,Unknown,Unknown,65.0,134,6 +22080,2014,Unknown,Unknown,158.0,134,7 +22081,2014,Unknown,Unknown,279.0,134,2 +22082,2014,Unknown,Unknown,914.0,134,3 +22083,2014,Unknown,Unknown,1256.0,134,1 +22084,2014,by citizenship,Afghanistan,6.0,134,1 +22085,2014,by citizenship,Albania,17.0,134,1 +22086,2014,by citizenship,Algeria,2.5,134,1 +22087,2014,by citizenship,Angola,6.0,134,1 +22088,2014,by citizenship,Armenia,2.5,134,1 +22089,2014,by citizenship,Azerbaijan,2.5,134,1 +22090,2014,by citizenship,Belgium,2.5,134,1 +22091,2014,by citizenship,Bosnia and Herzegovina,2.5,134,1 +22092,2014,by citizenship,Brazil,13.0,134,1 +22093,2014,by citizenship,Bulgaria,55.0,134,1 +22094,2014,by citizenship,Burkina Faso,2.5,134,1 +22095,2014,by citizenship,Cameroon,2.5,134,1 +22096,2014,by citizenship,China,20.0,134,1 +22097,2014,by citizenship,Colombia,2.5,134,1 +22098,2014,by citizenship,Democratic Republic of the Congo,7.0,134,1 +22099,2014,by citizenship,Cote d'Ivoire,5.0,134,1 +22100,2014,by citizenship,Croatia,2.5,134,1 +22101,2014,by citizenship,Czech Republic,2.5,134,1 +22102,2014,by citizenship,North Korea,2.5,134,1 +22103,2014,by citizenship,Dominican Republic,2.5,134,1 +22104,2014,by citizenship,Ecuador,2.5,134,1 +22105,2014,by citizenship,Egypt,2.5,134,1 +22106,2014,by citizenship,Eritrea,32.0,134,1 +22107,2014,by citizenship,Ethiopia,2.5,134,1 +22108,2014,by citizenship,France,2.5,134,1 +22109,2014,by citizenship,Georgia,2.5,134,1 +22110,2014,by citizenship,Germany,2.5,134,1 +22111,2014,by citizenship,Ghana,5.0,134,1 +22112,2014,by citizenship,Greece,5.0,134,1 +22113,2014,by citizenship,Guinea,35.0,134,1 +22114,2014,by citizenship,Hungary,46.0,134,1 +22115,2014,by citizenship,India,9.0,134,1 +22116,2014,by citizenship,Indonesia,20.0,134,1 +22117,2014,by citizenship,Iran,2.5,134,1 +22118,2014,by citizenship,Iraq,5.0,134,1 +22119,2014,by citizenship,Italy,2.5,134,1 +22120,2014,by citizenship,Kazakhstan,2.5,134,1 +22121,2014,by citizenship,Kenya,2.5,134,1 +22122,2014,by citizenship,Kosovo,2.5,134,1 +22123,2014,by citizenship,Latvia,2.5,134,1 +22124,2014,by citizenship,Liberia,2.5,134,1 +22125,2014,by citizenship,Lithuania,2.5,134,1 +22126,2014,by citizenship,Mali,2.5,134,1 +22127,2014,by citizenship,Mongolia,6.0,134,1 +22128,2014,by citizenship,Montenegro,2.5,134,1 +22129,2014,by citizenship,Morocco,12.0,134,1 +22130,2014,by citizenship,Nepal,2.5,134,1 +22131,2014,by citizenship,Netherlands,462.0,134,1 +22132,2014,by citizenship,Nigeria,41.0,134,1 +22133,2014,by citizenship,Pakistan,2.5,134,1 +22134,2014,by citizenship,Peru,2.5,134,1 +22135,2014,by citizenship,Philippines,75.0,134,1 +22136,2014,by citizenship,Poland,94.0,134,1 +22137,2014,by citizenship,Portugal,2.5,134,1 +22138,2014,by citizenship,Moldova,2.5,134,1 +22139,2014,by citizenship,Romania,90.0,134,1 +22140,2014,by citizenship,Russia,2.5,134,1 +22141,2014,by citizenship,Saint Vincent and the Grenadines,2.5,134,1 +22142,2014,by citizenship,Senegal,2.5,134,1 +22143,2014,by citizenship,Seychelles,2.5,134,1 +22144,2014,by citizenship,Sierra Leone,22.0,134,1 +22145,2014,by citizenship,Slovakia,6.0,134,1 +22146,2014,by citizenship,Somalia,2.5,134,1 +22147,2014,by citizenship,Spain,2.5,134,1 +22148,2014,by citizenship,Sri Lanka,2.5,134,1 +22149,2014,by citizenship,Suriname,2.5,134,1 +22150,2014,by citizenship,Sweden,2.5,134,1 +22151,2014,by citizenship,Switzerland,2.5,134,1 +22152,2014,by citizenship,Syria,2.5,134,1 +22153,2014,by citizenship,Thailand,2.5,134,1 +22154,2014,by citizenship,Togo,2.5,134,1 +22155,2014,by citizenship,Tunisia,2.5,134,1 +22156,2014,by citizenship,Turkey,2.5,134,1 +22157,2014,by citizenship,Uganda,12.0,134,1 +22158,2014,by citizenship,Ukraine,9.0,134,1 +22159,2014,by citizenship,Unknown,22.0,134,1 +22160,2014,by citizenship,Venezuela,2.5,134,1 +22161,2014,by citizenship,Vietnam,12.0,134,1 +22162,2014,by citizenship,Yemen,2.5,134,1 +22163,2014,by citizenship,Zimbabwe,2.5,134,1 +22164,2014,by country of repatriation,Indonesia,2.5,134,1 +22165,2014,by country of repatriation,Slovakia,2.5,134,1 +22166,2014,by form of exploitation,Forced labour,2.5,134,4 +22167,2014,by form of exploitation,Forced labour,77.0,134,5 +22168,2014,by form of exploitation,Forced labour,2.5,134,6 +22169,2014,by form of exploitation,Forced labour,115.0,134,7 +22170,2014,by form of exploitation,Forced labour,188.0,134,1 +22171,2014,by form of exploitation,Sexual exploitation,126.0,134,4 +22172,2014,by form of exploitation,Sexual exploitation,600.0,134,5 +22173,2014,by form of exploitation,Sexual exploitation,9.0,134,6 +22174,2014,by form of exploitation,Sexual exploitation,23.0,134,7 +22175,2014,by form of exploitation,Sexual exploitation,761.0,134,1 +22176,2015,Unknown,Unknown,218.0,134,4 +22177,2015,Unknown,Unknown,588.0,134,5 +22178,2015,Unknown,Unknown,70.0,134,6 +22179,2015,Unknown,Unknown,128.0,134,7 +22180,2015,Unknown,Unknown,288.0,134,2 +22181,2015,Unknown,Unknown,716.0,134,3 +22182,2015,Unknown,Unknown,1150.0,134,1 +22183,2015,by citizenship,Afghanistan,28.0,134,1 +22184,2015,by citizenship,Albania,2.5,134,1 +22185,2015,by citizenship,Angola,2.5,134,1 +22186,2015,by citizenship,Armenia,2.5,134,1 +22187,2015,by citizenship,Azerbaijan,2.5,134,1 +22188,2015,by citizenship,Bangladesh,2.5,134,1 +22189,2015,by citizenship,Belgium,2.5,134,1 +22190,2015,by citizenship,Benin,2.5,134,1 +22191,2015,by citizenship,Bosnia and Herzegovina,2.5,134,1 +22192,2015,by citizenship,Brazil,10.0,134,1 +22193,2015,by citizenship,Bulgaria,85.0,134,1 +22194,2015,by citizenship,Burundi,5.0,134,1 +22195,2015,by citizenship,Cameroon,2.5,134,1 +22196,2015,by citizenship,China,16.0,134,1 +22197,2015,by citizenship,Colombia,2.5,134,1 +22198,2015,by citizenship,Democratic Republic of the Congo,5.0,134,1 +22199,2015,by citizenship,Costa Rica,2.5,134,1 +22200,2015,by citizenship,Cote d'Ivoire,5.0,134,1 +22201,2015,by citizenship,Cyprus,2.5,134,1 +22202,2015,by citizenship,Czech Republic,2.5,134,1 +22203,2015,by citizenship,North Korea,8.0,134,1 +22204,2015,by citizenship,Mongolia,9.0,134,1 +22205,2015,by citizenship,Morocco,18.0,134,1 +22206,2015,by citizenship,Nepal,2.5,134,1 +22207,2015,by citizenship,Netherlands,433.0,134,1 +22208,2015,by citizenship,Nigeria,44.0,134,1 +22209,2015,by citizenship,Oman,2.5,134,1 +22210,2015,by citizenship,Peru,2.5,134,1 +22211,2015,by citizenship,Philippines,24.0,134,1 +22212,2015,by citizenship,Poland,90.0,134,1 +22213,2015,by citizenship,Portugal,2.5,134,1 +22214,2015,by citizenship,Moldova,2.5,134,1 +22215,2015,by citizenship,Romania,44.0,134,1 +22216,2015,by citizenship,Russia,5.0,134,1 +22217,2015,by citizenship,Rwanda,2.5,134,1 +22218,2015,by citizenship,Senegal,2.5,134,1 +22219,2015,by citizenship,Serbia,2.5,134,1 +22220,2015,by citizenship,Sierra Leone,11.0,134,1 +22221,2015,by citizenship,Slovakia,9.0,134,1 +22222,2015,by citizenship,Somalia,5.0,134,1 +22223,2015,by citizenship,South Africa,2.5,134,1 +22224,2015,by citizenship,Spain,2.5,134,1 +22225,2015,by citizenship,Sri Lanka,2.5,134,1 +22226,2015,by citizenship,Sudan,2.5,134,1 +22227,2015,by citizenship,Suriname,2.5,134,1 +22228,2015,by citizenship,Sweden,2.5,134,1 +22229,2015,by citizenship,Syria,14.0,134,1 +22230,2015,by citizenship,Thailand,5.0,134,1 +22231,2015,by citizenship,Togo,2.5,134,1 +22232,2015,by citizenship,Tunisia,2.5,134,1 +22233,2015,by citizenship,Turkey,6.0,134,1 +22234,2015,by citizenship,Uganda,24.0,134,1 +22235,2015,by citizenship,Ukraine,10.0,134,1 +22236,2015,by citizenship,Tanzania,2.5,134,1 +22237,2015,by citizenship,Vietnam,30.0,134,1 +22238,2015,by citizenship,Zambia,2.5,134,1 +22239,2015,by country of repatriation,Hungary,2.5,134,1 +22240,2015,by country of repatriation,Nigeria,2.5,134,1 +22241,2015,by form of exploitation,Forced labour,2.5,134,4 +22242,2015,by form of exploitation,Forced labour,34.0,134,5 +22243,2015,by form of exploitation,Forced labour,11.0,134,6 +22244,2015,by form of exploitation,Forced labour,91.0,134,7 +22245,2015,by form of exploitation,Forced labour,263.0,134,1 +22246,2015,by form of exploitation,Sexual exploitation,140.0,134,4 +22247,2015,by form of exploitation,Sexual exploitation,497.0,134,5 +22248,2015,by form of exploitation,Sexual exploitation,2.5,134,6 +22249,2015,by form of exploitation,Sexual exploitation,29.0,134,7 +22250,2015,by form of exploitation,Sexual exploitation,675.0,134,1 +22251,2016,Unknown,Unknown,173.0,134,4 +22252,2016,Unknown,Unknown,480.0,134,5 +22253,2016,Unknown,Unknown,54.0,134,6 +22254,2016,Unknown,Unknown,100.0,134,7 +22255,2016,Unknown,Unknown,227.0,134,2 +22256,2016,Unknown,Unknown,581.0,134,3 +22257,2016,Unknown,Unknown,952.0,134,1 +22258,2016,by citizenship,Afghanistan,9.0,134,1 +22259,2016,by citizenship,Albania,7.0,134,1 +22260,2016,by citizenship,Angola,5.0,134,1 +22261,2016,by citizenship,Armenia,2.5,134,1 +22262,2016,by citizenship,Austria,2.5,134,1 +22263,2016,by citizenship,Belarus,2.5,134,1 +22264,2016,by citizenship,Belgium,2.5,134,1 +22265,2016,by citizenship,Benin,2.5,134,1 +22266,2016,by citizenship,Bosnia and Herzegovina,8.0,134,1 +22267,2016,by citizenship,Brazil,7.0,134,1 +22268,2016,by citizenship,Bulgaria,41.0,134,1 +22269,2016,by citizenship,Canada,2.5,134,1 +22270,2016,by citizenship,China,17.0,134,1 +22271,2016,by citizenship,Democratic Republic of the Congo,11.0,134,1 +22272,2016,by citizenship,Cote d'Ivoire,2.5,134,1 +22273,2016,by citizenship,Croatia,2.5,134,1 +22274,2016,by citizenship,Czech Republic,7.0,134,1 +22275,2016,by citizenship,Dominican Republic,2.5,134,1 +22276,2016,by citizenship,Egypt,2.5,134,1 +22277,2016,by citizenship,El Salvador,2.5,134,1 +22278,2016,by citizenship,Eritrea,16.0,134,1 +22279,2016,by citizenship,Gambia,2.5,134,1 +22280,2016,by citizenship,Germany,5.0,134,1 +22281,2016,by citizenship,Ghana,2.5,134,1 +22282,2016,by citizenship,Guinea,18.0,134,1 +22283,2016,by citizenship,Guinea-Bissau,2.5,134,1 +22284,2016,by citizenship,Hungary,33.0,134,1 +22285,2016,by citizenship,India,2.5,134,1 +22286,2016,by citizenship,Indonesia,13.0,134,1 +22287,2016,by citizenship,Iran,6.0,134,1 +22288,2016,by citizenship,Iraq,2.5,134,1 +22289,2016,by citizenship,Italy,2.5,134,1 +22290,2016,by citizenship,Latvia,6.0,134,1 +22291,2016,by citizenship,Liberia,2.5,134,1 +22292,2016,by citizenship,Lithuania,2.5,134,1 +22293,2016,by citizenship,Mali,2.5,134,1 +22294,2016,by citizenship,Mexico,2.5,134,1 +22295,2016,by citizenship,Mongolia,5.0,134,1 +22296,2016,by citizenship,Morocco,12.0,134,1 +22297,2016,by citizenship,Myanmar,2.5,134,1 +22298,2016,by citizenship,Nepal,2.5,134,1 +22299,2016,by citizenship,Netherlands,288.0,134,1 +22300,2016,by citizenship,Nigeria,46.0,134,1 +22301,2016,by citizenship,Pakistan,2.5,134,1 +22302,2016,by citizenship,Philippines,8.0,134,1 +22303,2016,by citizenship,Poland,69.0,134,1 +22304,2016,by citizenship,Moldova,2.5,134,1 +22305,2016,by citizenship,Romania,66.0,134,1 +22306,2016,by citizenship,Russia,2.5,134,1 +22307,2016,by citizenship,Senegal,2.5,134,1 +22308,2016,by citizenship,Serbia,2.5,134,1 +22309,2016,by citizenship,Sierra Leone,19.0,134,1 +22310,2016,by citizenship,Slovakia,5.0,134,1 +22311,2016,by citizenship,Somalia,2.5,134,1 +22312,2016,by citizenship,Spain,2.5,134,1 +22313,2016,by citizenship,Sudan,2.5,134,1 +22314,2016,by citizenship,Suriname,2.5,134,1 +22315,2016,by citizenship,Syria,11.0,134,1 +22316,2016,by citizenship,Thailand,2.5,134,1 +22317,2016,by citizenship,Turkey,2.5,134,1 +22318,2016,by citizenship,Uganda,20.0,134,1 +22319,2016,by citizenship,Ukraine,2.5,134,1 +22320,2016,by citizenship,Unknown,81.0,134,1 +22321,2016,by citizenship,Venezuela,5.0,134,1 +22322,2016,by citizenship,Vietnam,27.0,134,1 +22323,2016,by citizenship,Zambia,2.5,134,1 +22324,2016,by country of repatriation,Hungary,2.5,134,1 +22325,2016,by country of repatriation,Latvia,2.5,134,1 +22326,2016,by country of repatriation,Lithuania,8.0,134,1 +22327,2016,by country of repatriation,Slovakia,2.5,134,1 +22328,2016,by country of repatriation,Ukraine,2.5,134,1 +22329,2016,by form of exploitation,Forced labour,2.5,134,4 +22330,2016,by form of exploitation,Forced labour,31.0,134,5 +22331,2016,by form of exploitation,Forced labour,9.0,134,6 +22332,2016,by form of exploitation,Forced labour,56.0,134,7 +22333,2016,by form of exploitation,Forced labour,177.0,134,1 +22334,2016,by form of exploitation,Sexual exploitation,102.0,134,4 +22335,2016,by form of exploitation,Sexual exploitation,408.0,134,5 +22336,2016,by form of exploitation,Sexual exploitation,2.5,134,6 +22337,2016,by form of exploitation,Sexual exploitation,34.0,134,7 +22338,2016,by form of exploitation,Sexual exploitation,558.0,134,1 +22339,2017,Unknown,Unknown,154.0,134,4 +22340,2017,Unknown,Unknown,535.0,134,5 +22341,2017,Unknown,Unknown,39.0,134,6 +22342,2017,Unknown,Unknown,214.0,134,7 +22343,2017,Unknown,Unknown,2.5,134,9 +22344,2017,Unknown,Unknown,194.0,134,2 +22345,2017,Unknown,Unknown,760.0,134,3 +22346,2017,Unknown,Unknown,952.0,134,1 +22347,2017,Unknown,Unknown,124.0,134,1 +22348,2017,by citizenship,Brazil,8.0,134,1 +22349,2017,by citizenship,Bulgaria,27.0,134,1 +22350,2017,by citizenship,Cameroon,8.0,134,1 +22351,2017,by citizenship,China,15.0,134,1 +22352,2017,by citizenship,Colombia,9.0,134,1 +22353,2017,by citizenship,Democratic Republic of the Congo,6.0,134,1 +22354,2017,by citizenship,Dominican Republic,9.0,134,1 +22355,2017,by citizenship,Gambia,2.5,134,1 +22356,2017,by citizenship,Greece,8.0,134,1 +22357,2017,by citizenship,Guinea,30.0,134,1 +22358,2017,by citizenship,Hungary,32.0,134,1 +22359,2017,by citizenship,India,12.0,134,1 +22360,2017,by citizenship,Cote d'Ivoire,5.0,134,1 +22361,2017,by citizenship,Morocco,11.0,134,1 +22362,2017,by citizenship,Netherlands,339.0,134,1 +22363,2017,by citizenship,Nigeria,46.0,134,1 +22364,2017,by citizenship,Philippines,20.0,134,1 +22365,2017,by citizenship,Poland,80.0,134,1 +22366,2017,by citizenship,Romania,68.0,134,1 +22367,2017,by citizenship,Sierra Leone,13.0,134,1 +22368,2017,by citizenship,Uganda,34.0,134,1 +22369,2017,by citizenship,Ukraine,11.0,134,1 +22370,2017,by citizenship,Vietnam,9.0,134,1 +22371,2017,by country of repatriation,Abroad,2.5,134,1 +22372,2017,by form of exploitation,Forced labour,5.0,134,4 +22373,2017,by form of exploitation,Forced labour,85.0,134,5 +22374,2017,by form of exploitation,Forced labour,2.5,134,6 +22375,2017,by form of exploitation,Forced labour,129.0,134,7 +22376,2017,by form of exploitation,Forced labour,2.5,134,9 +22377,2017,by form of exploitation,Forced labour,8.0,134,8 +22378,2017,by form of exploitation,Forced labour,8.0,134,2 +22379,2017,by form of exploitation,Forced labour,222.0,134,3 +22380,2017,by form of exploitation,Forced labour,222.0,134,1 +22381,2017,by form of exploitation,Forced labour,2.5,134,1 +22382,2017,by form of exploitation,Sexual exploitation,98.0,134,4 +22383,2017,by form of exploitation,Sexual exploitation,392.0,134,5 +22384,2017,by form of exploitation,Sexual exploitation,12.0,134,6 +22385,2017,by form of exploitation,Sexual exploitation,67.0,134,7 +22386,2017,by form of exploitation,Sexual exploitation,2.5,134,9 +22387,2017,by form of exploitation,Sexual exploitation,2.5,134,8 +22388,2017,by form of exploitation,Sexual exploitation,111.0,134,2 +22389,2017,by form of exploitation,Sexual exploitation,462.0,134,3 +22390,2017,by form of exploitation,Sexual exploitation,569.0,134,1 +22391,2017,by form of exploitation,Sexual exploitation,2.5,134,1 +22392,2018,Unknown,Unknown,52.0,134,4 +22393,2018,Unknown,Unknown,367.0,134,5 +22394,2018,Unknown,Unknown,10.0,134,6 +22395,2018,Unknown,Unknown,239.0,134,7 +22396,2018,Unknown,Unknown,2.5,134,9 +22397,2018,Unknown,Unknown,62.0,134,2 +22398,2018,Unknown,Unknown,606.0,134,3 +22399,2018,Unknown,Unknown,668.0,134,1 +22400,2018,Unknown,Unknown,2.5,134,1 +22401,2018,by citizenship,Albania,2.5,134,1 +22402,2018,by citizenship,Angola,5.0,134,1 +22403,2018,by citizenship,Belgium,2.5,134,1 +22404,2018,by citizenship,Brazil,5.0,134,1 +22405,2018,by citizenship,Bulgaria,20.0,134,1 +22406,2018,by citizenship,Cameroon,8.0,134,1 +22407,2018,by citizenship,Democratic Republic of the Congo,5.0,134,1 +22408,2018,by citizenship,Dominican Republic,2.5,134,1 +22409,2018,by citizenship,Eritrea,6.0,134,1 +22410,2018,by citizenship,Gambia,9.0,134,1 +22411,2018,by citizenship,Guinea,26.0,134,1 +22412,2018,by citizenship,India,6.0,134,1 +22413,2018,by citizenship,Liberia,2.5,134,1 +22414,2018,by citizenship,Morocco,11.0,134,1 +22415,2018,by citizenship,Netherlands,171.0,134,1 +22416,2018,by citizenship,Nigeria,149.0,134,1 +22417,2018,by citizenship,Philippines,16.0,134,1 +22418,2018,by citizenship,Poland,12.0,134,1 +22419,2018,by citizenship,Romania,34.0,134,1 +22420,2018,by citizenship,Sierra Leone,31.0,134,1 +22421,2018,by citizenship,Syria,5.0,134,1 +22422,2018,by citizenship,Uganda,55.0,134,1 +22423,2018,by citizenship,Ukraine,2.5,134,1 +22424,2018,by country of repatriation,Abroad,2.5,134,1 +22425,2018,by form of exploitation,Forced labour,2.5,134,4 +22426,2018,by form of exploitation,Forced labour,29.0,134,5 +22427,2018,by form of exploitation,Forced labour,2.5,134,6 +22428,2018,by form of exploitation,Forced labour,81.0,134,7 +22429,2018,by form of exploitation,Forced labour,2.5,134,9 +22430,2018,by form of exploitation,Forced labour,2.5,134,8 +22431,2018,by form of exploitation,Forced labour,2.5,134,2 +22432,2018,by form of exploitation,Forced labour,114.0,134,3 +22433,2018,by form of exploitation,Forced labour,114.0,134,1 +22434,2018,by form of exploitation,Forced labour,2.5,134,1 +22435,2018,by form of exploitation,Sexual exploitation,39.0,134,4 +22436,2018,by form of exploitation,Sexual exploitation,318.0,134,5 +22437,2018,by form of exploitation,Sexual exploitation,2.5,134,6 +22438,2018,by form of exploitation,Sexual exploitation,126.0,134,7 +22439,2018,by form of exploitation,Sexual exploitation,2.5,134,9 +22440,2018,by form of exploitation,Sexual exploitation,2.5,134,8 +22441,2018,by form of exploitation,Sexual exploitation,42.0,134,2 +22442,2018,by form of exploitation,Sexual exploitation,444.0,134,3 +22443,2018,by form of exploitation,Sexual exploitation,486.0,134,1 +22444,2018,by form of exploitation,Sexual exploitation,2.5,134,1 +22445,2019,Unknown,Unknown,1372.0,134,1 +22446,2019,by form of exploitation,Forced labour,261.0,134,1 +22447,2019,by form of exploitation,Sexual exploitation,886.0,134,1 +22448,2019,Unknown,Unknown,108.0,134,2 +22449,2019,Unknown,Unknown,1105.0,134,3 +22450,2019,Unknown,Unknown,121.0,134,1 +22451,2019,by citizenship,Bulgaria,28.0,134,1 +22452,2019,by citizenship,Netherlands,244.0,134,1 +22453,2019,by citizenship,Eritrea,6.0,134,1 +22454,2019,by citizenship,Philippines,2.5,134,1 +22455,2019,by citizenship,Gambia,49.0,134,1 +22456,2019,by citizenship,Guinea,27.0,134,1 +22457,2019,by citizenship,Hungary,12.0,134,1 +22458,2019,by citizenship,Nigeria,512.0,134,1 +22459,2019,by citizenship,Poland,83.0,134,1 +22460,2019,by citizenship,Romania,45.0,134,1 +22461,2019,by citizenship,Sierra Leone,28.0,134,1 +22462,2019,by citizenship,Uganda,91.0,134,1 +22463,2019,by citizenship,Vietnam,5.0,134,1 +22464,2020,Unknown,Unknown,1013.0,134,1 +22465,2020,by form of exploitation,Forced labour,449.0,134,1 +22466,2020,by form of exploitation,Sexual exploitation,436.0,134,1 +22467,2020,Unknown,Unknown,68.0,134,2 +22468,2020,Unknown,Unknown,916.0,134,3 +22469,2021,Unknown,Unknown,71.0,134,4 +22470,2021,Unknown,Unknown,80.0,134,2 +22471,2021,Unknown,Unknown,791.0,134,1 +22472,2021,Unknown,Unknown,13.0,134,1 +22473,2021,by form of exploitation,Forced labour,326.0,134,1 +22474,2021,by form of exploitation,Sexual exploitation,386.0,134,1 +22475,2021,Unknown,Unknown,436.0,134,5 +22476,2021,Unknown,Unknown,9.0,134,6 +22477,2021,Unknown,Unknown,253.0,134,7 +22478,2021,Unknown,Unknown,702.0,134,3 +22479,2021,by form of exploitation,Forced labour,2.5,134,4 +22480,2021,by form of exploitation,Forced labour,105.0,134,5 +22481,2021,by form of exploitation,Forced labour,2.5,134,6 +22482,2021,by form of exploitation,Forced labour,190.0,134,7 +22483,2021,by form of exploitation,Forced labour,2.5,134,2 +22484,2021,by form of exploitation,Forced labour,295.0,134,3 +22485,2021,by form of exploitation,Sexual exploitation,47.0,134,4 +22486,2021,by form of exploitation,Sexual exploitation,272.0,134,5 +22487,2021,by form of exploitation,Sexual exploitation,2.5,134,6 +22488,2021,by form of exploitation,Sexual exploitation,20.0,134,7 +22489,2021,by form of exploitation,Sexual exploitation,50.0,134,2 +22490,2021,by form of exploitation,Sexual exploitation,292.0,134,3 +22491,2022,Unknown,Unknown,69.0,134,2 +22492,2022,Unknown,Unknown,744.0,134,3 +22493,2022,Unknown,Unknown,814.0,134,1 +22494,2022,Unknown,Unknown,5.0,134,1 +22495,2022,by form of exploitation,Forced labour,348.0,134,1 +22496,2022,by form of exploitation,Sexual exploitation,379.0,134,1 +22497,2022,Unknown,Unknown,56.0,134,4 +22498,2022,Unknown,Unknown,444.0,134,5 +22499,2022,Unknown,Unknown,13.0,134,6 +22500,2022,Unknown,Unknown,295.0,134,7 +22501,2022,by citizenship,Albania,2.5,134,1 +22502,2022,by citizenship,Algeria,2.5,134,1 +22503,2022,by citizenship,Argentinian,2.5,134,1 +22504,2022,by citizenship,Armenia,2.5,134,1 +22505,2022,by citizenship,Bangladesh,2.5,134,1 +22506,2022,by citizenship,Belarus,2.5,134,1 +22507,2022,by citizenship,Belgium,2.5,134,1 +22508,2022,by citizenship,Benin,2.5,134,1 +22509,2022,by citizenship,Bosnia and Herzegovina,2.5,134,1 +22510,2022,by citizenship,Brazil,17.0,134,1 +22511,2022,by citizenship,Bulgaria,38.0,134,1 +22512,2022,by citizenship,Cameroon,2.5,134,1 +22513,2022,by citizenship,China,5.0,134,1 +22514,2022,by citizenship,Colombia,14.0,134,1 +22515,2022,by citizenship,Democratic Republic of the Congo,2.5,134,1 +22516,2022,by citizenship,Croatia,29.0,134,1 +22517,2022,by citizenship,Cote d'Ivoire,5.0,134,1 +22518,2022,by citizenship,Dominican Republic,2.5,134,1 +22519,2022,by citizenship,Netherlands,209.0,134,1 +22520,2022,by citizenship,Ecuador,2.5,134,1 +22521,2022,by citizenship,Egypt,2.5,134,1 +22522,2022,by citizenship,Eritrea,2.5,134,1 +22523,2022,by citizenship,Estonia,2.5,134,1 +22524,2022,by citizenship,Philippines,28.0,134,1 +22525,2022,by citizenship,Finland,2.5,134,1 +22526,2022,by citizenship,Gambia,2.5,134,1 +22527,2022,by citizenship,Greece,2.5,134,1 +22528,2022,by citizenship,Guinea,6.0,134,1 +22529,2022,by citizenship,Hungary,33.0,134,1 +22530,2022,by citizenship,India,5.0,134,1 +22531,2022,by citizenship,Indonesia,8.0,134,1 +22532,2022,by citizenship,Iran,2.5,134,1 +22533,2022,by citizenship,Iraq,2.5,134,1 +22534,2022,by citizenship,Ireland,2.5,134,1 +22535,2022,by citizenship,Italy,2.5,134,1 +22536,2022,by citizenship,Lithuania,5.0,134,1 +22537,2022,by citizenship,Libya,2.5,134,1 +22538,2022,by citizenship,North Macedonia,2.5,134,1 +22539,2022,by citizenship,Moldova,2.5,134,1 +22540,2022,by citizenship,Morocco,9.0,134,1 +22541,2022,by citizenship,Nigeria,56.0,134,1 +22542,2022,by citizenship,Pakistan,2.5,134,1 +22543,2022,by citizenship,Panama,2.5,134,1 +22544,2022,by citizenship,Peru,2.5,134,1 +22545,2022,by citizenship,Poland,11.0,134,1 +22546,2022,by citizenship,Portugal,7.0,134,1 +22547,2022,by citizenship,Romania,62.0,134,1 +22548,2022,by citizenship,Russia,2.5,134,1 +22549,2022,by citizenship,Rwanda,2.5,134,1 +22550,2022,by citizenship,Serbia,2.5,134,1 +22551,2022,by citizenship,Sierra Leone,12.0,134,1 +22552,2022,by citizenship,Slovakia,14.0,134,1 +22553,2022,by citizenship,Somalia,5.0,134,1 +22554,2022,by citizenship,Spain,13.0,134,1 +22555,2022,by citizenship,Suriname,2.5,134,1 +22556,2022,by citizenship,Syria,2.5,134,1 +22557,2022,by citizenship,Tanzania,2.5,134,1 +22558,2022,by citizenship,Thailand,12.0,134,1 +22559,2022,by citizenship,Turkey,2.5,134,1 +22560,2022,by citizenship,Uganda,46.0,134,1 +22561,2022,by citizenship,Ukraine,51.0,134,1 +22562,2022,by citizenship,United Kingdom,2.5,134,1 +22563,2022,by citizenship,Uruguay,2.5,134,1 +22564,2022,by citizenship,Uzbekistan,2.5,134,1 +22565,2022,by citizenship,Venezuela,7.0,134,1 +22566,2022,by form of exploitation,Forced labour,2.5,134,4 +22567,2022,by form of exploitation,Forced labour,118.0,134,5 +22568,2022,by form of exploitation,Forced labour,2.5,134,6 +22569,2022,by form of exploitation,Forced labour,212.0,134,7 +22570,2022,by form of exploitation,Forced labour,2.5,134,2 +22571,2022,by form of exploitation,Forced labour,330.0,134,3 +22572,2022,by form of exploitation,Sexual exploitation,42.0,134,4 +22573,2022,by form of exploitation,Sexual exploitation,263.0,134,5 +22574,2022,by form of exploitation,Sexual exploitation,2.5,134,6 +22575,2022,by form of exploitation,Sexual exploitation,43.0,134,7 +22576,2022,by form of exploitation,Sexual exploitation,43.0,134,2 +22577,2022,by form of exploitation,Sexual exploitation,306.0,134,3 +22578,2003,by country of repatriation,Abroad,2.5,135,1 +22579,2007,Unknown,Unknown,35.0,135,4 +22580,2007,Unknown,Unknown,139.0,135,5 +22581,2007,Unknown,Unknown,19.0,135,6 +22582,2007,Unknown,Unknown,10.0,135,7 +22583,2007,Unknown,Unknown,54.0,135,2 +22584,2007,Unknown,Unknown,149.0,135,3 +22585,2007,Unknown,Unknown,203.0,135,1 +22586,2007,by citizenship,Albania,2.5,135,1 +22587,2007,by citizenship,Bulgaria,2.5,135,1 +22588,2007,by citizenship,North Korea,2.5,135,1 +22589,2007,by citizenship,Eritrea,2.5,135,1 +22590,2007,by citizenship,Ethiopia,2.5,135,1 +22591,2007,by citizenship,Kenya,2.5,135,1 +22592,2007,by citizenship,Lithuania,2.5,135,1 +22593,2007,by citizenship,Nigeria,2.5,135,1 +22594,2007,by citizenship,Romania,2.5,135,1 +22595,2007,by citizenship,Russia,2.5,135,1 +22596,2007,by form of exploitation,Forced labour,32.0,135,1 +22597,2007,by form of exploitation,Sexual exploitation,162.0,135,1 +22598,2008,Unknown,Unknown,49.0,135,4 +22599,2008,Unknown,Unknown,146.0,135,5 +22600,2008,Unknown,Unknown,45.0,135,6 +22601,2008,Unknown,Unknown,16.0,135,7 +22602,2008,Unknown,Unknown,94.0,135,2 +22603,2008,Unknown,Unknown,162.0,135,3 +22604,2008,Unknown,Unknown,256.0,135,1 +22605,2008,by citizenship,Bulgaria,2.5,135,1 +22606,2008,by citizenship,China,2.5,135,1 +22607,2008,by citizenship,Eritrea,2.5,135,1 +22608,2008,by citizenship,Ethiopia,2.5,135,1 +22609,2008,by citizenship,Kenya,2.5,135,1 +22610,2008,by citizenship,Lithuania,2.5,135,1 +22611,2008,by citizenship,Nigeria,2.5,135,1 +22612,2008,by citizenship,Romania,2.5,135,1 +22613,2008,by citizenship,Russia,2.5,135,1 +22614,2008,by citizenship,Sri Lanka,2.5,135,1 +22615,2008,by form of exploitation,Forced labour,71.0,135,1 +22616,2008,by form of exploitation,Sexual exploitation,180.0,135,1 +22617,2009,Unknown,Unknown,50.0,135,4 +22618,2009,Unknown,Unknown,191.0,135,5 +22619,2009,Unknown,Unknown,19.0,135,6 +22620,2009,Unknown,Unknown,32.0,135,7 +22621,2009,Unknown,Unknown,69.0,135,2 +22622,2009,Unknown,Unknown,223.0,135,3 +22623,2009,Unknown,Unknown,292.0,135,1 +22624,2009,by citizenship,Afghanistan,7.0,135,1 +22625,2009,by citizenship,Albania,5.0,135,1 +22626,2009,by citizenship,Algeria,2.5,135,1 +22627,2009,by citizenship,Bulgaria,7.0,135,1 +22628,2009,by citizenship,China,13.0,135,1 +22629,2009,by citizenship,Eritrea,13.0,135,1 +22630,2009,by citizenship,Estonia,2.5,135,1 +22631,2009,by citizenship,Ethiopia,6.0,135,1 +22632,2009,by citizenship,Ghana,2.5,135,1 +22633,2009,by citizenship,Iraq,6.0,135,1 +22634,2009,by citizenship,Kenya,2.5,135,1 +22635,2009,by citizenship,Liberia,2.5,135,1 +22636,2009,by citizenship,Lithuania,14.0,135,1 +22637,2009,by citizenship,Morocco,2.5,135,1 +22638,2009,by citizenship,Nepal,2.5,135,1 +22639,2009,by citizenship,Nigeria,121.0,135,1 +22640,2009,by citizenship,Romania,25.0,135,1 +22641,2009,by citizenship,Russia,2.5,135,1 +22642,2009,by citizenship,Sri Lanka,2.5,135,1 +22643,2009,by citizenship,Thailand,2.5,135,1 +22644,2009,by citizenship,Uganda,2.5,135,1 +22645,2009,by citizenship,Ukraine,7.0,135,1 +22646,2009,by citizenship,Uzbekistan,2.5,135,1 +22647,2009,by form of exploitation,Forced labour,80.0,135,1 +22648,2009,by form of exploitation,Sexual exploitation,198.0,135,1 +22649,2010,Unknown,Unknown,127.0,135,1 +22650,2010,by citizenship,Algeria,29.0,135,1 +22651,2010,by citizenship,Bulgaria,11.0,135,1 +22652,2010,by citizenship,China,6.0,135,1 +22653,2010,by citizenship,Eritrea,8.0,135,1 +22654,2010,by citizenship,Ghana,6.0,135,1 +22655,2010,by citizenship,Latvia,5.0,135,1 +22656,2010,by citizenship,Lithuania,23.0,135,1 +22657,2010,by citizenship,Nigeria,104.0,135,1 +22658,2010,by citizenship,Philippines,16.0,135,1 +22659,2010,by citizenship,Romania,26.0,135,1 +22660,2010,by citizenship,Russia,2.5,135,1 +22661,2010,by citizenship,Somalia,6.0,135,1 +22662,2010,by citizenship,Tunisia,2.5,135,1 +22663,2010,by citizenship,Ukraine,5.0,135,1 +22664,2010,by country of repatriation,Romania,2.5,135,1 +22665,2010,by country of repatriation,Ukraine,2.5,135,1 +22666,2010,by form of exploitation,Forced labour,105.0,135,1 +22667,2010,by form of exploitation,Sexual exploitation,194.0,135,1 +22668,2011,Unknown,Unknown,21.0,135,4 +22669,2011,Unknown,Unknown,84.0,135,5 +22670,2011,Unknown,Unknown,26.0,135,6 +22671,2011,Unknown,Unknown,2.5,135,7 +22672,2011,Unknown,Unknown,47.0,135,2 +22673,2011,Unknown,Unknown,87.0,135,3 +22674,2011,Unknown,Unknown,134.0,135,1 +22675,2011,by citizenship,Afghanistan,5.0,135,1 +22676,2011,by citizenship,Algeria,2.5,135,1 +22677,2011,by citizenship,Brazil,2.5,135,1 +22678,2011,by citizenship,Bulgaria,2.5,135,1 +22679,2011,by citizenship,Democratic Republic of the Congo,2.5,135,1 +22680,2011,by citizenship,Eritrea,2.5,135,1 +22681,2011,by citizenship,Ethiopia,2.5,135,1 +22682,2011,by citizenship,Iraq,2.5,135,1 +22683,2011,by citizenship,Latvia,2.5,135,1 +22684,2011,by citizenship,Morocco,5.0,135,1 +22685,2011,by citizenship,Nigeria,45.0,135,1 +22686,2011,by citizenship,Romania,18.0,135,1 +22687,2011,by citizenship,Russia,2.5,135,1 +22688,2011,by citizenship,Somalia,6.0,135,1 +22689,2011,by citizenship,Tunisia,2.5,135,1 +22690,2011,by form of exploitation,Forced labour,45.0,135,1 +22691,2011,by form of exploitation,Sexual exploitation,79.0,135,1 +22692,2012,Unknown,Unknown,26.0,135,4 +22693,2012,Unknown,Unknown,66.0,135,5 +22694,2012,Unknown,Unknown,30.0,135,6 +22695,2012,Unknown,Unknown,14.0,135,7 +22696,2012,Unknown,Unknown,56.0,135,2 +22697,2012,Unknown,Unknown,80.0,135,3 +22698,2012,Unknown,Unknown,136.0,135,1 +22699,2012,by citizenship,Afghanistan,6.0,135,1 +22700,2012,by citizenship,Albania,2.5,135,1 +22701,2012,by citizenship,Algeria,2.5,135,1 +22702,2012,by citizenship,Angola,2.5,135,1 +22703,2012,by citizenship,Eritrea,2.5,135,1 +22704,2012,by citizenship,Iraq,2.5,135,1 +22705,2012,by citizenship,Liberia,2.5,135,1 +22706,2012,by citizenship,Morocco,5.0,135,1 +22707,2012,by citizenship,Myanmar,2.5,135,1 +22708,2012,by citizenship,Nigeria,47.0,135,1 +22709,2012,by citizenship,Philippines,2.5,135,1 +22710,2012,by citizenship,Poland,2.5,135,1 +22711,2012,by citizenship,Romania,22.0,135,1 +22712,2012,by citizenship,Somalia,8.0,135,1 +22713,2012,by citizenship,Sri Lanka,2.5,135,1 +22714,2012,by citizenship,Tunisia,2.5,135,1 +22715,2012,by citizenship,Uganda,6.0,135,1 +22716,2012,by country of repatriation,Belarus,2.5,135,1 +22717,2012,by country of repatriation,Poland,2.5,135,1 +22718,2012,by country of repatriation,Romania,6.0,135,1 +22719,2012,by form of exploitation,Forced labour,47.0,135,1 +22720,2012,by form of exploitation,Sexual exploitation,67.0,135,1 +22721,2013,Unknown,Unknown,9.0,135,4 +22722,2013,Unknown,Unknown,92.0,135,5 +22723,2013,Unknown,Unknown,10.0,135,6 +22724,2013,Unknown,Unknown,13.0,135,7 +22725,2013,Unknown,Unknown,19.0,135,2 +22726,2013,Unknown,Unknown,105.0,135,3 +22727,2013,Unknown,Unknown,124.0,135,1 +22728,2013,by citizenship,Albania,2.5,135,1 +22729,2013,by citizenship,Algeria,2.5,135,1 +22730,2013,by citizenship,Brazil,2.5,135,1 +22731,2013,by citizenship,Bulgaria,2.5,135,1 +22732,2013,by citizenship,Ethiopia,2.5,135,1 +22733,2013,by citizenship,India,2.5,135,1 +22734,2013,by citizenship,Mongolia,2.5,135,1 +22735,2013,by citizenship,Morocco,2.5,135,1 +22736,2013,by citizenship,Netherlands,2.5,135,1 +22737,2013,by citizenship,Nigeria,54.0,135,1 +22738,2013,by citizenship,Pakistan,2.5,135,1 +22739,2013,by citizenship,Philippines,2.5,135,1 +22740,2013,by citizenship,Poland,2.5,135,1 +22741,2013,by citizenship,Romania,14.0,135,1 +22742,2013,by citizenship,Russia,2.5,135,1 +22743,2013,by citizenship,Somalia,2.5,135,1 +22744,2013,by citizenship,Sudan,2.5,135,1 +22745,2013,by citizenship,Uganda,2.5,135,1 +22746,2013,by country of repatriation,Uzbekistan,2.5,135,1 +22747,2013,by form of exploitation,Forced labour,41.0,135,1 +22748,2013,by form of exploitation,Sexual exploitation,81.0,135,1 +22749,2014,Unknown,Unknown,18.0,135,4 +22750,2014,Unknown,Unknown,234.0,135,5 +22751,2014,Unknown,Unknown,18.0,135,6 +22752,2014,Unknown,Unknown,54.0,135,7 +22753,2014,Unknown,Unknown,36.0,135,2 +22754,2014,Unknown,Unknown,288.0,135,3 +22755,2014,Unknown,Unknown,324.0,135,1 +22756,2014,by citizenship,Afghanistan,2.5,135,1 +22757,2014,by citizenship,Albania,6.0,135,1 +22758,2014,by citizenship,Algeria,2.5,135,1 +22759,2014,by citizenship,Bulgaria,5.0,135,1 +22760,2014,by citizenship,Eritrea,2.5,135,1 +22761,2014,by citizenship,Ethiopia,2.5,135,1 +22762,2014,by citizenship,Ghana,2.5,135,1 +22763,2014,by citizenship,India,8.0,135,1 +22764,2014,by citizenship,Kenya,5.0,135,1 +22765,2014,by citizenship,Latvia,2.5,135,1 +22766,2014,by citizenship,Lithuania,2.5,135,1 +22767,2014,by citizenship,Mongolia,2.5,135,1 +22768,2014,by citizenship,Morocco,5.0,135,1 +22769,2014,by citizenship,Nepal,2.5,135,1 +22770,2014,by citizenship,Nigeria,141.0,135,1 +22771,2014,by citizenship,Pakistan,10.0,135,1 +22772,2014,by citizenship,Philippines,21.0,135,1 +22773,2014,by citizenship,Poland,5.0,135,1 +22774,2014,by citizenship,Romania,42.0,135,1 +22775,2014,by citizenship,Russia,7.0,135,1 +22776,2014,by citizenship,Sierra Leone,2.5,135,1 +22777,2014,by citizenship,Somalia,2.5,135,1 +22778,2014,by citizenship,Sri Lanka,2.5,135,1 +22779,2014,by citizenship,Sudan,2.5,135,1 +22780,2014,by citizenship,Ukraine,2.5,135,1 +22781,2014,by citizenship,United Kingdom,2.5,135,1 +22782,2014,by form of exploitation,Forced labour,2.5,135,4 +22783,2014,by form of exploitation,Forced labour,50.0,135,5 +22784,2014,by form of exploitation,Forced labour,17.0,135,6 +22785,2014,by form of exploitation,Forced labour,50.0,135,7 +22786,2014,by form of exploitation,Forced labour,103.0,135,1 +22787,2014,by form of exploitation,Sexual exploitation,14.0,135,4 +22788,2014,by form of exploitation,Sexual exploitation,193.0,135,5 +22789,2014,by form of exploitation,Sexual exploitation,2.5,135,6 +22790,2014,by form of exploitation,Sexual exploitation,2.5,135,7 +22791,2014,by form of exploitation,Sexual exploitation,209.0,135,1 +22792,2015,Unknown,Unknown,27.0,135,4 +22793,2015,Unknown,Unknown,205.0,135,5 +22794,2015,Unknown,Unknown,15.0,135,6 +22795,2015,Unknown,Unknown,54.0,135,7 +22796,2015,Unknown,Unknown,42.0,135,2 +22797,2015,Unknown,Unknown,259.0,135,3 +22798,2015,Unknown,Unknown,301.0,135,1 +22799,2015,by citizenship,Afghanistan,6.0,135,1 +22800,2015,by citizenship,Albania,5.0,135,1 +22801,2015,by citizenship,Algeria,2.5,135,1 +22802,2015,by citizenship,Bangladesh,2.5,135,1 +22803,2015,by citizenship,Bulgaria,9.0,135,1 +22804,2015,by citizenship,Croatia,2.5,135,1 +22805,2015,by citizenship,Eritrea,2.5,135,1 +22806,2015,by citizenship,Estonia,2.5,135,1 +22807,2015,by citizenship,Ghana,2.5,135,1 +22808,2015,by citizenship,India,7.0,135,1 +22809,2015,by citizenship,Kenya,5.0,135,1 +22810,2015,by citizenship,Lithuania,2.5,135,1 +22811,2015,by citizenship,Mongolia,2.5,135,1 +22812,2015,by citizenship,Morocco,2.5,135,1 +22813,2015,by citizenship,Nepal,2.5,135,1 +22814,2015,by citizenship,Nigeria,128.0,135,1 +22815,2015,by citizenship,Pakistan,9.0,135,1 +22816,2015,by citizenship,Philippines,18.0,135,1 +22817,2015,by citizenship,Poland,5.0,135,1 +22818,2015,by citizenship,Romania,32.0,135,1 +22819,2015,by citizenship,Russia,5.0,135,1 +22820,2015,by citizenship,Somalia,7.0,135,1 +22821,2015,by citizenship,Spain,2.5,135,1 +22822,2015,by citizenship,Sri Lanka,2.5,135,1 +22823,2015,by citizenship,Sudan,2.5,135,1 +22824,2015,by citizenship,Syria,2.5,135,1 +22825,2015,by citizenship,United Kingdom,2.5,135,1 +22826,2015,by country of repatriation,Nigeria,2.5,135,1 +22827,2015,by form of exploitation,Forced labour,5.0,135,4 +22828,2015,by form of exploitation,Forced labour,26.0,135,5 +22829,2015,by form of exploitation,Forced labour,13.0,135,6 +22830,2015,by form of exploitation,Forced labour,42.0,135,7 +22831,2015,by form of exploitation,Forced labour,86.0,135,1 +22832,2015,by form of exploitation,Sexual exploitation,18.0,135,4 +22833,2015,by form of exploitation,Sexual exploitation,175.0,135,5 +22834,2015,by form of exploitation,Sexual exploitation,2.5,135,6 +22835,2015,by form of exploitation,Sexual exploitation,10.0,135,7 +22836,2015,by form of exploitation,Sexual exploitation,204.0,135,1 +22837,2016,Unknown,Unknown,9.0,135,4 +22838,2016,Unknown,Unknown,197.0,135,5 +22839,2016,Unknown,Unknown,9.0,135,6 +22840,2016,Unknown,Unknown,46.0,135,7 +22841,2016,Unknown,Unknown,18.0,135,2 +22842,2016,Unknown,Unknown,244.0,135,3 +22843,2016,Unknown,Unknown,262.0,135,1 +22844,2016,by citizenship,Afghanistan,5.0,135,1 +22845,2016,by citizenship,Albania,2.5,135,1 +22846,2016,by citizenship,Bulgaria,11.0,135,1 +22847,2016,by citizenship,Eritrea,2.5,135,1 +22848,2016,by citizenship,Ethiopia,6.0,135,1 +22849,2016,by citizenship,India,7.0,135,1 +22850,2016,by citizenship,Italy,2.5,135,1 +22851,2016,by citizenship,Kenya,2.5,135,1 +22852,2016,by citizenship,Mongolia,2.5,135,1 +22853,2016,by citizenship,Morocco,7.0,135,1 +22854,2016,by citizenship,Nigeria,125.0,135,1 +22855,2016,by citizenship,Pakistan,11.0,135,1 +22856,2016,by citizenship,Philippines,9.0,135,1 +22857,2016,by citizenship,Poland,2.5,135,1 +22858,2016,by citizenship,Romania,14.0,135,1 +22859,2016,by citizenship,Thailand,5.0,135,1 +22860,2016,by citizenship,Uganda,2.5,135,1 +22861,2016,by country of repatriation,Lithuania,2.5,135,1 +22862,2016,by country of repatriation,Nigeria,2.5,135,1 +22863,2016,by form of exploitation,Forced labour,2.5,135,4 +22864,2016,by form of exploitation,Forced labour,13.0,135,5 +22865,2016,by form of exploitation,Forced labour,5.0,135,6 +22866,2016,by form of exploitation,Forced labour,38.0,135,7 +22867,2016,by form of exploitation,Forced labour,59.0,135,1 +22868,2016,by form of exploitation,Sexual exploitation,5.0,135,4 +22869,2016,by form of exploitation,Sexual exploitation,173.0,135,5 +22870,2016,by form of exploitation,Sexual exploitation,2.5,135,6 +22871,2016,by form of exploitation,Sexual exploitation,7.0,135,7 +22872,2016,by form of exploitation,Sexual exploitation,188.0,135,1 +22873,2018,Unknown,Unknown,7.0,135,4 +22874,2018,Unknown,Unknown,84.0,135,5 +22875,2018,Unknown,Unknown,2.5,135,6 +22876,2018,Unknown,Unknown,21.0,135,7 +22877,2018,Unknown,Unknown,8.0,135,2 +22878,2018,Unknown,Unknown,105.0,135,3 +22879,2018,Unknown,Unknown,106.0,135,1 +22880,2019,Unknown,Unknown,2.5,135,4 +22881,2019,Unknown,Unknown,172.0,135,5 +22882,2019,Unknown,Unknown,2.5,135,6 +22883,2019,Unknown,Unknown,66.0,135,7 +22884,2019,Unknown,Unknown,2.5,135,2 +22885,2019,Unknown,Unknown,238.0,135,3 +22886,2019,Unknown,Unknown,241.0,135,1 +22887,2019,by form of exploitation,Forced labour,80.0,135,1 +22888,2019,by form of exploitation,Sexual exploitation,2.5,135,4 +22889,2019,by form of exploitation,Sexual exploitation,2.5,135,6 +22890,2019,by form of exploitation,Sexual exploitation,2.5,135,2 +22891,2019,by form of exploitation,Sexual exploitation,142.0,135,1 +22892,2020,Unknown,Unknown,2.5,135,4 +22893,2020,Unknown,Unknown,180.0,135,5 +22894,2020,Unknown,Unknown,2.5,135,6 +22895,2020,Unknown,Unknown,74.0,135,7 +22896,2020,Unknown,Unknown,2.5,135,2 +22897,2020,Unknown,Unknown,254.0,135,3 +22898,2020,Unknown,Unknown,254.0,135,1 +22899,2020,by form of exploitation,Forced labour,96.0,135,1 +22900,2020,by form of exploitation,Sexual exploitation,139.0,135,1 +22901,2021,Unknown,Unknown,86.0,135,1 +22902,2022,Unknown,Unknown,86.0,135,1 +22903,2007,Unknown,Unknown,50.0,136,2 +22904,2007,Unknown,Unknown,97.0,136,3 +22905,2007,Unknown,Unknown,147.0,136,1 +22906,2008,Unknown,Unknown,31.0,136,4 +22907,2008,Unknown,Unknown,89.0,136,5 +22908,2008,Unknown,Unknown,2.5,136,6 +22909,2008,Unknown,Unknown,21.0,136,7 +22910,2008,Unknown,Unknown,35.0,136,2 +22911,2008,Unknown,Unknown,110.0,136,3 +22912,2008,Unknown,Unknown,145.0,136,1 +22913,2008,by citizenship,Nepal,197.0,136,1 +22914,2009,Unknown,Unknown,81.0,136,4 +22915,2009,Unknown,Unknown,92.0,136,5 +22916,2009,Unknown,Unknown,6.0,136,6 +22917,2009,Unknown,Unknown,18.0,136,7 +22918,2009,Unknown,Unknown,87.0,136,2 +22919,2009,Unknown,Unknown,110.0,136,3 +22920,2009,Unknown,Unknown,197.0,136,1 +22921,2009,by form of exploitation,Forced labour,2.5,136,1 +22922,2009,by form of exploitation,Sexual exploitation,55.0,136,1 +22923,2010,Unknown,Unknown,61.0,136,2 +22924,2010,Unknown,Unknown,131.0,136,3 +22925,2010,Unknown,Unknown,193.0,136,1 +22926,2011,Unknown,Unknown,37.0,136,2 +22927,2011,Unknown,Unknown,110.0,136,3 +22928,2011,Unknown,Unknown,141.0,136,1 +22929,2011,by citizenship,Nepal,2.5,136,1 +22930,2011,by form of exploitation,Sexual exploitation,141.0,136,1 +22931,2012,Unknown,Unknown,46.0,136,2 +22932,2012,Unknown,Unknown,125.0,136,3 +22933,2012,Unknown,Unknown,271.0,136,1 +22934,2013,Unknown,Unknown,203.0,136,5 +22935,2013,Unknown,Unknown,34.0,136,2 +22936,2013,Unknown,Unknown,203.0,136,3 +22937,2013,Unknown,Unknown,237.0,136,1 +22938,2014,Unknown,Unknown,199.0,136,5 +22939,2014,Unknown,Unknown,67.0,136,2 +22940,2014,Unknown,Unknown,199.0,136,3 +22941,2014,Unknown,Unknown,266.0,136,1 +22942,2014,by citizenship,Nepal,180.0,136,1 +22943,2014,by country of repatriation,Nepal,98.0,136,1 +22944,2015,Unknown,Unknown,2.5,136,2 +22945,2015,Unknown,Unknown,2.5,136,3 +22946,2016,Unknown,Unknown,244.0,136,4 +22947,2016,Unknown,Unknown,108.0,136,5 +22948,2016,Unknown,Unknown,2.5,136,6 +22949,2016,Unknown,Unknown,2.5,136,7 +22950,2016,Unknown,Unknown,245.0,136,2 +22951,2016,Unknown,Unknown,109.0,136,3 +22952,2016,Unknown,Unknown,350.0,136,1 +22953,2017,Unknown,Unknown,2.5,136,4 +22954,2017,Unknown,Unknown,308.0,136,5 +22955,2017,Unknown,Unknown,2.5,136,6 +22956,2017,Unknown,Unknown,2.5,136,7 +22957,2017,Unknown,Unknown,2.5,136,2 +22958,2017,Unknown,Unknown,311.0,136,3 +22959,2017,Unknown,Unknown,311.0,136,1 +22960,2017,by form of exploitation,Sexual exploitation,2.5,136,1 +22961,2018,Unknown,Unknown,130.0,136,4 +22962,2018,Unknown,Unknown,297.0,136,5 +22963,2018,Unknown,Unknown,50.0,136,6 +22964,2018,Unknown,Unknown,69.0,136,7 +22965,2018,Unknown,Unknown,180.0,136,2 +22966,2018,Unknown,Unknown,366.0,136,3 +22967,2018,Unknown,Unknown,546.0,136,1 +22968,2018,by form of exploitation,Forced labour,26.0,136,4 +22969,2018,by form of exploitation,Forced labour,115.0,136,5 +22970,2018,by form of exploitation,Forced labour,42.0,136,6 +22971,2018,by form of exploitation,Forced labour,56.0,136,7 +22972,2018,by form of exploitation,Forced labour,239.0,136,1 +22973,2018,by form of exploitation,Sexual exploitation,43.0,136,4 +22974,2018,by form of exploitation,Sexual exploitation,65.0,136,5 +22975,2018,by form of exploitation,Sexual exploitation,2.5,136,6 +22976,2018,by form of exploitation,Sexual exploitation,2.5,136,7 +22977,2018,by form of exploitation,Sexual exploitation,108.0,136,1 +22978,2019,Unknown,Unknown,74.0,136,4 +22979,2019,Unknown,Unknown,190.0,136,5 +22980,2019,Unknown,Unknown,2.5,136,6 +22981,2019,Unknown,Unknown,14.0,136,7 +22982,2019,Unknown,Unknown,75.0,136,2 +22983,2019,Unknown,Unknown,129.0,136,3 +22984,2019,Unknown,Unknown,204.0,136,1 +22985,2019,by form of exploitation,Forced labour,2.5,136,4 +22986,2019,by form of exploitation,Forced labour,49.0,136,5 +22987,2019,by form of exploitation,Forced labour,8.0,136,6 +22988,2019,by form of exploitation,Forced labour,33.0,136,7 +22989,2019,by form of exploitation,Forced labour,10.0,136,2 +22990,2019,by form of exploitation,Forced labour,82.0,136,3 +22991,2019,by form of exploitation,Forced labour,92.0,136,1 +22992,2019,by form of exploitation,Sexual exploitation,42.0,136,4 +22993,2019,by form of exploitation,Sexual exploitation,73.0,136,5 +22994,2019,by form of exploitation,Sexual exploitation,2.5,136,6 +22995,2019,by form of exploitation,Sexual exploitation,2.5,136,7 +22996,2019,by form of exploitation,Sexual exploitation,42.0,136,2 +22997,2019,by form of exploitation,Sexual exploitation,73.0,136,3 +22998,2019,by form of exploitation,Sexual exploitation,115.0,136,1 +22999,2020,Unknown,Unknown,111.0,136,4 +23000,2020,Unknown,Unknown,183.0,136,5 +23001,2020,Unknown,Unknown,396.0,136,6 +23002,2020,Unknown,Unknown,682.0,136,7 +23003,2020,Unknown,Unknown,507.0,136,2 +23004,2020,Unknown,Unknown,1516.0,136,3 +23005,2020,Unknown,Unknown,187.0,136,1 +23006,2020,by form of exploitation,Forced labour,14.0,136,4 +23007,2020,by form of exploitation,Forced labour,22.0,136,5 +23008,2020,by form of exploitation,Forced labour,2.5,136,6 +23009,2020,by form of exploitation,Forced labour,2.5,136,7 +23010,2020,by form of exploitation,Forced labour,16.0,136,2 +23011,2020,by form of exploitation,Forced labour,26.0,136,3 +23012,2020,by form of exploitation,Forced labour,42.0,136,1 +23013,2020,by form of exploitation,Sexual exploitation,17.0,136,4 +23014,2020,by form of exploitation,Sexual exploitation,30.0,136,5 +23015,2020,by form of exploitation,Sexual exploitation,2.5,136,6 +23016,2020,by form of exploitation,Sexual exploitation,2.5,136,7 +23017,2020,by form of exploitation,Sexual exploitation,17.0,136,2 +23018,2020,by form of exploitation,Sexual exploitation,30.0,136,3 +23019,2020,by form of exploitation,Sexual exploitation,47.0,136,1 +23020,2021,Unknown,Unknown,82.0,136,4 +23021,2021,Unknown,Unknown,200.0,136,5 +23022,2021,Unknown,Unknown,2.5,136,6 +23023,2021,Unknown,Unknown,11.0,136,7 +23024,2021,Unknown,Unknown,83.0,136,2 +23025,2021,Unknown,Unknown,128.0,136,3 +23026,2021,Unknown,Unknown,211.0,136,1 +23027,2003,by country of repatriation,Abroad,2.5,137,1 +23028,2017,by form of exploitation,Sexual exploitation,2.5,137,1 +23029,2018,by form of exploitation,Forced labour,2.5,137,1 +23030,2018,by form of exploitation,Sexual exploitation,2.5,137,1 +23031,2019,by form of exploitation,Sexual exploitation,2.5,137,1 +23032,2020,by form of exploitation,Forced labour,2.5,137,1 +23033,2020,by form of exploitation,Sexual exploitation,2.5,137,1 +23034,2007,Unknown,Unknown,2.5,138,4 +23035,2007,Unknown,Unknown,2.5,138,5 +23036,2007,Unknown,Unknown,2.5,138,6 +23037,2007,Unknown,Unknown,2.5,138,7 +23038,2007,Unknown,Unknown,2.5,138,2 +23039,2007,Unknown,Unknown,2.5,138,3 +23040,2007,Unknown,Unknown,2.5,138,1 +23041,2008,Unknown,Unknown,2.5,138,4 +23042,2008,Unknown,Unknown,2.5,138,5 +23043,2008,Unknown,Unknown,2.5,138,6 +23044,2008,Unknown,Unknown,2.5,138,7 +23045,2008,Unknown,Unknown,2.5,138,2 +23046,2008,Unknown,Unknown,2.5,138,3 +23047,2008,Unknown,Unknown,2.5,138,1 +23048,2009,Unknown,Unknown,2.5,138,4 +23049,2009,Unknown,Unknown,2.5,138,5 +23050,2009,Unknown,Unknown,2.5,138,6 +23051,2009,Unknown,Unknown,2.5,138,7 +23052,2009,Unknown,Unknown,2.5,138,2 +23053,2009,Unknown,Unknown,2.5,138,3 +23054,2009,Unknown,Unknown,2.5,138,1 +23055,2010,Unknown,Unknown,2.5,138,4 +23056,2010,Unknown,Unknown,2.5,138,5 +23057,2010,Unknown,Unknown,2.5,138,6 +23058,2010,Unknown,Unknown,2.5,138,7 +23059,2010,Unknown,Unknown,2.5,138,2 +23060,2010,Unknown,Unknown,2.5,138,3 +23061,2010,Unknown,Unknown,2.5,138,1 +23062,2012,Unknown,Unknown,2.5,138,2 +23063,2012,Unknown,Unknown,2.5,138,3 +23064,2013,Unknown,Unknown,2.5,138,2 +23065,2013,Unknown,Unknown,2.5,138,3 +23066,2014,Unknown,Unknown,2.5,138,2 +23067,2014,Unknown,Unknown,2.5,138,3 +23068,2014,Unknown,Unknown,2.5,138,1 +23069,2015,Unknown,Unknown,2.5,138,4 +23070,2015,Unknown,Unknown,2.5,138,5 +23071,2015,Unknown,Unknown,2.5,138,6 +23072,2015,Unknown,Unknown,18.0,138,7 +23073,2015,Unknown,Unknown,2.5,138,2 +23074,2015,Unknown,Unknown,18.0,138,3 +23075,2015,Unknown,Unknown,18.0,138,1 +23076,2015,by citizenship,India,18.0,138,1 +23077,2015,by form of exploitation,Forced labour,18.0,138,7 +23078,2015,by form of exploitation,Forced labour,18.0,138,1 +23079,2016,Unknown,Unknown,2.5,138,4 +23080,2016,Unknown,Unknown,6.0,138,5 +23081,2016,Unknown,Unknown,2.5,138,6 +23082,2016,Unknown,Unknown,13.0,138,7 +23083,2016,Unknown,Unknown,2.5,138,2 +23084,2016,Unknown,Unknown,19.0,138,3 +23085,2016,Unknown,Unknown,19.0,138,1 +23086,2016,by citizenship,Bangladesh,2.5,138,1 +23087,2016,by citizenship,Fiji,17.0,138,1 +23088,2016,by form of exploitation,Forced labour,6.0,138,5 +23089,2016,by form of exploitation,Forced labour,13.0,138,7 +23090,2016,by form of exploitation,Forced labour,19.0,138,1 +23091,2017,Unknown,Unknown,2.5,138,4 +23092,2017,Unknown,Unknown,2.5,138,5 +23093,2017,Unknown,Unknown,2.5,138,6 +23094,2017,Unknown,Unknown,2.5,138,7 +23095,2017,Unknown,Unknown,2.5,138,2 +23096,2017,Unknown,Unknown,2.5,138,3 +23097,2017,Unknown,Unknown,2.5,138,1 +23098,2017,by citizenship,Bangladesh,2.5,138,1 +23099,2017,by form of exploitation,Forced labour,2.5,138,4 +23100,2017,by form of exploitation,Forced labour,2.5,138,5 +23101,2017,by form of exploitation,Forced labour,2.5,138,6 +23102,2017,by form of exploitation,Forced labour,2.5,138,7 +23103,2017,by form of exploitation,Forced labour,2.5,138,3 +23104,2017,by form of exploitation,Forced labour,2.5,138,1 +23105,2017,by form of exploitation,Sexual exploitation,2.5,138,1 +23106,2018,Unknown,Unknown,2.5,138,4 +23107,2018,Unknown,Unknown,2.5,138,5 +23108,2018,Unknown,Unknown,2.5,138,6 +23109,2018,Unknown,Unknown,9.0,138,7 +23110,2018,Unknown,Unknown,2.5,138,2 +23111,2018,Unknown,Unknown,10.0,138,3 +23112,2018,Unknown,Unknown,10.0,138,1 +23113,2018,by citizenship,Nationals,2.5,138,1 +23114,2018,by citizenship,Samoa,10.0,138,1 +23115,2018,by country of repatriation,Abroad,2.5,138,1 +23116,2018,by form of exploitation,Forced labour,2.5,138,4 +23117,2018,by form of exploitation,Forced labour,2.5,138,5 +23118,2018,by form of exploitation,Forced labour,2.5,138,6 +23119,2018,by form of exploitation,Forced labour,9.0,138,7 +23120,2018,by form of exploitation,Forced labour,10.0,138,3 +23121,2018,by form of exploitation,Forced labour,10.0,138,1 +23122,2018,by form of exploitation,Sexual exploitation,2.5,138,4 +23123,2018,by form of exploitation,Sexual exploitation,2.5,138,5 +23124,2018,by form of exploitation,Sexual exploitation,2.5,138,6 +23125,2018,by form of exploitation,Sexual exploitation,2.5,138,7 +23126,2018,by form of exploitation,Sexual exploitation,2.5,138,2 +23127,2018,by form of exploitation,Sexual exploitation,2.5,138,1 +23128,2019,Unknown,Unknown,2.5,138,4 +23129,2019,Unknown,Unknown,2.5,138,5 +23130,2019,Unknown,Unknown,2.5,138,6 +23131,2019,Unknown,Unknown,2.5,138,7 +23132,2019,Unknown,Unknown,2.5,138,2 +23133,2019,Unknown,Unknown,2.5,138,3 +23134,2019,Unknown,Unknown,2.5,138,1 +23135,2019,by citizenship,Samoa,2.5,138,1 +23136,2019,by country of repatriation,Abroad,2.5,138,1 +23137,2019,by form of exploitation,Forced labour,2.5,138,4 +23138,2019,by form of exploitation,Forced labour,2.5,138,5 +23139,2019,by form of exploitation,Forced labour,2.5,138,6 +23140,2019,by form of exploitation,Forced labour,2.5,138,7 +23141,2019,by form of exploitation,Forced labour,2.5,138,2 +23142,2019,by form of exploitation,Forced labour,2.5,138,3 +23143,2019,by form of exploitation,Forced labour,2.5,138,1 +23144,2019,by form of exploitation,Sexual exploitation,2.5,138,4 +23145,2019,by form of exploitation,Sexual exploitation,2.5,138,5 +23146,2019,by form of exploitation,Sexual exploitation,2.5,138,6 +23147,2019,by form of exploitation,Sexual exploitation,2.5,138,7 +23148,2019,by form of exploitation,Sexual exploitation,2.5,138,1 +23149,2020,Unknown,Unknown,2.5,138,4 +23150,2020,Unknown,Unknown,2.5,138,5 +23151,2020,Unknown,Unknown,2.5,138,6 +23152,2020,Unknown,Unknown,2.5,138,7 +23153,2020,Unknown,Unknown,2.5,138,2 +23154,2020,Unknown,Unknown,2.5,138,3 +23155,2020,Unknown,Unknown,2.5,138,1 +23156,2020,by citizenship,Nationals,2.5,138,1 +23157,2020,by country of repatriation,Abroad,2.5,138,1 +23158,2020,by form of exploitation,Forced labour,2.5,138,4 +23159,2020,by form of exploitation,Forced labour,2.5,138,5 +23160,2020,by form of exploitation,Forced labour,2.5,138,6 +23161,2020,by form of exploitation,Forced labour,2.5,138,7 +23162,2020,by form of exploitation,Forced labour,2.5,138,1 +23163,2020,by form of exploitation,Sexual exploitation,2.5,138,4 +23164,2020,by form of exploitation,Sexual exploitation,2.5,138,5 +23165,2020,by form of exploitation,Sexual exploitation,2.5,138,6 +23166,2020,by form of exploitation,Sexual exploitation,2.5,138,7 +23167,2020,by form of exploitation,Sexual exploitation,2.5,138,1 +23168,2021,Unknown,Unknown,2.5,138,4 +23169,2021,Unknown,Unknown,2.5,138,5 +23170,2021,Unknown,Unknown,2.5,138,6 +23171,2021,Unknown,Unknown,2.5,138,7 +23172,2021,Unknown,Unknown,2.5,138,2 +23173,2021,Unknown,Unknown,2.5,138,3 +23174,2021,Unknown,Unknown,2.5,138,1 +23175,2021,by citizenship,Nationals,2.5,138,1 +23176,2021,by country of repatriation,Abroad,2.5,138,1 +23177,2021,by form of exploitation,Forced labour,2.5,138,4 +23178,2021,by form of exploitation,Forced labour,2.5,138,5 +23179,2021,by form of exploitation,Forced labour,2.5,138,6 +23180,2021,by form of exploitation,Forced labour,2.5,138,7 +23181,2021,by form of exploitation,Forced labour,2.5,138,1 +23182,2021,by form of exploitation,Sexual exploitation,2.5,138,4 +23183,2021,by form of exploitation,Sexual exploitation,2.5,138,5 +23184,2021,by form of exploitation,Sexual exploitation,2.5,138,6 +23185,2021,by form of exploitation,Sexual exploitation,2.5,138,7 +23186,2021,by form of exploitation,Sexual exploitation,2.5,138,1 +23187,2022,Unknown,Unknown,2.5,138,4 +23188,2022,Unknown,Unknown,2.5,138,5 +23189,2022,Unknown,Unknown,2.5,138,6 +23190,2022,Unknown,Unknown,2.5,138,7 +23191,2022,Unknown,Unknown,2.5,138,2 +23192,2022,Unknown,Unknown,10.0,138,3 +23193,2022,Unknown,Unknown,2.5,138,1 +23194,2022,by citizenship,Fiji,2.5,138,1 +23195,2022,by citizenship,India,2.5,138,1 +23196,2022,by citizenship,Indonesia,2.5,138,1 +23197,2022,by citizenship,Morocco,2.5,138,1 +23198,2022,by citizenship,Nationals,2.5,138,1 +23199,2022,by citizenship,Vietnam,2.5,138,1 +23200,2022,by country of repatriation,Abroad,2.5,138,1 +23201,2022,by form of exploitation,Forced labour,2.5,138,5 +23202,2022,by form of exploitation,Forced labour,8.0,138,7 +23203,2022,by form of exploitation,Forced labour,2.5,138,2 +23204,2022,by form of exploitation,Forced labour,9.0,138,3 +23205,2022,by form of exploitation,Forced labour,9.0,138,1 +23206,2022,by form of exploitation,Sexual exploitation,2.5,138,5 +23207,2022,by form of exploitation,Sexual exploitation,2.5,138,2 +23208,2022,by form of exploitation,Sexual exploitation,2.5,138,3 +23209,2022,by form of exploitation,Sexual exploitation,2.5,138,1 +23210,2008,by citizenship,Algeria,2.5,139,1 +23211,2008,by citizenship,Indonesia,8.0,139,1 +23212,2008,by citizenship,Iraq,2.5,139,1 +23213,2008,by citizenship,Morocco,5.0,139,1 +23214,2008,by citizenship,Philippines,2.5,139,1 +23215,2008,by citizenship,Syria,2.5,139,1 +23216,2008,by citizenship,Uzbekistan,8.0,139,1 +23217,2009,Unknown,Unknown,2.5,139,4 +23218,2009,Unknown,Unknown,34.0,139,5 +23219,2009,Unknown,Unknown,2.5,139,6 +23220,2009,Unknown,Unknown,2.5,139,7 +23221,2009,Unknown,Unknown,2.5,139,2 +23222,2009,Unknown,Unknown,34.0,139,3 +23223,2009,Unknown,Unknown,34.0,139,1 +23224,2009,by form of exploitation,Sexual exploitation,6.0,139,1 +23225,2013,Unknown,Unknown,2.5,139,4 +23226,2013,Unknown,Unknown,2.5,139,5 +23227,2013,Unknown,Unknown,2.5,139,6 +23228,2013,Unknown,Unknown,2.5,139,7 +23229,2013,Unknown,Unknown,2.5,139,2 +23230,2013,Unknown,Unknown,2.5,139,3 +23231,2013,Unknown,Unknown,2.5,139,1 +23232,2013,by citizenship,Bangladesh,2.5,139,1 +23233,2013,by citizenship,Indonesia,2.5,139,1 +23234,2013,by citizenship,Nepal,2.5,139,1 +23235,2013,by country of repatriation,Uganda,2.5,139,1 +23236,2013,by country of repatriation,Uzbekistan,2.5,139,1 +23237,2013,by form of exploitation,Sexual exploitation,2.5,139,1 +23238,2014,Unknown,Unknown,2.5,139,4 +23239,2014,Unknown,Unknown,2.5,139,5 +23240,2014,Unknown,Unknown,2.5,139,6 +23241,2014,Unknown,Unknown,2.5,139,7 +23242,2014,Unknown,Unknown,2.5,139,2 +23243,2014,Unknown,Unknown,2.5,139,3 +23244,2014,Unknown,Unknown,2.5,139,1 +23245,2014,by citizenship,Bangladesh,5.0,139,1 +23246,2014,by citizenship,Morocco,2.5,139,1 +23247,2014,by country of repatriation,Indonesia,2.5,139,1 +23248,2014,by form of exploitation,Sexual exploitation,6.0,139,1 +23249,2015,Unknown,Unknown,2.5,139,4 +23250,2015,Unknown,Unknown,2.5,139,5 +23251,2015,Unknown,Unknown,2.5,139,6 +23252,2015,Unknown,Unknown,2.5,139,7 +23253,2015,Unknown,Unknown,2.5,139,2 +23254,2015,Unknown,Unknown,2.5,139,3 +23255,2015,Unknown,Unknown,2.5,139,1 +23256,2015,by citizenship,Bangladesh,2.5,139,1 +23257,2015,by citizenship,Morocco,2.5,139,1 +23258,2015,by country of repatriation,Indonesia,9.0,139,1 +23259,2015,by form of exploitation,Sexual exploitation,2.5,139,1 +23260,2016,Unknown,Unknown,12.0,139,5 +23261,2016,Unknown,Unknown,2.5,139,7 +23262,2016,Unknown,Unknown,12.0,139,3 +23263,2016,Unknown,Unknown,12.0,139,1 +23264,2016,by country of repatriation,Indonesia,12.0,139,1 +23265,2016,by country of repatriation,Rwanda,45.0,139,1 +23266,2016,by country of repatriation,Tunisia,5.0,139,1 +23267,2017,Unknown,Unknown,2.5,139,4 +23268,2017,Unknown,Unknown,22.0,139,5 +23269,2017,Unknown,Unknown,2.5,139,6 +23270,2017,Unknown,Unknown,2.5,139,7 +23271,2017,Unknown,Unknown,2.5,139,2 +23272,2017,Unknown,Unknown,22.0,139,3 +23273,2017,Unknown,Unknown,23.0,139,1 +23274,2017,by citizenship,,45.0,139,1 +23275,2017,by form of exploitation,Forced labour,2.5,139,4 +23276,2017,by form of exploitation,Forced labour,2.5,139,5 +23277,2017,by form of exploitation,Forced labour,2.5,139,6 +23278,2017,by form of exploitation,Forced labour,2.5,139,7 +23279,2017,by form of exploitation,Forced labour,2.5,139,1 +23280,2017,by form of exploitation,Sexual exploitation,2.5,139,4 +23281,2017,by form of exploitation,Sexual exploitation,22.0,139,5 +23282,2017,by form of exploitation,Sexual exploitation,2.5,139,6 +23283,2017,by form of exploitation,Sexual exploitation,2.5,139,7 +23284,2017,by form of exploitation,Sexual exploitation,22.0,139,3 +23285,2017,by form of exploitation,Sexual exploitation,22.0,139,1 +23286,2018,Unknown,Unknown,2.5,139,4 +23287,2018,Unknown,Unknown,14.0,139,5 +23288,2018,Unknown,Unknown,2.5,139,6 +23289,2018,Unknown,Unknown,2.5,139,7 +23290,2018,Unknown,Unknown,2.5,139,2 +23291,2018,Unknown,Unknown,17.0,139,3 +23292,2018,Unknown,Unknown,18.0,139,1 +23293,2018,by citizenship,,34.0,139,1 +23294,2018,by form of exploitation,Forced labour,2.5,139,4 +23295,2018,by form of exploitation,Forced labour,2.5,139,5 +23296,2018,by form of exploitation,Forced labour,2.5,139,6 +23297,2018,by form of exploitation,Forced labour,2.5,139,7 +23298,2018,by form of exploitation,Forced labour,2.5,139,1 +23299,2018,by form of exploitation,Sexual exploitation,2.5,139,4 +23300,2018,by form of exploitation,Sexual exploitation,14.0,139,5 +23301,2018,by form of exploitation,Sexual exploitation,2.5,139,6 +23302,2018,by form of exploitation,Sexual exploitation,2.5,139,7 +23303,2018,by form of exploitation,Sexual exploitation,14.0,139,3 +23304,2018,by form of exploitation,Sexual exploitation,14.0,139,1 +23305,2019,Unknown,Unknown,2.5,139,4 +23306,2019,Unknown,Unknown,5.0,139,5 +23307,2019,Unknown,Unknown,2.5,139,6 +23308,2019,Unknown,Unknown,2.5,139,7 +23309,2019,Unknown,Unknown,2.5,139,2 +23310,2019,Unknown,Unknown,10.0,139,3 +23311,2019,Unknown,Unknown,5.0,139,1 +23312,2019,by citizenship,Bangladesh,2.5,139,1 +23313,2019,by citizenship,Philippines,2.5,139,1 +23314,2019,by citizenship,Thailand,2.5,139,1 +23315,2019,by form of exploitation,Forced labour,2.5,139,4 +23316,2019,by form of exploitation,Forced labour,2.5,139,5 +23317,2019,by form of exploitation,Forced labour,2.5,139,6 +23318,2019,by form of exploitation,Forced labour,2.5,139,7 +23319,2019,by form of exploitation,Forced labour,2.5,139,3 +23320,2019,by form of exploitation,Forced labour,2.5,139,1 +23321,2019,by form of exploitation,Sexual exploitation,2.5,139,4 +23322,2019,by form of exploitation,Sexual exploitation,9.0,139,5 +23323,2019,by form of exploitation,Sexual exploitation,2.5,139,6 +23324,2019,by form of exploitation,Sexual exploitation,2.5,139,7 +23325,2019,by form of exploitation,Sexual exploitation,9.0,139,3 +23326,2019,by form of exploitation,Sexual exploitation,9.0,139,1 +23327,2020,Unknown,Unknown,2.5,139,4 +23328,2020,Unknown,Unknown,6.0,139,5 +23329,2020,Unknown,Unknown,2.5,139,6 +23330,2020,Unknown,Unknown,2.5,139,7 +23331,2020,Unknown,Unknown,2.5,139,2 +23332,2020,Unknown,Unknown,6.0,139,3 +23333,2020,Unknown,Unknown,6.0,139,1 +23334,2020,by citizenship,Bangladesh,5.0,139,1 +23335,2020,by citizenship,Oman,2.5,139,1 +23336,2020,by citizenship,Pakistan,2.5,139,1 +23337,2020,by form of exploitation,Forced labour,2.5,139,4 +23338,2020,by form of exploitation,Forced labour,2.5,139,5 +23339,2020,by form of exploitation,Forced labour,2.5,139,6 +23340,2020,by form of exploitation,Forced labour,2.5,139,7 +23341,2020,by form of exploitation,Forced labour,2.5,139,1 +23342,2020,by form of exploitation,Sexual exploitation,2.5,139,4 +23343,2020,by form of exploitation,Sexual exploitation,6.0,139,5 +23344,2020,by form of exploitation,Sexual exploitation,2.5,139,6 +23345,2020,by form of exploitation,Sexual exploitation,2.5,139,7 +23346,2020,by form of exploitation,Sexual exploitation,6.0,139,3 +23347,2020,by form of exploitation,Sexual exploitation,6.0,139,1 +23348,2021,Unknown,Unknown,2.5,139,4 +23349,2021,Unknown,Unknown,12.0,139,5 +23350,2021,Unknown,Unknown,2.5,139,6 +23351,2021,Unknown,Unknown,2.5,139,7 +23352,2021,Unknown,Unknown,2.5,139,2 +23353,2021,Unknown,Unknown,2.5,139,3 +23354,2021,Unknown,Unknown,12.0,139,1 +23355,2021,by citizenship,Bangladesh,2.5,139,1 +23356,2021,by form of exploitation,Forced labour,2.5,139,4 +23357,2021,by form of exploitation,Forced labour,2.5,139,5 +23358,2021,by form of exploitation,Forced labour,2.5,139,6 +23359,2021,by form of exploitation,Forced labour,2.5,139,7 +23360,2021,by form of exploitation,Sexual exploitation,2.5,139,4 +23361,2021,by form of exploitation,Sexual exploitation,2.5,139,5 +23362,2021,by form of exploitation,Sexual exploitation,2.5,139,6 +23363,2021,by form of exploitation,Sexual exploitation,2.5,139,7 +23364,2021,by form of exploitation,Sexual exploitation,2.5,139,3 +23365,2021,by form of exploitation,Sexual exploitation,2.5,139,1 +23366,2022,Unknown,Unknown,2.5,139,4 +23367,2022,Unknown,Unknown,2.5,139,5 +23368,2022,Unknown,Unknown,2.5,139,6 +23369,2022,Unknown,Unknown,2.5,139,7 +23370,2022,Unknown,Unknown,2.5,139,2 +23371,2022,Unknown,Unknown,2.5,139,3 +23372,2022,Unknown,Unknown,2.5,139,1 +23373,2022,by citizenship,Bangladesh,2.5,139,1 +23374,2022,by citizenship,Egypt,2.5,139,1 +23375,2022,by citizenship,Indonesia,2.5,139,1 +23376,2022,by form of exploitation,Forced labour,2.5,139,4 +23377,2022,by form of exploitation,Forced labour,2.5,139,5 +23378,2022,by form of exploitation,Forced labour,2.5,139,6 +23379,2022,by form of exploitation,Forced labour,2.5,139,7 +23380,2022,by form of exploitation,Sexual exploitation,2.5,139,4 +23381,2022,by form of exploitation,Sexual exploitation,2.5,139,5 +23382,2022,by form of exploitation,Sexual exploitation,2.5,139,6 +23383,2022,by form of exploitation,Sexual exploitation,2.5,139,7 +23384,2022,by form of exploitation,Sexual exploitation,2.5,139,3 +23385,2022,by form of exploitation,Sexual exploitation,2.5,139,1 +23386,2012,Unknown,Unknown,2.5,140,2 +23387,2012,Unknown,Unknown,2.5,140,3 +23388,2012,by country of repatriation,Uzbekistan,2.5,140,1 +23389,2013,Unknown,Unknown,2.5,140,2 +23390,2013,Unknown,Unknown,2.5,140,3 +23391,2013,by country of repatriation,Uzbekistan,12.0,140,1 +23392,2014,Unknown,Unknown,2.5,140,2 +23393,2014,Unknown,Unknown,2.5,140,3 +23394,2014,by country of repatriation,Uzbekistan,2.5,140,1 +23395,2015,Unknown,Unknown,2.5,140,2 +23396,2015,Unknown,Unknown,2.5,140,3 +23397,2016,by country of repatriation,Uzbekistan,2.5,140,1 +23398,2017,by form of exploitation,Sexual exploitation,2.5,140,1 +23399,2018,by form of exploitation,Forced labour,2.5,140,1 +23400,2018,by form of exploitation,Sexual exploitation,2.5,140,1 +23401,2019,Unknown,Unknown,2.5,140,4 +23402,2019,Unknown,Unknown,15255.0,140,5 +23403,2019,Unknown,Unknown,6937.0,140,6 +23404,2019,Unknown,Unknown,9581.0,140,7 +23405,2019,Unknown,Unknown,6937.0,140,2 +23406,2019,Unknown,Unknown,2.5,140,3 +23407,2019,Unknown,Unknown,32022.0,140,1 +23408,2019,by citizenship,Pakistan,32022.0,140,1 +23409,2019,by form of exploitation,Sexual exploitation,2.5,140,1 +23410,2020,Unknown,Unknown,2.5,140,4 +23411,2020,Unknown,Unknown,16427.0,140,5 +23412,2020,Unknown,Unknown,1022.0,140,6 +23413,2020,Unknown,Unknown,2596.0,140,7 +23414,2020,Unknown,Unknown,1022.0,140,2 +23415,2020,Unknown,Unknown,19023.0,140,3 +23416,2020,Unknown,Unknown,20045.0,140,1 +23417,2020,by citizenship,Pakistan,20045.0,140,1 +23418,2020,by form of exploitation,Forced labour,2.5,140,1 +23419,2020,by form of exploitation,Sexual exploitation,2.5,140,1 +23420,2021,Unknown,Unknown,50.0,140,4 +23421,2021,Unknown,Unknown,16950.0,140,5 +23422,2021,Unknown,Unknown,1310.0,140,6 +23423,2021,Unknown,Unknown,2933.0,140,7 +23424,2021,Unknown,Unknown,1360.0,140,2 +23425,2021,Unknown,Unknown,19883.0,140,3 +23426,2021,Unknown,Unknown,21253.0,140,1 +23427,2021,by citizenship,Pakistan,21253.0,140,1 +23428,2021,by form of exploitation,Sexual exploitation,17.0,140,4 +23429,2021,by form of exploitation,Sexual exploitation,158.0,140,5 +23430,2021,by form of exploitation,Sexual exploitation,15.0,140,6 +23431,2021,by form of exploitation,Sexual exploitation,2.5,140,7 +23432,2021,by form of exploitation,Sexual exploitation,190.0,140,1 +23433,2022,Unknown,Unknown,287.0,140,4 +23434,2022,Unknown,Unknown,19913.0,140,5 +23435,2022,Unknown,Unknown,2170.0,140,6 +23436,2022,Unknown,Unknown,4165.0,140,7 +23437,2022,Unknown,Unknown,2.5,140,8 +23438,2022,Unknown,Unknown,2457.0,140,2 +23439,2022,Unknown,Unknown,24078.0,140,3 +23440,2022,Unknown,Unknown,26539.0,140,1 +23441,2022,by citizenship,Pakistan,26539.0,140,1 +23442,2022,by form of exploitation,Forced labour,77.0,140,4 +23443,2022,by form of exploitation,Forced labour,50.0,140,5 +23444,2022,by form of exploitation,Forced labour,917.0,140,6 +23445,2022,by form of exploitation,Forced labour,82.0,140,7 +23446,2022,by form of exploitation,Forced labour,994.0,140,2 +23447,2022,by form of exploitation,Forced labour,132.0,140,3 +23448,2022,by form of exploitation,Forced labour,1126.0,140,1 +23449,2022,by form of exploitation,Sexual exploitation,202.0,140,4 +23450,2022,by form of exploitation,Sexual exploitation,19757.0,140,5 +23451,2022,by form of exploitation,Sexual exploitation,1028.0,140,6 +23452,2022,by form of exploitation,Sexual exploitation,1584.0,140,7 +23453,2022,by form of exploitation,Sexual exploitation,1230.0,140,2 +23454,2022,by form of exploitation,Sexual exploitation,21341.0,140,3 +23455,2022,by form of exploitation,Sexual exploitation,22575.0,140,1 +23456,2003,by country of repatriation,Abroad,2.5,141,1 +23457,2010,by country of repatriation,Colombia,2.5,141,1 +23458,2011,by citizenship,Belarus,2.5,141,1 +23459,2011,by citizenship,Colombia,23.0,141,1 +23460,2011,by citizenship,Dominican Republic,2.5,141,1 +23461,2011,by citizenship,Panama,2.5,141,1 +23462,2011,by citizenship,Russia,2.5,141,1 +23463,2011,by citizenship,Ukraine,2.5,141,1 +23464,2011,by citizenship,Venezuela,2.5,141,1 +23465,2012,Unknown,Unknown,2.5,141,2 +23466,2012,Unknown,Unknown,2.5,141,3 +23467,2013,Unknown,Unknown,2.5,141,4 +23468,2013,Unknown,Unknown,7.0,141,5 +23469,2013,Unknown,Unknown,2.5,141,6 +23470,2013,Unknown,Unknown,2.5,141,7 +23471,2013,Unknown,Unknown,2.5,141,2 +23472,2013,Unknown,Unknown,9.0,141,3 +23473,2013,Unknown,Unknown,9.0,141,1 +23474,2013,by citizenship,Colombia,7.0,141,1 +23475,2013,by citizenship,Lebanon,2.5,141,1 +23476,2013,by citizenship,Nicaragua,2.5,141,1 +23477,2013,by country of repatriation,Colombia,2.5,141,1 +23478,2013,by form of exploitation,Forced labour,2.5,141,1 +23479,2013,by form of exploitation,Sexual exploitation,7.0,141,1 +23480,2014,Unknown,Unknown,2.5,141,4 +23481,2014,Unknown,Unknown,9.0,141,5 +23482,2014,Unknown,Unknown,2.5,141,6 +23483,2014,Unknown,Unknown,7.0,141,7 +23484,2014,Unknown,Unknown,2.5,141,2 +23485,2014,Unknown,Unknown,16.0,141,3 +23486,2014,Unknown,Unknown,16.0,141,1 +23487,2014,by citizenship,Colombia,2.5,141,1 +23488,2014,by citizenship,Costa Rica,2.5,141,1 +23489,2014,by citizenship,Nicaragua,2.5,141,1 +23490,2014,by citizenship,Panama,2.5,141,1 +23491,2014,by citizenship,Unknown,7.0,141,1 +23492,2014,by citizenship,Venezuela,2.5,141,1 +23493,2014,by form of exploitation,Forced labour,2.5,141,6 +23494,2014,by form of exploitation,Forced labour,7.0,141,7 +23495,2014,by form of exploitation,Forced labour,11.0,141,1 +23496,2014,by form of exploitation,Sexual exploitation,5.0,141,5 +23497,2014,by form of exploitation,Sexual exploitation,5.0,141,1 +23498,2015,Unknown,Unknown,2.5,141,4 +23499,2015,Unknown,Unknown,48.0,141,5 +23500,2015,Unknown,Unknown,2.5,141,6 +23501,2015,Unknown,Unknown,2.5,141,7 +23502,2015,Unknown,Unknown,2.5,141,2 +23503,2015,Unknown,Unknown,49.0,141,3 +23504,2015,Unknown,Unknown,50.0,141,1 +23505,2015,by citizenship,Colombia,12.0,141,1 +23506,2015,by citizenship,Cuba,6.0,141,1 +23507,2015,by citizenship,Dominican Republic,2.5,141,1 +23508,2015,by citizenship,Nicaragua,13.0,141,1 +23509,2015,by citizenship,Panama,2.5,141,1 +23510,2015,by citizenship,Venezuela,14.0,141,1 +23511,2015,by form of exploitation,Sexual exploitation,2.5,141,4 +23512,2015,by form of exploitation,Sexual exploitation,48.0,141,5 +23513,2015,by form of exploitation,Sexual exploitation,2.5,141,7 +23514,2015,by form of exploitation,Sexual exploitation,50.0,141,1 +23515,2016,Unknown,Unknown,2.5,141,4 +23516,2016,Unknown,Unknown,51.0,141,5 +23517,2016,Unknown,Unknown,2.5,141,6 +23518,2016,Unknown,Unknown,33.0,141,7 +23519,2016,Unknown,Unknown,2.5,141,2 +23520,2016,Unknown,Unknown,84.0,141,3 +23521,2016,Unknown,Unknown,84.0,141,1 +23522,2016,by citizenship,Colombia,26.0,141,1 +23523,2016,by citizenship,Honduras,2.5,141,1 +23524,2016,by citizenship,Nicaragua,2.5,141,1 +23525,2016,by citizenship,Panama,2.5,141,1 +23526,2016,by citizenship,Peru,2.5,141,1 +23527,2016,by citizenship,Venezuela,50.0,141,1 +23528,2016,by country of repatriation,Colombia,2.5,141,1 +23529,2016,by form of exploitation,Sexual exploitation,51.0,141,5 +23530,2016,by form of exploitation,Sexual exploitation,33.0,141,7 +23531,2016,by form of exploitation,Sexual exploitation,84.0,141,1 +23532,2017,Unknown,Unknown,34.0,141,5 +23533,2017,Unknown,Unknown,2.5,141,6 +23534,2017,Unknown,Unknown,2.5,141,7 +23535,2017,Unknown,Unknown,2.5,141,2 +23536,2017,Unknown,Unknown,34.0,141,3 +23537,2017,Unknown,Unknown,34.0,141,1 +23538,2017,Unknown,Unknown,8.0,141,1 +23539,2017,by citizenship,Cambodia,2.5,141,1 +23540,2017,by citizenship,Colombia,14.0,141,1 +23541,2017,by citizenship,Costa Rica,2.5,141,1 +23542,2017,by citizenship,Cuba,2.5,141,1 +23543,2017,by citizenship,Unknown,5.0,141,1 +23544,2017,by citizenship,Dominican Republic,2.5,141,1 +23545,2017,by citizenship,El Salvador,2.5,141,1 +23546,2017,by citizenship,Guatemala,2.5,141,1 +23547,2017,by citizenship,Nicaragua,2.5,141,1 +23548,2017,by citizenship,Nationals,2.5,141,1 +23549,2017,by citizenship,Venezuela,6.0,141,1 +23550,2017,by country of repatriation,Abroad,2.5,141,1 +23551,2017,by country of repatriation,Dominican Republic,2.5,141,1 +23552,2017,by form of exploitation,Forced labour,6.0,141,5 +23553,2017,by form of exploitation,Forced labour,2.5,141,6 +23554,2017,by form of exploitation,Forced labour,2.5,141,2 +23555,2017,by form of exploitation,Forced labour,6.0,141,3 +23556,2017,by form of exploitation,Sexual exploitation,34.0,141,5 +23557,2017,by form of exploitation,Sexual exploitation,20.0,141,7 +23558,2017,by form of exploitation,Sexual exploitation,20.0,141,3 +23559,2017,by form of exploitation,Sexual exploitation,34.0,141,1 +23560,2018,Unknown,Unknown,2.5,141,4 +23561,2018,Unknown,Unknown,20.0,141,5 +23562,2018,Unknown,Unknown,2.5,141,6 +23563,2018,Unknown,Unknown,6.0,141,7 +23564,2018,Unknown,Unknown,2.5,141,2 +23565,2018,Unknown,Unknown,26.0,141,3 +23566,2018,Unknown,Unknown,28.0,141,1 +23567,2018,Unknown,Unknown,8.0,141,1 +23568,2018,by citizenship,Cambodia,2.5,141,1 +23569,2018,by citizenship,Colombia,14.0,141,1 +23570,2018,by citizenship,Costa Rica,2.5,141,1 +23571,2018,by citizenship,Cuba,2.5,141,1 +23572,2018,by citizenship,Unknown,2.5,141,1 +23573,2018,by citizenship,Unknown,5.0,141,1 +23574,2018,by citizenship,Dominican Republic,2.5,141,1 +23575,2018,by citizenship,El Salvador,2.5,141,1 +23576,2018,by citizenship,Guatemala,2.5,141,1 +23577,2018,by citizenship,Nicaragua,2.5,141,1 +23578,2018,by citizenship,Venezuela,6.0,141,1 +23579,2018,by country of repatriation,Abroad,2.5,141,1 +23580,2018,by country of repatriation,Dominican Republic,2.5,141,1 +23581,2018,by form of exploitation,Forced labour,6.0,141,5 +23582,2018,by form of exploitation,Forced labour,2.5,141,6 +23583,2018,by form of exploitation,Forced labour,2.5,141,7 +23584,2018,by form of exploitation,Forced labour,2.5,141,2 +23585,2018,by form of exploitation,Forced labour,6.0,141,3 +23586,2018,by form of exploitation,Forced labour,7.0,141,1 +23587,2018,by form of exploitation,Sexual exploitation,20.0,141,5 +23588,2018,by form of exploitation,Sexual exploitation,22.0,141,7 +23589,2018,by form of exploitation,Sexual exploitation,2.5,141,8 +23590,2018,by form of exploitation,Sexual exploitation,20.0,141,3 +23591,2018,by form of exploitation,Sexual exploitation,46.0,141,1 +23592,2019,Unknown,Unknown,2.5,141,1 +23593,2020,Unknown,Unknown,2.5,141,1 +23594,2021,Unknown,Unknown,2.5,141,4 +23595,2021,Unknown,Unknown,2.5,141,6 +23596,2021,Unknown,Unknown,2.5,141,2 +23597,2021,Unknown,Unknown,2.5,141,1 +23598,2021,by form of exploitation,Forced labour,2.5,141,4 +23599,2021,by form of exploitation,Forced labour,2.5,141,5 +23600,2021,by form of exploitation,Forced labour,2.5,141,6 +23601,2021,by form of exploitation,Forced labour,8.0,141,1 +23602,2021,by form of exploitation,Sexual exploitation,2.5,141,4 +23603,2021,by form of exploitation,Sexual exploitation,2.5,141,6 +23604,2021,by form of exploitation,Sexual exploitation,2.5,141,7 +23605,2021,by form of exploitation,Sexual exploitation,5.0,141,2 +23606,2021,by form of exploitation,Sexual exploitation,8.0,141,1 +23607,2022,by form of exploitation,Forced labour,2.5,141,4 +23608,2022,by form of exploitation,Forced labour,2.5,141,5 +23609,2022,by form of exploitation,Forced labour,2.5,141,6 +23610,2022,by form of exploitation,Sexual exploitation,2.5,141,5 +23611,2022,by form of exploitation,Sexual exploitation,2.5,141,6 +23612,2022,by form of exploitation,Sexual exploitation,2.5,141,7 +23613,2003,by country of repatriation,Abroad,2.5,142,1 +23614,2005,by form of exploitation,Sexual exploitation,12.0,142,1 +23615,2006,by form of exploitation,Sexual exploitation,46.0,142,1 +23616,2007,Unknown,Unknown,94.0,142,4 +23617,2007,Unknown,Unknown,63.0,142,5 +23618,2007,Unknown,Unknown,2.5,142,6 +23619,2007,Unknown,Unknown,2.5,142,7 +23620,2007,Unknown,Unknown,97.0,142,2 +23621,2007,Unknown,Unknown,65.0,142,3 +23622,2007,Unknown,Unknown,162.0,142,1 +23623,2007,by form of exploitation,Forced labour,2.5,142,1 +23624,2007,by form of exploitation,Sexual exploitation,64.0,142,1 +23625,2008,Unknown,Unknown,143.0,142,4 +23626,2008,Unknown,Unknown,56.0,142,5 +23627,2008,Unknown,Unknown,2.5,142,6 +23628,2008,Unknown,Unknown,8.0,142,7 +23629,2008,Unknown,Unknown,147.0,142,2 +23630,2008,Unknown,Unknown,64.0,142,3 +23631,2008,Unknown,Unknown,211.0,142,1 +23632,2008,by form of exploitation,Forced labour,10.0,142,1 +23633,2008,by form of exploitation,Sexual exploitation,60.0,142,1 +23634,2009,Unknown,Unknown,101.0,142,4 +23635,2009,Unknown,Unknown,68.0,142,5 +23636,2009,Unknown,Unknown,25.0,142,6 +23637,2009,Unknown,Unknown,2.5,142,7 +23638,2009,Unknown,Unknown,126.0,142,2 +23639,2009,Unknown,Unknown,70.0,142,3 +23640,2009,Unknown,Unknown,196.0,142,1 +23641,2009,by citizenship,Peru,2.5,142,1 +23642,2009,by form of exploitation,Forced labour,24.0,142,1 +23643,2009,by form of exploitation,Sexual exploitation,49.0,142,1 +23644,2010,Unknown,Unknown,110.0,142,4 +23645,2010,Unknown,Unknown,30.0,142,5 +23646,2010,Unknown,Unknown,107.0,142,6 +23647,2010,Unknown,Unknown,6.0,142,7 +23648,2010,Unknown,Unknown,217.0,142,2 +23649,2010,Unknown,Unknown,36.0,142,3 +23650,2010,Unknown,Unknown,253.0,142,1 +23651,2010,by citizenship,Peru,242.0,142,1 +23652,2010,by country of repatriation,Paraguay,2.5,142,1 +23653,2011,Unknown,Unknown,182.0,142,4 +23654,2011,Unknown,Unknown,78.0,142,5 +23655,2011,Unknown,Unknown,26.0,142,6 +23656,2011,Unknown,Unknown,2.5,142,7 +23657,2011,Unknown,Unknown,208.0,142,2 +23658,2011,Unknown,Unknown,78.0,142,3 +23659,2011,Unknown,Unknown,286.0,142,1 +23660,2011,by citizenship,Peru,286.0,142,1 +23661,2012,Unknown,Unknown,477.0,142,2 +23662,2012,Unknown,Unknown,236.0,142,3 +23663,2012,Unknown,Unknown,713.0,142,1 +23664,2012,by citizenship,Bolivia,2.5,142,1 +23665,2012,by citizenship,Colombia,2.5,142,1 +23666,2012,by citizenship,Dominican Republic,2.5,142,1 +23667,2012,by citizenship,Ecuador,11.0,142,1 +23668,2012,by citizenship,Peru,332.0,142,1 +23669,2012,by citizenship,Tanzania,2.5,142,1 +23670,2012,by country of repatriation,Venezuela,2.5,142,1 +23671,2012,by form of exploitation,Forced labour,48.0,142,1 +23672,2012,by form of exploitation,Sexual exploitation,44.0,142,1 +23673,2013,Unknown,Unknown,433.0,142,2 +23674,2013,Unknown,Unknown,201.0,142,3 +23675,2013,Unknown,Unknown,634.0,142,1 +23676,2013,by citizenship,Bangladesh,2.5,142,1 +23677,2013,by citizenship,Brazil,2.5,142,1 +23678,2013,by citizenship,Colombia,2.5,142,1 +23679,2013,by citizenship,Ecuador,5.0,142,1 +23680,2013,by citizenship,Haiti,9.0,142,1 +23681,2013,by citizenship,India,5.0,142,1 +23682,2013,by citizenship,Paraguay,2.5,142,1 +23683,2013,by citizenship,Peru,265.0,142,1 +23684,2013,by citizenship,Senegal,2.5,142,1 +23685,2013,by country of repatriation,Colombia,2.5,142,1 +23686,2013,by country of repatriation,Ecuador,2.5,142,1 +23687,2014,Unknown,Unknown,143.0,142,4 +23688,2014,Unknown,Unknown,39.0,142,5 +23689,2014,Unknown,Unknown,23.0,142,6 +23690,2014,Unknown,Unknown,7.0,142,7 +23691,2014,Unknown,Unknown,166.0,142,2 +23692,2014,Unknown,Unknown,46.0,142,3 +23693,2014,Unknown,Unknown,212.0,142,1 +23694,2014,by citizenship,Ecuador,2.5,142,1 +23695,2014,by citizenship,Peru,253.0,142,1 +23696,2014,by country of repatriation,Bolivia,8.0,142,1 +23697,2014,by country of repatriation,Colombia,5.0,142,1 +23698,2014,by country of repatriation,Ecuador,5.0,142,1 +23699,2014,by form of exploitation,Forced labour,18.0,142,4 +23700,2014,by form of exploitation,Forced labour,5.0,142,5 +23701,2014,by form of exploitation,Forced labour,18.0,142,6 +23702,2014,by form of exploitation,Forced labour,2.5,142,7 +23703,2014,by form of exploitation,Forced labour,44.0,142,1 +23704,2014,by form of exploitation,Sexual exploitation,102.0,142,4 +23705,2014,by form of exploitation,Sexual exploitation,83.0,142,5 +23706,2014,by form of exploitation,Sexual exploitation,2.5,142,6 +23707,2014,by form of exploitation,Sexual exploitation,186.0,142,1 +23708,2015,Unknown,Unknown,244.0,142,4 +23709,2015,Unknown,Unknown,100.0,142,5 +23710,2015,Unknown,Unknown,61.0,142,6 +23711,2015,Unknown,Unknown,71.0,142,7 +23712,2015,Unknown,Unknown,305.0,142,2 +23713,2015,Unknown,Unknown,171.0,142,3 +23714,2015,Unknown,Unknown,476.0,142,1 +23715,2015,by citizenship,Argentina,2.5,142,1 +23716,2015,by citizenship,Colombia,2.5,142,1 +23717,2015,by citizenship,Ecuador,2.5,142,1 +23718,2015,by citizenship,India,2.5,142,1 +23719,2015,by citizenship,Peru,397.0,142,1 +23720,2015,by country of repatriation,Colombia,2.5,142,1 +23721,2015,by country of repatriation,Ecuador,2.5,142,1 +23722,2015,by form of exploitation,Forced labour,31.0,142,4 +23723,2015,by form of exploitation,Forced labour,21.0,142,5 +23724,2015,by form of exploitation,Forced labour,20.0,142,6 +23725,2015,by form of exploitation,Forced labour,8.0,142,7 +23726,2015,by form of exploitation,Forced labour,73.0,142,1 +23727,2015,by form of exploitation,Sexual exploitation,168.0,142,4 +23728,2015,by form of exploitation,Sexual exploitation,150.0,142,5 +23729,2015,by form of exploitation,Sexual exploitation,2.5,142,6 +23730,2015,by form of exploitation,Sexual exploitation,2.5,142,7 +23731,2015,by form of exploitation,Sexual exploitation,321.0,142,1 +23732,2016,Unknown,Unknown,395.0,142,4 +23733,2016,Unknown,Unknown,104.0,142,5 +23734,2016,Unknown,Unknown,29.0,142,6 +23735,2016,Unknown,Unknown,11.0,142,7 +23736,2016,Unknown,Unknown,424.0,142,2 +23737,2016,Unknown,Unknown,115.0,142,3 +23738,2016,Unknown,Unknown,539.0,142,1 +23739,2016,by citizenship,Colombia,2.5,142,1 +23740,2016,by citizenship,Ecuador,2.5,142,1 +23741,2016,by citizenship,Japan,2.5,142,1 +23742,2016,by citizenship,Peru,696.0,142,1 +23743,2016,by country of repatriation,Bolivia,14.0,142,1 +23744,2016,by country of repatriation,Colombia,15.0,142,1 +23745,2016,by country of repatriation,Ecuador,8.0,142,1 +23746,2016,by form of exploitation,Forced labour,102.0,142,4 +23747,2016,by form of exploitation,Forced labour,28.0,142,5 +23748,2016,by form of exploitation,Forced labour,56.0,142,6 +23749,2016,by form of exploitation,Forced labour,23.0,142,7 +23750,2016,by form of exploitation,Forced labour,209.0,142,1 +23751,2016,by form of exploitation,Sexual exploitation,263.0,142,4 +23752,2016,by form of exploitation,Sexual exploitation,173.0,142,5 +23753,2016,by form of exploitation,Sexual exploitation,12.0,142,6 +23754,2016,by form of exploitation,Sexual exploitation,2.5,142,7 +23755,2016,by form of exploitation,Sexual exploitation,449.0,142,1 +23756,2017,Unknown,Unknown,193.0,142,4 +23757,2017,Unknown,Unknown,402.0,142,5 +23758,2017,Unknown,Unknown,92.0,142,6 +23759,2017,Unknown,Unknown,38.0,142,7 +23760,2017,Unknown,Unknown,285.0,142,2 +23761,2017,Unknown,Unknown,440.0,142,3 +23762,2017,Unknown,Unknown,725.0,142,1 +23763,2017,by form of exploitation,Forced labour,73.0,142,1 +23764,2017,by form of exploitation,Sexual exploitation,88.0,142,1 +23765,2018,Unknown,Unknown,213.0,142,4 +23766,2018,Unknown,Unknown,442.0,142,5 +23767,2018,Unknown,Unknown,33.0,142,6 +23768,2018,Unknown,Unknown,46.0,142,7 +23769,2018,Unknown,Unknown,246.0,142,2 +23770,2018,Unknown,Unknown,488.0,142,3 +23771,2018,Unknown,Unknown,734.0,142,1 +23772,2018,by form of exploitation,Forced labour,9.0,142,1 +23773,2018,by form of exploitation,Sexual exploitation,504.0,142,1 +23774,2019,Unknown,Unknown,165.0,142,4 +23775,2019,Unknown,Unknown,277.0,142,5 +23776,2019,Unknown,Unknown,37.0,142,6 +23777,2019,Unknown,Unknown,30.0,142,7 +23778,2019,Unknown,Unknown,202.0,142,2 +23779,2019,Unknown,Unknown,307.0,142,3 +23780,2019,Unknown,Unknown,509.0,142,1 +23781,2019,by citizenship,Peru,600.0,142,1 +23782,2019,by form of exploitation,Forced labour,5.0,142,1 +23783,2019,by form of exploitation,Sexual exploitation,335.0,142,1 +23784,2020,Unknown,Unknown,119.0,142,4 +23785,2020,Unknown,Unknown,201.0,142,5 +23786,2020,Unknown,Unknown,26.0,142,6 +23787,2020,Unknown,Unknown,26.0,142,7 +23788,2020,Unknown,Unknown,145.0,142,2 +23789,2020,Unknown,Unknown,227.0,142,3 +23790,2020,by form of exploitation,Sexual exploitation,245.0,142,1 +23791,2020,Unknown,Unknown,372.0,142,1 +23792,2020,by citizenship,Peru,561.0,142,1 +23793,2020,by form of exploitation,Forced labour,2.5,142,1 +23794,2021,Unknown,Unknown,103.0,142,4 +23795,2021,Unknown,Unknown,323.0,142,5 +23796,2021,Unknown,Unknown,43.0,142,6 +23797,2021,Unknown,Unknown,66.0,142,7 +23798,2021,Unknown,Unknown,146.0,142,2 +23799,2021,Unknown,Unknown,389.0,142,3 +23800,2021,Unknown,Unknown,535.0,142,1 +23801,2021,by form of exploitation,Forced labour,9.0,142,1 +23802,2021,by form of exploitation,Sexual exploitation,327.0,142,1 +23803,2022,Unknown,Unknown,26.0,142,6 +23804,2022,Unknown,Unknown,67.0,142,7 +23805,2022,Unknown,Unknown,223.0,142,2 +23806,2022,Unknown,Unknown,408.0,142,3 +23807,2022,Unknown,Unknown,197.0,142,4 +23808,2022,Unknown,Unknown,341.0,142,5 +23809,2022,Unknown,Unknown,631.0,142,1 +23810,2022,by form of exploitation,Forced labour,12.0,142,1 +23811,2022,by form of exploitation,Sexual exploitation,331.0,142,1 +23812,2003,by country of repatriation,Abroad,2.5,143,1 +23813,2007,Unknown,Unknown,28.0,143,4 +23814,2007,Unknown,Unknown,37.0,143,5 +23815,2007,Unknown,Unknown,5.0,143,6 +23816,2007,Unknown,Unknown,12.0,143,7 +23817,2007,Unknown,Unknown,33.0,143,2 +23818,2007,Unknown,Unknown,49.0,143,3 +23819,2007,Unknown,Unknown,144.0,143,1 +23820,2007,by form of exploitation,Forced labour,87.0,143,1 +23821,2007,by form of exploitation,Sexual exploitation,64.0,143,1 +23822,2008,Unknown,Unknown,56.0,143,4 +23823,2008,Unknown,Unknown,65.0,143,5 +23824,2008,Unknown,Unknown,12.0,143,6 +23825,2008,Unknown,Unknown,2.5,143,7 +23826,2008,Unknown,Unknown,68.0,143,2 +23827,2008,Unknown,Unknown,68.0,143,3 +23828,2008,Unknown,Unknown,218.0,143,1 +23829,2008,by citizenship,Philippines,218.0,143,1 +23830,2008,by form of exploitation,Forced labour,104.0,143,1 +23831,2008,by form of exploitation,Sexual exploitation,153.0,143,1 +23832,2009,Unknown,Unknown,2.5,143,4 +23833,2009,Unknown,Unknown,36.0,143,5 +23834,2009,Unknown,Unknown,2.5,143,6 +23835,2009,Unknown,Unknown,7.0,143,7 +23836,2009,Unknown,Unknown,2.5,143,2 +23837,2009,Unknown,Unknown,43.0,143,3 +23838,2009,Unknown,Unknown,113.0,143,1 +23839,2009,by citizenship,Philippines,113.0,143,1 +23840,2009,by form of exploitation,Forced labour,17.0,143,1 +23841,2009,by form of exploitation,Sexual exploitation,110.0,143,1 +23842,2010,Unknown,Unknown,207.0,143,1 +23843,2011,Unknown,Unknown,537.0,143,1 +23844,2012,Unknown,Unknown,167.0,143,4 +23845,2012,Unknown,Unknown,529.0,143,5 +23846,2012,Unknown,Unknown,15.0,143,6 +23847,2012,Unknown,Unknown,52.0,143,7 +23848,2012,Unknown,Unknown,182.0,143,2 +23849,2012,Unknown,Unknown,581.0,143,3 +23850,2012,Unknown,Unknown,763.0,143,1 +23851,2012,by country of repatriation,Colombia,2.5,143,1 +23852,2012,by form of exploitation,Forced labour,69.0,143,1 +23853,2012,by form of exploitation,Sexual exploitation,694.0,143,1 +23854,2013,Unknown,Unknown,188.0,143,4 +23855,2013,Unknown,Unknown,487.0,143,5 +23856,2013,Unknown,Unknown,28.0,143,6 +23857,2013,Unknown,Unknown,92.0,143,7 +23858,2013,Unknown,Unknown,216.0,143,2 +23859,2013,Unknown,Unknown,579.0,143,3 +23860,2013,Unknown,Unknown,795.0,143,1 +23861,2013,by form of exploitation,Forced labour,48.0,143,1 +23862,2013,by form of exploitation,Sexual exploitation,747.0,143,1 +23863,2014,Unknown,Unknown,278.0,143,4 +23864,2014,Unknown,Unknown,687.0,143,5 +23865,2014,Unknown,Unknown,39.0,143,6 +23866,2014,Unknown,Unknown,120.0,143,7 +23867,2014,Unknown,Unknown,317.0,143,2 +23868,2014,Unknown,Unknown,807.0,143,3 +23869,2014,Unknown,Unknown,1124.0,143,1 +23870,2014,by citizenship,China,14.0,143,1 +23871,2014,by citizenship,Philippines,1114.0,143,1 +23872,2014,by citizenship,Ukraine,2.5,143,1 +23873,2014,by form of exploitation,Forced labour,143.0,143,1 +23874,2014,by form of exploitation,Sexual exploitation,981.0,143,1 +23875,2015,Unknown,Unknown,223.0,143,4 +23876,2015,Unknown,Unknown,394.0,143,5 +23877,2015,Unknown,Unknown,22.0,143,6 +23878,2015,Unknown,Unknown,122.0,143,7 +23879,2015,Unknown,Unknown,245.0,143,2 +23880,2015,Unknown,Unknown,516.0,143,3 +23881,2015,Unknown,Unknown,761.0,143,1 +23882,2015,by citizenship,Philippines,761.0,143,1 +23883,2015,by form of exploitation,Forced labour,76.0,143,1 +23884,2015,by form of exploitation,Sexual exploitation,685.0,143,1 +23885,2016,Unknown,Unknown,118.0,143,4 +23886,2016,Unknown,Unknown,373.0,143,5 +23887,2016,Unknown,Unknown,40.0,143,6 +23888,2016,Unknown,Unknown,72.0,143,7 +23889,2016,Unknown,Unknown,158.0,143,2 +23890,2016,Unknown,Unknown,445.0,143,3 +23891,2016,Unknown,Unknown,603.0,143,1 +23892,2016,by citizenship,Indonesia,42.0,143,1 +23893,2016,by citizenship,Philippines,561.0,143,1 +23894,2016,by form of exploitation,Forced labour,72.0,143,1 +23895,2016,by form of exploitation,Sexual exploitation,531.0,143,1 +23896,2017,Unknown,Unknown,439.0,143,2 +23897,2017,Unknown,Unknown,1220.0,143,3 +23898,2017,Unknown,Unknown,1659.0,143,1 +23899,2017,by form of exploitation,Forced labour,920.0,143,1 +23900,2017,by form of exploitation,Sexual exploitation,435.0,143,1 +23901,2018,Unknown,Unknown,611.0,143,2 +23902,2018,Unknown,Unknown,1707.0,143,3 +23903,2018,Unknown,Unknown,2318.0,143,1 +23904,2018,by form of exploitation,Forced labour,802.0,143,1 +23905,2018,by form of exploitation,Sexual exploitation,680.0,143,1 +23906,2019,Unknown,Unknown,463.0,143,2 +23907,2019,Unknown,Unknown,1578.0,143,3 +23908,2019,Unknown,Unknown,1233.0,143,1 +23909,2019,by form of exploitation,Forced labour,1073.0,143,1 +23910,2019,by form of exploitation,Sexual exploitation,469.0,143,1 +23911,2020,Unknown,Unknown,305.0,143,2 +23912,2020,Unknown,Unknown,1293.0,143,3 +23913,2020,Unknown,Unknown,1598.0,143,1 +23914,2020,by form of exploitation,Forced labour,931.0,143,1 +23915,2020,by form of exploitation,Sexual exploitation,217.0,143,1 +23916,2021,Unknown,Unknown,106.0,143,4 +23917,2021,Unknown,Unknown,75.0,143,5 +23918,2021,Unknown,Unknown,52.0,143,6 +23919,2021,Unknown,Unknown,5.0,143,7 +23920,2021,Unknown,Unknown,158.0,143,2 +23921,2021,Unknown,Unknown,80.0,143,3 +23922,2021,Unknown,Unknown,1914.0,143,1 +23923,2021,by citizenship,Philippines,238.0,143,1 +23924,2003,by country of repatriation,Abroad,2.5,144,1 +23925,2017,Unknown,Unknown,2.5,144,4 +23926,2017,Unknown,Unknown,2.5,144,5 +23927,2017,Unknown,Unknown,2.5,144,6 +23928,2017,Unknown,Unknown,2.5,144,7 +23929,2017,Unknown,Unknown,2.5,144,2 +23930,2017,Unknown,Unknown,2.5,144,3 +23931,2017,Unknown,Unknown,2.5,144,1 +23932,2017,by form of exploitation,Forced labour,2.5,144,4 +23933,2017,by form of exploitation,Forced labour,2.5,144,5 +23934,2017,by form of exploitation,Forced labour,2.5,144,6 +23935,2017,by form of exploitation,Forced labour,2.5,144,7 +23936,2017,by form of exploitation,Sexual exploitation,2.5,144,4 +23937,2017,by form of exploitation,Sexual exploitation,2.5,144,5 +23938,2017,by form of exploitation,Sexual exploitation,2.5,144,6 +23939,2017,by form of exploitation,Sexual exploitation,2.5,144,7 +23940,2017,by form of exploitation,Sexual exploitation,2.5,144,1 +23941,2018,Unknown,Unknown,2.5,144,4 +23942,2018,Unknown,Unknown,5.0,144,5 +23943,2018,Unknown,Unknown,2.5,144,6 +23944,2018,Unknown,Unknown,13.0,144,7 +23945,2018,Unknown,Unknown,2.5,144,2 +23946,2018,Unknown,Unknown,18.0,144,3 +23947,2018,Unknown,Unknown,18.0,144,1 +23948,2018,by citizenship,Bangladesh,11.0,144,1 +23949,2018,by citizenship,China,2.5,144,1 +23950,2018,by citizenship,Philippines,5.0,144,1 +23951,2018,by form of exploitation,Forced labour,2.5,144,4 +23952,2018,by form of exploitation,Forced labour,2.5,144,5 +23953,2018,by form of exploitation,Forced labour,2.5,144,6 +23954,2018,by form of exploitation,Forced labour,14.0,144,7 +23955,2018,by form of exploitation,Forced labour,16.0,144,3 +23956,2018,by form of exploitation,Forced labour,17.0,144,1 +23957,2018,by form of exploitation,Sexual exploitation,2.5,144,4 +23958,2018,by form of exploitation,Sexual exploitation,2.5,144,5 +23959,2018,by form of exploitation,Sexual exploitation,2.5,144,6 +23960,2018,by form of exploitation,Sexual exploitation,2.5,144,7 +23961,2018,by form of exploitation,Sexual exploitation,2.5,144,2 +23962,2018,by form of exploitation,Sexual exploitation,2.5,144,3 +23963,2018,by form of exploitation,Sexual exploitation,2.5,144,1 +23964,2019,Unknown,Unknown,2.5,144,4 +23965,2019,Unknown,Unknown,2.5,144,5 +23966,2019,Unknown,Unknown,2.5,144,6 +23967,2019,Unknown,Unknown,2.5,144,7 +23968,2019,Unknown,Unknown,2.5,144,2 +23969,2019,Unknown,Unknown,2.5,144,3 +23970,2019,Unknown,Unknown,2.5,144,1 +23971,2019,by citizenship,Bangladesh,2.5,144,1 +23972,2019,by citizenship,Nationals,2.5,144,1 +23973,2019,by citizenship,Philippines,2.5,144,1 +23974,2019,by country of repatriation,Abroad,2.5,144,1 +23975,2019,by country of repatriation,,2.5,144,1 +23976,2019,by form of exploitation,Forced labour,2.5,144,4 +23977,2019,by form of exploitation,Forced labour,2.5,144,5 +23978,2019,by form of exploitation,Forced labour,2.5,144,6 +23979,2019,by form of exploitation,Forced labour,2.5,144,7 +23980,2019,by form of exploitation,Forced labour,2.5,144,3 +23981,2019,by form of exploitation,Forced labour,2.5,144,1 +23982,2019,by form of exploitation,Sexual exploitation,2.5,144,4 +23983,2019,by form of exploitation,Sexual exploitation,2.5,144,5 +23984,2019,by form of exploitation,Sexual exploitation,2.5,144,6 +23985,2019,by form of exploitation,Sexual exploitation,2.5,144,7 +23986,2019,by form of exploitation,Sexual exploitation,2.5,144,2 +23987,2019,by form of exploitation,Sexual exploitation,2.5,144,3 +23988,2019,by form of exploitation,Sexual exploitation,2.5,144,1 +23989,2020,Unknown,Unknown,2.5,144,4 +23990,2020,Unknown,Unknown,2.5,144,5 +23991,2020,Unknown,Unknown,2.5,144,6 +23992,2020,Unknown,Unknown,2.5,144,7 +23993,2020,Unknown,Unknown,2.5,144,2 +23994,2020,Unknown,Unknown,2.5,144,3 +23995,2020,Unknown,Unknown,2.5,144,1 +23996,2020,by citizenship,Philippines,2.5,144,1 +23997,2020,by country of repatriation,Abroad,2.5,144,1 +23998,2020,by country of repatriation,,2.5,144,1 +23999,2020,by form of exploitation,Forced labour,2.5,144,4 +24000,2020,by form of exploitation,Forced labour,2.5,144,5 +24001,2020,by form of exploitation,Forced labour,2.5,144,6 +24002,2020,by form of exploitation,Forced labour,2.5,144,7 +24003,2020,by form of exploitation,Forced labour,2.5,144,3 +24004,2020,by form of exploitation,Forced labour,2.5,144,1 +24005,2020,by form of exploitation,Sexual exploitation,2.5,144,4 +24006,2020,by form of exploitation,Sexual exploitation,2.5,144,5 +24007,2020,by form of exploitation,Sexual exploitation,2.5,144,6 +24008,2020,by form of exploitation,Sexual exploitation,2.5,144,7 +24009,2020,by form of exploitation,Sexual exploitation,2.5,144,2 +24010,2020,by form of exploitation,Sexual exploitation,2.5,144,3 +24011,2020,by form of exploitation,Sexual exploitation,2.5,144,1 +24012,2021,Unknown,Unknown,2.5,144,4 +24013,2021,Unknown,Unknown,2.5,144,5 +24014,2021,Unknown,Unknown,2.5,144,6 +24015,2021,Unknown,Unknown,2.5,144,7 +24016,2021,Unknown,Unknown,2.5,144,2 +24017,2021,Unknown,Unknown,2.5,144,3 +24018,2021,Unknown,Unknown,2.5,144,1 +24019,2021,by citizenship,Philippines,2.5,144,1 +24020,2021,by country of repatriation,Abroad,2.5,144,1 +24021,2021,by country of repatriation,,2.5,144,1 +24022,2021,by form of exploitation,Forced labour,2.5,144,4 +24023,2021,by form of exploitation,Forced labour,2.5,144,5 +24024,2021,by form of exploitation,Forced labour,2.5,144,6 +24025,2021,by form of exploitation,Forced labour,2.5,144,7 +24026,2021,by form of exploitation,Forced labour,2.5,144,1 +24027,2021,by form of exploitation,Sexual exploitation,2.5,144,4 +24028,2021,by form of exploitation,Sexual exploitation,2.5,144,5 +24029,2021,by form of exploitation,Sexual exploitation,2.5,144,6 +24030,2021,by form of exploitation,Sexual exploitation,2.5,144,7 +24031,2021,by form of exploitation,Sexual exploitation,2.5,144,3 +24032,2021,by form of exploitation,Sexual exploitation,2.5,144,1 +24033,2022,Unknown,Unknown,2.5,144,4 +24034,2022,Unknown,Unknown,2.5,144,5 +24035,2022,Unknown,Unknown,2.5,144,6 +24036,2022,Unknown,Unknown,2.5,144,7 +24037,2022,Unknown,Unknown,2.5,144,2 +24038,2022,Unknown,Unknown,2.5,144,3 +24039,2022,Unknown,Unknown,2.5,144,1 +24040,2022,by citizenship,Nationals,2.5,144,1 +24041,2022,by country of repatriation,(specify the country),2.5,144,1 +24042,2022,by country of repatriation,Abroad,2.5,144,1 +24043,2022,by form of exploitation,Forced labour,2.5,144,4 +24044,2022,by form of exploitation,Forced labour,2.5,144,5 +24045,2022,by form of exploitation,Forced labour,2.5,144,6 +24046,2022,by form of exploitation,Forced labour,2.5,144,7 +24047,2022,by form of exploitation,Forced labour,2.5,144,1 +24048,2022,by form of exploitation,Sexual exploitation,2.5,144,4 +24049,2022,by form of exploitation,Sexual exploitation,2.5,144,5 +24050,2022,by form of exploitation,Sexual exploitation,2.5,144,6 +24051,2022,by form of exploitation,Sexual exploitation,2.5,144,7 +24052,2022,by form of exploitation,Sexual exploitation,2.5,144,1 +24053,2013,by country of repatriation,Indonesia,2.5,145,1 +24054,2017,by form of exploitation,Sexual exploitation,2.5,145,1 +24055,2018,by form of exploitation,Forced labour,2.5,145,1 +24056,2018,by form of exploitation,Sexual exploitation,2.5,145,1 +24057,2019,by form of exploitation,Sexual exploitation,2.5,145,1 +24058,2020,by form of exploitation,Forced labour,2.5,145,1 +24059,2020,by form of exploitation,Sexual exploitation,2.5,145,1 +24060,2004,by form of exploitation,Sexual exploitation,28.0,146,1 +24061,2005,by form of exploitation,Sexual exploitation,27.0,146,1 +24062,2006,by form of exploitation,Sexual exploitation,25.0,146,1 +24063,2007,Unknown,Unknown,859.0,146,1 +24064,2007,by form of exploitation,Sexual exploitation,35.0,146,1 +24065,2008,Unknown,Unknown,62.0,146,1 +24066,2009,Unknown,Unknown,6.0,146,2 +24067,2009,Unknown,Unknown,13.0,146,3 +24068,2009,Unknown,Unknown,19.0,146,1 +24069,2010,by citizenship,Bangladesh,7.0,146,1 +24070,2010,by citizenship,Belarus,2.5,146,1 +24071,2010,by citizenship,Bulgaria,10.0,146,1 +24072,2010,by citizenship,Nepal,5.0,146,1 +24073,2010,by citizenship,Poland,83.0,146,1 +24074,2010,by citizenship,Romania,7.0,146,1 +24075,2010,by citizenship,Ukraine,2.5,146,1 +24076,2010,by citizenship,Vietnam,2.5,146,1 +24077,2010,by country of repatriation,Romania,6.0,146,1 +24078,2010,by country of repatriation,Ukraine,122.0,146,1 +24079,2011,by citizenship,Bulgaria,7.0,146,1 +24080,2011,by citizenship,Cameroon,2.5,146,1 +24081,2011,by citizenship,Kenya,2.5,146,1 +24082,2011,by citizenship,Poland,81.0,146,1 +24083,2011,by citizenship,Romania,12.0,146,1 +24084,2011,by citizenship,Russia,2.5,146,1 +24085,2011,by citizenship,Sri Lanka,2.5,146,1 +24086,2011,by citizenship,Ukraine,2.5,146,1 +24087,2011,by country of repatriation,Romania,11.0,146,1 +24088,2011,by country of repatriation,Slovakia,2.5,146,1 +24089,2012,Unknown,Unknown,16.0,146,2 +24090,2012,Unknown,Unknown,214.0,146,3 +24091,2012,Unknown,Unknown,230.0,146,1 +24092,2012,by citizenship,Belarus,2.5,146,1 +24093,2012,by citizenship,Bulgaria,7.0,146,1 +24094,2012,by citizenship,Kenya,2.5,146,1 +24095,2012,by citizenship,Romania,35.0,146,1 +24096,2012,by citizenship,Ukraine,60.0,146,1 +24097,2012,by country of repatriation,Azerbaijan,2.5,146,1 +24098,2012,by country of repatriation,Belarus,11.0,146,1 +24099,2012,by country of repatriation,Bulgaria,2.5,146,1 +24100,2012,by country of repatriation,Romania,2.5,146,1 +24101,2012,by country of repatriation,Ukraine,64.0,146,1 +24102,2013,Unknown,Unknown,2.5,146,2 +24103,2013,Unknown,Unknown,131.0,146,3 +24104,2013,Unknown,Unknown,135.0,146,1 +24105,2013,by citizenship,Bulgaria,13.0,146,1 +24106,2013,by citizenship,Czech Republic,2.5,146,1 +24107,2013,by citizenship,Kenya,2.5,146,1 +24108,2013,by citizenship,Moldova,2.5,146,1 +24109,2013,by citizenship,Romania,9.0,146,1 +24110,2013,by citizenship,Ukraine,16.0,146,1 +24111,2013,by citizenship,Vietnam,2.5,146,1 +24112,2013,by country of repatriation,Belarus,2.5,146,1 +24113,2013,by country of repatriation,Ukraine,70.0,146,1 +24114,2014,Unknown,Unknown,2.5,146,4 +24115,2014,Unknown,Unknown,82.0,146,5 +24116,2014,Unknown,Unknown,2.5,146,6 +24117,2014,Unknown,Unknown,13.0,146,7 +24118,2014,Unknown,Unknown,9.0,146,2 +24119,2014,Unknown,Unknown,192.0,146,3 +24120,2014,Unknown,Unknown,201.0,146,1 +24121,2014,by citizenship,Bulgaria,11.0,146,1 +24122,2014,by citizenship,Kenya,2.5,146,1 +24123,2014,by citizenship,Philippines,36.0,146,1 +24124,2014,by citizenship,Poland,2.5,146,1 +24125,2014,by citizenship,Romania,9.0,146,1 +24126,2014,by citizenship,Slovakia,2.5,146,1 +24127,2014,by citizenship,Sri Lanka,12.0,146,1 +24128,2014,by citizenship,North Macedonia,8.0,146,1 +24129,2014,by citizenship,Ukraine,50.0,146,1 +24130,2014,by citizenship,Vietnam,5.0,146,1 +24131,2014,by country of repatriation,Slovakia,2.5,146,1 +24132,2014,by country of repatriation,Ukraine,119.0,146,1 +24133,2014,by form of exploitation,Forced labour,2.5,146,4 +24134,2014,by form of exploitation,Forced labour,31.0,146,5 +24135,2014,by form of exploitation,Forced labour,2.5,146,6 +24136,2014,by form of exploitation,Forced labour,12.0,146,7 +24137,2014,by form of exploitation,Forced labour,52.0,146,1 +24138,2014,by form of exploitation,Sexual exploitation,2.5,146,4 +24139,2014,by form of exploitation,Sexual exploitation,44.0,146,5 +24140,2014,by form of exploitation,Sexual exploitation,2.5,146,6 +24141,2014,by form of exploitation,Sexual exploitation,2.5,146,7 +24142,2014,by form of exploitation,Sexual exploitation,78.0,146,1 +24143,2015,Unknown,Unknown,2.5,146,4 +24144,2015,Unknown,Unknown,44.0,146,5 +24145,2015,Unknown,Unknown,2.5,146,6 +24146,2015,Unknown,Unknown,8.0,146,7 +24147,2015,Unknown,Unknown,10.0,146,2 +24148,2015,Unknown,Unknown,157.0,146,3 +24149,2015,Unknown,Unknown,173.0,146,1 +24150,2015,by citizenship,Bulgaria,6.0,146,1 +24151,2015,by citizenship,Morocco,2.5,146,1 +24152,2015,by citizenship,Poland,2.5,146,1 +24153,2015,by citizenship,Romania,2.5,146,1 +24154,2015,by citizenship,Sri Lanka,9.0,146,1 +24155,2015,by citizenship,Ukraine,36.0,146,1 +24156,2015,by citizenship,Vietnam,31.0,146,1 +24157,2015,by country of repatriation,Ukraine,45.0,146,1 +24158,2015,by form of exploitation,Forced labour,2.5,146,4 +24159,2015,by form of exploitation,Forced labour,2.5,146,6 +24160,2015,by form of exploitation,Forced labour,12.0,146,7 +24161,2015,by form of exploitation,Forced labour,37.0,146,1 +24162,2015,by form of exploitation,Sexual exploitation,27.0,146,5 +24163,2015,by form of exploitation,Sexual exploitation,50.0,146,1 +24164,2016,Unknown,Unknown,2.5,146,4 +24165,2016,Unknown,Unknown,72.0,146,5 +24166,2016,Unknown,Unknown,2.5,146,6 +24167,2016,Unknown,Unknown,45.0,146,7 +24168,2016,Unknown,Unknown,6.0,146,2 +24169,2016,Unknown,Unknown,193.0,146,3 +24170,2016,Unknown,Unknown,199.0,146,1 +24171,2016,by citizenship,Bulgaria,2.5,146,1 +24172,2016,by citizenship,Democratic Republic of the Congo,2.5,146,1 +24173,2016,by citizenship,Poland,2.5,146,1 +24174,2016,by citizenship,Romania,2.5,146,1 +24175,2016,by citizenship,Serbia,2.5,146,1 +24176,2016,by citizenship,North Macedonia,7.0,146,1 +24177,2016,by citizenship,Ukraine,129.0,146,1 +24178,2016,by citizenship,Vietnam,2.5,146,1 +24179,2016,by citizenship,Zimbabwe,2.5,146,1 +24180,2016,by country of repatriation,Slovakia,2.5,146,1 +24181,2016,by country of repatriation,Ukraine,41.0,146,1 +24182,2016,by form of exploitation,Forced labour,2.5,146,4 +24183,2016,by form of exploitation,Forced labour,67.0,146,5 +24184,2016,by form of exploitation,Forced labour,2.5,146,6 +24185,2016,by form of exploitation,Forced labour,44.0,146,7 +24186,2016,by form of exploitation,Forced labour,124.0,146,1 +24187,2016,by form of exploitation,Sexual exploitation,2.5,146,4 +24188,2016,by form of exploitation,Sexual exploitation,5.0,146,5 +24189,2016,by form of exploitation,Sexual exploitation,2.5,146,6 +24190,2016,by form of exploitation,Sexual exploitation,24.0,146,1 +24191,2017,Unknown,Unknown,30.0,146,5 +24192,2017,Unknown,Unknown,52.0,146,7 +24193,2017,Unknown,Unknown,2.5,146,2 +24194,2017,Unknown,Unknown,82.0,146,3 +24195,2017,Unknown,Unknown,84.0,146,1 +24196,2017,by citizenship,Nationals,81.0,146,1 +24197,2017,by form of exploitation,Forced labour,2.5,146,4 +24198,2017,by form of exploitation,Forced labour,2.5,146,5 +24199,2017,by form of exploitation,Forced labour,2.5,146,6 +24200,2017,by form of exploitation,Forced labour,42.0,146,7 +24201,2017,by form of exploitation,Forced labour,46.0,146,3 +24202,2017,by form of exploitation,Forced labour,141.0,146,1 +24203,2017,by form of exploitation,Sexual exploitation,2.5,146,4 +24204,2017,by form of exploitation,Sexual exploitation,14.0,146,5 +24205,2017,by form of exploitation,Sexual exploitation,2.5,146,6 +24206,2017,by form of exploitation,Sexual exploitation,8.0,146,7 +24207,2017,by form of exploitation,Sexual exploitation,2.5,146,2 +24208,2017,by form of exploitation,Sexual exploitation,21.0,146,3 +24209,2017,by form of exploitation,Sexual exploitation,46.0,146,1 +24210,2018,Unknown,Unknown,42.0,146,5 +24211,2018,Unknown,Unknown,24.0,146,7 +24212,2018,Unknown,Unknown,2.5,146,2 +24213,2018,Unknown,Unknown,66.0,146,3 +24214,2018,Unknown,Unknown,70.0,146,1 +24215,2018,by citizenship,Bulgaria,2.5,146,1 +24216,2018,by citizenship,Germany,2.5,146,1 +24217,2018,by citizenship,Nationals,41.0,146,1 +24218,2018,by citizenship,Romania,2.5,146,1 +24219,2018,by citizenship,Ukraine,24.0,146,1 +24220,2018,by citizenship,Vietnam,2.5,146,1 +24221,2018,by form of exploitation,Forced labour,2.5,146,4 +24222,2018,by form of exploitation,Forced labour,5.0,146,5 +24223,2018,by form of exploitation,Forced labour,2.5,146,6 +24224,2018,by form of exploitation,Forced labour,14.0,146,7 +24225,2018,by form of exploitation,Forced labour,19.0,146,3 +24226,2018,by form of exploitation,Forced labour,142.0,146,1 +24227,2018,by form of exploitation,Sexual exploitation,37.0,146,5 +24228,2018,by form of exploitation,Sexual exploitation,2.5,146,7 +24229,2018,by form of exploitation,Sexual exploitation,2.5,146,2 +24230,2018,by form of exploitation,Sexual exploitation,38.0,146,3 +24231,2018,by form of exploitation,Sexual exploitation,42.0,146,1 +24232,2019,Unknown,Unknown,9.0,146,4 +24233,2019,Unknown,Unknown,9.0,146,5 +24234,2019,Unknown,Unknown,2.5,146,6 +24235,2019,Unknown,Unknown,5.0,146,7 +24236,2019,Unknown,Unknown,10.0,146,2 +24237,2019,Unknown,Unknown,14.0,146,3 +24238,2019,Unknown,Unknown,25.0,146,1 +24239,2019,Unknown,Unknown,10.0,146,1 +24240,2019,by citizenship,Bulgaria,2.5,146,1 +24241,2019,by citizenship,Poland,23.0,146,1 +24242,2019,by form of exploitation,Forced labour,2.5,146,4 +24243,2019,by form of exploitation,Forced labour,2.5,146,5 +24244,2019,by form of exploitation,Forced labour,2.5,146,6 +24245,2019,by form of exploitation,Forced labour,5.0,146,7 +24246,2019,by form of exploitation,Forced labour,7.0,146,3 +24247,2019,by form of exploitation,Forced labour,7.0,146,1 +24248,2019,by form of exploitation,Sexual exploitation,6.0,146,4 +24249,2019,by form of exploitation,Sexual exploitation,9.0,146,5 +24250,2019,by form of exploitation,Sexual exploitation,2.5,146,6 +24251,2019,by form of exploitation,Sexual exploitation,2.5,146,7 +24252,2019,by form of exploitation,Sexual exploitation,2.5,146,8 +24253,2019,by form of exploitation,Sexual exploitation,6.0,146,2 +24254,2019,by form of exploitation,Sexual exploitation,9.0,146,3 +24255,2019,by form of exploitation,Sexual exploitation,16.0,146,1 +24256,2019,by form of exploitation,Sexual exploitation,2.5,146,1 +24257,2020,Unknown,Unknown,2.5,146,4 +24258,2020,Unknown,Unknown,9.0,146,5 +24259,2020,Unknown,Unknown,2.5,146,6 +24260,2020,Unknown,Unknown,7.0,146,7 +24261,2020,Unknown,Unknown,2.5,146,2 +24262,2020,Unknown,Unknown,16.0,146,3 +24263,2020,Unknown,Unknown,17.0,146,1 +24264,2020,by citizenship,Bulgaria,2.5,146,1 +24265,2020,by citizenship,Colombia,2.5,146,1 +24266,2020,by citizenship,Poland,9.0,146,1 +24267,2020,by country of repatriation,Abroad,8.0,146,1 +24268,2020,by country of repatriation,Germany,6.0,146,1 +24269,2020,by country of repatriation,Netherlands,2.5,146,1 +24270,2020,by country of repatriation,United Kingdom,2.5,146,1 +24271,2020,by form of exploitation,Forced labour,2.5,146,4 +24272,2020,by form of exploitation,Forced labour,2.5,146,5 +24273,2020,by form of exploitation,Forced labour,2.5,146,6 +24274,2020,by form of exploitation,Forced labour,7.0,146,7 +24275,2020,by form of exploitation,Forced labour,8.0,146,3 +24276,2020,by form of exploitation,Forced labour,8.0,146,1 +24277,2020,by form of exploitation,Sexual exploitation,2.5,146,4 +24278,2020,by form of exploitation,Sexual exploitation,8.0,146,5 +24279,2020,by form of exploitation,Sexual exploitation,2.5,146,6 +24280,2020,by form of exploitation,Sexual exploitation,2.5,146,7 +24281,2020,by form of exploitation,Sexual exploitation,2.5,146,2 +24282,2020,by form of exploitation,Sexual exploitation,8.0,146,3 +24283,2020,by form of exploitation,Sexual exploitation,9.0,146,1 +24284,2021,Unknown,Unknown,2.5,146,4 +24285,2021,Unknown,Unknown,20.0,146,5 +24286,2021,Unknown,Unknown,2.5,146,6 +24287,2021,Unknown,Unknown,5.0,146,7 +24288,2021,Unknown,Unknown,30.0,146,2 +24289,2021,Unknown,Unknown,417.0,146,3 +24290,2021,Unknown,Unknown,447.0,146,1 +24291,2021,by citizenship,Bulgaria,2.5,146,1 +24292,2021,by citizenship,Cameroon,2.5,146,1 +24293,2021,by citizenship,Colombia,17.0,146,1 +24294,2021,by citizenship,Democratic Republic of the Congo,2.5,146,1 +24295,2021,by citizenship,Philippines,10.0,146,1 +24296,2021,by citizenship,India,2.5,146,1 +24297,2021,by citizenship,Mexico,5.0,146,1 +24298,2021,by citizenship,Moldova,50.0,146,1 +24299,2021,by citizenship,Morocco,5.0,146,1 +24300,2021,by citizenship,Other Asia,2.5,146,1 +24301,2021,by citizenship,Peru,2.5,146,1 +24302,2021,by citizenship,Poland,318.0,146,1 +24303,2021,by citizenship,Romania,19.0,146,1 +24304,2021,by citizenship,Syria,2.5,146,1 +24305,2021,by citizenship,Ukraine,5.0,146,1 +24306,2021,by citizenship,Vietnam,2.5,146,1 +24307,2021,by citizenship,Yemen,6.0,146,1 +24308,2021,by form of exploitation,Forced labour,121.0,146,1 +24309,2021,by form of exploitation,Sexual exploitation,36.0,146,1 +24310,2022,Unknown,Unknown,2.5,146,4 +24311,2022,Unknown,Unknown,16.0,146,5 +24312,2022,Unknown,Unknown,2.5,146,6 +24313,2022,Unknown,Unknown,12.0,146,7 +24314,2022,Unknown,Unknown,25.0,146,2 +24315,2022,Unknown,Unknown,252.0,146,3 +24316,2022,Unknown,Unknown,277.0,146,1 +24317,2022,by citizenship,Belarus,2.5,146,1 +24318,2022,by citizenship,Cameroon,2.5,146,1 +24319,2022,by citizenship,Colombia,44.0,146,1 +24320,2022,by citizenship,Democratic Republic of the Congo,2.5,146,1 +24321,2022,by citizenship,Guatemala,35.0,146,1 +24322,2022,by citizenship,Guinea,2.5,146,1 +24323,2022,by citizenship,Honduras,2.5,146,1 +24324,2022,by citizenship,Latvia,2.5,146,1 +24325,2022,by citizenship,Mexico,25.0,146,1 +24326,2022,by citizenship,Morocco,2.5,146,1 +24327,2022,by citizenship,Peru,8.0,146,1 +24328,2022,by citizenship,Poland,95.0,146,1 +24329,2022,by citizenship,Russia,2.5,146,1 +24330,2022,by citizenship,Sierra Leone,2.5,146,1 +24331,2022,by citizenship,Slovakia,2.5,146,1 +24332,2022,by citizenship,Ukraine,17.0,146,1 +24333,2022,by citizenship,Venezuela,37.0,146,1 +24334,2022,by form of exploitation,Forced labour,250.0,146,1 +24335,2022,by form of exploitation,Sexual exploitation,20.0,146,1 +24336,2006,by form of exploitation,Sexual exploitation,25.0,147,1 +24337,2008,Unknown,Unknown,2.5,147,4 +24338,2008,Unknown,Unknown,22.0,147,5 +24339,2008,Unknown,Unknown,2.5,147,6 +24340,2008,Unknown,Unknown,15.0,147,7 +24341,2008,Unknown,Unknown,5.0,147,2 +24342,2008,Unknown,Unknown,37.0,147,3 +24343,2008,Unknown,Unknown,42.0,147,1 +24344,2008,by citizenship,Brazil,13.0,147,1 +24345,2008,by citizenship,Mozambique,15.0,147,1 +24346,2008,by citizenship,Portugal,2.5,147,1 +24347,2008,by citizenship,Romania,8.0,147,1 +24348,2008,by citizenship,Ukraine,2.5,147,1 +24349,2008,by form of exploitation,Forced labour,19.0,147,1 +24350,2008,by form of exploitation,Sexual exploitation,7.0,147,1 +24351,2009,Unknown,Unknown,2.5,147,4 +24352,2009,Unknown,Unknown,15.0,147,5 +24353,2009,Unknown,Unknown,2.5,147,6 +24354,2009,Unknown,Unknown,2.5,147,7 +24355,2009,Unknown,Unknown,2.5,147,2 +24356,2009,Unknown,Unknown,17.0,147,3 +24357,2009,Unknown,Unknown,17.0,147,1 +24358,2009,by citizenship,Brazil,5.0,147,1 +24359,2009,by citizenship,Bulgaria,2.5,147,1 +24360,2009,by citizenship,Mozambique,2.5,147,1 +24361,2009,by citizenship,Portugal,8.0,147,1 +24362,2009,by citizenship,Romania,2.5,147,1 +24363,2009,by form of exploitation,Forced labour,2.5,147,1 +24364,2009,by form of exploitation,Sexual exploitation,12.0,147,1 +24365,2010,Unknown,Unknown,2.5,147,4 +24366,2010,Unknown,Unknown,7.0,147,5 +24367,2010,Unknown,Unknown,2.5,147,6 +24368,2010,Unknown,Unknown,7.0,147,7 +24369,2010,Unknown,Unknown,2.5,147,2 +24370,2010,Unknown,Unknown,14.0,147,3 +24371,2010,Unknown,Unknown,18.0,147,1 +24372,2010,by citizenship,Brazil,5.0,147,1 +24373,2010,by citizenship,Nigeria,2.5,147,1 +24374,2010,by citizenship,Portugal,8.0,147,1 +24375,2010,by citizenship,Romania,5.0,147,1 +24376,2010,by country of repatriation,Romania,2.5,147,1 +24377,2010,by form of exploitation,Forced labour,8.0,147,1 +24378,2010,by form of exploitation,Sexual exploitation,9.0,147,1 +24379,2011,Unknown,Unknown,2.5,147,4 +24380,2011,Unknown,Unknown,7.0,147,5 +24381,2011,Unknown,Unknown,2.5,147,6 +24382,2011,Unknown,Unknown,23.0,147,7 +24383,2011,Unknown,Unknown,2.5,147,2 +24384,2011,Unknown,Unknown,30.0,147,3 +24385,2011,Unknown,Unknown,33.0,147,1 +24386,2011,by citizenship,China,2.5,147,1 +24387,2011,by citizenship,Portugal,28.0,147,1 +24388,2011,by citizenship,Romania,2.5,147,1 +24389,2011,by citizenship,Senegal,2.5,147,1 +24390,2011,by country of repatriation,Moldova,2.5,147,1 +24391,2011,by country of repatriation,Romania,2.5,147,1 +24392,2011,by form of exploitation,Forced labour,27.0,147,1 +24393,2011,by form of exploitation,Sexual exploitation,2.5,147,1 +24394,2012,Unknown,Unknown,2.5,147,4 +24395,2012,Unknown,Unknown,5.0,147,5 +24396,2012,Unknown,Unknown,2.5,147,6 +24397,2012,Unknown,Unknown,2.5,147,7 +24398,2012,Unknown,Unknown,2.5,147,2 +24399,2012,Unknown,Unknown,8.0,147,3 +24400,2012,Unknown,Unknown,13.0,147,1 +24401,2012,by citizenship,Brazil,2.5,147,1 +24402,2012,by citizenship,Nigeria,2.5,147,1 +24403,2012,by citizenship,Romania,2.5,147,1 +24404,2012,by citizenship,Ukraine,2.5,147,1 +24405,2012,by country of repatriation,Brazil,2.5,147,1 +24406,2012,by country of repatriation,Romania,13.0,147,1 +24407,2012,by country of repatriation,Ukraine,2.5,147,1 +24408,2012,by form of exploitation,Forced labour,6.0,147,1 +24409,2012,by form of exploitation,Sexual exploitation,7.0,147,1 +24410,2013,Unknown,Unknown,17.0,147,4 +24411,2013,Unknown,Unknown,28.0,147,5 +24412,2013,Unknown,Unknown,2.5,147,6 +24413,2013,Unknown,Unknown,99.0,147,7 +24414,2013,Unknown,Unknown,17.0,147,2 +24415,2013,Unknown,Unknown,127.0,147,3 +24416,2013,Unknown,Unknown,144.0,147,1 +24417,2013,by citizenship,Democratic Republic of the Congo,2.5,147,1 +24418,2013,by citizenship,Guinea-Bissau,6.0,147,1 +24419,2013,by citizenship,Mali,2.5,147,1 +24420,2013,by citizenship,Nigeria,17.0,147,1 +24421,2013,by citizenship,Portugal,2.5,147,1 +24422,2013,by citizenship,Romania,117.0,147,1 +24423,2013,by citizenship,Sudan,2.5,147,1 +24424,2013,by country of repatriation,Latvia,2.5,147,1 +24425,2013,by form of exploitation,Forced labour,115.0,147,1 +24426,2013,by form of exploitation,Sexual exploitation,28.0,147,1 +24427,2014,Unknown,Unknown,2.5,147,4 +24428,2014,Unknown,Unknown,16.0,147,5 +24429,2014,Unknown,Unknown,2.5,147,6 +24430,2014,Unknown,Unknown,13.0,147,7 +24431,2014,Unknown,Unknown,2.5,147,2 +24432,2014,Unknown,Unknown,29.0,147,3 +24433,2014,Unknown,Unknown,33.0,147,1 +24434,2014,by citizenship,Angola,8.0,147,1 +24435,2014,by citizenship,Bulgaria,10.0,147,1 +24436,2014,by citizenship,Nigeria,6.0,147,1 +24437,2014,by citizenship,Portugal,8.0,147,1 +24438,2014,by citizenship,Romania,19.0,147,1 +24439,2014,by citizenship,Unknown,7.0,147,1 +24440,2014,by form of exploitation,Forced labour,8.0,147,5 +24441,2014,by form of exploitation,Forced labour,22.0,147,7 +24442,2014,by form of exploitation,Forced labour,33.0,147,1 +24443,2014,by form of exploitation,Sexual exploitation,11.0,147,5 +24444,2014,by form of exploitation,Sexual exploitation,13.0,147,1 +24445,2015,Unknown,Unknown,2.5,147,2 +24446,2015,Unknown,Unknown,2.5,147,3 +24447,2015,by citizenship,Angola,5.0,147,1 +24448,2015,by citizenship,Brazil,5.0,147,1 +24449,2015,by citizenship,Nigeria,2.5,147,1 +24450,2015,by citizenship,Portugal,14.0,147,1 +24451,2015,by citizenship,Romania,15.0,147,1 +24452,2015,by form of exploitation,Forced labour,8.0,147,5 +24453,2015,by form of exploitation,Forced labour,27.0,147,7 +24454,2015,by form of exploitation,Forced labour,27.0,147,1 +24455,2015,by form of exploitation,Sexual exploitation,5.0,147,5 +24456,2015,by form of exploitation,Sexual exploitation,5.0,147,1 +24457,2016,Unknown,Unknown,22.0,147,5 +24458,2016,Unknown,Unknown,105.0,147,7 +24459,2016,Unknown,Unknown,2.5,147,2 +24460,2016,Unknown,Unknown,129.0,147,3 +24461,2016,Unknown,Unknown,132.0,147,1 +24462,2016,by citizenship,Brazil,2.5,147,1 +24463,2016,by citizenship,Bulgaria,11.0,147,1 +24464,2016,by citizenship,India,2.5,147,1 +24465,2016,by citizenship,Nepal,40.0,147,1 +24466,2016,by citizenship,Pakistan,5.0,147,1 +24467,2016,by citizenship,Portugal,8.0,147,1 +24468,2016,by citizenship,Romania,31.0,147,1 +24469,2016,by citizenship,Unknown,6.0,147,1 +24470,2016,by country of repatriation,Costa Rica,2.5,147,1 +24471,2016,by country of repatriation,Paraguay,17.0,147,1 +24472,2016,by form of exploitation,Forced labour,15.0,147,5 +24473,2016,by form of exploitation,Forced labour,103.0,147,7 +24474,2016,by form of exploitation,Forced labour,123.0,147,1 +24475,2016,by form of exploitation,Sexual exploitation,2.5,147,5 +24476,2016,by form of exploitation,Sexual exploitation,2.5,147,1 +24477,2017,Unknown,Unknown,15.0,147,4 +24478,2017,Unknown,Unknown,16.0,147,5 +24479,2017,Unknown,Unknown,2.5,147,6 +24480,2017,Unknown,Unknown,26.0,147,7 +24481,2017,Unknown,Unknown,18.0,147,2 +24482,2017,Unknown,Unknown,42.0,147,3 +24483,2017,Unknown,Unknown,61.0,147,1 +24484,2017,by form of exploitation,Forced labour,2.5,147,4 +24485,2017,by form of exploitation,Forced labour,2.5,147,5 +24486,2017,by form of exploitation,Forced labour,2.5,147,6 +24487,2017,by form of exploitation,Forced labour,23.0,147,7 +24488,2017,by form of exploitation,Forced labour,2.5,147,8 +24489,2017,by form of exploitation,Forced labour,49.0,147,3 +24490,2017,by form of exploitation,Forced labour,27.0,147,1 +24491,2017,by form of exploitation,Sexual exploitation,2.5,147,4 +24492,2017,by form of exploitation,Sexual exploitation,6.0,147,5 +24493,2017,by form of exploitation,Sexual exploitation,2.5,147,6 +24494,2017,by form of exploitation,Sexual exploitation,2.5,147,7 +24495,2017,by form of exploitation,Sexual exploitation,2.5,147,9 +24496,2017,by form of exploitation,Sexual exploitation,2.5,147,3 +24497,2017,by form of exploitation,Sexual exploitation,6.0,147,1 +24498,2017,by form of exploitation,Sexual exploitation,2.5,147,1 +24499,2018,Unknown,Unknown,15.0,147,4 +24500,2018,Unknown,Unknown,14.0,147,5 +24501,2018,Unknown,Unknown,2.5,147,6 +24502,2018,Unknown,Unknown,38.0,147,7 +24503,2018,Unknown,Unknown,18.0,147,2 +24504,2018,Unknown,Unknown,52.0,147,3 +24505,2018,Unknown,Unknown,62.0,147,1 +24506,2018,by form of exploitation,Forced labour,2.5,147,4 +24507,2018,by form of exploitation,Forced labour,11.0,147,5 +24508,2018,by form of exploitation,Forced labour,2.5,147,6 +24509,2018,by form of exploitation,Forced labour,38.0,147,7 +24510,2018,by form of exploitation,Forced labour,50.0,147,1 +24511,2018,by form of exploitation,Sexual exploitation,2.5,147,4 +24512,2018,by form of exploitation,Sexual exploitation,2.5,147,5 +24513,2018,by form of exploitation,Sexual exploitation,2.5,147,6 +24514,2018,by form of exploitation,Sexual exploitation,2.5,147,7 +24515,2018,by form of exploitation,Sexual exploitation,6.0,147,1 +24516,2019,Unknown,Unknown,5.0,147,4 +24517,2019,Unknown,Unknown,14.0,147,5 +24518,2019,Unknown,Unknown,5.0,147,6 +24519,2019,Unknown,Unknown,38.0,147,7 +24520,2019,Unknown,Unknown,10.0,147,2 +24521,2019,Unknown,Unknown,52.0,147,3 +24522,2019,Unknown,Unknown,62.0,147,1 +24523,2019,by citizenship,Angola,2.5,147,1 +24524,2019,by citizenship,China,17.0,147,1 +24525,2019,by citizenship,Guinea-Bissau,2.5,147,1 +24526,2019,by citizenship,Moldova,40.0,147,1 +24527,2019,by citizenship,Pakistan,2.5,147,1 +24528,2019,by citizenship,Peru,2.5,147,1 +24529,2019,by citizenship,Portugal,2.5,147,1 +24530,2019,by citizenship,Romania,10.0,147,1 +24531,2019,by citizenship,Ukraine,2.5,147,1 +24532,2019,by form of exploitation,Forced labour,2.5,147,4 +24533,2019,by form of exploitation,Forced labour,15.0,147,5 +24534,2019,by form of exploitation,Forced labour,2.5,147,6 +24535,2019,by form of exploitation,Forced labour,32.0,147,7 +24536,2019,by form of exploitation,Forced labour,47.0,147,3 +24537,2019,by form of exploitation,Forced labour,49.0,147,1 +24538,2019,by form of exploitation,Sexual exploitation,2.5,147,4 +24539,2019,by form of exploitation,Sexual exploitation,10.0,147,5 +24540,2019,by form of exploitation,Sexual exploitation,2.5,147,6 +24541,2019,by form of exploitation,Sexual exploitation,2.5,147,7 +24542,2019,by form of exploitation,Sexual exploitation,10.0,147,3 +24543,2019,by form of exploitation,Sexual exploitation,10.0,147,1 +24544,2020,Unknown,Unknown,2.5,147,4 +24545,2020,Unknown,Unknown,5.0,147,5 +24546,2020,Unknown,Unknown,2.5,147,6 +24547,2020,Unknown,Unknown,8.0,147,7 +24548,2020,Unknown,Unknown,2.5,147,2 +24549,2020,Unknown,Unknown,13.0,147,3 +24550,2020,Unknown,Unknown,13.0,147,1 +24551,2020,by citizenship,India,2.5,147,1 +24552,2020,by citizenship,Pakistan,7.0,147,1 +24553,2020,by citizenship,Romania,5.0,147,1 +24554,2020,by form of exploitation,Forced labour,2.5,147,4 +24555,2020,by form of exploitation,Forced labour,2.5,147,5 +24556,2020,by form of exploitation,Forced labour,2.5,147,6 +24557,2020,by form of exploitation,Forced labour,8.0,147,7 +24558,2020,by form of exploitation,Forced labour,8.0,147,3 +24559,2020,by form of exploitation,Forced labour,8.0,147,1 +24560,2020,by form of exploitation,Sexual exploitation,2.5,147,4 +24561,2020,by form of exploitation,Sexual exploitation,5.0,147,5 +24562,2020,by form of exploitation,Sexual exploitation,2.5,147,6 +24563,2020,by form of exploitation,Sexual exploitation,2.5,147,7 +24564,2020,by form of exploitation,Sexual exploitation,5.0,147,3 +24565,2020,by form of exploitation,Sexual exploitation,5.0,147,1 +24566,2021,Unknown,Unknown,8.0,147,4 +24567,2021,Unknown,Unknown,39.0,147,5 +24568,2021,Unknown,Unknown,16.0,147,6 +24569,2021,Unknown,Unknown,111.0,147,7 +24570,2021,Unknown,Unknown,14.0,147,2 +24571,2021,Unknown,Unknown,150.0,147,3 +24572,2021,Unknown,Unknown,190.0,147,1 +24573,2021,by citizenship,Algeria,2.5,147,1 +24574,2021,by citizenship,Angola,2.5,147,1 +24575,2021,by citizenship,Bangladesh,2.5,147,1 +24576,2021,by citizenship,Brazil,2.5,147,1 +24577,2021,by citizenship,Cape Verde,2.5,147,1 +24578,2021,by citizenship,Colombia,6.0,147,1 +24579,2021,by citizenship,Democratic Republic of the Congo,2.5,147,1 +24580,2021,by citizenship,France,2.5,147,1 +24581,2021,by citizenship,Gambia,7.0,147,1 +24582,2021,by citizenship,Guinea,2.5,147,1 +24583,2021,by citizenship,India,13.0,147,1 +24584,2021,by citizenship,Cote d'Ivoire,2.5,147,1 +24585,2021,by citizenship,Kazakhstan,2.5,147,1 +24586,2021,by citizenship,Moldova,16.0,147,1 +24587,2021,by citizenship,Morocco,70.0,147,1 +24588,2021,by citizenship,Nepal,2.5,147,1 +24589,2021,by citizenship,Nigeria,2.5,147,1 +24590,2021,by citizenship,Nigeria,2.5,147,1 +24591,2021,by citizenship,Pakistan,6.0,147,1 +24592,2021,by citizenship,Portugal,22.0,147,1 +24593,2021,by citizenship,Romania,21.0,147,1 +24594,2021,by citizenship,Sao Tome and Principe,2.5,147,1 +24595,2021,by citizenship,Sierra Leone,2.5,147,1 +24596,2021,by citizenship,Sri Lanka,2.5,147,1 +24597,2021,by citizenship,United Kingdom,2.5,147,1 +24598,2021,by form of exploitation,Forced labour,2.5,147,4 +24599,2021,by form of exploitation,Forced labour,27.0,147,5 +24600,2021,by form of exploitation,Forced labour,2.5,147,6 +24601,2021,by form of exploitation,Forced labour,105.0,147,7 +24602,2021,by form of exploitation,Forced labour,2.5,147,2 +24603,2021,by form of exploitation,Forced labour,132.0,147,3 +24604,2021,by form of exploitation,Forced labour,153.0,147,1 +24605,2021,by form of exploitation,Sexual exploitation,2.5,147,4 +24606,2021,by form of exploitation,Sexual exploitation,6.0,147,5 +24607,2021,by form of exploitation,Sexual exploitation,2.5,147,6 +24608,2021,by form of exploitation,Sexual exploitation,2.5,147,7 +24609,2021,by form of exploitation,Sexual exploitation,2.5,147,2 +24610,2021,by form of exploitation,Sexual exploitation,6.0,147,3 +24611,2021,by form of exploitation,Sexual exploitation,8.0,147,1 +24612,2022,Unknown,Unknown,9.0,147,4 +24613,2022,Unknown,Unknown,48.0,147,5 +24614,2022,Unknown,Unknown,7.0,147,6 +24615,2022,Unknown,Unknown,145.0,147,7 +24616,2022,Unknown,Unknown,18.0,147,2 +24617,2022,Unknown,Unknown,227.0,147,3 +24618,2022,Unknown,Unknown,246.0,147,1 +24619,2022,by citizenship,Algeria,10.0,147,1 +24620,2022,by citizenship,Austria,2.5,147,1 +24621,2022,by citizenship,Bangladesh,2.5,147,1 +24622,2022,by citizenship,Brazil,21.0,147,1 +24623,2022,by citizenship,Cape Verde,2.5,147,1 +24624,2022,by citizenship,Colombia,7.0,147,1 +24625,2022,by citizenship,Democratic Republic of the Congo,2.5,147,1 +24626,2022,by citizenship,Ethiopia,2.5,147,1 +24627,2022,by citizenship,Gambia,2.5,147,1 +24628,2022,by citizenship,Germany,2.5,147,1 +24629,2022,by citizenship,Guinea-Bissau,5.0,147,1 +24630,2022,by citizenship,India,31.0,147,1 +24631,2022,by citizenship,Moldova,8.0,147,1 +24632,2022,by citizenship,Morocco,22.0,147,1 +24633,2022,by citizenship,Mozambique,2.5,147,1 +24634,2022,by citizenship,Nepal,40.0,147,1 +24635,2022,by citizenship,Nigeria,2.5,147,1 +24636,2022,by citizenship,Pakistan,12.0,147,1 +24637,2022,by citizenship,Portugal,22.0,147,1 +24638,2022,by citizenship,Romania,12.0,147,1 +24639,2022,by citizenship,Sao Tome and Principe,2.5,147,1 +24640,2022,by citizenship,Senegal,6.0,147,1 +24641,2022,by citizenship,Sierra Leone,2.5,147,1 +24642,2022,by citizenship,Timor-Leste,15.0,147,1 +24643,2022,by citizenship,Ukraine,8.0,147,1 +24644,2022,by citizenship,Venezuela,6.0,147,1 +24645,2022,by form of exploitation,Forced labour,2.5,147,4 +24646,2022,by form of exploitation,Forced labour,29.0,147,5 +24647,2022,by form of exploitation,Forced labour,2.5,147,6 +24648,2022,by form of exploitation,Forced labour,125.0,147,7 +24649,2022,by form of exploitation,Forced labour,2.5,147,2 +24650,2022,by form of exploitation,Forced labour,154.0,147,3 +24651,2022,by form of exploitation,Forced labour,189.0,147,1 +24652,2022,by form of exploitation,Sexual exploitation,2.5,147,4 +24653,2022,by form of exploitation,Sexual exploitation,9.0,147,5 +24654,2022,by form of exploitation,Sexual exploitation,2.5,147,6 +24655,2022,by form of exploitation,Sexual exploitation,2.5,147,7 +24656,2022,by form of exploitation,Sexual exploitation,2.5,147,2 +24657,2022,by form of exploitation,Sexual exploitation,10.0,147,3 +24658,2022,by form of exploitation,Sexual exploitation,12.0,147,1 +24659,2003,by country of repatriation,Abroad,2.5,148,1 +24660,2007,Unknown,Unknown,11.0,148,4 +24661,2007,Unknown,Unknown,24.0,148,5 +24662,2007,Unknown,Unknown,2.5,148,6 +24663,2007,Unknown,Unknown,2.5,148,7 +24664,2007,Unknown,Unknown,11.0,148,2 +24665,2007,Unknown,Unknown,24.0,148,3 +24666,2007,Unknown,Unknown,35.0,148,1 +24667,2007,by citizenship,Paraguay,35.0,148,1 +24668,2008,Unknown,Unknown,11.0,148,4 +24669,2008,Unknown,Unknown,39.0,148,5 +24670,2008,Unknown,Unknown,2.5,148,6 +24671,2008,Unknown,Unknown,2.5,148,7 +24672,2008,Unknown,Unknown,11.0,148,2 +24673,2008,Unknown,Unknown,39.0,148,3 +24674,2008,Unknown,Unknown,50.0,148,1 +24675,2008,by citizenship,Paraguay,50.0,148,1 +24676,2009,Unknown,Unknown,12.0,148,4 +24677,2009,Unknown,Unknown,40.0,148,5 +24678,2009,Unknown,Unknown,30.0,148,6 +24679,2009,Unknown,Unknown,6.0,148,7 +24680,2009,Unknown,Unknown,42.0,148,2 +24681,2009,Unknown,Unknown,46.0,148,3 +24682,2009,Unknown,Unknown,88.0,148,1 +24683,2009,by citizenship,Indonesia,30.0,148,1 +24684,2009,by citizenship,Paraguay,58.0,148,1 +24685,2010,Unknown,Unknown,14.0,148,4 +24686,2010,Unknown,Unknown,35.0,148,5 +24687,2010,Unknown,Unknown,2.5,148,6 +24688,2010,Unknown,Unknown,14.0,148,7 +24689,2010,Unknown,Unknown,14.0,148,2 +24690,2010,Unknown,Unknown,49.0,148,3 +24691,2010,Unknown,Unknown,63.0,148,1 +24692,2010,by citizenship,Bolivia,9.0,148,1 +24693,2010,by citizenship,Paraguay,56.0,148,1 +24694,2010,by form of exploitation,Forced labour,8.0,148,1 +24695,2010,by form of exploitation,Sexual exploitation,54.0,148,1 +24696,2011,Unknown,Unknown,10.0,148,4 +24697,2011,Unknown,Unknown,51.0,148,5 +24698,2011,Unknown,Unknown,2.5,148,6 +24699,2011,Unknown,Unknown,87.0,148,7 +24700,2011,Unknown,Unknown,10.0,148,2 +24701,2011,Unknown,Unknown,138.0,148,3 +24702,2011,Unknown,Unknown,148.0,148,1 +24703,2011,by citizenship,Bolivia,9.0,148,1 +24704,2011,by citizenship,Paraguay,122.0,148,1 +24705,2011,by citizenship,Peru,7.0,148,1 +24706,2011,by form of exploitation,Forced labour,107.0,148,1 +24707,2011,by form of exploitation,Sexual exploitation,49.0,148,1 +24708,2012,Unknown,Unknown,11.0,148,4 +24709,2012,Unknown,Unknown,56.0,148,5 +24710,2012,Unknown,Unknown,2.5,148,6 +24711,2012,Unknown,Unknown,15.0,148,7 +24712,2012,Unknown,Unknown,13.0,148,2 +24713,2012,Unknown,Unknown,71.0,148,3 +24714,2012,Unknown,Unknown,84.0,148,1 +24715,2012,by citizenship,Brazil,2.5,148,1 +24716,2012,by form of exploitation,Forced labour,26.0,148,1 +24717,2012,by form of exploitation,Sexual exploitation,58.0,148,1 +24718,2013,Unknown,Unknown,14.0,148,4 +24719,2013,Unknown,Unknown,36.0,148,5 +24720,2013,Unknown,Unknown,5.0,148,6 +24721,2013,Unknown,Unknown,11.0,148,7 +24722,2013,Unknown,Unknown,19.0,148,2 +24723,2013,Unknown,Unknown,47.0,148,3 +24724,2013,Unknown,Unknown,66.0,148,1 +24725,2013,by citizenship,Colombia,2.5,148,1 +24726,2013,by citizenship,Ecuador,2.5,148,1 +24727,2013,by citizenship,Paraguay,24.0,148,1 +24728,2013,by citizenship,Thailand,2.5,148,1 +24729,2013,by form of exploitation,Forced labour,39.0,148,1 +24730,2013,by form of exploitation,Sexual exploitation,69.0,148,1 +24731,2014,Unknown,Unknown,44.0,148,4 +24732,2014,Unknown,Unknown,50.0,148,5 +24733,2014,Unknown,Unknown,6.0,148,6 +24734,2014,Unknown,Unknown,8.0,148,7 +24735,2014,Unknown,Unknown,50.0,148,2 +24736,2014,Unknown,Unknown,58.0,148,3 +24737,2014,Unknown,Unknown,108.0,148,1 +24738,2014,by citizenship,Argentina,2.5,148,1 +24739,2014,by citizenship,Brazil,2.5,148,1 +24740,2014,by citizenship,Colombia,2.5,148,1 +24741,2014,by citizenship,Paraguay,51.0,148,1 +24742,2014,by citizenship,South Korea,2.5,148,1 +24743,2014,by country of repatriation,Colombia,2.5,148,1 +24744,2014,by form of exploitation,Forced labour,14.0,148,4 +24745,2014,by form of exploitation,Forced labour,9.0,148,5 +24746,2014,by form of exploitation,Forced labour,6.0,148,6 +24747,2014,by form of exploitation,Forced labour,8.0,148,7 +24748,2014,by form of exploitation,Forced labour,39.0,148,1 +24749,2014,by form of exploitation,Sexual exploitation,44.0,148,4 +24750,2014,by form of exploitation,Sexual exploitation,50.0,148,5 +24751,2014,by form of exploitation,Sexual exploitation,6.0,148,6 +24752,2014,by form of exploitation,Sexual exploitation,2.5,148,7 +24753,2014,by form of exploitation,Sexual exploitation,61.0,148,1 +24754,2015,Unknown,Unknown,23.0,148,4 +24755,2015,Unknown,Unknown,87.0,148,5 +24756,2015,Unknown,Unknown,2.5,148,6 +24757,2015,Unknown,Unknown,14.0,148,7 +24758,2015,Unknown,Unknown,26.0,148,2 +24759,2015,Unknown,Unknown,101.0,148,3 +24760,2015,Unknown,Unknown,132.0,148,1 +24761,2015,by citizenship,Argentina,2.5,148,1 +24762,2015,by citizenship,Ecuador,2.5,148,1 +24763,2015,by citizenship,Paraguay,82.0,148,1 +24764,2015,by citizenship,Peru,2.5,148,1 +24765,2015,by form of exploitation,Forced labour,5.0,148,4 +24766,2015,by form of exploitation,Forced labour,2.5,148,5 +24767,2015,by form of exploitation,Forced labour,5.0,148,6 +24768,2015,by form of exploitation,Forced labour,14.0,148,7 +24769,2015,by form of exploitation,Forced labour,27.0,148,1 +24770,2015,by form of exploitation,Sexual exploitation,18.0,148,4 +24771,2015,by form of exploitation,Sexual exploitation,87.0,148,6 +24772,2015,by form of exploitation,Sexual exploitation,105.0,148,1 +24773,2016,Unknown,Unknown,14.0,148,4 +24774,2016,Unknown,Unknown,49.0,148,5 +24775,2016,Unknown,Unknown,13.0,148,6 +24776,2016,Unknown,Unknown,29.0,148,7 +24777,2016,Unknown,Unknown,27.0,148,2 +24778,2016,Unknown,Unknown,78.0,148,3 +24779,2016,Unknown,Unknown,105.0,148,1 +24780,2016,by citizenship,Colombia,2.5,148,1 +24781,2016,by citizenship,Paraguay,81.0,148,1 +24782,2016,by citizenship,Sweden,2.5,148,1 +24783,2016,by country of repatriation,Colombia,5.0,148,1 +24784,2016,by form of exploitation,Forced labour,2.5,148,4 +24785,2016,by form of exploitation,Forced labour,6.0,148,5 +24786,2016,by form of exploitation,Forced labour,13.0,148,6 +24787,2016,by form of exploitation,Forced labour,29.0,148,7 +24788,2016,by form of exploitation,Forced labour,51.0,148,1 +24789,2016,by form of exploitation,Sexual exploitation,11.0,148,4 +24790,2016,by form of exploitation,Sexual exploitation,43.0,148,5 +24791,2016,by form of exploitation,Sexual exploitation,54.0,148,1 +24792,2017,Unknown,Unknown,7.0,148,4 +24793,2017,Unknown,Unknown,13.0,148,5 +24794,2017,Unknown,Unknown,2.5,148,7 +24795,2017,Unknown,Unknown,7.0,148,2 +24796,2017,Unknown,Unknown,14.0,148,3 +24797,2017,Unknown,Unknown,20.0,148,1 +24798,2017,by form of exploitation,Forced labour,2.5,148,4 +24799,2017,by form of exploitation,Forced labour,2.5,148,5 +24800,2017,by form of exploitation,Forced labour,5.0,148,6 +24801,2017,by form of exploitation,Forced labour,2.5,148,7 +24802,2017,by form of exploitation,Forced labour,7.0,148,1 +24803,2017,by form of exploitation,Sexual exploitation,2.5,148,4 +24804,2017,by form of exploitation,Sexual exploitation,10.0,148,6 +24805,2017,by form of exploitation,Sexual exploitation,13.0,148,1 +24806,2018,by form of exploitation,Forced labour,2.5,148,1 +24807,2018,by form of exploitation,Sexual exploitation,2.5,148,1 +24808,2019,Unknown,Unknown,24.0,148,4 +24809,2019,Unknown,Unknown,44.0,148,5 +24810,2019,Unknown,Unknown,9.0,148,6 +24811,2019,Unknown,Unknown,19.0,148,7 +24812,2019,Unknown,Unknown,33.0,148,2 +24813,2019,Unknown,Unknown,63.0,148,3 +24814,2019,Unknown,Unknown,96.0,148,1 +24815,2019,by citizenship,Unknown,95.0,148,1 +24816,2019,by citizenship,Venezuela,2.5,148,1 +24817,2019,by form of exploitation,Forced labour,13.0,148,4 +24818,2019,by form of exploitation,Forced labour,10.0,148,5 +24819,2019,by form of exploitation,Forced labour,9.0,148,6 +24820,2019,by form of exploitation,Forced labour,18.0,148,7 +24821,2019,by form of exploitation,Forced labour,22.0,148,2 +24822,2019,by form of exploitation,Forced labour,28.0,148,3 +24823,2019,by form of exploitation,Forced labour,50.0,148,1 +24824,2019,by form of exploitation,Sexual exploitation,11.0,148,4 +24825,2019,by form of exploitation,Sexual exploitation,34.0,148,5 +24826,2019,by form of exploitation,Sexual exploitation,2.5,148,6 +24827,2019,by form of exploitation,Sexual exploitation,2.5,148,7 +24828,2019,by form of exploitation,Sexual exploitation,11.0,148,2 +24829,2019,by form of exploitation,Sexual exploitation,34.0,148,3 +24830,2019,by form of exploitation,Sexual exploitation,45.0,148,1 +24831,2020,Unknown,Unknown,79.0,148,4 +24832,2020,Unknown,Unknown,32.0,148,5 +24833,2020,Unknown,Unknown,59.0,148,6 +24834,2020,Unknown,Unknown,2.5,148,7 +24835,2020,Unknown,Unknown,118.0,148,2 +24836,2020,Unknown,Unknown,34.0,148,3 +24837,2020,Unknown,Unknown,170.0,148,1 +24838,2020,by citizenship,Brazil,2.5,148,1 +24839,2020,by citizenship,Unknown,12.0,148,1 +24840,2020,by citizenship,Unknown,6.0,148,1 +24841,2020,by form of exploitation,Forced labour,71.0,148,4 +24842,2020,by form of exploitation,Forced labour,20.0,148,5 +24843,2020,by form of exploitation,Forced labour,59.0,148,6 +24844,2020,by form of exploitation,Forced labour,2.5,148,7 +24845,2020,by form of exploitation,Forced labour,130.0,148,2 +24846,2020,by form of exploitation,Forced labour,22.0,148,3 +24847,2020,by form of exploitation,Forced labour,152.0,148,1 +24848,2020,by form of exploitation,Sexual exploitation,6.0,148,4 +24849,2020,by form of exploitation,Sexual exploitation,12.0,148,5 +24850,2020,by form of exploitation,Sexual exploitation,2.5,148,6 +24851,2020,by form of exploitation,Sexual exploitation,2.5,148,7 +24852,2020,by form of exploitation,Sexual exploitation,6.0,148,2 +24853,2020,by form of exploitation,Sexual exploitation,12.0,148,3 +24854,2020,by form of exploitation,Sexual exploitation,18.0,148,1 +24855,2021,Unknown,Unknown,7.0,148,1 +24856,2021,by citizenship,Unknown,5.0,148,1 +24857,2021,by citizenship,Unknown,2.5,148,1 +24858,2022,Unknown,Unknown,16.0,148,4 +24859,2022,Unknown,Unknown,30.0,148,5 +24860,2022,Unknown,Unknown,7.0,148,6 +24861,2022,Unknown,Unknown,22.0,148,7 +24862,2022,Unknown,Unknown,23.0,148,2 +24863,2022,Unknown,Unknown,52.0,148,3 +24864,2022,Unknown,Unknown,75.0,148,1 +24865,2022,by citizenship,Bolivia,2.5,148,1 +24866,2022,by citizenship,Unknown,73.0,148,1 +24867,2022,by country of repatriation,Abroad,5.0,148,1 +24868,2022,by country of repatriation,Bolivia,2.5,148,1 +24869,2022,by country of repatriation,Spain,2.5,148,1 +24870,2022,by form of exploitation,Forced labour,7.0,148,4 +24871,2022,by form of exploitation,Forced labour,9.0,148,5 +24872,2022,by form of exploitation,Forced labour,6.0,148,6 +24873,2022,by form of exploitation,Forced labour,22.0,148,7 +24874,2022,by form of exploitation,Forced labour,13.0,148,2 +24875,2022,by form of exploitation,Forced labour,31.0,148,3 +24876,2022,by form of exploitation,Forced labour,44.0,148,1 +24877,2022,by form of exploitation,Sexual exploitation,9.0,148,4 +24878,2022,by form of exploitation,Sexual exploitation,21.0,148,5 +24879,2022,by form of exploitation,Sexual exploitation,2.5,148,6 +24880,2022,by form of exploitation,Sexual exploitation,2.5,148,7 +24881,2022,by form of exploitation,Sexual exploitation,10.0,148,2 +24882,2022,by form of exploitation,Sexual exploitation,21.0,148,3 +24883,2022,by form of exploitation,Sexual exploitation,31.0,148,1 +24884,2003,by country of repatriation,Abroad,2.5,149,1 +24885,2003,by country of repatriation,Abroad,2.5,150,1 +24886,2005,by form of exploitation,Forced labour,48.0,150,1 +24887,2006,by form of exploitation,Forced labour,7.0,150,1 +24888,2006,by form of exploitation,Sexual exploitation,2.5,150,1 +24889,2007,Unknown,Unknown,2.5,150,4 +24890,2007,Unknown,Unknown,12.0,150,5 +24891,2007,Unknown,Unknown,2.5,150,6 +24892,2007,Unknown,Unknown,14.0,150,7 +24893,2007,Unknown,Unknown,2.5,150,2 +24894,2007,Unknown,Unknown,26.0,150,3 +24895,2007,Unknown,Unknown,28.0,150,1 +24896,2007,by citizenship,Bangladesh,2.5,150,1 +24897,2007,by citizenship,Egypt,2.5,150,1 +24898,2007,by citizenship,Ethiopia,2.5,150,1 +24899,2007,by citizenship,Ghana,2.5,150,1 +24900,2007,by citizenship,India,2.5,150,1 +24901,2007,by citizenship,Morocco,5.0,150,1 +24902,2007,by citizenship,Nepal,2.5,150,1 +24903,2007,by citizenship,Philippines,2.5,150,1 +24904,2007,by citizenship,Qatar,2.5,150,1 +24905,2007,by citizenship,Syria,2.5,150,1 +24906,2007,by form of exploitation,Forced labour,15.0,150,1 +24907,2007,by form of exploitation,Sexual exploitation,7.0,150,1 +24908,2008,Unknown,Unknown,2.5,150,4 +24909,2008,Unknown,Unknown,19.0,150,5 +24910,2008,Unknown,Unknown,10.0,150,6 +24911,2008,Unknown,Unknown,16.0,150,7 +24912,2008,Unknown,Unknown,10.0,150,2 +24913,2008,Unknown,Unknown,35.0,150,3 +24914,2008,Unknown,Unknown,45.0,150,1 +24915,2008,by citizenship,Egypt,2.5,150,1 +24916,2008,by citizenship,Ethiopia,5.0,150,1 +24917,2008,by citizenship,India,2.5,150,1 +24918,2008,by citizenship,Indonesia,2.5,150,1 +24919,2008,by citizenship,Jordan,2.5,150,1 +24920,2008,by citizenship,Philippines,2.5,150,1 +24921,2008,by citizenship,Qatar,2.5,150,1 +24922,2008,by citizenship,Sri Lanka,2.5,150,1 +24923,2008,by country of repatriation,Abroad,2.5,150,1 +24924,2008,by form of exploitation,Forced labour,20.0,150,1 +24925,2008,by form of exploitation,Sexual exploitation,2.5,150,1 +24926,2009,Unknown,Unknown,2.5,150,4 +24927,2009,Unknown,Unknown,17.0,150,5 +24928,2009,Unknown,Unknown,2.5,150,6 +24929,2009,Unknown,Unknown,2.5,150,7 +24930,2009,Unknown,Unknown,2.5,150,2 +24931,2009,Unknown,Unknown,23.0,150,3 +24932,2009,Unknown,Unknown,24.0,150,1 +24933,2009,by citizenship,Egypt,2.5,150,1 +24934,2009,by citizenship,Ethiopia,5.0,150,1 +24935,2009,by citizenship,India,2.5,150,1 +24936,2009,by citizenship,Indonesia,9.0,150,1 +24937,2009,by citizenship,Qatar,2.5,150,1 +24938,2009,by citizenship,Sri Lanka,2.5,150,1 +24939,2009,by citizenship,Syria,2.5,150,1 +24940,2009,by citizenship,Venezuela,2.5,150,1 +24941,2009,by form of exploitation,Forced labour,12.0,150,1 +24942,2009,by form of exploitation,Sexual exploitation,2.5,150,1 +24943,2010,Unknown,Unknown,2.5,150,4 +24944,2010,Unknown,Unknown,16.0,150,5 +24945,2010,Unknown,Unknown,2.5,150,6 +24946,2010,Unknown,Unknown,10.0,150,7 +24947,2010,Unknown,Unknown,2.5,150,2 +24948,2010,Unknown,Unknown,26.0,150,3 +24949,2010,Unknown,Unknown,26.0,150,1 +24950,2010,by citizenship,Algeria,2.5,150,1 +24951,2010,by citizenship,Egypt,5.0,150,1 +24952,2010,by citizenship,Ethiopia,2.5,150,1 +24953,2010,by citizenship,Indonesia,5.0,150,1 +24954,2010,by citizenship,Nepal,2.5,150,1 +24955,2010,by citizenship,Oman,2.5,150,1 +24956,2010,by citizenship,Philippines,2.5,150,1 +24957,2010,by citizenship,Qatar,5.0,150,1 +24958,2010,by citizenship,Sudan,2.5,150,1 +24959,2010,by citizenship,Syria,2.5,150,1 +24960,2011,Unknown,Unknown,2.5,150,4 +24961,2011,Unknown,Unknown,52.0,150,5 +24962,2011,Unknown,Unknown,2.5,150,6 +24963,2011,Unknown,Unknown,162.0,150,7 +24964,2011,Unknown,Unknown,2.5,150,2 +24965,2011,Unknown,Unknown,214.0,150,3 +24966,2011,Unknown,Unknown,214.0,150,1 +24967,2011,by citizenship,Egypt,9.0,150,1 +24968,2011,by citizenship,India,2.5,150,1 +24969,2011,by citizenship,Indonesia,11.0,150,1 +24970,2011,by citizenship,Morocco,107.0,150,1 +24971,2011,by citizenship,Nepal,2.5,150,1 +24972,2011,by citizenship,Oman,2.5,150,1 +24973,2011,by citizenship,Pakistan,2.5,150,1 +24974,2011,by citizenship,Philippines,36.0,150,1 +24975,2011,by citizenship,Qatar,2.5,150,1 +24976,2011,by citizenship,Sudan,2.5,150,1 +24977,2011,by citizenship,Syria,2.5,150,1 +24978,2011,by citizenship,Tunisia,9.0,150,1 +24979,2012,by citizenship,Egypt,9.0,150,1 +24980,2012,by citizenship,Morocco,107.0,150,1 +24981,2012,by citizenship,Oman,2.5,150,1 +24982,2012,by citizenship,Qatar,2.5,150,1 +24983,2012,by citizenship,Saudi Arabia,2.5,150,1 +24984,2012,by citizenship,Sudan,2.5,150,1 +24985,2012,by citizenship,Syria,2.5,150,1 +24986,2012,by citizenship,Tunisia,9.0,150,1 +24987,2013,Unknown,Unknown,2.5,150,2 +24988,2013,Unknown,Unknown,2.5,150,3 +24989,2013,by country of repatriation,Uganda,10.0,150,1 +24990,2014,Unknown,Unknown,2.5,150,2 +24991,2014,Unknown,Unknown,2.5,150,3 +24992,2014,by country of repatriation,Indonesia,2.5,150,1 +24993,2015,Unknown,Unknown,2.5,150,2 +24994,2015,Unknown,Unknown,2.5,150,3 +24995,2016,Unknown,Unknown,2.5,150,4 +24996,2016,Unknown,Unknown,2.5,150,5 +24997,2016,Unknown,Unknown,2.5,150,6 +24998,2016,Unknown,Unknown,2.5,150,7 +24999,2016,Unknown,Unknown,2.5,150,2 +25000,2016,Unknown,Unknown,2.5,150,3 +25001,2016,Unknown,Unknown,2.5,150,1 +25002,2016,by country of repatriation,Indonesia,2.5,150,1 +25003,2017,Unknown,Unknown,2.5,150,4 +25004,2017,Unknown,Unknown,2.5,150,5 +25005,2017,Unknown,Unknown,2.5,150,6 +25006,2017,Unknown,Unknown,2.5,150,7 +25007,2017,Unknown,Unknown,2.5,150,2 +25008,2017,Unknown,Unknown,2.5,150,3 +25009,2017,Unknown,Unknown,2.5,150,1 +25010,2017,by form of exploitation,Sexual exploitation,2.5,150,1 +25011,2018,Unknown,Unknown,2.5,150,4 +25012,2018,Unknown,Unknown,2.5,150,5 +25013,2018,Unknown,Unknown,2.5,150,6 +25014,2018,Unknown,Unknown,2.5,150,7 +25015,2018,Unknown,Unknown,2.5,150,2 +25016,2018,Unknown,Unknown,2.5,150,3 +25017,2018,Unknown,Unknown,2.5,150,1 +25018,2018,by form of exploitation,Forced labour,2.5,150,1 +25019,2018,by form of exploitation,Sexual exploitation,2.5,150,1 +25020,2019,Unknown,Unknown,2.5,150,4 +25021,2019,Unknown,Unknown,6.0,150,5 +25022,2019,Unknown,Unknown,2.5,150,6 +25023,2019,Unknown,Unknown,2.5,150,7 +25024,2019,Unknown,Unknown,2.5,150,2 +25025,2019,Unknown,Unknown,6.0,150,3 +25026,2019,Unknown,Unknown,6.0,150,1 +25027,2019,by citizenship,,2.5,150,1 +25028,2019,by country of repatriation,Unknown,2.5,150,1 +25029,2019,by country of repatriation,Abroad,2.5,150,1 +25030,2019,by form of exploitation,Forced labour,2.5,150,4 +25031,2019,by form of exploitation,Forced labour,6.0,150,5 +25032,2019,by form of exploitation,Forced labour,2.5,150,6 +25033,2019,by form of exploitation,Forced labour,2.5,150,7 +25034,2019,by form of exploitation,Forced labour,6.0,150,3 +25035,2019,by form of exploitation,Forced labour,6.0,150,1 +25036,2019,by form of exploitation,Sexual exploitation,2.5,150,4 +25037,2019,by form of exploitation,Sexual exploitation,2.5,150,5 +25038,2019,by form of exploitation,Sexual exploitation,2.5,150,6 +25039,2019,by form of exploitation,Sexual exploitation,2.5,150,7 +25040,2019,by form of exploitation,Sexual exploitation,2.5,150,1 +25041,2020,Unknown,Unknown,2.5,150,4 +25042,2020,Unknown,Unknown,2.5,150,5 +25043,2020,Unknown,Unknown,2.5,150,6 +25044,2020,Unknown,Unknown,2.5,150,7 +25045,2020,Unknown,Unknown,2.5,150,2 +25046,2020,Unknown,Unknown,2.5,150,3 +25047,2020,Unknown,Unknown,2.5,150,1 +25048,2020,by citizenship,,2.5,150,1 +25049,2020,by country of repatriation,Unknown,2.5,150,1 +25050,2020,by country of repatriation,Abroad,2.5,150,1 +25051,2020,by form of exploitation,Forced labour,2.5,150,4 +25052,2020,by form of exploitation,Forced labour,2.5,150,5 +25053,2020,by form of exploitation,Forced labour,2.5,150,6 +25054,2020,by form of exploitation,Forced labour,2.5,150,7 +25055,2020,by form of exploitation,Forced labour,2.5,150,3 +25056,2020,by form of exploitation,Forced labour,2.5,150,1 +25057,2020,by form of exploitation,Sexual exploitation,2.5,150,4 +25058,2020,by form of exploitation,Sexual exploitation,2.5,150,5 +25059,2020,by form of exploitation,Sexual exploitation,2.5,150,6 +25060,2020,by form of exploitation,Sexual exploitation,2.5,150,7 +25061,2020,by form of exploitation,Sexual exploitation,2.5,150,1 +25062,2021,Unknown,Unknown,2.5,150,4 +25063,2021,Unknown,Unknown,10.0,150,5 +25064,2021,Unknown,Unknown,2.5,150,6 +25065,2021,Unknown,Unknown,17.0,150,7 +25066,2021,Unknown,Unknown,2.5,150,2 +25067,2021,Unknown,Unknown,27.0,150,3 +25068,2021,Unknown,Unknown,27.0,150,1 +25069,2021,by citizenship,,24.0,150,1 +25070,2021,by country of repatriation,Unknown,2.5,150,1 +25071,2021,by country of repatriation,Abroad,2.5,150,1 +25072,2021,by form of exploitation,Forced labour,2.5,150,4 +25073,2021,by form of exploitation,Forced labour,10.0,150,5 +25074,2021,by form of exploitation,Forced labour,10.0,150,6 +25075,2021,by form of exploitation,Forced labour,17.0,150,7 +25076,2021,by form of exploitation,Forced labour,10.0,150,2 +25077,2021,by form of exploitation,Forced labour,27.0,150,3 +25078,2021,by form of exploitation,Forced labour,27.0,150,1 +25079,2021,by form of exploitation,Sexual exploitation,2.5,150,4 +25080,2021,by form of exploitation,Sexual exploitation,2.5,150,5 +25081,2021,by form of exploitation,Sexual exploitation,2.5,150,6 +25082,2021,by form of exploitation,Sexual exploitation,2.5,150,7 +25083,2022,Unknown,Unknown,2.5,150,4 +25084,2022,Unknown,Unknown,6.0,150,5 +25085,2022,Unknown,Unknown,2.5,150,6 +25086,2022,Unknown,Unknown,9.0,150,7 +25087,2022,Unknown,Unknown,2.5,150,2 +25088,2022,Unknown,Unknown,17.0,150,3 +25089,2022,Unknown,Unknown,15.0,150,1 +25090,2022,by citizenship,,13.0,150,1 +25091,2022,by country of repatriation,Abroad,2.5,150,1 +25092,2022,by form of exploitation,Forced labour,2.5,150,4 +25093,2022,by form of exploitation,Forced labour,5.0,150,5 +25094,2022,by form of exploitation,Forced labour,2.5,150,6 +25095,2022,by form of exploitation,Forced labour,10.0,150,7 +25096,2022,by form of exploitation,Forced labour,15.0,150,3 +25097,2022,by form of exploitation,Forced labour,15.0,150,1 +25098,2022,by form of exploitation,Sexual exploitation,2.5,150,4 +25099,2022,by form of exploitation,Sexual exploitation,2.5,150,5 +25100,2022,by form of exploitation,Sexual exploitation,2.5,150,6 +25101,2022,by form of exploitation,Sexual exploitation,2.5,150,7 +25102,2022,by form of exploitation,Sexual exploitation,2.5,150,3 +25103,2022,by form of exploitation,Sexual exploitation,2.5,150,1 +25104,2005,by form of exploitation,Forced labour,213.0,151,1 +25105,2005,by form of exploitation,Sexual exploitation,1011.0,151,1 +25106,2006,by form of exploitation,Forced labour,213.0,151,1 +25107,2006,by form of exploitation,Sexual exploitation,1011.0,151,1 +25108,2007,Unknown,Unknown,225.0,151,4 +25109,2007,Unknown,Unknown,706.0,151,5 +25110,2007,Unknown,Unknown,37.0,151,6 +25111,2007,Unknown,Unknown,783.0,151,7 +25112,2007,Unknown,Unknown,292.0,151,2 +25113,2007,Unknown,Unknown,1489.0,151,3 +25114,2007,Unknown,Unknown,1780.0,151,1 +25115,2007,by form of exploitation,Forced labour,877.0,151,1 +25116,2007,by form of exploitation,Sexual exploitation,724.0,151,1 +25117,2008,Unknown,Unknown,163.0,151,4 +25118,2008,Unknown,Unknown,451.0,151,5 +25119,2008,Unknown,Unknown,23.0,151,6 +25120,2008,Unknown,Unknown,603.0,151,7 +25121,2008,Unknown,Unknown,186.0,151,2 +25122,2008,Unknown,Unknown,1054.0,151,3 +25123,2008,Unknown,Unknown,1240.0,151,1 +25124,2008,by citizenship,Colombia,2.5,151,1 +25125,2008,by citizenship,France,2.5,151,1 +25126,2008,by citizenship,Honduras,13.0,151,1 +25127,2008,by citizenship,Moldova,2.5,151,1 +25128,2008,by citizenship,Romania,157.0,151,1 +25129,2008,by form of exploitation,Forced labour,716.0,151,1 +25130,2008,by form of exploitation,Sexual exploitation,386.0,151,1 +25131,2009,Unknown,Unknown,144.0,151,4 +25132,2009,Unknown,Unknown,276.0,151,5 +25133,2009,Unknown,Unknown,32.0,151,6 +25134,2009,Unknown,Unknown,328.0,151,7 +25135,2009,Unknown,Unknown,176.0,151,2 +25136,2009,Unknown,Unknown,604.0,151,3 +25137,2009,Unknown,Unknown,780.0,151,1 +25138,2009,by citizenship,Bulgaria,2.5,151,1 +25139,2009,by citizenship,Romania,145.0,151,1 +25140,2009,by form of exploitation,Forced labour,314.0,151,1 +25141,2009,by form of exploitation,Sexual exploitation,320.0,151,1 +25142,2010,Unknown,Unknown,270.0,151,4 +25143,2010,Unknown,Unknown,380.0,151,5 +25144,2010,Unknown,Unknown,37.0,151,6 +25145,2010,Unknown,Unknown,467.0,151,7 +25146,2010,Unknown,Unknown,2.5,151,9 +25147,2010,Unknown,Unknown,2.5,151,8 +25148,2010,Unknown,Unknown,307.0,151,2 +25149,2010,Unknown,Unknown,847.0,151,3 +25150,2010,Unknown,Unknown,1154.0,151,1 +25151,2010,Unknown,Unknown,2.5,151,1 +25152,2010,by form of exploitation,Forced labour,503.0,151,1 +25153,2010,by form of exploitation,Sexual exploitation,482.0,151,1 +25154,2010,by citizenship,Greece,2.5,151,1 +25155,2010,by citizenship,Hungary,2.5,151,1 +25156,2010,by citizenship,Romania,1152.0,151,1 +25157,2011,Unknown,Unknown,289.0,151,4 +25158,2011,Unknown,Unknown,375.0,151,5 +25159,2011,Unknown,Unknown,30.0,151,6 +25160,2011,Unknown,Unknown,354.0,151,7 +25161,2011,Unknown,Unknown,2.5,151,9 +25162,2011,Unknown,Unknown,2.5,151,8 +25163,2011,Unknown,Unknown,319.0,151,2 +25164,2011,Unknown,Unknown,729.0,151,3 +25165,2011,Unknown,Unknown,1048.0,151,1 +25166,2011,Unknown,Unknown,2.5,151,1 +25167,2011,by form of exploitation,Forced labour,408.0,151,1 +25168,2011,by form of exploitation,Sexual exploitation,506.0,151,1 +25169,2011,by citizenship,Bangladesh,5.0,151,1 +25170,2011,by citizenship,Moldova,2.5,151,1 +25171,2011,by citizenship,Romania,1041.0,151,1 +25172,2011,by citizenship,Serbia,2.5,151,1 +25173,2012,Unknown,Unknown,328.0,151,4 +25174,2012,Unknown,Unknown,348.0,151,5 +25175,2012,Unknown,Unknown,43.0,151,6 +25176,2012,Unknown,Unknown,323.0,151,7 +25177,2012,Unknown,Unknown,2.5,151,9 +25178,2012,Unknown,Unknown,2.5,151,8 +25179,2012,Unknown,Unknown,371.0,151,2 +25180,2012,Unknown,Unknown,671.0,151,3 +25181,2012,Unknown,Unknown,1041.0,151,1 +25182,2012,Unknown,Unknown,2.5,151,1 +25183,2012,by form of exploitation,Forced labour,410.0,151,1 +25184,2012,by form of exploitation,Sexual exploitation,526.0,151,1 +25185,2012,by citizenship,Moldova,2.5,151,1 +25186,2013,Unknown,Unknown,278.0,151,4 +25187,2013,Unknown,Unknown,299.0,151,5 +25188,2013,Unknown,Unknown,22.0,151,6 +25189,2013,Unknown,Unknown,297.0,151,7 +25190,2013,Unknown,Unknown,2.5,151,9 +25191,2013,Unknown,Unknown,2.5,151,8 +25192,2013,Unknown,Unknown,300.0,151,2 +25193,2013,Unknown,Unknown,596.0,151,3 +25194,2013,Unknown,Unknown,896.0,151,1 +25195,2013,Unknown,Unknown,2.5,151,1 +25196,2013,by form of exploitation,Forced labour,375.0,151,1 +25197,2013,by form of exploitation,Sexual exploitation,439.0,151,1 +25198,2014,Unknown,Unknown,280.0,151,4 +25199,2014,Unknown,Unknown,283.0,151,5 +25200,2014,Unknown,Unknown,10.0,151,6 +25201,2014,Unknown,Unknown,184.0,151,7 +25202,2014,Unknown,Unknown,2.5,151,9 +25203,2014,Unknown,Unknown,2.5,151,8 +25204,2014,Unknown,Unknown,290.0,151,2 +25205,2014,Unknown,Unknown,467.0,151,3 +25206,2014,Unknown,Unknown,757.0,151,1 +25207,2014,Unknown,Unknown,2.5,151,1 +25208,2014,by form of exploitation,Forced labour,188.0,151,1 +25209,2014,by form of exploitation,Sexual exploitation,475.0,151,1 +25210,2015,Unknown,Unknown,276.0,151,4 +25211,2015,Unknown,Unknown,307.0,151,5 +25212,2015,Unknown,Unknown,40.0,151,6 +25213,2015,Unknown,Unknown,257.0,151,7 +25214,2015,Unknown,Unknown,2.5,151,9 +25215,2015,Unknown,Unknown,2.5,151,8 +25216,2015,Unknown,Unknown,316.0,151,2 +25217,2015,Unknown,Unknown,564.0,151,3 +25218,2015,Unknown,Unknown,880.0,151,1 +25219,2015,Unknown,Unknown,2.5,151,1 +25220,2015,by form of exploitation,Forced labour,180.0,151,1 +25221,2015,by form of exploitation,Sexual exploitation,498.0,151,1 +25222,2016,Unknown,Unknown,311.0,151,4 +25223,2016,Unknown,Unknown,273.0,151,5 +25224,2016,Unknown,Unknown,42.0,151,6 +25225,2016,Unknown,Unknown,128.0,151,7 +25226,2016,Unknown,Unknown,2.5,151,9 +25227,2016,Unknown,Unknown,2.5,151,8 +25228,2016,Unknown,Unknown,353.0,151,2 +25229,2016,Unknown,Unknown,401.0,151,3 +25230,2016,Unknown,Unknown,756.0,151,1 +25231,2016,Unknown,Unknown,2.5,151,1 +25232,2016,by form of exploitation,Forced labour,132.0,151,1 +25233,2016,by form of exploitation,Sexual exploitation,530.0,151,1 +25234,2017,Unknown,Unknown,79.0,151,6 +25235,2017,Unknown,Unknown,77.0,151,7 +25236,2017,Unknown,Unknown,2.5,151,9 +25237,2017,Unknown,Unknown,2.5,151,8 +25238,2017,Unknown,Unknown,337.0,151,2 +25239,2017,Unknown,Unknown,325.0,151,3 +25240,2017,Unknown,Unknown,2.5,151,1 +25241,2017,by form of exploitation,Forced labour,79.0,151,1 +25242,2017,by form of exploitation,Sexual exploitation,454.0,151,1 +25243,2017,Unknown,Unknown,258.0,151,4 +25244,2017,Unknown,Unknown,248.0,151,5 +25245,2017,Unknown,Unknown,662.0,151,1 +25246,2017,by citizenship,Portugal,2.5,151,1 +25247,2017,by citizenship,Romania,661.0,151,1 +25248,2017,by country of repatriation,Abroad,38.0,151,1 +25249,2017,by country of repatriation,Austria,2.5,151,1 +25250,2017,by country of repatriation,Belgium,2.5,151,1 +25251,2017,by country of repatriation,Cyprus,2.5,151,1 +25252,2017,by country of repatriation,Denmark,2.5,151,1 +25253,2017,by country of repatriation,France,2.5,151,1 +25254,2017,by country of repatriation,Germany,2.5,151,1 +25255,2017,by country of repatriation,Greece,2.5,151,1 +25256,2017,by country of repatriation,Ireland,2.5,151,1 +25257,2017,by country of repatriation,Italy,2.5,151,1 +25258,2017,by country of repatriation,Netherlands,2.5,151,1 +25259,2017,by country of repatriation,Norway,2.5,151,1 +25260,2017,by country of repatriation,Portugal,2.5,151,1 +25261,2017,by country of repatriation,Spain,6.0,151,1 +25262,2017,by country of repatriation,Sweden,2.5,151,1 +25263,2017,by country of repatriation,United Kingdom,12.0,151,1 +25264,2017,by form of exploitation,Forced labour,8.0,151,4 +25265,2017,by form of exploitation,Forced labour,9.0,151,5 +25266,2017,by form of exploitation,Forced labour,18.0,151,6 +25267,2017,by form of exploitation,Forced labour,44.0,151,7 +25268,2017,by form of exploitation,Forced labour,2.5,151,9 +25269,2017,by form of exploitation,Forced labour,2.5,151,8 +25270,2017,by form of exploitation,Forced labour,26.0,151,2 +25271,2017,by form of exploitation,Forced labour,53.0,151,3 +25272,2017,by form of exploitation,Forced labour,2.5,151,1 +25273,2017,by form of exploitation,Sexual exploitation,200.0,151,4 +25274,2017,by form of exploitation,Sexual exploitation,211.0,151,5 +25275,2017,by form of exploitation,Sexual exploitation,42.0,151,6 +25276,2017,by form of exploitation,Sexual exploitation,2.5,151,7 +25277,2017,by form of exploitation,Sexual exploitation,2.5,151,9 +25278,2017,by form of exploitation,Sexual exploitation,2.5,151,8 +25279,2017,by form of exploitation,Sexual exploitation,242.0,151,2 +25280,2017,by form of exploitation,Sexual exploitation,212.0,151,3 +25281,2017,by form of exploitation,Sexual exploitation,2.5,151,1 +25282,2018,Unknown,Unknown,2.5,151,9 +25283,2018,Unknown,Unknown,2.5,151,8 +25284,2018,Unknown,Unknown,2.5,151,1 +25285,2018,by form of exploitation,Forced labour,100.0,151,1 +25286,2018,by form of exploitation,Sexual exploitation,335.0,151,1 +25287,2018,Unknown,Unknown,182.0,151,4 +25288,2018,Unknown,Unknown,181.0,151,5 +25289,2018,Unknown,Unknown,30.0,151,6 +25290,2018,Unknown,Unknown,104.0,151,7 +25291,2018,Unknown,Unknown,212.0,151,2 +25292,2018,Unknown,Unknown,285.0,151,3 +25293,2018,Unknown,Unknown,497.0,151,1 +25294,2018,by citizenship,Moldova,2.5,151,1 +25295,2018,by citizenship,Romania,496.0,151,1 +25296,2018,by country of repatriation,Abroad,19.0,151,1 +25297,2018,by country of repatriation,Croatia,2.5,151,1 +25298,2018,by country of repatriation,Cyprus,2.5,151,1 +25299,2018,by country of repatriation,France,2.5,151,1 +25300,2018,by country of repatriation,Italy,2.5,151,1 +25301,2018,by country of repatriation,Netherlands,2.5,151,1 +25302,2018,by country of repatriation,Sweden,5.0,151,1 +25303,2018,by country of repatriation,United Kingdom,8.0,151,1 +25304,2018,by form of exploitation,Forced labour,2.5,151,4 +25305,2018,by form of exploitation,Forced labour,6.0,151,5 +25306,2018,by form of exploitation,Forced labour,7.0,151,6 +25307,2018,by form of exploitation,Forced labour,85.0,151,7 +25308,2018,by form of exploitation,Forced labour,2.5,151,9 +25309,2018,by form of exploitation,Forced labour,2.5,151,8 +25310,2018,by form of exploitation,Forced labour,9.0,151,2 +25311,2018,by form of exploitation,Forced labour,91.0,151,3 +25312,2018,by form of exploitation,Forced labour,2.5,151,1 +25313,2018,by form of exploitation,Sexual exploitation,157.0,151,4 +25314,2018,by form of exploitation,Sexual exploitation,158.0,151,5 +25315,2018,by form of exploitation,Sexual exploitation,20.0,151,6 +25316,2018,by form of exploitation,Sexual exploitation,2.5,151,7 +25317,2018,by form of exploitation,Sexual exploitation,2.5,151,9 +25318,2018,by form of exploitation,Sexual exploitation,2.5,151,8 +25319,2018,by form of exploitation,Sexual exploitation,177.0,151,2 +25320,2018,by form of exploitation,Sexual exploitation,158.0,151,3 +25321,2018,by form of exploitation,Sexual exploitation,2.5,151,1 +25322,2019,Unknown,Unknown,2.5,151,9 +25323,2019,Unknown,Unknown,2.5,151,8 +25324,2019,Unknown,Unknown,2.5,151,1 +25325,2019,Unknown,Unknown,288.0,151,4 +25326,2019,Unknown,Unknown,293.0,151,5 +25327,2019,Unknown,Unknown,39.0,151,6 +25328,2019,Unknown,Unknown,78.0,151,7 +25329,2019,Unknown,Unknown,327.0,151,2 +25330,2019,Unknown,Unknown,371.0,151,3 +25331,2019,Unknown,Unknown,698.0,151,1 +25332,2019,by citizenship,Germany,10.0,151,1 +25333,2019,by citizenship,Latvia,2.5,151,1 +25334,2019,by citizenship,Moldova,2.5,151,1 +25335,2019,by citizenship,Romania,384.0,151,1 +25336,2019,by country of repatriation,Abroad,30.0,151,1 +25337,2019,by country of repatriation,Denmark,12.0,151,1 +25338,2019,by country of repatriation,Ireland,2.5,151,1 +25339,2019,by country of repatriation,Italy,2.5,151,1 +25340,2019,by country of repatriation,Spain,5.0,151,1 +25341,2019,by country of repatriation,Switzerland,2.5,151,1 +25342,2019,by country of repatriation,United Kingdom,9.0,151,1 +25343,2019,by form of exploitation,Forced labour,6.0,151,4 +25344,2019,by form of exploitation,Forced labour,11.0,151,5 +25345,2019,by form of exploitation,Forced labour,25.0,151,6 +25346,2019,by form of exploitation,Forced labour,73.0,151,7 +25347,2019,by form of exploitation,Forced labour,2.5,151,9 +25348,2019,by form of exploitation,Forced labour,2.5,151,8 +25349,2019,by form of exploitation,Forced labour,31.0,151,2 +25350,2019,by form of exploitation,Forced labour,84.0,151,3 +25351,2019,by form of exploitation,Forced labour,115.0,151,1 +25352,2019,by form of exploitation,Forced labour,2.5,151,1 +25353,2019,by form of exploitation,Sexual exploitation,252.0,151,4 +25354,2019,by form of exploitation,Sexual exploitation,256.0,151,5 +25355,2019,by form of exploitation,Sexual exploitation,10.0,151,6 +25356,2019,by form of exploitation,Sexual exploitation,2.5,151,7 +25357,2019,by form of exploitation,Sexual exploitation,2.5,151,9 +25358,2019,by form of exploitation,Sexual exploitation,2.5,151,8 +25359,2019,by form of exploitation,Sexual exploitation,262.0,151,2 +25360,2019,by form of exploitation,Sexual exploitation,256.0,151,3 +25361,2019,by form of exploitation,Sexual exploitation,518.0,151,1 +25362,2019,by form of exploitation,Sexual exploitation,2.5,151,1 +25363,2020,Unknown,Unknown,2.5,151,9 +25364,2020,Unknown,Unknown,2.5,151,8 +25365,2020,Unknown,Unknown,2.5,151,1 +25366,2020,Unknown,Unknown,206.0,151,4 +25367,2020,Unknown,Unknown,257.0,151,5 +25368,2020,Unknown,Unknown,49.0,151,6 +25369,2020,Unknown,Unknown,84.0,151,7 +25370,2020,Unknown,Unknown,255.0,151,2 +25371,2020,Unknown,Unknown,341.0,151,3 +25372,2020,Unknown,Unknown,596.0,151,1 +25373,2020,by citizenship,Moldova,2.5,151,1 +25374,2020,by citizenship,Romania,320.0,151,1 +25375,2020,by country of repatriation,Abroad,33.0,151,1 +25376,2020,by country of repatriation,Cyprus,2.5,151,1 +25377,2020,by country of repatriation,Denmark,2.5,151,1 +25378,2020,by country of repatriation,Germany,2.5,151,1 +25379,2020,by country of repatriation,Ireland,2.5,151,1 +25380,2020,by country of repatriation,Italy,2.5,151,1 +25381,2020,by country of repatriation,Norway,2.5,151,1 +25382,2020,by country of repatriation,Spain,6.0,151,1 +25383,2020,by country of repatriation,Sweden,6.0,151,1 +25384,2020,by country of repatriation,Switzerland,2.5,151,1 +25385,2020,by country of repatriation,United Kingdom,5.0,151,1 +25386,2020,by form of exploitation,Forced labour,2.5,151,4 +25387,2020,by form of exploitation,Forced labour,18.0,151,5 +25388,2020,by form of exploitation,Forced labour,10.0,151,6 +25389,2020,by form of exploitation,Forced labour,65.0,151,7 +25390,2020,by form of exploitation,Forced labour,2.5,151,9 +25391,2020,by form of exploitation,Forced labour,2.5,151,8 +25392,2020,by form of exploitation,Forced labour,13.0,151,2 +25393,2020,by form of exploitation,Forced labour,83.0,151,3 +25394,2020,by form of exploitation,Forced labour,96.0,151,1 +25395,2020,by form of exploitation,Forced labour,2.5,151,1 +25396,2020,by form of exploitation,Sexual exploitation,183.0,151,4 +25397,2020,by form of exploitation,Sexual exploitation,210.0,151,5 +25398,2020,by form of exploitation,Sexual exploitation,32.0,151,6 +25399,2020,by form of exploitation,Sexual exploitation,2.5,151,7 +25400,2020,by form of exploitation,Sexual exploitation,2.5,151,9 +25401,2020,by form of exploitation,Sexual exploitation,2.5,151,8 +25402,2020,by form of exploitation,Sexual exploitation,215.0,151,2 +25403,2020,by form of exploitation,Sexual exploitation,211.0,151,3 +25404,2020,by form of exploitation,Sexual exploitation,426.0,151,1 +25405,2020,by form of exploitation,Sexual exploitation,2.5,151,1 +25406,2021,Unknown,Unknown,2.5,151,9 +25407,2021,Unknown,Unknown,2.5,151,8 +25408,2021,Unknown,Unknown,2.5,151,1 +25409,2021,by form of exploitation,Sexual exploitation,382.0,151,1 +25410,2021,Unknown,Unknown,255.0,151,4 +25411,2021,Unknown,Unknown,189.0,151,5 +25412,2021,Unknown,Unknown,27.0,151,6 +25413,2021,Unknown,Unknown,34.0,151,7 +25414,2021,Unknown,Unknown,282.0,151,2 +25415,2021,Unknown,Unknown,223.0,151,3 +25416,2021,Unknown,Unknown,505.0,151,1 +25417,2021,by citizenship,Kenya,2.5,151,1 +25418,2021,by citizenship,Romania,321.0,151,1 +25419,2021,by form of exploitation,Forced labour,2.5,151,4 +25420,2021,by form of exploitation,Forced labour,18.0,151,5 +25421,2021,by form of exploitation,Forced labour,2.5,151,6 +25422,2021,by form of exploitation,Forced labour,29.0,151,7 +25423,2021,by form of exploitation,Forced labour,2.5,151,2 +25424,2021,by form of exploitation,Forced labour,47.0,151,3 +25425,2021,by form of exploitation,Forced labour,51.0,151,1 +25426,2021,by form of exploitation,Sexual exploitation,215.0,151,4 +25427,2021,by form of exploitation,Sexual exploitation,149.0,151,5 +25428,2021,by form of exploitation,Sexual exploitation,15.0,151,6 +25429,2021,by form of exploitation,Sexual exploitation,2.5,151,7 +25430,2021,by form of exploitation,Sexual exploitation,230.0,151,2 +25431,2021,by form of exploitation,Sexual exploitation,151.0,151,3 +25432,2022,by form of exploitation,Forced labour,73.0,151,1 +25433,2022,by form of exploitation,Sexual exploitation,342.0,151,1 +25434,2022,Unknown,Unknown,195.0,151,4 +25435,2022,Unknown,Unknown,205.0,151,5 +25436,2022,Unknown,Unknown,39.0,151,6 +25437,2022,Unknown,Unknown,61.0,151,7 +25438,2022,Unknown,Unknown,234.0,151,2 +25439,2022,Unknown,Unknown,266.0,151,3 +25440,2022,Unknown,Unknown,500.0,151,1 +25441,2022,by citizenship,Moldova,2.5,151,1 +25442,2022,by citizenship,Romania,289.0,151,1 +25443,2022,by citizenship,United States,2.5,151,1 +25444,2022,by form of exploitation,Forced labour,6.0,151,4 +25445,2022,by form of exploitation,Forced labour,13.0,151,5 +25446,2022,by form of exploitation,Forced labour,10.0,151,6 +25447,2022,by form of exploitation,Forced labour,40.0,151,7 +25448,2022,by form of exploitation,Forced labour,16.0,151,2 +25449,2022,by form of exploitation,Forced labour,53.0,151,3 +25450,2022,by form of exploitation,Sexual exploitation,151.0,151,4 +25451,2022,by form of exploitation,Sexual exploitation,174.0,151,5 +25452,2022,by form of exploitation,Sexual exploitation,13.0,151,6 +25453,2022,by form of exploitation,Sexual exploitation,2.5,151,7 +25454,2022,by form of exploitation,Sexual exploitation,164.0,151,2 +25455,2022,by form of exploitation,Sexual exploitation,174.0,151,3 +25456,2003,by country of repatriation,Abroad,2.5,152,1 +25457,2008,Unknown,Unknown,57.0,152,1 +25458,2009,Unknown,Unknown,82.0,152,1 +25459,2010,Unknown,Unknown,71.0,152,1 +25460,2010,by country of repatriation,Kazakhstan,2.5,152,1 +25461,2010,by country of repatriation,Kyrgyzstan,2.5,152,1 +25462,2010,by country of repatriation,Moldova,2.5,152,1 +25463,2010,by country of repatriation,Tajikistan,2.5,152,1 +25464,2010,by country of repatriation,Ukraine,435.0,152,1 +25465,2011,by country of repatriation,Belarus,2.5,152,1 +25466,2011,by country of repatriation,Poland,2.5,152,1 +25467,2011,by country of repatriation,Moldova,19.0,152,1 +25468,2012,Unknown,Unknown,2.5,152,2 +25469,2012,Unknown,Unknown,2.5,152,3 +25470,2012,by country of repatriation,Azerbaijan,14.0,152,1 +25471,2012,by country of repatriation,Belarus,51.0,152,1 +25472,2012,by country of repatriation,Kazakhstan,2.5,152,1 +25473,2012,by country of repatriation,Latvia,2.5,152,1 +25474,2012,by country of repatriation,Nigeria,2.5,152,1 +25475,2012,by country of repatriation,Peru,2.5,152,1 +25476,2012,by country of repatriation,Poland,2.5,152,1 +25477,2012,by country of repatriation,Moldova,7.0,152,1 +25478,2012,by country of repatriation,Ukraine,628.0,152,1 +25479,2012,by country of repatriation,Uzbekistan,903.0,152,1 +25480,2012,by country of repatriation,Vietnam,2.5,152,1 +25481,2012,by form of exploitation,Sexual exploitation,398.0,152,1 +25482,2013,Unknown,Unknown,2.5,152,2 +25483,2013,Unknown,Unknown,2.5,152,3 +25484,2013,by country of repatriation,Azerbaijan,15.0,152,1 +25485,2013,by country of repatriation,Belarus,44.0,152,1 +25486,2013,by country of repatriation,Kazakhstan,11.0,152,1 +25487,2013,by country of repatriation,Kyrgyzstan,197.0,152,1 +25488,2013,by country of repatriation,Nigeria,2.5,152,1 +25489,2013,by country of repatriation,Poland,2.5,152,1 +25490,2013,by country of repatriation,Moldova,21.0,152,1 +25491,2013,by country of repatriation,Ukraine,715.0,152,1 +25492,2013,by form of exploitation,Sexual exploitation,227.0,152,1 +25493,2014,Unknown,Unknown,2.5,152,2 +25494,2014,Unknown,Unknown,2.5,152,3 +25495,2014,by country of repatriation,Armenia,2.5,152,1 +25496,2014,by country of repatriation,Azerbaijan,8.0,152,1 +25497,2014,by country of repatriation,Belarus,36.0,152,1 +25498,2014,by country of repatriation,Nigeria,22.0,152,1 +25499,2014,by country of repatriation,Moldova,10.0,152,1 +25500,2014,by country of repatriation,Serbia,94.0,152,1 +25501,2014,by country of repatriation,Ukraine,624.0,152,1 +25502,2014,by country of repatriation,Uzbekistan,463.0,152,1 +25503,2014,by country of repatriation,Vietnam,2.5,152,1 +25504,2014,by form of exploitation,Forced labour,120.0,152,1 +25505,2014,by form of exploitation,Sexual exploitation,284.0,152,1 +25506,2015,Unknown,Unknown,2.5,152,2 +25507,2015,Unknown,Unknown,2.5,152,3 +25508,2015,by country of repatriation,Armenia,2.5,152,1 +25509,2015,by country of repatriation,Azerbaijan,2.5,152,1 +25510,2015,by country of repatriation,Belarus,19.0,152,1 +25511,2015,by country of repatriation,Indonesia,2.5,152,1 +25512,2015,by country of repatriation,Nigeria,11.0,152,1 +25513,2015,by country of repatriation,Moldova,7.0,152,1 +25514,2015,by country of repatriation,Ukraine,194.0,152,1 +25515,2015,by country of repatriation,Vietnam,2.5,152,1 +25516,2016,by country of repatriation,Armenia,27.0,152,1 +25517,2016,by country of repatriation,Azerbaijan,11.0,152,1 +25518,2016,by country of repatriation,Belarus,123.0,152,1 +25519,2016,by country of repatriation,Indonesia,2.5,152,1 +25520,2016,by country of repatriation,Lithuania,2.5,152,1 +25521,2016,by country of repatriation,Nigeria,38.0,152,1 +25522,2016,by country of repatriation,Moldova,41.0,152,1 +25523,2016,by country of repatriation,Serbia,94.0,152,1 +25524,2016,by country of repatriation,Tajikistan,6.0,152,1 +25525,2016,by country of repatriation,Turkmenistan,17.0,152,1 +25526,2016,by country of repatriation,Ukraine,139.0,152,1 +25527,2016,by country of repatriation,Uzbekistan,463.0,152,1 +25528,2016,by country of repatriation,Vietnam,2.5,152,1 +25529,2017,Unknown,Unknown,69.0,152,4 +25530,2017,Unknown,Unknown,106.0,152,5 +25531,2017,Unknown,Unknown,34.0,152,6 +25532,2017,Unknown,Unknown,2.5,152,7 +25533,2017,Unknown,Unknown,103.0,152,2 +25534,2017,Unknown,Unknown,106.0,152,3 +25535,2017,Unknown,Unknown,209.0,152,1 +25536,2017,by form of exploitation,Sexual exploitation,2.5,152,1 +25537,2018,Unknown,Unknown,110.0,152,4 +25538,2018,Unknown,Unknown,128.0,152,5 +25539,2018,Unknown,Unknown,89.0,152,6 +25540,2018,Unknown,Unknown,2.5,152,7 +25541,2018,Unknown,Unknown,199.0,152,2 +25542,2018,Unknown,Unknown,128.0,152,3 +25543,2018,Unknown,Unknown,327.0,152,1 +25544,2018,by form of exploitation,Forced labour,2.5,152,1 +25545,2018,by form of exploitation,Sexual exploitation,2.5,152,1 +25546,2019,Unknown,Unknown,149.0,152,4 +25547,2019,Unknown,Unknown,149.0,152,5 +25548,2019,Unknown,Unknown,44.0,152,6 +25549,2019,Unknown,Unknown,2.5,152,7 +25550,2019,Unknown,Unknown,193.0,152,2 +25551,2019,Unknown,Unknown,149.0,152,3 +25552,2019,Unknown,Unknown,342.0,152,1 +25553,2019,by form of exploitation,Sexual exploitation,2.5,152,1 +25554,2020,Unknown,Unknown,114.0,152,4 +25555,2020,Unknown,Unknown,123.0,152,5 +25556,2020,Unknown,Unknown,53.0,152,6 +25557,2020,Unknown,Unknown,2.5,152,7 +25558,2020,Unknown,Unknown,167.0,152,2 +25559,2020,Unknown,Unknown,123.0,152,3 +25560,2020,Unknown,Unknown,290.0,152,1 +25561,2020,by form of exploitation,Forced labour,2.5,152,1 +25562,2020,by form of exploitation,Sexual exploitation,2.5,152,1 +25563,2003,by country of repatriation,Abroad,2.5,153,1 +25564,2014,Unknown,Unknown,6.0,153,2 +25565,2014,Unknown,Unknown,19.0,153,3 +25566,2014,Unknown,Unknown,25.0,153,1 +25567,2015,Unknown,Unknown,14.0,153,2 +25568,2015,Unknown,Unknown,36.0,153,3 +25569,2015,Unknown,Unknown,50.0,153,1 +25570,2015,by citizenship,Burundi,2.5,153,1 +25571,2015,by citizenship,Rwanda,36.0,153,1 +25572,2015,by form of exploitation,Forced labour,367.0,153,1 +25573,2015,by form of exploitation,Sexual exploitation,65.0,153,1 +25574,2016,Unknown,Unknown,18.0,153,2 +25575,2016,Unknown,Unknown,66.0,153,3 +25576,2016,Unknown,Unknown,84.0,153,1 +25577,2016,by citizenship,Burundi,62.0,153,1 +25578,2016,by citizenship,Rwanda,11.0,153,1 +25579,2016,by form of exploitation,Sexual exploitation,29.0,153,1 +25580,2017,Unknown,Unknown,21.0,153,5 +25581,2017,Unknown,Unknown,9.0,153,7 +25582,2017,Unknown,Unknown,30.0,153,3 +25583,2017,Unknown,Unknown,30.0,153,1 +25584,2017,by form of exploitation,Forced labour,30.0,153,1 +25585,2017,by form of exploitation,Sexual exploitation,44.0,153,1 +25586,2018,by form of exploitation,Forced labour,2.5,153,1 +25587,2018,by form of exploitation,Sexual exploitation,2.5,153,1 +25588,2019,by form of exploitation,Sexual exploitation,2.5,153,1 +25589,2020,by form of exploitation,Forced labour,2.5,153,1 +25590,2020,by form of exploitation,Sexual exploitation,2.5,153,1 +25591,2010,by country of repatriation,Indonesia,2.5,154,1 +25592,2010,by country of repatriation,Nepal,8.0,154,1 +25593,2011,by country of repatriation,Nepal,11.0,154,1 +25594,2012,by country of repatriation,Indonesia,2.5,154,1 +25595,2012,by country of repatriation,Nepal,11.0,154,1 +25596,2013,by country of repatriation,Nepal,2.5,154,1 +25597,2013,by country of repatriation,Uganda,2.5,154,1 +25598,2014,by country of repatriation,Cambodia,7.0,154,1 +25599,2014,by country of repatriation,Indonesia,2.5,154,1 +25600,2014,by country of repatriation,Nigeria,2.5,154,1 +25601,2014,by country of repatriation,Uganda,2.5,154,1 +25602,2015,by country of repatriation,Indonesia,2.5,154,1 +25603,2016,by country of repatriation,Cambodia,7.0,154,1 +25604,2016,by country of repatriation,Indonesia,2.5,154,1 +25605,2016,by country of repatriation,Nigeria,12.0,154,1 +25606,2016,by country of repatriation,Uganda,2.5,154,1 +25607,2017,by form of exploitation,Sexual exploitation,2.5,154,1 +25608,2018,by form of exploitation,Forced labour,2.5,154,4 +25609,2018,by form of exploitation,Forced labour,45.0,154,5 +25610,2018,by form of exploitation,Forced labour,2.5,154,6 +25611,2018,by form of exploitation,Forced labour,18.0,154,7 +25612,2018,by form of exploitation,Forced labour,66.0,154,1 +25613,2018,by form of exploitation,Sexual exploitation,2.5,154,4 +25614,2018,by form of exploitation,Sexual exploitation,10.0,154,5 +25615,2018,by form of exploitation,Sexual exploitation,2.5,154,6 +25616,2018,by form of exploitation,Sexual exploitation,11.0,154,1 +25617,2019,Unknown,Unknown,38.0,154,4 +25618,2019,Unknown,Unknown,104.0,154,5 +25619,2019,Unknown,Unknown,2.5,154,6 +25620,2019,Unknown,Unknown,343.0,154,7 +25621,2019,Unknown,Unknown,38.0,154,2 +25622,2019,Unknown,Unknown,547.0,154,3 +25623,2019,Unknown,Unknown,585.0,154,1 +25624,2019,by form of exploitation,Forced labour,2.5,154,4 +25625,2019,by form of exploitation,Forced labour,181.0,154,5 +25626,2019,by form of exploitation,Forced labour,2.5,154,6 +25627,2019,by form of exploitation,Forced labour,215.0,154,7 +25628,2019,by form of exploitation,Forced labour,396.0,154,3 +25629,2019,by form of exploitation,Forced labour,247.0,154,1 +25630,2019,by form of exploitation,Sexual exploitation,2.5,154,4 +25631,2019,by form of exploitation,Sexual exploitation,32.0,154,5 +25632,2019,by form of exploitation,Sexual exploitation,2.5,154,6 +25633,2019,by form of exploitation,Sexual exploitation,2.5,154,7 +25634,2019,by form of exploitation,Sexual exploitation,32.0,154,3 +25635,2019,by form of exploitation,Sexual exploitation,32.0,154,1 +25636,2020,Unknown,Unknown,2.5,154,4 +25637,2020,Unknown,Unknown,144.0,154,5 +25638,2020,Unknown,Unknown,2.5,154,6 +25639,2020,Unknown,Unknown,27.0,154,7 +25640,2020,Unknown,Unknown,2.5,154,2 +25641,2020,Unknown,Unknown,169.0,154,3 +25642,2020,Unknown,Unknown,171.0,154,1 +25643,2020,by form of exploitation,Forced labour,108.0,154,1 +25644,2020,by form of exploitation,Sexual exploitation,25.0,154,5 +25645,2020,by form of exploitation,Sexual exploitation,25.0,154,3 +25646,2020,by form of exploitation,Sexual exploitation,25.0,154,1 +25647,2003,by country of repatriation,Abroad,2.5,155,1 +25648,2012,by country of repatriation,Nigeria,12.0,155,1 +25649,2017,by form of exploitation,Sexual exploitation,2.5,155,1 +25650,2018,Unknown,Unknown,20.0,155,4 +25651,2018,Unknown,Unknown,128.0,155,5 +25652,2018,Unknown,Unknown,17.0,155,6 +25653,2018,Unknown,Unknown,256.0,155,7 +25654,2018,Unknown,Unknown,37.0,155,2 +25655,2018,Unknown,Unknown,384.0,155,3 +25656,2018,Unknown,Unknown,421.0,155,1 +25657,2018,by citizenship,Eritrea,195.0,155,1 +25658,2018,by form of exploitation,Forced labour,2.5,155,1 +25659,2018,by form of exploitation,Sexual exploitation,2.5,155,1 +25660,2019,by form of exploitation,Sexual exploitation,2.5,155,1 +25661,2020,Unknown,Unknown,568.0,155,1 +25662,2020,by citizenship,Eritrea,163.0,155,1 +25663,2020,by citizenship,Ethiopia,438.0,155,1 +25664,2020,by citizenship,Sudan,17.0,155,1 +25665,2020,by form of exploitation,Forced labour,2.5,155,1 +25666,2020,by form of exploitation,Sexual exploitation,2.5,155,1 +25667,2003,by country of repatriation,Abroad,2.5,156,1 +25668,2010,Unknown,Unknown,2.5,156,1 +25669,2010,by country of repatriation,Mali,2.5,156,1 +25670,2011,Unknown,Unknown,2.5,156,4 +25671,2011,Unknown,Unknown,2.5,156,5 +25672,2011,Unknown,Unknown,2.5,156,6 +25673,2011,Unknown,Unknown,2.5,156,7 +25674,2011,Unknown,Unknown,2.5,156,2 +25675,2011,Unknown,Unknown,2.5,156,3 +25676,2011,Unknown,Unknown,2.5,156,1 +25677,2011,by citizenship,Senegal,2.5,156,1 +25678,2012,by citizenship,Nigeria,5.0,156,1 +25679,2014,Unknown,Unknown,2.5,156,4 +25680,2014,Unknown,Unknown,2.5,156,2 +25681,2014,Unknown,Unknown,2.5,156,3 +25682,2014,Unknown,Unknown,2.5,156,1 +25683,2015,Unknown,Unknown,2.5,156,4 +25684,2015,Unknown,Unknown,2.5,156,5 +25685,2015,Unknown,Unknown,2.5,156,6 +25686,2015,Unknown,Unknown,2.5,156,7 +25687,2015,Unknown,Unknown,2.5,156,2 +25688,2015,Unknown,Unknown,2.5,156,3 +25689,2015,Unknown,Unknown,2.5,156,1 +25690,2015,by country of repatriation,Nigeria,2.5,156,1 +25691,2016,by country of repatriation,Nigeria,2.5,156,1 +25692,2017,Unknown,Unknown,7.0,156,1 +25693,2017,by form of exploitation,Sexual exploitation,2.5,156,1 +25694,2018,Unknown,Unknown,6.0,156,1 +25695,2018,by form of exploitation,Forced labour,2.5,156,1 +25696,2018,by form of exploitation,Sexual exploitation,2.5,156,1 +25697,2019,Unknown,Unknown,19.0,156,1 +25698,2019,by form of exploitation,Sexual exploitation,2.5,156,1 +25699,2020,Unknown,Unknown,9.0,156,1 +25700,2020,by form of exploitation,Forced labour,2.5,156,1 +25701,2020,by form of exploitation,Sexual exploitation,2.5,156,1 +25702,2021,Unknown,Unknown,2.5,156,1 +25703,2022,Unknown,Unknown,10.0,156,1 +25704,2022,by country of repatriation,Abroad,822.0,156,1 +25705,2007,Unknown,Unknown,2.5,157,4 +25706,2007,Unknown,Unknown,2.5,157,5 +25707,2007,Unknown,Unknown,2.5,157,6 +25708,2007,Unknown,Unknown,2.5,157,7 +25709,2007,Unknown,Unknown,2.5,157,2 +25710,2007,Unknown,Unknown,2.5,157,3 +25711,2007,Unknown,Unknown,2.5,157,1 +25712,2008,Unknown,Unknown,2.5,157,4 +25713,2008,Unknown,Unknown,2.5,157,5 +25714,2008,Unknown,Unknown,2.5,157,6 +25715,2008,Unknown,Unknown,2.5,157,7 +25716,2008,Unknown,Unknown,2.5,157,2 +25717,2008,Unknown,Unknown,2.5,157,3 +25718,2008,Unknown,Unknown,2.5,157,1 +25719,2008,by form of exploitation,Sexual exploitation,2.5,157,1 +25720,2009,Unknown,Unknown,2.5,157,4 +25721,2009,Unknown,Unknown,6.0,157,5 +25722,2009,Unknown,Unknown,2.5,157,6 +25723,2009,Unknown,Unknown,2.5,157,7 +25724,2009,Unknown,Unknown,2.5,157,2 +25725,2009,Unknown,Unknown,6.0,157,3 +25726,2009,Unknown,Unknown,7.0,157,1 +25727,2009,by form of exploitation,Sexual exploitation,7.0,157,1 +25728,2010,Unknown,Unknown,26.0,157,4 +25729,2010,Unknown,Unknown,92.0,157,5 +25730,2010,Unknown,Unknown,2.5,157,6 +25731,2010,Unknown,Unknown,17.0,157,7 +25732,2010,Unknown,Unknown,26.0,157,2 +25733,2010,Unknown,Unknown,109.0,157,3 +25734,2010,Unknown,Unknown,135.0,157,1 +25735,2010,by citizenship,Singapore,2.5,157,1 +25736,2010,by country of repatriation,Indonesia,2.5,157,1 +25737,2010,by country of repatriation,Thailand,2.5,157,1 +25738,2011,by country of repatriation,Colombia,2.5,157,1 +25739,2012,Unknown,Unknown,2.5,157,2 +25740,2012,Unknown,Unknown,2.5,157,3 +25741,2013,Unknown,Unknown,2.5,157,2 +25742,2013,Unknown,Unknown,2.5,157,3 +25743,2013,by country of repatriation,Colombia,2.5,157,1 +25744,2014,Unknown,Unknown,2.5,157,2 +25745,2014,Unknown,Unknown,2.5,157,3 +25746,2014,by country of repatriation,Indonesia,2.5,157,1 +25747,2014,by country of repatriation,Uzbekistan,6.0,157,1 +25748,2015,Unknown,Unknown,6.0,157,4 +25749,2015,Unknown,Unknown,12.0,157,5 +25750,2015,Unknown,Unknown,2.5,157,6 +25751,2015,Unknown,Unknown,10.0,157,2 +25752,2015,Unknown,Unknown,12.0,157,3 +25753,2015,Unknown,Unknown,22.0,157,1 +25754,2015,by citizenship,Singapore,15.0,157,1 +25755,2015,by form of exploitation,Forced labour,7.0,157,5 +25756,2015,by form of exploitation,Forced labour,7.0,157,1 +25757,2015,by form of exploitation,Sexual exploitation,6.0,157,4 +25758,2015,by form of exploitation,Sexual exploitation,5.0,157,5 +25759,2015,by form of exploitation,Sexual exploitation,2.5,157,6 +25760,2015,by form of exploitation,Sexual exploitation,15.0,157,1 +25761,2016,Unknown,Unknown,17.0,157,5 +25762,2016,Unknown,Unknown,17.0,157,3 +25763,2016,Unknown,Unknown,17.0,157,1 +25764,2016,by country of repatriation,Indonesia,2.5,157,1 +25765,2016,by country of repatriation,Mongolia,5.0,157,1 +25766,2016,by country of repatriation,Uzbekistan,6.0,157,1 +25767,2016,by form of exploitation,Forced labour,16.0,157,6 +25768,2016,by form of exploitation,Forced labour,16.0,157,1 +25769,2016,by form of exploitation,Sexual exploitation,2.5,157,5 +25770,2016,by form of exploitation,Sexual exploitation,2.5,157,1 +25771,2017,Unknown,Unknown,2.5,157,4 +25772,2017,Unknown,Unknown,16.0,157,5 +25773,2017,Unknown,Unknown,2.5,157,6 +25774,2017,Unknown,Unknown,2.5,157,7 +25775,2017,Unknown,Unknown,2.5,157,2 +25776,2017,Unknown,Unknown,16.0,157,3 +25777,2017,Unknown,Unknown,16.0,157,1 +25778,2017,by country of repatriation,Abroad,2.5,157,1 +25779,2017,by form of exploitation,Forced labour,2.5,157,4 +25780,2017,by form of exploitation,Forced labour,2.5,157,5 +25781,2017,by form of exploitation,Forced labour,2.5,157,6 +25782,2017,by form of exploitation,Forced labour,2.5,157,7 +25783,2017,by form of exploitation,Sexual exploitation,2.5,157,4 +25784,2017,by form of exploitation,Sexual exploitation,2.5,157,5 +25785,2017,by form of exploitation,Sexual exploitation,2.5,157,6 +25786,2017,by form of exploitation,Sexual exploitation,2.5,157,7 +25787,2017,by form of exploitation,Sexual exploitation,2.5,157,1 +25788,2018,Unknown,Unknown,2.5,157,4 +25789,2018,Unknown,Unknown,2.5,157,5 +25790,2018,Unknown,Unknown,2.5,157,6 +25791,2018,Unknown,Unknown,2.5,157,7 +25792,2018,Unknown,Unknown,2.5,157,2 +25793,2018,Unknown,Unknown,2.5,157,3 +25794,2018,Unknown,Unknown,2.5,157,1 +25795,2018,by country of repatriation,Abroad,2.5,157,1 +25796,2018,by form of exploitation,Forced labour,2.5,157,4 +25797,2018,by form of exploitation,Forced labour,2.5,157,5 +25798,2018,by form of exploitation,Forced labour,2.5,157,6 +25799,2018,by form of exploitation,Forced labour,2.5,157,7 +25800,2018,by form of exploitation,Forced labour,2.5,157,1 +25801,2018,by form of exploitation,Sexual exploitation,2.5,157,4 +25802,2018,by form of exploitation,Sexual exploitation,2.5,157,5 +25803,2018,by form of exploitation,Sexual exploitation,2.5,157,6 +25804,2018,by form of exploitation,Sexual exploitation,2.5,157,7 +25805,2018,by form of exploitation,Sexual exploitation,2.5,157,1 +25806,2019,Unknown,Unknown,2.5,157,4 +25807,2019,Unknown,Unknown,2.5,157,5 +25808,2019,Unknown,Unknown,2.5,157,6 +25809,2019,Unknown,Unknown,2.5,157,7 +25810,2019,Unknown,Unknown,2.5,157,2 +25811,2019,Unknown,Unknown,2.5,157,3 +25812,2019,Unknown,Unknown,2.5,157,1 +25813,2019,by country of repatriation,Abroad,2.5,157,1 +25814,2019,by form of exploitation,Forced labour,2.5,157,4 +25815,2019,by form of exploitation,Forced labour,2.5,157,5 +25816,2019,by form of exploitation,Forced labour,2.5,157,6 +25817,2019,by form of exploitation,Forced labour,2.5,157,7 +25818,2019,by form of exploitation,Sexual exploitation,2.5,157,4 +25819,2019,by form of exploitation,Sexual exploitation,2.5,157,5 +25820,2019,by form of exploitation,Sexual exploitation,2.5,157,6 +25821,2019,by form of exploitation,Sexual exploitation,2.5,157,7 +25822,2019,by form of exploitation,Sexual exploitation,2.5,157,3 +25823,2019,by form of exploitation,Sexual exploitation,2.5,157,1 +25824,2020,Unknown,Unknown,2.5,157,4 +25825,2020,Unknown,Unknown,2.5,157,5 +25826,2020,Unknown,Unknown,2.5,157,6 +25827,2020,Unknown,Unknown,2.5,157,7 +25828,2020,Unknown,Unknown,2.5,157,2 +25829,2020,Unknown,Unknown,2.5,157,3 +25830,2020,Unknown,Unknown,2.5,157,1 +25831,2020,by country of repatriation,Abroad,2.5,157,1 +25832,2020,by form of exploitation,Forced labour,2.5,157,4 +25833,2020,by form of exploitation,Forced labour,2.5,157,5 +25834,2020,by form of exploitation,Forced labour,2.5,157,6 +25835,2020,by form of exploitation,Forced labour,2.5,157,7 +25836,2020,by form of exploitation,Forced labour,2.5,157,1 +25837,2020,by form of exploitation,Sexual exploitation,2.5,157,4 +25838,2020,by form of exploitation,Sexual exploitation,2.5,157,5 +25839,2020,by form of exploitation,Sexual exploitation,2.5,157,6 +25840,2020,by form of exploitation,Sexual exploitation,2.5,157,7 +25841,2020,by form of exploitation,Sexual exploitation,2.5,157,1 +25842,2021,Unknown,Unknown,2.5,157,4 +25843,2021,Unknown,Unknown,2.5,157,5 +25844,2021,Unknown,Unknown,2.5,157,6 +25845,2021,Unknown,Unknown,2.5,157,7 +25846,2021,Unknown,Unknown,2.5,157,2 +25847,2021,Unknown,Unknown,2.5,157,3 +25848,2021,Unknown,Unknown,2.5,157,1 +25849,2021,by country of repatriation,Abroad,2.5,157,1 +25850,2021,by form of exploitation,Forced labour,2.5,157,4 +25851,2021,by form of exploitation,Forced labour,2.5,157,5 +25852,2021,by form of exploitation,Forced labour,2.5,157,6 +25853,2021,by form of exploitation,Forced labour,2.5,157,7 +25854,2021,by form of exploitation,Forced labour,2.5,157,1 +25855,2021,by form of exploitation,Sexual exploitation,2.5,157,4 +25856,2021,by form of exploitation,Sexual exploitation,2.5,157,5 +25857,2021,by form of exploitation,Sexual exploitation,2.5,157,6 +25858,2021,by form of exploitation,Sexual exploitation,2.5,157,7 +25859,2021,by form of exploitation,Sexual exploitation,2.5,157,1 +25860,2022,Unknown,Unknown,2.5,157,4 +25861,2022,Unknown,Unknown,2.5,157,5 +25862,2022,Unknown,Unknown,2.5,157,6 +25863,2022,Unknown,Unknown,2.5,157,7 +25864,2022,Unknown,Unknown,2.5,157,2 +25865,2022,Unknown,Unknown,2.5,157,3 +25866,2022,Unknown,Unknown,2.5,157,1 +25867,2022,by country of repatriation,Abroad,2.5,157,1 +25868,2022,by form of exploitation,Forced labour,2.5,157,4 +25869,2022,by form of exploitation,Forced labour,2.5,157,5 +25870,2022,by form of exploitation,Forced labour,2.5,157,6 +25871,2022,by form of exploitation,Forced labour,2.5,157,7 +25872,2022,by form of exploitation,Forced labour,2.5,157,1 +25873,2022,by form of exploitation,Sexual exploitation,2.5,157,4 +25874,2022,by form of exploitation,Sexual exploitation,2.5,157,5 +25875,2022,by form of exploitation,Sexual exploitation,2.5,157,6 +25876,2022,by form of exploitation,Sexual exploitation,2.5,157,7 +25877,2022,by form of exploitation,Sexual exploitation,2.5,157,1 +25878,2003,by country of repatriation,Abroad,2.5,158,1 +25879,2008,by country of repatriation,Abroad,2.5,158,1 +25880,2013,Unknown,Unknown,2.5,158,2 +25881,2013,Unknown,Unknown,2.5,158,3 +25882,2014,Unknown,Unknown,2.5,158,2 +25883,2014,Unknown,Unknown,2.5,158,3 +25884,2015,Unknown,Unknown,2.5,158,2 +25885,2015,Unknown,Unknown,2.5,158,3 +25886,2017,Unknown,Unknown,2.5,158,4 +25887,2017,Unknown,Unknown,2.5,158,5 +25888,2017,Unknown,Unknown,2.5,158,6 +25889,2017,Unknown,Unknown,2.5,158,7 +25890,2017,Unknown,Unknown,2.5,158,2 +25891,2017,Unknown,Unknown,2.5,158,3 +25892,2017,Unknown,Unknown,2.5,158,1 +25893,2017,by citizenship,Nationals,2.5,158,1 +25894,2017,by citizenship,Solomon Islands,2.5,158,1 +25895,2017,by citizenship,Unknown,2.5,158,1 +25896,2017,by country of repatriation,Abroad,2.5,158,1 +25897,2017,by form of exploitation,Forced labour,2.5,158,4 +25898,2017,by form of exploitation,Forced labour,2.5,158,5 +25899,2017,by form of exploitation,Forced labour,2.5,158,6 +25900,2017,by form of exploitation,Forced labour,2.5,158,7 +25901,2017,by form of exploitation,Forced labour,2.5,158,2 +25902,2017,by form of exploitation,Sexual exploitation,2.5,158,4 +25903,2017,by form of exploitation,Sexual exploitation,2.5,158,5 +25904,2017,by form of exploitation,Sexual exploitation,2.5,158,6 +25905,2017,by form of exploitation,Sexual exploitation,2.5,158,7 +25906,2017,by form of exploitation,Sexual exploitation,2.5,158,1 +25907,2018,Unknown,Unknown,2.5,158,4 +25908,2018,Unknown,Unknown,2.5,158,5 +25909,2018,Unknown,Unknown,2.5,158,6 +25910,2018,Unknown,Unknown,2.5,158,7 +25911,2018,Unknown,Unknown,2.5,158,2 +25912,2018,Unknown,Unknown,2.5,158,3 +25913,2018,Unknown,Unknown,2.5,158,1 +25914,2018,by citizenship,Nationals,2.5,158,1 +25915,2018,by citizenship,Unknown,2.5,158,1 +25916,2018,by citizenship,Solomon Islands,2.5,158,1 +25917,2018,by country of repatriation,Abroad,2.5,158,1 +25918,2018,by form of exploitation,Forced labour,2.5,158,4 +25919,2018,by form of exploitation,Forced labour,2.5,158,5 +25920,2018,by form of exploitation,Forced labour,2.5,158,6 +25921,2018,by form of exploitation,Forced labour,2.5,158,7 +25922,2018,by form of exploitation,Forced labour,2.5,158,2 +25923,2018,by form of exploitation,Forced labour,2.5,158,1 +25924,2018,by form of exploitation,Sexual exploitation,2.5,158,4 +25925,2018,by form of exploitation,Sexual exploitation,2.5,158,5 +25926,2018,by form of exploitation,Sexual exploitation,2.5,158,6 +25927,2018,by form of exploitation,Sexual exploitation,2.5,158,7 +25928,2018,by form of exploitation,Sexual exploitation,2.5,158,1 +25929,2019,Unknown,Unknown,8.0,158,4 +25930,2019,Unknown,Unknown,2.5,158,5 +25931,2019,Unknown,Unknown,2.5,158,6 +25932,2019,Unknown,Unknown,2.5,158,7 +25933,2019,Unknown,Unknown,8.0,158,2 +25934,2019,Unknown,Unknown,2.5,158,3 +25935,2019,Unknown,Unknown,8.0,158,1 +25936,2019,by citizenship,Nationals,8.0,158,1 +25937,2019,by citizenship,Solomon Islands,8.0,158,1 +25938,2019,by citizenship,Unknown,8.0,158,1 +25939,2019,by country of repatriation,Abroad,2.5,158,1 +25940,2019,by form of exploitation,Forced labour,2.5,158,4 +25941,2019,by form of exploitation,Forced labour,2.5,158,5 +25942,2019,by form of exploitation,Forced labour,2.5,158,6 +25943,2019,by form of exploitation,Forced labour,2.5,158,7 +25944,2019,by form of exploitation,Forced labour,2.5,158,2 +25945,2019,by form of exploitation,Sexual exploitation,8.0,158,4 +25946,2019,by form of exploitation,Sexual exploitation,2.5,158,5 +25947,2019,by form of exploitation,Sexual exploitation,2.5,158,6 +25948,2019,by form of exploitation,Sexual exploitation,2.5,158,7 +25949,2019,by form of exploitation,Sexual exploitation,8.0,158,2 +25950,2019,by form of exploitation,Sexual exploitation,8.0,158,1 +25951,2020,Unknown,Unknown,2.5,158,4 +25952,2020,Unknown,Unknown,2.5,158,5 +25953,2020,Unknown,Unknown,2.5,158,6 +25954,2020,Unknown,Unknown,2.5,158,7 +25955,2020,Unknown,Unknown,2.5,158,2 +25956,2020,Unknown,Unknown,2.5,158,3 +25957,2020,Unknown,Unknown,2.5,158,1 +25958,2020,by citizenship,Nationals,2.5,158,1 +25959,2020,by citizenship,Solomon Islands,2.5,158,1 +25960,2020,by citizenship,Unknown,2.5,158,1 +25961,2020,by country of repatriation,Abroad,2.5,158,1 +25962,2020,by form of exploitation,Forced labour,2.5,158,4 +25963,2020,by form of exploitation,Forced labour,2.5,158,5 +25964,2020,by form of exploitation,Forced labour,2.5,158,6 +25965,2020,by form of exploitation,Forced labour,2.5,158,7 +25966,2020,by form of exploitation,Forced labour,2.5,158,2 +25967,2020,by form of exploitation,Forced labour,2.5,158,1 +25968,2020,by form of exploitation,Sexual exploitation,2.5,158,4 +25969,2020,by form of exploitation,Sexual exploitation,2.5,158,5 +25970,2020,by form of exploitation,Sexual exploitation,2.5,158,6 +25971,2020,by form of exploitation,Sexual exploitation,2.5,158,7 +25972,2020,by form of exploitation,Sexual exploitation,2.5,158,2 +25973,2020,by form of exploitation,Sexual exploitation,2.5,158,1 +25974,2003,by country of repatriation,Abroad,2.5,159,1 +25975,2007,by form of exploitation,Forced labour,14.0,159,1 +25976,2007,by form of exploitation,Sexual exploitation,21.0,159,1 +25977,2010,Unknown,Unknown,5.0,159,4 +25978,2010,Unknown,Unknown,2.5,159,5 +25979,2010,Unknown,Unknown,2.5,159,6 +25980,2010,Unknown,Unknown,2.5,159,7 +25981,2010,Unknown,Unknown,5.0,159,2 +25982,2010,Unknown,Unknown,2.5,159,3 +25983,2010,Unknown,Unknown,5.0,159,1 +25984,2010,by form of exploitation,Sexual exploitation,2.5,159,1 +25985,2014,Unknown,Unknown,2.5,159,2 +25986,2014,Unknown,Unknown,2.5,159,3 +25987,2017,Unknown,Unknown,2.5,159,4 +25988,2017,Unknown,Unknown,9.0,159,5 +25989,2017,Unknown,Unknown,2.5,159,6 +25990,2017,Unknown,Unknown,2.5,159,7 +25991,2017,Unknown,Unknown,2.5,159,2 +25992,2017,Unknown,Unknown,10.0,159,3 +25993,2017,Unknown,Unknown,10.0,159,1 +25994,2017,by form of exploitation,Forced labour,2.5,159,4 +25995,2017,by form of exploitation,Forced labour,9.0,159,5 +25996,2017,by form of exploitation,Forced labour,2.5,159,6 +25997,2017,by form of exploitation,Forced labour,2.5,159,7 +25998,2017,by form of exploitation,Forced labour,10.0,159,1 +25999,2017,by form of exploitation,Sexual exploitation,2.5,159,1 +26000,2018,by form of exploitation,Forced labour,2.5,159,1 +26001,2018,by form of exploitation,Sexual exploitation,2.5,159,1 +26002,2019,Unknown,Unknown,13.0,159,4 +26003,2019,Unknown,Unknown,2.5,159,5 +26004,2019,Unknown,Unknown,7.0,159,6 +26005,2019,Unknown,Unknown,2.5,159,7 +26006,2019,Unknown,Unknown,20.0,159,2 +26007,2019,Unknown,Unknown,2.5,159,3 +26008,2019,Unknown,Unknown,22.0,159,1 +26009,2019,by citizenship,Sierra Leone,22.0,159,1 +26010,2019,by country of repatriation,Oman,2.5,159,1 +26011,2019,by country of repatriation,Abroad,2.5,159,1 +26012,2019,by form of exploitation,Sexual exploitation,2.5,159,1 +26013,2020,Unknown,Unknown,14.0,159,4 +26014,2020,Unknown,Unknown,31.0,159,5 +26015,2020,Unknown,Unknown,9.0,159,6 +26016,2020,Unknown,Unknown,2.5,159,7 +26017,2020,Unknown,Unknown,20.0,159,2 +26018,2020,Unknown,Unknown,8.0,159,3 +26019,2020,Unknown,Unknown,50.0,159,1 +26020,2020,by citizenship,Sierra Leone,28.0,159,1 +26021,2020,by country of repatriation,Lebanon,6.0,159,1 +26022,2020,by country of repatriation,Oman,2.5,159,1 +26023,2020,by country of repatriation,Abroad,8.0,159,1 +26024,2020,by form of exploitation,Forced labour,2.5,159,1 +26025,2020,by form of exploitation,Sexual exploitation,2.5,159,1 +26026,2021,Unknown,Unknown,19.0,159,4 +26027,2021,Unknown,Unknown,37.0,159,5 +26028,2021,Unknown,Unknown,17.0,159,6 +26029,2021,Unknown,Unknown,2.5,159,7 +26030,2021,Unknown,Unknown,64.0,159,2 +26031,2021,Unknown,Unknown,40.0,159,3 +26032,2021,Unknown,Unknown,41.0,159,1 +26033,2021,by citizenship,Sierra Leone,54.0,159,1 +26034,2021,by country of repatriation,Lebanon,2.5,159,1 +26035,2021,by country of repatriation,Oman,2.5,159,1 +26036,2021,by country of repatriation,Abroad,5.0,159,1 +26037,2021,by form of exploitation,Forced labour,2.5,159,5 +26038,2021,by form of exploitation,Sexual exploitation,2.5,159,5 +26039,2022,Unknown,Unknown,16.0,159,4 +26040,2022,Unknown,Unknown,20.0,159,5 +26041,2022,Unknown,Unknown,15.0,159,6 +26042,2022,Unknown,Unknown,2.5,159,7 +26043,2022,Unknown,Unknown,60.0,159,2 +26044,2022,Unknown,Unknown,22.0,159,3 +26045,2022,Unknown,Unknown,34.0,159,1 +26046,2022,by citizenship,(Nationality not stated),2.5,159,1 +26047,2022,by citizenship,Sierra Leone,38.0,159,1 +26048,2022,by country of repatriation,Lebanon,2.5,159,1 +26049,2022,by country of repatriation,Oman,10.0,159,1 +26050,2022,by country of repatriation,Senegal,2.5,159,1 +26051,2022,by country of repatriation,Abroad,17.0,159,1 +26052,2022,by form of exploitation,Forced labour,10.0,159,5 +26053,2022,by form of exploitation,Forced labour,10.0,159,1 +26054,2022,by form of exploitation,Sexual exploitation,10.0,159,5 +26055,2022,by form of exploitation,Sexual exploitation,10.0,159,1 +26056,2003,by country of repatriation,Abroad,2.5,160,1 +26057,2006,by form of exploitation,Forced labour,2.5,160,1 +26058,2006,by form of exploitation,Sexual exploitation,43.0,160,1 +26059,2007,Unknown,Unknown,17.0,160,4 +26060,2007,Unknown,Unknown,27.0,160,5 +26061,2007,Unknown,Unknown,2.5,160,6 +26062,2007,Unknown,Unknown,2.5,160,7 +26063,2007,Unknown,Unknown,20.0,160,2 +26064,2007,Unknown,Unknown,29.0,160,3 +26065,2007,Unknown,Unknown,49.0,160,1 +26066,2007,by citizenship,El Salvador,52.0,160,1 +26067,2007,by citizenship,Guatemala,2.5,160,1 +26068,2007,by citizenship,Honduras,2.5,160,1 +26069,2007,by citizenship,Nicaragua,2.5,160,1 +26070,2007,by form of exploitation,Forced labour,2.5,160,1 +26071,2007,by form of exploitation,Sexual exploitation,44.0,160,1 +26072,2008,Unknown,Unknown,24.0,160,4 +26073,2008,Unknown,Unknown,48.0,160,5 +26074,2008,Unknown,Unknown,2.5,160,6 +26075,2008,Unknown,Unknown,5.0,160,7 +26076,2008,Unknown,Unknown,25.0,160,2 +26077,2008,Unknown,Unknown,53.0,160,3 +26078,2008,Unknown,Unknown,78.0,160,1 +26079,2008,by citizenship,China,2.5,160,1 +26080,2008,by citizenship,El Salvador,78.0,160,1 +26081,2008,by citizenship,Guatemala,2.5,160,1 +26082,2008,by citizenship,Honduras,2.5,160,1 +26083,2008,by citizenship,Nicaragua,2.5,160,1 +26084,2008,by form of exploitation,Forced labour,5.0,160,1 +26085,2008,by form of exploitation,Sexual exploitation,68.0,160,1 +26086,2009,Unknown,Unknown,25.0,160,4 +26087,2009,Unknown,Unknown,22.0,160,5 +26088,2009,Unknown,Unknown,2.5,160,6 +26089,2009,Unknown,Unknown,2.5,160,7 +26090,2009,Unknown,Unknown,25.0,160,2 +26091,2009,Unknown,Unknown,26.0,160,3 +26092,2009,Unknown,Unknown,51.0,160,1 +26093,2009,by citizenship,Argentina,2.5,160,1 +26094,2009,by citizenship,China,2.5,160,1 +26095,2009,by citizenship,Dominican Republic,2.5,160,1 +26096,2009,by citizenship,El Salvador,44.0,160,1 +26097,2009,by citizenship,Guatemala,2.5,160,1 +26098,2009,by citizenship,Honduras,2.5,160,1 +26099,2009,by form of exploitation,Forced labour,2.5,160,1 +26100,2009,by form of exploitation,Sexual exploitation,59.0,160,1 +26101,2010,Unknown,Unknown,39.0,160,4 +26102,2010,Unknown,Unknown,25.0,160,5 +26103,2010,Unknown,Unknown,2.5,160,6 +26104,2010,Unknown,Unknown,7.0,160,7 +26105,2010,Unknown,Unknown,40.0,160,2 +26106,2010,Unknown,Unknown,32.0,160,3 +26107,2010,Unknown,Unknown,72.0,160,1 +26108,2010,by citizenship,El Salvador,60.0,160,1 +26109,2010,by citizenship,Honduras,2.5,160,1 +26110,2010,by citizenship,Mexico,2.5,160,1 +26111,2010,by citizenship,Nicaragua,2.5,160,1 +26112,2010,by country of repatriation,Guatemala,2.5,160,1 +26113,2010,by form of exploitation,Forced labour,2.5,160,1 +26114,2010,by form of exploitation,Sexual exploitation,70.0,160,1 +26115,2011,Unknown,Unknown,37.0,160,4 +26116,2011,Unknown,Unknown,28.0,160,5 +26117,2011,Unknown,Unknown,2.5,160,6 +26118,2011,Unknown,Unknown,2.5,160,7 +26119,2011,Unknown,Unknown,38.0,160,2 +26120,2011,Unknown,Unknown,30.0,160,3 +26121,2011,Unknown,Unknown,68.0,160,1 +26122,2011,by citizenship,El Salvador,49.0,160,1 +26123,2011,by citizenship,Mexico,2.5,160,1 +26124,2011,by citizenship,Nicaragua,2.5,160,1 +26125,2011,by country of repatriation,Guatemala,2.5,160,1 +26126,2011,by form of exploitation,Forced labour,2.5,160,1 +26127,2011,by form of exploitation,Sexual exploitation,67.0,160,1 +26128,2012,Unknown,Unknown,31.0,160,4 +26129,2012,Unknown,Unknown,35.0,160,5 +26130,2012,Unknown,Unknown,2.5,160,6 +26131,2012,Unknown,Unknown,2.5,160,7 +26132,2012,Unknown,Unknown,31.0,160,2 +26133,2012,Unknown,Unknown,39.0,160,3 +26134,2012,Unknown,Unknown,70.0,160,1 +26135,2012,by citizenship,Colombia,2.5,160,1 +26136,2012,by citizenship,El Salvador,85.0,160,1 +26137,2012,by citizenship,Guatemala,2.5,160,1 +26138,2012,by citizenship,Honduras,2.5,160,1 +26139,2012,by citizenship,Nicaragua,2.5,160,1 +26140,2012,by form of exploitation,Sexual exploitation,68.0,160,1 +26141,2013,Unknown,Unknown,39.0,160,4 +26142,2013,Unknown,Unknown,39.0,160,5 +26143,2013,Unknown,Unknown,2.5,160,6 +26144,2013,Unknown,Unknown,2.5,160,7 +26145,2013,Unknown,Unknown,42.0,160,2 +26146,2013,Unknown,Unknown,42.0,160,3 +26147,2013,Unknown,Unknown,84.0,160,1 +26148,2013,by citizenship,Costa Rica,2.5,160,1 +26149,2013,by citizenship,El Salvador,8.0,160,1 +26150,2013,by citizenship,Guatemala,2.5,160,1 +26151,2013,by citizenship,Honduras,2.5,160,1 +26152,2013,by citizenship,Mexico,2.5,160,1 +26153,2013,by citizenship,Nicaragua,2.5,160,1 +26154,2013,by country of repatriation,Guatemala,2.5,160,1 +26155,2013,by country of repatriation,Peru,2.5,160,1 +26156,2013,by form of exploitation,Forced labour,2.5,160,1 +26157,2013,by form of exploitation,Sexual exploitation,80.0,160,1 +26158,2014,Unknown,Unknown,64.0,160,4 +26159,2014,Unknown,Unknown,17.0,160,5 +26160,2014,Unknown,Unknown,2.5,160,6 +26161,2014,Unknown,Unknown,2.5,160,7 +26162,2014,Unknown,Unknown,68.0,160,2 +26163,2014,Unknown,Unknown,18.0,160,3 +26164,2014,Unknown,Unknown,86.0,160,1 +26165,2014,by citizenship,El Salvador,61.0,160,1 +26166,2014,by citizenship,Guatemala,6.0,160,1 +26167,2014,by citizenship,Honduras,2.5,160,1 +26168,2014,by citizenship,Mexico,2.5,160,1 +26169,2014,by citizenship,Nicaragua,2.5,160,1 +26170,2014,by country of repatriation,Guatemala,2.5,160,1 +26171,2014,by form of exploitation,Forced labour,2.5,160,1 +26172,2014,by form of exploitation,Sexual exploitation,52.0,160,1 +26173,2015,Unknown,Unknown,26.0,160,4 +26174,2015,Unknown,Unknown,16.0,160,5 +26175,2015,Unknown,Unknown,2.5,160,6 +26176,2015,Unknown,Unknown,2.5,160,7 +26177,2015,Unknown,Unknown,28.0,160,2 +26178,2015,Unknown,Unknown,17.0,160,3 +26179,2015,Unknown,Unknown,45.0,160,1 +26180,2015,by citizenship,El Salvador,45.0,160,1 +26181,2015,by citizenship,Honduras,2.5,160,1 +26182,2015,by citizenship,Nicaragua,2.5,160,1 +26183,2015,by citizenship,Peru,2.5,160,1 +26184,2015,by form of exploitation,Sexual exploitation,42.0,160,1 +26185,2016,Unknown,Unknown,2.5,160,4 +26186,2016,Unknown,Unknown,20.0,160,5 +26187,2016,Unknown,Unknown,2.5,160,6 +26188,2016,Unknown,Unknown,27.0,160,7 +26189,2016,Unknown,Unknown,2.5,160,2 +26190,2016,Unknown,Unknown,47.0,160,3 +26191,2016,Unknown,Unknown,49.0,160,1 +26192,2016,by citizenship,Cuba,2.5,160,1 +26193,2016,by citizenship,El Salvador,42.0,160,1 +26194,2016,by citizenship,Guatemala,2.5,160,1 +26195,2016,by citizenship,Honduras,2.5,160,1 +26196,2016,by citizenship,Mexico,2.5,160,1 +26197,2016,by country of repatriation,Guatemala,2.5,160,1 +26198,2016,by form of exploitation,Sexual exploitation,49.0,160,1 +26199,2017,Unknown,Unknown,20.0,160,4 +26200,2017,Unknown,Unknown,20.0,160,5 +26201,2017,Unknown,Unknown,2.5,160,6 +26202,2017,Unknown,Unknown,2.5,160,7 +26203,2017,Unknown,Unknown,2.5,160,9 +26204,2017,Unknown,Unknown,24.0,160,2 +26205,2017,Unknown,Unknown,21.0,160,3 +26206,2017,Unknown,Unknown,45.0,160,1 +26207,2017,Unknown,Unknown,10.0,160,1 +26208,2017,by citizenship,Nationals,25.0,160,1 +26209,2017,by citizenship,Unknown,10.0,160,1 +26210,2017,by country of repatriation,Abroad,2.5,160,1 +26211,2017,by form of exploitation,Forced labour,2.5,160,4 +26212,2017,by form of exploitation,Forced labour,2.5,160,5 +26213,2017,by form of exploitation,Forced labour,2.5,160,6 +26214,2017,by form of exploitation,Forced labour,2.5,160,7 +26215,2017,by form of exploitation,Forced labour,2.5,160,9 +26216,2017,by form of exploitation,Forced labour,2.5,160,8 +26217,2017,by form of exploitation,Forced labour,2.5,160,2 +26218,2017,by form of exploitation,Forced labour,2.5,160,3 +26219,2017,by form of exploitation,Forced labour,2.5,160,1 +26220,2017,by form of exploitation,Forced labour,2.5,160,1 +26221,2017,by form of exploitation,Sexual exploitation,18.0,160,4 +26222,2017,by form of exploitation,Sexual exploitation,11.0,160,5 +26223,2017,by form of exploitation,Sexual exploitation,2.5,160,6 +26224,2017,by form of exploitation,Sexual exploitation,2.5,160,7 +26225,2017,by form of exploitation,Sexual exploitation,2.5,160,9 +26226,2017,by form of exploitation,Sexual exploitation,2.5,160,8 +26227,2017,by form of exploitation,Sexual exploitation,12.0,160,2 +26228,2017,by form of exploitation,Sexual exploitation,9.0,160,3 +26229,2017,by form of exploitation,Sexual exploitation,30.0,160,1 +26230,2017,by form of exploitation,Sexual exploitation,8.0,160,1 +26231,2018,Unknown,Unknown,25.0,160,4 +26232,2018,Unknown,Unknown,22.0,160,5 +26233,2018,Unknown,Unknown,6.0,160,6 +26234,2018,Unknown,Unknown,9.0,160,7 +26235,2018,Unknown,Unknown,2.5,160,9 +26236,2018,Unknown,Unknown,31.0,160,2 +26237,2018,Unknown,Unknown,31.0,160,3 +26238,2018,Unknown,Unknown,46.0,160,1 +26239,2018,Unknown,Unknown,13.0,160,1 +26240,2018,by citizenship,,46.0,160,1 +26241,2018,by country of repatriation,Abroad,2.5,160,1 +26242,2018,by form of exploitation,Forced labour,5.0,160,4 +26243,2018,by form of exploitation,Forced labour,2.5,160,5 +26244,2018,by form of exploitation,Forced labour,5.0,160,6 +26245,2018,by form of exploitation,Forced labour,2.5,160,7 +26246,2018,by form of exploitation,Forced labour,2.5,160,9 +26247,2018,by form of exploitation,Forced labour,2.5,160,8 +26248,2018,by form of exploitation,Forced labour,6.0,160,2 +26249,2018,by form of exploitation,Forced labour,2.5,160,3 +26250,2018,by form of exploitation,Forced labour,16.0,160,1 +26251,2018,by form of exploitation,Forced labour,2.5,160,1 +26252,2018,by form of exploitation,Sexual exploitation,15.0,160,4 +26253,2018,by form of exploitation,Sexual exploitation,38.0,160,5 +26254,2018,by form of exploitation,Sexual exploitation,2.5,160,6 +26255,2018,by form of exploitation,Sexual exploitation,2.5,160,7 +26256,2018,by form of exploitation,Sexual exploitation,2.5,160,9 +26257,2018,by form of exploitation,Sexual exploitation,2.5,160,8 +26258,2018,by form of exploitation,Sexual exploitation,8.0,160,2 +26259,2018,by form of exploitation,Sexual exploitation,6.0,160,3 +26260,2018,by form of exploitation,Sexual exploitation,29.0,160,1 +26261,2018,by form of exploitation,Sexual exploitation,8.0,160,1 +26262,2019,Unknown,Unknown,11.0,160,4 +26263,2019,Unknown,Unknown,2.5,160,5 +26264,2019,Unknown,Unknown,2.5,160,6 +26265,2019,Unknown,Unknown,7.0,160,7 +26266,2019,Unknown,Unknown,2.5,160,9 +26267,2019,Unknown,Unknown,2.5,160,8 +26268,2019,Unknown,Unknown,15.0,160,2 +26269,2019,Unknown,Unknown,11.0,160,3 +26270,2019,Unknown,Unknown,41.0,160,1 +26271,2019,Unknown,Unknown,15.0,160,1 +26272,2019,by citizenship,Belize,2.5,160,1 +26273,2019,by citizenship,El Salvador,23.0,160,1 +26274,2019,by citizenship,Honduras,2.5,160,1 +26275,2019,by citizenship,Unknown,14.0,160,1 +26276,2019,by country of repatriation,Abroad,46.0,160,1 +26277,2019,by form of exploitation,Forced labour,2.5,160,4 +26278,2019,by form of exploitation,Forced labour,2.5,160,5 +26279,2019,by form of exploitation,Forced labour,2.5,160,6 +26280,2019,by form of exploitation,Forced labour,2.5,160,7 +26281,2019,by form of exploitation,Forced labour,2.5,160,9 +26282,2019,by form of exploitation,Forced labour,2.5,160,8 +26283,2019,by form of exploitation,Forced labour,2.5,160,2 +26284,2019,by form of exploitation,Forced labour,2.5,160,3 +26285,2019,by form of exploitation,Forced labour,2.5,160,1 +26286,2019,by form of exploitation,Forced labour,45.0,160,1 +26287,2019,by form of exploitation,Sexual exploitation,9.0,160,4 +26288,2019,by form of exploitation,Sexual exploitation,2.5,160,5 +26289,2019,by form of exploitation,Sexual exploitation,2.5,160,6 +26290,2019,by form of exploitation,Sexual exploitation,2.5,160,7 +26291,2019,by form of exploitation,Sexual exploitation,2.5,160,9 +26292,2019,by form of exploitation,Sexual exploitation,14.0,160,8 +26293,2019,by form of exploitation,Sexual exploitation,9.0,160,2 +26294,2019,by form of exploitation,Sexual exploitation,6.0,160,3 +26295,2019,by form of exploitation,Sexual exploitation,25.0,160,1 +26296,2019,by form of exploitation,Sexual exploitation,10.0,160,1 +26297,2020,Unknown,Unknown,11.0,160,4 +26298,2020,Unknown,Unknown,6.0,160,5 +26299,2020,Unknown,Unknown,2.5,160,6 +26300,2020,Unknown,Unknown,2.5,160,7 +26301,2020,Unknown,Unknown,2.5,160,9 +26302,2020,Unknown,Unknown,2.5,160,8 +26303,2020,Unknown,Unknown,12.0,160,2 +26304,2020,Unknown,Unknown,7.0,160,3 +26305,2020,Unknown,Unknown,21.0,160,1 +26306,2020,Unknown,Unknown,2.5,160,1 +26307,2020,by citizenship,El Salvador,11.0,160,1 +26308,2020,by citizenship,Guatemala,2.5,160,1 +26309,2020,by citizenship,Honduras,2.5,160,1 +26310,2020,by citizenship,Unknown,6.0,160,1 +26311,2020,by country of repatriation,Abroad,2.5,160,1 +26312,2020,by form of exploitation,Forced labour,2.5,160,4 +26313,2020,by form of exploitation,Forced labour,2.5,160,5 +26314,2020,by form of exploitation,Forced labour,2.5,160,6 +26315,2020,by form of exploitation,Forced labour,2.5,160,7 +26316,2020,by form of exploitation,Forced labour,2.5,160,9 +26317,2020,by form of exploitation,Forced labour,2.5,160,8 +26318,2020,by form of exploitation,Forced labour,2.5,160,2 +26319,2020,by form of exploitation,Forced labour,2.5,160,3 +26320,2020,by form of exploitation,Forced labour,2.5,160,1 +26321,2020,by form of exploitation,Forced labour,2.5,160,1 +26322,2020,by form of exploitation,Sexual exploitation,5.0,160,4 +26323,2020,by form of exploitation,Sexual exploitation,2.5,160,5 +26324,2020,by form of exploitation,Sexual exploitation,2.5,160,6 +26325,2020,by form of exploitation,Sexual exploitation,2.5,160,7 +26326,2020,by form of exploitation,Sexual exploitation,2.5,160,9 +26327,2020,by form of exploitation,Sexual exploitation,5.0,160,8 +26328,2020,by form of exploitation,Sexual exploitation,5.0,160,2 +26329,2020,by form of exploitation,Sexual exploitation,2.5,160,3 +26330,2020,by form of exploitation,Sexual exploitation,9.0,160,1 +26331,2020,by form of exploitation,Sexual exploitation,2.5,160,1 +26332,2021,Unknown,Unknown,19.0,160,4 +26333,2021,Unknown,Unknown,2.5,160,5 +26334,2021,Unknown,Unknown,2.5,160,6 +26335,2021,Unknown,Unknown,2.5,160,7 +26336,2021,Unknown,Unknown,20.0,160,2 +26337,2021,Unknown,Unknown,2.5,160,3 +26338,2021,Unknown,Unknown,27.0,160,1 +26339,2021,Unknown,Unknown,2.5,160,1 +26340,2021,by citizenship,El Salvador,18.0,160,1 +26341,2021,by citizenship,Unknown,9.0,160,1 +26342,2021,by form of exploitation,Forced labour,2.5,160,4 +26343,2021,by form of exploitation,Forced labour,2.5,160,5 +26344,2021,by form of exploitation,Forced labour,2.5,160,6 +26345,2021,by form of exploitation,Forced labour,2.5,160,7 +26346,2021,by form of exploitation,Forced labour,2.5,160,2 +26347,2021,by form of exploitation,Forced labour,2.5,160,1 +26348,2021,by form of exploitation,Sexual exploitation,16.0,160,4 +26349,2021,by form of exploitation,Sexual exploitation,2.5,160,5 +26350,2021,by form of exploitation,Sexual exploitation,2.5,160,6 +26351,2021,by form of exploitation,Sexual exploitation,2.5,160,7 +26352,2021,by form of exploitation,Sexual exploitation,16.0,160,2 +26353,2021,by form of exploitation,Sexual exploitation,2.5,160,3 +26354,2021,by form of exploitation,Sexual exploitation,19.0,160,1 +26355,2021,by form of exploitation,Sexual exploitation,2.5,160,1 +26356,2022,Unknown,Unknown,9.0,160,4 +26357,2022,Unknown,Unknown,6.0,160,5 +26358,2022,Unknown,Unknown,2.5,160,6 +26359,2022,Unknown,Unknown,2.5,160,7 +26360,2022,Unknown,Unknown,2.5,160,9 +26361,2022,Unknown,Unknown,13.0,160,2 +26362,2022,Unknown,Unknown,7.0,160,3 +26363,2022,Unknown,Unknown,21.0,160,1 +26364,2022,Unknown,Unknown,7.0,160,1 +26365,2022,by citizenship,El Salvador,16.0,160,1 +26366,2022,by citizenship,Unknown,9.0,160,1 +26367,2022,by form of exploitation,Forced labour,2.5,160,4 +26368,2022,by form of exploitation,Forced labour,2.5,160,5 +26369,2022,by form of exploitation,Forced labour,2.5,160,6 +26370,2022,by form of exploitation,Forced labour,2.5,160,7 +26371,2022,by form of exploitation,Forced labour,2.5,160,3 +26372,2022,by form of exploitation,Forced labour,2.5,160,1 +26373,2022,by form of exploitation,Sexual exploitation,6.0,160,4 +26374,2022,by form of exploitation,Sexual exploitation,2.5,160,5 +26375,2022,by form of exploitation,Sexual exploitation,2.5,160,6 +26376,2022,by form of exploitation,Sexual exploitation,2.5,160,7 +26377,2022,by form of exploitation,Sexual exploitation,7.0,160,2 +26378,2022,by form of exploitation,Sexual exploitation,2.5,160,3 +26379,2022,by form of exploitation,Sexual exploitation,12.0,160,1 +26380,2022,by form of exploitation,Sexual exploitation,2.5,160,1 +26381,2017,by form of exploitation,Sexual exploitation,2.5,161,1 +26382,2018,by form of exploitation,Forced labour,2.5,161,1 +26383,2018,by form of exploitation,Sexual exploitation,2.5,161,1 +26384,2019,by form of exploitation,Sexual exploitation,2.5,161,1 +26385,2020,by form of exploitation,Forced labour,2.5,161,1 +26386,2020,by form of exploitation,Sexual exploitation,2.5,161,1 +26387,2003,by country of repatriation,Abroad,2.5,162,1 +26388,2006,by form of exploitation,Forced labour,2.5,162,1 +26389,2006,by form of exploitation,Sexual exploitation,30.0,162,1 +26390,2007,Unknown,Unknown,19.0,162,4 +26391,2007,Unknown,Unknown,15.0,162,5 +26392,2007,Unknown,Unknown,16.0,162,6 +26393,2007,Unknown,Unknown,46.0,162,7 +26394,2007,Unknown,Unknown,35.0,162,2 +26395,2007,Unknown,Unknown,61.0,162,3 +26396,2007,Unknown,Unknown,96.0,162,1 +26397,2007,by citizenship,Albania,21.0,162,1 +26398,2007,by citizenship,Former Yugoslavia,2.5,162,1 +26399,2007,by citizenship,Romania,2.5,162,1 +26400,2007,by citizenship,Serbia,69.0,162,1 +26401,2007,by citizenship,Turkey,2.5,162,1 +26402,2007,by citizenship,Ukraine,2.5,162,1 +26403,2008,Unknown,Unknown,19.0,162,4 +26404,2008,Unknown,Unknown,20.0,162,5 +26405,2008,Unknown,Unknown,9.0,162,6 +26406,2008,Unknown,Unknown,2.5,162,7 +26407,2008,Unknown,Unknown,28.0,162,2 +26408,2008,Unknown,Unknown,20.0,162,3 +26409,2008,Unknown,Unknown,48.0,162,1 +26410,2008,by citizenship,Bosnia and Herzegovina,5.0,162,1 +26411,2008,by citizenship,Romania,2.5,162,1 +26412,2008,by citizenship,Serbia,41.0,162,1 +26413,2008,by citizenship,Ukraine,2.5,162,1 +26414,2008,by form of exploitation,Forced labour,2.5,162,1 +26415,2008,by form of exploitation,Sexual exploitation,28.0,162,1 +26416,2009,Unknown,Unknown,33.0,162,4 +26417,2009,Unknown,Unknown,33.0,162,5 +26418,2009,Unknown,Unknown,15.0,162,6 +26419,2009,Unknown,Unknown,2.5,162,7 +26420,2009,Unknown,Unknown,48.0,162,2 +26421,2009,Unknown,Unknown,37.0,162,3 +26422,2009,Unknown,Unknown,85.0,162,1 +26423,2009,by citizenship,Czech Republic,2.5,162,1 +26424,2009,by citizenship,Dominican Republic,2.5,162,1 +26425,2009,by citizenship,Romania,2.5,162,1 +26426,2009,by citizenship,Serbia,79.0,162,1 +26427,2009,by form of exploitation,Forced labour,9.0,162,1 +26428,2009,by form of exploitation,Sexual exploitation,34.0,162,1 +26429,2010,Unknown,Unknown,27.0,162,4 +26430,2010,Unknown,Unknown,43.0,162,5 +26431,2010,Unknown,Unknown,5.0,162,6 +26432,2010,Unknown,Unknown,2.5,162,7 +26433,2010,Unknown,Unknown,32.0,162,2 +26434,2010,Unknown,Unknown,44.0,162,3 +26435,2010,Unknown,Unknown,76.0,162,1 +26436,2010,by citizenship,Croatia,2.5,162,1 +26437,2010,by citizenship,Moldova,2.5,162,1 +26438,2010,by citizenship,Serbia,73.0,162,1 +26439,2010,by citizenship,North Macedonia,2.5,162,1 +26440,2010,by country of repatriation,Croatia,2.5,162,1 +26441,2011,Unknown,Unknown,17.0,162,4 +26442,2011,Unknown,Unknown,35.0,162,5 +26443,2011,Unknown,Unknown,6.0,162,6 +26444,2011,Unknown,Unknown,16.0,162,7 +26445,2011,Unknown,Unknown,23.0,162,2 +26446,2011,Unknown,Unknown,51.0,162,3 +26447,2011,Unknown,Unknown,74.0,162,1 +26448,2011,by citizenship,Montenegro,2.5,162,1 +26449,2011,by citizenship,Serbia,72.0,162,1 +26450,2011,by citizenship,Ukraine,2.5,162,1 +26451,2012,Unknown,Unknown,27.0,162,4 +26452,2012,Unknown,Unknown,34.0,162,5 +26453,2012,Unknown,Unknown,6.0,162,6 +26454,2012,Unknown,Unknown,12.0,162,7 +26455,2012,Unknown,Unknown,33.0,162,2 +26456,2012,Unknown,Unknown,46.0,162,3 +26457,2012,Unknown,Unknown,79.0,162,1 +26458,2012,by citizenship,Bosnia and Herzegovina,2.5,162,1 +26459,2012,by citizenship,Bulgaria,2.5,162,1 +26460,2012,by citizenship,Montenegro,2.5,162,1 +26461,2012,by citizenship,Moldova,2.5,162,1 +26462,2012,by citizenship,Romania,2.5,162,1 +26463,2012,by citizenship,Serbia,39.0,162,1 +26464,2012,by citizenship,Thailand,2.5,162,1 +26465,2012,by country of repatriation,Montenegro,2.5,162,1 +26466,2012,by country of repatriation,Ukraine,2.5,162,1 +26467,2012,by form of exploitation,Forced labour,13.0,162,1 +26468,2012,by form of exploitation,Sexual exploitation,42.0,162,1 +26469,2013,Unknown,Unknown,25.0,162,4 +26470,2013,Unknown,Unknown,22.0,162,5 +26471,2013,Unknown,Unknown,5.0,162,6 +26472,2013,Unknown,Unknown,24.0,162,7 +26473,2013,Unknown,Unknown,30.0,162,2 +26474,2013,Unknown,Unknown,46.0,162,3 +26475,2013,Unknown,Unknown,76.0,162,1 +26476,2013,by citizenship,Serbia,50.0,162,1 +26477,2013,by country of repatriation,Moldova,2.5,162,1 +26478,2014,Unknown,Unknown,8.0,162,4 +26479,2014,Unknown,Unknown,36.0,162,5 +26480,2014,Unknown,Unknown,2.5,162,6 +26481,2014,Unknown,Unknown,5.0,162,7 +26482,2014,Unknown,Unknown,11.0,162,2 +26483,2014,Unknown,Unknown,41.0,162,3 +26484,2014,Unknown,Unknown,52.0,162,1 +26485,2014,by citizenship,Bosnia and Herzegovina,2.5,162,1 +26486,2014,by citizenship,Serbia,16.0,162,1 +26487,2014,by form of exploitation,Forced labour,2.5,162,4 +26488,2014,by form of exploitation,Forced labour,2.5,162,5 +26489,2014,by form of exploitation,Forced labour,2.5,162,6 +26490,2014,by form of exploitation,Forced labour,35.0,162,7 +26491,2014,by form of exploitation,Forced labour,35.0,162,1 +26492,2014,by form of exploitation,Sexual exploitation,2.5,162,4 +26493,2014,by form of exploitation,Sexual exploitation,2.5,162,6 +26494,2014,by form of exploitation,Sexual exploitation,8.0,162,1 +26495,2015,Unknown,Unknown,2.5,162,4 +26496,2015,Unknown,Unknown,19.0,162,5 +26497,2015,Unknown,Unknown,2.5,162,6 +26498,2015,Unknown,Unknown,9.0,162,7 +26499,2015,Unknown,Unknown,2.5,162,2 +26500,2015,Unknown,Unknown,28.0,162,3 +26501,2015,Unknown,Unknown,32.0,162,1 +26502,2015,by citizenship,Bosnia and Herzegovina,2.5,162,1 +26503,2015,by citizenship,Serbia,17.0,162,1 +26504,2015,by form of exploitation,Forced labour,2.5,162,4 +26505,2015,by form of exploitation,Forced labour,2.5,162,5 +26506,2015,by form of exploitation,Forced labour,2.5,162,6 +26507,2015,by form of exploitation,Forced labour,8.0,162,7 +26508,2015,by form of exploitation,Forced labour,8.0,162,1 +26509,2015,by form of exploitation,Sexual exploitation,2.5,162,4 +26510,2015,by form of exploitation,Sexual exploitation,17.0,162,6 +26511,2015,by form of exploitation,Sexual exploitation,20.0,162,1 +26512,2016,Unknown,Unknown,5.0,162,4 +26513,2016,Unknown,Unknown,23.0,162,5 +26514,2016,Unknown,Unknown,2.5,162,6 +26515,2016,Unknown,Unknown,2.5,162,7 +26516,2016,Unknown,Unknown,5.0,162,2 +26517,2016,Unknown,Unknown,26.0,162,3 +26518,2016,Unknown,Unknown,31.0,162,1 +26519,2016,by citizenship,Serbia,26.0,162,1 +26520,2016,by form of exploitation,Forced labour,2.5,162,7 +26521,2016,by form of exploitation,Forced labour,2.5,162,1 +26522,2016,by form of exploitation,Sexual exploitation,2.5,162,4 +26523,2016,by form of exploitation,Sexual exploitation,23.0,162,5 +26524,2016,by form of exploitation,Sexual exploitation,26.0,162,1 +26525,2017,Unknown,Unknown,13.0,162,4 +26526,2017,Unknown,Unknown,8.0,162,5 +26527,2017,Unknown,Unknown,2.5,162,6 +26528,2017,Unknown,Unknown,2.5,162,7 +26529,2017,Unknown,Unknown,13.0,162,2 +26530,2017,Unknown,Unknown,8.0,162,3 +26531,2017,Unknown,Unknown,21.0,162,1 +26532,2017,by citizenship,Nationals,20.0,162,1 +26533,2017,by country of repatriation,Abroad,2.5,162,1 +26534,2017,by form of exploitation,Forced labour,2.5,162,4 +26535,2017,by form of exploitation,Forced labour,2.5,162,5 +26536,2017,by form of exploitation,Forced labour,2.5,162,6 +26537,2017,by form of exploitation,Forced labour,2.5,162,7 +26538,2017,by form of exploitation,Sexual exploitation,2.5,162,4 +26539,2017,by form of exploitation,Sexual exploitation,5.0,162,5 +26540,2017,by form of exploitation,Sexual exploitation,2.5,162,6 +26541,2017,by form of exploitation,Sexual exploitation,2.5,162,7 +26542,2017,by form of exploitation,Sexual exploitation,2.5,162,2 +26543,2017,by form of exploitation,Sexual exploitation,5.0,162,3 +26544,2017,by form of exploitation,Sexual exploitation,6.0,162,1 +26545,2018,Unknown,Unknown,21.0,162,4 +26546,2018,Unknown,Unknown,8.0,162,5 +26547,2018,Unknown,Unknown,2.5,162,6 +26548,2018,Unknown,Unknown,2.5,162,7 +26549,2018,Unknown,Unknown,23.0,162,2 +26550,2018,Unknown,Unknown,9.0,162,3 +26551,2018,Unknown,Unknown,32.0,162,1 +26552,2018,by citizenship,Albania,2.5,162,1 +26553,2018,by citizenship,Bulgaria,2.5,162,1 +26554,2018,by citizenship,France,2.5,162,1 +26555,2018,by citizenship,Nationals,28.0,162,1 +26556,2018,by citizenship,Romania,2.5,162,1 +26557,2018,by country of repatriation,Abroad,6.0,162,1 +26558,2018,by form of exploitation,Forced labour,2.5,162,4 +26559,2018,by form of exploitation,Forced labour,2.5,162,5 +26560,2018,by form of exploitation,Forced labour,2.5,162,6 +26561,2018,by form of exploitation,Forced labour,2.5,162,7 +26562,2018,by form of exploitation,Forced labour,2.5,162,2 +26563,2018,by form of exploitation,Forced labour,2.5,162,3 +26564,2018,by form of exploitation,Forced labour,2.5,162,1 +26565,2018,by form of exploitation,Sexual exploitation,2.5,162,4 +26566,2018,by form of exploitation,Sexual exploitation,13.0,162,5 +26567,2018,by form of exploitation,Sexual exploitation,2.5,162,6 +26568,2018,by form of exploitation,Sexual exploitation,2.5,162,7 +26569,2018,by form of exploitation,Sexual exploitation,13.0,162,2 +26570,2018,by form of exploitation,Sexual exploitation,2.5,162,3 +26571,2018,by form of exploitation,Sexual exploitation,16.0,162,1 +26572,2019,Unknown,Unknown,11.0,162,4 +26573,2019,Unknown,Unknown,10.0,162,5 +26574,2019,Unknown,Unknown,2.5,162,6 +26575,2019,Unknown,Unknown,10.0,162,7 +26576,2019,Unknown,Unknown,13.0,162,2 +26577,2019,Unknown,Unknown,20.0,162,3 +26578,2019,Unknown,Unknown,33.0,162,1 +26579,2019,by citizenship,Nationals,33.0,162,1 +26580,2019,by country of repatriation,Abroad,13.0,162,1 +26581,2019,by form of exploitation,Forced labour,2.5,162,4 +26582,2019,by form of exploitation,Forced labour,2.5,162,5 +26583,2019,by form of exploitation,Forced labour,2.5,162,6 +26584,2019,by form of exploitation,Forced labour,10.0,162,7 +26585,2019,by form of exploitation,Forced labour,2.5,162,2 +26586,2019,by form of exploitation,Forced labour,10.0,162,3 +26587,2019,by form of exploitation,Forced labour,14.0,162,1 +26588,2019,by form of exploitation,Sexual exploitation,6.0,162,4 +26589,2019,by form of exploitation,Sexual exploitation,9.0,162,5 +26590,2019,by form of exploitation,Sexual exploitation,2.5,162,6 +26591,2019,by form of exploitation,Sexual exploitation,2.5,162,7 +26592,2019,by form of exploitation,Sexual exploitation,6.0,162,2 +26593,2019,by form of exploitation,Sexual exploitation,9.0,162,3 +26594,2019,by form of exploitation,Sexual exploitation,16.0,162,1 +26595,2020,Unknown,Unknown,9.0,162,4 +26596,2020,Unknown,Unknown,18.0,162,5 +26597,2020,Unknown,Unknown,2.5,162,6 +26598,2020,Unknown,Unknown,7.0,162,7 +26599,2020,Unknown,Unknown,13.0,162,2 +26600,2020,Unknown,Unknown,25.0,162,3 +26601,2020,Unknown,Unknown,38.0,162,1 +26602,2020,by citizenship,Bosnia and Herzegovina,2.5,162,1 +26603,2020,by citizenship,Croatia,2.5,162,1 +26604,2020,by citizenship,Nationals,35.0,162,1 +26605,2020,by citizenship,North Macedonia,2.5,162,1 +26606,2020,by form of exploitation,Forced labour,2.5,162,4 +26607,2020,by form of exploitation,Forced labour,8.0,162,5 +26608,2020,by form of exploitation,Forced labour,2.5,162,6 +26609,2020,by form of exploitation,Forced labour,2.5,162,7 +26610,2020,by form of exploitation,Forced labour,2.5,162,2 +26611,2020,by form of exploitation,Forced labour,8.0,162,3 +26612,2020,by form of exploitation,Forced labour,11.0,162,1 +26613,2020,by form of exploitation,Sexual exploitation,5.0,162,4 +26614,2020,by form of exploitation,Sexual exploitation,14.0,162,5 +26615,2020,by form of exploitation,Sexual exploitation,2.5,162,6 +26616,2020,by form of exploitation,Sexual exploitation,2.5,162,7 +26617,2020,by form of exploitation,Sexual exploitation,5.0,162,2 +26618,2020,by form of exploitation,Sexual exploitation,14.0,162,3 +26619,2020,by form of exploitation,Sexual exploitation,19.0,162,1 +26620,2021,Unknown,Unknown,16.0,162,4 +26621,2021,Unknown,Unknown,21.0,162,5 +26622,2021,Unknown,Unknown,16.0,162,6 +26623,2021,Unknown,Unknown,8.0,162,7 +26624,2021,Unknown,Unknown,2.5,162,2 +26625,2021,Unknown,Unknown,29.0,162,3 +26626,2021,Unknown,Unknown,46.0,162,1 +26627,2021,by citizenship,Eritreja,2.5,162,1 +26628,2021,by citizenship,Nationals,41.0,162,1 +26629,2021,by form of exploitation,Forced labour,2.5,162,4 +26630,2021,by form of exploitation,Forced labour,2.5,162,5 +26631,2021,by form of exploitation,Forced labour,2.5,162,6 +26632,2021,by form of exploitation,Forced labour,2.5,162,7 +26633,2021,by form of exploitation,Forced labour,2.5,162,9 +26634,2021,by form of exploitation,Forced labour,2.5,162,8 +26635,2021,by form of exploitation,Forced labour,2.5,162,2 +26636,2021,by form of exploitation,Forced labour,2.5,162,3 +26637,2021,by form of exploitation,Forced labour,2.5,162,1 +26638,2021,by form of exploitation,Forced labour,2.5,162,1 +26639,2021,by form of exploitation,Sexual exploitation,6.0,162,4 +26640,2021,by form of exploitation,Sexual exploitation,17.0,162,5 +26641,2021,by form of exploitation,Sexual exploitation,2.5,162,6 +26642,2021,by form of exploitation,Sexual exploitation,2.5,162,7 +26643,2021,by form of exploitation,Sexual exploitation,2.5,162,9 +26644,2021,by form of exploitation,Sexual exploitation,2.5,162,8 +26645,2021,by form of exploitation,Sexual exploitation,6.0,162,2 +26646,2021,by form of exploitation,Sexual exploitation,17.0,162,3 +26647,2021,by form of exploitation,Sexual exploitation,23.0,162,1 +26648,2021,by form of exploitation,Sexual exploitation,2.5,162,1 +26649,2022,Unknown,Unknown,20.0,162,4 +26650,2022,Unknown,Unknown,8.0,162,5 +26651,2022,Unknown,Unknown,5.0,162,6 +26652,2022,Unknown,Unknown,29.0,162,7 +26653,2022,Unknown,Unknown,25.0,162,2 +26654,2022,Unknown,Unknown,37.0,162,3 +26655,2022,Unknown,Unknown,62.0,162,1 +26656,2022,by citizenship,Bosnia and Herzegovina,2.5,162,1 +26657,2022,by citizenship,Cameroon,2.5,162,1 +26658,2022,by citizenship,Democratic Republic of the Congo,2.5,162,1 +26659,2022,by citizenship,Nationals,56.0,162,1 +26660,2022,by citizenship,Tunisia,2.5,162,1 +26661,2022,by citizenship,Uganda,2.5,162,1 +26662,2022,by country of repatriation,Abroad,2.5,162,1 +26663,2022,by country of repatriation,Austria,2.5,162,1 +26664,2022,by country of repatriation,Belgium,2.5,162,1 +26665,2022,by country of repatriation,Denmark,2.5,162,1 +26666,2022,by country of repatriation,North Macedonia,2.5,162,1 +26667,2022,by form of exploitation,Forced labour,2.5,162,4 +26668,2022,by form of exploitation,Forced labour,2.5,162,5 +26669,2022,by form of exploitation,Forced labour,2.5,162,6 +26670,2022,by form of exploitation,Forced labour,2.5,162,7 +26671,2022,by form of exploitation,Forced labour,2.5,162,9 +26672,2022,by form of exploitation,Forced labour,2.5,162,8 +26673,2022,by form of exploitation,Forced labour,2.5,162,2 +26674,2022,by form of exploitation,Forced labour,2.5,162,3 +26675,2022,by form of exploitation,Forced labour,2.5,162,1 +26676,2022,by form of exploitation,Forced labour,2.5,162,1 +26677,2022,by form of exploitation,Sexual exploitation,14.0,162,4 +26678,2022,by form of exploitation,Sexual exploitation,20.0,162,5 +26679,2022,by form of exploitation,Sexual exploitation,2.5,162,6 +26680,2022,by form of exploitation,Sexual exploitation,2.5,162,7 +26681,2022,by form of exploitation,Sexual exploitation,2.5,162,9 +26682,2022,by form of exploitation,Sexual exploitation,2.5,162,8 +26683,2022,by form of exploitation,Sexual exploitation,14.0,162,2 +26684,2022,by form of exploitation,Sexual exploitation,20.0,162,3 +26685,2022,by form of exploitation,Sexual exploitation,34.0,162,1 +26686,2022,by form of exploitation,Sexual exploitation,2.5,162,1 +26687,2013,by country of repatriation,Uganda,10.0,163,1 +26688,2009,Unknown,Unknown,20.0,164,1 +26689,2010,Unknown,Unknown,2.5,164,1 +26690,2011,Unknown,Unknown,2.5,164,1 +26691,2012,Unknown,Unknown,5.0,164,1 +26692,2013,Unknown,Unknown,9.0,164,1 +26693,2014,Unknown,Unknown,2.5,164,2 +26694,2014,Unknown,Unknown,2.5,164,3 +26695,2015,Unknown,Unknown,2.5,164,2 +26696,2015,Unknown,Unknown,2.5,164,3 +26697,2015,by country of repatriation,Uruguay,2.5,164,1 +26698,2016,by country of repatriation,Uruguay,2.5,164,1 +26699,2017,by form of exploitation,Sexual exploitation,2.5,164,1 +26700,2018,Unknown,Unknown,2.5,164,4 +26701,2018,Unknown,Unknown,2.5,164,1 +26702,2018,Unknown,Unknown,2.5,164,1 +26703,2018,by country of repatriation,Abroad,2.5,164,1 +26704,2018,by form of exploitation,Forced labour,2.5,164,1 +26705,2018,by form of exploitation,Sexual exploitation,2.5,164,4 +26706,2018,by form of exploitation,Sexual exploitation,2.5,164,1 +26707,2019,Unknown,Unknown,2.5,164,4 +26708,2019,Unknown,Unknown,2.5,164,5 +26709,2019,Unknown,Unknown,2.5,164,6 +26710,2019,Unknown,Unknown,2.5,164,7 +26711,2019,Unknown,Unknown,2.5,164,2 +26712,2019,Unknown,Unknown,2.5,164,3 +26713,2019,Unknown,Unknown,2.5,164,1 +26714,2019,Unknown,Unknown,2.5,164,1 +26715,2019,by country of repatriation,Abroad,2.5,164,1 +26716,2019,by form of exploitation,Forced labour,2.5,164,4 +26717,2019,by form of exploitation,Forced labour,2.5,164,5 +26718,2019,by form of exploitation,Forced labour,2.5,164,6 +26719,2019,by form of exploitation,Forced labour,2.5,164,7 +26720,2019,by form of exploitation,Sexual exploitation,2.5,164,4 +26721,2019,by form of exploitation,Sexual exploitation,2.5,164,5 +26722,2019,by form of exploitation,Sexual exploitation,2.5,164,6 +26723,2019,by form of exploitation,Sexual exploitation,2.5,164,7 +26724,2019,by form of exploitation,Sexual exploitation,2.5,164,2 +26725,2019,by form of exploitation,Sexual exploitation,2.5,164,1 +26726,2020,Unknown,Unknown,2.5,164,4 +26727,2020,Unknown,Unknown,2.5,164,5 +26728,2020,Unknown,Unknown,2.5,164,6 +26729,2020,Unknown,Unknown,2.5,164,7 +26730,2020,Unknown,Unknown,2.5,164,2 +26731,2020,Unknown,Unknown,2.5,164,3 +26732,2020,Unknown,Unknown,2.5,164,1 +26733,2020,Unknown,Unknown,2.5,164,1 +26734,2020,by country of repatriation,Abroad,2.5,164,1 +26735,2020,by form of exploitation,Forced labour,2.5,164,4 +26736,2020,by form of exploitation,Forced labour,2.5,164,5 +26737,2020,by form of exploitation,Forced labour,2.5,164,6 +26738,2020,by form of exploitation,Forced labour,2.5,164,7 +26739,2020,by form of exploitation,Forced labour,2.5,164,1 +26740,2020,by form of exploitation,Sexual exploitation,2.5,164,4 +26741,2020,by form of exploitation,Sexual exploitation,8.0,164,5 +26742,2020,by form of exploitation,Sexual exploitation,2.5,164,6 +26743,2020,by form of exploitation,Sexual exploitation,2.5,164,7 +26744,2020,by form of exploitation,Sexual exploitation,2.5,164,2 +26745,2020,by form of exploitation,Sexual exploitation,8.0,164,3 +26746,2020,by form of exploitation,Sexual exploitation,10.0,164,1 +26747,2021,Unknown,Unknown,2.5,164,4 +26748,2021,Unknown,Unknown,8.0,164,5 +26749,2021,Unknown,Unknown,2.5,164,6 +26750,2021,Unknown,Unknown,2.5,164,7 +26751,2021,Unknown,Unknown,2.5,164,2 +26752,2021,Unknown,Unknown,10.0,164,3 +26753,2021,Unknown,Unknown,12.0,164,1 +26754,2021,Unknown,Unknown,2.5,164,1 +26755,2021,by citizenship,China,2.5,164,1 +26756,2021,by citizenship,Venezuela,5.0,164,1 +26757,2021,by country of repatriation,Abroad,2.5,164,1 +26758,2021,by form of exploitation,Forced labour,2.5,164,1 +26759,2021,by form of exploitation,Sexual exploitation,2.5,164,4 +26760,2021,by form of exploitation,Sexual exploitation,8.0,164,5 +26761,2021,by form of exploitation,Sexual exploitation,2.5,164,7 +26762,2021,by form of exploitation,Sexual exploitation,2.5,164,8 +26763,2008,Unknown,Unknown,2.5,165,4 +26764,2008,Unknown,Unknown,17.0,165,5 +26765,2008,Unknown,Unknown,2.5,165,6 +26766,2008,Unknown,Unknown,2.5,165,7 +26767,2008,Unknown,Unknown,2.5,165,2 +26768,2008,Unknown,Unknown,17.0,165,3 +26769,2008,Unknown,Unknown,17.0,165,1 +26770,2008,by citizenship,Slovakia,17.0,165,1 +26771,2008,by form of exploitation,Forced labour,2.5,165,1 +26772,2008,by form of exploitation,Sexual exploitation,17.0,165,1 +26773,2009,Unknown,Unknown,2.5,165,4 +26774,2009,Unknown,Unknown,15.0,165,5 +26775,2009,Unknown,Unknown,2.5,165,6 +26776,2009,Unknown,Unknown,9.0,165,7 +26777,2009,Unknown,Unknown,2.5,165,2 +26778,2009,Unknown,Unknown,24.0,165,3 +26779,2009,Unknown,Unknown,25.0,165,1 +26780,2009,by citizenship,Slovakia,25.0,165,1 +26781,2009,by form of exploitation,Forced labour,7.0,165,1 +26782,2009,by form of exploitation,Sexual exploitation,17.0,165,1 +26783,2010,Unknown,Unknown,2.5,165,4 +26784,2010,Unknown,Unknown,13.0,165,5 +26785,2010,Unknown,Unknown,2.5,165,6 +26786,2010,Unknown,Unknown,13.0,165,7 +26787,2010,Unknown,Unknown,2.5,165,2 +26788,2010,Unknown,Unknown,26.0,165,3 +26789,2010,Unknown,Unknown,28.0,165,1 +26790,2010,by citizenship,Slovakia,28.0,165,1 +26791,2010,by form of exploitation,Forced labour,11.0,165,1 +26792,2010,by form of exploitation,Sexual exploitation,11.0,165,1 +26793,2011,Unknown,Unknown,2.5,165,4 +26794,2011,Unknown,Unknown,17.0,165,5 +26795,2011,Unknown,Unknown,2.5,165,6 +26796,2011,Unknown,Unknown,13.0,165,7 +26797,2011,Unknown,Unknown,2.5,165,2 +26798,2011,Unknown,Unknown,30.0,165,3 +26799,2011,Unknown,Unknown,31.0,165,1 +26800,2011,by citizenship,Moldova,2.5,165,1 +26801,2011,by citizenship,Slovakia,30.0,165,1 +26802,2011,by form of exploitation,Forced labour,12.0,165,1 +26803,2011,by form of exploitation,Sexual exploitation,12.0,165,1 +26804,2012,Unknown,Unknown,2.5,165,4 +26805,2012,Unknown,Unknown,13.0,165,5 +26806,2012,Unknown,Unknown,2.5,165,6 +26807,2012,Unknown,Unknown,6.0,165,7 +26808,2012,Unknown,Unknown,2.5,165,2 +26809,2012,Unknown,Unknown,19.0,165,3 +26810,2012,Unknown,Unknown,23.0,165,1 +26811,2012,by citizenship,Bulgaria,2.5,165,1 +26812,2012,by citizenship,Cameroon,2.5,165,1 +26813,2012,by citizenship,Slovakia,2.5,165,1 +26814,2012,by form of exploitation,Forced labour,2.5,165,1 +26815,2012,by form of exploitation,Sexual exploitation,15.0,165,1 +26816,2013,Unknown,Unknown,2.5,165,4 +26817,2013,Unknown,Unknown,19.0,165,5 +26818,2013,Unknown,Unknown,2.5,165,6 +26819,2013,Unknown,Unknown,9.0,165,7 +26820,2013,Unknown,Unknown,2.5,165,2 +26821,2013,Unknown,Unknown,28.0,165,3 +26822,2013,Unknown,Unknown,30.0,165,1 +26823,2013,by citizenship,Kenya,2.5,165,1 +26824,2013,by citizenship,Slovakia,2.5,165,1 +26825,2013,by citizenship,Ukraine,2.5,165,1 +26826,2013,by form of exploitation,Forced labour,10.0,165,1 +26827,2013,by form of exploitation,Sexual exploitation,15.0,165,1 +26828,2014,Unknown,Unknown,2.5,165,4 +26829,2014,Unknown,Unknown,22.0,165,5 +26830,2014,Unknown,Unknown,2.5,165,6 +26831,2014,Unknown,Unknown,12.0,165,7 +26832,2014,Unknown,Unknown,2.5,165,2 +26833,2014,Unknown,Unknown,34.0,165,3 +26834,2014,Unknown,Unknown,34.0,165,1 +26835,2014,by citizenship,Slovakia,2.5,165,1 +26836,2014,by country of repatriation,Ukraine,2.5,165,1 +26837,2014,by form of exploitation,Forced labour,2.5,165,5 +26838,2014,by form of exploitation,Forced labour,9.0,165,7 +26839,2014,by form of exploitation,Forced labour,13.0,165,1 +26840,2014,by form of exploitation,Sexual exploitation,13.0,165,5 +26841,2014,by form of exploitation,Sexual exploitation,13.0,165,1 +26842,2015,Unknown,Unknown,2.5,165,4 +26843,2015,Unknown,Unknown,8.0,165,5 +26844,2015,Unknown,Unknown,2.5,165,6 +26845,2015,Unknown,Unknown,17.0,165,7 +26846,2015,Unknown,Unknown,2.5,165,2 +26847,2015,Unknown,Unknown,25.0,165,3 +26848,2015,Unknown,Unknown,25.0,165,1 +26849,2015,by citizenship,Philippines,2.5,165,1 +26850,2015,by citizenship,Slovakia,2.5,165,1 +26851,2015,by form of exploitation,Forced labour,2.5,165,5 +26852,2015,by form of exploitation,Forced labour,14.0,165,7 +26853,2015,by form of exploitation,Forced labour,17.0,165,1 +26854,2015,by form of exploitation,Sexual exploitation,2.5,165,5 +26855,2015,by form of exploitation,Sexual exploitation,2.5,165,1 +26856,2016,Unknown,Unknown,2.5,165,4 +26857,2016,Unknown,Unknown,15.0,165,5 +26858,2016,Unknown,Unknown,5.0,165,6 +26859,2016,Unknown,Unknown,22.0,165,7 +26860,2016,Unknown,Unknown,8.0,165,2 +26861,2016,Unknown,Unknown,37.0,165,3 +26862,2016,Unknown,Unknown,45.0,165,1 +26863,2016,by citizenship,Romania,2.5,165,1 +26864,2016,by citizenship,Slovakia,7.0,165,1 +26865,2016,by citizenship,Vietnam,2.5,165,1 +26866,2016,by country of repatriation,Ukraine,2.5,165,1 +26867,2016,by form of exploitation,Forced labour,2.5,165,4 +26868,2016,by form of exploitation,Forced labour,2.5,165,5 +26869,2016,by form of exploitation,Forced labour,2.5,165,6 +26870,2016,by form of exploitation,Forced labour,16.0,165,7 +26871,2016,by form of exploitation,Forced labour,20.0,165,1 +26872,2016,by form of exploitation,Sexual exploitation,2.5,165,4 +26873,2016,by form of exploitation,Sexual exploitation,14.0,165,5 +26874,2016,by form of exploitation,Sexual exploitation,2.5,165,6 +26875,2016,by form of exploitation,Sexual exploitation,2.5,165,7 +26876,2016,by form of exploitation,Sexual exploitation,18.0,165,1 +26877,2017,Unknown,Unknown,11.0,165,4 +26878,2017,Unknown,Unknown,47.0,165,5 +26879,2017,Unknown,Unknown,2.5,165,6 +26880,2017,Unknown,Unknown,30.0,165,7 +26881,2017,Unknown,Unknown,2.5,165,9 +26882,2017,Unknown,Unknown,11.0,165,2 +26883,2017,Unknown,Unknown,77.0,165,3 +26884,2017,Unknown,Unknown,88.0,165,1 +26885,2017,Unknown,Unknown,2.5,165,1 +26886,2017,by citizenship,Hungary,2.5,165,1 +26887,2017,by citizenship,Nationals,86.0,165,1 +26888,2017,by citizenship,Ukraine,2.5,165,1 +26889,2017,by country of repatriation,Abroad,24.0,165,1 +26890,2017,by country of repatriation,Austria,2.5,165,1 +26891,2017,by country of repatriation,Germany,2.5,165,1 +26892,2017,by country of repatriation,Nationals,24.0,165,1 +26893,2017,by country of repatriation,Switzerland,2.5,165,1 +26894,2017,by country of repatriation,United Kingdom,17.0,165,1 +26895,2017,by country of repatriation,Ukraine,2.5,165,1 +26896,2017,by form of exploitation,Forced labour,2.5,165,4 +26897,2017,by form of exploitation,Forced labour,2.5,165,5 +26898,2017,by form of exploitation,Forced labour,2.5,165,6 +26899,2017,by form of exploitation,Forced labour,17.0,165,7 +26900,2017,by form of exploitation,Forced labour,2.5,165,9 +26901,2017,by form of exploitation,Forced labour,2.5,165,8 +26902,2017,by form of exploitation,Forced labour,2.5,165,2 +26903,2017,by form of exploitation,Forced labour,21.0,165,3 +26904,2017,by form of exploitation,Forced labour,22.0,165,1 +26905,2017,by form of exploitation,Forced labour,2.5,165,1 +26906,2017,by form of exploitation,Sexual exploitation,9.0,165,4 +26907,2017,by form of exploitation,Sexual exploitation,30.0,165,5 +26908,2017,by form of exploitation,Sexual exploitation,2.5,165,6 +26909,2017,by form of exploitation,Sexual exploitation,2.5,165,7 +26910,2017,by form of exploitation,Sexual exploitation,2.5,165,9 +26911,2017,by form of exploitation,Sexual exploitation,2.5,165,8 +26912,2017,by form of exploitation,Sexual exploitation,9.0,165,2 +26913,2017,by form of exploitation,Sexual exploitation,32.0,165,3 +26914,2017,by form of exploitation,Sexual exploitation,41.0,165,1 +26915,2017,by form of exploitation,Sexual exploitation,2.5,165,1 +26916,2018,Unknown,Unknown,14.0,165,4 +26917,2018,Unknown,Unknown,27.0,165,5 +26918,2018,Unknown,Unknown,2.5,165,6 +26919,2018,Unknown,Unknown,14.0,165,7 +26920,2018,Unknown,Unknown,2.5,165,9 +26921,2018,Unknown,Unknown,14.0,165,2 +26922,2018,Unknown,Unknown,41.0,165,3 +26923,2018,Unknown,Unknown,56.0,165,1 +26924,2018,Unknown,Unknown,2.5,165,1 +26925,2018,by citizenship,Hungary,2.5,165,1 +26926,2018,by citizenship,Nationals,54.0,165,1 +26927,2018,by citizenship,Serbia,2.5,165,1 +26928,2018,by country of repatriation,Abroad,23.0,165,1 +26929,2018,by country of repatriation,Austria,2.5,165,1 +26930,2018,by country of repatriation,Germany,8.0,165,1 +26931,2018,by country of repatriation,Italy,2.5,165,1 +26932,2018,by country of repatriation,Nationals,23.0,165,1 +26933,2018,by country of repatriation,Switzerland,2.5,165,1 +26934,2018,by country of repatriation,United Kingdom,9.0,165,1 +26935,2018,by form of exploitation,Forced labour,2.5,165,4 +26936,2018,by form of exploitation,Forced labour,2.5,165,5 +26937,2018,by form of exploitation,Forced labour,2.5,165,6 +26938,2018,by form of exploitation,Forced labour,6.0,165,7 +26939,2018,by form of exploitation,Forced labour,2.5,165,9 +26940,2018,by form of exploitation,Forced labour,2.5,165,8 +26941,2018,by form of exploitation,Forced labour,2.5,165,2 +26942,2018,by form of exploitation,Forced labour,6.0,165,3 +26943,2018,by form of exploitation,Forced labour,6.0,165,1 +26944,2018,by form of exploitation,Forced labour,2.5,165,1 +26945,2018,by form of exploitation,Sexual exploitation,7.0,165,4 +26946,2018,by form of exploitation,Sexual exploitation,10.0,165,5 +26947,2018,by form of exploitation,Sexual exploitation,2.5,165,6 +26948,2018,by form of exploitation,Sexual exploitation,2.5,165,7 +26949,2018,by form of exploitation,Sexual exploitation,2.5,165,9 +26950,2018,by form of exploitation,Sexual exploitation,2.5,165,8 +26951,2018,by form of exploitation,Sexual exploitation,7.0,165,2 +26952,2018,by form of exploitation,Sexual exploitation,10.0,165,3 +26953,2018,by form of exploitation,Sexual exploitation,17.0,165,1 +26954,2018,by form of exploitation,Sexual exploitation,2.5,165,1 +26955,2019,Unknown,Unknown,9.0,165,4 +26956,2019,Unknown,Unknown,21.0,165,5 +26957,2019,Unknown,Unknown,2.5,165,6 +26958,2019,Unknown,Unknown,35.0,165,7 +26959,2019,Unknown,Unknown,2.5,165,9 +26960,2019,Unknown,Unknown,10.0,165,2 +26961,2019,Unknown,Unknown,56.0,165,3 +26962,2019,Unknown,Unknown,66.0,165,1 +26963,2019,Unknown,Unknown,2.5,165,1 +26964,2019,by citizenship,Afghanistan,2.5,165,1 +26965,2019,by citizenship,Slovakia,55.0,165,1 +26966,2019,by country of repatriation,Abroad,10.0,165,1 +26967,2019,by country of repatriation,Austria,2.5,165,1 +26968,2019,by country of repatriation,Germany,2.5,165,1 +26969,2019,by country of repatriation,Italy,2.5,165,1 +26970,2019,by country of repatriation,Nationals,10.0,165,1 +26971,2019,by country of repatriation,Romania,2.5,165,1 +26972,2019,by country of repatriation,Spain,2.5,165,1 +26973,2019,by country of repatriation,United Kingdom,2.5,165,1 +26974,2019,by country of repatriation,Netherlands,2.5,165,1 +26975,2019,by form of exploitation,Forced labour,2.5,165,4 +26976,2019,by form of exploitation,Forced labour,2.5,165,5 +26977,2019,by form of exploitation,Forced labour,6.0,165,6 +26978,2019,by form of exploitation,Forced labour,28.0,165,7 +26979,2019,by form of exploitation,Forced labour,2.5,165,9 +26980,2019,by form of exploitation,Forced labour,2.5,165,8 +26981,2019,by form of exploitation,Forced labour,6.0,165,2 +26982,2019,by form of exploitation,Forced labour,28.0,165,3 +26983,2019,by form of exploitation,Forced labour,34.0,165,1 +26984,2019,by form of exploitation,Forced labour,2.5,165,1 +26985,2019,by form of exploitation,Sexual exploitation,6.0,165,4 +26986,2019,by form of exploitation,Sexual exploitation,7.0,165,5 +26987,2019,by form of exploitation,Sexual exploitation,2.5,165,6 +26988,2019,by form of exploitation,Sexual exploitation,2.5,165,7 +26989,2019,by form of exploitation,Sexual exploitation,2.5,165,9 +26990,2019,by form of exploitation,Sexual exploitation,2.5,165,8 +26991,2019,by form of exploitation,Sexual exploitation,6.0,165,2 +26992,2019,by form of exploitation,Sexual exploitation,7.0,165,3 +26993,2019,by form of exploitation,Sexual exploitation,13.0,165,1 +26994,2019,by form of exploitation,Sexual exploitation,2.5,165,1 +26995,2020,Unknown,Unknown,13.0,165,4 +26996,2020,Unknown,Unknown,22.0,165,5 +26997,2020,Unknown,Unknown,2.5,165,6 +26998,2020,Unknown,Unknown,24.0,165,7 +26999,2020,Unknown,Unknown,2.5,165,9 +27000,2020,Unknown,Unknown,16.0,165,2 +27001,2020,Unknown,Unknown,46.0,165,3 +27002,2020,Unknown,Unknown,62.0,165,1 +27003,2020,Unknown,Unknown,2.5,165,1 +27004,2020,by citizenship,Afghanistan,2.5,165,1 +27005,2020,by citizenship,China,2.5,165,1 +27006,2020,by citizenship,Slovakia,56.0,165,1 +27007,2020,by country of repatriation,Abroad,2.5,165,1 +27008,2020,by country of repatriation,Ireland,2.5,165,1 +27009,2020,by country of repatriation,Nationals,2.5,165,1 +27010,2020,by country of repatriation,United Kingdom,2.5,165,1 +27011,2020,by form of exploitation,Forced labour,2.5,165,4 +27012,2020,by form of exploitation,Forced labour,2.5,165,5 +27013,2020,by form of exploitation,Forced labour,2.5,165,6 +27014,2020,by form of exploitation,Forced labour,21.0,165,7 +27015,2020,by form of exploitation,Forced labour,2.5,165,9 +27016,2020,by form of exploitation,Forced labour,2.5,165,8 +27017,2020,by form of exploitation,Forced labour,2.5,165,2 +27018,2020,by form of exploitation,Forced labour,25.0,165,3 +27019,2020,by form of exploitation,Forced labour,25.0,165,1 +27020,2020,by form of exploitation,Forced labour,2.5,165,1 +27021,2020,by form of exploitation,Sexual exploitation,7.0,165,4 +27022,2020,by form of exploitation,Sexual exploitation,11.0,165,5 +27023,2020,by form of exploitation,Sexual exploitation,2.5,165,6 +27024,2020,by form of exploitation,Sexual exploitation,2.5,165,7 +27025,2020,by form of exploitation,Sexual exploitation,2.5,165,9 +27026,2020,by form of exploitation,Sexual exploitation,2.5,165,8 +27027,2020,by form of exploitation,Sexual exploitation,7.0,165,2 +27028,2020,by form of exploitation,Sexual exploitation,11.0,165,3 +27029,2020,by form of exploitation,Sexual exploitation,18.0,165,1 +27030,2020,by form of exploitation,Sexual exploitation,2.5,165,1 +27031,2021,Unknown,Unknown,10.0,165,4 +27032,2021,Unknown,Unknown,13.0,165,5 +27033,2021,Unknown,Unknown,2.5,165,6 +27034,2021,Unknown,Unknown,17.0,165,7 +27035,2021,Unknown,Unknown,13.0,165,2 +27036,2021,Unknown,Unknown,30.0,165,3 +27037,2021,Unknown,Unknown,43.0,165,1 +27038,2021,by citizenship,Slovakia,14.0,165,1 +27039,2021,by citizenship,Vietnam,2.5,165,1 +27040,2021,by form of exploitation,Forced labour,2.5,165,4 +27041,2021,by form of exploitation,Forced labour,2.5,165,5 +27042,2021,by form of exploitation,Forced labour,2.5,165,6 +27043,2021,by form of exploitation,Forced labour,13.0,165,7 +27044,2021,by form of exploitation,Forced labour,17.0,165,3 +27045,2021,by form of exploitation,Forced labour,17.0,165,1 +27046,2021,by form of exploitation,Sexual exploitation,7.0,165,4 +27047,2021,by form of exploitation,Sexual exploitation,8.0,165,5 +27048,2021,by form of exploitation,Sexual exploitation,2.5,165,6 +27049,2021,by form of exploitation,Sexual exploitation,2.5,165,7 +27050,2021,by form of exploitation,Sexual exploitation,9.0,165,2 +27051,2021,by form of exploitation,Sexual exploitation,8.0,165,3 +27052,2021,by form of exploitation,Sexual exploitation,17.0,165,1 +27053,2022,Unknown,Unknown,10.0,165,4 +27054,2022,Unknown,Unknown,25.0,165,5 +27055,2022,Unknown,Unknown,2.5,165,6 +27056,2022,Unknown,Unknown,23.0,165,7 +27057,2022,Unknown,Unknown,10.0,165,2 +27058,2022,Unknown,Unknown,48.0,165,3 +27059,2022,Unknown,Unknown,58.0,165,1 +27060,2022,by citizenship,Nepal,2.5,165,1 +27061,2022,by citizenship,Romania,2.5,165,1 +27062,2022,by citizenship,Slovakia,21.0,165,1 +27063,2022,by citizenship,Ukraine,2.5,165,1 +27064,2022,by form of exploitation,Forced labour,2.5,165,4 +27065,2022,by form of exploitation,Forced labour,6.0,165,5 +27066,2022,by form of exploitation,Forced labour,2.5,165,6 +27067,2022,by form of exploitation,Forced labour,21.0,165,7 +27068,2022,by form of exploitation,Forced labour,27.0,165,3 +27069,2022,by form of exploitation,Forced labour,27.0,165,1 +27070,2022,by form of exploitation,Sexual exploitation,9.0,165,4 +27071,2022,by form of exploitation,Sexual exploitation,15.0,165,5 +27072,2022,by form of exploitation,Sexual exploitation,2.5,165,6 +27073,2022,by form of exploitation,Sexual exploitation,2.5,165,7 +27074,2022,by form of exploitation,Sexual exploitation,9.0,165,2 +27075,2022,by form of exploitation,Sexual exploitation,15.0,165,3 +27076,2022,by form of exploitation,Sexual exploitation,24.0,165,1 +27077,2003,by country of repatriation,Abroad,2.5,166,1 +27078,2005,by form of exploitation,Forced labour,2.5,166,1 +27079,2005,by form of exploitation,Sexual exploitation,6.0,166,1 +27080,2006,by form of exploitation,Forced labour,2.5,166,1 +27081,2006,by form of exploitation,Sexual exploitation,41.0,166,1 +27082,2007,Unknown,Unknown,9.0,166,1 +27083,2008,Unknown,Unknown,2.5,166,2 +27084,2008,Unknown,Unknown,65.0,166,3 +27085,2008,Unknown,Unknown,68.0,166,1 +27086,2008,by citizenship,Albania,2.5,166,1 +27087,2008,by citizenship,Germany,2.5,166,1 +27088,2008,by citizenship,Iran,2.5,166,1 +27089,2008,by citizenship,Romania,2.5,166,1 +27090,2008,by citizenship,Slovenia,10.0,166,1 +27091,2008,by citizenship,Ukraine,8.0,166,1 +27092,2009,Unknown,Unknown,2.5,166,4 +27093,2009,Unknown,Unknown,2.5,166,6 +27094,2009,Unknown,Unknown,2.5,166,2 +27095,2009,Unknown,Unknown,28.0,166,3 +27096,2009,Unknown,Unknown,28.0,166,1 +27097,2009,by citizenship,Dominican Republic,2.5,166,1 +27098,2009,by citizenship,Ghana,2.5,166,1 +27099,2009,by citizenship,Slovakia,2.5,166,1 +27100,2009,by citizenship,Slovenia,2.5,166,1 +27101,2009,by citizenship,Ukraine,2.5,166,1 +27102,2010,Unknown,Unknown,31.0,166,5 +27103,2010,Unknown,Unknown,2.5,166,7 +27104,2010,Unknown,Unknown,2.5,166,2 +27105,2010,Unknown,Unknown,32.0,166,3 +27106,2010,Unknown,Unknown,33.0,166,1 +27107,2010,by citizenship,Bosnia and Herzegovina,2.5,166,1 +27108,2010,by citizenship,Bulgaria,2.5,166,1 +27109,2010,by citizenship,Czech Republic,2.5,166,1 +27110,2010,by citizenship,Dominican Republic,6.0,166,1 +27111,2010,by citizenship,Ghana,2.5,166,1 +27112,2010,by citizenship,Hungary,9.0,166,1 +27113,2010,by citizenship,Kazakhstan,2.5,166,1 +27114,2010,by citizenship,Romania,2.5,166,1 +27115,2010,by citizenship,Slovakia,2.5,166,1 +27116,2010,by citizenship,Slovenia,2.5,166,1 +27117,2010,by citizenship,Ukraine,2.5,166,1 +27118,2010,by form of exploitation,Forced labour,2.5,166,1 +27119,2010,by form of exploitation,Sexual exploitation,32.0,166,1 +27120,2011,Unknown,Unknown,2.5,166,4 +27121,2011,Unknown,Unknown,16.0,166,5 +27122,2011,Unknown,Unknown,2.5,166,6 +27123,2011,Unknown,Unknown,2.5,166,7 +27124,2011,Unknown,Unknown,2.5,166,2 +27125,2011,Unknown,Unknown,17.0,166,3 +27126,2011,Unknown,Unknown,18.0,166,1 +27127,2011,by citizenship,Bulgaria,2.5,166,1 +27128,2011,by citizenship,Czech Republic,2.5,166,1 +27129,2011,by citizenship,Kazakhstan,2.5,166,1 +27130,2011,by citizenship,Romania,2.5,166,1 +27131,2011,by citizenship,Serbia,2.5,166,1 +27132,2011,by citizenship,Slovakia,2.5,166,1 +27133,2011,by citizenship,Slovenia,8.0,166,1 +27134,2011,by citizenship,Ukraine,2.5,166,1 +27135,2011,by country of repatriation,Romania,2.5,166,1 +27136,2011,by form of exploitation,Forced labour,2.5,166,1 +27137,2011,by form of exploitation,Sexual exploitation,20.0,166,1 +27138,2012,Unknown,Unknown,2.5,166,4 +27139,2012,Unknown,Unknown,13.0,166,5 +27140,2012,Unknown,Unknown,2.5,166,6 +27141,2012,Unknown,Unknown,2.5,166,7 +27142,2012,Unknown,Unknown,2.5,166,2 +27143,2012,Unknown,Unknown,15.0,166,3 +27144,2012,Unknown,Unknown,15.0,166,1 +27145,2012,by citizenship,Czech Republic,2.5,166,1 +27146,2012,by citizenship,Dominican Republic,2.5,166,1 +27147,2012,by citizenship,Serbia,2.5,166,1 +27148,2012,by citizenship,Slovakia,2.5,166,1 +27149,2012,by citizenship,Slovenia,2.5,166,1 +27150,2012,by citizenship,Ukraine,7.0,166,1 +27151,2012,by form of exploitation,Forced labour,2.5,166,1 +27152,2012,by form of exploitation,Sexual exploitation,13.0,166,1 +27153,2013,Unknown,Unknown,36.0,166,5 +27154,2013,Unknown,Unknown,2.5,166,7 +27155,2013,Unknown,Unknown,2.5,166,2 +27156,2013,Unknown,Unknown,37.0,166,3 +27157,2013,Unknown,Unknown,37.0,166,1 +27158,2013,by citizenship,Dominican Republic,2.5,166,1 +27159,2013,by citizenship,Romania,35.0,166,1 +27160,2013,by form of exploitation,Forced labour,2.5,166,1 +27161,2013,by form of exploitation,Sexual exploitation,36.0,166,1 +27162,2014,Unknown,Unknown,2.5,166,4 +27163,2014,Unknown,Unknown,2.5,166,5 +27164,2014,Unknown,Unknown,2.5,166,6 +27165,2014,Unknown,Unknown,2.5,166,7 +27166,2014,Unknown,Unknown,2.5,166,2 +27167,2014,Unknown,Unknown,2.5,166,3 +27168,2014,Unknown,Unknown,5.0,166,1 +27169,2014,by citizenship,Bulgaria,2.5,166,1 +27170,2014,by citizenship,Serbia,2.5,166,1 +27171,2014,by citizenship,Slovakia,2.5,166,1 +27172,2014,by citizenship,Slovenia,2.5,166,1 +27173,2014,by citizenship,North Macedonia,2.5,166,1 +27174,2014,by country of repatriation,Slovakia,2.5,166,1 +27175,2014,by form of exploitation,Forced labour,2.5,166,7 +27176,2014,by form of exploitation,Forced labour,2.5,166,1 +27177,2014,by form of exploitation,Sexual exploitation,2.5,166,5 +27178,2014,by form of exploitation,Sexual exploitation,2.5,166,1 +27179,2015,Unknown,Unknown,2.5,166,4 +27180,2015,Unknown,Unknown,45.0,166,5 +27181,2015,Unknown,Unknown,2.5,166,6 +27182,2015,Unknown,Unknown,2.5,166,7 +27183,2015,Unknown,Unknown,2.5,166,2 +27184,2015,Unknown,Unknown,45.0,166,3 +27185,2015,Unknown,Unknown,47.0,166,1 +27186,2015,by citizenship,Bulgaria,2.5,166,1 +27187,2015,by citizenship,Czech Republic,7.0,166,1 +27188,2015,by citizenship,Dominican Republic,2.5,166,1 +27189,2015,by citizenship,Hungary,2.5,166,1 +27190,2015,by citizenship,Serbia,11.0,166,1 +27191,2015,by citizenship,Slovakia,2.5,166,1 +27192,2015,by citizenship,Slovenia,2.5,166,1 +27193,2015,by citizenship,North Macedonia,2.5,166,1 +27194,2015,by citizenship,Ukraine,17.0,166,1 +27195,2015,by form of exploitation,Sexual exploitation,47.0,166,5 +27196,2015,by form of exploitation,Sexual exploitation,47.0,166,1 +27197,2016,Unknown,Unknown,25.0,166,5 +27198,2016,Unknown,Unknown,2.5,166,7 +27199,2016,Unknown,Unknown,27.0,166,3 +27200,2016,Unknown,Unknown,27.0,166,1 +27201,2016,by citizenship,Bosnia and Herzegovina,2.5,166,1 +27202,2016,by citizenship,Bulgaria,2.5,166,1 +27203,2016,by citizenship,Moldova,7.0,166,1 +27204,2016,by citizenship,Serbia,2.5,166,1 +27205,2016,by citizenship,Slovenia,2.5,166,1 +27206,2016,by citizenship,Ukraine,2.5,166,1 +27207,2016,by citizenship,Unknown,6.0,166,1 +27208,2016,by country of repatriation,Bosnia and Herzegovina,2.5,166,1 +27209,2016,by country of repatriation,Slovakia,2.5,166,1 +27210,2016,by form of exploitation,Forced labour,2.5,166,7 +27211,2016,by form of exploitation,Forced labour,2.5,166,1 +27212,2016,by form of exploitation,Sexual exploitation,25.0,166,5 +27213,2016,by form of exploitation,Sexual exploitation,25.0,166,1 +27214,2017,Unknown,Unknown,2.5,166,4 +27215,2017,Unknown,Unknown,65.0,166,5 +27216,2017,Unknown,Unknown,2.5,166,6 +27217,2017,Unknown,Unknown,2.5,166,7 +27218,2017,Unknown,Unknown,2.5,166,2 +27219,2017,Unknown,Unknown,66.0,166,3 +27220,2017,Unknown,Unknown,66.0,166,1 +27221,2017,by citizenship,Bosnia and Herzegovina,2.5,166,1 +27222,2017,by citizenship,Bulgaria,2.5,166,1 +27223,2017,by citizenship,Dominican Republic,10.0,166,1 +27224,2017,by citizenship,Hungary,5.0,166,1 +27225,2017,by citizenship,Kazakhstan,2.5,166,1 +27226,2017,by citizenship,Kosovo,2.5,166,1 +27227,2017,by citizenship,Moldova,2.5,166,1 +27228,2017,by citizenship,Nationals,2.5,166,1 +27229,2017,by citizenship,Philippines,2.5,166,1 +27230,2017,by citizenship,Romania,2.5,166,1 +27231,2017,by citizenship,Serbia,9.0,166,1 +27232,2017,by citizenship,Slovakia,2.5,166,1 +27233,2017,by citizenship,Spain,2.5,166,1 +27234,2017,by citizenship,Ukraine,9.0,166,1 +27235,2017,by citizenship,Unknown,11.0,166,1 +27236,2017,by country of repatriation,Abroad,2.5,166,1 +27237,2017,by form of exploitation,Forced labour,2.5,166,4 +27238,2017,by form of exploitation,Forced labour,2.5,166,5 +27239,2017,by form of exploitation,Forced labour,2.5,166,6 +27240,2017,by form of exploitation,Forced labour,2.5,166,7 +27241,2017,by form of exploitation,Sexual exploitation,2.5,166,4 +27242,2017,by form of exploitation,Sexual exploitation,65.0,166,5 +27243,2017,by form of exploitation,Sexual exploitation,2.5,166,6 +27244,2017,by form of exploitation,Sexual exploitation,2.5,166,7 +27245,2017,by form of exploitation,Sexual exploitation,66.0,166,3 +27246,2017,by form of exploitation,Sexual exploitation,66.0,166,1 +27247,2018,Unknown,Unknown,2.5,166,4 +27248,2018,Unknown,Unknown,70.0,166,5 +27249,2018,Unknown,Unknown,2.5,166,6 +27250,2018,Unknown,Unknown,31.0,166,7 +27251,2018,Unknown,Unknown,2.5,166,2 +27252,2018,Unknown,Unknown,101.0,166,3 +27253,2018,Unknown,Unknown,101.0,166,1 +27254,2018,by citizenship,Austria,2.5,166,1 +27255,2018,by citizenship,Bulgaria,2.5,166,1 +27256,2018,by citizenship,China,32.0,166,1 +27257,2018,by citizenship,Dominican Republic,2.5,166,1 +27258,2018,by citizenship,France,2.5,166,1 +27259,2018,by citizenship,Hungary,19.0,166,1 +27260,2018,by citizenship,Madagascar,2.5,166,1 +27261,2018,by citizenship,Nationals,2.5,166,1 +27262,2018,by citizenship,Poland,2.5,166,1 +27263,2018,by citizenship,Portugal,2.5,166,1 +27264,2018,by citizenship,Romania,18.0,166,1 +27265,2018,by citizenship,Slovakia,10.0,166,1 +27266,2018,by citizenship,Spain,2.5,166,1 +27267,2018,by citizenship,Ukraine,10.0,166,1 +27268,2018,by citizenship,Venezuela,2.5,166,1 +27269,2018,by country of repatriation,Abroad,2.5,166,1 +27270,2018,by form of exploitation,Forced labour,2.5,166,4 +27271,2018,by form of exploitation,Forced labour,2.5,166,5 +27272,2018,by form of exploitation,Forced labour,2.5,166,6 +27273,2018,by form of exploitation,Forced labour,2.5,166,7 +27274,2018,by form of exploitation,Forced labour,2.5,166,1 +27275,2018,by form of exploitation,Sexual exploitation,2.5,166,4 +27276,2018,by form of exploitation,Sexual exploitation,66.0,166,5 +27277,2018,by form of exploitation,Sexual exploitation,2.5,166,6 +27278,2018,by form of exploitation,Sexual exploitation,2.5,166,7 +27279,2018,by form of exploitation,Sexual exploitation,67.0,166,3 +27280,2018,by form of exploitation,Sexual exploitation,67.0,166,1 +27281,2019,Unknown,Unknown,2.5,166,4 +27282,2019,Unknown,Unknown,6.0,166,5 +27283,2019,Unknown,Unknown,2.5,166,6 +27284,2019,Unknown,Unknown,2.5,166,7 +27285,2019,Unknown,Unknown,2.5,166,2 +27286,2019,Unknown,Unknown,7.0,166,3 +27287,2019,Unknown,Unknown,7.0,166,1 +27288,2019,by citizenship,China,2.5,166,1 +27289,2019,by citizenship,Madagascar,2.5,166,1 +27290,2019,by citizenship,Slovenia,2.5,166,1 +27291,2019,by citizenship,Vietnam,2.5,166,1 +27292,2019,by country of repatriation,Abroad,2.5,166,1 +27293,2019,by form of exploitation,Forced labour,2.5,166,4 +27294,2019,by form of exploitation,Forced labour,2.5,166,5 +27295,2019,by form of exploitation,Forced labour,2.5,166,6 +27296,2019,by form of exploitation,Forced labour,2.5,166,7 +27297,2019,by form of exploitation,Forced labour,2.5,166,3 +27298,2019,by form of exploitation,Forced labour,2.5,166,1 +27299,2019,by form of exploitation,Sexual exploitation,2.5,166,4 +27300,2019,by form of exploitation,Sexual exploitation,5.0,166,5 +27301,2019,by form of exploitation,Sexual exploitation,2.5,166,6 +27302,2019,by form of exploitation,Sexual exploitation,2.5,166,7 +27303,2019,by form of exploitation,Sexual exploitation,2.5,166,2 +27304,2019,by form of exploitation,Sexual exploitation,5.0,166,3 +27305,2019,by form of exploitation,Sexual exploitation,5.0,166,1 +27306,2020,Unknown,Unknown,2.5,166,4 +27307,2020,Unknown,Unknown,27.0,166,5 +27308,2020,Unknown,Unknown,2.5,166,6 +27309,2020,Unknown,Unknown,2.5,166,7 +27310,2020,Unknown,Unknown,2.5,166,2 +27311,2020,Unknown,Unknown,27.0,166,3 +27312,2020,Unknown,Unknown,27.0,166,1 +27313,2020,by citizenship,Moldova,2.5,166,1 +27314,2020,by citizenship,Romania,2.5,166,1 +27315,2020,by citizenship,Ukraine,24.0,166,1 +27316,2020,by country of repatriation,Abroad,2.5,166,1 +27317,2020,by form of exploitation,Forced labour,2.5,166,4 +27318,2020,by form of exploitation,Forced labour,2.5,166,5 +27319,2020,by form of exploitation,Forced labour,2.5,166,6 +27320,2020,by form of exploitation,Forced labour,2.5,166,7 +27321,2020,by form of exploitation,Forced labour,2.5,166,1 +27322,2020,by form of exploitation,Sexual exploitation,2.5,166,4 +27323,2020,by form of exploitation,Sexual exploitation,27.0,166,5 +27324,2020,by form of exploitation,Sexual exploitation,2.5,166,6 +27325,2020,by form of exploitation,Sexual exploitation,2.5,166,7 +27326,2020,by form of exploitation,Sexual exploitation,27.0,166,3 +27327,2020,by form of exploitation,Sexual exploitation,27.0,166,1 +27328,2021,Unknown,Unknown,2.5,166,4 +27329,2021,Unknown,Unknown,39.0,166,5 +27330,2021,Unknown,Unknown,2.5,166,6 +27331,2021,Unknown,Unknown,2.5,166,7 +27332,2021,Unknown,Unknown,2.5,166,2 +27333,2021,Unknown,Unknown,40.0,166,3 +27334,2021,Unknown,Unknown,40.0,166,1 +27335,2021,by citizenship,Colombia,2.5,166,1 +27336,2021,by citizenship,Croatia,2.5,166,1 +27337,2021,by citizenship,Dominican Republic,18.0,166,1 +27338,2021,by citizenship,Paraguay,2.5,166,1 +27339,2021,by citizenship,Romania,2.5,166,1 +27340,2021,by citizenship,Serbia,7.0,166,1 +27341,2021,by citizenship,Slovenia,2.5,166,1 +27342,2021,by citizenship,Ukraine,2.5,166,1 +27343,2021,by citizenship,Venezuela,2.5,166,1 +27344,2021,by form of exploitation,Forced labour,2.5,166,4 +27345,2021,by form of exploitation,Forced labour,2.5,166,5 +27346,2021,by form of exploitation,Forced labour,2.5,166,6 +27347,2021,by form of exploitation,Forced labour,2.5,166,7 +27348,2021,by form of exploitation,Sexual exploitation,2.5,166,4 +27349,2021,by form of exploitation,Sexual exploitation,39.0,166,5 +27350,2021,by form of exploitation,Sexual exploitation,2.5,166,6 +27351,2021,by form of exploitation,Sexual exploitation,2.5,166,7 +27352,2021,by form of exploitation,Sexual exploitation,40.0,166,3 +27353,2021,by form of exploitation,Sexual exploitation,40.0,166,1 +27354,2022,Unknown,Unknown,2.5,166,4 +27355,2022,Unknown,Unknown,2.5,166,5 +27356,2022,Unknown,Unknown,2.5,166,6 +27357,2022,Unknown,Unknown,2.5,166,7 +27358,2022,Unknown,Unknown,2.5,166,2 +27359,2022,Unknown,Unknown,2.5,166,3 +27360,2022,Unknown,Unknown,5.0,166,1 +27361,2022,by citizenship,Colombia,2.5,166,1 +27362,2022,by citizenship,Slovenia,2.5,166,1 +27363,2022,by citizenship,Venezuela,2.5,166,1 +27364,2022,by form of exploitation,Forced labour,2.5,166,4 +27365,2022,by form of exploitation,Forced labour,2.5,166,5 +27366,2022,by form of exploitation,Forced labour,2.5,166,6 +27367,2022,by form of exploitation,Forced labour,2.5,166,7 +27368,2022,by form of exploitation,Sexual exploitation,2.5,166,4 +27369,2022,by form of exploitation,Sexual exploitation,2.5,166,5 +27370,2022,by form of exploitation,Sexual exploitation,2.5,166,6 +27371,2022,by form of exploitation,Sexual exploitation,2.5,166,7 +27372,2022,by form of exploitation,Sexual exploitation,2.5,166,3 +27373,2022,by form of exploitation,Sexual exploitation,2.5,166,1 +27374,2008,Unknown,Unknown,2.5,167,2 +27375,2008,Unknown,Unknown,11.0,167,3 +27376,2008,Unknown,Unknown,21.0,167,1 +27377,2008,by form of exploitation,Sexual exploitation,14.0,167,1 +27378,2009,Unknown,Unknown,16.0,167,2 +27379,2009,Unknown,Unknown,28.0,167,3 +27380,2009,Unknown,Unknown,44.0,167,1 +27381,2009,by form of exploitation,Sexual exploitation,27.0,167,1 +27382,2010,Unknown,Unknown,2.5,167,4 +27383,2010,Unknown,Unknown,6.0,167,5 +27384,2010,Unknown,Unknown,2.5,167,6 +27385,2010,Unknown,Unknown,2.5,167,7 +27386,2010,Unknown,Unknown,2.5,167,2 +27387,2010,Unknown,Unknown,10.0,167,3 +27388,2010,Unknown,Unknown,14.0,167,1 +27389,2010,by citizenship,Nigeria,2.5,167,1 +27390,2010,by citizenship,Poland,5.0,167,1 +27391,2010,by citizenship,Romania,2.5,167,1 +27392,2010,by citizenship,Slovakia,2.5,167,1 +27393,2010,by citizenship,Sweden,2.5,167,1 +27394,2010,by citizenship,United Kingdom,2.5,167,1 +27395,2010,by country of repatriation,Latvia,2.5,167,1 +27396,2010,by country of repatriation,Romania,2.5,167,1 +27397,2010,by form of exploitation,Forced labour,2.5,167,1 +27398,2010,by form of exploitation,Sexual exploitation,2.5,167,1 +27399,2011,Unknown,Unknown,2.5,167,4 +27400,2011,Unknown,Unknown,5.0,167,5 +27401,2011,Unknown,Unknown,2.5,167,6 +27402,2011,Unknown,Unknown,2.5,167,7 +27403,2011,Unknown,Unknown,2.5,167,2 +27404,2011,Unknown,Unknown,8.0,167,3 +27405,2011,Unknown,Unknown,10.0,167,1 +27406,2011,by citizenship,Bulgaria,2.5,167,1 +27407,2011,by citizenship,Romania,2.5,167,1 +27408,2011,by citizenship,Slovakia,2.5,167,1 +27409,2011,by country of repatriation,Latvia,2.5,167,1 +27410,2011,by country of repatriation,Poland,2.5,167,1 +27411,2011,by country of repatriation,Slovakia,2.5,167,1 +27412,2011,by form of exploitation,Forced labour,2.5,167,1 +27413,2011,by form of exploitation,Sexual exploitation,5.0,167,1 +27414,2012,Unknown,Unknown,2.5,167,4 +27415,2012,Unknown,Unknown,17.0,167,5 +27416,2012,Unknown,Unknown,2.5,167,6 +27417,2012,Unknown,Unknown,12.0,167,7 +27418,2012,Unknown,Unknown,2.5,167,2 +27419,2012,Unknown,Unknown,31.0,167,3 +27420,2012,Unknown,Unknown,33.0,167,1 +27421,2012,by citizenship,Bulgaria,12.0,167,1 +27422,2012,by citizenship,Lithuania,2.5,167,1 +27423,2012,by citizenship,Poland,2.5,167,1 +27424,2012,by citizenship,Romania,15.0,167,1 +27425,2012,by citizenship,Serbia,2.5,167,1 +27426,2012,by country of repatriation,Bulgaria,2.5,167,1 +27427,2012,by country of repatriation,Poland,2.5,167,1 +27428,2012,by form of exploitation,Forced labour,12.0,167,1 +27429,2012,by form of exploitation,Sexual exploitation,17.0,167,1 +27430,2013,Unknown,Unknown,2.5,167,4 +27431,2013,Unknown,Unknown,2.5,167,5 +27432,2013,Unknown,Unknown,2.5,167,6 +27433,2013,Unknown,Unknown,2.5,167,7 +27434,2013,Unknown,Unknown,2.5,167,2 +27435,2013,Unknown,Unknown,2.5,167,3 +27436,2013,Unknown,Unknown,2.5,167,1 +27437,2013,by citizenship,Hungary,2.5,167,1 +27438,2013,by citizenship,Romania,2.5,167,1 +27439,2014,Unknown,Unknown,2.5,167,4 +27440,2014,Unknown,Unknown,2.5,167,5 +27441,2014,Unknown,Unknown,2.5,167,6 +27442,2014,Unknown,Unknown,2.5,167,7 +27443,2014,Unknown,Unknown,2.5,167,2 +27444,2014,Unknown,Unknown,2.5,167,3 +27445,2014,Unknown,Unknown,2.5,167,1 +27446,2014,by citizenship,Bulgaria,2.5,167,1 +27447,2014,by citizenship,Hungary,2.5,167,1 +27448,2014,by country of repatriation,Latvia,2.5,167,1 +27449,2014,by country of repatriation,Slovakia,2.5,167,1 +27450,2015,Unknown,Unknown,2.5,167,4 +27451,2015,Unknown,Unknown,2.5,167,5 +27452,2015,Unknown,Unknown,2.5,167,6 +27453,2015,Unknown,Unknown,2.5,167,7 +27454,2015,Unknown,Unknown,2.5,167,2 +27455,2015,Unknown,Unknown,2.5,167,3 +27456,2015,Unknown,Unknown,2.5,167,1 +27457,2015,by citizenship,Romania,2.5,167,1 +27458,2015,by form of exploitation,Sexual exploitation,2.5,167,5 +27459,2015,by form of exploitation,Sexual exploitation,2.5,167,1 +27460,2016,Unknown,Unknown,2.5,167,4 +27461,2016,Unknown,Unknown,2.5,167,5 +27462,2016,Unknown,Unknown,2.5,167,6 +27463,2016,Unknown,Unknown,2.5,167,7 +27464,2016,Unknown,Unknown,2.5,167,2 +27465,2016,Unknown,Unknown,6.0,167,3 +27466,2016,Unknown,Unknown,2.5,167,1 +27467,2016,by citizenship,Bulgaria,5.0,167,1 +27468,2016,by citizenship,Romania,2.5,167,1 +27469,2016,by country of repatriation,Hungary,16.0,167,1 +27470,2016,by country of repatriation,Serbia,2.5,167,1 +27471,2016,by country of repatriation,Slovakia,2.5,167,1 +27472,2016,by country of repatriation,Ukraine,2.5,167,1 +27473,2016,by form of exploitation,Sexual exploitation,2.5,167,4 +27474,2016,by form of exploitation,Sexual exploitation,2.5,167,5 +27475,2016,by form of exploitation,Sexual exploitation,2.5,167,1 +27476,2017,Unknown,Unknown,2.5,167,4 +27477,2017,Unknown,Unknown,2.5,167,5 +27478,2017,Unknown,Unknown,2.5,167,6 +27479,2017,Unknown,Unknown,8.0,167,7 +27480,2017,Unknown,Unknown,2.5,167,2 +27481,2017,Unknown,Unknown,12.0,167,3 +27482,2017,Unknown,Unknown,12.0,167,1 +27483,2017,by citizenship,Bulgaria,11.0,167,1 +27484,2017,by citizenship,Nigeria,2.5,167,1 +27485,2017,by form of exploitation,Forced labour,39.0,167,1 +27486,2017,by form of exploitation,Sexual exploitation,2.5,167,4 +27487,2017,by form of exploitation,Sexual exploitation,2.5,167,5 +27488,2017,by form of exploitation,Sexual exploitation,2.5,167,6 +27489,2017,by form of exploitation,Sexual exploitation,2.5,167,7 +27490,2017,by form of exploitation,Sexual exploitation,2.5,167,1 +27491,2018,Unknown,Unknown,2.5,167,4 +27492,2018,Unknown,Unknown,6.0,167,5 +27493,2018,Unknown,Unknown,2.5,167,6 +27494,2018,Unknown,Unknown,11.0,167,7 +27495,2018,Unknown,Unknown,2.5,167,2 +27496,2018,Unknown,Unknown,17.0,167,3 +27497,2018,Unknown,Unknown,19.0,167,1 +27498,2018,by citizenship,Bulgaria,14.0,167,1 +27499,2018,by citizenship,Nigeria,2.5,167,1 +27500,2018,by citizenship,Romania,2.5,167,1 +27501,2018,by form of exploitation,Forced labour,2.5,167,4 +27502,2018,by form of exploitation,Forced labour,2.5,167,5 +27503,2018,by form of exploitation,Forced labour,2.5,167,6 +27504,2018,by form of exploitation,Forced labour,2.5,167,7 +27505,2018,by form of exploitation,Forced labour,2.5,167,1 +27506,2018,by form of exploitation,Sexual exploitation,2.5,167,4 +27507,2018,by form of exploitation,Sexual exploitation,2.5,167,5 +27508,2018,by form of exploitation,Sexual exploitation,2.5,167,6 +27509,2018,by form of exploitation,Sexual exploitation,2.5,167,7 +27510,2018,by form of exploitation,Sexual exploitation,2.5,167,1 +27511,2019,Unknown,Unknown,2.5,167,4 +27512,2019,Unknown,Unknown,2.5,167,5 +27513,2019,Unknown,Unknown,2.5,167,6 +27514,2019,Unknown,Unknown,2.5,167,7 +27515,2019,Unknown,Unknown,2.5,167,2 +27516,2019,Unknown,Unknown,2.5,167,3 +27517,2019,Unknown,Unknown,269.0,167,1 +27518,2019,Unknown,Unknown,269.0,167,1 +27519,2019,by citizenship,Nationals,2.5,167,1 +27520,2019,by citizenship,Romania,2.5,167,1 +27521,2019,by form of exploitation,Sexual exploitation,2.5,167,4 +27522,2019,by form of exploitation,Sexual exploitation,2.5,167,5 +27523,2019,by form of exploitation,Sexual exploitation,2.5,167,6 +27524,2019,by form of exploitation,Sexual exploitation,2.5,167,7 +27525,2019,by form of exploitation,Sexual exploitation,2.5,167,2 +27526,2019,by form of exploitation,Sexual exploitation,2.5,167,3 +27527,2019,by form of exploitation,Sexual exploitation,2.5,167,1 +27528,2020,Unknown,Unknown,2.5,167,4 +27529,2020,Unknown,Unknown,2.5,167,5 +27530,2020,Unknown,Unknown,2.5,167,6 +27531,2020,Unknown,Unknown,2.5,167,7 +27532,2020,Unknown,Unknown,2.5,167,2 +27533,2020,Unknown,Unknown,5.0,167,3 +27534,2020,Unknown,Unknown,206.0,167,1 +27535,2020,Unknown,Unknown,206.0,167,1 +27536,2020,by citizenship,Bulgaria,2.5,167,1 +27537,2020,by citizenship,Poland,2.5,167,1 +27538,2020,by citizenship,Romania,2.5,167,1 +27539,2020,by form of exploitation,Forced labour,2.5,167,4 +27540,2020,by form of exploitation,Forced labour,2.5,167,5 +27541,2020,by form of exploitation,Forced labour,2.5,167,6 +27542,2020,by form of exploitation,Forced labour,2.5,167,7 +27543,2020,by form of exploitation,Forced labour,2.5,167,1 +27544,2020,by form of exploitation,Sexual exploitation,2.5,167,4 +27545,2020,by form of exploitation,Sexual exploitation,2.5,167,5 +27546,2020,by form of exploitation,Sexual exploitation,2.5,167,6 +27547,2020,by form of exploitation,Sexual exploitation,2.5,167,7 +27548,2020,by form of exploitation,Sexual exploitation,2.5,167,2 +27549,2020,by form of exploitation,Sexual exploitation,2.5,167,3 +27550,2020,by form of exploitation,Sexual exploitation,2.5,167,1 +27551,2021,Unknown,Unknown,22.0,167,4 +27552,2021,Unknown,Unknown,55.0,167,5 +27553,2021,Unknown,Unknown,12.0,167,6 +27554,2021,Unknown,Unknown,39.0,167,7 +27555,2021,Unknown,Unknown,2.5,167,9 +27556,2021,Unknown,Unknown,2.5,167,8 +27557,2021,Unknown,Unknown,34.0,167,2 +27558,2021,Unknown,Unknown,94.0,167,3 +27559,2021,Unknown,Unknown,134.0,167,1 +27560,2021,Unknown,Unknown,6.0,167,1 +27561,2021,by citizenship,Bulgaria,2.5,167,1 +27562,2021,by citizenship,Romania,2.5,167,1 +27563,2022,Unknown,Unknown,13.0,167,4 +27564,2022,Unknown,Unknown,68.0,167,5 +27565,2022,Unknown,Unknown,16.0,167,6 +27566,2022,Unknown,Unknown,67.0,167,7 +27567,2022,Unknown,Unknown,2.5,167,9 +27568,2022,Unknown,Unknown,2.5,167,8 +27569,2022,Unknown,Unknown,29.0,167,2 +27570,2022,Unknown,Unknown,135.0,167,3 +27571,2022,Unknown,Unknown,171.0,167,1 +27572,2022,Unknown,Unknown,7.0,167,1 +27573,2022,by form of exploitation,Forced labour,2.5,167,4 +27574,2022,by form of exploitation,Forced labour,6.0,167,5 +27575,2022,by form of exploitation,Forced labour,2.5,167,6 +27576,2022,by form of exploitation,Forced labour,13.0,167,7 +27577,2022,by form of exploitation,Forced labour,2.5,167,2 +27578,2022,by form of exploitation,Forced labour,19.0,167,3 +27579,2022,by form of exploitation,Forced labour,21.0,167,1 +27580,2022,by form of exploitation,Forced labour,2.5,167,1 +27581,2022,by form of exploitation,Sexual exploitation,6.0,167,4 +27582,2022,by form of exploitation,Sexual exploitation,49.0,167,5 +27583,2022,by form of exploitation,Sexual exploitation,2.5,167,6 +27584,2022,by form of exploitation,Sexual exploitation,2.5,167,7 +27585,2022,by form of exploitation,Sexual exploitation,9.0,167,2 +27586,2022,by form of exploitation,Sexual exploitation,49.0,167,3 +27587,2022,by form of exploitation,Sexual exploitation,70.0,167,1 +27588,2022,by form of exploitation,Sexual exploitation,2.5,167,1 +27589,2003,by country of repatriation,Abroad,2.5,168,1 +27590,2008,by country of repatriation,Abroad,2.5,168,1 +27591,2010,Unknown,Unknown,2.5,168,4 +27592,2010,Unknown,Unknown,2.5,168,5 +27593,2010,Unknown,Unknown,2.5,168,6 +27594,2010,Unknown,Unknown,2.5,168,7 +27595,2010,Unknown,Unknown,2.5,168,2 +27596,2010,Unknown,Unknown,2.5,168,3 +27597,2010,Unknown,Unknown,2.5,168,1 +27598,2011,Unknown,Unknown,2.5,168,4 +27599,2011,Unknown,Unknown,2.5,168,5 +27600,2011,Unknown,Unknown,2.5,168,6 +27601,2011,Unknown,Unknown,11.0,168,7 +27602,2011,Unknown,Unknown,2.5,168,2 +27603,2011,Unknown,Unknown,12.0,168,3 +27604,2011,Unknown,Unknown,13.0,168,1 +27605,2012,Unknown,Unknown,5.0,168,4 +27606,2012,Unknown,Unknown,10.0,168,5 +27607,2012,Unknown,Unknown,2.5,168,6 +27608,2012,Unknown,Unknown,25.0,168,7 +27609,2012,Unknown,Unknown,7.0,168,2 +27610,2012,Unknown,Unknown,35.0,168,3 +27611,2012,Unknown,Unknown,42.0,168,1 +27612,2012,by citizenship,China,2.5,168,1 +27613,2012,by citizenship,South Africa,29.0,168,1 +27614,2012,by citizenship,Eswatini,26.0,168,1 +27615,2013,by country of repatriation,Nigeria,2.5,168,1 +27616,2014,Unknown,Unknown,2.5,168,2 +27617,2014,Unknown,Unknown,2.5,168,3 +27618,2015,Unknown,Unknown,2.5,168,2 +27619,2015,Unknown,Unknown,2.5,168,3 +27620,2017,by form of exploitation,Sexual exploitation,2.5,168,1 +27621,2018,by form of exploitation,Forced labour,2.5,168,1 +27622,2018,by form of exploitation,Sexual exploitation,2.5,168,1 +27623,2019,Unknown,Unknown,2.5,168,4 +27624,2019,Unknown,Unknown,2.5,168,5 +27625,2019,Unknown,Unknown,2.5,168,6 +27626,2019,Unknown,Unknown,2.5,168,7 +27627,2019,Unknown,Unknown,5.0,168,2 +27628,2019,Unknown,Unknown,6.0,168,3 +27629,2019,Unknown,Unknown,11.0,168,1 +27630,2019,by country of repatriation,Abroad,2.5,168,1 +27631,2019,by form of exploitation,Forced labour,2.5,168,4 +27632,2019,by form of exploitation,Forced labour,2.5,168,5 +27633,2019,by form of exploitation,Forced labour,2.5,168,6 +27634,2019,by form of exploitation,Forced labour,2.5,168,7 +27635,2019,by form of exploitation,Forced labour,2.5,168,2 +27636,2019,by form of exploitation,Forced labour,2.5,168,1 +27637,2019,by form of exploitation,Sexual exploitation,2.5,168,4 +27638,2019,by form of exploitation,Sexual exploitation,2.5,168,5 +27639,2019,by form of exploitation,Sexual exploitation,2.5,168,6 +27640,2019,by form of exploitation,Sexual exploitation,2.5,168,7 +27641,2019,by form of exploitation,Sexual exploitation,2.5,168,1 +27642,2020,Unknown,Unknown,2.5,168,4 +27643,2020,Unknown,Unknown,2.5,168,5 +27644,2020,Unknown,Unknown,2.5,168,6 +27645,2020,Unknown,Unknown,11.0,168,7 +27646,2020,Unknown,Unknown,2.5,168,2 +27647,2020,Unknown,Unknown,14.0,168,3 +27648,2020,Unknown,Unknown,17.0,168,1 +27649,2020,by citizenship,Nationals,2.5,168,1 +27650,2020,by country of repatriation,Abroad,2.5,168,1 +27651,2020,by form of exploitation,Forced labour,2.5,168,4 +27652,2020,by form of exploitation,Forced labour,2.5,168,5 +27653,2020,by form of exploitation,Forced labour,2.5,168,6 +27654,2020,by form of exploitation,Forced labour,2.5,168,7 +27655,2020,by form of exploitation,Forced labour,2.5,168,2 +27656,2020,by form of exploitation,Forced labour,2.5,168,1 +27657,2020,by form of exploitation,Sexual exploitation,2.5,168,4 +27658,2020,by form of exploitation,Sexual exploitation,2.5,168,5 +27659,2020,by form of exploitation,Sexual exploitation,2.5,168,6 +27660,2020,by form of exploitation,Sexual exploitation,2.5,168,7 +27661,2020,by form of exploitation,Sexual exploitation,2.5,168,1 +27662,2021,Unknown,Unknown,2.5,168,4 +27663,2021,Unknown,Unknown,2.5,168,5 +27664,2021,Unknown,Unknown,2.5,168,6 +27665,2021,Unknown,Unknown,2.5,168,7 +27666,2021,Unknown,Unknown,2.5,168,2 +27667,2021,Unknown,Unknown,21.0,168,3 +27668,2021,Unknown,Unknown,2.5,168,1 +27669,2021,by country of repatriation,Abroad,2.5,168,1 +27670,2021,by form of exploitation,Forced labour,2.5,168,4 +27671,2021,by form of exploitation,Forced labour,2.5,168,5 +27672,2021,by form of exploitation,Forced labour,2.5,168,6 +27673,2021,by form of exploitation,Forced labour,2.5,168,7 +27674,2021,by form of exploitation,Sexual exploitation,2.5,168,4 +27675,2021,by form of exploitation,Sexual exploitation,2.5,168,5 +27676,2021,by form of exploitation,Sexual exploitation,2.5,168,6 +27677,2021,by form of exploitation,Sexual exploitation,2.5,168,7 +27678,2021,by form of exploitation,Sexual exploitation,2.5,168,9 +27679,2022,Unknown,Unknown,2.5,168,4 +27680,2022,Unknown,Unknown,2.5,168,5 +27681,2022,Unknown,Unknown,2.5,168,6 +27682,2022,Unknown,Unknown,2.5,168,7 +27683,2022,Unknown,Unknown,5.0,168,2 +27684,2022,Unknown,Unknown,31.0,168,3 +27685,2022,Unknown,Unknown,7.0,168,1 +27686,2022,by country of repatriation,Abroad,2.5,168,1 +27687,2022,by form of exploitation,Forced labour,2.5,168,4 +27688,2022,by form of exploitation,Forced labour,2.5,168,5 +27689,2022,by form of exploitation,Forced labour,2.5,168,6 +27690,2022,by form of exploitation,Forced labour,2.5,168,7 +27691,2022,by form of exploitation,Forced labour,2.5,168,2 +27692,2022,by form of exploitation,Forced labour,2.5,168,3 +27693,2022,by form of exploitation,Forced labour,6.0,168,1 +27694,2022,by form of exploitation,Sexual exploitation,2.5,168,4 +27695,2022,by form of exploitation,Sexual exploitation,2.5,168,5 +27696,2022,by form of exploitation,Sexual exploitation,2.5,168,6 +27697,2022,by form of exploitation,Sexual exploitation,2.5,168,7 +27698,2008,by country of repatriation,Abroad,2.5,169,1 +27699,2012,by country of repatriation,Abroad,2.5,169,1 +27700,2012,by country of repatriation,Ukraine,5.0,169,1 +27701,2017,by form of exploitation,Sexual exploitation,2.5,169,1 +27702,2018,by form of exploitation,Forced labour,2.5,169,1 +27703,2018,by form of exploitation,Sexual exploitation,2.5,169,1 +27704,2019,Unknown,Unknown,346.0,169,1 +27705,2019,by citizenship,Bangladesh,32.0,169,1 +27706,2019,by citizenship,China,2.5,169,1 +27707,2019,by citizenship,Philippines,18.0,169,1 +27708,2019,by citizenship,India,16.0,169,1 +27709,2019,by citizenship,Indonesia,8.0,169,1 +27710,2019,by citizenship,Madagascar,2.5,169,1 +27711,2019,by citizenship,Nepal,2.5,169,1 +27712,2019,by citizenship,Sri Lanka,52.0,169,1 +27713,2019,by form of exploitation,Sexual exploitation,2.5,169,1 +27714,2020,Unknown,Unknown,93.0,169,1 +27715,2020,by citizenship,India,2.5,169,1 +27716,2020,by citizenship,Kenya,7.0,169,1 +27717,2020,by citizenship,Nepal,2.5,169,1 +27718,2020,by form of exploitation,Forced labour,2.5,169,4 +27719,2020,by form of exploitation,Forced labour,2.5,169,5 +27720,2020,by form of exploitation,Forced labour,2.5,169,6 +27721,2020,by form of exploitation,Forced labour,2.5,169,7 +27722,2020,by form of exploitation,Forced labour,2.5,169,1 +27723,2020,by form of exploitation,Sexual exploitation,2.5,169,4 +27724,2020,by form of exploitation,Sexual exploitation,2.5,169,5 +27725,2020,by form of exploitation,Sexual exploitation,2.5,169,6 +27726,2020,by form of exploitation,Sexual exploitation,2.5,169,7 +27727,2020,by form of exploitation,Sexual exploitation,2.5,169,1 +27728,2021,Unknown,Unknown,10.0,169,1 +27729,2021,by citizenship,Bangladesh,5.0,169,1 +27730,2021,by citizenship,India,2.5,169,1 +27731,2021,by citizenship,Kazakhstan,2.5,169,1 +27732,2021,by citizenship,Nepal,2.5,169,1 +27733,2021,by form of exploitation,Forced labour,10.0,169,1 +27734,2021,by form of exploitation,Sexual exploitation,2.5,169,4 +27735,2021,by form of exploitation,Sexual exploitation,2.5,169,5 +27736,2021,by form of exploitation,Sexual exploitation,2.5,169,6 +27737,2021,by form of exploitation,Sexual exploitation,2.5,169,7 +27738,2022,Unknown,Unknown,34.0,169,1 +27739,2022,by citizenship,Bangladesh,18.0,169,1 +27740,2022,by citizenship,India,16.0,169,1 +27741,2022,by form of exploitation,Forced labour,34.0,169,1 +27742,2022,by form of exploitation,Sexual exploitation,2.5,169,4 +27743,2022,by form of exploitation,Sexual exploitation,2.5,169,5 +27744,2022,by form of exploitation,Sexual exploitation,2.5,169,6 +27745,2022,by form of exploitation,Sexual exploitation,2.5,169,7 +27746,2008,by country of repatriation,Abroad,2.5,170,1 +27747,2010,by citizenship,Syria,2.5,170,1 +27748,2010,by country of repatriation,Indonesia,2.5,170,1 +27749,2012,by country of repatriation,Indonesia,2.5,170,1 +27750,2013,by country of repatriation,Indonesia,2.5,170,1 +27751,2013,by country of repatriation,Uganda,83.0,170,1 +27752,2014,by country of repatriation,Indonesia,2.5,170,1 +27753,2015,by country of repatriation,Indonesia,9.0,170,1 +27754,2016,by country of repatriation,Indonesia,10.0,170,1 +27755,2017,by form of exploitation,Sexual exploitation,2.5,170,1 +27756,2018,Unknown,Unknown,2.5,170,4 +27757,2018,by citizenship,Nationals,2.5,170,1 +27758,2018,by form of exploitation,Forced labour,2.5,170,4 +27759,2018,by form of exploitation,Forced labour,2.5,170,1 +27760,2018,by form of exploitation,Sexual exploitation,2.5,170,4 +27761,2018,by form of exploitation,Sexual exploitation,2.5,170,1 +27762,2019,Unknown,Unknown,6.0,170,4 +27763,2019,Unknown,Unknown,2.5,170,5 +27764,2019,Unknown,Unknown,2.5,170,6 +27765,2019,Unknown,Unknown,2.5,170,7 +27766,2019,Unknown,Unknown,7.0,170,2 +27767,2019,Unknown,Unknown,2.5,170,3 +27768,2019,Unknown,Unknown,7.0,170,1 +27769,2019,by citizenship,Nationals,7.0,170,1 +27770,2019,by form of exploitation,Forced labour,2.5,170,4 +27771,2019,by form of exploitation,Forced labour,2.5,170,5 +27772,2019,by form of exploitation,Forced labour,2.5,170,6 +27773,2019,by form of exploitation,Forced labour,2.5,170,7 +27774,2019,by form of exploitation,Forced labour,5.0,170,2 +27775,2019,by form of exploitation,Forced labour,5.0,170,1 +27776,2019,by form of exploitation,Sexual exploitation,2.5,170,4 +27777,2019,by form of exploitation,Sexual exploitation,2.5,170,5 +27778,2019,by form of exploitation,Sexual exploitation,2.5,170,6 +27779,2019,by form of exploitation,Sexual exploitation,2.5,170,7 +27780,2019,by form of exploitation,Sexual exploitation,2.5,170,2 +27781,2019,by form of exploitation,Sexual exploitation,2.5,170,1 +27782,2020,Unknown,Unknown,2.5,170,4 +27783,2020,Unknown,Unknown,2.5,170,5 +27784,2020,Unknown,Unknown,2.5,170,6 +27785,2020,Unknown,Unknown,2.5,170,7 +27786,2020,Unknown,Unknown,2.5,170,2 +27787,2020,Unknown,Unknown,2.5,170,3 +27788,2020,Unknown,Unknown,2.5,170,1 +27789,2020,by citizenship,Nationals,2.5,170,1 +27790,2020,by form of exploitation,Forced labour,2.5,170,4 +27791,2020,by form of exploitation,Forced labour,2.5,170,5 +27792,2020,by form of exploitation,Forced labour,2.5,170,6 +27793,2020,by form of exploitation,Forced labour,2.5,170,7 +27794,2020,by form of exploitation,Forced labour,2.5,170,2 +27795,2020,by form of exploitation,Forced labour,2.5,170,1 +27796,2020,by form of exploitation,Sexual exploitation,2.5,170,4 +27797,2020,by form of exploitation,Sexual exploitation,2.5,170,5 +27798,2020,by form of exploitation,Sexual exploitation,2.5,170,6 +27799,2020,by form of exploitation,Sexual exploitation,2.5,170,7 +27800,2020,by form of exploitation,Sexual exploitation,2.5,170,2 +27801,2020,by form of exploitation,Sexual exploitation,2.5,170,1 +27802,2021,Unknown,Unknown,2.5,170,4 +27803,2021,Unknown,Unknown,2.5,170,5 +27804,2021,Unknown,Unknown,2.5,170,6 +27805,2021,Unknown,Unknown,2.5,170,7 +27806,2021,Unknown,Unknown,2.5,170,2 +27807,2021,Unknown,Unknown,2.5,170,3 +27808,2021,Unknown,Unknown,2.5,170,1 +27809,2021,by citizenship,Nationals,7.0,170,1 +27810,2021,by form of exploitation,Forced labour,2.5,170,4 +27811,2021,by form of exploitation,Forced labour,2.5,170,5 +27812,2021,by form of exploitation,Forced labour,2.5,170,6 +27813,2021,by form of exploitation,Forced labour,2.5,170,7 +27814,2021,by form of exploitation,Sexual exploitation,2.5,170,4 +27815,2021,by form of exploitation,Sexual exploitation,2.5,170,5 +27816,2021,by form of exploitation,Sexual exploitation,2.5,170,6 +27817,2021,by form of exploitation,Sexual exploitation,2.5,170,7 +27818,2021,by form of exploitation,Sexual exploitation,2.5,170,2 +27819,2021,by form of exploitation,Sexual exploitation,2.5,170,1 +27820,2022,Unknown,Unknown,2.5,170,4 +27821,2022,Unknown,Unknown,6.0,170,5 +27822,2022,Unknown,Unknown,2.5,170,6 +27823,2022,Unknown,Unknown,14.0,170,7 +27824,2022,Unknown,Unknown,2.5,170,2 +27825,2022,Unknown,Unknown,6.0,170,3 +27826,2022,Unknown,Unknown,30.0,170,1 +27827,2022,by citizenship,Indonesia,6.0,170,1 +27828,2022,by form of exploitation,Forced labour,2.5,170,4 +27829,2022,by form of exploitation,Forced labour,6.0,170,5 +27830,2022,by form of exploitation,Forced labour,2.5,170,6 +27831,2022,by form of exploitation,Forced labour,2.5,170,7 +27832,2022,by form of exploitation,Forced labour,2.5,170,2 +27833,2022,by form of exploitation,Forced labour,6.0,170,3 +27834,2022,by form of exploitation,Forced labour,8.0,170,1 +27835,2022,by form of exploitation,Sexual exploitation,2.5,170,4 +27836,2022,by form of exploitation,Sexual exploitation,2.5,170,5 +27837,2022,by form of exploitation,Sexual exploitation,2.5,170,6 +27838,2022,by form of exploitation,Sexual exploitation,2.5,170,7 +27839,2003,by country of repatriation,Abroad,2.5,171,1 +27840,2008,by country of repatriation,Abroad,2.5,171,1 +27841,2012,by country of repatriation,Abroad,2.5,171,1 +27842,2014,by country of repatriation,Abroad,2.5,171,1 +27843,2016,by country of repatriation,Abroad,2.5,171,1 +27844,2017,Unknown,Unknown,2.5,171,4 +27845,2017,Unknown,Unknown,2.5,171,5 +27846,2017,Unknown,Unknown,2.5,171,6 +27847,2017,Unknown,Unknown,2.5,171,7 +27848,2017,Unknown,Unknown,2.5,171,2 +27849,2017,Unknown,Unknown,2.5,171,3 +27850,2017,Unknown,Unknown,2.5,171,1 +27851,2017,by form of exploitation,Sexual exploitation,2.5,171,1 +27852,2018,by form of exploitation,Forced labour,2.5,171,1 +27853,2018,by form of exploitation,Sexual exploitation,2.5,171,1 +27854,2019,by form of exploitation,Sexual exploitation,2.5,171,1 +27855,2020,by form of exploitation,Forced labour,2.5,171,1 +27856,2020,by form of exploitation,Sexual exploitation,2.5,171,1 +27857,2003,by country of repatriation,Abroad,2.5,172,1 +27858,2007,Unknown,Unknown,171.0,172,4 +27859,2007,Unknown,Unknown,2.5,172,5 +27860,2007,Unknown,Unknown,144.0,172,6 +27861,2007,Unknown,Unknown,2.5,172,7 +27862,2007,Unknown,Unknown,315.0,172,2 +27863,2007,Unknown,Unknown,2.5,172,3 +27864,2007,Unknown,Unknown,315.0,172,1 +27865,2007,by citizenship,Benin,2.5,172,1 +27866,2007,by citizenship,Mali,12.0,172,1 +27867,2007,by citizenship,Nigeria,2.5,172,1 +27868,2007,by citizenship,Togo,299.0,172,1 +27869,2008,Unknown,Unknown,296.0,172,4 +27870,2008,Unknown,Unknown,213.0,172,6 +27871,2008,Unknown,Unknown,509.0,172,2 +27872,2008,Unknown,Unknown,2.5,172,3 +27873,2008,Unknown,Unknown,509.0,172,1 +27874,2009,Unknown,Unknown,215.0,172,4 +27875,2009,Unknown,Unknown,203.0,172,6 +27876,2009,Unknown,Unknown,418.0,172,2 +27877,2009,Unknown,Unknown,418.0,172,1 +27878,2010,Unknown,Unknown,202.0,172,4 +27879,2010,Unknown,Unknown,2.5,172,5 +27880,2010,Unknown,Unknown,155.0,172,6 +27881,2010,Unknown,Unknown,2.5,172,7 +27882,2010,Unknown,Unknown,357.0,172,2 +27883,2010,Unknown,Unknown,2.5,172,3 +27884,2010,Unknown,Unknown,357.0,172,1 +27885,2011,Unknown,Unknown,188.0,172,4 +27886,2011,Unknown,Unknown,2.5,172,5 +27887,2011,Unknown,Unknown,90.0,172,6 +27888,2011,Unknown,Unknown,2.5,172,7 +27889,2011,Unknown,Unknown,278.0,172,2 +27890,2011,Unknown,Unknown,2.5,172,3 +27891,2011,Unknown,Unknown,278.0,172,1 +27892,2011,by citizenship,Benin,2.5,172,1 +27893,2011,by citizenship,Togo,274.0,172,1 +27894,2012,Unknown,Unknown,2.5,172,2 +27895,2012,Unknown,Unknown,2.5,172,3 +27896,2012,by country of repatriation,Nigeria,10.0,172,1 +27897,2013,Unknown,Unknown,2.5,172,2 +27898,2013,Unknown,Unknown,2.5,172,3 +27899,2013,by country of repatriation,Nigeria,20.0,172,1 +27900,2014,Unknown,Unknown,2.5,172,2 +27901,2014,Unknown,Unknown,2.5,172,3 +27902,2014,by country of repatriation,Nigeria,5.0,172,1 +27903,2015,Unknown,Unknown,2.5,172,2 +27904,2015,Unknown,Unknown,2.5,172,3 +27905,2015,by country of repatriation,Nigeria,7.0,172,1 +27906,2016,by country of repatriation,Nigeria,19.0,172,1 +27907,2017,Unknown,Unknown,80.0,172,1 +27908,2017,by form of exploitation,Sexual exploitation,2.5,172,1 +27909,2018,by form of exploitation,Forced labour,2.5,172,1 +27910,2018,by form of exploitation,Sexual exploitation,2.5,172,1 +27911,2019,Unknown,Unknown,67.0,172,4 +27912,2019,Unknown,Unknown,49.0,172,5 +27913,2019,Unknown,Unknown,11.0,172,6 +27914,2019,Unknown,Unknown,38.0,172,7 +27915,2019,Unknown,Unknown,78.0,172,2 +27916,2019,Unknown,Unknown,87.0,172,3 +27917,2019,Unknown,Unknown,165.0,172,1 +27918,2019,by form of exploitation,Sexual exploitation,2.5,172,1 +27919,2020,Unknown,Unknown,21.0,172,4 +27920,2020,Unknown,Unknown,23.0,172,5 +27921,2020,Unknown,Unknown,13.0,172,6 +27922,2020,Unknown,Unknown,22.0,172,7 +27923,2020,Unknown,Unknown,34.0,172,2 +27924,2020,Unknown,Unknown,45.0,172,3 +27925,2020,Unknown,Unknown,79.0,172,1 +27926,2020,by form of exploitation,Forced labour,2.5,172,1 +27927,2020,by form of exploitation,Sexual exploitation,2.5,172,1 +27928,2021,Unknown,Unknown,92.0,172,4 +27929,2021,Unknown,Unknown,2.5,172,5 +27930,2021,Unknown,Unknown,21.0,172,6 +27931,2021,Unknown,Unknown,2.5,172,7 +27932,2021,Unknown,Unknown,113.0,172,2 +27933,2021,Unknown,Unknown,2.5,172,3 +27934,2021,Unknown,Unknown,113.0,172,1 +27935,2007,by form of exploitation,Forced labour,158.0,173,1 +27936,2007,by form of exploitation,Sexual exploitation,169.0,173,1 +27937,2008,by citizenship,Laos,2.5,173,1 +27938,2008,by citizenship,Myanmar,2.5,173,1 +27939,2009,Unknown,Unknown,145.0,173,1 +27940,2009,by citizenship,Cambodia,2.5,173,1 +27941,2009,by citizenship,Laos,2.5,173,1 +27942,2009,by citizenship,Myanmar,2.5,173,1 +27943,2010,Unknown,Unknown,122.0,173,1 +27944,2010,by citizenship,Cambodia,2.5,173,1 +27945,2010,by citizenship,China,2.5,173,1 +27946,2010,by citizenship,Myanmar,2.5,173,1 +27947,2010,by country of repatriation,Myanmar,19.0,173,1 +27948,2011,Unknown,Unknown,125.0,173,2 +27949,2011,Unknown,Unknown,154.0,173,3 +27950,2011,Unknown,Unknown,279.0,173,1 +27951,2011,by citizenship,Cambodia,15.0,173,1 +27952,2011,by citizenship,Laos,125.0,173,1 +27953,2011,by citizenship,Myanmar,59.0,173,1 +27954,2011,by country of repatriation,Colombia,2.5,173,1 +27955,2011,by country of repatriation,Myanmar,19.0,173,1 +27956,2011,by country of repatriation,Uganda,2.5,173,1 +27957,2012,Unknown,Unknown,250.0,173,4 +27958,2012,Unknown,Unknown,26.0,173,5 +27959,2012,Unknown,Unknown,141.0,173,6 +27960,2012,Unknown,Unknown,121.0,173,7 +27961,2012,Unknown,Unknown,391.0,173,2 +27962,2012,Unknown,Unknown,147.0,173,3 +27963,2012,Unknown,Unknown,583.0,173,1 +27964,2012,by citizenship,Cambodia,68.0,173,1 +27965,2012,by citizenship,China,2.5,173,1 +27966,2012,by citizenship,Laos,114.0,173,1 +27967,2012,by citizenship,Myanmar,176.0,173,1 +27968,2012,by citizenship,Thailand,166.0,173,1 +27969,2012,by country of repatriation,Colombia,2.5,173,1 +27970,2012,by country of repatriation,Uzbekistan,22.0,173,1 +27971,2013,Unknown,Unknown,411.0,173,4 +27972,2013,Unknown,Unknown,50.0,173,5 +27973,2013,Unknown,Unknown,107.0,173,6 +27974,2013,Unknown,Unknown,112.0,173,7 +27975,2013,Unknown,Unknown,518.0,173,2 +27976,2013,Unknown,Unknown,162.0,173,3 +27977,2013,Unknown,Unknown,680.0,173,1 +27978,2013,by citizenship,Cambodia,71.0,173,1 +27979,2013,by citizenship,China,2.5,173,1 +27980,2013,by citizenship,India,7.0,173,1 +27981,2013,by citizenship,Myanmar,187.0,173,1 +27982,2013,by citizenship,Thailand,305.0,173,1 +27983,2013,by citizenship,Uzbekistan,2.5,173,1 +27984,2013,by country of repatriation,Uganda,8.0,173,1 +27985,2013,by country of repatriation,Uzbekistan,17.0,173,1 +27986,2014,Unknown,Unknown,300.0,173,4 +27987,2014,Unknown,Unknown,85.0,173,5 +27988,2014,Unknown,Unknown,57.0,173,6 +27989,2014,Unknown,Unknown,153.0,173,7 +27990,2014,Unknown,Unknown,375.0,173,2 +27991,2014,Unknown,Unknown,238.0,173,3 +27992,2014,Unknown,Unknown,595.0,173,1 +27993,2014,by citizenship,Bangladesh,46.0,173,1 +27994,2014,by citizenship,Cambodia,29.0,173,1 +27995,2014,by citizenship,Laos,108.0,173,1 +27996,2014,by citizenship,Myanmar,98.0,173,1 +27997,2014,by citizenship,Thailand,298.0,173,1 +27998,2014,by citizenship,Unknown,23.0,173,1 +27999,2014,by country of repatriation,Cambodia,108.0,173,1 +28000,2014,by country of repatriation,Moldova,2.5,173,1 +28001,2014,by country of repatriation,Uzbekistan,8.0,173,1 +28002,2014,by form of exploitation,Forced labour,38.0,173,4 +28003,2014,by form of exploitation,Forced labour,13.0,173,5 +28004,2014,by form of exploitation,Forced labour,18.0,173,6 +28005,2014,by form of exploitation,Forced labour,119.0,173,7 +28006,2014,by form of exploitation,Forced labour,188.0,173,1 +28007,2014,by form of exploitation,Sexual exploitation,257.0,173,4 +28008,2014,by form of exploitation,Sexual exploitation,72.0,173,5 +28009,2014,by form of exploitation,Sexual exploitation,26.0,173,6 +28010,2014,by form of exploitation,Sexual exploitation,21.0,173,7 +28011,2014,by form of exploitation,Sexual exploitation,376.0,173,1 +28012,2015,Unknown,Unknown,421.0,173,4 +28013,2015,Unknown,Unknown,110.0,173,5 +28014,2015,Unknown,Unknown,169.0,173,6 +28015,2015,Unknown,Unknown,282.0,173,7 +28016,2015,Unknown,Unknown,590.0,173,2 +28017,2015,Unknown,Unknown,392.0,173,3 +28018,2015,Unknown,Unknown,982.0,173,1 +28019,2015,by citizenship,Bangladesh,27.0,173,1 +28020,2015,by citizenship,Cambodia,9.0,173,1 +28021,2015,by citizenship,Laos,87.0,173,1 +28022,2015,by citizenship,Myanmar,409.0,173,1 +28023,2015,by citizenship,Thailand,310.0,173,1 +28024,2015,by citizenship,Vietnam,2.5,173,1 +28025,2015,by country of repatriation,Uzbekistan,11.0,173,1 +28026,2015,by form of exploitation,Forced labour,96.0,173,4 +28027,2015,by form of exploitation,Forced labour,55.0,173,5 +28028,2015,by form of exploitation,Forced labour,142.0,173,6 +28029,2015,by form of exploitation,Forced labour,242.0,173,7 +28030,2015,by form of exploitation,Forced labour,535.0,173,1 +28031,2015,by form of exploitation,Sexual exploitation,315.0,173,4 +28032,2015,by form of exploitation,Sexual exploitation,53.0,173,5 +28033,2015,by form of exploitation,Sexual exploitation,2.5,173,6 +28034,2015,by form of exploitation,Sexual exploitation,369.0,173,1 +28035,2016,Unknown,Unknown,324.0,173,4 +28036,2016,Unknown,Unknown,95.0,173,5 +28037,2016,Unknown,Unknown,42.0,173,6 +28038,2016,Unknown,Unknown,389.0,173,7 +28039,2016,Unknown,Unknown,366.0,173,2 +28040,2016,Unknown,Unknown,484.0,173,3 +28041,2016,Unknown,Unknown,850.0,173,1 +28042,2016,by citizenship,Cambodia,57.0,173,1 +28043,2016,by citizenship,Laos,67.0,173,1 +28044,2016,by citizenship,Myanmar,238.0,173,1 +28045,2016,by citizenship,Philippines,2.5,173,1 +28046,2016,by citizenship,Sri Lanka,2.5,173,1 +28047,2016,by citizenship,Thailand,325.0,173,1 +28048,2016,by citizenship,Unknown,10.0,173,1 +28049,2016,by citizenship,Uzbekistan,2.5,173,1 +28050,2016,by citizenship,Vietnam,135.0,173,1 +28051,2016,by country of repatriation,Cambodia,108.0,173,1 +28052,2016,by country of repatriation,Colombia,2.5,173,1 +28053,2016,by country of repatriation,Myanmar,141.0,173,1 +28054,2016,by country of repatriation,Moldova,2.5,173,1 +28055,2016,by country of repatriation,Ukraine,2.5,173,1 +28056,2016,by country of repatriation,Uzbekistan,19.0,173,1 +28057,2016,by form of exploitation,Forced labour,25.0,173,4 +28058,2016,by form of exploitation,Forced labour,24.0,173,5 +28059,2016,by form of exploitation,Forced labour,23.0,173,6 +28060,2016,by form of exploitation,Forced labour,388.0,173,7 +28061,2016,by form of exploitation,Forced labour,460.0,173,1 +28062,2016,by form of exploitation,Sexual exploitation,271.0,173,4 +28063,2016,by form of exploitation,Sexual exploitation,62.0,173,5 +28064,2016,by form of exploitation,Sexual exploitation,13.0,173,6 +28065,2016,by form of exploitation,Sexual exploitation,346.0,173,1 +28066,2017,Unknown,Unknown,316.0,173,4 +28067,2017,Unknown,Unknown,63.0,173,5 +28068,2017,Unknown,Unknown,49.0,173,6 +28069,2017,Unknown,Unknown,43.0,173,7 +28070,2017,Unknown,Unknown,365.0,173,2 +28071,2017,Unknown,Unknown,106.0,173,3 +28072,2017,Unknown,Unknown,471.0,173,1 +28073,2017,by citizenship,Cambodia,26.0,173,1 +28074,2017,by citizenship,Laos,30.0,173,1 +28075,2017,by citizenship,Myanmar,53.0,173,1 +28076,2017,by citizenship,Thailand,327.0,173,1 +28077,2017,by citizenship,Unknown,19.0,173,1 +28078,2017,by form of exploitation,Forced labour,8.0,173,4 +28079,2017,by form of exploitation,Forced labour,21.0,173,5 +28080,2017,by form of exploitation,Forced labour,17.0,173,6 +28081,2017,by form of exploitation,Forced labour,39.0,173,7 +28082,2017,by form of exploitation,Forced labour,85.0,173,1 +28083,2017,by form of exploitation,Sexual exploitation,592.0,173,4 +28084,2017,by form of exploitation,Sexual exploitation,117.0,173,5 +28085,2017,by form of exploitation,Sexual exploitation,53.0,173,6 +28086,2017,by form of exploitation,Sexual exploitation,45.0,173,7 +28087,2017,by form of exploitation,Sexual exploitation,807.0,173,1 +28088,2018,Unknown,Unknown,150.0,173,4 +28089,2018,Unknown,Unknown,62.0,173,5 +28090,2018,Unknown,Unknown,48.0,173,6 +28091,2018,Unknown,Unknown,157.0,173,7 +28092,2018,Unknown,Unknown,2.5,173,9 +28093,2018,Unknown,Unknown,2.5,173,8 +28094,2018,Unknown,Unknown,198.0,173,2 +28095,2018,Unknown,Unknown,219.0,173,3 +28096,2018,Unknown,Unknown,417.0,173,1 +28097,2018,Unknown,Unknown,2.5,173,1 +28098,2018,by citizenship,Bangladesh,2.5,173,1 +28099,2018,by citizenship,Myanmar,164.0,173,1 +28100,2018,by citizenship,Cambodia,43.0,173,1 +28101,2018,by citizenship,Eritrea,2.5,173,1 +28102,2018,by citizenship,India,2.5,173,1 +28103,2018,by citizenship,Indonesia,2.5,173,1 +28104,2018,by citizenship,Laos,10.0,173,1 +28105,2018,by citizenship,Rohingya,19.0,173,1 +28106,2018,by citizenship,Syria,2.5,173,1 +28107,2018,by citizenship,Tanzania,2.5,173,1 +28108,2018,by citizenship,Thailand,160.0,173,1 +28109,2018,by citizenship,Uganda,13.0,173,1 +28110,2018,by citizenship,Unknown,2.5,173,1 +28111,2018,by citizenship,Vietnam,2.5,173,1 +28112,2018,by form of exploitation,Forced labour,5.0,173,4 +28113,2018,by form of exploitation,Forced labour,2.5,173,5 +28114,2018,by form of exploitation,Forced labour,11.0,173,6 +28115,2018,by form of exploitation,Forced labour,42.0,173,7 +28116,2018,by form of exploitation,Forced labour,2.5,173,9 +28117,2018,by form of exploitation,Forced labour,2.5,173,8 +28118,2018,by form of exploitation,Forced labour,16.0,173,2 +28119,2018,by form of exploitation,Forced labour,46.0,173,3 +28120,2018,by form of exploitation,Forced labour,62.0,173,1 +28121,2018,by form of exploitation,Forced labour,2.5,173,1 +28122,2018,by form of exploitation,Sexual exploitation,131.0,173,4 +28123,2018,by form of exploitation,Sexual exploitation,21.0,173,5 +28124,2018,by form of exploitation,Sexual exploitation,21.0,173,6 +28125,2018,by form of exploitation,Sexual exploitation,2.5,173,7 +28126,2018,by form of exploitation,Sexual exploitation,2.5,173,9 +28127,2018,by form of exploitation,Sexual exploitation,2.5,173,8 +28128,2018,by form of exploitation,Sexual exploitation,152.0,173,2 +28129,2018,by form of exploitation,Sexual exploitation,21.0,173,3 +28130,2018,by form of exploitation,Sexual exploitation,173.0,173,1 +28131,2018,by form of exploitation,Sexual exploitation,2.5,173,1 +28132,2019,Unknown,Unknown,210.0,173,4 +28133,2019,Unknown,Unknown,263.0,173,5 +28134,2019,Unknown,Unknown,136.0,173,6 +28135,2019,Unknown,Unknown,932.0,173,7 +28136,2019,Unknown,Unknown,2.5,173,9 +28137,2019,Unknown,Unknown,2.5,173,8 +28138,2019,Unknown,Unknown,346.0,173,2 +28139,2019,Unknown,Unknown,1195.0,173,3 +28140,2019,Unknown,Unknown,1541.0,173,1 +28141,2019,Unknown,Unknown,2.5,173,1 +28142,2019,by citizenship,Bangladesh,2.5,173,1 +28143,2019,by citizenship,Myanmar,1150.0,173,1 +28144,2019,by citizenship,Cambodia,70.0,173,1 +28145,2019,by citizenship,Eritrea,2.5,173,1 +28146,2019,by citizenship,India,2.5,173,1 +28147,2019,by citizenship,Indonesia,2.5,173,1 +28148,2019,by citizenship,Laos,32.0,173,1 +28149,2019,by citizenship,Nationals,133.0,173,1 +28150,2019,by citizenship,Rohingya,148.0,173,1 +28151,2019,by citizenship,Syria,2.5,173,1 +28152,2019,by citizenship,Tanzania,2.5,173,1 +28153,2019,by citizenship,Uganda,2.5,173,1 +28154,2019,by citizenship,Unknown,7.0,173,1 +28155,2019,by citizenship,Vietnam,2.5,173,1 +28156,2019,by form of exploitation,Forced labour,11.0,173,4 +28157,2019,by form of exploitation,Forced labour,23.0,173,5 +28158,2019,by form of exploitation,Forced labour,28.0,173,6 +28159,2019,by form of exploitation,Forced labour,216.0,173,7 +28160,2019,by form of exploitation,Forced labour,2.5,173,9 +28161,2019,by form of exploitation,Forced labour,2.5,173,8 +28162,2019,by form of exploitation,Forced labour,39.0,173,2 +28163,2019,by form of exploitation,Forced labour,239.0,173,3 +28164,2019,by form of exploitation,Forced labour,500.0,173,1 +28165,2019,by form of exploitation,Forced labour,2.5,173,1 +28166,2019,by form of exploitation,Sexual exploitation,127.0,173,4 +28167,2019,by form of exploitation,Sexual exploitation,13.0,173,5 +28168,2019,by form of exploitation,Sexual exploitation,11.0,173,6 +28169,2019,by form of exploitation,Sexual exploitation,2.5,173,7 +28170,2019,by form of exploitation,Sexual exploitation,2.5,173,9 +28171,2019,by form of exploitation,Sexual exploitation,2.5,173,8 +28172,2019,by form of exploitation,Sexual exploitation,138.0,173,2 +28173,2019,by form of exploitation,Sexual exploitation,13.0,173,3 +28174,2019,by form of exploitation,Sexual exploitation,151.0,173,1 +28175,2019,by form of exploitation,Sexual exploitation,2.5,173,1 +28176,2020,Unknown,Unknown,68.0,173,4 +28177,2020,Unknown,Unknown,30.0,173,5 +28178,2020,Unknown,Unknown,15.0,173,6 +28179,2020,Unknown,Unknown,42.0,173,7 +28180,2020,Unknown,Unknown,2.5,173,9 +28181,2020,Unknown,Unknown,2.5,173,8 +28182,2020,Unknown,Unknown,82.0,173,2 +28183,2020,Unknown,Unknown,72.0,173,3 +28184,2020,Unknown,Unknown,155.0,173,1 +28185,2020,Unknown,Unknown,2.5,173,1 +28186,2020,by citizenship,Bangladesh,2.5,173,1 +28187,2020,by citizenship,Myanmar,8.0,173,1 +28188,2020,by citizenship,Cambodia,5.0,173,1 +28189,2020,by citizenship,Eritrea,2.5,173,1 +28190,2020,by citizenship,India,2.5,173,1 +28191,2020,by citizenship,Indonesia,2.5,173,1 +28192,2020,by citizenship,Laos,45.0,173,1 +28193,2020,by citizenship,Nationals,84.0,173,1 +28194,2020,by citizenship,Rohingya,2.5,173,1 +28195,2020,by citizenship,Syria,2.5,173,1 +28196,2020,by citizenship,Tanzania,2.5,173,1 +28197,2020,by citizenship,Uganda,2.5,173,1 +28198,2020,by citizenship,Unknown,2.5,173,1 +28199,2020,by citizenship,Vietnam,2.5,173,1 +28200,2020,by country of repatriation,Abroad,59.0,173,1 +28201,2020,by form of exploitation,Forced labour,2.5,173,4 +28202,2020,by form of exploitation,Forced labour,2.5,173,5 +28203,2020,by form of exploitation,Forced labour,2.5,173,6 +28204,2020,by form of exploitation,Forced labour,15.0,173,7 +28205,2020,by form of exploitation,Forced labour,2.5,173,9 +28206,2020,by form of exploitation,Forced labour,2.5,173,8 +28207,2020,by form of exploitation,Forced labour,5.0,173,2 +28208,2020,by form of exploitation,Forced labour,17.0,173,3 +28209,2020,by form of exploitation,Forced labour,2.5,173,1 +28210,2020,by form of exploitation,Forced labour,2.5,173,1 +28211,2020,by form of exploitation,Sexual exploitation,63.0,173,4 +28212,2020,by form of exploitation,Sexual exploitation,13.0,173,5 +28213,2020,by form of exploitation,Sexual exploitation,9.0,173,6 +28214,2020,by form of exploitation,Sexual exploitation,2.5,173,7 +28215,2020,by form of exploitation,Sexual exploitation,2.5,173,9 +28216,2020,by form of exploitation,Sexual exploitation,2.5,173,8 +28217,2020,by form of exploitation,Sexual exploitation,72.0,173,2 +28218,2020,by form of exploitation,Sexual exploitation,13.0,173,3 +28219,2020,by form of exploitation,Sexual exploitation,85.0,173,1 +28220,2020,by form of exploitation,Sexual exploitation,2.5,173,1 +28221,2021,Unknown,Unknown,78.0,173,4 +28222,2021,Unknown,Unknown,64.0,173,5 +28223,2021,Unknown,Unknown,15.0,173,6 +28224,2021,Unknown,Unknown,33.0,173,7 +28225,2021,Unknown,Unknown,2.5,173,9 +28226,2021,Unknown,Unknown,2.5,173,8 +28227,2021,Unknown,Unknown,82.0,173,2 +28228,2021,Unknown,Unknown,90.0,173,3 +28229,2021,Unknown,Unknown,190.0,173,1 +28230,2021,Unknown,Unknown,2.5,173,1 +28231,2021,by citizenship,Bangladesh,2.5,173,1 +28232,2021,by citizenship,Myanmar,35.0,173,1 +28233,2021,by citizenship,Cambodia,2.5,173,1 +28234,2021,by citizenship,Eritrea,2.5,173,1 +28235,2021,by citizenship,India,2.5,173,1 +28236,2021,by citizenship,Indonesia,2.5,173,1 +28237,2021,by citizenship,Laos,2.5,173,1 +28238,2021,by citizenship,Nationals,99.0,173,1 +28239,2021,by citizenship,Rohingya,34.0,173,1 +28240,2021,by citizenship,Syria,2.5,173,1 +28241,2021,by citizenship,Tanzania,2.5,173,1 +28242,2021,by citizenship,Uganda,2.5,173,1 +28243,2021,by citizenship,Unknown,2.5,173,1 +28244,2021,by citizenship,Vietnam,2.5,173,1 +28245,2021,by form of exploitation,Forced labour,2.5,173,4 +28246,2021,by form of exploitation,Forced labour,27.0,173,5 +28247,2021,by form of exploitation,Forced labour,5.0,173,6 +28248,2021,by form of exploitation,Forced labour,23.0,173,7 +28249,2021,by form of exploitation,Forced labour,2.5,173,9 +28250,2021,by form of exploitation,Forced labour,2.5,173,8 +28251,2021,by form of exploitation,Forced labour,7.0,173,2 +28252,2021,by form of exploitation,Forced labour,50.0,173,3 +28253,2021,by form of exploitation,Forced labour,57.0,173,1 +28254,2021,by form of exploitation,Forced labour,2.5,173,1 +28255,2021,by form of exploitation,Sexual exploitation,55.0,173,4 +28256,2021,by form of exploitation,Sexual exploitation,16.0,173,5 +28257,2021,by form of exploitation,Sexual exploitation,5.0,173,6 +28258,2021,by form of exploitation,Sexual exploitation,2.5,173,7 +28259,2021,by form of exploitation,Sexual exploitation,2.5,173,9 +28260,2021,by form of exploitation,Sexual exploitation,2.5,173,8 +28261,2021,by form of exploitation,Sexual exploitation,60.0,173,2 +28262,2021,by form of exploitation,Sexual exploitation,16.0,173,3 +28263,2021,by form of exploitation,Sexual exploitation,76.0,173,1 +28264,2021,by form of exploitation,Sexual exploitation,2.5,173,1 +28265,2022,Unknown,Unknown,131.0,173,4 +28266,2022,Unknown,Unknown,56.0,173,5 +28267,2022,Unknown,Unknown,43.0,173,6 +28268,2022,Unknown,Unknown,65.0,173,7 +28269,2022,Unknown,Unknown,2.5,173,9 +28270,2022,Unknown,Unknown,2.5,173,8 +28271,2022,Unknown,Unknown,154.0,173,2 +28272,2022,Unknown,Unknown,91.0,173,3 +28273,2022,Unknown,Unknown,295.0,173,1 +28274,2022,Unknown,Unknown,2.5,173,1 +28275,2022,by citizenship,Bangladesh,2.5,173,1 +28276,2022,by citizenship,Myanmar,25.0,173,1 +28277,2022,by citizenship,Cambodia,2.5,173,1 +28278,2022,by citizenship,Eritrea,2.5,173,1 +28279,2022,by citizenship,India,8.0,173,1 +28280,2022,by citizenship,Indonesia,7.0,173,1 +28281,2022,by citizenship,Laos,39.0,173,1 +28282,2022,by citizenship,Nationals,158.0,173,1 +28283,2022,by citizenship,Rohingya,2.5,173,1 +28284,2022,by citizenship,Syria,2.5,173,1 +28285,2022,by citizenship,Tanzania,2.5,173,1 +28286,2022,by citizenship,Uganda,2.5,173,1 +28287,2022,by citizenship,Unknown,2.5,173,1 +28288,2022,by citizenship,Vietnam,2.5,173,1 +28289,2022,by citizenship,China,2.5,173,1 +28290,2022,by form of exploitation,Forced labour,2.5,173,4 +28291,2022,by form of exploitation,Forced labour,7.0,173,5 +28292,2022,by form of exploitation,Forced labour,2.5,173,6 +28293,2022,by form of exploitation,Forced labour,28.0,173,7 +28294,2022,by form of exploitation,Forced labour,2.5,173,9 +28295,2022,by form of exploitation,Forced labour,2.5,173,8 +28296,2022,by form of exploitation,Forced labour,2.5,173,2 +28297,2022,by form of exploitation,Forced labour,35.0,173,3 +28298,2022,by form of exploitation,Forced labour,2.5,173,1 +28299,2022,by form of exploitation,Forced labour,2.5,173,1 +28300,2022,by form of exploitation,Sexual exploitation,121.0,173,4 +28301,2022,by form of exploitation,Sexual exploitation,21.0,173,5 +28302,2022,by form of exploitation,Sexual exploitation,27.0,173,6 +28303,2022,by form of exploitation,Sexual exploitation,14.0,173,7 +28304,2022,by form of exploitation,Sexual exploitation,2.5,173,9 +28305,2022,by form of exploitation,Sexual exploitation,148.0,173,2 +28306,2022,by form of exploitation,Sexual exploitation,35.0,173,3 +28307,2022,by form of exploitation,Sexual exploitation,183.0,173,1 +28308,2022,by form of exploitation,Sexual exploitation,2.5,173,1 +28309,2003,by country of repatriation,Abroad,2.5,174,1 +28310,2007,Unknown,Unknown,10.0,174,4 +28311,2007,Unknown,Unknown,12.0,174,5 +28312,2007,Unknown,Unknown,7.0,174,6 +28313,2007,Unknown,Unknown,10.0,174,7 +28314,2007,Unknown,Unknown,17.0,174,2 +28315,2007,Unknown,Unknown,22.0,174,3 +28316,2007,Unknown,Unknown,39.0,174,1 +28317,2007,by citizenship,Tajikistan,39.0,174,1 +28318,2007,by form of exploitation,Forced labour,5.0,174,1 +28319,2007,by form of exploitation,Sexual exploitation,10.0,174,1 +28320,2008,Unknown,Unknown,6.0,174,4 +28321,2008,Unknown,Unknown,7.0,174,5 +28322,2008,Unknown,Unknown,2.5,174,6 +28323,2008,Unknown,Unknown,8.0,174,7 +28324,2008,Unknown,Unknown,10.0,174,2 +28325,2008,Unknown,Unknown,15.0,174,3 +28326,2008,Unknown,Unknown,25.0,174,1 +28327,2008,by citizenship,Tajikistan,25.0,174,1 +28328,2008,by form of exploitation,Forced labour,5.0,174,1 +28329,2008,by form of exploitation,Sexual exploitation,2.5,174,1 +28330,2009,Unknown,Unknown,2.5,174,4 +28331,2009,Unknown,Unknown,5.0,174,5 +28332,2009,Unknown,Unknown,5.0,174,6 +28333,2009,Unknown,Unknown,5.0,174,7 +28334,2009,Unknown,Unknown,9.0,174,2 +28335,2009,Unknown,Unknown,10.0,174,3 +28336,2009,Unknown,Unknown,19.0,174,1 +28337,2009,by citizenship,Tajikistan,19.0,174,1 +28338,2009,by form of exploitation,Forced labour,2.5,174,1 +28339,2010,Unknown,Unknown,11.0,174,4 +28340,2010,Unknown,Unknown,14.0,174,5 +28341,2010,Unknown,Unknown,5.0,174,6 +28342,2010,Unknown,Unknown,22.0,174,7 +28343,2010,Unknown,Unknown,16.0,174,2 +28344,2010,Unknown,Unknown,36.0,174,3 +28345,2010,Unknown,Unknown,52.0,174,1 +28346,2010,by citizenship,Tajikistan,51.0,174,1 +28347,2010,by citizenship,Uzbekistan,2.5,174,1 +28348,2012,Unknown,Unknown,2.5,174,4 +28349,2012,Unknown,Unknown,5.0,174,5 +28350,2012,Unknown,Unknown,2.5,174,6 +28351,2012,Unknown,Unknown,2.5,174,7 +28352,2012,Unknown,Unknown,7.0,174,2 +28353,2012,Unknown,Unknown,5.0,174,3 +28354,2012,Unknown,Unknown,12.0,174,1 +28355,2012,by citizenship,Tajikistan,9.0,174,1 +28356,2012,by form of exploitation,Sexual exploitation,12.0,174,1 +28357,2013,Unknown,Unknown,7.0,174,4 +28358,2013,Unknown,Unknown,10.0,174,5 +28359,2013,Unknown,Unknown,2.5,174,6 +28360,2013,Unknown,Unknown,2.5,174,7 +28361,2013,Unknown,Unknown,10.0,174,2 +28362,2013,Unknown,Unknown,12.0,174,3 +28363,2013,Unknown,Unknown,22.0,174,1 +28364,2013,by citizenship,Tajikistan,13.0,174,1 +28365,2013,by form of exploitation,Forced labour,2.5,174,1 +28366,2013,by form of exploitation,Sexual exploitation,9.0,174,1 +28367,2014,Unknown,Unknown,2.5,174,4 +28368,2014,Unknown,Unknown,42.0,174,5 +28369,2014,Unknown,Unknown,6.0,174,6 +28370,2014,Unknown,Unknown,2.5,174,7 +28371,2014,Unknown,Unknown,8.0,174,2 +28372,2014,Unknown,Unknown,43.0,174,3 +28373,2014,Unknown,Unknown,51.0,174,1 +28374,2014,by citizenship,Tajikistan,8.0,174,1 +28375,2014,by form of exploitation,Forced labour,2.5,174,7 +28376,2014,by form of exploitation,Forced labour,2.5,174,1 +28377,2014,by form of exploitation,Sexual exploitation,42.0,174,1 +28378,2015,Unknown,Unknown,2.5,174,4 +28379,2015,Unknown,Unknown,30.0,174,5 +28380,2015,Unknown,Unknown,6.0,174,6 +28381,2015,Unknown,Unknown,2.5,174,7 +28382,2015,Unknown,Unknown,9.0,174,2 +28383,2015,Unknown,Unknown,30.0,174,3 +28384,2015,Unknown,Unknown,39.0,174,1 +28385,2015,by citizenship,Tajikistan,9.0,174,1 +28386,2015,by form of exploitation,Sexual exploitation,30.0,174,5 +28387,2015,by form of exploitation,Sexual exploitation,30.0,174,1 +28388,2016,Unknown,Unknown,2.5,174,4 +28389,2016,Unknown,Unknown,22.0,174,5 +28390,2016,Unknown,Unknown,5.0,174,6 +28391,2016,Unknown,Unknown,2.5,174,7 +28392,2016,Unknown,Unknown,6.0,174,2 +28393,2016,Unknown,Unknown,23.0,174,3 +28394,2016,Unknown,Unknown,29.0,174,1 +28395,2016,by citizenship,Tajikistan,6.0,174,1 +28396,2016,by form of exploitation,Forced labour,2.5,174,7 +28397,2016,by form of exploitation,Forced labour,2.5,174,1 +28398,2016,by form of exploitation,Sexual exploitation,22.0,174,5 +28399,2016,by form of exploitation,Sexual exploitation,22.0,174,1 +28400,2017,Unknown,Unknown,6.0,174,4 +28401,2017,Unknown,Unknown,59.0,174,5 +28402,2017,Unknown,Unknown,5.0,174,6 +28403,2017,Unknown,Unknown,9.0,174,7 +28404,2017,Unknown,Unknown,10.0,174,9 +28405,2017,Unknown,Unknown,11.0,174,2 +28406,2017,Unknown,Unknown,68.0,174,3 +28407,2017,Unknown,Unknown,79.0,174,1 +28408,2017,by citizenship,,68.0,174,1 +28409,2017,by country of repatriation,Abroad,6.0,174,1 +28410,2017,by form of exploitation,Forced labour,2.5,174,4 +28411,2017,by form of exploitation,Forced labour,2.5,174,5 +28412,2017,by form of exploitation,Forced labour,2.5,174,6 +28413,2017,by form of exploitation,Forced labour,2.5,174,7 +28414,2017,by form of exploitation,Sexual exploitation,2.5,174,4 +28415,2017,by form of exploitation,Sexual exploitation,39.0,174,5 +28416,2017,by form of exploitation,Sexual exploitation,2.5,174,6 +28417,2017,by form of exploitation,Sexual exploitation,2.5,174,7 +28418,2017,by form of exploitation,Sexual exploitation,39.0,174,3 +28419,2017,by form of exploitation,Sexual exploitation,40.0,174,1 +28420,2018,Unknown,Unknown,10.0,174,4 +28421,2018,Unknown,Unknown,25.0,174,5 +28422,2018,Unknown,Unknown,5.0,174,6 +28423,2018,Unknown,Unknown,20.0,174,7 +28424,2018,Unknown,Unknown,11.0,174,9 +28425,2018,Unknown,Unknown,10.0,174,2 +28426,2018,Unknown,Unknown,45.0,174,3 +28427,2018,Unknown,Unknown,55.0,174,1 +28428,2018,by citizenship,,55.0,174,1 +28429,2018,by country of repatriation,Abroad,2.5,174,1 +28430,2018,by form of exploitation,Forced labour,2.5,174,4 +28431,2018,by form of exploitation,Forced labour,2.5,174,5 +28432,2018,by form of exploitation,Forced labour,2.5,174,6 +28433,2018,by form of exploitation,Forced labour,20.0,174,7 +28434,2018,by form of exploitation,Forced labour,20.0,174,1 +28435,2018,by form of exploitation,Sexual exploitation,2.5,174,4 +28436,2018,by form of exploitation,Sexual exploitation,25.0,174,5 +28437,2018,by form of exploitation,Sexual exploitation,33.0,174,6 +28438,2018,by form of exploitation,Sexual exploitation,2.5,174,7 +28439,2018,by form of exploitation,Sexual exploitation,33.0,174,3 +28440,2018,by form of exploitation,Sexual exploitation,25.0,174,1 +28441,2019,Unknown,Unknown,5.0,174,4 +28442,2019,Unknown,Unknown,21.0,174,5 +28443,2019,Unknown,Unknown,5.0,174,6 +28444,2019,Unknown,Unknown,29.0,174,7 +28445,2019,Unknown,Unknown,10.0,174,9 +28446,2019,Unknown,Unknown,10.0,174,2 +28447,2019,Unknown,Unknown,50.0,174,3 +28448,2019,Unknown,Unknown,60.0,174,1 +28449,2019,by citizenship,Tajikistan,45.0,174,1 +28450,2019,by citizenship,Vietnam,2.5,174,1 +28451,2019,by country of repatriation,Abroad,2.5,174,1 +28452,2019,by form of exploitation,Forced labour,2.5,174,4 +28453,2019,by form of exploitation,Forced labour,2.5,174,5 +28454,2019,by form of exploitation,Forced labour,2.5,174,6 +28455,2019,by form of exploitation,Forced labour,19.0,174,7 +28456,2019,by form of exploitation,Forced labour,19.0,174,3 +28457,2019,by form of exploitation,Forced labour,19.0,174,1 +28458,2019,by form of exploitation,Sexual exploitation,2.5,174,4 +28459,2019,by form of exploitation,Sexual exploitation,16.0,174,5 +28460,2019,by form of exploitation,Sexual exploitation,2.5,174,6 +28461,2019,by form of exploitation,Sexual exploitation,2.5,174,7 +28462,2019,by form of exploitation,Sexual exploitation,16.0,174,3 +28463,2019,by form of exploitation,Sexual exploitation,16.0,174,1 +28464,2020,Unknown,Unknown,8.0,174,4 +28465,2020,Unknown,Unknown,12.0,174,5 +28466,2020,Unknown,Unknown,48.0,174,7 +28467,2020,Unknown,Unknown,8.0,174,9 +28468,2020,Unknown,Unknown,8.0,174,2 +28469,2020,Unknown,Unknown,60.0,174,3 +28470,2020,Unknown,Unknown,68.0,174,1 +28471,2020,by citizenship,Tajikistan,60.0,174,1 +28472,2020,by country of repatriation,Abroad,16.0,174,1 +28473,2020,by form of exploitation,Forced labour,2.5,174,4 +28474,2020,by form of exploitation,Forced labour,2.5,174,5 +28475,2020,by form of exploitation,Forced labour,2.5,174,6 +28476,2020,by form of exploitation,Forced labour,40.0,174,7 +28477,2020,by form of exploitation,Forced labour,40.0,174,3 +28478,2020,by form of exploitation,Forced labour,40.0,174,1 +28479,2020,by form of exploitation,Sexual exploitation,2.5,174,4 +28480,2020,by form of exploitation,Sexual exploitation,12.0,174,5 +28481,2020,by form of exploitation,Sexual exploitation,2.5,174,6 +28482,2020,by form of exploitation,Sexual exploitation,2.5,174,7 +28483,2020,by form of exploitation,Sexual exploitation,12.0,174,3 +28484,2020,by form of exploitation,Sexual exploitation,12.0,174,1 +28485,2021,Unknown,Unknown,9.0,174,4 +28486,2021,Unknown,Unknown,20.0,174,5 +28487,2021,Unknown,Unknown,2.5,174,6 +28488,2021,Unknown,Unknown,41.0,174,7 +28489,2021,Unknown,Unknown,9.0,174,2 +28490,2021,Unknown,Unknown,61.0,174,3 +28491,2021,Unknown,Unknown,70.0,174,1 +28492,2021,by citizenship,Tajikistan,71.0,174,1 +28493,2021,by form of exploitation,Forced labour,2.5,174,4 +28494,2021,by form of exploitation,Forced labour,2.5,174,5 +28495,2021,by form of exploitation,Forced labour,2.5,174,6 +28496,2021,by form of exploitation,Forced labour,42.0,174,7 +28497,2021,by form of exploitation,Forced labour,42.0,174,3 +28498,2021,by form of exploitation,Forced labour,42.0,174,1 +28499,2021,by form of exploitation,Sexual exploitation,2.5,174,4 +28500,2021,by form of exploitation,Sexual exploitation,23.0,174,5 +28501,2021,by form of exploitation,Sexual exploitation,2.5,174,6 +28502,2021,by form of exploitation,Sexual exploitation,2.5,174,7 +28503,2021,by form of exploitation,Sexual exploitation,23.0,174,3 +28504,2021,by form of exploitation,Sexual exploitation,23.0,174,1 +28505,2022,Unknown,Unknown,28.0,174,5 +28506,2022,Unknown,Unknown,64.0,174,7 +28507,2022,Unknown,Unknown,8.0,174,2 +28508,2022,Unknown,Unknown,92.0,174,3 +28509,2022,Unknown,Unknown,100.0,174,1 +28510,2022,by citizenship,Tajikistan,100.0,174,1 +28511,2022,by country of repatriation,Abroad,2.5,174,1 +28512,2003,by country of repatriation,Abroad,2.5,175,1 +28513,2008,by country of repatriation,Abroad,2.5,175,1 +28514,2014,Unknown,Unknown,2.5,175,4 +28515,2014,Unknown,Unknown,17.0,175,5 +28516,2014,Unknown,Unknown,2.5,175,6 +28517,2014,Unknown,Unknown,5.0,175,7 +28518,2014,Unknown,Unknown,2.5,175,2 +28519,2014,Unknown,Unknown,22.0,175,3 +28520,2014,Unknown,Unknown,22.0,175,1 +28521,2015,Unknown,Unknown,2.5,175,4 +28522,2015,Unknown,Unknown,2.5,175,5 +28523,2015,Unknown,Unknown,2.5,175,6 +28524,2015,Unknown,Unknown,6.0,175,7 +28525,2015,Unknown,Unknown,2.5,175,2 +28526,2015,Unknown,Unknown,6.0,175,3 +28527,2015,Unknown,Unknown,6.0,175,1 +28528,2016,Unknown,Unknown,2.5,175,4 +28529,2016,Unknown,Unknown,2.5,175,5 +28530,2016,Unknown,Unknown,2.5,175,6 +28531,2016,Unknown,Unknown,6.0,175,7 +28532,2016,Unknown,Unknown,2.5,175,2 +28533,2016,Unknown,Unknown,6.0,175,3 +28534,2016,Unknown,Unknown,6.0,175,1 +28535,2017,Unknown,Unknown,2.5,175,4 +28536,2017,Unknown,Unknown,2.5,175,5 +28537,2017,Unknown,Unknown,2.5,175,6 +28538,2017,Unknown,Unknown,2.5,175,7 +28539,2017,Unknown,Unknown,2.5,175,2 +28540,2017,Unknown,Unknown,2.5,175,3 +28541,2017,Unknown,Unknown,2.5,175,1 +28542,2017,by form of exploitation,Forced labour,2.5,175,4 +28543,2017,by form of exploitation,Forced labour,2.5,175,5 +28544,2017,by form of exploitation,Forced labour,2.5,175,6 +28545,2017,by form of exploitation,Forced labour,2.5,175,7 +28546,2017,by form of exploitation,Sexual exploitation,2.5,175,4 +28547,2017,by form of exploitation,Sexual exploitation,2.5,175,5 +28548,2017,by form of exploitation,Sexual exploitation,2.5,175,6 +28549,2017,by form of exploitation,Sexual exploitation,2.5,175,7 +28550,2017,by form of exploitation,Sexual exploitation,2.5,175,1 +28551,2018,by form of exploitation,Forced labour,2.5,175,1 +28552,2018,by form of exploitation,Sexual exploitation,2.5,175,1 +28553,2019,Unknown,Unknown,2.5,175,4 +28554,2019,Unknown,Unknown,2.5,175,5 +28555,2019,Unknown,Unknown,2.5,175,6 +28556,2019,Unknown,Unknown,2.5,175,7 +28557,2019,Unknown,Unknown,2.5,175,2 +28558,2019,Unknown,Unknown,2.5,175,3 +28559,2019,Unknown,Unknown,2.5,175,1 +28560,2019,by citizenship,Turkmenistan,2.5,175,1 +28561,2019,by form of exploitation,Forced labour,2.5,175,4 +28562,2019,by form of exploitation,Forced labour,2.5,175,5 +28563,2019,by form of exploitation,Forced labour,2.5,175,6 +28564,2019,by form of exploitation,Forced labour,2.5,175,7 +28565,2019,by form of exploitation,Forced labour,2.5,175,3 +28566,2019,by form of exploitation,Forced labour,2.5,175,1 +28567,2019,by form of exploitation,Sexual exploitation,2.5,175,4 +28568,2019,by form of exploitation,Sexual exploitation,2.5,175,5 +28569,2019,by form of exploitation,Sexual exploitation,2.5,175,6 +28570,2019,by form of exploitation,Sexual exploitation,2.5,175,7 +28571,2019,by form of exploitation,Sexual exploitation,2.5,175,1 +28572,2020,Unknown,Unknown,2.5,175,4 +28573,2020,Unknown,Unknown,2.5,175,5 +28574,2020,Unknown,Unknown,2.5,175,6 +28575,2020,Unknown,Unknown,2.5,175,7 +28576,2020,Unknown,Unknown,2.5,175,2 +28577,2020,Unknown,Unknown,2.5,175,3 +28578,2020,Unknown,Unknown,2.5,175,1 +28579,2020,by form of exploitation,Forced labour,2.5,175,4 +28580,2020,by form of exploitation,Forced labour,2.5,175,5 +28581,2020,by form of exploitation,Forced labour,2.5,175,6 +28582,2020,by form of exploitation,Forced labour,2.5,175,7 +28583,2020,by form of exploitation,Forced labour,2.5,175,1 +28584,2020,by form of exploitation,Sexual exploitation,2.5,175,4 +28585,2020,by form of exploitation,Sexual exploitation,2.5,175,5 +28586,2020,by form of exploitation,Sexual exploitation,2.5,175,6 +28587,2020,by form of exploitation,Sexual exploitation,2.5,175,7 +28588,2020,by form of exploitation,Sexual exploitation,2.5,175,1 +28589,2021,Unknown,Unknown,2.5,175,4 +28590,2021,Unknown,Unknown,2.5,175,5 +28591,2021,Unknown,Unknown,2.5,175,6 +28592,2021,Unknown,Unknown,2.5,175,7 +28593,2021,Unknown,Unknown,2.5,175,2 +28594,2021,Unknown,Unknown,2.5,175,3 +28595,2021,Unknown,Unknown,2.5,175,1 +28596,2021,by form of exploitation,Forced labour,2.5,175,4 +28597,2021,by form of exploitation,Forced labour,2.5,175,5 +28598,2021,by form of exploitation,Forced labour,2.5,175,6 +28599,2021,by form of exploitation,Forced labour,2.5,175,7 +28600,2021,by form of exploitation,Forced labour,2.5,175,3 +28601,2021,by form of exploitation,Forced labour,2.5,175,1 +28602,2021,by form of exploitation,Sexual exploitation,2.5,175,4 +28603,2021,by form of exploitation,Sexual exploitation,2.5,175,5 +28604,2021,by form of exploitation,Sexual exploitation,2.5,175,6 +28605,2021,by form of exploitation,Sexual exploitation,2.5,175,7 +28606,2022,Unknown,Unknown,2.5,175,4 +28607,2022,Unknown,Unknown,2.5,175,5 +28608,2022,Unknown,Unknown,2.5,175,6 +28609,2022,Unknown,Unknown,2.5,175,7 +28610,2022,Unknown,Unknown,2.5,175,2 +28611,2022,Unknown,Unknown,2.5,175,3 +28612,2022,Unknown,Unknown,2.5,175,1 +28613,2022,by form of exploitation,Forced labour,2.5,175,4 +28614,2022,by form of exploitation,Forced labour,2.5,175,5 +28615,2022,by form of exploitation,Forced labour,2.5,175,6 +28616,2022,by form of exploitation,Forced labour,2.5,175,7 +28617,2022,by form of exploitation,Sexual exploitation,2.5,175,4 +28618,2022,by form of exploitation,Sexual exploitation,2.5,175,5 +28619,2022,by form of exploitation,Sexual exploitation,2.5,175,6 +28620,2022,by form of exploitation,Sexual exploitation,2.5,175,7 +28621,2010,by country of repatriation,Thailand,5.0,176,1 +28622,2015,Unknown,Unknown,2.5,176,4 +28623,2015,Unknown,Unknown,20.0,176,5 +28624,2015,Unknown,Unknown,2.5,176,6 +28625,2015,Unknown,Unknown,2.5,176,7 +28626,2015,Unknown,Unknown,2.5,176,2 +28627,2015,Unknown,Unknown,20.0,176,3 +28628,2015,Unknown,Unknown,20.0,176,1 +28629,2016,Unknown,Unknown,2.5,176,4 +28630,2016,Unknown,Unknown,18.0,176,5 +28631,2016,Unknown,Unknown,2.5,176,6 +28632,2016,Unknown,Unknown,2.5,176,7 +28633,2016,Unknown,Unknown,2.5,176,2 +28634,2016,Unknown,Unknown,18.0,176,3 +28635,2016,Unknown,Unknown,18.0,176,1 +28636,2017,Unknown,Unknown,2.5,176,4 +28637,2017,Unknown,Unknown,2.5,176,5 +28638,2017,Unknown,Unknown,2.5,176,6 +28639,2017,Unknown,Unknown,2.5,176,7 +28640,2017,Unknown,Unknown,2.5,176,2 +28641,2017,Unknown,Unknown,2.5,176,3 +28642,2017,Unknown,Unknown,2.5,176,1 +28643,2017,by form of exploitation,Sexual exploitation,2.5,176,4 +28644,2017,by form of exploitation,Sexual exploitation,2.5,176,5 +28645,2017,by form of exploitation,Sexual exploitation,2.5,176,6 +28646,2017,by form of exploitation,Sexual exploitation,2.5,176,7 +28647,2017,by form of exploitation,Sexual exploitation,2.5,176,1 +28648,2018,by form of exploitation,Forced labour,2.5,176,1 +28649,2018,by form of exploitation,Sexual exploitation,2.5,176,1 +28650,2019,by form of exploitation,Sexual exploitation,2.5,176,1 +28651,2020,by form of exploitation,Forced labour,2.5,176,1 +28652,2020,by form of exploitation,Sexual exploitation,2.5,176,1 +28653,2017,Unknown,Unknown,2.5,177,4 +28654,2017,Unknown,Unknown,2.5,177,5 +28655,2017,Unknown,Unknown,2.5,177,6 +28656,2017,Unknown,Unknown,2.5,177,7 +28657,2017,Unknown,Unknown,2.5,177,9 +28658,2017,Unknown,Unknown,2.5,177,2 +28659,2017,Unknown,Unknown,2.5,177,3 +28660,2017,Unknown,Unknown,2.5,177,1 +28661,2017,by citizenship,,2.5,177,1 +28662,2017,by country of repatriation,Abroad,2.5,177,1 +28663,2017,by country of repatriation,,2.5,177,1 +28664,2017,by form of exploitation,Forced labour,2.5,177,4 +28665,2017,by form of exploitation,Forced labour,2.5,177,5 +28666,2017,by form of exploitation,Forced labour,2.5,177,6 +28667,2017,by form of exploitation,Forced labour,2.5,177,7 +28668,2017,by form of exploitation,Forced labour,2.5,177,9 +28669,2017,by form of exploitation,Forced labour,2.5,177,8 +28670,2017,by form of exploitation,Forced labour,2.5,177,2 +28671,2017,by form of exploitation,Forced labour,2.5,177,3 +28672,2017,by form of exploitation,Forced labour,2.5,177,1 +28673,2017,by form of exploitation,Sexual exploitation,2.5,177,4 +28674,2017,by form of exploitation,Sexual exploitation,2.5,177,5 +28675,2017,by form of exploitation,Sexual exploitation,2.5,177,6 +28676,2017,by form of exploitation,Sexual exploitation,2.5,177,7 +28677,2017,by form of exploitation,Sexual exploitation,2.5,177,9 +28678,2017,by form of exploitation,Sexual exploitation,2.5,177,8 +28679,2017,by form of exploitation,Sexual exploitation,2.5,177,2 +28680,2017,by form of exploitation,Sexual exploitation,2.5,177,3 +28681,2017,by form of exploitation,Sexual exploitation,2.5,177,1 +28682,2017,by form of exploitation,Sexual exploitation,2.5,177,1 +28683,2018,Unknown,Unknown,2.5,177,4 +28684,2018,Unknown,Unknown,2.5,177,5 +28685,2018,Unknown,Unknown,2.5,177,6 +28686,2018,Unknown,Unknown,2.5,177,7 +28687,2018,Unknown,Unknown,2.5,177,9 +28688,2018,Unknown,Unknown,2.5,177,2 +28689,2018,Unknown,Unknown,2.5,177,3 +28690,2018,Unknown,Unknown,2.5,177,1 +28691,2018,by citizenship,,2.5,177,1 +28692,2018,by country of repatriation,Abroad,2.5,177,1 +28693,2018,by country of repatriation,,2.5,177,1 +28694,2018,by form of exploitation,Forced labour,2.5,177,4 +28695,2018,by form of exploitation,Forced labour,2.5,177,5 +28696,2018,by form of exploitation,Forced labour,2.5,177,6 +28697,2018,by form of exploitation,Forced labour,2.5,177,7 +28698,2018,by form of exploitation,Forced labour,2.5,177,9 +28699,2018,by form of exploitation,Forced labour,2.5,177,8 +28700,2018,by form of exploitation,Forced labour,2.5,177,2 +28701,2018,by form of exploitation,Forced labour,2.5,177,3 +28702,2018,by form of exploitation,Forced labour,2.5,177,1 +28703,2018,by form of exploitation,Forced labour,2.5,177,1 +28704,2018,by form of exploitation,Sexual exploitation,2.5,177,4 +28705,2018,by form of exploitation,Sexual exploitation,2.5,177,5 +28706,2018,by form of exploitation,Sexual exploitation,2.5,177,6 +28707,2018,by form of exploitation,Sexual exploitation,2.5,177,7 +28708,2018,by form of exploitation,Sexual exploitation,2.5,177,9 +28709,2018,by form of exploitation,Sexual exploitation,2.5,177,8 +28710,2018,by form of exploitation,Sexual exploitation,2.5,177,2 +28711,2018,by form of exploitation,Sexual exploitation,2.5,177,3 +28712,2018,by form of exploitation,Sexual exploitation,2.5,177,1 +28713,2018,by form of exploitation,Sexual exploitation,2.5,177,1 +28714,2019,Unknown,Unknown,2.5,177,4 +28715,2019,Unknown,Unknown,2.5,177,5 +28716,2019,Unknown,Unknown,2.5,177,6 +28717,2019,Unknown,Unknown,2.5,177,7 +28718,2019,Unknown,Unknown,2.5,177,9 +28719,2019,Unknown,Unknown,2.5,177,2 +28720,2019,Unknown,Unknown,2.5,177,3 +28721,2019,Unknown,Unknown,2.5,177,1 +28722,2019,by citizenship,,2.5,177,1 +28723,2019,by country of repatriation,Abroad,2.5,177,1 +28724,2019,by country of repatriation,,2.5,177,1 +28725,2019,by form of exploitation,Forced labour,2.5,177,4 +28726,2019,by form of exploitation,Forced labour,2.5,177,5 +28727,2019,by form of exploitation,Forced labour,2.5,177,6 +28728,2019,by form of exploitation,Forced labour,2.5,177,7 +28729,2019,by form of exploitation,Forced labour,2.5,177,9 +28730,2019,by form of exploitation,Forced labour,2.5,177,8 +28731,2019,by form of exploitation,Forced labour,2.5,177,2 +28732,2019,by form of exploitation,Forced labour,2.5,177,3 +28733,2019,by form of exploitation,Forced labour,2.5,177,1 +28734,2019,by form of exploitation,Sexual exploitation,2.5,177,4 +28735,2019,by form of exploitation,Sexual exploitation,2.5,177,5 +28736,2019,by form of exploitation,Sexual exploitation,2.5,177,6 +28737,2019,by form of exploitation,Sexual exploitation,2.5,177,7 +28738,2019,by form of exploitation,Sexual exploitation,2.5,177,9 +28739,2019,by form of exploitation,Sexual exploitation,2.5,177,8 +28740,2019,by form of exploitation,Sexual exploitation,2.5,177,2 +28741,2019,by form of exploitation,Sexual exploitation,2.5,177,3 +28742,2019,by form of exploitation,Sexual exploitation,2.5,177,1 +28743,2019,by form of exploitation,Sexual exploitation,2.5,177,1 +28744,2020,Unknown,Unknown,2.5,177,4 +28745,2020,Unknown,Unknown,2.5,177,5 +28746,2020,Unknown,Unknown,2.5,177,6 +28747,2020,Unknown,Unknown,2.5,177,7 +28748,2020,Unknown,Unknown,2.5,177,9 +28749,2020,Unknown,Unknown,2.5,177,2 +28750,2020,Unknown,Unknown,2.5,177,3 +28751,2020,Unknown,Unknown,2.5,177,1 +28752,2020,by citizenship,,2.5,177,1 +28753,2020,by country of repatriation,Abroad,2.5,177,1 +28754,2020,by form of exploitation,Forced labour,2.5,177,4 +28755,2020,by form of exploitation,Forced labour,2.5,177,5 +28756,2020,by form of exploitation,Forced labour,2.5,177,6 +28757,2020,by form of exploitation,Forced labour,2.5,177,7 +28758,2020,by form of exploitation,Forced labour,2.5,177,9 +28759,2020,by form of exploitation,Forced labour,2.5,177,8 +28760,2020,by form of exploitation,Forced labour,2.5,177,2 +28761,2020,by form of exploitation,Forced labour,2.5,177,3 +28762,2020,by form of exploitation,Forced labour,2.5,177,1 +28763,2020,by form of exploitation,Forced labour,2.5,177,1 +28764,2020,by form of exploitation,Sexual exploitation,2.5,177,4 +28765,2020,by form of exploitation,Sexual exploitation,2.5,177,5 +28766,2020,by form of exploitation,Sexual exploitation,2.5,177,6 +28767,2020,by form of exploitation,Sexual exploitation,2.5,177,7 +28768,2020,by form of exploitation,Sexual exploitation,2.5,177,9 +28769,2020,by form of exploitation,Sexual exploitation,2.5,177,8 +28770,2020,by form of exploitation,Sexual exploitation,2.5,177,2 +28771,2020,by form of exploitation,Sexual exploitation,2.5,177,3 +28772,2020,by form of exploitation,Sexual exploitation,2.5,177,1 +28773,2020,by form of exploitation,Sexual exploitation,2.5,177,1 +28774,2022,Unknown,Unknown,2.5,177,4 +28775,2022,Unknown,Unknown,2.5,177,5 +28776,2022,Unknown,Unknown,2.5,177,6 +28777,2022,Unknown,Unknown,6.0,177,7 +28778,2022,Unknown,Unknown,2.5,177,9 +28779,2022,Unknown,Unknown,2.5,177,8 +28780,2022,Unknown,Unknown,2.5,177,2 +28781,2022,Unknown,Unknown,6.0,177,3 +28782,2022,Unknown,Unknown,6.0,177,1 +28783,2022,Unknown,Unknown,2.5,177,1 +28784,2022,by citizenship,China,6.0,177,1 +28785,2022,by form of exploitation,Forced labour,6.0,177,7 +28786,2022,by form of exploitation,Forced labour,6.0,177,3 +28787,2022,by form of exploitation,Forced labour,6.0,177,1 +28788,2022,by form of exploitation,Sexual exploitation,2.5,177,1 +28789,2003,by country of repatriation,Abroad,2.5,178,1 +28790,2007,Unknown,Unknown,2.5,178,4 +28791,2007,Unknown,Unknown,2.5,178,5 +28792,2007,Unknown,Unknown,2.5,178,6 +28793,2007,Unknown,Unknown,2.5,178,7 +28794,2007,Unknown,Unknown,2.5,178,2 +28795,2007,Unknown,Unknown,2.5,178,3 +28796,2007,Unknown,Unknown,2.5,178,1 +28797,2007,by citizenship,Colombia,2.5,178,1 +28798,2007,by form of exploitation,Sexual exploitation,2.5,178,1 +28799,2008,Unknown,Unknown,2.5,178,4 +28800,2008,Unknown,Unknown,5.0,178,5 +28801,2008,Unknown,Unknown,2.5,178,6 +28802,2008,Unknown,Unknown,2.5,178,7 +28803,2008,Unknown,Unknown,2.5,178,2 +28804,2008,Unknown,Unknown,5.0,178,3 +28805,2008,Unknown,Unknown,7.0,178,1 +28806,2008,by citizenship,Colombia,7.0,178,1 +28807,2008,by country of repatriation,Abroad,2.5,178,1 +28808,2008,by form of exploitation,Forced labour,2.5,178,1 +28809,2008,by form of exploitation,Sexual exploitation,7.0,178,1 +28810,2009,Unknown,Unknown,2.5,178,4 +28811,2009,Unknown,Unknown,6.0,178,5 +28812,2009,Unknown,Unknown,2.5,178,6 +28813,2009,Unknown,Unknown,2.5,178,7 +28814,2009,Unknown,Unknown,2.5,178,2 +28815,2009,Unknown,Unknown,7.0,178,3 +28816,2009,Unknown,Unknown,10.0,178,1 +28817,2009,by citizenship,Colombia,2.5,178,1 +28818,2009,by citizenship,Dominican Republic,2.5,178,1 +28819,2009,by citizenship,Philippines,2.5,178,1 +28820,2009,by form of exploitation,Forced labour,2.5,178,1 +28821,2009,by form of exploitation,Sexual exploitation,2.5,178,1 +28822,2010,Unknown,Unknown,2.5,178,4 +28823,2010,Unknown,Unknown,8.0,178,5 +28824,2010,Unknown,Unknown,2.5,178,6 +28825,2010,Unknown,Unknown,2.5,178,7 +28826,2010,Unknown,Unknown,2.5,178,2 +28827,2010,Unknown,Unknown,8.0,178,3 +28828,2010,Unknown,Unknown,8.0,178,1 +28829,2010,by citizenship,Dominican Republic,7.0,178,1 +28830,2010,by citizenship,Trinidad and Tobago,2.5,178,1 +28831,2010,by country of repatriation,Venezuela,2.5,178,1 +28832,2010,by form of exploitation,Sexual exploitation,8.0,178,1 +28833,2011,Unknown,Unknown,2.5,178,4 +28834,2011,Unknown,Unknown,2.5,178,5 +28835,2011,Unknown,Unknown,2.5,178,6 +28836,2011,Unknown,Unknown,2.5,178,7 +28837,2011,Unknown,Unknown,2.5,178,2 +28838,2011,Unknown,Unknown,2.5,178,3 +28839,2011,Unknown,Unknown,2.5,178,1 +28840,2011,by citizenship,Guyana,2.5,178,1 +28841,2011,by country of repatriation,Venezuela,6.0,178,1 +28842,2011,by form of exploitation,Sexual exploitation,2.5,178,1 +28843,2012,Unknown,Unknown,2.5,178,4 +28844,2012,Unknown,Unknown,2.5,178,5 +28845,2012,Unknown,Unknown,2.5,178,6 +28846,2012,Unknown,Unknown,2.5,178,7 +28847,2012,Unknown,Unknown,2.5,178,2 +28848,2012,Unknown,Unknown,2.5,178,3 +28849,2012,Unknown,Unknown,2.5,178,1 +28850,2012,by citizenship,Dominican Republic,2.5,178,1 +28851,2012,by country of repatriation,Venezuela,2.5,178,1 +28852,2012,by form of exploitation,Sexual exploitation,2.5,178,1 +28853,2013,Unknown,Unknown,2.5,178,4 +28854,2013,Unknown,Unknown,11.0,178,5 +28855,2013,Unknown,Unknown,2.5,178,6 +28856,2013,Unknown,Unknown,2.5,178,7 +28857,2013,Unknown,Unknown,2.5,178,2 +28858,2013,Unknown,Unknown,13.0,178,3 +28859,2013,Unknown,Unknown,13.0,178,1 +28860,2013,by citizenship,Colombia,6.0,178,1 +28861,2013,by citizenship,Dominican Republic,2.5,178,1 +28862,2013,by citizenship,Guyana,2.5,178,1 +28863,2013,by citizenship,Venezuela,2.5,178,1 +28864,2013,by country of repatriation,Colombia,5.0,178,1 +28865,2013,by country of repatriation,Dominican Republic,2.5,178,1 +28866,2013,by country of repatriation,Venezuela,2.5,178,1 +28867,2013,by form of exploitation,Forced labour,5.0,178,1 +28868,2013,by form of exploitation,Sexual exploitation,8.0,178,1 +28869,2014,Unknown,Unknown,2.5,178,4 +28870,2014,Unknown,Unknown,2.5,178,5 +28871,2014,Unknown,Unknown,2.5,178,6 +28872,2014,Unknown,Unknown,2.5,178,7 +28873,2014,Unknown,Unknown,2.5,178,2 +28874,2014,Unknown,Unknown,5.0,178,3 +28875,2014,Unknown,Unknown,5.0,178,1 +28876,2014,by citizenship,Guyana,2.5,178,1 +28877,2014,by citizenship,Venezuela,2.5,178,1 +28878,2014,by country of repatriation,Colombia,2.5,178,1 +28879,2014,by form of exploitation,Forced labour,2.5,178,1 +28880,2014,by form of exploitation,Sexual exploitation,2.5,178,1 +28881,2015,Unknown,Unknown,2.5,178,4 +28882,2015,Unknown,Unknown,2.5,178,5 +28883,2015,Unknown,Unknown,2.5,178,6 +28884,2015,Unknown,Unknown,2.5,178,7 +28885,2015,Unknown,Unknown,2.5,178,2 +28886,2015,Unknown,Unknown,2.5,178,3 +28887,2015,Unknown,Unknown,2.5,178,1 +28888,2015,by citizenship,Venezuela,2.5,178,1 +28889,2015,by country of repatriation,Uruguay,5.0,178,1 +28890,2015,by form of exploitation,Sexual exploitation,2.5,178,1 +28891,2016,by country of repatriation,Colombia,2.5,178,1 +28892,2016,by country of repatriation,Uruguay,5.0,178,1 +28893,2017,Unknown,Unknown,16.0,178,1 +28894,2017,by citizenship,Bolivia,2.5,178,1 +28895,2017,by citizenship,Venezuela,13.0,178,1 +28896,2017,by form of exploitation,Sexual exploitation,2.5,178,1 +28897,2018,Unknown,Unknown,5.0,178,4 +28898,2018,Unknown,Unknown,10.0,178,5 +28899,2018,Unknown,Unknown,5.0,178,2 +28900,2018,Unknown,Unknown,10.0,178,3 +28901,2018,Unknown,Unknown,15.0,178,1 +28902,2018,by citizenship,Venezuela,15.0,178,1 +28903,2018,by form of exploitation,Forced labour,2.5,178,5 +28904,2018,by form of exploitation,Forced labour,2.5,178,1 +28905,2018,by form of exploitation,Sexual exploitation,5.0,178,4 +28906,2018,by form of exploitation,Sexual exploitation,9.0,178,5 +28907,2018,by form of exploitation,Sexual exploitation,2.5,178,1 +28908,2019,Unknown,Unknown,2.5,178,4 +28909,2019,Unknown,Unknown,86.0,178,5 +28910,2019,Unknown,Unknown,17.0,178,6 +28911,2019,Unknown,Unknown,2.5,178,7 +28912,2019,Unknown,Unknown,17.0,178,2 +28913,2019,Unknown,Unknown,86.0,178,3 +28914,2019,Unknown,Unknown,103.0,178,1 +28915,2019,by citizenship,China,2.5,178,1 +28916,2019,by citizenship,India,2.5,178,1 +28917,2019,by citizenship,Venezuela,100.0,178,1 +28918,2019,by form of exploitation,Forced labour,2.5,178,4 +28919,2019,by form of exploitation,Forced labour,2.5,178,5 +28920,2019,by form of exploitation,Forced labour,2.5,178,6 +28921,2019,by form of exploitation,Forced labour,2.5,178,7 +28922,2019,by form of exploitation,Sexual exploitation,17.0,178,4 +28923,2019,by form of exploitation,Sexual exploitation,86.0,178,5 +28924,2019,by form of exploitation,Sexual exploitation,2.5,178,6 +28925,2019,by form of exploitation,Sexual exploitation,2.5,178,7 +28926,2019,by form of exploitation,Sexual exploitation,19.0,178,2 +28927,2019,by form of exploitation,Sexual exploitation,86.0,178,3 +28928,2019,by form of exploitation,Sexual exploitation,103.0,178,1 +28929,2020,Unknown,Unknown,2.5,178,4 +28930,2020,Unknown,Unknown,2.5,178,5 +28931,2020,Unknown,Unknown,2.5,178,6 +28932,2020,Unknown,Unknown,2.5,178,7 +28933,2020,Unknown,Unknown,2.5,178,2 +28934,2020,Unknown,Unknown,2.5,178,3 +28935,2020,Unknown,Unknown,5.0,178,1 +28936,2020,by citizenship,Venezuela,5.0,178,1 +28937,2020,by form of exploitation,Forced labour,2.5,178,4 +28938,2020,by form of exploitation,Forced labour,2.5,178,5 +28939,2020,by form of exploitation,Forced labour,2.5,178,6 +28940,2020,by form of exploitation,Forced labour,2.5,178,7 +28941,2020,by form of exploitation,Forced labour,2.5,178,1 +28942,2020,by form of exploitation,Sexual exploitation,2.5,178,4 +28943,2020,by form of exploitation,Sexual exploitation,2.5,178,5 +28944,2020,by form of exploitation,Sexual exploitation,2.5,178,6 +28945,2020,by form of exploitation,Sexual exploitation,2.5,178,7 +28946,2020,by form of exploitation,Sexual exploitation,2.5,178,2 +28947,2020,by form of exploitation,Sexual exploitation,2.5,178,3 +28948,2020,by form of exploitation,Sexual exploitation,5.0,178,1 +28949,2021,Unknown,Unknown,7.0,178,4 +28950,2021,Unknown,Unknown,14.0,178,5 +28951,2021,Unknown,Unknown,2.5,178,6 +28952,2021,Unknown,Unknown,2.5,178,7 +28953,2021,Unknown,Unknown,7.0,178,2 +28954,2021,Unknown,Unknown,16.0,178,3 +28955,2021,Unknown,Unknown,23.0,178,1 +28956,2021,by citizenship,India,2.5,178,1 +28957,2021,by citizenship,Venezuela,21.0,178,1 +28958,2021,by form of exploitation,Forced labour,2.5,178,4 +28959,2021,by form of exploitation,Forced labour,2.5,178,5 +28960,2021,by form of exploitation,Forced labour,2.5,178,6 +28961,2021,by form of exploitation,Forced labour,2.5,178,7 +28962,2021,by form of exploitation,Forced labour,2.5,178,3 +28963,2021,by form of exploitation,Forced labour,2.5,178,1 +28964,2021,by form of exploitation,Sexual exploitation,7.0,178,4 +28965,2021,by form of exploitation,Sexual exploitation,14.0,178,5 +28966,2021,by form of exploitation,Sexual exploitation,2.5,178,6 +28967,2021,by form of exploitation,Sexual exploitation,2.5,178,7 +28968,2021,by form of exploitation,Sexual exploitation,7.0,178,2 +28969,2021,by form of exploitation,Sexual exploitation,14.0,178,3 +28970,2021,by form of exploitation,Sexual exploitation,21.0,178,1 +28971,2022,Unknown,Unknown,6.0,178,4 +28972,2022,Unknown,Unknown,5.0,178,5 +28973,2022,Unknown,Unknown,2.5,178,6 +28974,2022,Unknown,Unknown,2.5,178,7 +28975,2022,Unknown,Unknown,6.0,178,2 +28976,2022,Unknown,Unknown,5.0,178,3 +28977,2022,Unknown,Unknown,11.0,178,1 +28978,2022,by citizenship,Venezuela,11.0,178,1 +28979,2022,by form of exploitation,Forced labour,2.5,178,4 +28980,2022,by form of exploitation,Forced labour,2.5,178,5 +28981,2022,by form of exploitation,Forced labour,2.5,178,6 +28982,2022,by form of exploitation,Forced labour,2.5,178,7 +28983,2022,by form of exploitation,Sexual exploitation,6.0,178,4 +28984,2022,by form of exploitation,Sexual exploitation,5.0,178,5 +28985,2022,by form of exploitation,Sexual exploitation,2.5,178,6 +28986,2022,by form of exploitation,Sexual exploitation,2.5,178,7 +28987,2022,by form of exploitation,Sexual exploitation,6.0,178,2 +28988,2022,by form of exploitation,Sexual exploitation,5.0,178,3 +28989,2022,by form of exploitation,Sexual exploitation,11.0,178,1 +28990,2008,by country of repatriation,Abroad,2.5,179,1 +28991,2012,Unknown,Unknown,2.5,179,4 +28992,2012,Unknown,Unknown,87.0,179,5 +28993,2012,Unknown,Unknown,2.5,179,6 +28994,2012,Unknown,Unknown,2.5,179,7 +28995,2012,Unknown,Unknown,2.5,179,2 +28996,2012,Unknown,Unknown,87.0,179,3 +28997,2012,Unknown,Unknown,87.0,179,1 +28998,2012,by country of repatriation,Abroad,2.5,179,1 +28999,2012,by country of repatriation,Nigeria,8.0,179,1 +29000,2012,by country of repatriation,Ukraine,2.5,179,1 +29001,2012,by form of exploitation,Sexual exploitation,87.0,179,1 +29002,2013,by country of repatriation,Colombia,2.5,179,1 +29003,2013,by country of repatriation,Nigeria,2.5,179,1 +29004,2014,Unknown,Unknown,2.5,179,4 +29005,2014,Unknown,Unknown,2.5,179,5 +29006,2014,Unknown,Unknown,2.5,179,6 +29007,2014,Unknown,Unknown,2.5,179,7 +29008,2014,Unknown,Unknown,2.5,179,2 +29009,2014,Unknown,Unknown,2.5,179,3 +29010,2014,Unknown,Unknown,2.5,179,1 +29011,2014,by country of repatriation,Abroad,2.5,179,1 +29012,2015,Unknown,Unknown,2.5,179,2 +29013,2015,Unknown,Unknown,2.5,179,3 +29014,2015,by country of repatriation,Nigeria,35.0,179,1 +29015,2016,Unknown,Unknown,12.0,179,4 +29016,2016,Unknown,Unknown,47.0,179,5 +29017,2016,Unknown,Unknown,72.0,179,6 +29018,2016,Unknown,Unknown,2.5,179,7 +29019,2016,Unknown,Unknown,84.0,179,2 +29020,2016,Unknown,Unknown,50.0,179,3 +29021,2016,Unknown,Unknown,134.0,179,1 +29022,2016,by citizenship,Cote d'Ivoire,2.5,179,1 +29023,2016,by citizenship,Morocco,2.5,179,1 +29024,2016,by citizenship,Tunisia,84.0,179,1 +29025,2016,by country of repatriation,Nigeria,35.0,179,1 +29026,2016,by form of exploitation,Forced labour,2.5,179,4 +29027,2016,by form of exploitation,Forced labour,2.5,179,5 +29028,2016,by form of exploitation,Forced labour,2.5,179,7 +29029,2016,by form of exploitation,Forced labour,6.0,179,1 +29030,2016,by form of exploitation,Sexual exploitation,46.0,179,5 +29031,2016,by form of exploitation,Sexual exploitation,46.0,179,1 +29032,2017,Unknown,Unknown,50.0,179,4 +29033,2017,Unknown,Unknown,71.0,179,5 +29034,2017,Unknown,Unknown,160.0,179,6 +29035,2017,Unknown,Unknown,2.5,179,7 +29036,2017,Unknown,Unknown,210.0,179,2 +29037,2017,Unknown,Unknown,75.0,179,3 +29038,2017,Unknown,Unknown,285.0,179,1 +29039,2017,by form of exploitation,Forced labour,2.5,179,4 +29040,2017,by form of exploitation,Forced labour,20.0,179,5 +29041,2017,by form of exploitation,Forced labour,2.5,179,6 +29042,2017,by form of exploitation,Forced labour,2.5,179,7 +29043,2017,by form of exploitation,Forced labour,2.5,179,2 +29044,2017,by form of exploitation,Forced labour,24.0,179,3 +29045,2017,by form of exploitation,Forced labour,28.0,179,1 +29046,2017,by form of exploitation,Sexual exploitation,6.0,179,4 +29047,2017,by form of exploitation,Sexual exploitation,51.0,179,5 +29048,2017,by form of exploitation,Sexual exploitation,2.5,179,6 +29049,2017,by form of exploitation,Sexual exploitation,2.5,179,7 +29050,2017,by form of exploitation,Sexual exploitation,6.0,179,2 +29051,2017,by form of exploitation,Sexual exploitation,51.0,179,3 +29052,2017,by form of exploitation,Sexual exploitation,57.0,179,1 +29053,2018,Unknown,Unknown,52.0,179,4 +29054,2018,Unknown,Unknown,187.0,179,5 +29055,2018,Unknown,Unknown,95.0,179,6 +29056,2018,Unknown,Unknown,49.0,179,7 +29057,2018,Unknown,Unknown,147.0,179,2 +29058,2018,Unknown,Unknown,236.0,179,3 +29059,2018,Unknown,Unknown,383.0,179,1 +29060,2018,by citizenship,,383.0,179,1 +29061,2018,by form of exploitation,Forced labour,5.0,179,4 +29062,2018,by form of exploitation,Forced labour,156.0,179,5 +29063,2018,by form of exploitation,Forced labour,2.5,179,6 +29064,2018,by form of exploitation,Forced labour,49.0,179,7 +29065,2018,by form of exploitation,Forced labour,6.0,179,2 +29066,2018,by form of exploitation,Forced labour,205.0,179,3 +29067,2018,by form of exploitation,Forced labour,211.0,179,1 +29068,2018,by form of exploitation,Sexual exploitation,2.5,179,4 +29069,2018,by form of exploitation,Sexual exploitation,31.0,179,5 +29070,2018,by form of exploitation,Sexual exploitation,2.5,179,6 +29071,2018,by form of exploitation,Sexual exploitation,2.5,179,7 +29072,2018,by form of exploitation,Sexual exploitation,8.0,179,2 +29073,2018,by form of exploitation,Sexual exploitation,31.0,179,3 +29074,2018,by form of exploitation,Sexual exploitation,39.0,179,1 +29075,2019,Unknown,Unknown,276.0,179,4 +29076,2019,Unknown,Unknown,114.0,179,5 +29077,2019,Unknown,Unknown,151.0,179,6 +29078,2019,Unknown,Unknown,234.0,179,7 +29079,2019,Unknown,Unknown,428.0,179,2 +29080,2019,Unknown,Unknown,347.0,179,3 +29081,2019,Unknown,Unknown,775.0,179,1 +29082,2019,by citizenship,,775.0,179,1 +29083,2019,by form of exploitation,Forced labour,47.0,179,4 +29084,2019,by form of exploitation,Forced labour,111.0,179,5 +29085,2019,by form of exploitation,Forced labour,7.0,179,6 +29086,2019,by form of exploitation,Forced labour,196.0,179,7 +29087,2019,by form of exploitation,Forced labour,54.0,179,2 +29088,2019,by form of exploitation,Forced labour,307.0,179,3 +29089,2019,by form of exploitation,Forced labour,361.0,179,1 +29090,2019,by form of exploitation,Sexual exploitation,7.0,179,4 +29091,2019,by form of exploitation,Sexual exploitation,2.5,179,5 +29092,2019,by form of exploitation,Sexual exploitation,8.0,179,6 +29093,2019,by form of exploitation,Sexual exploitation,37.0,179,7 +29094,2019,by form of exploitation,Sexual exploitation,15.0,179,2 +29095,2019,by form of exploitation,Sexual exploitation,39.0,179,3 +29096,2019,by form of exploitation,Sexual exploitation,54.0,179,1 +29097,2020,Unknown,Unknown,50.0,179,4 +29098,2020,Unknown,Unknown,58.0,179,5 +29099,2020,Unknown,Unknown,44.0,179,6 +29100,2020,Unknown,Unknown,29.0,179,7 +29101,2020,Unknown,Unknown,94.0,179,2 +29102,2020,Unknown,Unknown,87.0,179,3 +29103,2020,Unknown,Unknown,181.0,179,1 +29104,2020,by citizenship,,181.0,179,1 +29105,2020,by form of exploitation,Forced labour,2.5,179,4 +29106,2020,by form of exploitation,Forced labour,48.0,179,5 +29107,2020,by form of exploitation,Forced labour,2.5,179,6 +29108,2020,by form of exploitation,Forced labour,28.0,179,7 +29109,2020,by form of exploitation,Forced labour,2.5,179,2 +29110,2020,by form of exploitation,Forced labour,76.0,179,3 +29111,2020,by form of exploitation,Forced labour,78.0,179,1 +29112,2020,by form of exploitation,Sexual exploitation,11.0,179,4 +29113,2020,by form of exploitation,Sexual exploitation,14.0,179,5 +29114,2020,by form of exploitation,Sexual exploitation,2.5,179,6 +29115,2020,by form of exploitation,Sexual exploitation,2.5,179,7 +29116,2020,by form of exploitation,Sexual exploitation,14.0,179,2 +29117,2020,by form of exploitation,Sexual exploitation,14.0,179,3 +29118,2020,by form of exploitation,Sexual exploitation,28.0,179,1 +29119,2021,Unknown,Unknown,246.0,179,5 +29120,2021,Unknown,Unknown,67.0,179,7 +29121,2021,Unknown,Unknown,26.0,179,2 +29122,2021,Unknown,Unknown,313.0,179,3 +29123,2021,Unknown,Unknown,339.0,179,1 +29124,2021,by citizenship,Greece,2.5,179,1 +29125,2021,by citizenship,Cote d'Ivoire,27.0,179,1 +29126,2021,by citizenship,Kazakhstan,2.5,179,1 +29127,2021,by citizenship,Russia,2.5,179,1 +29128,2021,by citizenship,Ukraine,2.5,179,1 +29129,2022,Unknown,Unknown,166.0,179,4 +29130,2022,Unknown,Unknown,195.0,179,5 +29131,2022,Unknown,Unknown,174.0,179,6 +29132,2022,Unknown,Unknown,49.0,179,7 +29133,2022,Unknown,Unknown,340.0,179,2 +29134,2022,Unknown,Unknown,244.0,179,3 +29135,2022,Unknown,Unknown,584.0,179,1 +29136,2022,by form of exploitation,Forced labour,98.0,179,4 +29137,2022,by form of exploitation,Forced labour,330.0,179,5 +29138,2022,by form of exploitation,Forced labour,73.0,179,6 +29139,2022,by form of exploitation,Forced labour,62.0,179,7 +29140,2022,by form of exploitation,Forced labour,171.0,179,2 +29141,2022,by form of exploitation,Forced labour,392.0,179,3 +29142,2022,by form of exploitation,Forced labour,563.0,179,1 +29143,2022,by form of exploitation,Sexual exploitation,24.0,179,4 +29144,2022,by form of exploitation,Sexual exploitation,22.0,179,5 +29145,2022,by form of exploitation,Sexual exploitation,2.5,179,6 +29146,2022,by form of exploitation,Sexual exploitation,2.5,179,7 +29147,2022,by form of exploitation,Sexual exploitation,25.0,179,2 +29148,2022,by form of exploitation,Sexual exploitation,22.0,179,3 +29149,2022,by form of exploitation,Sexual exploitation,47.0,179,1 +29150,2003,by country of repatriation,Abroad,2.5,180,1 +29151,2007,Unknown,Unknown,134.0,180,5 +29152,2007,Unknown,Unknown,6.0,180,7 +29153,2007,Unknown,Unknown,8.0,180,2 +29154,2007,Unknown,Unknown,140.0,180,3 +29155,2007,Unknown,Unknown,148.0,180,1 +29156,2007,by citizenship,Azerbaijan,7.0,180,1 +29157,2007,by citizenship,Bulgaria,6.0,180,1 +29158,2007,by citizenship,Georgia,12.0,180,1 +29159,2007,by citizenship,Kyrgyzstan,19.0,180,1 +29160,2007,by citizenship,Moldova,53.0,180,1 +29161,2007,by citizenship,Romania,2.5,180,1 +29162,2007,by citizenship,Russia,20.0,180,1 +29163,2007,by citizenship,Turkmenistan,13.0,180,1 +29164,2007,by citizenship,Ukraine,9.0,180,1 +29165,2007,by citizenship,Uzbekistan,9.0,180,1 +29166,2007,by form of exploitation,Forced labour,8.0,180,1 +29167,2007,by form of exploitation,Sexual exploitation,140.0,180,1 +29168,2008,Unknown,Unknown,106.0,180,5 +29169,2008,Unknown,Unknown,2.5,180,7 +29170,2008,Unknown,Unknown,12.0,180,2 +29171,2008,Unknown,Unknown,108.0,180,3 +29172,2008,Unknown,Unknown,120.0,180,1 +29173,2008,by citizenship,Azerbaijan,6.0,180,1 +29174,2008,by citizenship,Bulgaria,2.5,180,1 +29175,2008,by citizenship,Georgia,7.0,180,1 +29176,2008,by citizenship,Kyrgyzstan,7.0,180,1 +29177,2008,by citizenship,Moldova,22.0,180,1 +29178,2008,by citizenship,Romania,2.5,180,1 +29179,2008,by citizenship,Russia,7.0,180,1 +29180,2008,by citizenship,Turkmenistan,25.0,180,1 +29181,2008,by citizenship,Ukraine,7.0,180,1 +29182,2008,by citizenship,Uzbekistan,30.0,180,1 +29183,2008,by form of exploitation,Forced labour,9.0,180,1 +29184,2008,by form of exploitation,Sexual exploitation,111.0,180,1 +29185,2009,Unknown,Unknown,99.0,180,5 +29186,2009,Unknown,Unknown,2.5,180,7 +29187,2009,Unknown,Unknown,2.5,180,2 +29188,2009,Unknown,Unknown,101.0,180,3 +29189,2009,Unknown,Unknown,102.0,180,1 +29190,2009,by citizenship,Azerbaijan,11.0,180,1 +29191,2009,by citizenship,Georgia,8.0,180,1 +29192,2009,by citizenship,Kazakhstan,2.5,180,1 +29193,2009,by citizenship,Kyrgyzstan,16.0,180,1 +29194,2009,by citizenship,Mongolia,2.5,180,1 +29195,2009,by citizenship,Moldova,7.0,180,1 +29196,2009,by citizenship,Russia,7.0,180,1 +29197,2009,by citizenship,Turkmenistan,18.0,180,1 +29198,2009,by citizenship,Ukraine,5.0,180,1 +29199,2009,by citizenship,Uzbekistan,25.0,180,1 +29200,2009,by form of exploitation,Forced labour,2.5,180,1 +29201,2009,by form of exploitation,Sexual exploitation,98.0,180,1 +29202,2010,Unknown,Unknown,54.0,180,5 +29203,2010,Unknown,Unknown,55.0,180,3 +29204,2010,Unknown,Unknown,2.5,180,4 +29205,2010,Unknown,Unknown,2.5,180,6 +29206,2010,Unknown,Unknown,2.5,180,7 +29207,2010,Unknown,Unknown,2.5,180,2 +29208,2010,Unknown,Unknown,58.0,180,1 +29209,2010,by citizenship,Azerbaijan,15.0,180,1 +29210,2010,by citizenship,Belarus,2.5,180,1 +29211,2010,by citizenship,Georgia,2.5,180,1 +29212,2010,by citizenship,Kyrgyzstan,2.5,180,1 +29213,2010,by citizenship,Morocco,2.5,180,1 +29214,2010,by citizenship,Nigeria,2.5,180,1 +29215,2010,by citizenship,Moldova,2.5,180,1 +29216,2010,by citizenship,Russia,2.5,180,1 +29217,2010,by citizenship,Turkmenistan,8.0,180,1 +29218,2010,by citizenship,Ukraine,2.5,180,1 +29219,2010,by citizenship,Uzbekistan,12.0,180,1 +29220,2010,by country of repatriation,Belarus,2.5,180,1 +29221,2010,by country of repatriation,Kyrgyzstan,2.5,180,1 +29222,2010,by country of repatriation,Moldova,2.5,180,1 +29223,2010,by country of repatriation,Romania,2.5,180,1 +29224,2010,by country of repatriation,Ukraine,30.0,180,1 +29225,2010,by form of exploitation,Forced labour,2.5,180,1 +29226,2010,by form of exploitation,Sexual exploitation,57.0,180,1 +29227,2011,Unknown,Unknown,78.0,180,5 +29228,2011,Unknown,Unknown,78.0,180,3 +29229,2011,Unknown,Unknown,5.0,180,4 +29230,2011,Unknown,Unknown,2.5,180,6 +29231,2011,Unknown,Unknown,2.5,180,7 +29232,2011,Unknown,Unknown,5.0,180,2 +29233,2011,Unknown,Unknown,82.0,180,1 +29234,2011,by citizenship,Armenia,2.5,180,1 +29235,2011,by citizenship,Azerbaijan,9.0,180,1 +29236,2011,by citizenship,Georgia,2.5,180,1 +29237,2011,by citizenship,Kazakhstan,2.5,180,1 +29238,2011,by citizenship,Kyrgyzstan,9.0,180,1 +29239,2011,by citizenship,Morocco,2.5,180,1 +29240,2011,by citizenship,Moldova,2.5,180,1 +29241,2011,by citizenship,Russia,2.5,180,1 +29242,2011,by citizenship,Syria,2.5,180,1 +29243,2011,by citizenship,Turkmenistan,30.0,180,1 +29244,2011,by citizenship,Uzbekistan,20.0,180,1 +29245,2011,by country of repatriation,Moldova,2.5,180,1 +29246,2011,by country of repatriation,Romania,2.5,180,1 +29247,2011,by form of exploitation,Forced labour,2.5,180,1 +29248,2011,by form of exploitation,Sexual exploitation,80.0,180,1 +29249,2012,Unknown,Unknown,2.5,180,4 +29250,2012,Unknown,Unknown,54.0,180,5 +29251,2012,Unknown,Unknown,2.5,180,6 +29252,2012,Unknown,Unknown,2.5,180,7 +29253,2012,Unknown,Unknown,2.5,180,2 +29254,2012,Unknown,Unknown,54.0,180,3 +29255,2012,Unknown,Unknown,55.0,180,1 +29256,2012,by citizenship,Azerbaijan,2.5,180,1 +29257,2012,by citizenship,Georgia,2.5,180,1 +29258,2012,by citizenship,Kazakhstan,2.5,180,1 +29259,2012,by citizenship,Kyrgyzstan,16.0,180,1 +29260,2012,by citizenship,Morocco,2.5,180,1 +29261,2012,by citizenship,Moldova,2.5,180,1 +29262,2012,by citizenship,Russia,2.5,180,1 +29263,2012,by citizenship,Syria,2.5,180,1 +29264,2012,by citizenship,Tajikistan,2.5,180,1 +29265,2012,by citizenship,Turkmenistan,18.0,180,1 +29266,2012,by citizenship,Ukraine,2.5,180,1 +29267,2012,by citizenship,Uzbekistan,6.0,180,1 +29268,2012,by country of repatriation,Armenia,2.5,180,1 +29269,2012,by country of repatriation,Azerbaijan,19.0,180,1 +29270,2012,by country of repatriation,Belarus,13.0,180,1 +29271,2012,by country of repatriation,Kazakhstan,2.5,180,1 +29272,2012,by country of repatriation,Nigeria,2.5,180,1 +29273,2012,by country of repatriation,Ukraine,14.0,180,1 +29274,2012,by country of repatriation,Uzbekistan,60.0,180,1 +29275,2012,by form of exploitation,Forced labour,2.5,180,1 +29276,2012,by form of exploitation,Sexual exploitation,54.0,180,1 +29277,2013,Unknown,Unknown,2.5,180,4 +29278,2013,Unknown,Unknown,29.0,180,5 +29279,2013,Unknown,Unknown,2.5,180,6 +29280,2013,Unknown,Unknown,20.0,180,3 +29281,2013,by form of exploitation,Forced labour,2.5,180,1 +29282,2013,Unknown,Unknown,2.5,180,7 +29283,2013,Unknown,Unknown,2.5,180,2 +29284,2013,Unknown,Unknown,21.0,180,1 +29285,2013,by citizenship,Azerbaijan,2.5,180,1 +29286,2013,by citizenship,Georgia,2.5,180,1 +29287,2013,by citizenship,Kyrgyzstan,6.0,180,1 +29288,2013,by citizenship,Morocco,2.5,180,1 +29289,2013,by citizenship,Romania,2.5,180,1 +29290,2013,by citizenship,Syria,2.5,180,1 +29291,2013,by citizenship,Turkmenistan,5.0,180,1 +29292,2013,by citizenship,Uzbekistan,2.5,180,1 +29293,2013,by country of repatriation,Azerbaijan,19.0,180,1 +29294,2013,by country of repatriation,Belarus,2.5,180,1 +29295,2013,by country of repatriation,Kyrgyzstan,20.0,180,1 +29296,2013,by country of repatriation,Paraguay,2.5,180,1 +29297,2013,by country of repatriation,Moldova,2.5,180,1 +29298,2013,by country of repatriation,Uganda,13.0,180,1 +29299,2013,by country of repatriation,Ukraine,6.0,180,1 +29300,2013,by country of repatriation,Uzbekistan,71.0,180,1 +29301,2013,by form of exploitation,Sexual exploitation,21.0,180,1 +29302,2014,Unknown,Unknown,9.0,180,5 +29303,2014,Unknown,Unknown,2.5,180,6 +29304,2014,Unknown,Unknown,49.0,180,3 +29305,2014,Unknown,Unknown,2.5,180,4 +29306,2014,Unknown,Unknown,2.5,180,7 +29307,2014,Unknown,Unknown,2.5,180,2 +29308,2014,Unknown,Unknown,50.0,180,1 +29309,2014,by citizenship,Armenia,2.5,180,1 +29310,2014,by citizenship,Azerbaijan,2.5,180,1 +29311,2014,by citizenship,Ethiopia,2.5,180,1 +29312,2014,by citizenship,Georgia,2.5,180,1 +29313,2014,by citizenship,Kazakhstan,2.5,180,1 +29314,2014,by citizenship,Kyrgyzstan,17.0,180,1 +29315,2014,by citizenship,Morocco,2.5,180,1 +29316,2014,by citizenship,Moldova,2.5,180,1 +29317,2014,by citizenship,Russia,2.5,180,1 +29318,2014,by citizenship,Syria,2.5,180,1 +29319,2014,by citizenship,Ukraine,2.5,180,1 +29320,2014,by citizenship,Uzbekistan,8.0,180,1 +29321,2014,by country of repatriation,Armenia,2.5,180,1 +29322,2014,by country of repatriation,Azerbaijan,37.0,180,1 +29323,2014,by country of repatriation,Belarus,2.5,180,1 +29324,2014,by country of repatriation,Greece,2.5,180,1 +29325,2014,by country of repatriation,Kazakhstan,2.5,180,1 +29326,2014,by country of repatriation,Paraguay,5.0,180,1 +29327,2014,by country of repatriation,Moldova,2.5,180,1 +29328,2014,by country of repatriation,Tajikistan,2.5,180,1 +29329,2014,by country of repatriation,Uganda,2.5,180,1 +29330,2014,by country of repatriation,Ukraine,2.5,180,1 +29331,2014,by country of repatriation,Uzbekistan,42.0,180,1 +29332,2014,by form of exploitation,Forced labour,7.0,180,1 +29333,2014,by form of exploitation,Sexual exploitation,43.0,180,1 +29334,2015,Unknown,Unknown,84.0,180,5 +29335,2015,Unknown,Unknown,86.0,180,3 +29336,2015,by form of exploitation,Forced labour,19.0,180,1 +29337,2015,by form of exploitation,Sexual exploitation,88.0,180,1 +29338,2015,Unknown,Unknown,9.0,180,4 +29339,2015,Unknown,Unknown,17.0,180,6 +29340,2015,Unknown,Unknown,2.5,180,7 +29341,2015,Unknown,Unknown,26.0,180,2 +29342,2015,Unknown,Unknown,108.0,180,1 +29343,2015,by citizenship,Afghanistan,15.0,180,1 +29344,2015,by citizenship,Azerbaijan,2.5,180,1 +29345,2015,by citizenship,Belarus,2.5,180,1 +29346,2015,by citizenship,Germany,2.5,180,1 +29347,2015,by citizenship,Kazakhstan,2.5,180,1 +29348,2015,by citizenship,Kyrgyzstan,17.0,180,1 +29349,2015,by citizenship,Morocco,6.0,180,1 +29350,2015,by citizenship,Pakistan,2.5,180,1 +29351,2015,by citizenship,Moldova,5.0,180,1 +29352,2015,by citizenship,Russia,2.5,180,1 +29353,2015,by citizenship,Syria,9.0,180,1 +29354,2015,by citizenship,Turkey,2.5,180,1 +29355,2015,by citizenship,Turkmenistan,2.5,180,1 +29356,2015,by citizenship,Ukraine,2.5,180,1 +29357,2015,by citizenship,Uzbekistan,34.0,180,1 +29358,2015,by country of repatriation,Armenia,2.5,180,1 +29359,2015,by country of repatriation,Azerbaijan,33.0,180,1 +29360,2015,by country of repatriation,Belarus,2.5,180,1 +29361,2015,by country of repatriation,Nigeria,2.5,180,1 +29362,2015,by country of repatriation,Moldova,2.5,180,1 +29363,2015,by country of repatriation,Ukraine,6.0,180,1 +29364,2015,by country of repatriation,Uzbekistan,32.0,180,1 +29365,2016,Unknown,Unknown,34.0,180,4 +29366,2016,Unknown,Unknown,145.0,180,5 +29367,2016,Unknown,Unknown,2.5,180,6 +29368,2016,Unknown,Unknown,2.5,180,7 +29369,2016,Unknown,Unknown,35.0,180,2 +29370,2016,Unknown,Unknown,146.0,180,3 +29371,2016,Unknown,Unknown,181.0,180,1 +29372,2016,by form of exploitation,Forced labour,30.0,180,1 +29373,2016,by form of exploitation,Sexual exploitation,143.0,180,1 +29374,2016,by country of repatriation,Armenia,2.5,180,1 +29375,2016,by country of repatriation,Azerbaijan,33.0,180,1 +29376,2016,by country of repatriation,Belarus,18.0,180,1 +29377,2016,by country of repatriation,Colombia,2.5,180,1 +29378,2016,by country of repatriation,Czech Republic,2.5,180,1 +29379,2016,by country of repatriation,Georgia,2.5,180,1 +29380,2016,by country of repatriation,Latvia,8.0,180,1 +29381,2016,by country of repatriation,Nigeria,13.0,180,1 +29382,2016,by country of repatriation,Paraguay,2.5,180,1 +29383,2016,by country of repatriation,Moldova,2.5,180,1 +29384,2016,by country of repatriation,Slovakia,16.0,180,1 +29385,2016,by country of repatriation,Tajikistan,15.0,180,1 +29386,2016,by country of repatriation,Tunisia,34.0,180,1 +29387,2016,by country of repatriation,Turkmenistan,2.5,180,1 +29388,2016,by country of repatriation,Ukraine,20.0,180,1 +29389,2016,by country of repatriation,Uzbekistan,32.0,180,1 +29390,2017,by form of exploitation,Forced labour,52.0,180,1 +29391,2017,Unknown,Unknown,18.0,180,4 +29392,2017,Unknown,Unknown,194.0,180,5 +29393,2017,Unknown,Unknown,80.0,180,6 +29394,2017,Unknown,Unknown,11.0,180,7 +29395,2017,Unknown,Unknown,98.0,180,2 +29396,2017,Unknown,Unknown,205.0,180,3 +29397,2017,Unknown,Unknown,303.0,180,1 +29398,2017,by form of exploitation,Forced labour,8.0,180,4 +29399,2017,by form of exploitation,Forced labour,18.0,180,5 +29400,2017,by form of exploitation,Forced labour,80.0,180,6 +29401,2017,by form of exploitation,Forced labour,11.0,180,7 +29402,2017,by form of exploitation,Sexual exploitation,10.0,180,4 +29403,2017,by form of exploitation,Sexual exploitation,2.5,180,5 +29404,2017,by form of exploitation,Sexual exploitation,176.0,180,6 +29405,2017,by form of exploitation,Sexual exploitation,2.5,180,7 +29406,2017,by form of exploitation,Sexual exploitation,186.0,180,1 +29407,2018,Unknown,Unknown,96.0,180,5 +29408,2018,Unknown,Unknown,116.0,180,3 +29409,2018,Unknown,Unknown,133.0,180,1 +29410,2018,by form of exploitation,Sexual exploitation,94.0,180,1 +29411,2018,Unknown,Unknown,14.0,180,4 +29412,2018,Unknown,Unknown,2.5,180,6 +29413,2018,Unknown,Unknown,20.0,180,7 +29414,2018,Unknown,Unknown,17.0,180,2 +29415,2018,by citizenship,Afghanistan,21.0,180,1 +29416,2018,by citizenship,Azerbaijan,2.5,180,1 +29417,2018,by citizenship,Bangladesh,2.5,180,1 +29418,2018,by citizenship,Belarus,2.5,180,1 +29419,2018,by citizenship,Dominican Republic,2.5,180,1 +29420,2018,by citizenship,Georgia,2.5,180,1 +29421,2018,by citizenship,Indonesia,6.0,180,1 +29422,2018,by citizenship,Iran,2.5,180,1 +29423,2018,by citizenship,Jordan,2.5,180,1 +29424,2018,by citizenship,Kazakhstan,7.0,180,1 +29425,2018,by citizenship,Kyrgyzstan,14.0,180,1 +29426,2018,by citizenship,Moldova,2.5,180,1 +29427,2018,by citizenship,Morocco,18.0,180,1 +29428,2018,by citizenship,Pakistan,2.5,180,1 +29429,2018,by citizenship,Russia,2.5,180,1 +29430,2018,by citizenship,Syria,15.0,180,1 +29431,2018,by citizenship,Thailand,2.5,180,1 +29432,2018,by citizenship,Turkmenistan,2.5,180,1 +29433,2018,by citizenship,Turkey,2.5,180,1 +29434,2018,by citizenship,Uganda,2.5,180,1 +29435,2018,by citizenship,Ukraine,2.5,180,1 +29436,2018,by citizenship,Uzbekistan,29.0,180,1 +29437,2018,by form of exploitation,Forced labour,6.0,180,4 +29438,2018,by form of exploitation,Forced labour,10.0,180,5 +29439,2018,by form of exploitation,Forced labour,2.5,180,6 +29440,2018,by form of exploitation,Forced labour,20.0,180,7 +29441,2018,by form of exploitation,Forced labour,9.0,180,2 +29442,2018,by form of exploitation,Forced labour,30.0,180,3 +29443,2018,by form of exploitation,Forced labour,39.0,180,1 +29444,2018,by form of exploitation,Sexual exploitation,8.0,180,4 +29445,2018,by form of exploitation,Sexual exploitation,87.0,180,5 +29446,2018,by form of exploitation,Sexual exploitation,88.0,180,6 +29447,2018,by form of exploitation,Sexual exploitation,2.5,180,7 +29448,2018,by form of exploitation,Sexual exploitation,8.0,180,2 +29449,2018,by form of exploitation,Sexual exploitation,87.0,180,3 +29450,2019,Unknown,Unknown,30.0,180,4 +29451,2019,Unknown,Unknown,167.0,180,5 +29452,2019,Unknown,Unknown,8.0,180,6 +29453,2019,Unknown,Unknown,12.0,180,7 +29454,2019,Unknown,Unknown,30.0,180,2 +29455,2019,Unknown,Unknown,187.0,180,3 +29456,2019,Unknown,Unknown,217.0,180,1 +29457,2019,by citizenship,Afghanistan,15.0,180,1 +29458,2019,by citizenship,Azerbaijan,6.0,180,1 +29459,2019,by citizenship,Belarus,2.5,180,1 +29460,2019,by citizenship,Colombia,2.5,180,1 +29461,2019,by citizenship,Cote d'Ivoire,2.5,180,1 +29462,2019,by citizenship,Georgia,2.5,180,1 +29463,2019,by citizenship,Indonesia,11.0,180,1 +29464,2019,by citizenship,Iran,2.5,180,1 +29465,2019,by citizenship,Iraq,2.5,180,1 +29466,2019,by citizenship,Kazakhstan,2.5,180,1 +29467,2019,by citizenship,Kenya,2.5,180,1 +29468,2019,by citizenship,Kyrgyzstan,32.0,180,1 +29469,2019,by citizenship,Moldova,2.5,180,1 +29470,2019,by citizenship,Morocco,28.0,180,1 +29471,2019,by citizenship,Nationals,2.5,180,1 +29472,2019,by citizenship,Pakistan,2.5,180,1 +29473,2019,by citizenship,Russia,2.5,180,1 +29474,2019,by citizenship,Syria,38.0,180,1 +29475,2019,by citizenship,Turkmenistan,5.0,180,1 +29476,2019,by citizenship,Uganda,2.5,180,1 +29477,2019,by citizenship,Ukraine,10.0,180,1 +29478,2019,by citizenship,Uzbekistan,44.0,180,1 +29479,2019,by citizenship,Zambia,2.5,180,1 +29480,2019,by form of exploitation,Forced labour,7.0,180,4 +29481,2019,by form of exploitation,Forced labour,32.0,180,5 +29482,2019,by form of exploitation,Forced labour,5.0,180,6 +29483,2019,by form of exploitation,Forced labour,11.0,180,7 +29484,2019,by form of exploitation,Forced labour,12.0,180,2 +29485,2019,by form of exploitation,Forced labour,43.0,180,3 +29486,2019,by form of exploitation,Forced labour,55.0,180,1 +29487,2019,by form of exploitation,Sexual exploitation,12.0,180,4 +29488,2019,by form of exploitation,Sexual exploitation,132.0,180,5 +29489,2019,by form of exploitation,Sexual exploitation,2.5,180,6 +29490,2019,by form of exploitation,Sexual exploitation,2.5,180,7 +29491,2019,by form of exploitation,Sexual exploitation,13.0,180,2 +29492,2019,by form of exploitation,Sexual exploitation,133.0,180,3 +29493,2019,by form of exploitation,Sexual exploitation,146.0,180,1 +29494,2020,Unknown,Unknown,104.0,180,4 +29495,2020,Unknown,Unknown,116.0,180,5 +29496,2020,Unknown,Unknown,58.0,180,6 +29497,2020,Unknown,Unknown,2.5,180,7 +29498,2020,Unknown,Unknown,162.0,180,2 +29499,2020,Unknown,Unknown,119.0,180,3 +29500,2020,Unknown,Unknown,281.0,180,1 +29501,2020,by citizenship,Afghanistan,11.0,180,1 +29502,2020,by citizenship,Azerbaijan,8.0,180,1 +29503,2020,by citizenship,Bulgaria,2.5,180,1 +29504,2020,by citizenship,Georgia,2.5,180,1 +29505,2020,by citizenship,Indonesia,2.5,180,1 +29506,2020,by citizenship,Iran,2.5,180,1 +29507,2020,by citizenship,Iraq,2.5,180,1 +29508,2020,by citizenship,Kazakhstan,2.5,180,1 +29509,2020,by citizenship,Kyrgyzstan,14.0,180,1 +29510,2020,by citizenship,Moldova,2.5,180,1 +29511,2020,by citizenship,Morocco,5.0,180,1 +29512,2020,by citizenship,Namibia,6.0,180,1 +29513,2020,by citizenship,Nationals,11.0,180,1 +29514,2020,by citizenship,Nigeria,2.5,180,1 +29515,2020,by citizenship,Romania,2.5,180,1 +29516,2020,by citizenship,Russia,2.5,180,1 +29517,2020,by citizenship,Syria,159.0,180,1 +29518,2020,by citizenship,Turkmenistan,2.5,180,1 +29519,2020,by citizenship,Uganda,2.5,180,1 +29520,2020,by citizenship,Ukraine,2.5,180,1 +29521,2020,by citizenship,Uzbekistan,38.0,180,1 +29522,2020,by citizenship,Zambia,2.5,180,1 +29523,2020,by form of exploitation,Forced labour,2.5,180,4 +29524,2020,by form of exploitation,Forced labour,35.0,180,5 +29525,2020,by form of exploitation,Forced labour,34.0,180,6 +29526,2020,by form of exploitation,Forced labour,2.5,180,7 +29527,2020,by form of exploitation,Forced labour,36.0,180,2 +29528,2020,by form of exploitation,Forced labour,37.0,180,3 +29529,2020,by form of exploitation,Forced labour,73.0,180,1 +29530,2020,by form of exploitation,Sexual exploitation,75.0,180,4 +29531,2020,by form of exploitation,Sexual exploitation,78.0,180,5 +29532,2020,by form of exploitation,Sexual exploitation,5.0,180,6 +29533,2020,by form of exploitation,Sexual exploitation,2.5,180,7 +29534,2020,by form of exploitation,Sexual exploitation,80.0,180,2 +29535,2020,by form of exploitation,Sexual exploitation,79.0,180,3 +29536,2020,by form of exploitation,Sexual exploitation,159.0,180,1 +29537,2021,Unknown,Unknown,68.0,180,4 +29538,2021,Unknown,Unknown,253.0,180,5 +29539,2021,Unknown,Unknown,50.0,180,6 +29540,2021,Unknown,Unknown,31.0,180,7 +29541,2021,Unknown,Unknown,118.0,180,2 +29542,2021,Unknown,Unknown,284.0,180,3 +29543,2021,Unknown,Unknown,402.0,180,1 +29544,2021,by citizenship,Afghanistan,22.0,180,1 +29545,2021,by citizenship,Azerbaijan,9.0,180,1 +29546,2021,by citizenship,Brazil,2.5,180,1 +29547,2021,by citizenship,China,5.0,180,1 +29548,2021,by citizenship,Ethiopia,2.5,180,1 +29549,2021,by citizenship,Germany,2.5,180,1 +29550,2021,by citizenship,Indonesia,5.0,180,1 +29551,2021,by citizenship,Iran,9.0,180,1 +29552,2021,by citizenship,Iraq,10.0,180,1 +29553,2021,by citizenship,Kazakhstan,2.5,180,1 +29554,2021,by citizenship,Kyrgyzstan,12.0,180,1 +29555,2021,by citizenship,Morocco,5.0,180,1 +29556,2021,by citizenship,Nationals,42.0,180,1 +29557,2021,by citizenship,Nepal,7.0,180,1 +29558,2021,by citizenship,Nigeria,2.5,180,1 +29559,2021,by citizenship,Palestine,2.5,180,1 +29560,2021,by citizenship,Philippines,2.5,180,1 +29561,2021,by citizenship,Russia,6.0,180,1 +29562,2021,by citizenship,Syria,158.0,180,1 +29563,2021,by citizenship,Taiwan,9.0,180,1 +29564,2021,by citizenship,Turkmenistan,11.0,180,1 +29565,2021,by citizenship,Uganda,2.5,180,1 +29566,2021,by citizenship,Ukraine,5.0,180,1 +29567,2021,by citizenship,Uzbekistan,63.0,180,1 +29568,2021,by form of exploitation,Forced labour,13.0,180,4 +29569,2021,by form of exploitation,Forced labour,42.0,180,5 +29570,2021,by form of exploitation,Forced labour,33.0,180,6 +29571,2021,by form of exploitation,Forced labour,23.0,180,7 +29572,2021,by form of exploitation,Forced labour,46.0,180,2 +29573,2021,by form of exploitation,Forced labour,65.0,180,3 +29574,2021,by form of exploitation,Forced labour,111.0,180,1 +29575,2021,by form of exploitation,Sexual exploitation,28.0,180,4 +29576,2021,by form of exploitation,Sexual exploitation,163.0,180,5 +29577,2021,by form of exploitation,Sexual exploitation,6.0,180,6 +29578,2021,by form of exploitation,Sexual exploitation,2.5,180,7 +29579,2021,by form of exploitation,Sexual exploitation,34.0,180,2 +29580,2021,by form of exploitation,Sexual exploitation,166.0,180,3 +29581,2021,by form of exploitation,Sexual exploitation,200.0,180,1 +29582,2022,Unknown,Unknown,47.0,180,4 +29583,2022,Unknown,Unknown,232.0,180,5 +29584,2022,Unknown,Unknown,25.0,180,6 +29585,2022,Unknown,Unknown,39.0,180,7 +29586,2022,Unknown,Unknown,72.0,180,2 +29587,2022,Unknown,Unknown,271.0,180,3 +29588,2022,Unknown,Unknown,343.0,180,1 +29589,2022,by citizenship,Afghanistan,33.0,180,1 +29590,2022,by citizenship,Armenia,2.5,180,1 +29591,2022,by citizenship,Azerbaijan,6.0,180,1 +29592,2022,by citizenship,Belarus,2.5,180,1 +29593,2022,by citizenship,Bolivia,2.5,180,1 +29594,2022,by citizenship,Burundi,2.5,180,1 +29595,2022,by citizenship,China,2.5,180,1 +29596,2022,by citizenship,Democratic Republic of the Congo,7.0,180,1 +29597,2022,by citizenship,Dominican Republic,2.5,180,1 +29598,2022,by citizenship,Indonesia,5.0,180,1 +29599,2022,by citizenship,Iran,8.0,180,1 +29600,2022,by citizenship,Iraq,12.0,180,1 +29601,2022,by citizenship,Kazakhstan,2.5,180,1 +29602,2022,by citizenship,Kenya,6.0,180,1 +29603,2022,by citizenship,Kyrgyzstan,15.0,180,1 +29604,2022,by citizenship,Moldova,2.5,180,1 +29605,2022,by citizenship,Morocco,11.0,180,1 +29606,2022,by citizenship,Nationals,33.0,180,1 +29607,2022,by citizenship,Nigeria,2.5,180,1 +29608,2022,by citizenship,Syria,107.0,180,1 +29609,2022,by citizenship,Tajikistan,2.5,180,1 +29610,2022,by citizenship,Thailand,5.0,180,1 +29611,2022,by citizenship,Turkmenistan,6.0,180,1 +29612,2022,by citizenship,Ukraine,2.5,180,1 +29613,2022,by citizenship,Uzbekistan,57.0,180,1 +29614,2022,by form of exploitation,Forced labour,13.0,180,4 +29615,2022,by form of exploitation,Forced labour,60.0,180,5 +29616,2022,by form of exploitation,Forced labour,15.0,180,6 +29617,2022,by form of exploitation,Forced labour,18.0,180,7 +29618,2022,by form of exploitation,Forced labour,28.0,180,2 +29619,2022,by form of exploitation,Forced labour,78.0,180,3 +29620,2022,by form of exploitation,Forced labour,106.0,180,1 +29621,2022,by form of exploitation,Sexual exploitation,19.0,180,4 +29622,2022,by form of exploitation,Sexual exploitation,130.0,180,5 +29623,2022,by form of exploitation,Sexual exploitation,2.5,180,6 +29624,2022,by form of exploitation,Sexual exploitation,10.0,180,7 +29625,2022,by form of exploitation,Sexual exploitation,20.0,180,2 +29626,2022,by form of exploitation,Sexual exploitation,140.0,180,3 +29627,2022,by form of exploitation,Sexual exploitation,160.0,180,1 +29628,2003,by country of repatriation,Abroad,2.5,181,1 +29629,2008,by country of repatriation,Abroad,2.5,181,1 +29630,2003,by country of repatriation,Abroad,2.5,182,1 +29631,2012,Unknown,Unknown,2.5,182,2 +29632,2012,Unknown,Unknown,2.5,182,3 +29633,2012,Unknown,Unknown,9.0,182,1 +29634,2012,by citizenship,Rwanda,2.5,182,1 +29635,2012,by form of exploitation,Forced labour,9.0,182,1 +29636,2013,Unknown,Unknown,2.5,182,2 +29637,2013,Unknown,Unknown,2.5,182,3 +29638,2014,Unknown,Unknown,2.5,182,2 +29639,2014,Unknown,Unknown,2.5,182,3 +29640,2015,Unknown,Unknown,2.5,182,2 +29641,2015,Unknown,Unknown,2.5,182,3 +29642,2017,Unknown,Unknown,30.0,182,1 +29643,2017,by form of exploitation,Sexual exploitation,2.5,182,1 +29644,2018,by form of exploitation,Forced labour,2.5,182,1 +29645,2018,by form of exploitation,Sexual exploitation,2.5,182,1 +29646,2019,Unknown,Unknown,106.0,182,4 +29647,2019,Unknown,Unknown,20.0,182,5 +29648,2019,Unknown,Unknown,64.0,182,6 +29649,2019,Unknown,Unknown,6.0,182,7 +29650,2019,Unknown,Unknown,170.0,182,2 +29651,2019,Unknown,Unknown,26.0,182,3 +29652,2019,Unknown,Unknown,196.0,182,1 +29653,2019,by citizenship,Tanzania,196.0,182,1 +29654,2019,by form of exploitation,Forced labour,106.0,182,4 +29655,2019,by form of exploitation,Forced labour,20.0,182,5 +29656,2019,by form of exploitation,Forced labour,64.0,182,6 +29657,2019,by form of exploitation,Forced labour,6.0,182,7 +29658,2019,by form of exploitation,Forced labour,196.0,182,1 +29659,2019,by form of exploitation,Sexual exploitation,2.5,182,1 +29660,2020,Unknown,Unknown,94.0,182,4 +29661,2020,Unknown,Unknown,24.0,182,5 +29662,2020,Unknown,Unknown,43.0,182,6 +29663,2020,Unknown,Unknown,2.5,182,7 +29664,2020,Unknown,Unknown,137.0,182,2 +29665,2020,Unknown,Unknown,28.0,182,3 +29666,2020,Unknown,Unknown,165.0,182,1 +29667,2020,by citizenship,Tanzania,165.0,182,1 +29668,2020,by form of exploitation,Forced labour,94.0,182,4 +29669,2020,by form of exploitation,Forced labour,20.0,182,5 +29670,2020,by form of exploitation,Forced labour,43.0,182,6 +29671,2020,by form of exploitation,Forced labour,2.5,182,7 +29672,2020,by form of exploitation,Forced labour,126.0,182,2 +29673,2020,by form of exploitation,Forced labour,70.0,182,3 +29674,2020,by form of exploitation,Forced labour,161.0,182,1 +29675,2020,by form of exploitation,Sexual exploitation,2.5,182,4 +29676,2020,by form of exploitation,Sexual exploitation,2.5,182,5 +29677,2020,by form of exploitation,Sexual exploitation,2.5,182,6 +29678,2020,by form of exploitation,Sexual exploitation,2.5,182,7 +29679,2020,by form of exploitation,Sexual exploitation,2.5,182,1 +29680,2021,Unknown,Unknown,122.0,182,4 +29681,2021,Unknown,Unknown,13.0,182,5 +29682,2021,Unknown,Unknown,44.0,182,6 +29683,2021,Unknown,Unknown,2.5,182,7 +29684,2021,Unknown,Unknown,166.0,182,2 +29685,2021,Unknown,Unknown,16.0,182,3 +29686,2021,Unknown,Unknown,182.0,182,1 +29687,2021,by citizenship,Burundi,2.5,182,1 +29688,2021,by citizenship,Tanzania,180.0,182,1 +29689,2021,by form of exploitation,Forced labour,138.0,182,4 +29690,2021,by form of exploitation,Forced labour,13.0,182,5 +29691,2021,by form of exploitation,Forced labour,28.0,182,6 +29692,2021,by form of exploitation,Forced labour,2.5,182,7 +29693,2021,by form of exploitation,Forced labour,114.0,182,2 +29694,2021,by form of exploitation,Forced labour,47.0,182,3 +29695,2021,by form of exploitation,Forced labour,182.0,182,1 +29696,2021,by form of exploitation,Sexual exploitation,2.5,182,5 +29697,2021,by form of exploitation,Sexual exploitation,2.5,182,3 +29698,2021,by form of exploitation,Sexual exploitation,2.5,182,1 +29699,2022,Unknown,Unknown,114.0,182,4 +29700,2022,Unknown,Unknown,18.0,182,5 +29701,2022,Unknown,Unknown,26.0,182,6 +29702,2022,Unknown,Unknown,2.5,182,7 +29703,2022,Unknown,Unknown,140.0,182,2 +29704,2022,Unknown,Unknown,20.0,182,3 +29705,2022,Unknown,Unknown,160.0,182,1 +29706,2022,by citizenship,Burundi,2.5,182,1 +29707,2022,by citizenship,Tanzania,149.0,182,1 +29708,2022,by form of exploitation,Forced labour,119.0,182,4 +29709,2022,by form of exploitation,Forced labour,8.0,182,5 +29710,2022,by form of exploitation,Forced labour,30.0,182,6 +29711,2022,by form of exploitation,Forced labour,2.5,182,7 +29712,2022,by form of exploitation,Forced labour,149.0,182,2 +29713,2022,by form of exploitation,Forced labour,10.0,182,3 +29714,2022,by form of exploitation,Forced labour,159.0,182,1 +29715,2022,by form of exploitation,Sexual exploitation,2.5,182,4 +29716,2022,by form of exploitation,Sexual exploitation,2.5,182,5 +29717,2022,by form of exploitation,Sexual exploitation,2.5,182,6 +29718,2022,by form of exploitation,Sexual exploitation,2.5,182,7 +29719,2022,by form of exploitation,Sexual exploitation,2.5,182,3 +29720,2022,by form of exploitation,Sexual exploitation,2.5,182,1 +29721,2003,by country of repatriation,Abroad,2.5,183,1 +29722,2008,by country of repatriation,Abroad,2.5,183,1 +29723,2011,Unknown,Unknown,64.0,183,1 +29724,2011,by citizenship,Uganda,64.0,183,1 +29725,2012,Unknown,Unknown,2.5,183,2 +29726,2012,Unknown,Unknown,2.5,183,3 +29727,2013,Unknown,Unknown,243.0,183,4 +29728,2013,Unknown,Unknown,191.0,183,5 +29729,2013,Unknown,Unknown,236.0,183,6 +29730,2013,Unknown,Unknown,167.0,183,7 +29731,2013,Unknown,Unknown,479.0,183,2 +29732,2013,Unknown,Unknown,358.0,183,3 +29733,2013,Unknown,Unknown,837.0,183,1 +29734,2013,by citizenship,Burundi,2.5,183,1 +29735,2013,by citizenship,Madagascar,5.0,183,1 +29736,2013,by citizenship,Rwanda,5.0,183,1 +29737,2013,by citizenship,Somalia,6.0,183,1 +29738,2013,by citizenship,South Sudan,2.5,183,1 +29739,2013,by citizenship,Tanzania,2.5,183,1 +29740,2014,Unknown,Unknown,2.5,183,4 +29741,2014,Unknown,Unknown,60.0,183,5 +29742,2014,Unknown,Unknown,2.5,183,6 +29743,2014,Unknown,Unknown,17.0,183,7 +29744,2014,Unknown,Unknown,2.5,183,2 +29745,2014,Unknown,Unknown,77.0,183,3 +29746,2014,Unknown,Unknown,79.0,183,1 +29747,2014,by citizenship,Ghana,10.0,183,1 +29748,2014,by citizenship,South Sudan,2.5,183,1 +29749,2015,Unknown,Unknown,2.5,183,2 +29750,2015,Unknown,Unknown,2.5,183,3 +29751,2016,by country of repatriation,Rwanda,102.0,183,1 +29752,2017,Unknown,Unknown,108.0,183,4 +29753,2017,Unknown,Unknown,197.0,183,5 +29754,2017,Unknown,Unknown,41.0,183,6 +29755,2017,Unknown,Unknown,9.0,183,7 +29756,2017,Unknown,Unknown,149.0,183,2 +29757,2017,Unknown,Unknown,208.0,183,3 +29758,2017,Unknown,Unknown,355.0,183,1 +29759,2017,by citizenship,Rwanda,2.5,183,1 +29760,2017,by citizenship,Somalia,2.5,183,1 +29761,2017,by form of exploitation,Sexual exploitation,2.5,183,1 +29762,2018,Unknown,Unknown,106.0,183,4 +29763,2018,Unknown,Unknown,298.0,183,5 +29764,2018,Unknown,Unknown,49.0,183,6 +29765,2018,Unknown,Unknown,197.0,183,7 +29766,2018,Unknown,Unknown,155.0,183,2 +29767,2018,Unknown,Unknown,495.0,183,3 +29768,2018,Unknown,Unknown,650.0,183,1 +29769,2018,by citizenship,Burundi,111.0,183,1 +29770,2018,by citizenship,Democratic Republic of the Congo,15.0,183,1 +29771,2018,by citizenship,Eritrea,7.0,183,1 +29772,2018,by citizenship,Rwanda,2.5,183,1 +29773,2018,by citizenship,South Sudan,7.0,183,1 +29774,2018,by form of exploitation,Forced labour,176.0,183,1 +29775,2018,by form of exploitation,Sexual exploitation,33.0,183,1 +29776,2019,Unknown,Unknown,455.0,183,1 +29777,2019,by citizenship,Burundi,17.0,183,1 +29778,2019,by citizenship,Uganda,71.0,183,1 +29779,2019,by form of exploitation,Sexual exploitation,2.5,183,1 +29780,2020,Unknown,Unknown,187.0,183,4 +29781,2020,Unknown,Unknown,388.0,183,5 +29782,2020,Unknown,Unknown,35.0,183,6 +29783,2020,Unknown,Unknown,53.0,183,7 +29784,2020,Unknown,Unknown,222.0,183,2 +29785,2020,Unknown,Unknown,441.0,183,3 +29786,2020,Unknown,Unknown,663.0,183,1 +29787,2020,by citizenship,Kenya,2.5,183,1 +29788,2020,by citizenship,South Sudan,2.5,183,1 +29789,2020,by citizenship,Uganda,265.0,183,1 +29790,2020,by form of exploitation,Forced labour,562.0,183,1 +29791,2020,by form of exploitation,Sexual exploitation,61.0,183,1 +29792,2021,Unknown,Unknown,182.0,183,4 +29793,2021,Unknown,Unknown,692.0,183,5 +29794,2021,Unknown,Unknown,85.0,183,6 +29795,2021,Unknown,Unknown,190.0,183,7 +29796,2021,Unknown,Unknown,267.0,183,2 +29797,2021,Unknown,Unknown,882.0,183,3 +29798,2021,Unknown,Unknown,1295.0,183,1 +29799,2021,by citizenship,Burundi,2.5,183,1 +29800,2021,by citizenship,Rwanda,7.0,183,1 +29801,2021,by citizenship,Uganda,415.0,183,1 +29802,2021,by form of exploitation,Forced labour,1103.0,183,1 +29803,2021,by form of exploitation,Sexual exploitation,70.0,183,1 +29804,2022,Unknown,Unknown,739.0,183,4 +29805,2022,Unknown,Unknown,762.0,183,5 +29806,2022,Unknown,Unknown,227.0,183,6 +29807,2022,Unknown,Unknown,371.0,183,7 +29808,2022,Unknown,Unknown,966.0,183,2 +29809,2022,Unknown,Unknown,1133.0,183,3 +29810,2022,Unknown,Unknown,2099.0,183,1 +29811,2007,Unknown,Unknown,55.0,184,2 +29812,2007,Unknown,Unknown,311.0,184,3 +29813,2007,Unknown,Unknown,366.0,184,1 +29814,2007,by citizenship,Ukraine,45.0,184,1 +29815,2007,by form of exploitation,Forced labour,500.0,184,1 +29816,2007,by form of exploitation,Sexual exploitation,581.0,184,1 +29817,2008,Unknown,Unknown,37.0,184,2 +29818,2008,Unknown,Unknown,305.0,184,3 +29819,2008,Unknown,Unknown,342.0,184,1 +29820,2008,by citizenship,Belarus,2.5,184,1 +29821,2008,by citizenship,India,2.5,184,1 +29822,2008,by citizenship,Ukraine,32.0,184,1 +29823,2008,by form of exploitation,Forced labour,404.0,184,1 +29824,2008,by form of exploitation,Sexual exploitation,392.0,184,1 +29825,2009,Unknown,Unknown,773.0,184,1 +29826,2009,by citizenship,Lithuania,2.5,184,1 +29827,2009,by citizenship,Philippines,2.5,184,1 +29828,2009,by citizenship,Moldova,2.5,184,1 +29829,2009,by citizenship,Russia,2.5,184,1 +29830,2009,by citizenship,Ukraine,52.0,184,1 +29831,2009,by citizenship,Uzbekistan,7.0,184,1 +29832,2009,by form of exploitation,Forced labour,337.0,184,1 +29833,2009,by form of exploitation,Sexual exploitation,397.0,184,1 +29834,2010,Unknown,Unknown,311.0,184,5 +29835,2010,Unknown,Unknown,53.0,184,7 +29836,2010,Unknown,Unknown,43.0,184,2 +29837,2010,Unknown,Unknown,364.0,184,3 +29838,2010,Unknown,Unknown,407.0,184,1 +29839,2010,by citizenship,Russia,12.0,184,1 +29840,2010,by citizenship,Ukraine,118.0,184,1 +29841,2010,by country of repatriation,Moldova,7.0,184,1 +29842,2010,by country of repatriation,Ukraine,71.0,184,1 +29843,2010,by form of exploitation,Forced labour,21.0,184,1 +29844,2010,by form of exploitation,Sexual exploitation,109.0,184,1 +29845,2011,Unknown,Unknown,286.0,184,5 +29846,2011,Unknown,Unknown,86.0,184,7 +29847,2011,Unknown,Unknown,17.0,184,2 +29848,2011,Unknown,Unknown,372.0,184,3 +29849,2011,Unknown,Unknown,389.0,184,1 +29850,2011,by citizenship,Belarus,2.5,184,1 +29851,2011,by citizenship,Pakistan,2.5,184,1 +29852,2011,by citizenship,Moldova,2.5,184,1 +29853,2011,by citizenship,Russia,11.0,184,1 +29854,2011,by citizenship,Ukraine,73.0,184,1 +29855,2011,by citizenship,Uzbekistan,2.5,184,1 +29856,2011,by country of repatriation,Poland,2.5,184,1 +29857,2011,by country of repatriation,Moldova,44.0,184,1 +29858,2011,by form of exploitation,Forced labour,2.5,184,1 +29859,2011,by form of exploitation,Sexual exploitation,66.0,184,1 +29860,2012,by citizenship,Moldova,46.0,184,1 +29861,2012,by citizenship,Ukraine,139.0,184,1 +29862,2012,by citizenship,Uzbekistan,10.0,184,1 +29863,2012,by country of repatriation,Moldova,53.0,184,1 +29864,2012,by country of repatriation,Uzbekistan,9.0,184,1 +29865,2012,by form of exploitation,Forced labour,819.0,184,1 +29866,2012,by form of exploitation,Sexual exploitation,125.0,184,1 +29867,2013,by citizenship,Russia,2.5,184,1 +29868,2013,by citizenship,Ukraine,84.0,184,1 +29869,2013,by citizenship,Uzbekistan,2.5,184,1 +29870,2013,by citizenship,Vietnam,24.0,184,1 +29871,2013,by country of repatriation,Moldova,2.5,184,1 +29872,2013,by form of exploitation,Sexual exploitation,78.0,184,1 +29873,2014,Unknown,Unknown,2.5,184,4 +29874,2014,Unknown,Unknown,10.0,184,5 +29875,2014,Unknown,Unknown,2.5,184,6 +29876,2014,Unknown,Unknown,12.0,184,7 +29877,2014,Unknown,Unknown,5.0,184,2 +29878,2014,Unknown,Unknown,22.0,184,3 +29879,2014,Unknown,Unknown,27.0,184,1 +29880,2014,by citizenship,Ukraine,9.0,184,1 +29881,2014,by country of repatriation,Moldova,2.5,184,1 +29882,2014,by form of exploitation,Forced labour,2.5,184,4 +29883,2014,by form of exploitation,Forced labour,2.5,184,5 +29884,2014,by form of exploitation,Forced labour,2.5,184,6 +29885,2014,by form of exploitation,Forced labour,9.0,184,7 +29886,2014,by form of exploitation,Forced labour,14.0,184,1 +29887,2014,by form of exploitation,Sexual exploitation,2.5,184,5 +29888,2014,by form of exploitation,Sexual exploitation,2.5,184,1 +29889,2015,Unknown,Unknown,6.0,184,4 +29890,2015,Unknown,Unknown,31.0,184,5 +29891,2015,Unknown,Unknown,5.0,184,6 +29892,2015,Unknown,Unknown,41.0,184,7 +29893,2015,Unknown,Unknown,11.0,184,2 +29894,2015,Unknown,Unknown,72.0,184,3 +29895,2015,Unknown,Unknown,83.0,184,1 +29896,2015,by citizenship,Ukraine,12.0,184,1 +29897,2015,by form of exploitation,Forced labour,2.5,184,4 +29898,2015,by form of exploitation,Forced labour,18.0,184,5 +29899,2015,by form of exploitation,Forced labour,2.5,184,6 +29900,2015,by form of exploitation,Forced labour,29.0,184,7 +29901,2015,by form of exploitation,Forced labour,52.0,184,1 +29902,2015,by form of exploitation,Sexual exploitation,2.5,184,4 +29903,2015,by form of exploitation,Sexual exploitation,12.0,184,5 +29904,2015,by form of exploitation,Sexual exploitation,13.0,184,1 +29905,2016,Unknown,Unknown,5.0,184,4 +29906,2016,Unknown,Unknown,46.0,184,5 +29907,2016,Unknown,Unknown,2.5,184,6 +29908,2016,Unknown,Unknown,56.0,184,7 +29909,2016,Unknown,Unknown,8.0,184,2 +29910,2016,Unknown,Unknown,102.0,184,3 +29911,2016,Unknown,Unknown,110.0,184,1 +29912,2016,by citizenship,Ukraine,24.0,184,1 +29913,2016,by country of repatriation,Moldova,7.0,184,1 +29914,2016,by form of exploitation,Forced labour,19.0,184,5 +29915,2016,by form of exploitation,Forced labour,2.5,184,6 +29916,2016,by form of exploitation,Forced labour,49.0,184,7 +29917,2016,by form of exploitation,Forced labour,71.0,184,1 +29918,2016,by form of exploitation,Sexual exploitation,2.5,184,4 +29919,2016,by form of exploitation,Sexual exploitation,23.0,184,5 +29920,2016,by form of exploitation,Sexual exploitation,25.0,184,1 +29921,2017,Unknown,Unknown,12.0,184,4 +29922,2017,Unknown,Unknown,110.0,184,5 +29923,2017,Unknown,Unknown,2.5,184,6 +29924,2017,Unknown,Unknown,72.0,184,7 +29925,2017,Unknown,Unknown,16.0,184,2 +29926,2017,Unknown,Unknown,182.0,184,3 +29927,2017,Unknown,Unknown,198.0,184,1 +29928,2017,by form of exploitation,Forced labour,2.5,184,4 +29929,2017,by form of exploitation,Forced labour,24.0,184,5 +29930,2017,by form of exploitation,Forced labour,2.5,184,6 +29931,2017,by form of exploitation,Forced labour,109.0,184,7 +29932,2017,by form of exploitation,Forced labour,136.0,184,1 +29933,2017,by form of exploitation,Sexual exploitation,8.0,184,4 +29934,2017,by form of exploitation,Sexual exploitation,38.0,184,5 +29935,2017,by form of exploitation,Sexual exploitation,2.5,184,6 +29936,2017,by form of exploitation,Sexual exploitation,2.5,184,7 +29937,2017,by form of exploitation,Sexual exploitation,46.0,184,1 +29938,2018,Unknown,Unknown,1192.0,184,1 +29939,2018,by form of exploitation,Forced labour,1088.0,184,1 +29940,2018,by form of exploitation,Sexual exploitation,84.0,184,1 +29941,2019,Unknown,Unknown,107.0,184,5 +29942,2019,Unknown,Unknown,145.0,184,7 +29943,2019,Unknown,Unknown,10.0,184,2 +29944,2019,Unknown,Unknown,262.0,184,3 +29945,2019,Unknown,Unknown,262.0,184,1 +29946,2019,by form of exploitation,Forced labour,1255.0,184,1 +29947,2019,by form of exploitation,Sexual exploitation,70.0,184,1 +29948,2020,Unknown,Unknown,67.0,184,4 +29949,2020,Unknown,Unknown,64.0,184,5 +29950,2020,Unknown,Unknown,2.5,184,6 +29951,2020,Unknown,Unknown,87.0,184,7 +29952,2020,Unknown,Unknown,2.5,184,2 +29953,2020,Unknown,Unknown,152.0,184,3 +29954,2020,Unknown,Unknown,152.0,184,1 +29955,2020,by citizenship,Ukraine,101.0,184,1 +29956,2020,by form of exploitation,Forced labour,1630.0,184,1 +29957,2020,by form of exploitation,Sexual exploitation,34.0,184,1 +29958,2021,Unknown,Unknown,49.0,184,5 +29959,2021,Unknown,Unknown,88.0,184,7 +29960,2021,Unknown,Unknown,26.0,184,2 +29961,2021,Unknown,Unknown,163.0,184,3 +29962,2021,Unknown,Unknown,163.0,184,1 +29963,2022,Unknown,Unknown,36.0,184,5 +29964,2022,Unknown,Unknown,18.0,184,7 +29965,2022,Unknown,Unknown,12.0,184,2 +29966,2022,Unknown,Unknown,66.0,184,3 +29967,2022,Unknown,Unknown,66.0,184,1 +29968,2003,by country of repatriation,Abroad,2.5,185,1 +29969,2012,by country of repatriation,Ecuador,2.5,185,1 +29970,2014,Unknown,Unknown,2.5,185,4 +29971,2014,Unknown,Unknown,138.0,185,5 +29972,2014,Unknown,Unknown,2.5,185,6 +29973,2014,Unknown,Unknown,2.5,185,7 +29974,2014,Unknown,Unknown,2.5,185,2 +29975,2014,Unknown,Unknown,138.0,185,3 +29976,2014,Unknown,Unknown,138.0,185,1 +29977,2014,by citizenship,Bolivia,2.5,185,1 +29978,2014,by citizenship,Dominican Republic,95.0,185,1 +29979,2014,by citizenship,Paraguay,2.5,185,1 +29980,2014,by citizenship,Peru,2.5,185,1 +29981,2014,by citizenship,Uruguay,12.0,185,1 +29982,2014,by country of repatriation,Bolivia,2.5,185,1 +29983,2014,by form of exploitation,Forced labour,2.5,185,4 +29984,2014,by form of exploitation,Forced labour,6.0,185,5 +29985,2014,by form of exploitation,Forced labour,2.5,185,6 +29986,2014,by form of exploitation,Forced labour,2.5,185,7 +29987,2014,by form of exploitation,Forced labour,6.0,185,1 +29988,2014,by form of exploitation,Sexual exploitation,2.5,185,4 +29989,2014,by form of exploitation,Sexual exploitation,132.0,185,5 +29990,2014,by form of exploitation,Sexual exploitation,2.5,185,6 +29991,2014,by form of exploitation,Sexual exploitation,2.5,185,7 +29992,2014,by form of exploitation,Sexual exploitation,132.0,185,1 +29993,2015,Unknown,Unknown,2.5,185,4 +29994,2015,Unknown,Unknown,95.0,185,5 +29995,2015,Unknown,Unknown,2.5,185,6 +29996,2015,Unknown,Unknown,2.5,185,7 +29997,2015,Unknown,Unknown,2.5,185,2 +29998,2015,Unknown,Unknown,95.0,185,3 +29999,2015,Unknown,Unknown,95.0,185,1 +30000,2015,by form of exploitation,Forced labour,2.5,185,5 +30001,2015,by form of exploitation,Forced labour,2.5,185,1 +30002,2015,by form of exploitation,Sexual exploitation,93.0,185,5 +30003,2015,by form of exploitation,Sexual exploitation,93.0,185,1 +30004,2016,Unknown,Unknown,2.5,185,4 +30005,2016,Unknown,Unknown,91.0,185,5 +30006,2016,Unknown,Unknown,2.5,185,6 +30007,2016,Unknown,Unknown,2.5,185,7 +30008,2016,Unknown,Unknown,2.5,185,2 +30009,2016,Unknown,Unknown,91.0,185,3 +30010,2016,Unknown,Unknown,91.0,185,1 +30011,2016,by country of repatriation,Bolivia,2.5,185,1 +30012,2016,by country of repatriation,Paraguay,2.5,185,1 +30013,2016,by form of exploitation,Forced labour,2.5,185,5 +30014,2016,by form of exploitation,Forced labour,2.5,185,1 +30015,2016,by form of exploitation,Sexual exploitation,89.0,185,5 +30016,2016,by form of exploitation,Sexual exploitation,89.0,185,1 +30017,2017,Unknown,Unknown,2.5,185,4 +30018,2017,Unknown,Unknown,73.0,185,5 +30019,2017,Unknown,Unknown,2.5,185,6 +30020,2017,Unknown,Unknown,2.5,185,7 +30021,2017,Unknown,Unknown,2.5,185,2 +30022,2017,Unknown,Unknown,73.0,185,3 +30023,2017,Unknown,Unknown,73.0,185,1 +30024,2017,by form of exploitation,Forced labour,2.5,185,4 +30025,2017,by form of exploitation,Forced labour,2.5,185,5 +30026,2017,by form of exploitation,Forced labour,2.5,185,6 +30027,2017,by form of exploitation,Forced labour,2.5,185,7 +30028,2017,by form of exploitation,Forced labour,2.5,185,1 +30029,2017,by form of exploitation,Sexual exploitation,2.5,185,4 +30030,2017,by form of exploitation,Sexual exploitation,72.0,185,5 +30031,2017,by form of exploitation,Sexual exploitation,2.5,185,6 +30032,2017,by form of exploitation,Sexual exploitation,2.5,185,7 +30033,2017,by form of exploitation,Sexual exploitation,72.0,185,1 +30034,2018,Unknown,Unknown,7.0,185,4 +30035,2018,Unknown,Unknown,7.0,185,5 +30036,2018,Unknown,Unknown,2.5,185,6 +30037,2018,Unknown,Unknown,2.5,185,7 +30038,2018,Unknown,Unknown,2.5,185,9 +30039,2018,Unknown,Unknown,2.5,185,8 +30040,2018,Unknown,Unknown,8.0,185,2 +30041,2018,Unknown,Unknown,7.0,185,3 +30042,2018,Unknown,Unknown,15.0,185,1 +30043,2018,Unknown,Unknown,2.5,185,1 +30044,2018,by form of exploitation,Forced labour,2.5,185,4 +30045,2018,by form of exploitation,Forced labour,2.5,185,5 +30046,2018,by form of exploitation,Forced labour,2.5,185,6 +30047,2018,by form of exploitation,Forced labour,2.5,185,7 +30048,2018,by form of exploitation,Forced labour,2.5,185,1 +30049,2018,by form of exploitation,Sexual exploitation,2.5,185,4 +30050,2018,by form of exploitation,Sexual exploitation,2.5,185,5 +30051,2018,by form of exploitation,Sexual exploitation,2.5,185,6 +30052,2018,by form of exploitation,Sexual exploitation,2.5,185,7 +30053,2018,by form of exploitation,Sexual exploitation,2.5,185,1 +30054,2019,Unknown,Unknown,5.0,185,4 +30055,2019,Unknown,Unknown,19.0,185,5 +30056,2019,Unknown,Unknown,2.5,185,6 +30057,2019,Unknown,Unknown,2.5,185,7 +30058,2019,Unknown,Unknown,2.5,185,8 +30059,2019,Unknown,Unknown,5.0,185,2 +30060,2019,Unknown,Unknown,26.0,185,1 +30061,2019,Unknown,Unknown,2.5,185,9 +30062,2019,Unknown,Unknown,21.0,185,3 +30063,2019,Unknown,Unknown,2.5,185,1 +30064,2019,by citizenship,Cuba,6.0,185,1 +30065,2019,by citizenship,Dominican Republic,2.5,185,1 +30066,2019,by citizenship,Uruguay,8.0,185,1 +30067,2019,by citizenship,Venezuela,2.5,185,1 +30068,2019,by form of exploitation,Forced labour,2.5,185,4 +30069,2019,by form of exploitation,Forced labour,2.5,185,5 +30070,2019,by form of exploitation,Forced labour,2.5,185,6 +30071,2019,by form of exploitation,Forced labour,2.5,185,7 +30072,2019,by form of exploitation,Sexual exploitation,2.5,185,4 +30073,2019,by form of exploitation,Sexual exploitation,12.0,185,5 +30074,2019,by form of exploitation,Sexual exploitation,2.5,185,6 +30075,2019,by form of exploitation,Sexual exploitation,2.5,185,7 +30076,2019,by form of exploitation,Sexual exploitation,2.5,185,2 +30077,2019,by form of exploitation,Sexual exploitation,12.0,185,3 +30078,2019,by form of exploitation,Sexual exploitation,16.0,185,1 +30079,2020,Unknown,Unknown,9.0,185,4 +30080,2020,Unknown,Unknown,12.0,185,5 +30081,2020,Unknown,Unknown,2.5,185,6 +30082,2020,Unknown,Unknown,2.5,185,7 +30083,2020,Unknown,Unknown,2.5,185,8 +30084,2020,Unknown,Unknown,10.0,185,2 +30085,2020,Unknown,Unknown,28.0,185,1 +30086,2020,Unknown,Unknown,2.5,185,9 +30087,2020,Unknown,Unknown,15.0,185,3 +30088,2020,Unknown,Unknown,2.5,185,1 +30089,2020,by form of exploitation,Forced labour,2.5,185,1 +30090,2020,by form of exploitation,Sexual exploitation,2.5,185,1 +30091,2021,Unknown,Unknown,5.0,185,4 +30092,2021,Unknown,Unknown,10.0,185,5 +30093,2021,Unknown,Unknown,2.5,185,6 +30094,2021,Unknown,Unknown,2.5,185,7 +30095,2021,Unknown,Unknown,2.5,185,8 +30096,2021,Unknown,Unknown,9.0,185,2 +30097,2021,Unknown,Unknown,14.0,185,3 +30098,2021,Unknown,Unknown,29.0,185,1 +30099,2021,Unknown,Unknown,2.5,185,9 +30100,2021,Unknown,Unknown,2.5,185,1 +30101,2022,Unknown,Unknown,2.5,185,4 +30102,2022,Unknown,Unknown,2.5,185,5 +30103,2022,Unknown,Unknown,2.5,185,6 +30104,2022,Unknown,Unknown,2.5,185,7 +30105,2022,Unknown,Unknown,2.5,185,8 +30106,2022,Unknown,Unknown,2.5,185,2 +30107,2022,Unknown,Unknown,2.5,185,3 +30108,2022,Unknown,Unknown,8.0,185,1 +30109,2007,Unknown,Unknown,33.0,186,2 +30110,2007,Unknown,Unknown,270.0,186,3 +30111,2007,Unknown,Unknown,303.0,186,1 +30112,2007,by citizenship,China,21.0,186,1 +30113,2007,by citizenship,Guatemala,25.0,186,1 +30114,2007,by citizenship,Mexico,42.0,186,1 +30115,2007,by citizenship,Philippines,23.0,186,1 +30116,2007,by citizenship,Thailand,48.0,186,1 +30117,2008,Unknown,Unknown,31.0,186,2 +30118,2008,Unknown,Unknown,286.0,186,3 +30119,2008,Unknown,Unknown,317.0,186,1 +30120,2008,by citizenship,China,8.0,186,1 +30121,2008,by citizenship,Mexico,66.0,186,1 +30122,2008,by citizenship,Philippines,46.0,186,1 +30123,2008,by citizenship,South Korea,12.0,186,1 +30124,2008,by citizenship,Thailand,56.0,186,1 +30125,2009,Unknown,Unknown,50.0,186,2 +30126,2009,Unknown,Unknown,330.0,186,3 +30127,2009,Unknown,Unknown,380.0,186,1 +30128,2009,by citizenship,Dominican Republic,10.0,186,1 +30129,2009,by citizenship,Guatemala,18.0,186,1 +30130,2009,by citizenship,Haiti,21.0,186,1 +30131,2009,by citizenship,India,20.0,186,1 +30132,2009,by citizenship,Mexico,44.0,186,1 +30133,2009,by citizenship,Philippines,35.0,186,1 +30134,2009,by citizenship,Thailand,86.0,186,1 +30135,2009,by form of exploitation,Forced labour,304.0,186,1 +30136,2009,by form of exploitation,Sexual exploitation,81.0,186,1 +30137,2010,Unknown,Unknown,54.0,186,4 +30138,2010,Unknown,Unknown,202.0,186,5 +30139,2010,Unknown,Unknown,38.0,186,6 +30140,2010,Unknown,Unknown,247.0,186,7 +30141,2010,Unknown,Unknown,92.0,186,2 +30142,2010,Unknown,Unknown,449.0,186,3 +30143,2010,Unknown,Unknown,541.0,186,1 +30144,2010,by citizenship,China,8.0,186,1 +30145,2010,by citizenship,Dominican Republic,16.0,186,1 +30146,2010,by citizenship,El Salvador,28.0,186,1 +30147,2010,by citizenship,Guatemala,25.0,186,1 +30148,2010,by citizenship,Haiti,31.0,186,1 +30149,2010,by citizenship,Honduras,58.0,186,1 +30150,2010,by citizenship,India,90.0,186,1 +30151,2010,by citizenship,Mexico,76.0,186,1 +30152,2010,by citizenship,Peru,9.0,186,1 +30153,2010,by citizenship,Philippines,37.0,186,1 +30154,2010,by citizenship,Thailand,95.0,186,1 +30155,2010,by citizenship,United States,2.5,186,1 +30156,2010,by country of repatriation,El Salvador,2.5,186,1 +30157,2010,by country of repatriation,Latvia,2.5,186,1 +30158,2010,by form of exploitation,Forced labour,407.0,186,1 +30159,2010,by form of exploitation,Sexual exploitation,81.0,186,1 +30160,2011,Unknown,Unknown,60.0,186,4 +30161,2011,Unknown,Unknown,255.0,186,5 +30162,2011,Unknown,Unknown,41.0,186,6 +30163,2011,Unknown,Unknown,208.0,186,7 +30164,2011,Unknown,Unknown,101.0,186,2 +30165,2011,Unknown,Unknown,463.0,186,3 +30166,2011,Unknown,Unknown,564.0,186,1 +30167,2011,by citizenship,Cambodia,5.0,186,1 +30168,2011,by citizenship,China,5.0,186,1 +30169,2011,by citizenship,El Salvador,27.0,186,1 +30170,2011,by citizenship,Guatemala,34.0,186,1 +30171,2011,by citizenship,Honduras,35.0,186,1 +30172,2011,by citizenship,India,28.0,186,1 +30173,2011,by citizenship,Indonesia,21.0,186,1 +30174,2011,by citizenship,Mexico,127.0,186,1 +30175,2011,by citizenship,Peru,10.0,186,1 +30176,2011,by citizenship,Philippines,119.0,186,1 +30177,2011,by citizenship,South Korea,10.0,186,1 +30178,2011,by citizenship,Thailand,34.0,186,1 +30179,2011,by citizenship,United States,2.5,186,1 +30180,2011,by form of exploitation,Forced labour,405.0,186,1 +30181,2011,by form of exploitation,Sexual exploitation,124.0,186,1 +30182,2012,Unknown,Unknown,40.0,186,4 +30183,2012,Unknown,Unknown,231.0,186,5 +30184,2012,Unknown,Unknown,63.0,186,6 +30185,2012,Unknown,Unknown,135.0,186,7 +30186,2012,Unknown,Unknown,103.0,186,2 +30187,2012,Unknown,Unknown,366.0,186,3 +30188,2012,Unknown,Unknown,469.0,186,1 +30189,2012,by citizenship,China,26.0,186,1 +30190,2012,by citizenship,El Salvador,27.0,186,1 +30191,2012,by citizenship,Guatemala,14.0,186,1 +30192,2012,by citizenship,Honduras,48.0,186,1 +30193,2012,by citizenship,India,18.0,186,1 +30194,2012,by citizenship,Mexico,117.0,186,1 +30195,2012,by citizenship,Philippines,46.0,186,1 +30196,2012,by citizenship,South Korea,11.0,186,1 +30197,2012,by citizenship,Thailand,61.0,186,1 +30198,2012,by citizenship,United States,2.5,186,1 +30199,2012,by form of exploitation,Forced labour,322.0,186,1 +30200,2012,by form of exploitation,Sexual exploitation,118.0,186,1 +30201,2013,Unknown,Unknown,353.0,186,4 +30202,2013,Unknown,Unknown,1521.0,186,5 +30203,2013,Unknown,Unknown,43.0,186,6 +30204,2013,Unknown,Unknown,398.0,186,7 +30205,2013,Unknown,Unknown,396.0,186,2 +30206,2013,Unknown,Unknown,1919.0,186,3 +30207,2013,Unknown,Unknown,2315.0,186,1 +30208,2013,by citizenship,Afghanistan,2.5,186,1 +30209,2013,by citizenship,Algeria,2.5,186,1 +30210,2013,by citizenship,Argentina,2.5,186,1 +30211,2013,by citizenship,Australia,2.5,186,1 +30212,2013,by citizenship,Bangladesh,2.5,186,1 +30213,2013,by citizenship,Belarus,2.5,186,1 +30214,2013,by citizenship,Belize,2.5,186,1 +30215,2013,by citizenship,Bolivia,2.5,186,1 +30216,2013,by citizenship,Brazil,13.0,186,1 +30217,2013,by citizenship,Bulgaria,2.5,186,1 +30218,2013,by citizenship,Burkina Faso,2.5,186,1 +30219,2013,by citizenship,Cambodia,2.5,186,1 +30220,2013,by citizenship,Cameroon,7.0,186,1 +30221,2013,by citizenship,Canada,6.0,186,1 +30222,2013,by citizenship,Chile,2.5,186,1 +30223,2013,by citizenship,Colombia,2.5,186,1 +30224,2013,by citizenship,Democratic Republic of the Congo,2.5,186,1 +30225,2013,by citizenship,Costa Rica,2.5,186,1 +30226,2013,by citizenship,Cuba,2.5,186,1 +30227,2013,by citizenship,North Korea,2.5,186,1 +30228,2013,by citizenship,Dominican Republic,2.5,186,1 +30229,2013,by citizenship,Ecuador,6.0,186,1 +30230,2013,by citizenship,Egypt,2.5,186,1 +30231,2013,by citizenship,El Salvador,53.0,186,1 +30232,2013,by citizenship,Eritrea,2.5,186,1 +30233,2013,by citizenship,Ethiopia,16.0,186,1 +30234,2013,by citizenship,France,2.5,186,1 +30235,2013,by citizenship,Gabon,2.5,186,1 +30236,2013,by citizenship,Germany,2.5,186,1 +30237,2013,by citizenship,Ghana,2.5,186,1 +30238,2013,by citizenship,Guatemala,67.0,186,1 +30239,2013,by citizenship,Guinea,5.0,186,1 +30240,2013,by citizenship,Guyana,2.5,186,1 +30241,2013,by citizenship,Haiti,2.5,186,1 +30242,2013,by citizenship,Honduras,81.0,186,1 +30243,2013,by citizenship,India,21.0,186,1 +30244,2013,by citizenship,Indonesia,18.0,186,1 +30245,2013,by citizenship,Iran,2.5,186,1 +30246,2013,by citizenship,Iraq,2.5,186,1 +30247,2013,by citizenship,Jamaica,6.0,186,1 +30248,2013,by citizenship,Jordan,2.5,186,1 +30249,2013,by citizenship,Kenya,11.0,186,1 +30250,2013,by citizenship,Kosovo,2.5,186,1 +30251,2013,by citizenship,Laos,2.5,186,1 +30252,2013,by citizenship,Lebanon,2.5,186,1 +30253,2013,by citizenship,Lesotho,2.5,186,1 +30254,2013,by citizenship,Mexico,334.0,186,1 +30255,2013,by citizenship,Morocco,2.5,186,1 +30256,2013,by citizenship,Myanmar,2.5,186,1 +30257,2013,by citizenship,Nepal,2.5,186,1 +30258,2013,by citizenship,Netherlands,2.5,186,1 +30259,2013,by citizenship,Niger,2.5,186,1 +30260,2013,by citizenship,Nigeria,2.5,186,1 +30261,2013,by citizenship,Norway,2.5,186,1 +30262,2013,by citizenship,Pakistan,2.5,186,1 +30263,2013,by citizenship,Peru,19.0,186,1 +30264,2013,by citizenship,Philippines,230.0,186,1 +30265,2013,by citizenship,Portugal,2.5,186,1 +30266,2013,by citizenship,South Korea,20.0,186,1 +30267,2013,by citizenship,Russia,6.0,186,1 +30268,2013,by citizenship,Rwanda,2.5,186,1 +30269,2013,by citizenship,Senegal,2.5,186,1 +30270,2013,by citizenship,Sri Lanka,2.5,186,1 +30271,2013,by citizenship,Sudan,2.5,186,1 +30272,2013,by citizenship,Thailand,78.0,186,1 +30273,2013,by citizenship,Togo,2.5,186,1 +30274,2013,by citizenship,Uganda,2.5,186,1 +30275,2013,by citizenship,Ukraine,7.0,186,1 +30276,2013,by citizenship,United Kingdom,2.5,186,1 +30277,2013,by citizenship,Tanzania,7.0,186,1 +30278,2013,by citizenship,United States,805.0,186,1 +30279,2013,by citizenship,Uzbekistan,2.5,186,1 +30280,2013,by citizenship,Vietnam,7.0,186,1 +30281,2013,by citizenship,Zambia,2.5,186,1 +30282,2013,by citizenship,Zimbabwe,2.5,186,1 +30283,2013,by country of repatriation,Uganda,2.5,186,1 +30284,2013,by form of exploitation,Forced labour,827.0,186,1 +30285,2013,by form of exploitation,Sexual exploitation,1281.0,186,1 +30286,2014,Unknown,Unknown,510.0,186,4 +30287,2014,Unknown,Unknown,2003.0,186,5 +30288,2014,Unknown,Unknown,55.0,186,6 +30289,2014,Unknown,Unknown,736.0,186,7 +30290,2014,Unknown,Unknown,569.0,186,2 +30291,2014,Unknown,Unknown,2739.0,186,3 +30292,2014,Unknown,Unknown,3308.0,186,1 +30293,2014,by citizenship,Afghanistan,5.0,186,1 +30294,2014,by citizenship,Algeria,2.5,186,1 +30295,2014,by citizenship,Argentina,2.5,186,1 +30296,2014,by citizenship,Australia,2.5,186,1 +30297,2014,by citizenship,Bangladesh,2.5,186,1 +30298,2014,by citizenship,Belarus,2.5,186,1 +30299,2014,by citizenship,Belize,5.0,186,1 +30300,2014,by citizenship,Bolivia,2.5,186,1 +30301,2014,by citizenship,Brazil,21.0,186,1 +30302,2014,by citizenship,Bulgaria,2.5,186,1 +30303,2014,by citizenship,Burkina Faso,2.5,186,1 +30304,2014,by citizenship,Cambodia,2.5,186,1 +30305,2014,by citizenship,Cameroon,10.0,186,1 +30306,2014,by citizenship,Canada,10.0,186,1 +30307,2014,by citizenship,Chile,2.5,186,1 +30308,2014,by citizenship,China,54.0,186,1 +30309,2014,by citizenship,Taiwan,2.5,186,1 +30310,2014,by citizenship,Colombia,7.0,186,1 +30311,2014,by citizenship,Democratic Republic of the Congo,2.5,186,1 +30312,2014,by citizenship,Costa Rica,2.5,186,1 +30313,2014,by citizenship,Cuba,2.5,186,1 +30314,2014,by citizenship,North Korea,2.5,186,1 +30315,2014,by citizenship,Dominican Republic,6.0,186,1 +30316,2014,by citizenship,Ecuador,11.0,186,1 +30317,2014,by citizenship,Egypt,2.5,186,1 +30318,2014,by citizenship,El Salvador,79.0,186,1 +30319,2014,by citizenship,Eritrea,2.5,186,1 +30320,2014,by citizenship,Ethiopia,22.0,186,1 +30321,2014,by citizenship,France,2.5,186,1 +30322,2014,by citizenship,Gabon,2.5,186,1 +30323,2014,by citizenship,Germany,2.5,186,1 +30324,2014,by citizenship,Ghana,2.5,186,1 +30325,2014,by citizenship,Guatemala,116.0,186,1 +30326,2014,by citizenship,Guinea,5.0,186,1 +30327,2014,by citizenship,Guyana,2.5,186,1 +30328,2014,by citizenship,Haiti,2.5,186,1 +30329,2014,by citizenship,Honduras,146.0,186,1 +30330,2014,by citizenship,India,37.0,186,1 +30331,2014,by citizenship,Indonesia,31.0,186,1 +30332,2014,by citizenship,Iran,2.5,186,1 +30333,2014,by citizenship,Iraq,2.5,186,1 +30334,2014,by citizenship,Jamaica,11.0,186,1 +30335,2014,by citizenship,Japan,2.5,186,1 +30336,2014,by citizenship,Jordan,2.5,186,1 +30337,2014,by citizenship,Kazakhstan,2.5,186,1 +30338,2014,by citizenship,Kenya,15.0,186,1 +30339,2014,by citizenship,Laos,2.5,186,1 +30340,2014,by citizenship,Latvia,6.0,186,1 +30341,2014,by citizenship,Lebanon,2.5,186,1 +30342,2014,by citizenship,Lesotho,2.5,186,1 +30343,2014,by citizenship,Liberia,2.5,186,1 +30344,2014,by citizenship,Mexico,538.0,186,1 +30345,2014,by citizenship,Morocco,5.0,186,1 +30346,2014,by citizenship,Myanmar,2.5,186,1 +30347,2014,by citizenship,Nepal,6.0,186,1 +30348,2014,by citizenship,Netherlands,5.0,186,1 +30349,2014,by citizenship,Nicaragua,25.0,186,1 +30350,2014,by citizenship,Niger,2.5,186,1 +30351,2014,by citizenship,Nigeria,2.5,186,1 +30352,2014,by citizenship,Norway,2.5,186,1 +30353,2014,by citizenship,Pakistan,10.0,186,1 +30354,2014,by citizenship,Peru,28.0,186,1 +30355,2014,by citizenship,Philippines,317.0,186,1 +30356,2014,by citizenship,Portugal,2.5,186,1 +30357,2014,by citizenship,South Korea,36.0,186,1 +30358,2014,by citizenship,Romania,2.5,186,1 +30359,2014,by citizenship,Russia,10.0,186,1 +30360,2014,by citizenship,Rwanda,5.0,186,1 +30361,2014,by citizenship,Senegal,2.5,186,1 +30362,2014,by citizenship,Serbia,2.5,186,1 +30363,2014,by citizenship,Sierra Leone,2.5,186,1 +30364,2014,by citizenship,Singapore,2.5,186,1 +30365,2014,by citizenship,Sri Lanka,2.5,186,1 +30366,2014,by citizenship,Sudan,2.5,186,1 +30367,2014,by citizenship,Sweden,2.5,186,1 +30368,2014,by citizenship,Thailand,93.0,186,1 +30369,2014,by citizenship,Togo,2.5,186,1 +30370,2014,by citizenship,Uganda,2.5,186,1 +30371,2014,by citizenship,Ukraine,10.0,186,1 +30372,2014,by citizenship,United Kingdom,2.5,186,1 +30373,2014,by citizenship,Tanzania,9.0,186,1 +30374,2014,by citizenship,United States,1501.0,186,1 +30375,2014,by citizenship,Unknown,9.0,186,1 +30376,2014,by citizenship,Uzbekistan,2.5,186,1 +30377,2014,by citizenship,Vietnam,7.0,186,1 +30378,2014,by citizenship,Zambia,2.5,186,1 +30379,2014,by citizenship,Zimbabwe,2.5,186,1 +30380,2014,by country of repatriation,Costa Rica,2.5,186,1 +30381,2014,by country of repatriation,Kazakhstan,2.5,186,1 +30382,2014,by country of repatriation,Latvia,2.5,186,1 +30383,2014,by form of exploitation,Forced labour,1259.0,186,1 +30384,2014,by form of exploitation,Sexual exploitation,1750.0,186,1 +30385,2015,Unknown,Unknown,626.0,186,4 +30386,2015,Unknown,Unknown,2362.0,186,5 +30387,2015,Unknown,Unknown,65.0,186,6 +30388,2015,Unknown,Unknown,786.0,186,7 +30389,2015,Unknown,Unknown,697.0,186,2 +30390,2015,Unknown,Unknown,3188.0,186,3 +30391,2015,Unknown,Unknown,3885.0,186,1 +30392,2015,by citizenship,El Salvador,87.0,186,1 +30393,2015,by citizenship,Guatemala,150.0,186,1 +30394,2015,by citizenship,Honduras,166.0,186,1 +30395,2015,by citizenship,Maldives,70.0,186,1 +30396,2015,by citizenship,Mexico,565.0,186,1 +30397,2015,by citizenship,Philippines,320.0,186,1 +30398,2015,by citizenship,Saint Vincent and the Grenadines,61.0,186,1 +30399,2015,by citizenship,Thailand,95.0,186,1 +30400,2015,by citizenship,United States,1894.0,186,1 +30401,2015,by country of repatriation,Latvia,2.5,186,1 +30402,2015,by form of exploitation,Forced labour,1384.0,186,1 +30403,2015,by form of exploitation,Sexual exploitation,2179.0,186,1 +30404,2016,Unknown,Unknown,1123.0,186,4 +30405,2016,Unknown,Unknown,3483.0,186,5 +30406,2016,Unknown,Unknown,83.0,186,6 +30407,2016,Unknown,Unknown,788.0,186,7 +30408,2016,Unknown,Unknown,1222.0,186,2 +30409,2016,Unknown,Unknown,4360.0,186,3 +30410,2016,Unknown,Unknown,5582.0,186,1 +30411,2016,by citizenship,El Salvador,99.0,186,1 +30412,2016,by citizenship,Guatemala,153.0,186,1 +30413,2016,by citizenship,Honduras,218.0,186,1 +30414,2016,by citizenship,Maldives,98.0,186,1 +30415,2016,by citizenship,Mexico,524.0,186,1 +30416,2016,by citizenship,Philippines,314.0,186,1 +30417,2016,by citizenship,Saint Vincent and the Grenadines,61.0,186,1 +30418,2016,by citizenship,Thailand,96.0,186,1 +30419,2016,by citizenship,United States,3638.0,186,1 +30420,2016,by citizenship,Unknown,8.0,186,1 +30421,2016,by country of repatriation,Bolivia,9.0,186,1 +30422,2016,by country of repatriation,Colombia,2.5,186,1 +30423,2016,by country of repatriation,Costa Rica,2.5,186,1 +30424,2016,by country of repatriation,Kazakhstan,2.5,186,1 +30425,2016,by country of repatriation,Latvia,2.5,186,1 +30426,2016,by form of exploitation,Forced labour,1374.0,186,1 +30427,2016,by form of exploitation,Sexual exploitation,3681.0,186,1 +30428,2017,Unknown,Unknown,1593.0,186,4 +30429,2017,Unknown,Unknown,4975.0,186,5 +30430,2017,Unknown,Unknown,146.0,186,6 +30431,2017,Unknown,Unknown,1136.0,186,7 +30432,2017,Unknown,Unknown,20.0,186,9 +30433,2017,Unknown,Unknown,133.0,186,8 +30434,2017,Unknown,Unknown,1759.0,186,2 +30435,2017,Unknown,Unknown,6244.0,186,3 +30436,2017,Unknown,Unknown,8003.0,186,1 +30437,2017,Unknown,Unknown,153.0,186,1 +30438,2017,by citizenship,Botswana,213.0,186,1 +30439,2017,by citizenship,Hong Kong,196.0,186,1 +30440,2017,by citizenship,Honduras,257.0,186,1 +30441,2017,by citizenship,Mexico,634.0,186,1 +30442,2017,by citizenship,Unknown,173.0,186,1 +30443,2017,by citizenship,Unknown,20.0,186,1 +30444,2017,by form of exploitation,Forced labour,44.0,186,4 +30445,2017,by form of exploitation,Forced labour,848.0,186,5 +30446,2017,by form of exploitation,Forced labour,77.0,186,6 +30447,2017,by form of exploitation,Forced labour,925.0,186,7 +30448,2017,by form of exploitation,Forced labour,1894.0,186,1 +30449,2017,by form of exploitation,Sexual exploitation,1365.0,186,4 +30450,2017,by form of exploitation,Sexual exploitation,3452.0,186,5 +30451,2017,by form of exploitation,Sexual exploitation,47.0,186,6 +30452,2017,by form of exploitation,Sexual exploitation,123.0,186,7 +30453,2017,by form of exploitation,Sexual exploitation,4987.0,186,1 +30454,2018,Unknown,Unknown,1917.0,186,4 +30455,2018,Unknown,Unknown,5435.0,186,5 +30456,2018,Unknown,Unknown,192.0,186,6 +30457,2018,Unknown,Unknown,1164.0,186,7 +30458,2018,Unknown,Unknown,31.0,186,9 +30459,2018,Unknown,Unknown,174.0,186,8 +30460,2018,Unknown,Unknown,2140.0,186,2 +30461,2018,Unknown,Unknown,6773.0,186,3 +30462,2018,Unknown,Unknown,8913.0,186,1 +30463,2018,Unknown,Unknown,205.0,186,1 +30464,2018,by citizenship,Botswana,203.0,186,1 +30465,2018,by citizenship,China,271.0,186,1 +30466,2018,by citizenship,Hong Kong,197.0,186,1 +30467,2018,by citizenship,Honduras,244.0,186,1 +30468,2018,by citizenship,Mexico,601.0,186,1 +30469,2018,by citizenship,Unknown,197.0,186,1 +30470,2018,by citizenship,Philippines,260.0,186,1 +30471,2018,by citizenship,Unknown,15.0,186,1 +30472,2018,by form of exploitation,Forced labour,41.0,186,4 +30473,2018,by form of exploitation,Forced labour,765.0,186,5 +30474,2018,by form of exploitation,Forced labour,73.0,186,6 +30475,2018,by form of exploitation,Forced labour,868.0,186,7 +30476,2018,by form of exploitation,Forced labour,1747.0,186,1 +30477,2018,by form of exploitation,Sexual exploitation,1574.0,186,4 +30478,2018,by form of exploitation,Sexual exploitation,3923.0,186,5 +30479,2018,by form of exploitation,Sexual exploitation,73.0,186,6 +30480,2018,by form of exploitation,Sexual exploitation,155.0,186,7 +30481,2018,by form of exploitation,Sexual exploitation,5725.0,186,1 +30482,2019,Unknown,Unknown,1544.0,186,4 +30483,2019,Unknown,Unknown,5387.0,186,5 +30484,2019,Unknown,Unknown,188.0,186,6 +30485,2019,Unknown,Unknown,1085.0,186,7 +30486,2019,Unknown,Unknown,25.0,186,9 +30487,2019,Unknown,Unknown,146.0,186,8 +30488,2019,Unknown,Unknown,1757.0,186,2 +30489,2019,Unknown,Unknown,6618.0,186,3 +30490,2019,Unknown,Unknown,8375.0,186,1 +30491,2019,Unknown,Unknown,171.0,186,1 +30492,2019,by citizenship,China,366.0,186,1 +30493,2019,by citizenship,Honduras,267.0,186,1 +30494,2019,by citizenship,Mexico,689.0,186,1 +30495,2019,by citizenship,Nationals,5218.0,186,1 +30496,2019,by citizenship,Philippines,258.0,186,1 +30497,2019,by form of exploitation,Forced labour,45.0,186,4 +30498,2019,by form of exploitation,Forced labour,799.0,186,5 +30499,2019,by form of exploitation,Forced labour,88.0,186,6 +30500,2019,by form of exploitation,Forced labour,902.0,186,7 +30501,2019,by form of exploitation,Forced labour,2.5,186,9 +30502,2019,by form of exploitation,Forced labour,6.0,186,8 +30503,2019,by form of exploitation,Forced labour,133.0,186,2 +30504,2019,by form of exploitation,Forced labour,1707.0,186,3 +30505,2019,by form of exploitation,Forced labour,1840.0,186,1 +30506,2019,by form of exploitation,Forced labour,2.5,186,1 +30507,2019,by form of exploitation,Sexual exploitation,1159.0,186,4 +30508,2019,by form of exploitation,Sexual exploitation,3740.0,186,5 +30509,2019,by form of exploitation,Sexual exploitation,71.0,186,6 +30510,2019,by form of exploitation,Sexual exploitation,107.0,186,7 +30511,2019,by form of exploitation,Sexual exploitation,22.0,186,9 +30512,2019,by form of exploitation,Sexual exploitation,121.0,186,8 +30513,2019,by form of exploitation,Sexual exploitation,1252.0,186,2 +30514,2019,by form of exploitation,Sexual exploitation,3968.0,186,3 +30515,2019,by form of exploitation,Sexual exploitation,5220.0,186,1 +30516,2019,by form of exploitation,Sexual exploitation,22.0,186,1 +30517,2020,Unknown,Unknown,1960.0,186,4 +30518,2020,Unknown,Unknown,6100.0,186,5 +30519,2020,Unknown,Unknown,264.0,186,6 +30520,2020,Unknown,Unknown,1362.0,186,7 +30521,2020,Unknown,Unknown,30.0,186,9 +30522,2020,Unknown,Unknown,138.0,186,8 +30523,2020,Unknown,Unknown,2254.0,186,2 +30524,2020,Unknown,Unknown,7600.0,186,3 +30525,2020,Unknown,Unknown,9854.0,186,1 +30526,2020,Unknown,Unknown,168.0,186,1 +30527,2020,by citizenship,China,384.0,186,1 +30528,2020,by citizenship,Guatemala,359.0,186,1 +30529,2020,by citizenship,Honduras,367.0,186,1 +30530,2020,by citizenship,Mexico,836.0,186,1 +30531,2020,by citizenship,Nationals,5979.0,186,1 +30532,2020,by form of exploitation,Forced labour,84.0,186,4 +30533,2020,by form of exploitation,Forced labour,960.0,186,5 +30534,2020,by form of exploitation,Forced labour,116.0,186,6 +30535,2020,by form of exploitation,Forced labour,1150.0,186,7 +30536,2020,by form of exploitation,Forced labour,2.5,186,9 +30537,2020,by form of exploitation,Forced labour,7.0,186,8 +30538,2020,by form of exploitation,Forced labour,200.0,186,2 +30539,2020,by form of exploitation,Forced labour,2117.0,186,3 +30540,2020,by form of exploitation,Forced labour,2317.0,186,1 +30541,2020,by form of exploitation,Forced labour,2.5,186,1 +30542,2020,by form of exploitation,Sexual exploitation,1600.0,186,4 +30543,2020,by form of exploitation,Sexual exploitation,4090.0,186,5 +30544,2020,by form of exploitation,Sexual exploitation,119.0,186,6 +30545,2020,by form of exploitation,Sexual exploitation,137.0,186,7 +30546,2020,by form of exploitation,Sexual exploitation,25.0,186,9 +30547,2020,by form of exploitation,Sexual exploitation,106.0,186,8 +30548,2020,by form of exploitation,Sexual exploitation,744.0,186,2 +30549,2020,by form of exploitation,Sexual exploitation,4333.0,186,3 +30550,2020,by form of exploitation,Sexual exploitation,2627.0,186,1 +30551,2020,by form of exploitation,Sexual exploitation,25.0,186,1 +30552,2021,Unknown,Unknown,2444.0,186,4 +30553,2021,Unknown,Unknown,5609.0,186,5 +30554,2021,Unknown,Unknown,409.0,186,6 +30555,2021,Unknown,Unknown,1408.0,186,7 +30556,2021,Unknown,Unknown,43.0,186,9 +30557,2021,Unknown,Unknown,157.0,186,8 +30558,2021,Unknown,Unknown,2896.0,186,2 +30559,2021,Unknown,Unknown,7174.0,186,3 +30560,2021,Unknown,Unknown,10070.0,186,1 +30561,2021,Unknown,Unknown,157.0,186,1 +30562,2021,by citizenship,China,228.0,186,1 +30563,2021,by citizenship,Guatemala,368.0,186,1 +30564,2021,by citizenship,Honduras,391.0,186,1 +30565,2021,by citizenship,Mexico,805.0,186,1 +30566,2021,by citizenship,Nationals,6133.0,186,1 +30567,2021,by form of exploitation,Forced labour,87.0,186,4 +30568,2021,by form of exploitation,Forced labour,932.0,186,5 +30569,2021,by form of exploitation,Forced labour,134.0,186,6 +30570,2021,by form of exploitation,Forced labour,1178.0,186,7 +30571,2021,by form of exploitation,Forced labour,2.5,186,9 +30572,2021,by form of exploitation,Forced labour,6.0,186,8 +30573,2021,by form of exploitation,Forced labour,221.0,186,2 +30574,2021,by form of exploitation,Forced labour,2116.0,186,3 +30575,2021,by form of exploitation,Forced labour,2337.0,186,1 +30576,2021,by form of exploitation,Forced labour,2.5,186,1 +30577,2021,by form of exploitation,Sexual exploitation,1965.0,186,4 +30578,2021,by form of exploitation,Sexual exploitation,3658.0,186,5 +30579,2021,by form of exploitation,Sexual exploitation,231.0,186,6 +30580,2021,by form of exploitation,Sexual exploitation,129.0,186,7 +30581,2021,by form of exploitation,Sexual exploitation,37.0,186,9 +30582,2021,by form of exploitation,Sexual exploitation,117.0,186,8 +30583,2021,by form of exploitation,Sexual exploitation,2223.0,186,2 +30584,2021,by form of exploitation,Sexual exploitation,3904.0,186,3 +30585,2021,by form of exploitation,Sexual exploitation,3215.0,186,1 +30586,2021,by form of exploitation,Sexual exploitation,37.0,186,1 +30587,2022,Unknown,Unknown,4101.0,186,4 +30588,2022,Unknown,Unknown,9180.0,186,5 +30589,2022,Unknown,Unknown,652.0,186,6 +30590,2022,Unknown,Unknown,2120.0,186,7 +30591,2022,Unknown,Unknown,96.0,186,9 +30592,2022,Unknown,Unknown,241.0,186,8 +30593,2022,Unknown,Unknown,4849.0,186,2 +30594,2022,Unknown,Unknown,11541.0,186,3 +30595,2022,Unknown,Unknown,16390.0,186,1 +30596,2022,Unknown,Unknown,241.0,186,1 +30597,2022,by citizenship,China,315.0,186,1 +30598,2022,by citizenship,Guatemala,406.0,186,1 +30599,2022,by citizenship,Honduras,415.0,186,1 +30600,2022,by citizenship,Mexico,954.0,186,1 +30601,2022,by citizenship,Nationals,10422.0,186,1 +30602,2022,by form of exploitation,Forced labour,169.0,186,4 +30603,2022,by form of exploitation,Forced labour,1284.0,186,5 +30604,2022,by form of exploitation,Forced labour,264.0,186,6 +30605,2022,by form of exploitation,Forced labour,1683.0,186,7 +30606,2022,by form of exploitation,Forced labour,2.5,186,9 +30607,2022,by form of exploitation,Forced labour,11.0,186,8 +30608,2022,by form of exploitation,Forced labour,435.0,186,2 +30609,2022,by form of exploitation,Forced labour,2978.0,186,3 +30610,2022,by form of exploitation,Forced labour,3413.0,186,1 +30611,2022,by form of exploitation,Sexual exploitation,2975.0,186,4 +30612,2022,by form of exploitation,Sexual exploitation,6399.0,186,5 +30613,2022,by form of exploitation,Sexual exploitation,309.0,186,6 +30614,2022,by form of exploitation,Sexual exploitation,286.0,186,7 +30615,2022,by form of exploitation,Sexual exploitation,57.0,186,9 +30616,2022,by form of exploitation,Sexual exploitation,180.0,186,8 +30617,2022,by form of exploitation,Sexual exploitation,3341.0,186,2 +30618,2022,by form of exploitation,Sexual exploitation,6825.0,186,3 +30619,2022,by form of exploitation,Sexual exploitation,10166.0,186,1 +30620,2012,Unknown,Unknown,35.0,187,4 +30621,2012,Unknown,Unknown,424.0,187,5 +30622,2012,Unknown,Unknown,15.0,187,6 +30623,2012,Unknown,Unknown,1179.0,187,7 +30624,2012,Unknown,Unknown,50.0,187,2 +30625,2012,Unknown,Unknown,1603.0,187,3 +30626,2012,Unknown,Unknown,1653.0,187,1 +30627,2012,by citizenship,Kyrgyzstan,2.5,187,1 +30628,2012,by citizenship,Uzbekistan,113.0,187,1 +30629,2012,by form of exploitation,Forced labour,1265.0,187,1 +30630,2012,by form of exploitation,Sexual exploitation,382.0,187,1 +30631,2013,Unknown,Unknown,41.0,187,4 +30632,2013,Unknown,Unknown,446.0,187,5 +30633,2013,Unknown,Unknown,30.0,187,6 +30634,2013,Unknown,Unknown,875.0,187,7 +30635,2013,Unknown,Unknown,71.0,187,2 +30636,2013,Unknown,Unknown,1321.0,187,3 +30637,2013,Unknown,Unknown,1392.0,187,1 +30638,2013,by citizenship,Kazakhstan,2.5,187,1 +30639,2013,by citizenship,Uzbekistan,124.0,187,1 +30640,2013,by country of repatriation,Kazakhstan,2.5,187,1 +30641,2013,by country of repatriation,Uzbekistan,558.0,187,1 +30642,2013,by form of exploitation,Forced labour,994.0,187,1 +30643,2013,by form of exploitation,Sexual exploitation,370.0,187,1 +30644,2014,Unknown,Unknown,28.0,187,4 +30645,2014,Unknown,Unknown,433.0,187,5 +30646,2014,Unknown,Unknown,25.0,187,6 +30647,2014,Unknown,Unknown,793.0,187,7 +30648,2014,Unknown,Unknown,53.0,187,2 +30649,2014,Unknown,Unknown,1226.0,187,3 +30650,2014,Unknown,Unknown,1279.0,187,1 +30651,2014,by citizenship,Tajikistan,2.5,187,1 +30652,2014,by citizenship,Uzbekistan,142.0,187,1 +30653,2014,by form of exploitation,Forced labour,829.0,187,1 +30654,2014,by form of exploitation,Sexual exploitation,329.0,187,1 +30655,2015,Unknown,Unknown,33.0,187,4 +30656,2015,Unknown,Unknown,328.0,187,5 +30657,2015,Unknown,Unknown,27.0,187,6 +30658,2015,Unknown,Unknown,618.0,187,7 +30659,2015,Unknown,Unknown,60.0,187,2 +30660,2015,Unknown,Unknown,946.0,187,3 +30661,2015,Unknown,Unknown,1006.0,187,1 +30662,2015,by citizenship,Uzbekistan,59.0,187,1 +30663,2015,by country of repatriation,Uzbekistan,237.0,187,1 +30664,2015,by form of exploitation,Forced labour,347.0,187,1 +30665,2015,by form of exploitation,Sexual exploitation,127.0,187,1 +30666,2016,Unknown,Unknown,23.0,187,4 +30667,2016,Unknown,Unknown,366.0,187,5 +30668,2016,Unknown,Unknown,34.0,187,6 +30669,2016,Unknown,Unknown,351.0,187,7 +30670,2016,Unknown,Unknown,57.0,187,2 +30671,2016,Unknown,Unknown,717.0,187,3 +30672,2016,Unknown,Unknown,774.0,187,1 +30673,2017,Unknown,Unknown,63.0,187,4 +30674,2017,Unknown,Unknown,304.0,187,5 +30675,2017,Unknown,Unknown,11.0,187,6 +30676,2017,Unknown,Unknown,315.0,187,7 +30677,2017,Unknown,Unknown,74.0,187,2 +30678,2017,Unknown,Unknown,619.0,187,3 +30679,2017,Unknown,Unknown,693.0,187,1 +30680,2017,by form of exploitation,Forced labour,2.5,187,4 +30681,2017,by form of exploitation,Forced labour,41.0,187,5 +30682,2017,by form of exploitation,Forced labour,2.5,187,6 +30683,2017,by form of exploitation,Forced labour,315.0,187,7 +30684,2017,by form of exploitation,Forced labour,2.5,187,2 +30685,2017,by form of exploitation,Forced labour,356.0,187,3 +30686,2017,by form of exploitation,Forced labour,360.0,187,1 +30687,2017,by form of exploitation,Sexual exploitation,12.0,187,4 +30688,2017,by form of exploitation,Sexual exploitation,263.0,187,5 +30689,2017,by form of exploitation,Sexual exploitation,2.5,187,6 +30690,2017,by form of exploitation,Sexual exploitation,2.5,187,7 +30691,2017,by form of exploitation,Sexual exploitation,12.0,187,2 +30692,2017,by form of exploitation,Sexual exploitation,263.0,187,3 +30693,2017,by form of exploitation,Sexual exploitation,275.0,187,1 +30694,2018,Unknown,Unknown,38.0,187,4 +30695,2018,Unknown,Unknown,226.0,187,5 +30696,2018,Unknown,Unknown,17.0,187,6 +30697,2018,Unknown,Unknown,213.0,187,7 +30698,2018,Unknown,Unknown,55.0,187,2 +30699,2018,Unknown,Unknown,439.0,187,3 +30700,2018,Unknown,Unknown,494.0,187,1 +30701,2018,by form of exploitation,Forced labour,2.5,187,4 +30702,2018,by form of exploitation,Forced labour,2.5,187,5 +30703,2018,by form of exploitation,Forced labour,2.5,187,6 +30704,2018,by form of exploitation,Forced labour,213.0,187,7 +30705,2018,by form of exploitation,Forced labour,2.5,187,2 +30706,2018,by form of exploitation,Forced labour,217.0,187,3 +30707,2018,by form of exploitation,Forced labour,219.0,187,1 +30708,2018,by form of exploitation,Sexual exploitation,6.0,187,4 +30709,2018,by form of exploitation,Sexual exploitation,222.0,187,5 +30710,2018,by form of exploitation,Sexual exploitation,2.5,187,6 +30711,2018,by form of exploitation,Sexual exploitation,2.5,187,7 +30712,2018,by form of exploitation,Sexual exploitation,6.0,187,2 +30713,2018,by form of exploitation,Sexual exploitation,222.0,187,3 +30714,2018,by form of exploitation,Sexual exploitation,228.0,187,1 +30715,2019,Unknown,Unknown,19.0,187,4 +30716,2019,Unknown,Unknown,90.0,187,5 +30717,2019,Unknown,Unknown,23.0,187,6 +30718,2019,Unknown,Unknown,5.0,187,7 +30719,2019,Unknown,Unknown,42.0,187,2 +30720,2019,Unknown,Unknown,95.0,187,3 +30721,2019,Unknown,Unknown,137.0,187,1 +30722,2019,by citizenship,Uzbekistan,12.0,187,1 +30723,2019,by form of exploitation,Forced labour,2.5,187,4 +30724,2019,by form of exploitation,Forced labour,2.5,187,5 +30725,2019,by form of exploitation,Forced labour,2.5,187,6 +30726,2019,by form of exploitation,Forced labour,5.0,187,7 +30727,2019,by form of exploitation,Forced labour,6.0,187,3 +30728,2019,by form of exploitation,Forced labour,6.0,187,1 +30729,2019,by form of exploitation,Sexual exploitation,2.5,187,4 +30730,2019,by form of exploitation,Sexual exploitation,89.0,187,5 +30731,2019,by form of exploitation,Sexual exploitation,2.5,187,6 +30732,2019,by form of exploitation,Sexual exploitation,2.5,187,7 +30733,2019,by form of exploitation,Sexual exploitation,2.5,187,2 +30734,2019,by form of exploitation,Sexual exploitation,89.0,187,3 +30735,2019,by form of exploitation,Sexual exploitation,90.0,187,1 +30736,2020,Unknown,Unknown,34.0,187,4 +30737,2020,Unknown,Unknown,89.0,187,5 +30738,2020,Unknown,Unknown,15.0,187,6 +30739,2020,Unknown,Unknown,12.0,187,7 +30740,2020,Unknown,Unknown,49.0,187,2 +30741,2020,Unknown,Unknown,101.0,187,3 +30742,2020,Unknown,Unknown,150.0,187,1 +30743,2020,by citizenship,Uzbekistan,26.0,187,1 +30744,2020,by form of exploitation,Forced labour,2.5,187,4 +30745,2020,by form of exploitation,Forced labour,2.5,187,5 +30746,2020,by form of exploitation,Forced labour,2.5,187,6 +30747,2020,by form of exploitation,Forced labour,12.0,187,7 +30748,2020,by form of exploitation,Forced labour,12.0,187,3 +30749,2020,by form of exploitation,Forced labour,12.0,187,1 +30750,2020,by form of exploitation,Sexual exploitation,12.0,187,4 +30751,2020,by form of exploitation,Sexual exploitation,89.0,187,5 +30752,2020,by form of exploitation,Sexual exploitation,2.5,187,6 +30753,2020,by form of exploitation,Sexual exploitation,2.5,187,7 +30754,2020,by form of exploitation,Sexual exploitation,12.0,187,2 +30755,2020,by form of exploitation,Sexual exploitation,89.0,187,3 +30756,2020,by form of exploitation,Sexual exploitation,101.0,187,1 +30757,2021,Unknown,Unknown,38.0,187,4 +30758,2021,Unknown,Unknown,111.0,187,5 +30759,2021,Unknown,Unknown,20.0,187,6 +30760,2021,Unknown,Unknown,31.0,187,7 +30761,2021,Unknown,Unknown,58.0,187,2 +30762,2021,Unknown,Unknown,142.0,187,3 +30763,2021,Unknown,Unknown,200.0,187,1 +30764,2021,by citizenship,Uzbekistan,36.0,187,1 +30765,2021,by form of exploitation,Forced labour,2.5,187,4 +30766,2021,by form of exploitation,Forced labour,2.5,187,5 +30767,2021,by form of exploitation,Forced labour,2.5,187,6 +30768,2021,by form of exploitation,Forced labour,33.0,187,7 +30769,2021,by form of exploitation,Forced labour,35.0,187,3 +30770,2021,by form of exploitation,Forced labour,47.0,187,1 +30771,2021,by form of exploitation,Sexual exploitation,11.0,187,4 +30772,2021,by form of exploitation,Sexual exploitation,109.0,187,5 +30773,2021,by form of exploitation,Sexual exploitation,2.5,187,6 +30774,2021,by form of exploitation,Sexual exploitation,2.5,187,7 +30775,2021,by form of exploitation,Sexual exploitation,11.0,187,2 +30776,2021,by form of exploitation,Sexual exploitation,109.0,187,3 +30777,2021,by form of exploitation,Sexual exploitation,120.0,187,1 +30778,2022,Unknown,Unknown,23.0,187,4 +30779,2022,Unknown,Unknown,141.0,187,5 +30780,2022,Unknown,Unknown,13.0,187,6 +30781,2022,Unknown,Unknown,42.0,187,7 +30782,2022,Unknown,Unknown,36.0,187,2 +30783,2022,Unknown,Unknown,183.0,187,3 +30784,2022,Unknown,Unknown,219.0,187,1 +30785,2022,by citizenship,Uzbekistan,37.0,187,1 +30786,2022,by form of exploitation,Forced labour,2.5,187,4 +30787,2022,by form of exploitation,Forced labour,2.5,187,5 +30788,2022,by form of exploitation,Forced labour,2.5,187,6 +30789,2022,by form of exploitation,Forced labour,40.0,187,7 +30790,2022,by form of exploitation,Forced labour,2.5,187,2 +30791,2022,by form of exploitation,Forced labour,40.0,187,3 +30792,2022,by form of exploitation,Forced labour,44.0,187,1 +30793,2022,by form of exploitation,Sexual exploitation,8.0,187,4 +30794,2022,by form of exploitation,Sexual exploitation,137.0,187,5 +30795,2022,by form of exploitation,Sexual exploitation,2.5,187,6 +30796,2022,by form of exploitation,Sexual exploitation,2.5,187,7 +30797,2022,by form of exploitation,Sexual exploitation,8.0,187,2 +30798,2022,by form of exploitation,Sexual exploitation,139.0,187,3 +30799,2022,by form of exploitation,Sexual exploitation,147.0,187,1 +30800,2019,Unknown,Unknown,2.5,188,4 +30801,2019,Unknown,Unknown,2.5,188,5 +30802,2019,Unknown,Unknown,2.5,188,6 +30803,2019,Unknown,Unknown,2.5,188,7 +30804,2019,Unknown,Unknown,2.5,188,9 +30805,2019,Unknown,Unknown,2.5,188,8 +30806,2019,Unknown,Unknown,2.5,188,2 +30807,2019,Unknown,Unknown,2.5,188,3 +30808,2019,Unknown,Unknown,2.5,188,1 +30809,2019,Unknown,Unknown,2.5,188,1 +30810,2019,by form of exploitation,Forced labour,2.5,188,4 +30811,2019,by form of exploitation,Forced labour,2.5,188,5 +30812,2019,by form of exploitation,Forced labour,2.5,188,6 +30813,2019,by form of exploitation,Forced labour,2.5,188,7 +30814,2019,by form of exploitation,Forced labour,2.5,188,9 +30815,2019,by form of exploitation,Forced labour,2.5,188,8 +30816,2019,by form of exploitation,Forced labour,2.5,188,2 +30817,2019,by form of exploitation,Forced labour,2.5,188,3 +30818,2019,by form of exploitation,Sexual exploitation,2.5,188,4 +30819,2019,by form of exploitation,Sexual exploitation,2.5,188,5 +30820,2019,by form of exploitation,Sexual exploitation,2.5,188,6 +30821,2019,by form of exploitation,Sexual exploitation,2.5,188,7 +30822,2019,by form of exploitation,Sexual exploitation,2.5,188,9 +30823,2019,by form of exploitation,Sexual exploitation,2.5,188,8 +30824,2019,by form of exploitation,Sexual exploitation,2.5,188,2 +30825,2019,by form of exploitation,Sexual exploitation,2.5,188,3 +30826,2019,by form of exploitation,Sexual exploitation,2.5,188,1 +30827,2020,Unknown,Unknown,2.5,188,4 +30828,2020,Unknown,Unknown,2.5,188,5 +30829,2020,Unknown,Unknown,2.5,188,6 +30830,2020,Unknown,Unknown,2.5,188,7 +30831,2020,Unknown,Unknown,2.5,188,9 +30832,2020,Unknown,Unknown,2.5,188,8 +30833,2020,Unknown,Unknown,2.5,188,2 +30834,2020,Unknown,Unknown,2.5,188,3 +30835,2020,Unknown,Unknown,2.5,188,1 +30836,2020,Unknown,Unknown,2.5,188,1 +30837,2020,by form of exploitation,Forced labour,2.5,188,4 +30838,2020,by form of exploitation,Forced labour,2.5,188,5 +30839,2020,by form of exploitation,Forced labour,2.5,188,6 +30840,2020,by form of exploitation,Forced labour,2.5,188,7 +30841,2020,by form of exploitation,Forced labour,2.5,188,9 +30842,2020,by form of exploitation,Forced labour,2.5,188,8 +30843,2020,by form of exploitation,Forced labour,2.5,188,2 +30844,2020,by form of exploitation,Forced labour,2.5,188,3 +30845,2020,by form of exploitation,Forced labour,2.5,188,1 +30846,2020,by form of exploitation,Sexual exploitation,2.5,188,4 +30847,2020,by form of exploitation,Sexual exploitation,2.5,188,5 +30848,2020,by form of exploitation,Sexual exploitation,2.5,188,6 +30849,2020,by form of exploitation,Sexual exploitation,2.5,188,7 +30850,2020,by form of exploitation,Sexual exploitation,2.5,188,9 +30851,2020,by form of exploitation,Sexual exploitation,2.5,188,8 +30852,2020,by form of exploitation,Sexual exploitation,2.5,188,2 +30853,2020,by form of exploitation,Sexual exploitation,2.5,188,3 +30854,2020,by form of exploitation,Sexual exploitation,2.5,188,1 +30855,2021,Unknown,Unknown,2.5,188,4 +30856,2021,Unknown,Unknown,2.5,188,5 +30857,2021,Unknown,Unknown,2.5,188,6 +30858,2021,Unknown,Unknown,2.5,188,7 +30859,2021,Unknown,Unknown,2.5,188,9 +30860,2021,Unknown,Unknown,2.5,188,8 +30861,2021,Unknown,Unknown,2.5,188,2 +30862,2021,Unknown,Unknown,2.5,188,3 +30863,2021,Unknown,Unknown,2.5,188,1 +30864,2021,Unknown,Unknown,2.5,188,1 +30865,2021,by form of exploitation,Forced labour,2.5,188,4 +30866,2021,by form of exploitation,Forced labour,2.5,188,5 +30867,2021,by form of exploitation,Forced labour,2.5,188,6 +30868,2021,by form of exploitation,Forced labour,2.5,188,7 +30869,2021,by form of exploitation,Forced labour,2.5,188,9 +30870,2021,by form of exploitation,Forced labour,2.5,188,8 +30871,2021,by form of exploitation,Forced labour,2.5,188,2 +30872,2021,by form of exploitation,Forced labour,2.5,188,3 +30873,2021,by form of exploitation,Forced labour,2.5,188,1 +30874,2021,by form of exploitation,Sexual exploitation,2.5,188,4 +30875,2021,by form of exploitation,Sexual exploitation,2.5,188,5 +30876,2021,by form of exploitation,Sexual exploitation,2.5,188,6 +30877,2021,by form of exploitation,Sexual exploitation,2.5,188,7 +30878,2021,by form of exploitation,Sexual exploitation,2.5,188,9 +30879,2021,by form of exploitation,Sexual exploitation,2.5,188,8 +30880,2021,by form of exploitation,Sexual exploitation,2.5,188,2 +30881,2021,by form of exploitation,Sexual exploitation,2.5,188,3 +30882,2021,by form of exploitation,Sexual exploitation,2.5,188,1 +30883,2022,Unknown,Unknown,2.5,188,4 +30884,2022,Unknown,Unknown,2.5,188,5 +30885,2022,Unknown,Unknown,2.5,188,6 +30886,2022,Unknown,Unknown,2.5,188,7 +30887,2022,Unknown,Unknown,2.5,188,9 +30888,2022,Unknown,Unknown,2.5,188,8 +30889,2022,Unknown,Unknown,2.5,188,2 +30890,2022,Unknown,Unknown,2.5,188,3 +30891,2022,Unknown,Unknown,2.5,188,1 +30892,2022,Unknown,Unknown,2.5,188,1 +30893,2022,by citizenship,Nationals,2.5,188,1 +30894,2022,by citizenship,Unknown,2.5,188,1 +30895,2022,by citizenship,,2.5,188,1 +30896,2022,by country of repatriation,(specify the country),2.5,188,1 +30897,2022,by country of repatriation,Abroad,2.5,188,1 +30898,2022,by country of repatriation,,2.5,188,1 +30899,2022,by form of exploitation,Forced labour,2.5,188,4 +30900,2022,by form of exploitation,Forced labour,2.5,188,5 +30901,2022,by form of exploitation,Forced labour,2.5,188,6 +30902,2022,by form of exploitation,Forced labour,2.5,188,7 +30903,2022,by form of exploitation,Forced labour,2.5,188,9 +30904,2022,by form of exploitation,Forced labour,2.5,188,8 +30905,2022,by form of exploitation,Forced labour,2.5,188,2 +30906,2022,by form of exploitation,Forced labour,2.5,188,3 +30907,2022,by form of exploitation,Forced labour,2.5,188,1 +30908,2022,by form of exploitation,Sexual exploitation,2.5,188,4 +30909,2022,by form of exploitation,Sexual exploitation,2.5,188,5 +30910,2022,by form of exploitation,Sexual exploitation,2.5,188,6 +30911,2022,by form of exploitation,Sexual exploitation,2.5,188,7 +30912,2022,by form of exploitation,Sexual exploitation,2.5,188,9 +30913,2022,by form of exploitation,Sexual exploitation,2.5,188,8 +30914,2022,by form of exploitation,Sexual exploitation,2.5,188,2 +30915,2022,by form of exploitation,Sexual exploitation,2.5,188,3 +30916,2022,by form of exploitation,Sexual exploitation,2.5,188,1 +30917,2003,by country of repatriation,Abroad,2.5,189,1 +30918,2008,by country of repatriation,Abroad,2.5,189,1 +30919,2012,Unknown,Unknown,2.5,189,2 +30920,2012,Unknown,Unknown,2.5,189,3 +30921,2013,Unknown,Unknown,2.5,189,2 +30922,2013,Unknown,Unknown,2.5,189,3 +30923,2014,Unknown,Unknown,2.5,189,2 +30924,2014,Unknown,Unknown,2.5,189,3 +30925,2015,Unknown,Unknown,2.5,189,2 +30926,2015,Unknown,Unknown,2.5,189,3 +30927,2017,by form of exploitation,Sexual exploitation,2.5,189,1 +30928,2018,by form of exploitation,Forced labour,2.5,189,1 +30929,2018,by form of exploitation,Sexual exploitation,2.5,189,1 +30930,2019,by form of exploitation,Sexual exploitation,2.5,189,1 +30931,2020,by form of exploitation,Forced labour,2.5,189,1 +30932,2020,by form of exploitation,Sexual exploitation,2.5,189,1 +30933,2007,by citizenship,Bolivia,2.5,190,1 +30934,2007,by citizenship,China,17.0,190,1 +30935,2007,by citizenship,Colombia,5.0,190,1 +30936,2007,by citizenship,Peru,9.0,190,1 +30937,2007,by citizenship,Venezuela,2.5,190,1 +30938,2008,Unknown,Unknown,2.5,190,4 +30939,2008,Unknown,Unknown,2.5,190,5 +30940,2008,Unknown,Unknown,2.5,190,6 +30941,2008,Unknown,Unknown,2.5,190,7 +30942,2008,Unknown,Unknown,2.5,190,2 +30943,2008,Unknown,Unknown,2.5,190,3 +30944,2008,Unknown,Unknown,5.0,190,1 +30945,2008,by citizenship,Venezuela,5.0,190,1 +30946,2008,by form of exploitation,Forced labour,2.5,190,1 +30947,2008,by form of exploitation,Sexual exploitation,2.5,190,1 +30948,2009,Unknown,Unknown,2.5,190,4 +30949,2009,Unknown,Unknown,2.5,190,5 +30950,2009,Unknown,Unknown,2.5,190,6 +30951,2009,Unknown,Unknown,2.5,190,7 +30952,2009,Unknown,Unknown,2.5,190,2 +30953,2009,Unknown,Unknown,2.5,190,3 +30954,2009,Unknown,Unknown,5.0,190,1 +30955,2009,by citizenship,Venezuela,5.0,190,1 +30956,2009,by form of exploitation,Forced labour,2.5,190,1 +30957,2009,by form of exploitation,Sexual exploitation,2.5,190,1 +30958,2010,Unknown,Unknown,2.5,190,4 +30959,2010,Unknown,Unknown,6.0,190,5 +30960,2010,Unknown,Unknown,2.5,190,6 +30961,2010,Unknown,Unknown,2.5,190,7 +30962,2010,Unknown,Unknown,2.5,190,2 +30963,2010,Unknown,Unknown,6.0,190,3 +30964,2010,Unknown,Unknown,16.0,190,1 +30965,2010,by citizenship,China,2.5,190,1 +30966,2010,by citizenship,Colombia,2.5,190,1 +30967,2010,by citizenship,South Africa,2.5,190,1 +30968,2010,by citizenship,Venezuela,10.0,190,1 +30969,2010,by country of repatriation,Colombia,2.5,190,1 +30970,2010,by form of exploitation,Sexual exploitation,8.0,190,1 +30971,2011,Unknown,Unknown,10.0,190,4 +30972,2011,Unknown,Unknown,21.0,190,5 +30973,2011,Unknown,Unknown,9.0,190,6 +30974,2011,Unknown,Unknown,2.5,190,7 +30975,2011,Unknown,Unknown,19.0,190,2 +30976,2011,Unknown,Unknown,23.0,190,3 +30977,2011,Unknown,Unknown,42.0,190,1 +30978,2011,by citizenship,Ecuador,2.5,190,1 +30979,2011,by citizenship,Iran,2.5,190,1 +30980,2011,by citizenship,Mexico,2.5,190,1 +30981,2011,by citizenship,Venezuela,32.0,190,1 +30982,2011,by form of exploitation,Forced labour,23.0,190,1 +30983,2011,by form of exploitation,Sexual exploitation,16.0,190,1 +30984,2012,Unknown,Unknown,2.5,190,4 +30985,2012,Unknown,Unknown,20.0,190,5 +30986,2012,Unknown,Unknown,5.0,190,6 +30987,2012,Unknown,Unknown,6.0,190,7 +30988,2012,Unknown,Unknown,8.0,190,2 +30989,2012,Unknown,Unknown,26.0,190,3 +30990,2012,Unknown,Unknown,34.0,190,1 +30991,2012,by citizenship,Bolivia,2.5,190,1 +30992,2012,by citizenship,Colombia,6.0,190,1 +30993,2012,by citizenship,Ecuador,2.5,190,1 +30994,2012,by citizenship,Guatemala,2.5,190,1 +30995,2012,by citizenship,Kenya,2.5,190,1 +30996,2012,by citizenship,Venezuela,26.0,190,1 +30997,2012,by form of exploitation,Forced labour,24.0,190,1 +30998,2012,by form of exploitation,Sexual exploitation,7.0,190,1 +30999,2013,Unknown,Unknown,12.0,190,4 +31000,2013,Unknown,Unknown,29.0,190,5 +31001,2013,Unknown,Unknown,2.5,190,6 +31002,2013,Unknown,Unknown,2.5,190,7 +31003,2013,Unknown,Unknown,14.0,190,2 +31004,2013,Unknown,Unknown,32.0,190,3 +31005,2013,Unknown,Unknown,46.0,190,1 +31006,2013,by citizenship,China,2.5,190,1 +31007,2013,by citizenship,Ecuador,2.5,190,1 +31008,2013,by citizenship,Ethiopia,2.5,190,1 +31009,2013,by citizenship,Philippines,2.5,190,1 +31010,2013,by citizenship,Venezuela,22.0,190,1 +31011,2013,by form of exploitation,Forced labour,8.0,190,1 +31012,2013,by form of exploitation,Sexual exploitation,24.0,190,1 +31013,2014,Unknown,Unknown,2.5,190,4 +31014,2014,Unknown,Unknown,2.5,190,5 +31015,2014,Unknown,Unknown,2.5,190,6 +31016,2014,Unknown,Unknown,7.0,190,7 +31017,2014,Unknown,Unknown,2.5,190,2 +31018,2014,Unknown,Unknown,8.0,190,3 +31019,2014,Unknown,Unknown,12.0,190,1 +31020,2014,by citizenship,Kenya,2.5,190,1 +31021,2014,by citizenship,Somalia,2.5,190,1 +31022,2014,by citizenship,Venezuela,5.0,190,1 +31023,2014,by form of exploitation,Forced labour,11.0,190,1 +31024,2014,by form of exploitation,Sexual exploitation,2.5,190,1 +31025,2015,Unknown,Unknown,5.0,190,4 +31026,2015,Unknown,Unknown,2.5,190,5 +31027,2015,Unknown,Unknown,2.5,190,6 +31028,2015,Unknown,Unknown,2.5,190,7 +31029,2015,Unknown,Unknown,5.0,190,2 +31030,2015,Unknown,Unknown,2.5,190,3 +31031,2015,Unknown,Unknown,6.0,190,1 +31032,2015,by citizenship,Venezuela,6.0,190,1 +31033,2015,by form of exploitation,Forced labour,2.5,190,1 +31034,2015,by form of exploitation,Sexual exploitation,6.0,190,1 +31035,2016,Unknown,Unknown,7.0,190,4 +31036,2016,Unknown,Unknown,29.0,190,5 +31037,2016,Unknown,Unknown,2.5,190,6 +31038,2016,Unknown,Unknown,2.5,190,7 +31039,2016,Unknown,Unknown,8.0,190,2 +31040,2016,Unknown,Unknown,29.0,190,3 +31041,2016,Unknown,Unknown,37.0,190,1 +31042,2016,by citizenship,Venezuela,37.0,190,1 +31043,2016,by country of repatriation,Colombia,2.5,190,1 +31044,2016,by form of exploitation,Sexual exploitation,35.0,190,1 +31045,2017,Unknown,Unknown,12.0,190,4 +31046,2017,Unknown,Unknown,57.0,190,5 +31047,2017,Unknown,Unknown,2.5,190,6 +31048,2017,Unknown,Unknown,2.5,190,7 +31049,2017,Unknown,Unknown,12.0,190,2 +31050,2017,Unknown,Unknown,61.0,190,3 +31051,2017,Unknown,Unknown,73.0,190,1 +31052,2017,by form of exploitation,Sexual exploitation,13.0,190,1 +31053,2018,Unknown,Unknown,11.0,190,4 +31054,2018,Unknown,Unknown,31.0,190,5 +31055,2018,Unknown,Unknown,2.5,190,6 +31056,2018,Unknown,Unknown,2.5,190,7 +31057,2018,Unknown,Unknown,11.0,190,2 +31058,2018,Unknown,Unknown,34.0,190,3 +31059,2018,Unknown,Unknown,45.0,190,1 +31060,2018,by form of exploitation,Forced labour,2.5,190,1 +31061,2018,by form of exploitation,Sexual exploitation,2.5,190,1 +31062,2019,by form of exploitation,Sexual exploitation,2.5,190,1 +31063,2020,by form of exploitation,Forced labour,2.5,190,1 +31064,2020,by form of exploitation,Sexual exploitation,2.5,190,1 +31065,2021,Unknown,Unknown,91.0,190,4 +31066,2021,Unknown,Unknown,39.0,190,5 +31067,2021,Unknown,Unknown,17.0,190,6 +31068,2021,Unknown,Unknown,2.5,190,7 +31069,2021,Unknown,Unknown,2.5,190,9 +31070,2021,Unknown,Unknown,2.5,190,8 +31071,2021,Unknown,Unknown,109.0,190,2 +31072,2021,Unknown,Unknown,41.0,190,3 +31073,2021,Unknown,Unknown,150.0,190,1 +31074,2021,Unknown,Unknown,2.5,190,1 +31075,2021,by citizenship,,145.0,190,1 +31076,2021,by country of repatriation,Abroad,13.0,190,1 +31077,2021,by country of repatriation,,13.0,190,1 +31078,2021,by form of exploitation,Forced labour,2.5,190,4 +31079,2021,by form of exploitation,Forced labour,2.5,190,5 +31080,2021,by form of exploitation,Forced labour,13.0,190,6 +31081,2021,by form of exploitation,Forced labour,2.5,190,7 +31082,2021,by form of exploitation,Forced labour,2.5,190,9 +31083,2021,by form of exploitation,Forced labour,2.5,190,8 +31084,2021,by form of exploitation,Forced labour,16.0,190,2 +31085,2021,by form of exploitation,Forced labour,2.5,190,3 +31086,2021,by form of exploitation,Forced labour,17.0,190,1 +31087,2021,by form of exploitation,Forced labour,2.5,190,1 +31088,2021,by form of exploitation,Sexual exploitation,81.0,190,4 +31089,2021,by form of exploitation,Sexual exploitation,37.0,190,5 +31090,2021,by form of exploitation,Sexual exploitation,2.5,190,6 +31091,2021,by form of exploitation,Sexual exploitation,2.5,190,7 +31092,2021,by form of exploitation,Sexual exploitation,2.5,190,9 +31093,2021,by form of exploitation,Sexual exploitation,2.5,190,8 +31094,2021,by form of exploitation,Sexual exploitation,82.0,190,2 +31095,2021,by form of exploitation,Sexual exploitation,39.0,190,3 +31096,2021,by form of exploitation,Sexual exploitation,121.0,190,1 +31097,2021,by form of exploitation,Sexual exploitation,2.5,190,1 +31098,2022,Unknown,Unknown,142.0,190,4 +31099,2022,Unknown,Unknown,63.0,190,5 +31100,2022,Unknown,Unknown,8.0,190,6 +31101,2022,Unknown,Unknown,31.0,190,7 +31102,2022,Unknown,Unknown,2.5,190,9 +31103,2022,Unknown,Unknown,2.5,190,8 +31104,2022,Unknown,Unknown,150.0,190,2 +31105,2022,Unknown,Unknown,94.0,190,3 +31106,2022,Unknown,Unknown,244.0,190,1 +31107,2022,Unknown,Unknown,2.5,190,1 +31108,2022,by citizenship,Unknown,239.0,190,1 +31109,2022,by country of repatriation,Abroad,57.0,190,1 +31110,2022,by country of repatriation,,53.0,190,1 +31111,2022,by form of exploitation,Forced labour,2.5,190,4 +31112,2022,by form of exploitation,Forced labour,15.0,190,5 +31113,2022,by form of exploitation,Forced labour,6.0,190,6 +31114,2022,by form of exploitation,Forced labour,30.0,190,7 +31115,2022,by form of exploitation,Forced labour,2.5,190,9 +31116,2022,by form of exploitation,Forced labour,2.5,190,8 +31117,2022,by form of exploitation,Forced labour,10.0,190,2 +31118,2022,by form of exploitation,Forced labour,45.0,190,3 +31119,2022,by form of exploitation,Forced labour,55.0,190,1 +31120,2022,by form of exploitation,Forced labour,2.5,190,1 +31121,2022,by form of exploitation,Sexual exploitation,86.0,190,4 +31122,2022,by form of exploitation,Sexual exploitation,39.0,190,5 +31123,2022,by form of exploitation,Sexual exploitation,2.5,190,6 +31124,2022,by form of exploitation,Sexual exploitation,2.5,190,7 +31125,2022,by form of exploitation,Sexual exploitation,2.5,190,9 +31126,2022,by form of exploitation,Sexual exploitation,2.5,190,8 +31127,2022,by form of exploitation,Sexual exploitation,86.0,190,2 +31128,2022,by form of exploitation,Sexual exploitation,39.0,190,3 +31129,2022,by form of exploitation,Sexual exploitation,125.0,190,1 +31130,2022,by form of exploitation,Sexual exploitation,2.5,190,1 +31131,2007,Unknown,Unknown,938.0,191,1 +31132,2008,Unknown,Unknown,981.0,191,1 +31133,2009,Unknown,Unknown,869.0,191,1 +31134,2010,Unknown,Unknown,671.0,191,1 +31135,2011,Unknown,Unknown,821.0,191,1 +31136,2012,Unknown,Unknown,2.5,191,2 +31137,2012,Unknown,Unknown,2.5,191,3 +31138,2012,Unknown,Unknown,1206.0,191,1 +31139,2013,Unknown,Unknown,2.5,191,2 +31140,2013,Unknown,Unknown,2.5,191,3 +31141,2013,Unknown,Unknown,871.0,191,1 +31142,2014,Unknown,Unknown,2.5,191,2 +31143,2014,Unknown,Unknown,2.5,191,3 +31144,2014,Unknown,Unknown,903.0,191,1 +31145,2015,Unknown,Unknown,2.5,191,2 +31146,2015,Unknown,Unknown,2.5,191,3 +31147,2015,Unknown,Unknown,449.0,191,1 +31148,2017,by form of exploitation,Sexual exploitation,2.5,191,1 +31149,2018,by form of exploitation,Forced labour,2.5,191,1 +31150,2018,by form of exploitation,Sexual exploitation,2.5,191,1 +31151,2019,by form of exploitation,Sexual exploitation,2.5,191,1 +31152,2020,by form of exploitation,Forced labour,2.5,191,1 +31153,2020,by form of exploitation,Sexual exploitation,2.5,191,1 +31154,2017,Unknown,Unknown,2.5,192,4 +31155,2017,Unknown,Unknown,2.5,192,5 +31156,2017,Unknown,Unknown,2.5,192,6 +31157,2017,Unknown,Unknown,2.5,192,7 +31158,2017,Unknown,Unknown,2.5,192,9 +31159,2017,Unknown,Unknown,2.5,192,8 +31160,2017,Unknown,Unknown,2.5,192,2 +31161,2017,Unknown,Unknown,2.5,192,3 +31162,2017,Unknown,Unknown,2.5,192,1 +31163,2017,Unknown,Unknown,2.5,192,1 +31164,2018,Unknown,Unknown,2.5,192,4 +31165,2018,Unknown,Unknown,2.5,192,5 +31166,2018,Unknown,Unknown,2.5,192,6 +31167,2018,Unknown,Unknown,101.0,192,7 +31168,2018,Unknown,Unknown,2.5,192,9 +31169,2018,Unknown,Unknown,2.5,192,2 +31170,2018,Unknown,Unknown,101.0,192,3 +31171,2018,Unknown,Unknown,101.0,192,1 +31172,2018,Unknown,Unknown,2.5,192,1 +31173,2019,Unknown,Unknown,2.5,192,4 +31174,2019,Unknown,Unknown,2.5,192,5 +31175,2019,Unknown,Unknown,2.5,192,6 +31176,2019,Unknown,Unknown,2.5,192,7 +31177,2019,Unknown,Unknown,2.5,192,9 +31178,2019,Unknown,Unknown,2.5,192,8 +31179,2019,Unknown,Unknown,2.5,192,2 +31180,2019,Unknown,Unknown,2.5,192,3 +31181,2019,Unknown,Unknown,2.5,192,1 +31182,2019,Unknown,Unknown,2.5,192,1 +31183,2020,Unknown,Unknown,2.5,192,4 +31184,2020,Unknown,Unknown,2.5,192,5 +31185,2020,Unknown,Unknown,2.5,192,6 +31186,2020,Unknown,Unknown,2.5,192,7 +31187,2020,Unknown,Unknown,2.5,192,9 +31188,2020,Unknown,Unknown,2.5,192,2 +31189,2020,Unknown,Unknown,2.5,192,3 +31190,2020,Unknown,Unknown,2.5,192,1 +31191,2020,Unknown,Unknown,2.5,192,1 +31192,2003,by country of repatriation,Abroad,2.5,193,1 +31193,2008,by country of repatriation,Abroad,2.5,193,1 +31194,2012,by country of repatriation,Abroad,2.5,193,1 +31195,2014,by country of repatriation,Abroad,2.5,193,1 +31196,2008,by country of repatriation,Abroad,2.5,194,1 +31197,2012,Unknown,Unknown,2.5,194,2 +31198,2012,Unknown,Unknown,2.5,194,3 +31199,2012,Unknown,Unknown,2.5,194,1 +31200,2012,by country of repatriation,Abroad,2.5,194,1 +31201,2012,by country of repatriation,Nigeria,2.5,194,1 +31202,2012,by country of repatriation,Tanzania,2.5,194,1 +31203,2013,Unknown,Unknown,2.5,194,2 +31204,2013,Unknown,Unknown,2.5,194,3 +31205,2013,Unknown,Unknown,2.5,194,1 +31206,2013,by country of repatriation,Nigeria,10.0,194,1 +31207,2014,Unknown,Unknown,2.5,194,2 +31208,2014,Unknown,Unknown,2.5,194,3 +31209,2014,by country of repatriation,Abroad,2.5,194,1 +31210,2015,Unknown,Unknown,2.5,194,2 +31211,2015,Unknown,Unknown,2.5,194,3 +31212,2016,by country of repatriation,Abroad,2.5,194,1 +31213,2017,by form of exploitation,Sexual exploitation,2.5,194,1 +31214,2018,by form of exploitation,Forced labour,2.5,194,1 +31215,2018,by form of exploitation,Sexual exploitation,2.5,194,1 +31216,2019,by form of exploitation,Sexual exploitation,2.5,194,1 +31217,2020,by form of exploitation,Forced labour,2.5,194,1 +31218,2020,by form of exploitation,Sexual exploitation,2.5,194,1 +31219,2003,by country of repatriation,Abroad,2.5,195,1 +31220,2005,by form of exploitation,Forced labour,7.0,195,1 +31221,2005,by form of exploitation,Sexual exploitation,25.0,195,1 +31222,2006,by form of exploitation,Forced labour,20.0,195,1 +31223,2006,by form of exploitation,Sexual exploitation,41.0,195,1 +31224,2010,Unknown,Unknown,13.0,195,2 +31225,2010,Unknown,Unknown,235.0,195,3 +31226,2010,Unknown,Unknown,248.0,195,1 +31227,2010,by citizenship,Bangladesh,2.5,195,1 +31228,2010,by citizenship,Bulgaria,2.5,195,1 +31229,2010,by citizenship,China,2.5,195,1 +31230,2010,by citizenship,India,2.5,195,1 +31231,2010,by citizenship,Namibia,2.5,195,1 +31232,2010,by citizenship,Nigeria,2.5,195,1 +31233,2010,by citizenship,Pakistan,2.5,195,1 +31234,2010,by citizenship,Romania,2.5,195,1 +31235,2010,by citizenship,Russia,2.5,195,1 +31236,2010,by citizenship,South Africa,16.0,195,1 +31237,2010,by citizenship,Eswatini,2.5,195,1 +31238,2010,by citizenship,Thailand,8.0,195,1 +31239,2010,by country of repatriation,Thailand,11.0,195,1 +31240,2011,Unknown,Unknown,87.0,195,1 +31241,2011,by citizenship,Brazil,2.5,195,1 +31242,2011,by citizenship,Burundi,2.5,195,1 +31243,2011,by citizenship,Democratic Republic of the Congo,2.5,195,1 +31244,2011,by citizenship,Mozambique,13.0,195,1 +31245,2011,by citizenship,Russia,2.5,195,1 +31246,2011,by citizenship,Rwanda,2.5,195,1 +31247,2011,by citizenship,South Africa,44.0,195,1 +31248,2011,by citizenship,Thailand,17.0,195,1 +31249,2011,by country of repatriation,Thailand,2.5,195,1 +31250,2012,Unknown,Unknown,2.5,195,2 +31251,2012,Unknown,Unknown,2.5,195,3 +31252,2012,Unknown,Unknown,87.0,195,1 +31253,2012,by citizenship,Brazil,2.5,195,1 +31254,2012,by citizenship,Burundi,2.5,195,1 +31255,2012,by citizenship,Democratic Republic of the Congo,2.5,195,1 +31256,2012,by citizenship,Mozambique,13.0,195,1 +31257,2012,by citizenship,Russia,2.5,195,1 +31258,2012,by citizenship,Rwanda,2.5,195,1 +31259,2012,by citizenship,South Africa,44.0,195,1 +31260,2012,by citizenship,Thailand,17.0,195,1 +31261,2013,Unknown,Unknown,2.5,195,2 +31262,2013,Unknown,Unknown,2.5,195,3 +31263,2013,Unknown,Unknown,64.0,195,1 +31264,2013,by citizenship,South Africa,9.0,195,1 +31265,2013,by country of repatriation,Uganda,2.5,195,1 +31266,2014,Unknown,Unknown,2.5,195,2 +31267,2014,Unknown,Unknown,2.5,195,3 +31268,2014,Unknown,Unknown,55.0,195,1 +31269,2014,by citizenship,China,2.5,195,1 +31270,2014,by citizenship,Mozambique,2.5,195,1 +31271,2014,by citizenship,Nigeria,2.5,195,1 +31272,2014,by citizenship,South Africa,43.0,195,1 +31273,2014,by citizenship,Thailand,6.0,195,1 +31274,2014,by country of repatriation,Uganda,2.5,195,1 +31275,2015,Unknown,Unknown,2.5,195,2 +31276,2015,Unknown,Unknown,2.5,195,3 +31277,2015,by country of repatriation,Lesotho,2.5,195,1 +31278,2016,by country of repatriation,Lesotho,2.5,195,1 +31279,2016,by country of repatriation,Thailand,2.5,195,1 +31280,2016,by country of repatriation,Uganda,2.5,195,1 +31281,2017,by form of exploitation,Sexual exploitation,2.5,195,1 +31282,2018,Unknown,Unknown,22.0,195,4 +31283,2018,Unknown,Unknown,63.0,195,5 +31284,2018,Unknown,Unknown,5.0,195,6 +31285,2018,Unknown,Unknown,6.0,195,7 +31286,2018,Unknown,Unknown,27.0,195,2 +31287,2018,Unknown,Unknown,69.0,195,3 +31288,2018,Unknown,Unknown,96.0,195,1 +31289,2018,by form of exploitation,Forced labour,26.0,195,1 +31290,2018,by form of exploitation,Sexual exploitation,61.0,195,1 +31291,2019,by form of exploitation,Sexual exploitation,2.5,195,1 +31292,2020,Unknown,Unknown,2.5,195,4 +31293,2020,Unknown,Unknown,2.5,195,5 +31294,2020,Unknown,Unknown,2.5,195,6 +31295,2020,Unknown,Unknown,2.5,195,7 +31296,2020,Unknown,Unknown,2.5,195,2 +31297,2020,Unknown,Unknown,2.5,195,3 +31298,2020,Unknown,Unknown,2.5,195,1 +31299,2020,by citizenship,Mozambique,2.5,195,1 +31300,2020,by citizenship,Nationals,2.5,195,1 +31301,2020,by citizenship,Unknown,2.5,195,1 +31302,2020,by form of exploitation,Forced labour,2.5,195,4 +31303,2020,by form of exploitation,Forced labour,2.5,195,5 +31304,2020,by form of exploitation,Forced labour,2.5,195,6 +31305,2020,by form of exploitation,Forced labour,2.5,195,7 +31306,2020,by form of exploitation,Forced labour,2.5,195,1 +31307,2020,by form of exploitation,Sexual exploitation,2.5,195,4 +31308,2020,by form of exploitation,Sexual exploitation,2.5,195,5 +31309,2020,by form of exploitation,Sexual exploitation,2.5,195,6 +31310,2020,by form of exploitation,Sexual exploitation,2.5,195,7 +31311,2020,by form of exploitation,Sexual exploitation,2.5,195,2 +31312,2020,by form of exploitation,Sexual exploitation,2.5,195,3 +31313,2020,by form of exploitation,Sexual exploitation,2.5,195,1 +31314,2021,Unknown,Unknown,6.0,195,4 +31315,2021,Unknown,Unknown,20.0,195,5 +31316,2021,Unknown,Unknown,2.5,195,6 +31317,2021,Unknown,Unknown,2.5,195,7 +31318,2021,Unknown,Unknown,7.0,195,2 +31319,2021,Unknown,Unknown,14.0,195,3 +31320,2021,Unknown,Unknown,21.0,195,1 +31321,2021,by citizenship,Lesotho,11.0,195,1 +31322,2021,by citizenship,South Africa,8.0,195,1 +31323,2021,by citizenship,Zimbabwe,2.5,195,1 +31324,2021,by form of exploitation,Forced labour,2.5,195,4 +31325,2021,by form of exploitation,Forced labour,2.5,195,5 +31326,2021,by form of exploitation,Forced labour,2.5,195,6 +31327,2021,by form of exploitation,Forced labour,2.5,195,7 +31328,2021,by form of exploitation,Sexual exploitation,6.0,195,4 +31329,2021,by form of exploitation,Sexual exploitation,14.0,195,5 +31330,2021,by form of exploitation,Sexual exploitation,2.5,195,6 +31331,2021,by form of exploitation,Sexual exploitation,2.5,195,7 +31332,2021,by form of exploitation,Sexual exploitation,6.0,195,2 +31333,2021,by form of exploitation,Sexual exploitation,14.0,195,3 +31334,2021,by form of exploitation,Sexual exploitation,20.0,195,1 +31335,2022,Unknown,Unknown,15.0,195,4 +31336,2022,Unknown,Unknown,27.0,195,5 +31337,2022,Unknown,Unknown,5.0,195,6 +31338,2022,Unknown,Unknown,5.0,195,7 +31339,2022,Unknown,Unknown,20.0,195,2 +31340,2022,Unknown,Unknown,12.0,195,3 +31341,2022,Unknown,Unknown,32.0,195,1 +31342,2022,by form of exploitation,Forced labour,2.5,195,4 +31343,2022,by form of exploitation,Forced labour,2.5,195,5 +31344,2022,by form of exploitation,Forced labour,2.5,195,6 +31345,2022,by form of exploitation,Forced labour,2.5,195,7 +31346,2022,by form of exploitation,Forced labour,2.5,195,2 +31347,2022,by form of exploitation,Forced labour,2.5,195,3 +31348,2022,by form of exploitation,Forced labour,2.5,195,1 +31349,2022,by form of exploitation,Sexual exploitation,13.0,195,4 +31350,2022,by form of exploitation,Sexual exploitation,12.0,195,5 +31351,2022,by form of exploitation,Sexual exploitation,2.5,195,6 +31352,2022,by form of exploitation,Sexual exploitation,2.5,195,7 +31353,2022,by form of exploitation,Sexual exploitation,13.0,195,2 +31354,2022,by form of exploitation,Sexual exploitation,12.0,195,3 +31355,2022,by form of exploitation,Sexual exploitation,25.0,195,1 +31356,2003,by country of repatriation,Abroad,2.5,196,1 +31357,2009,Unknown,Unknown,30.0,196,1 +31358,2009,by citizenship,Afghanistan,2.5,196,1 +31359,2009,by citizenship,Angola,5.0,196,1 +31360,2009,by citizenship,Democratic Republic of the Congo,2.5,196,1 +31361,2009,by citizenship,Rwanda,13.0,196,1 +31362,2009,by citizenship,Zambia,8.0,196,1 +31363,2010,by country of repatriation,Jamaica,2.5,196,1 +31364,2012,Unknown,Unknown,2.5,196,2 +31365,2012,Unknown,Unknown,2.5,196,3 +31366,2013,Unknown,Unknown,2.5,196,2 +31367,2013,Unknown,Unknown,2.5,196,3 +31368,2014,Unknown,Unknown,2.5,196,2 +31369,2014,Unknown,Unknown,2.5,196,3 +31370,2015,Unknown,Unknown,2.5,196,2 +31371,2015,Unknown,Unknown,2.5,196,3 +31372,2017,Unknown,Unknown,2.5,196,4 +31373,2017,Unknown,Unknown,2.5,196,5 +31374,2017,Unknown,Unknown,2.5,196,6 +31375,2017,Unknown,Unknown,2.5,196,7 +31376,2017,Unknown,Unknown,2.5,196,2 +31377,2017,Unknown,Unknown,2.5,196,3 +31378,2017,Unknown,Unknown,2.5,196,1 +31379,2017,by form of exploitation,Forced labour,9.0,196,4 +31380,2017,by form of exploitation,Forced labour,2.5,196,5 +31381,2017,by form of exploitation,Forced labour,2.5,196,6 +31382,2017,by form of exploitation,Forced labour,2.5,196,7 +31383,2017,by form of exploitation,Forced labour,9.0,196,1 +31384,2017,by form of exploitation,Sexual exploitation,2.5,196,4 +31385,2017,by form of exploitation,Sexual exploitation,2.5,196,5 +31386,2017,by form of exploitation,Sexual exploitation,2.5,196,6 +31387,2017,by form of exploitation,Sexual exploitation,2.5,196,7 +31388,2017,by form of exploitation,Sexual exploitation,2.5,196,1 +31389,2018,Unknown,Unknown,2.5,196,1 +31390,2018,by form of exploitation,Forced labour,7.0,196,4 +31391,2018,by form of exploitation,Forced labour,11.0,196,5 +31392,2018,by form of exploitation,Forced labour,8.0,196,6 +31393,2018,by form of exploitation,Forced labour,5.0,196,7 +31394,2018,by form of exploitation,Forced labour,30.0,196,1 +31395,2018,by form of exploitation,Sexual exploitation,2.5,196,1 +31396,2019,Unknown,Unknown,8.0,196,1 +31397,2019,by form of exploitation,Forced labour,18.0,196,1 +31398,2019,by form of exploitation,Sexual exploitation,2.5,196,1 +31399,2020,Unknown,Unknown,2.5,196,4 +31400,2020,Unknown,Unknown,2.5,196,5 +31401,2020,Unknown,Unknown,2.5,196,6 +31402,2020,Unknown,Unknown,2.5,196,7 +31403,2020,Unknown,Unknown,2.5,196,2 +31404,2020,Unknown,Unknown,2.5,196,3 +31405,2020,Unknown,Unknown,2.5,196,1 +31406,2020,by form of exploitation,Forced labour,2.5,196,1 +31407,2020,by form of exploitation,Sexual exploitation,2.5,196,1 +31408,2003,by country of repatriation,Abroad,2.5,197,1 +31409,2008,by country of repatriation,Abroad,2.5,197,1 +31410,2010,by citizenship,Zimbabwe,2.5,197,1 +31411,2010,by country of repatriation,South Africa,2.5,197,1 +31412,2012,by country of repatriation,Abroad,2.5,197,1 +31413,2017,Unknown,Unknown,2.5,197,1 +31414,2018,Unknown,Unknown,2.5,197,1 +31415,2019,Unknown,Unknown,2.5,197,1 +31416,2020,Unknown,Unknown,2.5,197,4 +31417,2020,Unknown,Unknown,2.5,197,5 +31418,2020,Unknown,Unknown,2.5,197,6 +31419,2020,Unknown,Unknown,2.5,197,7 +31420,2020,Unknown,Unknown,2.5,197,2 +31421,2020,Unknown,Unknown,2.5,197,3 +31422,2020,Unknown,Unknown,2.5,197,1 +31423,2020,by form of exploitation,Forced labour,2.5,197,4 +31424,2020,by form of exploitation,Forced labour,2.5,197,5 +31425,2020,by form of exploitation,Forced labour,2.5,197,6 +31426,2020,by form of exploitation,Forced labour,2.5,197,7 +31427,2020,by form of exploitation,Forced labour,2.5,197,1 +31428,2020,by form of exploitation,Sexual exploitation,2.5,197,4 +31429,2020,by form of exploitation,Sexual exploitation,2.5,197,5 +31430,2020,by form of exploitation,Sexual exploitation,2.5,197,6 +31431,2020,by form of exploitation,Sexual exploitation,2.5,197,7 +31432,2020,by form of exploitation,Sexual exploitation,2.5,197,1 +31433,2017,Unknown,Unknown,2.5,198,4 +31434,2018,Unknown,Unknown,2.5,198,4 +31435,2018,Unknown,Unknown,2.5,198,5 +31436,2018,Unknown,Unknown,2.5,198,6 +31437,2018,by form of exploitation,Sexual exploitation,2.5,198,7 +31438,2019,Unknown,Unknown,2.5,198,4 +31439,2019,Unknown,Unknown,2.5,198,6 +31440,2019,by form of exploitation,Sexual exploitation,2.5,198,7 +31441,2020,Unknown,Unknown,2.5,198,4 +31442,2020,Unknown,Unknown,2.5,198,5 +31443,2020,Unknown,Unknown,2.5,198,6 +31444,2020,by form of exploitation,Forced labour,2.5,198,5 +31445,2017,Unknown,Unknown,2.5,198,10 +31446,2018,Unknown,Unknown,5.0,198,10 +31447,2018,Unknown,Unknown,2.5,198,11 +31448,2019,Unknown,Unknown,2.5,198,10 +31449,2019,Unknown,Unknown,2.5,198,11 +31450,2020,Unknown,Unknown,6.0,198,10 +31451,2020,Unknown,Unknown,2.5,198,11 +31452,2017,Unknown,Unknown,10.0,3,10 +31453,2017,Unknown,Unknown,17.0,3,11 +31454,2018,Unknown,Unknown,2.5,3,10 +31455,2018,Unknown,Unknown,5.0,3,11 +31456,2019,Unknown,Unknown,5.0,3,10 +31457,2019,Unknown,Unknown,5.0,3,11 +31458,2020,Unknown,Unknown,8.0,3,10 +31459,2020,Unknown,Unknown,2.5,3,11 +31460,2021,Unknown,Unknown,9.0,3,10 +31461,2021,Unknown,Unknown,2.5,3,11 +31462,2022,Unknown,Unknown,18.0,3,10 +31463,2022,Unknown,Unknown,2.5,3,11 +31464,2009,Unknown,Unknown,17.0,4,10 +31465,2009,Unknown,Unknown,5.0,4,11 +31466,2014,Unknown,Unknown,108.0,4,10 +31467,2014,Unknown,Unknown,17.0,4,11 +31468,2015,Unknown,Unknown,87.0,4,10 +31469,2015,Unknown,Unknown,22.0,4,11 +31470,2016,Unknown,Unknown,84.0,4,10 +31471,2016,Unknown,Unknown,11.0,4,11 +31472,2017,Unknown,Unknown,60.0,4,10 +31473,2017,Unknown,Unknown,35.0,4,11 +31474,2018,Unknown,Unknown,60.0,4,10 +31475,2018,Unknown,Unknown,35.0,4,11 +31476,2019,Unknown,Unknown,80.0,4,10 +31477,2019,Unknown,Unknown,23.0,4,11 +31478,2020,Unknown,Unknown,62.0,4,10 +31479,2020,Unknown,Unknown,24.0,4,11 +31480,2021,Unknown,Unknown,99.0,4,10 +31481,2021,Unknown,Unknown,60.0,4,11 +31482,2022,Unknown,Unknown,81.0,4,10 +31483,2022,Unknown,Unknown,31.0,4,11 +31484,2017,Unknown,Unknown,2.5,5,10 +31485,2017,Unknown,Unknown,2.5,5,11 +31486,2018,Unknown,Unknown,2.5,5,10 +31487,2018,Unknown,Unknown,2.5,5,11 +31488,2021,Unknown,Unknown,2.5,5,10 +31489,2008,Unknown,Unknown,42.0,6,10 +31490,2008,Unknown,Unknown,2.5,6,11 +31491,2009,Unknown,Unknown,33.0,6,10 +31492,2009,Unknown,Unknown,2.5,6,11 +31493,2010,Unknown,Unknown,149.0,6,10 +31494,2010,Unknown,Unknown,2.5,6,11 +31495,2011,Unknown,Unknown,48.0,6,10 +31496,2011,Unknown,Unknown,2.5,6,11 +31497,2012,Unknown,Unknown,75.0,6,10 +31498,2012,Unknown,Unknown,2.5,6,11 +31499,2013,Unknown,Unknown,24.0,6,10 +31500,2013,Unknown,Unknown,2.5,6,11 +31501,2015,Unknown,Unknown,17.0,6,10 +31502,2015,Unknown,Unknown,2.5,6,11 +31503,2017,Unknown,Unknown,28.0,6,10 +31504,2017,Unknown,Unknown,2.5,6,11 +31505,2018,Unknown,Unknown,32.0,6,10 +31506,2018,Unknown,Unknown,19.0,6,11 +31507,2019,Unknown,Unknown,50.0,6,10 +31508,2019,Unknown,Unknown,2.5,6,11 +31509,2019,Unknown,Unknown,2.5,6,12 +31510,2020,Unknown,Unknown,20.0,6,10 +31511,2020,Unknown,Unknown,2.5,6,11 +31512,2020,Unknown,Unknown,2.5,6,12 +31513,2021,Unknown,Unknown,25.0,6,10 +31514,2021,Unknown,Unknown,7.0,6,11 +31515,2022,Unknown,Unknown,38.0,6,10 +31516,2022,Unknown,Unknown,2.5,6,11 +31517,2010,Unknown,Unknown,210.0,7,10 +31518,2010,Unknown,Unknown,53.0,7,11 +31519,2011,Unknown,Unknown,98.0,7,10 +31520,2011,Unknown,Unknown,52.0,7,11 +31521,2012,Unknown,Unknown,245.0,7,10 +31522,2012,Unknown,Unknown,58.0,7,11 +31523,2013,Unknown,Unknown,224.0,7,10 +31524,2013,Unknown,Unknown,113.0,7,11 +31525,2014,Unknown,Unknown,205.0,7,10 +31526,2014,Unknown,Unknown,139.0,7,11 +31527,2015,Unknown,Unknown,122.0,7,10 +31528,2015,Unknown,Unknown,94.0,7,11 +31529,2016,Unknown,Unknown,307.0,7,10 +31530,2016,Unknown,Unknown,103.0,7,11 +31531,2017,Unknown,Unknown,657.0,7,10 +31532,2017,Unknown,Unknown,524.0,7,11 +31533,2017,Unknown,Unknown,2.5,7,12 +31534,2018,Unknown,Unknown,859.0,7,10 +31535,2018,Unknown,Unknown,670.0,7,11 +31536,2018,Unknown,Unknown,2.5,7,12 +31537,2018,Unknown,Unknown,2.5,7,12 +31538,2019,Unknown,Unknown,877.0,7,10 +31539,2019,Unknown,Unknown,702.0,7,11 +31540,2019,Unknown,Unknown,2.5,7,12 +31541,2019,Unknown,Unknown,11.0,7,12 +31542,2020,Unknown,Unknown,406.0,7,10 +31543,2020,Unknown,Unknown,518.0,7,11 +31544,2020,Unknown,Unknown,2.5,7,12 +31545,2020,Unknown,Unknown,9.0,7,12 +31546,2021,Unknown,Unknown,548.0,7,10 +31547,2021,Unknown,Unknown,849.0,7,11 +31548,2021,Unknown,Unknown,2.5,7,12 +31549,2021,Unknown,Unknown,6.0,7,12 +31550,2022,Unknown,Unknown,635.0,7,10 +31551,2022,Unknown,Unknown,545.0,7,11 +31552,2022,Unknown,Unknown,2.5,7,12 +31553,2022,Unknown,Unknown,6.0,7,12 +31554,2007,Unknown,Unknown,36.0,8,10 +31555,2007,Unknown,Unknown,2.5,8,11 +31556,2008,Unknown,Unknown,32.0,8,10 +31557,2008,Unknown,Unknown,2.5,8,11 +31558,2009,Unknown,Unknown,42.0,8,10 +31559,2009,Unknown,Unknown,18.0,8,11 +31560,2010,Unknown,Unknown,19.0,8,10 +31561,2010,Unknown,Unknown,2.5,8,11 +31562,2011,Unknown,Unknown,12.0,8,10 +31563,2011,Unknown,Unknown,2.5,8,11 +31564,2012,Unknown,Unknown,10.0,8,10 +31565,2012,Unknown,Unknown,2.5,8,11 +31566,2013,Unknown,Unknown,17.0,8,10 +31567,2013,Unknown,Unknown,2.5,8,11 +31568,2014,Unknown,Unknown,6.0,8,10 +31569,2014,Unknown,Unknown,2.5,8,11 +31570,2015,Unknown,Unknown,2.5,8,10 +31571,2015,Unknown,Unknown,2.5,8,11 +31572,2016,Unknown,Unknown,2.5,8,10 +31573,2016,Unknown,Unknown,21.0,8,11 +31574,2017,Unknown,Unknown,2.5,8,10 +31575,2017,Unknown,Unknown,7.0,8,11 +31576,2018,Unknown,Unknown,2.5,8,10 +31577,2018,Unknown,Unknown,25.0,8,11 +31578,2019,Unknown,Unknown,2.5,8,10 +31579,2019,Unknown,Unknown,2.5,8,11 +31580,2020,Unknown,Unknown,2.5,8,10 +31581,2020,Unknown,Unknown,9.0,8,11 +31582,2021,Unknown,Unknown,6.0,8,10 +31583,2021,Unknown,Unknown,7.0,8,11 +31584,2007,Unknown,Unknown,18.0,10,10 +31585,2007,Unknown,Unknown,2.5,10,11 +31586,2008,Unknown,Unknown,23.0,10,10 +31587,2008,Unknown,Unknown,2.5,10,11 +31588,2009,Unknown,Unknown,27.0,10,10 +31589,2009,Unknown,Unknown,6.0,10,11 +31590,2010,Unknown,Unknown,23.0,10,10 +31591,2010,Unknown,Unknown,8.0,10,11 +31592,2011,Unknown,Unknown,9.0,10,10 +31593,2011,Unknown,Unknown,2.5,10,11 +31594,2012,Unknown,Unknown,14.0,10,10 +31595,2012,Unknown,Unknown,2.5,10,11 +31596,2013,Unknown,Unknown,19.0,10,10 +31597,2013,Unknown,Unknown,2.5,10,11 +31598,2014,Unknown,Unknown,27.0,10,10 +31599,2014,Unknown,Unknown,6.0,10,11 +31600,2015,Unknown,Unknown,27.0,10,10 +31601,2015,Unknown,Unknown,8.0,10,11 +31602,2016,Unknown,Unknown,32.0,10,10 +31603,2016,Unknown,Unknown,2.5,10,11 +31604,2017,Unknown,Unknown,74.0,10,10 +31605,2017,Unknown,Unknown,16.0,10,11 +31606,2018,Unknown,Unknown,101.0,10,10 +31607,2018,Unknown,Unknown,33.0,10,11 +31608,2019,Unknown,Unknown,56.0,10,10 +31609,2019,Unknown,Unknown,2.5,10,11 +31610,2019,Unknown,Unknown,21.0,10,11 +31611,2020,Unknown,Unknown,60.0,10,10 +31612,2020,Unknown,Unknown,2.5,10,11 +31613,2020,Unknown,Unknown,10.0,10,11 +31614,2021,Unknown,Unknown,38.0,10,10 +31615,2021,Unknown,Unknown,5.0,10,11 +31616,2022,Unknown,Unknown,32.0,10,10 +31617,2022,Unknown,Unknown,2.5,10,11 +31618,2007,Unknown,Unknown,11.0,11,10 +31619,2007,Unknown,Unknown,2.5,11,11 +31620,2008,Unknown,Unknown,2.5,11,10 +31621,2008,Unknown,Unknown,2.5,11,11 +31622,2009,Unknown,Unknown,11.0,11,10 +31623,2009,Unknown,Unknown,11.0,11,11 +31624,2010,Unknown,Unknown,12.0,11,10 +31625,2010,Unknown,Unknown,2.5,11,11 +31626,2012,Unknown,Unknown,19.0,11,10 +31627,2012,Unknown,Unknown,9.0,11,11 +31628,2013,Unknown,Unknown,16.0,11,10 +31629,2013,Unknown,Unknown,7.0,11,11 +31630,2014,Unknown,Unknown,53.0,11,10 +31631,2014,Unknown,Unknown,26.0,11,11 +31632,2015,Unknown,Unknown,109.0,11,10 +31633,2015,Unknown,Unknown,17.0,11,11 +31634,2016,Unknown,Unknown,49.0,11,10 +31635,2016,Unknown,Unknown,23.0,11,11 +31636,2017,Unknown,Unknown,224.0,11,10 +31637,2017,Unknown,Unknown,63.0,11,11 +31638,2017,Unknown,Unknown,67.0,11,12 +31639,2018,Unknown,Unknown,256.0,11,10 +31640,2018,Unknown,Unknown,48.0,11,11 +31641,2018,Unknown,Unknown,39.0,11,12 +31642,2019,Unknown,Unknown,106.0,11,10 +31643,2019,Unknown,Unknown,53.0,11,11 +31644,2019,Unknown,Unknown,17.0,11,12 +31645,2020,Unknown,Unknown,92.0,11,10 +31646,2020,Unknown,Unknown,22.0,11,11 +31647,2020,Unknown,Unknown,14.0,11,12 +31648,2021,Unknown,Unknown,335.0,11,10 +31649,2021,Unknown,Unknown,59.0,11,11 +31650,2007,Unknown,Unknown,101.0,12,10 +31651,2007,Unknown,Unknown,2.5,12,11 +31652,2008,Unknown,Unknown,76.0,12,10 +31653,2008,Unknown,Unknown,2.5,12,11 +31654,2009,Unknown,Unknown,80.0,12,10 +31655,2009,Unknown,Unknown,11.0,12,11 +31656,2010,Unknown,Unknown,33.0,12,10 +31657,2010,Unknown,Unknown,2.5,12,11 +31658,2012,Unknown,Unknown,36.0,12,10 +31659,2012,Unknown,Unknown,17.0,12,11 +31660,2013,Unknown,Unknown,41.0,12,10 +31661,2013,Unknown,Unknown,15.0,12,11 +31662,2014,Unknown,Unknown,51.0,12,10 +31663,2014,Unknown,Unknown,2.5,12,11 +31664,2015,Unknown,Unknown,47.0,12,10 +31665,2015,Unknown,Unknown,2.5,12,11 +31666,2019,Unknown,Unknown,85.0,12,10 +31667,2019,Unknown,Unknown,6.0,12,11 +31668,2021,Unknown,Unknown,94.0,12,10 +31669,2021,Unknown,Unknown,2.5,12,11 +31670,2022,Unknown,Unknown,93.0,12,10 +31671,2022,Unknown,Unknown,2.5,12,11 +31672,2012,Unknown,Unknown,63.0,14,10 +31673,2012,Unknown,Unknown,64.0,14,11 +31674,2013,Unknown,Unknown,48.0,14,10 +31675,2013,Unknown,Unknown,68.0,14,11 +31676,2014,Unknown,Unknown,28.0,14,10 +31677,2014,Unknown,Unknown,57.0,14,11 +31678,2015,Unknown,Unknown,31.0,14,10 +31679,2015,Unknown,Unknown,59.0,14,11 +31680,2016,Unknown,Unknown,42.0,14,10 +31681,2016,Unknown,Unknown,42.0,14,11 +31682,2017,Unknown,Unknown,73.0,14,10 +31683,2017,Unknown,Unknown,48.0,14,11 +31684,2018,Unknown,Unknown,44.0,14,10 +31685,2018,Unknown,Unknown,71.0,14,11 +31686,2019,Unknown,Unknown,75.0,14,10 +31687,2019,Unknown,Unknown,69.0,14,11 +31688,2020,Unknown,Unknown,50.0,14,10 +31689,2020,Unknown,Unknown,38.0,14,11 +31690,2021,Unknown,Unknown,48.0,14,10 +31691,2021,Unknown,Unknown,97.0,14,11 +31692,2022,Unknown,Unknown,44.0,14,10 +31693,2022,Unknown,Unknown,187.0,14,11 +31694,2017,Unknown,Unknown,361.0,15,10 +31695,2017,Unknown,Unknown,174.0,15,11 +31696,2019,Unknown,Unknown,413.0,15,10 +31697,2019,Unknown,Unknown,288.0,15,11 +31698,2020,Unknown,Unknown,710.0,15,10 +31699,2020,Unknown,Unknown,609.0,15,11 +31700,2021,Unknown,Unknown,1021.0,15,10 +31701,2021,Unknown,Unknown,1186.0,15,11 +31702,2022,Unknown,Unknown,776.0,15,10 +31703,2022,Unknown,Unknown,675.0,15,11 +31704,2007,Unknown,Unknown,113.0,16,10 +31705,2007,Unknown,Unknown,289.0,16,11 +31706,2008,Unknown,Unknown,42.0,16,10 +31707,2008,Unknown,Unknown,161.0,16,11 +31708,2009,Unknown,Unknown,185.0,16,10 +31709,2009,Unknown,Unknown,603.0,16,11 +31710,2010,Unknown,Unknown,162.0,16,10 +31711,2010,Unknown,Unknown,426.0,16,11 +31712,2011,Unknown,Unknown,483.0,16,10 +31713,2011,Unknown,Unknown,799.0,16,11 +31714,2014,Unknown,Unknown,199.0,16,10 +31715,2014,Unknown,Unknown,351.0,16,11 +31716,2017,Unknown,Unknown,308.0,16,10 +31717,2017,Unknown,Unknown,564.0,16,11 +31718,2020,Unknown,Unknown,734.0,16,10 +31719,2020,Unknown,Unknown,826.0,16,11 +31720,2021,Unknown,Unknown,1079.0,16,10 +31721,2021,Unknown,Unknown,453.0,16,11 +31722,2010,Unknown,Unknown,152.0,17,10 +31723,2010,Unknown,Unknown,54.0,17,11 +31724,2012,Unknown,Unknown,78.0,17,10 +31725,2012,Unknown,Unknown,17.0,17,11 +31726,2017,Unknown,Unknown,247.0,17,10 +31727,2017,Unknown,Unknown,373.0,17,11 +31728,2018,Unknown,Unknown,210.0,17,10 +31729,2018,Unknown,Unknown,212.0,17,11 +31730,2022,Unknown,Unknown,505.0,17,10 +31731,2022,Unknown,Unknown,444.0,17,11 +31732,2007,Unknown,Unknown,276.0,18,10 +31733,2007,Unknown,Unknown,12.0,18,11 +31734,2008,Unknown,Unknown,240.0,18,10 +31735,2008,Unknown,Unknown,10.0,18,11 +31736,2009,Unknown,Unknown,264.0,18,10 +31737,2009,Unknown,Unknown,33.0,18,11 +31738,2010,Unknown,Unknown,393.0,18,10 +31739,2010,Unknown,Unknown,35.0,18,11 +31740,2010,Unknown,Unknown,2.5,18,11 +31741,2011,Unknown,Unknown,447.0,18,10 +31742,2011,Unknown,Unknown,93.0,18,11 +31743,2012,Unknown,Unknown,506.0,18,10 +31744,2012,Unknown,Unknown,73.0,18,11 +31745,2013,Unknown,Unknown,475.0,18,10 +31746,2013,Unknown,Unknown,63.0,18,11 +31747,2014,Unknown,Unknown,462.0,18,10 +31748,2014,Unknown,Unknown,29.0,18,11 +31749,2015,Unknown,Unknown,380.0,18,10 +31750,2015,Unknown,Unknown,23.0,18,11 +31751,2015,Unknown,Unknown,2.5,18,11 +31752,2016,Unknown,Unknown,409.0,18,10 +31753,2016,Unknown,Unknown,34.0,18,11 +31754,2016,Unknown,Unknown,2.5,18,11 +31755,2017,Unknown,Unknown,407.0,18,10 +31756,2017,Unknown,Unknown,36.0,18,10 +31757,2017,Unknown,Unknown,59.0,18,11 +31758,2017,Unknown,Unknown,2.5,18,11 +31759,2018,Unknown,Unknown,336.0,18,10 +31760,2018,Unknown,Unknown,52.0,18,10 +31761,2018,Unknown,Unknown,50.0,18,11 +31762,2018,Unknown,Unknown,2.5,18,11 +31763,2019,Unknown,Unknown,31.0,18,10 +31764,2019,Unknown,Unknown,322.0,18,10 +31765,2019,Unknown,Unknown,49.0,18,11 +31766,2019,Unknown,Unknown,2.5,18,11 +31767,2020,Unknown,Unknown,369.0,18,10 +31768,2020,Unknown,Unknown,27.0,18,10 +31769,2020,Unknown,Unknown,58.0,18,11 +31770,2020,Unknown,Unknown,2.5,18,11 +31771,2021,Unknown,Unknown,346.0,18,10 +31772,2021,Unknown,Unknown,20.0,18,10 +31773,2021,Unknown,Unknown,98.0,18,11 +31774,2021,Unknown,Unknown,2.5,18,11 +31775,2022,Unknown,Unknown,104.0,18,10 +31776,2022,Unknown,Unknown,6.0,18,10 +31777,2022,Unknown,Unknown,41.0,18,11 +31778,2022,Unknown,Unknown,2.5,18,11 +31779,2008,Unknown,Unknown,2.5,19,10 +31780,2008,Unknown,Unknown,2.5,19,11 +31781,2010,Unknown,Unknown,32.0,19,10 +31782,2010,Unknown,Unknown,11.0,19,11 +31783,2011,Unknown,Unknown,5.0,19,10 +31784,2011,Unknown,Unknown,2.5,19,11 +31785,2012,Unknown,Unknown,20.0,19,10 +31786,2012,Unknown,Unknown,2.5,19,11 +31787,2013,Unknown,Unknown,24.0,19,10 +31788,2013,Unknown,Unknown,119.0,19,11 +31789,2014,Unknown,Unknown,49.0,19,10 +31790,2014,Unknown,Unknown,47.0,19,11 +31791,2015,Unknown,Unknown,18.0,19,10 +31792,2015,Unknown,Unknown,60.0,19,11 +31793,2016,Unknown,Unknown,13.0,19,10 +31794,2016,Unknown,Unknown,2.5,19,11 +31795,2016,Unknown,Unknown,2.5,19,12 +31796,2017,Unknown,Unknown,15.0,19,10 +31797,2017,Unknown,Unknown,2.5,19,11 +31798,2017,Unknown,Unknown,2.5,19,12 +31799,2018,Unknown,Unknown,10.0,19,10 +31800,2018,Unknown,Unknown,2.5,19,11 +31801,2018,Unknown,Unknown,2.5,19,12 +31802,2019,Unknown,Unknown,15.0,19,10 +31803,2019,Unknown,Unknown,2.5,19,11 +31804,2019,Unknown,Unknown,2.5,19,12 +31805,2020,Unknown,Unknown,43.0,19,10 +31806,2020,Unknown,Unknown,2.5,19,11 +31807,2020,Unknown,Unknown,2.5,19,12 +31808,2021,Unknown,Unknown,32.0,19,10 +31809,2021,Unknown,Unknown,2.5,19,11 +31810,2021,Unknown,Unknown,2.5,19,12 +31811,2022,Unknown,Unknown,27.0,19,10 +31812,2022,Unknown,Unknown,5.0,19,11 +31813,2014,Unknown,Unknown,2.5,20,10 +31814,2014,Unknown,Unknown,2.5,20,11 +31815,2017,Unknown,Unknown,2.5,20,10 +31816,2017,Unknown,Unknown,2.5,20,11 +31817,2022,Unknown,Unknown,6.0,20,10 +31818,2022,Unknown,Unknown,2.5,20,11 +31819,2009,Unknown,Unknown,64.0,21,10 +31820,2009,Unknown,Unknown,5.0,21,11 +31821,2010,Unknown,Unknown,21.0,21,10 +31822,2010,Unknown,Unknown,2.5,21,11 +31823,2011,Unknown,Unknown,28.0,21,10 +31824,2011,Unknown,Unknown,7.0,21,11 +31825,2012,Unknown,Unknown,39.0,21,10 +31826,2012,Unknown,Unknown,2.5,21,11 +31827,2014,Unknown,Unknown,35.0,21,10 +31828,2014,Unknown,Unknown,14.0,21,11 +31829,2015,Unknown,Unknown,27.0,21,10 +31830,2015,Unknown,Unknown,8.0,21,11 +31831,2017,Unknown,Unknown,25.0,21,10 +31832,2017,Unknown,Unknown,58.0,21,11 +31833,2020,Unknown,Unknown,27.0,21,10 +31834,2020,Unknown,Unknown,7.0,21,11 +31835,2021,Unknown,Unknown,33.0,21,10 +31836,2021,Unknown,Unknown,23.0,21,11 +31837,2022,Unknown,Unknown,29.0,21,10 +31838,2022,Unknown,Unknown,8.0,21,11 +31839,2007,Unknown,Unknown,378.0,22,10 +31840,2007,Unknown,Unknown,40.0,22,11 +31841,2008,Unknown,Unknown,366.0,22,10 +31842,2008,Unknown,Unknown,225.0,22,11 +31843,2009,Unknown,Unknown,375.0,22,10 +31844,2009,Unknown,Unknown,23.0,22,11 +31845,2010,Unknown,Unknown,359.0,22,10 +31846,2010,Unknown,Unknown,2.5,22,11 +31847,2011,Unknown,Unknown,291.0,22,10 +31848,2011,Unknown,Unknown,2.5,22,11 +31849,2012,Unknown,Unknown,203.0,22,10 +31850,2012,Unknown,Unknown,6.0,22,11 +31851,2013,Unknown,Unknown,146.0,22,10 +31852,2013,Unknown,Unknown,2.5,22,11 +31853,2014,Unknown,Unknown,79.0,22,10 +31854,2014,Unknown,Unknown,18.0,22,11 +31855,2015,Unknown,Unknown,116.0,22,10 +31856,2015,Unknown,Unknown,5.0,22,11 +31857,2016,Unknown,Unknown,160.0,22,10 +31858,2016,Unknown,Unknown,24.0,22,11 +31859,2017,Unknown,Unknown,122.0,22,10 +31860,2017,Unknown,Unknown,9.0,22,11 +31861,2018,Unknown,Unknown,120.0,22,10 +31862,2018,Unknown,Unknown,22.0,22,11 +31863,2019,Unknown,Unknown,110.0,22,10 +31864,2019,Unknown,Unknown,16.0,22,11 +31865,2020,Unknown,Unknown,32.0,22,10 +31866,2020,Unknown,Unknown,76.0,22,11 +31867,2021,Unknown,Unknown,219.0,22,10 +31868,2021,Unknown,Unknown,25.0,22,11 +31869,2022,Unknown,Unknown,191.0,22,10 +31870,2022,Unknown,Unknown,19.0,22,11 +31871,2017,Unknown,Unknown,11.0,23,10 +31872,2017,Unknown,Unknown,2.5,23,11 +31873,2017,Unknown,Unknown,2.5,23,12 +31874,2018,Unknown,Unknown,11.0,23,10 +31875,2018,Unknown,Unknown,2.5,23,11 +31876,2018,Unknown,Unknown,2.5,23,12 +31877,2019,Unknown,Unknown,2.5,23,10 +31878,2019,Unknown,Unknown,2.5,23,11 +31879,2019,Unknown,Unknown,2.5,23,12 +31880,2020,Unknown,Unknown,2.5,23,10 +31881,2020,Unknown,Unknown,2.5,23,11 +31882,2020,Unknown,Unknown,2.5,23,12 +31883,2021,Unknown,Unknown,2.5,23,10 +31884,2021,Unknown,Unknown,2.5,23,11 +31885,2021,Unknown,Unknown,2.5,23,12 +31886,2022,Unknown,Unknown,6.0,23,10 +31887,2022,Unknown,Unknown,2.5,23,11 +31888,2022,Unknown,Unknown,2.5,23,12 +31889,2007,Unknown,Unknown,2.5,24,10 +31890,2007,Unknown,Unknown,2.5,24,11 +31891,2008,Unknown,Unknown,37.0,24,10 +31892,2008,Unknown,Unknown,2.5,24,11 +31893,2009,Unknown,Unknown,12.0,24,10 +31894,2009,Unknown,Unknown,7.0,24,11 +31895,2010,Unknown,Unknown,2.5,24,10 +31896,2010,Unknown,Unknown,2.5,24,11 +31897,2012,Unknown,Unknown,250.0,24,10 +31898,2012,Unknown,Unknown,81.0,24,11 +31899,2013,Unknown,Unknown,195.0,24,10 +31900,2013,Unknown,Unknown,44.0,24,11 +31901,2014,Unknown,Unknown,145.0,24,10 +31902,2014,Unknown,Unknown,38.0,24,11 +31903,2015,Unknown,Unknown,194.0,24,10 +31904,2015,Unknown,Unknown,57.0,24,11 +31905,2016,Unknown,Unknown,235.0,24,10 +31906,2016,Unknown,Unknown,66.0,24,11 +31907,2017,Unknown,Unknown,62.0,24,10 +31908,2017,Unknown,Unknown,43.0,24,10 +31909,2017,Unknown,Unknown,98.0,24,11 +31910,2017,Unknown,Unknown,141.0,24,11 +31911,2018,Unknown,Unknown,57.0,24,10 +31912,2018,Unknown,Unknown,36.0,24,10 +31913,2018,Unknown,Unknown,100.0,24,11 +31914,2018,Unknown,Unknown,105.0,24,11 +31915,2019,Unknown,Unknown,254.0,24,10 +31916,2019,Unknown,Unknown,108.0,24,11 +31917,2019,Unknown,Unknown,78.0,24,12 +31918,2019,Unknown,Unknown,107.0,24,12 +31919,2020,Unknown,Unknown,198.0,24,10 +31920,2020,Unknown,Unknown,96.0,24,11 +31921,2020,Unknown,Unknown,2.5,24,12 +31922,2021,Unknown,Unknown,253.0,24,10 +31923,2021,Unknown,Unknown,107.0,24,11 +31924,2021,Unknown,Unknown,2.5,24,12 +31925,2022,Unknown,Unknown,324.0,24,10 +31926,2022,Unknown,Unknown,155.0,24,11 +31927,2022,Unknown,Unknown,212.0,24,12 +31928,2022,Unknown,Unknown,141.0,24,12 +31929,2017,Unknown,Unknown,35.0,25,10 +31930,2017,Unknown,Unknown,2.5,25,11 +31931,2018,Unknown,Unknown,36.0,25,10 +31932,2018,Unknown,Unknown,65.0,25,11 +31933,2019,Unknown,Unknown,12.0,25,10 +31934,2019,Unknown,Unknown,54.0,25,11 +31935,2020,Unknown,Unknown,2.5,25,10 +31936,2020,Unknown,Unknown,15.0,25,11 +31937,2021,Unknown,Unknown,43.0,25,10 +31938,2021,Unknown,Unknown,99.0,25,11 +31939,2022,Unknown,Unknown,145.0,25,10 +31940,2022,Unknown,Unknown,394.0,25,11 +31941,2013,Unknown,Unknown,5.0,26,10 +31942,2013,Unknown,Unknown,2.5,26,11 +31943,2014,Unknown,Unknown,2.5,26,10 +31944,2014,Unknown,Unknown,2.5,26,11 +31945,2011,Unknown,Unknown,6.0,27,10 +31946,2011,Unknown,Unknown,2.5,27,11 +31947,2012,Unknown,Unknown,2.5,27,10 +31948,2012,Unknown,Unknown,2.5,27,11 +31949,2016,Unknown,Unknown,2.5,27,10 +31950,2016,Unknown,Unknown,2.5,27,11 +31951,2017,Unknown,Unknown,2.5,27,10 +31952,2017,Unknown,Unknown,2.5,27,11 +31953,2018,Unknown,Unknown,2.5,27,10 +31954,2018,Unknown,Unknown,2.5,27,11 +31955,2019,Unknown,Unknown,2.5,27,10 +31956,2019,Unknown,Unknown,2.5,27,11 +31957,2020,Unknown,Unknown,2.5,27,10 +31958,2020,Unknown,Unknown,2.5,27,11 +31959,2017,Unknown,Unknown,2.5,28,11 +31960,2018,Unknown,Unknown,2.5,28,11 +31961,2019,Unknown,Unknown,152.0,28,10 +31962,2019,Unknown,Unknown,2.5,28,11 +31963,2020,Unknown,Unknown,179.0,28,10 +31964,2020,Unknown,Unknown,2.5,28,11 +31965,2017,Unknown,Unknown,6.0,29,10 +31966,2017,Unknown,Unknown,2.5,29,11 +31967,2018,Unknown,Unknown,2.5,29,10 +31968,2018,Unknown,Unknown,2.5,29,11 +31969,2019,Unknown,Unknown,2.5,29,10 +31970,2019,Unknown,Unknown,16.0,29,11 +31971,2020,Unknown,Unknown,8.0,29,10 +31972,2020,Unknown,Unknown,2.5,29,11 +31973,2007,Unknown,Unknown,9.0,31,10 +31974,2007,Unknown,Unknown,2.5,31,11 +31975,2008,Unknown,Unknown,7.0,31,10 +31976,2008,Unknown,Unknown,2.5,31,11 +31977,2009,Unknown,Unknown,36.0,31,10 +31978,2009,Unknown,Unknown,2.5,31,11 +31979,2010,Unknown,Unknown,25.0,31,10 +31980,2010,Unknown,Unknown,22.0,31,11 +31981,2011,Unknown,Unknown,51.0,31,10 +31982,2011,Unknown,Unknown,60.0,31,11 +31983,2012,Unknown,Unknown,29.0,31,10 +31984,2012,Unknown,Unknown,21.0,31,11 +31985,2013,Unknown,Unknown,63.0,31,10 +31986,2013,Unknown,Unknown,2.5,31,11 +31987,2014,Unknown,Unknown,136.0,31,10 +31988,2014,Unknown,Unknown,6.0,31,11 +31989,2015,Unknown,Unknown,228.0,31,10 +31990,2015,Unknown,Unknown,9.0,31,11 +31991,2016,Unknown,Unknown,223.0,31,10 +31992,2016,Unknown,Unknown,8.0,31,11 +31993,2017,Unknown,Unknown,187.0,31,10 +31994,2017,Unknown,Unknown,81.0,31,11 +31995,2018,Unknown,Unknown,233.0,31,10 +31996,2018,Unknown,Unknown,5.0,31,11 +31997,2019,Unknown,Unknown,385.0,31,10 +31998,2019,Unknown,Unknown,19.0,31,11 +31999,2019,Unknown,Unknown,2.5,31,12 +32000,2020,Unknown,Unknown,384.0,31,10 +32001,2020,Unknown,Unknown,16.0,31,11 +32002,2020,Unknown,Unknown,2.5,31,12 +32003,2021,Unknown,Unknown,382.0,31,10 +32004,2021,Unknown,Unknown,17.0,31,11 +32005,2021,Unknown,Unknown,5.0,31,12 +32006,2022,Unknown,Unknown,391.0,31,10 +32007,2022,Unknown,Unknown,97.0,31,11 +32008,2022,Unknown,Unknown,6.0,31,12 +32009,2009,Unknown,Unknown,27.0,32,10 +32010,2009,Unknown,Unknown,6.0,32,11 +32011,2010,Unknown,Unknown,40.0,32,10 +32012,2010,Unknown,Unknown,6.0,32,11 +32013,2010,Unknown,Unknown,2.5,32,11 +32014,2010,Unknown,Unknown,2.5,32,12 +32015,2011,Unknown,Unknown,34.0,32,10 +32016,2011,Unknown,Unknown,2.5,32,11 +32017,2011,Unknown,Unknown,2.5,32,11 +32018,2011,Unknown,Unknown,2.5,32,12 +32019,2012,Unknown,Unknown,58.0,32,10 +32020,2012,Unknown,Unknown,2.5,32,11 +32021,2012,Unknown,Unknown,2.5,32,11 +32022,2012,Unknown,Unknown,2.5,32,12 +32023,2013,Unknown,Unknown,2.5,32,10 +32024,2013,Unknown,Unknown,33.0,32,10 +32025,2013,Unknown,Unknown,5.0,32,11 +32026,2013,Unknown,Unknown,2.5,32,11 +32027,2013,Unknown,Unknown,2.5,32,12 +32028,2014,Unknown,Unknown,2.5,32,10 +32029,2014,Unknown,Unknown,25.0,32,10 +32030,2014,Unknown,Unknown,2.5,32,11 +32031,2014,Unknown,Unknown,8.0,32,11 +32032,2014,Unknown,Unknown,2.5,32,12 +32033,2015,Unknown,Unknown,43.0,32,10 +32034,2015,Unknown,Unknown,2.5,32,10 +32035,2015,Unknown,Unknown,2.5,32,11 +32036,2015,Unknown,Unknown,2.5,32,11 +32037,2015,Unknown,Unknown,2.5,32,12 +32038,2016,Unknown,Unknown,61.0,32,10 +32039,2016,Unknown,Unknown,2.5,32,10 +32040,2016,Unknown,Unknown,26.0,32,11 +32041,2016,Unknown,Unknown,2.5,32,11 +32042,2016,Unknown,Unknown,2.5,32,12 +32043,2017,Unknown,Unknown,2.5,32,10 +32044,2017,Unknown,Unknown,75.0,32,10 +32045,2017,Unknown,Unknown,29.0,32,11 +32046,2017,Unknown,Unknown,2.5,32,12 +32047,2018,Unknown,Unknown,2.5,32,10 +32048,2018,Unknown,Unknown,49.0,32,10 +32049,2018,Unknown,Unknown,14.0,32,11 +32050,2018,Unknown,Unknown,2.5,32,12 +32051,2019,Unknown,Unknown,48.0,32,10 +32052,2019,Unknown,Unknown,35.0,32,11 +32053,2019,Unknown,Unknown,2.5,32,11 +32054,2019,Unknown,Unknown,2.5,32,12 +32055,2020,Unknown,Unknown,44.0,32,10 +32056,2020,Unknown,Unknown,9.0,32,11 +32057,2020,Unknown,Unknown,2.5,32,12 +32058,2021,Unknown,Unknown,33.0,32,10 +32059,2021,Unknown,Unknown,29.0,32,11 +32060,2021,Unknown,Unknown,2.5,32,12 +32061,2022,Unknown,Unknown,30.0,32,10 +32062,2022,Unknown,Unknown,6.0,32,11 +32063,2022,Unknown,Unknown,2.5,32,11 +32064,2022,Unknown,Unknown,2.5,32,12 +32065,2010,Unknown,Unknown,16.0,33,10 +32066,2010,Unknown,Unknown,2.5,33,11 +32067,2011,Unknown,Unknown,109.0,33,10 +32068,2011,Unknown,Unknown,22.0,33,11 +32069,2012,Unknown,Unknown,2.5,33,10 +32070,2012,Unknown,Unknown,7.0,33,11 +32071,2013,Unknown,Unknown,5.0,33,10 +32072,2013,Unknown,Unknown,74.0,33,11 +32073,2014,Unknown,Unknown,6.0,33,10 +32074,2014,Unknown,Unknown,2.5,33,11 +32075,2015,Unknown,Unknown,7.0,33,10 +32076,2015,Unknown,Unknown,2.5,33,11 +32077,2016,Unknown,Unknown,11.0,33,10 +32078,2016,Unknown,Unknown,2.5,33,11 +32079,2017,Unknown,Unknown,2.5,33,10 +32080,2017,Unknown,Unknown,2.5,33,11 +32081,2018,Unknown,Unknown,15.0,33,10 +32082,2018,Unknown,Unknown,2.5,33,11 +32083,2018,Unknown,Unknown,2.5,33,11 +32084,2019,Unknown,Unknown,38.0,33,10 +32085,2019,Unknown,Unknown,2.5,33,11 +32086,2020,Unknown,Unknown,13.0,33,10 +32087,2020,Unknown,Unknown,2.5,33,11 +32088,2020,Unknown,Unknown,6.0,33,11 +32089,2021,Unknown,Unknown,9.0,33,10 +32090,2021,Unknown,Unknown,13.0,33,11 +32091,2008,Unknown,Unknown,2.5,35,10 +32092,2008,Unknown,Unknown,2.5,35,11 +32093,2014,Unknown,Unknown,13.0,35,10 +32094,2014,Unknown,Unknown,2.5,35,11 +32095,2015,Unknown,Unknown,7.0,35,10 +32096,2015,Unknown,Unknown,2.5,35,11 +32097,2016,Unknown,Unknown,10.0,35,10 +32098,2016,Unknown,Unknown,6.0,35,11 +32099,2017,Unknown,Unknown,2.5,35,10 +32100,2017,Unknown,Unknown,5.0,35,11 +32101,2018,Unknown,Unknown,62.0,35,10 +32102,2018,Unknown,Unknown,110.0,35,11 +32103,2019,Unknown,Unknown,104.0,35,10 +32104,2019,Unknown,Unknown,57.0,35,11 +32105,2020,Unknown,Unknown,115.0,35,10 +32106,2020,Unknown,Unknown,2.5,35,11 +32107,2021,Unknown,Unknown,110.0,35,10 +32108,2021,Unknown,Unknown,37.0,35,11 +32109,2022,Unknown,Unknown,1036.0,35,10 +32110,2022,Unknown,Unknown,198.0,35,11 +32111,2013,Unknown,Unknown,2.5,36,10 +32112,2013,Unknown,Unknown,2.5,36,11 +32113,2016,Unknown,Unknown,47.0,36,10 +32114,2016,Unknown,Unknown,2.5,36,11 +32115,2017,Unknown,Unknown,7.0,36,10 +32116,2017,Unknown,Unknown,15.0,36,11 +32117,2019,Unknown,Unknown,2.5,36,10 +32118,2019,Unknown,Unknown,2.5,36,11 +32119,2020,Unknown,Unknown,2.5,36,10 +32120,2020,Unknown,Unknown,9.0,36,11 +32121,2019,Unknown,Unknown,6.0,37,10 +32122,2019,Unknown,Unknown,2.5,37,11 +32123,2010,Unknown,Unknown,14.0,38,10 +32124,2010,Unknown,Unknown,2.5,38,11 +32125,2011,Unknown,Unknown,48.0,38,10 +32126,2011,Unknown,Unknown,9.0,38,11 +32127,2017,Unknown,Unknown,2.5,39,10 +32128,2017,Unknown,Unknown,2.5,39,11 +32129,2019,Unknown,Unknown,2.5,39,10 +32130,2019,Unknown,Unknown,2.5,39,11 +32131,2020,Unknown,Unknown,2.5,39,10 +32132,2020,Unknown,Unknown,2.5,39,11 +32133,2021,Unknown,Unknown,2.5,39,10 +32134,2021,Unknown,Unknown,2.5,39,11 +32135,2022,Unknown,Unknown,2.5,39,10 +32136,2022,Unknown,Unknown,2.5,39,11 +32137,2007,Unknown,Unknown,53.0,40,10 +32138,2007,Unknown,Unknown,13.0,40,11 +32139,2008,Unknown,Unknown,47.0,40,10 +32140,2008,Unknown,Unknown,6.0,40,11 +32141,2009,Unknown,Unknown,48.0,40,10 +32142,2009,Unknown,Unknown,5.0,40,11 +32143,2010,Unknown,Unknown,47.0,40,10 +32144,2010,Unknown,Unknown,6.0,40,11 +32145,2011,Unknown,Unknown,20.0,40,10 +32146,2011,Unknown,Unknown,2.5,40,11 +32147,2012,Unknown,Unknown,32.0,40,10 +32148,2012,Unknown,Unknown,2.5,40,11 +32149,2013,Unknown,Unknown,46.0,40,10 +32150,2013,Unknown,Unknown,14.0,40,11 +32151,2014,Unknown,Unknown,24.0,40,10 +32152,2014,Unknown,Unknown,17.0,40,11 +32153,2015,Unknown,Unknown,34.0,40,10 +32154,2015,Unknown,Unknown,2.5,40,11 +32155,2016,Unknown,Unknown,65.0,40,10 +32156,2016,Unknown,Unknown,11.0,40,11 +32157,2017,Unknown,Unknown,87.0,40,10 +32158,2017,Unknown,Unknown,11.0,40,11 +32159,2018,Unknown,Unknown,80.0,40,10 +32160,2018,Unknown,Unknown,33.0,40,11 +32161,2018,Unknown,Unknown,2.5,40,12 +32162,2019,Unknown,Unknown,110.0,40,10 +32163,2019,Unknown,Unknown,14.0,40,11 +32164,2019,Unknown,Unknown,2.5,40,12 +32165,2020,Unknown,Unknown,84.0,40,10 +32166,2020,Unknown,Unknown,15.0,40,11 +32167,2020,Unknown,Unknown,2.5,40,12 +32168,2021,Unknown,Unknown,149.0,40,10 +32169,2021,Unknown,Unknown,32.0,40,11 +32170,2021,Unknown,Unknown,2.5,40,12 +32171,2022,Unknown,Unknown,134.0,40,10 +32172,2022,Unknown,Unknown,26.0,40,11 +32173,2022,Unknown,Unknown,2.5,40,12 +32174,2011,Unknown,Unknown,5.0,43,10 +32175,2011,Unknown,Unknown,2.5,43,11 +32176,2012,Unknown,Unknown,21.0,43,10 +32177,2012,Unknown,Unknown,2.5,43,11 +32178,2013,Unknown,Unknown,19.0,43,10 +32179,2013,Unknown,Unknown,11.0,43,11 +32180,2014,Unknown,Unknown,2.5,43,10 +32181,2014,Unknown,Unknown,2.5,43,11 +32182,2015,Unknown,Unknown,5.0,43,10 +32183,2015,Unknown,Unknown,2.5,43,11 +32184,2016,Unknown,Unknown,19.0,43,10 +32185,2016,Unknown,Unknown,2.5,43,11 +32186,2017,Unknown,Unknown,30.0,43,10 +32187,2017,Unknown,Unknown,7.0,43,11 +32188,2018,Unknown,Unknown,23.0,43,10 +32189,2018,Unknown,Unknown,8.0,43,11 +32190,2019,Unknown,Unknown,41.0,43,10 +32191,2019,Unknown,Unknown,24.0,43,11 +32192,2019,Unknown,Unknown,2.5,43,12 +32193,2020,Unknown,Unknown,45.0,43,10 +32194,2020,Unknown,Unknown,6.0,43,11 +32195,2020,Unknown,Unknown,2.5,43,12 +32196,2021,Unknown,Unknown,20.0,43,10 +32197,2021,Unknown,Unknown,2.5,43,11 +32198,2022,Unknown,Unknown,34.0,43,10 +32199,2022,Unknown,Unknown,9.0,43,11 +32200,2012,Unknown,Unknown,13.0,44,10 +32201,2012,Unknown,Unknown,2.5,44,11 +32202,2013,Unknown,Unknown,14.0,44,10 +32203,2013,Unknown,Unknown,2.5,44,11 +32204,2014,Unknown,Unknown,16.0,44,10 +32205,2014,Unknown,Unknown,2.5,44,11 +32206,2015,Unknown,Unknown,11.0,44,10 +32207,2015,Unknown,Unknown,2.5,44,11 +32208,2016,Unknown,Unknown,6.0,44,10 +32209,2016,Unknown,Unknown,2.5,44,11 +32210,2021,Unknown,Unknown,10.0,44,10 +32211,2021,Unknown,Unknown,2.5,44,11 +32212,2022,Unknown,Unknown,6.0,44,10 +32213,2022,Unknown,Unknown,2.5,44,11 +32214,2007,Unknown,Unknown,54.0,46,10 +32215,2007,Unknown,Unknown,2.5,46,11 +32216,2008,Unknown,Unknown,56.0,46,10 +32217,2008,Unknown,Unknown,2.5,46,11 +32218,2009,Unknown,Unknown,27.0,46,10 +32219,2009,Unknown,Unknown,86.0,46,11 +32220,2010,Unknown,Unknown,47.0,46,10 +32221,2010,Unknown,Unknown,7.0,46,11 +32222,2010,Unknown,Unknown,2.5,46,12 +32223,2011,Unknown,Unknown,35.0,46,10 +32224,2011,Unknown,Unknown,6.0,46,11 +32225,2011,Unknown,Unknown,2.5,46,12 +32226,2012,Unknown,Unknown,26.0,46,10 +32227,2012,Unknown,Unknown,11.0,46,11 +32228,2012,Unknown,Unknown,2.5,46,12 +32229,2013,Unknown,Unknown,22.0,46,10 +32230,2013,Unknown,Unknown,8.0,46,11 +32231,2013,Unknown,Unknown,2.5,46,12 +32232,2014,Unknown,Unknown,27.0,46,10 +32233,2014,Unknown,Unknown,17.0,46,11 +32234,2014,Unknown,Unknown,2.5,46,12 +32235,2015,Unknown,Unknown,21.0,46,10 +32236,2015,Unknown,Unknown,24.0,46,11 +32237,2015,Unknown,Unknown,2.5,46,12 +32238,2016,Unknown,Unknown,41.0,46,10 +32239,2016,Unknown,Unknown,6.0,46,11 +32240,2016,Unknown,Unknown,2.5,46,12 +32241,2017,Unknown,Unknown,18.0,46,10 +32242,2017,Unknown,Unknown,5.0,46,11 +32243,2017,Unknown,Unknown,2.5,46,12 +32244,2018,Unknown,Unknown,37.0,46,10 +32245,2018,Unknown,Unknown,2.5,46,11 +32246,2018,Unknown,Unknown,2.5,46,12 +32247,2019,Unknown,Unknown,35.0,46,10 +32248,2019,Unknown,Unknown,2.5,46,11 +32249,2019,Unknown,Unknown,2.5,46,12 +32250,2020,Unknown,Unknown,11.0,46,10 +32251,2020,Unknown,Unknown,14.0,46,11 +32252,2020,Unknown,Unknown,2.5,46,12 +32253,2021,Unknown,Unknown,12.0,46,10 +32254,2021,Unknown,Unknown,8.0,46,11 +32255,2022,Unknown,Unknown,12.0,46,10 +32256,2022,Unknown,Unknown,5.0,46,11 +32257,2012,Unknown,Unknown,34.0,47,10 +32258,2012,Unknown,Unknown,18.0,47,11 +32259,2013,Unknown,Unknown,17.0,47,10 +32260,2013,Unknown,Unknown,40.0,47,11 +32261,2014,Unknown,Unknown,12.0,47,10 +32262,2014,Unknown,Unknown,8.0,47,11 +32263,2015,Unknown,Unknown,15.0,47,10 +32264,2015,Unknown,Unknown,26.0,47,11 +32265,2016,Unknown,Unknown,37.0,47,10 +32266,2016,Unknown,Unknown,2.5,47,11 +32267,2017,Unknown,Unknown,12.0,47,10 +32268,2017,Unknown,Unknown,12.0,47,11 +32269,2018,Unknown,Unknown,13.0,47,10 +32270,2018,Unknown,Unknown,2.5,47,11 +32271,2019,Unknown,Unknown,11.0,47,10 +32272,2019,Unknown,Unknown,2.5,47,11 +32273,2020,Unknown,Unknown,7.0,47,10 +32274,2020,Unknown,Unknown,6.0,47,11 +32275,2021,Unknown,Unknown,10.0,47,10 +32276,2021,Unknown,Unknown,2.5,47,11 +32277,2007,Unknown,Unknown,642.0,48,10 +32278,2007,Unknown,Unknown,24.0,48,11 +32279,2008,Unknown,Unknown,606.0,48,10 +32280,2008,Unknown,Unknown,74.0,48,11 +32281,2009,Unknown,Unknown,604.0,48,10 +32282,2009,Unknown,Unknown,106.0,48,11 +32283,2010,Unknown,Unknown,593.0,48,10 +32284,2010,Unknown,Unknown,47.0,48,11 +32285,2011,Unknown,Unknown,616.0,48,10 +32286,2011,Unknown,Unknown,39.0,48,11 +32287,2012,Unknown,Unknown,634.0,48,10 +32288,2012,Unknown,Unknown,34.0,48,11 +32289,2013,Unknown,Unknown,531.0,48,10 +32290,2013,Unknown,Unknown,69.0,48,11 +32291,2014,Unknown,Unknown,535.0,48,10 +32292,2014,Unknown,Unknown,48.0,48,11 +32293,2015,Unknown,Unknown,387.0,48,10 +32294,2015,Unknown,Unknown,51.0,48,11 +32295,2016,Unknown,Unknown,479.0,48,10 +32296,2016,Unknown,Unknown,51.0,48,11 +32297,2017,Unknown,Unknown,436.0,48,10 +32298,2017,Unknown,Unknown,172.0,48,11 +32299,2018,Unknown,Unknown,414.0,48,10 +32300,2018,Unknown,Unknown,70.0,48,11 +32301,2019,Unknown,Unknown,430.0,48,10 +32302,2019,Unknown,Unknown,64.0,48,11 +32303,2019,Unknown,Unknown,2.5,48,12 +32304,2020,Unknown,Unknown,389.0,48,10 +32305,2020,Unknown,Unknown,82.0,48,11 +32306,2020,Unknown,Unknown,2.5,48,12 +32307,2021,Unknown,Unknown,604.0,48,10 +32308,2021,Unknown,Unknown,142.0,48,11 +32309,2021,Unknown,Unknown,2.5,48,12 +32310,2022,Unknown,Unknown,746.0,48,10 +32311,2022,Unknown,Unknown,541.0,48,11 +32312,2014,Unknown,Unknown,2.5,49,10 +32313,2014,Unknown,Unknown,2.5,49,11 +32314,2015,Unknown,Unknown,2.5,49,10 +32315,2015,Unknown,Unknown,2.5,49,11 +32316,2016,Unknown,Unknown,2.5,49,10 +32317,2016,Unknown,Unknown,2.5,49,11 +32318,2017,Unknown,Unknown,2.5,49,10 +32319,2017,Unknown,Unknown,2.5,49,11 +32320,2007,Unknown,Unknown,17.0,51,10 +32321,2007,Unknown,Unknown,2.5,51,11 +32322,2008,Unknown,Unknown,28.0,51,10 +32323,2008,Unknown,Unknown,2.5,51,11 +32324,2009,Unknown,Unknown,46.0,51,10 +32325,2009,Unknown,Unknown,2.5,51,11 +32326,2010,Unknown,Unknown,49.0,51,10 +32327,2010,Unknown,Unknown,7.0,51,11 +32328,2011,Unknown,Unknown,58.0,51,10 +32329,2011,Unknown,Unknown,2.5,51,11 +32330,2012,Unknown,Unknown,56.0,51,10 +32331,2012,Unknown,Unknown,10.0,51,11 +32332,2013,Unknown,Unknown,64.0,51,10 +32333,2013,Unknown,Unknown,12.0,51,11 +32334,2014,Unknown,Unknown,63.0,51,10 +32335,2014,Unknown,Unknown,8.0,51,11 +32336,2015,Unknown,Unknown,51.0,51,10 +32337,2015,Unknown,Unknown,42.0,51,11 +32338,2016,Unknown,Unknown,114.0,51,10 +32339,2016,Unknown,Unknown,7.0,51,11 +32340,2017,Unknown,Unknown,86.0,51,10 +32341,2017,Unknown,Unknown,8.0,51,11 +32342,2017,Unknown,Unknown,2.5,51,12 +32343,2018,Unknown,Unknown,35.0,51,10 +32344,2018,Unknown,Unknown,61.0,51,11 +32345,2018,Unknown,Unknown,2.5,51,12 +32346,2019,Unknown,Unknown,41.0,51,10 +32347,2019,Unknown,Unknown,23.0,51,11 +32348,2019,Unknown,Unknown,2.5,51,12 +32349,2020,Unknown,Unknown,55.0,51,10 +32350,2020,Unknown,Unknown,21.0,51,11 +32351,2020,Unknown,Unknown,2.5,51,12 +32352,2021,Unknown,Unknown,238.0,51,10 +32353,2021,Unknown,Unknown,101.0,51,11 +32354,2021,Unknown,Unknown,2.5,51,12 +32355,2022,Unknown,Unknown,48.0,51,10 +32356,2022,Unknown,Unknown,24.0,51,11 +32357,2011,Unknown,Unknown,22.0,52,10 +32358,2011,Unknown,Unknown,32.0,52,11 +32359,2012,Unknown,Unknown,12.0,52,10 +32360,2012,Unknown,Unknown,9.0,52,11 +32361,2013,Unknown,Unknown,78.0,52,10 +32362,2013,Unknown,Unknown,2.5,52,11 +32363,2014,Unknown,Unknown,118.0,52,10 +32364,2014,Unknown,Unknown,29.0,52,11 +32365,2016,Unknown,Unknown,137.0,52,10 +32366,2016,Unknown,Unknown,20.0,52,11 +32367,2017,Unknown,Unknown,89.0,52,10 +32368,2017,Unknown,Unknown,13.0,52,11 +32369,2018,Unknown,Unknown,2.5,52,10 +32370,2018,Unknown,Unknown,13.0,52,10 +32371,2018,Unknown,Unknown,45.0,52,11 +32372,2018,Unknown,Unknown,44.0,52,11 +32373,2019,Unknown,Unknown,184.0,52,10 +32374,2019,Unknown,Unknown,11.0,52,11 +32375,2019,Unknown,Unknown,2.5,52,12 +32376,2020,Unknown,Unknown,72.0,52,10 +32377,2020,Unknown,Unknown,11.0,52,11 +32378,2021,Unknown,Unknown,57.0,52,10 +32379,2021,Unknown,Unknown,8.0,52,11 +32380,2021,Unknown,Unknown,2.5,52,12 +32381,2022,Unknown,Unknown,97.0,52,10 +32382,2022,Unknown,Unknown,2.5,52,11 +32383,2022,Unknown,Unknown,2.5,52,12 +32384,2014,Unknown,Unknown,2.5,53,10 +32385,2014,Unknown,Unknown,2.5,53,11 +32386,2015,Unknown,Unknown,2.5,53,10 +32387,2016,Unknown,Unknown,15.0,53,10 +32388,2016,Unknown,Unknown,17.0,53,11 +32389,2017,Unknown,Unknown,14.0,53,10 +32390,2017,Unknown,Unknown,14.0,53,11 +32391,2018,Unknown,Unknown,2.5,53,10 +32392,2018,Unknown,Unknown,17.0,53,11 +32393,2019,Unknown,Unknown,5.0,53,10 +32394,2019,Unknown,Unknown,2.5,53,11 +32395,2020,Unknown,Unknown,2.5,53,10 +32396,2020,Unknown,Unknown,2.5,53,11 +32397,2021,Unknown,Unknown,2.5,53,10 +32398,2021,Unknown,Unknown,2.5,53,11 +32399,2022,Unknown,Unknown,5.0,53,10 +32400,2022,Unknown,Unknown,14.0,53,11 +32401,2010,Unknown,Unknown,47.0,54,10 +32402,2010,Unknown,Unknown,2.5,54,11 +32403,2012,Unknown,Unknown,94.0,54,10 +32404,2012,Unknown,Unknown,20.0,54,11 +32405,2013,Unknown,Unknown,35.0,54,10 +32406,2013,Unknown,Unknown,51.0,54,11 +32407,2014,Unknown,Unknown,64.0,54,10 +32408,2014,Unknown,Unknown,11.0,54,11 +32409,2015,Unknown,Unknown,31.0,54,10 +32410,2015,Unknown,Unknown,2.5,54,11 +32411,2016,Unknown,Unknown,50.0,54,10 +32412,2016,Unknown,Unknown,2.5,54,11 +32413,2017,Unknown,Unknown,58.0,54,10 +32414,2017,Unknown,Unknown,10.0,54,11 +32415,2018,Unknown,Unknown,5.0,54,10 +32416,2018,Unknown,Unknown,62.0,54,11 +32417,2019,Unknown,Unknown,64.0,54,10 +32418,2019,Unknown,Unknown,27.0,54,11 +32419,2020,Unknown,Unknown,45.0,54,10 +32420,2020,Unknown,Unknown,8.0,54,11 +32421,2021,Unknown,Unknown,44.0,54,10 +32422,2021,Unknown,Unknown,15.0,54,11 +32423,2022,Unknown,Unknown,29.0,54,10 +32424,2022,Unknown,Unknown,11.0,54,11 +32425,2009,Unknown,Unknown,2.5,55,10 +32426,2009,Unknown,Unknown,2.5,55,11 +32427,2010,Unknown,Unknown,2.5,55,10 +32428,2010,Unknown,Unknown,9.0,55,11 +32429,2012,Unknown,Unknown,27.0,55,10 +32430,2012,Unknown,Unknown,5.0,55,11 +32431,2013,Unknown,Unknown,22.0,55,10 +32432,2013,Unknown,Unknown,24.0,55,11 +32433,2014,Unknown,Unknown,39.0,55,10 +32434,2014,Unknown,Unknown,77.0,55,11 +32435,2015,Unknown,Unknown,27.0,55,10 +32436,2015,Unknown,Unknown,45.0,55,11 +32437,2016,Unknown,Unknown,31.0,55,10 +32438,2016,Unknown,Unknown,50.0,55,11 +32439,2017,Unknown,Unknown,35.0,55,10 +32440,2017,Unknown,Unknown,25.0,55,11 +32441,2018,Unknown,Unknown,67.0,55,10 +32442,2018,Unknown,Unknown,85.0,55,11 +32443,2020,Unknown,Unknown,136.0,55,10 +32444,2020,Unknown,Unknown,229.0,55,11 +32445,2021,Unknown,Unknown,78.0,55,10 +32446,2021,Unknown,Unknown,218.0,55,11 +32447,2021,Unknown,Unknown,2.5,55,12 +32448,2009,Unknown,Unknown,423.0,56,10 +32449,2009,Unknown,Unknown,20.0,56,11 +32450,2012,Unknown,Unknown,123.0,56,10 +32451,2012,Unknown,Unknown,2.5,56,11 +32452,2013,Unknown,Unknown,263.0,56,10 +32453,2013,Unknown,Unknown,2.5,56,11 +32454,2014,Unknown,Unknown,146.0,56,10 +32455,2014,Unknown,Unknown,7.0,56,11 +32456,2015,Unknown,Unknown,166.0,56,10 +32457,2015,Unknown,Unknown,101.0,56,11 +32458,2016,Unknown,Unknown,165.0,56,10 +32459,2016,Unknown,Unknown,28.0,56,11 +32460,2017,Unknown,Unknown,145.0,56,10 +32461,2017,Unknown,Unknown,74.0,56,11 +32462,2018,Unknown,Unknown,145.0,56,10 +32463,2018,Unknown,Unknown,93.0,56,11 +32464,2019,Unknown,Unknown,373.0,56,10 +32465,2019,Unknown,Unknown,150.0,56,11 +32466,2020,Unknown,Unknown,221.0,56,10 +32467,2020,Unknown,Unknown,48.0,56,11 +32468,2021,Unknown,Unknown,165.0,56,10 +32469,2021,Unknown,Unknown,23.0,56,11 +32470,2022,Unknown,Unknown,145.0,56,10 +32471,2022,Unknown,Unknown,84.0,56,11 +32472,2011,Unknown,Unknown,43.0,57,10 +32473,2011,Unknown,Unknown,18.0,57,11 +32474,2012,Unknown,Unknown,9.0,57,10 +32475,2012,Unknown,Unknown,14.0,57,11 +32476,2013,Unknown,Unknown,14.0,57,10 +32477,2013,Unknown,Unknown,10.0,57,11 +32478,2014,Unknown,Unknown,2.5,57,10 +32479,2014,Unknown,Unknown,2.5,57,11 +32480,2015,Unknown,Unknown,9.0,57,10 +32481,2015,Unknown,Unknown,2.5,57,11 +32482,2016,Unknown,Unknown,8.0,57,10 +32483,2016,Unknown,Unknown,2.5,57,11 +32484,2017,Unknown,Unknown,10.0,57,10 +32485,2017,Unknown,Unknown,2.5,57,11 +32486,2018,Unknown,Unknown,5.0,57,10 +32487,2018,Unknown,Unknown,5.0,57,11 +32488,2019,Unknown,Unknown,10.0,57,10 +32489,2019,Unknown,Unknown,2.5,57,11 +32490,2020,Unknown,Unknown,2.5,57,10 +32491,2020,Unknown,Unknown,2.5,57,11 +32492,2021,Unknown,Unknown,23.0,57,10 +32493,2021,Unknown,Unknown,8.0,57,11 +32494,2022,Unknown,Unknown,51.0,57,10 +32495,2022,Unknown,Unknown,31.0,57,11 +32496,2007,Unknown,Unknown,2.5,59,10 +32497,2007,Unknown,Unknown,2.5,59,11 +32498,2008,Unknown,Unknown,10.0,59,10 +32499,2008,Unknown,Unknown,6.0,59,11 +32500,2009,Unknown,Unknown,13.0,59,10 +32501,2009,Unknown,Unknown,2.5,59,11 +32502,2010,Unknown,Unknown,31.0,59,10 +32503,2010,Unknown,Unknown,17.0,59,11 +32504,2011,Unknown,Unknown,28.0,59,10 +32505,2011,Unknown,Unknown,23.0,59,11 +32506,2012,Unknown,Unknown,28.0,59,10 +32507,2012,Unknown,Unknown,25.0,59,11 +32508,2012,Unknown,Unknown,2.5,59,12 +32509,2013,Unknown,Unknown,37.0,59,10 +32510,2013,Unknown,Unknown,19.0,59,11 +32511,2013,Unknown,Unknown,2.5,59,12 +32512,2014,Unknown,Unknown,39.0,59,10 +32513,2014,Unknown,Unknown,11.0,59,11 +32514,2014,Unknown,Unknown,2.5,59,12 +32515,2015,Unknown,Unknown,36.0,59,10 +32516,2015,Unknown,Unknown,16.0,59,11 +32517,2015,Unknown,Unknown,2.5,59,12 +32518,2016,Unknown,Unknown,86.0,59,10 +32519,2016,Unknown,Unknown,44.0,59,11 +32520,2016,Unknown,Unknown,2.5,59,12 +32521,2017,Unknown,Unknown,73.0,59,10 +32522,2017,Unknown,Unknown,58.0,59,11 +32523,2017,Unknown,Unknown,2.5,59,12 +32524,2018,Unknown,Unknown,87.0,59,10 +32525,2018,Unknown,Unknown,76.0,59,11 +32526,2018,Unknown,Unknown,2.5,59,12 +32527,2019,Unknown,Unknown,146.0,59,10 +32528,2019,Unknown,Unknown,83.0,59,11 +32529,2019,Unknown,Unknown,2.5,59,12 +32530,2020,Unknown,Unknown,135.0,59,10 +32531,2020,Unknown,Unknown,112.0,59,11 +32532,2020,Unknown,Unknown,2.5,59,12 +32533,2021,Unknown,Unknown,87.0,59,10 +32534,2021,Unknown,Unknown,54.0,59,11 +32535,2021,Unknown,Unknown,2.5,59,12 +32536,2022,Unknown,Unknown,99.0,59,10 +32537,2022,Unknown,Unknown,120.0,59,11 +32538,2012,Unknown,Unknown,2.5,60,10 +32539,2012,Unknown,Unknown,2.5,60,11 +32540,2014,Unknown,Unknown,2.5,60,10 +32541,2014,Unknown,Unknown,2.5,60,11 +32542,2019,Unknown,Unknown,2.5,60,10 +32543,2019,Unknown,Unknown,2.5,60,11 +32544,2020,Unknown,Unknown,5.0,60,10 +32545,2020,Unknown,Unknown,21.0,60,11 +32546,2021,Unknown,Unknown,2.5,60,10 +32547,2021,Unknown,Unknown,67.0,60,11 +32548,2022,Unknown,Unknown,2.5,60,10 +32549,2022,Unknown,Unknown,8.0,60,11 +32550,2015,Unknown,Unknown,882.0,61,10 +32551,2015,Unknown,Unknown,550.0,61,11 +32552,2016,Unknown,Unknown,1103.0,61,10 +32553,2016,Unknown,Unknown,340.0,61,11 +32554,2017,Unknown,Unknown,1059.0,61,10 +32555,2017,Unknown,Unknown,397.0,61,11 +32556,2018,Unknown,Unknown,1142.0,61,10 +32557,2018,Unknown,Unknown,396.0,61,11 +32558,2019,Unknown,Unknown,1042.0,61,10 +32559,2019,Unknown,Unknown,629.0,61,11 +32560,2020,Unknown,Unknown,991.0,61,10 +32561,2020,Unknown,Unknown,382.0,61,11 +32562,2021,Unknown,Unknown,1318.0,61,10 +32563,2021,Unknown,Unknown,493.0,61,11 +32564,2022,Unknown,Unknown,1359.0,61,10 +32565,2022,Unknown,Unknown,668.0,61,11 +32566,2010,Unknown,Unknown,2.5,63,10 +32567,2010,Unknown,Unknown,2.5,63,11 +32568,2009,Unknown,Unknown,406.0,64,10 +32569,2009,Unknown,Unknown,143.0,64,11 +32570,2010,Unknown,Unknown,218.0,64,10 +32571,2010,Unknown,Unknown,79.0,64,11 +32572,2011,Unknown,Unknown,294.0,64,10 +32573,2011,Unknown,Unknown,188.0,64,11 +32574,2012,Unknown,Unknown,341.0,64,10 +32575,2012,Unknown,Unknown,214.0,64,11 +32576,2013,Unknown,Unknown,511.0,64,10 +32577,2013,Unknown,Unknown,305.0,64,11 +32578,2014,Unknown,Unknown,288.0,64,10 +32579,2014,Unknown,Unknown,255.0,64,11 +32580,2015,Unknown,Unknown,331.0,64,10 +32581,2015,Unknown,Unknown,265.0,64,11 +32582,2016,Unknown,Unknown,332.0,64,10 +32583,2016,Unknown,Unknown,268.0,64,11 +32584,2017,Unknown,Unknown,2451.0,64,10 +32585,2017,Unknown,Unknown,2684.0,64,11 +32586,2018,Unknown,Unknown,2724.0,64,10 +32587,2018,Unknown,Unknown,4257.0,64,11 +32588,2019,Unknown,Unknown,3327.0,64,10 +32589,2019,Unknown,Unknown,7078.0,64,11 +32590,2020,Unknown,Unknown,2604.0,64,10 +32591,2020,Unknown,Unknown,7435.0,64,11 +32592,2021,Unknown,Unknown,2735.0,64,10 +32593,2021,Unknown,Unknown,9100.0,64,11 +32594,2010,Unknown,Unknown,13.0,65,10 +32595,2010,Unknown,Unknown,5.0,65,11 +32596,2011,Unknown,Unknown,6.0,65,10 +32597,2011,Unknown,Unknown,2.5,65,11 +32598,2012,Unknown,Unknown,7.0,65,10 +32599,2012,Unknown,Unknown,2.5,65,11 +32600,2013,Unknown,Unknown,9.0,65,10 +32601,2013,Unknown,Unknown,25.0,65,11 +32602,2014,Unknown,Unknown,5.0,65,10 +32603,2014,Unknown,Unknown,2.5,65,11 +32604,2015,Unknown,Unknown,2.5,65,10 +32605,2015,Unknown,Unknown,5.0,65,11 +32606,2016,Unknown,Unknown,2.5,65,10 +32607,2017,Unknown,Unknown,11.0,65,10 +32608,2017,Unknown,Unknown,2.5,65,11 +32609,2018,Unknown,Unknown,6.0,65,10 +32610,2018,Unknown,Unknown,2.5,65,11 +32611,2019,Unknown,Unknown,27.0,65,10 +32612,2019,Unknown,Unknown,2.5,65,11 +32613,2020,Unknown,Unknown,5.0,65,10 +32614,2020,Unknown,Unknown,2.5,65,11 +32615,2008,Unknown,Unknown,9.0,66,10 +32616,2008,Unknown,Unknown,27.0,66,11 +32617,2019,Unknown,Unknown,185.0,66,10 +32618,2019,Unknown,Unknown,15.0,66,11 +32619,2020,Unknown,Unknown,407.0,66,10 +32620,2020,Unknown,Unknown,10.0,66,11 +32621,2021,Unknown,Unknown,511.0,66,10 +32622,2021,Unknown,Unknown,149.0,66,11 +32623,2013,Unknown,Unknown,7.0,67,10 +32624,2013,Unknown,Unknown,9.0,67,11 +32625,2014,Unknown,Unknown,9.0,67,10 +32626,2014,Unknown,Unknown,13.0,67,11 +32627,2015,Unknown,Unknown,2.5,67,10 +32628,2015,Unknown,Unknown,16.0,67,11 +32629,2016,Unknown,Unknown,11.0,67,10 +32630,2016,Unknown,Unknown,14.0,67,11 +32631,2017,Unknown,Unknown,15.0,67,10 +32632,2017,Unknown,Unknown,15.0,67,11 +32633,2022,Unknown,Unknown,20.0,67,10 +32634,2022,Unknown,Unknown,24.0,67,11 +32635,2017,Unknown,Unknown,2.5,68,10 +32636,2017,Unknown,Unknown,2.5,68,11 +32637,2018,Unknown,Unknown,2.5,68,10 +32638,2018,Unknown,Unknown,12.0,68,11 +32639,2019,Unknown,Unknown,21.0,68,10 +32640,2019,Unknown,Unknown,2.5,68,11 +32641,2020,Unknown,Unknown,20.0,68,10 +32642,2020,Unknown,Unknown,2.5,68,11 +32643,2007,Unknown,Unknown,68.0,71,10 +32644,2007,Unknown,Unknown,31.0,71,11 +32645,2008,Unknown,Unknown,68.0,71,10 +32646,2008,Unknown,Unknown,8.0,71,11 +32647,2009,Unknown,Unknown,87.0,71,10 +32648,2009,Unknown,Unknown,21.0,71,11 +32649,2010,Unknown,Unknown,66.0,71,10 +32650,2010,Unknown,Unknown,9.0,71,11 +32651,2011,Unknown,Unknown,56.0,71,10 +32652,2011,Unknown,Unknown,28.0,71,11 +32653,2012,Unknown,Unknown,86.0,71,10 +32654,2012,Unknown,Unknown,23.0,71,11 +32655,2013,Unknown,Unknown,50.0,71,10 +32656,2013,Unknown,Unknown,52.0,71,11 +32657,2014,Unknown,Unknown,67.0,71,10 +32658,2014,Unknown,Unknown,11.0,71,11 +32659,2015,Unknown,Unknown,42.0,71,10 +32660,2015,Unknown,Unknown,15.0,71,11 +32661,2016,Unknown,Unknown,39.0,71,10 +32662,2016,Unknown,Unknown,23.0,71,11 +32663,2017,Unknown,Unknown,22.0,71,10 +32664,2017,Unknown,Unknown,2.5,71,11 +32665,2018,Unknown,Unknown,27.0,71,10 +32666,2018,Unknown,Unknown,2.5,71,11 +32667,2019,Unknown,Unknown,120.0,71,10 +32668,2019,Unknown,Unknown,32.0,71,11 +32669,2019,Unknown,Unknown,2.5,71,12 +32670,2020,Unknown,Unknown,113.0,71,10 +32671,2020,Unknown,Unknown,52.0,71,11 +32672,2020,Unknown,Unknown,2.5,71,12 +32673,2021,Unknown,Unknown,111.0,71,10 +32674,2021,Unknown,Unknown,46.0,71,11 +32675,2021,Unknown,Unknown,2.5,71,12 +32676,2022,Unknown,Unknown,291.0,71,10 +32677,2022,Unknown,Unknown,65.0,71,11 +32678,2022,Unknown,Unknown,2.5,71,12 +32679,2013,Unknown,Unknown,23.0,73,10 +32680,2013,Unknown,Unknown,91.0,73,11 +32681,2014,Unknown,Unknown,195.0,73,10 +32682,2014,Unknown,Unknown,78.0,73,11 +32683,2022,Unknown,Unknown,211.0,73,10 +32684,2022,Unknown,Unknown,14.0,73,11 +32685,2022,Unknown,Unknown,2.5,73,12 +32686,2007,Unknown,Unknown,5.0,74,10 +32687,2007,Unknown,Unknown,2.5,74,11 +32688,2008,Unknown,Unknown,2.5,74,10 +32689,2008,Unknown,Unknown,2.5,74,11 +32690,2009,Unknown,Unknown,5.0,74,10 +32691,2009,Unknown,Unknown,2.5,74,11 +32692,2010,Unknown,Unknown,5.0,74,10 +32693,2010,Unknown,Unknown,2.5,74,11 +32694,2011,Unknown,Unknown,23.0,74,10 +32695,2011,Unknown,Unknown,2.5,74,11 +32696,2012,Unknown,Unknown,17.0,74,10 +32697,2012,Unknown,Unknown,2.5,74,11 +32698,2013,Unknown,Unknown,17.0,74,10 +32699,2013,Unknown,Unknown,2.5,74,11 +32700,2014,Unknown,Unknown,32.0,74,10 +32701,2014,Unknown,Unknown,8.0,74,11 +32702,2015,Unknown,Unknown,35.0,74,10 +32703,2015,Unknown,Unknown,2.5,74,11 +32704,2016,Unknown,Unknown,80.0,74,10 +32705,2016,Unknown,Unknown,16.0,74,11 +32706,2017,Unknown,Unknown,7.0,74,10 +32707,2017,Unknown,Unknown,43.0,74,11 +32708,2018,Unknown,Unknown,21.0,74,10 +32709,2018,Unknown,Unknown,224.0,74,11 +32710,2019,Unknown,Unknown,2.5,74,10 +32711,2019,Unknown,Unknown,138.0,74,11 +32712,2020,Unknown,Unknown,162.0,74,10 +32713,2020,Unknown,Unknown,58.0,74,11 +32714,2012,Unknown,Unknown,16.0,76,10 +32715,2012,Unknown,Unknown,6.0,76,11 +32716,2013,Unknown,Unknown,64.0,76,10 +32717,2013,Unknown,Unknown,6.0,76,11 +32718,2014,Unknown,Unknown,7.0,76,10 +32719,2014,Unknown,Unknown,2.5,76,11 +32720,2015,Unknown,Unknown,39.0,76,10 +32721,2015,Unknown,Unknown,20.0,76,11 +32722,2016,Unknown,Unknown,69.0,76,10 +32723,2016,Unknown,Unknown,14.0,76,11 +32724,2017,Unknown,Unknown,124.0,76,10 +32725,2017,Unknown,Unknown,30.0,76,11 +32726,2018,Unknown,Unknown,28.0,76,10 +32727,2018,Unknown,Unknown,42.0,76,11 +32728,2019,Unknown,Unknown,79.0,76,10 +32729,2019,Unknown,Unknown,9.0,76,11 +32730,2020,Unknown,Unknown,56.0,76,10 +32731,2020,Unknown,Unknown,10.0,76,11 +32732,2020,Unknown,Unknown,2.5,76,12 +32733,2021,Unknown,Unknown,75.0,76,10 +32734,2021,Unknown,Unknown,24.0,76,11 +32735,2022,Unknown,Unknown,42.0,76,10 +32736,2022,Unknown,Unknown,14.0,76,11 +32737,2007,Unknown,Unknown,13.0,77,10 +32738,2007,Unknown,Unknown,2.5,77,11 +32739,2008,Unknown,Unknown,2.5,77,10 +32740,2008,Unknown,Unknown,2.5,77,11 +32741,2009,Unknown,Unknown,6.0,77,10 +32742,2009,Unknown,Unknown,2.5,77,11 +32743,2010,Unknown,Unknown,6.0,77,10 +32744,2010,Unknown,Unknown,2.5,77,11 +32745,2011,Unknown,Unknown,13.0,77,10 +32746,2011,Unknown,Unknown,2.5,77,11 +32747,2012,Unknown,Unknown,7.0,77,10 +32748,2012,Unknown,Unknown,2.5,77,11 +32749,2014,Unknown,Unknown,29.0,77,10 +32750,2014,Unknown,Unknown,8.0,77,11 +32751,2015,Unknown,Unknown,38.0,77,10 +32752,2015,Unknown,Unknown,2.5,77,11 +32753,2016,Unknown,Unknown,21.0,77,10 +32754,2016,Unknown,Unknown,12.0,77,11 +32755,2017,Unknown,Unknown,13.0,77,10 +32756,2017,Unknown,Unknown,16.0,77,11 +32757,2018,Unknown,Unknown,28.0,77,10 +32758,2018,Unknown,Unknown,48.0,77,11 +32759,2019,Unknown,Unknown,10.0,77,10 +32760,2019,Unknown,Unknown,9.0,77,10 +32761,2019,Unknown,Unknown,7.0,77,11 +32762,2020,Unknown,Unknown,7.0,77,11 +32763,2021,Unknown,Unknown,10.0,77,10 +32764,2021,Unknown,Unknown,10.0,77,11 +32765,2022,Unknown,Unknown,25.0,77,10 +32766,2022,Unknown,Unknown,2.5,77,11 +32767,2007,Unknown,Unknown,28.0,79,10 +32768,2007,Unknown,Unknown,2.5,79,11 +32769,2008,Unknown,Unknown,9.0,79,10 +32770,2008,Unknown,Unknown,2.5,79,11 +32771,2009,Unknown,Unknown,9.0,79,10 +32772,2009,Unknown,Unknown,2.5,79,11 +32773,2010,Unknown,Unknown,49.0,79,10 +32774,2010,Unknown,Unknown,9.0,79,11 +32775,2011,Unknown,Unknown,122.0,79,10 +32776,2011,Unknown,Unknown,2.5,79,11 +32777,2012,Unknown,Unknown,53.0,79,10 +32778,2012,Unknown,Unknown,2.5,79,11 +32779,2014,Unknown,Unknown,255.0,79,10 +32780,2014,Unknown,Unknown,39.0,79,11 +32781,2015,Unknown,Unknown,344.0,79,10 +32782,2015,Unknown,Unknown,163.0,79,11 +32783,2016,Unknown,Unknown,433.0,79,10 +32784,2016,Unknown,Unknown,56.0,79,11 +32785,2017,Unknown,Unknown,9.0,79,10 +32786,2017,Unknown,Unknown,2.5,79,11 +32787,2018,Unknown,Unknown,20.0,79,10 +32788,2018,Unknown,Unknown,13.0,79,11 +32789,2019,Unknown,Unknown,83.0,79,10 +32790,2019,Unknown,Unknown,8.0,79,11 +32791,2020,Unknown,Unknown,188.0,79,10 +32792,2020,Unknown,Unknown,49.0,79,11 +32793,2020,Unknown,Unknown,2.5,79,12 +32794,2021,Unknown,Unknown,134.0,79,10 +32795,2021,Unknown,Unknown,67.0,79,11 +32796,2022,Unknown,Unknown,154.0,79,10 +32797,2022,Unknown,Unknown,68.0,79,11 +32798,2012,Unknown,Unknown,245.0,80,10 +32799,2012,Unknown,Unknown,47.0,80,11 +32800,2013,Unknown,Unknown,141.0,80,10 +32801,2013,Unknown,Unknown,20.0,80,11 +32802,2014,Unknown,Unknown,547.0,80,10 +32803,2014,Unknown,Unknown,58.0,80,11 +32804,2015,Unknown,Unknown,198.0,80,10 +32805,2015,Unknown,Unknown,243.0,80,11 +32806,2017,Unknown,Unknown,1450.0,80,10 +32807,2017,Unknown,Unknown,12.0,80,11 +32808,2018,Unknown,Unknown,208.0,80,10 +32809,2018,Unknown,Unknown,89.0,80,11 +32810,2019,Unknown,Unknown,228.0,80,10 +32811,2019,Unknown,Unknown,52.0,80,11 +32812,2020,Unknown,Unknown,42.0,80,10 +32813,2020,Unknown,Unknown,18.0,80,11 +32814,2011,Unknown,Unknown,27.0,81,10 +32815,2011,Unknown,Unknown,2.5,81,11 +32816,2017,Unknown,Unknown,3540.0,81,10 +32817,2017,Unknown,Unknown,2358.0,81,11 +32818,2018,Unknown,Unknown,3719.0,81,10 +32819,2018,Unknown,Unknown,2069.0,81,11 +32820,2019,Unknown,Unknown,3921.0,81,10 +32821,2019,Unknown,Unknown,2490.0,81,11 +32822,2020,Unknown,Unknown,2777.0,81,10 +32823,2020,Unknown,Unknown,1903.0,81,11 +32824,2021,Unknown,Unknown,3912.0,81,10 +32825,2021,Unknown,Unknown,2301.0,81,11 +32826,2022,Unknown,Unknown,3957.0,81,10 +32827,2022,Unknown,Unknown,2736.0,81,11 +32828,2010,Unknown,Unknown,74.0,82,10 +32829,2010,Unknown,Unknown,17.0,82,11 +32830,2010,Unknown,Unknown,2.5,82,12 +32831,2011,Unknown,Unknown,57.0,82,10 +32832,2011,Unknown,Unknown,9.0,82,11 +32833,2011,Unknown,Unknown,2.5,82,12 +32834,2012,Unknown,Unknown,41.0,82,10 +32835,2012,Unknown,Unknown,17.0,82,11 +32836,2012,Unknown,Unknown,2.5,82,12 +32837,2013,Unknown,Unknown,40.0,82,10 +32838,2013,Unknown,Unknown,11.0,82,11 +32839,2013,Unknown,Unknown,2.5,82,12 +32840,2014,Unknown,Unknown,36.0,82,10 +32841,2014,Unknown,Unknown,15.0,82,11 +32842,2014,Unknown,Unknown,2.5,82,12 +32843,2015,Unknown,Unknown,69.0,82,10 +32844,2015,Unknown,Unknown,25.0,82,11 +32845,2015,Unknown,Unknown,2.5,82,12 +32846,2016,Unknown,Unknown,62.0,82,10 +32847,2016,Unknown,Unknown,45.0,82,11 +32848,2016,Unknown,Unknown,2.5,82,12 +32849,2017,Unknown,Unknown,45.0,82,10 +32850,2017,Unknown,Unknown,30.0,82,11 +32851,2017,Unknown,Unknown,2.5,82,12 +32852,2018,Unknown,Unknown,33.0,82,10 +32853,2018,Unknown,Unknown,31.0,82,11 +32854,2018,Unknown,Unknown,2.5,82,12 +32855,2019,Unknown,Unknown,38.0,82,10 +32856,2019,Unknown,Unknown,2.5,82,11 +32857,2019,Unknown,Unknown,2.5,82,12 +32858,2020,Unknown,Unknown,33.0,82,10 +32859,2020,Unknown,Unknown,5.0,82,11 +32860,2020,Unknown,Unknown,2.5,82,12 +32861,2021,Unknown,Unknown,28.0,82,10 +32862,2021,Unknown,Unknown,16.0,82,11 +32863,2021,Unknown,Unknown,2.5,82,12 +32864,2022,Unknown,Unknown,27.0,82,10 +32865,2022,Unknown,Unknown,15.0,82,11 +32866,2017,Unknown,Unknown,29.0,84,10 +32867,2017,Unknown,Unknown,2.5,84,11 +32868,2017,Unknown,Unknown,2.5,84,12 +32869,2018,Unknown,Unknown,11.0,84,10 +32870,2018,Unknown,Unknown,2.5,84,11 +32871,2018,Unknown,Unknown,2.5,84,12 +32872,2019,Unknown,Unknown,90.0,84,10 +32873,2019,Unknown,Unknown,22.0,84,11 +32874,2019,Unknown,Unknown,2.5,84,12 +32875,2020,Unknown,Unknown,13.0,84,10 +32876,2020,Unknown,Unknown,2.5,84,11 +32877,2022,Unknown,Unknown,2.5,84,10 +32878,2022,Unknown,Unknown,8.0,84,11 +32879,2017,Unknown,Unknown,2.5,85,10 +32880,2017,Unknown,Unknown,2.5,85,11 +32881,2018,Unknown,Unknown,6.0,85,10 +32882,2018,Unknown,Unknown,2.5,85,11 +32883,2009,Unknown,Unknown,17.0,86,10 +32884,2009,Unknown,Unknown,50.0,86,11 +32885,2010,Unknown,Unknown,15.0,86,10 +32886,2010,Unknown,Unknown,63.0,86,11 +32887,2011,Unknown,Unknown,16.0,86,10 +32888,2011,Unknown,Unknown,10.0,86,11 +32889,2012,Unknown,Unknown,33.0,86,10 +32890,2012,Unknown,Unknown,53.0,86,11 +32891,2013,Unknown,Unknown,39.0,86,10 +32892,2013,Unknown,Unknown,26.0,86,11 +32893,2014,Unknown,Unknown,44.0,86,10 +32894,2014,Unknown,Unknown,27.0,86,11 +32895,2015,Unknown,Unknown,20.0,86,10 +32896,2015,Unknown,Unknown,27.0,86,11 +32897,2016,Unknown,Unknown,23.0,86,10 +32898,2016,Unknown,Unknown,24.0,86,11 +32899,2017,Unknown,Unknown,49.0,86,10 +32900,2017,Unknown,Unknown,24.0,86,11 +32901,2018,Unknown,Unknown,41.0,86,10 +32902,2018,Unknown,Unknown,18.0,86,11 +32903,2019,Unknown,Unknown,58.0,86,10 +32904,2019,Unknown,Unknown,15.0,86,11 +32905,2020,Unknown,Unknown,53.0,86,10 +32906,2020,Unknown,Unknown,16.0,86,11 +32907,2021,Unknown,Unknown,28.0,86,10 +32908,2021,Unknown,Unknown,22.0,86,11 +32909,2021,Unknown,Unknown,2.5,86,12 +32910,2022,Unknown,Unknown,79.0,86,10 +32911,2022,Unknown,Unknown,8.0,86,11 +32912,2022,Unknown,Unknown,2.5,86,12 +32913,2010,Unknown,Unknown,73.0,87,10 +32914,2010,Unknown,Unknown,23.0,87,11 +32915,2011,Unknown,Unknown,65.0,87,10 +32916,2011,Unknown,Unknown,26.0,87,11 +32917,2012,Unknown,Unknown,262.0,87,10 +32918,2012,Unknown,Unknown,173.0,87,11 +32919,2013,Unknown,Unknown,402.0,87,10 +32920,2013,Unknown,Unknown,191.0,87,11 +32921,2014,Unknown,Unknown,429.0,87,10 +32922,2014,Unknown,Unknown,168.0,87,11 +32923,2015,Unknown,Unknown,432.0,87,10 +32924,2015,Unknown,Unknown,190.0,87,11 +32925,2016,Unknown,Unknown,450.0,87,10 +32926,2016,Unknown,Unknown,213.0,87,11 +32927,2017,Unknown,Unknown,489.0,87,10 +32928,2017,Unknown,Unknown,305.0,87,11 +32929,2017,Unknown,Unknown,2.5,87,12 +32930,2018,Unknown,Unknown,448.0,87,10 +32931,2018,Unknown,Unknown,308.0,87,11 +32932,2019,Unknown,Unknown,510.0,87,10 +32933,2019,Unknown,Unknown,456.0,87,11 +32934,2020,Unknown,Unknown,435.0,87,10 +32935,2020,Unknown,Unknown,358.0,87,11 +32936,2021,Unknown,Unknown,402.0,87,10 +32937,2021,Unknown,Unknown,354.0,87,11 +32938,2021,Unknown,Unknown,2.5,87,12 +32939,2022,Unknown,Unknown,1361.0,87,10 +32940,2022,Unknown,Unknown,708.0,87,11 +32941,2007,Unknown,Unknown,2.5,88,10 +32942,2007,Unknown,Unknown,2.5,88,11 +32943,2008,Unknown,Unknown,2.5,88,10 +32944,2008,Unknown,Unknown,2.5,88,11 +32945,2009,Unknown,Unknown,2.5,88,10 +32946,2009,Unknown,Unknown,2.5,88,11 +32947,2010,Unknown,Unknown,7.0,88,10 +32948,2010,Unknown,Unknown,2.5,88,11 +32949,2011,Unknown,Unknown,2.5,88,10 +32950,2011,Unknown,Unknown,7.0,88,11 +32951,2012,Unknown,Unknown,2.5,88,10 +32952,2012,Unknown,Unknown,21.0,88,11 +32953,2013,Unknown,Unknown,2.5,88,10 +32954,2013,Unknown,Unknown,2.5,88,11 +32955,2014,Unknown,Unknown,5.0,89,10 +32956,2014,Unknown,Unknown,14.0,89,11 +32957,2015,Unknown,Unknown,10.0,89,10 +32958,2015,Unknown,Unknown,16.0,89,11 +32959,2016,Unknown,Unknown,15.0,89,10 +32960,2016,Unknown,Unknown,20.0,89,11 +32961,2017,Unknown,Unknown,37.0,89,10 +32962,2017,Unknown,Unknown,11.0,89,11 +32963,2018,Unknown,Unknown,16.0,89,10 +32964,2018,Unknown,Unknown,24.0,89,11 +32965,2019,Unknown,Unknown,8.0,89,10 +32966,2019,Unknown,Unknown,2.5,89,11 +32967,2020,Unknown,Unknown,24.0,89,10 +32968,2020,Unknown,Unknown,2.5,89,11 +32969,2021,Unknown,Unknown,49.0,89,10 +32970,2021,Unknown,Unknown,12.0,89,11 +32971,2022,Unknown,Unknown,29.0,89,10 +32972,2022,Unknown,Unknown,33.0,89,11 +32973,2007,Unknown,Unknown,43.0,90,10 +32974,2007,Unknown,Unknown,2.5,90,11 +32975,2008,Unknown,Unknown,36.0,90,10 +32976,2008,Unknown,Unknown,2.5,90,11 +32977,2009,Unknown,Unknown,17.0,90,10 +32978,2009,Unknown,Unknown,2.5,90,11 +32979,2010,Unknown,Unknown,39.0,90,10 +32980,2010,Unknown,Unknown,2.5,90,11 +32981,2011,Unknown,Unknown,45.0,90,10 +32982,2011,Unknown,Unknown,2.5,90,11 +32983,2012,Unknown,Unknown,27.0,90,10 +32984,2012,Unknown,Unknown,2.5,90,11 +32985,2013,Unknown,Unknown,17.0,90,10 +32986,2013,Unknown,Unknown,2.5,90,11 +32987,2014,Unknown,Unknown,25.0,90,10 +32988,2014,Unknown,Unknown,2.5,90,11 +32989,2014,Unknown,Unknown,2.5,90,12 +32990,2015,Unknown,Unknown,50.0,90,10 +32991,2015,Unknown,Unknown,2.5,90,11 +32992,2015,Unknown,Unknown,2.5,90,12 +32993,2016,Unknown,Unknown,48.0,90,10 +32994,2016,Unknown,Unknown,2.5,90,11 +32995,2016,Unknown,Unknown,2.5,90,12 +32996,2017,Unknown,Unknown,45.0,90,10 +32997,2017,Unknown,Unknown,2.5,90,11 +32998,2017,Unknown,Unknown,2.5,90,12 +32999,2018,Unknown,Unknown,22.0,90,10 +33000,2018,Unknown,Unknown,5.0,90,10 +33001,2018,Unknown,Unknown,2.5,90,11 +33002,2018,Unknown,Unknown,2.5,90,12 +33003,2019,Unknown,Unknown,47.0,90,10 +33004,2019,Unknown,Unknown,2.5,90,11 +33005,2019,Unknown,Unknown,2.5,90,12 +33006,2020,Unknown,Unknown,33.0,90,10 +33007,2020,Unknown,Unknown,5.0,90,11 +33008,2020,Unknown,Unknown,2.5,90,12 +33009,2021,Unknown,Unknown,47.0,90,10 +33010,2021,Unknown,Unknown,2.5,90,11 +33011,2021,Unknown,Unknown,2.5,90,12 +33012,2022,Unknown,Unknown,44.0,90,10 +33013,2022,Unknown,Unknown,2.5,90,11 +33014,2022,Unknown,Unknown,2.5,90,12 +33015,2017,Unknown,Unknown,68.0,91,10 +33016,2017,Unknown,Unknown,18.0,91,11 +33017,2014,Unknown,Unknown,2.5,92,10 +33018,2014,Unknown,Unknown,143.0,92,11 +33019,2015,Unknown,Unknown,9.0,92,10 +33020,2015,Unknown,Unknown,309.0,92,11 +33021,2016,Unknown,Unknown,67.0,92,10 +33022,2016,Unknown,Unknown,120.0,92,11 +33023,2017,Unknown,Unknown,69.0,92,10 +33024,2017,Unknown,Unknown,283.0,92,11 +33025,2010,Unknown,Unknown,16.0,93,10 +33026,2010,Unknown,Unknown,2.5,93,11 +33027,2017,Unknown,Unknown,2.5,93,10 +33028,2017,Unknown,Unknown,2.5,93,11 +33029,2018,Unknown,Unknown,2.5,93,10 +33030,2018,Unknown,Unknown,5.0,93,11 +33031,2019,Unknown,Unknown,5.0,93,10 +33032,2019,Unknown,Unknown,2.5,93,11 +33033,2020,Unknown,Unknown,2.5,93,10 +33034,2020,Unknown,Unknown,6.0,93,11 +33035,2015,Unknown,Unknown,7.0,98,10 +33036,2016,Unknown,Unknown,6.0,98,10 +33037,2017,Unknown,Unknown,5.0,98,10 +33038,2017,Unknown,Unknown,43.0,98,11 +33039,2014,Unknown,Unknown,115.0,99,10 +33040,2014,Unknown,Unknown,42.0,99,11 +33041,2015,Unknown,Unknown,80.0,99,10 +33042,2015,Unknown,Unknown,27.0,99,11 +33043,2010,Unknown,Unknown,8.0,100,10 +33044,2010,Unknown,Unknown,2.5,100,11 +33045,2011,Unknown,Unknown,27.0,100,10 +33046,2011,Unknown,Unknown,2.5,100,11 +33047,2012,Unknown,Unknown,2.5,100,11 +33048,2015,Unknown,Unknown,19.0,100,10 +33049,2015,Unknown,Unknown,2.5,100,11 +33050,2016,Unknown,Unknown,87.0,100,10 +33051,2016,Unknown,Unknown,2.5,100,11 +33052,2017,Unknown,Unknown,44.0,100,10 +33053,2017,Unknown,Unknown,13.0,100,11 +33054,2017,Unknown,Unknown,2.5,100,12 +33055,2018,Unknown,Unknown,17.0,100,10 +33056,2018,Unknown,Unknown,13.0,100,11 +33057,2018,Unknown,Unknown,2.5,100,12 +33058,2019,Unknown,Unknown,7.0,100,10 +33059,2019,Unknown,Unknown,6.0,100,11 +33060,2019,Unknown,Unknown,2.5,100,12 +33061,2020,Unknown,Unknown,43.0,100,10 +33062,2020,Unknown,Unknown,2.5,100,11 +33063,2020,Unknown,Unknown,2.5,100,12 +33064,2021,Unknown,Unknown,55.0,100,10 +33065,2021,Unknown,Unknown,53.0,100,11 +33066,2021,Unknown,Unknown,2.5,100,12 +33067,2019,Unknown,Unknown,2.5,103,10 +33068,2019,Unknown,Unknown,2.5,103,11 +33069,2020,Unknown,Unknown,2.5,103,10 +33070,2020,Unknown,Unknown,2.5,103,11 +33071,2021,Unknown,Unknown,2.5,103,10 +33072,2021,Unknown,Unknown,2.5,103,11 +33073,2017,Unknown,Unknown,2.5,104,10 +33074,2017,Unknown,Unknown,2.5,104,11 +33075,2018,Unknown,Unknown,2.5,104,10 +33076,2018,Unknown,Unknown,2.5,104,11 +33077,2019,Unknown,Unknown,2.5,104,10 +33078,2019,Unknown,Unknown,2.5,104,11 +33079,2020,Unknown,Unknown,2.5,104,10 +33080,2020,Unknown,Unknown,2.5,104,11 +33081,2011,Unknown,Unknown,20.0,105,10 +33082,2011,Unknown,Unknown,2.5,105,11 +33083,2017,Unknown,Unknown,2.5,105,10 +33084,2017,Unknown,Unknown,2.5,105,11 +33085,2018,Unknown,Unknown,2.5,105,10 +33086,2018,Unknown,Unknown,7.0,105,11 +33087,2019,Unknown,Unknown,10.0,105,10 +33088,2019,Unknown,Unknown,8.0,105,11 +33089,2020,Unknown,Unknown,2.5,105,10 +33090,2020,Unknown,Unknown,8.0,105,11 +33091,2021,Unknown,Unknown,10.0,105,10 +33092,2021,Unknown,Unknown,2.5,105,11 +33093,2022,Unknown,Unknown,23.0,105,10 +33094,2022,Unknown,Unknown,2.5,105,11 +33095,2012,Unknown,Unknown,10.0,106,10 +33096,2012,Unknown,Unknown,5.0,106,11 +33097,2013,Unknown,Unknown,2.5,106,10 +33098,2013,Unknown,Unknown,2.5,106,11 +33099,2015,Unknown,Unknown,2.5,106,10 +33100,2015,Unknown,Unknown,2.5,106,11 +33101,2007,Unknown,Unknown,9.0,107,10 +33102,2007,Unknown,Unknown,2.5,107,11 +33103,2008,Unknown,Unknown,25.0,107,10 +33104,2008,Unknown,Unknown,2.5,107,11 +33105,2009,Unknown,Unknown,14.0,107,10 +33106,2009,Unknown,Unknown,2.5,107,11 +33107,2010,Unknown,Unknown,15.0,107,10 +33108,2010,Unknown,Unknown,2.5,107,11 +33109,2011,Unknown,Unknown,22.0,107,10 +33110,2011,Unknown,Unknown,2.5,107,11 +33111,2012,Unknown,Unknown,11.0,107,10 +33112,2012,Unknown,Unknown,2.5,107,11 +33113,2014,Unknown,Unknown,20.0,107,10 +33114,2014,Unknown,Unknown,27.0,107,11 +33115,2015,Unknown,Unknown,36.0,107,10 +33116,2015,Unknown,Unknown,26.0,107,11 +33117,2016,Unknown,Unknown,20.0,107,10 +33118,2016,Unknown,Unknown,25.0,107,11 +33119,2017,Unknown,Unknown,25.0,107,10 +33120,2017,Unknown,Unknown,33.0,107,11 +33121,2018,Unknown,Unknown,34.0,107,10 +33122,2018,Unknown,Unknown,10.0,107,11 +33123,2019,Unknown,Unknown,18.0,107,10 +33124,2019,Unknown,Unknown,21.0,107,11 +33125,2020,Unknown,Unknown,16.0,107,10 +33126,2020,Unknown,Unknown,8.0,107,11 +33127,2021,Unknown,Unknown,10.0,107,10 +33128,2021,Unknown,Unknown,16.0,107,11 +33129,2022,Unknown,Unknown,10.0,107,10 +33130,2022,Unknown,Unknown,5.0,107,11 +33131,2017,Unknown,Unknown,9.0,108,10 +33132,2017,Unknown,Unknown,7.0,108,11 +33133,2017,Unknown,Unknown,2.5,108,12 +33134,2018,Unknown,Unknown,10.0,108,10 +33135,2018,Unknown,Unknown,2.5,108,11 +33136,2018,Unknown,Unknown,2.5,108,12 +33137,2019,Unknown,Unknown,8.0,108,10 +33138,2019,Unknown,Unknown,5.0,108,11 +33139,2019,Unknown,Unknown,2.5,108,12 +33140,2020,Unknown,Unknown,2.5,108,10 +33141,2020,Unknown,Unknown,8.0,108,11 +33142,2020,Unknown,Unknown,2.5,108,12 +33143,2022,Unknown,Unknown,49.0,108,10 +33144,2022,Unknown,Unknown,11.0,108,11 +33145,2008,Unknown,Unknown,8.0,109,10 +33146,2008,Unknown,Unknown,2.5,109,11 +33147,2009,Unknown,Unknown,11.0,109,10 +33148,2009,Unknown,Unknown,2.5,109,11 +33149,2010,Unknown,Unknown,9.0,109,10 +33150,2010,Unknown,Unknown,2.5,109,11 +33151,2011,Unknown,Unknown,9.0,109,10 +33152,2011,Unknown,Unknown,2.5,109,11 +33153,2012,Unknown,Unknown,22.0,109,10 +33154,2012,Unknown,Unknown,2.5,109,11 +33155,2013,Unknown,Unknown,22.0,109,10 +33156,2013,Unknown,Unknown,2.5,109,11 +33157,2014,Unknown,Unknown,26.0,109,10 +33158,2014,Unknown,Unknown,8.0,109,11 +33159,2015,Unknown,Unknown,9.0,109,10 +33160,2015,Unknown,Unknown,2.5,109,11 +33161,2016,Unknown,Unknown,13.0,109,10 +33162,2016,Unknown,Unknown,2.5,109,11 +33163,2017,Unknown,Unknown,17.0,109,10 +33164,2017,Unknown,Unknown,8.0,109,11 +33165,2018,Unknown,Unknown,12.0,109,10 +33166,2018,Unknown,Unknown,11.0,109,11 +33167,2019,Unknown,Unknown,16.0,109,10 +33168,2019,Unknown,Unknown,23.0,109,11 +33169,2020,Unknown,Unknown,16.0,109,10 +33170,2020,Unknown,Unknown,34.0,109,11 +33171,2021,Unknown,Unknown,12.0,109,10 +33172,2021,Unknown,Unknown,49.0,109,11 +33173,2022,Unknown,Unknown,19.0,109,10 +33174,2022,Unknown,Unknown,7.0,109,11 +33175,2017,Unknown,Unknown,18.0,111,10 +33176,2017,Unknown,Unknown,9.0,111,11 +33177,2018,Unknown,Unknown,168.0,111,10 +33178,2018,Unknown,Unknown,119.0,111,11 +33179,2019,Unknown,Unknown,135.0,111,10 +33180,2019,Unknown,Unknown,288.0,111,11 +33181,2020,Unknown,Unknown,87.0,111,10 +33182,2020,Unknown,Unknown,44.0,111,11 +33183,2021,Unknown,Unknown,100.0,111,10 +33184,2021,Unknown,Unknown,65.0,111,11 +33185,2007,Unknown,Unknown,2.5,112,10 +33186,2007,Unknown,Unknown,2.5,112,11 +33187,2008,Unknown,Unknown,10.0,112,10 +33188,2008,Unknown,Unknown,2.5,112,11 +33189,2009,Unknown,Unknown,7.0,112,10 +33190,2009,Unknown,Unknown,2.5,112,11 +33191,2007,Unknown,Unknown,211.0,113,10 +33192,2007,Unknown,Unknown,40.0,113,11 +33193,2008,Unknown,Unknown,206.0,113,10 +33194,2008,Unknown,Unknown,28.0,113,11 +33195,2009,Unknown,Unknown,160.0,113,10 +33196,2009,Unknown,Unknown,22.0,113,11 +33197,2011,Unknown,Unknown,119.0,113,10 +33198,2011,Unknown,Unknown,35.0,113,11 +33199,2012,Unknown,Unknown,192.0,113,10 +33200,2012,Unknown,Unknown,98.0,113,11 +33201,2013,Unknown,Unknown,174.0,113,10 +33202,2013,Unknown,Unknown,88.0,113,11 +33203,2014,Unknown,Unknown,175.0,113,10 +33204,2014,Unknown,Unknown,89.0,113,11 +33205,2015,Unknown,Unknown,64.0,113,10 +33206,2015,Unknown,Unknown,75.0,113,11 +33207,2016,Unknown,Unknown,126.0,113,10 +33208,2016,Unknown,Unknown,106.0,113,11 +33209,2017,Unknown,Unknown,129.0,113,10 +33210,2017,Unknown,Unknown,120.0,113,11 +33211,2018,Unknown,Unknown,161.0,113,10 +33212,2018,Unknown,Unknown,204.0,113,11 +33213,2019,Unknown,Unknown,16.0,113,10 +33214,2019,Unknown,Unknown,110.0,113,11 +33215,2020,Unknown,Unknown,29.0,113,10 +33216,2020,Unknown,Unknown,29.0,113,11 +33217,2021,Unknown,Unknown,36.0,113,10 +33218,2021,Unknown,Unknown,15.0,113,11 +33219,2022,Unknown,Unknown,13.0,113,10 +33220,2022,Unknown,Unknown,28.0,113,11 +33221,2017,Unknown,Unknown,27.0,114,10 +33222,2017,Unknown,Unknown,2.5,114,11 +33223,2018,Unknown,Unknown,11.0,114,10 +33224,2018,Unknown,Unknown,2.5,114,11 +33225,2020,Unknown,Unknown,26.0,114,10 +33226,2020,Unknown,Unknown,2.5,114,11 +33227,2020,Unknown,Unknown,2.5,114,12 +33228,2021,Unknown,Unknown,19.0,114,10 +33229,2021,Unknown,Unknown,8.0,114,11 +33230,2021,Unknown,Unknown,2.5,114,12 +33231,2022,Unknown,Unknown,48.0,114,10 +33232,2022,Unknown,Unknown,2.5,114,11 +33233,2008,Unknown,Unknown,37.0,116,10 +33234,2008,Unknown,Unknown,19.0,116,11 +33235,2009,Unknown,Unknown,45.0,116,10 +33236,2009,Unknown,Unknown,2.5,116,11 +33237,2010,Unknown,Unknown,105.0,116,10 +33238,2010,Unknown,Unknown,120.0,116,11 +33239,2011,Unknown,Unknown,81.0,116,10 +33240,2011,Unknown,Unknown,41.0,116,11 +33241,2012,Unknown,Unknown,94.0,116,10 +33242,2012,Unknown,Unknown,7.0,116,11 +33243,2013,Unknown,Unknown,121.0,116,10 +33244,2013,Unknown,Unknown,2.5,116,11 +33245,2014,Unknown,Unknown,216.0,116,10 +33246,2014,Unknown,Unknown,19.0,116,11 +33247,2015,Unknown,Unknown,1028.0,116,10 +33248,2015,Unknown,Unknown,651.0,116,11 +33249,2016,Unknown,Unknown,882.0,116,10 +33250,2016,Unknown,Unknown,104.0,116,11 +33251,2017,Unknown,Unknown,771.0,116,10 +33252,2017,Unknown,Unknown,196.0,116,11 +33253,2018,Unknown,Unknown,344.0,116,10 +33254,2018,Unknown,Unknown,110.0,116,11 +33255,2020,Unknown,Unknown,442.0,116,10 +33256,2020,Unknown,Unknown,82.0,116,11 +33257,2021,Unknown,Unknown,15.0,116,10 +33258,2021,Unknown,Unknown,6.0,116,11 +33259,2022,Unknown,Unknown,82.0,116,10 +33260,2022,Unknown,Unknown,29.0,116,11 +33261,2019,Unknown,Unknown,2.5,117,10 +33262,2019,Unknown,Unknown,5.0,117,10 +33263,2019,Unknown,Unknown,2.5,117,11 +33264,2020,Unknown,Unknown,2.5,117,10 +33265,2020,Unknown,Unknown,2.5,117,10 +33266,2020,Unknown,Unknown,2.5,117,11 +33267,2021,Unknown,Unknown,2.5,117,10 +33268,2021,Unknown,Unknown,2.5,117,10 +33269,2021,Unknown,Unknown,2.5,117,11 +33270,2022,Unknown,Unknown,2.5,117,10 +33271,2022,Unknown,Unknown,2.5,117,10 +33272,2022,Unknown,Unknown,2.5,117,11 +33273,2010,Unknown,Unknown,12.0,118,10 +33274,2010,Unknown,Unknown,2.5,118,11 +33275,2011,Unknown,Unknown,11.0,118,10 +33276,2011,Unknown,Unknown,2.5,118,11 +33277,2012,Unknown,Unknown,6.0,118,10 +33278,2012,Unknown,Unknown,2.5,118,11 +33279,2013,Unknown,Unknown,15.0,118,10 +33280,2013,Unknown,Unknown,2.5,118,11 +33281,2014,Unknown,Unknown,7.0,118,10 +33282,2014,Unknown,Unknown,2.5,118,11 +33283,2015,Unknown,Unknown,2.5,118,10 +33284,2015,Unknown,Unknown,2.5,118,11 +33285,2016,Unknown,Unknown,6.0,118,10 +33286,2016,Unknown,Unknown,2.5,118,11 +33287,2017,Unknown,Unknown,2.5,118,10 +33288,2017,Unknown,Unknown,2.5,118,11 +33289,2018,Unknown,Unknown,9.0,118,10 +33290,2018,Unknown,Unknown,2.5,118,11 +33291,2019,Unknown,Unknown,6.0,118,10 +33292,2019,Unknown,Unknown,2.5,118,11 +33293,2020,Unknown,Unknown,6.0,118,10 +33294,2020,Unknown,Unknown,2.5,118,11 +33295,2021,Unknown,Unknown,9.0,118,10 +33296,2021,Unknown,Unknown,39.0,118,11 +33297,2022,Unknown,Unknown,8.0,118,10 +33298,2022,Unknown,Unknown,2.5,118,11 +33299,2007,Unknown,Unknown,2.5,119,10 +33300,2007,Unknown,Unknown,5.0,119,11 +33301,2017,Unknown,Unknown,20.0,119,10 +33302,2017,Unknown,Unknown,24.0,119,11 +33303,2018,Unknown,Unknown,9.0,119,10 +33304,2018,Unknown,Unknown,2.5,119,11 +33305,2007,Unknown,Unknown,7.0,120,10 +33306,2007,Unknown,Unknown,2.5,120,11 +33307,2008,Unknown,Unknown,2.5,120,10 +33308,2008,Unknown,Unknown,2.5,120,11 +33309,2009,Unknown,Unknown,2.5,120,10 +33310,2009,Unknown,Unknown,2.5,120,11 +33311,2010,Unknown,Unknown,2.5,120,10 +33312,2010,Unknown,Unknown,2.5,120,11 +33313,2011,Unknown,Unknown,2.5,120,10 +33314,2011,Unknown,Unknown,2.5,120,11 +33315,2011,Unknown,Unknown,2.5,120,12 +33316,2012,Unknown,Unknown,2.5,120,10 +33317,2012,Unknown,Unknown,2.5,120,11 +33318,2012,Unknown,Unknown,2.5,120,12 +33319,2013,Unknown,Unknown,10.0,120,10 +33320,2013,Unknown,Unknown,2.5,120,11 +33321,2013,Unknown,Unknown,2.5,120,12 +33322,2014,Unknown,Unknown,17.0,120,10 +33323,2014,Unknown,Unknown,2.5,120,11 +33324,2014,Unknown,Unknown,2.5,120,12 +33325,2015,Unknown,Unknown,2.5,120,10 +33326,2015,Unknown,Unknown,2.5,120,11 +33327,2015,Unknown,Unknown,2.5,120,12 +33328,2016,Unknown,Unknown,10.0,120,10 +33329,2016,Unknown,Unknown,17.0,120,11 +33330,2016,Unknown,Unknown,2.5,120,12 +33331,2017,Unknown,Unknown,6.0,120,10 +33332,2017,Unknown,Unknown,2.5,120,11 +33333,2017,Unknown,Unknown,2.5,120,12 +33334,2018,Unknown,Unknown,21.0,120,10 +33335,2018,Unknown,Unknown,14.0,120,11 +33336,2018,Unknown,Unknown,2.5,120,12 +33337,2019,Unknown,Unknown,2.5,120,10 +33338,2019,Unknown,Unknown,2.5,120,11 +33339,2019,Unknown,Unknown,2.5,120,12 +33340,2020,Unknown,Unknown,2.5,120,10 +33341,2020,Unknown,Unknown,2.5,120,11 +33342,2020,Unknown,Unknown,2.5,120,12 +33343,2021,Unknown,Unknown,2.5,120,10 +33344,2021,Unknown,Unknown,2.5,120,11 +33345,2021,Unknown,Unknown,2.5,120,12 +33346,2022,Unknown,Unknown,19.0,120,10 +33347,2022,Unknown,Unknown,2.5,120,11 +33348,2010,Unknown,Unknown,292.0,121,10 +33349,2010,Unknown,Unknown,89.0,121,11 +33350,2011,Unknown,Unknown,211.0,121,10 +33351,2011,Unknown,Unknown,45.0,121,11 +33352,2015,Unknown,Unknown,246.0,121,10 +33353,2015,Unknown,Unknown,397.0,121,11 +33354,2016,Unknown,Unknown,106.0,121,10 +33355,2016,Unknown,Unknown,201.0,121,11 +33356,2017,Unknown,Unknown,285.0,121,10 +33357,2017,Unknown,Unknown,68.0,121,11 +33358,2018,Unknown,Unknown,279.0,121,10 +33359,2018,Unknown,Unknown,38.0,121,11 +33360,2019,Unknown,Unknown,297.0,121,10 +33361,2019,Unknown,Unknown,61.0,121,11 +33362,2020,Unknown,Unknown,152.0,121,10 +33363,2020,Unknown,Unknown,15.0,121,11 +33364,2021,Unknown,Unknown,23.0,121,10 +33365,2021,Unknown,Unknown,6.0,121,11 +33366,2022,Unknown,Unknown,28.0,121,10 +33367,2022,Unknown,Unknown,25.0,121,11 +33368,2007,Unknown,Unknown,2.5,122,10 +33369,2007,Unknown,Unknown,2.5,122,11 +33370,2008,Unknown,Unknown,2.5,122,10 +33371,2008,Unknown,Unknown,2.5,122,11 +33372,2010,Unknown,Unknown,2.5,122,10 +33373,2010,Unknown,Unknown,2.5,122,11 +33374,2011,Unknown,Unknown,2.5,122,10 +33375,2011,Unknown,Unknown,2.5,122,11 +33376,2012,Unknown,Unknown,9.0,122,10 +33377,2012,Unknown,Unknown,2.5,122,11 +33378,2013,Unknown,Unknown,2.5,122,10 +33379,2013,Unknown,Unknown,2.5,122,11 +33380,2014,Unknown,Unknown,2.5,122,10 +33381,2015,Unknown,Unknown,2.5,122,10 +33382,2016,Unknown,Unknown,2.5,122,10 +33383,2017,Unknown,Unknown,2.5,122,10 +33384,2017,Unknown,Unknown,5.0,122,11 +33385,2020,Unknown,Unknown,21.0,122,10 +33386,2020,Unknown,Unknown,31.0,122,11 +33387,2021,Unknown,Unknown,2.5,122,10 +33388,2021,Unknown,Unknown,2.5,122,11 +33389,2022,Unknown,Unknown,13.0,122,10 +33390,2022,Unknown,Unknown,2.5,122,11 +33391,2012,Unknown,Unknown,21.0,123,10 +33392,2012,Unknown,Unknown,2.5,123,11 +33393,2013,Unknown,Unknown,2.5,123,10 +33394,2013,Unknown,Unknown,2.5,123,11 +33395,2014,Unknown,Unknown,29.0,123,10 +33396,2014,Unknown,Unknown,2.5,123,11 +33397,2015,Unknown,Unknown,25.0,123,10 +33398,2015,Unknown,Unknown,2.5,123,11 +33399,2016,Unknown,Unknown,60.0,123,10 +33400,2016,Unknown,Unknown,2.5,123,11 +33401,2017,Unknown,Unknown,26.0,123,10 +33402,2017,Unknown,Unknown,2.5,123,11 +33403,2018,Unknown,Unknown,2.5,123,10 +33404,2018,Unknown,Unknown,2.5,123,11 +33405,2019,Unknown,Unknown,2.5,123,10 +33406,2019,Unknown,Unknown,2.5,123,11 +33407,2020,Unknown,Unknown,2.5,123,10 +33408,2020,Unknown,Unknown,2.5,123,11 +33409,2021,Unknown,Unknown,26.0,123,10 +33410,2021,Unknown,Unknown,2.5,123,11 +33411,2021,Unknown,Unknown,2.5,123,12 +33412,2022,Unknown,Unknown,22.0,123,10 +33413,2022,Unknown,Unknown,2.5,123,11 +33414,2022,Unknown,Unknown,2.5,123,12 +33415,2012,Unknown,Unknown,13.0,124,10 +33416,2012,Unknown,Unknown,10.0,124,11 +33417,2018,Unknown,Unknown,7.0,124,10 +33418,2018,Unknown,Unknown,19.0,124,11 +33419,2019,Unknown,Unknown,12.0,124,10 +33420,2019,Unknown,Unknown,10.0,124,11 +33421,2020,Unknown,Unknown,2.5,124,10 +33422,2020,Unknown,Unknown,2.5,124,11 +33423,2021,Unknown,Unknown,2.5,124,10 +33424,2021,Unknown,Unknown,14.0,124,11 +33425,2022,Unknown,Unknown,2.5,124,10 +33426,2022,Unknown,Unknown,2.5,124,11 +33427,2017,Unknown,Unknown,2.5,125,10 +33428,2017,Unknown,Unknown,2.5,125,11 +33429,2022,Unknown,Unknown,7.0,125,10 +33430,2022,Unknown,Unknown,2.5,125,11 +33431,2007,Unknown,Unknown,12.0,126,10 +33432,2007,Unknown,Unknown,2.5,126,11 +33433,2008,Unknown,Unknown,12.0,126,10 +33434,2008,Unknown,Unknown,2.5,126,11 +33435,2009,Unknown,Unknown,8.0,126,10 +33436,2009,Unknown,Unknown,2.5,126,11 +33437,2010,Unknown,Unknown,2.5,126,10 +33438,2010,Unknown,Unknown,2.5,126,11 +33439,2012,Unknown,Unknown,14.0,126,10 +33440,2012,Unknown,Unknown,2.5,126,11 +33441,2013,Unknown,Unknown,12.0,126,10 +33442,2013,Unknown,Unknown,2.5,126,11 +33443,2014,Unknown,Unknown,8.0,126,10 +33444,2014,Unknown,Unknown,2.5,126,11 +33445,2015,Unknown,Unknown,7.0,126,10 +33446,2015,Unknown,Unknown,15.0,126,11 +33447,2016,Unknown,Unknown,15.0,126,10 +33448,2016,Unknown,Unknown,2.5,126,11 +33449,2017,Unknown,Unknown,2.5,126,10 +33450,2017,Unknown,Unknown,2.5,126,11 +33451,2018,Unknown,Unknown,5.0,126,10 +33452,2018,Unknown,Unknown,2.5,126,11 +33453,2019,Unknown,Unknown,6.0,126,10 +33454,2019,Unknown,Unknown,2.5,126,11 +33455,2020,Unknown,Unknown,19.0,126,10 +33456,2020,Unknown,Unknown,2.5,126,11 +33457,2021,Unknown,Unknown,2.5,126,10 +33458,2021,Unknown,Unknown,2.5,126,11 +33459,2022,Unknown,Unknown,2.5,126,10 +33460,2022,Unknown,Unknown,2.5,126,11 +33461,2014,Unknown,Unknown,295.0,128,10 +33462,2014,Unknown,Unknown,8.0,128,11 +33463,2015,Unknown,Unknown,300.0,128,10 +33464,2015,Unknown,Unknown,5.0,128,11 +33465,2016,Unknown,Unknown,589.0,128,10 +33466,2016,Unknown,Unknown,87.0,128,11 +33467,2017,Unknown,Unknown,859.0,128,10 +33468,2017,Unknown,Unknown,260.0,128,11 +33469,2018,Unknown,Unknown,74.0,128,10 +33470,2018,Unknown,Unknown,40.0,128,11 +33471,2019,Unknown,Unknown,87.0,128,10 +33472,2019,Unknown,Unknown,2.5,128,11 +33473,2020,Unknown,Unknown,74.0,128,10 +33474,2020,Unknown,Unknown,9.0,128,11 +33475,2021,Unknown,Unknown,71.0,128,10 +33476,2021,Unknown,Unknown,46.0,128,11 +33477,2022,Unknown,Unknown,44.0,128,10 +33478,2022,Unknown,Unknown,36.0,128,11 +33479,2012,Unknown,Unknown,2.5,129,10 +33480,2012,Unknown,Unknown,2.5,129,11 +33481,2017,Unknown,Unknown,15.0,129,10 +33482,2017,Unknown,Unknown,7.0,129,11 +33483,2018,Unknown,Unknown,12.0,129,10 +33484,2018,Unknown,Unknown,9.0,129,11 +33485,2019,Unknown,Unknown,17.0,129,10 +33486,2019,Unknown,Unknown,19.0,129,11 +33487,2020,Unknown,Unknown,8.0,129,10 +33488,2020,Unknown,Unknown,2.5,129,11 +33489,2021,Unknown,Unknown,2.5,129,10 +33490,2021,Unknown,Unknown,2.5,129,11 +33491,2014,Unknown,Unknown,2.5,130,10 +33492,2014,Unknown,Unknown,2.5,130,11 +33493,2015,Unknown,Unknown,59.0,130,10 +33494,2015,Unknown,Unknown,49.0,130,11 +33495,2016,Unknown,Unknown,47.0,130,10 +33496,2016,Unknown,Unknown,20.0,130,11 +33497,2017,Unknown,Unknown,120.0,130,10 +33498,2017,Unknown,Unknown,44.0,130,11 +33499,2018,Unknown,Unknown,43.0,130,10 +33500,2018,Unknown,Unknown,17.0,130,11 +33501,2019,Unknown,Unknown,15.0,130,10 +33502,2019,Unknown,Unknown,2.5,130,11 +33503,2020,Unknown,Unknown,9.0,130,10 +33504,2020,Unknown,Unknown,2.5,130,11 +33505,2022,Unknown,Unknown,34.0,130,10 +33506,2022,Unknown,Unknown,34.0,130,11 +33507,2010,Unknown,Unknown,734.0,131,10 +33508,2010,Unknown,Unknown,281.0,131,11 +33509,2011,Unknown,Unknown,706.0,131,10 +33510,2011,Unknown,Unknown,270.0,131,11 +33511,2012,Unknown,Unknown,595.0,131,10 +33512,2012,Unknown,Unknown,149.0,131,11 +33513,2013,Unknown,Unknown,466.0,131,10 +33514,2013,Unknown,Unknown,502.0,131,11 +33515,2014,Unknown,Unknown,511.0,131,10 +33516,2014,Unknown,Unknown,519.0,131,11 +33517,2015,Unknown,Unknown,531.0,131,10 +33518,2015,Unknown,Unknown,363.0,131,11 +33519,2016,Unknown,Unknown,820.0,131,10 +33520,2016,Unknown,Unknown,197.0,131,11 +33521,2017,Unknown,Unknown,1424.0,131,10 +33522,2017,Unknown,Unknown,466.0,131,11 +33523,2018,Unknown,Unknown,980.0,131,10 +33524,2018,Unknown,Unknown,193.0,131,11 +33525,2019,Unknown,Unknown,929.0,131,10 +33526,2019,Unknown,Unknown,223.0,131,11 +33527,2020,Unknown,Unknown,868.0,131,10 +33528,2020,Unknown,Unknown,219.0,131,11 +33529,2021,Unknown,Unknown,1226.0,131,10 +33530,2021,Unknown,Unknown,244.0,131,11 +33531,2022,Unknown,Unknown,2229.0,131,10 +33532,2022,Unknown,Unknown,654.0,131,11 +33533,2013,Unknown,Unknown,31.0,132,10 +33534,2013,Unknown,Unknown,10.0,132,11 +33535,2018,Unknown,Unknown,24.0,132,10 +33536,2018,Unknown,Unknown,8.0,132,11 +33537,2020,Unknown,Unknown,2.5,132,10 +33538,2020,Unknown,Unknown,2.5,132,11 +33539,2021,Unknown,Unknown,7.0,132,10 +33540,2021,Unknown,Unknown,2.5,132,11 +33541,2021,Unknown,Unknown,7.0,132,12 +33542,2022,Unknown,Unknown,7.0,132,10 +33543,2022,Unknown,Unknown,2.5,132,11 +33544,2022,Unknown,Unknown,2.5,132,12 +33545,2022,Unknown,Unknown,2.5,132,12 +33546,2007,Unknown,Unknown,664.0,134,10 +33547,2007,Unknown,Unknown,49.0,134,11 +33548,2008,Unknown,Unknown,779.0,134,10 +33549,2008,Unknown,Unknown,46.0,134,11 +33550,2009,Unknown,Unknown,761.0,134,10 +33551,2009,Unknown,Unknown,138.0,134,11 +33552,2010,Unknown,Unknown,870.0,134,10 +33553,2010,Unknown,Unknown,112.0,134,11 +33554,2011,Unknown,Unknown,983.0,134,10 +33555,2011,Unknown,Unknown,225.0,134,11 +33556,2012,Unknown,Unknown,1501.0,134,10 +33557,2012,Unknown,Unknown,197.0,134,11 +33558,2013,Unknown,Unknown,1262.0,134,10 +33559,2013,Unknown,Unknown,163.0,134,11 +33560,2014,Unknown,Unknown,970.0,134,10 +33561,2014,Unknown,Unknown,223.0,134,11 +33562,2015,Unknown,Unknown,806.0,134,10 +33563,2015,Unknown,Unknown,198.0,134,11 +33564,2016,Unknown,Unknown,653.0,134,10 +33565,2016,Unknown,Unknown,154.0,134,11 +33566,2017,Unknown,Unknown,689.0,134,10 +33567,2017,Unknown,Unknown,253.0,134,11 +33568,2017,Unknown,Unknown,2.5,134,12 +33569,2018,Unknown,Unknown,419.0,134,10 +33570,2018,Unknown,Unknown,249.0,134,11 +33571,2018,Unknown,Unknown,2.5,134,12 +33572,2021,Unknown,Unknown,507.0,134,10 +33573,2021,Unknown,Unknown,262.0,134,11 +33574,2022,Unknown,Unknown,500.0,134,10 +33575,2022,Unknown,Unknown,308.0,134,11 +33576,2007,Unknown,Unknown,174.0,135,10 +33577,2007,Unknown,Unknown,29.0,135,11 +33578,2008,Unknown,Unknown,195.0,135,10 +33579,2008,Unknown,Unknown,61.0,135,11 +33580,2009,Unknown,Unknown,241.0,135,10 +33581,2009,Unknown,Unknown,51.0,135,11 +33582,2011,Unknown,Unknown,105.0,135,10 +33583,2011,Unknown,Unknown,29.0,135,11 +33584,2012,Unknown,Unknown,92.0,135,10 +33585,2012,Unknown,Unknown,44.0,135,11 +33586,2013,Unknown,Unknown,101.0,135,10 +33587,2013,Unknown,Unknown,23.0,135,11 +33588,2014,Unknown,Unknown,252.0,135,10 +33589,2014,Unknown,Unknown,72.0,135,11 +33590,2015,Unknown,Unknown,232.0,135,10 +33591,2015,Unknown,Unknown,69.0,135,11 +33592,2016,Unknown,Unknown,206.0,135,10 +33593,2016,Unknown,Unknown,55.0,135,11 +33594,2018,Unknown,Unknown,91.0,135,10 +33595,2018,Unknown,Unknown,22.0,135,11 +33596,2019,Unknown,Unknown,174.0,135,10 +33597,2019,Unknown,Unknown,67.0,135,11 +33598,2020,Unknown,Unknown,180.0,135,10 +33599,2020,Unknown,Unknown,74.0,135,11 +33600,2008,Unknown,Unknown,120.0,136,10 +33601,2008,Unknown,Unknown,25.0,136,11 +33602,2009,Unknown,Unknown,173.0,136,10 +33603,2009,Unknown,Unknown,24.0,136,11 +33604,2013,Unknown,Unknown,203.0,136,10 +33605,2014,Unknown,Unknown,199.0,136,10 +33606,2016,Unknown,Unknown,352.0,136,10 +33607,2016,Unknown,Unknown,2.5,136,11 +33608,2017,Unknown,Unknown,308.0,136,10 +33609,2017,Unknown,Unknown,2.5,136,11 +33610,2018,Unknown,Unknown,427.0,136,10 +33611,2018,Unknown,Unknown,119.0,136,11 +33612,2019,Unknown,Unknown,264.0,136,10 +33613,2019,Unknown,Unknown,15.0,136,11 +33614,2020,Unknown,Unknown,294.0,136,10 +33615,2020,Unknown,Unknown,1078.0,136,11 +33616,2021,Unknown,Unknown,282.0,136,10 +33617,2021,Unknown,Unknown,12.0,136,11 +33618,2007,Unknown,Unknown,2.5,138,10 +33619,2007,Unknown,Unknown,2.5,138,11 +33620,2008,Unknown,Unknown,2.5,138,10 +33621,2008,Unknown,Unknown,2.5,138,11 +33622,2009,Unknown,Unknown,2.5,138,10 +33623,2009,Unknown,Unknown,2.5,138,11 +33624,2010,Unknown,Unknown,2.5,138,10 +33625,2010,Unknown,Unknown,2.5,138,11 +33626,2015,Unknown,Unknown,2.5,138,10 +33627,2015,Unknown,Unknown,18.0,138,11 +33628,2016,Unknown,Unknown,6.0,138,10 +33629,2016,Unknown,Unknown,13.0,138,11 +33630,2017,Unknown,Unknown,2.5,138,10 +33631,2017,Unknown,Unknown,2.5,138,11 +33632,2018,Unknown,Unknown,2.5,138,10 +33633,2018,Unknown,Unknown,9.0,138,11 +33634,2019,Unknown,Unknown,2.5,138,10 +33635,2019,Unknown,Unknown,2.5,138,11 +33636,2020,Unknown,Unknown,2.5,138,10 +33637,2020,Unknown,Unknown,2.5,138,11 +33638,2021,Unknown,Unknown,2.5,138,10 +33639,2021,Unknown,Unknown,2.5,138,11 +33640,2022,Unknown,Unknown,2.5,138,10 +33641,2022,Unknown,Unknown,2.5,138,11 +33642,2009,Unknown,Unknown,34.0,139,10 +33643,2009,Unknown,Unknown,2.5,139,11 +33644,2013,Unknown,Unknown,2.5,139,10 +33645,2013,Unknown,Unknown,2.5,139,11 +33646,2014,Unknown,Unknown,2.5,139,10 +33647,2014,Unknown,Unknown,2.5,139,11 +33648,2015,Unknown,Unknown,2.5,139,10 +33649,2015,Unknown,Unknown,2.5,139,11 +33650,2016,Unknown,Unknown,12.0,139,10 +33651,2016,Unknown,Unknown,2.5,139,11 +33652,2017,Unknown,Unknown,22.0,139,10 +33653,2017,Unknown,Unknown,2.5,139,11 +33654,2018,Unknown,Unknown,14.0,139,10 +33655,2018,Unknown,Unknown,7.0,139,11 +33656,2019,Unknown,Unknown,5.0,139,10 +33657,2019,Unknown,Unknown,2.5,139,11 +33658,2020,Unknown,Unknown,6.0,139,10 +33659,2020,Unknown,Unknown,2.5,139,11 +33660,2021,Unknown,Unknown,12.0,139,10 +33661,2021,Unknown,Unknown,2.5,139,11 +33662,2022,Unknown,Unknown,2.5,139,10 +33663,2022,Unknown,Unknown,2.5,139,11 +33664,2019,Unknown,Unknown,15255.0,140,10 +33665,2019,Unknown,Unknown,16518.0,140,11 +33666,2020,Unknown,Unknown,16427.0,140,10 +33667,2020,Unknown,Unknown,3618.0,140,11 +33668,2021,Unknown,Unknown,17000.0,140,10 +33669,2021,Unknown,Unknown,4243.0,140,11 +33670,2022,Unknown,Unknown,20200.0,140,10 +33671,2022,Unknown,Unknown,6335.0,140,11 +33672,2022,Unknown,Unknown,2.5,140,12 +33673,2013,Unknown,Unknown,7.0,141,10 +33674,2013,Unknown,Unknown,2.5,141,11 +33675,2014,Unknown,Unknown,9.0,141,10 +33676,2014,Unknown,Unknown,7.0,141,11 +33677,2015,Unknown,Unknown,48.0,141,10 +33678,2015,Unknown,Unknown,2.5,141,11 +33679,2016,Unknown,Unknown,51.0,141,10 +33680,2016,Unknown,Unknown,33.0,141,11 +33681,2017,Unknown,Unknown,34.0,141,10 +33682,2017,Unknown,Unknown,2.5,141,11 +33683,2018,Unknown,Unknown,22.0,141,10 +33684,2018,Unknown,Unknown,6.0,141,11 +33685,2021,Unknown,Unknown,2.5,141,10 +33686,2021,Unknown,Unknown,2.5,141,11 +33687,2007,Unknown,Unknown,157.0,142,10 +33688,2007,Unknown,Unknown,5.0,142,11 +33689,2008,Unknown,Unknown,199.0,142,10 +33690,2008,Unknown,Unknown,12.0,142,11 +33691,2009,Unknown,Unknown,169.0,142,10 +33692,2009,Unknown,Unknown,27.0,142,11 +33693,2010,Unknown,Unknown,140.0,142,10 +33694,2010,Unknown,Unknown,113.0,142,11 +33695,2011,Unknown,Unknown,260.0,142,10 +33696,2011,Unknown,Unknown,26.0,142,11 +33697,2014,Unknown,Unknown,182.0,142,10 +33698,2014,Unknown,Unknown,30.0,142,11 +33699,2015,Unknown,Unknown,344.0,142,10 +33700,2015,Unknown,Unknown,132.0,142,11 +33701,2016,Unknown,Unknown,499.0,142,10 +33702,2016,Unknown,Unknown,40.0,142,11 +33703,2017,Unknown,Unknown,595.0,142,10 +33704,2017,Unknown,Unknown,130.0,142,11 +33705,2018,Unknown,Unknown,655.0,142,10 +33706,2018,Unknown,Unknown,79.0,142,11 +33707,2019,Unknown,Unknown,442.0,142,10 +33708,2019,Unknown,Unknown,67.0,142,11 +33709,2020,Unknown,Unknown,320.0,142,10 +33710,2020,Unknown,Unknown,52.0,142,11 +33711,2021,Unknown,Unknown,426.0,142,10 +33712,2021,Unknown,Unknown,109.0,142,11 +33713,2022,Unknown,Unknown,538.0,142,10 +33714,2022,Unknown,Unknown,93.0,142,11 +33715,2007,Unknown,Unknown,65.0,143,10 +33716,2007,Unknown,Unknown,17.0,143,11 +33717,2008,Unknown,Unknown,121.0,143,10 +33718,2008,Unknown,Unknown,15.0,143,11 +33719,2009,Unknown,Unknown,38.0,143,10 +33720,2009,Unknown,Unknown,7.0,143,11 +33721,2012,Unknown,Unknown,696.0,143,10 +33722,2012,Unknown,Unknown,67.0,143,11 +33723,2013,Unknown,Unknown,675.0,143,10 +33724,2013,Unknown,Unknown,120.0,143,11 +33725,2014,Unknown,Unknown,965.0,143,10 +33726,2014,Unknown,Unknown,159.0,143,11 +33727,2015,Unknown,Unknown,617.0,143,10 +33728,2015,Unknown,Unknown,144.0,143,11 +33729,2016,Unknown,Unknown,491.0,143,10 +33730,2016,Unknown,Unknown,112.0,143,11 +33731,2021,Unknown,Unknown,181.0,143,10 +33732,2021,Unknown,Unknown,57.0,143,11 +33733,2017,Unknown,Unknown,2.5,144,10 +33734,2017,Unknown,Unknown,2.5,144,11 +33735,2018,Unknown,Unknown,5.0,144,10 +33736,2018,Unknown,Unknown,13.0,144,11 +33737,2019,Unknown,Unknown,2.5,144,10 +33738,2019,Unknown,Unknown,2.5,144,10 +33739,2019,Unknown,Unknown,2.5,144,11 +33740,2020,Unknown,Unknown,2.5,144,10 +33741,2020,Unknown,Unknown,2.5,144,10 +33742,2020,Unknown,Unknown,2.5,144,11 +33743,2021,Unknown,Unknown,2.5,144,10 +33744,2021,Unknown,Unknown,2.5,144,10 +33745,2021,Unknown,Unknown,2.5,144,11 +33746,2022,Unknown,Unknown,2.5,144,10 +33747,2022,Unknown,Unknown,2.5,144,10 +33748,2022,Unknown,Unknown,2.5,144,11 +33749,2014,Unknown,Unknown,84.0,146,10 +33750,2014,Unknown,Unknown,14.0,146,11 +33751,2015,Unknown,Unknown,47.0,146,10 +33752,2015,Unknown,Unknown,11.0,146,11 +33753,2016,Unknown,Unknown,74.0,146,10 +33754,2016,Unknown,Unknown,47.0,146,11 +33755,2017,Unknown,Unknown,30.0,146,10 +33756,2017,Unknown,Unknown,52.0,146,11 +33757,2018,Unknown,Unknown,42.0,146,10 +33758,2018,Unknown,Unknown,24.0,146,11 +33759,2019,Unknown,Unknown,18.0,146,10 +33760,2019,Unknown,Unknown,6.0,146,11 +33761,2020,Unknown,Unknown,10.0,146,10 +33762,2020,Unknown,Unknown,7.0,146,11 +33763,2021,Unknown,Unknown,2.5,146,10 +33764,2021,Unknown,Unknown,20.0,146,10 +33765,2021,Unknown,Unknown,5.0,146,11 +33766,2022,Unknown,Unknown,19.0,146,10 +33767,2022,Unknown,Unknown,12.0,146,11 +33768,2008,Unknown,Unknown,26.0,147,10 +33769,2008,Unknown,Unknown,16.0,147,11 +33770,2009,Unknown,Unknown,15.0,147,10 +33771,2009,Unknown,Unknown,2.5,147,11 +33772,2010,Unknown,Unknown,10.0,147,10 +33773,2010,Unknown,Unknown,8.0,147,11 +33774,2011,Unknown,Unknown,10.0,147,10 +33775,2011,Unknown,Unknown,23.0,147,11 +33776,2012,Unknown,Unknown,8.0,147,10 +33777,2012,Unknown,Unknown,2.5,147,11 +33778,2013,Unknown,Unknown,45.0,147,10 +33779,2013,Unknown,Unknown,99.0,147,11 +33780,2014,Unknown,Unknown,19.0,147,10 +33781,2014,Unknown,Unknown,14.0,147,11 +33782,2016,Unknown,Unknown,22.0,147,10 +33783,2016,Unknown,Unknown,105.0,147,11 +33784,2017,Unknown,Unknown,31.0,147,10 +33785,2017,Unknown,Unknown,29.0,147,11 +33786,2018,Unknown,Unknown,29.0,147,10 +33787,2018,Unknown,Unknown,41.0,147,11 +33788,2019,Unknown,Unknown,19.0,147,10 +33789,2019,Unknown,Unknown,43.0,147,11 +33790,2020,Unknown,Unknown,5.0,147,10 +33791,2020,Unknown,Unknown,8.0,147,11 +33792,2021,Unknown,Unknown,47.0,147,10 +33793,2021,Unknown,Unknown,127.0,147,11 +33794,2022,Unknown,Unknown,57.0,147,10 +33795,2022,Unknown,Unknown,152.0,147,11 +33796,2007,Unknown,Unknown,35.0,148,10 +33797,2007,Unknown,Unknown,2.5,148,11 +33798,2008,Unknown,Unknown,50.0,148,10 +33799,2008,Unknown,Unknown,2.5,148,11 +33800,2009,Unknown,Unknown,52.0,148,10 +33801,2009,Unknown,Unknown,36.0,148,11 +33802,2010,Unknown,Unknown,49.0,148,10 +33803,2010,Unknown,Unknown,14.0,148,11 +33804,2011,Unknown,Unknown,61.0,148,10 +33805,2011,Unknown,Unknown,87.0,148,11 +33806,2012,Unknown,Unknown,67.0,148,10 +33807,2012,Unknown,Unknown,17.0,148,11 +33808,2013,Unknown,Unknown,50.0,148,10 +33809,2013,Unknown,Unknown,16.0,148,11 +33810,2014,Unknown,Unknown,94.0,148,10 +33811,2014,Unknown,Unknown,14.0,148,11 +33812,2015,Unknown,Unknown,110.0,148,10 +33813,2015,Unknown,Unknown,17.0,148,11 +33814,2016,Unknown,Unknown,63.0,148,10 +33815,2016,Unknown,Unknown,42.0,148,11 +33816,2017,Unknown,Unknown,20.0,148,10 +33817,2017,Unknown,Unknown,2.5,148,11 +33818,2019,Unknown,Unknown,68.0,148,10 +33819,2019,Unknown,Unknown,28.0,148,11 +33820,2020,Unknown,Unknown,111.0,148,10 +33821,2020,Unknown,Unknown,61.0,148,11 +33822,2022,Unknown,Unknown,46.0,148,10 +33823,2022,Unknown,Unknown,29.0,148,11 +33824,2007,Unknown,Unknown,13.0,150,10 +33825,2007,Unknown,Unknown,14.0,150,11 +33826,2008,Unknown,Unknown,19.0,150,10 +33827,2008,Unknown,Unknown,26.0,150,11 +33828,2009,Unknown,Unknown,18.0,150,10 +33829,2009,Unknown,Unknown,2.5,150,11 +33830,2010,Unknown,Unknown,16.0,150,10 +33831,2010,Unknown,Unknown,10.0,150,11 +33832,2011,Unknown,Unknown,52.0,150,10 +33833,2011,Unknown,Unknown,162.0,150,11 +33834,2016,Unknown,Unknown,2.5,150,10 +33835,2016,Unknown,Unknown,2.5,150,11 +33836,2017,Unknown,Unknown,2.5,150,10 +33837,2017,Unknown,Unknown,2.5,150,11 +33838,2018,Unknown,Unknown,2.5,150,10 +33839,2018,Unknown,Unknown,2.5,150,11 +33840,2019,Unknown,Unknown,2.5,150,10 +33841,2019,Unknown,Unknown,6.0,150,10 +33842,2019,Unknown,Unknown,2.5,150,11 +33843,2020,Unknown,Unknown,2.5,150,10 +33844,2020,Unknown,Unknown,2.5,150,11 +33845,2021,Unknown,Unknown,2.5,150,10 +33846,2021,Unknown,Unknown,10.0,150,10 +33847,2021,Unknown,Unknown,2.5,150,11 +33848,2021,Unknown,Unknown,17.0,150,11 +33849,2022,Unknown,Unknown,6.0,150,10 +33850,2022,Unknown,Unknown,9.0,150,11 +33851,2007,Unknown,Unknown,931.0,151,10 +33852,2007,Unknown,Unknown,820.0,151,11 +33853,2008,Unknown,Unknown,614.0,151,10 +33854,2008,Unknown,Unknown,626.0,151,11 +33855,2009,Unknown,Unknown,420.0,151,10 +33856,2009,Unknown,Unknown,360.0,151,11 +33857,2010,Unknown,Unknown,650.0,151,10 +33858,2010,Unknown,Unknown,504.0,151,11 +33859,2010,Unknown,Unknown,2.5,151,12 +33860,2011,Unknown,Unknown,664.0,151,10 +33861,2011,Unknown,Unknown,384.0,151,11 +33862,2011,Unknown,Unknown,2.5,151,12 +33863,2012,Unknown,Unknown,348.0,151,10 +33864,2012,Unknown,Unknown,328.0,151,10 +33865,2012,Unknown,Unknown,366.0,151,11 +33866,2012,Unknown,Unknown,2.5,151,12 +33867,2013,Unknown,Unknown,577.0,151,10 +33868,2013,Unknown,Unknown,319.0,151,11 +33869,2013,Unknown,Unknown,2.5,151,12 +33870,2014,Unknown,Unknown,563.0,151,10 +33871,2014,Unknown,Unknown,194.0,151,11 +33872,2014,Unknown,Unknown,2.5,151,12 +33873,2015,Unknown,Unknown,583.0,151,10 +33874,2015,Unknown,Unknown,297.0,151,11 +33875,2015,Unknown,Unknown,2.5,151,12 +33876,2016,Unknown,Unknown,584.0,151,10 +33877,2016,Unknown,Unknown,170.0,151,11 +33878,2016,Unknown,Unknown,2.5,151,12 +33879,2017,Unknown,Unknown,506.0,151,10 +33880,2017,Unknown,Unknown,156.0,151,11 +33881,2017,Unknown,Unknown,2.5,151,12 +33882,2018,Unknown,Unknown,363.0,151,10 +33883,2018,Unknown,Unknown,134.0,151,11 +33884,2018,Unknown,Unknown,2.5,151,12 +33885,2019,Unknown,Unknown,581.0,151,10 +33886,2019,Unknown,Unknown,117.0,151,11 +33887,2019,Unknown,Unknown,2.5,151,12 +33888,2020,Unknown,Unknown,463.0,151,10 +33889,2020,Unknown,Unknown,133.0,151,11 +33890,2020,Unknown,Unknown,2.5,151,12 +33891,2021,Unknown,Unknown,444.0,151,10 +33892,2021,Unknown,Unknown,61.0,151,11 +33893,2021,Unknown,Unknown,2.5,151,12 +33894,2022,Unknown,Unknown,400.0,151,10 +33895,2022,Unknown,Unknown,100.0,151,11 +33896,2017,Unknown,Unknown,175.0,152,10 +33897,2017,Unknown,Unknown,34.0,152,11 +33898,2018,Unknown,Unknown,238.0,152,10 +33899,2018,Unknown,Unknown,89.0,152,11 +33900,2019,Unknown,Unknown,298.0,152,10 +33901,2019,Unknown,Unknown,44.0,152,11 +33902,2020,Unknown,Unknown,237.0,152,10 +33903,2020,Unknown,Unknown,53.0,152,11 +33904,2017,Unknown,Unknown,21.0,153,10 +33905,2017,Unknown,Unknown,9.0,153,11 +33906,2019,Unknown,Unknown,142.0,154,10 +33907,2019,Unknown,Unknown,343.0,154,11 +33908,2020,Unknown,Unknown,146.0,154,10 +33909,2020,Unknown,Unknown,27.0,154,11 +33910,2018,Unknown,Unknown,148.0,155,10 +33911,2018,Unknown,Unknown,273.0,155,11 +33912,2011,Unknown,Unknown,2.5,156,10 +33913,2011,Unknown,Unknown,2.5,156,11 +33914,2014,Unknown,Unknown,2.5,156,10 +33915,2015,Unknown,Unknown,2.5,156,10 +33916,2015,Unknown,Unknown,2.5,156,11 +33917,2007,Unknown,Unknown,2.5,157,10 +33918,2007,Unknown,Unknown,2.5,157,11 +33919,2008,Unknown,Unknown,2.5,157,10 +33920,2008,Unknown,Unknown,2.5,157,11 +33921,2009,Unknown,Unknown,7.0,157,10 +33922,2009,Unknown,Unknown,2.5,157,11 +33923,2010,Unknown,Unknown,118.0,157,10 +33924,2010,Unknown,Unknown,17.0,157,11 +33925,2015,Unknown,Unknown,18.0,157,10 +33926,2015,Unknown,Unknown,2.5,157,11 +33927,2016,Unknown,Unknown,17.0,157,10 +33928,2017,Unknown,Unknown,16.0,157,10 +33929,2017,Unknown,Unknown,2.5,157,11 +33930,2018,Unknown,Unknown,2.5,157,10 +33931,2018,Unknown,Unknown,2.5,157,11 +33932,2019,Unknown,Unknown,2.5,157,10 +33933,2019,Unknown,Unknown,2.5,157,11 +33934,2020,Unknown,Unknown,2.5,157,10 +33935,2020,Unknown,Unknown,2.5,157,11 +33936,2021,Unknown,Unknown,2.5,157,10 +33937,2021,Unknown,Unknown,2.5,157,11 +33938,2022,Unknown,Unknown,2.5,157,10 +33939,2022,Unknown,Unknown,2.5,157,11 +33940,2017,Unknown,Unknown,2.5,158,10 +33941,2017,Unknown,Unknown,2.5,158,11 +33942,2018,Unknown,Unknown,2.5,158,10 +33943,2018,Unknown,Unknown,2.5,158,11 +33944,2019,Unknown,Unknown,8.0,158,10 +33945,2019,Unknown,Unknown,2.5,158,11 +33946,2020,Unknown,Unknown,2.5,158,10 +33947,2020,Unknown,Unknown,2.5,158,11 +33948,2010,Unknown,Unknown,5.0,159,10 +33949,2010,Unknown,Unknown,2.5,159,11 +33950,2017,Unknown,Unknown,9.0,159,10 +33951,2017,Unknown,Unknown,2.5,159,11 +33952,2019,Unknown,Unknown,15.0,159,10 +33953,2019,Unknown,Unknown,7.0,159,11 +33954,2020,Unknown,Unknown,45.0,159,10 +33955,2020,Unknown,Unknown,9.0,159,11 +33956,2021,Unknown,Unknown,56.0,159,10 +33957,2021,Unknown,Unknown,20.0,159,11 +33958,2022,Unknown,Unknown,36.0,159,10 +33959,2022,Unknown,Unknown,17.0,159,11 +33960,2007,Unknown,Unknown,44.0,160,10 +33961,2007,Unknown,Unknown,5.0,160,11 +33962,2008,Unknown,Unknown,72.0,160,10 +33963,2008,Unknown,Unknown,6.0,160,11 +33964,2009,Unknown,Unknown,47.0,160,10 +33965,2009,Unknown,Unknown,2.5,160,11 +33966,2010,Unknown,Unknown,64.0,160,10 +33967,2010,Unknown,Unknown,8.0,160,11 +33968,2011,Unknown,Unknown,65.0,160,10 +33969,2011,Unknown,Unknown,2.5,160,11 +33970,2012,Unknown,Unknown,66.0,160,10 +33971,2012,Unknown,Unknown,2.5,160,11 +33972,2013,Unknown,Unknown,78.0,160,10 +33973,2013,Unknown,Unknown,6.0,160,11 +33974,2014,Unknown,Unknown,81.0,160,10 +33975,2014,Unknown,Unknown,5.0,160,11 +33976,2015,Unknown,Unknown,42.0,160,10 +33977,2015,Unknown,Unknown,2.5,160,11 +33978,2016,Unknown,Unknown,21.0,160,10 +33979,2016,Unknown,Unknown,28.0,160,11 +33980,2017,Unknown,Unknown,40.0,160,10 +33981,2017,Unknown,Unknown,5.0,160,11 +33982,2017,Unknown,Unknown,2.5,160,12 +33983,2018,Unknown,Unknown,47.0,160,10 +33984,2018,Unknown,Unknown,15.0,160,11 +33985,2018,Unknown,Unknown,2.5,160,12 +33986,2019,Unknown,Unknown,15.0,160,10 +33987,2019,Unknown,Unknown,11.0,160,11 +33988,2019,Unknown,Unknown,2.5,160,12 +33989,2020,Unknown,Unknown,17.0,160,10 +33990,2020,Unknown,Unknown,2.5,160,11 +33991,2020,Unknown,Unknown,2.5,160,12 +33992,2021,Unknown,Unknown,22.0,160,10 +33993,2021,Unknown,Unknown,2.5,160,11 +33994,2022,Unknown,Unknown,15.0,160,10 +33995,2022,Unknown,Unknown,2.5,160,11 +33996,2022,Unknown,Unknown,2.5,160,12 +33997,2007,Unknown,Unknown,34.0,162,10 +33998,2007,Unknown,Unknown,62.0,162,11 +33999,2008,Unknown,Unknown,39.0,162,10 +34000,2008,Unknown,Unknown,9.0,162,11 +34001,2009,Unknown,Unknown,66.0,162,10 +34002,2009,Unknown,Unknown,19.0,162,11 +34003,2010,Unknown,Unknown,70.0,162,10 +34004,2010,Unknown,Unknown,6.0,162,11 +34005,2011,Unknown,Unknown,52.0,162,10 +34006,2011,Unknown,Unknown,22.0,162,11 +34007,2012,Unknown,Unknown,61.0,162,10 +34008,2012,Unknown,Unknown,18.0,162,11 +34009,2013,Unknown,Unknown,47.0,162,10 +34010,2013,Unknown,Unknown,29.0,162,11 +34011,2014,Unknown,Unknown,44.0,162,10 +34012,2014,Unknown,Unknown,8.0,162,11 +34013,2015,Unknown,Unknown,23.0,162,10 +34014,2015,Unknown,Unknown,9.0,162,11 +34015,2016,Unknown,Unknown,28.0,162,10 +34016,2016,Unknown,Unknown,2.5,162,11 +34017,2017,Unknown,Unknown,21.0,162,10 +34018,2017,Unknown,Unknown,2.5,162,11 +34019,2018,Unknown,Unknown,29.0,162,10 +34020,2018,Unknown,Unknown,2.5,162,11 +34021,2019,Unknown,Unknown,21.0,162,10 +34022,2019,Unknown,Unknown,12.0,162,11 +34023,2020,Unknown,Unknown,27.0,162,10 +34024,2020,Unknown,Unknown,11.0,162,11 +34025,2021,Unknown,Unknown,37.0,162,10 +34026,2021,Unknown,Unknown,24.0,162,11 +34027,2022,Unknown,Unknown,28.0,162,10 +34028,2022,Unknown,Unknown,34.0,162,11 +34029,2018,Unknown,Unknown,2.5,164,10 +34030,2019,Unknown,Unknown,2.5,164,10 +34031,2019,Unknown,Unknown,2.5,164,11 +34032,2020,Unknown,Unknown,2.5,164,10 +34033,2020,Unknown,Unknown,2.5,164,11 +34034,2021,Unknown,Unknown,10.0,164,10 +34035,2021,Unknown,Unknown,2.5,164,11 +34036,2008,Unknown,Unknown,17.0,165,10 +34037,2008,Unknown,Unknown,2.5,165,11 +34038,2009,Unknown,Unknown,15.0,165,10 +34039,2009,Unknown,Unknown,9.0,165,11 +34040,2010,Unknown,Unknown,14.0,165,10 +34041,2010,Unknown,Unknown,14.0,165,11 +34042,2011,Unknown,Unknown,18.0,165,10 +34043,2011,Unknown,Unknown,13.0,165,11 +34044,2012,Unknown,Unknown,17.0,165,10 +34045,2012,Unknown,Unknown,6.0,165,11 +34046,2013,Unknown,Unknown,21.0,165,10 +34047,2013,Unknown,Unknown,9.0,165,11 +34048,2014,Unknown,Unknown,22.0,165,10 +34049,2014,Unknown,Unknown,12.0,165,11 +34050,2015,Unknown,Unknown,8.0,165,10 +34051,2015,Unknown,Unknown,17.0,165,11 +34052,2016,Unknown,Unknown,18.0,165,10 +34053,2016,Unknown,Unknown,27.0,165,11 +34054,2017,Unknown,Unknown,58.0,165,10 +34055,2017,Unknown,Unknown,30.0,165,11 +34056,2017,Unknown,Unknown,2.5,165,12 +34057,2018,Unknown,Unknown,41.0,165,10 +34058,2018,Unknown,Unknown,14.0,165,11 +34059,2018,Unknown,Unknown,2.5,165,12 +34060,2019,Unknown,Unknown,30.0,165,10 +34061,2019,Unknown,Unknown,36.0,165,11 +34062,2019,Unknown,Unknown,2.5,165,12 +34063,2020,Unknown,Unknown,35.0,165,10 +34064,2020,Unknown,Unknown,27.0,165,11 +34065,2020,Unknown,Unknown,2.5,165,12 +34066,2021,Unknown,Unknown,23.0,165,10 +34067,2021,Unknown,Unknown,20.0,165,11 +34068,2022,Unknown,Unknown,35.0,165,10 +34069,2022,Unknown,Unknown,23.0,165,11 +34070,2009,Unknown,Unknown,2.5,166,10 +34071,2009,Unknown,Unknown,2.5,166,11 +34072,2010,Unknown,Unknown,31.0,166,10 +34073,2010,Unknown,Unknown,2.5,166,11 +34074,2011,Unknown,Unknown,17.0,166,10 +34075,2011,Unknown,Unknown,2.5,166,11 +34076,2012,Unknown,Unknown,13.0,166,10 +34077,2012,Unknown,Unknown,2.5,166,11 +34078,2013,Unknown,Unknown,36.0,166,10 +34079,2013,Unknown,Unknown,2.5,166,11 +34080,2014,Unknown,Unknown,2.5,166,10 +34081,2014,Unknown,Unknown,2.5,166,11 +34082,2015,Unknown,Unknown,47.0,166,10 +34083,2015,Unknown,Unknown,2.5,166,11 +34084,2016,Unknown,Unknown,25.0,166,10 +34085,2016,Unknown,Unknown,2.5,166,11 +34086,2017,Unknown,Unknown,65.0,166,10 +34087,2017,Unknown,Unknown,2.5,166,11 +34088,2018,Unknown,Unknown,70.0,166,10 +34089,2018,Unknown,Unknown,31.0,166,11 +34090,2019,Unknown,Unknown,6.0,166,10 +34091,2019,Unknown,Unknown,2.5,166,11 +34092,2020,Unknown,Unknown,27.0,166,10 +34093,2020,Unknown,Unknown,2.5,166,11 +34094,2021,Unknown,Unknown,39.0,166,10 +34095,2021,Unknown,Unknown,2.5,166,11 +34096,2022,Unknown,Unknown,5.0,166,10 +34097,2022,Unknown,Unknown,2.5,166,11 +34098,2010,Unknown,Unknown,10.0,167,10 +34099,2010,Unknown,Unknown,2.5,167,11 +34100,2011,Unknown,Unknown,7.0,167,10 +34101,2011,Unknown,Unknown,2.5,167,11 +34102,2012,Unknown,Unknown,21.0,167,10 +34103,2012,Unknown,Unknown,12.0,167,11 +34104,2013,Unknown,Unknown,2.5,167,10 +34105,2013,Unknown,Unknown,2.5,167,11 +34106,2014,Unknown,Unknown,2.5,167,10 +34107,2014,Unknown,Unknown,2.5,167,11 +34108,2015,Unknown,Unknown,2.5,167,10 +34109,2015,Unknown,Unknown,2.5,167,11 +34110,2016,Unknown,Unknown,2.5,167,10 +34111,2016,Unknown,Unknown,2.5,167,11 +34112,2017,Unknown,Unknown,2.5,167,10 +34113,2017,Unknown,Unknown,8.0,167,11 +34114,2018,Unknown,Unknown,8.0,167,10 +34115,2018,Unknown,Unknown,11.0,167,11 +34116,2019,Unknown,Unknown,2.5,167,10 +34117,2019,Unknown,Unknown,2.5,167,11 +34118,2020,Unknown,Unknown,2.5,167,10 +34119,2020,Unknown,Unknown,2.5,167,11 +34120,2021,Unknown,Unknown,77.0,167,10 +34121,2021,Unknown,Unknown,51.0,167,11 +34122,2021,Unknown,Unknown,2.5,167,12 +34123,2022,Unknown,Unknown,81.0,167,10 +34124,2022,Unknown,Unknown,83.0,167,11 +34125,2022,Unknown,Unknown,2.5,167,12 +34126,2010,Unknown,Unknown,2.5,168,10 +34127,2010,Unknown,Unknown,2.5,168,11 +34128,2011,Unknown,Unknown,2.5,168,10 +34129,2011,Unknown,Unknown,11.0,168,11 +34130,2012,Unknown,Unknown,15.0,168,10 +34131,2012,Unknown,Unknown,27.0,168,11 +34132,2019,Unknown,Unknown,7.0,168,10 +34133,2019,Unknown,Unknown,2.5,168,11 +34134,2020,Unknown,Unknown,2.5,168,10 +34135,2020,Unknown,Unknown,13.0,168,11 +34136,2021,Unknown,Unknown,2.5,168,10 +34137,2021,Unknown,Unknown,2.5,168,11 +34138,2022,Unknown,Unknown,2.5,168,10 +34139,2022,Unknown,Unknown,2.5,168,10 +34140,2022,Unknown,Unknown,2.5,168,11 +34141,2022,Unknown,Unknown,2.5,168,11 +34142,2018,Unknown,Unknown,2.5,170,10 +34143,2019,Unknown,Unknown,6.0,170,10 +34144,2019,Unknown,Unknown,2.5,170,11 +34145,2020,Unknown,Unknown,2.5,170,10 +34146,2020,Unknown,Unknown,2.5,170,11 +34147,2021,Unknown,Unknown,2.5,170,10 +34148,2021,Unknown,Unknown,2.5,170,11 +34149,2022,Unknown,Unknown,6.0,170,10 +34150,2022,Unknown,Unknown,16.0,170,11 +34151,2017,Unknown,Unknown,2.5,171,10 +34152,2017,Unknown,Unknown,2.5,171,11 +34153,2007,Unknown,Unknown,171.0,172,10 +34154,2007,Unknown,Unknown,144.0,172,11 +34155,2008,Unknown,Unknown,296.0,172,10 +34156,2008,Unknown,Unknown,213.0,172,11 +34157,2009,Unknown,Unknown,215.0,172,10 +34158,2009,Unknown,Unknown,203.0,172,11 +34159,2010,Unknown,Unknown,202.0,172,10 +34160,2010,Unknown,Unknown,155.0,172,11 +34161,2011,Unknown,Unknown,188.0,172,10 +34162,2011,Unknown,Unknown,90.0,172,11 +34163,2019,Unknown,Unknown,116.0,172,10 +34164,2019,Unknown,Unknown,49.0,172,11 +34165,2020,Unknown,Unknown,44.0,172,10 +34166,2020,Unknown,Unknown,35.0,172,11 +34167,2021,Unknown,Unknown,92.0,172,10 +34168,2021,Unknown,Unknown,21.0,172,11 +34169,2012,Unknown,Unknown,276.0,173,10 +34170,2012,Unknown,Unknown,262.0,173,11 +34171,2013,Unknown,Unknown,461.0,173,10 +34172,2013,Unknown,Unknown,219.0,173,11 +34173,2014,Unknown,Unknown,385.0,173,10 +34174,2014,Unknown,Unknown,210.0,173,11 +34175,2015,Unknown,Unknown,531.0,173,10 +34176,2015,Unknown,Unknown,451.0,173,11 +34177,2016,Unknown,Unknown,419.0,173,10 +34178,2016,Unknown,Unknown,431.0,173,11 +34179,2017,Unknown,Unknown,379.0,173,10 +34180,2017,Unknown,Unknown,92.0,173,11 +34181,2018,Unknown,Unknown,212.0,173,10 +34182,2018,Unknown,Unknown,205.0,173,11 +34183,2018,Unknown,Unknown,2.5,173,12 +34184,2019,Unknown,Unknown,473.0,173,10 +34185,2019,Unknown,Unknown,1068.0,173,11 +34186,2019,Unknown,Unknown,2.5,173,12 +34187,2020,Unknown,Unknown,98.0,173,10 +34188,2020,Unknown,Unknown,57.0,173,11 +34189,2020,Unknown,Unknown,2.5,173,12 +34190,2021,Unknown,Unknown,142.0,173,10 +34191,2021,Unknown,Unknown,48.0,173,11 +34192,2021,Unknown,Unknown,2.5,173,12 +34193,2022,Unknown,Unknown,187.0,173,10 +34194,2022,Unknown,Unknown,108.0,173,11 +34195,2022,Unknown,Unknown,2.5,173,12 +34196,2007,Unknown,Unknown,22.0,174,10 +34197,2007,Unknown,Unknown,17.0,174,11 +34198,2008,Unknown,Unknown,13.0,174,10 +34199,2008,Unknown,Unknown,12.0,174,11 +34200,2009,Unknown,Unknown,9.0,174,10 +34201,2009,Unknown,Unknown,10.0,174,11 +34202,2010,Unknown,Unknown,25.0,174,10 +34203,2010,Unknown,Unknown,27.0,174,11 +34204,2012,Unknown,Unknown,8.0,174,10 +34205,2012,Unknown,Unknown,2.5,174,11 +34206,2013,Unknown,Unknown,17.0,174,10 +34207,2013,Unknown,Unknown,5.0,174,11 +34208,2014,Unknown,Unknown,44.0,174,10 +34209,2014,Unknown,Unknown,7.0,174,11 +34210,2015,Unknown,Unknown,33.0,174,10 +34211,2015,Unknown,Unknown,6.0,174,11 +34212,2016,Unknown,Unknown,23.0,174,10 +34213,2016,Unknown,Unknown,6.0,174,11 +34214,2017,Unknown,Unknown,65.0,174,10 +34215,2017,Unknown,Unknown,14.0,174,11 +34216,2017,Unknown,Unknown,10.0,174,12 +34217,2018,Unknown,Unknown,35.0,174,10 +34218,2018,Unknown,Unknown,25.0,174,11 +34219,2018,Unknown,Unknown,11.0,174,12 +34220,2019,Unknown,Unknown,26.0,174,10 +34221,2019,Unknown,Unknown,34.0,174,11 +34222,2019,Unknown,Unknown,10.0,174,12 +34223,2020,Unknown,Unknown,20.0,174,10 +34224,2020,Unknown,Unknown,48.0,174,11 +34225,2020,Unknown,Unknown,8.0,174,12 +34226,2021,Unknown,Unknown,29.0,174,10 +34227,2021,Unknown,Unknown,41.0,174,11 +34228,2022,Unknown,Unknown,28.0,174,10 +34229,2022,Unknown,Unknown,64.0,174,11 +34230,2014,Unknown,Unknown,17.0,175,10 +34231,2014,Unknown,Unknown,5.0,175,11 +34232,2015,Unknown,Unknown,2.5,175,10 +34233,2015,Unknown,Unknown,6.0,175,11 +34234,2016,Unknown,Unknown,2.5,175,10 +34235,2016,Unknown,Unknown,6.0,175,11 +34236,2017,Unknown,Unknown,2.5,175,10 +34237,2017,Unknown,Unknown,2.5,175,11 +34238,2019,Unknown,Unknown,2.5,175,10 +34239,2019,Unknown,Unknown,2.5,175,11 +34240,2020,Unknown,Unknown,2.5,175,10 +34241,2020,Unknown,Unknown,2.5,175,11 +34242,2021,Unknown,Unknown,2.5,175,10 +34243,2021,Unknown,Unknown,2.5,175,11 +34244,2022,Unknown,Unknown,2.5,175,10 +34245,2022,Unknown,Unknown,2.5,175,11 +34246,2015,Unknown,Unknown,20.0,176,10 +34247,2015,Unknown,Unknown,2.5,176,11 +34248,2016,Unknown,Unknown,18.0,176,10 +34249,2016,Unknown,Unknown,2.5,176,11 +34250,2017,Unknown,Unknown,2.5,176,10 +34251,2017,Unknown,Unknown,2.5,176,11 +34252,2017,Unknown,Unknown,2.5,177,10 +34253,2017,Unknown,Unknown,2.5,177,11 +34254,2017,Unknown,Unknown,2.5,177,12 +34255,2018,Unknown,Unknown,2.5,177,10 +34256,2018,Unknown,Unknown,2.5,177,11 +34257,2018,Unknown,Unknown,2.5,177,12 +34258,2019,Unknown,Unknown,2.5,177,10 +34259,2019,Unknown,Unknown,2.5,177,11 +34260,2019,Unknown,Unknown,2.5,177,12 +34261,2020,Unknown,Unknown,2.5,177,10 +34262,2020,Unknown,Unknown,2.5,177,11 +34263,2020,Unknown,Unknown,2.5,177,12 +34264,2022,Unknown,Unknown,2.5,177,10 +34265,2022,Unknown,Unknown,6.0,177,11 +34266,2022,Unknown,Unknown,2.5,177,12 +34267,2007,Unknown,Unknown,2.5,178,10 +34268,2007,Unknown,Unknown,2.5,178,11 +34269,2008,Unknown,Unknown,7.0,178,10 +34270,2008,Unknown,Unknown,2.5,178,11 +34271,2009,Unknown,Unknown,8.0,178,10 +34272,2009,Unknown,Unknown,2.5,178,11 +34273,2010,Unknown,Unknown,8.0,178,10 +34274,2010,Unknown,Unknown,2.5,178,11 +34275,2011,Unknown,Unknown,2.5,178,10 +34276,2011,Unknown,Unknown,2.5,178,11 +34277,2012,Unknown,Unknown,2.5,178,10 +34278,2012,Unknown,Unknown,2.5,178,11 +34279,2013,Unknown,Unknown,11.0,178,10 +34280,2013,Unknown,Unknown,2.5,178,11 +34281,2014,Unknown,Unknown,2.5,178,10 +34282,2014,Unknown,Unknown,2.5,178,11 +34283,2015,Unknown,Unknown,2.5,178,10 +34284,2015,Unknown,Unknown,2.5,178,11 +34285,2018,Unknown,Unknown,15.0,178,10 +34286,2019,Unknown,Unknown,86.0,178,10 +34287,2019,Unknown,Unknown,17.0,178,11 +34288,2020,Unknown,Unknown,5.0,178,10 +34289,2020,Unknown,Unknown,2.5,178,11 +34290,2021,Unknown,Unknown,21.0,178,10 +34291,2021,Unknown,Unknown,2.5,178,11 +34292,2022,Unknown,Unknown,11.0,178,10 +34293,2022,Unknown,Unknown,2.5,178,11 +34294,2012,Unknown,Unknown,87.0,179,10 +34295,2012,Unknown,Unknown,2.5,179,11 +34296,2014,Unknown,Unknown,2.5,179,10 +34297,2014,Unknown,Unknown,2.5,179,11 +34298,2016,Unknown,Unknown,59.0,179,10 +34299,2016,Unknown,Unknown,75.0,179,11 +34300,2017,Unknown,Unknown,121.0,179,10 +34301,2017,Unknown,Unknown,164.0,179,11 +34302,2018,Unknown,Unknown,239.0,179,10 +34303,2018,Unknown,Unknown,144.0,179,11 +34304,2019,Unknown,Unknown,390.0,179,10 +34305,2019,Unknown,Unknown,385.0,179,11 +34306,2020,Unknown,Unknown,108.0,179,10 +34307,2020,Unknown,Unknown,73.0,179,11 +34308,2021,Unknown,Unknown,246.0,179,10 +34309,2021,Unknown,Unknown,67.0,179,11 +34310,2022,Unknown,Unknown,361.0,179,10 +34311,2022,Unknown,Unknown,223.0,179,11 +34312,2007,Unknown,Unknown,134.0,180,10 +34313,2007,Unknown,Unknown,6.0,180,11 +34314,2008,Unknown,Unknown,106.0,180,10 +34315,2008,Unknown,Unknown,2.5,180,11 +34316,2009,Unknown,Unknown,99.0,180,10 +34317,2009,Unknown,Unknown,2.5,180,11 +34318,2010,Unknown,Unknown,56.0,180,10 +34319,2010,Unknown,Unknown,2.5,180,11 +34320,2011,Unknown,Unknown,83.0,180,10 +34321,2011,Unknown,Unknown,2.5,180,11 +34322,2012,Unknown,Unknown,55.0,180,10 +34323,2012,Unknown,Unknown,2.5,180,11 +34324,2013,Unknown,Unknown,30.0,180,10 +34325,2013,Unknown,Unknown,2.5,180,11 +34326,2014,Unknown,Unknown,11.0,180,10 +34327,2014,Unknown,Unknown,2.5,180,11 +34328,2015,Unknown,Unknown,93.0,180,10 +34329,2015,Unknown,Unknown,18.0,180,11 +34330,2016,Unknown,Unknown,179.0,180,10 +34331,2016,Unknown,Unknown,2.5,180,11 +34332,2017,Unknown,Unknown,212.0,180,10 +34333,2017,Unknown,Unknown,91.0,180,11 +34334,2018,Unknown,Unknown,110.0,180,10 +34335,2018,Unknown,Unknown,23.0,180,11 +34336,2019,Unknown,Unknown,197.0,180,10 +34337,2019,Unknown,Unknown,20.0,180,11 +34338,2020,Unknown,Unknown,220.0,180,10 +34339,2020,Unknown,Unknown,61.0,180,11 +34340,2021,Unknown,Unknown,321.0,180,10 +34341,2021,Unknown,Unknown,81.0,180,11 +34342,2022,Unknown,Unknown,279.0,180,10 +34343,2022,Unknown,Unknown,64.0,180,11 +34344,2019,Unknown,Unknown,20.0,182,10 +34345,2019,Unknown,Unknown,106.0,182,10 +34346,2019,Unknown,Unknown,64.0,182,11 +34347,2019,Unknown,Unknown,6.0,182,11 +34348,2020,Unknown,Unknown,24.0,182,10 +34349,2020,Unknown,Unknown,94.0,182,10 +34350,2020,Unknown,Unknown,43.0,182,11 +34351,2020,Unknown,Unknown,2.5,182,11 +34352,2021,Unknown,Unknown,13.0,182,10 +34353,2021,Unknown,Unknown,122.0,182,10 +34354,2021,Unknown,Unknown,44.0,182,11 +34355,2021,Unknown,Unknown,2.5,182,11 +34356,2022,Unknown,Unknown,18.0,182,10 +34357,2022,Unknown,Unknown,114.0,182,10 +34358,2022,Unknown,Unknown,26.0,182,11 +34359,2022,Unknown,Unknown,2.5,182,11 +34360,2013,Unknown,Unknown,434.0,183,10 +34361,2013,Unknown,Unknown,403.0,183,11 +34362,2014,Unknown,Unknown,61.0,183,10 +34363,2014,Unknown,Unknown,18.0,183,11 +34364,2017,Unknown,Unknown,305.0,183,10 +34365,2017,Unknown,Unknown,50.0,183,11 +34366,2018,Unknown,Unknown,404.0,183,10 +34367,2018,Unknown,Unknown,246.0,183,11 +34368,2020,Unknown,Unknown,575.0,183,10 +34369,2020,Unknown,Unknown,88.0,183,11 +34370,2021,Unknown,Unknown,874.0,183,10 +34371,2021,Unknown,Unknown,275.0,183,11 +34372,2022,Unknown,Unknown,1501.0,183,10 +34373,2022,Unknown,Unknown,598.0,183,11 +34374,2010,Unknown,Unknown,311.0,184,10 +34375,2010,Unknown,Unknown,53.0,184,11 +34376,2011,Unknown,Unknown,286.0,184,10 +34377,2011,Unknown,Unknown,86.0,184,11 +34378,2014,Unknown,Unknown,12.0,184,10 +34379,2014,Unknown,Unknown,15.0,184,11 +34380,2015,Unknown,Unknown,37.0,184,10 +34381,2015,Unknown,Unknown,46.0,184,11 +34382,2016,Unknown,Unknown,51.0,184,10 +34383,2016,Unknown,Unknown,59.0,184,11 +34384,2017,Unknown,Unknown,122.0,184,10 +34385,2017,Unknown,Unknown,76.0,184,11 +34386,2019,Unknown,Unknown,107.0,184,10 +34387,2019,Unknown,Unknown,145.0,184,11 +34388,2020,Unknown,Unknown,131.0,184,10 +34389,2020,Unknown,Unknown,88.0,184,11 +34390,2021,Unknown,Unknown,49.0,184,10 +34391,2021,Unknown,Unknown,88.0,184,11 +34392,2022,Unknown,Unknown,36.0,184,10 +34393,2022,Unknown,Unknown,18.0,184,11 +34394,2014,Unknown,Unknown,138.0,185,10 +34395,2014,Unknown,Unknown,2.5,185,11 +34396,2015,Unknown,Unknown,95.0,185,10 +34397,2015,Unknown,Unknown,2.5,185,11 +34398,2016,Unknown,Unknown,91.0,185,10 +34399,2016,Unknown,Unknown,2.5,185,11 +34400,2017,Unknown,Unknown,73.0,185,10 +34401,2017,Unknown,Unknown,2.5,185,11 +34402,2018,Unknown,Unknown,14.0,185,10 +34403,2018,Unknown,Unknown,2.5,185,11 +34404,2018,Unknown,Unknown,2.5,185,11 +34405,2018,Unknown,Unknown,2.5,185,12 +34406,2019,Unknown,Unknown,24.0,185,10 +34407,2019,Unknown,Unknown,2.5,185,11 +34408,2019,Unknown,Unknown,2.5,185,12 +34409,2020,Unknown,Unknown,21.0,185,10 +34410,2020,Unknown,Unknown,2.5,185,11 +34411,2020,Unknown,Unknown,2.5,185,12 +34412,2021,Unknown,Unknown,15.0,185,10 +34413,2021,Unknown,Unknown,8.0,185,11 +34414,2021,Unknown,Unknown,2.5,185,12 +34415,2022,Unknown,Unknown,2.5,185,10 +34416,2022,Unknown,Unknown,2.5,185,11 +34417,2022,Unknown,Unknown,2.5,185,12 +34418,2010,Unknown,Unknown,256.0,186,10 +34419,2010,Unknown,Unknown,285.0,186,11 +34420,2011,Unknown,Unknown,315.0,186,10 +34421,2011,Unknown,Unknown,249.0,186,11 +34422,2012,Unknown,Unknown,271.0,186,10 +34423,2012,Unknown,Unknown,198.0,186,11 +34424,2013,Unknown,Unknown,1874.0,186,10 +34425,2013,Unknown,Unknown,441.0,186,11 +34426,2014,Unknown,Unknown,2513.0,186,10 +34427,2014,Unknown,Unknown,791.0,186,11 +34428,2015,Unknown,Unknown,2988.0,186,10 +34429,2015,Unknown,Unknown,851.0,186,11 +34430,2016,Unknown,Unknown,4606.0,186,10 +34431,2016,Unknown,Unknown,871.0,186,11 +34432,2017,Unknown,Unknown,6568.0,186,10 +34433,2017,Unknown,Unknown,1282.0,186,11 +34434,2017,Unknown,Unknown,153.0,186,12 +34435,2018,Unknown,Unknown,7352.0,186,10 +34436,2018,Unknown,Unknown,1356.0,186,11 +34437,2018,Unknown,Unknown,205.0,186,12 +34438,2019,Unknown,Unknown,6931.0,186,10 +34439,2019,Unknown,Unknown,1273.0,186,11 +34440,2019,Unknown,Unknown,171.0,186,12 +34441,2020,Unknown,Unknown,8060.0,186,10 +34442,2020,Unknown,Unknown,1626.0,186,11 +34443,2020,Unknown,Unknown,168.0,186,12 +34444,2021,Unknown,Unknown,8053.0,186,10 +34445,2021,Unknown,Unknown,1817.0,186,11 +34446,2021,Unknown,Unknown,200.0,186,12 +34447,2022,Unknown,Unknown,13281.0,186,10 +34448,2022,Unknown,Unknown,2772.0,186,11 +34449,2022,Unknown,Unknown,337.0,186,12 +34450,2012,Unknown,Unknown,459.0,187,10 +34451,2012,Unknown,Unknown,1194.0,187,11 +34452,2013,Unknown,Unknown,487.0,187,10 +34453,2013,Unknown,Unknown,905.0,187,11 +34454,2014,Unknown,Unknown,461.0,187,10 +34455,2014,Unknown,Unknown,818.0,187,11 +34456,2015,Unknown,Unknown,361.0,187,10 +34457,2015,Unknown,Unknown,645.0,187,11 +34458,2016,Unknown,Unknown,389.0,187,10 +34459,2016,Unknown,Unknown,385.0,187,11 +34460,2017,Unknown,Unknown,367.0,187,10 +34461,2017,Unknown,Unknown,326.0,187,11 +34462,2018,Unknown,Unknown,264.0,187,10 +34463,2018,Unknown,Unknown,230.0,187,11 +34464,2019,Unknown,Unknown,109.0,187,10 +34465,2019,Unknown,Unknown,28.0,187,11 +34466,2020,Unknown,Unknown,123.0,187,10 +34467,2020,Unknown,Unknown,27.0,187,11 +34468,2021,Unknown,Unknown,149.0,187,10 +34469,2021,Unknown,Unknown,51.0,187,11 +34470,2022,Unknown,Unknown,164.0,187,10 +34471,2022,Unknown,Unknown,55.0,187,11 +34472,2019,Unknown,Unknown,2.5,188,10 +34473,2019,Unknown,Unknown,2.5,188,11 +34474,2019,Unknown,Unknown,2.5,188,12 +34475,2020,Unknown,Unknown,2.5,188,10 +34476,2020,Unknown,Unknown,2.5,188,11 +34477,2020,Unknown,Unknown,2.5,188,12 +34478,2021,Unknown,Unknown,2.5,188,10 +34479,2021,Unknown,Unknown,2.5,188,11 +34480,2021,Unknown,Unknown,2.5,188,12 +34481,2022,Unknown,Unknown,2.5,188,10 +34482,2022,Unknown,Unknown,2.5,188,11 +34483,2022,Unknown,Unknown,2.5,188,12 +34484,2008,Unknown,Unknown,2.5,190,10 +34485,2008,Unknown,Unknown,2.5,190,11 +34486,2009,Unknown,Unknown,2.5,190,10 +34487,2009,Unknown,Unknown,2.5,190,11 +34488,2010,Unknown,Unknown,7.0,190,10 +34489,2010,Unknown,Unknown,2.5,190,11 +34490,2011,Unknown,Unknown,31.0,190,10 +34491,2011,Unknown,Unknown,10.0,190,11 +34492,2012,Unknown,Unknown,23.0,190,10 +34493,2012,Unknown,Unknown,11.0,190,11 +34494,2013,Unknown,Unknown,41.0,190,10 +34495,2013,Unknown,Unknown,5.0,190,11 +34496,2014,Unknown,Unknown,2.5,190,10 +34497,2014,Unknown,Unknown,8.0,190,11 +34498,2015,Unknown,Unknown,6.0,190,10 +34499,2015,Unknown,Unknown,2.5,190,11 +34500,2016,Unknown,Unknown,36.0,190,10 +34501,2016,Unknown,Unknown,2.5,190,11 +34502,2017,Unknown,Unknown,69.0,190,10 +34503,2017,Unknown,Unknown,2.5,190,11 +34504,2018,Unknown,Unknown,42.0,190,10 +34505,2018,Unknown,Unknown,2.5,190,11 +34506,2021,Unknown,Unknown,91.0,190,10 +34507,2021,Unknown,Unknown,39.0,190,10 +34508,2021,Unknown,Unknown,2.5,190,11 +34509,2021,Unknown,Unknown,17.0,190,11 +34510,2021,Unknown,Unknown,2.5,190,12 +34511,2021,Unknown,Unknown,2.5,190,12 +34512,2022,Unknown,Unknown,142.0,190,10 +34513,2022,Unknown,Unknown,63.0,190,10 +34514,2022,Unknown,Unknown,31.0,190,11 +34515,2022,Unknown,Unknown,8.0,190,11 +34516,2022,Unknown,Unknown,2.5,190,12 +34517,2022,Unknown,Unknown,2.5,190,12 +34518,2017,Unknown,Unknown,2.5,192,10 +34519,2017,Unknown,Unknown,2.5,192,11 +34520,2017,Unknown,Unknown,2.5,192,12 +34521,2018,Unknown,Unknown,2.5,192,10 +34522,2018,Unknown,Unknown,101.0,192,11 +34523,2018,Unknown,Unknown,2.5,192,12 +34524,2019,Unknown,Unknown,2.5,192,10 +34525,2019,Unknown,Unknown,2.5,192,11 +34526,2019,Unknown,Unknown,2.5,192,12 +34527,2020,Unknown,Unknown,2.5,192,10 +34528,2020,Unknown,Unknown,2.5,192,11 +34529,2020,Unknown,Unknown,2.5,192,12 +34530,2018,Unknown,Unknown,85.0,195,10 +34531,2018,Unknown,Unknown,11.0,195,11 +34532,2020,Unknown,Unknown,2.5,195,10 +34533,2020,Unknown,Unknown,2.5,195,11 +34534,2021,Unknown,Unknown,26.0,195,10 +34535,2021,Unknown,Unknown,2.5,195,11 +34536,2021,Unknown,Unknown,2.5,195,11 +34537,2022,Unknown,Unknown,42.0,195,10 +34538,2022,Unknown,Unknown,5.0,195,11 +34539,2022,Unknown,Unknown,5.0,195,11 +34540,2017,Unknown,Unknown,2.5,196,10 +34541,2017,Unknown,Unknown,2.5,196,11 +34542,2020,Unknown,Unknown,2.5,196,10 +34543,2020,Unknown,Unknown,2.5,196,11 +34544,2020,Unknown,Unknown,2.5,197,10 +34545,2020,Unknown,Unknown,2.5,197,11 +34546,2017,by form of exploitation,Other forms of exploitation,2.5,198,4 +34547,2018,by form of exploitation,Other forms of exploitation,2.5,198,4 +34548,2018,by form of exploitation,Other forms of exploitation,2.5,198,6 +34549,2019,by form of exploitation,Other forms of exploitation,2.5,198,4 +34550,2019,by form of exploitation,Other forms of exploitation,2.5,198,6 +34551,2020,by form of exploitation,Other forms of exploitation,2.5,198,4 +34552,2020,by form of exploitation,Other forms of exploitation,2.5,198,6 +34553,2018,by form of exploitation,Other forms of exploitation,2.5,2,1 +34554,2019,by form of exploitation,Other forms of exploitation,2.5,2,1 +34555,2020,by form of exploitation,Other forms of exploitation,2.5,2,1 +34556,2021,by form of exploitation,Other forms of exploitation,2.5,2,1 +34557,2022,by form of exploitation,Other forms of exploitation,2.5,2,1 +34558,2018,by form of exploitation,Other forms of exploitation,2.5,3,4 +34559,2018,by form of exploitation,Other forms of exploitation,2.5,3,5 +34560,2018,by form of exploitation,Other forms of exploitation,2.5,3,6 +34561,2018,by form of exploitation,Other forms of exploitation,2.5,3,7 +34562,2018,by form of exploitation,Other forms of exploitation,2.5,3,1 +34563,2019,by form of exploitation,Other forms of exploitation,2.5,3,1 +34564,2020,by form of exploitation,Other forms of exploitation,2.5,3,4 +34565,2020,by form of exploitation,Other forms of exploitation,2.5,3,5 +34566,2020,by form of exploitation,Other forms of exploitation,2.5,3,6 +34567,2020,by form of exploitation,Other forms of exploitation,2.5,3,7 +34568,2020,by form of exploitation,Other forms of exploitation,2.5,3,1 +34569,2021,by form of exploitation,Other forms of exploitation,2.5,3,1 +34570,2022,by form of exploitation,Other forms of exploitation,2.5,3,4 +34571,2022,by form of exploitation,Other forms of exploitation,2.5,3,5 +34572,2022,by form of exploitation,Other forms of exploitation,2.5,3,6 +34573,2022,by form of exploitation,Other forms of exploitation,2.5,3,7 +34574,2022,by form of exploitation,Other forms of exploitation,2.5,3,1 +34575,2005,by form of exploitation,Other forms of exploitation,5.0,4,1 +34576,2006,by form of exploitation,Other forms of exploitation,6.0,4,1 +34577,2010,by form of exploitation,Other forms of exploitation,2.5,4,1 +34578,2011,by form of exploitation,Other forms of exploitation,2.5,4,1 +34579,2012,by form of exploitation,Other forms of exploitation,2.5,4,1 +34580,2013,by form of exploitation,Other forms of exploitation,2.5,4,1 +34581,2014,by form of exploitation,Other forms of exploitation,2.5,4,4 +34582,2014,by form of exploitation,Other forms of exploitation,2.5,4,5 +34583,2014,by form of exploitation,Other forms of exploitation,2.5,4,6 +34584,2014,by form of exploitation,Other forms of exploitation,2.5,4,7 +34585,2014,by form of exploitation,Other forms of exploitation,2.5,4,1 +34586,2015,by form of exploitation,Other forms of exploitation,48.0,4,1 +34587,2016,by form of exploitation,Other forms of exploitation,18.0,4,1 +34588,2017,by form of exploitation,Other forms of exploitation,20.0,4,4 +34589,2017,by form of exploitation,Other forms of exploitation,2.5,4,5 +34590,2017,by form of exploitation,Other forms of exploitation,30.0,4,6 +34591,2017,by form of exploitation,Other forms of exploitation,5.0,4,7 +34592,2017,by form of exploitation,Other forms of exploitation,48.0,4,2 +34593,2017,by form of exploitation,Other forms of exploitation,7.0,4,3 +34594,2017,by form of exploitation,Other forms of exploitation,27.0,4,1 +34595,2017,by form of exploitation,Other forms of exploitation,2.5,4,1 +34596,2017,by form of exploitation,Other forms of exploitation,5.0,4,1 +34597,2017,by form of exploitation,Other forms of exploitation,20.0,4,1 +34598,2018,by form of exploitation,Other forms of exploitation,20.0,4,4 +34599,2018,by form of exploitation,Other forms of exploitation,2.5,4,5 +34600,2018,by form of exploitation,Other forms of exploitation,36.0,4,6 +34601,2018,by form of exploitation,Other forms of exploitation,5.0,4,7 +34602,2018,by form of exploitation,Other forms of exploitation,48.0,4,2 +34603,2018,by form of exploitation,Other forms of exploitation,7.0,4,3 +34604,2018,by form of exploitation,Other forms of exploitation,2.5,4,1 +34605,2018,by form of exploitation,Other forms of exploitation,27.0,4,1 +34606,2018,by form of exploitation,Other forms of exploitation,2.5,4,1 +34607,2018,by form of exploitation,Other forms of exploitation,5.0,4,1 +34608,2018,by form of exploitation,Other forms of exploitation,20.0,4,1 +34609,2019,by form of exploitation,Other forms of exploitation,14.0,4,4 +34610,2019,by form of exploitation,Other forms of exploitation,2.5,4,5 +34611,2019,by form of exploitation,Other forms of exploitation,25.0,4,6 +34612,2019,by form of exploitation,Other forms of exploitation,2.5,4,7 +34613,2019,by form of exploitation,Other forms of exploitation,34.0,4,2 +34614,2019,by form of exploitation,Other forms of exploitation,2.5,4,3 +34615,2019,by form of exploitation,Other forms of exploitation,2.5,4,1 +34616,2019,by form of exploitation,Other forms of exploitation,22.0,4,1 +34617,2019,by form of exploitation,Other forms of exploitation,2.5,4,1 +34618,2019,by form of exploitation,Other forms of exploitation,7.0,4,1 +34619,2019,by form of exploitation,Other forms of exploitation,2.5,4,1 +34620,2020,by form of exploitation,Other forms of exploitation,12.0,4,4 +34621,2020,by form of exploitation,Other forms of exploitation,2.5,4,5 +34622,2020,by form of exploitation,Other forms of exploitation,26.0,4,6 +34623,2020,by form of exploitation,Other forms of exploitation,2.5,4,7 +34624,2020,by form of exploitation,Other forms of exploitation,32.0,4,2 +34625,2020,by form of exploitation,Other forms of exploitation,6.0,4,3 +34626,2020,by form of exploitation,Other forms of exploitation,2.5,4,1 +34627,2020,by form of exploitation,Other forms of exploitation,24.0,4,1 +34628,2020,by form of exploitation,Other forms of exploitation,2.5,4,1 +34629,2020,by form of exploitation,Other forms of exploitation,7.0,4,1 +34630,2020,by form of exploitation,Other forms of exploitation,2.5,4,1 +34631,2021,by form of exploitation,Other forms of exploitation,31.0,4,4 +34632,2021,by form of exploitation,Other forms of exploitation,34.0,4,5 +34633,2021,by form of exploitation,Other forms of exploitation,51.0,4,6 +34634,2021,by form of exploitation,Other forms of exploitation,82.0,4,2 +34635,2021,by form of exploitation,Other forms of exploitation,34.0,4,3 +34636,2021,by form of exploitation,Other forms of exploitation,2.5,4,1 +34637,2021,by form of exploitation,Other forms of exploitation,51.0,4,1 +34638,2021,by form of exploitation,Other forms of exploitation,2.5,4,1 +34639,2021,by form of exploitation,Other forms of exploitation,25.0,4,1 +34640,2021,by form of exploitation,Other forms of exploitation,7.0,4,1 +34641,2022,by form of exploitation,Other forms of exploitation,20.0,4,4 +34642,2022,by form of exploitation,Other forms of exploitation,2.5,4,5 +34643,2022,by form of exploitation,Other forms of exploitation,24.0,4,6 +34644,2022,by form of exploitation,Other forms of exploitation,2.5,4,7 +34645,2022,by form of exploitation,Other forms of exploitation,44.0,4,2 +34646,2022,by form of exploitation,Other forms of exploitation,6.0,4,3 +34647,2022,by form of exploitation,Other forms of exploitation,2.5,4,1 +34648,2022,by form of exploitation,Other forms of exploitation,37.0,4,1 +34649,2022,by form of exploitation,Other forms of exploitation,2.5,4,1 +34650,2022,by form of exploitation,Other forms of exploitation,9.0,4,1 +34651,2022,by form of exploitation,Other forms of exploitation,2.5,4,1 +34652,2017,by form of exploitation,Other forms of exploitation,2.5,5,4 +34653,2017,by form of exploitation,Other forms of exploitation,2.5,5,5 +34654,2017,by form of exploitation,Other forms of exploitation,2.5,5,6 +34655,2017,by form of exploitation,Other forms of exploitation,2.5,5,7 +34656,2018,by form of exploitation,Other forms of exploitation,2.5,5,4 +34657,2018,by form of exploitation,Other forms of exploitation,2.5,5,5 +34658,2018,by form of exploitation,Other forms of exploitation,2.5,5,6 +34659,2018,by form of exploitation,Other forms of exploitation,2.5,5,7 +34660,2018,by form of exploitation,Other forms of exploitation,2.5,5,1 +34661,2019,by form of exploitation,Other forms of exploitation,2.5,5,1 +34662,2020,by form of exploitation,Other forms of exploitation,2.5,5,1 +34663,2021,by form of exploitation,Other forms of exploitation,2.5,5,1 +34664,2022,by form of exploitation,Other forms of exploitation,2.5,5,1 +34665,2017,by form of exploitation,Other forms of exploitation,2.5,6,4 +34666,2017,by form of exploitation,Other forms of exploitation,2.5,6,5 +34667,2017,by form of exploitation,Other forms of exploitation,2.5,6,6 +34668,2017,by form of exploitation,Other forms of exploitation,2.5,6,7 +34669,2017,by form of exploitation,Other forms of exploitation,2.5,6,2 +34670,2017,by form of exploitation,Other forms of exploitation,2.5,6,3 +34671,2017,by form of exploitation,Other forms of exploitation,8.0,6,1 +34672,2018,by form of exploitation,Other forms of exploitation,2.5,6,4 +34673,2018,by form of exploitation,Other forms of exploitation,15.0,6,5 +34674,2018,by form of exploitation,Other forms of exploitation,2.5,6,6 +34675,2018,by form of exploitation,Other forms of exploitation,15.0,6,7 +34676,2018,by form of exploitation,Other forms of exploitation,5.0,6,2 +34677,2018,by form of exploitation,Other forms of exploitation,17.0,6,3 +34678,2018,by form of exploitation,Other forms of exploitation,30.0,6,1 +34679,2019,by form of exploitation,Other forms of exploitation,2.5,6,4 +34680,2019,by form of exploitation,Other forms of exploitation,2.5,6,5 +34681,2019,by form of exploitation,Other forms of exploitation,2.5,6,6 +34682,2019,by form of exploitation,Other forms of exploitation,2.5,6,7 +34683,2019,by form of exploitation,Other forms of exploitation,2.5,6,9 +34684,2019,by form of exploitation,Other forms of exploitation,2.5,6,8 +34685,2019,by form of exploitation,Other forms of exploitation,2.5,6,2 +34686,2019,by form of exploitation,Other forms of exploitation,2.5,6,3 +34687,2019,by form of exploitation,Other forms of exploitation,2.5,6,1 +34688,2019,by form of exploitation,Other forms of exploitation,2.5,6,1 +34689,2020,by form of exploitation,Other forms of exploitation,2.5,6,4 +34690,2020,by form of exploitation,Other forms of exploitation,2.5,6,5 +34691,2020,by form of exploitation,Other forms of exploitation,2.5,6,6 +34692,2020,by form of exploitation,Other forms of exploitation,7.0,6,7 +34693,2020,by form of exploitation,Other forms of exploitation,2.5,6,9 +34694,2020,by form of exploitation,Other forms of exploitation,2.5,6,8 +34695,2020,by form of exploitation,Other forms of exploitation,2.5,6,2 +34696,2020,by form of exploitation,Other forms of exploitation,2.5,6,3 +34697,2020,by form of exploitation,Other forms of exploitation,8.0,6,1 +34698,2020,by form of exploitation,Other forms of exploitation,2.5,6,1 +34699,2021,by form of exploitation,Other forms of exploitation,2.5,6,4 +34700,2021,by form of exploitation,Other forms of exploitation,2.5,6,5 +34701,2021,by form of exploitation,Other forms of exploitation,2.5,6,6 +34702,2021,by form of exploitation,Other forms of exploitation,2.5,6,7 +34703,2021,by form of exploitation,Other forms of exploitation,2.5,6,9 +34704,2021,by form of exploitation,Other forms of exploitation,2.5,6,8 +34705,2021,by form of exploitation,Other forms of exploitation,2.5,6,2 +34706,2021,by form of exploitation,Other forms of exploitation,2.5,6,3 +34707,2021,by form of exploitation,Other forms of exploitation,7.0,6,1 +34708,2021,by form of exploitation,Other forms of exploitation,2.5,6,1 +34709,2022,by form of exploitation,Other forms of exploitation,2.5,6,4 +34710,2022,by form of exploitation,Other forms of exploitation,2.5,6,5 +34711,2022,by form of exploitation,Other forms of exploitation,2.5,6,6 +34712,2022,by form of exploitation,Other forms of exploitation,2.5,6,7 +34713,2022,by form of exploitation,Other forms of exploitation,2.5,6,9 +34714,2022,by form of exploitation,Other forms of exploitation,2.5,6,8 +34715,2022,by form of exploitation,Other forms of exploitation,2.5,6,2 +34716,2022,by form of exploitation,Other forms of exploitation,2.5,6,3 +34717,2022,by form of exploitation,Other forms of exploitation,2.5,6,1 +34718,2022,by form of exploitation,Other forms of exploitation,2.5,6,1 +34719,2017,by form of exploitation,Other forms of exploitation,2.5,7,4 +34720,2017,by form of exploitation,Other forms of exploitation,2.5,7,5 +34721,2017,by form of exploitation,Other forms of exploitation,2.5,7,6 +34722,2017,by form of exploitation,Other forms of exploitation,2.5,7,7 +34723,2017,by form of exploitation,Other forms of exploitation,2.5,7,8 +34724,2017,by form of exploitation,Other forms of exploitation,2.5,7,2 +34725,2017,by form of exploitation,Other forms of exploitation,2.5,7,3 +34726,2017,by form of exploitation,Other forms of exploitation,2.5,7,1 +34727,2017,by form of exploitation,Other forms of exploitation,2.5,7,1 +34728,2017,by form of exploitation,Other forms of exploitation,2.5,7,1 +34729,2017,by form of exploitation,Other forms of exploitation,2.5,7,1 +34730,2018,by form of exploitation,Other forms of exploitation,2.5,7,4 +34731,2018,by form of exploitation,Other forms of exploitation,2.5,7,5 +34732,2018,by form of exploitation,Other forms of exploitation,2.5,7,6 +34733,2018,by form of exploitation,Other forms of exploitation,2.5,7,7 +34734,2018,by form of exploitation,Other forms of exploitation,2.5,7,8 +34735,2018,by form of exploitation,Other forms of exploitation,2.5,7,2 +34736,2018,by form of exploitation,Other forms of exploitation,7.0,7,3 +34737,2018,by form of exploitation,Other forms of exploitation,2.5,7,1 +34738,2018,by form of exploitation,Other forms of exploitation,2.5,7,1 +34739,2018,by form of exploitation,Other forms of exploitation,7.0,7,1 +34740,2018,by form of exploitation,Other forms of exploitation,2.5,7,1 +34741,2018,by form of exploitation,Other forms of exploitation,2.5,7,1 +34742,2019,by form of exploitation,Other forms of exploitation,2.5,7,4 +34743,2019,by form of exploitation,Other forms of exploitation,74.0,7,5 +34744,2019,by form of exploitation,Other forms of exploitation,2.5,7,6 +34745,2019,by form of exploitation,Other forms of exploitation,34.0,7,7 +34746,2019,by form of exploitation,Other forms of exploitation,2.5,7,9 +34747,2019,by form of exploitation,Other forms of exploitation,2.5,7,8 +34748,2019,by form of exploitation,Other forms of exploitation,2.5,7,2 +34749,2019,by form of exploitation,Other forms of exploitation,108.0,7,3 +34750,2019,by form of exploitation,Other forms of exploitation,96.0,7,1 +34751,2019,by form of exploitation,Other forms of exploitation,16.0,7,1 +34752,2019,by form of exploitation,Other forms of exploitation,2.5,7,1 +34753,2019,by form of exploitation,Other forms of exploitation,2.5,7,1 +34754,2019,by form of exploitation,Other forms of exploitation,2.5,7,1 +34755,2020,by form of exploitation,Other forms of exploitation,2.5,7,4 +34756,2020,by form of exploitation,Other forms of exploitation,10.0,7,5 +34757,2020,by form of exploitation,Other forms of exploitation,7.0,7,6 +34758,2020,by form of exploitation,Other forms of exploitation,37.0,7,7 +34759,2020,by form of exploitation,Other forms of exploitation,2.5,7,9 +34760,2020,by form of exploitation,Other forms of exploitation,2.5,7,8 +34761,2020,by form of exploitation,Other forms of exploitation,7.0,7,2 +34762,2020,by form of exploitation,Other forms of exploitation,47.0,7,3 +34763,2020,by form of exploitation,Other forms of exploitation,7.0,7,1 +34764,2020,by form of exploitation,Other forms of exploitation,2.5,7,1 +34765,2020,by form of exploitation,Other forms of exploitation,47.0,7,1 +34766,2020,by form of exploitation,Other forms of exploitation,2.5,7,1 +34767,2020,by form of exploitation,Other forms of exploitation,2.5,7,1 +34768,2021,by form of exploitation,Other forms of exploitation,11.0,7,4 +34769,2021,by form of exploitation,Other forms of exploitation,81.0,7,5 +34770,2021,by form of exploitation,Other forms of exploitation,5.0,7,6 +34771,2021,by form of exploitation,Other forms of exploitation,36.0,7,7 +34772,2021,by form of exploitation,Other forms of exploitation,2.5,7,9 +34773,2021,by form of exploitation,Other forms of exploitation,2.5,7,8 +34774,2021,by form of exploitation,Other forms of exploitation,16.0,7,2 +34775,2021,by form of exploitation,Other forms of exploitation,118.0,7,3 +34776,2021,by form of exploitation,Other forms of exploitation,5.0,7,1 +34777,2021,by form of exploitation,Other forms of exploitation,2.5,7,1 +34778,2021,by form of exploitation,Other forms of exploitation,117.0,7,1 +34779,2021,by form of exploitation,Other forms of exploitation,6.0,7,1 +34780,2021,by form of exploitation,Other forms of exploitation,2.5,7,1 +34781,2022,by form of exploitation,Other forms of exploitation,11.0,7,4 +34782,2022,by form of exploitation,Other forms of exploitation,47.0,7,5 +34783,2022,by form of exploitation,Other forms of exploitation,2.5,7,6 +34784,2022,by form of exploitation,Other forms of exploitation,14.0,7,7 +34785,2022,by form of exploitation,Other forms of exploitation,2.5,7,9 +34786,2022,by form of exploitation,Other forms of exploitation,2.5,7,8 +34787,2022,by form of exploitation,Other forms of exploitation,12.0,7,2 +34788,2022,by form of exploitation,Other forms of exploitation,61.0,7,3 +34789,2022,by form of exploitation,Other forms of exploitation,16.0,7,1 +34790,2022,by form of exploitation,Other forms of exploitation,2.5,7,1 +34791,2022,by form of exploitation,Other forms of exploitation,54.0,7,1 +34792,2022,by form of exploitation,Other forms of exploitation,2.5,7,1 +34793,2022,by form of exploitation,Other forms of exploitation,2.5,7,1 +34794,2008,by form of exploitation,Other forms of exploitation,2.5,8,1 +34795,2009,by form of exploitation,Other forms of exploitation,5.0,8,1 +34796,2012,by form of exploitation,Other forms of exploitation,6.0,8,1 +34797,2017,by form of exploitation,Other forms of exploitation,2.5,8,4 +34798,2017,by form of exploitation,Other forms of exploitation,2.5,8,5 +34799,2017,by form of exploitation,Other forms of exploitation,2.5,8,6 +34800,2017,by form of exploitation,Other forms of exploitation,2.5,8,7 +34801,2018,by form of exploitation,Other forms of exploitation,2.5,8,4 +34802,2018,by form of exploitation,Other forms of exploitation,2.5,8,5 +34803,2018,by form of exploitation,Other forms of exploitation,2.5,8,6 +34804,2018,by form of exploitation,Other forms of exploitation,2.5,8,7 +34805,2018,by form of exploitation,Other forms of exploitation,2.5,8,1 +34806,2019,by form of exploitation,Other forms of exploitation,2.5,8,1 +34807,2020,by form of exploitation,Other forms of exploitation,2.5,8,1 +34808,2021,by form of exploitation,Other forms of exploitation,2.5,8,1 +34809,2022,by form of exploitation,Other forms of exploitation,2.5,8,1 +34810,2018,by form of exploitation,Other forms of exploitation,2.5,9,1 +34811,2019,by form of exploitation,Other forms of exploitation,2.5,9,1 +34812,2020,by form of exploitation,Other forms of exploitation,2.5,9,1 +34813,2021,by form of exploitation,Other forms of exploitation,2.5,9,1 +34814,2022,by form of exploitation,Other forms of exploitation,2.5,9,1 +34815,2008,by form of exploitation,Other forms of exploitation,2.5,10,1 +34816,2009,by form of exploitation,Other forms of exploitation,14.0,10,1 +34817,2010,by form of exploitation,Other forms of exploitation,2.5,10,1 +34818,2014,by form of exploitation,Other forms of exploitation,2.5,10,1 +34819,2015,by form of exploitation,Other forms of exploitation,6.0,10,1 +34820,2016,by form of exploitation,Other forms of exploitation,23.0,10,1 +34821,2017,by form of exploitation,Other forms of exploitation,17.0,10,4 +34822,2017,by form of exploitation,Other forms of exploitation,14.0,10,5 +34823,2017,by form of exploitation,Other forms of exploitation,2.5,10,6 +34824,2017,by form of exploitation,Other forms of exploitation,7.0,10,7 +34825,2017,by form of exploitation,Other forms of exploitation,17.0,10,2 +34826,2017,by form of exploitation,Other forms of exploitation,21.0,10,3 +34827,2017,by form of exploitation,Other forms of exploitation,31.0,10,1 +34828,2017,by form of exploitation,Other forms of exploitation,8.0,10,1 +34829,2018,by form of exploitation,Other forms of exploitation,22.0,10,4 +34830,2018,by form of exploitation,Other forms of exploitation,26.0,10,5 +34831,2018,by form of exploitation,Other forms of exploitation,2.5,10,6 +34832,2018,by form of exploitation,Other forms of exploitation,12.0,10,7 +34833,2018,by form of exploitation,Other forms of exploitation,27.0,10,2 +34834,2018,by form of exploitation,Other forms of exploitation,38.0,10,3 +34835,2018,by form of exploitation,Other forms of exploitation,48.0,10,1 +34836,2018,by form of exploitation,Other forms of exploitation,15.0,10,1 +34837,2019,by form of exploitation,Other forms of exploitation,22.0,10,4 +34838,2019,by form of exploitation,Other forms of exploitation,44.0,10,5 +34839,2019,by form of exploitation,Other forms of exploitation,2.5,10,6 +34840,2019,by form of exploitation,Other forms of exploitation,20.0,10,7 +34841,2019,by form of exploitation,Other forms of exploitation,6.0,10,2 +34842,2019,by form of exploitation,Other forms of exploitation,32.0,10,3 +34843,2019,by form of exploitation,Other forms of exploitation,2.5,10,1 +34844,2019,by form of exploitation,Other forms of exploitation,31.0,10,1 +34845,2019,by form of exploitation,Other forms of exploitation,7.0,10,1 +34846,2020,by form of exploitation,Other forms of exploitation,17.0,10,4 +34847,2020,by form of exploitation,Other forms of exploitation,43.0,10,5 +34848,2020,by form of exploitation,Other forms of exploitation,6.0,10,6 +34849,2020,by form of exploitation,Other forms of exploitation,23.0,10,7 +34850,2020,by form of exploitation,Other forms of exploitation,13.0,10,2 +34851,2020,by form of exploitation,Other forms of exploitation,29.0,10,3 +34852,2020,by form of exploitation,Other forms of exploitation,2.5,10,1 +34853,2020,by form of exploitation,Other forms of exploitation,26.0,10,1 +34854,2020,by form of exploitation,Other forms of exploitation,14.0,10,1 +34855,2021,by form of exploitation,Other forms of exploitation,2.5,10,4 +34856,2021,by form of exploitation,Other forms of exploitation,11.0,10,5 +34857,2021,by form of exploitation,Other forms of exploitation,2.5,10,6 +34858,2021,by form of exploitation,Other forms of exploitation,2.5,10,7 +34859,2021,by form of exploitation,Other forms of exploitation,5.0,10,2 +34860,2021,by form of exploitation,Other forms of exploitation,11.0,10,3 +34861,2021,by form of exploitation,Other forms of exploitation,9.0,10,1 +34862,2021,by form of exploitation,Other forms of exploitation,5.0,10,1 +34863,2022,by form of exploitation,Other forms of exploitation,13.0,10,4 +34864,2022,by form of exploitation,Other forms of exploitation,23.0,10,5 +34865,2022,by form of exploitation,Other forms of exploitation,2.5,10,6 +34866,2022,by form of exploitation,Other forms of exploitation,2.5,10,7 +34867,2022,by form of exploitation,Other forms of exploitation,22.0,10,2 +34868,2022,by form of exploitation,Other forms of exploitation,24.0,10,3 +34869,2022,by form of exploitation,Other forms of exploitation,27.0,10,1 +34870,2022,by form of exploitation,Other forms of exploitation,19.0,10,1 +34871,2007,by form of exploitation,Other forms of exploitation,2.5,11,1 +34872,2008,by form of exploitation,Other forms of exploitation,2.5,11,1 +34873,2009,by form of exploitation,Other forms of exploitation,2.5,11,1 +34874,2017,by form of exploitation,Other forms of exploitation,10.0,11,5 +34875,2017,by form of exploitation,Other forms of exploitation,5.0,11,1 +34876,2018,by form of exploitation,Other forms of exploitation,2.5,11,4 +34877,2018,by form of exploitation,Other forms of exploitation,5.0,11,5 +34878,2018,by form of exploitation,Other forms of exploitation,2.5,11,1 +34879,2019,by form of exploitation,Other forms of exploitation,2.5,11,4 +34880,2019,by form of exploitation,Other forms of exploitation,17.0,11,5 +34881,2019,by form of exploitation,Other forms of exploitation,2.5,11,1 +34882,2019,by form of exploitation,Other forms of exploitation,10.0,11,1 +34883,2020,by form of exploitation,Other forms of exploitation,2.5,11,4 +34884,2020,by form of exploitation,Other forms of exploitation,73.0,11,5 +34885,2020,by form of exploitation,Other forms of exploitation,2.5,11,6 +34886,2020,by form of exploitation,Other forms of exploitation,10.0,11,7 +34887,2020,by form of exploitation,Other forms of exploitation,11.0,11,7 +34888,2020,by form of exploitation,Other forms of exploitation,2.5,11,2 +34889,2020,by form of exploitation,Other forms of exploitation,73.0,11,3 +34890,2020,by form of exploitation,Other forms of exploitation,74.0,11,1 +34891,2020,by form of exploitation,Other forms of exploitation,22.0,11,1 +34892,2021,by form of exploitation,Other forms of exploitation,2.5,11,4 +34893,2021,by form of exploitation,Other forms of exploitation,2.5,11,5 +34894,2021,by form of exploitation,Other forms of exploitation,2.5,11,6 +34895,2021,by form of exploitation,Other forms of exploitation,2.5,11,7 +34896,2021,by form of exploitation,Other forms of exploitation,39.0,11,1 +34897,2022,by form of exploitation,Other forms of exploitation,2.5,11,4 +34898,2022,by form of exploitation,Other forms of exploitation,2.5,11,5 +34899,2022,by form of exploitation,Other forms of exploitation,2.5,11,6 +34900,2022,by form of exploitation,Other forms of exploitation,2.5,11,7 +34901,2022,by form of exploitation,Other forms of exploitation,48.0,11,1 +34902,2007,by form of exploitation,Other forms of exploitation,2.5,12,1 +34903,2008,by form of exploitation,Other forms of exploitation,2.5,12,1 +34904,2009,by form of exploitation,Other forms of exploitation,2.5,12,1 +34905,2018,by form of exploitation,Other forms of exploitation,2.5,12,1 +34906,2019,by form of exploitation,Other forms of exploitation,2.5,12,1 +34907,2020,by form of exploitation,Other forms of exploitation,2.5,12,1 +34908,2021,by form of exploitation,Other forms of exploitation,2.5,12,1 +34909,2022,by form of exploitation,Other forms of exploitation,2.5,12,1 +34910,2008,by form of exploitation,Other forms of exploitation,12.0,13,1 +34911,2009,by form of exploitation,Other forms of exploitation,129.0,13,1 +34912,2018,by form of exploitation,Other forms of exploitation,2.5,13,1 +34913,2019,by form of exploitation,Other forms of exploitation,2.5,13,1 +34914,2020,by form of exploitation,Other forms of exploitation,2.5,13,1 +34915,2021,by form of exploitation,Other forms of exploitation,2.5,13,1 +34916,2022,by form of exploitation,Other forms of exploitation,2.5,13,1 +34917,2005,by form of exploitation,Other forms of exploitation,2.5,14,1 +34918,2006,by form of exploitation,Other forms of exploitation,17.0,14,1 +34919,2007,by form of exploitation,Other forms of exploitation,40.0,14,1 +34920,2008,by form of exploitation,Other forms of exploitation,41.0,14,1 +34921,2009,by form of exploitation,Other forms of exploitation,41.0,14,1 +34922,2012,by form of exploitation,Other forms of exploitation,10.0,14,1 +34923,2014,by form of exploitation,Other forms of exploitation,2.5,14,4 +34924,2014,by form of exploitation,Other forms of exploitation,2.5,14,5 +34925,2014,by form of exploitation,Other forms of exploitation,2.5,14,6 +34926,2014,by form of exploitation,Other forms of exploitation,5.0,14,7 +34927,2014,by form of exploitation,Other forms of exploitation,9.0,14,1 +34928,2015,by form of exploitation,Other forms of exploitation,2.5,14,4 +34929,2015,by form of exploitation,Other forms of exploitation,2.5,14,5 +34930,2015,by form of exploitation,Other forms of exploitation,6.0,14,6 +34931,2015,by form of exploitation,Other forms of exploitation,2.5,14,7 +34932,2015,by form of exploitation,Other forms of exploitation,13.0,14,1 +34933,2016,by form of exploitation,Other forms of exploitation,2.5,14,5 +34934,2016,by form of exploitation,Other forms of exploitation,8.0,14,7 +34935,2016,by form of exploitation,Other forms of exploitation,9.0,14,1 +34936,2017,by form of exploitation,Other forms of exploitation,2.5,14,4 +34937,2017,by form of exploitation,Other forms of exploitation,2.5,14,5 +34938,2017,by form of exploitation,Other forms of exploitation,2.5,14,6 +34939,2017,by form of exploitation,Other forms of exploitation,2.5,14,7 +34940,2017,by form of exploitation,Other forms of exploitation,2.5,14,1 +34941,2018,by form of exploitation,Other forms of exploitation,2.5,14,4 +34942,2018,by form of exploitation,Other forms of exploitation,2.5,14,5 +34943,2018,by form of exploitation,Other forms of exploitation,2.5,14,6 +34944,2018,by form of exploitation,Other forms of exploitation,2.5,14,7 +34945,2018,by form of exploitation,Other forms of exploitation,7.0,14,1 +34946,2019,by form of exploitation,Other forms of exploitation,2.5,14,4 +34947,2019,by form of exploitation,Other forms of exploitation,2.5,14,5 +34948,2019,by form of exploitation,Other forms of exploitation,2.5,14,7 +34949,2019,by form of exploitation,Other forms of exploitation,2.5,14,2 +34950,2019,by form of exploitation,Other forms of exploitation,2.5,14,3 +34951,2019,by form of exploitation,Other forms of exploitation,2.5,14,1 +34952,2020,by form of exploitation,Other forms of exploitation,2.5,14,4 +34953,2020,by form of exploitation,Other forms of exploitation,2.5,14,5 +34954,2020,by form of exploitation,Other forms of exploitation,2.5,14,6 +34955,2020,by form of exploitation,Other forms of exploitation,2.5,14,7 +34956,2020,by form of exploitation,Other forms of exploitation,2.5,14,2 +34957,2020,by form of exploitation,Other forms of exploitation,2.5,14,3 +34958,2020,by form of exploitation,Other forms of exploitation,2.5,14,1 +34959,2021,by form of exploitation,Other forms of exploitation,2.5,14,4 +34960,2021,by form of exploitation,Other forms of exploitation,2.5,14,5 +34961,2021,by form of exploitation,Other forms of exploitation,2.5,14,6 +34962,2021,by form of exploitation,Other forms of exploitation,37.0,14,7 +34963,2021,by form of exploitation,Other forms of exploitation,37.0,14,3 +34964,2021,by form of exploitation,Other forms of exploitation,37.0,14,1 +34965,2022,by form of exploitation,Other forms of exploitation,2.5,14,4 +34966,2022,by form of exploitation,Other forms of exploitation,2.5,14,5 +34967,2022,by form of exploitation,Other forms of exploitation,2.5,14,6 +34968,2022,by form of exploitation,Other forms of exploitation,6.0,14,7 +34969,2022,by form of exploitation,Other forms of exploitation,2.5,14,2 +34970,2022,by form of exploitation,Other forms of exploitation,7.0,14,3 +34971,2022,by form of exploitation,Other forms of exploitation,9.0,14,1 +34972,2018,by form of exploitation,Other forms of exploitation,2.5,15,1 +34973,2019,by form of exploitation,Other forms of exploitation,2.5,15,1 +34974,2020,by form of exploitation,Other forms of exploitation,2.5,15,1 +34975,2021,by form of exploitation,Other forms of exploitation,2.5,15,1 +34976,2022,by form of exploitation,Other forms of exploitation,121.0,15,4 +34977,2022,by form of exploitation,Other forms of exploitation,2.5,15,5 +34978,2022,by form of exploitation,Other forms of exploitation,116.0,15,6 +34979,2022,by form of exploitation,Other forms of exploitation,2.5,15,7 +34980,2022,by form of exploitation,Other forms of exploitation,237.0,15,2 +34981,2022,by form of exploitation,Other forms of exploitation,237.0,15,1 +34982,2003,by form of exploitation,Other forms of exploitation,258.0,16,1 +34983,2004,by form of exploitation,Other forms of exploitation,369.0,16,1 +34984,2005,by form of exploitation,Other forms of exploitation,502.0,16,1 +34985,2006,by form of exploitation,Other forms of exploitation,419.0,16,1 +34986,2018,by form of exploitation,Other forms of exploitation,2.5,16,1 +34987,2019,by form of exploitation,Other forms of exploitation,2.5,16,1 +34988,2020,by form of exploitation,Other forms of exploitation,2.5,16,4 +34989,2020,by form of exploitation,Other forms of exploitation,2.5,16,5 +34990,2020,by form of exploitation,Other forms of exploitation,2.5,16,6 +34991,2020,by form of exploitation,Other forms of exploitation,2.5,16,7 +34992,2020,by form of exploitation,Other forms of exploitation,2.5,16,1 +34993,2021,by form of exploitation,Other forms of exploitation,2.5,16,4 +34994,2021,by form of exploitation,Other forms of exploitation,2.5,16,5 +34995,2021,by form of exploitation,Other forms of exploitation,2.5,16,6 +34996,2021,by form of exploitation,Other forms of exploitation,2.5,16,7 +34997,2021,by form of exploitation,Other forms of exploitation,2.5,16,1 +34998,2022,by form of exploitation,Other forms of exploitation,2.5,16,1 +34999,2018,by form of exploitation,Other forms of exploitation,2.5,17,1 +35000,2019,by form of exploitation,Other forms of exploitation,2.5,17,1 +35001,2020,by form of exploitation,Other forms of exploitation,2.5,17,1 +35002,2021,by form of exploitation,Other forms of exploitation,2.5,17,1 +35003,2022,by form of exploitation,Other forms of exploitation,39.0,17,4 +35004,2022,by form of exploitation,Other forms of exploitation,66.0,17,5 +35005,2022,by form of exploitation,Other forms of exploitation,38.0,17,6 +35006,2022,by form of exploitation,Other forms of exploitation,50.0,17,7 +35007,2022,by form of exploitation,Other forms of exploitation,77.0,17,2 +35008,2022,by form of exploitation,Other forms of exploitation,116.0,17,3 +35009,2022,by form of exploitation,Other forms of exploitation,193.0,17,1 +35010,2010,by form of exploitation,Other forms of exploitation,38.0,18,1 +35011,2011,by form of exploitation,Other forms of exploitation,55.0,18,1 +35012,2012,by form of exploitation,Other forms of exploitation,53.0,18,1 +35013,2013,by form of exploitation,Other forms of exploitation,66.0,18,1 +35014,2014,by form of exploitation,Other forms of exploitation,2.5,18,4 +35015,2014,by form of exploitation,Other forms of exploitation,60.0,18,5 +35016,2014,by form of exploitation,Other forms of exploitation,2.5,18,6 +35017,2014,by form of exploitation,Other forms of exploitation,5.0,18,7 +35018,2014,by form of exploitation,Other forms of exploitation,66.0,18,1 +35019,2015,by form of exploitation,Other forms of exploitation,2.5,18,4 +35020,2015,by form of exploitation,Other forms of exploitation,64.0,18,5 +35021,2015,by form of exploitation,Other forms of exploitation,2.5,18,6 +35022,2015,by form of exploitation,Other forms of exploitation,2.5,18,7 +35023,2015,by form of exploitation,Other forms of exploitation,66.0,18,1 +35024,2016,by form of exploitation,Other forms of exploitation,2.5,18,4 +35025,2016,by form of exploitation,Other forms of exploitation,84.0,18,5 +35026,2016,by form of exploitation,Other forms of exploitation,2.5,18,6 +35027,2016,by form of exploitation,Other forms of exploitation,2.5,18,7 +35028,2016,by form of exploitation,Other forms of exploitation,86.0,18,1 +35029,2017,by form of exploitation,Other forms of exploitation,2.5,18,4 +35030,2017,by form of exploitation,Other forms of exploitation,110.0,18,5 +35031,2017,by form of exploitation,Other forms of exploitation,2.5,18,6 +35032,2017,by form of exploitation,Other forms of exploitation,5.0,18,7 +35033,2017,by form of exploitation,Other forms of exploitation,115.0,18,1 +35034,2018,by form of exploitation,Other forms of exploitation,2.5,18,4 +35035,2018,by form of exploitation,Other forms of exploitation,67.0,18,5 +35036,2018,by form of exploitation,Other forms of exploitation,2.5,18,6 +35037,2018,by form of exploitation,Other forms of exploitation,7.0,18,7 +35038,2018,by form of exploitation,Other forms of exploitation,74.0,18,1 +35039,2019,by form of exploitation,Other forms of exploitation,8.0,18,1 +35040,2020,by form of exploitation,Other forms of exploitation,2.5,18,4 +35041,2020,by form of exploitation,Other forms of exploitation,42.0,18,5 +35042,2020,by form of exploitation,Other forms of exploitation,2.5,18,6 +35043,2020,by form of exploitation,Other forms of exploitation,41.0,18,7 +35044,2020,by form of exploitation,Other forms of exploitation,2.5,18,2 +35045,2020,by form of exploitation,Other forms of exploitation,83.0,18,3 +35046,2020,by form of exploitation,Other forms of exploitation,83.0,18,1 +35047,2021,by form of exploitation,Other forms of exploitation,2.5,18,4 +35048,2021,by form of exploitation,Other forms of exploitation,2.5,18,5 +35049,2021,by form of exploitation,Other forms of exploitation,7.0,18,6 +35050,2021,by form of exploitation,Other forms of exploitation,2.5,18,7 +35051,2021,by form of exploitation,Other forms of exploitation,7.0,18,2 +35052,2021,by form of exploitation,Other forms of exploitation,15.0,18,1 +35053,2022,by form of exploitation,Other forms of exploitation,2.5,18,4 +35054,2022,by form of exploitation,Other forms of exploitation,18.0,18,5 +35055,2022,by form of exploitation,Other forms of exploitation,2.5,18,6 +35056,2022,by form of exploitation,Other forms of exploitation,9.0,18,7 +35057,2022,by form of exploitation,Other forms of exploitation,27.0,18,3 +35058,2022,by form of exploitation,Other forms of exploitation,14.0,18,1 +35059,2010,by form of exploitation,Other forms of exploitation,2.5,19,1 +35060,2012,by form of exploitation,Other forms of exploitation,2.5,19,1 +35061,2016,by form of exploitation,Other forms of exploitation,2.5,19,1 +35062,2017,by form of exploitation,Other forms of exploitation,2.5,19,4 +35063,2017,by form of exploitation,Other forms of exploitation,2.5,19,5 +35064,2017,by form of exploitation,Other forms of exploitation,2.5,19,6 +35065,2017,by form of exploitation,Other forms of exploitation,2.5,19,7 +35066,2018,by form of exploitation,Other forms of exploitation,2.5,19,4 +35067,2018,by form of exploitation,Other forms of exploitation,2.5,19,5 +35068,2018,by form of exploitation,Other forms of exploitation,2.5,19,6 +35069,2018,by form of exploitation,Other forms of exploitation,2.5,19,7 +35070,2018,by form of exploitation,Other forms of exploitation,2.5,19,1 +35071,2019,by form of exploitation,Other forms of exploitation,2.5,19,4 +35072,2019,by form of exploitation,Other forms of exploitation,2.5,19,5 +35073,2019,by form of exploitation,Other forms of exploitation,2.5,19,6 +35074,2019,by form of exploitation,Other forms of exploitation,2.5,19,7 +35075,2019,by form of exploitation,Other forms of exploitation,2.5,19,1 +35076,2020,by form of exploitation,Other forms of exploitation,2.5,19,4 +35077,2020,by form of exploitation,Other forms of exploitation,2.5,19,5 +35078,2020,by form of exploitation,Other forms of exploitation,2.5,19,6 +35079,2020,by form of exploitation,Other forms of exploitation,2.5,19,7 +35080,2020,by form of exploitation,Other forms of exploitation,2.5,19,1 +35081,2021,by form of exploitation,Other forms of exploitation,2.5,19,4 +35082,2021,by form of exploitation,Other forms of exploitation,2.5,19,5 +35083,2021,by form of exploitation,Other forms of exploitation,2.5,19,6 +35084,2021,by form of exploitation,Other forms of exploitation,2.5,19,7 +35085,2021,by form of exploitation,Other forms of exploitation,2.5,19,1 +35086,2022,by form of exploitation,Other forms of exploitation,2.5,19,4 +35087,2022,by form of exploitation,Other forms of exploitation,2.5,19,5 +35088,2022,by form of exploitation,Other forms of exploitation,2.5,19,6 +35089,2022,by form of exploitation,Other forms of exploitation,2.5,19,7 +35090,2022,by form of exploitation,Other forms of exploitation,2.5,19,1 +35091,2018,by form of exploitation,Other forms of exploitation,2.5,20,1 +35092,2019,by form of exploitation,Other forms of exploitation,2.5,20,1 +35093,2020,by form of exploitation,Other forms of exploitation,2.5,20,1 +35094,2021,by form of exploitation,Other forms of exploitation,2.5,20,1 +35095,2022,by form of exploitation,Other forms of exploitation,2.5,20,4 +35096,2022,by form of exploitation,Other forms of exploitation,2.5,20,5 +35097,2022,by form of exploitation,Other forms of exploitation,2.5,20,6 +35098,2022,by form of exploitation,Other forms of exploitation,2.5,20,7 +35099,2022,by form of exploitation,Other forms of exploitation,2.5,20,1 +35100,2014,by form of exploitation,Other forms of exploitation,18.0,21,4 +35101,2014,by form of exploitation,Other forms of exploitation,2.5,21,5 +35102,2014,by form of exploitation,Other forms of exploitation,13.0,21,6 +35103,2014,by form of exploitation,Other forms of exploitation,2.5,21,7 +35104,2014,by form of exploitation,Other forms of exploitation,36.0,21,1 +35105,2015,by form of exploitation,Other forms of exploitation,10.0,21,4 +35106,2015,by form of exploitation,Other forms of exploitation,6.0,21,5 +35107,2015,by form of exploitation,Other forms of exploitation,2.5,21,6 +35108,2015,by form of exploitation,Other forms of exploitation,5.0,21,7 +35109,2015,by form of exploitation,Other forms of exploitation,28.0,21,1 +35110,2016,by form of exploitation,Other forms of exploitation,23.0,21,1 +35111,2017,by form of exploitation,Other forms of exploitation,57.0,21,1 +35112,2018,by form of exploitation,Other forms of exploitation,17.0,21,1 +35113,2019,by form of exploitation,Other forms of exploitation,46.0,21,1 +35114,2020,by form of exploitation,Other forms of exploitation,2.5,21,4 +35115,2020,by form of exploitation,Other forms of exploitation,2.5,21,5 +35116,2020,by form of exploitation,Other forms of exploitation,2.5,21,6 +35117,2020,by form of exploitation,Other forms of exploitation,2.5,21,7 +35118,2020,by form of exploitation,Other forms of exploitation,54.0,21,1 +35119,2021,by form of exploitation,Other forms of exploitation,54.0,21,1 +35120,2022,by form of exploitation,Other forms of exploitation,2.5,21,4 +35121,2022,by form of exploitation,Other forms of exploitation,2.5,21,5 +35122,2022,by form of exploitation,Other forms of exploitation,2.5,21,6 +35123,2022,by form of exploitation,Other forms of exploitation,2.5,21,7 +35124,2022,by form of exploitation,Other forms of exploitation,16.0,21,1 +35125,2010,by form of exploitation,Other forms of exploitation,2.5,22,1 +35126,2017,by form of exploitation,Other forms of exploitation,2.5,22,4 +35127,2017,by form of exploitation,Other forms of exploitation,2.5,22,5 +35128,2017,by form of exploitation,Other forms of exploitation,2.5,22,6 +35129,2017,by form of exploitation,Other forms of exploitation,2.5,22,7 +35130,2018,by form of exploitation,Other forms of exploitation,2.5,22,4 +35131,2018,by form of exploitation,Other forms of exploitation,2.5,22,5 +35132,2018,by form of exploitation,Other forms of exploitation,2.5,22,6 +35133,2018,by form of exploitation,Other forms of exploitation,2.5,22,7 +35134,2018,by form of exploitation,Other forms of exploitation,2.5,22,1 +35135,2019,by form of exploitation,Other forms of exploitation,2.5,22,1 +35136,2020,by form of exploitation,Other forms of exploitation,2.5,22,4 +35137,2020,by form of exploitation,Other forms of exploitation,2.5,22,5 +35138,2020,by form of exploitation,Other forms of exploitation,2.5,22,6 +35139,2020,by form of exploitation,Other forms of exploitation,2.5,22,7 +35140,2020,by form of exploitation,Other forms of exploitation,2.5,22,1 +35141,2021,by form of exploitation,Other forms of exploitation,2.5,22,4 +35142,2021,by form of exploitation,Other forms of exploitation,2.5,22,5 +35143,2021,by form of exploitation,Other forms of exploitation,2.5,22,6 +35144,2021,by form of exploitation,Other forms of exploitation,2.5,22,7 +35145,2021,by form of exploitation,Other forms of exploitation,2.5,22,1 +35146,2022,by form of exploitation,Other forms of exploitation,2.5,22,4 +35147,2022,by form of exploitation,Other forms of exploitation,2.5,22,5 +35148,2022,by form of exploitation,Other forms of exploitation,2.5,22,6 +35149,2022,by form of exploitation,Other forms of exploitation,2.5,22,7 +35150,2022,by form of exploitation,Other forms of exploitation,2.5,22,1 +35151,2017,by form of exploitation,Other forms of exploitation,2.5,23,4 +35152,2017,by form of exploitation,Other forms of exploitation,2.5,23,5 +35153,2017,by form of exploitation,Other forms of exploitation,2.5,23,6 +35154,2017,by form of exploitation,Other forms of exploitation,2.5,23,7 +35155,2017,by form of exploitation,Other forms of exploitation,2.5,23,9 +35156,2017,by form of exploitation,Other forms of exploitation,2.5,23,8 +35157,2017,by form of exploitation,Other forms of exploitation,2.5,23,2 +35158,2017,by form of exploitation,Other forms of exploitation,2.5,23,3 +35159,2017,by form of exploitation,Other forms of exploitation,2.5,23,1 +35160,2017,by form of exploitation,Other forms of exploitation,2.5,23,1 +35161,2018,by form of exploitation,Other forms of exploitation,2.5,23,4 +35162,2018,by form of exploitation,Other forms of exploitation,2.5,23,5 +35163,2018,by form of exploitation,Other forms of exploitation,2.5,23,6 +35164,2018,by form of exploitation,Other forms of exploitation,2.5,23,7 +35165,2018,by form of exploitation,Other forms of exploitation,2.5,23,9 +35166,2018,by form of exploitation,Other forms of exploitation,2.5,23,8 +35167,2018,by form of exploitation,Other forms of exploitation,2.5,23,2 +35168,2018,by form of exploitation,Other forms of exploitation,2.5,23,3 +35169,2018,by form of exploitation,Other forms of exploitation,2.5,23,1 +35170,2018,by form of exploitation,Other forms of exploitation,2.5,23,1 +35171,2018,by form of exploitation,Other forms of exploitation,2.5,23,1 +35172,2018,by form of exploitation,Other forms of exploitation,2.5,23,1 +35173,2019,by form of exploitation,Other forms of exploitation,2.5,23,4 +35174,2019,by form of exploitation,Other forms of exploitation,2.5,23,5 +35175,2019,by form of exploitation,Other forms of exploitation,2.5,23,6 +35176,2019,by form of exploitation,Other forms of exploitation,2.5,23,7 +35177,2019,by form of exploitation,Other forms of exploitation,2.5,23,9 +35178,2019,by form of exploitation,Other forms of exploitation,2.5,23,8 +35179,2019,by form of exploitation,Other forms of exploitation,2.5,23,2 +35180,2019,by form of exploitation,Other forms of exploitation,2.5,23,3 +35181,2019,by form of exploitation,Other forms of exploitation,2.5,23,1 +35182,2019,by form of exploitation,Other forms of exploitation,2.5,23,1 +35183,2019,by form of exploitation,Other forms of exploitation,2.5,23,1 +35184,2020,by form of exploitation,Other forms of exploitation,2.5,23,4 +35185,2020,by form of exploitation,Other forms of exploitation,2.5,23,5 +35186,2020,by form of exploitation,Other forms of exploitation,2.5,23,6 +35187,2020,by form of exploitation,Other forms of exploitation,2.5,23,7 +35188,2020,by form of exploitation,Other forms of exploitation,2.5,23,9 +35189,2020,by form of exploitation,Other forms of exploitation,2.5,23,8 +35190,2020,by form of exploitation,Other forms of exploitation,2.5,23,2 +35191,2020,by form of exploitation,Other forms of exploitation,2.5,23,3 +35192,2020,by form of exploitation,Other forms of exploitation,2.5,23,1 +35193,2020,by form of exploitation,Other forms of exploitation,2.5,23,1 +35194,2020,by form of exploitation,Other forms of exploitation,2.5,23,1 +35195,2021,by form of exploitation,Other forms of exploitation,2.5,23,4 +35196,2021,by form of exploitation,Other forms of exploitation,2.5,23,5 +35197,2021,by form of exploitation,Other forms of exploitation,2.5,23,6 +35198,2021,by form of exploitation,Other forms of exploitation,2.5,23,7 +35199,2021,by form of exploitation,Other forms of exploitation,2.5,23,9 +35200,2021,by form of exploitation,Other forms of exploitation,2.5,23,8 +35201,2021,by form of exploitation,Other forms of exploitation,2.5,23,2 +35202,2021,by form of exploitation,Other forms of exploitation,2.5,23,3 +35203,2021,by form of exploitation,Other forms of exploitation,2.5,23,1 +35204,2021,by form of exploitation,Other forms of exploitation,2.5,23,1 +35205,2021,by form of exploitation,Other forms of exploitation,2.5,23,1 +35206,2022,by form of exploitation,Other forms of exploitation,2.5,23,4 +35207,2022,by form of exploitation,Other forms of exploitation,2.5,23,5 +35208,2022,by form of exploitation,Other forms of exploitation,2.5,23,6 +35209,2022,by form of exploitation,Other forms of exploitation,2.5,23,7 +35210,2022,by form of exploitation,Other forms of exploitation,2.5,23,9 +35211,2022,by form of exploitation,Other forms of exploitation,2.5,23,8 +35212,2022,by form of exploitation,Other forms of exploitation,2.5,23,2 +35213,2022,by form of exploitation,Other forms of exploitation,2.5,23,3 +35214,2022,by form of exploitation,Other forms of exploitation,2.5,23,1 +35215,2022,by form of exploitation,Other forms of exploitation,2.5,23,1 +35216,2022,by form of exploitation,Other forms of exploitation,2.5,23,1 +35217,2007,by form of exploitation,Other forms of exploitation,2.5,24,1 +35218,2008,by form of exploitation,Other forms of exploitation,9.0,24,1 +35219,2009,by form of exploitation,Other forms of exploitation,16.0,24,1 +35220,2014,by form of exploitation,Other forms of exploitation,10.0,24,4 +35221,2014,by form of exploitation,Other forms of exploitation,13.0,24,5 +35222,2014,by form of exploitation,Other forms of exploitation,18.0,24,6 +35223,2014,by form of exploitation,Other forms of exploitation,21.0,24,7 +35224,2014,by form of exploitation,Other forms of exploitation,62.0,24,1 +35225,2015,by form of exploitation,Other forms of exploitation,30.0,24,4 +35226,2015,by form of exploitation,Other forms of exploitation,18.0,24,5 +35227,2015,by form of exploitation,Other forms of exploitation,16.0,24,6 +35228,2015,by form of exploitation,Other forms of exploitation,23.0,24,7 +35229,2015,by form of exploitation,Other forms of exploitation,97.0,24,1 +35230,2016,by form of exploitation,Other forms of exploitation,37.0,24,4 +35231,2016,by form of exploitation,Other forms of exploitation,23.0,24,5 +35232,2016,by form of exploitation,Other forms of exploitation,34.0,24,6 +35233,2016,by form of exploitation,Other forms of exploitation,25.0,24,7 +35234,2016,by form of exploitation,Other forms of exploitation,120.0,24,1 +35235,2017,by form of exploitation,Other forms of exploitation,2.5,24,4 +35236,2017,by form of exploitation,Other forms of exploitation,9.0,24,5 +35237,2017,by form of exploitation,Other forms of exploitation,2.5,24,6 +35238,2017,by form of exploitation,Other forms of exploitation,9.0,24,7 +35239,2017,by form of exploitation,Other forms of exploitation,19.0,24,1 +35240,2018,by form of exploitation,Other forms of exploitation,2.5,24,4 +35241,2018,by form of exploitation,Other forms of exploitation,2.5,24,5 +35242,2018,by form of exploitation,Other forms of exploitation,2.5,24,6 +35243,2018,by form of exploitation,Other forms of exploitation,2.5,24,7 +35244,2018,by form of exploitation,Other forms of exploitation,2.5,24,1 +35245,2019,by form of exploitation,Other forms of exploitation,2.5,24,1 +35246,2020,by form of exploitation,Other forms of exploitation,2.5,24,1 +35247,2021,by form of exploitation,Other forms of exploitation,2.5,24,1 +35248,2022,by form of exploitation,Other forms of exploitation,2.5,24,1 +35249,2018,by form of exploitation,Other forms of exploitation,2.5,25,1 +35250,2019,by form of exploitation,Other forms of exploitation,2.5,25,1 +35251,2020,by form of exploitation,Other forms of exploitation,2.5,25,1 +35252,2021,by form of exploitation,Other forms of exploitation,2.5,25,1 +35253,2018,by form of exploitation,Other forms of exploitation,2.5,26,1 +35254,2019,by form of exploitation,Other forms of exploitation,2.5,26,1 +35255,2020,by form of exploitation,Other forms of exploitation,2.5,26,1 +35256,2021,by form of exploitation,Other forms of exploitation,2.5,26,1 +35257,2022,by form of exploitation,Other forms of exploitation,2.5,26,1 +35258,2017,by form of exploitation,Other forms of exploitation,2.5,27,4 +35259,2017,by form of exploitation,Other forms of exploitation,2.5,27,5 +35260,2017,by form of exploitation,Other forms of exploitation,2.5,27,6 +35261,2017,by form of exploitation,Other forms of exploitation,2.5,27,7 +35262,2018,by form of exploitation,Other forms of exploitation,2.5,27,4 +35263,2018,by form of exploitation,Other forms of exploitation,2.5,27,5 +35264,2018,by form of exploitation,Other forms of exploitation,2.5,27,6 +35265,2018,by form of exploitation,Other forms of exploitation,2.5,27,7 +35266,2018,by form of exploitation,Other forms of exploitation,2.5,27,1 +35267,2019,by form of exploitation,Other forms of exploitation,2.5,27,4 +35268,2019,by form of exploitation,Other forms of exploitation,2.5,27,5 +35269,2019,by form of exploitation,Other forms of exploitation,2.5,27,6 +35270,2019,by form of exploitation,Other forms of exploitation,2.5,27,7 +35271,2019,by form of exploitation,Other forms of exploitation,2.5,27,1 +35272,2020,by form of exploitation,Other forms of exploitation,2.5,27,1 +35273,2021,by form of exploitation,Other forms of exploitation,2.5,27,1 +35274,2022,by form of exploitation,Other forms of exploitation,2.5,27,1 +35275,2018,by form of exploitation,Other forms of exploitation,2.5,28,1 +35276,2019,by form of exploitation,Other forms of exploitation,2.5,28,1 +35277,2020,by form of exploitation,Other forms of exploitation,2.5,28,4 +35278,2020,by form of exploitation,Other forms of exploitation,2.5,28,5 +35279,2020,by form of exploitation,Other forms of exploitation,2.5,28,6 +35280,2020,by form of exploitation,Other forms of exploitation,2.5,28,7 +35281,2020,by form of exploitation,Other forms of exploitation,2.5,28,1 +35282,2021,by form of exploitation,Other forms of exploitation,2.5,28,1 +35283,2022,by form of exploitation,Other forms of exploitation,2.5,28,1 +35284,2017,by form of exploitation,Other forms of exploitation,2.5,29,4 +35285,2017,by form of exploitation,Other forms of exploitation,2.5,29,5 +35286,2017,by form of exploitation,Other forms of exploitation,2.5,29,6 +35287,2017,by form of exploitation,Other forms of exploitation,2.5,29,7 +35288,2018,by form of exploitation,Other forms of exploitation,2.5,29,4 +35289,2018,by form of exploitation,Other forms of exploitation,2.5,29,5 +35290,2018,by form of exploitation,Other forms of exploitation,2.5,29,6 +35291,2018,by form of exploitation,Other forms of exploitation,2.5,29,7 +35292,2018,by form of exploitation,Other forms of exploitation,2.5,29,1 +35293,2019,by form of exploitation,Other forms of exploitation,2.5,29,4 +35294,2019,by form of exploitation,Other forms of exploitation,2.5,29,5 +35295,2019,by form of exploitation,Other forms of exploitation,2.5,29,6 +35296,2019,by form of exploitation,Other forms of exploitation,2.5,29,7 +35297,2019,by form of exploitation,Other forms of exploitation,2.5,29,1 +35298,2020,by form of exploitation,Other forms of exploitation,2.5,29,4 +35299,2020,by form of exploitation,Other forms of exploitation,2.5,29,5 +35300,2020,by form of exploitation,Other forms of exploitation,2.5,29,6 +35301,2020,by form of exploitation,Other forms of exploitation,2.5,29,7 +35302,2020,by form of exploitation,Other forms of exploitation,2.5,29,1 +35303,2021,by form of exploitation,Other forms of exploitation,2.5,29,1 +35304,2022,by form of exploitation,Other forms of exploitation,2.5,29,1 +35305,2008,by form of exploitation,Other forms of exploitation,2.5,31,1 +35306,2017,by form of exploitation,Other forms of exploitation,2.5,31,4 +35307,2017,by form of exploitation,Other forms of exploitation,2.5,31,5 +35308,2017,by form of exploitation,Other forms of exploitation,2.5,31,6 +35309,2017,by form of exploitation,Other forms of exploitation,2.5,31,7 +35310,2018,by form of exploitation,Other forms of exploitation,2.5,31,4 +35311,2018,by form of exploitation,Other forms of exploitation,2.5,31,5 +35312,2018,by form of exploitation,Other forms of exploitation,2.5,31,6 +35313,2018,by form of exploitation,Other forms of exploitation,2.5,31,7 +35314,2018,by form of exploitation,Other forms of exploitation,2.5,31,1 +35315,2019,by form of exploitation,Other forms of exploitation,2.5,31,1 +35316,2020,by form of exploitation,Other forms of exploitation,2.5,31,1 +35317,2021,by form of exploitation,Other forms of exploitation,2.5,31,1 +35318,2022,by form of exploitation,Other forms of exploitation,2.5,31,1 +35319,2009,by form of exploitation,Other forms of exploitation,68.0,32,1 +35320,2018,by form of exploitation,Other forms of exploitation,2.5,32,1 +35321,2019,by form of exploitation,Other forms of exploitation,2.5,32,4 +35322,2019,by form of exploitation,Other forms of exploitation,5.0,32,4 +35323,2019,by form of exploitation,Other forms of exploitation,2.5,32,5 +35324,2019,by form of exploitation,Other forms of exploitation,43.0,32,5 +35325,2019,by form of exploitation,Other forms of exploitation,2.5,32,6 +35326,2019,by form of exploitation,Other forms of exploitation,2.5,32,6 +35327,2019,by form of exploitation,Other forms of exploitation,2.5,32,7 +35328,2019,by form of exploitation,Other forms of exploitation,35.0,32,7 +35329,2019,by form of exploitation,Other forms of exploitation,2.5,32,9 +35330,2019,by form of exploitation,Other forms of exploitation,2.5,32,8 +35331,2019,by form of exploitation,Other forms of exploitation,5.0,32,2 +35332,2019,by form of exploitation,Other forms of exploitation,78.0,32,3 +35333,2019,by form of exploitation,Other forms of exploitation,2.5,32,1 +35334,2019,by form of exploitation,Other forms of exploitation,2.5,32,1 +35335,2019,by form of exploitation,Other forms of exploitation,83.0,32,1 +35336,2019,by form of exploitation,Other forms of exploitation,2.5,32,1 +35337,2020,by form of exploitation,Other forms of exploitation,2.5,32,4 +35338,2020,by form of exploitation,Other forms of exploitation,2.5,32,4 +35339,2020,by form of exploitation,Other forms of exploitation,2.5,32,5 +35340,2020,by form of exploitation,Other forms of exploitation,2.5,32,5 +35341,2020,by form of exploitation,Other forms of exploitation,2.5,32,6 +35342,2020,by form of exploitation,Other forms of exploitation,2.5,32,6 +35343,2020,by form of exploitation,Other forms of exploitation,2.5,32,7 +35344,2020,by form of exploitation,Other forms of exploitation,2.5,32,7 +35345,2020,by form of exploitation,Other forms of exploitation,2.5,32,9 +35346,2020,by form of exploitation,Other forms of exploitation,2.5,32,8 +35347,2020,by form of exploitation,Other forms of exploitation,2.5,32,2 +35348,2020,by form of exploitation,Other forms of exploitation,2.5,32,3 +35349,2020,by form of exploitation,Other forms of exploitation,2.5,32,1 +35350,2020,by form of exploitation,Other forms of exploitation,2.5,32,1 +35351,2020,by form of exploitation,Other forms of exploitation,2.5,32,1 +35352,2020,by form of exploitation,Other forms of exploitation,2.5,32,1 +35353,2021,by form of exploitation,Other forms of exploitation,2.5,32,4 +35354,2021,by form of exploitation,Other forms of exploitation,2.5,32,4 +35355,2021,by form of exploitation,Other forms of exploitation,2.5,32,5 +35356,2021,by form of exploitation,Other forms of exploitation,2.5,32,5 +35357,2021,by form of exploitation,Other forms of exploitation,2.5,32,6 +35358,2021,by form of exploitation,Other forms of exploitation,2.5,32,6 +35359,2021,by form of exploitation,Other forms of exploitation,2.5,32,7 +35360,2021,by form of exploitation,Other forms of exploitation,2.5,32,7 +35361,2021,by form of exploitation,Other forms of exploitation,2.5,32,9 +35362,2021,by form of exploitation,Other forms of exploitation,2.5,32,8 +35363,2021,by form of exploitation,Other forms of exploitation,2.5,32,2 +35364,2021,by form of exploitation,Other forms of exploitation,2.5,32,3 +35365,2021,by form of exploitation,Other forms of exploitation,2.5,32,1 +35366,2021,by form of exploitation,Other forms of exploitation,2.5,32,1 +35367,2021,by form of exploitation,Other forms of exploitation,2.5,32,1 +35368,2021,by form of exploitation,Other forms of exploitation,2.5,32,1 +35369,2022,by form of exploitation,Other forms of exploitation,2.5,32,4 +35370,2022,by form of exploitation,Other forms of exploitation,2.5,32,5 +35371,2022,by form of exploitation,Other forms of exploitation,2.5,32,6 +35372,2022,by form of exploitation,Other forms of exploitation,2.5,32,7 +35373,2022,by form of exploitation,Other forms of exploitation,2.5,32,9 +35374,2022,by form of exploitation,Other forms of exploitation,2.5,32,8 +35375,2022,by form of exploitation,Other forms of exploitation,2.5,32,2 +35376,2022,by form of exploitation,Other forms of exploitation,2.5,32,3 +35377,2022,by form of exploitation,Other forms of exploitation,2.5,32,1 +35378,2022,by form of exploitation,Other forms of exploitation,2.5,32,1 +35379,2022,by form of exploitation,Other forms of exploitation,2.5,32,1 +35380,2008,by form of exploitation,Other forms of exploitation,10.0,33,1 +35381,2019,by form of exploitation,Other forms of exploitation,2.5,33,1 +35382,2020,by form of exploitation,Other forms of exploitation,2.5,33,1 +35383,2021,by form of exploitation,Other forms of exploitation,2.5,33,1 +35384,2022,by form of exploitation,Other forms of exploitation,2.5,33,1 +35385,2017,by form of exploitation,Other forms of exploitation,2.5,34,1 +35386,2018,by form of exploitation,Other forms of exploitation,8.0,34,1 +35387,2019,by form of exploitation,Other forms of exploitation,2.5,34,1 +35388,2020,by form of exploitation,Other forms of exploitation,2.5,34,1 +35389,2021,by form of exploitation,Other forms of exploitation,2.5,34,1 +35390,2022,by form of exploitation,Other forms of exploitation,2.5,34,1 +35391,2018,by form of exploitation,Other forms of exploitation,2.5,35,1 +35392,2019,by form of exploitation,Other forms of exploitation,2.5,35,4 +35393,2019,by form of exploitation,Other forms of exploitation,2.5,35,5 +35394,2019,by form of exploitation,Other forms of exploitation,2.5,35,6 +35395,2019,by form of exploitation,Other forms of exploitation,2.5,35,7 +35396,2019,by form of exploitation,Other forms of exploitation,2.5,35,1 +35397,2020,by form of exploitation,Other forms of exploitation,2.5,35,4 +35398,2020,by form of exploitation,Other forms of exploitation,2.5,35,5 +35399,2020,by form of exploitation,Other forms of exploitation,2.5,35,6 +35400,2020,by form of exploitation,Other forms of exploitation,2.5,35,7 +35401,2020,by form of exploitation,Other forms of exploitation,2.5,35,1 +35402,2021,by form of exploitation,Other forms of exploitation,2.5,35,4 +35403,2021,by form of exploitation,Other forms of exploitation,2.5,35,5 +35404,2021,by form of exploitation,Other forms of exploitation,2.5,35,6 +35405,2021,by form of exploitation,Other forms of exploitation,2.5,35,7 +35406,2021,by form of exploitation,Other forms of exploitation,2.5,35,3 +35407,2021,by form of exploitation,Other forms of exploitation,35.0,35,1 +35408,2022,by form of exploitation,Other forms of exploitation,106.0,35,4 +35409,2022,by form of exploitation,Other forms of exploitation,44.0,35,5 +35410,2022,by form of exploitation,Other forms of exploitation,44.0,35,6 +35411,2022,by form of exploitation,Other forms of exploitation,2.5,35,7 +35412,2022,by form of exploitation,Other forms of exploitation,150.0,35,2 +35413,2022,by form of exploitation,Other forms of exploitation,44.0,35,3 +35414,2022,by form of exploitation,Other forms of exploitation,194.0,35,1 +35415,2018,by form of exploitation,Other forms of exploitation,2.5,36,1 +35416,2019,by form of exploitation,Other forms of exploitation,2.5,36,1 +35417,2020,by form of exploitation,Other forms of exploitation,2.5,36,1 +35418,2021,by form of exploitation,Other forms of exploitation,2.5,36,1 +35419,2022,by form of exploitation,Other forms of exploitation,2.5,36,1 +35420,2018,by form of exploitation,Other forms of exploitation,2.5,37,1 +35421,2019,by form of exploitation,Other forms of exploitation,2.5,37,1 +35422,2020,by form of exploitation,Other forms of exploitation,2.5,37,1 +35423,2021,by form of exploitation,Other forms of exploitation,2.5,37,1 +35424,2022,by form of exploitation,Other forms of exploitation,2.5,37,1 +35425,2018,by form of exploitation,Other forms of exploitation,2.5,38,1 +35426,2019,by form of exploitation,Other forms of exploitation,2.5,38,1 +35427,2020,by form of exploitation,Other forms of exploitation,2.5,38,1 +35428,2021,by form of exploitation,Other forms of exploitation,2.5,38,1 +35429,2022,by form of exploitation,Other forms of exploitation,2.5,38,1 +35430,2017,by form of exploitation,Other forms of exploitation,2.5,39,4 +35431,2017,by form of exploitation,Other forms of exploitation,2.5,39,5 +35432,2017,by form of exploitation,Other forms of exploitation,2.5,39,6 +35433,2017,by form of exploitation,Other forms of exploitation,2.5,39,7 +35434,2018,by form of exploitation,Other forms of exploitation,2.5,39,4 +35435,2018,by form of exploitation,Other forms of exploitation,2.5,39,5 +35436,2018,by form of exploitation,Other forms of exploitation,2.5,39,6 +35437,2018,by form of exploitation,Other forms of exploitation,2.5,39,7 +35438,2018,by form of exploitation,Other forms of exploitation,2.5,39,1 +35439,2019,by form of exploitation,Other forms of exploitation,2.5,39,4 +35440,2019,by form of exploitation,Other forms of exploitation,2.5,39,5 +35441,2019,by form of exploitation,Other forms of exploitation,2.5,39,6 +35442,2019,by form of exploitation,Other forms of exploitation,2.5,39,7 +35443,2019,by form of exploitation,Other forms of exploitation,2.5,39,1 +35444,2020,by form of exploitation,Other forms of exploitation,2.5,39,4 +35445,2020,by form of exploitation,Other forms of exploitation,2.5,39,5 +35446,2020,by form of exploitation,Other forms of exploitation,2.5,39,6 +35447,2020,by form of exploitation,Other forms of exploitation,2.5,39,7 +35448,2020,by form of exploitation,Other forms of exploitation,2.5,39,1 +35449,2021,by form of exploitation,Other forms of exploitation,2.5,39,4 +35450,2021,by form of exploitation,Other forms of exploitation,2.5,39,5 +35451,2021,by form of exploitation,Other forms of exploitation,2.5,39,6 +35452,2021,by form of exploitation,Other forms of exploitation,2.5,39,7 +35453,2021,by form of exploitation,Other forms of exploitation,2.5,39,1 +35454,2022,by form of exploitation,Other forms of exploitation,2.5,39,4 +35455,2022,by form of exploitation,Other forms of exploitation,2.5,39,5 +35456,2022,by form of exploitation,Other forms of exploitation,2.5,39,6 +35457,2022,by form of exploitation,Other forms of exploitation,2.5,39,7 +35458,2022,by form of exploitation,Other forms of exploitation,2.5,39,1 +35459,2007,by form of exploitation,Other forms of exploitation,5.0,40,1 +35460,2008,by form of exploitation,Other forms of exploitation,9.0,40,1 +35461,2009,by form of exploitation,Other forms of exploitation,11.0,40,1 +35462,2013,by form of exploitation,Other forms of exploitation,2.5,40,1 +35463,2014,by form of exploitation,Other forms of exploitation,2.5,40,1 +35464,2015,by form of exploitation,Other forms of exploitation,7.0,40,1 +35465,2016,by form of exploitation,Other forms of exploitation,2.5,40,4 +35466,2016,by form of exploitation,Other forms of exploitation,14.0,40,5 +35467,2016,by form of exploitation,Other forms of exploitation,2.5,40,6 +35468,2016,by form of exploitation,Other forms of exploitation,2.5,40,7 +35469,2016,by form of exploitation,Other forms of exploitation,16.0,40,1 +35470,2017,by form of exploitation,Other forms of exploitation,5.0,40,4 +35471,2017,by form of exploitation,Other forms of exploitation,10.0,40,5 +35472,2017,by form of exploitation,Other forms of exploitation,2.5,40,6 +35473,2017,by form of exploitation,Other forms of exploitation,2.5,40,7 +35474,2017,by form of exploitation,Other forms of exploitation,16.0,40,1 +35475,2017,by form of exploitation,Other forms of exploitation,2.5,40,1 +35476,2017,by form of exploitation,Other forms of exploitation,2.5,40,1 +35477,2018,by form of exploitation,Other forms of exploitation,2.5,40,4 +35478,2018,by form of exploitation,Other forms of exploitation,20.0,40,5 +35479,2018,by form of exploitation,Other forms of exploitation,2.5,40,6 +35480,2018,by form of exploitation,Other forms of exploitation,16.0,40,7 +35481,2018,by form of exploitation,Other forms of exploitation,2.5,40,9 +35482,2018,by form of exploitation,Other forms of exploitation,2.5,40,8 +35483,2018,by form of exploitation,Other forms of exploitation,2.5,40,2 +35484,2018,by form of exploitation,Other forms of exploitation,36.0,40,3 +35485,2018,by form of exploitation,Other forms of exploitation,2.5,40,1 +35486,2018,by form of exploitation,Other forms of exploitation,9.0,40,1 +35487,2018,by form of exploitation,Other forms of exploitation,2.5,40,1 +35488,2018,by form of exploitation,Other forms of exploitation,22.0,40,1 +35489,2018,by form of exploitation,Other forms of exploitation,5.0,40,1 +35490,2018,by form of exploitation,Other forms of exploitation,2.5,40,1 +35491,2019,by form of exploitation,Other forms of exploitation,5.0,40,4 +35492,2019,by form of exploitation,Other forms of exploitation,28.0,40,5 +35493,2019,by form of exploitation,Other forms of exploitation,2.5,40,6 +35494,2019,by form of exploitation,Other forms of exploitation,2.5,40,7 +35495,2019,by form of exploitation,Other forms of exploitation,2.5,40,9 +35496,2019,by form of exploitation,Other forms of exploitation,2.5,40,8 +35497,2019,by form of exploitation,Other forms of exploitation,5.0,40,2 +35498,2019,by form of exploitation,Other forms of exploitation,31.0,40,3 +35499,2019,by form of exploitation,Other forms of exploitation,13.0,40,1 +35500,2019,by form of exploitation,Other forms of exploitation,12.0,40,1 +35501,2019,by form of exploitation,Other forms of exploitation,2.5,40,1 +35502,2019,by form of exploitation,Other forms of exploitation,11.0,40,1 +35503,2019,by form of exploitation,Other forms of exploitation,2.5,40,1 +35504,2020,by form of exploitation,Other forms of exploitation,5.0,40,4 +35505,2020,by form of exploitation,Other forms of exploitation,12.0,40,5 +35506,2020,by form of exploitation,Other forms of exploitation,5.0,40,6 +35507,2020,by form of exploitation,Other forms of exploitation,2.5,40,7 +35508,2020,by form of exploitation,Other forms of exploitation,2.5,40,9 +35509,2020,by form of exploitation,Other forms of exploitation,2.5,40,8 +35510,2020,by form of exploitation,Other forms of exploitation,10.0,40,2 +35511,2020,by form of exploitation,Other forms of exploitation,13.0,40,3 +35512,2020,by form of exploitation,Other forms of exploitation,10.0,40,1 +35513,2020,by form of exploitation,Other forms of exploitation,2.5,40,1 +35514,2020,by form of exploitation,Other forms of exploitation,9.0,40,1 +35515,2020,by form of exploitation,Other forms of exploitation,2.5,40,1 +35516,2020,by form of exploitation,Other forms of exploitation,2.5,40,1 +35517,2021,by form of exploitation,Other forms of exploitation,10.0,40,4 +35518,2021,by form of exploitation,Other forms of exploitation,32.0,40,5 +35519,2021,by form of exploitation,Other forms of exploitation,2.5,40,6 +35520,2021,by form of exploitation,Other forms of exploitation,8.0,40,7 +35521,2021,by form of exploitation,Other forms of exploitation,2.5,40,9 +35522,2021,by form of exploitation,Other forms of exploitation,2.5,40,8 +35523,2021,by form of exploitation,Other forms of exploitation,11.0,40,2 +35524,2021,by form of exploitation,Other forms of exploitation,40.0,40,3 +35525,2021,by form of exploitation,Other forms of exploitation,32.0,40,1 +35526,2021,by form of exploitation,Other forms of exploitation,9.0,40,1 +35527,2021,by form of exploitation,Other forms of exploitation,2.5,40,1 +35528,2021,by form of exploitation,Other forms of exploitation,8.0,40,1 +35529,2021,by form of exploitation,Other forms of exploitation,2.5,40,1 +35530,2022,by form of exploitation,Other forms of exploitation,2.5,40,4 +35531,2022,by form of exploitation,Other forms of exploitation,24.0,40,5 +35532,2022,by form of exploitation,Other forms of exploitation,2.5,40,6 +35533,2022,by form of exploitation,Other forms of exploitation,6.0,40,7 +35534,2022,by form of exploitation,Other forms of exploitation,2.5,40,9 +35535,2022,by form of exploitation,Other forms of exploitation,2.5,40,8 +35536,2022,by form of exploitation,Other forms of exploitation,2.5,40,2 +35537,2022,by form of exploitation,Other forms of exploitation,30.0,40,3 +35538,2022,by form of exploitation,Other forms of exploitation,6.0,40,1 +35539,2022,by form of exploitation,Other forms of exploitation,10.0,40,1 +35540,2022,by form of exploitation,Other forms of exploitation,2.5,40,1 +35541,2022,by form of exploitation,Other forms of exploitation,12.0,40,1 +35542,2022,by form of exploitation,Other forms of exploitation,2.5,40,1 +35543,2018,by form of exploitation,Other forms of exploitation,2.5,41,1 +35544,2019,by form of exploitation,Other forms of exploitation,2.5,41,1 +35545,2020,by form of exploitation,Other forms of exploitation,2.5,41,1 +35546,2021,by form of exploitation,Other forms of exploitation,2.5,41,1 +35547,2022,by form of exploitation,Other forms of exploitation,2.5,41,1 +35548,2018,by form of exploitation,Other forms of exploitation,2.5,42,1 +35549,2019,by form of exploitation,Other forms of exploitation,2.5,42,1 +35550,2020,by form of exploitation,Other forms of exploitation,2.5,42,1 +35551,2021,by form of exploitation,Other forms of exploitation,2.5,42,1 +35552,2022,by form of exploitation,Other forms of exploitation,2.5,42,1 +35553,2012,by form of exploitation,Other forms of exploitation,10.0,43,1 +35554,2013,by form of exploitation,Other forms of exploitation,13.0,43,1 +35555,2014,by form of exploitation,Other forms of exploitation,2.5,43,1 +35556,2015,by form of exploitation,Other forms of exploitation,2.5,43,1 +35557,2016,by form of exploitation,Other forms of exploitation,5.0,43,1 +35558,2017,by form of exploitation,Other forms of exploitation,2.5,43,4 +35559,2017,by form of exploitation,Other forms of exploitation,2.5,43,6 +35560,2017,by form of exploitation,Other forms of exploitation,7.0,43,7 +35561,2017,by form of exploitation,Other forms of exploitation,5.0,43,2 +35562,2017,by form of exploitation,Other forms of exploitation,2.5,43,3 +35563,2017,by form of exploitation,Other forms of exploitation,7.0,43,1 +35564,2017,by form of exploitation,Other forms of exploitation,2.5,43,1 +35565,2017,by form of exploitation,Other forms of exploitation,40.0,43,1 +35566,2018,by form of exploitation,Other forms of exploitation,12.0,43,4 +35567,2018,by form of exploitation,Other forms of exploitation,2.5,43,5 +35568,2018,by form of exploitation,Other forms of exploitation,5.0,43,6 +35569,2018,by form of exploitation,Other forms of exploitation,5.0,43,7 +35570,2018,by form of exploitation,Other forms of exploitation,2.5,43,2 +35571,2018,by form of exploitation,Other forms of exploitation,2.5,43,3 +35572,2018,by form of exploitation,Other forms of exploitation,19.0,43,1 +35573,2018,by form of exploitation,Other forms of exploitation,30.0,43,1 +35574,2019,by form of exploitation,Other forms of exploitation,15.0,43,4 +35575,2019,by form of exploitation,Other forms of exploitation,6.0,43,5 +35576,2019,by form of exploitation,Other forms of exploitation,16.0,43,6 +35577,2019,by form of exploitation,Other forms of exploitation,2.5,43,7 +35578,2019,by form of exploitation,Other forms of exploitation,2.5,43,2 +35579,2019,by form of exploitation,Other forms of exploitation,8.0,43,3 +35580,2019,by form of exploitation,Other forms of exploitation,2.5,43,1 +35581,2019,by form of exploitation,Other forms of exploitation,2.5,43,1 +35582,2019,by form of exploitation,Other forms of exploitation,27.0,43,1 +35583,2020,by form of exploitation,Other forms of exploitation,13.0,43,4 +35584,2020,by form of exploitation,Other forms of exploitation,2.5,43,5 +35585,2020,by form of exploitation,Other forms of exploitation,8.0,43,6 +35586,2020,by form of exploitation,Other forms of exploitation,2.5,43,7 +35587,2020,by form of exploitation,Other forms of exploitation,7.0,43,2 +35588,2020,by form of exploitation,Other forms of exploitation,2.5,43,3 +35589,2020,by form of exploitation,Other forms of exploitation,2.5,43,1 +35590,2020,by form of exploitation,Other forms of exploitation,2.5,43,1 +35591,2020,by form of exploitation,Other forms of exploitation,21.0,43,1 +35592,2021,by form of exploitation,Other forms of exploitation,5.0,43,4 +35593,2021,by form of exploitation,Other forms of exploitation,2.5,43,5 +35594,2021,by form of exploitation,Other forms of exploitation,2.5,43,6 +35595,2021,by form of exploitation,Other forms of exploitation,2.5,43,7 +35596,2021,by form of exploitation,Other forms of exploitation,2.5,43,2 +35597,2021,by form of exploitation,Other forms of exploitation,2.5,43,3 +35598,2021,by form of exploitation,Other forms of exploitation,6.0,43,1 +35599,2022,by form of exploitation,Other forms of exploitation,11.0,43,4 +35600,2022,by form of exploitation,Other forms of exploitation,10.0,43,5 +35601,2022,by form of exploitation,Other forms of exploitation,7.0,43,6 +35602,2022,by form of exploitation,Other forms of exploitation,2.5,43,7 +35603,2022,by form of exploitation,Other forms of exploitation,2.5,43,2 +35604,2022,by form of exploitation,Other forms of exploitation,2.5,43,3 +35605,2022,by form of exploitation,Other forms of exploitation,9.0,43,1 +35606,2022,by form of exploitation,Other forms of exploitation,2.5,43,1 +35607,2022,by form of exploitation,Other forms of exploitation,2.5,43,1 +35608,2022,by form of exploitation,Other forms of exploitation,8.0,43,1 +35609,2022,by form of exploitation,Other forms of exploitation,2.5,43,1 +35610,2022,by form of exploitation,Other forms of exploitation,2.5,43,1 +35611,2018,by form of exploitation,Other forms of exploitation,2.5,44,1 +35612,2019,by form of exploitation,Other forms of exploitation,2.5,44,1 +35613,2020,by form of exploitation,Other forms of exploitation,2.5,44,1 +35614,2021,by form of exploitation,Other forms of exploitation,2.5,44,4 +35615,2021,by form of exploitation,Other forms of exploitation,2.5,44,5 +35616,2021,by form of exploitation,Other forms of exploitation,2.5,44,6 +35617,2021,by form of exploitation,Other forms of exploitation,2.5,44,7 +35618,2021,by form of exploitation,Other forms of exploitation,2.5,44,1 +35619,2022,by form of exploitation,Other forms of exploitation,2.5,44,4 +35620,2022,by form of exploitation,Other forms of exploitation,2.5,44,5 +35621,2022,by form of exploitation,Other forms of exploitation,2.5,44,6 +35622,2022,by form of exploitation,Other forms of exploitation,2.5,44,7 +35623,2022,by form of exploitation,Other forms of exploitation,2.5,44,1 +35624,2008,by form of exploitation,Other forms of exploitation,12.0,46,1 +35625,2014,by form of exploitation,Other forms of exploitation,2.5,46,4 +35626,2014,by form of exploitation,Other forms of exploitation,7.0,46,5 +35627,2014,by form of exploitation,Other forms of exploitation,2.5,46,6 +35628,2014,by form of exploitation,Other forms of exploitation,2.5,46,7 +35629,2014,by form of exploitation,Other forms of exploitation,7.0,46,1 +35630,2015,by form of exploitation,Other forms of exploitation,2.5,46,4 +35631,2015,by form of exploitation,Other forms of exploitation,7.0,46,5 +35632,2015,by form of exploitation,Other forms of exploitation,2.5,46,6 +35633,2015,by form of exploitation,Other forms of exploitation,2.5,46,7 +35634,2015,by form of exploitation,Other forms of exploitation,7.0,46,1 +35635,2016,by form of exploitation,Other forms of exploitation,2.5,46,4 +35636,2016,by form of exploitation,Other forms of exploitation,18.0,46,5 +35637,2016,by form of exploitation,Other forms of exploitation,2.5,46,7 +35638,2016,by form of exploitation,Other forms of exploitation,21.0,46,1 +35639,2017,by form of exploitation,Other forms of exploitation,2.5,46,4 +35640,2017,by form of exploitation,Other forms of exploitation,2.5,46,5 +35641,2017,by form of exploitation,Other forms of exploitation,2.5,46,6 +35642,2017,by form of exploitation,Other forms of exploitation,2.5,46,7 +35643,2018,by form of exploitation,Other forms of exploitation,2.5,46,4 +35644,2018,by form of exploitation,Other forms of exploitation,6.0,46,5 +35645,2018,by form of exploitation,Other forms of exploitation,2.5,46,6 +35646,2018,by form of exploitation,Other forms of exploitation,2.5,46,7 +35647,2018,by form of exploitation,Other forms of exploitation,8.0,46,1 +35648,2019,by form of exploitation,Other forms of exploitation,2.5,46,4 +35649,2019,by form of exploitation,Other forms of exploitation,8.0,46,5 +35650,2019,by form of exploitation,Other forms of exploitation,2.5,46,6 +35651,2019,by form of exploitation,Other forms of exploitation,2.5,46,7 +35652,2019,by form of exploitation,Other forms of exploitation,2.5,46,2 +35653,2019,by form of exploitation,Other forms of exploitation,8.0,46,3 +35654,2019,by form of exploitation,Other forms of exploitation,10.0,46,1 +35655,2019,by form of exploitation,Other forms of exploitation,2.5,46,1 +35656,2019,by form of exploitation,Other forms of exploitation,2.5,46,1 +35657,2020,by form of exploitation,Other forms of exploitation,2.5,46,4 +35658,2020,by form of exploitation,Other forms of exploitation,2.5,46,5 +35659,2020,by form of exploitation,Other forms of exploitation,2.5,46,6 +35660,2020,by form of exploitation,Other forms of exploitation,2.5,46,7 +35661,2020,by form of exploitation,Other forms of exploitation,2.5,46,3 +35662,2020,by form of exploitation,Other forms of exploitation,2.5,46,1 +35663,2020,by form of exploitation,Other forms of exploitation,2.5,46,1 +35664,2021,by form of exploitation,Other forms of exploitation,2.5,46,4 +35665,2021,by form of exploitation,Other forms of exploitation,2.5,46,5 +35666,2021,by form of exploitation,Other forms of exploitation,2.5,46,6 +35667,2021,by form of exploitation,Other forms of exploitation,2.5,46,7 +35668,2021,by form of exploitation,Other forms of exploitation,2.5,46,3 +35669,2021,by form of exploitation,Other forms of exploitation,2.5,46,1 +35670,2022,by form of exploitation,Other forms of exploitation,2.5,46,4 +35671,2022,by form of exploitation,Other forms of exploitation,5.0,46,5 +35672,2022,by form of exploitation,Other forms of exploitation,2.5,46,6 +35673,2022,by form of exploitation,Other forms of exploitation,7.0,46,7 +35674,2022,by form of exploitation,Other forms of exploitation,2.5,46,2 +35675,2022,by form of exploitation,Other forms of exploitation,12.0,46,3 +35676,2022,by form of exploitation,Other forms of exploitation,14.0,46,1 +35677,2008,by form of exploitation,Other forms of exploitation,2.5,47,1 +35678,2009,by form of exploitation,Other forms of exploitation,2.5,47,1 +35679,2011,by form of exploitation,Other forms of exploitation,2.5,47,1 +35680,2012,by form of exploitation,Other forms of exploitation,2.5,47,1 +35681,2016,by form of exploitation,Other forms of exploitation,2.5,47,1 +35682,2018,by form of exploitation,Other forms of exploitation,2.5,47,4 +35683,2018,by form of exploitation,Other forms of exploitation,8.0,47,5 +35684,2018,by form of exploitation,Other forms of exploitation,2.5,47,6 +35685,2018,by form of exploitation,Other forms of exploitation,2.5,47,7 +35686,2018,by form of exploitation,Other forms of exploitation,10.0,47,1 +35687,2019,by form of exploitation,Other forms of exploitation,2.5,47,4 +35688,2019,by form of exploitation,Other forms of exploitation,7.0,47,5 +35689,2019,by form of exploitation,Other forms of exploitation,2.5,47,6 +35690,2019,by form of exploitation,Other forms of exploitation,2.5,47,7 +35691,2019,by form of exploitation,Other forms of exploitation,9.0,47,3 +35692,2019,by form of exploitation,Other forms of exploitation,9.0,47,1 +35693,2020,by form of exploitation,Other forms of exploitation,2.5,47,4 +35694,2020,by form of exploitation,Other forms of exploitation,2.5,47,5 +35695,2020,by form of exploitation,Other forms of exploitation,2.5,47,6 +35696,2020,by form of exploitation,Other forms of exploitation,2.5,47,7 +35697,2020,by form of exploitation,Other forms of exploitation,2.5,47,3 +35698,2020,by form of exploitation,Other forms of exploitation,2.5,47,1 +35699,2021,by form of exploitation,Other forms of exploitation,2.5,47,4 +35700,2021,by form of exploitation,Other forms of exploitation,2.5,47,5 +35701,2021,by form of exploitation,Other forms of exploitation,2.5,47,6 +35702,2021,by form of exploitation,Other forms of exploitation,2.5,47,7 +35703,2021,by form of exploitation,Other forms of exploitation,2.5,47,1 +35704,2022,by form of exploitation,Other forms of exploitation,2.5,47,1 +35705,2015,by form of exploitation,Other forms of exploitation,524.0,48,1 +35706,2017,by form of exploitation,Other forms of exploitation,2.5,48,4 +35707,2017,by form of exploitation,Other forms of exploitation,2.5,48,5 +35708,2017,by form of exploitation,Other forms of exploitation,2.5,48,6 +35709,2017,by form of exploitation,Other forms of exploitation,2.5,48,7 +35710,2017,by form of exploitation,Other forms of exploitation,2.5,48,2 +35711,2017,by form of exploitation,Other forms of exploitation,2.5,48,3 +35712,2017,by form of exploitation,Other forms of exploitation,2.5,48,1 +35713,2017,by form of exploitation,Other forms of exploitation,2.5,48,1 +35714,2018,by form of exploitation,Other forms of exploitation,5.0,48,4 +35715,2018,by form of exploitation,Other forms of exploitation,2.5,48,5 +35716,2018,by form of exploitation,Other forms of exploitation,5.0,48,6 +35717,2018,by form of exploitation,Other forms of exploitation,2.5,48,7 +35718,2018,by form of exploitation,Other forms of exploitation,5.0,48,2 +35719,2018,by form of exploitation,Other forms of exploitation,5.0,48,3 +35720,2018,by form of exploitation,Other forms of exploitation,10.0,48,1 +35721,2018,by form of exploitation,Other forms of exploitation,8.0,48,1 +35722,2019,by form of exploitation,Other forms of exploitation,2.5,48,4 +35723,2019,by form of exploitation,Other forms of exploitation,23.0,48,5 +35724,2019,by form of exploitation,Other forms of exploitation,2.5,48,6 +35725,2019,by form of exploitation,Other forms of exploitation,22.0,48,7 +35726,2019,by form of exploitation,Other forms of exploitation,2.5,48,9 +35727,2019,by form of exploitation,Other forms of exploitation,2.5,48,8 +35728,2019,by form of exploitation,Other forms of exploitation,2.5,48,2 +35729,2019,by form of exploitation,Other forms of exploitation,45.0,48,3 +35730,2019,by form of exploitation,Other forms of exploitation,24.0,48,1 +35731,2019,by form of exploitation,Other forms of exploitation,23.0,48,1 +35732,2019,by form of exploitation,Other forms of exploitation,2.5,48,1 +35733,2020,by form of exploitation,Other forms of exploitation,7.0,48,4 +35734,2020,by form of exploitation,Other forms of exploitation,2.5,48,5 +35735,2020,by form of exploitation,Other forms of exploitation,6.0,48,6 +35736,2020,by form of exploitation,Other forms of exploitation,8.0,48,7 +35737,2020,by form of exploitation,Other forms of exploitation,2.5,48,9 +35738,2020,by form of exploitation,Other forms of exploitation,2.5,48,8 +35739,2020,by form of exploitation,Other forms of exploitation,13.0,48,2 +35740,2020,by form of exploitation,Other forms of exploitation,12.0,48,3 +35741,2020,by form of exploitation,Other forms of exploitation,15.0,48,1 +35742,2020,by form of exploitation,Other forms of exploitation,11.0,48,1 +35743,2020,by form of exploitation,Other forms of exploitation,2.5,48,1 +35744,2021,by form of exploitation,Other forms of exploitation,39.0,48,4 +35745,2021,by form of exploitation,Other forms of exploitation,180.0,48,5 +35746,2021,by form of exploitation,Other forms of exploitation,23.0,48,6 +35747,2021,by form of exploitation,Other forms of exploitation,52.0,48,7 +35748,2021,by form of exploitation,Other forms of exploitation,62.0,48,2 +35749,2021,by form of exploitation,Other forms of exploitation,232.0,48,3 +35750,2021,by form of exploitation,Other forms of exploitation,290.0,48,1 +35751,2022,by form of exploitation,Other forms of exploitation,10.0,48,4 +35752,2022,by form of exploitation,Other forms of exploitation,27.0,48,5 +35753,2022,by form of exploitation,Other forms of exploitation,2.5,48,6 +35754,2022,by form of exploitation,Other forms of exploitation,9.0,48,7 +35755,2022,by form of exploitation,Other forms of exploitation,11.0,48,2 +35756,2022,by form of exploitation,Other forms of exploitation,36.0,48,3 +35757,2022,by form of exploitation,Other forms of exploitation,47.0,48,1 +35758,2018,by form of exploitation,Other forms of exploitation,2.5,50,1 +35759,2019,by form of exploitation,Other forms of exploitation,2.5,50,1 +35760,2020,by form of exploitation,Other forms of exploitation,2.5,50,1 +35761,2021,by form of exploitation,Other forms of exploitation,2.5,50,1 +35762,2022,by form of exploitation,Other forms of exploitation,2.5,50,1 +35763,2010,by form of exploitation,Other forms of exploitation,2.5,51,1 +35764,2011,by form of exploitation,Other forms of exploitation,2.5,51,1 +35765,2012,by form of exploitation,Other forms of exploitation,2.5,51,1 +35766,2013,by form of exploitation,Other forms of exploitation,7.0,51,1 +35767,2014,by form of exploitation,Other forms of exploitation,8.0,51,1 +35768,2015,by form of exploitation,Other forms of exploitation,43.0,51,1 +35769,2016,by form of exploitation,Other forms of exploitation,7.0,51,1 +35770,2017,by form of exploitation,Other forms of exploitation,2.5,51,4 +35771,2017,by form of exploitation,Other forms of exploitation,2.5,51,5 +35772,2017,by form of exploitation,Other forms of exploitation,2.5,51,6 +35773,2017,by form of exploitation,Other forms of exploitation,8.0,51,7 +35774,2017,by form of exploitation,Other forms of exploitation,2.5,51,9 +35775,2017,by form of exploitation,Other forms of exploitation,2.5,51,8 +35776,2017,by form of exploitation,Other forms of exploitation,2.5,51,2 +35777,2017,by form of exploitation,Other forms of exploitation,8.0,51,3 +35778,2017,by form of exploitation,Other forms of exploitation,11.0,51,1 +35779,2017,by form of exploitation,Other forms of exploitation,2.5,51,1 +35780,2017,by form of exploitation,Other forms of exploitation,2.5,51,1 +35781,2017,by form of exploitation,Other forms of exploitation,2.5,51,1 +35782,2017,by form of exploitation,Other forms of exploitation,2.5,51,1 +35783,2018,by form of exploitation,Other forms of exploitation,2.5,51,4 +35784,2018,by form of exploitation,Other forms of exploitation,2.5,51,5 +35785,2018,by form of exploitation,Other forms of exploitation,8.0,51,6 +35786,2018,by form of exploitation,Other forms of exploitation,9.0,51,7 +35787,2018,by form of exploitation,Other forms of exploitation,2.5,51,9 +35788,2018,by form of exploitation,Other forms of exploitation,2.5,51,8 +35789,2018,by form of exploitation,Other forms of exploitation,7.0,51,2 +35790,2018,by form of exploitation,Other forms of exploitation,7.0,51,3 +35791,2018,by form of exploitation,Other forms of exploitation,20.0,51,1 +35792,2018,by form of exploitation,Other forms of exploitation,2.5,51,1 +35793,2018,by form of exploitation,Other forms of exploitation,2.5,51,1 +35794,2018,by form of exploitation,Other forms of exploitation,5.0,51,1 +35795,2018,by form of exploitation,Other forms of exploitation,2.5,51,1 +35796,2019,by form of exploitation,Other forms of exploitation,2.5,51,4 +35797,2019,by form of exploitation,Other forms of exploitation,2.5,51,5 +35798,2019,by form of exploitation,Other forms of exploitation,10.0,51,6 +35799,2019,by form of exploitation,Other forms of exploitation,8.0,51,7 +35800,2019,by form of exploitation,Other forms of exploitation,2.5,51,9 +35801,2019,by form of exploitation,Other forms of exploitation,2.5,51,8 +35802,2019,by form of exploitation,Other forms of exploitation,10.0,51,2 +35803,2019,by form of exploitation,Other forms of exploitation,11.0,51,3 +35804,2019,by form of exploitation,Other forms of exploitation,34.0,51,1 +35805,2019,by form of exploitation,Other forms of exploitation,2.5,51,1 +35806,2019,by form of exploitation,Other forms of exploitation,2.5,51,1 +35807,2019,by form of exploitation,Other forms of exploitation,2.5,51,1 +35808,2019,by form of exploitation,Other forms of exploitation,2.5,51,1 +35809,2020,by form of exploitation,Other forms of exploitation,2.5,51,4 +35810,2020,by form of exploitation,Other forms of exploitation,2.5,51,5 +35811,2020,by form of exploitation,Other forms of exploitation,2.5,51,6 +35812,2020,by form of exploitation,Other forms of exploitation,10.0,51,7 +35813,2020,by form of exploitation,Other forms of exploitation,2.5,51,9 +35814,2020,by form of exploitation,Other forms of exploitation,2.5,51,8 +35815,2020,by form of exploitation,Other forms of exploitation,5.0,51,2 +35816,2020,by form of exploitation,Other forms of exploitation,14.0,51,3 +35817,2020,by form of exploitation,Other forms of exploitation,8.0,51,1 +35818,2020,by form of exploitation,Other forms of exploitation,2.5,51,1 +35819,2020,by form of exploitation,Other forms of exploitation,2.5,51,1 +35820,2020,by form of exploitation,Other forms of exploitation,7.0,51,1 +35821,2020,by form of exploitation,Other forms of exploitation,2.5,51,1 +35822,2021,by form of exploitation,Other forms of exploitation,39.0,51,4 +35823,2021,by form of exploitation,Other forms of exploitation,180.0,51,5 +35824,2021,by form of exploitation,Other forms of exploitation,23.0,51,6 +35825,2021,by form of exploitation,Other forms of exploitation,52.0,51,7 +35826,2021,by form of exploitation,Other forms of exploitation,62.0,51,2 +35827,2021,by form of exploitation,Other forms of exploitation,232.0,51,3 +35828,2021,by form of exploitation,Other forms of exploitation,303.0,51,1 +35829,2022,by form of exploitation,Other forms of exploitation,2.5,51,4 +35830,2022,by form of exploitation,Other forms of exploitation,6.0,51,5 +35831,2022,by form of exploitation,Other forms of exploitation,5.0,51,6 +35832,2022,by form of exploitation,Other forms of exploitation,8.0,51,7 +35833,2022,by form of exploitation,Other forms of exploitation,6.0,51,2 +35834,2022,by form of exploitation,Other forms of exploitation,14.0,51,3 +35835,2022,by form of exploitation,Other forms of exploitation,20.0,51,1 +35836,2011,by form of exploitation,Other forms of exploitation,45.0,52,1 +35837,2013,by form of exploitation,Other forms of exploitation,25.0,52,1 +35838,2016,by form of exploitation,Other forms of exploitation,2.5,52,1 +35839,2017,by form of exploitation,Other forms of exploitation,2.5,52,4 +35840,2017,by form of exploitation,Other forms of exploitation,2.5,52,5 +35841,2017,by form of exploitation,Other forms of exploitation,2.5,52,6 +35842,2017,by form of exploitation,Other forms of exploitation,2.5,52,7 +35843,2018,by form of exploitation,Other forms of exploitation,2.5,52,4 +35844,2018,by form of exploitation,Other forms of exploitation,2.5,52,5 +35845,2018,by form of exploitation,Other forms of exploitation,2.5,52,6 +35846,2018,by form of exploitation,Other forms of exploitation,2.5,52,7 +35847,2018,by form of exploitation,Other forms of exploitation,2.5,52,1 +35848,2019,by form of exploitation,Other forms of exploitation,2.5,52,4 +35849,2019,by form of exploitation,Other forms of exploitation,2.5,52,5 +35850,2019,by form of exploitation,Other forms of exploitation,2.5,52,6 +35851,2019,by form of exploitation,Other forms of exploitation,2.5,52,7 +35852,2019,by form of exploitation,Other forms of exploitation,2.5,52,1 +35853,2019,by form of exploitation,Other forms of exploitation,2019.0,52,1 +35854,2020,by form of exploitation,Other forms of exploitation,2.5,52,4 +35855,2020,by form of exploitation,Other forms of exploitation,2.5,52,5 +35856,2020,by form of exploitation,Other forms of exploitation,2.5,52,6 +35857,2020,by form of exploitation,Other forms of exploitation,2.5,52,7 +35858,2020,by form of exploitation,Other forms of exploitation,2.5,52,1 +35859,2020,by form of exploitation,Other forms of exploitation,2020.0,52,1 +35860,2021,by form of exploitation,Other forms of exploitation,2.5,52,4 +35861,2021,by form of exploitation,Other forms of exploitation,11.0,52,5 +35862,2021,by form of exploitation,Other forms of exploitation,2.5,52,6 +35863,2021,by form of exploitation,Other forms of exploitation,15.0,52,7 +35864,2021,by form of exploitation,Other forms of exploitation,2.5,52,9 +35865,2021,by form of exploitation,Other forms of exploitation,2.5,52,8 +35866,2021,by form of exploitation,Other forms of exploitation,2.5,52,2 +35867,2021,by form of exploitation,Other forms of exploitation,26.0,52,3 +35868,2021,by form of exploitation,Other forms of exploitation,28.0,52,1 +35869,2021,by form of exploitation,Other forms of exploitation,2021.0,52,1 +35870,2022,by form of exploitation,Other forms of exploitation,2.5,52,4 +35871,2022,by form of exploitation,Other forms of exploitation,11.0,52,5 +35872,2022,by form of exploitation,Other forms of exploitation,2.5,52,6 +35873,2022,by form of exploitation,Other forms of exploitation,15.0,52,7 +35874,2022,by form of exploitation,Other forms of exploitation,2.5,52,2 +35875,2022,by form of exploitation,Other forms of exploitation,26.0,52,3 +35876,2022,by form of exploitation,Other forms of exploitation,28.0,52,1 +35877,2022,by form of exploitation,Other forms of exploitation,2022.0,52,1 +35878,2010,by form of exploitation,Other forms of exploitation,2.5,53,1 +35879,2011,by form of exploitation,Other forms of exploitation,2.5,53,1 +35880,2015,by form of exploitation,Other forms of exploitation,2.5,53,4 +35881,2015,by form of exploitation,Other forms of exploitation,2.5,53,5 +35882,2015,by form of exploitation,Other forms of exploitation,2.5,53,6 +35883,2015,by form of exploitation,Other forms of exploitation,2.5,53,7 +35884,2015,by form of exploitation,Other forms of exploitation,2.5,53,1 +35885,2016,by form of exploitation,Other forms of exploitation,8.0,53,4 +35886,2016,by form of exploitation,Other forms of exploitation,7.0,53,5 +35887,2016,by form of exploitation,Other forms of exploitation,7.0,53,6 +35888,2016,by form of exploitation,Other forms of exploitation,10.0,53,7 +35889,2016,by form of exploitation,Other forms of exploitation,32.0,53,1 +35890,2018,by form of exploitation,Other forms of exploitation,2.5,53,1 +35891,2019,by form of exploitation,Other forms of exploitation,2.5,53,1 +35892,2020,by form of exploitation,Other forms of exploitation,2.5,53,1 +35893,2021,by form of exploitation,Other forms of exploitation,2.5,53,1 +35894,2022,by form of exploitation,Other forms of exploitation,2.5,53,1 +35895,2010,by form of exploitation,Other forms of exploitation,6.0,54,1 +35896,2012,by form of exploitation,Other forms of exploitation,24.0,54,1 +35897,2013,by form of exploitation,Other forms of exploitation,78.0,54,1 +35898,2014,by form of exploitation,Other forms of exploitation,5.0,54,5 +35899,2014,by form of exploitation,Other forms of exploitation,5.0,54,1 +35900,2015,by form of exploitation,Other forms of exploitation,2.5,54,4 +35901,2015,by form of exploitation,Other forms of exploitation,2.5,54,6 +35902,2015,by form of exploitation,Other forms of exploitation,2.5,54,1 +35903,2016,by form of exploitation,Other forms of exploitation,2.5,54,4 +35904,2016,by form of exploitation,Other forms of exploitation,2.5,54,5 +35905,2016,by form of exploitation,Other forms of exploitation,2.5,54,6 +35906,2016,by form of exploitation,Other forms of exploitation,9.0,54,1 +35907,2017,by form of exploitation,Other forms of exploitation,2.5,54,4 +35908,2017,by form of exploitation,Other forms of exploitation,2.5,54,5 +35909,2017,by form of exploitation,Other forms of exploitation,2.5,54,6 +35910,2017,by form of exploitation,Other forms of exploitation,2.5,54,7 +35911,2017,by form of exploitation,Other forms of exploitation,2.5,54,2 +35912,2017,by form of exploitation,Other forms of exploitation,2.5,54,3 +35913,2017,by form of exploitation,Other forms of exploitation,2.5,54,1 +35914,2017,by form of exploitation,Other forms of exploitation,2.5,54,1 +35915,2017,by form of exploitation,Other forms of exploitation,2.5,54,1 +35916,2017,by form of exploitation,Other forms of exploitation,2.5,54,1 +35917,2017,by form of exploitation,Other forms of exploitation,2.5,54,1 +35918,2018,by form of exploitation,Other forms of exploitation,2.5,54,4 +35919,2018,by form of exploitation,Other forms of exploitation,2.5,54,5 +35920,2018,by form of exploitation,Other forms of exploitation,2.5,54,6 +35921,2018,by form of exploitation,Other forms of exploitation,2.5,54,7 +35922,2018,by form of exploitation,Other forms of exploitation,2.5,54,2 +35923,2018,by form of exploitation,Other forms of exploitation,2.5,54,3 +35924,2018,by form of exploitation,Other forms of exploitation,2.5,54,1 +35925,2018,by form of exploitation,Other forms of exploitation,2.5,54,1 +35926,2018,by form of exploitation,Other forms of exploitation,2.5,54,1 +35927,2019,by form of exploitation,Other forms of exploitation,2.5,54,4 +35928,2019,by form of exploitation,Other forms of exploitation,2.5,54,5 +35929,2019,by form of exploitation,Other forms of exploitation,2.5,54,6 +35930,2019,by form of exploitation,Other forms of exploitation,2.5,54,7 +35931,2019,by form of exploitation,Other forms of exploitation,2.5,54,2 +35932,2019,by form of exploitation,Other forms of exploitation,2.5,54,3 +35933,2019,by form of exploitation,Other forms of exploitation,35.0,54,1 +35934,2019,by form of exploitation,Other forms of exploitation,2.5,54,1 +35935,2019,by form of exploitation,Other forms of exploitation,2.5,54,1 +35936,2019,by form of exploitation,Other forms of exploitation,2.5,54,1 +35937,2019,by form of exploitation,Other forms of exploitation,36.0,54,1 +35938,2020,by form of exploitation,Other forms of exploitation,2.5,54,4 +35939,2020,by form of exploitation,Other forms of exploitation,2.5,54,5 +35940,2020,by form of exploitation,Other forms of exploitation,2.5,54,6 +35941,2020,by form of exploitation,Other forms of exploitation,2.5,54,7 +35942,2020,by form of exploitation,Other forms of exploitation,2.5,54,2 +35943,2020,by form of exploitation,Other forms of exploitation,2.5,54,3 +35944,2020,by form of exploitation,Other forms of exploitation,2.5,54,1 +35945,2020,by form of exploitation,Other forms of exploitation,2.5,54,1 +35946,2020,by form of exploitation,Other forms of exploitation,2.5,54,1 +35947,2020,by form of exploitation,Other forms of exploitation,2.5,54,1 +35948,2020,by form of exploitation,Other forms of exploitation,2.5,54,1 +35949,2021,by form of exploitation,Other forms of exploitation,15.0,54,4 +35950,2021,by form of exploitation,Other forms of exploitation,14.0,54,5 +35951,2021,by form of exploitation,Other forms of exploitation,2.5,54,6 +35952,2021,by form of exploitation,Other forms of exploitation,14.0,54,7 +35953,2021,by form of exploitation,Other forms of exploitation,15.0,54,2 +35954,2021,by form of exploitation,Other forms of exploitation,28.0,54,3 +35955,2021,by form of exploitation,Other forms of exploitation,56.0,54,1 +35956,2021,by form of exploitation,Other forms of exploitation,2.5,54,1 +35957,2021,by form of exploitation,Other forms of exploitation,2.5,54,1 +35958,2021,by form of exploitation,Other forms of exploitation,15.0,54,1 +35959,2022,by form of exploitation,Other forms of exploitation,7.0,54,4 +35960,2022,by form of exploitation,Other forms of exploitation,10.0,54,5 +35961,2022,by form of exploitation,Other forms of exploitation,2.5,54,6 +35962,2022,by form of exploitation,Other forms of exploitation,9.0,54,7 +35963,2022,by form of exploitation,Other forms of exploitation,8.0,54,2 +35964,2022,by form of exploitation,Other forms of exploitation,19.0,54,3 +35965,2022,by form of exploitation,Other forms of exploitation,34.0,54,1 +35966,2022,by form of exploitation,Other forms of exploitation,2.5,54,1 +35967,2022,by form of exploitation,Other forms of exploitation,2.5,54,1 +35968,2022,by form of exploitation,Other forms of exploitation,10.0,54,1 +35969,2009,by form of exploitation,Other forms of exploitation,2.5,55,1 +35970,2012,by form of exploitation,Other forms of exploitation,5.0,55,1 +35971,2013,by form of exploitation,Other forms of exploitation,31.0,55,1 +35972,2014,by form of exploitation,Other forms of exploitation,2.5,55,4 +35973,2014,by form of exploitation,Other forms of exploitation,6.0,55,5 +35974,2014,by form of exploitation,Other forms of exploitation,2.5,55,6 +35975,2014,by form of exploitation,Other forms of exploitation,76.0,55,7 +35976,2014,by form of exploitation,Other forms of exploitation,82.0,55,1 +35977,2015,by form of exploitation,Other forms of exploitation,2.5,55,4 +35978,2015,by form of exploitation,Other forms of exploitation,11.0,55,5 +35979,2015,by form of exploitation,Other forms of exploitation,2.5,55,6 +35980,2015,by form of exploitation,Other forms of exploitation,45.0,55,7 +35981,2015,by form of exploitation,Other forms of exploitation,56.0,55,1 +35982,2016,by form of exploitation,Other forms of exploitation,2.5,55,4 +35983,2016,by form of exploitation,Other forms of exploitation,8.0,55,5 +35984,2016,by form of exploitation,Other forms of exploitation,2.5,55,6 +35985,2016,by form of exploitation,Other forms of exploitation,27.0,55,7 +35986,2016,by form of exploitation,Other forms of exploitation,37.0,55,1 +35987,2017,by form of exploitation,Other forms of exploitation,21.0,55,4 +35988,2017,by form of exploitation,Other forms of exploitation,2.5,55,5 +35989,2017,by form of exploitation,Other forms of exploitation,19.0,55,6 +35990,2017,by form of exploitation,Other forms of exploitation,2.5,55,7 +35991,2017,by form of exploitation,Other forms of exploitation,19.0,55,2 +35992,2017,by form of exploitation,Other forms of exploitation,2.5,55,3 +35993,2017,by form of exploitation,Other forms of exploitation,44.0,55,1 +35994,2018,by form of exploitation,Other forms of exploitation,27.0,55,4 +35995,2018,by form of exploitation,Other forms of exploitation,2.5,55,5 +35996,2018,by form of exploitation,Other forms of exploitation,52.0,55,6 +35997,2018,by form of exploitation,Other forms of exploitation,27.0,55,7 +35998,2018,by form of exploitation,Other forms of exploitation,79.0,55,2 +35999,2018,by form of exploitation,Other forms of exploitation,28.0,55,3 +36000,2018,by form of exploitation,Other forms of exploitation,19.0,55,1 +36001,2018,by form of exploitation,Other forms of exploitation,88.0,55,1 +36002,2019,by form of exploitation,Other forms of exploitation,2.5,55,1 +36003,2020,by form of exploitation,Other forms of exploitation,2.5,55,1 +36004,2021,by form of exploitation,Other forms of exploitation,8.0,55,4 +36005,2021,by form of exploitation,Other forms of exploitation,6.0,55,5 +36006,2021,by form of exploitation,Other forms of exploitation,25.0,55,6 +36007,2021,by form of exploitation,Other forms of exploitation,18.0,55,7 +36008,2021,by form of exploitation,Other forms of exploitation,2.5,55,9 +36009,2021,by form of exploitation,Other forms of exploitation,2.5,55,8 +36010,2021,by form of exploitation,Other forms of exploitation,33.0,55,2 +36011,2021,by form of exploitation,Other forms of exploitation,24.0,55,3 +36012,2021,by form of exploitation,Other forms of exploitation,57.0,55,1 +36013,2021,by form of exploitation,Other forms of exploitation,2.5,55,1 +36014,2022,by form of exploitation,Other forms of exploitation,2.5,55,1 +36015,2013,by form of exploitation,Other forms of exploitation,10.0,56,1 +36016,2014,by form of exploitation,Other forms of exploitation,12.0,56,1 +36017,2016,by form of exploitation,Other forms of exploitation,14.0,56,4 +36018,2016,by form of exploitation,Other forms of exploitation,2.5,56,5 +36019,2016,by form of exploitation,Other forms of exploitation,2.5,56,7 +36020,2016,by form of exploitation,Other forms of exploitation,20.0,56,1 +36021,2017,by form of exploitation,Other forms of exploitation,2.5,56,4 +36022,2017,by form of exploitation,Other forms of exploitation,2.5,56,5 +36023,2017,by form of exploitation,Other forms of exploitation,2.5,56,6 +36024,2017,by form of exploitation,Other forms of exploitation,2.5,56,7 +36025,2017,by form of exploitation,Other forms of exploitation,2.5,56,2 +36026,2017,by form of exploitation,Other forms of exploitation,2.5,56,3 +36027,2017,by form of exploitation,Other forms of exploitation,7.0,56,1 +36028,2017,by form of exploitation,Other forms of exploitation,2.5,56,1 +36029,2017,by form of exploitation,Other forms of exploitation,2.5,56,1 +36030,2018,by form of exploitation,Other forms of exploitation,5.0,56,4 +36031,2018,by form of exploitation,Other forms of exploitation,11.0,56,5 +36032,2018,by form of exploitation,Other forms of exploitation,2.5,56,6 +36033,2018,by form of exploitation,Other forms of exploitation,10.0,56,7 +36034,2018,by form of exploitation,Other forms of exploitation,2.5,56,2 +36035,2018,by form of exploitation,Other forms of exploitation,12.0,56,3 +36036,2018,by form of exploitation,Other forms of exploitation,16.0,56,1 +36037,2018,by form of exploitation,Other forms of exploitation,2.5,56,1 +36038,2018,by form of exploitation,Other forms of exploitation,12.0,56,1 +36039,2019,by form of exploitation,Other forms of exploitation,2.5,56,4 +36040,2019,by form of exploitation,Other forms of exploitation,24.0,56,5 +36041,2019,by form of exploitation,Other forms of exploitation,2.5,56,6 +36042,2019,by form of exploitation,Other forms of exploitation,49.0,56,7 +36043,2019,by form of exploitation,Other forms of exploitation,6.0,56,2 +36044,2019,by form of exploitation,Other forms of exploitation,73.0,56,3 +36045,2019,by form of exploitation,Other forms of exploitation,54.0,56,1 +36046,2019,by form of exploitation,Other forms of exploitation,2.5,56,1 +36047,2019,by form of exploitation,Other forms of exploitation,22.0,56,1 +36048,2020,by form of exploitation,Other forms of exploitation,2.5,56,4 +36049,2020,by form of exploitation,Other forms of exploitation,6.0,56,5 +36050,2020,by form of exploitation,Other forms of exploitation,2.5,56,6 +36051,2020,by form of exploitation,Other forms of exploitation,2.5,56,7 +36052,2020,by form of exploitation,Other forms of exploitation,2.5,56,2 +36053,2020,by form of exploitation,Other forms of exploitation,9.0,56,3 +36054,2020,by form of exploitation,Other forms of exploitation,10.0,56,1 +36055,2020,by form of exploitation,Other forms of exploitation,2.5,56,1 +36056,2020,by form of exploitation,Other forms of exploitation,2.5,56,1 +36057,2021,by form of exploitation,Other forms of exploitation,2.5,56,4 +36058,2021,by form of exploitation,Other forms of exploitation,2.5,56,5 +36059,2021,by form of exploitation,Other forms of exploitation,2.5,56,6 +36060,2021,by form of exploitation,Other forms of exploitation,2.5,56,7 +36061,2021,by form of exploitation,Other forms of exploitation,2.5,56,2 +36062,2021,by form of exploitation,Other forms of exploitation,2.5,56,3 +36063,2021,by form of exploitation,Other forms of exploitation,2.5,56,1 +36064,2022,by form of exploitation,Other forms of exploitation,2.5,56,4 +36065,2022,by form of exploitation,Other forms of exploitation,2.5,56,5 +36066,2022,by form of exploitation,Other forms of exploitation,6.0,56,6 +36067,2022,by form of exploitation,Other forms of exploitation,2.5,56,7 +36068,2022,by form of exploitation,Other forms of exploitation,7.0,56,2 +36069,2022,by form of exploitation,Other forms of exploitation,2.5,56,3 +36070,2022,by form of exploitation,Other forms of exploitation,11.0,56,1 +36071,2012,by form of exploitation,Other forms of exploitation,2.5,57,1 +36072,2017,by form of exploitation,Other forms of exploitation,2.5,57,4 +36073,2017,by form of exploitation,Other forms of exploitation,2.5,57,5 +36074,2017,by form of exploitation,Other forms of exploitation,2.5,57,6 +36075,2017,by form of exploitation,Other forms of exploitation,2.5,57,7 +36076,2017,by form of exploitation,Other forms of exploitation,2.5,57,1 +36077,2017,by form of exploitation,Other forms of exploitation,2.5,57,1 +36078,2018,by form of exploitation,Other forms of exploitation,2.5,57,4 +36079,2018,by form of exploitation,Other forms of exploitation,2.5,57,5 +36080,2018,by form of exploitation,Other forms of exploitation,2.5,57,6 +36081,2018,by form of exploitation,Other forms of exploitation,2.5,57,7 +36082,2018,by form of exploitation,Other forms of exploitation,2.5,57,1 +36083,2019,by form of exploitation,Other forms of exploitation,2.5,57,4 +36084,2019,by form of exploitation,Other forms of exploitation,2.5,57,5 +36085,2019,by form of exploitation,Other forms of exploitation,2.5,57,6 +36086,2019,by form of exploitation,Other forms of exploitation,2.5,57,7 +36087,2019,by form of exploitation,Other forms of exploitation,2.5,57,2 +36088,2019,by form of exploitation,Other forms of exploitation,2.5,57,3 +36089,2019,by form of exploitation,Other forms of exploitation,2.5,57,1 +36090,2020,by form of exploitation,Other forms of exploitation,2.5,57,4 +36091,2020,by form of exploitation,Other forms of exploitation,2.5,57,5 +36092,2020,by form of exploitation,Other forms of exploitation,2.5,57,6 +36093,2020,by form of exploitation,Other forms of exploitation,2.5,57,7 +36094,2020,by form of exploitation,Other forms of exploitation,2.5,57,1 +36095,2021,by form of exploitation,Other forms of exploitation,2.5,57,4 +36096,2021,by form of exploitation,Other forms of exploitation,2.5,57,5 +36097,2021,by form of exploitation,Other forms of exploitation,2.5,57,6 +36098,2021,by form of exploitation,Other forms of exploitation,6.0,57,7 +36099,2021,by form of exploitation,Other forms of exploitation,6.0,57,3 +36100,2021,by form of exploitation,Other forms of exploitation,6.0,57,1 +36101,2022,by form of exploitation,Other forms of exploitation,2.5,57,4 +36102,2022,by form of exploitation,Other forms of exploitation,12.0,57,5 +36103,2022,by form of exploitation,Other forms of exploitation,2.5,57,6 +36104,2022,by form of exploitation,Other forms of exploitation,27.0,57,7 +36105,2022,by form of exploitation,Other forms of exploitation,39.0,57,3 +36106,2022,by form of exploitation,Other forms of exploitation,39.0,57,1 +36107,2018,by form of exploitation,Other forms of exploitation,2.5,58,1 +36108,2019,by form of exploitation,Other forms of exploitation,2.5,58,1 +36109,2020,by form of exploitation,Other forms of exploitation,2.5,58,1 +36110,2021,by form of exploitation,Other forms of exploitation,2.5,58,1 +36111,2022,by form of exploitation,Other forms of exploitation,2.5,58,1 +36112,2007,by form of exploitation,Other forms of exploitation,2.5,59,1 +36113,2008,by form of exploitation,Other forms of exploitation,2.5,59,1 +36114,2009,by form of exploitation,Other forms of exploitation,2.5,59,1 +36115,2010,by form of exploitation,Other forms of exploitation,6.0,59,1 +36116,2011,by form of exploitation,Other forms of exploitation,2.5,59,1 +36117,2012,by form of exploitation,Other forms of exploitation,2.5,59,1 +36118,2013,by form of exploitation,Other forms of exploitation,2.5,59,1 +36119,2014,by form of exploitation,Other forms of exploitation,2.5,59,4 +36120,2014,by form of exploitation,Other forms of exploitation,5.0,59,5 +36121,2014,by form of exploitation,Other forms of exploitation,2.5,59,6 +36122,2014,by form of exploitation,Other forms of exploitation,2.5,59,7 +36123,2014,by form of exploitation,Other forms of exploitation,2.5,59,1 +36124,2015,by form of exploitation,Other forms of exploitation,2.5,59,4 +36125,2015,by form of exploitation,Other forms of exploitation,5.0,59,5 +36126,2015,by form of exploitation,Other forms of exploitation,2.5,59,6 +36127,2015,by form of exploitation,Other forms of exploitation,2.5,59,7 +36128,2015,by form of exploitation,Other forms of exploitation,7.0,59,1 +36129,2016,by form of exploitation,Other forms of exploitation,2.5,59,4 +36130,2016,by form of exploitation,Other forms of exploitation,14.0,59,5 +36131,2016,by form of exploitation,Other forms of exploitation,2.5,59,6 +36132,2016,by form of exploitation,Other forms of exploitation,5.0,59,7 +36133,2016,by form of exploitation,Other forms of exploitation,22.0,59,1 +36134,2017,by form of exploitation,Other forms of exploitation,2.5,59,4 +36135,2017,by form of exploitation,Other forms of exploitation,6.0,59,5 +36136,2017,by form of exploitation,Other forms of exploitation,2.5,59,6 +36137,2017,by form of exploitation,Other forms of exploitation,2.5,59,7 +36138,2017,by form of exploitation,Other forms of exploitation,7.0,59,2 +36139,2017,by form of exploitation,Other forms of exploitation,17.0,59,3 +36140,2017,by form of exploitation,Other forms of exploitation,21.0,59,1 +36141,2017,by form of exploitation,Other forms of exploitation,2.5,59,1 +36142,2017,by form of exploitation,Other forms of exploitation,12.0,59,1 +36143,2017,by form of exploitation,Other forms of exploitation,6.0,59,1 +36144,2018,by form of exploitation,Other forms of exploitation,2.5,59,2 +36145,2018,by form of exploitation,Other forms of exploitation,32.0,59,3 +36146,2018,by form of exploitation,Other forms of exploitation,35.0,59,1 +36147,2018,by form of exploitation,Other forms of exploitation,2.5,59,1 +36148,2018,by form of exploitation,Other forms of exploitation,20.0,59,1 +36149,2018,by form of exploitation,Other forms of exploitation,12.0,59,1 +36150,2019,by form of exploitation,Other forms of exploitation,2.5,59,2 +36151,2019,by form of exploitation,Other forms of exploitation,67.0,59,3 +36152,2019,by form of exploitation,Other forms of exploitation,59.0,59,1 +36153,2019,by form of exploitation,Other forms of exploitation,6.0,59,1 +36154,2019,by form of exploitation,Other forms of exploitation,52.0,59,1 +36155,2019,by form of exploitation,Other forms of exploitation,5.0,59,1 +36156,2020,by form of exploitation,Other forms of exploitation,2.5,59,4 +36157,2020,by form of exploitation,Other forms of exploitation,61.0,59,5 +36158,2020,by form of exploitation,Other forms of exploitation,2.5,59,6 +36159,2020,by form of exploitation,Other forms of exploitation,53.0,59,7 +36160,2020,by form of exploitation,Other forms of exploitation,2.5,59,2 +36161,2020,by form of exploitation,Other forms of exploitation,114.0,59,3 +36162,2020,by form of exploitation,Other forms of exploitation,61.0,59,1 +36163,2020,by form of exploitation,Other forms of exploitation,9.0,59,1 +36164,2020,by form of exploitation,Other forms of exploitation,45.0,59,1 +36165,2020,by form of exploitation,Other forms of exploitation,2.5,59,1 +36166,2021,by form of exploitation,Other forms of exploitation,70.0,59,1 +36167,2018,by form of exploitation,Other forms of exploitation,2.5,60,1 +36168,2019,by form of exploitation,Other forms of exploitation,2.5,60,4 +36169,2019,by form of exploitation,Other forms of exploitation,2.5,60,5 +36170,2019,by form of exploitation,Other forms of exploitation,2.5,60,6 +36171,2019,by form of exploitation,Other forms of exploitation,2.5,60,7 +36172,2019,by form of exploitation,Other forms of exploitation,2.5,60,1 +36173,2020,by form of exploitation,Other forms of exploitation,2.5,60,4 +36174,2020,by form of exploitation,Other forms of exploitation,10.0,60,5 +36175,2020,by form of exploitation,Other forms of exploitation,2.5,60,6 +36176,2020,by form of exploitation,Other forms of exploitation,2.5,60,7 +36177,2020,by form of exploitation,Other forms of exploitation,10.0,60,3 +36178,2020,by form of exploitation,Other forms of exploitation,2.5,60,1 +36179,2020,by form of exploitation,Other forms of exploitation,9.0,60,1 +36180,2020,by form of exploitation,Other forms of exploitation,13.0,60,1 +36181,2021,by form of exploitation,Other forms of exploitation,2.5,60,4 +36182,2021,by form of exploitation,Other forms of exploitation,2.5,60,5 +36183,2021,by form of exploitation,Other forms of exploitation,2.5,60,6 +36184,2021,by form of exploitation,Other forms of exploitation,2.5,60,7 +36185,2021,by form of exploitation,Other forms of exploitation,2.5,60,1 +36186,2022,by form of exploitation,Other forms of exploitation,2.5,60,4 +36187,2022,by form of exploitation,Other forms of exploitation,2.5,60,5 +36188,2022,by form of exploitation,Other forms of exploitation,2.5,60,6 +36189,2022,by form of exploitation,Other forms of exploitation,2.5,60,7 +36190,2022,by form of exploitation,Other forms of exploitation,2.5,60,1 +36191,2008,by form of exploitation,Other forms of exploitation,2.5,61,1 +36192,2016,by form of exploitation,Other forms of exploitation,562.0,61,1 +36193,2018,by form of exploitation,Other forms of exploitation,46.0,61,4 +36194,2018,by form of exploitation,Other forms of exploitation,194.0,61,5 +36195,2018,by form of exploitation,Other forms of exploitation,31.0,61,6 +36196,2018,by form of exploitation,Other forms of exploitation,274.0,61,7 +36197,2018,by form of exploitation,Other forms of exploitation,545.0,61,1 +36198,2019,by form of exploitation,Other forms of exploitation,53.0,61,4 +36199,2019,by form of exploitation,Other forms of exploitation,199.0,61,5 +36200,2019,by form of exploitation,Other forms of exploitation,42.0,61,6 +36201,2019,by form of exploitation,Other forms of exploitation,369.0,61,7 +36202,2019,by form of exploitation,Other forms of exploitation,95.0,61,2 +36203,2019,by form of exploitation,Other forms of exploitation,568.0,61,3 +36204,2019,by form of exploitation,Other forms of exploitation,663.0,61,1 +36205,2020,by form of exploitation,Other forms of exploitation,2.5,61,1 +36206,2021,by form of exploitation,Other forms of exploitation,14.0,61,4 +36207,2021,by form of exploitation,Other forms of exploitation,2.5,61,5 +36208,2021,by form of exploitation,Other forms of exploitation,11.0,61,6 +36209,2021,by form of exploitation,Other forms of exploitation,2.5,61,7 +36210,2021,by form of exploitation,Other forms of exploitation,25.0,61,2 +36211,2021,by form of exploitation,Other forms of exploitation,25.0,61,1 +36212,2022,by form of exploitation,Other forms of exploitation,18.0,61,4 +36213,2022,by form of exploitation,Other forms of exploitation,5.0,61,5 +36214,2022,by form of exploitation,Other forms of exploitation,17.0,61,6 +36215,2022,by form of exploitation,Other forms of exploitation,2.5,61,7 +36216,2022,by form of exploitation,Other forms of exploitation,35.0,61,2 +36217,2022,by form of exploitation,Other forms of exploitation,5.0,61,3 +36218,2022,by form of exploitation,Other forms of exploitation,45.0,61,1 +36219,2018,by form of exploitation,Other forms of exploitation,2.5,63,1 +36220,2019,by form of exploitation,Other forms of exploitation,2.5,63,1 +36221,2020,by form of exploitation,Other forms of exploitation,2.5,63,1 +36222,2021,by form of exploitation,Other forms of exploitation,2.5,63,1 +36223,2022,by form of exploitation,Other forms of exploitation,2.5,63,1 +36224,2009,by form of exploitation,Other forms of exploitation,46.0,64,1 +36225,2010,by form of exploitation,Other forms of exploitation,73.0,64,1 +36226,2011,by form of exploitation,Other forms of exploitation,83.0,64,1 +36227,2012,by form of exploitation,Other forms of exploitation,81.0,64,1 +36228,2013,by form of exploitation,Other forms of exploitation,65.0,64,1 +36229,2016,by form of exploitation,Other forms of exploitation,55.0,64,1 +36230,2017,by form of exploitation,Other forms of exploitation,2.5,64,4 +36231,2017,by form of exploitation,Other forms of exploitation,2.5,64,5 +36232,2017,by form of exploitation,Other forms of exploitation,2.5,64,6 +36233,2017,by form of exploitation,Other forms of exploitation,2.5,64,7 +36234,2017,by form of exploitation,Other forms of exploitation,2.5,64,1 +36235,2018,by form of exploitation,Other forms of exploitation,1872.0,64,1 +36236,2019,by form of exploitation,Other forms of exploitation,2.5,64,4 +36237,2019,by form of exploitation,Other forms of exploitation,2.5,64,5 +36238,2019,by form of exploitation,Other forms of exploitation,2.5,64,6 +36239,2019,by form of exploitation,Other forms of exploitation,2.5,64,7 +36240,2019,by form of exploitation,Other forms of exploitation,2.5,64,3 +36241,2019,by form of exploitation,Other forms of exploitation,1533.0,64,1 +36242,2020,by form of exploitation,Other forms of exploitation,449.0,64,4 +36243,2020,by form of exploitation,Other forms of exploitation,417.0,64,5 +36244,2020,by form of exploitation,Other forms of exploitation,2880.0,64,6 +36245,2020,by form of exploitation,Other forms of exploitation,1614.0,64,7 +36246,2020,by form of exploitation,Other forms of exploitation,3329.0,64,2 +36247,2020,by form of exploitation,Other forms of exploitation,2031.0,64,3 +36248,2020,by form of exploitation,Other forms of exploitation,3969.0,64,1 +36249,2021,by form of exploitation,Other forms of exploitation,455.0,64,4 +36250,2021,by form of exploitation,Other forms of exploitation,481.0,64,5 +36251,2021,by form of exploitation,Other forms of exploitation,3029.0,64,6 +36252,2021,by form of exploitation,Other forms of exploitation,2334.0,64,7 +36253,2021,by form of exploitation,Other forms of exploitation,3484.0,64,2 +36254,2021,by form of exploitation,Other forms of exploitation,2815.0,64,3 +36255,2021,by form of exploitation,Other forms of exploitation,4255.0,64,1 +36256,2022,by form of exploitation,Other forms of exploitation,540.0,64,4 +36257,2022,by form of exploitation,Other forms of exploitation,697.0,64,5 +36258,2022,by form of exploitation,Other forms of exploitation,3509.0,64,6 +36259,2022,by form of exploitation,Other forms of exploitation,2969.0,64,7 +36260,2022,by form of exploitation,Other forms of exploitation,4049.0,64,2 +36261,2022,by form of exploitation,Other forms of exploitation,3666.0,64,3 +36262,2022,by form of exploitation,Other forms of exploitation,8148.0,64,1 +36263,2005,by form of exploitation,Other forms of exploitation,2.5,65,1 +36264,2015,by form of exploitation,Other forms of exploitation,2.5,65,6 +36265,2015,by form of exploitation,Other forms of exploitation,2.5,65,1 +36266,2018,by form of exploitation,Other forms of exploitation,2.5,65,4 +36267,2018,by form of exploitation,Other forms of exploitation,2.5,65,5 +36268,2018,by form of exploitation,Other forms of exploitation,2.5,65,6 +36269,2018,by form of exploitation,Other forms of exploitation,2.5,65,7 +36270,2018,by form of exploitation,Other forms of exploitation,2.5,65,1 +36271,2019,by form of exploitation,Other forms of exploitation,27.0,65,4 +36272,2019,by form of exploitation,Other forms of exploitation,2.5,65,5 +36273,2019,by form of exploitation,Other forms of exploitation,2.5,65,6 +36274,2019,by form of exploitation,Other forms of exploitation,2.5,65,7 +36275,2019,by form of exploitation,Other forms of exploitation,29.0,65,2 +36276,2019,by form of exploitation,Other forms of exploitation,29.0,65,1 +36277,2020,by form of exploitation,Other forms of exploitation,2.5,65,4 +36278,2020,by form of exploitation,Other forms of exploitation,2.5,65,5 +36279,2020,by form of exploitation,Other forms of exploitation,2.5,65,6 +36280,2020,by form of exploitation,Other forms of exploitation,2.5,65,7 +36281,2020,by form of exploitation,Other forms of exploitation,2.5,65,2 +36282,2020,by form of exploitation,Other forms of exploitation,2.5,65,1 +36283,2021,by form of exploitation,Other forms of exploitation,2.5,65,1 +36284,2022,by form of exploitation,Other forms of exploitation,2.5,65,1 +36285,2018,by form of exploitation,Other forms of exploitation,2.5,66,1 +36286,2019,by form of exploitation,Other forms of exploitation,2.5,66,1 +36287,2020,by form of exploitation,Other forms of exploitation,2.5,66,1 +36288,2021,by form of exploitation,Other forms of exploitation,2.5,66,1 +36289,2022,by form of exploitation,Other forms of exploitation,2.5,66,1 +36290,2014,by form of exploitation,Other forms of exploitation,2.5,67,1 +36291,2018,by form of exploitation,Other forms of exploitation,2.5,67,1 +36292,2019,by form of exploitation,Other forms of exploitation,2.5,67,1 +36293,2020,by form of exploitation,Other forms of exploitation,2.5,67,1 +36294,2021,by form of exploitation,Other forms of exploitation,2.5,67,1 +36295,2022,by form of exploitation,Other forms of exploitation,2.5,67,1 +36296,2017,by form of exploitation,Other forms of exploitation,2.5,68,4 +36297,2017,by form of exploitation,Other forms of exploitation,2.5,68,6 +36298,2017,by form of exploitation,Other forms of exploitation,2.5,68,1 +36299,2018,by form of exploitation,Other forms of exploitation,2.5,68,6 +36300,2018,by form of exploitation,Other forms of exploitation,2.5,68,1 +36301,2019,by form of exploitation,Other forms of exploitation,2.5,68,4 +36302,2019,by form of exploitation,Other forms of exploitation,2.5,68,5 +36303,2019,by form of exploitation,Other forms of exploitation,2.5,68,6 +36304,2019,by form of exploitation,Other forms of exploitation,2.5,68,7 +36305,2019,by form of exploitation,Other forms of exploitation,2.5,68,1 +36306,2020,by form of exploitation,Other forms of exploitation,2.5,68,4 +36307,2020,by form of exploitation,Other forms of exploitation,2.5,68,5 +36308,2020,by form of exploitation,Other forms of exploitation,2.5,68,6 +36309,2020,by form of exploitation,Other forms of exploitation,2.5,68,7 +36310,2020,by form of exploitation,Other forms of exploitation,2.5,68,1 +36311,2021,by form of exploitation,Other forms of exploitation,2.5,68,1 +36312,2022,by form of exploitation,Other forms of exploitation,2.5,68,1 +36313,2018,by form of exploitation,Other forms of exploitation,2.5,69,1 +36314,2019,by form of exploitation,Other forms of exploitation,2.5,69,4 +36315,2019,by form of exploitation,Other forms of exploitation,2.5,69,5 +36316,2019,by form of exploitation,Other forms of exploitation,2.5,69,6 +36317,2019,by form of exploitation,Other forms of exploitation,2.5,69,7 +36318,2019,by form of exploitation,Other forms of exploitation,34.0,69,1 +36319,2020,by form of exploitation,Other forms of exploitation,2.5,69,4 +36320,2020,by form of exploitation,Other forms of exploitation,2.5,69,5 +36321,2020,by form of exploitation,Other forms of exploitation,2.5,69,6 +36322,2020,by form of exploitation,Other forms of exploitation,2.5,69,7 +36323,2020,by form of exploitation,Other forms of exploitation,26.0,69,1 +36324,2021,by form of exploitation,Other forms of exploitation,2.5,69,4 +36325,2021,by form of exploitation,Other forms of exploitation,2.5,69,5 +36326,2021,by form of exploitation,Other forms of exploitation,2.5,69,6 +36327,2021,by form of exploitation,Other forms of exploitation,2.5,69,7 +36328,2021,by form of exploitation,Other forms of exploitation,19.0,69,1 +36329,2022,by form of exploitation,Other forms of exploitation,2.5,69,1 +36330,2018,by form of exploitation,Other forms of exploitation,2.5,70,1 +36331,2019,by form of exploitation,Other forms of exploitation,2.5,70,1 +36332,2020,by form of exploitation,Other forms of exploitation,2.5,70,1 +36333,2021,by form of exploitation,Other forms of exploitation,2.5,70,1 +36334,2022,by form of exploitation,Other forms of exploitation,2.5,70,1 +36335,2007,by form of exploitation,Other forms of exploitation,2.5,71,1 +36336,2008,by form of exploitation,Other forms of exploitation,2.5,71,1 +36337,2015,by form of exploitation,Other forms of exploitation,2.5,71,4 +36338,2015,by form of exploitation,Other forms of exploitation,2.5,71,5 +36339,2015,by form of exploitation,Other forms of exploitation,2.5,71,6 +36340,2015,by form of exploitation,Other forms of exploitation,9.0,71,7 +36341,2015,by form of exploitation,Other forms of exploitation,12.0,71,1 +36342,2016,by form of exploitation,Other forms of exploitation,5.0,71,4 +36343,2016,by form of exploitation,Other forms of exploitation,2.5,71,5 +36344,2016,by form of exploitation,Other forms of exploitation,6.0,71,6 +36345,2016,by form of exploitation,Other forms of exploitation,11.0,71,7 +36346,2016,by form of exploitation,Other forms of exploitation,22.0,71,1 +36347,2017,by form of exploitation,Other forms of exploitation,2.5,71,4 +36348,2017,by form of exploitation,Other forms of exploitation,2.5,71,5 +36349,2017,by form of exploitation,Other forms of exploitation,2.5,71,6 +36350,2017,by form of exploitation,Other forms of exploitation,2.5,71,7 +36351,2017,by form of exploitation,Other forms of exploitation,2.5,71,1 +36352,2018,by form of exploitation,Other forms of exploitation,2.5,71,4 +36353,2018,by form of exploitation,Other forms of exploitation,2.5,71,5 +36354,2018,by form of exploitation,Other forms of exploitation,2.5,71,6 +36355,2018,by form of exploitation,Other forms of exploitation,2.5,71,7 +36356,2018,by form of exploitation,Other forms of exploitation,2.5,71,1 +36357,2019,by form of exploitation,Other forms of exploitation,17.0,71,4 +36358,2019,by form of exploitation,Other forms of exploitation,9.0,71,5 +36359,2019,by form of exploitation,Other forms of exploitation,21.0,71,6 +36360,2019,by form of exploitation,Other forms of exploitation,5.0,71,7 +36361,2019,by form of exploitation,Other forms of exploitation,2.5,71,9 +36362,2019,by form of exploitation,Other forms of exploitation,2.5,71,8 +36363,2019,by form of exploitation,Other forms of exploitation,38.0,71,2 +36364,2019,by form of exploitation,Other forms of exploitation,14.0,71,3 +36365,2019,by form of exploitation,Other forms of exploitation,45.0,71,1 +36366,2019,by form of exploitation,Other forms of exploitation,2.5,71,1 +36367,2019,by form of exploitation,Other forms of exploitation,2.5,71,1 +36368,2019,by form of exploitation,Other forms of exploitation,2.5,71,1 +36369,2019,by form of exploitation,Other forms of exploitation,2.5,71,1 +36370,2020,by form of exploitation,Other forms of exploitation,33.0,71,4 +36371,2020,by form of exploitation,Other forms of exploitation,2.5,71,5 +36372,2020,by form of exploitation,Other forms of exploitation,41.0,71,6 +36373,2020,by form of exploitation,Other forms of exploitation,2.5,71,7 +36374,2020,by form of exploitation,Other forms of exploitation,2.5,71,9 +36375,2020,by form of exploitation,Other forms of exploitation,2.5,71,8 +36376,2020,by form of exploitation,Other forms of exploitation,72.0,71,2 +36377,2020,by form of exploitation,Other forms of exploitation,2.5,71,3 +36378,2020,by form of exploitation,Other forms of exploitation,75.0,71,1 +36379,2020,by form of exploitation,Other forms of exploitation,2.5,71,1 +36380,2020,by form of exploitation,Other forms of exploitation,2.5,71,1 +36381,2020,by form of exploitation,Other forms of exploitation,2.5,71,1 +36382,2020,by form of exploitation,Other forms of exploitation,2.5,71,1 +36383,2021,by form of exploitation,Other forms of exploitation,11.0,71,4 +36384,2021,by form of exploitation,Other forms of exploitation,5.0,71,5 +36385,2021,by form of exploitation,Other forms of exploitation,13.0,71,6 +36386,2021,by form of exploitation,Other forms of exploitation,2.5,71,7 +36387,2021,by form of exploitation,Other forms of exploitation,24.0,71,2 +36388,2021,by form of exploitation,Other forms of exploitation,6.0,71,3 +36389,2021,by form of exploitation,Other forms of exploitation,30.0,71,1 +36390,2022,by form of exploitation,Other forms of exploitation,16.0,71,4 +36391,2022,by form of exploitation,Other forms of exploitation,29.0,71,5 +36392,2022,by form of exploitation,Other forms of exploitation,9.0,71,6 +36393,2022,by form of exploitation,Other forms of exploitation,2.5,71,7 +36394,2022,by form of exploitation,Other forms of exploitation,25.0,71,2 +36395,2022,by form of exploitation,Other forms of exploitation,31.0,71,3 +36396,2022,by form of exploitation,Other forms of exploitation,67.0,71,1 +36397,2016,by form of exploitation,Other forms of exploitation,23.0,73,4 +36398,2016,by form of exploitation,Other forms of exploitation,2.5,73,6 +36399,2016,by form of exploitation,Other forms of exploitation,25.0,73,1 +36400,2017,by form of exploitation,Other forms of exploitation,7.0,73,4 +36401,2017,by form of exploitation,Other forms of exploitation,2.5,73,5 +36402,2017,by form of exploitation,Other forms of exploitation,2.5,73,6 +36403,2017,by form of exploitation,Other forms of exploitation,2.5,73,7 +36404,2017,by form of exploitation,Other forms of exploitation,7.0,73,1 +36405,2017,by form of exploitation,Other forms of exploitation,8.0,73,1 +36406,2017,by form of exploitation,Other forms of exploitation,20.0,73,1 +36407,2017,by form of exploitation,Other forms of exploitation,44.0,73,1 +36408,2018,by form of exploitation,Other forms of exploitation,2.5,73,1 +36409,2018,by form of exploitation,Other forms of exploitation,11.0,73,1 +36410,2018,by form of exploitation,Other forms of exploitation,2.5,73,1 +36411,2018,by form of exploitation,Other forms of exploitation,25.0,73,1 +36412,2018,by form of exploitation,Other forms of exploitation,18.0,73,1 +36413,2019,by form of exploitation,Other forms of exploitation,33.0,73,1 +36414,2019,by form of exploitation,Other forms of exploitation,2.5,73,1 +36415,2019,by form of exploitation,Other forms of exploitation,9.0,73,1 +36416,2019,by form of exploitation,Other forms of exploitation,26.0,73,1 +36417,2020,by form of exploitation,Other forms of exploitation,41.0,73,1 +36418,2020,by form of exploitation,Other forms of exploitation,2.5,73,1 +36419,2020,by form of exploitation,Other forms of exploitation,13.0,73,1 +36420,2020,by form of exploitation,Other forms of exploitation,2.5,73,1 +36421,2021,by form of exploitation,Other forms of exploitation,102.0,73,1 +36422,2021,by form of exploitation,Other forms of exploitation,9.0,73,1 +36423,2021,by form of exploitation,Other forms of exploitation,64.0,73,1 +36424,2021,by form of exploitation,Other forms of exploitation,20.0,73,1 +36425,2022,by form of exploitation,Other forms of exploitation,53.0,73,4 +36426,2022,by form of exploitation,Other forms of exploitation,14.0,73,5 +36427,2022,by form of exploitation,Other forms of exploitation,7.0,73,6 +36428,2022,by form of exploitation,Other forms of exploitation,2.5,73,7 +36429,2022,by form of exploitation,Other forms of exploitation,2.5,73,8 +36430,2022,by form of exploitation,Other forms of exploitation,60.0,73,2 +36431,2022,by form of exploitation,Other forms of exploitation,15.0,73,3 +36432,2022,by form of exploitation,Other forms of exploitation,38.0,73,1 +36433,2022,by form of exploitation,Other forms of exploitation,2.5,73,1 +36434,2022,by form of exploitation,Other forms of exploitation,25.0,73,1 +36435,2022,by form of exploitation,Other forms of exploitation,11.0,73,1 +36436,2008,by form of exploitation,Other forms of exploitation,2.5,74,1 +36437,2009,by form of exploitation,Other forms of exploitation,2.5,74,1 +36438,2017,by form of exploitation,Other forms of exploitation,2.5,74,1 +36439,2017,by form of exploitation,Other forms of exploitation,2.5,74,1 +36440,2018,by form of exploitation,Other forms of exploitation,54.0,74,1 +36441,2018,by form of exploitation,Other forms of exploitation,54.0,74,1 +36442,2019,by form of exploitation,Other forms of exploitation,8.0,74,1 +36443,2019,by form of exploitation,Other forms of exploitation,8.0,74,1 +36444,2020,by form of exploitation,Other forms of exploitation,2.5,74,4 +36445,2020,by form of exploitation,Other forms of exploitation,2.5,74,5 +36446,2020,by form of exploitation,Other forms of exploitation,2.5,74,6 +36447,2020,by form of exploitation,Other forms of exploitation,2.5,74,7 +36448,2020,by form of exploitation,Other forms of exploitation,2.5,74,3 +36449,2020,by form of exploitation,Other forms of exploitation,2.5,74,1 +36450,2021,by form of exploitation,Other forms of exploitation,2.5,74,1 +36451,2022,by form of exploitation,Other forms of exploitation,2.5,74,1 +36452,2016,by form of exploitation,Other forms of exploitation,2.5,76,4 +36453,2016,by form of exploitation,Other forms of exploitation,2.5,76,1 +36454,2017,by form of exploitation,Other forms of exploitation,25.0,76,4 +36455,2017,by form of exploitation,Other forms of exploitation,2.5,76,5 +36456,2017,by form of exploitation,Other forms of exploitation,47.0,76,6 +36457,2017,by form of exploitation,Other forms of exploitation,2.5,76,7 +36458,2017,by form of exploitation,Other forms of exploitation,72.0,76,1 +36459,2018,by form of exploitation,Other forms of exploitation,5.0,76,4 +36460,2018,by form of exploitation,Other forms of exploitation,2.5,76,5 +36461,2018,by form of exploitation,Other forms of exploitation,7.0,76,6 +36462,2018,by form of exploitation,Other forms of exploitation,2.5,76,7 +36463,2018,by form of exploitation,Other forms of exploitation,12.0,76,1 +36464,2019,by form of exploitation,Other forms of exploitation,2.5,76,4 +36465,2019,by form of exploitation,Other forms of exploitation,2.5,76,5 +36466,2019,by form of exploitation,Other forms of exploitation,2.5,76,6 +36467,2019,by form of exploitation,Other forms of exploitation,2.5,76,7 +36468,2019,by form of exploitation,Other forms of exploitation,36.0,76,1 +36469,2020,by form of exploitation,Other forms of exploitation,2.5,76,4 +36470,2020,by form of exploitation,Other forms of exploitation,2.5,76,5 +36471,2020,by form of exploitation,Other forms of exploitation,2.5,76,6 +36472,2020,by form of exploitation,Other forms of exploitation,2.5,76,7 +36473,2020,by form of exploitation,Other forms of exploitation,2.5,76,8 +36474,2020,by form of exploitation,Other forms of exploitation,5.0,76,2 +36475,2020,by form of exploitation,Other forms of exploitation,8.0,76,3 +36476,2020,by form of exploitation,Other forms of exploitation,15.0,76,1 +36477,2020,by form of exploitation,Other forms of exploitation,5.0,76,1 +36478,2020,by form of exploitation,Other forms of exploitation,2.5,76,1 +36479,2020,by form of exploitation,Other forms of exploitation,2.5,76,1 +36480,2021,by form of exploitation,Other forms of exploitation,9.0,76,4 +36481,2021,by form of exploitation,Other forms of exploitation,2.5,76,5 +36482,2021,by form of exploitation,Other forms of exploitation,2.5,76,6 +36483,2021,by form of exploitation,Other forms of exploitation,2.5,76,7 +36484,2021,by form of exploitation,Other forms of exploitation,11.0,76,2 +36485,2021,by form of exploitation,Other forms of exploitation,11.0,76,1 +36486,2022,by form of exploitation,Other forms of exploitation,2.5,76,1 +36487,2004,by form of exploitation,Other forms of exploitation,10.0,77,1 +36488,2008,by form of exploitation,Other forms of exploitation,2.5,77,1 +36489,2009,by form of exploitation,Other forms of exploitation,2.5,77,1 +36490,2010,by form of exploitation,Other forms of exploitation,2.5,77,1 +36491,2011,by form of exploitation,Other forms of exploitation,2.5,77,1 +36492,2014,by form of exploitation,Other forms of exploitation,2.5,77,4 +36493,2014,by form of exploitation,Other forms of exploitation,2.5,77,5 +36494,2014,by form of exploitation,Other forms of exploitation,2.5,77,6 +36495,2014,by form of exploitation,Other forms of exploitation,2.5,77,7 +36496,2014,by form of exploitation,Other forms of exploitation,5.0,77,1 +36497,2015,by form of exploitation,Other forms of exploitation,2.5,77,5 +36498,2015,by form of exploitation,Other forms of exploitation,2.5,77,1 +36499,2017,by form of exploitation,Other forms of exploitation,2.5,77,4 +36500,2017,by form of exploitation,Other forms of exploitation,2.5,77,5 +36501,2017,by form of exploitation,Other forms of exploitation,6.0,77,6 +36502,2017,by form of exploitation,Other forms of exploitation,8.0,77,7 +36503,2017,by form of exploitation,Other forms of exploitation,19.0,77,1 +36504,2018,by form of exploitation,Other forms of exploitation,2.5,77,4 +36505,2018,by form of exploitation,Other forms of exploitation,16.0,77,5 +36506,2018,by form of exploitation,Other forms of exploitation,2.5,77,6 +36507,2018,by form of exploitation,Other forms of exploitation,45.0,77,7 +36508,2018,by form of exploitation,Other forms of exploitation,62.0,77,1 +36509,2019,by form of exploitation,Other forms of exploitation,2.5,77,1 +36510,2020,by form of exploitation,Other forms of exploitation,2.5,77,1 +36511,2021,by form of exploitation,Other forms of exploitation,2.5,77,4 +36512,2021,by form of exploitation,Other forms of exploitation,2.5,77,5 +36513,2021,by form of exploitation,Other forms of exploitation,2.5,77,6 +36514,2021,by form of exploitation,Other forms of exploitation,2.5,77,7 +36515,2021,by form of exploitation,Other forms of exploitation,2.5,77,2 +36516,2021,by form of exploitation,Other forms of exploitation,2.5,77,3 +36517,2021,by form of exploitation,Other forms of exploitation,7.0,77,1 +36518,2022,by form of exploitation,Other forms of exploitation,2.5,77,4 +36519,2022,by form of exploitation,Other forms of exploitation,2.5,77,5 +36520,2022,by form of exploitation,Other forms of exploitation,2.5,77,6 +36521,2022,by form of exploitation,Other forms of exploitation,2.5,77,7 +36522,2022,by form of exploitation,Other forms of exploitation,2.5,77,2 +36523,2022,by form of exploitation,Other forms of exploitation,2.5,77,3 +36524,2022,by form of exploitation,Other forms of exploitation,7.0,77,1 +36525,2018,by form of exploitation,Other forms of exploitation,2.5,78,1 +36526,2019,by form of exploitation,Other forms of exploitation,2.5,78,1 +36527,2020,by form of exploitation,Other forms of exploitation,2.5,78,1 +36528,2021,by form of exploitation,Other forms of exploitation,2.5,78,1 +36529,2022,by form of exploitation,Other forms of exploitation,2.5,78,1 +36530,2007,by form of exploitation,Other forms of exploitation,7.0,79,1 +36531,2008,by form of exploitation,Other forms of exploitation,2.5,79,1 +36532,2009,by form of exploitation,Other forms of exploitation,2.5,79,1 +36533,2010,by form of exploitation,Other forms of exploitation,2.5,79,1 +36534,2011,by form of exploitation,Other forms of exploitation,2.5,79,1 +36535,2012,by form of exploitation,Other forms of exploitation,2.5,79,1 +36536,2014,by form of exploitation,Other forms of exploitation,2.5,79,4 +36537,2014,by form of exploitation,Other forms of exploitation,11.0,79,5 +36538,2014,by form of exploitation,Other forms of exploitation,12.0,79,1 +36539,2015,by form of exploitation,Other forms of exploitation,2.5,79,4 +36540,2015,by form of exploitation,Other forms of exploitation,2.5,79,5 +36541,2015,by form of exploitation,Other forms of exploitation,6.0,79,1 +36542,2017,by form of exploitation,Other forms of exploitation,2.5,79,4 +36543,2017,by form of exploitation,Other forms of exploitation,6.0,79,5 +36544,2017,by form of exploitation,Other forms of exploitation,9.0,79,1 +36545,2018,by form of exploitation,Other forms of exploitation,2.5,79,4 +36546,2018,by form of exploitation,Other forms of exploitation,2.5,79,5 +36547,2018,by form of exploitation,Other forms of exploitation,2.5,79,6 +36548,2018,by form of exploitation,Other forms of exploitation,2.5,79,7 +36549,2018,by form of exploitation,Other forms of exploitation,2.5,79,2 +36550,2018,by form of exploitation,Other forms of exploitation,2.5,79,3 +36551,2018,by form of exploitation,Other forms of exploitation,5.0,79,1 +36552,2019,by form of exploitation,Other forms of exploitation,2.5,79,4 +36553,2019,by form of exploitation,Other forms of exploitation,2.5,79,5 +36554,2019,by form of exploitation,Other forms of exploitation,2.5,79,6 +36555,2019,by form of exploitation,Other forms of exploitation,2.5,79,7 +36556,2019,by form of exploitation,Other forms of exploitation,2.5,79,2 +36557,2019,by form of exploitation,Other forms of exploitation,2.5,79,3 +36558,2019,by form of exploitation,Other forms of exploitation,2.5,79,1 +36559,2019,by form of exploitation,Other forms of exploitation,2.5,79,1 +36560,2020,by form of exploitation,Other forms of exploitation,2.5,79,4 +36561,2020,by form of exploitation,Other forms of exploitation,2.5,79,5 +36562,2020,by form of exploitation,Other forms of exploitation,2.5,79,6 +36563,2020,by form of exploitation,Other forms of exploitation,2.5,79,7 +36564,2020,by form of exploitation,Other forms of exploitation,2.5,79,2 +36565,2020,by form of exploitation,Other forms of exploitation,2.5,79,3 +36566,2020,by form of exploitation,Other forms of exploitation,2.5,79,1 +36567,2021,by form of exploitation,Other forms of exploitation,2.5,79,4 +36568,2021,by form of exploitation,Other forms of exploitation,2.5,79,5 +36569,2021,by form of exploitation,Other forms of exploitation,2.5,79,6 +36570,2021,by form of exploitation,Other forms of exploitation,2.5,79,7 +36571,2021,by form of exploitation,Other forms of exploitation,2.5,79,2 +36572,2021,by form of exploitation,Other forms of exploitation,2.5,79,1 +36573,2022,by form of exploitation,Other forms of exploitation,2.5,79,4 +36574,2022,by form of exploitation,Other forms of exploitation,2.5,79,5 +36575,2022,by form of exploitation,Other forms of exploitation,2.5,79,6 +36576,2022,by form of exploitation,Other forms of exploitation,8.0,79,7 +36577,2022,by form of exploitation,Other forms of exploitation,2.5,79,2 +36578,2022,by form of exploitation,Other forms of exploitation,12.0,79,3 +36579,2022,by form of exploitation,Other forms of exploitation,14.0,79,1 +36580,2008,by form of exploitation,Other forms of exploitation,68.0,80,1 +36581,2009,by form of exploitation,Other forms of exploitation,21.0,80,1 +36582,2017,by form of exploitation,Other forms of exploitation,2.5,80,1 +36583,2017,by form of exploitation,Other forms of exploitation,2.5,80,1 +36584,2017,by form of exploitation,Other forms of exploitation,8.0,80,1 +36585,2017,by form of exploitation,Other forms of exploitation,2.5,80,1 +36586,2018,by form of exploitation,Other forms of exploitation,2.5,80,1 +36587,2018,by form of exploitation,Other forms of exploitation,2.5,80,1 +36588,2018,by form of exploitation,Other forms of exploitation,8.0,80,1 +36589,2018,by form of exploitation,Other forms of exploitation,2.5,80,1 +36590,2019,by form of exploitation,Other forms of exploitation,2.5,80,4 +36591,2019,by form of exploitation,Other forms of exploitation,2.5,80,5 +36592,2019,by form of exploitation,Other forms of exploitation,2.5,80,6 +36593,2019,by form of exploitation,Other forms of exploitation,2.5,80,7 +36594,2019,by form of exploitation,Other forms of exploitation,2.5,80,1 +36595,2019,by form of exploitation,Other forms of exploitation,2.5,80,1 +36596,2019,by form of exploitation,Other forms of exploitation,2.5,80,1 +36597,2019,by form of exploitation,Other forms of exploitation,2.5,80,1 +36598,2020,by form of exploitation,Other forms of exploitation,2.5,80,4 +36599,2020,by form of exploitation,Other forms of exploitation,2.5,80,5 +36600,2020,by form of exploitation,Other forms of exploitation,2.5,80,6 +36601,2020,by form of exploitation,Other forms of exploitation,2.5,80,7 +36602,2020,by form of exploitation,Other forms of exploitation,2.5,80,1 +36603,2020,by form of exploitation,Other forms of exploitation,2.5,80,1 +36604,2020,by form of exploitation,Other forms of exploitation,7.0,80,1 +36605,2020,by form of exploitation,Other forms of exploitation,7.0,80,1 +36606,2021,by form of exploitation,Other forms of exploitation,2.5,80,1 +36607,2022,by form of exploitation,Other forms of exploitation,2.5,80,1 +36608,2017,by form of exploitation,Other forms of exploitation,2744.0,81,1 +36609,2018,by form of exploitation,Other forms of exploitation,2203.0,81,1 +36610,2019,by form of exploitation,Other forms of exploitation,9645.0,81,1 +36611,2020,by form of exploitation,Other forms of exploitation,2.5,81,4 +36612,2020,by form of exploitation,Other forms of exploitation,2.5,81,5 +36613,2020,by form of exploitation,Other forms of exploitation,2.5,81,6 +36614,2020,by form of exploitation,Other forms of exploitation,2.5,81,7 +36615,2020,by form of exploitation,Other forms of exploitation,6442.0,81,1 +36616,2021,by form of exploitation,Other forms of exploitation,7491.0,81,1 +36617,2022,by form of exploitation,Other forms of exploitation,8067.0,81,1 +36618,2010,by form of exploitation,Other forms of exploitation,2.5,82,1 +36619,2011,by form of exploitation,Other forms of exploitation,2.5,82,1 +36620,2012,by form of exploitation,Other forms of exploitation,2.5,82,1 +36621,2013,by form of exploitation,Other forms of exploitation,2.5,82,1 +36622,2013,by form of exploitation,Other forms of exploitation,7.0,82,1 +36623,2014,by form of exploitation,Other forms of exploitation,2.5,82,4 +36624,2014,by form of exploitation,Other forms of exploitation,2.5,82,5 +36625,2014,by form of exploitation,Other forms of exploitation,2.5,82,6 +36626,2014,by form of exploitation,Other forms of exploitation,2.5,82,7 +36627,2014,by form of exploitation,Other forms of exploitation,2.5,82,1 +36628,2014,by form of exploitation,Other forms of exploitation,6.0,82,1 +36629,2015,by form of exploitation,Other forms of exploitation,2.5,82,4 +36630,2015,by form of exploitation,Other forms of exploitation,2.5,82,5 +36631,2015,by form of exploitation,Other forms of exploitation,2.5,82,6 +36632,2015,by form of exploitation,Other forms of exploitation,2.5,82,7 +36633,2015,by form of exploitation,Other forms of exploitation,2.5,82,1 +36634,2015,by form of exploitation,Other forms of exploitation,7.0,82,1 +36635,2016,by form of exploitation,Other forms of exploitation,2.5,82,4 +36636,2016,by form of exploitation,Other forms of exploitation,2.5,82,7 +36637,2016,by form of exploitation,Other forms of exploitation,2.5,82,1 +36638,2016,by form of exploitation,Other forms of exploitation,5.0,82,1 +36639,2017,by form of exploitation,Other forms of exploitation,2.5,82,1 +36640,2017,by form of exploitation,Other forms of exploitation,8.0,82,1 +36641,2017,by form of exploitation,Other forms of exploitation,2.5,82,1 +36642,2018,by form of exploitation,Other forms of exploitation,2.5,82,4 +36643,2018,by form of exploitation,Other forms of exploitation,2.5,82,5 +36644,2018,by form of exploitation,Other forms of exploitation,2.5,82,6 +36645,2018,by form of exploitation,Other forms of exploitation,2.5,82,7 +36646,2018,by form of exploitation,Other forms of exploitation,2.5,82,3 +36647,2018,by form of exploitation,Other forms of exploitation,2.5,82,1 +36648,2018,by form of exploitation,Other forms of exploitation,2.5,82,1 +36649,2019,by form of exploitation,Other forms of exploitation,2.5,82,4 +36650,2019,by form of exploitation,Other forms of exploitation,2.5,82,5 +36651,2019,by form of exploitation,Other forms of exploitation,2.5,82,6 +36652,2019,by form of exploitation,Other forms of exploitation,2.5,82,7 +36653,2019,by form of exploitation,Other forms of exploitation,2.5,82,8 +36654,2019,by form of exploitation,Other forms of exploitation,2.5,82,2 +36655,2019,by form of exploitation,Other forms of exploitation,5.0,82,3 +36656,2019,by form of exploitation,Other forms of exploitation,2.5,82,1 +36657,2019,by form of exploitation,Other forms of exploitation,5.0,82,1 +36658,2019,by form of exploitation,Other forms of exploitation,2.5,82,1 +36659,2020,by form of exploitation,Other forms of exploitation,2.5,82,4 +36660,2020,by form of exploitation,Other forms of exploitation,2.5,82,5 +36661,2020,by form of exploitation,Other forms of exploitation,2.5,82,6 +36662,2020,by form of exploitation,Other forms of exploitation,2.5,82,7 +36663,2020,by form of exploitation,Other forms of exploitation,2.5,82,3 +36664,2020,by form of exploitation,Other forms of exploitation,2.5,82,1 +36665,2020,by form of exploitation,Other forms of exploitation,2.5,82,1 +36666,2021,by form of exploitation,Other forms of exploitation,2.5,82,4 +36667,2021,by form of exploitation,Other forms of exploitation,2.5,82,5 +36668,2021,by form of exploitation,Other forms of exploitation,2.5,82,6 +36669,2021,by form of exploitation,Other forms of exploitation,2.5,82,7 +36670,2021,by form of exploitation,Other forms of exploitation,2.5,82,1 +36671,2021,by form of exploitation,Other forms of exploitation,2.5,82,1 +36672,2022,by form of exploitation,Other forms of exploitation,2.5,82,4 +36673,2022,by form of exploitation,Other forms of exploitation,2.5,82,5 +36674,2022,by form of exploitation,Other forms of exploitation,2.5,82,6 +36675,2022,by form of exploitation,Other forms of exploitation,2.5,82,7 +36676,2022,by form of exploitation,Other forms of exploitation,2.5,82,3 +36677,2022,by form of exploitation,Other forms of exploitation,2.5,82,1 +36678,2018,by form of exploitation,Other forms of exploitation,2.5,83,1 +36679,2019,by form of exploitation,Other forms of exploitation,2.5,83,1 +36680,2020,by form of exploitation,Other forms of exploitation,2.5,83,1 +36681,2021,by form of exploitation,Other forms of exploitation,2.5,83,1 +36682,2022,by form of exploitation,Other forms of exploitation,2.5,83,1 +36683,2017,by form of exploitation,Other forms of exploitation,2.5,84,4 +36684,2017,by form of exploitation,Other forms of exploitation,2.5,84,5 +36685,2017,by form of exploitation,Other forms of exploitation,2.5,84,6 +36686,2019,by form of exploitation,Other forms of exploitation,2.5,84,4 +36687,2019,by form of exploitation,Other forms of exploitation,2.5,84,5 +36688,2019,by form of exploitation,Other forms of exploitation,2.5,84,6 +36689,2019,by form of exploitation,Other forms of exploitation,2.5,84,7 +36690,2019,by form of exploitation,Other forms of exploitation,2.5,84,9 +36691,2019,by form of exploitation,Other forms of exploitation,2.5,84,8 +36692,2019,by form of exploitation,Other forms of exploitation,2.5,84,2 +36693,2019,by form of exploitation,Other forms of exploitation,2.5,84,3 +36694,2019,by form of exploitation,Other forms of exploitation,2.5,84,1 +36695,2020,by form of exploitation,Other forms of exploitation,2.5,84,4 +36696,2020,by form of exploitation,Other forms of exploitation,2.5,84,5 +36697,2020,by form of exploitation,Other forms of exploitation,2.5,84,6 +36698,2020,by form of exploitation,Other forms of exploitation,2.5,84,7 +36699,2020,by form of exploitation,Other forms of exploitation,2.5,84,2 +36700,2020,by form of exploitation,Other forms of exploitation,2.5,84,3 +36701,2020,by form of exploitation,Other forms of exploitation,2.5,84,1 +36702,2021,by form of exploitation,Other forms of exploitation,2.5,84,1 +36703,2022,by form of exploitation,Other forms of exploitation,2.5,84,4 +36704,2022,by form of exploitation,Other forms of exploitation,2.5,84,5 +36705,2022,by form of exploitation,Other forms of exploitation,2.5,84,6 +36706,2022,by form of exploitation,Other forms of exploitation,2.5,84,7 +36707,2022,by form of exploitation,Other forms of exploitation,2.5,84,3 +36708,2022,by form of exploitation,Other forms of exploitation,2.5,84,1 +36709,2018,by form of exploitation,Other forms of exploitation,2.5,85,4 +36710,2018,by form of exploitation,Other forms of exploitation,2.5,85,5 +36711,2018,by form of exploitation,Other forms of exploitation,2.5,85,6 +36712,2018,by form of exploitation,Other forms of exploitation,2.5,85,7 +36713,2018,by form of exploitation,Other forms of exploitation,2.5,85,1 +36714,2019,by form of exploitation,Other forms of exploitation,2.5,85,4 +36715,2019,by form of exploitation,Other forms of exploitation,2.5,85,5 +36716,2019,by form of exploitation,Other forms of exploitation,2.5,85,6 +36717,2019,by form of exploitation,Other forms of exploitation,2.5,85,7 +36718,2019,by form of exploitation,Other forms of exploitation,2.5,85,1 +36719,2020,by form of exploitation,Other forms of exploitation,2.5,85,4 +36720,2020,by form of exploitation,Other forms of exploitation,2.5,85,5 +36721,2020,by form of exploitation,Other forms of exploitation,2.5,85,6 +36722,2020,by form of exploitation,Other forms of exploitation,2.5,85,7 +36723,2020,by form of exploitation,Other forms of exploitation,2.5,85,1 +36724,2021,by form of exploitation,Other forms of exploitation,2.5,85,1 +36725,2022,by form of exploitation,Other forms of exploitation,2.5,85,1 +36726,2016,by form of exploitation,Other forms of exploitation,5.0,86,6 +36727,2016,by form of exploitation,Other forms of exploitation,5.0,86,7 +36728,2016,by form of exploitation,Other forms of exploitation,10.0,86,1 +36729,2017,by form of exploitation,Other forms of exploitation,2.5,86,4 +36730,2017,by form of exploitation,Other forms of exploitation,2.5,86,5 +36731,2017,by form of exploitation,Other forms of exploitation,2.5,86,6 +36732,2017,by form of exploitation,Other forms of exploitation,2.5,86,7 +36733,2017,by form of exploitation,Other forms of exploitation,2.5,86,1 +36734,2018,by form of exploitation,Other forms of exploitation,2.5,86,4 +36735,2018,by form of exploitation,Other forms of exploitation,2.5,86,5 +36736,2018,by form of exploitation,Other forms of exploitation,2.5,86,6 +36737,2018,by form of exploitation,Other forms of exploitation,2.5,86,7 +36738,2018,by form of exploitation,Other forms of exploitation,2.5,86,1 +36739,2019,by form of exploitation,Other forms of exploitation,2.5,86,1 +36740,2020,by form of exploitation,Other forms of exploitation,2.5,86,4 +36741,2020,by form of exploitation,Other forms of exploitation,39.0,86,5 +36742,2020,by form of exploitation,Other forms of exploitation,2.5,86,6 +36743,2020,by form of exploitation,Other forms of exploitation,2.5,86,7 +36744,2020,by form of exploitation,Other forms of exploitation,39.0,86,3 +36745,2020,by form of exploitation,Other forms of exploitation,39.0,86,1 +36746,2021,by form of exploitation,Other forms of exploitation,2.5,86,4 +36747,2021,by form of exploitation,Other forms of exploitation,2.5,86,5 +36748,2021,by form of exploitation,Other forms of exploitation,2.5,86,6 +36749,2021,by form of exploitation,Other forms of exploitation,2.5,86,7 +36750,2021,by form of exploitation,Other forms of exploitation,2.5,86,1 +36751,2022,by form of exploitation,Other forms of exploitation,2.5,86,4 +36752,2022,by form of exploitation,Other forms of exploitation,2.5,86,5 +36753,2022,by form of exploitation,Other forms of exploitation,2.5,86,6 +36754,2022,by form of exploitation,Other forms of exploitation,2.5,86,7 +36755,2022,by form of exploitation,Other forms of exploitation,2.5,86,1 +36756,2007,by form of exploitation,Other forms of exploitation,19.0,87,1 +36757,2008,by form of exploitation,Other forms of exploitation,17.0,87,1 +36758,2009,by form of exploitation,Other forms of exploitation,35.0,87,1 +36759,2017,by form of exploitation,Other forms of exploitation,2.5,87,4 +36760,2017,by form of exploitation,Other forms of exploitation,2.5,87,5 +36761,2017,by form of exploitation,Other forms of exploitation,2.5,87,6 +36762,2017,by form of exploitation,Other forms of exploitation,2.5,87,7 +36763,2017,by form of exploitation,Other forms of exploitation,2.5,87,2 +36764,2018,by form of exploitation,Other forms of exploitation,2.5,87,4 +36765,2018,by form of exploitation,Other forms of exploitation,2.5,87,5 +36766,2018,by form of exploitation,Other forms of exploitation,2.5,87,6 +36767,2018,by form of exploitation,Other forms of exploitation,2.5,87,7 +36768,2018,by form of exploitation,Other forms of exploitation,2.5,87,2 +36769,2018,by form of exploitation,Other forms of exploitation,2.5,87,1 +36770,2019,by form of exploitation,Other forms of exploitation,2.5,87,4 +36771,2019,by form of exploitation,Other forms of exploitation,2.5,87,5 +36772,2019,by form of exploitation,Other forms of exploitation,2.5,87,6 +36773,2019,by form of exploitation,Other forms of exploitation,2.5,87,7 +36774,2019,by form of exploitation,Other forms of exploitation,2.5,87,2 +36775,2019,by form of exploitation,Other forms of exploitation,2.5,87,1 +36776,2020,by form of exploitation,Other forms of exploitation,2.5,87,4 +36777,2020,by form of exploitation,Other forms of exploitation,2.5,87,5 +36778,2020,by form of exploitation,Other forms of exploitation,2.5,87,6 +36779,2020,by form of exploitation,Other forms of exploitation,2.5,87,7 +36780,2020,by form of exploitation,Other forms of exploitation,2.5,87,2 +36781,2020,by form of exploitation,Other forms of exploitation,2.5,87,1 +36782,2021,by form of exploitation,Other forms of exploitation,8.0,87,4 +36783,2021,by form of exploitation,Other forms of exploitation,26.0,87,5 +36784,2021,by form of exploitation,Other forms of exploitation,22.0,87,6 +36785,2021,by form of exploitation,Other forms of exploitation,66.0,87,7 +36786,2021,by form of exploitation,Other forms of exploitation,30.0,87,2 +36787,2021,by form of exploitation,Other forms of exploitation,92.0,87,3 +36788,2021,by form of exploitation,Other forms of exploitation,122.0,87,1 +36789,2022,by form of exploitation,Other forms of exploitation,2.5,87,4 +36790,2022,by form of exploitation,Other forms of exploitation,38.0,87,5 +36791,2022,by form of exploitation,Other forms of exploitation,2.5,87,6 +36792,2022,by form of exploitation,Other forms of exploitation,26.0,87,7 +36793,2022,by form of exploitation,Other forms of exploitation,2.5,87,2 +36794,2022,by form of exploitation,Other forms of exploitation,64.0,87,3 +36795,2022,by form of exploitation,Other forms of exploitation,97.0,87,1 +36796,2009,by form of exploitation,Other forms of exploitation,2.5,88,1 +36797,2018,by form of exploitation,Other forms of exploitation,2.5,88,1 +36798,2019,by form of exploitation,Other forms of exploitation,2.5,88,1 +36799,2020,by form of exploitation,Other forms of exploitation,2.5,88,1 +36800,2021,by form of exploitation,Other forms of exploitation,2.5,88,1 +36801,2022,by form of exploitation,Other forms of exploitation,2.5,88,1 +36802,2008,by form of exploitation,Other forms of exploitation,6.0,89,1 +36803,2009,by form of exploitation,Other forms of exploitation,11.0,89,1 +36804,2017,by form of exploitation,Other forms of exploitation,2.5,89,4 +36805,2017,by form of exploitation,Other forms of exploitation,23.0,89,5 +36806,2017,by form of exploitation,Other forms of exploitation,2.5,89,6 +36807,2017,by form of exploitation,Other forms of exploitation,24.0,89,7 +36808,2017,by form of exploitation,Other forms of exploitation,36.0,89,1 +36809,2018,by form of exploitation,Other forms of exploitation,2.5,89,4 +36810,2018,by form of exploitation,Other forms of exploitation,12.0,89,5 +36811,2018,by form of exploitation,Other forms of exploitation,2.5,89,6 +36812,2018,by form of exploitation,Other forms of exploitation,24.0,89,7 +36813,2018,by form of exploitation,Other forms of exploitation,2.5,89,1 +36814,2019,by form of exploitation,Other forms of exploitation,2.5,89,4 +36815,2019,by form of exploitation,Other forms of exploitation,7.0,89,5 +36816,2019,by form of exploitation,Other forms of exploitation,2.5,89,6 +36817,2019,by form of exploitation,Other forms of exploitation,2.5,89,7 +36818,2019,by form of exploitation,Other forms of exploitation,2.5,89,1 +36819,2020,by form of exploitation,Other forms of exploitation,2.5,89,4 +36820,2020,by form of exploitation,Other forms of exploitation,22.0,89,5 +36821,2020,by form of exploitation,Other forms of exploitation,2.5,89,6 +36822,2020,by form of exploitation,Other forms of exploitation,2.5,89,7 +36823,2020,by form of exploitation,Other forms of exploitation,2.5,89,1 +36824,2021,by form of exploitation,Other forms of exploitation,6.0,89,4 +36825,2021,by form of exploitation,Other forms of exploitation,31.0,89,5 +36826,2021,by form of exploitation,Other forms of exploitation,2.5,89,6 +36827,2021,by form of exploitation,Other forms of exploitation,12.0,89,7 +36828,2021,by form of exploitation,Other forms of exploitation,2.5,89,2 +36829,2021,by form of exploitation,Other forms of exploitation,30.0,89,3 +36830,2021,by form of exploitation,Other forms of exploitation,33.0,89,1 +36831,2022,by form of exploitation,Other forms of exploitation,2.5,89,4 +36832,2022,by form of exploitation,Other forms of exploitation,2.5,89,5 +36833,2022,by form of exploitation,Other forms of exploitation,2.5,89,6 +36834,2022,by form of exploitation,Other forms of exploitation,30.0,89,7 +36835,2022,by form of exploitation,Other forms of exploitation,2.5,89,9 +36836,2022,by form of exploitation,Other forms of exploitation,2.5,89,8 +36837,2022,by form of exploitation,Other forms of exploitation,2.5,89,2 +36838,2022,by form of exploitation,Other forms of exploitation,30.0,89,3 +36839,2022,by form of exploitation,Other forms of exploitation,33.0,89,1 +36840,2010,by form of exploitation,Other forms of exploitation,38.0,90,1 +36841,2011,by form of exploitation,Other forms of exploitation,9.0,90,1 +36842,2014,by form of exploitation,Other forms of exploitation,2.5,90,5 +36843,2014,by form of exploitation,Other forms of exploitation,2.5,90,1 +36844,2017,by form of exploitation,Other forms of exploitation,2.5,90,4 +36845,2017,by form of exploitation,Other forms of exploitation,2.5,90,5 +36846,2017,by form of exploitation,Other forms of exploitation,2.5,90,6 +36847,2017,by form of exploitation,Other forms of exploitation,2.5,90,7 +36848,2018,by form of exploitation,Other forms of exploitation,2.5,90,4 +36849,2018,by form of exploitation,Other forms of exploitation,2.5,90,5 +36850,2018,by form of exploitation,Other forms of exploitation,2.5,90,6 +36851,2018,by form of exploitation,Other forms of exploitation,2.5,90,7 +36852,2018,by form of exploitation,Other forms of exploitation,2.5,90,9 +36853,2018,by form of exploitation,Other forms of exploitation,2.5,90,8 +36854,2018,by form of exploitation,Other forms of exploitation,2.5,90,2 +36855,2018,by form of exploitation,Other forms of exploitation,2.5,90,3 +36856,2018,by form of exploitation,Other forms of exploitation,2.5,90,1 +36857,2018,by form of exploitation,Other forms of exploitation,2.5,90,1 +36858,2019,by form of exploitation,Other forms of exploitation,2.5,90,4 +36859,2019,by form of exploitation,Other forms of exploitation,2.5,90,5 +36860,2019,by form of exploitation,Other forms of exploitation,2.5,90,6 +36861,2019,by form of exploitation,Other forms of exploitation,2.5,90,7 +36862,2019,by form of exploitation,Other forms of exploitation,2.5,90,9 +36863,2019,by form of exploitation,Other forms of exploitation,2.5,90,8 +36864,2019,by form of exploitation,Other forms of exploitation,2.5,90,2 +36865,2019,by form of exploitation,Other forms of exploitation,2.5,90,3 +36866,2019,by form of exploitation,Other forms of exploitation,2.5,90,1 +36867,2019,by form of exploitation,Other forms of exploitation,2.5,90,1 +36868,2020,by form of exploitation,Other forms of exploitation,2.5,90,4 +36869,2020,by form of exploitation,Other forms of exploitation,2.5,90,5 +36870,2020,by form of exploitation,Other forms of exploitation,2.5,90,6 +36871,2020,by form of exploitation,Other forms of exploitation,2.5,90,7 +36872,2020,by form of exploitation,Other forms of exploitation,2.5,90,9 +36873,2020,by form of exploitation,Other forms of exploitation,2.5,90,8 +36874,2020,by form of exploitation,Other forms of exploitation,2.5,90,2 +36875,2020,by form of exploitation,Other forms of exploitation,2.5,90,3 +36876,2020,by form of exploitation,Other forms of exploitation,2.5,90,1 +36877,2020,by form of exploitation,Other forms of exploitation,2.5,90,1 +36878,2021,by form of exploitation,Other forms of exploitation,2.5,90,4 +36879,2021,by form of exploitation,Other forms of exploitation,2.5,90,5 +36880,2021,by form of exploitation,Other forms of exploitation,2.5,90,6 +36881,2021,by form of exploitation,Other forms of exploitation,2.5,90,7 +36882,2021,by form of exploitation,Other forms of exploitation,2.5,90,9 +36883,2021,by form of exploitation,Other forms of exploitation,2.5,90,8 +36884,2021,by form of exploitation,Other forms of exploitation,2.5,90,2 +36885,2021,by form of exploitation,Other forms of exploitation,2.5,90,3 +36886,2021,by form of exploitation,Other forms of exploitation,2.5,90,1 +36887,2021,by form of exploitation,Other forms of exploitation,2.5,90,1 +36888,2022,by form of exploitation,Other forms of exploitation,2.5,90,4 +36889,2022,by form of exploitation,Other forms of exploitation,2.5,90,5 +36890,2022,by form of exploitation,Other forms of exploitation,2.5,90,6 +36891,2022,by form of exploitation,Other forms of exploitation,2.5,90,7 +36892,2022,by form of exploitation,Other forms of exploitation,2.5,90,9 +36893,2022,by form of exploitation,Other forms of exploitation,2.5,90,8 +36894,2022,by form of exploitation,Other forms of exploitation,2.5,90,2 +36895,2022,by form of exploitation,Other forms of exploitation,2.5,90,3 +36896,2022,by form of exploitation,Other forms of exploitation,2.5,90,1 +36897,2022,by form of exploitation,Other forms of exploitation,2.5,90,1 +36898,2017,by form of exploitation,Other forms of exploitation,25.0,91,1 +36899,2018,by form of exploitation,Other forms of exploitation,2.5,91,4 +36900,2018,by form of exploitation,Other forms of exploitation,2.5,91,5 +36901,2018,by form of exploitation,Other forms of exploitation,2.5,91,6 +36902,2018,by form of exploitation,Other forms of exploitation,2.5,91,7 +36903,2018,by form of exploitation,Other forms of exploitation,6.0,91,1 +36904,2019,by form of exploitation,Other forms of exploitation,6.0,91,1 +36905,2020,by form of exploitation,Other forms of exploitation,8.0,91,1 +36906,2021,by form of exploitation,Other forms of exploitation,2.5,91,4 +36907,2021,by form of exploitation,Other forms of exploitation,2.5,91,5 +36908,2021,by form of exploitation,Other forms of exploitation,2.5,91,6 +36909,2021,by form of exploitation,Other forms of exploitation,2.5,91,7 +36910,2021,by form of exploitation,Other forms of exploitation,18.0,91,1 +36911,2022,by form of exploitation,Other forms of exploitation,2.5,91,1 +36912,2018,by form of exploitation,Other forms of exploitation,2.5,92,1 +36913,2019,by form of exploitation,Other forms of exploitation,2.5,92,1 +36914,2020,by form of exploitation,Other forms of exploitation,2.5,92,1 +36915,2021,by form of exploitation,Other forms of exploitation,2.5,92,1 +36916,2022,by form of exploitation,Other forms of exploitation,2.5,92,1 +36917,2017,by form of exploitation,Other forms of exploitation,2.5,93,4 +36918,2017,by form of exploitation,Other forms of exploitation,2.5,93,5 +36919,2017,by form of exploitation,Other forms of exploitation,2.5,93,6 +36920,2017,by form of exploitation,Other forms of exploitation,2.5,93,7 +36921,2017,by form of exploitation,Other forms of exploitation,2.5,93,2 +36922,2017,by form of exploitation,Other forms of exploitation,2.5,93,1 +36923,2018,by form of exploitation,Other forms of exploitation,2.5,93,4 +36924,2018,by form of exploitation,Other forms of exploitation,2.5,93,5 +36925,2018,by form of exploitation,Other forms of exploitation,2.5,93,6 +36926,2018,by form of exploitation,Other forms of exploitation,2.5,93,7 +36927,2018,by form of exploitation,Other forms of exploitation,6.0,93,2 +36928,2018,by form of exploitation,Other forms of exploitation,6.0,93,1 +36929,2019,by form of exploitation,Other forms of exploitation,2.5,93,4 +36930,2019,by form of exploitation,Other forms of exploitation,2.5,93,5 +36931,2019,by form of exploitation,Other forms of exploitation,2.5,93,6 +36932,2019,by form of exploitation,Other forms of exploitation,2.5,93,7 +36933,2019,by form of exploitation,Other forms of exploitation,8.0,93,2 +36934,2019,by form of exploitation,Other forms of exploitation,8.0,93,1 +36935,2020,by form of exploitation,Other forms of exploitation,2.5,93,4 +36936,2020,by form of exploitation,Other forms of exploitation,2.5,93,5 +36937,2020,by form of exploitation,Other forms of exploitation,2.5,93,6 +36938,2020,by form of exploitation,Other forms of exploitation,2.5,93,7 +36939,2020,by form of exploitation,Other forms of exploitation,5.0,93,2 +36940,2020,by form of exploitation,Other forms of exploitation,5.0,93,1 +36941,2021,by form of exploitation,Other forms of exploitation,2.5,93,1 +36942,2022,by form of exploitation,Other forms of exploitation,2.5,93,1 +36943,2018,by form of exploitation,Other forms of exploitation,2.5,94,1 +36944,2019,by form of exploitation,Other forms of exploitation,2.5,94,1 +36945,2020,by form of exploitation,Other forms of exploitation,2.5,94,1 +36946,2021,by form of exploitation,Other forms of exploitation,2.5,94,1 +36947,2022,by form of exploitation,Other forms of exploitation,2.5,94,1 +36948,2018,by form of exploitation,Other forms of exploitation,2.5,96,1 +36949,2019,by form of exploitation,Other forms of exploitation,2.5,96,1 +36950,2020,by form of exploitation,Other forms of exploitation,2.5,96,1 +36951,2021,by form of exploitation,Other forms of exploitation,2.5,96,1 +36952,2022,by form of exploitation,Other forms of exploitation,2.5,96,1 +36953,2018,by form of exploitation,Other forms of exploitation,2.5,97,1 +36954,2019,by form of exploitation,Other forms of exploitation,2.5,97,1 +36955,2020,by form of exploitation,Other forms of exploitation,2.5,97,1 +36956,2021,by form of exploitation,Other forms of exploitation,2.5,97,1 +36957,2022,by form of exploitation,Other forms of exploitation,2.5,97,1 +36958,2015,by form of exploitation,Other forms of exploitation,6.0,98,5 +36959,2015,by form of exploitation,Other forms of exploitation,6.0,98,1 +36960,2016,by form of exploitation,Other forms of exploitation,2.5,98,4 +36961,2016,by form of exploitation,Other forms of exploitation,2.5,98,1 +36962,2018,by form of exploitation,Other forms of exploitation,2.5,98,1 +36963,2019,by form of exploitation,Other forms of exploitation,2.5,98,1 +36964,2020,by form of exploitation,Other forms of exploitation,2.5,98,1 +36965,2021,by form of exploitation,Other forms of exploitation,2.5,98,1 +36966,2022,by form of exploitation,Other forms of exploitation,2.5,98,1 +36967,2018,by form of exploitation,Other forms of exploitation,2.5,99,1 +36968,2019,by form of exploitation,Other forms of exploitation,2.5,99,1 +36969,2020,by form of exploitation,Other forms of exploitation,2.5,99,1 +36970,2021,by form of exploitation,Other forms of exploitation,2.5,99,1 +36971,2022,by form of exploitation,Other forms of exploitation,2.5,99,1 +36972,2015,by form of exploitation,Other forms of exploitation,2.5,100,1 +36973,2017,by form of exploitation,Other forms of exploitation,2.5,100,4 +36974,2017,by form of exploitation,Other forms of exploitation,27.0,100,5 +36975,2017,by form of exploitation,Other forms of exploitation,2.5,100,6 +36976,2017,by form of exploitation,Other forms of exploitation,2.5,100,7 +36977,2017,by form of exploitation,Other forms of exploitation,2.5,100,8 +36978,2017,by form of exploitation,Other forms of exploitation,7.0,100,3 +36979,2017,by form of exploitation,Other forms of exploitation,30.0,100,1 +36980,2018,by form of exploitation,Other forms of exploitation,6.0,100,5 +36981,2018,by form of exploitation,Other forms of exploitation,2.5,100,6 +36982,2018,by form of exploitation,Other forms of exploitation,2.5,100,7 +36983,2018,by form of exploitation,Other forms of exploitation,2.5,100,8 +36984,2018,by form of exploitation,Other forms of exploitation,10.0,100,3 +36985,2018,by form of exploitation,Other forms of exploitation,7.0,100,1 +36986,2019,by form of exploitation,Other forms of exploitation,2.5,100,4 +36987,2019,by form of exploitation,Other forms of exploitation,2.5,100,5 +36988,2019,by form of exploitation,Other forms of exploitation,6.0,100,6 +36989,2019,by form of exploitation,Other forms of exploitation,2.5,100,7 +36990,2019,by form of exploitation,Other forms of exploitation,8.0,100,2 +36991,2019,by form of exploitation,Other forms of exploitation,5.0,100,3 +36992,2019,by form of exploitation,Other forms of exploitation,10.0,100,1 +36993,2020,by form of exploitation,Other forms of exploitation,2.5,100,4 +36994,2020,by form of exploitation,Other forms of exploitation,2.5,100,5 +36995,2020,by form of exploitation,Other forms of exploitation,2.5,100,6 +36996,2020,by form of exploitation,Other forms of exploitation,2.5,100,7 +36997,2020,by form of exploitation,Other forms of exploitation,2.5,100,3 +36998,2020,by form of exploitation,Other forms of exploitation,2.5,100,1 +36999,2021,by form of exploitation,Other forms of exploitation,2.5,100,4 +37000,2021,by form of exploitation,Other forms of exploitation,2.5,100,5 +37001,2021,by form of exploitation,Other forms of exploitation,2.5,100,6 +37002,2021,by form of exploitation,Other forms of exploitation,2.5,100,7 +37003,2021,by form of exploitation,Other forms of exploitation,2.5,100,2 +37004,2021,by form of exploitation,Other forms of exploitation,2.5,100,1 +37005,2022,by form of exploitation,Other forms of exploitation,2.5,100,1 +37006,2005,by form of exploitation,Other forms of exploitation,8.0,101,1 +37007,2006,by form of exploitation,Other forms of exploitation,6.0,101,1 +37008,2018,by form of exploitation,Other forms of exploitation,2.5,101,1 +37009,2019,by form of exploitation,Other forms of exploitation,2.5,101,4 +37010,2019,by form of exploitation,Other forms of exploitation,2.5,101,5 +37011,2019,by form of exploitation,Other forms of exploitation,2.5,101,6 +37012,2019,by form of exploitation,Other forms of exploitation,2.5,101,7 +37013,2019,by form of exploitation,Other forms of exploitation,2.5,101,1 +37014,2020,by form of exploitation,Other forms of exploitation,2.5,101,1 +37015,2021,by form of exploitation,Other forms of exploitation,2.5,101,4 +37016,2021,by form of exploitation,Other forms of exploitation,2.5,101,5 +37017,2021,by form of exploitation,Other forms of exploitation,2.5,101,6 +37018,2021,by form of exploitation,Other forms of exploitation,2.5,101,7 +37019,2021,by form of exploitation,Other forms of exploitation,22.0,101,1 +37020,2022,by form of exploitation,Other forms of exploitation,2.5,101,1 +37021,2018,by form of exploitation,Other forms of exploitation,2.5,103,1 +37022,2019,by form of exploitation,Other forms of exploitation,2.5,103,1 +37023,2020,by form of exploitation,Other forms of exploitation,2.5,103,1 +37024,2021,by form of exploitation,Other forms of exploitation,2.5,103,1 +37025,2022,by form of exploitation,Other forms of exploitation,2.5,103,1 +37026,2018,by form of exploitation,Other forms of exploitation,2.5,104,1 +37027,2019,by form of exploitation,Other forms of exploitation,2.5,104,4 +37028,2019,by form of exploitation,Other forms of exploitation,2.5,104,5 +37029,2019,by form of exploitation,Other forms of exploitation,2.5,104,6 +37030,2019,by form of exploitation,Other forms of exploitation,2.5,104,7 +37031,2019,by form of exploitation,Other forms of exploitation,2.5,104,1 +37032,2020,by form of exploitation,Other forms of exploitation,2.5,104,4 +37033,2020,by form of exploitation,Other forms of exploitation,2.5,104,5 +37034,2020,by form of exploitation,Other forms of exploitation,2.5,104,6 +37035,2020,by form of exploitation,Other forms of exploitation,2.5,104,7 +37036,2020,by form of exploitation,Other forms of exploitation,2.5,104,1 +37037,2021,by form of exploitation,Other forms of exploitation,2.5,104,1 +37038,2022,by form of exploitation,Other forms of exploitation,2.5,104,1 +37039,2017,by form of exploitation,Other forms of exploitation,2.5,105,4 +37040,2017,by form of exploitation,Other forms of exploitation,2.5,105,2 +37041,2018,by form of exploitation,Other forms of exploitation,2.5,105,4 +37042,2018,by form of exploitation,Other forms of exploitation,2.5,105,5 +37043,2018,by form of exploitation,Other forms of exploitation,2.5,105,6 +37044,2018,by form of exploitation,Other forms of exploitation,2.5,105,2 +37045,2018,by form of exploitation,Other forms of exploitation,2.5,105,1 +37046,2019,by form of exploitation,Other forms of exploitation,2.5,105,4 +37047,2019,by form of exploitation,Other forms of exploitation,2.5,105,5 +37048,2019,by form of exploitation,Other forms of exploitation,2.5,105,6 +37049,2019,by form of exploitation,Other forms of exploitation,2.5,105,7 +37050,2019,by form of exploitation,Other forms of exploitation,2.5,105,2 +37051,2019,by form of exploitation,Other forms of exploitation,2.5,105,1 +37052,2019,by form of exploitation,Other forms of exploitation,2.5,105,1 +37053,2020,by form of exploitation,Other forms of exploitation,2.5,105,4 +37054,2020,by form of exploitation,Other forms of exploitation,2.5,105,5 +37055,2020,by form of exploitation,Other forms of exploitation,2.5,105,6 +37056,2020,by form of exploitation,Other forms of exploitation,2.5,105,7 +37057,2020,by form of exploitation,Other forms of exploitation,2.5,105,2 +37058,2020,by form of exploitation,Other forms of exploitation,2.5,105,1 +37059,2020,by form of exploitation,Other forms of exploitation,2.5,105,1 +37060,2021,by form of exploitation,Other forms of exploitation,2.5,105,4 +37061,2021,by form of exploitation,Other forms of exploitation,2.5,105,5 +37062,2021,by form of exploitation,Other forms of exploitation,2.5,105,6 +37063,2021,by form of exploitation,Other forms of exploitation,2.5,105,7 +37064,2021,by form of exploitation,Other forms of exploitation,2.5,105,2 +37065,2021,by form of exploitation,Other forms of exploitation,2.5,105,1 +37066,2022,by form of exploitation,Other forms of exploitation,2.5,105,4 +37067,2022,by form of exploitation,Other forms of exploitation,32.0,105,5 +37068,2022,by form of exploitation,Other forms of exploitation,2.5,105,6 +37069,2022,by form of exploitation,Other forms of exploitation,2.5,105,7 +37070,2022,by form of exploitation,Other forms of exploitation,5.0,105,2 +37071,2022,by form of exploitation,Other forms of exploitation,16.0,105,3 +37072,2022,by form of exploitation,Other forms of exploitation,19.0,105,1 +37073,2022,by form of exploitation,Other forms of exploitation,18.0,105,1 +37074,2010,by form of exploitation,Other forms of exploitation,6.0,106,1 +37075,2015,by form of exploitation,Other forms of exploitation,2.5,106,1 +37076,2018,by form of exploitation,Other forms of exploitation,2.5,106,1 +37077,2019,by form of exploitation,Other forms of exploitation,2.5,106,1 +37078,2020,by form of exploitation,Other forms of exploitation,2.5,106,1 +37079,2021,by form of exploitation,Other forms of exploitation,2.5,106,1 +37080,2022,by form of exploitation,Other forms of exploitation,2.5,106,1 +37081,2010,by form of exploitation,Other forms of exploitation,2.5,107,1 +37082,2011,by form of exploitation,Other forms of exploitation,2.5,107,1 +37083,2012,by form of exploitation,Other forms of exploitation,2.5,107,1 +37084,2014,by form of exploitation,Other forms of exploitation,10.0,107,5 +37085,2014,by form of exploitation,Other forms of exploitation,2.5,107,6 +37086,2014,by form of exploitation,Other forms of exploitation,20.0,107,7 +37087,2014,by form of exploitation,Other forms of exploitation,33.0,107,1 +37088,2015,by form of exploitation,Other forms of exploitation,2.5,107,4 +37089,2015,by form of exploitation,Other forms of exploitation,12.0,107,5 +37090,2015,by form of exploitation,Other forms of exploitation,5.0,107,6 +37091,2015,by form of exploitation,Other forms of exploitation,17.0,107,7 +37092,2015,by form of exploitation,Other forms of exploitation,36.0,107,1 +37093,2016,by form of exploitation,Other forms of exploitation,6.0,107,5 +37094,2016,by form of exploitation,Other forms of exploitation,2.5,107,6 +37095,2016,by form of exploitation,Other forms of exploitation,13.0,107,7 +37096,2016,by form of exploitation,Other forms of exploitation,22.0,107,1 +37097,2017,by form of exploitation,Other forms of exploitation,2.5,107,4 +37098,2017,by form of exploitation,Other forms of exploitation,2.5,107,5 +37099,2017,by form of exploitation,Other forms of exploitation,2.5,107,6 +37100,2017,by form of exploitation,Other forms of exploitation,7.0,107,7 +37101,2017,by form of exploitation,Other forms of exploitation,14.0,107,1 +37102,2018,by form of exploitation,Other forms of exploitation,2.5,107,4 +37103,2018,by form of exploitation,Other forms of exploitation,2.5,107,5 +37104,2018,by form of exploitation,Other forms of exploitation,2.5,107,6 +37105,2018,by form of exploitation,Other forms of exploitation,5.0,107,7 +37106,2018,by form of exploitation,Other forms of exploitation,9.0,107,1 +37107,2019,by form of exploitation,Other forms of exploitation,2.5,107,5 +37108,2019,by form of exploitation,Other forms of exploitation,2.5,107,6 +37109,2019,by form of exploitation,Other forms of exploitation,10.0,107,7 +37110,2019,by form of exploitation,Other forms of exploitation,2.5,107,2 +37111,2019,by form of exploitation,Other forms of exploitation,11.0,107,3 +37112,2019,by form of exploitation,Other forms of exploitation,14.0,107,1 +37113,2020,by form of exploitation,Other forms of exploitation,2.5,107,4 +37114,2020,by form of exploitation,Other forms of exploitation,2.5,107,5 +37115,2020,by form of exploitation,Other forms of exploitation,2.5,107,6 +37116,2020,by form of exploitation,Other forms of exploitation,7.0,107,7 +37117,2020,by form of exploitation,Other forms of exploitation,2.5,107,2 +37118,2020,by form of exploitation,Other forms of exploitation,11.0,107,3 +37119,2020,by form of exploitation,Other forms of exploitation,9.0,107,1 +37120,2020,by form of exploitation,Other forms of exploitation,2.5,107,1 +37121,2021,by form of exploitation,Other forms of exploitation,2.5,107,4 +37122,2021,by form of exploitation,Other forms of exploitation,2.5,107,5 +37123,2021,by form of exploitation,Other forms of exploitation,2.5,107,6 +37124,2021,by form of exploitation,Other forms of exploitation,9.0,107,7 +37125,2021,by form of exploitation,Other forms of exploitation,2.5,107,2 +37126,2021,by form of exploitation,Other forms of exploitation,13.0,107,3 +37127,2021,by form of exploitation,Other forms of exploitation,14.0,107,1 +37128,2022,by form of exploitation,Other forms of exploitation,2.5,107,1 +37129,2013,by form of exploitation,Other forms of exploitation,2.5,108,1 +37130,2014,by form of exploitation,Other forms of exploitation,2.5,108,1 +37131,2015,by form of exploitation,Other forms of exploitation,2.5,108,1 +37132,2016,by form of exploitation,Other forms of exploitation,5.0,108,1 +37133,2017,by form of exploitation,Other forms of exploitation,2.5,108,4 +37134,2017,by form of exploitation,Other forms of exploitation,2.5,108,5 +37135,2017,by form of exploitation,Other forms of exploitation,2.5,108,6 +37136,2017,by form of exploitation,Other forms of exploitation,2.5,108,7 +37137,2017,by form of exploitation,Other forms of exploitation,2.5,108,9 +37138,2017,by form of exploitation,Other forms of exploitation,2.5,108,8 +37139,2017,by form of exploitation,Other forms of exploitation,2.5,108,2 +37140,2017,by form of exploitation,Other forms of exploitation,2.5,108,3 +37141,2017,by form of exploitation,Other forms of exploitation,2.5,108,1 +37142,2017,by form of exploitation,Other forms of exploitation,2.5,108,1 +37143,2017,by form of exploitation,Other forms of exploitation,2.5,108,1 +37144,2017,by form of exploitation,Other forms of exploitation,2.5,108,1 +37145,2018,by form of exploitation,Other forms of exploitation,2.5,108,4 +37146,2018,by form of exploitation,Other forms of exploitation,2.5,108,5 +37147,2018,by form of exploitation,Other forms of exploitation,2.5,108,6 +37148,2018,by form of exploitation,Other forms of exploitation,2.5,108,7 +37149,2018,by form of exploitation,Other forms of exploitation,2.5,108,9 +37150,2018,by form of exploitation,Other forms of exploitation,2.5,108,8 +37151,2018,by form of exploitation,Other forms of exploitation,2.5,108,2 +37152,2018,by form of exploitation,Other forms of exploitation,2.5,108,3 +37153,2018,by form of exploitation,Other forms of exploitation,2.5,108,1 +37154,2018,by form of exploitation,Other forms of exploitation,2.5,108,1 +37155,2018,by form of exploitation,Other forms of exploitation,2.5,108,1 +37156,2018,by form of exploitation,Other forms of exploitation,2.5,108,1 +37157,2019,by form of exploitation,Other forms of exploitation,2.5,108,4 +37158,2019,by form of exploitation,Other forms of exploitation,2.5,108,5 +37159,2019,by form of exploitation,Other forms of exploitation,2.5,108,6 +37160,2019,by form of exploitation,Other forms of exploitation,2.5,108,7 +37161,2019,by form of exploitation,Other forms of exploitation,2.5,108,9 +37162,2019,by form of exploitation,Other forms of exploitation,2.5,108,8 +37163,2019,by form of exploitation,Other forms of exploitation,2.5,108,2 +37164,2019,by form of exploitation,Other forms of exploitation,2.5,108,3 +37165,2019,by form of exploitation,Other forms of exploitation,2.5,108,1 +37166,2019,by form of exploitation,Other forms of exploitation,2.5,108,1 +37167,2019,by form of exploitation,Other forms of exploitation,2.5,108,1 +37168,2019,by form of exploitation,Other forms of exploitation,2.5,108,1 +37169,2020,by form of exploitation,Other forms of exploitation,2.5,108,4 +37170,2020,by form of exploitation,Other forms of exploitation,2.5,108,5 +37171,2020,by form of exploitation,Other forms of exploitation,2.5,108,6 +37172,2020,by form of exploitation,Other forms of exploitation,2.5,108,7 +37173,2020,by form of exploitation,Other forms of exploitation,2.5,108,9 +37174,2020,by form of exploitation,Other forms of exploitation,2.5,108,8 +37175,2020,by form of exploitation,Other forms of exploitation,2.5,108,2 +37176,2020,by form of exploitation,Other forms of exploitation,2.5,108,3 +37177,2020,by form of exploitation,Other forms of exploitation,2.5,108,1 +37178,2020,by form of exploitation,Other forms of exploitation,2.5,108,1 +37179,2020,by form of exploitation,Other forms of exploitation,2.5,108,1 +37180,2020,by form of exploitation,Other forms of exploitation,2.5,108,1 +37181,2021,by form of exploitation,Other forms of exploitation,12.0,108,1 +37182,2022,by form of exploitation,Other forms of exploitation,2.5,108,4 +37183,2022,by form of exploitation,Other forms of exploitation,2.5,108,5 +37184,2022,by form of exploitation,Other forms of exploitation,2.5,108,6 +37185,2022,by form of exploitation,Other forms of exploitation,2.5,108,7 +37186,2022,by form of exploitation,Other forms of exploitation,2.5,108,1 +37187,2009,by form of exploitation,Other forms of exploitation,2.5,109,1 +37188,2010,by form of exploitation,Other forms of exploitation,2.5,109,1 +37189,2011,by form of exploitation,Other forms of exploitation,6.0,109,1 +37190,2012,by form of exploitation,Other forms of exploitation,14.0,109,1 +37191,2013,by form of exploitation,Other forms of exploitation,15.0,109,1 +37192,2014,by form of exploitation,Other forms of exploitation,2.5,109,4 +37193,2014,by form of exploitation,Other forms of exploitation,22.0,109,5 +37194,2014,by form of exploitation,Other forms of exploitation,2.5,109,6 +37195,2014,by form of exploitation,Other forms of exploitation,2.5,109,7 +37196,2014,by form of exploitation,Other forms of exploitation,22.0,109,1 +37197,2015,by form of exploitation,Other forms of exploitation,7.0,109,5 +37198,2015,by form of exploitation,Other forms of exploitation,2.5,109,6 +37199,2015,by form of exploitation,Other forms of exploitation,8.0,109,1 +37200,2016,by form of exploitation,Other forms of exploitation,2.5,109,5 +37201,2016,by form of exploitation,Other forms of exploitation,2.5,109,1 +37202,2017,by form of exploitation,Other forms of exploitation,2.5,109,4 +37203,2017,by form of exploitation,Other forms of exploitation,8.0,109,5 +37204,2017,by form of exploitation,Other forms of exploitation,2.5,109,6 +37205,2017,by form of exploitation,Other forms of exploitation,2.5,109,7 +37206,2017,by form of exploitation,Other forms of exploitation,2.5,109,3 +37207,2017,by form of exploitation,Other forms of exploitation,8.0,109,1 +37208,2017,by form of exploitation,Other forms of exploitation,2.5,109,1 +37209,2018,by form of exploitation,Other forms of exploitation,2.5,109,4 +37210,2018,by form of exploitation,Other forms of exploitation,6.0,109,5 +37211,2018,by form of exploitation,Other forms of exploitation,2.5,109,6 +37212,2018,by form of exploitation,Other forms of exploitation,2.5,109,7 +37213,2018,by form of exploitation,Other forms of exploitation,6.0,109,1 +37214,2019,by form of exploitation,Other forms of exploitation,2.5,109,5 +37215,2019,by form of exploitation,Other forms of exploitation,2.5,109,7 +37216,2019,by form of exploitation,Other forms of exploitation,2.5,109,3 +37217,2019,by form of exploitation,Other forms of exploitation,2.5,109,1 +37218,2020,by form of exploitation,Other forms of exploitation,2.5,109,4 +37219,2020,by form of exploitation,Other forms of exploitation,2.5,109,5 +37220,2020,by form of exploitation,Other forms of exploitation,2.5,109,6 +37221,2020,by form of exploitation,Other forms of exploitation,2.5,109,7 +37222,2020,by form of exploitation,Other forms of exploitation,2.5,109,3 +37223,2020,by form of exploitation,Other forms of exploitation,2.5,109,1 +37224,2021,by form of exploitation,Other forms of exploitation,2.5,109,4 +37225,2021,by form of exploitation,Other forms of exploitation,2.5,109,5 +37226,2021,by form of exploitation,Other forms of exploitation,2.5,109,6 +37227,2021,by form of exploitation,Other forms of exploitation,2.5,109,7 +37228,2021,by form of exploitation,Other forms of exploitation,2.5,109,3 +37229,2021,by form of exploitation,Other forms of exploitation,2.5,109,1 +37230,2022,by form of exploitation,Other forms of exploitation,2.5,109,4 +37231,2022,by form of exploitation,Other forms of exploitation,6.0,109,5 +37232,2022,by form of exploitation,Other forms of exploitation,2.5,109,6 +37233,2022,by form of exploitation,Other forms of exploitation,2.5,109,7 +37234,2022,by form of exploitation,Other forms of exploitation,6.0,109,3 +37235,2022,by form of exploitation,Other forms of exploitation,6.0,109,1 +37236,2017,by form of exploitation,Other forms of exploitation,2.5,111,4 +37237,2017,by form of exploitation,Other forms of exploitation,2.5,111,5 +37238,2017,by form of exploitation,Other forms of exploitation,2.5,111,6 +37239,2017,by form of exploitation,Other forms of exploitation,2.5,111,7 +37240,2017,by form of exploitation,Other forms of exploitation,5.0,111,1 +37241,2018,by form of exploitation,Other forms of exploitation,2.5,111,4 +37242,2018,by form of exploitation,Other forms of exploitation,2.5,111,5 +37243,2018,by form of exploitation,Other forms of exploitation,2.5,111,6 +37244,2018,by form of exploitation,Other forms of exploitation,2.5,111,7 +37245,2018,by form of exploitation,Other forms of exploitation,129.0,111,1 +37246,2018,by form of exploitation,Other forms of exploitation,43.0,111,1 +37247,2019,by form of exploitation,Other forms of exploitation,2.5,111,1 +37248,2019,by form of exploitation,Other forms of exploitation,8.0,111,1 +37249,2020,by form of exploitation,Other forms of exploitation,2.5,111,4 +37250,2020,by form of exploitation,Other forms of exploitation,9.0,111,5 +37251,2020,by form of exploitation,Other forms of exploitation,6.0,111,6 +37252,2020,by form of exploitation,Other forms of exploitation,19.0,111,7 +37253,2020,by form of exploitation,Other forms of exploitation,10.0,111,2 +37254,2020,by form of exploitation,Other forms of exploitation,28.0,111,3 +37255,2020,by form of exploitation,Other forms of exploitation,2.5,111,1 +37256,2020,by form of exploitation,Other forms of exploitation,10.0,111,1 +37257,2021,by form of exploitation,Other forms of exploitation,2.5,111,4 +37258,2021,by form of exploitation,Other forms of exploitation,2.5,111,5 +37259,2021,by form of exploitation,Other forms of exploitation,2.5,111,6 +37260,2021,by form of exploitation,Other forms of exploitation,2.5,111,7 +37261,2021,by form of exploitation,Other forms of exploitation,2.5,111,2 +37262,2021,by form of exploitation,Other forms of exploitation,2.5,111,3 +37263,2021,by form of exploitation,Other forms of exploitation,2.5,111,1 +37264,2022,by form of exploitation,Other forms of exploitation,39.0,111,1 +37265,2022,by form of exploitation,Other forms of exploitation,82.0,111,1 +37266,2018,by form of exploitation,Other forms of exploitation,2.5,112,4 +37267,2018,by form of exploitation,Other forms of exploitation,2.5,112,5 +37268,2018,by form of exploitation,Other forms of exploitation,2.5,112,6 +37269,2018,by form of exploitation,Other forms of exploitation,2.5,112,7 +37270,2018,by form of exploitation,Other forms of exploitation,2.5,112,1 +37271,2019,by form of exploitation,Other forms of exploitation,2.5,112,1 +37272,2020,by form of exploitation,Other forms of exploitation,2.5,112,1 +37273,2021,by form of exploitation,Other forms of exploitation,2.5,112,1 +37274,2022,by form of exploitation,Other forms of exploitation,2.5,112,1 +37275,2006,by form of exploitation,Other forms of exploitation,73.0,113,1 +37276,2007,by form of exploitation,Other forms of exploitation,22.0,113,1 +37277,2008,by form of exploitation,Other forms of exploitation,2.5,113,1 +37278,2009,by form of exploitation,Other forms of exploitation,15.0,113,1 +37279,2012,by form of exploitation,Other forms of exploitation,15.0,113,1 +37280,2013,by form of exploitation,Other forms of exploitation,26.0,113,1 +37281,2014,by form of exploitation,Other forms of exploitation,2.5,113,4 +37282,2014,by form of exploitation,Other forms of exploitation,31.0,113,5 +37283,2014,by form of exploitation,Other forms of exploitation,2.5,113,6 +37284,2014,by form of exploitation,Other forms of exploitation,22.0,113,7 +37285,2014,by form of exploitation,Other forms of exploitation,57.0,113,1 +37286,2015,by form of exploitation,Other forms of exploitation,2.5,113,4 +37287,2015,by form of exploitation,Other forms of exploitation,22.0,113,5 +37288,2015,by form of exploitation,Other forms of exploitation,2.5,113,6 +37289,2015,by form of exploitation,Other forms of exploitation,13.0,113,7 +37290,2015,by form of exploitation,Other forms of exploitation,24.0,113,1 +37291,2016,by form of exploitation,Other forms of exploitation,2.5,113,4 +37292,2016,by form of exploitation,Other forms of exploitation,14.0,113,5 +37293,2016,by form of exploitation,Other forms of exploitation,2.5,113,6 +37294,2016,by form of exploitation,Other forms of exploitation,34.0,113,7 +37295,2016,by form of exploitation,Other forms of exploitation,55.0,113,1 +37296,2017,by form of exploitation,Other forms of exploitation,6.0,113,4 +37297,2017,by form of exploitation,Other forms of exploitation,2.5,113,5 +37298,2017,by form of exploitation,Other forms of exploitation,2.5,113,6 +37299,2017,by form of exploitation,Other forms of exploitation,2.5,113,7 +37300,2017,by form of exploitation,Other forms of exploitation,27.0,113,1 +37301,2018,by form of exploitation,Other forms of exploitation,2.5,113,4 +37302,2018,by form of exploitation,Other forms of exploitation,10.0,113,5 +37303,2018,by form of exploitation,Other forms of exploitation,2.5,113,6 +37304,2018,by form of exploitation,Other forms of exploitation,2.5,113,7 +37305,2018,by form of exploitation,Other forms of exploitation,15.0,113,1 +37306,2019,by form of exploitation,Other forms of exploitation,2.5,113,1 +37307,2020,by form of exploitation,Other forms of exploitation,2.5,113,4 +37308,2020,by form of exploitation,Other forms of exploitation,2.5,113,5 +37309,2020,by form of exploitation,Other forms of exploitation,2.5,113,6 +37310,2020,by form of exploitation,Other forms of exploitation,2.5,113,7 +37311,2020,by form of exploitation,Other forms of exploitation,2.5,113,2 +37312,2020,by form of exploitation,Other forms of exploitation,2.5,113,3 +37313,2020,by form of exploitation,Other forms of exploitation,5.0,113,1 +37314,2021,by form of exploitation,Other forms of exploitation,2.5,113,4 +37315,2021,by form of exploitation,Other forms of exploitation,2.5,113,5 +37316,2021,by form of exploitation,Other forms of exploitation,2.5,113,6 +37317,2021,by form of exploitation,Other forms of exploitation,9.0,113,7 +37318,2021,by form of exploitation,Other forms of exploitation,2.5,113,9 +37319,2021,by form of exploitation,Other forms of exploitation,2.5,113,2 +37320,2021,by form of exploitation,Other forms of exploitation,11.0,113,3 +37321,2021,by form of exploitation,Other forms of exploitation,12.0,113,1 +37322,2022,by form of exploitation,Other forms of exploitation,2.5,113,4 +37323,2022,by form of exploitation,Other forms of exploitation,21.0,113,5 +37324,2022,by form of exploitation,Other forms of exploitation,2.5,113,6 +37325,2022,by form of exploitation,Other forms of exploitation,22.0,113,7 +37326,2022,by form of exploitation,Other forms of exploitation,23.0,113,3 +37327,2022,by form of exploitation,Other forms of exploitation,44.0,113,1 +37328,2017,by form of exploitation,Other forms of exploitation,8.0,114,1 +37329,2018,by form of exploitation,Other forms of exploitation,2.5,114,4 +37330,2018,by form of exploitation,Other forms of exploitation,2.5,114,5 +37331,2018,by form of exploitation,Other forms of exploitation,2.5,114,6 +37332,2018,by form of exploitation,Other forms of exploitation,2.5,114,7 +37333,2018,by form of exploitation,Other forms of exploitation,2.5,114,1 +37334,2019,by form of exploitation,Other forms of exploitation,2.5,114,1 +37335,2020,by form of exploitation,Other forms of exploitation,2.5,114,4 +37336,2020,by form of exploitation,Other forms of exploitation,2.5,114,2 +37337,2020,by form of exploitation,Other forms of exploitation,2.5,114,1 +37338,2021,by form of exploitation,Other forms of exploitation,2.5,114,4 +37339,2021,by form of exploitation,Other forms of exploitation,2.5,114,5 +37340,2021,by form of exploitation,Other forms of exploitation,2.5,114,6 +37341,2021,by form of exploitation,Other forms of exploitation,2.5,114,7 +37342,2021,by form of exploitation,Other forms of exploitation,2.5,114,1 +37343,2022,by form of exploitation,Other forms of exploitation,2.5,114,5 +37344,2022,by form of exploitation,Other forms of exploitation,2.5,114,3 +37345,2022,by form of exploitation,Other forms of exploitation,2.5,114,1 +37346,2018,by form of exploitation,Other forms of exploitation,2.5,115,1 +37347,2019,by form of exploitation,Other forms of exploitation,2.5,115,1 +37348,2020,by form of exploitation,Other forms of exploitation,2.5,115,1 +37349,2021,by form of exploitation,Other forms of exploitation,2.5,115,1 +37350,2022,by form of exploitation,Other forms of exploitation,2.5,115,1 +37351,2008,by form of exploitation,Other forms of exploitation,2.5,116,1 +37352,2009,by form of exploitation,Other forms of exploitation,12.0,116,1 +37353,2015,by form of exploitation,Other forms of exploitation,10.0,116,4 +37354,2015,by form of exploitation,Other forms of exploitation,2.5,116,6 +37355,2015,by form of exploitation,Other forms of exploitation,13.0,116,1 +37356,2016,by form of exploitation,Other forms of exploitation,76.0,116,1 +37357,2017,by form of exploitation,Other forms of exploitation,9.0,116,4 +37358,2017,by form of exploitation,Other forms of exploitation,10.0,116,5 +37359,2017,by form of exploitation,Other forms of exploitation,14.0,116,6 +37360,2017,by form of exploitation,Other forms of exploitation,2.5,116,7 +37361,2017,by form of exploitation,Other forms of exploitation,33.0,116,1 +37362,2018,by form of exploitation,Other forms of exploitation,31.0,116,4 +37363,2018,by form of exploitation,Other forms of exploitation,2.5,116,5 +37364,2018,by form of exploitation,Other forms of exploitation,36.0,116,6 +37365,2018,by form of exploitation,Other forms of exploitation,2.5,116,7 +37366,2018,by form of exploitation,Other forms of exploitation,71.0,116,1 +37367,2019,by form of exploitation,Other forms of exploitation,2.5,116,1 +37368,2020,by form of exploitation,Other forms of exploitation,43.0,116,1 +37369,2021,by form of exploitation,Other forms of exploitation,7.0,116,4 +37370,2021,by form of exploitation,Other forms of exploitation,2.5,116,5 +37371,2021,by form of exploitation,Other forms of exploitation,2.5,116,6 +37372,2021,by form of exploitation,Other forms of exploitation,11.0,116,2 +37373,2021,by form of exploitation,Other forms of exploitation,2.5,116,3 +37374,2021,by form of exploitation,Other forms of exploitation,12.0,116,1 +37375,2021,by form of exploitation,Other forms of exploitation,67.0,116,1 +37376,2021,by form of exploitation,Other forms of exploitation,62.0,116,1 +37377,2022,by form of exploitation,Other forms of exploitation,2.5,116,4 +37378,2022,by form of exploitation,Other forms of exploitation,2.5,116,5 +37379,2022,by form of exploitation,Other forms of exploitation,2.5,116,6 +37380,2022,by form of exploitation,Other forms of exploitation,2.5,116,7 +37381,2022,by form of exploitation,Other forms of exploitation,5.0,116,2 +37382,2022,by form of exploitation,Other forms of exploitation,5.0,116,1 +37383,2018,by form of exploitation,Other forms of exploitation,2.5,117,1 +37384,2019,by form of exploitation,Other forms of exploitation,2.5,117,4 +37385,2019,by form of exploitation,Other forms of exploitation,2.5,117,5 +37386,2019,by form of exploitation,Other forms of exploitation,15.0,117,5 +37387,2019,by form of exploitation,Other forms of exploitation,2.5,117,6 +37388,2019,by form of exploitation,Other forms of exploitation,2.5,117,7 +37389,2019,by form of exploitation,Other forms of exploitation,2.5,117,2 +37390,2019,by form of exploitation,Other forms of exploitation,5.0,117,3 +37391,2019,by form of exploitation,Other forms of exploitation,5.0,117,1 +37392,2019,by form of exploitation,Other forms of exploitation,2.5,117,1 +37393,2020,by form of exploitation,Other forms of exploitation,2.5,117,4 +37394,2020,by form of exploitation,Other forms of exploitation,2.5,117,5 +37395,2020,by form of exploitation,Other forms of exploitation,2.5,117,5 +37396,2020,by form of exploitation,Other forms of exploitation,2.5,117,6 +37397,2020,by form of exploitation,Other forms of exploitation,2.5,117,7 +37398,2020,by form of exploitation,Other forms of exploitation,2.5,117,2 +37399,2020,by form of exploitation,Other forms of exploitation,2.5,117,3 +37400,2020,by form of exploitation,Other forms of exploitation,2.5,117,1 +37401,2020,by form of exploitation,Other forms of exploitation,2.5,117,1 +37402,2021,by form of exploitation,Other forms of exploitation,2.5,117,4 +37403,2021,by form of exploitation,Other forms of exploitation,2.5,117,5 +37404,2021,by form of exploitation,Other forms of exploitation,2.5,117,5 +37405,2021,by form of exploitation,Other forms of exploitation,2.5,117,6 +37406,2021,by form of exploitation,Other forms of exploitation,2.5,117,7 +37407,2021,by form of exploitation,Other forms of exploitation,2.5,117,2 +37408,2021,by form of exploitation,Other forms of exploitation,2.5,117,3 +37409,2021,by form of exploitation,Other forms of exploitation,2.5,117,1 +37410,2021,by form of exploitation,Other forms of exploitation,2.5,117,1 +37411,2022,by form of exploitation,Other forms of exploitation,2.5,117,4 +37412,2022,by form of exploitation,Other forms of exploitation,2.5,117,5 +37413,2022,by form of exploitation,Other forms of exploitation,2.5,117,5 +37414,2022,by form of exploitation,Other forms of exploitation,2.5,117,6 +37415,2022,by form of exploitation,Other forms of exploitation,2.5,117,7 +37416,2022,by form of exploitation,Other forms of exploitation,2.5,117,2 +37417,2022,by form of exploitation,Other forms of exploitation,2.5,117,3 +37418,2022,by form of exploitation,Other forms of exploitation,2.5,117,1 +37419,2022,by form of exploitation,Other forms of exploitation,2.5,117,1 +37420,2012,by form of exploitation,Other forms of exploitation,2.5,118,1 +37421,2013,by form of exploitation,Other forms of exploitation,8.0,118,1 +37422,2014,by form of exploitation,Other forms of exploitation,2.5,118,1 +37423,2017,by form of exploitation,Other forms of exploitation,2.5,118,4 +37424,2017,by form of exploitation,Other forms of exploitation,2.5,118,5 +37425,2017,by form of exploitation,Other forms of exploitation,2.5,118,6 +37426,2017,by form of exploitation,Other forms of exploitation,2.5,118,7 +37427,2017,by form of exploitation,Other forms of exploitation,2.5,118,2 +37428,2017,by form of exploitation,Other forms of exploitation,2.5,118,1 +37429,2017,by form of exploitation,Other forms of exploitation,2.5,118,1 +37430,2018,by form of exploitation,Other forms of exploitation,2.5,118,4 +37431,2018,by form of exploitation,Other forms of exploitation,2.5,118,5 +37432,2018,by form of exploitation,Other forms of exploitation,2.5,118,6 +37433,2018,by form of exploitation,Other forms of exploitation,2.5,118,7 +37434,2018,by form of exploitation,Other forms of exploitation,2.5,118,2 +37435,2018,by form of exploitation,Other forms of exploitation,2.5,118,1 +37436,2018,by form of exploitation,Other forms of exploitation,2.5,118,1 +37437,2019,by form of exploitation,Other forms of exploitation,2.5,118,4 +37438,2019,by form of exploitation,Other forms of exploitation,2.5,118,5 +37439,2019,by form of exploitation,Other forms of exploitation,2.5,118,6 +37440,2019,by form of exploitation,Other forms of exploitation,2.5,118,7 +37441,2019,by form of exploitation,Other forms of exploitation,2.5,118,2 +37442,2019,by form of exploitation,Other forms of exploitation,2.5,118,3 +37443,2019,by form of exploitation,Other forms of exploitation,2.5,118,1 +37444,2019,by form of exploitation,Other forms of exploitation,2.5,118,1 +37445,2019,by form of exploitation,Other forms of exploitation,2.5,118,1 +37446,2020,by form of exploitation,Other forms of exploitation,2.5,118,4 +37447,2020,by form of exploitation,Other forms of exploitation,2.5,118,5 +37448,2020,by form of exploitation,Other forms of exploitation,2.5,118,6 +37449,2020,by form of exploitation,Other forms of exploitation,2.5,118,7 +37450,2020,by form of exploitation,Other forms of exploitation,2.5,118,2 +37451,2020,by form of exploitation,Other forms of exploitation,2.5,118,1 +37452,2020,by form of exploitation,Other forms of exploitation,2.5,118,1 +37453,2020,by form of exploitation,Other forms of exploitation,2.5,118,1 +37454,2021,by form of exploitation,Other forms of exploitation,2.5,118,4 +37455,2021,by form of exploitation,Other forms of exploitation,2.5,118,5 +37456,2021,by form of exploitation,Other forms of exploitation,2.5,118,6 +37457,2021,by form of exploitation,Other forms of exploitation,2.5,118,7 +37458,2021,by form of exploitation,Other forms of exploitation,5.0,118,2 +37459,2021,by form of exploitation,Other forms of exploitation,2.5,118,3 +37460,2021,by form of exploitation,Other forms of exploitation,2.5,118,1 +37461,2021,by form of exploitation,Other forms of exploitation,2.5,118,1 +37462,2021,by form of exploitation,Other forms of exploitation,2.5,118,1 +37463,2022,by form of exploitation,Other forms of exploitation,6.0,118,4 +37464,2022,by form of exploitation,Other forms of exploitation,2.5,118,5 +37465,2022,by form of exploitation,Other forms of exploitation,2.5,118,6 +37466,2022,by form of exploitation,Other forms of exploitation,2.5,118,7 +37467,2022,by form of exploitation,Other forms of exploitation,6.0,118,2 +37468,2022,by form of exploitation,Other forms of exploitation,2.5,118,3 +37469,2022,by form of exploitation,Other forms of exploitation,2.5,118,1 +37470,2022,by form of exploitation,Other forms of exploitation,6.0,118,1 +37471,2022,by form of exploitation,Other forms of exploitation,2.5,118,1 +37472,2018,by form of exploitation,Other forms of exploitation,2.5,119,4 +37473,2018,by form of exploitation,Other forms of exploitation,2.5,119,5 +37474,2018,by form of exploitation,Other forms of exploitation,2.5,119,6 +37475,2018,by form of exploitation,Other forms of exploitation,2.5,119,7 +37476,2018,by form of exploitation,Other forms of exploitation,2.5,119,1 +37477,2019,by form of exploitation,Other forms of exploitation,2.5,119,1 +37478,2020,by form of exploitation,Other forms of exploitation,2.5,119,1 +37479,2021,by form of exploitation,Other forms of exploitation,2.5,119,1 +37480,2022,by form of exploitation,Other forms of exploitation,2.5,119,1 +37481,2008,by form of exploitation,Other forms of exploitation,2.5,120,1 +37482,2010,by form of exploitation,Other forms of exploitation,2.5,120,1 +37483,2011,by form of exploitation,Other forms of exploitation,2.5,120,1 +37484,2012,by form of exploitation,Other forms of exploitation,2.5,120,1 +37485,2013,by form of exploitation,Other forms of exploitation,2.5,120,1 +37486,2014,by form of exploitation,Other forms of exploitation,2.5,120,1 +37487,2015,by form of exploitation,Other forms of exploitation,2.5,120,1 +37488,2016,by form of exploitation,Other forms of exploitation,2.5,120,1 +37489,2017,by form of exploitation,Other forms of exploitation,2.5,120,4 +37490,2017,by form of exploitation,Other forms of exploitation,2.5,120,5 +37491,2017,by form of exploitation,Other forms of exploitation,2.5,120,6 +37492,2017,by form of exploitation,Other forms of exploitation,2.5,120,7 +37493,2017,by form of exploitation,Other forms of exploitation,2.5,120,9 +37494,2017,by form of exploitation,Other forms of exploitation,2.5,120,8 +37495,2017,by form of exploitation,Other forms of exploitation,2.5,120,2 +37496,2017,by form of exploitation,Other forms of exploitation,2.5,120,3 +37497,2017,by form of exploitation,Other forms of exploitation,2.5,120,1 +37498,2017,by form of exploitation,Other forms of exploitation,2.5,120,1 +37499,2018,by form of exploitation,Other forms of exploitation,2.5,120,4 +37500,2018,by form of exploitation,Other forms of exploitation,2.5,120,5 +37501,2018,by form of exploitation,Other forms of exploitation,2.5,120,6 +37502,2018,by form of exploitation,Other forms of exploitation,2.5,120,7 +37503,2018,by form of exploitation,Other forms of exploitation,2.5,120,9 +37504,2018,by form of exploitation,Other forms of exploitation,2.5,120,8 +37505,2018,by form of exploitation,Other forms of exploitation,2.5,120,2 +37506,2018,by form of exploitation,Other forms of exploitation,2.5,120,3 +37507,2018,by form of exploitation,Other forms of exploitation,2.5,120,1 +37508,2018,by form of exploitation,Other forms of exploitation,2.5,120,1 +37509,2018,by form of exploitation,Other forms of exploitation,2.5,120,1 +37510,2019,by form of exploitation,Other forms of exploitation,2.5,120,4 +37511,2019,by form of exploitation,Other forms of exploitation,2.5,120,5 +37512,2019,by form of exploitation,Other forms of exploitation,2.5,120,6 +37513,2019,by form of exploitation,Other forms of exploitation,2.5,120,7 +37514,2019,by form of exploitation,Other forms of exploitation,2.5,120,9 +37515,2019,by form of exploitation,Other forms of exploitation,2.5,120,8 +37516,2019,by form of exploitation,Other forms of exploitation,2.5,120,2 +37517,2019,by form of exploitation,Other forms of exploitation,2.5,120,3 +37518,2019,by form of exploitation,Other forms of exploitation,2.5,120,1 +37519,2019,by form of exploitation,Other forms of exploitation,2.5,120,1 +37520,2019,by form of exploitation,Other forms of exploitation,2.5,120,1 +37521,2020,by form of exploitation,Other forms of exploitation,2.5,120,4 +37522,2020,by form of exploitation,Other forms of exploitation,2.5,120,5 +37523,2020,by form of exploitation,Other forms of exploitation,2.5,120,6 +37524,2020,by form of exploitation,Other forms of exploitation,2.5,120,7 +37525,2020,by form of exploitation,Other forms of exploitation,2.5,120,9 +37526,2020,by form of exploitation,Other forms of exploitation,2.5,120,8 +37527,2020,by form of exploitation,Other forms of exploitation,2.5,120,2 +37528,2020,by form of exploitation,Other forms of exploitation,2.5,120,3 +37529,2020,by form of exploitation,Other forms of exploitation,2.5,120,1 +37530,2020,by form of exploitation,Other forms of exploitation,2.5,120,1 +37531,2020,by form of exploitation,Other forms of exploitation,2.5,120,1 +37532,2021,by form of exploitation,Other forms of exploitation,2.5,120,4 +37533,2021,by form of exploitation,Other forms of exploitation,2.5,120,5 +37534,2021,by form of exploitation,Other forms of exploitation,2.5,120,6 +37535,2021,by form of exploitation,Other forms of exploitation,2.5,120,7 +37536,2021,by form of exploitation,Other forms of exploitation,2.5,120,3 +37537,2021,by form of exploitation,Other forms of exploitation,2.5,120,1 +37538,2022,by form of exploitation,Other forms of exploitation,2.5,120,4 +37539,2022,by form of exploitation,Other forms of exploitation,7.0,120,5 +37540,2022,by form of exploitation,Other forms of exploitation,2.5,120,6 +37541,2022,by form of exploitation,Other forms of exploitation,2.5,120,7 +37542,2022,by form of exploitation,Other forms of exploitation,7.0,120,3 +37543,2022,by form of exploitation,Other forms of exploitation,5.0,120,1 +37544,2012,by form of exploitation,Other forms of exploitation,136.0,121,1 +37545,2013,by form of exploitation,Other forms of exploitation,89.0,121,1 +37546,2014,by form of exploitation,Other forms of exploitation,122.0,121,1 +37547,2015,by form of exploitation,Other forms of exploitation,2.5,121,6 +37548,2015,by form of exploitation,Other forms of exploitation,2.5,121,1 +37549,2016,by form of exploitation,Other forms of exploitation,2.5,121,4 +37550,2016,by form of exploitation,Other forms of exploitation,2.5,121,1 +37551,2017,by form of exploitation,Other forms of exploitation,2.5,121,4 +37552,2017,by form of exploitation,Other forms of exploitation,2.5,121,5 +37553,2017,by form of exploitation,Other forms of exploitation,9.0,121,6 +37554,2017,by form of exploitation,Other forms of exploitation,2.5,121,7 +37555,2017,by form of exploitation,Other forms of exploitation,9.0,121,2 +37556,2017,by form of exploitation,Other forms of exploitation,2.5,121,3 +37557,2017,by form of exploitation,Other forms of exploitation,13.0,121,1 +37558,2017,by form of exploitation,Other forms of exploitation,2.5,121,1 +37559,2018,by form of exploitation,Other forms of exploitation,2.5,121,4 +37560,2018,by form of exploitation,Other forms of exploitation,8.0,121,5 +37561,2018,by form of exploitation,Other forms of exploitation,2.5,121,6 +37562,2018,by form of exploitation,Other forms of exploitation,8.0,121,7 +37563,2018,by form of exploitation,Other forms of exploitation,6.0,121,2 +37564,2018,by form of exploitation,Other forms of exploitation,16.0,121,3 +37565,2018,by form of exploitation,Other forms of exploitation,2.5,121,1 +37566,2018,by form of exploitation,Other forms of exploitation,10.0,121,1 +37567,2018,by form of exploitation,Other forms of exploitation,2.5,121,1 +37568,2018,by form of exploitation,Other forms of exploitation,10.0,121,1 +37569,2019,by form of exploitation,Other forms of exploitation,2.5,121,4 +37570,2019,by form of exploitation,Other forms of exploitation,2.5,121,5 +37571,2019,by form of exploitation,Other forms of exploitation,2.5,121,6 +37572,2019,by form of exploitation,Other forms of exploitation,2.5,121,7 +37573,2019,by form of exploitation,Other forms of exploitation,2.5,121,2 +37574,2019,by form of exploitation,Other forms of exploitation,6.0,121,3 +37575,2019,by form of exploitation,Other forms of exploitation,2.5,121,1 +37576,2019,by form of exploitation,Other forms of exploitation,2.5,121,1 +37577,2019,by form of exploitation,Other forms of exploitation,6.0,121,1 +37578,2020,by form of exploitation,Other forms of exploitation,2.5,121,4 +37579,2020,by form of exploitation,Other forms of exploitation,2.5,121,5 +37580,2020,by form of exploitation,Other forms of exploitation,2.5,121,6 +37581,2020,by form of exploitation,Other forms of exploitation,2.5,121,7 +37582,2020,by form of exploitation,Other forms of exploitation,2.5,121,3 +37583,2020,by form of exploitation,Other forms of exploitation,2.5,121,1 +37584,2020,by form of exploitation,Other forms of exploitation,2.5,121,1 +37585,2021,by form of exploitation,Other forms of exploitation,2.5,121,4 +37586,2021,by form of exploitation,Other forms of exploitation,2.5,121,5 +37587,2021,by form of exploitation,Other forms of exploitation,2.5,121,6 +37588,2021,by form of exploitation,Other forms of exploitation,2.5,121,7 +37589,2021,by form of exploitation,Other forms of exploitation,2.5,121,2 +37590,2021,by form of exploitation,Other forms of exploitation,2.5,121,1 +37591,2022,by form of exploitation,Other forms of exploitation,2.5,121,4 +37592,2022,by form of exploitation,Other forms of exploitation,2.5,121,5 +37593,2022,by form of exploitation,Other forms of exploitation,2.5,121,6 +37594,2022,by form of exploitation,Other forms of exploitation,2.5,121,7 +37595,2022,by form of exploitation,Other forms of exploitation,2.5,121,1 +37596,2011,by form of exploitation,Other forms of exploitation,2.5,122,1 +37597,2014,by form of exploitation,Other forms of exploitation,2.5,122,4 +37598,2014,by form of exploitation,Other forms of exploitation,2.5,122,1 +37599,2015,by form of exploitation,Other forms of exploitation,2.5,122,4 +37600,2015,by form of exploitation,Other forms of exploitation,2.5,122,1 +37601,2016,by form of exploitation,Other forms of exploitation,2.5,122,4 +37602,2016,by form of exploitation,Other forms of exploitation,2.5,122,1 +37603,2017,by form of exploitation,Other forms of exploitation,2.5,122,4 +37604,2017,by form of exploitation,Other forms of exploitation,2.5,122,5 +37605,2017,by form of exploitation,Other forms of exploitation,2.5,122,6 +37606,2017,by form of exploitation,Other forms of exploitation,2.5,122,7 +37607,2017,by form of exploitation,Other forms of exploitation,2.5,122,1 +37608,2019,by form of exploitation,Other forms of exploitation,2.5,122,1 +37609,2019,by form of exploitation,Other forms of exploitation,2.5,122,1 +37610,2020,by form of exploitation,Other forms of exploitation,2.5,122,4 +37611,2020,by form of exploitation,Other forms of exploitation,2.5,122,5 +37612,2020,by form of exploitation,Other forms of exploitation,2.5,122,6 +37613,2020,by form of exploitation,Other forms of exploitation,2.5,122,7 +37614,2020,by form of exploitation,Other forms of exploitation,2.5,122,1 +37615,2020,by form of exploitation,Other forms of exploitation,2.5,122,1 +37616,2021,by form of exploitation,Other forms of exploitation,2.5,122,4 +37617,2021,by form of exploitation,Other forms of exploitation,2.5,122,5 +37618,2021,by form of exploitation,Other forms of exploitation,2.5,122,6 +37619,2021,by form of exploitation,Other forms of exploitation,2.5,122,7 +37620,2021,by form of exploitation,Other forms of exploitation,2.5,122,2 +37621,2021,by form of exploitation,Other forms of exploitation,2.5,122,1 +37622,2021,by form of exploitation,Other forms of exploitation,2.5,122,1 +37623,2022,by form of exploitation,Other forms of exploitation,9.0,122,4 +37624,2022,by form of exploitation,Other forms of exploitation,2.5,122,5 +37625,2022,by form of exploitation,Other forms of exploitation,2.5,122,6 +37626,2022,by form of exploitation,Other forms of exploitation,2.5,122,7 +37627,2022,by form of exploitation,Other forms of exploitation,12.0,122,2 +37628,2022,by form of exploitation,Other forms of exploitation,2.5,122,3 +37629,2022,by form of exploitation,Other forms of exploitation,2.5,122,1 +37630,2022,by form of exploitation,Other forms of exploitation,9.0,122,1 +37631,2003,by form of exploitation,Other forms of exploitation,2.5,123,1 +37632,2005,by form of exploitation,Other forms of exploitation,2.5,123,1 +37633,2007,by form of exploitation,Other forms of exploitation,28.0,123,1 +37634,2009,by form of exploitation,Other forms of exploitation,30.0,123,1 +37635,2017,by form of exploitation,Other forms of exploitation,2.5,123,4 +37636,2017,by form of exploitation,Other forms of exploitation,2.5,123,5 +37637,2017,by form of exploitation,Other forms of exploitation,2.5,123,6 +37638,2017,by form of exploitation,Other forms of exploitation,2.5,123,7 +37639,2017,by form of exploitation,Other forms of exploitation,2.5,123,8 +37640,2017,by form of exploitation,Other forms of exploitation,2.5,123,3 +37641,2017,by form of exploitation,Other forms of exploitation,2.5,123,1 +37642,2018,by form of exploitation,Other forms of exploitation,2.5,123,4 +37643,2018,by form of exploitation,Other forms of exploitation,2.5,123,5 +37644,2018,by form of exploitation,Other forms of exploitation,2.5,123,6 +37645,2018,by form of exploitation,Other forms of exploitation,2.5,123,7 +37646,2018,by form of exploitation,Other forms of exploitation,2.5,123,8 +37647,2018,by form of exploitation,Other forms of exploitation,2.5,123,3 +37648,2018,by form of exploitation,Other forms of exploitation,2.5,123,1 +37649,2018,by form of exploitation,Other forms of exploitation,2.5,123,1 +37650,2019,by form of exploitation,Other forms of exploitation,2.5,123,4 +37651,2019,by form of exploitation,Other forms of exploitation,2.5,123,5 +37652,2019,by form of exploitation,Other forms of exploitation,2.5,123,6 +37653,2019,by form of exploitation,Other forms of exploitation,2.5,123,7 +37654,2019,by form of exploitation,Other forms of exploitation,2.5,123,8 +37655,2019,by form of exploitation,Other forms of exploitation,2.5,123,3 +37656,2019,by form of exploitation,Other forms of exploitation,2.5,123,1 +37657,2019,by form of exploitation,Other forms of exploitation,2.5,123,1 +37658,2020,by form of exploitation,Other forms of exploitation,2.5,123,4 +37659,2020,by form of exploitation,Other forms of exploitation,2.5,123,5 +37660,2020,by form of exploitation,Other forms of exploitation,2.5,123,6 +37661,2020,by form of exploitation,Other forms of exploitation,2.5,123,7 +37662,2020,by form of exploitation,Other forms of exploitation,2.5,123,8 +37663,2020,by form of exploitation,Other forms of exploitation,2.5,123,3 +37664,2020,by form of exploitation,Other forms of exploitation,2.5,123,1 +37665,2020,by form of exploitation,Other forms of exploitation,2.5,123,1 +37666,2021,by form of exploitation,Other forms of exploitation,2.5,123,5 +37667,2021,by form of exploitation,Other forms of exploitation,2.5,123,7 +37668,2021,by form of exploitation,Other forms of exploitation,2.5,123,8 +37669,2021,by form of exploitation,Other forms of exploitation,2.5,123,3 +37670,2021,by form of exploitation,Other forms of exploitation,2.5,123,1 +37671,2021,by form of exploitation,Other forms of exploitation,2.5,123,1 +37672,2022,by form of exploitation,Other forms of exploitation,2.5,123,4 +37673,2022,by form of exploitation,Other forms of exploitation,2.5,123,5 +37674,2022,by form of exploitation,Other forms of exploitation,2.5,123,6 +37675,2022,by form of exploitation,Other forms of exploitation,2.5,123,7 +37676,2022,by form of exploitation,Other forms of exploitation,2.5,123,8 +37677,2022,by form of exploitation,Other forms of exploitation,2.5,123,3 +37678,2022,by form of exploitation,Other forms of exploitation,2.5,123,1 +37679,2022,by form of exploitation,Other forms of exploitation,2.5,123,1 +37680,2018,by form of exploitation,Other forms of exploitation,2.5,124,1 +37681,2019,by form of exploitation,Other forms of exploitation,2.5,124,1 +37682,2020,by form of exploitation,Other forms of exploitation,2.5,124,4 +37683,2020,by form of exploitation,Other forms of exploitation,2.5,124,5 +37684,2020,by form of exploitation,Other forms of exploitation,2.5,124,6 +37685,2020,by form of exploitation,Other forms of exploitation,2.5,124,7 +37686,2020,by form of exploitation,Other forms of exploitation,2.5,124,1 +37687,2021,by form of exploitation,Other forms of exploitation,2.5,124,4 +37688,2021,by form of exploitation,Other forms of exploitation,2.5,124,5 +37689,2021,by form of exploitation,Other forms of exploitation,2.5,124,6 +37690,2021,by form of exploitation,Other forms of exploitation,2.5,124,7 +37691,2021,by form of exploitation,Other forms of exploitation,2.5,124,1 +37692,2022,by form of exploitation,Other forms of exploitation,2.5,124,4 +37693,2022,by form of exploitation,Other forms of exploitation,2.5,124,5 +37694,2022,by form of exploitation,Other forms of exploitation,2.5,124,6 +37695,2022,by form of exploitation,Other forms of exploitation,2.5,124,7 +37696,2022,by form of exploitation,Other forms of exploitation,2.5,124,1 +37697,2018,by form of exploitation,Other forms of exploitation,2.5,125,1 +37698,2019,by form of exploitation,Other forms of exploitation,2.5,125,1 +37699,2020,by form of exploitation,Other forms of exploitation,2.5,125,1 +37700,2021,by form of exploitation,Other forms of exploitation,2.5,125,1 +37701,2022,by form of exploitation,Other forms of exploitation,2.5,125,4 +37702,2022,by form of exploitation,Other forms of exploitation,2.5,125,5 +37703,2022,by form of exploitation,Other forms of exploitation,2.5,125,6 +37704,2022,by form of exploitation,Other forms of exploitation,2.5,125,7 +37705,2022,by form of exploitation,Other forms of exploitation,2.5,125,3 +37706,2022,by form of exploitation,Other forms of exploitation,2.5,125,1 +37707,2015,by form of exploitation,Other forms of exploitation,2.5,126,5 +37708,2015,by form of exploitation,Other forms of exploitation,2.5,126,6 +37709,2015,by form of exploitation,Other forms of exploitation,2.5,126,7 +37710,2015,by form of exploitation,Other forms of exploitation,2.5,126,1 +37711,2016,by form of exploitation,Other forms of exploitation,2.5,126,5 +37712,2016,by form of exploitation,Other forms of exploitation,2.5,126,1 +37713,2017,by form of exploitation,Other forms of exploitation,2.5,126,4 +37714,2017,by form of exploitation,Other forms of exploitation,2.5,126,5 +37715,2017,by form of exploitation,Other forms of exploitation,2.5,126,6 +37716,2017,by form of exploitation,Other forms of exploitation,2.5,126,7 +37717,2018,by form of exploitation,Other forms of exploitation,2.5,126,1 +37718,2019,by form of exploitation,Other forms of exploitation,2.5,126,1 +37719,2020,by form of exploitation,Other forms of exploitation,2.5,126,1 +37720,2021,by form of exploitation,Other forms of exploitation,2.5,126,1 +37721,2022,by form of exploitation,Other forms of exploitation,2.5,126,1 +37722,2018,by form of exploitation,Other forms of exploitation,2.5,127,1 +37723,2019,by form of exploitation,Other forms of exploitation,2.5,127,1 +37724,2020,by form of exploitation,Other forms of exploitation,2.5,127,1 +37725,2021,by form of exploitation,Other forms of exploitation,2.5,127,1 +37726,2022,by form of exploitation,Other forms of exploitation,2.5,127,1 +37727,2016,by form of exploitation,Other forms of exploitation,676.0,128,1 +37728,2017,by form of exploitation,Other forms of exploitation,2.5,128,4 +37729,2017,by form of exploitation,Other forms of exploitation,2.5,128,5 +37730,2017,by form of exploitation,Other forms of exploitation,2.5,128,6 +37731,2017,by form of exploitation,Other forms of exploitation,2.5,128,7 +37732,2017,by form of exploitation,Other forms of exploitation,514.0,128,1 +37733,2018,by form of exploitation,Other forms of exploitation,2.5,128,4 +37734,2018,by form of exploitation,Other forms of exploitation,2.5,128,5 +37735,2018,by form of exploitation,Other forms of exploitation,2.5,128,6 +37736,2018,by form of exploitation,Other forms of exploitation,2.5,128,7 +37737,2018,by form of exploitation,Other forms of exploitation,60.0,128,1 +37738,2019,by form of exploitation,Other forms of exploitation,2.5,128,4 +37739,2019,by form of exploitation,Other forms of exploitation,2.5,128,5 +37740,2019,by form of exploitation,Other forms of exploitation,2.5,128,6 +37741,2019,by form of exploitation,Other forms of exploitation,2.5,128,7 +37742,2019,by form of exploitation,Other forms of exploitation,91.0,128,1 +37743,2020,by form of exploitation,Other forms of exploitation,2.5,128,4 +37744,2020,by form of exploitation,Other forms of exploitation,2.5,128,5 +37745,2020,by form of exploitation,Other forms of exploitation,2.5,128,6 +37746,2020,by form of exploitation,Other forms of exploitation,2.5,128,7 +37747,2020,by form of exploitation,Other forms of exploitation,82.0,128,1 +37748,2021,by form of exploitation,Other forms of exploitation,2.5,128,4 +37749,2021,by form of exploitation,Other forms of exploitation,2.5,128,5 +37750,2021,by form of exploitation,Other forms of exploitation,2.5,128,6 +37751,2021,by form of exploitation,Other forms of exploitation,2.5,128,7 +37752,2021,by form of exploitation,Other forms of exploitation,2.5,128,2 +37753,2021,by form of exploitation,Other forms of exploitation,121.0,128,1 +37754,2022,by form of exploitation,Other forms of exploitation,2.5,128,4 +37755,2022,by form of exploitation,Other forms of exploitation,2.5,128,5 +37756,2022,by form of exploitation,Other forms of exploitation,2.5,128,6 +37757,2022,by form of exploitation,Other forms of exploitation,2.5,128,7 +37758,2022,by form of exploitation,Other forms of exploitation,2.5,128,2 +37759,2022,by form of exploitation,Other forms of exploitation,2.5,128,1 +37760,2017,by form of exploitation,Other forms of exploitation,2.5,129,4 +37761,2017,by form of exploitation,Other forms of exploitation,2.5,129,5 +37762,2017,by form of exploitation,Other forms of exploitation,2.5,129,6 +37763,2017,by form of exploitation,Other forms of exploitation,2.5,129,7 +37764,2017,by form of exploitation,Other forms of exploitation,2.5,129,1 +37765,2018,by form of exploitation,Other forms of exploitation,2.5,129,4 +37766,2018,by form of exploitation,Other forms of exploitation,2.5,129,5 +37767,2018,by form of exploitation,Other forms of exploitation,2.5,129,6 +37768,2018,by form of exploitation,Other forms of exploitation,2.5,129,7 +37769,2018,by form of exploitation,Other forms of exploitation,2.5,129,1 +37770,2018,by form of exploitation,Other forms of exploitation,2.5,129,1 +37771,2019,by form of exploitation,Other forms of exploitation,2.5,129,4 +37772,2019,by form of exploitation,Other forms of exploitation,2.5,129,5 +37773,2019,by form of exploitation,Other forms of exploitation,2.5,129,6 +37774,2019,by form of exploitation,Other forms of exploitation,2.5,129,7 +37775,2019,by form of exploitation,Other forms of exploitation,2.5,129,1 +37776,2019,by form of exploitation,Other forms of exploitation,2.5,129,1 +37777,2020,by form of exploitation,Other forms of exploitation,2.5,129,4 +37778,2020,by form of exploitation,Other forms of exploitation,2.5,129,5 +37779,2020,by form of exploitation,Other forms of exploitation,2.5,129,6 +37780,2020,by form of exploitation,Other forms of exploitation,2.5,129,7 +37781,2020,by form of exploitation,Other forms of exploitation,2.5,129,2 +37782,2020,by form of exploitation,Other forms of exploitation,2.5,129,1 +37783,2020,by form of exploitation,Other forms of exploitation,2.5,129,1 +37784,2021,by form of exploitation,Other forms of exploitation,2.5,129,4 +37785,2021,by form of exploitation,Other forms of exploitation,2.5,129,5 +37786,2021,by form of exploitation,Other forms of exploitation,2.5,129,6 +37787,2021,by form of exploitation,Other forms of exploitation,2.5,129,7 +37788,2021,by form of exploitation,Other forms of exploitation,2.5,129,1 +37789,2022,by form of exploitation,Other forms of exploitation,2.5,129,1 +37790,2017,by form of exploitation,Other forms of exploitation,2.5,130,4 +37791,2017,by form of exploitation,Other forms of exploitation,2.5,130,5 +37792,2017,by form of exploitation,Other forms of exploitation,2.5,130,6 +37793,2017,by form of exploitation,Other forms of exploitation,2.5,130,7 +37794,2018,by form of exploitation,Other forms of exploitation,2.5,130,4 +37795,2018,by form of exploitation,Other forms of exploitation,2.5,130,5 +37796,2018,by form of exploitation,Other forms of exploitation,6.0,130,6 +37797,2018,by form of exploitation,Other forms of exploitation,9.0,130,7 +37798,2018,by form of exploitation,Other forms of exploitation,20.0,130,1 +37799,2019,by form of exploitation,Other forms of exploitation,8.0,130,4 +37800,2019,by form of exploitation,Other forms of exploitation,2.5,130,5 +37801,2019,by form of exploitation,Other forms of exploitation,2.5,130,6 +37802,2019,by form of exploitation,Other forms of exploitation,2.5,130,7 +37803,2019,by form of exploitation,Other forms of exploitation,10.0,130,2 +37804,2019,by form of exploitation,Other forms of exploitation,2.5,130,3 +37805,2019,by form of exploitation,Other forms of exploitation,12.0,130,1 +37806,2019,by form of exploitation,Other forms of exploitation,11.0,130,1 +37807,2020,by form of exploitation,Other forms of exploitation,2.5,130,4 +37808,2020,by form of exploitation,Other forms of exploitation,2.5,130,5 +37809,2020,by form of exploitation,Other forms of exploitation,2.5,130,6 +37810,2020,by form of exploitation,Other forms of exploitation,2.5,130,7 +37811,2020,by form of exploitation,Other forms of exploitation,2.5,130,2 +37812,2020,by form of exploitation,Other forms of exploitation,2.5,130,3 +37813,2020,by form of exploitation,Other forms of exploitation,2.5,130,1 +37814,2020,by form of exploitation,Other forms of exploitation,5.0,130,1 +37815,2022,by form of exploitation,Other forms of exploitation,22.0,130,4 +37816,2022,by form of exploitation,Other forms of exploitation,2.5,130,5 +37817,2022,by form of exploitation,Other forms of exploitation,24.0,130,6 +37818,2022,by form of exploitation,Other forms of exploitation,2.5,130,7 +37819,2022,by form of exploitation,Other forms of exploitation,46.0,130,2 +37820,2022,by form of exploitation,Other forms of exploitation,46.0,130,1 +37821,2010,by form of exploitation,Other forms of exploitation,110.0,131,1 +37822,2012,by form of exploitation,Other forms of exploitation,78.0,131,1 +37823,2013,by form of exploitation,Other forms of exploitation,66.0,131,1 +37824,2014,by form of exploitation,Other forms of exploitation,7.0,131,4 +37825,2014,by form of exploitation,Other forms of exploitation,9.0,131,5 +37826,2014,by form of exploitation,Other forms of exploitation,5.0,131,6 +37827,2014,by form of exploitation,Other forms of exploitation,2.5,131,7 +37828,2014,by form of exploitation,Other forms of exploitation,22.0,131,1 +37829,2015,by form of exploitation,Other forms of exploitation,2.5,131,4 +37830,2015,by form of exploitation,Other forms of exploitation,2.5,131,6 +37831,2015,by form of exploitation,Other forms of exploitation,2.5,131,1 +37832,2016,by form of exploitation,Other forms of exploitation,12.0,131,4 +37833,2016,by form of exploitation,Other forms of exploitation,6.0,131,6 +37834,2016,by form of exploitation,Other forms of exploitation,18.0,131,1 +37835,2017,by form of exploitation,Other forms of exploitation,77.0,131,1 +37836,2018,by form of exploitation,Other forms of exploitation,249.0,131,4 +37837,2018,by form of exploitation,Other forms of exploitation,59.0,131,5 +37838,2018,by form of exploitation,Other forms of exploitation,64.0,131,6 +37839,2018,by form of exploitation,Other forms of exploitation,18.0,131,7 +37840,2018,by form of exploitation,Other forms of exploitation,313.0,131,2 +37841,2018,by form of exploitation,Other forms of exploitation,77.0,131,3 +37842,2018,by form of exploitation,Other forms of exploitation,12.0,131,1 +37843,2019,by form of exploitation,Other forms of exploitation,282.0,131,4 +37844,2019,by form of exploitation,Other forms of exploitation,68.0,131,5 +37845,2019,by form of exploitation,Other forms of exploitation,77.0,131,6 +37846,2019,by form of exploitation,Other forms of exploitation,28.0,131,7 +37847,2019,by form of exploitation,Other forms of exploitation,359.0,131,2 +37848,2019,by form of exploitation,Other forms of exploitation,96.0,131,3 +37849,2019,by form of exploitation,Other forms of exploitation,5.0,131,1 +37850,2020,by form of exploitation,Other forms of exploitation,246.0,131,4 +37851,2020,by form of exploitation,Other forms of exploitation,28.0,131,5 +37852,2020,by form of exploitation,Other forms of exploitation,95.0,131,6 +37853,2020,by form of exploitation,Other forms of exploitation,17.0,131,7 +37854,2020,by form of exploitation,Other forms of exploitation,341.0,131,2 +37855,2020,by form of exploitation,Other forms of exploitation,45.0,131,3 +37856,2020,by form of exploitation,Other forms of exploitation,26.0,131,1 +37857,2021,by form of exploitation,Other forms of exploitation,357.0,131,4 +37858,2021,by form of exploitation,Other forms of exploitation,32.0,131,5 +37859,2021,by form of exploitation,Other forms of exploitation,125.0,131,6 +37860,2021,by form of exploitation,Other forms of exploitation,14.0,131,7 +37861,2021,by form of exploitation,Other forms of exploitation,482.0,131,2 +37862,2021,by form of exploitation,Other forms of exploitation,46.0,131,3 +37863,2021,by form of exploitation,Other forms of exploitation,46.0,131,1 +37864,2022,by form of exploitation,Other forms of exploitation,210.0,131,4 +37865,2022,by form of exploitation,Other forms of exploitation,2.5,131,5 +37866,2022,by form of exploitation,Other forms of exploitation,85.0,131,6 +37867,2022,by form of exploitation,Other forms of exploitation,2.5,131,7 +37868,2022,by form of exploitation,Other forms of exploitation,295.0,131,2 +37869,2022,by form of exploitation,Other forms of exploitation,295.0,131,1 +37870,2007,by form of exploitation,Other forms of exploitation,16.0,132,1 +37871,2018,by form of exploitation,Other forms of exploitation,2.5,132,4 +37872,2018,by form of exploitation,Other forms of exploitation,2.5,132,5 +37873,2018,by form of exploitation,Other forms of exploitation,2.5,132,6 +37874,2018,by form of exploitation,Other forms of exploitation,2.5,132,7 +37875,2018,by form of exploitation,Other forms of exploitation,2.5,132,1 +37876,2019,by form of exploitation,Other forms of exploitation,2.5,132,1 +37877,2020,by form of exploitation,Other forms of exploitation,2.5,132,1 +37878,2021,by form of exploitation,Other forms of exploitation,2.5,132,4 +37879,2021,by form of exploitation,Other forms of exploitation,2.5,132,5 +37880,2021,by form of exploitation,Other forms of exploitation,2.5,132,6 +37881,2021,by form of exploitation,Other forms of exploitation,2.5,132,7 +37882,2021,by form of exploitation,Other forms of exploitation,2.5,132,2 +37883,2021,by form of exploitation,Other forms of exploitation,2.5,132,1 +37884,2022,by form of exploitation,Other forms of exploitation,2.5,132,4 +37885,2022,by form of exploitation,Other forms of exploitation,2.5,132,5 +37886,2022,by form of exploitation,Other forms of exploitation,2.5,132,6 +37887,2022,by form of exploitation,Other forms of exploitation,2.5,132,7 +37888,2022,by form of exploitation,Other forms of exploitation,2.5,132,1 +37889,2007,by form of exploitation,Other forms of exploitation,357.0,134,1 +37890,2008,by form of exploitation,Other forms of exploitation,335.0,134,1 +37891,2009,by form of exploitation,Other forms of exploitation,386.0,134,1 +37892,2010,by form of exploitation,Other forms of exploitation,73.0,134,1 +37893,2011,by form of exploitation,Other forms of exploitation,148.0,134,1 +37894,2012,by form of exploitation,Other forms of exploitation,163.0,134,1 +37895,2013,by form of exploitation,Other forms of exploitation,314.0,134,1 +37896,2014,by form of exploitation,Other forms of exploitation,19.0,134,4 +37897,2014,by form of exploitation,Other forms of exploitation,27.0,134,5 +37898,2014,by form of exploitation,Other forms of exploitation,9.0,134,6 +37899,2014,by form of exploitation,Other forms of exploitation,6.0,134,7 +37900,2014,by form of exploitation,Other forms of exploitation,61.0,134,1 +37901,2015,by form of exploitation,Other forms of exploitation,2.5,134,4 +37902,2015,by form of exploitation,Other forms of exploitation,24.0,134,5 +37903,2015,by form of exploitation,Other forms of exploitation,2.5,134,6 +37904,2015,by form of exploitation,Other forms of exploitation,2.5,134,7 +37905,2015,by form of exploitation,Other forms of exploitation,30.0,134,1 +37906,2016,by form of exploitation,Other forms of exploitation,19.0,134,4 +37907,2016,by form of exploitation,Other forms of exploitation,27.0,134,5 +37908,2016,by form of exploitation,Other forms of exploitation,9.0,134,6 +37909,2016,by form of exploitation,Other forms of exploitation,6.0,134,7 +37910,2016,by form of exploitation,Other forms of exploitation,61.0,134,1 +37911,2017,by form of exploitation,Other forms of exploitation,82.0,134,4 +37912,2017,by form of exploitation,Other forms of exploitation,164.0,134,5 +37913,2017,by form of exploitation,Other forms of exploitation,138.0,134,6 +37914,2017,by form of exploitation,Other forms of exploitation,145.0,134,7 +37915,2017,by form of exploitation,Other forms of exploitation,2.5,134,9 +37916,2017,by form of exploitation,Other forms of exploitation,6.0,134,8 +37917,2017,by form of exploitation,Other forms of exploitation,85.0,134,2 +37918,2017,by form of exploitation,Other forms of exploitation,182.0,134,3 +37919,2017,by form of exploitation,Other forms of exploitation,332.0,134,1 +37920,2017,by form of exploitation,Other forms of exploitation,133.0,134,1 +37921,2017,by form of exploitation,Other forms of exploitation,71.0,134,1 +37922,2017,by form of exploitation,Other forms of exploitation,2.5,134,1 +37923,2018,by form of exploitation,Other forms of exploitation,6.0,134,4 +37924,2018,by form of exploitation,Other forms of exploitation,18.0,134,5 +37925,2018,by form of exploitation,Other forms of exploitation,12.0,134,6 +37926,2018,by form of exploitation,Other forms of exploitation,64.0,134,7 +37927,2018,by form of exploitation,Other forms of exploitation,2.5,134,9 +37928,2018,by form of exploitation,Other forms of exploitation,2.5,134,8 +37929,2018,by form of exploitation,Other forms of exploitation,18.0,134,2 +37930,2018,by form of exploitation,Other forms of exploitation,86.0,134,3 +37931,2018,by form of exploitation,Other forms of exploitation,63.0,134,1 +37932,2018,by form of exploitation,Other forms of exploitation,37.0,134,1 +37933,2018,by form of exploitation,Other forms of exploitation,2.5,134,1 +37934,2019,by form of exploitation,Other forms of exploitation,201.0,134,1 +37935,2020,by form of exploitation,Other forms of exploitation,2.5,134,1 +37936,2021,by form of exploitation,Other forms of exploitation,11.0,134,4 +37937,2021,by form of exploitation,Other forms of exploitation,45.0,134,5 +37938,2021,by form of exploitation,Other forms of exploitation,2.5,134,6 +37939,2021,by form of exploitation,Other forms of exploitation,40.0,134,7 +37940,2021,by form of exploitation,Other forms of exploitation,14.0,134,2 +37941,2021,by form of exploitation,Other forms of exploitation,85.0,134,3 +37942,2021,by form of exploitation,Other forms of exploitation,61.0,134,1 +37943,2022,by form of exploitation,Other forms of exploitation,7.0,134,4 +37944,2022,by form of exploitation,Other forms of exploitation,31.0,134,5 +37945,2022,by form of exploitation,Other forms of exploitation,12.0,134,6 +37946,2022,by form of exploitation,Other forms of exploitation,37.0,134,7 +37947,2022,by form of exploitation,Other forms of exploitation,19.0,134,2 +37948,2022,by form of exploitation,Other forms of exploitation,68.0,134,3 +37949,2022,by form of exploitation,Other forms of exploitation,87.0,134,1 +37950,2009,by form of exploitation,Other forms of exploitation,2.5,135,1 +37951,2011,by form of exploitation,Other forms of exploitation,2.5,135,1 +37952,2012,by form of exploitation,Other forms of exploitation,16.0,135,1 +37953,2014,by form of exploitation,Other forms of exploitation,2.5,135,4 +37954,2014,by form of exploitation,Other forms of exploitation,2.5,135,5 +37955,2014,by form of exploitation,Other forms of exploitation,2.5,135,6 +37956,2014,by form of exploitation,Other forms of exploitation,2.5,135,7 +37957,2014,by form of exploitation,Other forms of exploitation,6.0,135,1 +37958,2015,by form of exploitation,Other forms of exploitation,2.5,135,4 +37959,2015,by form of exploitation,Other forms of exploitation,2.5,135,5 +37960,2015,by form of exploitation,Other forms of exploitation,2.5,135,1 +37961,2016,by form of exploitation,Other forms of exploitation,2.5,135,4 +37962,2016,by form of exploitation,Other forms of exploitation,11.0,135,5 +37963,2016,by form of exploitation,Other forms of exploitation,2.5,135,6 +37964,2016,by form of exploitation,Other forms of exploitation,2.5,135,7 +37965,2016,by form of exploitation,Other forms of exploitation,13.0,135,1 +37966,2019,by form of exploitation,Other forms of exploitation,2.5,135,4 +37967,2019,by form of exploitation,Other forms of exploitation,2.5,135,5 +37968,2019,by form of exploitation,Other forms of exploitation,2.5,135,6 +37969,2019,by form of exploitation,Other forms of exploitation,2.5,135,7 +37970,2019,by form of exploitation,Other forms of exploitation,16.0,135,1 +37971,2020,by form of exploitation,Other forms of exploitation,18.0,135,1 +37972,2021,by form of exploitation,Other forms of exploitation,2.5,135,1 +37973,2022,by form of exploitation,Other forms of exploitation,2.5,135,1 +37974,2009,by form of exploitation,Other forms of exploitation,139.0,136,1 +37975,2018,by form of exploitation,Other forms of exploitation,61.0,136,4 +37976,2018,by form of exploitation,Other forms of exploitation,116.0,136,5 +37977,2018,by form of exploitation,Other forms of exploitation,8.0,136,6 +37978,2018,by form of exploitation,Other forms of exploitation,8.0,136,7 +37979,2018,by form of exploitation,Other forms of exploitation,193.0,136,1 +37980,2019,by form of exploitation,Other forms of exploitation,16.0,136,4 +37981,2019,by form of exploitation,Other forms of exploitation,37.0,136,5 +37982,2019,by form of exploitation,Other forms of exploitation,57.0,136,6 +37983,2019,by form of exploitation,Other forms of exploitation,91.0,136,7 +37984,2019,by form of exploitation,Other forms of exploitation,73.0,136,2 +37985,2019,by form of exploitation,Other forms of exploitation,128.0,136,3 +37986,2019,by form of exploitation,Other forms of exploitation,31.0,136,1 +37987,2019,by form of exploitation,Other forms of exploitation,85.0,136,1 +37988,2019,by form of exploitation,Other forms of exploitation,12.0,136,1 +37989,2019,by form of exploitation,Other forms of exploitation,73.0,136,1 +37990,2020,by form of exploitation,Other forms of exploitation,25.0,136,4 +37991,2020,by form of exploitation,Other forms of exploitation,55.0,136,5 +37992,2020,by form of exploitation,Other forms of exploitation,40.0,136,6 +37993,2020,by form of exploitation,Other forms of exploitation,51.0,136,7 +37994,2020,by form of exploitation,Other forms of exploitation,65.0,136,2 +37995,2020,by form of exploitation,Other forms of exploitation,106.0,136,3 +37996,2020,by form of exploitation,Other forms of exploitation,77.0,136,1 +37997,2020,by form of exploitation,Other forms of exploitation,39.0,136,1 +37998,2020,by form of exploitation,Other forms of exploitation,26.0,136,1 +37999,2020,by form of exploitation,Other forms of exploitation,29.0,136,1 +38000,2021,by form of exploitation,Other forms of exploitation,2.5,136,1 +38001,2022,by form of exploitation,Other forms of exploitation,2.5,136,1 +38002,2018,by form of exploitation,Other forms of exploitation,2.5,137,1 +38003,2019,by form of exploitation,Other forms of exploitation,2.5,137,1 +38004,2020,by form of exploitation,Other forms of exploitation,2.5,137,1 +38005,2021,by form of exploitation,Other forms of exploitation,2.5,137,1 +38006,2022,by form of exploitation,Other forms of exploitation,2.5,137,1 +38007,2018,by form of exploitation,Other forms of exploitation,2.5,138,1 +38008,2019,by form of exploitation,Other forms of exploitation,2.5,138,4 +38009,2019,by form of exploitation,Other forms of exploitation,2.5,138,5 +38010,2019,by form of exploitation,Other forms of exploitation,2.5,138,6 +38011,2019,by form of exploitation,Other forms of exploitation,2.5,138,7 +38012,2019,by form of exploitation,Other forms of exploitation,2.5,138,1 +38013,2020,by form of exploitation,Other forms of exploitation,2.5,138,4 +38014,2020,by form of exploitation,Other forms of exploitation,2.5,138,5 +38015,2020,by form of exploitation,Other forms of exploitation,2.5,138,6 +38016,2020,by form of exploitation,Other forms of exploitation,2.5,138,7 +38017,2020,by form of exploitation,Other forms of exploitation,2.5,138,1 +38018,2021,by form of exploitation,Other forms of exploitation,2.5,138,4 +38019,2021,by form of exploitation,Other forms of exploitation,2.5,138,5 +38020,2021,by form of exploitation,Other forms of exploitation,2.5,138,6 +38021,2021,by form of exploitation,Other forms of exploitation,2.5,138,7 +38022,2021,by form of exploitation,Other forms of exploitation,2.5,138,1 +38023,2022,by form of exploitation,Other forms of exploitation,2.5,138,1 +38024,2009,by form of exploitation,Other forms of exploitation,2.5,139,1 +38025,2017,by form of exploitation,Other forms of exploitation,2.5,139,4 +38026,2017,by form of exploitation,Other forms of exploitation,2.5,139,5 +38027,2017,by form of exploitation,Other forms of exploitation,2.5,139,6 +38028,2017,by form of exploitation,Other forms of exploitation,2.5,139,7 +38029,2017,by form of exploitation,Other forms of exploitation,2.5,139,3 +38030,2018,by form of exploitation,Other forms of exploitation,2.5,139,4 +38031,2018,by form of exploitation,Other forms of exploitation,2.5,139,5 +38032,2018,by form of exploitation,Other forms of exploitation,2.5,139,6 +38033,2018,by form of exploitation,Other forms of exploitation,2.5,139,7 +38034,2018,by form of exploitation,Other forms of exploitation,2.5,139,3 +38035,2018,by form of exploitation,Other forms of exploitation,2.5,139,1 +38036,2019,by form of exploitation,Other forms of exploitation,2.5,139,4 +38037,2019,by form of exploitation,Other forms of exploitation,2.5,139,5 +38038,2019,by form of exploitation,Other forms of exploitation,2.5,139,6 +38039,2019,by form of exploitation,Other forms of exploitation,2.5,139,7 +38040,2019,by form of exploitation,Other forms of exploitation,2.5,139,3 +38041,2019,by form of exploitation,Other forms of exploitation,2.5,139,1 +38042,2020,by form of exploitation,Other forms of exploitation,2.5,139,4 +38043,2020,by form of exploitation,Other forms of exploitation,2.5,139,5 +38044,2020,by form of exploitation,Other forms of exploitation,2.5,139,6 +38045,2020,by form of exploitation,Other forms of exploitation,2.5,139,7 +38046,2020,by form of exploitation,Other forms of exploitation,2.5,139,1 +38047,2021,by form of exploitation,Other forms of exploitation,2.5,139,4 +38048,2021,by form of exploitation,Other forms of exploitation,2.5,139,5 +38049,2021,by form of exploitation,Other forms of exploitation,2.5,139,6 +38050,2021,by form of exploitation,Other forms of exploitation,2.5,139,7 +38051,2021,by form of exploitation,Other forms of exploitation,2.5,139,1 +38052,2022,by form of exploitation,Other forms of exploitation,2.5,139,4 +38053,2022,by form of exploitation,Other forms of exploitation,2.5,139,5 +38054,2022,by form of exploitation,Other forms of exploitation,2.5,139,6 +38055,2022,by form of exploitation,Other forms of exploitation,2.5,139,7 +38056,2022,by form of exploitation,Other forms of exploitation,2.5,139,1 +38057,2018,by form of exploitation,Other forms of exploitation,2.5,140,1 +38058,2019,by form of exploitation,Other forms of exploitation,2.5,140,1 +38059,2020,by form of exploitation,Other forms of exploitation,2.5,140,1 +38060,2021,by form of exploitation,Other forms of exploitation,2.5,140,1 +38061,2022,by form of exploitation,Other forms of exploitation,2.5,140,4 +38062,2022,by form of exploitation,Other forms of exploitation,2.5,140,5 +38063,2022,by form of exploitation,Other forms of exploitation,2.5,140,6 +38064,2022,by form of exploitation,Other forms of exploitation,2.5,140,7 +38065,2022,by form of exploitation,Other forms of exploitation,2.5,140,1 +38066,2018,by form of exploitation,Other forms of exploitation,2.5,141,6 +38067,2018,by form of exploitation,Other forms of exploitation,2.5,141,7 +38068,2018,by form of exploitation,Other forms of exploitation,2.5,141,2 +38069,2018,by form of exploitation,Other forms of exploitation,2.5,141,3 +38070,2018,by form of exploitation,Other forms of exploitation,2.5,141,1 +38071,2018,by form of exploitation,Other forms of exploitation,2.5,141,1 +38072,2021,by form of exploitation,Other forms of exploitation,2.5,141,4 +38073,2021,by form of exploitation,Other forms of exploitation,2.5,141,5 +38074,2021,by form of exploitation,Other forms of exploitation,2.5,141,6 +38075,2021,by form of exploitation,Other forms of exploitation,2.5,141,7 +38076,2021,by form of exploitation,Other forms of exploitation,2.5,141,1 +38077,2022,by form of exploitation,Other forms of exploitation,2.5,141,4 +38078,2022,by form of exploitation,Other forms of exploitation,2.5,141,5 +38079,2022,by form of exploitation,Other forms of exploitation,2.5,141,6 +38080,2022,by form of exploitation,Other forms of exploitation,2.5,141,7 +38081,2022,by form of exploitation,Other forms of exploitation,2.5,141,1 +38082,2007,by form of exploitation,Other forms of exploitation,2.5,142,1 +38083,2008,by form of exploitation,Other forms of exploitation,14.0,142,1 +38084,2009,by form of exploitation,Other forms of exploitation,13.0,142,1 +38085,2012,by form of exploitation,Other forms of exploitation,8.0,142,1 +38086,2014,by form of exploitation,Other forms of exploitation,7.0,142,4 +38087,2014,by form of exploitation,Other forms of exploitation,2.5,142,5 +38088,2014,by form of exploitation,Other forms of exploitation,2.5,142,6 +38089,2014,by form of exploitation,Other forms of exploitation,5.0,142,7 +38090,2014,by form of exploitation,Other forms of exploitation,15.0,142,1 +38091,2015,by form of exploitation,Other forms of exploitation,10.0,142,4 +38092,2015,by form of exploitation,Other forms of exploitation,8.0,142,6 +38093,2015,by form of exploitation,Other forms of exploitation,18.0,142,1 +38094,2016,by form of exploitation,Other forms of exploitation,6.0,142,4 +38095,2016,by form of exploitation,Other forms of exploitation,2.5,142,5 +38096,2016,by form of exploitation,Other forms of exploitation,2.5,142,6 +38097,2016,by form of exploitation,Other forms of exploitation,10.0,142,1 +38098,2017,by form of exploitation,Other forms of exploitation,8.0,142,1 +38099,2018,by form of exploitation,Other forms of exploitation,2.5,142,4 +38100,2018,by form of exploitation,Other forms of exploitation,2.5,142,5 +38101,2018,by form of exploitation,Other forms of exploitation,2.5,142,6 +38102,2018,by form of exploitation,Other forms of exploitation,2.5,142,7 +38103,2018,by form of exploitation,Other forms of exploitation,2.5,142,1 +38104,2018,by form of exploitation,Other forms of exploitation,218.0,142,1 +38105,2019,by form of exploitation,Other forms of exploitation,2.5,142,4 +38106,2019,by form of exploitation,Other forms of exploitation,2.5,142,5 +38107,2019,by form of exploitation,Other forms of exploitation,2.5,142,6 +38108,2019,by form of exploitation,Other forms of exploitation,2.5,142,7 +38109,2019,by form of exploitation,Other forms of exploitation,2.5,142,1 +38110,2019,by form of exploitation,Other forms of exploitation,116.0,142,1 +38111,2019,by form of exploitation,Other forms of exploitation,10.0,142,1 +38112,2019,by form of exploitation,Other forms of exploitation,40.0,142,1 +38113,2019,by form of exploitation,Other forms of exploitation,2.5,142,1 +38114,2020,by form of exploitation,Other forms of exploitation,2.5,142,4 +38115,2020,by form of exploitation,Other forms of exploitation,2.5,142,5 +38116,2020,by form of exploitation,Other forms of exploitation,2.5,142,6 +38117,2020,by form of exploitation,Other forms of exploitation,2.5,142,7 +38118,2020,by form of exploitation,Other forms of exploitation,2.5,142,1 +38119,2020,by form of exploitation,Other forms of exploitation,62.0,142,1 +38120,2020,by form of exploitation,Other forms of exploitation,20.0,142,1 +38121,2020,by form of exploitation,Other forms of exploitation,60.0,142,1 +38122,2020,by form of exploitation,Other forms of exploitation,2.5,142,1 +38123,2021,by form of exploitation,Other forms of exploitation,2.5,142,1 +38124,2021,by form of exploitation,Other forms of exploitation,100.0,142,1 +38125,2021,by form of exploitation,Other forms of exploitation,24.0,142,1 +38126,2021,by form of exploitation,Other forms of exploitation,70.0,142,1 +38127,2021,by form of exploitation,Other forms of exploitation,5.0,142,1 +38128,2022,by form of exploitation,Other forms of exploitation,2.5,142,1 +38129,2022,by form of exploitation,Other forms of exploitation,161.0,142,1 +38130,2022,by form of exploitation,Other forms of exploitation,16.0,142,1 +38131,2022,by form of exploitation,Other forms of exploitation,107.0,142,1 +38132,2022,by form of exploitation,Other forms of exploitation,2.5,142,1 +38133,2007,by form of exploitation,Other forms of exploitation,63.0,143,1 +38134,2008,by form of exploitation,Other forms of exploitation,119.0,143,1 +38135,2009,by form of exploitation,Other forms of exploitation,58.0,143,1 +38136,2017,by form of exploitation,Other forms of exploitation,182.0,143,1 +38137,2017,by form of exploitation,Other forms of exploitation,175.0,143,1 +38138,2017,by form of exploitation,Other forms of exploitation,197.0,143,1 +38139,2018,by form of exploitation,Other forms of exploitation,231.0,143,1 +38140,2018,by form of exploitation,Other forms of exploitation,230.0,143,1 +38141,2018,by form of exploitation,Other forms of exploitation,289.0,143,1 +38142,2019,by form of exploitation,Other forms of exploitation,284.0,143,1 +38143,2019,by form of exploitation,Other forms of exploitation,258.0,143,1 +38144,2019,by form of exploitation,Other forms of exploitation,236.0,143,1 +38145,2020,by form of exploitation,Other forms of exploitation,97.0,143,1 +38146,2020,by form of exploitation,Other forms of exploitation,187.0,143,1 +38147,2020,by form of exploitation,Other forms of exploitation,93.0,143,1 +38148,2021,by form of exploitation,Other forms of exploitation,2.5,143,1 +38149,2022,by form of exploitation,Other forms of exploitation,2.5,143,1 +38150,2017,by form of exploitation,Other forms of exploitation,2.5,144,4 +38151,2017,by form of exploitation,Other forms of exploitation,2.5,144,5 +38152,2017,by form of exploitation,Other forms of exploitation,2.5,144,6 +38153,2017,by form of exploitation,Other forms of exploitation,2.5,144,7 +38154,2018,by form of exploitation,Other forms of exploitation,2.5,144,4 +38155,2018,by form of exploitation,Other forms of exploitation,2.5,144,5 +38156,2018,by form of exploitation,Other forms of exploitation,2.5,144,6 +38157,2018,by form of exploitation,Other forms of exploitation,2.5,144,7 +38158,2018,by form of exploitation,Other forms of exploitation,2.5,144,2 +38159,2018,by form of exploitation,Other forms of exploitation,2.5,144,3 +38160,2018,by form of exploitation,Other forms of exploitation,2.5,144,1 +38161,2018,by form of exploitation,Other forms of exploitation,2.5,144,1 +38162,2019,by form of exploitation,Other forms of exploitation,2.5,144,4 +38163,2019,by form of exploitation,Other forms of exploitation,2.5,144,5 +38164,2019,by form of exploitation,Other forms of exploitation,2.5,144,6 +38165,2019,by form of exploitation,Other forms of exploitation,2.5,144,7 +38166,2019,by form of exploitation,Other forms of exploitation,2.5,144,2 +38167,2019,by form of exploitation,Other forms of exploitation,2.5,144,3 +38168,2019,by form of exploitation,Other forms of exploitation,2.5,144,1 +38169,2019,by form of exploitation,Other forms of exploitation,2.5,144,1 +38170,2020,by form of exploitation,Other forms of exploitation,2.5,144,4 +38171,2020,by form of exploitation,Other forms of exploitation,2.5,144,5 +38172,2020,by form of exploitation,Other forms of exploitation,2.5,144,6 +38173,2020,by form of exploitation,Other forms of exploitation,2.5,144,7 +38174,2020,by form of exploitation,Other forms of exploitation,2.5,144,2 +38175,2020,by form of exploitation,Other forms of exploitation,2.5,144,3 +38176,2020,by form of exploitation,Other forms of exploitation,2.5,144,1 +38177,2020,by form of exploitation,Other forms of exploitation,2.5,144,1 +38178,2021,by form of exploitation,Other forms of exploitation,2.5,144,4 +38179,2021,by form of exploitation,Other forms of exploitation,2.5,144,5 +38180,2021,by form of exploitation,Other forms of exploitation,2.5,144,6 +38181,2021,by form of exploitation,Other forms of exploitation,2.5,144,7 +38182,2021,by form of exploitation,Other forms of exploitation,2.5,144,1 +38183,2022,by form of exploitation,Other forms of exploitation,2.5,144,4 +38184,2022,by form of exploitation,Other forms of exploitation,2.5,144,5 +38185,2022,by form of exploitation,Other forms of exploitation,2.5,144,6 +38186,2022,by form of exploitation,Other forms of exploitation,2.5,144,7 +38187,2022,by form of exploitation,Other forms of exploitation,2.5,144,1 +38188,2018,by form of exploitation,Other forms of exploitation,2.5,145,1 +38189,2019,by form of exploitation,Other forms of exploitation,2.5,145,1 +38190,2020,by form of exploitation,Other forms of exploitation,2.5,145,1 +38191,2021,by form of exploitation,Other forms of exploitation,2.5,145,1 +38192,2022,by form of exploitation,Other forms of exploitation,2.5,145,1 +38193,2014,by form of exploitation,Other forms of exploitation,2.5,146,4 +38194,2014,by form of exploitation,Other forms of exploitation,5.0,146,5 +38195,2014,by form of exploitation,Other forms of exploitation,2.5,146,6 +38196,2014,by form of exploitation,Other forms of exploitation,2.5,146,7 +38197,2014,by form of exploitation,Other forms of exploitation,30.0,146,1 +38198,2015,by form of exploitation,Other forms of exploitation,2.5,146,5 +38199,2015,by form of exploitation,Other forms of exploitation,2.5,146,7 +38200,2015,by form of exploitation,Other forms of exploitation,25.0,146,1 +38201,2016,by form of exploitation,Other forms of exploitation,2.5,146,4 +38202,2016,by form of exploitation,Other forms of exploitation,2.5,146,5 +38203,2016,by form of exploitation,Other forms of exploitation,2.5,146,6 +38204,2016,by form of exploitation,Other forms of exploitation,2.5,146,7 +38205,2016,by form of exploitation,Other forms of exploitation,19.0,146,1 +38206,2017,by form of exploitation,Other forms of exploitation,2.5,146,4 +38207,2017,by form of exploitation,Other forms of exploitation,12.0,146,5 +38208,2017,by form of exploitation,Other forms of exploitation,2.5,146,6 +38209,2017,by form of exploitation,Other forms of exploitation,2.5,146,7 +38210,2017,by form of exploitation,Other forms of exploitation,2.5,146,2 +38211,2017,by form of exploitation,Other forms of exploitation,15.0,146,3 +38212,2017,by form of exploitation,Other forms of exploitation,16.0,146,1 +38213,2018,by form of exploitation,Other forms of exploitation,2.5,146,4 +38214,2018,by form of exploitation,Other forms of exploitation,2.5,146,5 +38215,2018,by form of exploitation,Other forms of exploitation,2.5,146,6 +38216,2018,by form of exploitation,Other forms of exploitation,9.0,146,7 +38217,2018,by form of exploitation,Other forms of exploitation,9.0,146,3 +38218,2018,by form of exploitation,Other forms of exploitation,9.0,146,1 +38219,2018,by form of exploitation,Other forms of exploitation,2.5,146,1 +38220,2019,by form of exploitation,Other forms of exploitation,2.5,146,4 +38221,2019,by form of exploitation,Other forms of exploitation,2.5,146,5 +38222,2019,by form of exploitation,Other forms of exploitation,2.5,146,6 +38223,2019,by form of exploitation,Other forms of exploitation,2.5,146,7 +38224,2019,by form of exploitation,Other forms of exploitation,2.5,146,2 +38225,2019,by form of exploitation,Other forms of exploitation,2.5,146,3 +38226,2019,by form of exploitation,Other forms of exploitation,2.5,146,1 +38227,2020,by form of exploitation,Other forms of exploitation,2.5,146,4 +38228,2020,by form of exploitation,Other forms of exploitation,2.5,146,5 +38229,2020,by form of exploitation,Other forms of exploitation,2.5,146,6 +38230,2020,by form of exploitation,Other forms of exploitation,2.5,146,7 +38231,2020,by form of exploitation,Other forms of exploitation,2.5,146,1 +38232,2021,by form of exploitation,Other forms of exploitation,2.5,146,4 +38233,2021,by form of exploitation,Other forms of exploitation,2.5,146,5 +38234,2021,by form of exploitation,Other forms of exploitation,2.5,146,6 +38235,2021,by form of exploitation,Other forms of exploitation,2.5,146,7 +38236,2021,by form of exploitation,Other forms of exploitation,115.0,146,1 +38237,2022,by form of exploitation,Other forms of exploitation,31.0,146,1 +38238,2008,by form of exploitation,Other forms of exploitation,2.5,147,1 +38239,2009,by form of exploitation,Other forms of exploitation,2.5,147,1 +38240,2010,by form of exploitation,Other forms of exploitation,2.5,147,1 +38241,2011,by form of exploitation,Other forms of exploitation,2.5,147,1 +38242,2013,by form of exploitation,Other forms of exploitation,2.5,147,1 +38243,2014,by form of exploitation,Other forms of exploitation,2.5,147,4 +38244,2014,by form of exploitation,Other forms of exploitation,2.5,147,6 +38245,2014,by form of exploitation,Other forms of exploitation,2.5,147,7 +38246,2014,by form of exploitation,Other forms of exploitation,10.0,147,1 +38247,2017,by form of exploitation,Other forms of exploitation,7.0,147,4 +38248,2017,by form of exploitation,Other forms of exploitation,2.5,147,5 +38249,2017,by form of exploitation,Other forms of exploitation,2.5,147,6 +38250,2017,by form of exploitation,Other forms of exploitation,2.5,147,7 +38251,2017,by form of exploitation,Other forms of exploitation,7.0,147,1 +38252,2017,by form of exploitation,Other forms of exploitation,2.5,147,1 +38253,2018,by form of exploitation,Other forms of exploitation,2.5,147,4 +38254,2018,by form of exploitation,Other forms of exploitation,2.5,147,5 +38255,2018,by form of exploitation,Other forms of exploitation,2.5,147,6 +38256,2018,by form of exploitation,Other forms of exploitation,2.5,147,7 +38257,2018,by form of exploitation,Other forms of exploitation,2.5,147,1 +38258,2019,by form of exploitation,Other forms of exploitation,2.5,147,4 +38259,2019,by form of exploitation,Other forms of exploitation,6.0,147,5 +38260,2019,by form of exploitation,Other forms of exploitation,2.5,147,6 +38261,2019,by form of exploitation,Other forms of exploitation,11.0,147,7 +38262,2019,by form of exploitation,Other forms of exploitation,17.0,147,3 +38263,2019,by form of exploitation,Other forms of exploitation,17.0,147,1 +38264,2020,by form of exploitation,Other forms of exploitation,2.5,147,4 +38265,2020,by form of exploitation,Other forms of exploitation,2.5,147,5 +38266,2020,by form of exploitation,Other forms of exploitation,2.5,147,6 +38267,2020,by form of exploitation,Other forms of exploitation,2.5,147,7 +38268,2020,by form of exploitation,Other forms of exploitation,2.5,147,1 +38269,2021,by form of exploitation,Other forms of exploitation,2.5,147,4 +38270,2021,by form of exploitation,Other forms of exploitation,2.5,147,5 +38271,2021,by form of exploitation,Other forms of exploitation,7.0,147,6 +38272,2021,by form of exploitation,Other forms of exploitation,2.5,147,7 +38273,2021,by form of exploitation,Other forms of exploitation,7.0,147,2 +38274,2021,by form of exploitation,Other forms of exploitation,5.0,147,3 +38275,2021,by form of exploitation,Other forms of exploitation,12.0,147,1 +38276,2022,by form of exploitation,Other forms of exploitation,2.5,147,4 +38277,2022,by form of exploitation,Other forms of exploitation,2.5,147,5 +38278,2022,by form of exploitation,Other forms of exploitation,2.5,147,6 +38279,2022,by form of exploitation,Other forms of exploitation,2.5,147,7 +38280,2022,by form of exploitation,Other forms of exploitation,2.5,147,2 +38281,2022,by form of exploitation,Other forms of exploitation,2.5,147,3 +38282,2022,by form of exploitation,Other forms of exploitation,5.0,147,1 +38283,2018,by form of exploitation,Other forms of exploitation,2.5,148,1 +38284,2019,by form of exploitation,Other forms of exploitation,2.5,148,4 +38285,2019,by form of exploitation,Other forms of exploitation,2.5,148,5 +38286,2019,by form of exploitation,Other forms of exploitation,2.5,148,6 +38287,2019,by form of exploitation,Other forms of exploitation,2.5,148,7 +38288,2019,by form of exploitation,Other forms of exploitation,2.5,148,1 +38289,2020,by form of exploitation,Other forms of exploitation,2.5,148,4 +38290,2020,by form of exploitation,Other forms of exploitation,2.5,148,5 +38291,2020,by form of exploitation,Other forms of exploitation,2.5,148,6 +38292,2020,by form of exploitation,Other forms of exploitation,2.5,148,7 +38293,2020,by form of exploitation,Other forms of exploitation,2.5,148,1 +38294,2021,by form of exploitation,Other forms of exploitation,2.5,148,1 +38295,2022,by form of exploitation,Other forms of exploitation,2.5,148,4 +38296,2022,by form of exploitation,Other forms of exploitation,2.5,148,5 +38297,2022,by form of exploitation,Other forms of exploitation,2.5,148,6 +38298,2022,by form of exploitation,Other forms of exploitation,2.5,148,7 +38299,2022,by form of exploitation,Other forms of exploitation,2.5,148,1 +38300,2008,by form of exploitation,Other forms of exploitation,2.5,150,1 +38301,2009,by form of exploitation,Other forms of exploitation,2.5,150,1 +38302,2018,by form of exploitation,Other forms of exploitation,2.5,150,1 +38303,2019,by form of exploitation,Other forms of exploitation,2.5,150,4 +38304,2019,by form of exploitation,Other forms of exploitation,2.5,150,5 +38305,2019,by form of exploitation,Other forms of exploitation,2.5,150,6 +38306,2019,by form of exploitation,Other forms of exploitation,2.5,150,7 +38307,2019,by form of exploitation,Other forms of exploitation,2.5,150,1 +38308,2020,by form of exploitation,Other forms of exploitation,2.5,150,4 +38309,2020,by form of exploitation,Other forms of exploitation,2.5,150,5 +38310,2020,by form of exploitation,Other forms of exploitation,2.5,150,6 +38311,2020,by form of exploitation,Other forms of exploitation,2.5,150,7 +38312,2020,by form of exploitation,Other forms of exploitation,2.5,150,1 +38313,2021,by form of exploitation,Other forms of exploitation,2.5,150,4 +38314,2021,by form of exploitation,Other forms of exploitation,2.5,150,5 +38315,2021,by form of exploitation,Other forms of exploitation,2.5,150,6 +38316,2021,by form of exploitation,Other forms of exploitation,2.5,150,7 +38317,2021,by form of exploitation,Other forms of exploitation,2.5,150,1 +38318,2022,by form of exploitation,Other forms of exploitation,2.5,150,4 +38319,2022,by form of exploitation,Other forms of exploitation,2.5,150,5 +38320,2022,by form of exploitation,Other forms of exploitation,2.5,150,6 +38321,2022,by form of exploitation,Other forms of exploitation,2.5,150,7 +38322,2022,by form of exploitation,Other forms of exploitation,2.5,150,1 +38323,2005,by form of exploitation,Other forms of exploitation,112.0,151,1 +38324,2006,by form of exploitation,Other forms of exploitation,112.0,151,1 +38325,2007,by form of exploitation,Other forms of exploitation,180.0,151,1 +38326,2008,by form of exploitation,Other forms of exploitation,109.0,151,1 +38327,2009,by form of exploitation,Other forms of exploitation,146.0,151,1 +38328,2010,by form of exploitation,Other forms of exploitation,169.0,151,1 +38329,2011,by form of exploitation,Other forms of exploitation,134.0,151,1 +38330,2012,by form of exploitation,Other forms of exploitation,105.0,151,1 +38331,2013,by form of exploitation,Other forms of exploitation,82.0,151,1 +38332,2014,by form of exploitation,Other forms of exploitation,107.0,151,1 +38333,2015,by form of exploitation,Other forms of exploitation,192.0,151,1 +38334,2016,by form of exploitation,Other forms of exploitation,94.0,151,1 +38335,2017,by form of exploitation,Other forms of exploitation,45.0,151,4 +38336,2017,by form of exploitation,Other forms of exploitation,12.0,151,5 +38337,2017,by form of exploitation,Other forms of exploitation,45.0,151,6 +38338,2017,by form of exploitation,Other forms of exploitation,19.0,151,7 +38339,2017,by form of exploitation,Other forms of exploitation,2.5,151,9 +38340,2017,by form of exploitation,Other forms of exploitation,2.5,151,8 +38341,2017,by form of exploitation,Other forms of exploitation,48.0,151,2 +38342,2017,by form of exploitation,Other forms of exploitation,30.0,151,3 +38343,2017,by form of exploitation,Other forms of exploitation,129.0,151,1 +38344,2017,by form of exploitation,Other forms of exploitation,43.0,151,1 +38345,2017,by form of exploitation,Other forms of exploitation,2.5,151,1 +38346,2018,by form of exploitation,Other forms of exploitation,9.0,151,4 +38347,2018,by form of exploitation,Other forms of exploitation,11.0,151,5 +38348,2018,by form of exploitation,Other forms of exploitation,2.5,151,6 +38349,2018,by form of exploitation,Other forms of exploitation,18.0,151,7 +38350,2018,by form of exploitation,Other forms of exploitation,2.5,151,9 +38351,2018,by form of exploitation,Other forms of exploitation,2.5,151,8 +38352,2018,by form of exploitation,Other forms of exploitation,10.0,151,2 +38353,2018,by form of exploitation,Other forms of exploitation,24.0,151,3 +38354,2018,by form of exploitation,Other forms of exploitation,62.0,151,1 +38355,2018,by form of exploitation,Other forms of exploitation,8.0,151,1 +38356,2018,by form of exploitation,Other forms of exploitation,2.5,151,1 +38357,2019,by form of exploitation,Other forms of exploitation,32.0,151,4 +38358,2019,by form of exploitation,Other forms of exploitation,28.0,151,5 +38359,2019,by form of exploitation,Other forms of exploitation,27.0,151,6 +38360,2019,by form of exploitation,Other forms of exploitation,23.0,151,7 +38361,2019,by form of exploitation,Other forms of exploitation,2.5,151,9 +38362,2019,by form of exploitation,Other forms of exploitation,2.5,151,8 +38363,2019,by form of exploitation,Other forms of exploitation,59.0,151,2 +38364,2019,by form of exploitation,Other forms of exploitation,51.0,151,3 +38365,2019,by form of exploitation,Other forms of exploitation,65.0,151,1 +38366,2019,by form of exploitation,Other forms of exploitation,45.0,151,1 +38367,2019,by form of exploitation,Other forms of exploitation,2.5,151,1 +38368,2020,by form of exploitation,Other forms of exploitation,20.0,151,4 +38369,2020,by form of exploitation,Other forms of exploitation,34.0,151,5 +38370,2020,by form of exploitation,Other forms of exploitation,17.0,151,6 +38371,2020,by form of exploitation,Other forms of exploitation,36.0,151,7 +38372,2020,by form of exploitation,Other forms of exploitation,2.5,151,9 +38373,2020,by form of exploitation,Other forms of exploitation,2.5,151,8 +38374,2020,by form of exploitation,Other forms of exploitation,39.0,151,2 +38375,2020,by form of exploitation,Other forms of exploitation,70.0,151,3 +38376,2020,by form of exploitation,Other forms of exploitation,72.0,151,1 +38377,2020,by form of exploitation,Other forms of exploitation,37.0,151,1 +38378,2020,by form of exploitation,Other forms of exploitation,2.5,151,1 +38379,2021,by form of exploitation,Other forms of exploitation,12.0,151,4 +38380,2021,by form of exploitation,Other forms of exploitation,6.0,151,5 +38381,2021,by form of exploitation,Other forms of exploitation,8.0,151,6 +38382,2021,by form of exploitation,Other forms of exploitation,2.5,151,7 +38383,2021,by form of exploitation,Other forms of exploitation,20.0,151,2 +38384,2021,by form of exploitation,Other forms of exploitation,9.0,151,3 +38385,2021,by form of exploitation,Other forms of exploitation,29.0,151,1 +38386,2022,by form of exploitation,Other forms of exploitation,21.0,151,4 +38387,2022,by form of exploitation,Other forms of exploitation,7.0,151,5 +38388,2022,by form of exploitation,Other forms of exploitation,16.0,151,6 +38389,2022,by form of exploitation,Other forms of exploitation,19.0,151,7 +38390,2022,by form of exploitation,Other forms of exploitation,37.0,151,2 +38391,2022,by form of exploitation,Other forms of exploitation,26.0,151,3 +38392,2022,by form of exploitation,Other forms of exploitation,63.0,151,1 +38393,2018,by form of exploitation,Other forms of exploitation,2.5,152,1 +38394,2019,by form of exploitation,Other forms of exploitation,2.5,152,1 +38395,2020,by form of exploitation,Other forms of exploitation,2.5,152,1 +38396,2021,by form of exploitation,Other forms of exploitation,2.5,152,1 +38397,2022,by form of exploitation,Other forms of exploitation,2.5,152,1 +38398,2018,by form of exploitation,Other forms of exploitation,2.5,153,1 +38399,2019,by form of exploitation,Other forms of exploitation,2.5,153,1 +38400,2020,by form of exploitation,Other forms of exploitation,2.5,153,1 +38401,2021,by form of exploitation,Other forms of exploitation,2.5,153,1 +38402,2022,by form of exploitation,Other forms of exploitation,2.5,153,1 +38403,2018,by form of exploitation,Other forms of exploitation,9.0,154,4 +38404,2018,by form of exploitation,Other forms of exploitation,15.0,154,5 +38405,2018,by form of exploitation,Other forms of exploitation,35.0,154,6 +38406,2018,by form of exploitation,Other forms of exploitation,26.0,154,7 +38407,2018,by form of exploitation,Other forms of exploitation,85.0,154,1 +38408,2019,by form of exploitation,Other forms of exploitation,85.0,154,1 +38409,2020,by form of exploitation,Other forms of exploitation,22.0,154,1 +38410,2021,by form of exploitation,Other forms of exploitation,2.5,154,1 +38411,2022,by form of exploitation,Other forms of exploitation,2.5,154,1 +38412,2018,by form of exploitation,Other forms of exploitation,2.5,155,1 +38413,2019,by form of exploitation,Other forms of exploitation,2.5,155,1 +38414,2020,by form of exploitation,Other forms of exploitation,2.5,155,1 +38415,2021,by form of exploitation,Other forms of exploitation,2.5,155,1 +38416,2022,by form of exploitation,Other forms of exploitation,2.5,155,1 +38417,2011,by form of exploitation,Other forms of exploitation,2.5,156,1 +38418,2018,by form of exploitation,Other forms of exploitation,2.5,156,1 +38419,2019,by form of exploitation,Other forms of exploitation,2.5,156,1 +38420,2020,by form of exploitation,Other forms of exploitation,2.5,156,1 +38421,2021,by form of exploitation,Other forms of exploitation,2.5,156,1 +38422,2022,by form of exploitation,Other forms of exploitation,2.5,156,1 +38423,2016,by form of exploitation,Other forms of exploitation,16.0,157,1 +38424,2017,by form of exploitation,Other forms of exploitation,2.5,157,4 +38425,2017,by form of exploitation,Other forms of exploitation,2.5,157,5 +38426,2017,by form of exploitation,Other forms of exploitation,2.5,157,6 +38427,2017,by form of exploitation,Other forms of exploitation,2.5,157,7 +38428,2018,by form of exploitation,Other forms of exploitation,2.5,157,4 +38429,2018,by form of exploitation,Other forms of exploitation,2.5,157,5 +38430,2018,by form of exploitation,Other forms of exploitation,2.5,157,6 +38431,2018,by form of exploitation,Other forms of exploitation,2.5,157,7 +38432,2018,by form of exploitation,Other forms of exploitation,2.5,157,1 +38433,2019,by form of exploitation,Other forms of exploitation,2.5,157,4 +38434,2019,by form of exploitation,Other forms of exploitation,2.5,157,5 +38435,2019,by form of exploitation,Other forms of exploitation,2.5,157,6 +38436,2019,by form of exploitation,Other forms of exploitation,2.5,157,7 +38437,2019,by form of exploitation,Other forms of exploitation,2.5,157,1 +38438,2020,by form of exploitation,Other forms of exploitation,2.5,157,4 +38439,2020,by form of exploitation,Other forms of exploitation,2.5,157,5 +38440,2020,by form of exploitation,Other forms of exploitation,2.5,157,6 +38441,2020,by form of exploitation,Other forms of exploitation,2.5,157,7 +38442,2020,by form of exploitation,Other forms of exploitation,2.5,157,1 +38443,2021,by form of exploitation,Other forms of exploitation,2.5,157,4 +38444,2021,by form of exploitation,Other forms of exploitation,2.5,157,5 +38445,2021,by form of exploitation,Other forms of exploitation,2.5,157,6 +38446,2021,by form of exploitation,Other forms of exploitation,2.5,157,7 +38447,2021,by form of exploitation,Other forms of exploitation,2.5,157,1 +38448,2022,by form of exploitation,Other forms of exploitation,2.5,157,4 +38449,2022,by form of exploitation,Other forms of exploitation,2.5,157,5 +38450,2022,by form of exploitation,Other forms of exploitation,2.5,157,6 +38451,2022,by form of exploitation,Other forms of exploitation,2.5,157,7 +38452,2022,by form of exploitation,Other forms of exploitation,2.5,157,1 +38453,2017,by form of exploitation,Other forms of exploitation,2.5,158,4 +38454,2017,by form of exploitation,Other forms of exploitation,2.5,158,5 +38455,2017,by form of exploitation,Other forms of exploitation,2.5,158,6 +38456,2017,by form of exploitation,Other forms of exploitation,2.5,158,7 +38457,2017,by form of exploitation,Other forms of exploitation,2.5,158,2 +38458,2017,by form of exploitation,Other forms of exploitation,2.5,158,3 +38459,2017,by form of exploitation,Other forms of exploitation,2.5,158,1 +38460,2018,by form of exploitation,Other forms of exploitation,2.5,158,4 +38461,2018,by form of exploitation,Other forms of exploitation,2.5,158,5 +38462,2018,by form of exploitation,Other forms of exploitation,2.5,158,6 +38463,2018,by form of exploitation,Other forms of exploitation,2.5,158,7 +38464,2018,by form of exploitation,Other forms of exploitation,2.5,158,2 +38465,2018,by form of exploitation,Other forms of exploitation,2.5,158,3 +38466,2018,by form of exploitation,Other forms of exploitation,2.5,158,1 +38467,2018,by form of exploitation,Other forms of exploitation,2.5,158,1 +38468,2019,by form of exploitation,Other forms of exploitation,2.5,158,4 +38469,2019,by form of exploitation,Other forms of exploitation,2.5,158,5 +38470,2019,by form of exploitation,Other forms of exploitation,2.5,158,6 +38471,2019,by form of exploitation,Other forms of exploitation,2.5,158,7 +38472,2019,by form of exploitation,Other forms of exploitation,2.5,158,2 +38473,2019,by form of exploitation,Other forms of exploitation,2.5,158,3 +38474,2019,by form of exploitation,Other forms of exploitation,2.5,158,1 +38475,2019,by form of exploitation,Other forms of exploitation,2.5,158,1 +38476,2020,by form of exploitation,Other forms of exploitation,2.5,158,4 +38477,2020,by form of exploitation,Other forms of exploitation,2.5,158,5 +38478,2020,by form of exploitation,Other forms of exploitation,2.5,158,6 +38479,2020,by form of exploitation,Other forms of exploitation,2.5,158,7 +38480,2020,by form of exploitation,Other forms of exploitation,2.5,158,2 +38481,2020,by form of exploitation,Other forms of exploitation,2.5,158,3 +38482,2020,by form of exploitation,Other forms of exploitation,2.5,158,1 +38483,2020,by form of exploitation,Other forms of exploitation,2.5,158,1 +38484,2021,by form of exploitation,Other forms of exploitation,2.5,158,1 +38485,2022,by form of exploitation,Other forms of exploitation,2.5,158,1 +38486,2007,by form of exploitation,Other forms of exploitation,10.0,159,1 +38487,2010,by form of exploitation,Other forms of exploitation,2.5,159,1 +38488,2018,by form of exploitation,Other forms of exploitation,2.5,159,1 +38489,2019,by form of exploitation,Other forms of exploitation,2.5,159,5 +38490,2019,by form of exploitation,Other forms of exploitation,2.5,159,1 +38491,2020,by form of exploitation,Other forms of exploitation,8.0,159,5 +38492,2020,by form of exploitation,Other forms of exploitation,2.5,159,1 +38493,2021,by form of exploitation,Other forms of exploitation,2.5,159,5 +38494,2021,by form of exploitation,Other forms of exploitation,2.5,159,1 +38495,2022,by form of exploitation,Other forms of exploitation,2.5,159,4 +38496,2022,by form of exploitation,Other forms of exploitation,11.0,159,5 +38497,2022,by form of exploitation,Other forms of exploitation,2.5,159,6 +38498,2022,by form of exploitation,Other forms of exploitation,2.5,159,7 +38499,2022,by form of exploitation,Other forms of exploitation,9.0,159,1 +38500,2006,by form of exploitation,Other forms of exploitation,19.0,160,1 +38501,2007,by form of exploitation,Other forms of exploitation,2.5,160,1 +38502,2009,by form of exploitation,Other forms of exploitation,2.5,160,1 +38503,2012,by form of exploitation,Other forms of exploitation,2.5,160,1 +38504,2015,by form of exploitation,Other forms of exploitation,2.5,160,1 +38505,2017,by form of exploitation,Other forms of exploitation,2.5,160,4 +38506,2017,by form of exploitation,Other forms of exploitation,2.5,160,5 +38507,2017,by form of exploitation,Other forms of exploitation,7.0,160,6 +38508,2017,by form of exploitation,Other forms of exploitation,2.5,160,7 +38509,2017,by form of exploitation,Other forms of exploitation,2.5,160,9 +38510,2017,by form of exploitation,Other forms of exploitation,2.5,160,8 +38511,2017,by form of exploitation,Other forms of exploitation,2.5,160,2 +38512,2017,by form of exploitation,Other forms of exploitation,2.5,160,3 +38513,2017,by form of exploitation,Other forms of exploitation,7.0,160,1 +38514,2017,by form of exploitation,Other forms of exploitation,2.5,160,1 +38515,2017,by form of exploitation,Other forms of exploitation,2.5,160,1 +38516,2017,by form of exploitation,Other forms of exploitation,2.5,160,1 +38517,2017,by form of exploitation,Other forms of exploitation,2.5,160,1 +38518,2018,by form of exploitation,Other forms of exploitation,6.0,160,4 +38519,2018,by form of exploitation,Other forms of exploitation,2.5,160,5 +38520,2018,by form of exploitation,Other forms of exploitation,7.0,160,6 +38521,2018,by form of exploitation,Other forms of exploitation,2.5,160,7 +38522,2018,by form of exploitation,Other forms of exploitation,2.5,160,9 +38523,2018,by form of exploitation,Other forms of exploitation,2.5,160,8 +38524,2018,by form of exploitation,Other forms of exploitation,8.0,160,2 +38525,2018,by form of exploitation,Other forms of exploitation,2.5,160,3 +38526,2018,by form of exploitation,Other forms of exploitation,11.0,160,1 +38527,2018,by form of exploitation,Other forms of exploitation,2.5,160,1 +38528,2018,by form of exploitation,Other forms of exploitation,2.5,160,1 +38529,2018,by form of exploitation,Other forms of exploitation,5.0,160,1 +38530,2018,by form of exploitation,Other forms of exploitation,2.5,160,1 +38531,2019,by form of exploitation,Other forms of exploitation,5.0,160,4 +38532,2019,by form of exploitation,Other forms of exploitation,2.5,160,5 +38533,2019,by form of exploitation,Other forms of exploitation,9.0,160,6 +38534,2019,by form of exploitation,Other forms of exploitation,2.5,160,7 +38535,2019,by form of exploitation,Other forms of exploitation,2.5,160,9 +38536,2019,by form of exploitation,Other forms of exploitation,2.5,160,8 +38537,2019,by form of exploitation,Other forms of exploitation,11.0,160,2 +38538,2019,by form of exploitation,Other forms of exploitation,2.5,160,3 +38539,2019,by form of exploitation,Other forms of exploitation,2.5,160,1 +38540,2019,by form of exploitation,Other forms of exploitation,2.5,160,1 +38541,2019,by form of exploitation,Other forms of exploitation,2.5,160,1 +38542,2019,by form of exploitation,Other forms of exploitation,14.0,160,1 +38543,2019,by form of exploitation,Other forms of exploitation,11.0,160,1 +38544,2020,by form of exploitation,Other forms of exploitation,5.0,160,4 +38545,2020,by form of exploitation,Other forms of exploitation,2.5,160,5 +38546,2020,by form of exploitation,Other forms of exploitation,2.5,160,6 +38547,2020,by form of exploitation,Other forms of exploitation,2.5,160,7 +38548,2020,by form of exploitation,Other forms of exploitation,2.5,160,9 +38549,2020,by form of exploitation,Other forms of exploitation,2.5,160,8 +38550,2020,by form of exploitation,Other forms of exploitation,7.0,160,2 +38551,2020,by form of exploitation,Other forms of exploitation,2.5,160,3 +38552,2020,by form of exploitation,Other forms of exploitation,2.5,160,1 +38553,2020,by form of exploitation,Other forms of exploitation,2.5,160,1 +38554,2020,by form of exploitation,Other forms of exploitation,2.5,160,1 +38555,2020,by form of exploitation,Other forms of exploitation,9.0,160,1 +38556,2020,by form of exploitation,Other forms of exploitation,6.0,160,1 +38557,2021,by form of exploitation,Other forms of exploitation,2.5,160,4 +38558,2021,by form of exploitation,Other forms of exploitation,2.5,160,5 +38559,2021,by form of exploitation,Other forms of exploitation,2.5,160,6 +38560,2021,by form of exploitation,Other forms of exploitation,2.5,160,7 +38561,2021,by form of exploitation,Other forms of exploitation,2.5,160,1 +38562,2021,by form of exploitation,Other forms of exploitation,2.5,160,1 +38563,2022,by form of exploitation,Other forms of exploitation,2.5,160,4 +38564,2022,by form of exploitation,Other forms of exploitation,2.5,160,5 +38565,2022,by form of exploitation,Other forms of exploitation,2.5,160,6 +38566,2022,by form of exploitation,Other forms of exploitation,2.5,160,7 +38567,2022,by form of exploitation,Other forms of exploitation,2.5,160,2 +38568,2022,by form of exploitation,Other forms of exploitation,2.5,160,1 +38569,2018,by form of exploitation,Other forms of exploitation,2.5,161,1 +38570,2019,by form of exploitation,Other forms of exploitation,2.5,161,1 +38571,2020,by form of exploitation,Other forms of exploitation,2.5,161,1 +38572,2021,by form of exploitation,Other forms of exploitation,2.5,161,1 +38573,2022,by form of exploitation,Other forms of exploitation,2.5,161,1 +38574,2006,by form of exploitation,Other forms of exploitation,6.0,162,1 +38575,2008,by form of exploitation,Other forms of exploitation,16.0,162,1 +38576,2009,by form of exploitation,Other forms of exploitation,11.0,162,1 +38577,2012,by form of exploitation,Other forms of exploitation,24.0,162,1 +38578,2014,by form of exploitation,Other forms of exploitation,5.0,162,4 +38579,2014,by form of exploitation,Other forms of exploitation,2.5,162,5 +38580,2014,by form of exploitation,Other forms of exploitation,8.0,162,1 +38581,2015,by form of exploitation,Other forms of exploitation,2.5,162,4 +38582,2015,by form of exploitation,Other forms of exploitation,2.5,162,5 +38583,2015,by form of exploitation,Other forms of exploitation,2.5,162,6 +38584,2015,by form of exploitation,Other forms of exploitation,2.5,162,7 +38585,2015,by form of exploitation,Other forms of exploitation,2.5,162,1 +38586,2016,by form of exploitation,Other forms of exploitation,2.5,162,4 +38587,2016,by form of exploitation,Other forms of exploitation,2.5,162,1 +38588,2017,by form of exploitation,Other forms of exploitation,5.0,162,4 +38589,2017,by form of exploitation,Other forms of exploitation,9.0,162,5 +38590,2017,by form of exploitation,Other forms of exploitation,12.0,162,6 +38591,2017,by form of exploitation,Other forms of exploitation,2.5,162,7 +38592,2017,by form of exploitation,Other forms of exploitation,12.0,162,2 +38593,2017,by form of exploitation,Other forms of exploitation,2.5,162,3 +38594,2017,by form of exploitation,Other forms of exploitation,14.0,162,1 +38595,2017,by form of exploitation,Other forms of exploitation,2.5,162,1 +38596,2017,by form of exploitation,Other forms of exploitation,11.0,162,1 +38597,2018,by form of exploitation,Other forms of exploitation,5.0,162,4 +38598,2018,by form of exploitation,Other forms of exploitation,2.5,162,5 +38599,2018,by form of exploitation,Other forms of exploitation,6.0,162,6 +38600,2018,by form of exploitation,Other forms of exploitation,5.0,162,7 +38601,2018,by form of exploitation,Other forms of exploitation,6.0,162,2 +38602,2018,by form of exploitation,Other forms of exploitation,5.0,162,3 +38603,2018,by form of exploitation,Other forms of exploitation,9.0,162,1 +38604,2018,by form of exploitation,Other forms of exploitation,2.5,162,1 +38605,2018,by form of exploitation,Other forms of exploitation,5.0,162,1 +38606,2018,by form of exploitation,Other forms of exploitation,2.5,162,1 +38607,2019,by form of exploitation,Other forms of exploitation,2.5,162,4 +38608,2019,by form of exploitation,Other forms of exploitation,2.5,162,5 +38609,2019,by form of exploitation,Other forms of exploitation,5.0,162,6 +38610,2019,by form of exploitation,Other forms of exploitation,2.5,162,7 +38611,2019,by form of exploitation,Other forms of exploitation,6.0,162,2 +38612,2019,by form of exploitation,Other forms of exploitation,2.5,162,3 +38613,2019,by form of exploitation,Other forms of exploitation,2.5,162,1 +38614,2019,by form of exploitation,Other forms of exploitation,2.5,162,1 +38615,2019,by form of exploitation,Other forms of exploitation,2.5,162,1 +38616,2020,by form of exploitation,Other forms of exploitation,2.5,162,4 +38617,2020,by form of exploitation,Other forms of exploitation,2.5,162,5 +38618,2020,by form of exploitation,Other forms of exploitation,5.0,162,6 +38619,2020,by form of exploitation,Other forms of exploitation,2.5,162,7 +38620,2020,by form of exploitation,Other forms of exploitation,5.0,162,2 +38621,2020,by form of exploitation,Other forms of exploitation,6.0,162,3 +38622,2020,by form of exploitation,Other forms of exploitation,8.0,162,1 +38623,2020,by form of exploitation,Other forms of exploitation,7.0,162,1 +38624,2021,by form of exploitation,Other forms of exploitation,7.0,162,4 +38625,2021,by form of exploitation,Other forms of exploitation,2.5,162,5 +38626,2021,by form of exploitation,Other forms of exploitation,2.5,162,6 +38627,2021,by form of exploitation,Other forms of exploitation,6.0,162,7 +38628,2021,by form of exploitation,Other forms of exploitation,2.5,162,9 +38629,2021,by form of exploitation,Other forms of exploitation,2.5,162,8 +38630,2021,by form of exploitation,Other forms of exploitation,8.0,162,2 +38631,2021,by form of exploitation,Other forms of exploitation,10.0,162,3 +38632,2021,by form of exploitation,Other forms of exploitation,7.0,162,1 +38633,2021,by form of exploitation,Other forms of exploitation,2.5,162,1 +38634,2021,by form of exploitation,Other forms of exploitation,8.0,162,1 +38635,2021,by form of exploitation,Other forms of exploitation,2.5,162,1 +38636,2022,by form of exploitation,Other forms of exploitation,6.0,162,4 +38637,2022,by form of exploitation,Other forms of exploitation,8.0,162,5 +38638,2022,by form of exploitation,Other forms of exploitation,2.5,162,6 +38639,2022,by form of exploitation,Other forms of exploitation,5.0,162,7 +38640,2022,by form of exploitation,Other forms of exploitation,2.5,162,9 +38641,2022,by form of exploitation,Other forms of exploitation,2.5,162,8 +38642,2022,by form of exploitation,Other forms of exploitation,10.0,162,2 +38643,2022,by form of exploitation,Other forms of exploitation,13.0,162,3 +38644,2022,by form of exploitation,Other forms of exploitation,10.0,162,1 +38645,2022,by form of exploitation,Other forms of exploitation,6.0,162,1 +38646,2022,by form of exploitation,Other forms of exploitation,7.0,162,1 +38647,2022,by form of exploitation,Other forms of exploitation,2.5,162,1 +38648,2018,by form of exploitation,Other forms of exploitation,2.5,164,1 +38649,2018,by form of exploitation,Other forms of exploitation,2.5,164,1 +38650,2019,by form of exploitation,Other forms of exploitation,2.5,164,4 +38651,2019,by form of exploitation,Other forms of exploitation,2.5,164,5 +38652,2019,by form of exploitation,Other forms of exploitation,2.5,164,6 +38653,2019,by form of exploitation,Other forms of exploitation,2.5,164,7 +38654,2019,by form of exploitation,Other forms of exploitation,2.5,164,1 +38655,2020,by form of exploitation,Other forms of exploitation,2.5,164,4 +38656,2020,by form of exploitation,Other forms of exploitation,2.5,164,5 +38657,2020,by form of exploitation,Other forms of exploitation,2.5,164,6 +38658,2020,by form of exploitation,Other forms of exploitation,2.5,164,7 +38659,2020,by form of exploitation,Other forms of exploitation,2.5,164,1 +38660,2021,by form of exploitation,Other forms of exploitation,2.5,164,1 +38661,2022,by form of exploitation,Other forms of exploitation,2.5,164,1 +38662,2008,by form of exploitation,Other forms of exploitation,2.5,165,1 +38663,2009,by form of exploitation,Other forms of exploitation,2.5,165,1 +38664,2010,by form of exploitation,Other forms of exploitation,2.5,165,1 +38665,2011,by form of exploitation,Other forms of exploitation,8.0,165,1 +38666,2012,by form of exploitation,Other forms of exploitation,8.0,165,1 +38667,2013,by form of exploitation,Other forms of exploitation,9.0,165,1 +38668,2014,by form of exploitation,Other forms of exploitation,12.0,165,5 +38669,2014,by form of exploitation,Other forms of exploitation,2.5,165,7 +38670,2014,by form of exploitation,Other forms of exploitation,16.0,165,1 +38671,2015,by form of exploitation,Other forms of exploitation,5.0,165,5 +38672,2015,by form of exploitation,Other forms of exploitation,5.0,165,7 +38673,2015,by form of exploitation,Other forms of exploitation,10.0,165,1 +38674,2016,by form of exploitation,Other forms of exploitation,2.5,165,4 +38675,2016,by form of exploitation,Other forms of exploitation,2.5,165,5 +38676,2016,by form of exploitation,Other forms of exploitation,2.5,165,6 +38677,2016,by form of exploitation,Other forms of exploitation,7.0,165,7 +38678,2016,by form of exploitation,Other forms of exploitation,12.0,165,1 +38679,2017,by form of exploitation,Other forms of exploitation,2.5,165,4 +38680,2017,by form of exploitation,Other forms of exploitation,14.0,165,5 +38681,2017,by form of exploitation,Other forms of exploitation,2.5,165,6 +38682,2017,by form of exploitation,Other forms of exploitation,18.0,165,7 +38683,2017,by form of exploitation,Other forms of exploitation,2.5,165,9 +38684,2017,by form of exploitation,Other forms of exploitation,2.5,165,8 +38685,2017,by form of exploitation,Other forms of exploitation,2.5,165,2 +38686,2017,by form of exploitation,Other forms of exploitation,24.0,165,3 +38687,2017,by form of exploitation,Other forms of exploitation,24.0,165,1 +38688,2017,by form of exploitation,Other forms of exploitation,2.5,165,1 +38689,2017,by form of exploitation,Other forms of exploitation,5.0,165,1 +38690,2017,by form of exploitation,Other forms of exploitation,2.5,165,1 +38691,2017,by form of exploitation,Other forms of exploitation,2.5,165,1 +38692,2018,by form of exploitation,Other forms of exploitation,7.0,165,4 +38693,2018,by form of exploitation,Other forms of exploitation,18.0,165,5 +38694,2018,by form of exploitation,Other forms of exploitation,7.0,165,6 +38695,2018,by form of exploitation,Other forms of exploitation,9.0,165,7 +38696,2018,by form of exploitation,Other forms of exploitation,2.5,165,9 +38697,2018,by form of exploitation,Other forms of exploitation,2.5,165,8 +38698,2018,by form of exploitation,Other forms of exploitation,7.0,165,2 +38699,2018,by form of exploitation,Other forms of exploitation,26.0,165,3 +38700,2018,by form of exploitation,Other forms of exploitation,32.0,165,1 +38701,2018,by form of exploitation,Other forms of exploitation,2.5,165,1 +38702,2018,by form of exploitation,Other forms of exploitation,6.0,165,1 +38703,2018,by form of exploitation,Other forms of exploitation,2.5,165,1 +38704,2018,by form of exploitation,Other forms of exploitation,2.5,165,1 +38705,2019,by form of exploitation,Other forms of exploitation,7.0,165,4 +38706,2019,by form of exploitation,Other forms of exploitation,8.0,165,5 +38707,2019,by form of exploitation,Other forms of exploitation,10.0,165,6 +38708,2019,by form of exploitation,Other forms of exploitation,15.0,165,7 +38709,2019,by form of exploitation,Other forms of exploitation,2.5,165,9 +38710,2019,by form of exploitation,Other forms of exploitation,2.5,165,8 +38711,2019,by form of exploitation,Other forms of exploitation,17.0,165,2 +38712,2019,by form of exploitation,Other forms of exploitation,23.0,165,3 +38713,2019,by form of exploitation,Other forms of exploitation,25.0,165,1 +38714,2019,by form of exploitation,Other forms of exploitation,2.5,165,1 +38715,2019,by form of exploitation,Other forms of exploitation,7.0,165,1 +38716,2019,by form of exploitation,Other forms of exploitation,2.5,165,1 +38717,2019,by form of exploitation,Other forms of exploitation,2.5,165,1 +38718,2020,by form of exploitation,Other forms of exploitation,6.0,165,4 +38719,2020,by form of exploitation,Other forms of exploitation,6.0,165,5 +38720,2020,by form of exploitation,Other forms of exploitation,10.0,165,6 +38721,2020,by form of exploitation,Other forms of exploitation,7.0,165,7 +38722,2020,by form of exploitation,Other forms of exploitation,2.5,165,9 +38723,2020,by form of exploitation,Other forms of exploitation,2.5,165,8 +38724,2020,by form of exploitation,Other forms of exploitation,16.0,165,2 +38725,2020,by form of exploitation,Other forms of exploitation,13.0,165,3 +38726,2020,by form of exploitation,Other forms of exploitation,19.0,165,1 +38727,2020,by form of exploitation,Other forms of exploitation,2.5,165,1 +38728,2020,by form of exploitation,Other forms of exploitation,5.0,165,1 +38729,2020,by form of exploitation,Other forms of exploitation,5.0,165,1 +38730,2020,by form of exploitation,Other forms of exploitation,2.5,165,1 +38731,2021,by form of exploitation,Other forms of exploitation,2.5,165,4 +38732,2021,by form of exploitation,Other forms of exploitation,2.5,165,5 +38733,2021,by form of exploitation,Other forms of exploitation,2.5,165,6 +38734,2021,by form of exploitation,Other forms of exploitation,2.5,165,7 +38735,2021,by form of exploitation,Other forms of exploitation,2.5,165,2 +38736,2021,by form of exploitation,Other forms of exploitation,2.5,165,3 +38737,2021,by form of exploitation,Other forms of exploitation,7.0,165,1 +38738,2022,by form of exploitation,Other forms of exploitation,2.5,165,4 +38739,2022,by form of exploitation,Other forms of exploitation,2.5,165,5 +38740,2022,by form of exploitation,Other forms of exploitation,2.5,165,6 +38741,2022,by form of exploitation,Other forms of exploitation,2.5,165,7 +38742,2022,by form of exploitation,Other forms of exploitation,2.5,165,2 +38743,2022,by form of exploitation,Other forms of exploitation,5.0,165,3 +38744,2022,by form of exploitation,Other forms of exploitation,6.0,165,1 +38745,2014,by form of exploitation,Other forms of exploitation,2.5,166,1 +38746,2017,by form of exploitation,Other forms of exploitation,2.5,166,4 +38747,2017,by form of exploitation,Other forms of exploitation,2.5,166,5 +38748,2017,by form of exploitation,Other forms of exploitation,2.5,166,6 +38749,2017,by form of exploitation,Other forms of exploitation,2.5,166,7 +38750,2018,by form of exploitation,Other forms of exploitation,2.5,166,4 +38751,2018,by form of exploitation,Other forms of exploitation,2.5,166,5 +38752,2018,by form of exploitation,Other forms of exploitation,30.0,166,5 +38753,2018,by form of exploitation,Other forms of exploitation,2.5,166,6 +38754,2018,by form of exploitation,Other forms of exploitation,30.0,166,7 +38755,2018,by form of exploitation,Other forms of exploitation,2.5,166,7 +38756,2018,by form of exploitation,Other forms of exploitation,34.0,166,3 +38757,2018,by form of exploitation,Other forms of exploitation,34.0,166,1 +38758,2018,by form of exploitation,Other forms of exploitation,32.0,166,1 +38759,2018,by form of exploitation,Other forms of exploitation,2.5,166,1 +38760,2019,by form of exploitation,Other forms of exploitation,2.5,166,4 +38761,2019,by form of exploitation,Other forms of exploitation,2.5,166,5 +38762,2019,by form of exploitation,Other forms of exploitation,2.5,166,6 +38763,2019,by form of exploitation,Other forms of exploitation,2.5,166,7 +38764,2019,by form of exploitation,Other forms of exploitation,2.5,166,2 +38765,2019,by form of exploitation,Other forms of exploitation,2.5,166,3 +38766,2019,by form of exploitation,Other forms of exploitation,2.5,166,1 +38767,2020,by form of exploitation,Other forms of exploitation,2.5,166,4 +38768,2020,by form of exploitation,Other forms of exploitation,2.5,166,5 +38769,2020,by form of exploitation,Other forms of exploitation,2.5,166,6 +38770,2020,by form of exploitation,Other forms of exploitation,2.5,166,7 +38771,2020,by form of exploitation,Other forms of exploitation,2.5,166,1 +38772,2021,by form of exploitation,Other forms of exploitation,2.5,166,4 +38773,2021,by form of exploitation,Other forms of exploitation,2.5,166,5 +38774,2021,by form of exploitation,Other forms of exploitation,2.5,166,6 +38775,2021,by form of exploitation,Other forms of exploitation,2.5,166,7 +38776,2021,by form of exploitation,Other forms of exploitation,2.5,166,1 +38777,2022,by form of exploitation,Other forms of exploitation,2.5,166,4 +38778,2022,by form of exploitation,Other forms of exploitation,2.5,166,5 +38779,2022,by form of exploitation,Other forms of exploitation,2.5,166,6 +38780,2022,by form of exploitation,Other forms of exploitation,2.5,166,7 +38781,2022,by form of exploitation,Other forms of exploitation,2.5,166,2 +38782,2022,by form of exploitation,Other forms of exploitation,2.5,166,1 +38783,2008,by form of exploitation,Other forms of exploitation,7.0,167,1 +38784,2009,by form of exploitation,Other forms of exploitation,17.0,167,1 +38785,2010,by form of exploitation,Other forms of exploitation,7.0,167,1 +38786,2011,by form of exploitation,Other forms of exploitation,2.5,167,1 +38787,2012,by form of exploitation,Other forms of exploitation,2.5,167,1 +38788,2016,by form of exploitation,Other forms of exploitation,2.5,167,5 +38789,2016,by form of exploitation,Other forms of exploitation,2.5,167,7 +38790,2016,by form of exploitation,Other forms of exploitation,5.0,167,1 +38791,2017,by form of exploitation,Other forms of exploitation,93.0,167,1 +38792,2018,by form of exploitation,Other forms of exploitation,2.5,167,4 +38793,2018,by form of exploitation,Other forms of exploitation,2.5,167,5 +38794,2018,by form of exploitation,Other forms of exploitation,2.5,167,6 +38795,2018,by form of exploitation,Other forms of exploitation,11.0,167,7 +38796,2018,by form of exploitation,Other forms of exploitation,16.0,167,1 +38797,2019,by form of exploitation,Other forms of exploitation,2.5,167,1 +38798,2020,by form of exploitation,Other forms of exploitation,2.5,167,4 +38799,2020,by form of exploitation,Other forms of exploitation,2.5,167,5 +38800,2020,by form of exploitation,Other forms of exploitation,2.5,167,6 +38801,2020,by form of exploitation,Other forms of exploitation,2.5,167,7 +38802,2020,by form of exploitation,Other forms of exploitation,2.5,167,3 +38803,2020,by form of exploitation,Other forms of exploitation,2.5,167,1 +38804,2022,by form of exploitation,Other forms of exploitation,11.0,167,4 +38805,2022,by form of exploitation,Other forms of exploitation,13.0,167,5 +38806,2022,by form of exploitation,Other forms of exploitation,2.5,167,6 +38807,2022,by form of exploitation,Other forms of exploitation,48.0,167,7 +38808,2022,by form of exploitation,Other forms of exploitation,6.0,167,9 +38809,2022,by form of exploitation,Other forms of exploitation,19.0,167,2 +38810,2022,by form of exploitation,Other forms of exploitation,61.0,167,3 +38811,2022,by form of exploitation,Other forms of exploitation,80.0,167,1 +38812,2022,by form of exploitation,Other forms of exploitation,2.5,167,1 +38813,2018,by form of exploitation,Other forms of exploitation,2.5,168,1 +38814,2019,by form of exploitation,Other forms of exploitation,2.5,168,4 +38815,2019,by form of exploitation,Other forms of exploitation,2.5,168,5 +38816,2019,by form of exploitation,Other forms of exploitation,2.5,168,6 +38817,2019,by form of exploitation,Other forms of exploitation,2.5,168,7 +38818,2019,by form of exploitation,Other forms of exploitation,2.5,168,1 +38819,2020,by form of exploitation,Other forms of exploitation,2.5,168,4 +38820,2020,by form of exploitation,Other forms of exploitation,2.5,168,5 +38821,2020,by form of exploitation,Other forms of exploitation,2.5,168,6 +38822,2020,by form of exploitation,Other forms of exploitation,2.5,168,7 +38823,2020,by form of exploitation,Other forms of exploitation,2.5,168,1 +38824,2021,by form of exploitation,Other forms of exploitation,2.5,168,4 +38825,2021,by form of exploitation,Other forms of exploitation,2.5,168,5 +38826,2021,by form of exploitation,Other forms of exploitation,2.5,168,6 +38827,2021,by form of exploitation,Other forms of exploitation,2.5,168,7 +38828,2021,by form of exploitation,Other forms of exploitation,2.5,168,1 +38829,2022,by form of exploitation,Other forms of exploitation,2.5,168,4 +38830,2022,by form of exploitation,Other forms of exploitation,2.5,168,5 +38831,2022,by form of exploitation,Other forms of exploitation,2.5,168,6 +38832,2022,by form of exploitation,Other forms of exploitation,2.5,168,7 +38833,2022,by form of exploitation,Other forms of exploitation,2.5,168,1 +38834,2018,by form of exploitation,Other forms of exploitation,2.5,169,1 +38835,2019,by form of exploitation,Other forms of exploitation,2.5,169,1 +38836,2020,by form of exploitation,Other forms of exploitation,2.5,169,4 +38837,2020,by form of exploitation,Other forms of exploitation,2.5,169,5 +38838,2020,by form of exploitation,Other forms of exploitation,2.5,169,6 +38839,2020,by form of exploitation,Other forms of exploitation,2.5,169,7 +38840,2020,by form of exploitation,Other forms of exploitation,2.5,169,1 +38841,2021,by form of exploitation,Other forms of exploitation,2.5,169,4 +38842,2021,by form of exploitation,Other forms of exploitation,2.5,169,5 +38843,2021,by form of exploitation,Other forms of exploitation,2.5,169,6 +38844,2021,by form of exploitation,Other forms of exploitation,2.5,169,7 +38845,2021,by form of exploitation,Other forms of exploitation,2.5,169,1 +38846,2022,by form of exploitation,Other forms of exploitation,2.5,169,4 +38847,2022,by form of exploitation,Other forms of exploitation,2.5,169,5 +38848,2022,by form of exploitation,Other forms of exploitation,2.5,169,6 +38849,2022,by form of exploitation,Other forms of exploitation,2.5,169,7 +38850,2022,by form of exploitation,Other forms of exploitation,2.5,169,1 +38851,2018,by form of exploitation,Other forms of exploitation,2.5,170,1 +38852,2019,by form of exploitation,Other forms of exploitation,2.5,170,4 +38853,2019,by form of exploitation,Other forms of exploitation,2.5,170,5 +38854,2019,by form of exploitation,Other forms of exploitation,2.5,170,6 +38855,2019,by form of exploitation,Other forms of exploitation,2.5,170,7 +38856,2019,by form of exploitation,Other forms of exploitation,2.5,170,1 +38857,2020,by form of exploitation,Other forms of exploitation,2.5,170,4 +38858,2020,by form of exploitation,Other forms of exploitation,2.5,170,5 +38859,2020,by form of exploitation,Other forms of exploitation,2.5,170,6 +38860,2020,by form of exploitation,Other forms of exploitation,2.5,170,7 +38861,2020,by form of exploitation,Other forms of exploitation,2.5,170,1 +38862,2021,by form of exploitation,Other forms of exploitation,2.5,170,4 +38863,2021,by form of exploitation,Other forms of exploitation,2.5,170,5 +38864,2021,by form of exploitation,Other forms of exploitation,2.5,170,6 +38865,2021,by form of exploitation,Other forms of exploitation,2.5,170,7 +38866,2021,by form of exploitation,Other forms of exploitation,2.5,170,1 +38867,2022,by form of exploitation,Other forms of exploitation,2.5,170,4 +38868,2022,by form of exploitation,Other forms of exploitation,2.5,170,5 +38869,2022,by form of exploitation,Other forms of exploitation,2.5,170,6 +38870,2022,by form of exploitation,Other forms of exploitation,2.5,170,7 +38871,2022,by form of exploitation,Other forms of exploitation,2.5,170,1 +38872,2018,by form of exploitation,Other forms of exploitation,2.5,171,1 +38873,2019,by form of exploitation,Other forms of exploitation,2.5,171,1 +38874,2020,by form of exploitation,Other forms of exploitation,2.5,171,1 +38875,2021,by form of exploitation,Other forms of exploitation,2.5,171,1 +38876,2022,by form of exploitation,Other forms of exploitation,2.5,171,1 +38877,2018,by form of exploitation,Other forms of exploitation,2.5,172,1 +38878,2019,by form of exploitation,Other forms of exploitation,2.5,172,1 +38879,2020,by form of exploitation,Other forms of exploitation,2.5,172,1 +38880,2021,by form of exploitation,Other forms of exploitation,2.5,172,1 +38881,2022,by form of exploitation,Other forms of exploitation,2.5,172,1 +38882,2007,by form of exploitation,Other forms of exploitation,217.0,173,1 +38883,2014,by form of exploitation,Other forms of exploitation,5.0,173,4 +38884,2014,by form of exploitation,Other forms of exploitation,24.0,173,6 +38885,2014,by form of exploitation,Other forms of exploitation,2.5,173,7 +38886,2014,by form of exploitation,Other forms of exploitation,57.0,173,1 +38887,2015,by form of exploitation,Other forms of exploitation,9.0,173,4 +38888,2015,by form of exploitation,Other forms of exploitation,2.5,173,5 +38889,2015,by form of exploitation,Other forms of exploitation,27.0,173,6 +38890,2015,by form of exploitation,Other forms of exploitation,40.0,173,7 +38891,2015,by form of exploitation,Other forms of exploitation,78.0,173,1 +38892,2016,by form of exploitation,Other forms of exploitation,28.0,173,4 +38893,2016,by form of exploitation,Other forms of exploitation,9.0,173,5 +38894,2016,by form of exploitation,Other forms of exploitation,6.0,173,6 +38895,2016,by form of exploitation,Other forms of exploitation,2.5,173,7 +38896,2016,by form of exploitation,Other forms of exploitation,44.0,173,1 +38897,2017,by form of exploitation,Other forms of exploitation,2.5,173,4 +38898,2017,by form of exploitation,Other forms of exploitation,2.5,173,5 +38899,2017,by form of exploitation,Other forms of exploitation,9.0,173,6 +38900,2017,by form of exploitation,Other forms of exploitation,2.5,173,7 +38901,2017,by form of exploitation,Other forms of exploitation,11.0,173,1 +38902,2018,by form of exploitation,Other forms of exploitation,2.5,173,4 +38903,2018,by form of exploitation,Other forms of exploitation,21.0,173,5 +38904,2018,by form of exploitation,Other forms of exploitation,15.0,173,6 +38905,2018,by form of exploitation,Other forms of exploitation,66.0,173,7 +38906,2018,by form of exploitation,Other forms of exploitation,2.5,173,9 +38907,2018,by form of exploitation,Other forms of exploitation,2.5,173,8 +38908,2018,by form of exploitation,Other forms of exploitation,19.0,173,2 +38909,2018,by form of exploitation,Other forms of exploitation,87.0,173,3 +38910,2018,by form of exploitation,Other forms of exploitation,2.5,173,1 +38911,2018,by form of exploitation,Other forms of exploitation,2.5,173,1 +38912,2018,by form of exploitation,Other forms of exploitation,96.0,173,1 +38913,2018,by form of exploitation,Other forms of exploitation,8.0,173,1 +38914,2018,by form of exploitation,Other forms of exploitation,2.5,173,1 +38915,2019,by form of exploitation,Other forms of exploitation,77.0,173,4 +38916,2019,by form of exploitation,Other forms of exploitation,231.0,173,5 +38917,2019,by form of exploitation,Other forms of exploitation,117.0,173,6 +38918,2019,by form of exploitation,Other forms of exploitation,1009.0,173,7 +38919,2019,by form of exploitation,Other forms of exploitation,2.5,173,9 +38920,2019,by form of exploitation,Other forms of exploitation,2.5,173,8 +38921,2019,by form of exploitation,Other forms of exploitation,194.0,173,2 +38922,2019,by form of exploitation,Other forms of exploitation,1240.0,173,3 +38923,2019,by form of exploitation,Other forms of exploitation,2.5,173,1 +38924,2019,by form of exploitation,Other forms of exploitation,8.0,173,1 +38925,2019,by form of exploitation,Other forms of exploitation,926.0,173,1 +38926,2019,by form of exploitation,Other forms of exploitation,500.0,173,1 +38927,2019,by form of exploitation,Other forms of exploitation,2.5,173,1 +38928,2020,by form of exploitation,Other forms of exploitation,2.5,173,4 +38929,2020,by form of exploitation,Other forms of exploitation,2.5,173,5 +38930,2020,by form of exploitation,Other forms of exploitation,5.0,173,6 +38931,2020,by form of exploitation,Other forms of exploitation,2.5,173,7 +38932,2020,by form of exploitation,Other forms of exploitation,2.5,173,9 +38933,2020,by form of exploitation,Other forms of exploitation,2.5,173,8 +38934,2020,by form of exploitation,Other forms of exploitation,6.0,173,2 +38935,2020,by form of exploitation,Other forms of exploitation,2.5,173,3 +38936,2020,by form of exploitation,Other forms of exploitation,2.5,173,1 +38937,2020,by form of exploitation,Other forms of exploitation,2.5,173,1 +38938,2020,by form of exploitation,Other forms of exploitation,8.0,173,1 +38939,2020,by form of exploitation,Other forms of exploitation,2.5,173,1 +38940,2020,by form of exploitation,Other forms of exploitation,2.5,173,1 +38941,2021,by form of exploitation,Other forms of exploitation,12.0,173,4 +38942,2021,by form of exploitation,Other forms of exploitation,18.0,173,5 +38943,2021,by form of exploitation,Other forms of exploitation,5.0,173,6 +38944,2021,by form of exploitation,Other forms of exploitation,6.0,173,7 +38945,2021,by form of exploitation,Other forms of exploitation,2.5,173,9 +38946,2021,by form of exploitation,Other forms of exploitation,2.5,173,8 +38947,2021,by form of exploitation,Other forms of exploitation,17.0,173,2 +38948,2021,by form of exploitation,Other forms of exploitation,24.0,173,3 +38949,2021,by form of exploitation,Other forms of exploitation,2.5,173,1 +38950,2021,by form of exploitation,Other forms of exploitation,2.5,173,1 +38951,2021,by form of exploitation,Other forms of exploitation,39.0,173,1 +38952,2021,by form of exploitation,Other forms of exploitation,2.5,173,1 +38953,2021,by form of exploitation,Other forms of exploitation,2.5,173,1 +38954,2022,by form of exploitation,Other forms of exploitation,2.5,173,4 +38955,2022,by form of exploitation,Other forms of exploitation,2.5,173,5 +38956,2022,by form of exploitation,Other forms of exploitation,2.5,173,6 +38957,2022,by form of exploitation,Other forms of exploitation,2.5,173,7 +38958,2022,by form of exploitation,Other forms of exploitation,2.5,173,9 +38959,2022,by form of exploitation,Other forms of exploitation,2.5,173,8 +38960,2022,by form of exploitation,Other forms of exploitation,2.5,173,2 +38961,2022,by form of exploitation,Other forms of exploitation,2.5,173,3 +38962,2022,by form of exploitation,Other forms of exploitation,2.5,173,1 +38963,2022,by form of exploitation,Other forms of exploitation,2.5,173,1 +38964,2022,by form of exploitation,Other forms of exploitation,2.5,173,1 +38965,2022,by form of exploitation,Other forms of exploitation,2.5,173,1 +38966,2022,by form of exploitation,Other forms of exploitation,2.5,173,1 +38967,2012,by form of exploitation,Other forms of exploitation,9.0,174,1 +38968,2013,by form of exploitation,Other forms of exploitation,10.0,174,1 +38969,2014,by form of exploitation,Other forms of exploitation,12.0,174,1 +38970,2015,by form of exploitation,Other forms of exploitation,2.5,174,1 +38971,2017,by form of exploitation,Other forms of exploitation,5.0,174,4 +38972,2017,by form of exploitation,Other forms of exploitation,8.0,174,5 +38973,2017,by form of exploitation,Other forms of exploitation,6.0,174,6 +38974,2017,by form of exploitation,Other forms of exploitation,10.0,174,7 +38975,2017,by form of exploitation,Other forms of exploitation,10.0,174,9 +38976,2017,by form of exploitation,Other forms of exploitation,10.0,174,2 +38977,2017,by form of exploitation,Other forms of exploitation,18.0,174,3 +38978,2017,by form of exploitation,Other forms of exploitation,29.0,174,1 +38979,2018,by form of exploitation,Other forms of exploitation,5.0,174,4 +38980,2018,by form of exploitation,Other forms of exploitation,11.0,174,5 +38981,2018,by form of exploitation,Other forms of exploitation,5.0,174,6 +38982,2018,by form of exploitation,Other forms of exploitation,2.5,174,7 +38983,2018,by form of exploitation,Other forms of exploitation,11.0,174,9 +38984,2018,by form of exploitation,Other forms of exploitation,11.0,174,2 +38985,2018,by form of exploitation,Other forms of exploitation,12.0,174,3 +38986,2018,by form of exploitation,Other forms of exploitation,22.0,174,1 +38987,2019,by form of exploitation,Other forms of exploitation,2.5,174,4 +38988,2019,by form of exploitation,Other forms of exploitation,29.0,174,5 +38989,2019,by form of exploitation,Other forms of exploitation,2.5,174,6 +38990,2019,by form of exploitation,Other forms of exploitation,5.0,174,7 +38991,2019,by form of exploitation,Other forms of exploitation,10.0,174,9 +38992,2019,by form of exploitation,Other forms of exploitation,10.0,174,2 +38993,2019,by form of exploitation,Other forms of exploitation,34.0,174,3 +38994,2019,by form of exploitation,Other forms of exploitation,34.0,174,1 +38995,2020,by form of exploitation,Other forms of exploitation,2.5,174,4 +38996,2020,by form of exploitation,Other forms of exploitation,48.0,174,5 +38997,2020,by form of exploitation,Other forms of exploitation,2.5,174,6 +38998,2020,by form of exploitation,Other forms of exploitation,2.5,174,7 +38999,2020,by form of exploitation,Other forms of exploitation,8.0,174,9 +39000,2020,by form of exploitation,Other forms of exploitation,8.0,174,2 +39001,2020,by form of exploitation,Other forms of exploitation,48.0,174,3 +39002,2020,by form of exploitation,Other forms of exploitation,48.0,174,1 +39003,2021,by form of exploitation,Other forms of exploitation,2.5,174,4 +39004,2021,by form of exploitation,Other forms of exploitation,2.5,174,5 +39005,2021,by form of exploitation,Other forms of exploitation,2.5,174,6 +39006,2021,by form of exploitation,Other forms of exploitation,2.5,174,7 +39007,2021,by form of exploitation,Other forms of exploitation,2.5,174,1 +39008,2022,by form of exploitation,Other forms of exploitation,2.5,174,1 +39009,2018,by form of exploitation,Other forms of exploitation,2.5,175,1 +39010,2019,by form of exploitation,Other forms of exploitation,2.5,175,4 +39011,2019,by form of exploitation,Other forms of exploitation,2.5,175,5 +39012,2019,by form of exploitation,Other forms of exploitation,2.5,175,6 +39013,2019,by form of exploitation,Other forms of exploitation,2.5,175,7 +39014,2019,by form of exploitation,Other forms of exploitation,2.5,175,1 +39015,2020,by form of exploitation,Other forms of exploitation,2.5,175,4 +39016,2020,by form of exploitation,Other forms of exploitation,2.5,175,5 +39017,2020,by form of exploitation,Other forms of exploitation,2.5,175,6 +39018,2020,by form of exploitation,Other forms of exploitation,2.5,175,7 +39019,2020,by form of exploitation,Other forms of exploitation,2.5,175,1 +39020,2021,by form of exploitation,Other forms of exploitation,2.5,175,4 +39021,2021,by form of exploitation,Other forms of exploitation,2.5,175,5 +39022,2021,by form of exploitation,Other forms of exploitation,2.5,175,6 +39023,2021,by form of exploitation,Other forms of exploitation,2.5,175,7 +39024,2021,by form of exploitation,Other forms of exploitation,2.5,175,1 +39025,2022,by form of exploitation,Other forms of exploitation,2.5,175,4 +39026,2022,by form of exploitation,Other forms of exploitation,2.5,175,5 +39027,2022,by form of exploitation,Other forms of exploitation,2.5,175,6 +39028,2022,by form of exploitation,Other forms of exploitation,2.5,175,7 +39029,2022,by form of exploitation,Other forms of exploitation,2.5,175,1 +39030,2018,by form of exploitation,Other forms of exploitation,2.5,176,1 +39031,2019,by form of exploitation,Other forms of exploitation,2.5,176,1 +39032,2020,by form of exploitation,Other forms of exploitation,2.5,176,1 +39033,2021,by form of exploitation,Other forms of exploitation,2.5,176,1 +39034,2022,by form of exploitation,Other forms of exploitation,2.5,176,1 +39035,2017,by form of exploitation,Other forms of exploitation,2.5,177,4 +39036,2017,by form of exploitation,Other forms of exploitation,2.5,177,5 +39037,2017,by form of exploitation,Other forms of exploitation,2.5,177,6 +39038,2017,by form of exploitation,Other forms of exploitation,2.5,177,7 +39039,2017,by form of exploitation,Other forms of exploitation,2.5,177,9 +39040,2017,by form of exploitation,Other forms of exploitation,2.5,177,8 +39041,2017,by form of exploitation,Other forms of exploitation,2.5,177,2 +39042,2017,by form of exploitation,Other forms of exploitation,2.5,177,3 +39043,2017,by form of exploitation,Other forms of exploitation,2.5,177,1 +39044,2017,by form of exploitation,Other forms of exploitation,2.5,177,1 +39045,2018,by form of exploitation,Other forms of exploitation,2.5,177,4 +39046,2018,by form of exploitation,Other forms of exploitation,2.5,177,5 +39047,2018,by form of exploitation,Other forms of exploitation,2.5,177,6 +39048,2018,by form of exploitation,Other forms of exploitation,2.5,177,7 +39049,2018,by form of exploitation,Other forms of exploitation,2.5,177,9 +39050,2018,by form of exploitation,Other forms of exploitation,2.5,177,8 +39051,2018,by form of exploitation,Other forms of exploitation,2.5,177,2 +39052,2018,by form of exploitation,Other forms of exploitation,2.5,177,3 +39053,2018,by form of exploitation,Other forms of exploitation,2.5,177,1 +39054,2018,by form of exploitation,Other forms of exploitation,2.5,177,1 +39055,2018,by form of exploitation,Other forms of exploitation,2.5,177,1 +39056,2019,by form of exploitation,Other forms of exploitation,2.5,177,4 +39057,2019,by form of exploitation,Other forms of exploitation,2.5,177,5 +39058,2019,by form of exploitation,Other forms of exploitation,2.5,177,6 +39059,2019,by form of exploitation,Other forms of exploitation,2.5,177,7 +39060,2019,by form of exploitation,Other forms of exploitation,2.5,177,9 +39061,2019,by form of exploitation,Other forms of exploitation,2.5,177,8 +39062,2019,by form of exploitation,Other forms of exploitation,2.5,177,2 +39063,2019,by form of exploitation,Other forms of exploitation,2.5,177,3 +39064,2019,by form of exploitation,Other forms of exploitation,2.5,177,1 +39065,2019,by form of exploitation,Other forms of exploitation,2.5,177,1 +39066,2019,by form of exploitation,Other forms of exploitation,2.5,177,1 +39067,2020,by form of exploitation,Other forms of exploitation,2.5,177,4 +39068,2020,by form of exploitation,Other forms of exploitation,2.5,177,5 +39069,2020,by form of exploitation,Other forms of exploitation,2.5,177,6 +39070,2020,by form of exploitation,Other forms of exploitation,2.5,177,7 +39071,2020,by form of exploitation,Other forms of exploitation,2.5,177,9 +39072,2020,by form of exploitation,Other forms of exploitation,2.5,177,8 +39073,2020,by form of exploitation,Other forms of exploitation,2.5,177,2 +39074,2020,by form of exploitation,Other forms of exploitation,2.5,177,3 +39075,2020,by form of exploitation,Other forms of exploitation,2.5,177,1 +39076,2020,by form of exploitation,Other forms of exploitation,2.5,177,1 +39077,2020,by form of exploitation,Other forms of exploitation,2.5,177,1 +39078,2021,by form of exploitation,Other forms of exploitation,2.5,177,1 +39079,2022,by form of exploitation,Other forms of exploitation,2.5,177,1 +39080,2008,by form of exploitation,Other forms of exploitation,2.5,178,1 +39081,2009,by form of exploitation,Other forms of exploitation,2.5,178,1 +39082,2018,by form of exploitation,Other forms of exploitation,2.5,178,1 +39083,2019,by form of exploitation,Other forms of exploitation,2.5,178,4 +39084,2019,by form of exploitation,Other forms of exploitation,2.5,178,5 +39085,2019,by form of exploitation,Other forms of exploitation,2.5,178,6 +39086,2019,by form of exploitation,Other forms of exploitation,2.5,178,7 +39087,2019,by form of exploitation,Other forms of exploitation,2.5,178,1 +39088,2020,by form of exploitation,Other forms of exploitation,2.5,178,4 +39089,2020,by form of exploitation,Other forms of exploitation,2.5,178,5 +39090,2020,by form of exploitation,Other forms of exploitation,2.5,178,6 +39091,2020,by form of exploitation,Other forms of exploitation,2.5,178,7 +39092,2020,by form of exploitation,Other forms of exploitation,2.5,178,1 +39093,2021,by form of exploitation,Other forms of exploitation,2.5,178,4 +39094,2021,by form of exploitation,Other forms of exploitation,2.5,178,5 +39095,2021,by form of exploitation,Other forms of exploitation,2.5,178,6 +39096,2021,by form of exploitation,Other forms of exploitation,2.5,178,7 +39097,2021,by form of exploitation,Other forms of exploitation,2.5,178,1 +39098,2022,by form of exploitation,Other forms of exploitation,2.5,178,4 +39099,2022,by form of exploitation,Other forms of exploitation,2.5,178,5 +39100,2022,by form of exploitation,Other forms of exploitation,2.5,178,6 +39101,2022,by form of exploitation,Other forms of exploitation,2.5,178,7 +39102,2022,by form of exploitation,Other forms of exploitation,2.5,178,1 +39103,2016,by form of exploitation,Other forms of exploitation,10.0,179,4 +39104,2016,by form of exploitation,Other forms of exploitation,72.0,179,6 +39105,2016,by form of exploitation,Other forms of exploitation,82.0,179,1 +39106,2017,by form of exploitation,Other forms of exploitation,41.0,179,4 +39107,2017,by form of exploitation,Other forms of exploitation,2.5,179,5 +39108,2017,by form of exploitation,Other forms of exploitation,159.0,179,6 +39109,2017,by form of exploitation,Other forms of exploitation,2.5,179,7 +39110,2017,by form of exploitation,Other forms of exploitation,200.0,179,2 +39111,2017,by form of exploitation,Other forms of exploitation,2.5,179,3 +39112,2017,by form of exploitation,Other forms of exploitation,200.0,179,1 +39113,2018,by form of exploitation,Other forms of exploitation,50.0,179,4 +39114,2018,by form of exploitation,Other forms of exploitation,90.0,179,5 +39115,2018,by form of exploitation,Other forms of exploitation,2.5,179,6 +39116,2018,by form of exploitation,Other forms of exploitation,2.5,179,7 +39117,2018,by form of exploitation,Other forms of exploitation,133.0,179,2 +39118,2018,by form of exploitation,Other forms of exploitation,2.5,179,3 +39119,2018,by form of exploitation,Other forms of exploitation,140.0,179,1 +39120,2019,by form of exploitation,Other forms of exploitation,221.0,179,4 +39121,2019,by form of exploitation,Other forms of exploitation,2.5,179,5 +39122,2019,by form of exploitation,Other forms of exploitation,136.0,179,6 +39123,2019,by form of exploitation,Other forms of exploitation,2.5,179,7 +39124,2019,by form of exploitation,Other forms of exploitation,357.0,179,2 +39125,2019,by form of exploitation,Other forms of exploitation,2.5,179,3 +39126,2019,by form of exploitation,Other forms of exploitation,368.0,179,1 +39127,2020,by form of exploitation,Other forms of exploitation,50.0,179,4 +39128,2020,by form of exploitation,Other forms of exploitation,2.5,179,5 +39129,2020,by form of exploitation,Other forms of exploitation,44.0,179,6 +39130,2020,by form of exploitation,Other forms of exploitation,2.5,179,7 +39131,2020,by form of exploitation,Other forms of exploitation,94.0,179,2 +39132,2020,by form of exploitation,Other forms of exploitation,2.5,179,3 +39133,2020,by form of exploitation,Other forms of exploitation,94.0,179,1 +39134,2021,by form of exploitation,Other forms of exploitation,2.5,179,1 +39135,2022,by form of exploitation,Other forms of exploitation,73.0,179,4 +39136,2022,by form of exploitation,Other forms of exploitation,2.5,179,5 +39137,2022,by form of exploitation,Other forms of exploitation,78.0,179,6 +39138,2022,by form of exploitation,Other forms of exploitation,151.0,179,2 +39139,2022,by form of exploitation,Other forms of exploitation,2.5,179,3 +39140,2022,by form of exploitation,Other forms of exploitation,155.0,179,1 +39141,2017,by form of exploitation,Other forms of exploitation,2.5,180,4 +39142,2017,by form of exploitation,Other forms of exploitation,2.5,180,5 +39143,2017,by form of exploitation,Other forms of exploitation,2.5,180,6 +39144,2017,by form of exploitation,Other forms of exploitation,2.5,180,7 +39145,2018,by form of exploitation,Other forms of exploitation,2.5,180,4 +39146,2018,by form of exploitation,Other forms of exploitation,2.5,180,5 +39147,2018,by form of exploitation,Other forms of exploitation,2.5,180,6 +39148,2018,by form of exploitation,Other forms of exploitation,2.5,180,7 +39149,2018,by form of exploitation,Other forms of exploitation,2.5,180,1 +39150,2019,by form of exploitation,Other forms of exploitation,6.0,180,4 +39151,2019,by form of exploitation,Other forms of exploitation,11.0,180,5 +39152,2019,by form of exploitation,Other forms of exploitation,2.5,180,6 +39153,2019,by form of exploitation,Other forms of exploitation,2.5,180,7 +39154,2019,by form of exploitation,Other forms of exploitation,10.0,180,2 +39155,2019,by form of exploitation,Other forms of exploitation,12.0,180,3 +39156,2019,by form of exploitation,Other forms of exploitation,2.5,180,1 +39157,2019,by form of exploitation,Other forms of exploitation,2.5,180,1 +39158,2019,by form of exploitation,Other forms of exploitation,11.0,180,1 +39159,2019,by form of exploitation,Other forms of exploitation,2.5,180,1 +39160,2020,by form of exploitation,Other forms of exploitation,26.0,180,4 +39161,2020,by form of exploitation,Other forms of exploitation,2.5,180,5 +39162,2020,by form of exploitation,Other forms of exploitation,38.0,180,6 +39163,2020,by form of exploitation,Other forms of exploitation,2.5,180,7 +39164,2020,by form of exploitation,Other forms of exploitation,45.0,180,2 +39165,2020,by form of exploitation,Other forms of exploitation,5.0,180,3 +39166,2020,by form of exploitation,Other forms of exploitation,2.5,180,1 +39167,2020,by form of exploitation,Other forms of exploitation,43.0,180,1 +39168,2020,by form of exploitation,Other forms of exploitation,2.5,180,1 +39169,2020,by form of exploitation,Other forms of exploitation,2.5,180,1 +39170,2021,by form of exploitation,Other forms of exploitation,27.0,180,4 +39171,2021,by form of exploitation,Other forms of exploitation,48.0,180,5 +39172,2021,by form of exploitation,Other forms of exploitation,22.0,180,6 +39173,2021,by form of exploitation,Other forms of exploitation,22.0,180,7 +39174,2021,by form of exploitation,Other forms of exploitation,38.0,180,2 +39175,2021,by form of exploitation,Other forms of exploitation,54.0,180,3 +39176,2021,by form of exploitation,Other forms of exploitation,2.5,180,1 +39177,2021,by form of exploitation,Other forms of exploitation,14.0,180,1 +39178,2021,by form of exploitation,Other forms of exploitation,22.0,180,1 +39179,2021,by form of exploitation,Other forms of exploitation,54.0,180,1 +39180,2021,by form of exploitation,Other forms of exploitation,2.5,180,1 +39181,2022,by form of exploitation,Other forms of exploitation,15.0,180,4 +39182,2022,by form of exploitation,Other forms of exploitation,42.0,180,5 +39183,2022,by form of exploitation,Other forms of exploitation,17.0,180,6 +39184,2022,by form of exploitation,Other forms of exploitation,22.0,180,7 +39185,2022,by form of exploitation,Other forms of exploitation,24.0,180,2 +39186,2022,by form of exploitation,Other forms of exploitation,53.0,180,3 +39187,2022,by form of exploitation,Other forms of exploitation,2.5,180,1 +39188,2022,by form of exploitation,Other forms of exploitation,16.0,180,1 +39189,2022,by form of exploitation,Other forms of exploitation,16.0,180,1 +39190,2022,by form of exploitation,Other forms of exploitation,41.0,180,1 +39191,2022,by form of exploitation,Other forms of exploitation,2.5,180,1 +39192,2018,by form of exploitation,Other forms of exploitation,2.5,182,1 +39193,2019,by form of exploitation,Other forms of exploitation,2.5,182,1 +39194,2020,by form of exploitation,Other forms of exploitation,2.5,182,4 +39195,2020,by form of exploitation,Other forms of exploitation,2.5,182,5 +39196,2020,by form of exploitation,Other forms of exploitation,2.5,182,6 +39197,2020,by form of exploitation,Other forms of exploitation,2.5,182,7 +39198,2020,by form of exploitation,Other forms of exploitation,2.5,182,1 +39199,2021,by form of exploitation,Other forms of exploitation,2.5,182,4 +39200,2021,by form of exploitation,Other forms of exploitation,2.5,182,5 +39201,2021,by form of exploitation,Other forms of exploitation,2.5,182,6 +39202,2021,by form of exploitation,Other forms of exploitation,2.5,182,7 +39203,2021,by form of exploitation,Other forms of exploitation,2.5,182,1 +39204,2022,by form of exploitation,Other forms of exploitation,2.5,182,4 +39205,2022,by form of exploitation,Other forms of exploitation,2.5,182,5 +39206,2022,by form of exploitation,Other forms of exploitation,2.5,182,6 +39207,2022,by form of exploitation,Other forms of exploitation,2.5,182,7 +39208,2022,by form of exploitation,Other forms of exploitation,2.5,182,1 +39209,2008,by form of exploitation,Other forms of exploitation,370.0,183,1 +39210,2018,by form of exploitation,Other forms of exploitation,2.5,183,4 +39211,2018,by form of exploitation,Other forms of exploitation,2.5,183,5 +39212,2018,by form of exploitation,Other forms of exploitation,2.5,183,6 +39213,2018,by form of exploitation,Other forms of exploitation,2.5,183,7 +39214,2018,by form of exploitation,Other forms of exploitation,98.0,183,1 +39215,2019,by form of exploitation,Other forms of exploitation,2.5,183,1 +39216,2020,by form of exploitation,Other forms of exploitation,16.0,183,1 +39217,2021,by form of exploitation,Other forms of exploitation,2.5,183,4 +39218,2021,by form of exploitation,Other forms of exploitation,2.5,183,5 +39219,2021,by form of exploitation,Other forms of exploitation,2.5,183,6 +39220,2021,by form of exploitation,Other forms of exploitation,2.5,183,7 +39221,2021,by form of exploitation,Other forms of exploitation,41.0,183,1 +39222,2022,by form of exploitation,Other forms of exploitation,2.5,183,1 +39223,2007,by form of exploitation,Other forms of exploitation,37.0,184,1 +39224,2008,by form of exploitation,Other forms of exploitation,31.0,184,1 +39225,2009,by form of exploitation,Other forms of exploitation,39.0,184,1 +39226,2010,by form of exploitation,Other forms of exploitation,2.5,184,1 +39227,2011,by form of exploitation,Other forms of exploitation,25.0,184,1 +39228,2012,by form of exploitation,Other forms of exploitation,2.5,184,1 +39229,2014,by form of exploitation,Other forms of exploitation,2.5,184,4 +39230,2014,by form of exploitation,Other forms of exploitation,5.0,184,5 +39231,2014,by form of exploitation,Other forms of exploitation,2.5,184,6 +39232,2014,by form of exploitation,Other forms of exploitation,2.5,184,7 +39233,2014,by form of exploitation,Other forms of exploitation,10.0,184,1 +39234,2015,by form of exploitation,Other forms of exploitation,2.5,184,4 +39235,2015,by form of exploitation,Other forms of exploitation,11.0,184,5 +39236,2015,by form of exploitation,Other forms of exploitation,2.5,184,6 +39237,2015,by form of exploitation,Other forms of exploitation,2.5,184,7 +39238,2015,by form of exploitation,Other forms of exploitation,17.0,184,1 +39239,2016,by form of exploitation,Other forms of exploitation,6.0,184,5 +39240,2016,by form of exploitation,Other forms of exploitation,7.0,184,7 +39241,2016,by form of exploitation,Other forms of exploitation,13.0,184,1 +39242,2017,by form of exploitation,Other forms of exploitation,2.5,184,4 +39243,2017,by form of exploitation,Other forms of exploitation,2.5,184,5 +39244,2017,by form of exploitation,Other forms of exploitation,2.5,184,6 +39245,2017,by form of exploitation,Other forms of exploitation,8.0,184,7 +39246,2017,by form of exploitation,Other forms of exploitation,14.0,184,1 +39247,2018,by form of exploitation,Other forms of exploitation,20.0,184,1 +39248,2019,by form of exploitation,Other forms of exploitation,11.0,184,1 +39249,2020,by form of exploitation,Other forms of exploitation,72.0,184,1 +39250,2021,by form of exploitation,Other forms of exploitation,2.5,184,1 +39251,2022,by form of exploitation,Other forms of exploitation,2.5,184,1 +39252,2018,by form of exploitation,Other forms of exploitation,2.5,185,4 +39253,2018,by form of exploitation,Other forms of exploitation,2.5,185,5 +39254,2018,by form of exploitation,Other forms of exploitation,2.5,185,6 +39255,2018,by form of exploitation,Other forms of exploitation,2.5,185,7 +39256,2018,by form of exploitation,Other forms of exploitation,2.5,185,1 +39257,2019,by form of exploitation,Other forms of exploitation,2.5,185,4 +39258,2019,by form of exploitation,Other forms of exploitation,2.5,185,5 +39259,2019,by form of exploitation,Other forms of exploitation,2.5,185,6 +39260,2019,by form of exploitation,Other forms of exploitation,2.5,185,7 +39261,2019,by form of exploitation,Other forms of exploitation,2.5,185,1 +39262,2020,by form of exploitation,Other forms of exploitation,2.5,185,1 +39263,2009,by form of exploitation,Other forms of exploitation,53.0,186,1 +39264,2010,by form of exploitation,Other forms of exploitation,53.0,186,1 +39265,2011,by form of exploitation,Other forms of exploitation,35.0,186,1 +39266,2012,by form of exploitation,Other forms of exploitation,29.0,186,1 +39267,2013,by form of exploitation,Other forms of exploitation,177.0,186,1 +39268,2014,by form of exploitation,Other forms of exploitation,195.0,186,1 +39269,2015,by form of exploitation,Other forms of exploitation,209.0,186,1 +39270,2016,by form of exploitation,Other forms of exploitation,219.0,186,1 +39271,2018,by form of exploitation,Other forms of exploitation,36.0,186,4 +39272,2018,by form of exploitation,Other forms of exploitation,365.0,186,5 +39273,2018,by form of exploitation,Other forms of exploitation,7.0,186,6 +39274,2018,by form of exploitation,Other forms of exploitation,27.0,186,7 +39275,2018,by form of exploitation,Other forms of exploitation,435.0,186,1 +39276,2019,by form of exploitation,Other forms of exploitation,340.0,186,4 +39277,2019,by form of exploitation,Other forms of exploitation,848.0,186,5 +39278,2019,by form of exploitation,Other forms of exploitation,29.0,186,6 +39279,2019,by form of exploitation,Other forms of exploitation,76.0,186,7 +39280,2019,by form of exploitation,Other forms of exploitation,2.5,186,9 +39281,2019,by form of exploitation,Other forms of exploitation,19.0,186,8 +39282,2019,by form of exploitation,Other forms of exploitation,372.0,186,2 +39283,2019,by form of exploitation,Other forms of exploitation,943.0,186,3 +39284,2019,by form of exploitation,Other forms of exploitation,2.5,186,1 +39285,2019,by form of exploitation,Other forms of exploitation,561.0,186,1 +39286,2019,by form of exploitation,Other forms of exploitation,754.0,186,1 +39287,2020,by form of exploitation,Other forms of exploitation,276.0,186,4 +39288,2020,by form of exploitation,Other forms of exploitation,1050.0,186,5 +39289,2020,by form of exploitation,Other forms of exploitation,29.0,186,6 +39290,2020,by form of exploitation,Other forms of exploitation,85.0,186,7 +39291,2020,by form of exploitation,Other forms of exploitation,5.0,186,9 +39292,2020,by form of exploitation,Other forms of exploitation,25.0,186,8 +39293,2020,by form of exploitation,Other forms of exploitation,300.0,186,2 +39294,2020,by form of exploitation,Other forms of exploitation,1150.0,186,3 +39295,2020,by form of exploitation,Other forms of exploitation,2.5,186,1 +39296,2020,by form of exploitation,Other forms of exploitation,704.0,186,1 +39297,2020,by form of exploitation,Other forms of exploitation,850.0,186,1 +39298,2021,by form of exploitation,Other forms of exploitation,392.0,186,4 +39299,2021,by form of exploitation,Other forms of exploitation,1019.0,186,5 +39300,2021,by form of exploitation,Other forms of exploitation,44.0,186,6 +39301,2021,by form of exploitation,Other forms of exploitation,101.0,186,7 +39302,2021,by form of exploitation,Other forms of exploitation,6.0,186,9 +39303,2021,by form of exploitation,Other forms of exploitation,34.0,186,8 +39304,2021,by form of exploitation,Other forms of exploitation,442.0,186,2 +39305,2021,by form of exploitation,Other forms of exploitation,1154.0,186,3 +39306,2021,by form of exploitation,Other forms of exploitation,2.5,186,1 +39307,2021,by form of exploitation,Other forms of exploitation,703.0,186,1 +39308,2021,by form of exploitation,Other forms of exploitation,893.0,186,1 +39309,2022,by form of exploitation,Other forms of exploitation,957.0,186,4 +39310,2022,by form of exploitation,Other forms of exploitation,1497.0,186,5 +39311,2022,by form of exploitation,Other forms of exploitation,79.0,186,6 +39312,2022,by form of exploitation,Other forms of exploitation,151.0,186,7 +39313,2022,by form of exploitation,Other forms of exploitation,37.0,186,9 +39314,2022,by form of exploitation,Other forms of exploitation,50.0,186,8 +39315,2022,by form of exploitation,Other forms of exploitation,1073.0,186,2 +39316,2022,by form of exploitation,Other forms of exploitation,1698.0,186,3 +39317,2022,by form of exploitation,Other forms of exploitation,2.5,186,1 +39318,2022,by form of exploitation,Other forms of exploitation,1228.0,186,1 +39319,2022,by form of exploitation,Other forms of exploitation,1533.0,186,1 +39320,2012,by form of exploitation,Other forms of exploitation,6.0,187,1 +39321,2013,by form of exploitation,Other forms of exploitation,28.0,187,1 +39322,2014,by form of exploitation,Other forms of exploitation,50.0,187,1 +39323,2015,by form of exploitation,Other forms of exploitation,21.0,187,1 +39324,2017,by form of exploitation,Other forms of exploitation,2.5,187,4 +39325,2017,by form of exploitation,Other forms of exploitation,2.5,187,5 +39326,2017,by form of exploitation,Other forms of exploitation,2.5,187,6 +39327,2017,by form of exploitation,Other forms of exploitation,2.5,187,7 +39328,2017,by form of exploitation,Other forms of exploitation,58.0,187,2 +39329,2018,by form of exploitation,Other forms of exploitation,30.0,187,4 +39330,2018,by form of exploitation,Other forms of exploitation,2.5,187,5 +39331,2018,by form of exploitation,Other forms of exploitation,17.0,187,6 +39332,2018,by form of exploitation,Other forms of exploitation,2.5,187,7 +39333,2018,by form of exploitation,Other forms of exploitation,47.0,187,2 +39334,2018,by form of exploitation,Other forms of exploitation,47.0,187,1 +39335,2019,by form of exploitation,Other forms of exploitation,18.0,187,4 +39336,2019,by form of exploitation,Other forms of exploitation,2.5,187,5 +39337,2019,by form of exploitation,Other forms of exploitation,13.0,187,6 +39338,2019,by form of exploitation,Other forms of exploitation,2.5,187,7 +39339,2019,by form of exploitation,Other forms of exploitation,31.0,187,2 +39340,2019,by form of exploitation,Other forms of exploitation,41.0,187,1 +39341,2020,by form of exploitation,Other forms of exploitation,22.0,187,4 +39342,2020,by form of exploitation,Other forms of exploitation,2.5,187,5 +39343,2020,by form of exploitation,Other forms of exploitation,15.0,187,6 +39344,2020,by form of exploitation,Other forms of exploitation,2.5,187,7 +39345,2020,by form of exploitation,Other forms of exploitation,37.0,187,2 +39346,2020,by form of exploitation,Other forms of exploitation,37.0,187,1 +39347,2021,by form of exploitation,Other forms of exploitation,27.0,187,4 +39348,2021,by form of exploitation,Other forms of exploitation,2.5,187,5 +39349,2021,by form of exploitation,Other forms of exploitation,20.0,187,6 +39350,2021,by form of exploitation,Other forms of exploitation,2.5,187,7 +39351,2021,by form of exploitation,Other forms of exploitation,47.0,187,2 +39352,2021,by form of exploitation,Other forms of exploitation,47.0,187,1 +39353,2022,by form of exploitation,Other forms of exploitation,15.0,187,4 +39354,2022,by form of exploitation,Other forms of exploitation,2.5,187,5 +39355,2022,by form of exploitation,Other forms of exploitation,13.0,187,6 +39356,2022,by form of exploitation,Other forms of exploitation,2.5,187,7 +39357,2022,by form of exploitation,Other forms of exploitation,28.0,187,2 +39358,2022,by form of exploitation,Other forms of exploitation,28.0,187,1 +39359,2019,by form of exploitation,Other forms of exploitation,2.5,188,4 +39360,2019,by form of exploitation,Other forms of exploitation,2.5,188,5 +39361,2019,by form of exploitation,Other forms of exploitation,2.5,188,6 +39362,2019,by form of exploitation,Other forms of exploitation,2.5,188,7 +39363,2019,by form of exploitation,Other forms of exploitation,2.5,188,9 +39364,2019,by form of exploitation,Other forms of exploitation,2.5,188,8 +39365,2019,by form of exploitation,Other forms of exploitation,2.5,188,2 +39366,2019,by form of exploitation,Other forms of exploitation,2.5,188,3 +39367,2019,by form of exploitation,Other forms of exploitation,2.5,188,1 +39368,2019,by form of exploitation,Other forms of exploitation,2.5,188,1 +39369,2020,by form of exploitation,Other forms of exploitation,2.5,188,4 +39370,2020,by form of exploitation,Other forms of exploitation,2.5,188,5 +39371,2020,by form of exploitation,Other forms of exploitation,2.5,188,6 +39372,2020,by form of exploitation,Other forms of exploitation,2.5,188,7 +39373,2020,by form of exploitation,Other forms of exploitation,2.5,188,9 +39374,2020,by form of exploitation,Other forms of exploitation,2.5,188,8 +39375,2020,by form of exploitation,Other forms of exploitation,2.5,188,2 +39376,2020,by form of exploitation,Other forms of exploitation,2.5,188,3 +39377,2020,by form of exploitation,Other forms of exploitation,2.5,188,1 +39378,2020,by form of exploitation,Other forms of exploitation,2.5,188,1 +39379,2021,by form of exploitation,Other forms of exploitation,2.5,188,4 +39380,2021,by form of exploitation,Other forms of exploitation,2.5,188,5 +39381,2021,by form of exploitation,Other forms of exploitation,2.5,188,6 +39382,2021,by form of exploitation,Other forms of exploitation,2.5,188,7 +39383,2021,by form of exploitation,Other forms of exploitation,2.5,188,9 +39384,2021,by form of exploitation,Other forms of exploitation,2.5,188,8 +39385,2021,by form of exploitation,Other forms of exploitation,2.5,188,2 +39386,2021,by form of exploitation,Other forms of exploitation,2.5,188,3 +39387,2021,by form of exploitation,Other forms of exploitation,2.5,188,1 +39388,2021,by form of exploitation,Other forms of exploitation,2.5,188,1 +39389,2022,by form of exploitation,Other forms of exploitation,2.5,188,4 +39390,2022,by form of exploitation,Other forms of exploitation,2.5,188,5 +39391,2022,by form of exploitation,Other forms of exploitation,2.5,188,6 +39392,2022,by form of exploitation,Other forms of exploitation,2.5,188,7 +39393,2022,by form of exploitation,Other forms of exploitation,2.5,188,9 +39394,2022,by form of exploitation,Other forms of exploitation,2.5,188,8 +39395,2022,by form of exploitation,Other forms of exploitation,2.5,188,2 +39396,2022,by form of exploitation,Other forms of exploitation,2.5,188,3 +39397,2022,by form of exploitation,Other forms of exploitation,2.5,188,1 +39398,2022,by form of exploitation,Other forms of exploitation,2.5,188,1 +39399,2018,by form of exploitation,Other forms of exploitation,2.5,189,1 +39400,2019,by form of exploitation,Other forms of exploitation,2.5,189,1 +39401,2020,by form of exploitation,Other forms of exploitation,2.5,189,1 +39402,2021,by form of exploitation,Other forms of exploitation,2.5,189,1 +39403,2022,by form of exploitation,Other forms of exploitation,2.5,189,1 +39404,2013,by form of exploitation,Other forms of exploitation,10.0,190,1 +39405,2014,by form of exploitation,Other forms of exploitation,2.5,190,1 +39406,2015,by form of exploitation,Other forms of exploitation,2.5,190,1 +39407,2016,by form of exploitation,Other forms of exploitation,2.5,190,1 +39408,2017,by form of exploitation,Other forms of exploitation,2.5,190,1 +39409,2018,by form of exploitation,Other forms of exploitation,2.5,190,1 +39410,2019,by form of exploitation,Other forms of exploitation,2.5,190,1 +39411,2020,by form of exploitation,Other forms of exploitation,2.5,190,1 +39412,2021,by form of exploitation,Other forms of exploitation,2.5,190,4 +39413,2021,by form of exploitation,Other forms of exploitation,2.5,190,4 +39414,2021,by form of exploitation,Other forms of exploitation,2.5,190,5 +39415,2021,by form of exploitation,Other forms of exploitation,2.5,190,5 +39416,2021,by form of exploitation,Other forms of exploitation,2.5,190,6 +39417,2021,by form of exploitation,Other forms of exploitation,2.5,190,7 +39418,2021,by form of exploitation,Other forms of exploitation,2.5,190,9 +39419,2021,by form of exploitation,Other forms of exploitation,2.5,190,8 +39420,2021,by form of exploitation,Other forms of exploitation,6.0,190,2 +39421,2021,by form of exploitation,Other forms of exploitation,6.0,190,3 +39422,2021,by form of exploitation,Other forms of exploitation,2.5,190,1 +39423,2021,by form of exploitation,Other forms of exploitation,2.5,190,1 +39424,2021,by form of exploitation,Other forms of exploitation,6.0,190,1 +39425,2021,by form of exploitation,Other forms of exploitation,2.5,190,1 +39426,2021,by form of exploitation,Other forms of exploitation,2.5,190,1 +39427,2022,by form of exploitation,Other forms of exploitation,8.0,190,4 +39428,2022,by form of exploitation,Other forms of exploitation,32.0,190,4 +39429,2022,by form of exploitation,Other forms of exploitation,6.0,190,5 +39430,2022,by form of exploitation,Other forms of exploitation,10.0,190,5 +39431,2022,by form of exploitation,Other forms of exploitation,2.5,190,6 +39432,2022,by form of exploitation,Other forms of exploitation,2.5,190,7 +39433,2022,by form of exploitation,Other forms of exploitation,2.5,190,7 +39434,2022,by form of exploitation,Other forms of exploitation,2.5,190,9 +39435,2022,by form of exploitation,Other forms of exploitation,2.5,190,8 +39436,2022,by form of exploitation,Other forms of exploitation,44.0,190,2 +39437,2022,by form of exploitation,Other forms of exploitation,17.0,190,3 +39438,2022,by form of exploitation,Other forms of exploitation,2.5,190,1 +39439,2022,by form of exploitation,Other forms of exploitation,7.0,190,1 +39440,2022,by form of exploitation,Other forms of exploitation,44.0,190,1 +39441,2022,by form of exploitation,Other forms of exploitation,10.0,190,1 +39442,2022,by form of exploitation,Other forms of exploitation,2.5,190,1 +39443,2018,by form of exploitation,Other forms of exploitation,2.5,191,1 +39444,2019,by form of exploitation,Other forms of exploitation,2.5,191,1 +39445,2020,by form of exploitation,Other forms of exploitation,2.5,191,1 +39446,2021,by form of exploitation,Other forms of exploitation,2.5,191,1 +39447,2022,by form of exploitation,Other forms of exploitation,2.5,191,1 +39448,2018,by form of exploitation,Other forms of exploitation,2.5,194,1 +39449,2019,by form of exploitation,Other forms of exploitation,2.5,194,1 +39450,2020,by form of exploitation,Other forms of exploitation,2.5,194,1 +39451,2021,by form of exploitation,Other forms of exploitation,2.5,194,1 +39452,2022,by form of exploitation,Other forms of exploitation,2.5,194,1 +39453,2018,by form of exploitation,Other forms of exploitation,9.0,195,1 +39454,2019,by form of exploitation,Other forms of exploitation,2.5,195,1 +39455,2020,by form of exploitation,Other forms of exploitation,2.5,195,4 +39456,2020,by form of exploitation,Other forms of exploitation,2.5,195,5 +39457,2020,by form of exploitation,Other forms of exploitation,2.5,195,6 +39458,2020,by form of exploitation,Other forms of exploitation,2.5,195,7 +39459,2020,by form of exploitation,Other forms of exploitation,2.5,195,1 +39460,2021,by form of exploitation,Other forms of exploitation,2.5,195,4 +39461,2021,by form of exploitation,Other forms of exploitation,2.5,195,5 +39462,2021,by form of exploitation,Other forms of exploitation,2.5,195,6 +39463,2021,by form of exploitation,Other forms of exploitation,2.5,195,7 +39464,2021,by form of exploitation,Other forms of exploitation,2.5,195,2 +39465,2021,by form of exploitation,Other forms of exploitation,2.5,195,1 +39466,2022,by form of exploitation,Other forms of exploitation,2.5,195,4 +39467,2022,by form of exploitation,Other forms of exploitation,2.5,195,5 +39468,2022,by form of exploitation,Other forms of exploitation,2.5,195,6 +39469,2022,by form of exploitation,Other forms of exploitation,2.5,195,7 +39470,2022,by form of exploitation,Other forms of exploitation,2.5,195,2 +39471,2022,by form of exploitation,Other forms of exploitation,2.5,195,3 +39472,2022,by form of exploitation,Other forms of exploitation,5.0,195,1 +39473,2018,by form of exploitation,Other forms of exploitation,2.5,196,1 +39474,2019,by form of exploitation,Other forms of exploitation,2.5,196,1 +39475,2020,by form of exploitation,Other forms of exploitation,2.5,196,1 +39476,2021,by form of exploitation,Other forms of exploitation,2.5,196,1 +39477,2022,by form of exploitation,Other forms of exploitation,2.5,196,1 +39478,2018,by form of exploitation,Other forms of exploitation,2.5,197,1 +39479,2020,by form of exploitation,Other forms of exploitation,2.5,197,4 +39480,2020,by form of exploitation,Other forms of exploitation,2.5,197,5 +39481,2020,by form of exploitation,Other forms of exploitation,2.5,197,6 +39482,2020,by form of exploitation,Other forms of exploitation,2.5,197,7 +39483,2020,by form of exploitation,Other forms of exploitation,2.5,197,1 +39484,2021,by form of exploitation,Other forms of exploitation,2.5,197,1 +39485,2022,by form of exploitation,Other forms of exploitation,2.5,197,1 diff --git a/data/clean/queries.sql b/data/clean/queries.sql new file mode 100644 index 0000000..16f1c76 --- /dev/null +++ b/data/clean/queries.sql @@ -0,0 +1,401 @@ +USE traficking_victims; + +SELECT CEIL(SUM(Nr_of_victims)) AS Total_Victims +FROM Offense; + +-- TOTAL VICTIMS WORLD WIDE TOP 10 +SELECT + c.Country_name, + CEIL(SUM(o.Nr_of_victims)) AS Total_Victims, + ROUND((CEIL(SUM(o.Nr_of_victims)) / (SELECT SUM(Nr_of_victims) FROM Offense)) * 100, 2) AS Percentage_of_World_Total +FROM + Offense o +JOIN + Country c ON o.Country_id = c.Country_id +GROUP BY + c.Country_name +ORDER BY + Total_Victims DESC +LIMIT 10; + +-- Amount female / male victims per country +SELECT + c.Country_name, + CEIL(SUM(o.Nr_of_victims)) AS Total_Victims, + CEIL(SUM(CASE WHEN v.Sex = 'Female' THEN o.Nr_of_victims ELSE 0 END)) AS Female_Victims_Count, + CEIL(SUM(CASE WHEN v.Sex = 'Male' THEN o.Nr_of_victims ELSE 0 END)) AS Male_Victims_Count, + CEIL(SUM(CASE WHEN v.Sex NOT IN ('Male', 'Female') OR v.Sex IS NULL THEN o.Nr_of_victims ELSE 0 END)) AS Unknown_Sex_Victims_Count +FROM + Offense o +JOIN + Country c ON o.Country_id = c.Country_id +JOIN + Victim v ON o.Victim_id = v.Victim_id +GROUP BY + c.Country_name +ORDER BY + Total_Victims DESC +LIMIT 10; + + + +-- SEX PERCENTAGES PER COUNTRY +SELECT + c.Country_name, + CEIL(SUM(o.Nr_of_victims)) AS Total_Victims, + + ROUND( + 100 * SUM(CASE WHEN v.Sex = 'Female' THEN o.Nr_of_victims ELSE 0 END) + / NULLIF(SUM(o.Nr_of_victims), 0), 2 + ) AS Female_Percentage, + + ROUND( + 100 * SUM(CASE WHEN v.Sex = 'Male' THEN o.Nr_of_victims ELSE 0 END) + / NULLIF(SUM(o.Nr_of_victims), 0), 2 + ) AS Male_Percentage, + + ROUND( + 100 * SUM(CASE WHEN v.Sex NOT IN ('Male', 'Female') OR v.Sex IS NULL THEN o.Nr_of_victims ELSE 0 END) + / NULLIF(SUM(o.Nr_of_victims), 0), 2 + ) AS Unknown_Sex_Percentage + +FROM + Offense o +JOIN + Country c ON o.Country_id = c.Country_id +JOIN + Victim v ON o.Victim_id = v.Victim_id +GROUP BY + c.Country_name +ORDER BY + Total_Victims DESC +LIMIT 10; + +-- SEX GLOBALLY +SELECT + CASE + WHEN v.Sex IS NULL OR v.Sex NOT IN ('Male', 'Female') THEN 'Unknown' + ELSE v.Sex + END AS Sex, + CEIL(SUM(o.Nr_of_victims)) AS Victim_Count, + ROUND( + 100 * SUM(o.Nr_of_victims) / ( + SELECT SUM(Nr_of_victims) FROM Offense + ), + 2 + ) AS Global_Percentage +FROM + Offense o +JOIN + Victim v ON o.Victim_id = v.Victim_id +GROUP BY + CASE + WHEN v.Sex IS NULL OR v.Sex NOT IN ('Male', 'Female') THEN 'Unknown' + ELSE v.Sex + END +ORDER BY + Victim_Count DESC; + + + +-- Victim Count by Category and Sex (Top 10 Categories Globally) +SELECT + c.Country_name, + o.Category, + CASE + WHEN v.Sex IS NULL OR v.Sex NOT IN ('Male', 'Female') THEN 'Unknown' + ELSE v.Sex + END AS Sex, + CEIL(SUM(o.Nr_of_victims)) AS Victim_Count, + CEIL(SUM(SUM(o.Nr_of_victims)) OVER (PARTITION BY c.Country_name)) AS Country_Total_Victims +FROM + Offense o +JOIN + Country c ON o.Country_id = c.Country_id +JOIN + Victim v ON o.Victim_id = v.Victim_id +GROUP BY + c.Country_name, + o.Category, + CASE + WHEN v.Sex IS NULL OR v.Sex NOT IN ('Male', 'Female') THEN 'Unknown' + ELSE v.Sex + END +ORDER BY + Country_Total_Victims DESC, + c.Country_name, + o.Category, + Sex; + +-- UNIQUE VALES OF DIMENSIN IN offense TABLE -- DON'T USE +SELECT + c.Country_name, + o.Category, + CASE + WHEN v.Sex IS NULL OR v.Sex NOT IN ('Male', 'Female') THEN 'Unknown' + ELSE v.Sex + END AS Sex, + CEIL(SUM(o.Nr_of_victims)) AS Victim_Count, + CEIL(SUM(SUM(o.Nr_of_victims)) OVER (PARTITION BY c.Country_name)) AS Country_Total_Victims +FROM + Offense o +JOIN + Country c ON o.Country_id = c.Country_id +JOIN + Victim v ON o.Victim_id = v.Victim_id +GROUP BY + c.Country_name, + o.Category, + o.Dimension, -- Used in grouping, but not selected + CASE + WHEN v.Sex IS NULL OR v.Sex NOT IN ('Male', 'Female') THEN 'Unknown' + ELSE v.Sex + END +ORDER BY + Country_Total_Victims DESC, + Victim_Count DESC, + c.Country_name, + o.Category, + Sex; + + +-- next try UNIQUE VALES OF DIMENSIN IN offense TABLE +SELECT + c.Country_name, + o.Category, + CEIL(SUM(o.Nr_of_victims)) AS Victim_Count, + CEIL(SUM(SUM(o.Nr_of_victims)) OVER (PARTITION BY c.Country_name)) AS Country_Total_Victims +FROM + Offense o +JOIN + Country c ON o.Country_id = c.Country_id +JOIN + Victim v ON o.Victim_id = v.Victim_id +GROUP BY + c.Country_name, + o.Category, + o.Dimension -- Keep for internal grouping +ORDER BY + Country_Total_Victims DESC, + Victim_Count DESC, + c.Country_name, + o.Category; + + +-- GLOBAL TYPE OF CRIME +SELECT + o.Category, + CEIL(SUM(o.Nr_of_victims)) AS Victim_Count, + CEIL(SUM(SUM(o.Nr_of_victims)) OVER ()) AS Global_Total_Victims +FROM + Offense o +JOIN + Victim v ON o.Victim_id = v.Victim_id +GROUP BY + o.Category, + o.Dimension -- Group by Dimension to keep categories separate across types +ORDER BY + Victim_Count DESC, + o.Category; + +-- top 4 countries %age per type per crime +SELECT + o.Category, + ROUND(100 * SUM(o.Nr_of_victims) / SUM(SUM(o.Nr_of_victims)) OVER (), 2) AS Percentage_of_Global +FROM + Offense o +JOIN + Victim v ON o.Victim_id = v.Victim_id +GROUP BY + o.Category, + o.Dimension +ORDER BY + SUM(o.Nr_of_victims) DESC +LIMIT 4; + + +-- AGE Separation according to the top 4 countries +WITH TopCountries AS ( + SELECT + o.Country_id + FROM + Offense o + GROUP BY + o.Country_id + ORDER BY + SUM(o.Nr_of_victims) DESC + LIMIT 4 +), +AgeGrouped AS ( + SELECT + c.Country_name, + o.Category, + CASE + WHEN v.Age IS NULL OR v.Age NOT REGEXP '^[0-9]+$' THEN 'Unknown' + WHEN CAST(v.Age AS UNSIGNED) < 18 THEN 'Minor' + ELSE 'Adult' + END AS Age_Group, + SUM(o.Nr_of_victims) AS Victim_Count + FROM + Offense o + JOIN + Country c ON o.Country_id = c.Country_id + JOIN + Victim v ON o.Victim_id = v.Victim_id + WHERE + o.Country_id IN (SELECT Country_id FROM TopCountries) + GROUP BY + c.Country_name, + o.Category, + Age_Group +) +SELECT * +FROM AgeGrouped +ORDER BY + Country_name, + Category, + FIELD(Age_Group, 'Minor', 'Adult', 'Unknown'); + +-- SEX ANALYSIS + +WITH VictimTotals AS ( + SELECT + c.Country_name, + o.Category, + v.Sex, + SUM(o.Nr_of_victims) AS Victim_Count + FROM + Offense o + JOIN + Country c ON o.Country_id = c.Country_id + JOIN + Victim v ON o.Victim_id = v.Victim_id + WHERE + o.Dimension = 'by form of exploitation' + AND v.Sex IN ('Male', 'Female') + GROUP BY + c.Country_name, o.Category, v.Sex +), +TotalVictims AS ( + SELECT + c.Country_name, + o.Category, + SUM(o.Nr_of_victims) AS Total_Count + FROM + Offense o + JOIN + Country c ON o.Country_id = c.Country_id + WHERE + o.Dimension = 'by form of exploitation' + GROUP BY + c.Country_name, o.Category +) +SELECT + vt.Country_name, + vt.Category, + vt.Sex, + vt.Victim_Count, + ROUND((vt.Victim_Count / tv.Total_Count) * 100, 2) AS Percentage +FROM + VictimTotals vt +JOIN + TotalVictims tv ON vt.Country_name = tv.Country_name + AND vt.Category = tv.Category +ORDER BY + vt.Victim_Count DESC, tv.Country_name, tv.Category +LIMIT 10; + + +-- SEX ANALYLIS GLOBAL +WITH ExploitationSummary AS ( + SELECT + o.Category, + CASE + WHEN v.Sex NOT IN ('Male', 'Female') THEN 'Unknown' + ELSE v.Sex + END AS Sex, + SUM(o.Nr_of_victims) AS Victim_Count + FROM + Offense o + JOIN + Victim v ON o.Victim_id = v.Victim_id + WHERE + o.Dimension = 'by form of exploitation' + GROUP BY + o.Category, CASE WHEN v.Sex NOT IN ('Male', 'Female') THEN 'Unknown' ELSE v.Sex END + HAVING + Sex <> 'Unknown' +), +TotalVictims AS ( + SELECT + o.Category, + SUM(o.Nr_of_victims) AS Total_Count + FROM + Offense o + WHERE + o.Dimension = 'by form of exploitation' + GROUP BY + o.Category +) +SELECT + es.Category, + es.Sex, + ROUND((es.Victim_Count / tv.Total_Count) * 100, 2) AS Percentage +FROM + ExploitationSummary es +JOIN + TotalVictims tv ON es.Category = tv.Category +ORDER BY + Percentage DESC; + + +-- XX +WITH RankedCountries AS ( + SELECT + o.Country_id, + c.Country_name, + SUM(o.Nr_of_victims) AS Total_Victims + FROM + Offense o + JOIN + Country c ON o.Country_id = c.Country_id + GROUP BY + o.Country_id, c.Country_name + ORDER BY + Total_Victims DESC + LIMIT 4 +) + +SELECT + rc.Country_name, + sq.Category, + sq.Age_Group, + CONCAT(rc.Country_name, ' - ', sq.Age_Group) AS Country_Age_Label, + SUM(sq.Nr_of_victims) AS Victim_Count +FROM ( + SELECT + o.Country_id, + o.Category, + CASE + WHEN v.Age IS NULL OR v.Age NOT REGEXP '^[0-9]+$' THEN 'Unknown' + WHEN CAST(v.Age AS UNSIGNED) < 18 THEN 'Minor' + ELSE 'Adult' + END AS Age_Group, + o.Nr_of_victims + FROM + Offense o + JOIN + Victim v ON o.Victim_id = v.Victim_id + JOIN + RankedCountries rc ON o.Country_id = rc.Country_id +) AS sq +JOIN + Country rc ON sq.Country_id = rc.Country_id +GROUP BY + rc.Country_name, + sq.Category, + sq.Age_Group +ORDER BY + rc.Country_name, + sq.Category, + FIELD(sq.Age_Group, 'Minor', 'Adult', 'Unknown'); diff --git a/data/clean/region.csv b/data/clean/region.csv new file mode 100644 index 0000000..8e27c9b --- /dev/null +++ b/data/clean/region.csv @@ -0,0 +1,39486 @@ +Region +Americas +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Americas +Americas +Americas +Americas +Americas +Americas +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Oceania +Oceania +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Asia +Asia +Asia +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Oceania +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Asia +Asia +Asia +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Oceania +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Oceania +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Africa +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Oceania +Oceania +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Americas +Americas +Americas +Americas +Americas +Americas +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Africa +Africa +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Europe +Europe +Europe +Europe +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Americas +Americas +Americas +Americas +Americas +Americas +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Africa +Africa +Africa +Africa +Africa +Africa +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Africa +Africa +Africa +Africa +Africa +Africa +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Africa +Africa +Asia +Asia +Asia +Asia +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Asia +Asia +Asia +Asia +Asia +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Americas +Americas +Americas +Americas +Americas +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Americas +Americas +Americas +Americas +Americas +Asia +Asia +Asia +Asia +Asia +Asia +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Americas +Americas +Americas +Americas +Americas +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Africa +Africa +Africa +Africa +Africa +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Africa +Africa +Africa +Africa +Africa +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Americas +Americas +Americas +Americas +Americas +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Americas +Americas +Americas +Americas +Americas +Americas +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Africa +Africa +Africa +Africa +Africa +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Americas +Americas +Americas +Americas +Americas +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Americas +Americas +Americas +Americas +Americas +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Asia +Asia +Asia +Asia +Asia +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Africa +Africa +Africa +Africa +Africa +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Oceania +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Europe +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Americas +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Asia +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa +Africa diff --git a/data/clean/tendencies.csv b/data/clean/tendencies.csv new file mode 100644 index 0000000..e26eeed --- /dev/null +++ b/data/clean/tendencies.csv @@ -0,0 +1,21 @@ +Year,Total_victims +2003,1194 +2004,1454 +2005,4905 +2006,6855 +2007,47445 +2008,53502 +2009,59282 +2010,67097 +2011,67055 +2012,83799 +2013,95418 +2014,116710 +2015,134321 +2016,151607 +2017,253898 +2018,256957 +2019,479741 +2020,431289 +2021,482124 +2022,624312 diff --git a/data/clean/traficking_victims.sql b/data/clean/traficking_victims.sql new file mode 100644 index 0000000..2eefa7c --- /dev/null +++ b/data/clean/traficking_victims.sql @@ -0,0 +1,50 @@ +DROP DATABASE IF EXISTS traficking_victims; +CREATE DATABASE IF NOT EXISTS traficking_victims; +USE traficking_victims; + +-- Region +CREATE TABLE `Region` ( + `Region_id` INT , + `Region_name` VARCHAR(200), + PRIMARY KEY (`Region_id`) +); + +-- Subregion +CREATE TABLE `Subregion` ( + `Subregion_id` INT AUTO_INCREMENT, + `Subregion_name` VARCHAR(200), + `Region_id` INT , + PRIMARY KEY (`Subregion_id`), + FOREIGN KEY (`Region_id`) REFERENCES `Region`(`Region_id`) +); + +-- Country +CREATE TABLE `Country` ( + `Country_id` INT AUTO_INCREMENT, + `Country_name` VARCHAR(200), + `Subregion_id` INT, + PRIMARY KEY (`Country_id`), + FOREIGN KEY (`Subregion_id`) REFERENCES `Subregion`(`Subregion_id`) +); + +-- Victim +CREATE TABLE `Victim` ( + `Victim_id` INT AUTO_INCREMENT, + `Sex` VARCHAR(200), + `Age` VARCHAR(200), + PRIMARY KEY (`Victim_id`) +); + +-- Offense +CREATE TABLE `Offense` ( + `Offense_id` INT AUTO_INCREMENT, + `Year` YEAR, + `Dimension` VARCHAR(200), + `Category` VARCHAR(200), + `Nr_of_victims` VARCHAR(200), + `Country_id` INT, + `Victim_id` INT, + PRIMARY KEY (`Offense_id`), + FOREIGN KEY (`Country_id`) REFERENCES `Country`(`Country_id`), + FOREIGN KEY (`Victim_id`) REFERENCES `Victim`(`Victim_id`) +); \ No newline at end of file diff --git a/data/clean/unique_countries.csv b/data/clean/unique_countries.csv new file mode 100644 index 0000000..06c5755 --- /dev/null +++ b/data/clean/unique_countries.csv @@ -0,0 +1,199 @@ +Country_id,Country_name,Subregion,Subregion_id +1,Aruba,Latin America and the Caribbean,1 +2,Afghanistan,Southern Asia,2 +3,Angola,Sub-Saharan Africa,3 +4,Albania,Southern Europe,4 +5,Andorra,Southern Europe,4 +6,United Arab Emirates,Western Asia,5 +7,Argentina,Latin America and the Caribbean,1 +8,Armenia,Western Asia,5 +9,Antigua and Barbuda,Latin America and the Caribbean,1 +10,Australia,Australia and New Zealand,6 +11,Austria,Western Europe,7 +12,Azerbaijan,Western Asia,5 +13,Burundi,Sub-Saharan Africa,3 +14,Belgium,Western Europe,7 +15,Benin,Sub-Saharan Africa,3 +16,Burkina Faso,Sub-Saharan Africa,3 +17,Bangladesh,Southern Asia,2 +18,Bulgaria,Eastern Europe,8 +19,Bahrain,Western Asia,5 +20,Bahamas,Latin America and the Caribbean,1 +21,Bosnia and Herzegovina,Southern Europe,4 +22,Belarus,Eastern Europe,8 +23,Belize,Latin America and the Caribbean,1 +24,Bolivia (Plurinational State of),Latin America and the Caribbean,1 +25,Brazil,Latin America and the Caribbean,1 +26,Barbados,Latin America and the Caribbean,1 +27,Brunei Darussalam,South-eastern Asia,9 +28,Bhutan,Southern Asia,2 +29,Botswana,Sub-Saharan Africa,3 +30,Central African Republic,Sub-Saharan Africa,3 +31,Canada,Northern America,10 +32,Switzerland,Western Europe,7 +33,Chile,Latin America and the Caribbean,1 +34,China,Eastern Asia,11 +35,CΓ΄te d’Ivoire,Sub-Saharan Africa,3 +36,Cameroon,Sub-Saharan Africa,3 +37,Democratic Republic of the Congo,Sub-Saharan Africa,3 +38,Congo,Sub-Saharan Africa,3 +39,Cook Islands,Polynesia,12 +40,Colombia,Latin America and the Caribbean,1 +41,Comoros,Sub-Saharan Africa,3 +42,Cabo Verde,Sub-Saharan Africa,3 +43,Costa Rica,Latin America and the Caribbean,1 +44,Cuba,Latin America and the Caribbean,1 +45,CuraΓ§ao,Latin America and the Caribbean,1 +46,Cyprus,Western Asia,5 +47,Czechia,Eastern Europe,8 +48,Germany,Western Europe,7 +49,Djibouti,Sub-Saharan Africa,3 +50,Dominica,Latin America and the Caribbean,1 +51,Denmark,Northern Europe,13 +52,Dominican Republic,Latin America and the Caribbean,1 +53,Algeria,Northern Africa,14 +54,Ecuador,Latin America and the Caribbean,1 +55,Egypt,Northern Africa,14 +56,Spain,Southern Europe,4 +57,Estonia,Northern Europe,13 +58,Ethiopia,Sub-Saharan Africa,3 +59,Finland,Northern Europe,13 +60,Fiji,Melanesia,15 +61,France,Western Europe,7 +62,Micronesia (Federated States of),Micronesia,16 +63,Gabon,Sub-Saharan Africa,3 +64,United Kingdom of Great Britain and Northern Ireland,Northern Europe,13 +65,Georgia,Western Asia,5 +66,Ghana,Sub-Saharan Africa,3 +67,Guinea,Sub-Saharan Africa,3 +68,Gambia,Sub-Saharan Africa,3 +69,Guinea-Bissau,Sub-Saharan Africa,3 +70,Equatorial Guinea,Sub-Saharan Africa,3 +71,Greece,Southern Europe,4 +72,Grenada,Latin America and the Caribbean,1 +73,Guatemala,Latin America and the Caribbean,1 +74,Guyana,Latin America and the Caribbean,1 +75,"China, Hong Kong Special Administrative Region",Eastern Asia,11 +76,Honduras,Latin America and the Caribbean,1 +77,Croatia,Southern Europe,4 +78,Haiti,Latin America and the Caribbean,1 +79,Hungary,Eastern Europe,8 +80,Indonesia,South-eastern Asia,9 +81,India,Southern Asia,2 +82,Ireland,Northern Europe,13 +83,Iran (Islamic Republic of),Southern Asia,2 +84,Iraq,Western Asia,5 +85,Iceland,Northern Europe,13 +86,Israel,Western Asia,5 +87,Italy,Southern Europe,4 +88,Jamaica,Latin America and the Caribbean,1 +89,Jordan,Western Asia,5 +90,Japan,Eastern Asia,11 +91,Kazakhstan,Central Asia,17 +92,Kenya,Sub-Saharan Africa,3 +93,Kyrgyzstan,Central Asia,17 +94,Cambodia,South-eastern Asia,9 +95,Kiribati,Micronesia,16 +96,Saint Kitts and Nevis,Latin America and the Caribbean,1 +97,Republic of Korea,Eastern Asia,11 +98,Kuwait,Western Asia,5 +99,Lao People's Democratic Republic,South-eastern Asia,9 +100,Lebanon,Western Asia,5 +101,Liberia,Sub-Saharan Africa,3 +102,Libya,Northern Africa,14 +103,Saint Lucia,Latin America and the Caribbean,1 +104,Liechtenstein,Western Europe,7 +105,Sri Lanka,Southern Asia,2 +106,Lesotho,Sub-Saharan Africa,3 +107,Lithuania,Northern Europe,13 +108,Luxembourg,Western Europe,7 +109,Latvia,Northern Europe,13 +110,"China, Macao Special Administrative Region",Eastern Asia,11 +111,Morocco,Northern Africa,14 +112,Monaco,Western Europe,7 +113,Republic of Moldova,Eastern Europe,8 +114,Madagascar,Sub-Saharan Africa,3 +115,Maldives,Southern Asia,2 +116,Mexico,Latin America and the Caribbean,1 +117,Marshall Islands,Micronesia,16 +118,North Macedonia,Southern Europe,4 +119,Mali,Sub-Saharan Africa,3 +120,Malta,Southern Europe,4 +121,Myanmar,South-eastern Asia,9 +122,Montenegro,Southern Europe,4 +123,Mongolia,Eastern Asia,11 +124,Mozambique,Sub-Saharan Africa,3 +125,Mauritania,Sub-Saharan Africa,3 +126,Mauritius,Sub-Saharan Africa,3 +127,Malawi,Sub-Saharan Africa,3 +128,Malaysia,South-eastern Asia,9 +129,Namibia,Sub-Saharan Africa,3 +130,Niger,Sub-Saharan Africa,3 +131,Nigeria,Sub-Saharan Africa,3 +132,Nicaragua,Latin America and the Caribbean,1 +133,Niue,Polynesia,12 +134,Netherlands (Kingdom of the),Western Europe,7 +135,Norway,Northern Europe,13 +136,Nepal,Southern Asia,2 +137,Nauru,Micronesia,16 +138,New Zealand,Australia and New Zealand,6 +139,Oman,Western Asia,5 +140,Pakistan,Southern Asia,2 +141,Panama,Latin America and the Caribbean,1 +142,Peru,Latin America and the Caribbean,1 +143,Philippines,South-eastern Asia,9 +144,Palau,Micronesia,16 +145,Papua New Guinea,Melanesia,15 +146,Poland,Eastern Europe,8 +147,Portugal,Southern Europe,4 +148,Paraguay,Latin America and the Caribbean,1 +149,French Polynesia,Polynesia,12 +150,Qatar,Western Asia,5 +151,Romania,Eastern Europe,8 +152,Russian Federation,Eastern Europe,8 +153,Rwanda,Sub-Saharan Africa,3 +154,Saudi Arabia,Western Asia,5 +155,Sudan,Northern Africa,14 +156,Senegal,Sub-Saharan Africa,3 +157,Singapore,South-eastern Asia,9 +158,Solomon Islands,Melanesia,15 +159,Sierra Leone,Sub-Saharan Africa,3 +160,El Salvador,Latin America and the Caribbean,1 +161,San Marino,Southern Europe,4 +162,Serbia,Southern Europe,4 +163,South Sudan,Sub-Saharan Africa,3 +164,Suriname,Latin America and the Caribbean,1 +165,Slovakia,Eastern Europe,8 +166,Slovenia,Southern Europe,4 +167,Sweden,Northern Europe,13 +168,Eswatini,Sub-Saharan Africa,3 +169,Seychelles,Sub-Saharan Africa,3 +170,Syrian Arab Republic,Western Asia,5 +171,Chad,Sub-Saharan Africa,3 +172,Togo,Sub-Saharan Africa,3 +173,Thailand,South-eastern Asia,9 +174,Tajikistan,Central Asia,17 +175,Turkmenistan,Central Asia,17 +176,Timor-Leste,South-eastern Asia,9 +177,Tonga,Polynesia,12 +178,Trinidad and Tobago,Latin America and the Caribbean,1 +179,Tunisia,Northern Africa,14 +180,TΓΌrkiye,Western Asia,5 +181,Tuvalu,Polynesia,12 +182,United Republic of Tanzania,Sub-Saharan Africa,3 +183,Uganda,Sub-Saharan Africa,3 +184,Ukraine,Eastern Europe,8 +185,Uruguay,Latin America and the Caribbean,1 +186,United States of America,Northern America,10 +187,Uzbekistan,Central Asia,17 +188,Holy See,Southern Europe,4 +189,Saint Vincent and the Grenadines,Latin America and the Caribbean,1 +190,Venezuela (Bolivarian Republic of),Latin America and the Caribbean,1 +191,Viet Nam,South-eastern Asia,9 +192,Vanuatu,Melanesia,15 +193,Samoa,Polynesia,12 +194,Yemen,Western Asia,5 +195,South Africa,Sub-Saharan Africa,3 +196,Zambia,Sub-Saharan Africa,3 +197,Zimbabwe,Sub-Saharan Africa,3 +198,Sark,Northern Europe,13 diff --git a/data/clean/unique_regions.csv b/data/clean/unique_regions.csv new file mode 100644 index 0000000..e15f875 --- /dev/null +++ b/data/clean/unique_regions.csv @@ -0,0 +1,6 @@ +Region_id,Region +1,Americas +2,Asia +3,Africa +4,Europe +5,Oceania diff --git a/data/clean/unique_subregions.csv b/data/clean/unique_subregions.csv new file mode 100644 index 0000000..b85353d --- /dev/null +++ b/data/clean/unique_subregions.csv @@ -0,0 +1,18 @@ +Subregion_id,Subregion_name,Region,Region_id +1,Latin America and the Caribbean,Americas,1 +2,Southern Asia,Asia,2 +3,Sub-Saharan Africa,Africa,3 +4,Southern Europe,Europe,4 +5,Western Asia,Asia,2 +6,Australia and New Zealand,Oceania,5 +7,Western Europe,Europe,4 +8,Eastern Europe,Europe,4 +9,South-eastern Asia,Asia,2 +10,Northern America,Americas,1 +11,Eastern Asia,Asia,2 +12,Polynesia,Oceania,5 +13,Northern Europe,Europe,4 +14,Northern Africa,Africa,3 +15,Melanesia,Oceania,5 +16,Micronesia,Oceania,5 +17,Central Asia,Asia,2 diff --git a/data/clean/victims.csv b/data/clean/victims.csv new file mode 100644 index 0000000..e49b15a --- /dev/null +++ b/data/clean/victims.csv @@ -0,0 +1,13 @@ +Victim_id,Sex,Age +1,Unknown,Unknown +2,Unknown,Minor +3,Unknown,Adult +4,Female,Minor +5,Female,Adult +6,Male,Minor +7,Male,Adult +8,Other,Adult +9,Other,Minor +10,Female,Unknown +11,Male,Unknown +12,Other,Unknown diff --git a/data/raw/data_glotip.xlsx b/data/raw/data_glotip.xlsx new file mode 100644 index 0000000..aa62657 Binary files /dev/null and b/data/raw/data_glotip.xlsx differ diff --git a/data/raw/raw_data_file.csv b/data/raw/raw_data_file.csv deleted file mode 100644 index e69de29..0000000 diff --git a/notebooks/explore_clean_data_username.ipynb b/notebooks/explore_clean_data_username.ipynb deleted file mode 100644 index 792d600..0000000 --- a/notebooks/explore_clean_data_username.ipynb +++ /dev/null @@ -1 +0,0 @@ -# diff --git a/notebooks/functions.py b/notebooks/functions.py deleted file mode 100644 index 792d600..0000000 --- a/notebooks/functions.py +++ /dev/null @@ -1 +0,0 @@ -# diff --git a/notebooks/load_and_clean_data_username.ipynb b/notebooks/load_and_clean_data_username.ipynb deleted file mode 100644 index 792d600..0000000 --- a/notebooks/load_and_clean_data_username.ipynb +++ /dev/null @@ -1 +0,0 @@ -# diff --git a/notebooks/load_clean_data.ipynb b/notebooks/load_clean_data.ipynb new file mode 100644 index 0000000..5260b97 --- /dev/null +++ b/notebooks/load_clean_data.ipynb @@ -0,0 +1,3823 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "id": "a880fc45-573a-40d3-b40c-2277748bbf68", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + " UNODC Unnamed: 1 Unnamed: 2 Unnamed: 3 \\\n", + "0 14/04/2025 NaN NaN NaN \n", + "1 Iso3_code Country Region Subregion \n", + "2 ABW Aruba Americas Latin America and the Caribbean \n", + "3 AFG Afghanistan Asia Southern Asia \n", + "4 AFG Afghanistan Asia Southern Asia \n", + "\n", + " Unnamed: 4 Unnamed: 5 Unnamed: 6 \\\n", + "0 NaN NaN NaN \n", + "1 Indicator Dimension Category \n", + "2 Detected trafficking victims by country of repatriation Ukraine \n", + "3 Detected trafficking victims by country of repatriation Abroad \n", + "4 Detected trafficking victims by country of repatriation Abroad \n", + "\n", + " Unnamed: 7 Unnamed: 8 Unnamed: 9 Unnamed: 10 Unnamed: 11 \\\n", + "0 NaN NaN NaN NaN NaN \n", + "1 Sex Age Year Unit of measurement txtVALUE \n", + "2 Total Total 2010 Counts <5 \n", + "3 Total Total 2003 Counts <5 \n", + "4 Total Total 2008 Counts <5 \n", + "\n", + " Unnamed: 12 \n", + "0 NaN \n", + "1 Source \n", + "2 GLOTIP \n", + "3 GLOTIP \n", + "4 GLOTIP \n" + ] + } + ], + "source": [ + "import pandas as pd\n", + "df = pd.read_excel(r'../data/raw/data_glotip.xlsx')\n", + "print(df.head())" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "id": "3cceafbf-60d8-4547-a736-8a2ed524fca8", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
Iso3_codeCountryRegionSubregionIndicatorDimensionCategorySexAgeYearUnit of measurementtxtVALUESource
0ABWArubaAmericasLatin America and the CaribbeanDetected trafficking victimsby country of repatriationUkraineTotalTotal2010Counts<5GLOTIP
1AFGAfghanistanAsiaSouthern AsiaDetected trafficking victimsby country of repatriationAbroadTotalTotal2003Counts<5GLOTIP
2AFGAfghanistanAsiaSouthern AsiaDetected trafficking victimsby country of repatriationAbroadTotalTotal2008Counts<5GLOTIP
3AFGAfghanistanAsiaSouthern AsiaOffences of trafficking in personsTotalTotalTotalTotal2013Counts103GLOTIP
4AFGAfghanistanAsiaSouthern AsiaPersons brought into formal contactTotalTotalTotalTotal2013Counts167GLOTIP
\n", + "
" + ], + "text/plain": [ + " Iso3_code Country Region Subregion \\\n", + "0 ABW Aruba Americas Latin America and the Caribbean \n", + "1 AFG Afghanistan Asia Southern Asia \n", + "2 AFG Afghanistan Asia Southern Asia \n", + "3 AFG Afghanistan Asia Southern Asia \n", + "4 AFG Afghanistan Asia Southern Asia \n", + "\n", + " Indicator Dimension Category \\\n", + "0 Detected trafficking victims by country of repatriation Ukraine \n", + "1 Detected trafficking victims by country of repatriation Abroad \n", + "2 Detected trafficking victims by country of repatriation Abroad \n", + "3 Offences of trafficking in persons Total Total \n", + "4 Persons brought into formal contact Total Total \n", + "\n", + " Sex Age Year Unit of measurement txtVALUE Source \n", + "0 Total Total 2010 Counts <5 GLOTIP \n", + "1 Total Total 2003 Counts <5 GLOTIP \n", + "2 Total Total 2008 Counts <5 GLOTIP \n", + "3 Total Total 2013 Counts 103 GLOTIP \n", + "4 Total Total 2013 Counts 167 GLOTIP " + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "new_columns = df.iloc[1].tolist()\n", + "df.columns = new_columns\n", + "df = df.drop(1).reset_index(drop=True)\n", + "df = df.drop(0).reset_index(drop=True)\n", + "display(df.head())" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "id": "fdb63e52-51d2-4474-9c53-318379553fd5", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
CountryRegionSubregionIndicatorDimensionCategorySexAgeYeartxtVALUE
0ArubaAmericasLatin America and the CaribbeanDetected trafficking victimsby country of repatriationUkraineTotalTotal2010<5
1AfghanistanAsiaSouthern AsiaDetected trafficking victimsby country of repatriationAbroadTotalTotal2003<5
2AfghanistanAsiaSouthern AsiaDetected trafficking victimsby country of repatriationAbroadTotalTotal2008<5
3AfghanistanAsiaSouthern AsiaOffences of trafficking in personsTotalTotalTotalTotal2013103
4AfghanistanAsiaSouthern AsiaPersons brought into formal contactTotalTotalTotalTotal2013167
\n", + "
" + ], + "text/plain": [ + " Country Region Subregion \\\n", + "0 Aruba Americas Latin America and the Caribbean \n", + "1 Afghanistan Asia Southern Asia \n", + "2 Afghanistan Asia Southern Asia \n", + "3 Afghanistan Asia Southern Asia \n", + "4 Afghanistan Asia Southern Asia \n", + "\n", + " Indicator Dimension Category \\\n", + "0 Detected trafficking victims by country of repatriation Ukraine \n", + "1 Detected trafficking victims by country of repatriation Abroad \n", + "2 Detected trafficking victims by country of repatriation Abroad \n", + "3 Offences of trafficking in persons Total Total \n", + "4 Persons brought into formal contact Total Total \n", + "\n", + " Sex Age Year txtVALUE \n", + "0 Total Total 2010 <5 \n", + "1 Total Total 2003 <5 \n", + "2 Total Total 2008 <5 \n", + "3 Total Total 2013 103 \n", + "4 Total Total 2013 167 " + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "df.drop(columns='Iso3_code', inplace=True)\n", + "df.drop(columns='Unit of measurement', inplace=True)\n", + "df.drop(columns='Source', inplace=True)\n", + "display(df.head())" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "id": "633a6df2-aa48-46f8-a82f-0a48359b8d6c", + "metadata": {}, + "outputs": [], + "source": [ + "import numpy as np\n", + "df['Sex'] = df['Sex'].replace('Total', 'Unknown')\n", + "df['Sex'] = df['Sex'].str.capitalize()\n" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "id": "4b978c51-f202-463f-8f80-6d120e2b85f4", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "['Unknown' 'Female' 'Male' 'Other']\n" + ] + } + ], + "source": [ + "print(df['Sex'].unique())" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "id": "d64ae6f2-7aa0-4971-848c-eb2570bb22f4", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "Sex\n", + "Unknown 33456\n", + "Female 11846\n", + "Male 11677\n", + "Other 1790\n", + "Name: count, dtype: int64" + ] + }, + "execution_count": 6, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "df['Sex'].value_counts()" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "id": "bb391945-9c33-4baf-aa00-552d09793972", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "['Total' '0 to 17 years' '18 years or over' 'Unknown']\n" + ] + } + ], + "source": [ + "print(df['Age'].unique())" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "id": "e2c24112-61ce-45d2-a5c2-39c7065a4846", + "metadata": {}, + "outputs": [], + "source": [ + "import numpy as np\n", + "\n", + "df['Age'] = df['Age'].replace({\n", + " '0 to 17 years': 'Minor',\n", + " '18 years or over': 'Adult',\n", + " 'Total': 'Unknown',\n", + " 'Unknown': 'Unknown',\n", + "})" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "id": "cd9ddacc-cf19-49b1-a5fa-946f53b1b35b", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "['Unknown' 'Minor' 'Adult']\n" + ] + } + ], + "source": [ + "print(df['Age'].unique())" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "id": "7c7f0e39-3353-40ed-9157-c7106d4473cd", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "Age\n", + "Unknown 32579\n", + "Adult 13571\n", + "Minor 12619\n", + "Name: count, dtype: int64" + ] + }, + "execution_count": 10, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "df['Age'].value_counts()" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "id": "2a075863-78ec-47ff-a7a9-1d836cfef641", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "58769" + ] + }, + "execution_count": 11, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "df.shape[0]" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "id": "1d79f77a-5f34-4da4-a38f-0185bbd6d03e", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "1490" + ] + }, + "execution_count": 12, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "df = df.rename(columns={'txtVALUE': 'Nr_of_victims'})\n", + "df['Nr_of_victims'].nunique()" + ] + }, + { + "cell_type": "code", + "execution_count": 13, + "id": "3047854f-da0b-4f71-97ac-fc26e88e4a68", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
CountryRegionSubregionIndicatorDimensionCategorySexAgeYearNr_of_victims
0ArubaAmericasLatin America and the CaribbeanDetected trafficking victimsby country of repatriationUkraineUnknownUnknown2010<5
1AfghanistanAsiaSouthern AsiaDetected trafficking victimsby country of repatriationAbroadUnknownUnknown2003<5
2AfghanistanAsiaSouthern AsiaDetected trafficking victimsby country of repatriationAbroadUnknownUnknown2008<5
3AfghanistanAsiaSouthern AsiaOffences of trafficking in personsTotalTotalUnknownUnknown2013103
4AfghanistanAsiaSouthern AsiaPersons brought into formal contactTotalTotalUnknownUnknown2013167
\n", + "
" + ], + "text/plain": [ + " Country Region Subregion \\\n", + "0 Aruba Americas Latin America and the Caribbean \n", + "1 Afghanistan Asia Southern Asia \n", + "2 Afghanistan Asia Southern Asia \n", + "3 Afghanistan Asia Southern Asia \n", + "4 Afghanistan Asia Southern Asia \n", + "\n", + " Indicator Dimension Category \\\n", + "0 Detected trafficking victims by country of repatriation Ukraine \n", + "1 Detected trafficking victims by country of repatriation Abroad \n", + "2 Detected trafficking victims by country of repatriation Abroad \n", + "3 Offences of trafficking in persons Total Total \n", + "4 Persons brought into formal contact Total Total \n", + "\n", + " Sex Age Year Nr_of_victims \n", + "0 Unknown Unknown 2010 <5 \n", + "1 Unknown Unknown 2003 <5 \n", + "2 Unknown Unknown 2008 <5 \n", + "3 Unknown Unknown 2013 103 \n", + "4 Unknown Unknown 2013 167 " + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "display(df.head())" + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "id": "361bd975-6d37-42a6-a928-e26bcf29e1f0", + "metadata": {}, + "outputs": [], + "source": [ + "df1 = df[df['Indicator'] == 'Detected trafficking victims'].copy()" + ] + }, + { + "cell_type": "code", + "execution_count": 15, + "id": "49c7c487-c223-4716-86c6-d31fa5a4537d", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
CountryRegionSubregionIndicatorDimensionCategorySexAgeYearNr_of_victims
0ArubaAmericasLatin America and the CaribbeanDetected trafficking victimsby country of repatriationUkraineUnknownUnknown2010<5
1AfghanistanAsiaSouthern AsiaDetected trafficking victimsby country of repatriationAbroadUnknownUnknown2003<5
2AfghanistanAsiaSouthern AsiaDetected trafficking victimsby country of repatriationAbroadUnknownUnknown2008<5
5AfghanistanAsiaSouthern AsiaDetected trafficking victimsby form of exploitationSexual exploitationUnknownUnknown2017<5
6AfghanistanAsiaSouthern AsiaDetected trafficking victimsby form of exploitationForced labourUnknownUnknown2018<5
\n", + "
" + ], + "text/plain": [ + " Country Region Subregion \\\n", + "0 Aruba Americas Latin America and the Caribbean \n", + "1 Afghanistan Asia Southern Asia \n", + "2 Afghanistan Asia Southern Asia \n", + "5 Afghanistan Asia Southern Asia \n", + "6 Afghanistan Asia Southern Asia \n", + "\n", + " Indicator Dimension \\\n", + "0 Detected trafficking victims by country of repatriation \n", + "1 Detected trafficking victims by country of repatriation \n", + "2 Detected trafficking victims by country of repatriation \n", + "5 Detected trafficking victims by form of exploitation \n", + "6 Detected trafficking victims by form of exploitation \n", + "\n", + " Category Sex Age Year Nr_of_victims \n", + "0 Ukraine Unknown Unknown 2010 <5 \n", + "1 Abroad Unknown Unknown 2003 <5 \n", + "2 Abroad Unknown Unknown 2008 <5 \n", + "5 Sexual exploitation Unknown Unknown 2017 <5 \n", + "6 Forced labour Unknown Unknown 2018 <5 " + ] + }, + "execution_count": 15, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "df1.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 16, + "id": "63d227f8-2f21-4056-a40a-5a2243510d3b", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "(39485, 10)" + ] + }, + "execution_count": 16, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "df1.shape\n" + ] + }, + { + "cell_type": "code", + "execution_count": 17, + "id": "611f1837-c9ff-48c6-8372-e65fa207aa99", + "metadata": {}, + "outputs": [], + "source": [ + "df1['Nr_of_victims']= df1['Nr_of_victims'].replace('<5',2.5)" + ] + }, + { + "cell_type": "code", + "execution_count": 18, + "id": "0d4df12f-bc4a-4029-a874-81ba6cbaf989", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
CountryRegionSubregionIndicatorDimensionCategorySexAgeYearNr_of_victims
0ArubaAmericasLatin America and the CaribbeanDetected trafficking victimsby country of repatriationUkraineUnknownUnknown20102.5
1AfghanistanAsiaSouthern AsiaDetected trafficking victimsby country of repatriationAbroadUnknownUnknown20032.5
2AfghanistanAsiaSouthern AsiaDetected trafficking victimsby country of repatriationAbroadUnknownUnknown20082.5
5AfghanistanAsiaSouthern AsiaDetected trafficking victimsby form of exploitationSexual exploitationUnknownUnknown20172.5
6AfghanistanAsiaSouthern AsiaDetected trafficking victimsby form of exploitationForced labourUnknownUnknown20182.5
\n", + "
" + ], + "text/plain": [ + " Country Region Subregion \\\n", + "0 Aruba Americas Latin America and the Caribbean \n", + "1 Afghanistan Asia Southern Asia \n", + "2 Afghanistan Asia Southern Asia \n", + "5 Afghanistan Asia Southern Asia \n", + "6 Afghanistan Asia Southern Asia \n", + "\n", + " Indicator Dimension \\\n", + "0 Detected trafficking victims by country of repatriation \n", + "1 Detected trafficking victims by country of repatriation \n", + "2 Detected trafficking victims by country of repatriation \n", + "5 Detected trafficking victims by form of exploitation \n", + "6 Detected trafficking victims by form of exploitation \n", + "\n", + " Category Sex Age Year Nr_of_victims \n", + "0 Ukraine Unknown Unknown 2010 2.5 \n", + "1 Abroad Unknown Unknown 2003 2.5 \n", + "2 Abroad Unknown Unknown 2008 2.5 \n", + "5 Sexual exploitation Unknown Unknown 2017 2.5 \n", + "6 Forced labour Unknown Unknown 2018 2.5 " + ] + }, + "execution_count": 18, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "df1.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 19, + "id": "89ba0f8c-f2a1-470b-9115-7d90f4605bc1", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "(39485, 10)" + ] + }, + "execution_count": 19, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "df1.shape" + ] + }, + { + "cell_type": "code", + "execution_count": 20, + "id": "c8d86f21-393e-4e23-b040-c1934c14dbf3", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "array([2.5, '15', '7', ..., '957', '1,497', '1,698'], dtype=object)" + ] + }, + "execution_count": 20, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "df1['Nr_of_victims'].unique()" + ] + }, + { + "cell_type": "code", + "execution_count": 21, + "id": "60168618-9ee0-4730-9ba4-7af143b1a9a9", + "metadata": {}, + "outputs": [], + "source": [ + "df1['Nr_of_victims']= df1['Nr_of_victims'].astype(str).str.replace(',', '')" + ] + }, + { + "cell_type": "code", + "execution_count": 22, + "id": "a37f1936-5b9d-4b7d-9353-9c31a5575e87", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "array(['2.5', '15', '7', ..., '957', '1497', '1698'], dtype=object)" + ] + }, + "execution_count": 22, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "df1['Nr_of_victims'].unique()" + ] + }, + { + "cell_type": "code", + "execution_count": 23, + "id": "50c3cea5-21f0-4699-8e9e-41d2d4faa6ba", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "Country object\n", + "Region object\n", + "Subregion object\n", + "Indicator object\n", + "Dimension object\n", + "Category object\n", + "Sex object\n", + "Age object\n", + "Year object\n", + "Nr_of_victims object\n", + "dtype: object" + ] + }, + "execution_count": 23, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "df1.dtypes" + ] + }, + { + "cell_type": "code", + "execution_count": 24, + "id": "74c531bc-c908-4a1a-9eeb-6233838f209f", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "The new data type of the 'Nr_of_victims' column is: float64\n" + ] + } + ], + "source": [ + "df1['Nr_of_victims'] = df1['Nr_of_victims'].astype(float)\n", + "print(f\"The new data type of the 'Nr_of_victims' column is: {df1['Nr_of_victims'].dtype}\")" + ] + }, + { + "cell_type": "code", + "execution_count": 25, + "id": "1932ba52-65e6-4f96-b92a-b4c3e0164b0c", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "Country object\n", + "Region object\n", + "Subregion object\n", + "Indicator object\n", + "Dimension object\n", + "Category object\n", + "Sex object\n", + "Age object\n", + "Year int32\n", + "Nr_of_victims float64\n", + "dtype: object" + ] + }, + "execution_count": 25, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "df1['Year'] = pd.to_datetime(df1['Year'], format='%Y').dt.year\n", + "df1.dtypes" + ] + }, + { + "cell_type": "code", + "execution_count": 26, + "id": "712def20-826c-4b60-b167-e7a0b45939d8", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "(39485, 10)" + ] + }, + "execution_count": 26, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "df1.shape\n" + ] + }, + { + "cell_type": "code", + "execution_count": 27, + "id": "5b44786f-f5a4-4516-8902-de1963a87068", + "metadata": {}, + "outputs": [], + "source": [ + "df1['Dimension'] = df['Dimension'].replace('Total', 'Unknown')" + ] + }, + { + "cell_type": "code", + "execution_count": 28, + "id": "939fbc73-31b2-4812-b0d0-4d7b5f9d6849", + "metadata": {}, + "outputs": [], + "source": [ + "df1['Category'] = df['Category'].replace('Total', 'Unknown')" + ] + }, + { + "cell_type": "code", + "execution_count": 29, + "id": "dd6b8cf1-944b-4662-a2d6-fe9a19b2d494", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "array(['Ukraine', 'Abroad', 'Sexual exploitation', 'Forced labour',\n", + " 'Unknown', 'Congo', 'Nationals', 'RDC', 'Angolan',\n", + " 'Congolese (DRC)', 'Nigerians', 'Chinese', 'Albania', 'Croatia',\n", + " nan, 'Netherlands', 'Norway', 'Portugal', 'Denmark', 'Serbia',\n", + " 'Switzerland', 'Germany', '(specify the country)', 'Azerbaijan',\n", + " 'Bangladesh', 'China', 'India', 'Indonesia', 'Iraq', 'Kazakhstan',\n", + " 'Morocco', 'Nigeria', 'Pakistan', 'Philippines',\n", + " 'Republic of Moldova', 'Russian Federation',\n", + " 'Syrian Arab Republic', 'Uzbekistan', 'Kyrgyzstan', 'Algeria',\n", + " 'Armenia', 'Ethiopia', 'Lebanon', 'Sri Lanka', 'Thailand',\n", + " 'United Arab Emirates', 'Nepal', 'Tajikistan',\n", + " 'United Republic of Tanzania', 'Turkmenistan', 'Colombia',\n", + " 'Dominican Republic', 'Tunisia', 'Belarus', 'Uganda', 'Rwanda',\n", + " 'Argentina', 'Bolivia (Plurinational State of)', 'Paraguay',\n", + " 'Peru', 'Brazil', 'Chile', 'Ecuador', 'Uruguay',\n", + " 'Venezuela (Bolivarian Republic of)', 'Honduras', 'ARGENTINA',\n", + " 'BOLIVIA', 'BRASIL', 'OTROS', 'PARAGUAY', 'PERU', 'R.DOMINICANA',\n", + " 'ITALIA', 'MEXICO', 'Bolivia', 'Brasil', 'Gana', 'Haiti',\n", + " 'R.Dominicana', 'Senegal', 'Venezuela', '0',\n", + " 'Ciudadanos de su paοΏ½s', 'Corea del Sur', 'Sudafrica', 'Panama',\n", + " 'Desconocido', 'Estados Unidos', 'Mexico', 'Rusia', 'Costa Rica',\n", + " 'Cuba', 'Jamaica', 'Marruecos', 'R.dominicana', 'Siria',\n", + " 'Guatemala', 'Marroquie', 'Alemania', 'EspaοΏ½a',\n", + " 'Republic of Korea', 'Malaysia', 'Australia', 'Afghanistan',\n", + " 'Afghani', 'Australians', 'Burundean', 'Cambodian', 'Ethiopian',\n", + " 'Fijian', 'Filippino', 'Germans', 'Guinean', 'Indian',\n", + " 'Indonesian', 'Iranian', 'Lebanese', 'Malaysian', 'Nepalese',\n", + " 'Pakistani', 'Saudi', 'South African', 'South Sudan', 'Sri Lankan',\n", + " 'Sudanese', 'Taiwan', 'Thai', 'Turkish', 'Vietnamese', 'Colombian',\n", + " 'Ghanean', 'Jordanian', 'Kuwait', 'MyanMar', 'Singaporean', 'USA',\n", + " 'United Kingdom', 'Yemeni', 'Austria', 'Bulgaria', 'Hungary',\n", + " 'Lithuania', 'Romania', 'Slovakia', 'Czechia',\n", + " 'The former Yugoslav Republic of Macedonia', 'Poland', 'Viet Nam',\n", + " 'Turkey', \"Democratic People's Republic of Korea\", 'Nicaragua',\n", + " 'Bosnia and Herzegovina', 'Italy', 'Kenya', 'Georgia', 'Benin',\n", + " \"Cote d'Ivoire\", 'Malta', 'Rumania', 'Somalia', 'Austrians',\n", + " 'Bosnian', 'Bulgarian', 'Hungarians', 'Italian', 'Maltese',\n", + " 'Moroccan', 'Poles', 'Romanian', 'Serbians', 'Slovaks', 'Ugandean',\n", + " 'Ukraineans', 'Albanians', 'Algerians', 'Beninoise', 'Bolivians',\n", + " 'Brazilian', 'Cameroonian', 'Cuban', 'Czech Rep', 'Ivory Coast',\n", + " 'Kenyan', 'Kosovar', 'Kyrgysi', 'Macedonian', 'Moldavian',\n", + " 'Mongolian', 'Peruvian', 'Russian', 'Somali', 'Syria', 'Tanzanian',\n", + " 'Venezuelan', 'Croatian', 'Dominican rep', 'Egyptian', 'Japanese',\n", + " 'Madagascar', 'Mexican', 'Namibia', 'Nicaraguarean', 'Palestine',\n", + " 'Portuguese', 'Senegalese', 'Slovenian', 'Azerbaijani', 'Burundi',\n", + " 'Belgium', 'Burkina Faso', 'Cameroon', 'Chad', 'Eritrea', 'France',\n", + " 'Ghana', 'Jordan', 'Egypt', 'State of Palestine',\n", + " 'Iran (Islamic Republic of)', 'Mauritius', 'Sierra Leone',\n", + " 'Latvia', 'Bhutan', 'Guinea', 'Kosovo under UNSCR 1244', 'Spain',\n", + " 'Equatorial Guinea', 'Armenians', 'Burkinabe', 'Kazaki', 'Lybians',\n", + " 'Malian', 'Spanish', 'Ecuadorean', 'Guinea-Bissau', 'Liberian',\n", + " 'Suriname', 'Guatemalean', 'Rwandean', 'Swedesh', 'Nigerin',\n", + " 'Togolese', 'Niger', 'Mali', 'Guayanean', 'Jamaican',\n", + " 'United States of America', 'Gambia', 'Libya', 'Nederland',\n", + " 'Slovenia', 'croatia', 'El Salvador', 'Belizean', 'Honduranian',\n", + " 'Hodruanian', 'Argentino', 'Belga', 'Brasilero', 'Chino',\n", + " 'Colombiano', 'Cubano', 'Haitiano', 'Keniano', 'Paraguayo',\n", + " 'Peruano', 'Sin determinar', 'TOTAL', 'Venezolano',\n", + " '(especifique otras nacionalidades)', 'Guyana', 'Bhutanese',\n", + " 'Kurdistan, Iraq', 'Bhuatnese', 'Mumbai, India', 'Botswana',\n", + " 'Ethopia', 'Zambia', 'South Africa', 'Zimbabwean', 'Canada',\n", + " 'China, Taiwan Province of China', 'China, Hong Kong SAR',\n", + " 'Saudi Arabia', 'Israel', 'Togo', 'Montenegro', 'Mongolia',\n", + " 'Mozambique', 'Greece', 'Personnes de nationalitοΏ½ οΏ½trangοΏ½re',\n", + " 'Ecuatoriana', 'Peruana', 'Boliviana', 'Cubana', 'Colombiana',\n", + " 'Paraguaya', 'Haitiana', 'Tailandesa', 'Vietnamita', 'Venezolana',\n", + " 'Chadian', 'Myanmar', 'Cambodia', 'Timor-Leste', 'BENIN',\n", + " 'BURKINA FASO', 'GUINEE', 'NIGER', 'NIGERIA', 'TOGO', 'MALI',\n", + " 'GHANA', \"CοΏ½TE D'IVOIRE\", 'GUINEE CONAKRY', 'LIBERIA',\n", + " 'SIERRA LEONE', 'THAILANDE', 'VIETNAM', 'OMAN', 'CHILE',\n", + " 'COLOMBIA', 'NICARAGUA', 'REPUBLICA DOMINICANA', 'VENEZUELA',\n", + " 'CHINA', 'ECUADOR', 'ESPAοΏ½A', 'FILIPINAS', 'FRANCIA', 'HOLANDA',\n", + " 'INDIA', 'MοΏ½XICO', 'NORUEGA', 'PANAMοΏ½', 'PERοΏ½', 'QATAR',\n", + " 'SINGAPUR', 'SUIZA', 'TAILANDIA', 'HONDURAS', 'ALEMANIA',\n", + " 'BAHAMAS', 'COREA DEL SUR', 'GUATEMALA', 'ISRAEL', 'URUGUAY',\n", + " 'BARSIL', 'REPοΏ½BLICA DOMINICANA', 'PanamΓ‘', 'PanamοΏ½',\n", + " 'RepοΏ½blica Dominicana', 'Rep. Dominicana', '(especifique el paοΏ½s)',\n", + " 'Estonia', 'Cyprus', 'Moldova', 'Russia', 'Vietnam', 'Greek',\n", + " 'Sudan', 'Cabo Verde', 'Ireland', 'Singapore', 'Albanian', 'Czech',\n", + " 'Gambian', 'Georgian', 'German', 'Ghanaian', 'Hungarian',\n", + " 'Latvian', 'Nigerian', 'Polish', 'Serbian', 'Slovak', 'Ukrainian',\n", + " 'without', 'Byelorussian', 'Lithuanian', 'Moldovan',\n", + " 'Sierra Leonean', 'vietnamese', 'Chilean', 'Eritrean', 'French',\n", + " 'Argentinian', 'Botzwana', 'Tajiki', 'Uzbecki', 'Liberia',\n", + " 'Zimbabwe', 'Finland', 'Abania', 'Cameroun', 'Tanzania', 'Bosnia',\n", + " 'Columbia', 'Dominican Rep', 'Libanon', 'Danish', 'Zambian',\n", + " 'Paraguayian', 'HaitοΏ½', 'PerοΏ½', 'TurquοΏ½a', 'NO DETERMINADA',\n", + " 'PERO', 'No Determinado', 'COLOMBIANA', 'PERUANA', 'VENEZOLANA',\n", + " 'Yemen', 'UAE', 'Malawi', 'BIELORRUSIA', 'BULGARIA', 'HUNGRÍA',\n", + " 'MARRUECOS', 'POLONIA', 'PORTUGAL', 'REP. DOMINICANA',\n", + " 'REPÚBLICA CHECA', 'RUMANÍA', 'RUSIA', 'UCRANIA', 'ALBANIA',\n", + " 'MOLDAVIA', 'PAKISTÁN', 'Hondureans', 'New Zealander', 'Uruguayan',\n", + " 'Salvadorean', 'Estonians', 'Angola', 'Iran', 'Finns', 'Canadians',\n", + " 'Fiji', 'Japan', 'Gabon', \"Lao People's Democratic Republic\",\n", + " 'Comorian islands', 'Haitian', 'Israelian', 'Swaziland',\n", + " 'Mauritania', 'Western Sahara',\n", + " 'United Kingdom of Great Britain and Northern Ireland', 'Barbados',\n", + " 'CοΏ½te dοΏ½Ivoire', 'Democratic Republic of the Congo', 'Lybia',\n", + " 'Oman', 'Belizeean', 'Dutch', 'Emirati (UAE)', 'Laotian',\n", + " 'Mauritanian', 'North Korean', 'Norvegian',\n", + " 'Other Central America and Caribbean', 'Qatari', 'St Vincent',\n", + " 'Trinidad and Tobago', 'Africa and Middle East', 'Other Asia',\n", + " 'Other Central America and Car', 'CAR', 'Cape Ver', 'South Korean',\n", + " 'Swasiland', 'Timor Este', 'Turkmeni', 'Djiboutean', 'BELICEΓ‘A',\n", + " 'GUATEMALTECA', 'GUINEANA', 'HONDUREΓ‘A', 'MEXICANA',\n", + " 'NICARAGUENSE', 'NIGERIANA', 'SALVADOREΓ‘A', 'EspaΓ±a', 'MΓ©xico',\n", + " 'TOTAL POR AΓ‘O', 'BELICEοΏ½A', 'HONDUREοΏ½A', 'SALVADOREοΏ½A', 'Belice',\n", + " 'Caribbean (Trinidad and Tobago, Barbados, etc)', 'Cubans',\n", + " 'Haitians', 'Jamaicans',\n", + " 'Other Countries (Dominica, Panama, French Guiana, Brazil, etc.)',\n", + " 'Venezuelans', 'Africa', 'Americas', 'Asia',\n", + " 'European Economic Area', 'Amercias', 'Disputed', 'The Ukraine',\n", + " 'Etiopia', 'Palestinian Authority', 'Centrel African Republic',\n", + " 'Former Yugoslavia', 'Bosnia Erzegovina', 'Cina Popolare',\n", + " \"Costa d'Avorio\", 'Croazia', 'Egitto', 'Marocco', 'Moldavia',\n", + " 'Tunisa', 'Afganistan', 'Filippine', 'Sri lanka', 'ghana',\n", + " 'Kazalhstan', 'BANGLADESH', 'EGYBT', 'ETHIOPIA', 'IRAQ', 'KUWAIT',\n", + " 'PHILIPPINES', 'SRI LANKA', 'SYRIA', 'THAILAND', 'UGANDA',\n", + " 'Filipino', 'Taiwanese', 'Czeck Republic', 'Albanie', 'Chine',\n", + " 'Colombie', 'Luxembourg', 'BrΓ©sil', 'Hongrie', 'Inde', 'Roumanie',\n", + " 'RΓ©publique de Moldavie', 'RΓ©publique tchΓ¨que', 'Tunisie',\n", + " 'Great Britain', 'the Netherlands', 'RMI', 'Chines', 'albanian',\n", + " 'B & H', 'Philippine', 'Ukranian', 'Domestic (Myanmar)', 'Dubai',\n", + " 'Laos', 'CAMBODIA', 'INDONESIA', 'LAOS', 'MALAYSIA', 'MONGOLIA',\n", + " 'MYANMAR', 'NEPAL', 'TAIWAN', 'UZBEKISTAN', 'Angolans',\n", + " 'Benin Rep', \"Cote d'ivoire\", 'Guinea Conakry', 'Niger Rep',\n", + " 'Sierra leone', 'Iceland', 'Saint Vincent and the Grenadines',\n", + " 'Seychelles', 'Sweden', 'Netherlands (own country)',\n", + " 'Dominican Rebublic', 'Erithera', 'Samoa', 'Omani', 'CAMBOYA',\n", + " 'COSTA RICA', 'CUBA', 'DESCONOCIDA', 'DOMINICANA', 'EL SALVADOR',\n", + " 'RepΓΊblica Dominicana', 'The Netherlands', 'UK', 'Sao Tome',\n", + " 'BRASILERA', 'NO REGISTRA', 'Qatar', 'Spania', 'Sweeden',\n", + " 'Moldovian', 'Solomon Islands', 'solomon islands',\n", + " 'Solomon islanders', 'Solomon Isands', '(Oman)', '(Lebanon)',\n", + " '(Nationality not stated)', '(Senegal)', 'BELICE',\n", + " 'NO DETERMINADAS', 'North Macedonia', 'Eritreja',\n", + " 'Bosnia i Herzegovinia', 'Dr Kongo',\n", + " 'Ukrainian national repatriated from Slovakia to Ukraine',\n", + " 'Kazahstan', 'Kosovo', 'Bangladeshi', 'Burmese', 'Rohingya',\n", + " 'Syrian', 'Ugandan', 'chiness', 'Kazakhistan', 'TοΏ½rkiye', 'Bresil',\n", + " 'Democratic Kongo', 'TANZANIANS', 'TAZANIANS', 'BURUNDIANS',\n", + " 'Belize', 'Lesotho', 'Maldives',\n", + " 'China, Hong Kong Special Administrative Region', 'Nationality',\n", + " '145', 'Other forms of exploitation'], dtype=object)" + ] + }, + "execution_count": 29, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "df1['Category'].unique()" + ] + }, + { + "cell_type": "code", + "execution_count": 30, + "id": "b40d7b69-f1c9-4165-b150-57a708d318ce", + "metadata": {}, + "outputs": [], + "source": [ + "# Diccionario de correcciones para estandarizar nombres de paΓ­ses y nacionalidades\n", + "corrections = {\n", + " # Variaciones de paΓ­ses en espaΓ±ol/inglΓ©s\n", + " 'ARGENTINA': 'Argentina',\n", + " 'BOLIVIA': 'Bolivia',\n", + " 'BRASIL': 'Brazil',\n", + " 'BARSIL': 'Brazil',\n", + " 'Bresil': 'Brazil',\n", + " 'Brasil': 'Brazil',\n", + " 'Brasilero': 'Brazil',\n", + " 'BRASILERA': 'Brazil',\n", + " 'Brazilian': 'Brazil',\n", + " 'CHILE': 'Chile',\n", + " 'COLOMBIA': 'Colombia',\n", + " 'Columbia': 'Colombia',\n", + " 'Colombie': 'Colombia',\n", + " 'COLOMBIANA': 'Colombia',\n", + " 'Colombiano': 'Colombia',\n", + " 'Colombian': 'Colombia',\n", + " 'ECUADOR': 'Ecuador',\n", + " 'Ecuatoriana': 'Ecuador',\n", + " 'Ecuadorean': 'Ecuador',\n", + " 'PERU': 'Peru',\n", + " 'PERO': 'Peru',\n", + " 'PERοΏ½': 'Peru',\n", + " 'PerοΏ½': 'Peru',\n", + " 'Peruana': 'Peru',\n", + " 'Peruano': 'Peru',\n", + " 'Peruvian': 'Peru',\n", + " 'PARAGUAY': 'Paraguay',\n", + " 'Paraguayo': 'Paraguay',\n", + " 'Paraguayian': 'Paraguay',\n", + " 'VENEZUELA': 'Venezuela',\n", + " 'VENEZOLANA': 'Venezuela',\n", + " 'Venezolano': 'Venezuela',\n", + " 'Venezuelan': 'Venezuela',\n", + " 'Venezuelans': 'Venezuela',\n", + " 'URUGUAY': 'Uruguay',\n", + " 'Uruguayan': 'Uruguay',\n", + " \n", + " # RepΓΊblica Dominicana\n", + " 'R.DOMINICANA': 'Dominican Republic',\n", + " 'R.Dominicana': 'Dominican Republic',\n", + " 'R.dominicana': 'Dominican Republic',\n", + " 'RepοΏ½blica Dominicana': 'Dominican Republic',\n", + " 'Rep. Dominicana': 'Dominican Republic',\n", + " 'REP. DOMINICANA': 'Dominican Republic',\n", + " 'REPοΏ½BLICA DOMINICANA': 'Dominican Republic',\n", + " 'REPUBLICA DOMINICANA': 'Dominican Republic',\n", + " 'RepΓΊblica Dominicana': 'Dominican Republic',\n", + " 'DOMINICANA': 'Dominican Republic',\n", + " 'Dominican rep': 'Dominican Republic',\n", + " 'Dominican Rep': 'Dominican Republic',\n", + " 'Dominican Rebublic': 'Dominican Republic',\n", + " \n", + " # MΓ©xico\n", + " 'MEXICO': 'Mexico',\n", + " 'MοΏ½XICO': 'Mexico',\n", + " 'MΓ©xico': 'Mexico',\n", + " 'MEXICANA': 'Mexico',\n", + " 'Mexican': 'Mexico',\n", + " \n", + " # PanamΓ‘\n", + " 'PANAMοΏ½': 'Panama',\n", + " 'PanamΓ‘': 'Panama',\n", + " 'PanamοΏ½': 'Panama',\n", + " 'PANAMοΏ½': 'Panama',\n", + " \n", + " # EspaΓ±a\n", + " 'ESPAοΏ½A': 'Spain',\n", + " 'EspaΓ±a': 'Spain',\n", + " 'EspaοΏ½a': 'Spain',\n", + " 'Spanish': 'Spain',\n", + " 'Spania': 'Spain',\n", + " \n", + " # Estados Unidos\n", + " 'Estados Unidos': 'United States',\n", + " 'USA': 'United States',\n", + " 'United States of America': 'United States',\n", + " \n", + " # CentroamΓ©rica\n", + " 'GUATEMALA': 'Guatemala',\n", + " 'GUATEMALTECA': 'Guatemala',\n", + " 'Guatemalean': 'Guatemala',\n", + " 'HONDURAS': 'Honduras',\n", + " 'HONDUREΓ‘A': 'Honduras',\n", + " 'HONDUREοΏ½A': 'Honduras',\n", + " 'Hondureans': 'Honduras',\n", + " 'Honduranian': 'Honduras',\n", + " 'Hodruanian': 'Honduras',\n", + " 'NICARAGUA': 'Nicaragua',\n", + " 'NICARAGUENSE': 'Nicaragua',\n", + " 'Nicaraguarean': 'Nicaragua',\n", + " 'COSTA RICA': 'Costa Rica',\n", + " 'EL SALVADOR': 'El Salvador',\n", + " 'SALVADOREΓ‘A': 'El Salvador',\n", + " 'SALVADOREοΏ½A': 'El Salvador',\n", + " 'Salvadorean': 'El Salvador',\n", + " 'BELICE': 'Belize',\n", + " 'BELICEΓ‘A': 'Belize',\n", + " 'BELICEοΏ½A': 'Belize',\n", + " 'Belizean': 'Belize',\n", + " 'Belizeean': 'Belize',\n", + " \n", + " # Caribe\n", + " 'CUBA': 'Cuba',\n", + " 'Cubano': 'Cuba',\n", + " 'Cubana': 'Cuba',\n", + " 'Cuban': 'Cuba',\n", + " 'Cubans': 'Cuba',\n", + " 'HAITI': 'Haiti',\n", + " 'HaitοΏ½': 'Haiti',\n", + " 'Haitiano': 'Haiti',\n", + " 'Haitiana': 'Haiti',\n", + " 'Haitian': 'Haiti',\n", + " 'Haitians': 'Haiti',\n", + " 'JAMAICA': 'Jamaica',\n", + " 'Jamaican': 'Jamaica',\n", + " 'Jamaicans': 'Jamaica',\n", + " \n", + " # China\n", + " 'CHINA': 'China',\n", + " 'Chino': 'China',\n", + " 'Chines': 'China',\n", + " 'chiness': 'China',\n", + " 'Chinese': 'China',\n", + " 'Chine': 'China',\n", + " 'Cina Popolare': 'China',\n", + " 'China, Taiwan Province of China': 'Taiwan',\n", + " 'China, Hong Kong SAR': 'Hong Kong',\n", + " 'China, Hong Kong Special Administrative Region': 'Hong Kong',\n", + " 'TAIWAN': 'Taiwan',\n", + " 'Taiwan': 'Taiwan',\n", + " 'Taiwanese': 'Taiwan',\n", + " \n", + " # India\n", + " 'INDIA': 'India',\n", + " 'Inde': 'India',\n", + " 'Indian': 'India',\n", + " 'Mumbai, India': 'India',\n", + " \n", + " # Filipinas\n", + " 'FILIPINAS': 'Philippines',\n", + " 'PHILIPPINES': 'Philippines',\n", + " 'Filippino': 'Philippines',\n", + " 'Filipino': 'Philippines',\n", + " 'Philippine': 'Philippines',\n", + " 'Filippine': 'Philippines',\n", + " \n", + " # Tailandia\n", + " 'TAILANDIA': 'Thailand',\n", + " 'THAILAND': 'Thailand',\n", + " 'THAILANDE': 'Thailand',\n", + " 'Tailandesa': 'Thailand',\n", + " 'Thai': 'Thailand',\n", + " \n", + " # Vietnam\n", + " 'VIETNAM': 'Vietnam',\n", + " 'Viet Nam': 'Vietnam',\n", + " 'Vietnam': 'Vietnam',\n", + " 'Vietnamita': 'Vietnam',\n", + " 'Vietnamese': 'Vietnam',\n", + " 'vietnamese': 'Vietnam',\n", + " \n", + " # Otros paΓ­ses asiΓ‘ticos\n", + " 'BANGLADESH': 'Bangladesh',\n", + " 'Bangladeshi': 'Bangladesh',\n", + " 'CAMBODIA': 'Cambodia',\n", + " 'CAMBOYA': 'Cambodia',\n", + " 'Cambodia': 'Cambodia',\n", + " 'Cambodian': 'Cambodia',\n", + " 'INDONESIA': 'Indonesia',\n", + " 'Indonesian': 'Indonesia',\n", + " 'LAOS': 'Laos',\n", + " 'Laos': 'Laos',\n", + " 'Laotian': 'Laos',\n", + " \"Lao People's Democratic Republic\": 'Laos',\n", + " 'MALAYSIA': 'Malaysia',\n", + " 'Malaysian': 'Malaysia',\n", + " 'MONGOLIA': 'Mongolia',\n", + " 'Mongolia': 'Mongolia',\n", + " 'Mongolian': 'Mongolia',\n", + " 'MYANMAR': 'Myanmar',\n", + " 'Myanmar': 'Myanmar',\n", + " 'MyanMar': 'Myanmar',\n", + " 'Burmese': 'Myanmar',\n", + " 'Domestic (Myanmar)': 'Myanmar',\n", + " 'NEPAL': 'Nepal',\n", + " 'Nepalese': 'Nepal',\n", + " 'SINGAPORE': 'Singapore',\n", + " 'SINGAPUR': 'Singapore',\n", + " 'Singapore': 'Singapore',\n", + " 'Singaporean': 'Singapore',\n", + " 'UZBEKISTAN': 'Uzbekistan',\n", + " 'Uzbecki': 'Uzbekistan',\n", + " 'Republic of Korea': 'South Korea',\n", + " 'COREA DEL SUR': 'South Korea',\n", + " 'Corea del Sur': 'South Korea',\n", + " 'South Korean': 'South Korea',\n", + " \"Democratic People's Republic of Korea\": 'North Korea',\n", + " 'North Korean': 'North Korea',\n", + " 'JAPAN': 'Japan',\n", + " 'Japan': 'Japan',\n", + " 'Japanese': 'Japan',\n", + " \n", + " # PaΓ­ses del Medio Oriente\n", + " 'SYRIA': 'Syria',\n", + " 'SIRIA': 'Syria',\n", + " 'Syria': 'Syria',\n", + " 'Siria': 'Syria',\n", + " 'Syrian Arab Republic': 'Syria',\n", + " 'Syrian': 'Syria',\n", + " 'IRAQ': 'Iraq',\n", + " 'Iranian': 'Iran',\n", + " 'Iran (Islamic Republic of)': 'Iran',\n", + " 'ISRAEL': 'Israel',\n", + " 'Israeli': 'Israel',\n", + " 'Israelian': 'Israel',\n", + " 'LEBANON': 'Lebanon',\n", + " 'Lebanon': 'Lebanon',\n", + " 'Libanon': 'Lebanon',\n", + " 'Lebanese': 'Lebanon',\n", + " 'KUWAIT': 'Kuwait',\n", + " 'Kuwait': 'Kuwait',\n", + " 'QATAR': 'Qatar',\n", + " 'Qatar': 'Qatar',\n", + " 'Qatari': 'Qatar',\n", + " 'OMAN': 'Oman',\n", + " 'Oman': 'Oman',\n", + " 'Omani': 'Oman',\n", + " 'United Arab Emirates': 'UAE',\n", + " 'UAE': 'UAE',\n", + " 'Emirati (UAE)': 'UAE',\n", + " 'Saudi Arabia': 'Saudi Arabia',\n", + " 'Saudi': 'Saudi Arabia',\n", + " 'Yemen': 'Yemen',\n", + " 'Yemeni': 'Yemen',\n", + " 'Jordan': 'Jordan',\n", + " 'Jordanian': 'Jordan',\n", + " 'State of Palestine': 'Palestine',\n", + " 'Palestine': 'Palestine',\n", + " 'Palestinian Authority': 'Palestine',\n", + " 'Turkey': 'Turkey',\n", + " 'TοΏ½rkiye': 'Turkey',\n", + " 'TurquοΏ½a': 'Turkey',\n", + " 'Turkish': 'Turkey',\n", + " \n", + " # PaΓ­ses africanos\n", + " 'NIGERIA': 'Nigeria',\n", + " 'Nigerian': 'Nigeria',\n", + " 'Nigerians': 'Nigeria',\n", + " 'NIGERIANA': 'Nigeria',\n", + " 'Nigerin': 'Nigeria',\n", + " 'GHANA': 'Ghana',\n", + " 'Ghana': 'Ghana',\n", + " 'Gana': 'Ghana',\n", + " 'ghana': 'Ghana',\n", + " 'Ghanaian': 'Ghana',\n", + " 'Ghanean': 'Ghana',\n", + " 'SOUTH AFRICA': 'South Africa',\n", + " 'South Africa': 'South Africa',\n", + " 'Sudafrica': 'South Africa',\n", + " 'South African': 'South Africa',\n", + " 'EGYPT': 'Egypt',\n", + " 'EGYBT': 'Egypt',\n", + " 'Egypt': 'Egypt',\n", + " 'Egitto': 'Egypt',\n", + " 'Egyptian': 'Egypt',\n", + " 'ETHIOPIA': 'Ethiopia',\n", + " 'Ethiopia': 'Ethiopia',\n", + " 'Etiopia': 'Ethiopia',\n", + " 'Ethopia': 'Ethiopia',\n", + " 'Ethiopian': 'Ethiopia',\n", + " 'UGANDA': 'Uganda',\n", + " 'Uganda': 'Uganda',\n", + " 'Ugandan': 'Uganda',\n", + " 'Ugandean': 'Uganda',\n", + " 'KENYA': 'Kenya',\n", + " 'Kenya': 'Kenya',\n", + " 'Keniano': 'Kenya',\n", + " 'Kenyan': 'Kenya',\n", + " 'TANZANIA': 'Tanzania',\n", + " 'Tanzania': 'Tanzania',\n", + " 'United Republic of Tanzania': 'Tanzania',\n", + " 'Tanzanian': 'Tanzania',\n", + " 'TANZANIANS': 'Tanzania',\n", + " 'TAZANIANS': 'Tanzania',\n", + " 'RWANDA': 'Rwanda',\n", + " 'Rwanda': 'Rwanda',\n", + " 'Rwandean': 'Rwanda',\n", + " 'BURUNDI': 'Burundi',\n", + " 'Burundi': 'Burundi',\n", + " 'Burundean': 'Burundi',\n", + " 'BURUNDIANS': 'Burundi',\n", + " 'MOROCCO': 'Morocco',\n", + " 'Morocco': 'Morocco',\n", + " 'Marruecos': 'Morocco',\n", + " 'MARRUECOS': 'Morocco',\n", + " 'Marocco': 'Morocco',\n", + " 'Moroccan': 'Morocco',\n", + " 'Marroquie': 'Morocco',\n", + " 'TUNISIA': 'Tunisia',\n", + " 'Tunisia': 'Tunisia',\n", + " 'Tunisa': 'Tunisia',\n", + " 'Tunisie': 'Tunisia',\n", + " 'ALGERIA': 'Algeria',\n", + " 'Algerians': 'Algeria',\n", + " 'LIBYA': 'Libya',\n", + " 'Libya': 'Libya',\n", + " 'Lybia': 'Libya',\n", + " 'Lybians': 'Libya',\n", + " 'SUDAN': 'Sudan',\n", + " 'Sudan': 'Sudan',\n", + " 'Sudanese': 'Sudan',\n", + " 'South Sudan': 'South Sudan',\n", + " 'ERITREA': 'Eritrea',\n", + " 'Eritrea': 'Eritrea',\n", + " 'Eritrej': 'Eritrea',\n", + " 'Eritrean': 'Eritrea',\n", + " 'Erithera': 'Eritrea',\n", + " 'SOMALIA': 'Somalia',\n", + " 'Somalia': 'Somalia',\n", + " 'Somali': 'Somalia',\n", + " 'ZIMBABWE': 'Zimbabwe',\n", + " 'Zimbabwe': 'Zimbabwe',\n", + " 'Zimbabwean': 'Zimbabwe',\n", + " 'ZAMBIA': 'Zambia',\n", + " 'Zambia': 'Zambia',\n", + " 'Zambian': 'Zambia',\n", + " 'BOTSWANA': 'Botswana',\n", + " 'Botswana': 'Botswana',\n", + " 'Botzwana': 'Botswana',\n", + " 'MALI': 'Mali',\n", + " 'Mali': 'Mali',\n", + " 'Malian': 'Mali',\n", + " 'NIGER': 'Niger',\n", + " 'Niger': 'Niger',\n", + " 'Niger Rep': 'Niger',\n", + " 'BURKINA FASO': 'Burkina Faso',\n", + " 'Burkina Faso': 'Burkina Faso',\n", + " 'Burkinabe': 'Burkina Faso',\n", + " 'BENIN': 'Benin',\n", + " 'Benin': 'Benin',\n", + " 'Benin Rep': 'Benin',\n", + " 'Beninoise': 'Benin',\n", + " 'TOGO': 'Togo',\n", + " 'Togo': 'Togo',\n", + " 'Togolese': 'Togo',\n", + " 'GUINEA': 'Guinea',\n", + " 'GUINEE': 'Guinea',\n", + " 'Guinea': 'Guinea',\n", + " 'GUINEE CONAKRY': 'Guinea',\n", + " 'Guinea Conakry': 'Guinea',\n", + " 'GUINEANA': 'Guinea',\n", + " 'Guinean': 'Guinea',\n", + " 'SIERRA LEONE': 'Sierra Leone',\n", + " 'Sierra Leone': 'Sierra Leone',\n", + " 'Sierra leone': 'Sierra Leone',\n", + " 'Sierra Leonean': 'Sierra Leone',\n", + " 'LIBERIA': 'Liberia',\n", + " 'Liberia': 'Liberia',\n", + " 'Liberian': 'Liberia',\n", + " \"COTE D'IVOIRE\": \"Cote d'Ivoire\",\n", + " \"Cote d'Ivoire\": \"Cote d'Ivoire\",\n", + " \"Cote d'ivoire\": \"Cote d'Ivoire\",\n", + " \"Costa d'Avorio\": \"Cote d'Ivoire\",\n", + " 'CοΏ½te dοΏ½Ivoire': \"Cote d'Ivoire\",\n", + " 'Ivory Coast': \"Cote d'Ivoire\",\n", + " 'Czech Rep': \"Cote d'Ivoire\",\n", + " 'SENEGAL': 'Senegal',\n", + " 'Senegal': 'Senegal',\n", + " 'Senegalese': 'Senegal',\n", + " 'GAMBIA': 'Gambia',\n", + " 'Gambia': 'Gambia',\n", + " 'Gambian': 'Gambia',\n", + " 'MAURITANIA': 'Mauritania',\n", + " 'Mauritania': 'Mauritania',\n", + " 'Mauritanian': 'Mauritania',\n", + " 'MAURITIUS': 'Mauritius',\n", + " 'Mauritius': 'Mauritius',\n", + " 'MADAGASCAR': 'Madagascar',\n", + " 'Madagascar': 'Madagascar',\n", + " 'CAMEROON': 'Cameroon',\n", + " 'Cameroon': 'Cameroon',\n", + " 'Cameroun': 'Cameroon',\n", + " 'Cameroonian': 'Cameroon',\n", + " 'CHAD': 'Chad',\n", + " 'Chad': 'Chad',\n", + " 'Chadian': 'Chad',\n", + " 'GABON': 'Gabon',\n", + " 'Gabon': 'Gabon',\n", + " 'CAR': 'Central African Republic',\n", + " 'Centrel African Republic': 'Central African Republic',\n", + " 'Congo': 'Democratic Republic of the Congo',\n", + " 'Democratic Republic of the Congo': 'Democratic Republic of the Congo',\n", + " 'RDC': 'Democratic Republic of the Congo',\n", + " 'Congolese (DRC)': 'Democratic Republic of the Congo',\n", + " 'Dr Kongo': 'Democratic Republic of the Congo',\n", + " 'Democratic Kongo': 'Democratic Republic of the Congo',\n", + " 'Angola': 'Angola',\n", + " 'Angolan': 'Angola',\n", + " 'Angolans': 'Angola',\n", + " 'Cabo Verde': 'Cape Verde',\n", + " 'Cape Ver': 'Cape Verde',\n", + " 'Sao Tome': 'Sao Tome and Principe',\n", + " 'Equatorial Guinea': 'Equatorial Guinea',\n", + " 'Guinea-Bissau': 'Guinea-Bissau',\n", + " 'Comoros': 'Comoros',\n", + " 'Comorian islands': 'Comoros',\n", + " 'Seychelles': 'Seychelles',\n", + " 'Djibouti': 'Djibouti',\n", + " 'Djiboutean': 'Djibouti',\n", + " 'Swaziland': 'Eswatini',\n", + " 'Swasiland': 'Eswatini',\n", + " 'Lesotho': 'Lesotho',\n", + " 'Malawi': 'Malawi',\n", + " 'Mozambique': 'Mozambique',\n", + " 'Namibia': 'Namibia',\n", + " 'Western Sahara': 'Western Sahara',\n", + " \n", + " # PaΓ­ses europeos\n", + " 'ALEMANIA': 'Germany',\n", + " 'GERMANY': 'Germany',\n", + " 'Germany': 'Germany',\n", + " 'Germans': 'Germany',\n", + " 'German': 'Germany',\n", + " 'FRANCE': 'France',\n", + " 'FRANCIA': 'France',\n", + " 'France': 'France',\n", + " 'French': 'France',\n", + " 'ITALY': 'Italy',\n", + " 'ITALIA': 'Italy',\n", + " 'Italy': 'Italy',\n", + " 'Italian': 'Italy',\n", + " 'UK': 'United Kingdom',\n", + " 'United Kingdom': 'United Kingdom',\n", + " 'United Kingdom of Great Britain and Northern Ireland': 'United Kingdom',\n", + " 'Great Britain': 'United Kingdom',\n", + " 'NETHERLANDS': 'Netherlands',\n", + " 'Netherlands': 'Netherlands',\n", + " 'HOLANDA': 'Netherlands',\n", + " 'Nederland': 'Netherlands',\n", + " 'the Netherlands': 'Netherlands',\n", + " 'The Netherlands': 'Netherlands',\n", + " 'Netherlands (own country)': 'Netherlands',\n", + " 'Dutch': 'Netherlands',\n", + " 'NORWAY': 'Norway',\n", + " 'NORUEGA': 'Norway',\n", + " 'Norway': 'Norway',\n", + " 'Norvegian': 'Norway',\n", + " 'SWEDEN': 'Sweden',\n", + " 'Sweden': 'Sweden',\n", + " 'Sweeden': 'Sweden',\n", + " 'Swedesh': 'Sweden',\n", + " 'DENMARK': 'Denmark',\n", + " 'Denmark': 'Denmark',\n", + " 'Danish': 'Denmark',\n", + " 'FINLAND': 'Finland',\n", + " 'Finland': 'Finland',\n", + " 'Finns': 'Finland',\n", + " 'ICELAND': 'Iceland',\n", + " 'Iceland': 'Iceland',\n", + " 'SWITZERLAND': 'Switzerland',\n", + " 'SUIZA': 'Switzerland',\n", + " 'Switzerland': 'Switzerland',\n", + " 'AUSTRIA': 'Austria',\n", + " 'Austria': 'Austria',\n", + " 'Austrians': 'Austria',\n", + " 'PORTUGAL': 'Portugal',\n", + " 'Portugal': 'Portugal',\n", + " 'Portuguese': 'Portugal',\n", + " 'POLAND': 'Poland',\n", + " 'POLONIA': 'Poland',\n", + " 'Poland': 'Poland',\n", + " 'Poles': 'Poland',\n", + " 'Polish': 'Poland',\n", + " 'CZECH REPUBLIC': 'Czech Republic',\n", + " 'REPÚBLICA CHECA': 'Czech Republic',\n", + " 'RΓ©publique tchΓ¨que': 'Czech Republic',\n", + " 'Czechia': 'Czech Republic',\n", + " 'Czech': 'Czech Republic',\n", + " 'Czeck Republic': 'Czech Republic',\n", + " 'SLOVAKIA': 'Slovakia',\n", + " 'Slovakia': 'Slovakia',\n", + " 'Slovaks': 'Slovakia',\n", + " 'Slovak': 'Slovakia',\n", + " 'SLOVENIA': 'Slovenia',\n", + " 'Slovenia': 'Slovenia',\n", + " 'Slovenian': 'Slovenia',\n", + " 'HUNGARY': 'Hungary',\n", + " 'HUNGRÍA': 'Hungary',\n", + " 'Hungary': 'Hungary',\n", + " 'Hongrie': 'Hungary',\n", + " 'Hungarians': 'Hungary',\n", + " 'Hungarian': 'Hungary',\n", + " 'ROMANIA': 'Romania',\n", + " 'RUMANÍA': 'Romania',\n", + " 'Romania': 'Romania',\n", + " 'Rumania': 'Romania',\n", + " 'Roumanie': 'Romania',\n", + " 'Romanian': 'Romania',\n", + " 'BULGARIA': 'Bulgaria',\n", + " 'Bulgaria': 'Bulgaria',\n", + " 'Bulgarian': 'Bulgaria',\n", + " 'CROATIA': 'Croatia',\n", + " 'Croatia': 'Croatia',\n", + " 'croatia': 'Croatia',\n", + " 'Croazia': 'Croatia',\n", + " 'Croatian': 'Croatia',\n", + " 'SERBIA': 'Serbia',\n", + " 'Serbia': 'Serbia',\n", + " 'Serbian': 'Serbia',\n", + " 'Serbians': 'Serbia',\n", + " 'Bosnia and Herzegovina': 'Bosnia and Herzegovina',\n", + " 'Bosnia i Herzegovinia': 'Bosnia and Herzegovina',\n", + " 'Bosnia Erzegovina': 'Bosnia and Herzegovina',\n", + " 'Bosnia': 'Bosnia and Herzegovina',\n", + " 'Bosnian': 'Bosnia and Herzegovina',\n", + " 'ALBANIA': 'Albania',\n", + " 'Albania': 'Albania',\n", + " 'Abania': 'Albania',\n", + " 'Albanie': 'Albania',\n", + " 'Albanian': 'Albania',\n", + " 'albanian': 'Albania',\n", + " 'Albanians': 'Albania',\n", + " 'MONTENEGRO': 'Montenegro',\n", + " 'Montenegro': 'Montenegro',\n", + " 'North Macedonia': 'North Macedonia',\n", + " 'The former Yugoslav Republic of Macedonia': 'North Macedonia',\n", + " 'Macedonian': 'North Macedonia',\n", + " 'Kosovo': 'Kosovo',\n", + " 'Kosovo under UNSCR 1244': 'Kosovo',\n", + " 'Kosovar': 'Kosovo',\n", + " 'MOLDOVA': 'Moldova',\n", + " 'MOLDAVIA': 'Moldova',\n", + " 'Moldova': 'Moldova',\n", + " 'Moldavia': 'Moldova',\n", + " 'Republic of Moldova': 'Moldova',\n", + " 'RΓ©publique de Moldavie': 'Moldova',\n", + " 'Moldovan': 'Moldova',\n", + " 'Moldavian': 'Moldova',\n", + " 'Moldovian': 'Moldova',\n", + " 'UKRAINE': 'Ukraine',\n", + " 'UCRANIA': 'Ukraine',\n", + " 'Ukraine': 'Ukraine',\n", + " 'The Ukraine': 'Ukraine',\n", + " 'Ukrainian': 'Ukraine',\n", + " 'Ukranian': 'Ukraine',\n", + " 'Ukraineans': 'Ukraine',\n", + " 'Ukrainian national repatriated from Slovakia to Ukraine': 'Ukraine',\n", + " 'RUSSIA': 'Russia',\n", + " 'RUSIA': 'Russia',\n", + " 'Russia': 'Russia',\n", + " 'Russian Federation': 'Russia',\n", + " 'Russian': 'Russia',\n", + " 'BELARUS': 'Belarus',\n", + " 'BIELORRUSIA': 'Belarus',\n", + " 'Belarus': 'Belarus',\n", + " 'Byelorussian': 'Belarus',\n", + " 'LITHUANIA': 'Lithuania',\n", + " 'Lithuania': 'Lithuania',\n", + " 'Lithuanian': 'Lithuania',\n", + " 'LATVIA': 'Latvia',\n", + " 'Latvia': 'Latvia',\n", + " 'Latvian': 'Latvia',\n", + " 'ESTONIA': 'Estonia',\n", + " 'Estonia': 'Estonia',\n", + " 'Estonians': 'Estonia',\n", + " 'GREECE': 'Greece',\n", + " 'Greece': 'Greece',\n", + " 'Greek': 'Greece',\n", + " 'CYPRUS': 'Cyprus',\n", + " 'Cyprus': 'Cyprus',\n", + " 'MALTA': 'Malta',\n", + " 'Malta': 'Malta',\n", + " 'Maltese': 'Malta',\n", + " 'LUXEMBOURG': 'Luxembourg',\n", + " 'Luxembourg': 'Luxembourg',\n", + " 'IRELAND': 'Ireland',\n", + " 'Ireland': 'Ireland',\n", + " 'BELGIUM': 'Belgium',\n", + " 'Belgium': 'Belgium',\n", + " 'Belga': 'Belgium',\n", + " 'Former Yugoslavia': 'Former Yugoslavia',\n", + " 'B & H': 'Bosnia and Herzegovina',\n", + " \n", + " # PaΓ­ses de Asia Central\n", + " 'KAZAKHSTAN': 'Kazakhstan',\n", + " 'Kazakhstan': 'Kazakhstan',\n", + " 'Kazalhstan': 'Kazakhstan',\n", + " 'Kazahstan': 'Kazakhstan',\n", + " 'Kazakhistan': 'Kazakhstan',\n", + " 'Kazaki': 'Kazakhstan',\n", + " 'KYRGYZSTAN': 'Kyrgyzstan',\n", + " 'Kyrgyzstan': 'Kyrgyzstan',\n", + " 'Kyrgysi': 'Kyrgyzstan',\n", + " 'TAJIKISTAN': 'Tajikistan',\n", + " 'Tajikistan': 'Tajikistan',\n", + " 'Tajiki': 'Tajikistan',\n", + " 'TURKMENISTAN': 'Turkmenistan',\n", + " 'Turkmenistan': 'Turkmenistan',\n", + " 'Turkmeni': 'Turkmenistan',\n", + " 'AZERBAIJAN': 'Azerbaijan',\n", + " 'Azerbaijan': 'Azerbaijan',\n", + " 'Azerbaijani': 'Azerbaijan',\n", + " 'ARMENIA': 'Armenia',\n", + " 'Armenia': 'Armenia',\n", + " 'Armenians': 'Armenia',\n", + " 'GEORGIA': 'Georgia',\n", + " 'Georgia': 'Georgia',\n", + " 'Georgian': 'Georgia',\n", + " \n", + " # PaΓ­ses de OceanΓ­a\n", + " 'AUSTRALIA': 'Australia',\n", + " 'Australia': 'Australia',\n", + " 'Australians': 'Australia',\n", + " 'NEW ZEALAND': 'New Zealand',\n", + " 'New Zealand': 'New Zealand',\n", + " 'New Zealander': 'New Zealand',\n", + " 'FIJI': 'Fiji',\n", + " 'Fiji': 'Fiji',\n", + " 'Fijian': 'Fiji',\n", + " 'PAPUA NEW GUINEA': 'Papua New Guinea',\n", + " 'Papua New Guinea': 'Papua New Guinea',\n", + " 'Solomon Islands': 'Solomon Islands',\n", + " 'solomon islands': 'Solomon Islands',\n", + " 'Solomon islanders': 'Solomon Islands',\n", + " 'Solomon Isands': 'Solomon Islands',\n", + " 'Samoa': 'Samoa',\n", + " 'Vanuatu': 'Vanuatu',\n", + " 'Tonga': 'Tonga',\n", + " 'Palau': 'Palau',\n", + " 'Maldives': 'Maldives',\n", + " \n", + " # Otros paΓ­ses\n", + " 'CANADA': 'Canada',\n", + " 'Canada': 'Canada',\n", + " 'Canadians': 'Canada',\n", + " 'BARBADOS': 'Barbados',\n", + " 'Barbados': 'Barbados',\n", + " 'Trinidad and Tobago': 'Trinidad and Tobago',\n", + " 'Saint Vincent and the Grenadines': 'Saint Vincent and the Grenadines',\n", + " 'St Vincent': 'Saint Vincent and the Grenadines',\n", + " 'Guyana': 'Guyana',\n", + " 'Guayanean': 'Guyana',\n", + " 'Suriname': 'Suriname',\n", + " 'French Guiana': 'French Guiana',\n", + " 'Timor-Leste': 'Timor-Leste',\n", + " 'Timor Este': 'Timor-Leste',\n", + " 'Bhutan': 'Bhutan',\n", + " 'Bhutanese': 'Bhutan',\n", + " 'Bhuatnese': 'Bhutan',\n", + " 'Sri Lanka': 'Sri Lanka',\n", + " 'SRI LANKA': 'Sri Lanka',\n", + " 'Sri lanka': 'Sri Lanka',\n", + " 'Sri Lankan': 'Sri Lanka',\n", + " 'Afghanistan': 'Afghanistan',\n", + " 'Afganistan': 'Afghanistan',\n", + " 'Afghani': 'Afghanistan',\n", + " 'Pakistan': 'Pakistan',\n", + " 'PAKISTÁN': 'Pakistan',\n", + " 'Pakistani': 'Pakistan',\n", + " \n", + " # Valores a eliminar o categorizar\n", + " 'Unknown': 'Unknown',\n", + " 'Desconocido': 'Unknown',\n", + " 'DESCONOCIDA': 'Unknown',\n", + " 'NO DETERMINADA': 'Unknown',\n", + " 'No Determinado': 'Unknown',\n", + " 'NO DETERMINADAS': 'Unknown',\n", + " 'NO REGISTRA': 'Unknown',\n", + " 'Sin determinar': 'Unknown',\n", + " 'without': 'Unknown',\n", + " 'Disputed': 'Unknown',\n", + " 'Nationality': 'Unknown',\n", + " '0': 'Unknown',\n", + " '145': 'Unknown',\n", + " 'TOTAL': 'Unknown',\n", + " 'TOTAL POR AΓ‘O': 'Unknown',\n", + " 'RMI': 'Unknown',\n", + " \n", + " # CategorΓ­as regionales\n", + " 'Abroad': 'Abroad',\n", + " 'Nationals': 'Nationals',\n", + " 'Ciudadanos de su paΓ­s': 'Nationals',\n", + " 'Personnes de nationalitΓ© Γ©trangΓ¨re': 'Foreign Nationals',\n", + " 'Africa': 'Africa',\n", + " 'Americas': 'Americas',\n", + " 'Amercias': 'Americas',\n", + " 'Asia': 'Asia',\n", + " 'European Economic Area': 'European Economic Area',\n", + " 'Africa and Middle East': 'Africa and Middle East',\n", + " 'Other Asia': 'Other Asia',\n", + " 'Other Central America and Caribbean': 'Other Central America and Caribbean',\n", + " 'Other Central America and Car': 'Other Central America and Caribbean',\n", + " 'Caribbean (Trinidad and Tobago, Barbados, etc)': 'Caribbean',\n", + " 'Other Countries (Dominica, Panama, French Guiana, Brazil, etc.)': 'Other Countries',\n", + " \n", + " # Tipos de explotaciΓ³n\n", + " 'Sexual exploitation': 'Sexual exploitation',\n", + " 'Forced labour': 'Forced labour',\n", + " 'Other forms of exploitation': 'Other forms of exploitation',\n", + " 'Personnes de nationalitοΏ½ οΏ½trangοΏ½re': 'foreign',\n", + " 'Boliviana': 'Bolivia',\n", + " 'Colombiana': 'Colombia',\n", + " 'Paraguaya': 'Paraguay',\n", + " 'Venezolana': 'Venezuela',\n", + " 'Timor-Leste': 'Timor-Leste',\n", + " \"CοΏ½TE D'IVOIRE\": \"CΓ΄te d'Ivoire\",\n", + " 'Oman': 'Oman',\n", + " 'Qatar': 'Qatar',\n", + " 'BAHAMAS': 'Bahamas',\n", + " '(especifique el paοΏ½s)': 'Unknown',\n", + " 'Ciudadanos de su paοΏ½s': 'Unknown',\n", + " 'Argentina': 'Argentina',\n", + " 'Brasil': 'Brazil',\n", + " 'Venezuela (Bolivarian Republic of)': 'Venezuela',\n", + " 'Bolivia (Plurinational State of)': 'Bolivia',\n", + " # Especificaciones\n", + " '(especifique el paΓ­s)': 'nan',\n", + " '(especifique otras nacionalidades)': '(specify other nationalities)',\n", + " '(especifique el paΓ­s)': '(specify the country)',\n", + " '(Nationality not stated)': '(Nationality not stated)',\n", + " '(Oman)': 'Oman',\n", + " '(Lebanon)': 'Lebanon',\n", + " '(Senegal)': 'Senegal',\n", + " 'Kurdistan, Iraq': 'Kurdistan, Iraq',\n", + " 'Dubai': 'UAE',\n", + " 'OTROS': 'Others',\n", + " 'Total': 'Unknown',\n", + "}" + ] + }, + { + "cell_type": "code", + "execution_count": 31, + "id": "815b6c1b-a6a9-4237-8dea-d03c623a4c49", + "metadata": {}, + "outputs": [], + "source": [ + "df1['Category'] = df['Category'].replace(corrections)" + ] + }, + { + "cell_type": "code", + "execution_count": 32, + "id": "b6a8d81d-e972-46f3-ac87-d1b77f54483a", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "array(['Ukraine', 'Abroad', 'Sexual exploitation', 'Forced labour',\n", + " 'Unknown', 'Democratic Republic of the Congo', 'Nationals',\n", + " 'Angola', 'Nigeria', 'China', 'Albania', 'Croatia', nan,\n", + " 'Netherlands', 'Norway', 'Portugal', 'Denmark', 'Serbia',\n", + " 'Switzerland', 'Germany', '(specify the country)', 'Azerbaijan',\n", + " 'Bangladesh', 'India', 'Indonesia', 'Iraq', 'Kazakhstan',\n", + " 'Morocco', 'Pakistan', 'Philippines', 'Moldova', 'Russia', 'Syria',\n", + " 'Uzbekistan', 'Kyrgyzstan', 'Algeria', 'Armenia', 'Ethiopia',\n", + " 'Lebanon', 'Sri Lanka', 'Thailand', 'UAE', 'Nepal', 'Tajikistan',\n", + " 'Tanzania', 'Turkmenistan', 'Colombia', 'Dominican Republic',\n", + " 'Tunisia', 'Belarus', 'Uganda', 'Rwanda', 'Argentina', 'Bolivia',\n", + " 'Paraguay', 'Peru', 'Brazil', 'Chile', 'Ecuador', 'Uruguay',\n", + " 'Venezuela', 'Honduras', 'Others', 'Italy', 'Mexico', 'Ghana',\n", + " 'Haiti', 'Senegal', 'South Korea', 'South Africa', 'Panama',\n", + " 'United States', 'Rusia', 'Costa Rica', 'Cuba', 'Jamaica',\n", + " 'Guatemala', 'Alemania', 'Spain', 'Malaysia', 'Australia',\n", + " 'Afghanistan', 'Burundi', 'Cambodia', 'Fiji', 'Guinea', 'Iran',\n", + " 'Saudi Arabia', 'South Sudan', 'Sudan', 'Taiwan', 'Turkey',\n", + " 'Vietnam', 'Jordan', 'Kuwait', 'Myanmar', 'Singapore',\n", + " 'United Kingdom', 'Yemen', 'Austria', 'Bulgaria', 'Hungary',\n", + " 'Lithuania', 'Romania', 'Slovakia', 'Czech Republic',\n", + " 'North Macedonia', 'Poland', 'North Korea', 'Nicaragua',\n", + " 'Bosnia and Herzegovina', 'Kenya', 'Georgia', 'Benin',\n", + " \"Cote d'Ivoire\", 'Malta', 'Somalia', 'Bolivians', 'Cameroon',\n", + " 'Kosovo', 'Mongolia', 'Egypt', 'Japan', 'Madagascar', 'Namibia',\n", + " 'Palestine', 'Slovenia', 'Belgium', 'Burkina Faso', 'Chad',\n", + " 'Eritrea', 'France', 'Mauritius', 'Sierra Leone', 'Latvia',\n", + " 'Bhutan', 'Equatorial Guinea', 'Libya', 'Mali', 'Guinea-Bissau',\n", + " 'Liberia', 'Suriname', 'Sweden', 'Togo', 'Niger', 'Guyana',\n", + " 'Gambia', 'El Salvador', 'Belize', 'Argentino',\n", + " '(specify other nationalities)', 'Kurdistan, Iraq', 'Botswana',\n", + " 'Zambia', 'Zimbabwe', 'Canada', 'Hong Kong', 'Israel',\n", + " 'Montenegro', 'Mozambique', 'Greece', 'foreign', 'Timor-Leste',\n", + " \"CΓ΄te d'Ivoire\", 'Oman', 'Qatar', 'Bahamas', 'Estonia', 'Cyprus',\n", + " 'Cape Verde', 'Ireland', 'Chilean', 'Argentinian', 'Finland',\n", + " 'PERUANA', 'Malawi', 'New Zealand', 'Gabon', 'Laos', 'Comoros',\n", + " 'Eswatini', 'Mauritania', 'Western Sahara', 'Barbados',\n", + " 'Other Central America and Caribbean',\n", + " 'Saint Vincent and the Grenadines', 'Trinidad and Tobago',\n", + " 'Africa and Middle East', 'Other Asia', 'Central African Republic',\n", + " 'Djibouti', 'Belice', 'Caribbean', 'Other Countries', 'Africa',\n", + " 'Americas', 'Asia', 'European Economic Area', 'Former Yugoslavia',\n", + " 'Luxembourg', 'BrΓ©sil', 'Iceland', 'Seychelles', 'Samoa',\n", + " 'Sao Tome and Principe', 'Solomon Islands',\n", + " '(Nationality not stated)', 'Eritreja', 'Rohingya', 'Lesotho',\n", + " 'Maldives', 'Other forms of exploitation'], dtype=object)" + ] + }, + "execution_count": 32, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "df1['Category'].unique()" + ] + }, + { + "cell_type": "code", + "execution_count": 33, + "id": "181445e8-4ed3-4e3e-bf5c-9c0aeee8cb5f", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
CountryRegionSubregionIndicatorDimensionCategorySexAgeYearNr_of_victims
0ArubaAmericasLatin America and the CaribbeanDetected trafficking victimsby country of repatriationUkraineUnknownUnknown20102.5
1AfghanistanAsiaSouthern AsiaDetected trafficking victimsby country of repatriationAbroadUnknownUnknown20032.5
2AfghanistanAsiaSouthern AsiaDetected trafficking victimsby country of repatriationAbroadUnknownUnknown20082.5
5AfghanistanAsiaSouthern AsiaDetected trafficking victimsby form of exploitationSexual exploitationUnknownUnknown20172.5
6AfghanistanAsiaSouthern AsiaDetected trafficking victimsby form of exploitationForced labourUnknownUnknown20182.5
.................................
58764ZimbabweAfricaSub-Saharan AfricaDetected trafficking victimsby form of exploitationOther forms of exploitationMaleMinor20202.5
58765ZimbabweAfricaSub-Saharan AfricaDetected trafficking victimsby form of exploitationOther forms of exploitationMaleAdult20202.5
58766ZimbabweAfricaSub-Saharan AfricaDetected trafficking victimsby form of exploitationOther forms of exploitationUnknownUnknown20202.5
58767ZimbabweAfricaSub-Saharan AfricaDetected trafficking victimsby form of exploitationOther forms of exploitationUnknownUnknown20212.5
58768ZimbabweAfricaSub-Saharan AfricaDetected trafficking victimsby form of exploitationOther forms of exploitationUnknownUnknown20222.5
\n", + "

39485 rows Γ— 10 columns

\n", + "
" + ], + "text/plain": [ + " Country Region Subregion \\\n", + "0 Aruba Americas Latin America and the Caribbean \n", + "1 Afghanistan Asia Southern Asia \n", + "2 Afghanistan Asia Southern Asia \n", + "5 Afghanistan Asia Southern Asia \n", + "6 Afghanistan Asia Southern Asia \n", + "... ... ... ... \n", + "58764 Zimbabwe Africa Sub-Saharan Africa \n", + "58765 Zimbabwe Africa Sub-Saharan Africa \n", + "58766 Zimbabwe Africa Sub-Saharan Africa \n", + "58767 Zimbabwe Africa Sub-Saharan Africa \n", + "58768 Zimbabwe Africa Sub-Saharan Africa \n", + "\n", + " Indicator Dimension \\\n", + "0 Detected trafficking victims by country of repatriation \n", + "1 Detected trafficking victims by country of repatriation \n", + "2 Detected trafficking victims by country of repatriation \n", + "5 Detected trafficking victims by form of exploitation \n", + "6 Detected trafficking victims by form of exploitation \n", + "... ... ... \n", + "58764 Detected trafficking victims by form of exploitation \n", + "58765 Detected trafficking victims by form of exploitation \n", + "58766 Detected trafficking victims by form of exploitation \n", + "58767 Detected trafficking victims by form of exploitation \n", + "58768 Detected trafficking victims by form of exploitation \n", + "\n", + " Category Sex Age Year Nr_of_victims \n", + "0 Ukraine Unknown Unknown 2010 2.5 \n", + "1 Abroad Unknown Unknown 2003 2.5 \n", + "2 Abroad Unknown Unknown 2008 2.5 \n", + "5 Sexual exploitation Unknown Unknown 2017 2.5 \n", + "6 Forced labour Unknown Unknown 2018 2.5 \n", + "... ... ... ... ... ... \n", + "58764 Other forms of exploitation Male Minor 2020 2.5 \n", + "58765 Other forms of exploitation Male Adult 2020 2.5 \n", + "58766 Other forms of exploitation Unknown Unknown 2020 2.5 \n", + "58767 Other forms of exploitation Unknown Unknown 2021 2.5 \n", + "58768 Other forms of exploitation Unknown Unknown 2022 2.5 \n", + "\n", + "[39485 rows x 10 columns]" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "display(df1)" + ] + }, + { + "cell_type": "code", + "execution_count": 34, + "id": "ad2cc696-bc0b-44fb-bb42-0ebed03f7f1d", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
CountryRegionSubregionIndicatorDimensionCategorySexAgeYearNr_of_victims
0ArubaAmericasLatin America and the CaribbeanDetected trafficking victimsby country of repatriationUkraineUnknownUnknown20102.5
1AfghanistanAsiaSouthern AsiaDetected trafficking victimsby country of repatriationAbroadUnknownUnknown20032.5
2AfghanistanAsiaSouthern AsiaDetected trafficking victimsby country of repatriationAbroadUnknownUnknown20082.5
5AfghanistanAsiaSouthern AsiaDetected trafficking victimsby form of exploitationSexual exploitationUnknownUnknown20172.5
6AfghanistanAsiaSouthern AsiaDetected trafficking victimsby form of exploitationForced labourUnknownUnknown20182.5
\n", + "
" + ], + "text/plain": [ + " Country Region Subregion \\\n", + "0 Aruba Americas Latin America and the Caribbean \n", + "1 Afghanistan Asia Southern Asia \n", + "2 Afghanistan Asia Southern Asia \n", + "5 Afghanistan Asia Southern Asia \n", + "6 Afghanistan Asia Southern Asia \n", + "\n", + " Indicator Dimension \\\n", + "0 Detected trafficking victims by country of repatriation \n", + "1 Detected trafficking victims by country of repatriation \n", + "2 Detected trafficking victims by country of repatriation \n", + "5 Detected trafficking victims by form of exploitation \n", + "6 Detected trafficking victims by form of exploitation \n", + "\n", + " Category Sex Age Year Nr_of_victims \n", + "0 Ukraine Unknown Unknown 2010 2.5 \n", + "1 Abroad Unknown Unknown 2003 2.5 \n", + "2 Abroad Unknown Unknown 2008 2.5 \n", + "5 Sexual exploitation Unknown Unknown 2017 2.5 \n", + "6 Forced labour Unknown Unknown 2018 2.5 " + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "display(df1.head())" + ] + }, + { + "cell_type": "code", + "execution_count": 35, + "id": "1ef83b7d-a5e8-437e-9a19-ae0c5b13ee09", + "metadata": {}, + "outputs": [], + "source": [ + "df1.to_csv('clean.csv', index=False)" + ] + }, + { + "cell_type": "code", + "execution_count": 36, + "id": "457616e0-0417-4113-879b-a5d94b9c675f", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "Country Argentina\n", + "Region Americas\n", + "Subregion Latin America and the Caribbean\n", + "Indicator Detected trafficking victims\n", + "Dimension by country of repatriation\n", + "Category Abroad\n", + "Sex Unknown\n", + "Age Unknown\n", + "Year 2020\n", + "Nr_of_victims 10.0\n", + "Name: 1509, dtype: object" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/plain": [ + "Country Argentina\n", + "Region Americas\n", + "Subregion Latin America and the Caribbean\n", + "Indicator Detected trafficking victims\n", + "Dimension by country of repatriation\n", + "Category Bolivia\n", + "Sex Unknown\n", + "Age Unknown\n", + "Year 2020\n", + "Nr_of_victims 2.5\n", + "Name: 1510, dtype: object" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/plain": [ + "Country Argentina\n", + "Region Americas\n", + "Subregion Latin America and the Caribbean\n", + "Indicator Detected trafficking victims\n", + "Dimension by country of repatriation\n", + "Category Chile\n", + "Sex Unknown\n", + "Age Unknown\n", + "Year 2020\n", + "Nr_of_victims 2.5\n", + "Name: 1511, dtype: object" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "display(df1.iloc[1053],df1.iloc[1054],df1.iloc[1055 ])" + ] + }, + { + "cell_type": "code", + "execution_count": 37, + "id": "45a54190-a7ea-4300-adb9-f3cbda693015", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
Region_idRegion
01Americas
12Asia
23Africa
34Europe
45Oceania
\n", + "
" + ], + "text/plain": [ + " Region_id Region\n", + "0 1 Americas\n", + "1 2 Asia\n", + "2 3 Africa\n", + "3 4 Europe\n", + "4 5 Oceania" + ] + }, + "execution_count": 37, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "df1_region = df1[['Region']].reset_index(drop=True)\n", + "unique_regions = df1[\"Region\"].unique()\n", + "unique_regions_df = pd.DataFrame({\"Region_id\": [i+1 for i in range(len(unique_regions))], \"Region\": unique_regions})\n", + "unique_regions_df.to_csv(\"../data/clean/unique_regions.csv\", index=False, encoding=\"utf-8\")\n", + "unique_regions_df\n", + "#df1_region['Region_id'] = df1_region.index + 1" + ] + }, + { + "cell_type": "code", + "execution_count": 38, + "id": "1956fcaf-ebad-40ee-9c03-677a9213655e", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
Subregion_idSubregion
01Latin America and the Caribbean
12Southern Asia
23Sub-Saharan Africa
34Southern Europe
45Western Asia
56Australia and New Zealand
67Western Europe
78Eastern Europe
89South-eastern Asia
910Northern America
1011Eastern Asia
1112Polynesia
1213Northern Europe
1314Northern Africa
1415Melanesia
1516Micronesia
1617Central Asia
\n", + "
" + ], + "text/plain": [ + " Subregion_id Subregion\n", + "0 1 Latin America and the Caribbean\n", + "1 2 Southern Asia\n", + "2 3 Sub-Saharan Africa\n", + "3 4 Southern Europe\n", + "4 5 Western Asia\n", + "5 6 Australia and New Zealand\n", + "6 7 Western Europe\n", + "7 8 Eastern Europe\n", + "8 9 South-eastern Asia\n", + "9 10 Northern America\n", + "10 11 Eastern Asia\n", + "11 12 Polynesia\n", + "12 13 Northern Europe\n", + "13 14 Northern Africa\n", + "14 15 Melanesia\n", + "15 16 Micronesia\n", + "16 17 Central Asia" + ] + }, + "execution_count": 38, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "unique_subregions = df1[\"Subregion\"].unique()\n", + "unique_subregions_df = pd.DataFrame({\"Subregion_id\": [i+1 for i in range(len(unique_subregions))], \"Subregion\": unique_subregions})\n", + "unique_subregions_df.to_csv(\"../data/clean/unique_subregions.csv\", index=False, encoding=\"utf-8\")\n", + "unique_subregions_df" + ] + }, + { + "cell_type": "code", + "execution_count": 39, + "id": "1c128487-2fe0-4344-840f-634c6255cc0d", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
Region
0Americas
1Asia
2Asia
3Asia
4Asia
......
39480Africa
39481Africa
39482Africa
39483Africa
39484Africa
\n", + "

39485 rows Γ— 1 columns

\n", + "
" + ], + "text/plain": [ + " Region\n", + "0 Americas\n", + "1 Asia\n", + "2 Asia\n", + "3 Asia\n", + "4 Asia\n", + "... ...\n", + "39480 Africa\n", + "39481 Africa\n", + "39482 Africa\n", + "39483 Africa\n", + "39484 Africa\n", + "\n", + "[39485 rows x 1 columns]" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "display(df1_region)" + ] + }, + { + "cell_type": "code", + "execution_count": 40, + "id": "2d2be34b-df19-423d-8749-8a5b567c6c1e", + "metadata": {}, + "outputs": [], + "source": [ + "df1_region.to_csv('region.csv', index=False)\n" + ] + }, + { + "cell_type": "code", + "execution_count": 42, + "id": "cb530718-f291-489c-b105-ed40dbcf3ada", + "metadata": { + "scrolled": true + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
SubregionRegion
0Latin America and the CaribbeanAmericas
1Southern AsiaAsia
2Southern AsiaAsia
3Southern AsiaAsia
4Southern AsiaAsia
\n", + "
" + ], + "text/plain": [ + " Subregion Region\n", + "0 Latin America and the Caribbean Americas\n", + "1 Southern Asia Asia\n", + "2 Southern Asia Asia\n", + "3 Southern Asia Asia\n", + "4 Southern Asia Asia" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
SubregionRegionRegion_id
0Latin America and the CaribbeanAmericas1
1Southern AsiaAsia2
2Southern AsiaAsia2
3Southern AsiaAsia2
4Southern AsiaAsia2
............
39480Sub-Saharan AfricaAfrica3
39481Sub-Saharan AfricaAfrica3
39482Sub-Saharan AfricaAfrica3
39483Sub-Saharan AfricaAfrica3
39484Sub-Saharan AfricaAfrica3
\n", + "

39485 rows Γ— 3 columns

\n", + "
" + ], + "text/plain": [ + " Subregion Region Region_id\n", + "0 Latin America and the Caribbean Americas 1\n", + "1 Southern Asia Asia 2\n", + "2 Southern Asia Asia 2\n", + "3 Southern Asia Asia 2\n", + "4 Southern Asia Asia 2\n", + "... ... ... ...\n", + "39480 Sub-Saharan Africa Africa 3\n", + "39481 Sub-Saharan Africa Africa 3\n", + "39482 Sub-Saharan Africa Africa 3\n", + "39483 Sub-Saharan Africa Africa 3\n", + "39484 Sub-Saharan Africa Africa 3\n", + "\n", + "[39485 rows x 3 columns]" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# Crear df1_Subregion con columnas seleccionadas\n", + "df1_Subregion = df1[['Subregion', 'Region']].reset_index(drop=True)\n", + "\n", + "# Mostrar ejemplos\n", + "display(df1_Subregion.head())\n", + "\n", + "\n", + "# Combinar con unique_regions_df\n", + "df1_Subregion_new2 = df1_Subregion.merge(unique_regions_df, on='Region', how=\"left\")\n", + "display(df1_Subregion_new2)\n", + "\n", + "# Renombrar columnas correctamente\n", + "df1_Subregion = df1_Subregion.rename(columns={'Subregion': 'Subregion_name'})\n", + "\n", + "# Asignar Subregion_id\n", + "df1_Subregion['Subregion_id'] = df1_Subregion.index + 1\n" + ] + }, + { + "cell_type": "code", + "execution_count": 43, + "id": "99047217-568d-456b-be94-94588d17fdb2", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
Subregion_nameRegionSubregion_id
0Latin America and the CaribbeanAmericas1
1Southern AsiaAsia2
2Southern AsiaAsia3
3Southern AsiaAsia4
4Southern AsiaAsia5
............
39480Sub-Saharan AfricaAfrica39481
39481Sub-Saharan AfricaAfrica39482
39482Sub-Saharan AfricaAfrica39483
39483Sub-Saharan AfricaAfrica39484
39484Sub-Saharan AfricaAfrica39485
\n", + "

39485 rows Γ— 3 columns

\n", + "
" + ], + "text/plain": [ + " Subregion_name Region Subregion_id\n", + "0 Latin America and the Caribbean Americas 1\n", + "1 Southern Asia Asia 2\n", + "2 Southern Asia Asia 3\n", + "3 Southern Asia Asia 4\n", + "4 Southern Asia Asia 5\n", + "... ... ... ...\n", + "39480 Sub-Saharan Africa Africa 39481\n", + "39481 Sub-Saharan Africa Africa 39482\n", + "39482 Sub-Saharan Africa Africa 39483\n", + "39483 Sub-Saharan Africa Africa 39484\n", + "39484 Sub-Saharan Africa Africa 39485\n", + "\n", + "[39485 rows x 3 columns]" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "display(df1_Subregion)" + ] + }, + { + "cell_type": "code", + "execution_count": 44, + "id": "74ce5798-dde3-4881-926e-1a05344f3b53", + "metadata": {}, + "outputs": [], + "source": [ + "df1_Subregion.to_csv('Subregion.csv', index=False)" + ] + }, + { + "cell_type": "code", + "execution_count": 45, + "id": "c9279459-c010-4480-a473-fc1958e267bf", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
Country_idCountry_nameSubregionSubregion_id
01ArubaLatin America and the Caribbean1
12AfghanistanSouthern Asia2
23AngolaSub-Saharan Africa3
34AlbaniaSouthern Europe4
45AndorraSouthern Europe4
\n", + "
" + ], + "text/plain": [ + " Country_id Country_name Subregion Subregion_id\n", + "0 1 Aruba Latin America and the Caribbean 1\n", + "1 2 Afghanistan Southern Asia 2\n", + "2 3 Angola Sub-Saharan Africa 3\n", + "3 4 Albania Southern Europe 4\n", + "4 5 Andorra Southern Europe 4" + ] + }, + "execution_count": 45, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "df_country = df1[['Country', 'Subregion']].drop_duplicates().reset_index(drop=True)\n", + "df_country = df_country.merge(unique_subregions_df, on='Subregion', how='left')\n", + "df_country.insert(0, 'Country_id', range(1, len(df_country) + 1))\n", + "df_country = df_country.rename(columns={'Country': 'Country_name'})\n", + "df_country.to_csv(\"../data/clean/unique_countries.csv\", index=False, encoding=\"utf-8\")\n", + "\n", + "df_country.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 46, + "id": "56b0d92d-d111-45b5-997a-a976ac7a56dc", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
Victim_idSexAge
01UnknownUnknown
12UnknownMinor
23UnknownAdult
34FemaleMinor
45FemaleAdult
\n", + "
" + ], + "text/plain": [ + " Victim_id Sex Age\n", + "0 1 Unknown Unknown\n", + "1 2 Unknown Minor\n", + "2 3 Unknown Adult\n", + "3 4 Female Minor\n", + "4 5 Female Adult" + ] + }, + "execution_count": 46, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "df_victim = df1[['Sex', 'Age']].drop_duplicates().reset_index(drop=True)\n", + "\n", + "# Asign IDs\n", + "df_victim.insert(0, 'Victim_id', range(1, len(df_victim) + 1))\n", + "\n", + "# Export\n", + "df_victim.to_csv(\"../data/clean/victims.csv\", index=False, encoding=\"utf-8\")\n", + "\n", + "df_victim.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 47, + "id": "7c5784f6-8fe9-43eb-9948-2da3e7b2e746", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
Offense_idYearDimensionCategoryNr_of_victimsCountry_idVictim_id
012010by country of repatriationUkraine2.511
122003by country of repatriationAbroad2.521
232008by country of repatriationAbroad2.521
342017by form of exploitationSexual exploitation2.521
452018by form of exploitationForced labour2.521
\n", + "
" + ], + "text/plain": [ + " Offense_id Year Dimension Category \\\n", + "0 1 2010 by country of repatriation Ukraine \n", + "1 2 2003 by country of repatriation Abroad \n", + "2 3 2008 by country of repatriation Abroad \n", + "3 4 2017 by form of exploitation Sexual exploitation \n", + "4 5 2018 by form of exploitation Forced labour \n", + "\n", + " Nr_of_victims Country_id Victim_id \n", + "0 2.5 1 1 \n", + "1 2.5 2 1 \n", + "2 2.5 2 1 \n", + "3 2.5 2 1 \n", + "4 2.5 2 1 " + ] + }, + "execution_count": 47, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "df_offense = df1.merge(df_country[['Country_name', 'Country_id']], left_on='Country', right_on='Country_name', how='left')\n", + "\n", + "\n", + "df_offense = df_offense.merge(df_victim, on=['Sex', 'Age'], how='left')\n", + "\n", + "\n", + "df_offense = df_offense[['Year', 'Dimension', 'Category', 'Nr_of_victims', 'Country_id', 'Victim_id']]\n", + "\n", + "\n", + "df_offense.insert(0, 'Offense_id', range(1, len(df_offense) + 1))\n", + "\n", + "\n", + "df_offense.to_csv(\"../data/clean/offenses.csv\", index=False, encoding=\"utf-8\")\n", + "\n", + "df_offense.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 48, + "id": "57c14a04-d7df-4e1d-b0c6-54ff55cdefec", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
CountryRegionSubregionIndicatorDimensionCategorySexAgeYearNr_of_victims
5AfghanistanAsiaSouthern AsiaDetected trafficking victimsby form of exploitationSexual exploitationUnknownUnknown20172.5
6AfghanistanAsiaSouthern AsiaDetected trafficking victimsby form of exploitationForced labourUnknownUnknown20182.5
7AfghanistanAsiaSouthern AsiaDetected trafficking victimsby form of exploitationSexual exploitationUnknownUnknown20182.5
8AfghanistanAsiaSouthern AsiaDetected trafficking victimsby form of exploitationSexual exploitationUnknownUnknown20192.5
9AfghanistanAsiaSouthern AsiaDetected trafficking victimsby form of exploitationForced labourUnknownUnknown20202.5
\n", + "
" + ], + "text/plain": [ + " Country Region Subregion Indicator \\\n", + "5 Afghanistan Asia Southern Asia Detected trafficking victims \n", + "6 Afghanistan Asia Southern Asia Detected trafficking victims \n", + "7 Afghanistan Asia Southern Asia Detected trafficking victims \n", + "8 Afghanistan Asia Southern Asia Detected trafficking victims \n", + "9 Afghanistan Asia Southern Asia Detected trafficking victims \n", + "\n", + " Dimension Category Sex Age Year \\\n", + "5 by form of exploitation Sexual exploitation Unknown Unknown 2017 \n", + "6 by form of exploitation Forced labour Unknown Unknown 2018 \n", + "7 by form of exploitation Sexual exploitation Unknown Unknown 2018 \n", + "8 by form of exploitation Sexual exploitation Unknown Unknown 2019 \n", + "9 by form of exploitation Forced labour Unknown Unknown 2020 \n", + "\n", + " Nr_of_victims \n", + "5 2.5 \n", + "6 2.5 \n", + "7 2.5 \n", + "8 2.5 \n", + "9 2.5 " + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "df2 = df1[df1['Dimension'] == 'by form of exploitation'].copy()\n", + "display(df2.head())" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "e03e3dfa-99cc-477f-a6b4-b30bf89b1608", + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "venv", + "language": "python", + "name": "venv" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.12.7" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/notebooks/load_clean_data.py b/notebooks/load_clean_data.py new file mode 100644 index 0000000..305e593 --- /dev/null +++ b/notebooks/load_clean_data.py @@ -0,0 +1,1093 @@ +#!/usr/bin/env python +# coding: utf-8 + +# In[1]: + + +import pandas as pd +df = pd.read_excel(r'../data/raw/data_glotip.xlsx') +print(df.head()) + + +# In[2]: + + +new_columns = df.iloc[1].tolist() +df.columns = new_columns +df = df.drop(1).reset_index(drop=True) +df = df.drop(0).reset_index(drop=True) +display(df.head()) + + +# In[3]: + + +df.drop(columns='Iso3_code', inplace=True) +df.drop(columns='Unit of measurement', inplace=True) +df.drop(columns='Source', inplace=True) +display(df.head()) + + +# In[4]: + + +import numpy as np +df['Sex'] = df['Sex'].replace('Total', 'Unknown') +df['Sex'] = df['Sex'].str.capitalize() + + +# In[5]: + + +print(df['Sex'].unique()) + + +# In[6]: + + +df['Sex'].value_counts() + + +# In[7]: + + +print(df['Age'].unique()) + + +# In[8]: + + +import numpy as np + +df['Age'] = df['Age'].replace({ + '0 to 17 years': 'Minor', + '18 years or over': 'Adult', + 'Total': 'Unknown', + 'Unknown': 'Unknown', +}) + + +# In[9]: + + +print(df['Age'].unique()) + + +# In[10]: + + +df['Age'].value_counts() + + +# In[11]: + + +df.shape[0] + + +# In[12]: + + +df = df.rename(columns={'txtVALUE': 'Nr_of_victims'}) +df['Nr_of_victims'].nunique() + + +# In[13]: + + +display(df.head()) + + +# In[14]: + + +df1 = df[df['Indicator'] == 'Detected trafficking victims'].copy() + + +# In[15]: + + +df1.head() + + +# In[16]: + + +df1.shape + + +# In[17]: + + +df1['Nr_of_victims']= df1['Nr_of_victims'].replace('<5',2.5) + + +# In[18]: + + +df1.head() + + +# In[19]: + + +df1.shape + + +# In[20]: + + +df1['Nr_of_victims'].unique() + + +# In[21]: + + +df1['Nr_of_victims']= df1['Nr_of_victims'].astype(str).str.replace(',', '') + + +# In[22]: + + +df1['Nr_of_victims'].unique() + + +# In[23]: + + +df1.dtypes + + +# In[24]: + + +df1['Nr_of_victims'] = df1['Nr_of_victims'].astype(float) +print(f"The new data type of the 'Nr_of_victims' column is: {df1['Nr_of_victims'].dtype}") + + +# In[25]: + + +df1['Year'] = pd.to_datetime(df1['Year'], format='%Y').dt.year +df1.dtypes + + +# In[26]: + + +df1.shape + + +# In[27]: + + +df1['Dimension'] = df['Dimension'].replace('Total', 'Unknown') + + +# In[28]: + + +df1['Category'] = df['Category'].replace('Total', 'Unknown') + + +# In[29]: + + +df1['Category'].unique() + + +# In[30]: + + +# Diccionario de correcciones para estandarizar nombres de paΓ­ses y nacionalidades +corrections = { + # Variaciones de paΓ­ses en espaΓ±ol/inglΓ©s + 'ARGENTINA': 'Argentina', + 'BOLIVIA': 'Bolivia', + 'BRASIL': 'Brazil', + 'BARSIL': 'Brazil', + 'Bresil': 'Brazil', + 'Brasil': 'Brazil', + 'Brasilero': 'Brazil', + 'BRASILERA': 'Brazil', + 'Brazilian': 'Brazil', + 'CHILE': 'Chile', + 'COLOMBIA': 'Colombia', + 'Columbia': 'Colombia', + 'Colombie': 'Colombia', + 'COLOMBIANA': 'Colombia', + 'Colombiano': 'Colombia', + 'Colombian': 'Colombia', + 'ECUADOR': 'Ecuador', + 'Ecuatoriana': 'Ecuador', + 'Ecuadorean': 'Ecuador', + 'PERU': 'Peru', + 'PERO': 'Peru', + 'PERοΏ½': 'Peru', + 'PerοΏ½': 'Peru', + 'Peruana': 'Peru', + 'Peruano': 'Peru', + 'Peruvian': 'Peru', + 'PARAGUAY': 'Paraguay', + 'Paraguayo': 'Paraguay', + 'Paraguayian': 'Paraguay', + 'VENEZUELA': 'Venezuela', + 'VENEZOLANA': 'Venezuela', + 'Venezolano': 'Venezuela', + 'Venezuelan': 'Venezuela', + 'Venezuelans': 'Venezuela', + 'URUGUAY': 'Uruguay', + 'Uruguayan': 'Uruguay', + + # RepΓΊblica Dominicana + 'R.DOMINICANA': 'Dominican Republic', + 'R.Dominicana': 'Dominican Republic', + 'R.dominicana': 'Dominican Republic', + 'RepοΏ½blica Dominicana': 'Dominican Republic', + 'Rep. Dominicana': 'Dominican Republic', + 'REP. DOMINICANA': 'Dominican Republic', + 'REPοΏ½BLICA DOMINICANA': 'Dominican Republic', + 'REPUBLICA DOMINICANA': 'Dominican Republic', + 'RepΓΊblica Dominicana': 'Dominican Republic', + 'DOMINICANA': 'Dominican Republic', + 'Dominican rep': 'Dominican Republic', + 'Dominican Rep': 'Dominican Republic', + 'Dominican Rebublic': 'Dominican Republic', + + # MΓ©xico + 'MEXICO': 'Mexico', + 'MοΏ½XICO': 'Mexico', + 'MΓ©xico': 'Mexico', + 'MEXICANA': 'Mexico', + 'Mexican': 'Mexico', + + # PanamΓ‘ + 'PANAMοΏ½': 'Panama', + 'PanamΓ‘': 'Panama', + 'PanamοΏ½': 'Panama', + 'PANAMοΏ½': 'Panama', + + # EspaΓ±a + 'ESPAοΏ½A': 'Spain', + 'EspaΓ±a': 'Spain', + 'EspaοΏ½a': 'Spain', + 'Spanish': 'Spain', + 'Spania': 'Spain', + + # Estados Unidos + 'Estados Unidos': 'United States', + 'USA': 'United States', + 'United States of America': 'United States', + + # CentroamΓ©rica + 'GUATEMALA': 'Guatemala', + 'GUATEMALTECA': 'Guatemala', + 'Guatemalean': 'Guatemala', + 'HONDURAS': 'Honduras', + 'HONDUREΓ‘A': 'Honduras', + 'HONDUREοΏ½A': 'Honduras', + 'Hondureans': 'Honduras', + 'Honduranian': 'Honduras', + 'Hodruanian': 'Honduras', + 'NICARAGUA': 'Nicaragua', + 'NICARAGUENSE': 'Nicaragua', + 'Nicaraguarean': 'Nicaragua', + 'COSTA RICA': 'Costa Rica', + 'EL SALVADOR': 'El Salvador', + 'SALVADOREΓ‘A': 'El Salvador', + 'SALVADOREοΏ½A': 'El Salvador', + 'Salvadorean': 'El Salvador', + 'BELICE': 'Belize', + 'BELICEΓ‘A': 'Belize', + 'BELICEοΏ½A': 'Belize', + 'Belizean': 'Belize', + 'Belizeean': 'Belize', + + # Caribe + 'CUBA': 'Cuba', + 'Cubano': 'Cuba', + 'Cubana': 'Cuba', + 'Cuban': 'Cuba', + 'Cubans': 'Cuba', + 'HAITI': 'Haiti', + 'HaitοΏ½': 'Haiti', + 'Haitiano': 'Haiti', + 'Haitiana': 'Haiti', + 'Haitian': 'Haiti', + 'Haitians': 'Haiti', + 'JAMAICA': 'Jamaica', + 'Jamaican': 'Jamaica', + 'Jamaicans': 'Jamaica', + + # China + 'CHINA': 'China', + 'Chino': 'China', + 'Chines': 'China', + 'chiness': 'China', + 'Chinese': 'China', + 'Chine': 'China', + 'Cina Popolare': 'China', + 'China, Taiwan Province of China': 'Taiwan', + 'China, Hong Kong SAR': 'Hong Kong', + 'China, Hong Kong Special Administrative Region': 'Hong Kong', + 'TAIWAN': 'Taiwan', + 'Taiwan': 'Taiwan', + 'Taiwanese': 'Taiwan', + + # India + 'INDIA': 'India', + 'Inde': 'India', + 'Indian': 'India', + 'Mumbai, India': 'India', + + # Filipinas + 'FILIPINAS': 'Philippines', + 'PHILIPPINES': 'Philippines', + 'Filippino': 'Philippines', + 'Filipino': 'Philippines', + 'Philippine': 'Philippines', + 'Filippine': 'Philippines', + + # Tailandia + 'TAILANDIA': 'Thailand', + 'THAILAND': 'Thailand', + 'THAILANDE': 'Thailand', + 'Tailandesa': 'Thailand', + 'Thai': 'Thailand', + + # Vietnam + 'VIETNAM': 'Vietnam', + 'Viet Nam': 'Vietnam', + 'Vietnam': 'Vietnam', + 'Vietnamita': 'Vietnam', + 'Vietnamese': 'Vietnam', + 'vietnamese': 'Vietnam', + + # Otros paΓ­ses asiΓ‘ticos + 'BANGLADESH': 'Bangladesh', + 'Bangladeshi': 'Bangladesh', + 'CAMBODIA': 'Cambodia', + 'CAMBOYA': 'Cambodia', + 'Cambodia': 'Cambodia', + 'Cambodian': 'Cambodia', + 'INDONESIA': 'Indonesia', + 'Indonesian': 'Indonesia', + 'LAOS': 'Laos', + 'Laos': 'Laos', + 'Laotian': 'Laos', + "Lao People's Democratic Republic": 'Laos', + 'MALAYSIA': 'Malaysia', + 'Malaysian': 'Malaysia', + 'MONGOLIA': 'Mongolia', + 'Mongolia': 'Mongolia', + 'Mongolian': 'Mongolia', + 'MYANMAR': 'Myanmar', + 'Myanmar': 'Myanmar', + 'MyanMar': 'Myanmar', + 'Burmese': 'Myanmar', + 'Domestic (Myanmar)': 'Myanmar', + 'NEPAL': 'Nepal', + 'Nepalese': 'Nepal', + 'SINGAPORE': 'Singapore', + 'SINGAPUR': 'Singapore', + 'Singapore': 'Singapore', + 'Singaporean': 'Singapore', + 'UZBEKISTAN': 'Uzbekistan', + 'Uzbecki': 'Uzbekistan', + 'Republic of Korea': 'South Korea', + 'COREA DEL SUR': 'South Korea', + 'Corea del Sur': 'South Korea', + 'South Korean': 'South Korea', + "Democratic People's Republic of Korea": 'North Korea', + 'North Korean': 'North Korea', + 'JAPAN': 'Japan', + 'Japan': 'Japan', + 'Japanese': 'Japan', + + # PaΓ­ses del Medio Oriente + 'SYRIA': 'Syria', + 'SIRIA': 'Syria', + 'Syria': 'Syria', + 'Siria': 'Syria', + 'Syrian Arab Republic': 'Syria', + 'Syrian': 'Syria', + 'IRAQ': 'Iraq', + 'Iranian': 'Iran', + 'Iran (Islamic Republic of)': 'Iran', + 'ISRAEL': 'Israel', + 'Israeli': 'Israel', + 'Israelian': 'Israel', + 'LEBANON': 'Lebanon', + 'Lebanon': 'Lebanon', + 'Libanon': 'Lebanon', + 'Lebanese': 'Lebanon', + 'KUWAIT': 'Kuwait', + 'Kuwait': 'Kuwait', + 'QATAR': 'Qatar', + 'Qatar': 'Qatar', + 'Qatari': 'Qatar', + 'OMAN': 'Oman', + 'Oman': 'Oman', + 'Omani': 'Oman', + 'United Arab Emirates': 'UAE', + 'UAE': 'UAE', + 'Emirati (UAE)': 'UAE', + 'Saudi Arabia': 'Saudi Arabia', + 'Saudi': 'Saudi Arabia', + 'Yemen': 'Yemen', + 'Yemeni': 'Yemen', + 'Jordan': 'Jordan', + 'Jordanian': 'Jordan', + 'State of Palestine': 'Palestine', + 'Palestine': 'Palestine', + 'Palestinian Authority': 'Palestine', + 'Turkey': 'Turkey', + 'TοΏ½rkiye': 'Turkey', + 'TurquοΏ½a': 'Turkey', + 'Turkish': 'Turkey', + + # PaΓ­ses africanos + 'NIGERIA': 'Nigeria', + 'Nigerian': 'Nigeria', + 'Nigerians': 'Nigeria', + 'NIGERIANA': 'Nigeria', + 'Nigerin': 'Nigeria', + 'GHANA': 'Ghana', + 'Ghana': 'Ghana', + 'Gana': 'Ghana', + 'ghana': 'Ghana', + 'Ghanaian': 'Ghana', + 'Ghanean': 'Ghana', + 'SOUTH AFRICA': 'South Africa', + 'South Africa': 'South Africa', + 'Sudafrica': 'South Africa', + 'South African': 'South Africa', + 'EGYPT': 'Egypt', + 'EGYBT': 'Egypt', + 'Egypt': 'Egypt', + 'Egitto': 'Egypt', + 'Egyptian': 'Egypt', + 'ETHIOPIA': 'Ethiopia', + 'Ethiopia': 'Ethiopia', + 'Etiopia': 'Ethiopia', + 'Ethopia': 'Ethiopia', + 'Ethiopian': 'Ethiopia', + 'UGANDA': 'Uganda', + 'Uganda': 'Uganda', + 'Ugandan': 'Uganda', + 'Ugandean': 'Uganda', + 'KENYA': 'Kenya', + 'Kenya': 'Kenya', + 'Keniano': 'Kenya', + 'Kenyan': 'Kenya', + 'TANZANIA': 'Tanzania', + 'Tanzania': 'Tanzania', + 'United Republic of Tanzania': 'Tanzania', + 'Tanzanian': 'Tanzania', + 'TANZANIANS': 'Tanzania', + 'TAZANIANS': 'Tanzania', + 'RWANDA': 'Rwanda', + 'Rwanda': 'Rwanda', + 'Rwandean': 'Rwanda', + 'BURUNDI': 'Burundi', + 'Burundi': 'Burundi', + 'Burundean': 'Burundi', + 'BURUNDIANS': 'Burundi', + 'MOROCCO': 'Morocco', + 'Morocco': 'Morocco', + 'Marruecos': 'Morocco', + 'MARRUECOS': 'Morocco', + 'Marocco': 'Morocco', + 'Moroccan': 'Morocco', + 'Marroquie': 'Morocco', + 'TUNISIA': 'Tunisia', + 'Tunisia': 'Tunisia', + 'Tunisa': 'Tunisia', + 'Tunisie': 'Tunisia', + 'ALGERIA': 'Algeria', + 'Algerians': 'Algeria', + 'LIBYA': 'Libya', + 'Libya': 'Libya', + 'Lybia': 'Libya', + 'Lybians': 'Libya', + 'SUDAN': 'Sudan', + 'Sudan': 'Sudan', + 'Sudanese': 'Sudan', + 'South Sudan': 'South Sudan', + 'ERITREA': 'Eritrea', + 'Eritrea': 'Eritrea', + 'Eritrej': 'Eritrea', + 'Eritrean': 'Eritrea', + 'Erithera': 'Eritrea', + 'SOMALIA': 'Somalia', + 'Somalia': 'Somalia', + 'Somali': 'Somalia', + 'ZIMBABWE': 'Zimbabwe', + 'Zimbabwe': 'Zimbabwe', + 'Zimbabwean': 'Zimbabwe', + 'ZAMBIA': 'Zambia', + 'Zambia': 'Zambia', + 'Zambian': 'Zambia', + 'BOTSWANA': 'Botswana', + 'Botswana': 'Botswana', + 'Botzwana': 'Botswana', + 'MALI': 'Mali', + 'Mali': 'Mali', + 'Malian': 'Mali', + 'NIGER': 'Niger', + 'Niger': 'Niger', + 'Niger Rep': 'Niger', + 'BURKINA FASO': 'Burkina Faso', + 'Burkina Faso': 'Burkina Faso', + 'Burkinabe': 'Burkina Faso', + 'BENIN': 'Benin', + 'Benin': 'Benin', + 'Benin Rep': 'Benin', + 'Beninoise': 'Benin', + 'TOGO': 'Togo', + 'Togo': 'Togo', + 'Togolese': 'Togo', + 'GUINEA': 'Guinea', + 'GUINEE': 'Guinea', + 'Guinea': 'Guinea', + 'GUINEE CONAKRY': 'Guinea', + 'Guinea Conakry': 'Guinea', + 'GUINEANA': 'Guinea', + 'Guinean': 'Guinea', + 'SIERRA LEONE': 'Sierra Leone', + 'Sierra Leone': 'Sierra Leone', + 'Sierra leone': 'Sierra Leone', + 'Sierra Leonean': 'Sierra Leone', + 'LIBERIA': 'Liberia', + 'Liberia': 'Liberia', + 'Liberian': 'Liberia', + "COTE D'IVOIRE": "Cote d'Ivoire", + "Cote d'Ivoire": "Cote d'Ivoire", + "Cote d'ivoire": "Cote d'Ivoire", + "Costa d'Avorio": "Cote d'Ivoire", + 'CοΏ½te dοΏ½Ivoire': "Cote d'Ivoire", + 'Ivory Coast': "Cote d'Ivoire", + 'Czech Rep': "Cote d'Ivoire", + 'SENEGAL': 'Senegal', + 'Senegal': 'Senegal', + 'Senegalese': 'Senegal', + 'GAMBIA': 'Gambia', + 'Gambia': 'Gambia', + 'Gambian': 'Gambia', + 'MAURITANIA': 'Mauritania', + 'Mauritania': 'Mauritania', + 'Mauritanian': 'Mauritania', + 'MAURITIUS': 'Mauritius', + 'Mauritius': 'Mauritius', + 'MADAGASCAR': 'Madagascar', + 'Madagascar': 'Madagascar', + 'CAMEROON': 'Cameroon', + 'Cameroon': 'Cameroon', + 'Cameroun': 'Cameroon', + 'Cameroonian': 'Cameroon', + 'CHAD': 'Chad', + 'Chad': 'Chad', + 'Chadian': 'Chad', + 'GABON': 'Gabon', + 'Gabon': 'Gabon', + 'CAR': 'Central African Republic', + 'Centrel African Republic': 'Central African Republic', + 'Congo': 'Democratic Republic of the Congo', + 'Democratic Republic of the Congo': 'Democratic Republic of the Congo', + 'RDC': 'Democratic Republic of the Congo', + 'Congolese (DRC)': 'Democratic Republic of the Congo', + 'Dr Kongo': 'Democratic Republic of the Congo', + 'Democratic Kongo': 'Democratic Republic of the Congo', + 'Angola': 'Angola', + 'Angolan': 'Angola', + 'Angolans': 'Angola', + 'Cabo Verde': 'Cape Verde', + 'Cape Ver': 'Cape Verde', + 'Sao Tome': 'Sao Tome and Principe', + 'Equatorial Guinea': 'Equatorial Guinea', + 'Guinea-Bissau': 'Guinea-Bissau', + 'Comoros': 'Comoros', + 'Comorian islands': 'Comoros', + 'Seychelles': 'Seychelles', + 'Djibouti': 'Djibouti', + 'Djiboutean': 'Djibouti', + 'Swaziland': 'Eswatini', + 'Swasiland': 'Eswatini', + 'Lesotho': 'Lesotho', + 'Malawi': 'Malawi', + 'Mozambique': 'Mozambique', + 'Namibia': 'Namibia', + 'Western Sahara': 'Western Sahara', + + # PaΓ­ses europeos + 'ALEMANIA': 'Germany', + 'GERMANY': 'Germany', + 'Germany': 'Germany', + 'Germans': 'Germany', + 'German': 'Germany', + 'FRANCE': 'France', + 'FRANCIA': 'France', + 'France': 'France', + 'French': 'France', + 'ITALY': 'Italy', + 'ITALIA': 'Italy', + 'Italy': 'Italy', + 'Italian': 'Italy', + 'UK': 'United Kingdom', + 'United Kingdom': 'United Kingdom', + 'United Kingdom of Great Britain and Northern Ireland': 'United Kingdom', + 'Great Britain': 'United Kingdom', + 'NETHERLANDS': 'Netherlands', + 'Netherlands': 'Netherlands', + 'HOLANDA': 'Netherlands', + 'Nederland': 'Netherlands', + 'the Netherlands': 'Netherlands', + 'The Netherlands': 'Netherlands', + 'Netherlands (own country)': 'Netherlands', + 'Dutch': 'Netherlands', + 'NORWAY': 'Norway', + 'NORUEGA': 'Norway', + 'Norway': 'Norway', + 'Norvegian': 'Norway', + 'SWEDEN': 'Sweden', + 'Sweden': 'Sweden', + 'Sweeden': 'Sweden', + 'Swedesh': 'Sweden', + 'DENMARK': 'Denmark', + 'Denmark': 'Denmark', + 'Danish': 'Denmark', + 'FINLAND': 'Finland', + 'Finland': 'Finland', + 'Finns': 'Finland', + 'ICELAND': 'Iceland', + 'Iceland': 'Iceland', + 'SWITZERLAND': 'Switzerland', + 'SUIZA': 'Switzerland', + 'Switzerland': 'Switzerland', + 'AUSTRIA': 'Austria', + 'Austria': 'Austria', + 'Austrians': 'Austria', + 'PORTUGAL': 'Portugal', + 'Portugal': 'Portugal', + 'Portuguese': 'Portugal', + 'POLAND': 'Poland', + 'POLONIA': 'Poland', + 'Poland': 'Poland', + 'Poles': 'Poland', + 'Polish': 'Poland', + 'CZECH REPUBLIC': 'Czech Republic', + 'REPÚBLICA CHECA': 'Czech Republic', + 'RΓ©publique tchΓ¨que': 'Czech Republic', + 'Czechia': 'Czech Republic', + 'Czech': 'Czech Republic', + 'Czeck Republic': 'Czech Republic', + 'SLOVAKIA': 'Slovakia', + 'Slovakia': 'Slovakia', + 'Slovaks': 'Slovakia', + 'Slovak': 'Slovakia', + 'SLOVENIA': 'Slovenia', + 'Slovenia': 'Slovenia', + 'Slovenian': 'Slovenia', + 'HUNGARY': 'Hungary', + 'HUNGRÍA': 'Hungary', + 'Hungary': 'Hungary', + 'Hongrie': 'Hungary', + 'Hungarians': 'Hungary', + 'Hungarian': 'Hungary', + 'ROMANIA': 'Romania', + 'RUMANÍA': 'Romania', + 'Romania': 'Romania', + 'Rumania': 'Romania', + 'Roumanie': 'Romania', + 'Romanian': 'Romania', + 'BULGARIA': 'Bulgaria', + 'Bulgaria': 'Bulgaria', + 'Bulgarian': 'Bulgaria', + 'CROATIA': 'Croatia', + 'Croatia': 'Croatia', + 'croatia': 'Croatia', + 'Croazia': 'Croatia', + 'Croatian': 'Croatia', + 'SERBIA': 'Serbia', + 'Serbia': 'Serbia', + 'Serbian': 'Serbia', + 'Serbians': 'Serbia', + 'Bosnia and Herzegovina': 'Bosnia and Herzegovina', + 'Bosnia i Herzegovinia': 'Bosnia and Herzegovina', + 'Bosnia Erzegovina': 'Bosnia and Herzegovina', + 'Bosnia': 'Bosnia and Herzegovina', + 'Bosnian': 'Bosnia and Herzegovina', + 'ALBANIA': 'Albania', + 'Albania': 'Albania', + 'Abania': 'Albania', + 'Albanie': 'Albania', + 'Albanian': 'Albania', + 'albanian': 'Albania', + 'Albanians': 'Albania', + 'MONTENEGRO': 'Montenegro', + 'Montenegro': 'Montenegro', + 'North Macedonia': 'North Macedonia', + 'The former Yugoslav Republic of Macedonia': 'North Macedonia', + 'Macedonian': 'North Macedonia', + 'Kosovo': 'Kosovo', + 'Kosovo under UNSCR 1244': 'Kosovo', + 'Kosovar': 'Kosovo', + 'MOLDOVA': 'Moldova', + 'MOLDAVIA': 'Moldova', + 'Moldova': 'Moldova', + 'Moldavia': 'Moldova', + 'Republic of Moldova': 'Moldova', + 'RΓ©publique de Moldavie': 'Moldova', + 'Moldovan': 'Moldova', + 'Moldavian': 'Moldova', + 'Moldovian': 'Moldova', + 'UKRAINE': 'Ukraine', + 'UCRANIA': 'Ukraine', + 'Ukraine': 'Ukraine', + 'The Ukraine': 'Ukraine', + 'Ukrainian': 'Ukraine', + 'Ukranian': 'Ukraine', + 'Ukraineans': 'Ukraine', + 'Ukrainian national repatriated from Slovakia to Ukraine': 'Ukraine', + 'RUSSIA': 'Russia', + 'RUSIA': 'Russia', + 'Russia': 'Russia', + 'Russian Federation': 'Russia', + 'Russian': 'Russia', + 'BELARUS': 'Belarus', + 'BIELORRUSIA': 'Belarus', + 'Belarus': 'Belarus', + 'Byelorussian': 'Belarus', + 'LITHUANIA': 'Lithuania', + 'Lithuania': 'Lithuania', + 'Lithuanian': 'Lithuania', + 'LATVIA': 'Latvia', + 'Latvia': 'Latvia', + 'Latvian': 'Latvia', + 'ESTONIA': 'Estonia', + 'Estonia': 'Estonia', + 'Estonians': 'Estonia', + 'GREECE': 'Greece', + 'Greece': 'Greece', + 'Greek': 'Greece', + 'CYPRUS': 'Cyprus', + 'Cyprus': 'Cyprus', + 'MALTA': 'Malta', + 'Malta': 'Malta', + 'Maltese': 'Malta', + 'LUXEMBOURG': 'Luxembourg', + 'Luxembourg': 'Luxembourg', + 'IRELAND': 'Ireland', + 'Ireland': 'Ireland', + 'BELGIUM': 'Belgium', + 'Belgium': 'Belgium', + 'Belga': 'Belgium', + 'Former Yugoslavia': 'Former Yugoslavia', + 'B & H': 'Bosnia and Herzegovina', + + # PaΓ­ses de Asia Central + 'KAZAKHSTAN': 'Kazakhstan', + 'Kazakhstan': 'Kazakhstan', + 'Kazalhstan': 'Kazakhstan', + 'Kazahstan': 'Kazakhstan', + 'Kazakhistan': 'Kazakhstan', + 'Kazaki': 'Kazakhstan', + 'KYRGYZSTAN': 'Kyrgyzstan', + 'Kyrgyzstan': 'Kyrgyzstan', + 'Kyrgysi': 'Kyrgyzstan', + 'TAJIKISTAN': 'Tajikistan', + 'Tajikistan': 'Tajikistan', + 'Tajiki': 'Tajikistan', + 'TURKMENISTAN': 'Turkmenistan', + 'Turkmenistan': 'Turkmenistan', + 'Turkmeni': 'Turkmenistan', + 'AZERBAIJAN': 'Azerbaijan', + 'Azerbaijan': 'Azerbaijan', + 'Azerbaijani': 'Azerbaijan', + 'ARMENIA': 'Armenia', + 'Armenia': 'Armenia', + 'Armenians': 'Armenia', + 'GEORGIA': 'Georgia', + 'Georgia': 'Georgia', + 'Georgian': 'Georgia', + + # PaΓ­ses de OceanΓ­a + 'AUSTRALIA': 'Australia', + 'Australia': 'Australia', + 'Australians': 'Australia', + 'NEW ZEALAND': 'New Zealand', + 'New Zealand': 'New Zealand', + 'New Zealander': 'New Zealand', + 'FIJI': 'Fiji', + 'Fiji': 'Fiji', + 'Fijian': 'Fiji', + 'PAPUA NEW GUINEA': 'Papua New Guinea', + 'Papua New Guinea': 'Papua New Guinea', + 'Solomon Islands': 'Solomon Islands', + 'solomon islands': 'Solomon Islands', + 'Solomon islanders': 'Solomon Islands', + 'Solomon Isands': 'Solomon Islands', + 'Samoa': 'Samoa', + 'Vanuatu': 'Vanuatu', + 'Tonga': 'Tonga', + 'Palau': 'Palau', + 'Maldives': 'Maldives', + + # Otros paΓ­ses + 'CANADA': 'Canada', + 'Canada': 'Canada', + 'Canadians': 'Canada', + 'BARBADOS': 'Barbados', + 'Barbados': 'Barbados', + 'Trinidad and Tobago': 'Trinidad and Tobago', + 'Saint Vincent and the Grenadines': 'Saint Vincent and the Grenadines', + 'St Vincent': 'Saint Vincent and the Grenadines', + 'Guyana': 'Guyana', + 'Guayanean': 'Guyana', + 'Suriname': 'Suriname', + 'French Guiana': 'French Guiana', + 'Timor-Leste': 'Timor-Leste', + 'Timor Este': 'Timor-Leste', + 'Bhutan': 'Bhutan', + 'Bhutanese': 'Bhutan', + 'Bhuatnese': 'Bhutan', + 'Sri Lanka': 'Sri Lanka', + 'SRI LANKA': 'Sri Lanka', + 'Sri lanka': 'Sri Lanka', + 'Sri Lankan': 'Sri Lanka', + 'Afghanistan': 'Afghanistan', + 'Afganistan': 'Afghanistan', + 'Afghani': 'Afghanistan', + 'Pakistan': 'Pakistan', + 'PAKISTÁN': 'Pakistan', + 'Pakistani': 'Pakistan', + + # Valores a eliminar o categorizar + 'Unknown': 'Unknown', + 'Desconocido': 'Unknown', + 'DESCONOCIDA': 'Unknown', + 'NO DETERMINADA': 'Unknown', + 'No Determinado': 'Unknown', + 'NO DETERMINADAS': 'Unknown', + 'NO REGISTRA': 'Unknown', + 'Sin determinar': 'Unknown', + 'without': 'Unknown', + 'Disputed': 'Unknown', + 'Nationality': 'Unknown', + '0': 'Unknown', + '145': 'Unknown', + 'TOTAL': 'Unknown', + 'TOTAL POR AΓ‘O': 'Unknown', + 'RMI': 'Unknown', + + # CategorΓ­as regionales + 'Abroad': 'Abroad', + 'Nationals': 'Nationals', + 'Ciudadanos de su paΓ­s': 'Nationals', + 'Personnes de nationalitΓ© Γ©trangΓ¨re': 'Foreign Nationals', + 'Africa': 'Africa', + 'Americas': 'Americas', + 'Amercias': 'Americas', + 'Asia': 'Asia', + 'European Economic Area': 'European Economic Area', + 'Africa and Middle East': 'Africa and Middle East', + 'Other Asia': 'Other Asia', + 'Other Central America and Caribbean': 'Other Central America and Caribbean', + 'Other Central America and Car': 'Other Central America and Caribbean', + 'Caribbean (Trinidad and Tobago, Barbados, etc)': 'Caribbean', + 'Other Countries (Dominica, Panama, French Guiana, Brazil, etc.)': 'Other Countries', + + # Tipos de explotaciΓ³n + 'Sexual exploitation': 'Sexual exploitation', + 'Forced labour': 'Forced labour', + 'Other forms of exploitation': 'Other forms of exploitation', + 'Personnes de nationalitοΏ½ οΏ½trangοΏ½re': 'foreign', + 'Boliviana': 'Bolivia', + 'Colombiana': 'Colombia', + 'Paraguaya': 'Paraguay', + 'Venezolana': 'Venezuela', + 'Timor-Leste': 'Timor-Leste', + "CοΏ½TE D'IVOIRE": "CΓ΄te d'Ivoire", + 'Oman': 'Oman', + 'Qatar': 'Qatar', + 'BAHAMAS': 'Bahamas', + '(especifique el paοΏ½s)': 'Unknown', + 'Ciudadanos de su paοΏ½s': 'Unknown', + 'Argentina': 'Argentina', + 'Brasil': 'Brazil', + 'Venezuela (Bolivarian Republic of)': 'Venezuela', + 'Bolivia (Plurinational State of)': 'Bolivia', + # Especificaciones + '(especifique el paΓ­s)': 'nan', + '(especifique otras nacionalidades)': '(specify other nationalities)', + '(especifique el paΓ­s)': '(specify the country)', + '(Nationality not stated)': '(Nationality not stated)', + '(Oman)': 'Oman', + '(Lebanon)': 'Lebanon', + '(Senegal)': 'Senegal', + 'Kurdistan, Iraq': 'Kurdistan, Iraq', + 'Dubai': 'UAE', + 'OTROS': 'Others', + 'Total': 'Unknown', +} + + +# In[31]: + + +df1['Category'] = df['Category'].replace(corrections) + + +# In[32]: + + +df1['Category'].unique() + + +# In[33]: + + +display(df1) + + +# In[34]: + + +display(df1.head()) + + +# In[35]: + + +df1.to_csv('clean.csv', index=False) + + +# In[36]: + + +display(df1.iloc[1053],df1.iloc[1054],df1.iloc[1055 ]) + + +# In[37]: + + +df1_region = df1[['Region']].reset_index(drop=True) +unique_regions = df1["Region"].unique() +unique_regions_df = pd.DataFrame({"Region_id": [i+1 for i in range(len(unique_regions))], "Region": unique_regions}) +unique_regions_df.to_csv("../data/clean/unique_regions.csv", index=False, encoding="utf-8") +unique_regions_df +#df1_region['Region_id'] = df1_region.index + 1 + + +# In[38]: + + +unique_subregions = df1["Subregion"].unique() +unique_subregions_df = pd.DataFrame({"Subregion_id": [i+1 for i in range(len(unique_subregions))], "Subregion": unique_subregions}) +unique_subregions_df.to_csv("../data/clean/unique_subregions.csv", index=False, encoding="utf-8") +unique_subregions_df + + +# In[39]: + + +display(df1_region) + + +# In[40]: + + +df1_region.to_csv('region.csv', index=False) + + +# In[42]: + + +# Crear df1_Subregion con columnas seleccionadas +df1_Subregion = df1[['Subregion', 'Region']].reset_index(drop=True) + +# Mostrar ejemplos +display(df1_Subregion.head()) + + +# Combinar con unique_regions_df +df1_Subregion_new2 = df1_Subregion.merge(unique_regions_df, on='Region', how="left") +display(df1_Subregion_new2) + +# Renombrar columnas correctamente +df1_Subregion = df1_Subregion.rename(columns={'Subregion': 'Subregion_name'}) + +# Asignar Subregion_id +df1_Subregion['Subregion_id'] = df1_Subregion.index + 1 + + +# In[43]: + + +display(df1_Subregion) + + +# In[44]: + + +df1_Subregion.to_csv('Subregion.csv', index=False) + + +# In[45]: + + +df_country = df1[['Country', 'Subregion']].drop_duplicates().reset_index(drop=True) +df_country = df_country.merge(unique_subregions_df, on='Subregion', how='left') +df_country.insert(0, 'Country_id', range(1, len(df_country) + 1)) +df_country = df_country.rename(columns={'Country': 'Country_name'}) +df_country.to_csv("../data/clean/unique_countries.csv", index=False, encoding="utf-8") + +df_country.head() + + +# In[46]: + + +df_victim = df1[['Sex', 'Age']].drop_duplicates().reset_index(drop=True) + +# Asign IDs +df_victim.insert(0, 'Victim_id', range(1, len(df_victim) + 1)) + +# Export +df_victim.to_csv("../data/clean/victims.csv", index=False, encoding="utf-8") + +df_victim.head() + + +# In[47]: + + +df_offense = df1.merge(df_country[['Country_name', 'Country_id']], left_on='Country', right_on='Country_name', how='left') + + +df_offense = df_offense.merge(df_victim, on=['Sex', 'Age'], how='left') + + +df_offense = df_offense[['Year', 'Dimension', 'Category', 'Nr_of_victims', 'Country_id', 'Victim_id']] + + +df_offense.insert(0, 'Offense_id', range(1, len(df_offense) + 1)) + + +df_offense.to_csv("../data/clean/offenses.csv", index=False, encoding="utf-8") + +df_offense.head() + + +# In[48]: + + +df2 = df1[df1['Dimension'] == 'by form of exploitation'].copy() +display(df2.head()) + + +# In[ ]: + + + + diff --git a/pyproject.toml b/pyproject.toml index 5243669..79f1e3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,7 @@ dependencies = [ "seaborn>=0.13.2", "jupyter>=1.1.1", "ipykernel>=6.29.5", + "openpyxl>=3.1.5", ] [build-system] diff --git a/slides/Presentation_link.txt b/slides/Presentation_link.txt new file mode 100644 index 0000000..37f278a --- /dev/null +++ b/slides/Presentation_link.txt @@ -0,0 +1 @@ +[Final presentation report](https://docs.google.com/presentation/d/1ZxcF3VxB39Q2w0D33H5HTTdKfI78sPBHEtSYHJ0Mm8I/edit?usp=sharing) \ No newline at end of file diff --git a/slides/project_presentation.pptx b/slides/project_presentation.pptx deleted file mode 100644 index e69de29..0000000 diff --git a/uv.lock b/uv.lock index 1e01680..2c06845 100644 --- a/uv.lock +++ b/uv.lock @@ -1,10 +1,10 @@ version = 1 +revision = 2 requires-python = ">=3.9" -environment-markers = [ - "python_version < '3.11'", - "python_version == '3.11'", - "python_version >= '3.12'", - "python_version > '3.11' and python_version < '3.12'", +resolution-markers = [ + "python_full_version >= '3.12'", + "python_full_version == '3.11.*'", + "python_full_version < '3.11'", ] [[package]] @@ -12,23 +12,23 @@ name = "anyio" version = "4.6.2.post1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "exceptiongroup", marker = "python_version < '3.11'" }, + { name = "exceptiongroup", marker = "python_full_version < '3.11'" }, { name = "idna" }, { name = "sniffio" }, - { name = "typing-extensions", marker = "python_version < '3.11'" }, + { name = "typing-extensions", marker = "python_full_version < '3.11'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/9f/09/45b9b7a6d4e45c6bcb5bf61d19e3ab87df68e0601fa8c5293de3542546cc/anyio-4.6.2.post1.tar.gz", hash = "sha256:4c8bc31ccdb51c7f7bd251f51c609e038d63e34219b44aa86e47576389880b4c", size = 173422 } +sdist = { url = "https://files.pythonhosted.org/packages/9f/09/45b9b7a6d4e45c6bcb5bf61d19e3ab87df68e0601fa8c5293de3542546cc/anyio-4.6.2.post1.tar.gz", hash = "sha256:4c8bc31ccdb51c7f7bd251f51c609e038d63e34219b44aa86e47576389880b4c", size = 173422, upload-time = "2024-10-14T14:31:44.021Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/e4/f5/f2b75d2fc6f1a260f340f0e7c6a060f4dd2961cc16884ed851b0d18da06a/anyio-4.6.2.post1-py3-none-any.whl", hash = "sha256:6d170c36fba3bdd840c73d3868c1e777e33676a69c3a72cf0a0d5d6d8009b61d", size = 90377 }, + { url = "https://files.pythonhosted.org/packages/e4/f5/f2b75d2fc6f1a260f340f0e7c6a060f4dd2961cc16884ed851b0d18da06a/anyio-4.6.2.post1-py3-none-any.whl", hash = "sha256:6d170c36fba3bdd840c73d3868c1e777e33676a69c3a72cf0a0d5d6d8009b61d", size = 90377, upload-time = "2024-10-14T14:31:42.623Z" }, ] [[package]] name = "appnope" version = "0.1.4" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/35/5d/752690df9ef5b76e169e68d6a129fa6d08a7100ca7f754c89495db3c6019/appnope-0.1.4.tar.gz", hash = "sha256:1de3860566df9caf38f01f86f65e0e13e379af54f9e4bee1e66b48f2efffd1ee", size = 4170 } +sdist = { url = "https://files.pythonhosted.org/packages/35/5d/752690df9ef5b76e169e68d6a129fa6d08a7100ca7f754c89495db3c6019/appnope-0.1.4.tar.gz", hash = "sha256:1de3860566df9caf38f01f86f65e0e13e379af54f9e4bee1e66b48f2efffd1ee", size = 4170, upload-time = "2024-02-06T09:43:11.258Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/81/29/5ecc3a15d5a33e31b26c11426c45c501e439cb865d0bff96315d86443b78/appnope-0.1.4-py2.py3-none-any.whl", hash = "sha256:502575ee11cd7a28c0205f379b525beefebab9d161b7c964670864014ed7213c", size = 4321 }, + { url = "https://files.pythonhosted.org/packages/81/29/5ecc3a15d5a33e31b26c11426c45c501e439cb865d0bff96315d86443b78/appnope-0.1.4-py2.py3-none-any.whl", hash = "sha256:502575ee11cd7a28c0205f379b525beefebab9d161b7c964670864014ed7213c", size = 4321, upload-time = "2024-02-06T09:43:09.663Z" }, ] [[package]] @@ -38,9 +38,9 @@ source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "argon2-cffi-bindings" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/31/fa/57ec2c6d16ecd2ba0cf15f3c7d1c3c2e7b5fcb83555ff56d7ab10888ec8f/argon2_cffi-23.1.0.tar.gz", hash = "sha256:879c3e79a2729ce768ebb7d36d4609e3a78a4ca2ec3a9f12286ca057e3d0db08", size = 42798 } +sdist = { url = "https://files.pythonhosted.org/packages/31/fa/57ec2c6d16ecd2ba0cf15f3c7d1c3c2e7b5fcb83555ff56d7ab10888ec8f/argon2_cffi-23.1.0.tar.gz", hash = "sha256:879c3e79a2729ce768ebb7d36d4609e3a78a4ca2ec3a9f12286ca057e3d0db08", size = 42798, upload-time = "2023-08-15T14:13:12.711Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/a4/6a/e8a041599e78b6b3752da48000b14c8d1e8a04ded09c88c714ba047f34f5/argon2_cffi-23.1.0-py3-none-any.whl", hash = "sha256:c670642b78ba29641818ab2e68bd4e6a78ba53b7eff7b4c3815ae16abf91c7ea", size = 15124 }, + { url = "https://files.pythonhosted.org/packages/a4/6a/e8a041599e78b6b3752da48000b14c8d1e8a04ded09c88c714ba047f34f5/argon2_cffi-23.1.0-py3-none-any.whl", hash = "sha256:c670642b78ba29641818ab2e68bd4e6a78ba53b7eff7b4c3815ae16abf91c7ea", size = 15124, upload-time = "2023-08-15T14:13:10.752Z" }, ] [[package]] @@ -50,18 +50,18 @@ source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "cffi" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/b9/e9/184b8ccce6683b0aa2fbb7ba5683ea4b9c5763f1356347f1312c32e3c66e/argon2-cffi-bindings-21.2.0.tar.gz", hash = "sha256:bb89ceffa6c791807d1305ceb77dbfacc5aa499891d2c55661c6459651fc39e3", size = 1779911 } +sdist = { url = "https://files.pythonhosted.org/packages/b9/e9/184b8ccce6683b0aa2fbb7ba5683ea4b9c5763f1356347f1312c32e3c66e/argon2-cffi-bindings-21.2.0.tar.gz", hash = "sha256:bb89ceffa6c791807d1305ceb77dbfacc5aa499891d2c55661c6459651fc39e3", size = 1779911, upload-time = "2021-12-01T08:52:55.68Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/d4/13/838ce2620025e9666aa8f686431f67a29052241692a3dd1ae9d3692a89d3/argon2_cffi_bindings-21.2.0-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:ccb949252cb2ab3a08c02024acb77cfb179492d5701c7cbdbfd776124d4d2367", size = 29658 }, - { url = "https://files.pythonhosted.org/packages/b3/02/f7f7bb6b6af6031edb11037639c697b912e1dea2db94d436e681aea2f495/argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9524464572e12979364b7d600abf96181d3541da11e23ddf565a32e70bd4dc0d", size = 80583 }, - { url = "https://files.pythonhosted.org/packages/ec/f7/378254e6dd7ae6f31fe40c8649eea7d4832a42243acaf0f1fff9083b2bed/argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b746dba803a79238e925d9046a63aa26bf86ab2a2fe74ce6b009a1c3f5c8f2ae", size = 86168 }, - { url = "https://files.pythonhosted.org/packages/74/f6/4a34a37a98311ed73bb80efe422fed95f2ac25a4cacc5ae1d7ae6a144505/argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:58ed19212051f49a523abb1dbe954337dc82d947fb6e5a0da60f7c8471a8476c", size = 82709 }, - { url = "https://files.pythonhosted.org/packages/74/2b/73d767bfdaab25484f7e7901379d5f8793cccbb86c6e0cbc4c1b96f63896/argon2_cffi_bindings-21.2.0-cp36-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:bd46088725ef7f58b5a1ef7ca06647ebaf0eb4baff7d1d0d177c6cc8744abd86", size = 83613 }, - { url = "https://files.pythonhosted.org/packages/4f/fd/37f86deef67ff57c76f137a67181949c2d408077e2e3dd70c6c42912c9bf/argon2_cffi_bindings-21.2.0-cp36-abi3-musllinux_1_1_i686.whl", hash = "sha256:8cd69c07dd875537a824deec19f978e0f2078fdda07fd5c42ac29668dda5f40f", size = 84583 }, - { url = "https://files.pythonhosted.org/packages/6f/52/5a60085a3dae8fded8327a4f564223029f5f54b0cb0455a31131b5363a01/argon2_cffi_bindings-21.2.0-cp36-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:f1152ac548bd5b8bcecfb0b0371f082037e47128653df2e8ba6e914d384f3c3e", size = 88475 }, - { url = "https://files.pythonhosted.org/packages/8b/95/143cd64feb24a15fa4b189a3e1e7efbaeeb00f39a51e99b26fc62fbacabd/argon2_cffi_bindings-21.2.0-cp36-abi3-win32.whl", hash = "sha256:603ca0aba86b1349b147cab91ae970c63118a0f30444d4bc80355937c950c082", size = 27698 }, - { url = "https://files.pythonhosted.org/packages/37/2c/e34e47c7dee97ba6f01a6203e0383e15b60fb85d78ac9a15cd066f6fe28b/argon2_cffi_bindings-21.2.0-cp36-abi3-win_amd64.whl", hash = "sha256:b2ef1c30440dbbcba7a5dc3e319408b59676e2e039e2ae11a8775ecf482b192f", size = 30817 }, - { url = "https://files.pythonhosted.org/packages/5a/e4/bf8034d25edaa495da3c8a3405627d2e35758e44ff6eaa7948092646fdcc/argon2_cffi_bindings-21.2.0-cp38-abi3-macosx_10_9_universal2.whl", hash = "sha256:e415e3f62c8d124ee16018e491a009937f8cf7ebf5eb430ffc5de21b900dad93", size = 53104 }, + { url = "https://files.pythonhosted.org/packages/d4/13/838ce2620025e9666aa8f686431f67a29052241692a3dd1ae9d3692a89d3/argon2_cffi_bindings-21.2.0-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:ccb949252cb2ab3a08c02024acb77cfb179492d5701c7cbdbfd776124d4d2367", size = 29658, upload-time = "2021-12-01T09:09:17.016Z" }, + { url = "https://files.pythonhosted.org/packages/b3/02/f7f7bb6b6af6031edb11037639c697b912e1dea2db94d436e681aea2f495/argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9524464572e12979364b7d600abf96181d3541da11e23ddf565a32e70bd4dc0d", size = 80583, upload-time = "2021-12-01T09:09:19.546Z" }, + { url = "https://files.pythonhosted.org/packages/ec/f7/378254e6dd7ae6f31fe40c8649eea7d4832a42243acaf0f1fff9083b2bed/argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b746dba803a79238e925d9046a63aa26bf86ab2a2fe74ce6b009a1c3f5c8f2ae", size = 86168, upload-time = "2021-12-01T09:09:21.445Z" }, + { url = "https://files.pythonhosted.org/packages/74/f6/4a34a37a98311ed73bb80efe422fed95f2ac25a4cacc5ae1d7ae6a144505/argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:58ed19212051f49a523abb1dbe954337dc82d947fb6e5a0da60f7c8471a8476c", size = 82709, upload-time = "2021-12-01T09:09:18.182Z" }, + { url = "https://files.pythonhosted.org/packages/74/2b/73d767bfdaab25484f7e7901379d5f8793cccbb86c6e0cbc4c1b96f63896/argon2_cffi_bindings-21.2.0-cp36-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:bd46088725ef7f58b5a1ef7ca06647ebaf0eb4baff7d1d0d177c6cc8744abd86", size = 83613, upload-time = "2021-12-01T09:09:22.741Z" }, + { url = "https://files.pythonhosted.org/packages/4f/fd/37f86deef67ff57c76f137a67181949c2d408077e2e3dd70c6c42912c9bf/argon2_cffi_bindings-21.2.0-cp36-abi3-musllinux_1_1_i686.whl", hash = "sha256:8cd69c07dd875537a824deec19f978e0f2078fdda07fd5c42ac29668dda5f40f", size = 84583, upload-time = "2021-12-01T09:09:24.177Z" }, + { url = "https://files.pythonhosted.org/packages/6f/52/5a60085a3dae8fded8327a4f564223029f5f54b0cb0455a31131b5363a01/argon2_cffi_bindings-21.2.0-cp36-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:f1152ac548bd5b8bcecfb0b0371f082037e47128653df2e8ba6e914d384f3c3e", size = 88475, upload-time = "2021-12-01T09:09:26.673Z" }, + { url = "https://files.pythonhosted.org/packages/8b/95/143cd64feb24a15fa4b189a3e1e7efbaeeb00f39a51e99b26fc62fbacabd/argon2_cffi_bindings-21.2.0-cp36-abi3-win32.whl", hash = "sha256:603ca0aba86b1349b147cab91ae970c63118a0f30444d4bc80355937c950c082", size = 27698, upload-time = "2021-12-01T09:09:27.87Z" }, + { url = "https://files.pythonhosted.org/packages/37/2c/e34e47c7dee97ba6f01a6203e0383e15b60fb85d78ac9a15cd066f6fe28b/argon2_cffi_bindings-21.2.0-cp36-abi3-win_amd64.whl", hash = "sha256:b2ef1c30440dbbcba7a5dc3e319408b59676e2e039e2ae11a8775ecf482b192f", size = 30817, upload-time = "2021-12-01T09:09:30.267Z" }, + { url = "https://files.pythonhosted.org/packages/5a/e4/bf8034d25edaa495da3c8a3405627d2e35758e44ff6eaa7948092646fdcc/argon2_cffi_bindings-21.2.0-cp38-abi3-macosx_10_9_universal2.whl", hash = "sha256:e415e3f62c8d124ee16018e491a009937f8cf7ebf5eb430ffc5de21b900dad93", size = 53104, upload-time = "2021-12-01T09:09:31.335Z" }, ] [[package]] @@ -72,9 +72,9 @@ dependencies = [ { name = "python-dateutil" }, { name = "types-python-dateutil" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/2e/00/0f6e8fcdb23ea632c866620cc872729ff43ed91d284c866b515c6342b173/arrow-1.3.0.tar.gz", hash = "sha256:d4540617648cb5f895730f1ad8c82a65f2dad0166f57b75f3ca54759c4d67a85", size = 131960 } +sdist = { url = "https://files.pythonhosted.org/packages/2e/00/0f6e8fcdb23ea632c866620cc872729ff43ed91d284c866b515c6342b173/arrow-1.3.0.tar.gz", hash = "sha256:d4540617648cb5f895730f1ad8c82a65f2dad0166f57b75f3ca54759c4d67a85", size = 131960, upload-time = "2023-09-30T22:11:18.25Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/f8/ed/e97229a566617f2ae958a6b13e7cc0f585470eac730a73e9e82c32a3cdd2/arrow-1.3.0-py3-none-any.whl", hash = "sha256:c728b120ebc00eb84e01882a6f5e7927a53960aa990ce7dd2b10f39005a67f80", size = 66419 }, + { url = "https://files.pythonhosted.org/packages/f8/ed/e97229a566617f2ae958a6b13e7cc0f585470eac730a73e9e82c32a3cdd2/arrow-1.3.0-py3-none-any.whl", hash = "sha256:c728b120ebc00eb84e01882a6f5e7927a53960aa990ce7dd2b10f39005a67f80", size = 66419, upload-time = "2023-09-30T22:11:16.072Z" }, ] [[package]] @@ -84,9 +84,9 @@ source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "six" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/45/1d/f03bcb60c4a3212e15f99a56085d93093a497718adf828d050b9d675da81/asttokens-2.4.1.tar.gz", hash = "sha256:b03869718ba9a6eb027e134bfdf69f38a236d681c83c160d510768af11254ba0", size = 62284 } +sdist = { url = "https://files.pythonhosted.org/packages/45/1d/f03bcb60c4a3212e15f99a56085d93093a497718adf828d050b9d675da81/asttokens-2.4.1.tar.gz", hash = "sha256:b03869718ba9a6eb027e134bfdf69f38a236d681c83c160d510768af11254ba0", size = 62284, upload-time = "2023-10-26T10:03:05.06Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/45/86/4736ac618d82a20d87d2f92ae19441ebc7ac9e7a581d7e58bbe79233b24a/asttokens-2.4.1-py2.py3-none-any.whl", hash = "sha256:051ed49c3dcae8913ea7cd08e46a606dba30b79993209636c4875bc1d637bc24", size = 27764 }, + { url = "https://files.pythonhosted.org/packages/45/86/4736ac618d82a20d87d2f92ae19441ebc7ac9e7a581d7e58bbe79233b24a/asttokens-2.4.1-py2.py3-none-any.whl", hash = "sha256:051ed49c3dcae8913ea7cd08e46a606dba30b79993209636c4875bc1d637bc24", size = 27764, upload-time = "2023-10-26T10:03:01.789Z" }, ] [[package]] @@ -94,29 +94,29 @@ name = "async-lru" version = "2.0.4" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "typing-extensions", marker = "python_version < '3.11'" }, + { name = "typing-extensions", marker = "python_full_version < '3.11'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/80/e2/2b4651eff771f6fd900d233e175ddc5e2be502c7eb62c0c42f975c6d36cd/async-lru-2.0.4.tar.gz", hash = "sha256:b8a59a5df60805ff63220b2a0c5b5393da5521b113cd5465a44eb037d81a5627", size = 10019 } +sdist = { url = "https://files.pythonhosted.org/packages/80/e2/2b4651eff771f6fd900d233e175ddc5e2be502c7eb62c0c42f975c6d36cd/async-lru-2.0.4.tar.gz", hash = "sha256:b8a59a5df60805ff63220b2a0c5b5393da5521b113cd5465a44eb037d81a5627", size = 10019, upload-time = "2023-07-27T19:12:18.631Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/fa/9f/3c3503693386c4b0f245eaf5ca6198e3b28879ca0a40bde6b0e319793453/async_lru-2.0.4-py3-none-any.whl", hash = "sha256:ff02944ce3c288c5be660c42dbcca0742b32c3b279d6dceda655190240b99224", size = 6111 }, + { url = "https://files.pythonhosted.org/packages/fa/9f/3c3503693386c4b0f245eaf5ca6198e3b28879ca0a40bde6b0e319793453/async_lru-2.0.4-py3-none-any.whl", hash = "sha256:ff02944ce3c288c5be660c42dbcca0742b32c3b279d6dceda655190240b99224", size = 6111, upload-time = "2023-07-27T19:12:17.164Z" }, ] [[package]] name = "attrs" version = "24.2.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/fc/0f/aafca9af9315aee06a89ffde799a10a582fe8de76c563ee80bbcdc08b3fb/attrs-24.2.0.tar.gz", hash = "sha256:5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346", size = 792678 } +sdist = { url = "https://files.pythonhosted.org/packages/fc/0f/aafca9af9315aee06a89ffde799a10a582fe8de76c563ee80bbcdc08b3fb/attrs-24.2.0.tar.gz", hash = "sha256:5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346", size = 792678, upload-time = "2024-08-06T14:37:38.364Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/6a/21/5b6702a7f963e95456c0de2d495f67bf5fd62840ac655dc451586d23d39a/attrs-24.2.0-py3-none-any.whl", hash = "sha256:81921eb96de3191c8258c199618104dd27ac608d9366f5e35d011eae1867ede2", size = 63001 }, + { url = "https://files.pythonhosted.org/packages/6a/21/5b6702a7f963e95456c0de2d495f67bf5fd62840ac655dc451586d23d39a/attrs-24.2.0-py3-none-any.whl", hash = "sha256:81921eb96de3191c8258c199618104dd27ac608d9366f5e35d011eae1867ede2", size = 63001, upload-time = "2024-08-06T14:37:36.958Z" }, ] [[package]] name = "babel" version = "2.16.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/2a/74/f1bc80f23eeba13393b7222b11d95ca3af2c1e28edca18af487137eefed9/babel-2.16.0.tar.gz", hash = "sha256:d1f3554ca26605fe173f3de0c65f750f5a42f924499bf134de6423582298e316", size = 9348104 } +sdist = { url = "https://files.pythonhosted.org/packages/2a/74/f1bc80f23eeba13393b7222b11d95ca3af2c1e28edca18af487137eefed9/babel-2.16.0.tar.gz", hash = "sha256:d1f3554ca26605fe173f3de0c65f750f5a42f924499bf134de6423582298e316", size = 9348104, upload-time = "2024-08-08T14:25:45.459Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/ed/20/bc79bc575ba2e2a7f70e8a1155618bb1301eaa5132a8271373a6903f73f8/babel-2.16.0-py3-none-any.whl", hash = "sha256:368b5b98b37c06b7daf6696391c3240c938b37767d4584413e8438c5c435fa8b", size = 9587599 }, + { url = "https://files.pythonhosted.org/packages/ed/20/bc79bc575ba2e2a7f70e8a1155618bb1301eaa5132a8271373a6903f73f8/babel-2.16.0-py3-none-any.whl", hash = "sha256:368b5b98b37c06b7daf6696391c3240c938b37767d4584413e8438c5c435fa8b", size = 9587599, upload-time = "2024-08-08T14:25:42.686Z" }, ] [[package]] @@ -126,9 +126,9 @@ source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "soupsieve" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/b3/ca/824b1195773ce6166d388573fc106ce56d4a805bd7427b624e063596ec58/beautifulsoup4-4.12.3.tar.gz", hash = "sha256:74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051", size = 581181 } +sdist = { url = "https://files.pythonhosted.org/packages/b3/ca/824b1195773ce6166d388573fc106ce56d4a805bd7427b624e063596ec58/beautifulsoup4-4.12.3.tar.gz", hash = "sha256:74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051", size = 581181, upload-time = "2024-01-17T16:53:17.902Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl", hash = "sha256:b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed", size = 147925 }, + { url = "https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl", hash = "sha256:b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed", size = 147925, upload-time = "2024-01-17T16:53:12.779Z" }, ] [[package]] @@ -139,18 +139,18 @@ dependencies = [ { name = "six" }, { name = "webencodings" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/6d/10/77f32b088738f40d4f5be801daa5f327879eadd4562f36a2b5ab975ae571/bleach-6.1.0.tar.gz", hash = "sha256:0a31f1837963c41d46bbf1331b8778e1308ea0791db03cc4e7357b97cf42a8fe", size = 202119 } +sdist = { url = "https://files.pythonhosted.org/packages/6d/10/77f32b088738f40d4f5be801daa5f327879eadd4562f36a2b5ab975ae571/bleach-6.1.0.tar.gz", hash = "sha256:0a31f1837963c41d46bbf1331b8778e1308ea0791db03cc4e7357b97cf42a8fe", size = 202119, upload-time = "2023-10-06T19:30:51.304Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/ea/63/da7237f805089ecc28a3f36bca6a21c31fcbc2eb380f3b8f1be3312abd14/bleach-6.1.0-py3-none-any.whl", hash = "sha256:3225f354cfc436b9789c66c4ee030194bee0568fbf9cbdad3bc8b5c26c5f12b6", size = 162750 }, + { url = "https://files.pythonhosted.org/packages/ea/63/da7237f805089ecc28a3f36bca6a21c31fcbc2eb380f3b8f1be3312abd14/bleach-6.1.0-py3-none-any.whl", hash = "sha256:3225f354cfc436b9789c66c4ee030194bee0568fbf9cbdad3bc8b5c26c5f12b6", size = 162750, upload-time = "2023-10-06T19:30:49.408Z" }, ] [[package]] name = "certifi" version = "2024.8.30" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/b0/ee/9b19140fe824b367c04c5e1b369942dd754c4c5462d5674002f75c4dedc1/certifi-2024.8.30.tar.gz", hash = "sha256:bec941d2aa8195e248a60b31ff9f0558284cf01a52591ceda73ea9afffd69fd9", size = 168507 } +sdist = { url = "https://files.pythonhosted.org/packages/b0/ee/9b19140fe824b367c04c5e1b369942dd754c4c5462d5674002f75c4dedc1/certifi-2024.8.30.tar.gz", hash = "sha256:bec941d2aa8195e248a60b31ff9f0558284cf01a52591ceda73ea9afffd69fd9", size = 168507, upload-time = "2024-08-30T01:55:04.365Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/12/90/3c9ff0512038035f59d279fddeb79f5f1eccd8859f06d6163c58798b9487/certifi-2024.8.30-py3-none-any.whl", hash = "sha256:922820b53db7a7257ffbda3f597266d435245903d80737e34f8a45ff3e3230d8", size = 167321 }, + { url = "https://files.pythonhosted.org/packages/12/90/3c9ff0512038035f59d279fddeb79f5f1eccd8859f06d6163c58798b9487/certifi-2024.8.30-py3-none-any.whl", hash = "sha256:922820b53db7a7257ffbda3f597266d435245903d80737e34f8a45ff3e3230d8", size = 167321, upload-time = "2024-08-30T01:55:02.591Z" }, ] [[package]] @@ -160,159 +160,159 @@ source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "pycparser" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/fc/97/c783634659c2920c3fc70419e3af40972dbaf758daa229a7d6ea6135c90d/cffi-1.17.1.tar.gz", hash = "sha256:1c39c6016c32bc48dd54561950ebd6836e1670f2ae46128f67cf49e789c52824", size = 516621 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/90/07/f44ca684db4e4f08a3fdc6eeb9a0d15dc6883efc7b8c90357fdbf74e186c/cffi-1.17.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:df8b1c11f177bc2313ec4b2d46baec87a5f3e71fc8b45dab2ee7cae86d9aba14", size = 182191 }, - { url = "https://files.pythonhosted.org/packages/08/fd/cc2fedbd887223f9f5d170c96e57cbf655df9831a6546c1727ae13fa977a/cffi-1.17.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:8f2cdc858323644ab277e9bb925ad72ae0e67f69e804f4898c070998d50b1a67", size = 178592 }, - { url = "https://files.pythonhosted.org/packages/de/cc/4635c320081c78d6ffc2cab0a76025b691a91204f4aa317d568ff9280a2d/cffi-1.17.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:edae79245293e15384b51f88b00613ba9f7198016a5948b5dddf4917d4d26382", size = 426024 }, - { url = "https://files.pythonhosted.org/packages/b6/7b/3b2b250f3aab91abe5f8a51ada1b717935fdaec53f790ad4100fe2ec64d1/cffi-1.17.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:45398b671ac6d70e67da8e4224a065cec6a93541bb7aebe1b198a61b58c7b702", size = 448188 }, - { url = "https://files.pythonhosted.org/packages/d3/48/1b9283ebbf0ec065148d8de05d647a986c5f22586b18120020452fff8f5d/cffi-1.17.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ad9413ccdeda48c5afdae7e4fa2192157e991ff761e7ab8fdd8926f40b160cc3", size = 455571 }, - { url = "https://files.pythonhosted.org/packages/40/87/3b8452525437b40f39ca7ff70276679772ee7e8b394934ff60e63b7b090c/cffi-1.17.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5da5719280082ac6bd9aa7becb3938dc9f9cbd57fac7d2871717b1feb0902ab6", size = 436687 }, - { url = "https://files.pythonhosted.org/packages/8d/fb/4da72871d177d63649ac449aec2e8a29efe0274035880c7af59101ca2232/cffi-1.17.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2bb1a08b8008b281856e5971307cc386a8e9c5b625ac297e853d36da6efe9c17", size = 446211 }, - { url = "https://files.pythonhosted.org/packages/ab/a0/62f00bcb411332106c02b663b26f3545a9ef136f80d5df746c05878f8c4b/cffi-1.17.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:045d61c734659cc045141be4bae381a41d89b741f795af1dd018bfb532fd0df8", size = 461325 }, - { url = "https://files.pythonhosted.org/packages/36/83/76127035ed2e7e27b0787604d99da630ac3123bfb02d8e80c633f218a11d/cffi-1.17.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:6883e737d7d9e4899a8a695e00ec36bd4e5e4f18fabe0aca0efe0a4b44cdb13e", size = 438784 }, - { url = "https://files.pythonhosted.org/packages/21/81/a6cd025db2f08ac88b901b745c163d884641909641f9b826e8cb87645942/cffi-1.17.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:6b8b4a92e1c65048ff98cfe1f735ef8f1ceb72e3d5f0c25fdb12087a23da22be", size = 461564 }, - { url = "https://files.pythonhosted.org/packages/f8/fe/4d41c2f200c4a457933dbd98d3cf4e911870877bd94d9656cc0fcb390681/cffi-1.17.1-cp310-cp310-win32.whl", hash = "sha256:c9c3d058ebabb74db66e431095118094d06abf53284d9c81f27300d0e0d8bc7c", size = 171804 }, - { url = "https://files.pythonhosted.org/packages/d1/b6/0b0f5ab93b0df4acc49cae758c81fe4e5ef26c3ae2e10cc69249dfd8b3ab/cffi-1.17.1-cp310-cp310-win_amd64.whl", hash = "sha256:0f048dcf80db46f0098ccac01132761580d28e28bc0f78ae0d58048063317e15", size = 181299 }, - { url = "https://files.pythonhosted.org/packages/6b/f4/927e3a8899e52a27fa57a48607ff7dc91a9ebe97399b357b85a0c7892e00/cffi-1.17.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:a45e3c6913c5b87b3ff120dcdc03f6131fa0065027d0ed7ee6190736a74cd401", size = 182264 }, - { url = "https://files.pythonhosted.org/packages/6c/f5/6c3a8efe5f503175aaddcbea6ad0d2c96dad6f5abb205750d1b3df44ef29/cffi-1.17.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:30c5e0cb5ae493c04c8b42916e52ca38079f1b235c2f8ae5f4527b963c401caf", size = 178651 }, - { url = "https://files.pythonhosted.org/packages/94/dd/a3f0118e688d1b1a57553da23b16bdade96d2f9bcda4d32e7d2838047ff7/cffi-1.17.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f75c7ab1f9e4aca5414ed4d8e5c0e303a34f4421f8a0d47a4d019ceff0ab6af4", size = 445259 }, - { url = "https://files.pythonhosted.org/packages/2e/ea/70ce63780f096e16ce8588efe039d3c4f91deb1dc01e9c73a287939c79a6/cffi-1.17.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a1ed2dd2972641495a3ec98445e09766f077aee98a1c896dcb4ad0d303628e41", size = 469200 }, - { url = "https://files.pythonhosted.org/packages/1c/a0/a4fa9f4f781bda074c3ddd57a572b060fa0df7655d2a4247bbe277200146/cffi-1.17.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:46bf43160c1a35f7ec506d254e5c890f3c03648a4dbac12d624e4490a7046cd1", size = 477235 }, - { url = "https://files.pythonhosted.org/packages/62/12/ce8710b5b8affbcdd5c6e367217c242524ad17a02fe5beec3ee339f69f85/cffi-1.17.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a24ed04c8ffd54b0729c07cee15a81d964e6fee0e3d4d342a27b020d22959dc6", size = 459721 }, - { url = "https://files.pythonhosted.org/packages/ff/6b/d45873c5e0242196f042d555526f92aa9e0c32355a1be1ff8c27f077fd37/cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:610faea79c43e44c71e1ec53a554553fa22321b65fae24889706c0a84d4ad86d", size = 467242 }, - { url = "https://files.pythonhosted.org/packages/1a/52/d9a0e523a572fbccf2955f5abe883cfa8bcc570d7faeee06336fbd50c9fc/cffi-1.17.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:a9b15d491f3ad5d692e11f6b71f7857e7835eb677955c00cc0aefcd0669adaf6", size = 477999 }, - { url = "https://files.pythonhosted.org/packages/44/74/f2a2460684a1a2d00ca799ad880d54652841a780c4c97b87754f660c7603/cffi-1.17.1-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:de2ea4b5833625383e464549fec1bc395c1bdeeb5f25c4a3a82b5a8c756ec22f", size = 454242 }, - { url = "https://files.pythonhosted.org/packages/f8/4a/34599cac7dfcd888ff54e801afe06a19c17787dfd94495ab0c8d35fe99fb/cffi-1.17.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:fc48c783f9c87e60831201f2cce7f3b2e4846bf4d8728eabe54d60700b318a0b", size = 478604 }, - { url = "https://files.pythonhosted.org/packages/34/33/e1b8a1ba29025adbdcda5fb3a36f94c03d771c1b7b12f726ff7fef2ebe36/cffi-1.17.1-cp311-cp311-win32.whl", hash = "sha256:85a950a4ac9c359340d5963966e3e0a94a676bd6245a4b55bc43949eee26a655", size = 171727 }, - { url = "https://files.pythonhosted.org/packages/3d/97/50228be003bb2802627d28ec0627837ac0bf35c90cf769812056f235b2d1/cffi-1.17.1-cp311-cp311-win_amd64.whl", hash = "sha256:caaf0640ef5f5517f49bc275eca1406b0ffa6aa184892812030f04c2abf589a0", size = 181400 }, - { url = "https://files.pythonhosted.org/packages/5a/84/e94227139ee5fb4d600a7a4927f322e1d4aea6fdc50bd3fca8493caba23f/cffi-1.17.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:805b4371bf7197c329fcb3ead37e710d1bca9da5d583f5073b799d5c5bd1eee4", size = 183178 }, - { url = "https://files.pythonhosted.org/packages/da/ee/fb72c2b48656111c4ef27f0f91da355e130a923473bf5ee75c5643d00cca/cffi-1.17.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:733e99bc2df47476e3848417c5a4540522f234dfd4ef3ab7fafdf555b082ec0c", size = 178840 }, - { url = "https://files.pythonhosted.org/packages/cc/b6/db007700f67d151abadf508cbfd6a1884f57eab90b1bb985c4c8c02b0f28/cffi-1.17.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1257bdabf294dceb59f5e70c64a3e2f462c30c7ad68092d01bbbfb1c16b1ba36", size = 454803 }, - { url = "https://files.pythonhosted.org/packages/1a/df/f8d151540d8c200eb1c6fba8cd0dfd40904f1b0682ea705c36e6c2e97ab3/cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:da95af8214998d77a98cc14e3a3bd00aa191526343078b530ceb0bd710fb48a5", size = 478850 }, - { url = "https://files.pythonhosted.org/packages/28/c0/b31116332a547fd2677ae5b78a2ef662dfc8023d67f41b2a83f7c2aa78b1/cffi-1.17.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d63afe322132c194cf832bfec0dc69a99fb9bb6bbd550f161a49e9e855cc78ff", size = 485729 }, - { url = "https://files.pythonhosted.org/packages/91/2b/9a1ddfa5c7f13cab007a2c9cc295b70fbbda7cb10a286aa6810338e60ea1/cffi-1.17.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f79fc4fc25f1c8698ff97788206bb3c2598949bfe0fef03d299eb1b5356ada99", size = 471256 }, - { url = "https://files.pythonhosted.org/packages/b2/d5/da47df7004cb17e4955df6a43d14b3b4ae77737dff8bf7f8f333196717bf/cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b62ce867176a75d03a665bad002af8e6d54644fad99a3c70905c543130e39d93", size = 479424 }, - { url = "https://files.pythonhosted.org/packages/0b/ac/2a28bcf513e93a219c8a4e8e125534f4f6db03e3179ba1c45e949b76212c/cffi-1.17.1-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:386c8bf53c502fff58903061338ce4f4950cbdcb23e2902d86c0f722b786bbe3", size = 484568 }, - { url = "https://files.pythonhosted.org/packages/d4/38/ca8a4f639065f14ae0f1d9751e70447a261f1a30fa7547a828ae08142465/cffi-1.17.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:4ceb10419a9adf4460ea14cfd6bc43d08701f0835e979bf821052f1805850fe8", size = 488736 }, - { url = "https://files.pythonhosted.org/packages/86/c5/28b2d6f799ec0bdecf44dced2ec5ed43e0eb63097b0f58c293583b406582/cffi-1.17.1-cp312-cp312-win32.whl", hash = "sha256:a08d7e755f8ed21095a310a693525137cfe756ce62d066e53f502a83dc550f65", size = 172448 }, - { url = "https://files.pythonhosted.org/packages/50/b9/db34c4755a7bd1cb2d1603ac3863f22bcecbd1ba29e5ee841a4bc510b294/cffi-1.17.1-cp312-cp312-win_amd64.whl", hash = "sha256:51392eae71afec0d0c8fb1a53b204dbb3bcabcb3c9b807eedf3e1e6ccf2de903", size = 181976 }, - { url = "https://files.pythonhosted.org/packages/8d/f8/dd6c246b148639254dad4d6803eb6a54e8c85c6e11ec9df2cffa87571dbe/cffi-1.17.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:f3a2b4222ce6b60e2e8b337bb9596923045681d71e5a082783484d845390938e", size = 182989 }, - { url = "https://files.pythonhosted.org/packages/8b/f1/672d303ddf17c24fc83afd712316fda78dc6fce1cd53011b839483e1ecc8/cffi-1.17.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:0984a4925a435b1da406122d4d7968dd861c1385afe3b45ba82b750f229811e2", size = 178802 }, - { url = "https://files.pythonhosted.org/packages/0e/2d/eab2e858a91fdff70533cab61dcff4a1f55ec60425832ddfdc9cd36bc8af/cffi-1.17.1-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d01b12eeeb4427d3110de311e1774046ad344f5b1a7403101878976ecd7a10f3", size = 454792 }, - { url = "https://files.pythonhosted.org/packages/75/b2/fbaec7c4455c604e29388d55599b99ebcc250a60050610fadde58932b7ee/cffi-1.17.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:706510fe141c86a69c8ddc029c7910003a17353970cff3b904ff0686a5927683", size = 478893 }, - { url = "https://files.pythonhosted.org/packages/4f/b7/6e4a2162178bf1935c336d4da8a9352cccab4d3a5d7914065490f08c0690/cffi-1.17.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:de55b766c7aa2e2a3092c51e0483d700341182f08e67c63630d5b6f200bb28e5", size = 485810 }, - { url = "https://files.pythonhosted.org/packages/c7/8a/1d0e4a9c26e54746dc08c2c6c037889124d4f59dffd853a659fa545f1b40/cffi-1.17.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c59d6e989d07460165cc5ad3c61f9fd8f1b4796eacbd81cee78957842b834af4", size = 471200 }, - { url = "https://files.pythonhosted.org/packages/26/9f/1aab65a6c0db35f43c4d1b4f580e8df53914310afc10ae0397d29d697af4/cffi-1.17.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dd398dbc6773384a17fe0d3e7eeb8d1a21c2200473ee6806bb5e6a8e62bb73dd", size = 479447 }, - { url = "https://files.pythonhosted.org/packages/5f/e4/fb8b3dd8dc0e98edf1135ff067ae070bb32ef9d509d6cb0f538cd6f7483f/cffi-1.17.1-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:3edc8d958eb099c634dace3c7e16560ae474aa3803a5df240542b305d14e14ed", size = 484358 }, - { url = "https://files.pythonhosted.org/packages/f1/47/d7145bf2dc04684935d57d67dff9d6d795b2ba2796806bb109864be3a151/cffi-1.17.1-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:72e72408cad3d5419375fc87d289076ee319835bdfa2caad331e377589aebba9", size = 488469 }, - { url = "https://files.pythonhosted.org/packages/bf/ee/f94057fa6426481d663b88637a9a10e859e492c73d0384514a17d78ee205/cffi-1.17.1-cp313-cp313-win32.whl", hash = "sha256:e03eab0a8677fa80d646b5ddece1cbeaf556c313dcfac435ba11f107ba117b5d", size = 172475 }, - { url = "https://files.pythonhosted.org/packages/7c/fc/6a8cb64e5f0324877d503c854da15d76c1e50eb722e320b15345c4d0c6de/cffi-1.17.1-cp313-cp313-win_amd64.whl", hash = "sha256:f6a16c31041f09ead72d69f583767292f750d24913dadacf5756b966aacb3f1a", size = 182009 }, - { url = "https://files.pythonhosted.org/packages/b9/ea/8bb50596b8ffbc49ddd7a1ad305035daa770202a6b782fc164647c2673ad/cffi-1.17.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:b2ab587605f4ba0bf81dc0cb08a41bd1c0a5906bd59243d56bad7668a6fc6c16", size = 182220 }, - { url = "https://files.pythonhosted.org/packages/ae/11/e77c8cd24f58285a82c23af484cf5b124a376b32644e445960d1a4654c3a/cffi-1.17.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:28b16024becceed8c6dfbc75629e27788d8a3f9030691a1dbf9821a128b22c36", size = 178605 }, - { url = "https://files.pythonhosted.org/packages/ed/65/25a8dc32c53bf5b7b6c2686b42ae2ad58743f7ff644844af7cdb29b49361/cffi-1.17.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1d599671f396c4723d016dbddb72fe8e0397082b0a77a4fab8028923bec050e8", size = 424910 }, - { url = "https://files.pythonhosted.org/packages/42/7a/9d086fab7c66bd7c4d0f27c57a1b6b068ced810afc498cc8c49e0088661c/cffi-1.17.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ca74b8dbe6e8e8263c0ffd60277de77dcee6c837a3d0881d8c1ead7268c9e576", size = 447200 }, - { url = "https://files.pythonhosted.org/packages/da/63/1785ced118ce92a993b0ec9e0d0ac8dc3e5dbfbcaa81135be56c69cabbb6/cffi-1.17.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f7f5baafcc48261359e14bcd6d9bff6d4b28d9103847c9e136694cb0501aef87", size = 454565 }, - { url = "https://files.pythonhosted.org/packages/74/06/90b8a44abf3556599cdec107f7290277ae8901a58f75e6fe8f970cd72418/cffi-1.17.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:98e3969bcff97cae1b2def8ba499ea3d6f31ddfdb7635374834cf89a1a08ecf0", size = 435635 }, - { url = "https://files.pythonhosted.org/packages/bd/62/a1f468e5708a70b1d86ead5bab5520861d9c7eacce4a885ded9faa7729c3/cffi-1.17.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cdf5ce3acdfd1661132f2a9c19cac174758dc2352bfe37d98aa7512c6b7178b3", size = 445218 }, - { url = "https://files.pythonhosted.org/packages/5b/95/b34462f3ccb09c2594aa782d90a90b045de4ff1f70148ee79c69d37a0a5a/cffi-1.17.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:9755e4345d1ec879e3849e62222a18c7174d65a6a92d5b346b1863912168b595", size = 460486 }, - { url = "https://files.pythonhosted.org/packages/fc/fc/a1e4bebd8d680febd29cf6c8a40067182b64f00c7d105f8f26b5bc54317b/cffi-1.17.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:f1e22e8c4419538cb197e4dd60acc919d7696e5ef98ee4da4e01d3f8cfa4cc5a", size = 437911 }, - { url = "https://files.pythonhosted.org/packages/e6/c3/21cab7a6154b6a5ea330ae80de386e7665254835b9e98ecc1340b3a7de9a/cffi-1.17.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:c03e868a0b3bc35839ba98e74211ed2b05d2119be4e8a0f224fba9384f1fe02e", size = 460632 }, - { url = "https://files.pythonhosted.org/packages/cb/b5/fd9f8b5a84010ca169ee49f4e4ad6f8c05f4e3545b72ee041dbbcb159882/cffi-1.17.1-cp39-cp39-win32.whl", hash = "sha256:e31ae45bc2e29f6b2abd0de1cc3b9d5205aa847cafaecb8af1476a609a2f6eb7", size = 171820 }, - { url = "https://files.pythonhosted.org/packages/8c/52/b08750ce0bce45c143e1b5d7357ee8c55341b52bdef4b0f081af1eb248c2/cffi-1.17.1-cp39-cp39-win_amd64.whl", hash = "sha256:d016c76bdd850f3c626af19b0542c9677ba156e4ee4fccfdd7848803533ef662", size = 181290 }, +sdist = { url = "https://files.pythonhosted.org/packages/fc/97/c783634659c2920c3fc70419e3af40972dbaf758daa229a7d6ea6135c90d/cffi-1.17.1.tar.gz", hash = "sha256:1c39c6016c32bc48dd54561950ebd6836e1670f2ae46128f67cf49e789c52824", size = 516621, upload-time = "2024-09-04T20:45:21.852Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/90/07/f44ca684db4e4f08a3fdc6eeb9a0d15dc6883efc7b8c90357fdbf74e186c/cffi-1.17.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:df8b1c11f177bc2313ec4b2d46baec87a5f3e71fc8b45dab2ee7cae86d9aba14", size = 182191, upload-time = "2024-09-04T20:43:30.027Z" }, + { url = "https://files.pythonhosted.org/packages/08/fd/cc2fedbd887223f9f5d170c96e57cbf655df9831a6546c1727ae13fa977a/cffi-1.17.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:8f2cdc858323644ab277e9bb925ad72ae0e67f69e804f4898c070998d50b1a67", size = 178592, upload-time = "2024-09-04T20:43:32.108Z" }, + { url = "https://files.pythonhosted.org/packages/de/cc/4635c320081c78d6ffc2cab0a76025b691a91204f4aa317d568ff9280a2d/cffi-1.17.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:edae79245293e15384b51f88b00613ba9f7198016a5948b5dddf4917d4d26382", size = 426024, upload-time = "2024-09-04T20:43:34.186Z" }, + { url = "https://files.pythonhosted.org/packages/b6/7b/3b2b250f3aab91abe5f8a51ada1b717935fdaec53f790ad4100fe2ec64d1/cffi-1.17.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:45398b671ac6d70e67da8e4224a065cec6a93541bb7aebe1b198a61b58c7b702", size = 448188, upload-time = "2024-09-04T20:43:36.286Z" }, + { url = "https://files.pythonhosted.org/packages/d3/48/1b9283ebbf0ec065148d8de05d647a986c5f22586b18120020452fff8f5d/cffi-1.17.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ad9413ccdeda48c5afdae7e4fa2192157e991ff761e7ab8fdd8926f40b160cc3", size = 455571, upload-time = "2024-09-04T20:43:38.586Z" }, + { url = "https://files.pythonhosted.org/packages/40/87/3b8452525437b40f39ca7ff70276679772ee7e8b394934ff60e63b7b090c/cffi-1.17.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5da5719280082ac6bd9aa7becb3938dc9f9cbd57fac7d2871717b1feb0902ab6", size = 436687, upload-time = "2024-09-04T20:43:40.084Z" }, + { url = "https://files.pythonhosted.org/packages/8d/fb/4da72871d177d63649ac449aec2e8a29efe0274035880c7af59101ca2232/cffi-1.17.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2bb1a08b8008b281856e5971307cc386a8e9c5b625ac297e853d36da6efe9c17", size = 446211, upload-time = "2024-09-04T20:43:41.526Z" }, + { url = "https://files.pythonhosted.org/packages/ab/a0/62f00bcb411332106c02b663b26f3545a9ef136f80d5df746c05878f8c4b/cffi-1.17.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:045d61c734659cc045141be4bae381a41d89b741f795af1dd018bfb532fd0df8", size = 461325, upload-time = "2024-09-04T20:43:43.117Z" }, + { url = "https://files.pythonhosted.org/packages/36/83/76127035ed2e7e27b0787604d99da630ac3123bfb02d8e80c633f218a11d/cffi-1.17.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:6883e737d7d9e4899a8a695e00ec36bd4e5e4f18fabe0aca0efe0a4b44cdb13e", size = 438784, upload-time = "2024-09-04T20:43:45.256Z" }, + { url = "https://files.pythonhosted.org/packages/21/81/a6cd025db2f08ac88b901b745c163d884641909641f9b826e8cb87645942/cffi-1.17.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:6b8b4a92e1c65048ff98cfe1f735ef8f1ceb72e3d5f0c25fdb12087a23da22be", size = 461564, upload-time = "2024-09-04T20:43:46.779Z" }, + { url = "https://files.pythonhosted.org/packages/f8/fe/4d41c2f200c4a457933dbd98d3cf4e911870877bd94d9656cc0fcb390681/cffi-1.17.1-cp310-cp310-win32.whl", hash = "sha256:c9c3d058ebabb74db66e431095118094d06abf53284d9c81f27300d0e0d8bc7c", size = 171804, upload-time = "2024-09-04T20:43:48.186Z" }, + { url = "https://files.pythonhosted.org/packages/d1/b6/0b0f5ab93b0df4acc49cae758c81fe4e5ef26c3ae2e10cc69249dfd8b3ab/cffi-1.17.1-cp310-cp310-win_amd64.whl", hash = "sha256:0f048dcf80db46f0098ccac01132761580d28e28bc0f78ae0d58048063317e15", size = 181299, upload-time = "2024-09-04T20:43:49.812Z" }, + { url = "https://files.pythonhosted.org/packages/6b/f4/927e3a8899e52a27fa57a48607ff7dc91a9ebe97399b357b85a0c7892e00/cffi-1.17.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:a45e3c6913c5b87b3ff120dcdc03f6131fa0065027d0ed7ee6190736a74cd401", size = 182264, upload-time = "2024-09-04T20:43:51.124Z" }, + { url = "https://files.pythonhosted.org/packages/6c/f5/6c3a8efe5f503175aaddcbea6ad0d2c96dad6f5abb205750d1b3df44ef29/cffi-1.17.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:30c5e0cb5ae493c04c8b42916e52ca38079f1b235c2f8ae5f4527b963c401caf", size = 178651, upload-time = "2024-09-04T20:43:52.872Z" }, + { url = "https://files.pythonhosted.org/packages/94/dd/a3f0118e688d1b1a57553da23b16bdade96d2f9bcda4d32e7d2838047ff7/cffi-1.17.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f75c7ab1f9e4aca5414ed4d8e5c0e303a34f4421f8a0d47a4d019ceff0ab6af4", size = 445259, upload-time = "2024-09-04T20:43:56.123Z" }, + { url = "https://files.pythonhosted.org/packages/2e/ea/70ce63780f096e16ce8588efe039d3c4f91deb1dc01e9c73a287939c79a6/cffi-1.17.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a1ed2dd2972641495a3ec98445e09766f077aee98a1c896dcb4ad0d303628e41", size = 469200, upload-time = "2024-09-04T20:43:57.891Z" }, + { url = "https://files.pythonhosted.org/packages/1c/a0/a4fa9f4f781bda074c3ddd57a572b060fa0df7655d2a4247bbe277200146/cffi-1.17.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:46bf43160c1a35f7ec506d254e5c890f3c03648a4dbac12d624e4490a7046cd1", size = 477235, upload-time = "2024-09-04T20:44:00.18Z" }, + { url = "https://files.pythonhosted.org/packages/62/12/ce8710b5b8affbcdd5c6e367217c242524ad17a02fe5beec3ee339f69f85/cffi-1.17.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a24ed04c8ffd54b0729c07cee15a81d964e6fee0e3d4d342a27b020d22959dc6", size = 459721, upload-time = "2024-09-04T20:44:01.585Z" }, + { url = "https://files.pythonhosted.org/packages/ff/6b/d45873c5e0242196f042d555526f92aa9e0c32355a1be1ff8c27f077fd37/cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:610faea79c43e44c71e1ec53a554553fa22321b65fae24889706c0a84d4ad86d", size = 467242, upload-time = "2024-09-04T20:44:03.467Z" }, + { url = "https://files.pythonhosted.org/packages/1a/52/d9a0e523a572fbccf2955f5abe883cfa8bcc570d7faeee06336fbd50c9fc/cffi-1.17.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:a9b15d491f3ad5d692e11f6b71f7857e7835eb677955c00cc0aefcd0669adaf6", size = 477999, upload-time = "2024-09-04T20:44:05.023Z" }, + { url = "https://files.pythonhosted.org/packages/44/74/f2a2460684a1a2d00ca799ad880d54652841a780c4c97b87754f660c7603/cffi-1.17.1-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:de2ea4b5833625383e464549fec1bc395c1bdeeb5f25c4a3a82b5a8c756ec22f", size = 454242, upload-time = "2024-09-04T20:44:06.444Z" }, + { url = "https://files.pythonhosted.org/packages/f8/4a/34599cac7dfcd888ff54e801afe06a19c17787dfd94495ab0c8d35fe99fb/cffi-1.17.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:fc48c783f9c87e60831201f2cce7f3b2e4846bf4d8728eabe54d60700b318a0b", size = 478604, upload-time = "2024-09-04T20:44:08.206Z" }, + { url = "https://files.pythonhosted.org/packages/34/33/e1b8a1ba29025adbdcda5fb3a36f94c03d771c1b7b12f726ff7fef2ebe36/cffi-1.17.1-cp311-cp311-win32.whl", hash = "sha256:85a950a4ac9c359340d5963966e3e0a94a676bd6245a4b55bc43949eee26a655", size = 171727, upload-time = "2024-09-04T20:44:09.481Z" }, + { url = "https://files.pythonhosted.org/packages/3d/97/50228be003bb2802627d28ec0627837ac0bf35c90cf769812056f235b2d1/cffi-1.17.1-cp311-cp311-win_amd64.whl", hash = "sha256:caaf0640ef5f5517f49bc275eca1406b0ffa6aa184892812030f04c2abf589a0", size = 181400, upload-time = "2024-09-04T20:44:10.873Z" }, + { url = "https://files.pythonhosted.org/packages/5a/84/e94227139ee5fb4d600a7a4927f322e1d4aea6fdc50bd3fca8493caba23f/cffi-1.17.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:805b4371bf7197c329fcb3ead37e710d1bca9da5d583f5073b799d5c5bd1eee4", size = 183178, upload-time = "2024-09-04T20:44:12.232Z" }, + { url = "https://files.pythonhosted.org/packages/da/ee/fb72c2b48656111c4ef27f0f91da355e130a923473bf5ee75c5643d00cca/cffi-1.17.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:733e99bc2df47476e3848417c5a4540522f234dfd4ef3ab7fafdf555b082ec0c", size = 178840, upload-time = "2024-09-04T20:44:13.739Z" }, + { url = "https://files.pythonhosted.org/packages/cc/b6/db007700f67d151abadf508cbfd6a1884f57eab90b1bb985c4c8c02b0f28/cffi-1.17.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1257bdabf294dceb59f5e70c64a3e2f462c30c7ad68092d01bbbfb1c16b1ba36", size = 454803, upload-time = "2024-09-04T20:44:15.231Z" }, + { url = "https://files.pythonhosted.org/packages/1a/df/f8d151540d8c200eb1c6fba8cd0dfd40904f1b0682ea705c36e6c2e97ab3/cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:da95af8214998d77a98cc14e3a3bd00aa191526343078b530ceb0bd710fb48a5", size = 478850, upload-time = "2024-09-04T20:44:17.188Z" }, + { url = "https://files.pythonhosted.org/packages/28/c0/b31116332a547fd2677ae5b78a2ef662dfc8023d67f41b2a83f7c2aa78b1/cffi-1.17.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d63afe322132c194cf832bfec0dc69a99fb9bb6bbd550f161a49e9e855cc78ff", size = 485729, upload-time = "2024-09-04T20:44:18.688Z" }, + { url = "https://files.pythonhosted.org/packages/91/2b/9a1ddfa5c7f13cab007a2c9cc295b70fbbda7cb10a286aa6810338e60ea1/cffi-1.17.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f79fc4fc25f1c8698ff97788206bb3c2598949bfe0fef03d299eb1b5356ada99", size = 471256, upload-time = "2024-09-04T20:44:20.248Z" }, + { url = "https://files.pythonhosted.org/packages/b2/d5/da47df7004cb17e4955df6a43d14b3b4ae77737dff8bf7f8f333196717bf/cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b62ce867176a75d03a665bad002af8e6d54644fad99a3c70905c543130e39d93", size = 479424, upload-time = "2024-09-04T20:44:21.673Z" }, + { url = "https://files.pythonhosted.org/packages/0b/ac/2a28bcf513e93a219c8a4e8e125534f4f6db03e3179ba1c45e949b76212c/cffi-1.17.1-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:386c8bf53c502fff58903061338ce4f4950cbdcb23e2902d86c0f722b786bbe3", size = 484568, upload-time = "2024-09-04T20:44:23.245Z" }, + { url = "https://files.pythonhosted.org/packages/d4/38/ca8a4f639065f14ae0f1d9751e70447a261f1a30fa7547a828ae08142465/cffi-1.17.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:4ceb10419a9adf4460ea14cfd6bc43d08701f0835e979bf821052f1805850fe8", size = 488736, upload-time = "2024-09-04T20:44:24.757Z" }, + { url = "https://files.pythonhosted.org/packages/86/c5/28b2d6f799ec0bdecf44dced2ec5ed43e0eb63097b0f58c293583b406582/cffi-1.17.1-cp312-cp312-win32.whl", hash = "sha256:a08d7e755f8ed21095a310a693525137cfe756ce62d066e53f502a83dc550f65", size = 172448, upload-time = "2024-09-04T20:44:26.208Z" }, + { url = "https://files.pythonhosted.org/packages/50/b9/db34c4755a7bd1cb2d1603ac3863f22bcecbd1ba29e5ee841a4bc510b294/cffi-1.17.1-cp312-cp312-win_amd64.whl", hash = "sha256:51392eae71afec0d0c8fb1a53b204dbb3bcabcb3c9b807eedf3e1e6ccf2de903", size = 181976, upload-time = "2024-09-04T20:44:27.578Z" }, + { url = "https://files.pythonhosted.org/packages/8d/f8/dd6c246b148639254dad4d6803eb6a54e8c85c6e11ec9df2cffa87571dbe/cffi-1.17.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:f3a2b4222ce6b60e2e8b337bb9596923045681d71e5a082783484d845390938e", size = 182989, upload-time = "2024-09-04T20:44:28.956Z" }, + { url = "https://files.pythonhosted.org/packages/8b/f1/672d303ddf17c24fc83afd712316fda78dc6fce1cd53011b839483e1ecc8/cffi-1.17.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:0984a4925a435b1da406122d4d7968dd861c1385afe3b45ba82b750f229811e2", size = 178802, upload-time = "2024-09-04T20:44:30.289Z" }, + { url = "https://files.pythonhosted.org/packages/0e/2d/eab2e858a91fdff70533cab61dcff4a1f55ec60425832ddfdc9cd36bc8af/cffi-1.17.1-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d01b12eeeb4427d3110de311e1774046ad344f5b1a7403101878976ecd7a10f3", size = 454792, upload-time = "2024-09-04T20:44:32.01Z" }, + { url = "https://files.pythonhosted.org/packages/75/b2/fbaec7c4455c604e29388d55599b99ebcc250a60050610fadde58932b7ee/cffi-1.17.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:706510fe141c86a69c8ddc029c7910003a17353970cff3b904ff0686a5927683", size = 478893, upload-time = "2024-09-04T20:44:33.606Z" }, + { url = "https://files.pythonhosted.org/packages/4f/b7/6e4a2162178bf1935c336d4da8a9352cccab4d3a5d7914065490f08c0690/cffi-1.17.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:de55b766c7aa2e2a3092c51e0483d700341182f08e67c63630d5b6f200bb28e5", size = 485810, upload-time = "2024-09-04T20:44:35.191Z" }, + { url = "https://files.pythonhosted.org/packages/c7/8a/1d0e4a9c26e54746dc08c2c6c037889124d4f59dffd853a659fa545f1b40/cffi-1.17.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c59d6e989d07460165cc5ad3c61f9fd8f1b4796eacbd81cee78957842b834af4", size = 471200, upload-time = "2024-09-04T20:44:36.743Z" }, + { url = "https://files.pythonhosted.org/packages/26/9f/1aab65a6c0db35f43c4d1b4f580e8df53914310afc10ae0397d29d697af4/cffi-1.17.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dd398dbc6773384a17fe0d3e7eeb8d1a21c2200473ee6806bb5e6a8e62bb73dd", size = 479447, upload-time = "2024-09-04T20:44:38.492Z" }, + { url = "https://files.pythonhosted.org/packages/5f/e4/fb8b3dd8dc0e98edf1135ff067ae070bb32ef9d509d6cb0f538cd6f7483f/cffi-1.17.1-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:3edc8d958eb099c634dace3c7e16560ae474aa3803a5df240542b305d14e14ed", size = 484358, upload-time = "2024-09-04T20:44:40.046Z" }, + { url = "https://files.pythonhosted.org/packages/f1/47/d7145bf2dc04684935d57d67dff9d6d795b2ba2796806bb109864be3a151/cffi-1.17.1-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:72e72408cad3d5419375fc87d289076ee319835bdfa2caad331e377589aebba9", size = 488469, upload-time = "2024-09-04T20:44:41.616Z" }, + { url = "https://files.pythonhosted.org/packages/bf/ee/f94057fa6426481d663b88637a9a10e859e492c73d0384514a17d78ee205/cffi-1.17.1-cp313-cp313-win32.whl", hash = "sha256:e03eab0a8677fa80d646b5ddece1cbeaf556c313dcfac435ba11f107ba117b5d", size = 172475, upload-time = "2024-09-04T20:44:43.733Z" }, + { url = "https://files.pythonhosted.org/packages/7c/fc/6a8cb64e5f0324877d503c854da15d76c1e50eb722e320b15345c4d0c6de/cffi-1.17.1-cp313-cp313-win_amd64.whl", hash = "sha256:f6a16c31041f09ead72d69f583767292f750d24913dadacf5756b966aacb3f1a", size = 182009, upload-time = "2024-09-04T20:44:45.309Z" }, + { url = "https://files.pythonhosted.org/packages/b9/ea/8bb50596b8ffbc49ddd7a1ad305035daa770202a6b782fc164647c2673ad/cffi-1.17.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:b2ab587605f4ba0bf81dc0cb08a41bd1c0a5906bd59243d56bad7668a6fc6c16", size = 182220, upload-time = "2024-09-04T20:45:01.577Z" }, + { url = "https://files.pythonhosted.org/packages/ae/11/e77c8cd24f58285a82c23af484cf5b124a376b32644e445960d1a4654c3a/cffi-1.17.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:28b16024becceed8c6dfbc75629e27788d8a3f9030691a1dbf9821a128b22c36", size = 178605, upload-time = "2024-09-04T20:45:03.837Z" }, + { url = "https://files.pythonhosted.org/packages/ed/65/25a8dc32c53bf5b7b6c2686b42ae2ad58743f7ff644844af7cdb29b49361/cffi-1.17.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1d599671f396c4723d016dbddb72fe8e0397082b0a77a4fab8028923bec050e8", size = 424910, upload-time = "2024-09-04T20:45:05.315Z" }, + { url = "https://files.pythonhosted.org/packages/42/7a/9d086fab7c66bd7c4d0f27c57a1b6b068ced810afc498cc8c49e0088661c/cffi-1.17.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ca74b8dbe6e8e8263c0ffd60277de77dcee6c837a3d0881d8c1ead7268c9e576", size = 447200, upload-time = "2024-09-04T20:45:06.903Z" }, + { url = "https://files.pythonhosted.org/packages/da/63/1785ced118ce92a993b0ec9e0d0ac8dc3e5dbfbcaa81135be56c69cabbb6/cffi-1.17.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f7f5baafcc48261359e14bcd6d9bff6d4b28d9103847c9e136694cb0501aef87", size = 454565, upload-time = "2024-09-04T20:45:08.975Z" }, + { url = "https://files.pythonhosted.org/packages/74/06/90b8a44abf3556599cdec107f7290277ae8901a58f75e6fe8f970cd72418/cffi-1.17.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:98e3969bcff97cae1b2def8ba499ea3d6f31ddfdb7635374834cf89a1a08ecf0", size = 435635, upload-time = "2024-09-04T20:45:10.64Z" }, + { url = "https://files.pythonhosted.org/packages/bd/62/a1f468e5708a70b1d86ead5bab5520861d9c7eacce4a885ded9faa7729c3/cffi-1.17.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cdf5ce3acdfd1661132f2a9c19cac174758dc2352bfe37d98aa7512c6b7178b3", size = 445218, upload-time = "2024-09-04T20:45:12.366Z" }, + { url = "https://files.pythonhosted.org/packages/5b/95/b34462f3ccb09c2594aa782d90a90b045de4ff1f70148ee79c69d37a0a5a/cffi-1.17.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:9755e4345d1ec879e3849e62222a18c7174d65a6a92d5b346b1863912168b595", size = 460486, upload-time = "2024-09-04T20:45:13.935Z" }, + { url = "https://files.pythonhosted.org/packages/fc/fc/a1e4bebd8d680febd29cf6c8a40067182b64f00c7d105f8f26b5bc54317b/cffi-1.17.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:f1e22e8c4419538cb197e4dd60acc919d7696e5ef98ee4da4e01d3f8cfa4cc5a", size = 437911, upload-time = "2024-09-04T20:45:15.696Z" }, + { url = "https://files.pythonhosted.org/packages/e6/c3/21cab7a6154b6a5ea330ae80de386e7665254835b9e98ecc1340b3a7de9a/cffi-1.17.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:c03e868a0b3bc35839ba98e74211ed2b05d2119be4e8a0f224fba9384f1fe02e", size = 460632, upload-time = "2024-09-04T20:45:17.284Z" }, + { url = "https://files.pythonhosted.org/packages/cb/b5/fd9f8b5a84010ca169ee49f4e4ad6f8c05f4e3545b72ee041dbbcb159882/cffi-1.17.1-cp39-cp39-win32.whl", hash = "sha256:e31ae45bc2e29f6b2abd0de1cc3b9d5205aa847cafaecb8af1476a609a2f6eb7", size = 171820, upload-time = "2024-09-04T20:45:18.762Z" }, + { url = "https://files.pythonhosted.org/packages/8c/52/b08750ce0bce45c143e1b5d7357ee8c55341b52bdef4b0f081af1eb248c2/cffi-1.17.1-cp39-cp39-win_amd64.whl", hash = "sha256:d016c76bdd850f3c626af19b0542c9677ba156e4ee4fccfdd7848803533ef662", size = 181290, upload-time = "2024-09-04T20:45:20.226Z" }, ] [[package]] name = "charset-normalizer" version = "3.4.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz", hash = "sha256:223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e", size = 106620 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/69/8b/825cc84cf13a28bfbcba7c416ec22bf85a9584971be15b21dd8300c65b7f/charset_normalizer-3.4.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:4f9fc98dad6c2eaa32fc3af1417d95b5e3d08aff968df0cd320066def971f9a6", size = 196363 }, - { url = "https://files.pythonhosted.org/packages/23/81/d7eef6a99e42c77f444fdd7bc894b0ceca6c3a95c51239e74a722039521c/charset_normalizer-3.4.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:0de7b687289d3c1b3e8660d0741874abe7888100efe14bd0f9fd7141bcbda92b", size = 125639 }, - { url = "https://files.pythonhosted.org/packages/21/67/b4564d81f48042f520c948abac7079356e94b30cb8ffb22e747532cf469d/charset_normalizer-3.4.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:5ed2e36c3e9b4f21dd9422f6893dec0abf2cca553af509b10cd630f878d3eb99", size = 120451 }, - { url = "https://files.pythonhosted.org/packages/c2/72/12a7f0943dd71fb5b4e7b55c41327ac0a1663046a868ee4d0d8e9c369b85/charset_normalizer-3.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:40d3ff7fc90b98c637bda91c89d51264a3dcf210cade3a2c6f838c7268d7a4ca", size = 140041 }, - { url = "https://files.pythonhosted.org/packages/67/56/fa28c2c3e31217c4c52158537a2cf5d98a6c1e89d31faf476c89391cd16b/charset_normalizer-3.4.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1110e22af8ca26b90bd6364fe4c763329b0ebf1ee213ba32b68c73de5752323d", size = 150333 }, - { url = "https://files.pythonhosted.org/packages/f9/d2/466a9be1f32d89eb1554cf84073a5ed9262047acee1ab39cbaefc19635d2/charset_normalizer-3.4.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:86f4e8cca779080f66ff4f191a685ced73d2f72d50216f7112185dc02b90b9b7", size = 142921 }, - { url = "https://files.pythonhosted.org/packages/f8/01/344ec40cf5d85c1da3c1f57566c59e0c9b56bcc5566c08804a95a6cc8257/charset_normalizer-3.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7f683ddc7eedd742e2889d2bfb96d69573fde1d92fcb811979cdb7165bb9c7d3", size = 144785 }, - { url = "https://files.pythonhosted.org/packages/73/8b/2102692cb6d7e9f03b9a33a710e0164cadfce312872e3efc7cfe22ed26b4/charset_normalizer-3.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:27623ba66c183eca01bf9ff833875b459cad267aeeb044477fedac35e19ba907", size = 146631 }, - { url = "https://files.pythonhosted.org/packages/d8/96/cc2c1b5d994119ce9f088a9a0c3ebd489d360a2eb058e2c8049f27092847/charset_normalizer-3.4.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:f606a1881d2663630ea5b8ce2efe2111740df4b687bd78b34a8131baa007f79b", size = 140867 }, - { url = "https://files.pythonhosted.org/packages/c9/27/cde291783715b8ec30a61c810d0120411844bc4c23b50189b81188b273db/charset_normalizer-3.4.0-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:0b309d1747110feb25d7ed6b01afdec269c647d382c857ef4663bbe6ad95a912", size = 149273 }, - { url = "https://files.pythonhosted.org/packages/3a/a4/8633b0fc1a2d1834d5393dafecce4a1cc56727bfd82b4dc18fc92f0d3cc3/charset_normalizer-3.4.0-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:136815f06a3ae311fae551c3df1f998a1ebd01ddd424aa5603a4336997629e95", size = 152437 }, - { url = "https://files.pythonhosted.org/packages/64/ea/69af161062166b5975ccbb0961fd2384853190c70786f288684490913bf5/charset_normalizer-3.4.0-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:14215b71a762336254351b00ec720a8e85cada43b987da5a042e4ce3e82bd68e", size = 150087 }, - { url = "https://files.pythonhosted.org/packages/3b/fd/e60a9d9fd967f4ad5a92810138192f825d77b4fa2a557990fd575a47695b/charset_normalizer-3.4.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:79983512b108e4a164b9c8d34de3992f76d48cadc9554c9e60b43f308988aabe", size = 145142 }, - { url = "https://files.pythonhosted.org/packages/6d/02/8cb0988a1e49ac9ce2eed1e07b77ff118f2923e9ebd0ede41ba85f2dcb04/charset_normalizer-3.4.0-cp310-cp310-win32.whl", hash = "sha256:c94057af19bc953643a33581844649a7fdab902624d2eb739738a30e2b3e60fc", size = 94701 }, - { url = "https://files.pythonhosted.org/packages/d6/20/f1d4670a8a723c46be695dff449d86d6092916f9e99c53051954ee33a1bc/charset_normalizer-3.4.0-cp310-cp310-win_amd64.whl", hash = "sha256:55f56e2ebd4e3bc50442fbc0888c9d8c94e4e06a933804e2af3e89e2f9c1c749", size = 102191 }, - { url = "https://files.pythonhosted.org/packages/9c/61/73589dcc7a719582bf56aae309b6103d2762b526bffe189d635a7fcfd998/charset_normalizer-3.4.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:0d99dd8ff461990f12d6e42c7347fd9ab2532fb70e9621ba520f9e8637161d7c", size = 193339 }, - { url = "https://files.pythonhosted.org/packages/77/d5/8c982d58144de49f59571f940e329ad6e8615e1e82ef84584c5eeb5e1d72/charset_normalizer-3.4.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:c57516e58fd17d03ebe67e181a4e4e2ccab1168f8c2976c6a334d4f819fe5944", size = 124366 }, - { url = "https://files.pythonhosted.org/packages/bf/19/411a64f01ee971bed3231111b69eb56f9331a769072de479eae7de52296d/charset_normalizer-3.4.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:6dba5d19c4dfab08e58d5b36304b3f92f3bd5d42c1a3fa37b5ba5cdf6dfcbcee", size = 118874 }, - { url = "https://files.pythonhosted.org/packages/4c/92/97509850f0d00e9f14a46bc751daabd0ad7765cff29cdfb66c68b6dad57f/charset_normalizer-3.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bf4475b82be41b07cc5e5ff94810e6a01f276e37c2d55571e3fe175e467a1a1c", size = 138243 }, - { url = "https://files.pythonhosted.org/packages/e2/29/d227805bff72ed6d6cb1ce08eec707f7cfbd9868044893617eb331f16295/charset_normalizer-3.4.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ce031db0408e487fd2775d745ce30a7cd2923667cf3b69d48d219f1d8f5ddeb6", size = 148676 }, - { url = "https://files.pythonhosted.org/packages/13/bc/87c2c9f2c144bedfa62f894c3007cd4530ba4b5351acb10dc786428a50f0/charset_normalizer-3.4.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8ff4e7cdfdb1ab5698e675ca622e72d58a6fa2a8aa58195de0c0061288e6e3ea", size = 141289 }, - { url = "https://files.pythonhosted.org/packages/eb/5b/6f10bad0f6461fa272bfbbdf5d0023b5fb9bc6217c92bf068fa5a99820f5/charset_normalizer-3.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3710a9751938947e6327ea9f3ea6332a09bf0ba0c09cae9cb1f250bd1f1549bc", size = 142585 }, - { url = "https://files.pythonhosted.org/packages/3b/a0/a68980ab8a1f45a36d9745d35049c1af57d27255eff8c907e3add84cf68f/charset_normalizer-3.4.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:82357d85de703176b5587dbe6ade8ff67f9f69a41c0733cf2425378b49954de5", size = 144408 }, - { url = "https://files.pythonhosted.org/packages/d7/a1/493919799446464ed0299c8eef3c3fad0daf1c3cd48bff9263c731b0d9e2/charset_normalizer-3.4.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:47334db71978b23ebcf3c0f9f5ee98b8d65992b65c9c4f2d34c2eaf5bcaf0594", size = 139076 }, - { url = "https://files.pythonhosted.org/packages/fb/9d/9c13753a5a6e0db4a0a6edb1cef7aee39859177b64e1a1e748a6e3ba62c2/charset_normalizer-3.4.0-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:8ce7fd6767a1cc5a92a639b391891bf1c268b03ec7e021c7d6d902285259685c", size = 146874 }, - { url = "https://files.pythonhosted.org/packages/75/d2/0ab54463d3410709c09266dfb416d032a08f97fd7d60e94b8c6ef54ae14b/charset_normalizer-3.4.0-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:f1a2f519ae173b5b6a2c9d5fa3116ce16e48b3462c8b96dfdded11055e3d6365", size = 150871 }, - { url = "https://files.pythonhosted.org/packages/8d/c9/27e41d481557be53d51e60750b85aa40eaf52b841946b3cdeff363105737/charset_normalizer-3.4.0-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:63bc5c4ae26e4bc6be6469943b8253c0fd4e4186c43ad46e713ea61a0ba49129", size = 148546 }, - { url = "https://files.pythonhosted.org/packages/ee/44/4f62042ca8cdc0cabf87c0fc00ae27cd8b53ab68be3605ba6d071f742ad3/charset_normalizer-3.4.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:bcb4f8ea87d03bc51ad04add8ceaf9b0f085ac045ab4d74e73bbc2dc033f0236", size = 143048 }, - { url = "https://files.pythonhosted.org/packages/01/f8/38842422988b795220eb8038745d27a675ce066e2ada79516c118f291f07/charset_normalizer-3.4.0-cp311-cp311-win32.whl", hash = "sha256:9ae4ef0b3f6b41bad6366fb0ea4fc1d7ed051528e113a60fa2a65a9abb5b1d99", size = 94389 }, - { url = "https://files.pythonhosted.org/packages/0b/6e/b13bd47fa9023b3699e94abf565b5a2f0b0be6e9ddac9812182596ee62e4/charset_normalizer-3.4.0-cp311-cp311-win_amd64.whl", hash = "sha256:cee4373f4d3ad28f1ab6290684d8e2ebdb9e7a1b74fdc39e4c211995f77bec27", size = 101752 }, - { url = "https://files.pythonhosted.org/packages/d3/0b/4b7a70987abf9b8196845806198975b6aab4ce016632f817ad758a5aa056/charset_normalizer-3.4.0-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:0713f3adb9d03d49d365b70b84775d0a0d18e4ab08d12bc46baa6132ba78aaf6", size = 194445 }, - { url = "https://files.pythonhosted.org/packages/50/89/354cc56cf4dd2449715bc9a0f54f3aef3dc700d2d62d1fa5bbea53b13426/charset_normalizer-3.4.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:de7376c29d95d6719048c194a9cf1a1b0393fbe8488a22008610b0361d834ecf", size = 125275 }, - { url = "https://files.pythonhosted.org/packages/fa/44/b730e2a2580110ced837ac083d8ad222343c96bb6b66e9e4e706e4d0b6df/charset_normalizer-3.4.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:4a51b48f42d9358460b78725283f04bddaf44a9358197b889657deba38f329db", size = 119020 }, - { url = "https://files.pythonhosted.org/packages/9d/e4/9263b8240ed9472a2ae7ddc3e516e71ef46617fe40eaa51221ccd4ad9a27/charset_normalizer-3.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b295729485b06c1a0683af02a9e42d2caa9db04a373dc38a6a58cdd1e8abddf1", size = 139128 }, - { url = "https://files.pythonhosted.org/packages/6b/e3/9f73e779315a54334240353eaea75854a9a690f3f580e4bd85d977cb2204/charset_normalizer-3.4.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ee803480535c44e7f5ad00788526da7d85525cfefaf8acf8ab9a310000be4b03", size = 149277 }, - { url = "https://files.pythonhosted.org/packages/1a/cf/f1f50c2f295312edb8a548d3fa56a5c923b146cd3f24114d5adb7e7be558/charset_normalizer-3.4.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3d59d125ffbd6d552765510e3f31ed75ebac2c7470c7274195b9161a32350284", size = 142174 }, - { url = "https://files.pythonhosted.org/packages/16/92/92a76dc2ff3a12e69ba94e7e05168d37d0345fa08c87e1fe24d0c2a42223/charset_normalizer-3.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8cda06946eac330cbe6598f77bb54e690b4ca93f593dee1568ad22b04f347c15", size = 143838 }, - { url = "https://files.pythonhosted.org/packages/a4/01/2117ff2b1dfc61695daf2babe4a874bca328489afa85952440b59819e9d7/charset_normalizer-3.4.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:07afec21bbbbf8a5cc3651aa96b980afe2526e7f048fdfb7f1014d84acc8b6d8", size = 146149 }, - { url = "https://files.pythonhosted.org/packages/f6/9b/93a332b8d25b347f6839ca0a61b7f0287b0930216994e8bf67a75d050255/charset_normalizer-3.4.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:6b40e8d38afe634559e398cc32b1472f376a4099c75fe6299ae607e404c033b2", size = 140043 }, - { url = "https://files.pythonhosted.org/packages/ab/f6/7ac4a01adcdecbc7a7587767c776d53d369b8b971382b91211489535acf0/charset_normalizer-3.4.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:b8dcd239c743aa2f9c22ce674a145e0a25cb1566c495928440a181ca1ccf6719", size = 148229 }, - { url = "https://files.pythonhosted.org/packages/9d/be/5708ad18161dee7dc6a0f7e6cf3a88ea6279c3e8484844c0590e50e803ef/charset_normalizer-3.4.0-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:84450ba661fb96e9fd67629b93d2941c871ca86fc38d835d19d4225ff946a631", size = 151556 }, - { url = "https://files.pythonhosted.org/packages/5a/bb/3d8bc22bacb9eb89785e83e6723f9888265f3a0de3b9ce724d66bd49884e/charset_normalizer-3.4.0-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:44aeb140295a2f0659e113b31cfe92c9061622cadbc9e2a2f7b8ef6b1e29ef4b", size = 149772 }, - { url = "https://files.pythonhosted.org/packages/f7/fa/d3fc622de05a86f30beea5fc4e9ac46aead4731e73fd9055496732bcc0a4/charset_normalizer-3.4.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:1db4e7fefefd0f548d73e2e2e041f9df5c59e178b4c72fbac4cc6f535cfb1565", size = 144800 }, - { url = "https://files.pythonhosted.org/packages/9a/65/bdb9bc496d7d190d725e96816e20e2ae3a6fa42a5cac99c3c3d6ff884118/charset_normalizer-3.4.0-cp312-cp312-win32.whl", hash = "sha256:5726cf76c982532c1863fb64d8c6dd0e4c90b6ece9feb06c9f202417a31f7dd7", size = 94836 }, - { url = "https://files.pythonhosted.org/packages/3e/67/7b72b69d25b89c0b3cea583ee372c43aa24df15f0e0f8d3982c57804984b/charset_normalizer-3.4.0-cp312-cp312-win_amd64.whl", hash = "sha256:b197e7094f232959f8f20541ead1d9862ac5ebea1d58e9849c1bf979255dfac9", size = 102187 }, - { url = "https://files.pythonhosted.org/packages/f3/89/68a4c86f1a0002810a27f12e9a7b22feb198c59b2f05231349fbce5c06f4/charset_normalizer-3.4.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:dd4eda173a9fcccb5f2e2bd2a9f423d180194b1bf17cf59e3269899235b2a114", size = 194617 }, - { url = "https://files.pythonhosted.org/packages/4f/cd/8947fe425e2ab0aa57aceb7807af13a0e4162cd21eee42ef5b053447edf5/charset_normalizer-3.4.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:e9e3c4c9e1ed40ea53acf11e2a386383c3304212c965773704e4603d589343ed", size = 125310 }, - { url = "https://files.pythonhosted.org/packages/5b/f0/b5263e8668a4ee9becc2b451ed909e9c27058337fda5b8c49588183c267a/charset_normalizer-3.4.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:92a7e36b000bf022ef3dbb9c46bfe2d52c047d5e3f3343f43204263c5addc250", size = 119126 }, - { url = "https://files.pythonhosted.org/packages/ff/6e/e445afe4f7fda27a533f3234b627b3e515a1b9429bc981c9a5e2aa5d97b6/charset_normalizer-3.4.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:54b6a92d009cbe2fb11054ba694bc9e284dad30a26757b1e372a1fdddaf21920", size = 139342 }, - { url = "https://files.pythonhosted.org/packages/a1/b2/4af9993b532d93270538ad4926c8e37dc29f2111c36f9c629840c57cd9b3/charset_normalizer-3.4.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1ffd9493de4c922f2a38c2bf62b831dcec90ac673ed1ca182fe11b4d8e9f2a64", size = 149383 }, - { url = "https://files.pythonhosted.org/packages/fb/6f/4e78c3b97686b871db9be6f31d64e9264e889f8c9d7ab33c771f847f79b7/charset_normalizer-3.4.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:35c404d74c2926d0287fbd63ed5d27eb911eb9e4a3bb2c6d294f3cfd4a9e0c23", size = 142214 }, - { url = "https://files.pythonhosted.org/packages/2b/c9/1c8fe3ce05d30c87eff498592c89015b19fade13df42850aafae09e94f35/charset_normalizer-3.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4796efc4faf6b53a18e3d46343535caed491776a22af773f366534056c4e1fbc", size = 144104 }, - { url = "https://files.pythonhosted.org/packages/ee/68/efad5dcb306bf37db7db338338e7bb8ebd8cf38ee5bbd5ceaaaa46f257e6/charset_normalizer-3.4.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e7fdd52961feb4c96507aa649550ec2a0d527c086d284749b2f582f2d40a2e0d", size = 146255 }, - { url = "https://files.pythonhosted.org/packages/0c/75/1ed813c3ffd200b1f3e71121c95da3f79e6d2a96120163443b3ad1057505/charset_normalizer-3.4.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:92db3c28b5b2a273346bebb24857fda45601aef6ae1c011c0a997106581e8a88", size = 140251 }, - { url = "https://files.pythonhosted.org/packages/7d/0d/6f32255c1979653b448d3c709583557a4d24ff97ac4f3a5be156b2e6a210/charset_normalizer-3.4.0-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:ab973df98fc99ab39080bfb0eb3a925181454d7c3ac8a1e695fddfae696d9e90", size = 148474 }, - { url = "https://files.pythonhosted.org/packages/ac/a0/c1b5298de4670d997101fef95b97ac440e8c8d8b4efa5a4d1ef44af82f0d/charset_normalizer-3.4.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:4b67fdab07fdd3c10bb21edab3cbfe8cf5696f453afce75d815d9d7223fbe88b", size = 151849 }, - { url = "https://files.pythonhosted.org/packages/04/4f/b3961ba0c664989ba63e30595a3ed0875d6790ff26671e2aae2fdc28a399/charset_normalizer-3.4.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:aa41e526a5d4a9dfcfbab0716c7e8a1b215abd3f3df5a45cf18a12721d31cb5d", size = 149781 }, - { url = "https://files.pythonhosted.org/packages/d8/90/6af4cd042066a4adad58ae25648a12c09c879efa4849c705719ba1b23d8c/charset_normalizer-3.4.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:ffc519621dce0c767e96b9c53f09c5d215578e10b02c285809f76509a3931482", size = 144970 }, - { url = "https://files.pythonhosted.org/packages/cc/67/e5e7e0cbfefc4ca79025238b43cdf8a2037854195b37d6417f3d0895c4c2/charset_normalizer-3.4.0-cp313-cp313-win32.whl", hash = "sha256:f19c1585933c82098c2a520f8ec1227f20e339e33aca8fa6f956f6691b784e67", size = 94973 }, - { url = "https://files.pythonhosted.org/packages/65/97/fc9bbc54ee13d33dc54a7fcf17b26368b18505500fc01e228c27b5222d80/charset_normalizer-3.4.0-cp313-cp313-win_amd64.whl", hash = "sha256:707b82d19e65c9bd28b81dde95249b07bf9f5b90ebe1ef17d9b57473f8a64b7b", size = 102308 }, - { url = "https://files.pythonhosted.org/packages/54/2f/28659eee7f5d003e0f5a3b572765bf76d6e0fe6601ab1f1b1dd4cba7e4f1/charset_normalizer-3.4.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:980b4f289d1d90ca5efcf07958d3eb38ed9c0b7676bf2831a54d4f66f9c27dfa", size = 196326 }, - { url = "https://files.pythonhosted.org/packages/d1/18/92869d5c0057baa973a3ee2af71573be7b084b3c3d428fe6463ce71167f8/charset_normalizer-3.4.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:f28f891ccd15c514a0981f3b9db9aa23d62fe1a99997512b0491d2ed323d229a", size = 125614 }, - { url = "https://files.pythonhosted.org/packages/d6/27/327904c5a54a7796bb9f36810ec4173d2df5d88b401d2b95ef53111d214e/charset_normalizer-3.4.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:a8aacce6e2e1edcb6ac625fb0f8c3a9570ccc7bfba1f63419b3769ccf6a00ed0", size = 120450 }, - { url = "https://files.pythonhosted.org/packages/a4/23/65af317914a0308495133b2d654cf67b11bbd6ca16637c4e8a38f80a5a69/charset_normalizer-3.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bd7af3717683bea4c87acd8c0d3d5b44d56120b26fd3f8a692bdd2d5260c620a", size = 140135 }, - { url = "https://files.pythonhosted.org/packages/f2/41/6190102ad521a8aa888519bb014a74251ac4586cde9b38e790901684f9ab/charset_normalizer-3.4.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5ff2ed8194587faf56555927b3aa10e6fb69d931e33953943bc4f837dfee2242", size = 150413 }, - { url = "https://files.pythonhosted.org/packages/7b/ab/f47b0159a69eab9bd915591106859f49670c75f9a19082505ff16f50efc0/charset_normalizer-3.4.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e91f541a85298cf35433bf66f3fab2a4a2cff05c127eeca4af174f6d497f0d4b", size = 142992 }, - { url = "https://files.pythonhosted.org/packages/28/89/60f51ad71f63aaaa7e51a2a2ad37919985a341a1d267070f212cdf6c2d22/charset_normalizer-3.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:309a7de0a0ff3040acaebb35ec45d18db4b28232f21998851cfa709eeff49d62", size = 144871 }, - { url = "https://files.pythonhosted.org/packages/0c/48/0050550275fea585a6e24460b42465020b53375017d8596c96be57bfabca/charset_normalizer-3.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:285e96d9d53422efc0d7a17c60e59f37fbf3dfa942073f666db4ac71e8d726d0", size = 146756 }, - { url = "https://files.pythonhosted.org/packages/dc/b5/47f8ee91455946f745e6c9ddbb0f8f50314d2416dd922b213e7d5551ad09/charset_normalizer-3.4.0-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:5d447056e2ca60382d460a604b6302d8db69476fd2015c81e7c35417cfabe4cd", size = 141034 }, - { url = "https://files.pythonhosted.org/packages/84/79/5c731059ebab43e80bf61fa51666b9b18167974b82004f18c76378ed31a3/charset_normalizer-3.4.0-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:20587d20f557fe189b7947d8e7ec5afa110ccf72a3128d61a2a387c3313f46be", size = 149434 }, - { url = "https://files.pythonhosted.org/packages/ca/f3/0719cd09fc4dc42066f239cb3c48ced17fc3316afca3e2a30a4756fe49ab/charset_normalizer-3.4.0-cp39-cp39-musllinux_1_2_ppc64le.whl", hash = "sha256:130272c698667a982a5d0e626851ceff662565379baf0ff2cc58067b81d4f11d", size = 152443 }, - { url = "https://files.pythonhosted.org/packages/f7/0e/c6357297f1157c8e8227ff337e93fd0a90e498e3d6ab96b2782204ecae48/charset_normalizer-3.4.0-cp39-cp39-musllinux_1_2_s390x.whl", hash = "sha256:ab22fbd9765e6954bc0bcff24c25ff71dcbfdb185fcdaca49e81bac68fe724d3", size = 150294 }, - { url = "https://files.pythonhosted.org/packages/54/9a/acfa96dc4ea8c928040b15822b59d0863d6e1757fba8bd7de3dc4f761c13/charset_normalizer-3.4.0-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:7782afc9b6b42200f7362858f9e73b1f8316afb276d316336c0ec3bd73312742", size = 145314 }, - { url = "https://files.pythonhosted.org/packages/73/1c/b10a63032eaebb8d7bcb8544f12f063f41f5f463778ac61da15d9985e8b6/charset_normalizer-3.4.0-cp39-cp39-win32.whl", hash = "sha256:2de62e8801ddfff069cd5c504ce3bc9672b23266597d4e4f50eda28846c322f2", size = 94724 }, - { url = "https://files.pythonhosted.org/packages/c5/77/3a78bf28bfaa0863f9cfef278dbeadf55efe064eafff8c7c424ae3c4c1bf/charset_normalizer-3.4.0-cp39-cp39-win_amd64.whl", hash = "sha256:95c3c157765b031331dd4db3c775e58deaee050a3042fcad72cbc4189d7c8dca", size = 102159 }, - { url = "https://files.pythonhosted.org/packages/bf/9b/08c0432272d77b04803958a4598a51e2a4b51c06640af8b8f0f908c18bf2/charset_normalizer-3.4.0-py3-none-any.whl", hash = "sha256:fe9f97feb71aa9896b81973a7bbada8c49501dc73e58a10fcef6663af95e5079", size = 49446 }, +sdist = { url = "https://files.pythonhosted.org/packages/f2/4f/e1808dc01273379acc506d18f1504eb2d299bd4131743b9fc54d7be4df1e/charset_normalizer-3.4.0.tar.gz", hash = "sha256:223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e", size = 106620, upload-time = "2024-10-09T07:40:20.413Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/69/8b/825cc84cf13a28bfbcba7c416ec22bf85a9584971be15b21dd8300c65b7f/charset_normalizer-3.4.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:4f9fc98dad6c2eaa32fc3af1417d95b5e3d08aff968df0cd320066def971f9a6", size = 196363, upload-time = "2024-10-09T07:38:02.622Z" }, + { url = "https://files.pythonhosted.org/packages/23/81/d7eef6a99e42c77f444fdd7bc894b0ceca6c3a95c51239e74a722039521c/charset_normalizer-3.4.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:0de7b687289d3c1b3e8660d0741874abe7888100efe14bd0f9fd7141bcbda92b", size = 125639, upload-time = "2024-10-09T07:38:04.044Z" }, + { url = "https://files.pythonhosted.org/packages/21/67/b4564d81f48042f520c948abac7079356e94b30cb8ffb22e747532cf469d/charset_normalizer-3.4.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:5ed2e36c3e9b4f21dd9422f6893dec0abf2cca553af509b10cd630f878d3eb99", size = 120451, upload-time = "2024-10-09T07:38:04.997Z" }, + { url = "https://files.pythonhosted.org/packages/c2/72/12a7f0943dd71fb5b4e7b55c41327ac0a1663046a868ee4d0d8e9c369b85/charset_normalizer-3.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:40d3ff7fc90b98c637bda91c89d51264a3dcf210cade3a2c6f838c7268d7a4ca", size = 140041, upload-time = "2024-10-09T07:38:06.676Z" }, + { url = "https://files.pythonhosted.org/packages/67/56/fa28c2c3e31217c4c52158537a2cf5d98a6c1e89d31faf476c89391cd16b/charset_normalizer-3.4.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1110e22af8ca26b90bd6364fe4c763329b0ebf1ee213ba32b68c73de5752323d", size = 150333, upload-time = "2024-10-09T07:38:08.626Z" }, + { url = "https://files.pythonhosted.org/packages/f9/d2/466a9be1f32d89eb1554cf84073a5ed9262047acee1ab39cbaefc19635d2/charset_normalizer-3.4.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:86f4e8cca779080f66ff4f191a685ced73d2f72d50216f7112185dc02b90b9b7", size = 142921, upload-time = "2024-10-09T07:38:10.301Z" }, + { url = "https://files.pythonhosted.org/packages/f8/01/344ec40cf5d85c1da3c1f57566c59e0c9b56bcc5566c08804a95a6cc8257/charset_normalizer-3.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7f683ddc7eedd742e2889d2bfb96d69573fde1d92fcb811979cdb7165bb9c7d3", size = 144785, upload-time = "2024-10-09T07:38:12.019Z" }, + { url = "https://files.pythonhosted.org/packages/73/8b/2102692cb6d7e9f03b9a33a710e0164cadfce312872e3efc7cfe22ed26b4/charset_normalizer-3.4.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:27623ba66c183eca01bf9ff833875b459cad267aeeb044477fedac35e19ba907", size = 146631, upload-time = "2024-10-09T07:38:13.701Z" }, + { url = "https://files.pythonhosted.org/packages/d8/96/cc2c1b5d994119ce9f088a9a0c3ebd489d360a2eb058e2c8049f27092847/charset_normalizer-3.4.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:f606a1881d2663630ea5b8ce2efe2111740df4b687bd78b34a8131baa007f79b", size = 140867, upload-time = "2024-10-09T07:38:15.403Z" }, + { url = "https://files.pythonhosted.org/packages/c9/27/cde291783715b8ec30a61c810d0120411844bc4c23b50189b81188b273db/charset_normalizer-3.4.0-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:0b309d1747110feb25d7ed6b01afdec269c647d382c857ef4663bbe6ad95a912", size = 149273, upload-time = "2024-10-09T07:38:16.433Z" }, + { url = "https://files.pythonhosted.org/packages/3a/a4/8633b0fc1a2d1834d5393dafecce4a1cc56727bfd82b4dc18fc92f0d3cc3/charset_normalizer-3.4.0-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:136815f06a3ae311fae551c3df1f998a1ebd01ddd424aa5603a4336997629e95", size = 152437, upload-time = "2024-10-09T07:38:18.013Z" }, + { url = "https://files.pythonhosted.org/packages/64/ea/69af161062166b5975ccbb0961fd2384853190c70786f288684490913bf5/charset_normalizer-3.4.0-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:14215b71a762336254351b00ec720a8e85cada43b987da5a042e4ce3e82bd68e", size = 150087, upload-time = "2024-10-09T07:38:19.089Z" }, + { url = "https://files.pythonhosted.org/packages/3b/fd/e60a9d9fd967f4ad5a92810138192f825d77b4fa2a557990fd575a47695b/charset_normalizer-3.4.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:79983512b108e4a164b9c8d34de3992f76d48cadc9554c9e60b43f308988aabe", size = 145142, upload-time = "2024-10-09T07:38:20.78Z" }, + { url = "https://files.pythonhosted.org/packages/6d/02/8cb0988a1e49ac9ce2eed1e07b77ff118f2923e9ebd0ede41ba85f2dcb04/charset_normalizer-3.4.0-cp310-cp310-win32.whl", hash = "sha256:c94057af19bc953643a33581844649a7fdab902624d2eb739738a30e2b3e60fc", size = 94701, upload-time = "2024-10-09T07:38:21.851Z" }, + { url = "https://files.pythonhosted.org/packages/d6/20/f1d4670a8a723c46be695dff449d86d6092916f9e99c53051954ee33a1bc/charset_normalizer-3.4.0-cp310-cp310-win_amd64.whl", hash = "sha256:55f56e2ebd4e3bc50442fbc0888c9d8c94e4e06a933804e2af3e89e2f9c1c749", size = 102191, upload-time = "2024-10-09T07:38:23.467Z" }, + { url = "https://files.pythonhosted.org/packages/9c/61/73589dcc7a719582bf56aae309b6103d2762b526bffe189d635a7fcfd998/charset_normalizer-3.4.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:0d99dd8ff461990f12d6e42c7347fd9ab2532fb70e9621ba520f9e8637161d7c", size = 193339, upload-time = "2024-10-09T07:38:24.527Z" }, + { url = "https://files.pythonhosted.org/packages/77/d5/8c982d58144de49f59571f940e329ad6e8615e1e82ef84584c5eeb5e1d72/charset_normalizer-3.4.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:c57516e58fd17d03ebe67e181a4e4e2ccab1168f8c2976c6a334d4f819fe5944", size = 124366, upload-time = "2024-10-09T07:38:26.488Z" }, + { url = "https://files.pythonhosted.org/packages/bf/19/411a64f01ee971bed3231111b69eb56f9331a769072de479eae7de52296d/charset_normalizer-3.4.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:6dba5d19c4dfab08e58d5b36304b3f92f3bd5d42c1a3fa37b5ba5cdf6dfcbcee", size = 118874, upload-time = "2024-10-09T07:38:28.115Z" }, + { url = "https://files.pythonhosted.org/packages/4c/92/97509850f0d00e9f14a46bc751daabd0ad7765cff29cdfb66c68b6dad57f/charset_normalizer-3.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bf4475b82be41b07cc5e5ff94810e6a01f276e37c2d55571e3fe175e467a1a1c", size = 138243, upload-time = "2024-10-09T07:38:29.822Z" }, + { url = "https://files.pythonhosted.org/packages/e2/29/d227805bff72ed6d6cb1ce08eec707f7cfbd9868044893617eb331f16295/charset_normalizer-3.4.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ce031db0408e487fd2775d745ce30a7cd2923667cf3b69d48d219f1d8f5ddeb6", size = 148676, upload-time = "2024-10-09T07:38:30.869Z" }, + { url = "https://files.pythonhosted.org/packages/13/bc/87c2c9f2c144bedfa62f894c3007cd4530ba4b5351acb10dc786428a50f0/charset_normalizer-3.4.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8ff4e7cdfdb1ab5698e675ca622e72d58a6fa2a8aa58195de0c0061288e6e3ea", size = 141289, upload-time = "2024-10-09T07:38:32.557Z" }, + { url = "https://files.pythonhosted.org/packages/eb/5b/6f10bad0f6461fa272bfbbdf5d0023b5fb9bc6217c92bf068fa5a99820f5/charset_normalizer-3.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3710a9751938947e6327ea9f3ea6332a09bf0ba0c09cae9cb1f250bd1f1549bc", size = 142585, upload-time = "2024-10-09T07:38:33.649Z" }, + { url = "https://files.pythonhosted.org/packages/3b/a0/a68980ab8a1f45a36d9745d35049c1af57d27255eff8c907e3add84cf68f/charset_normalizer-3.4.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:82357d85de703176b5587dbe6ade8ff67f9f69a41c0733cf2425378b49954de5", size = 144408, upload-time = "2024-10-09T07:38:34.687Z" }, + { url = "https://files.pythonhosted.org/packages/d7/a1/493919799446464ed0299c8eef3c3fad0daf1c3cd48bff9263c731b0d9e2/charset_normalizer-3.4.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:47334db71978b23ebcf3c0f9f5ee98b8d65992b65c9c4f2d34c2eaf5bcaf0594", size = 139076, upload-time = "2024-10-09T07:38:36.417Z" }, + { url = "https://files.pythonhosted.org/packages/fb/9d/9c13753a5a6e0db4a0a6edb1cef7aee39859177b64e1a1e748a6e3ba62c2/charset_normalizer-3.4.0-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:8ce7fd6767a1cc5a92a639b391891bf1c268b03ec7e021c7d6d902285259685c", size = 146874, upload-time = "2024-10-09T07:38:37.59Z" }, + { url = "https://files.pythonhosted.org/packages/75/d2/0ab54463d3410709c09266dfb416d032a08f97fd7d60e94b8c6ef54ae14b/charset_normalizer-3.4.0-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:f1a2f519ae173b5b6a2c9d5fa3116ce16e48b3462c8b96dfdded11055e3d6365", size = 150871, upload-time = "2024-10-09T07:38:38.666Z" }, + { url = "https://files.pythonhosted.org/packages/8d/c9/27e41d481557be53d51e60750b85aa40eaf52b841946b3cdeff363105737/charset_normalizer-3.4.0-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:63bc5c4ae26e4bc6be6469943b8253c0fd4e4186c43ad46e713ea61a0ba49129", size = 148546, upload-time = "2024-10-09T07:38:40.459Z" }, + { url = "https://files.pythonhosted.org/packages/ee/44/4f62042ca8cdc0cabf87c0fc00ae27cd8b53ab68be3605ba6d071f742ad3/charset_normalizer-3.4.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:bcb4f8ea87d03bc51ad04add8ceaf9b0f085ac045ab4d74e73bbc2dc033f0236", size = 143048, upload-time = "2024-10-09T07:38:42.178Z" }, + { url = "https://files.pythonhosted.org/packages/01/f8/38842422988b795220eb8038745d27a675ce066e2ada79516c118f291f07/charset_normalizer-3.4.0-cp311-cp311-win32.whl", hash = "sha256:9ae4ef0b3f6b41bad6366fb0ea4fc1d7ed051528e113a60fa2a65a9abb5b1d99", size = 94389, upload-time = "2024-10-09T07:38:43.339Z" }, + { url = "https://files.pythonhosted.org/packages/0b/6e/b13bd47fa9023b3699e94abf565b5a2f0b0be6e9ddac9812182596ee62e4/charset_normalizer-3.4.0-cp311-cp311-win_amd64.whl", hash = "sha256:cee4373f4d3ad28f1ab6290684d8e2ebdb9e7a1b74fdc39e4c211995f77bec27", size = 101752, upload-time = "2024-10-09T07:38:44.276Z" }, + { url = "https://files.pythonhosted.org/packages/d3/0b/4b7a70987abf9b8196845806198975b6aab4ce016632f817ad758a5aa056/charset_normalizer-3.4.0-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:0713f3adb9d03d49d365b70b84775d0a0d18e4ab08d12bc46baa6132ba78aaf6", size = 194445, upload-time = "2024-10-09T07:38:45.275Z" }, + { url = "https://files.pythonhosted.org/packages/50/89/354cc56cf4dd2449715bc9a0f54f3aef3dc700d2d62d1fa5bbea53b13426/charset_normalizer-3.4.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:de7376c29d95d6719048c194a9cf1a1b0393fbe8488a22008610b0361d834ecf", size = 125275, upload-time = "2024-10-09T07:38:46.449Z" }, + { url = "https://files.pythonhosted.org/packages/fa/44/b730e2a2580110ced837ac083d8ad222343c96bb6b66e9e4e706e4d0b6df/charset_normalizer-3.4.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:4a51b48f42d9358460b78725283f04bddaf44a9358197b889657deba38f329db", size = 119020, upload-time = "2024-10-09T07:38:48.88Z" }, + { url = "https://files.pythonhosted.org/packages/9d/e4/9263b8240ed9472a2ae7ddc3e516e71ef46617fe40eaa51221ccd4ad9a27/charset_normalizer-3.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b295729485b06c1a0683af02a9e42d2caa9db04a373dc38a6a58cdd1e8abddf1", size = 139128, upload-time = "2024-10-09T07:38:49.86Z" }, + { url = "https://files.pythonhosted.org/packages/6b/e3/9f73e779315a54334240353eaea75854a9a690f3f580e4bd85d977cb2204/charset_normalizer-3.4.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ee803480535c44e7f5ad00788526da7d85525cfefaf8acf8ab9a310000be4b03", size = 149277, upload-time = "2024-10-09T07:38:52.306Z" }, + { url = "https://files.pythonhosted.org/packages/1a/cf/f1f50c2f295312edb8a548d3fa56a5c923b146cd3f24114d5adb7e7be558/charset_normalizer-3.4.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3d59d125ffbd6d552765510e3f31ed75ebac2c7470c7274195b9161a32350284", size = 142174, upload-time = "2024-10-09T07:38:53.458Z" }, + { url = "https://files.pythonhosted.org/packages/16/92/92a76dc2ff3a12e69ba94e7e05168d37d0345fa08c87e1fe24d0c2a42223/charset_normalizer-3.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8cda06946eac330cbe6598f77bb54e690b4ca93f593dee1568ad22b04f347c15", size = 143838, upload-time = "2024-10-09T07:38:54.691Z" }, + { url = "https://files.pythonhosted.org/packages/a4/01/2117ff2b1dfc61695daf2babe4a874bca328489afa85952440b59819e9d7/charset_normalizer-3.4.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:07afec21bbbbf8a5cc3651aa96b980afe2526e7f048fdfb7f1014d84acc8b6d8", size = 146149, upload-time = "2024-10-09T07:38:55.737Z" }, + { url = "https://files.pythonhosted.org/packages/f6/9b/93a332b8d25b347f6839ca0a61b7f0287b0930216994e8bf67a75d050255/charset_normalizer-3.4.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:6b40e8d38afe634559e398cc32b1472f376a4099c75fe6299ae607e404c033b2", size = 140043, upload-time = "2024-10-09T07:38:57.44Z" }, + { url = "https://files.pythonhosted.org/packages/ab/f6/7ac4a01adcdecbc7a7587767c776d53d369b8b971382b91211489535acf0/charset_normalizer-3.4.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:b8dcd239c743aa2f9c22ce674a145e0a25cb1566c495928440a181ca1ccf6719", size = 148229, upload-time = "2024-10-09T07:38:58.782Z" }, + { url = "https://files.pythonhosted.org/packages/9d/be/5708ad18161dee7dc6a0f7e6cf3a88ea6279c3e8484844c0590e50e803ef/charset_normalizer-3.4.0-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:84450ba661fb96e9fd67629b93d2941c871ca86fc38d835d19d4225ff946a631", size = 151556, upload-time = "2024-10-09T07:39:00.467Z" }, + { url = "https://files.pythonhosted.org/packages/5a/bb/3d8bc22bacb9eb89785e83e6723f9888265f3a0de3b9ce724d66bd49884e/charset_normalizer-3.4.0-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:44aeb140295a2f0659e113b31cfe92c9061622cadbc9e2a2f7b8ef6b1e29ef4b", size = 149772, upload-time = "2024-10-09T07:39:01.5Z" }, + { url = "https://files.pythonhosted.org/packages/f7/fa/d3fc622de05a86f30beea5fc4e9ac46aead4731e73fd9055496732bcc0a4/charset_normalizer-3.4.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:1db4e7fefefd0f548d73e2e2e041f9df5c59e178b4c72fbac4cc6f535cfb1565", size = 144800, upload-time = "2024-10-09T07:39:02.491Z" }, + { url = "https://files.pythonhosted.org/packages/9a/65/bdb9bc496d7d190d725e96816e20e2ae3a6fa42a5cac99c3c3d6ff884118/charset_normalizer-3.4.0-cp312-cp312-win32.whl", hash = "sha256:5726cf76c982532c1863fb64d8c6dd0e4c90b6ece9feb06c9f202417a31f7dd7", size = 94836, upload-time = "2024-10-09T07:39:04.607Z" }, + { url = "https://files.pythonhosted.org/packages/3e/67/7b72b69d25b89c0b3cea583ee372c43aa24df15f0e0f8d3982c57804984b/charset_normalizer-3.4.0-cp312-cp312-win_amd64.whl", hash = "sha256:b197e7094f232959f8f20541ead1d9862ac5ebea1d58e9849c1bf979255dfac9", size = 102187, upload-time = "2024-10-09T07:39:06.247Z" }, + { url = "https://files.pythonhosted.org/packages/f3/89/68a4c86f1a0002810a27f12e9a7b22feb198c59b2f05231349fbce5c06f4/charset_normalizer-3.4.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:dd4eda173a9fcccb5f2e2bd2a9f423d180194b1bf17cf59e3269899235b2a114", size = 194617, upload-time = "2024-10-09T07:39:07.317Z" }, + { url = "https://files.pythonhosted.org/packages/4f/cd/8947fe425e2ab0aa57aceb7807af13a0e4162cd21eee42ef5b053447edf5/charset_normalizer-3.4.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:e9e3c4c9e1ed40ea53acf11e2a386383c3304212c965773704e4603d589343ed", size = 125310, upload-time = "2024-10-09T07:39:08.353Z" }, + { url = "https://files.pythonhosted.org/packages/5b/f0/b5263e8668a4ee9becc2b451ed909e9c27058337fda5b8c49588183c267a/charset_normalizer-3.4.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:92a7e36b000bf022ef3dbb9c46bfe2d52c047d5e3f3343f43204263c5addc250", size = 119126, upload-time = "2024-10-09T07:39:09.327Z" }, + { url = "https://files.pythonhosted.org/packages/ff/6e/e445afe4f7fda27a533f3234b627b3e515a1b9429bc981c9a5e2aa5d97b6/charset_normalizer-3.4.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:54b6a92d009cbe2fb11054ba694bc9e284dad30a26757b1e372a1fdddaf21920", size = 139342, upload-time = "2024-10-09T07:39:10.322Z" }, + { url = "https://files.pythonhosted.org/packages/a1/b2/4af9993b532d93270538ad4926c8e37dc29f2111c36f9c629840c57cd9b3/charset_normalizer-3.4.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1ffd9493de4c922f2a38c2bf62b831dcec90ac673ed1ca182fe11b4d8e9f2a64", size = 149383, upload-time = "2024-10-09T07:39:12.042Z" }, + { url = "https://files.pythonhosted.org/packages/fb/6f/4e78c3b97686b871db9be6f31d64e9264e889f8c9d7ab33c771f847f79b7/charset_normalizer-3.4.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:35c404d74c2926d0287fbd63ed5d27eb911eb9e4a3bb2c6d294f3cfd4a9e0c23", size = 142214, upload-time = "2024-10-09T07:39:13.059Z" }, + { url = "https://files.pythonhosted.org/packages/2b/c9/1c8fe3ce05d30c87eff498592c89015b19fade13df42850aafae09e94f35/charset_normalizer-3.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4796efc4faf6b53a18e3d46343535caed491776a22af773f366534056c4e1fbc", size = 144104, upload-time = "2024-10-09T07:39:14.815Z" }, + { url = "https://files.pythonhosted.org/packages/ee/68/efad5dcb306bf37db7db338338e7bb8ebd8cf38ee5bbd5ceaaaa46f257e6/charset_normalizer-3.4.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e7fdd52961feb4c96507aa649550ec2a0d527c086d284749b2f582f2d40a2e0d", size = 146255, upload-time = "2024-10-09T07:39:15.868Z" }, + { url = "https://files.pythonhosted.org/packages/0c/75/1ed813c3ffd200b1f3e71121c95da3f79e6d2a96120163443b3ad1057505/charset_normalizer-3.4.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:92db3c28b5b2a273346bebb24857fda45601aef6ae1c011c0a997106581e8a88", size = 140251, upload-time = "2024-10-09T07:39:16.995Z" }, + { url = "https://files.pythonhosted.org/packages/7d/0d/6f32255c1979653b448d3c709583557a4d24ff97ac4f3a5be156b2e6a210/charset_normalizer-3.4.0-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:ab973df98fc99ab39080bfb0eb3a925181454d7c3ac8a1e695fddfae696d9e90", size = 148474, upload-time = "2024-10-09T07:39:18.021Z" }, + { url = "https://files.pythonhosted.org/packages/ac/a0/c1b5298de4670d997101fef95b97ac440e8c8d8b4efa5a4d1ef44af82f0d/charset_normalizer-3.4.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:4b67fdab07fdd3c10bb21edab3cbfe8cf5696f453afce75d815d9d7223fbe88b", size = 151849, upload-time = "2024-10-09T07:39:19.243Z" }, + { url = "https://files.pythonhosted.org/packages/04/4f/b3961ba0c664989ba63e30595a3ed0875d6790ff26671e2aae2fdc28a399/charset_normalizer-3.4.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:aa41e526a5d4a9dfcfbab0716c7e8a1b215abd3f3df5a45cf18a12721d31cb5d", size = 149781, upload-time = "2024-10-09T07:39:20.397Z" }, + { url = "https://files.pythonhosted.org/packages/d8/90/6af4cd042066a4adad58ae25648a12c09c879efa4849c705719ba1b23d8c/charset_normalizer-3.4.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:ffc519621dce0c767e96b9c53f09c5d215578e10b02c285809f76509a3931482", size = 144970, upload-time = "2024-10-09T07:39:21.452Z" }, + { url = "https://files.pythonhosted.org/packages/cc/67/e5e7e0cbfefc4ca79025238b43cdf8a2037854195b37d6417f3d0895c4c2/charset_normalizer-3.4.0-cp313-cp313-win32.whl", hash = "sha256:f19c1585933c82098c2a520f8ec1227f20e339e33aca8fa6f956f6691b784e67", size = 94973, upload-time = "2024-10-09T07:39:22.509Z" }, + { url = "https://files.pythonhosted.org/packages/65/97/fc9bbc54ee13d33dc54a7fcf17b26368b18505500fc01e228c27b5222d80/charset_normalizer-3.4.0-cp313-cp313-win_amd64.whl", hash = "sha256:707b82d19e65c9bd28b81dde95249b07bf9f5b90ebe1ef17d9b57473f8a64b7b", size = 102308, upload-time = "2024-10-09T07:39:23.524Z" }, + { url = "https://files.pythonhosted.org/packages/54/2f/28659eee7f5d003e0f5a3b572765bf76d6e0fe6601ab1f1b1dd4cba7e4f1/charset_normalizer-3.4.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:980b4f289d1d90ca5efcf07958d3eb38ed9c0b7676bf2831a54d4f66f9c27dfa", size = 196326, upload-time = "2024-10-09T07:39:59.619Z" }, + { url = "https://files.pythonhosted.org/packages/d1/18/92869d5c0057baa973a3ee2af71573be7b084b3c3d428fe6463ce71167f8/charset_normalizer-3.4.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:f28f891ccd15c514a0981f3b9db9aa23d62fe1a99997512b0491d2ed323d229a", size = 125614, upload-time = "2024-10-09T07:40:00.776Z" }, + { url = "https://files.pythonhosted.org/packages/d6/27/327904c5a54a7796bb9f36810ec4173d2df5d88b401d2b95ef53111d214e/charset_normalizer-3.4.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:a8aacce6e2e1edcb6ac625fb0f8c3a9570ccc7bfba1f63419b3769ccf6a00ed0", size = 120450, upload-time = "2024-10-09T07:40:02.621Z" }, + { url = "https://files.pythonhosted.org/packages/a4/23/65af317914a0308495133b2d654cf67b11bbd6ca16637c4e8a38f80a5a69/charset_normalizer-3.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bd7af3717683bea4c87acd8c0d3d5b44d56120b26fd3f8a692bdd2d5260c620a", size = 140135, upload-time = "2024-10-09T07:40:05.719Z" }, + { url = "https://files.pythonhosted.org/packages/f2/41/6190102ad521a8aa888519bb014a74251ac4586cde9b38e790901684f9ab/charset_normalizer-3.4.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5ff2ed8194587faf56555927b3aa10e6fb69d931e33953943bc4f837dfee2242", size = 150413, upload-time = "2024-10-09T07:40:06.777Z" }, + { url = "https://files.pythonhosted.org/packages/7b/ab/f47b0159a69eab9bd915591106859f49670c75f9a19082505ff16f50efc0/charset_normalizer-3.4.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e91f541a85298cf35433bf66f3fab2a4a2cff05c127eeca4af174f6d497f0d4b", size = 142992, upload-time = "2024-10-09T07:40:07.921Z" }, + { url = "https://files.pythonhosted.org/packages/28/89/60f51ad71f63aaaa7e51a2a2ad37919985a341a1d267070f212cdf6c2d22/charset_normalizer-3.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:309a7de0a0ff3040acaebb35ec45d18db4b28232f21998851cfa709eeff49d62", size = 144871, upload-time = "2024-10-09T07:40:09.035Z" }, + { url = "https://files.pythonhosted.org/packages/0c/48/0050550275fea585a6e24460b42465020b53375017d8596c96be57bfabca/charset_normalizer-3.4.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:285e96d9d53422efc0d7a17c60e59f37fbf3dfa942073f666db4ac71e8d726d0", size = 146756, upload-time = "2024-10-09T07:40:10.186Z" }, + { url = "https://files.pythonhosted.org/packages/dc/b5/47f8ee91455946f745e6c9ddbb0f8f50314d2416dd922b213e7d5551ad09/charset_normalizer-3.4.0-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:5d447056e2ca60382d460a604b6302d8db69476fd2015c81e7c35417cfabe4cd", size = 141034, upload-time = "2024-10-09T07:40:11.386Z" }, + { url = "https://files.pythonhosted.org/packages/84/79/5c731059ebab43e80bf61fa51666b9b18167974b82004f18c76378ed31a3/charset_normalizer-3.4.0-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:20587d20f557fe189b7947d8e7ec5afa110ccf72a3128d61a2a387c3313f46be", size = 149434, upload-time = "2024-10-09T07:40:12.513Z" }, + { url = "https://files.pythonhosted.org/packages/ca/f3/0719cd09fc4dc42066f239cb3c48ced17fc3316afca3e2a30a4756fe49ab/charset_normalizer-3.4.0-cp39-cp39-musllinux_1_2_ppc64le.whl", hash = "sha256:130272c698667a982a5d0e626851ceff662565379baf0ff2cc58067b81d4f11d", size = 152443, upload-time = "2024-10-09T07:40:13.655Z" }, + { url = "https://files.pythonhosted.org/packages/f7/0e/c6357297f1157c8e8227ff337e93fd0a90e498e3d6ab96b2782204ecae48/charset_normalizer-3.4.0-cp39-cp39-musllinux_1_2_s390x.whl", hash = "sha256:ab22fbd9765e6954bc0bcff24c25ff71dcbfdb185fcdaca49e81bac68fe724d3", size = 150294, upload-time = "2024-10-09T07:40:14.883Z" }, + { url = "https://files.pythonhosted.org/packages/54/9a/acfa96dc4ea8c928040b15822b59d0863d6e1757fba8bd7de3dc4f761c13/charset_normalizer-3.4.0-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:7782afc9b6b42200f7362858f9e73b1f8316afb276d316336c0ec3bd73312742", size = 145314, upload-time = "2024-10-09T07:40:16.043Z" }, + { url = "https://files.pythonhosted.org/packages/73/1c/b10a63032eaebb8d7bcb8544f12f063f41f5f463778ac61da15d9985e8b6/charset_normalizer-3.4.0-cp39-cp39-win32.whl", hash = "sha256:2de62e8801ddfff069cd5c504ce3bc9672b23266597d4e4f50eda28846c322f2", size = 94724, upload-time = "2024-10-09T07:40:17.199Z" }, + { url = "https://files.pythonhosted.org/packages/c5/77/3a78bf28bfaa0863f9cfef278dbeadf55efe064eafff8c7c424ae3c4c1bf/charset_normalizer-3.4.0-cp39-cp39-win_amd64.whl", hash = "sha256:95c3c157765b031331dd4db3c775e58deaee050a3042fcad72cbc4189d7c8dca", size = 102159, upload-time = "2024-10-09T07:40:18.264Z" }, + { url = "https://files.pythonhosted.org/packages/bf/9b/08c0432272d77b04803958a4598a51e2a4b51c06640af8b8f0f908c18bf2/charset_normalizer-3.4.0-py3-none-any.whl", hash = "sha256:fe9f97feb71aa9896b81973a7bbada8c49501dc73e58a10fcef6663af95e5079", size = 49446, upload-time = "2024-10-09T07:40:19.383Z" }, ] [[package]] name = "colorama" version = "0.4.6" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/d8/53/6f443c9a4a8358a93a6792e2acffb9d9d5cb0a5cfd8802644b7b1c9a02e4/colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44", size = 27697 } +sdist = { url = "https://files.pythonhosted.org/packages/d8/53/6f443c9a4a8358a93a6792e2acffb9d9d5cb0a5cfd8802644b7b1c9a02e4/colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44", size = 27697, upload-time = "2022-10-25T02:36:22.414Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6", size = 25335 }, + { url = "https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6", size = 25335, upload-time = "2022-10-25T02:36:20.889Z" }, ] [[package]] @@ -322,9 +322,9 @@ source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "traitlets" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/e9/a8/fb783cb0abe2b5fded9f55e5703015cdf1c9c85b3669087c538dd15a6a86/comm-0.2.2.tar.gz", hash = "sha256:3fd7a84065306e07bea1773df6eb8282de51ba82f77c72f9c85716ab11fe980e", size = 6210 } +sdist = { url = "https://files.pythonhosted.org/packages/e9/a8/fb783cb0abe2b5fded9f55e5703015cdf1c9c85b3669087c538dd15a6a86/comm-0.2.2.tar.gz", hash = "sha256:3fd7a84065306e07bea1773df6eb8282de51ba82f77c72f9c85716ab11fe980e", size = 6210, upload-time = "2024-03-12T16:53:41.133Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/e6/75/49e5bfe642f71f272236b5b2d2691cf915a7283cc0ceda56357b61daa538/comm-0.2.2-py3-none-any.whl", hash = "sha256:e6fb86cb70ff661ee8c9c14e7d36d6de3b4066f1441be4063df9c5009f0a64d3", size = 7180 }, + { url = "https://files.pythonhosted.org/packages/e6/75/49e5bfe642f71f272236b5b2d2691cf915a7283cc0ceda56357b61daa538/comm-0.2.2-py3-none-any.whl", hash = "sha256:e6fb86cb70ff661ee8c9c14e7d36d6de3b4066f1441be4063df9c5009f0a64d3", size = 7180, upload-time = "2024-03-12T16:53:39.226Z" }, ] [[package]] @@ -334,220 +334,229 @@ source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "numpy" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/f5/f6/31a8f28b4a2a4fa0e01085e542f3081ab0588eff8e589d39d775172c9792/contourpy-1.3.0.tar.gz", hash = "sha256:7ffa0db17717a8ffb127efd0c95a4362d996b892c2904db72428d5b52e1938a4", size = 13464370 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/6c/e0/be8dcc796cfdd96708933e0e2da99ba4bb8f9b2caa9d560a50f3f09a65f3/contourpy-1.3.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:880ea32e5c774634f9fcd46504bf9f080a41ad855f4fef54f5380f5133d343c7", size = 265366 }, - { url = "https://files.pythonhosted.org/packages/50/d6/c953b400219443535d412fcbbc42e7a5e823291236bc0bb88936e3cc9317/contourpy-1.3.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:76c905ef940a4474a6289c71d53122a4f77766eef23c03cd57016ce19d0f7b42", size = 249226 }, - { url = "https://files.pythonhosted.org/packages/6f/b4/6fffdf213ffccc28483c524b9dad46bb78332851133b36ad354b856ddc7c/contourpy-1.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:92f8557cbb07415a4d6fa191f20fd9d2d9eb9c0b61d1b2f52a8926e43c6e9af7", size = 308460 }, - { url = "https://files.pythonhosted.org/packages/cf/6c/118fc917b4050f0afe07179a6dcbe4f3f4ec69b94f36c9e128c4af480fb8/contourpy-1.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:36f965570cff02b874773c49bfe85562b47030805d7d8360748f3eca570f4cab", size = 347623 }, - { url = "https://files.pythonhosted.org/packages/f9/a4/30ff110a81bfe3abf7b9673284d21ddce8cc1278f6f77393c91199da4c90/contourpy-1.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cacd81e2d4b6f89c9f8a5b69b86490152ff39afc58a95af002a398273e5ce589", size = 317761 }, - { url = "https://files.pythonhosted.org/packages/99/e6/d11966962b1aa515f5586d3907ad019f4b812c04e4546cc19ebf62b5178e/contourpy-1.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:69375194457ad0fad3a839b9e29aa0b0ed53bb54db1bfb6c3ae43d111c31ce41", size = 322015 }, - { url = "https://files.pythonhosted.org/packages/4d/e3/182383743751d22b7b59c3c753277b6aee3637049197624f333dac5b4c80/contourpy-1.3.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:7a52040312b1a858b5e31ef28c2e865376a386c60c0e248370bbea2d3f3b760d", size = 1262672 }, - { url = "https://files.pythonhosted.org/packages/78/53/974400c815b2e605f252c8fb9297e2204347d1755a5374354ee77b1ea259/contourpy-1.3.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:3faeb2998e4fcb256542e8a926d08da08977f7f5e62cf733f3c211c2a5586223", size = 1321688 }, - { url = "https://files.pythonhosted.org/packages/52/29/99f849faed5593b2926a68a31882af98afbeac39c7fdf7de491d9c85ec6a/contourpy-1.3.0-cp310-cp310-win32.whl", hash = "sha256:36e0cff201bcb17a0a8ecc7f454fe078437fa6bda730e695a92f2d9932bd507f", size = 171145 }, - { url = "https://files.pythonhosted.org/packages/a9/97/3f89bba79ff6ff2b07a3cbc40aa693c360d5efa90d66e914f0ff03b95ec7/contourpy-1.3.0-cp310-cp310-win_amd64.whl", hash = "sha256:87ddffef1dbe5e669b5c2440b643d3fdd8622a348fe1983fad7a0f0ccb1cd67b", size = 216019 }, - { url = "https://files.pythonhosted.org/packages/b3/1f/9375917786cb39270b0ee6634536c0e22abf225825602688990d8f5c6c19/contourpy-1.3.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:0fa4c02abe6c446ba70d96ece336e621efa4aecae43eaa9b030ae5fb92b309ad", size = 266356 }, - { url = "https://files.pythonhosted.org/packages/05/46/9256dd162ea52790c127cb58cfc3b9e3413a6e3478917d1f811d420772ec/contourpy-1.3.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:834e0cfe17ba12f79963861e0f908556b2cedd52e1f75e6578801febcc6a9f49", size = 250915 }, - { url = "https://files.pythonhosted.org/packages/e1/5d/3056c167fa4486900dfbd7e26a2fdc2338dc58eee36d490a0ed3ddda5ded/contourpy-1.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:dbc4c3217eee163fa3984fd1567632b48d6dfd29216da3ded3d7b844a8014a66", size = 310443 }, - { url = "https://files.pythonhosted.org/packages/ca/c2/1a612e475492e07f11c8e267ea5ec1ce0d89971be496c195e27afa97e14a/contourpy-1.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4865cd1d419e0c7a7bf6de1777b185eebdc51470800a9f42b9e9decf17762081", size = 348548 }, - { url = "https://files.pythonhosted.org/packages/45/cf/2c2fc6bb5874158277b4faf136847f0689e1b1a1f640a36d76d52e78907c/contourpy-1.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:303c252947ab4b14c08afeb52375b26781ccd6a5ccd81abcdfc1fafd14cf93c1", size = 319118 }, - { url = "https://files.pythonhosted.org/packages/03/33/003065374f38894cdf1040cef474ad0546368eea7e3a51d48b8a423961f8/contourpy-1.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:637f674226be46f6ba372fd29d9523dd977a291f66ab2a74fbeb5530bb3f445d", size = 323162 }, - { url = "https://files.pythonhosted.org/packages/42/80/e637326e85e4105a802e42959f56cff2cd39a6b5ef68d5d9aee3ea5f0e4c/contourpy-1.3.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:76a896b2f195b57db25d6b44e7e03f221d32fe318d03ede41f8b4d9ba1bff53c", size = 1265396 }, - { url = "https://files.pythonhosted.org/packages/7c/3b/8cbd6416ca1bbc0202b50f9c13b2e0b922b64be888f9d9ee88e6cfabfb51/contourpy-1.3.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:e1fd23e9d01591bab45546c089ae89d926917a66dceb3abcf01f6105d927e2cb", size = 1324297 }, - { url = "https://files.pythonhosted.org/packages/4d/2c/021a7afaa52fe891f25535506cc861c30c3c4e5a1c1ce94215e04b293e72/contourpy-1.3.0-cp311-cp311-win32.whl", hash = "sha256:d402880b84df3bec6eab53cd0cf802cae6a2ef9537e70cf75e91618a3801c20c", size = 171808 }, - { url = "https://files.pythonhosted.org/packages/8d/2f/804f02ff30a7fae21f98198828d0857439ec4c91a96e20cf2d6c49372966/contourpy-1.3.0-cp311-cp311-win_amd64.whl", hash = "sha256:6cb6cc968059db9c62cb35fbf70248f40994dfcd7aa10444bbf8b3faeb7c2d67", size = 217181 }, - { url = "https://files.pythonhosted.org/packages/c9/92/8e0bbfe6b70c0e2d3d81272b58c98ac69ff1a4329f18c73bd64824d8b12e/contourpy-1.3.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:570ef7cf892f0afbe5b2ee410c507ce12e15a5fa91017a0009f79f7d93a1268f", size = 267838 }, - { url = "https://files.pythonhosted.org/packages/e3/04/33351c5d5108460a8ce6d512307690b023f0cfcad5899499f5c83b9d63b1/contourpy-1.3.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:da84c537cb8b97d153e9fb208c221c45605f73147bd4cadd23bdae915042aad6", size = 251549 }, - { url = "https://files.pythonhosted.org/packages/51/3d/aa0fe6ae67e3ef9f178389e4caaaa68daf2f9024092aa3c6032e3d174670/contourpy-1.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0be4d8425bfa755e0fd76ee1e019636ccc7c29f77a7c86b4328a9eb6a26d0639", size = 303177 }, - { url = "https://files.pythonhosted.org/packages/56/c3/c85a7e3e0cab635575d3b657f9535443a6f5d20fac1a1911eaa4bbe1aceb/contourpy-1.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9c0da700bf58f6e0b65312d0a5e695179a71d0163957fa381bb3c1f72972537c", size = 341735 }, - { url = "https://files.pythonhosted.org/packages/dd/8d/20f7a211a7be966a53f474bc90b1a8202e9844b3f1ef85f3ae45a77151ee/contourpy-1.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:eb8b141bb00fa977d9122636b16aa67d37fd40a3d8b52dd837e536d64b9a4d06", size = 314679 }, - { url = "https://files.pythonhosted.org/packages/6e/be/524e377567defac0e21a46e2a529652d165fed130a0d8a863219303cee18/contourpy-1.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3634b5385c6716c258d0419c46d05c8aa7dc8cb70326c9a4fb66b69ad2b52e09", size = 320549 }, - { url = "https://files.pythonhosted.org/packages/0f/96/fdb2552a172942d888915f3a6663812e9bc3d359d53dafd4289a0fb462f0/contourpy-1.3.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:0dce35502151b6bd35027ac39ba6e5a44be13a68f55735c3612c568cac3805fd", size = 1263068 }, - { url = "https://files.pythonhosted.org/packages/2a/25/632eab595e3140adfa92f1322bf8915f68c932bac468e89eae9974cf1c00/contourpy-1.3.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:aea348f053c645100612b333adc5983d87be69acdc6d77d3169c090d3b01dc35", size = 1322833 }, - { url = "https://files.pythonhosted.org/packages/73/e3/69738782e315a1d26d29d71a550dbbe3eb6c653b028b150f70c1a5f4f229/contourpy-1.3.0-cp312-cp312-win32.whl", hash = "sha256:90f73a5116ad1ba7174341ef3ea5c3150ddf20b024b98fb0c3b29034752c8aeb", size = 172681 }, - { url = "https://files.pythonhosted.org/packages/0c/89/9830ba00d88e43d15e53d64931e66b8792b46eb25e2050a88fec4a0df3d5/contourpy-1.3.0-cp312-cp312-win_amd64.whl", hash = "sha256:b11b39aea6be6764f84360fce6c82211a9db32a7c7de8fa6dd5397cf1d079c3b", size = 218283 }, - { url = "https://files.pythonhosted.org/packages/53/a1/d20415febfb2267af2d7f06338e82171824d08614084714fb2c1dac9901f/contourpy-1.3.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:3e1c7fa44aaae40a2247e2e8e0627f4bea3dd257014764aa644f319a5f8600e3", size = 267879 }, - { url = "https://files.pythonhosted.org/packages/aa/45/5a28a3570ff6218d8bdfc291a272a20d2648104815f01f0177d103d985e1/contourpy-1.3.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:364174c2a76057feef647c802652f00953b575723062560498dc7930fc9b1cb7", size = 251573 }, - { url = "https://files.pythonhosted.org/packages/39/1c/d3f51540108e3affa84f095c8b04f0aa833bb797bc8baa218a952a98117d/contourpy-1.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:32b238b3b3b649e09ce9aaf51f0c261d38644bdfa35cbaf7b263457850957a84", size = 303184 }, - { url = "https://files.pythonhosted.org/packages/00/56/1348a44fb6c3a558c1a3a0cd23d329d604c99d81bf5a4b58c6b71aab328f/contourpy-1.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d51fca85f9f7ad0b65b4b9fe800406d0d77017d7270d31ec3fb1cc07358fdea0", size = 340262 }, - { url = "https://files.pythonhosted.org/packages/2b/23/00d665ba67e1bb666152131da07e0f24c95c3632d7722caa97fb61470eca/contourpy-1.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:732896af21716b29ab3e988d4ce14bc5133733b85956316fb0c56355f398099b", size = 313806 }, - { url = "https://files.pythonhosted.org/packages/5a/42/3cf40f7040bb8362aea19af9a5fb7b32ce420f645dd1590edcee2c657cd5/contourpy-1.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d73f659398a0904e125280836ae6f88ba9b178b2fed6884f3b1f95b989d2c8da", size = 319710 }, - { url = "https://files.pythonhosted.org/packages/05/32/f3bfa3fc083b25e1a7ae09197f897476ee68e7386e10404bdf9aac7391f0/contourpy-1.3.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:c6c7c2408b7048082932cf4e641fa3b8ca848259212f51c8c59c45aa7ac18f14", size = 1264107 }, - { url = "https://files.pythonhosted.org/packages/1c/1e/1019d34473a736664f2439542b890b2dc4c6245f5c0d8cdfc0ccc2cab80c/contourpy-1.3.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:f317576606de89da6b7e0861cf6061f6146ead3528acabff9236458a6ba467f8", size = 1322458 }, - { url = "https://files.pythonhosted.org/packages/22/85/4f8bfd83972cf8909a4d36d16b177f7b8bdd942178ea4bf877d4a380a91c/contourpy-1.3.0-cp313-cp313-win32.whl", hash = "sha256:31cd3a85dbdf1fc002280c65caa7e2b5f65e4a973fcdf70dd2fdcb9868069294", size = 172643 }, - { url = "https://files.pythonhosted.org/packages/cc/4a/fb3c83c1baba64ba90443626c228ca14f19a87c51975d3b1de308dd2cf08/contourpy-1.3.0-cp313-cp313-win_amd64.whl", hash = "sha256:4553c421929ec95fb07b3aaca0fae668b2eb5a5203d1217ca7c34c063c53d087", size = 218301 }, - { url = "https://files.pythonhosted.org/packages/76/65/702f4064f397821fea0cb493f7d3bc95a5d703e20954dce7d6d39bacf378/contourpy-1.3.0-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:345af746d7766821d05d72cb8f3845dfd08dd137101a2cb9b24de277d716def8", size = 278972 }, - { url = "https://files.pythonhosted.org/packages/80/85/21f5bba56dba75c10a45ec00ad3b8190dbac7fd9a8a8c46c6116c933e9cf/contourpy-1.3.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:3bb3808858a9dc68f6f03d319acd5f1b8a337e6cdda197f02f4b8ff67ad2057b", size = 263375 }, - { url = "https://files.pythonhosted.org/packages/0a/64/084c86ab71d43149f91ab3a4054ccf18565f0a8af36abfa92b1467813ed6/contourpy-1.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:420d39daa61aab1221567b42eecb01112908b2cab7f1b4106a52caaec8d36973", size = 307188 }, - { url = "https://files.pythonhosted.org/packages/3d/ff/d61a4c288dc42da0084b8d9dc2aa219a850767165d7d9a9c364ff530b509/contourpy-1.3.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4d63ee447261e963af02642ffcb864e5a2ee4cbfd78080657a9880b8b1868e18", size = 345644 }, - { url = "https://files.pythonhosted.org/packages/ca/aa/00d2313d35ec03f188e8f0786c2fc61f589306e02fdc158233697546fd58/contourpy-1.3.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:167d6c890815e1dac9536dca00828b445d5d0df4d6a8c6adb4a7ec3166812fa8", size = 317141 }, - { url = "https://files.pythonhosted.org/packages/8d/6a/b5242c8cb32d87f6abf4f5e3044ca397cb1a76712e3fa2424772e3ff495f/contourpy-1.3.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:710a26b3dc80c0e4febf04555de66f5fd17e9cf7170a7b08000601a10570bda6", size = 323469 }, - { url = "https://files.pythonhosted.org/packages/6f/a6/73e929d43028a9079aca4bde107494864d54f0d72d9db508a51ff0878593/contourpy-1.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:75ee7cb1a14c617f34a51d11fa7524173e56551646828353c4af859c56b766e2", size = 1260894 }, - { url = "https://files.pythonhosted.org/packages/2b/1e/1e726ba66eddf21c940821df8cf1a7d15cb165f0682d62161eaa5e93dae1/contourpy-1.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:33c92cdae89ec5135d036e7218e69b0bb2851206077251f04a6c4e0e21f03927", size = 1314829 }, - { url = "https://files.pythonhosted.org/packages/b3/e3/b9f72758adb6ef7397327ceb8b9c39c75711affb220e4f53c745ea1d5a9a/contourpy-1.3.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:a11077e395f67ffc2c44ec2418cfebed032cd6da3022a94fc227b6faf8e2acb8", size = 265518 }, - { url = "https://files.pythonhosted.org/packages/ec/22/19f5b948367ab5260fb41d842c7a78dae645603881ea6bc39738bcfcabf6/contourpy-1.3.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e8134301d7e204c88ed7ab50028ba06c683000040ede1d617298611f9dc6240c", size = 249350 }, - { url = "https://files.pythonhosted.org/packages/26/76/0c7d43263dd00ae21a91a24381b7e813d286a3294d95d179ef3a7b9fb1d7/contourpy-1.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e12968fdfd5bb45ffdf6192a590bd8ddd3ba9e58360b29683c6bb71a7b41edca", size = 309167 }, - { url = "https://files.pythonhosted.org/packages/96/3b/cadff6773e89f2a5a492c1a8068e21d3fccaf1a1c1df7d65e7c8e3ef60ba/contourpy-1.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:fd2a0fc506eccaaa7595b7e1418951f213cf8255be2600f1ea1b61e46a60c55f", size = 348279 }, - { url = "https://files.pythonhosted.org/packages/e1/86/158cc43aa549d2081a955ab11c6bdccc7a22caacc2af93186d26f5f48746/contourpy-1.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4cfb5c62ce023dfc410d6059c936dcf96442ba40814aefbfa575425a3a7f19dc", size = 318519 }, - { url = "https://files.pythonhosted.org/packages/05/11/57335544a3027e9b96a05948c32e566328e3a2f84b7b99a325b7a06d2b06/contourpy-1.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:68a32389b06b82c2fdd68276148d7b9275b5f5cf13e5417e4252f6d1a34f72a2", size = 321922 }, - { url = "https://files.pythonhosted.org/packages/0b/e3/02114f96543f4a1b694333b92a6dcd4f8eebbefcc3a5f3bbb1316634178f/contourpy-1.3.0-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:94e848a6b83da10898cbf1311a815f770acc9b6a3f2d646f330d57eb4e87592e", size = 1258017 }, - { url = "https://files.pythonhosted.org/packages/f3/3b/bfe4c81c6d5881c1c643dde6620be0b42bf8aab155976dd644595cfab95c/contourpy-1.3.0-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:d78ab28a03c854a873787a0a42254a0ccb3cb133c672f645c9f9c8f3ae9d0800", size = 1316773 }, - { url = "https://files.pythonhosted.org/packages/f1/17/c52d2970784383cafb0bd918b6fb036d98d96bbf0bc1befb5d1e31a07a70/contourpy-1.3.0-cp39-cp39-win32.whl", hash = "sha256:81cb5ed4952aae6014bc9d0421dec7c5835c9c8c31cdf51910b708f548cf58e5", size = 171353 }, - { url = "https://files.pythonhosted.org/packages/53/23/db9f69676308e094d3c45f20cc52e12d10d64f027541c995d89c11ad5c75/contourpy-1.3.0-cp39-cp39-win_amd64.whl", hash = "sha256:14e262f67bd7e6eb6880bc564dcda30b15e351a594657e55b7eec94b6ef72843", size = 211817 }, - { url = "https://files.pythonhosted.org/packages/d1/09/60e486dc2b64c94ed33e58dcfb6f808192c03dfc5574c016218b9b7680dc/contourpy-1.3.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:fe41b41505a5a33aeaed2a613dccaeaa74e0e3ead6dd6fd3a118fb471644fd6c", size = 261886 }, - { url = "https://files.pythonhosted.org/packages/19/20/b57f9f7174fcd439a7789fb47d764974ab646fa34d1790551de386457a8e/contourpy-1.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:eca7e17a65f72a5133bdbec9ecf22401c62bcf4821361ef7811faee695799779", size = 311008 }, - { url = "https://files.pythonhosted.org/packages/74/fc/5040d42623a1845d4f17a418e590fd7a79ae8cb2bad2b2f83de63c3bdca4/contourpy-1.3.0-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:1ec4dc6bf570f5b22ed0d7efba0dfa9c5b9e0431aeea7581aa217542d9e809a4", size = 215690 }, - { url = "https://files.pythonhosted.org/packages/2b/24/dc3dcd77ac7460ab7e9d2b01a618cb31406902e50e605a8d6091f0a8f7cc/contourpy-1.3.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl", hash = "sha256:00ccd0dbaad6d804ab259820fa7cb0b8036bda0686ef844d24125d8287178ce0", size = 261894 }, - { url = "https://files.pythonhosted.org/packages/b1/db/531642a01cfec39d1682e46b5457b07cf805e3c3c584ec27e2a6223f8f6c/contourpy-1.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8ca947601224119117f7c19c9cdf6b3ab54c5726ef1d906aa4a69dfb6dd58102", size = 311099 }, - { url = "https://files.pythonhosted.org/packages/38/1e/94bda024d629f254143a134eead69e21c836429a2a6ce82209a00ddcb79a/contourpy-1.3.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:c6ec93afeb848a0845a18989da3beca3eec2c0f852322efe21af1931147d12cb", size = 215838 }, +sdist = { url = "https://files.pythonhosted.org/packages/f5/f6/31a8f28b4a2a4fa0e01085e542f3081ab0588eff8e589d39d775172c9792/contourpy-1.3.0.tar.gz", hash = "sha256:7ffa0db17717a8ffb127efd0c95a4362d996b892c2904db72428d5b52e1938a4", size = 13464370, upload-time = "2024-08-27T21:00:03.328Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/6c/e0/be8dcc796cfdd96708933e0e2da99ba4bb8f9b2caa9d560a50f3f09a65f3/contourpy-1.3.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:880ea32e5c774634f9fcd46504bf9f080a41ad855f4fef54f5380f5133d343c7", size = 265366, upload-time = "2024-08-27T20:50:09.947Z" }, + { url = "https://files.pythonhosted.org/packages/50/d6/c953b400219443535d412fcbbc42e7a5e823291236bc0bb88936e3cc9317/contourpy-1.3.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:76c905ef940a4474a6289c71d53122a4f77766eef23c03cd57016ce19d0f7b42", size = 249226, upload-time = "2024-08-27T20:50:16.1Z" }, + { url = "https://files.pythonhosted.org/packages/6f/b4/6fffdf213ffccc28483c524b9dad46bb78332851133b36ad354b856ddc7c/contourpy-1.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:92f8557cbb07415a4d6fa191f20fd9d2d9eb9c0b61d1b2f52a8926e43c6e9af7", size = 308460, upload-time = "2024-08-27T20:50:22.536Z" }, + { url = "https://files.pythonhosted.org/packages/cf/6c/118fc917b4050f0afe07179a6dcbe4f3f4ec69b94f36c9e128c4af480fb8/contourpy-1.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:36f965570cff02b874773c49bfe85562b47030805d7d8360748f3eca570f4cab", size = 347623, upload-time = "2024-08-27T20:50:28.806Z" }, + { url = "https://files.pythonhosted.org/packages/f9/a4/30ff110a81bfe3abf7b9673284d21ddce8cc1278f6f77393c91199da4c90/contourpy-1.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cacd81e2d4b6f89c9f8a5b69b86490152ff39afc58a95af002a398273e5ce589", size = 317761, upload-time = "2024-08-27T20:50:35.126Z" }, + { url = "https://files.pythonhosted.org/packages/99/e6/d11966962b1aa515f5586d3907ad019f4b812c04e4546cc19ebf62b5178e/contourpy-1.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:69375194457ad0fad3a839b9e29aa0b0ed53bb54db1bfb6c3ae43d111c31ce41", size = 322015, upload-time = "2024-08-27T20:50:40.318Z" }, + { url = "https://files.pythonhosted.org/packages/4d/e3/182383743751d22b7b59c3c753277b6aee3637049197624f333dac5b4c80/contourpy-1.3.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:7a52040312b1a858b5e31ef28c2e865376a386c60c0e248370bbea2d3f3b760d", size = 1262672, upload-time = "2024-08-27T20:50:55.643Z" }, + { url = "https://files.pythonhosted.org/packages/78/53/974400c815b2e605f252c8fb9297e2204347d1755a5374354ee77b1ea259/contourpy-1.3.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:3faeb2998e4fcb256542e8a926d08da08977f7f5e62cf733f3c211c2a5586223", size = 1321688, upload-time = "2024-08-27T20:51:11.293Z" }, + { url = "https://files.pythonhosted.org/packages/52/29/99f849faed5593b2926a68a31882af98afbeac39c7fdf7de491d9c85ec6a/contourpy-1.3.0-cp310-cp310-win32.whl", hash = "sha256:36e0cff201bcb17a0a8ecc7f454fe078437fa6bda730e695a92f2d9932bd507f", size = 171145, upload-time = "2024-08-27T20:51:15.2Z" }, + { url = "https://files.pythonhosted.org/packages/a9/97/3f89bba79ff6ff2b07a3cbc40aa693c360d5efa90d66e914f0ff03b95ec7/contourpy-1.3.0-cp310-cp310-win_amd64.whl", hash = "sha256:87ddffef1dbe5e669b5c2440b643d3fdd8622a348fe1983fad7a0f0ccb1cd67b", size = 216019, upload-time = "2024-08-27T20:51:19.365Z" }, + { url = "https://files.pythonhosted.org/packages/b3/1f/9375917786cb39270b0ee6634536c0e22abf225825602688990d8f5c6c19/contourpy-1.3.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:0fa4c02abe6c446ba70d96ece336e621efa4aecae43eaa9b030ae5fb92b309ad", size = 266356, upload-time = "2024-08-27T20:51:24.146Z" }, + { url = "https://files.pythonhosted.org/packages/05/46/9256dd162ea52790c127cb58cfc3b9e3413a6e3478917d1f811d420772ec/contourpy-1.3.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:834e0cfe17ba12f79963861e0f908556b2cedd52e1f75e6578801febcc6a9f49", size = 250915, upload-time = "2024-08-27T20:51:28.683Z" }, + { url = "https://files.pythonhosted.org/packages/e1/5d/3056c167fa4486900dfbd7e26a2fdc2338dc58eee36d490a0ed3ddda5ded/contourpy-1.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:dbc4c3217eee163fa3984fd1567632b48d6dfd29216da3ded3d7b844a8014a66", size = 310443, upload-time = "2024-08-27T20:51:33.675Z" }, + { url = "https://files.pythonhosted.org/packages/ca/c2/1a612e475492e07f11c8e267ea5ec1ce0d89971be496c195e27afa97e14a/contourpy-1.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4865cd1d419e0c7a7bf6de1777b185eebdc51470800a9f42b9e9decf17762081", size = 348548, upload-time = "2024-08-27T20:51:39.322Z" }, + { url = "https://files.pythonhosted.org/packages/45/cf/2c2fc6bb5874158277b4faf136847f0689e1b1a1f640a36d76d52e78907c/contourpy-1.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:303c252947ab4b14c08afeb52375b26781ccd6a5ccd81abcdfc1fafd14cf93c1", size = 319118, upload-time = "2024-08-27T20:51:44.717Z" }, + { url = "https://files.pythonhosted.org/packages/03/33/003065374f38894cdf1040cef474ad0546368eea7e3a51d48b8a423961f8/contourpy-1.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:637f674226be46f6ba372fd29d9523dd977a291f66ab2a74fbeb5530bb3f445d", size = 323162, upload-time = "2024-08-27T20:51:49.683Z" }, + { url = "https://files.pythonhosted.org/packages/42/80/e637326e85e4105a802e42959f56cff2cd39a6b5ef68d5d9aee3ea5f0e4c/contourpy-1.3.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:76a896b2f195b57db25d6b44e7e03f221d32fe318d03ede41f8b4d9ba1bff53c", size = 1265396, upload-time = "2024-08-27T20:52:04.926Z" }, + { url = "https://files.pythonhosted.org/packages/7c/3b/8cbd6416ca1bbc0202b50f9c13b2e0b922b64be888f9d9ee88e6cfabfb51/contourpy-1.3.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:e1fd23e9d01591bab45546c089ae89d926917a66dceb3abcf01f6105d927e2cb", size = 1324297, upload-time = "2024-08-27T20:52:21.843Z" }, + { url = "https://files.pythonhosted.org/packages/4d/2c/021a7afaa52fe891f25535506cc861c30c3c4e5a1c1ce94215e04b293e72/contourpy-1.3.0-cp311-cp311-win32.whl", hash = "sha256:d402880b84df3bec6eab53cd0cf802cae6a2ef9537e70cf75e91618a3801c20c", size = 171808, upload-time = "2024-08-27T20:52:25.163Z" }, + { url = "https://files.pythonhosted.org/packages/8d/2f/804f02ff30a7fae21f98198828d0857439ec4c91a96e20cf2d6c49372966/contourpy-1.3.0-cp311-cp311-win_amd64.whl", hash = "sha256:6cb6cc968059db9c62cb35fbf70248f40994dfcd7aa10444bbf8b3faeb7c2d67", size = 217181, upload-time = "2024-08-27T20:52:29.13Z" }, + { url = "https://files.pythonhosted.org/packages/c9/92/8e0bbfe6b70c0e2d3d81272b58c98ac69ff1a4329f18c73bd64824d8b12e/contourpy-1.3.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:570ef7cf892f0afbe5b2ee410c507ce12e15a5fa91017a0009f79f7d93a1268f", size = 267838, upload-time = "2024-08-27T20:52:33.911Z" }, + { url = "https://files.pythonhosted.org/packages/e3/04/33351c5d5108460a8ce6d512307690b023f0cfcad5899499f5c83b9d63b1/contourpy-1.3.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:da84c537cb8b97d153e9fb208c221c45605f73147bd4cadd23bdae915042aad6", size = 251549, upload-time = "2024-08-27T20:52:39.179Z" }, + { url = "https://files.pythonhosted.org/packages/51/3d/aa0fe6ae67e3ef9f178389e4caaaa68daf2f9024092aa3c6032e3d174670/contourpy-1.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0be4d8425bfa755e0fd76ee1e019636ccc7c29f77a7c86b4328a9eb6a26d0639", size = 303177, upload-time = "2024-08-27T20:52:44.789Z" }, + { url = "https://files.pythonhosted.org/packages/56/c3/c85a7e3e0cab635575d3b657f9535443a6f5d20fac1a1911eaa4bbe1aceb/contourpy-1.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9c0da700bf58f6e0b65312d0a5e695179a71d0163957fa381bb3c1f72972537c", size = 341735, upload-time = "2024-08-27T20:52:51.05Z" }, + { url = "https://files.pythonhosted.org/packages/dd/8d/20f7a211a7be966a53f474bc90b1a8202e9844b3f1ef85f3ae45a77151ee/contourpy-1.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:eb8b141bb00fa977d9122636b16aa67d37fd40a3d8b52dd837e536d64b9a4d06", size = 314679, upload-time = "2024-08-27T20:52:58.473Z" }, + { url = "https://files.pythonhosted.org/packages/6e/be/524e377567defac0e21a46e2a529652d165fed130a0d8a863219303cee18/contourpy-1.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3634b5385c6716c258d0419c46d05c8aa7dc8cb70326c9a4fb66b69ad2b52e09", size = 320549, upload-time = "2024-08-27T20:53:06.593Z" }, + { url = "https://files.pythonhosted.org/packages/0f/96/fdb2552a172942d888915f3a6663812e9bc3d359d53dafd4289a0fb462f0/contourpy-1.3.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:0dce35502151b6bd35027ac39ba6e5a44be13a68f55735c3612c568cac3805fd", size = 1263068, upload-time = "2024-08-27T20:53:23.442Z" }, + { url = "https://files.pythonhosted.org/packages/2a/25/632eab595e3140adfa92f1322bf8915f68c932bac468e89eae9974cf1c00/contourpy-1.3.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:aea348f053c645100612b333adc5983d87be69acdc6d77d3169c090d3b01dc35", size = 1322833, upload-time = "2024-08-27T20:53:39.243Z" }, + { url = "https://files.pythonhosted.org/packages/73/e3/69738782e315a1d26d29d71a550dbbe3eb6c653b028b150f70c1a5f4f229/contourpy-1.3.0-cp312-cp312-win32.whl", hash = "sha256:90f73a5116ad1ba7174341ef3ea5c3150ddf20b024b98fb0c3b29034752c8aeb", size = 172681, upload-time = "2024-08-27T20:53:43.05Z" }, + { url = "https://files.pythonhosted.org/packages/0c/89/9830ba00d88e43d15e53d64931e66b8792b46eb25e2050a88fec4a0df3d5/contourpy-1.3.0-cp312-cp312-win_amd64.whl", hash = "sha256:b11b39aea6be6764f84360fce6c82211a9db32a7c7de8fa6dd5397cf1d079c3b", size = 218283, upload-time = "2024-08-27T20:53:47.232Z" }, + { url = "https://files.pythonhosted.org/packages/53/a1/d20415febfb2267af2d7f06338e82171824d08614084714fb2c1dac9901f/contourpy-1.3.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:3e1c7fa44aaae40a2247e2e8e0627f4bea3dd257014764aa644f319a5f8600e3", size = 267879, upload-time = "2024-08-27T20:53:51.597Z" }, + { url = "https://files.pythonhosted.org/packages/aa/45/5a28a3570ff6218d8bdfc291a272a20d2648104815f01f0177d103d985e1/contourpy-1.3.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:364174c2a76057feef647c802652f00953b575723062560498dc7930fc9b1cb7", size = 251573, upload-time = "2024-08-27T20:53:55.659Z" }, + { url = "https://files.pythonhosted.org/packages/39/1c/d3f51540108e3affa84f095c8b04f0aa833bb797bc8baa218a952a98117d/contourpy-1.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:32b238b3b3b649e09ce9aaf51f0c261d38644bdfa35cbaf7b263457850957a84", size = 303184, upload-time = "2024-08-27T20:54:00.225Z" }, + { url = "https://files.pythonhosted.org/packages/00/56/1348a44fb6c3a558c1a3a0cd23d329d604c99d81bf5a4b58c6b71aab328f/contourpy-1.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d51fca85f9f7ad0b65b4b9fe800406d0d77017d7270d31ec3fb1cc07358fdea0", size = 340262, upload-time = "2024-08-27T20:54:05.234Z" }, + { url = "https://files.pythonhosted.org/packages/2b/23/00d665ba67e1bb666152131da07e0f24c95c3632d7722caa97fb61470eca/contourpy-1.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:732896af21716b29ab3e988d4ce14bc5133733b85956316fb0c56355f398099b", size = 313806, upload-time = "2024-08-27T20:54:09.889Z" }, + { url = "https://files.pythonhosted.org/packages/5a/42/3cf40f7040bb8362aea19af9a5fb7b32ce420f645dd1590edcee2c657cd5/contourpy-1.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d73f659398a0904e125280836ae6f88ba9b178b2fed6884f3b1f95b989d2c8da", size = 319710, upload-time = "2024-08-27T20:54:14.536Z" }, + { url = "https://files.pythonhosted.org/packages/05/32/f3bfa3fc083b25e1a7ae09197f897476ee68e7386e10404bdf9aac7391f0/contourpy-1.3.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:c6c7c2408b7048082932cf4e641fa3b8ca848259212f51c8c59c45aa7ac18f14", size = 1264107, upload-time = "2024-08-27T20:54:29.735Z" }, + { url = "https://files.pythonhosted.org/packages/1c/1e/1019d34473a736664f2439542b890b2dc4c6245f5c0d8cdfc0ccc2cab80c/contourpy-1.3.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:f317576606de89da6b7e0861cf6061f6146ead3528acabff9236458a6ba467f8", size = 1322458, upload-time = "2024-08-27T20:54:45.507Z" }, + { url = "https://files.pythonhosted.org/packages/22/85/4f8bfd83972cf8909a4d36d16b177f7b8bdd942178ea4bf877d4a380a91c/contourpy-1.3.0-cp313-cp313-win32.whl", hash = "sha256:31cd3a85dbdf1fc002280c65caa7e2b5f65e4a973fcdf70dd2fdcb9868069294", size = 172643, upload-time = "2024-08-27T20:55:52.754Z" }, + { url = "https://files.pythonhosted.org/packages/cc/4a/fb3c83c1baba64ba90443626c228ca14f19a87c51975d3b1de308dd2cf08/contourpy-1.3.0-cp313-cp313-win_amd64.whl", hash = "sha256:4553c421929ec95fb07b3aaca0fae668b2eb5a5203d1217ca7c34c063c53d087", size = 218301, upload-time = "2024-08-27T20:55:56.509Z" }, + { url = "https://files.pythonhosted.org/packages/76/65/702f4064f397821fea0cb493f7d3bc95a5d703e20954dce7d6d39bacf378/contourpy-1.3.0-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:345af746d7766821d05d72cb8f3845dfd08dd137101a2cb9b24de277d716def8", size = 278972, upload-time = "2024-08-27T20:54:50.347Z" }, + { url = "https://files.pythonhosted.org/packages/80/85/21f5bba56dba75c10a45ec00ad3b8190dbac7fd9a8a8c46c6116c933e9cf/contourpy-1.3.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:3bb3808858a9dc68f6f03d319acd5f1b8a337e6cdda197f02f4b8ff67ad2057b", size = 263375, upload-time = "2024-08-27T20:54:54.909Z" }, + { url = "https://files.pythonhosted.org/packages/0a/64/084c86ab71d43149f91ab3a4054ccf18565f0a8af36abfa92b1467813ed6/contourpy-1.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:420d39daa61aab1221567b42eecb01112908b2cab7f1b4106a52caaec8d36973", size = 307188, upload-time = "2024-08-27T20:55:00.184Z" }, + { url = "https://files.pythonhosted.org/packages/3d/ff/d61a4c288dc42da0084b8d9dc2aa219a850767165d7d9a9c364ff530b509/contourpy-1.3.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4d63ee447261e963af02642ffcb864e5a2ee4cbfd78080657a9880b8b1868e18", size = 345644, upload-time = "2024-08-27T20:55:05.673Z" }, + { url = "https://files.pythonhosted.org/packages/ca/aa/00d2313d35ec03f188e8f0786c2fc61f589306e02fdc158233697546fd58/contourpy-1.3.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:167d6c890815e1dac9536dca00828b445d5d0df4d6a8c6adb4a7ec3166812fa8", size = 317141, upload-time = "2024-08-27T20:55:11.047Z" }, + { url = "https://files.pythonhosted.org/packages/8d/6a/b5242c8cb32d87f6abf4f5e3044ca397cb1a76712e3fa2424772e3ff495f/contourpy-1.3.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:710a26b3dc80c0e4febf04555de66f5fd17e9cf7170a7b08000601a10570bda6", size = 323469, upload-time = "2024-08-27T20:55:15.914Z" }, + { url = "https://files.pythonhosted.org/packages/6f/a6/73e929d43028a9079aca4bde107494864d54f0d72d9db508a51ff0878593/contourpy-1.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:75ee7cb1a14c617f34a51d11fa7524173e56551646828353c4af859c56b766e2", size = 1260894, upload-time = "2024-08-27T20:55:31.553Z" }, + { url = "https://files.pythonhosted.org/packages/2b/1e/1e726ba66eddf21c940821df8cf1a7d15cb165f0682d62161eaa5e93dae1/contourpy-1.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:33c92cdae89ec5135d036e7218e69b0bb2851206077251f04a6c4e0e21f03927", size = 1314829, upload-time = "2024-08-27T20:55:47.837Z" }, + { url = "https://files.pythonhosted.org/packages/b3/e3/b9f72758adb6ef7397327ceb8b9c39c75711affb220e4f53c745ea1d5a9a/contourpy-1.3.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:a11077e395f67ffc2c44ec2418cfebed032cd6da3022a94fc227b6faf8e2acb8", size = 265518, upload-time = "2024-08-27T20:56:01.333Z" }, + { url = "https://files.pythonhosted.org/packages/ec/22/19f5b948367ab5260fb41d842c7a78dae645603881ea6bc39738bcfcabf6/contourpy-1.3.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e8134301d7e204c88ed7ab50028ba06c683000040ede1d617298611f9dc6240c", size = 249350, upload-time = "2024-08-27T20:56:05.432Z" }, + { url = "https://files.pythonhosted.org/packages/26/76/0c7d43263dd00ae21a91a24381b7e813d286a3294d95d179ef3a7b9fb1d7/contourpy-1.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e12968fdfd5bb45ffdf6192a590bd8ddd3ba9e58360b29683c6bb71a7b41edca", size = 309167, upload-time = "2024-08-27T20:56:10.034Z" }, + { url = "https://files.pythonhosted.org/packages/96/3b/cadff6773e89f2a5a492c1a8068e21d3fccaf1a1c1df7d65e7c8e3ef60ba/contourpy-1.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:fd2a0fc506eccaaa7595b7e1418951f213cf8255be2600f1ea1b61e46a60c55f", size = 348279, upload-time = "2024-08-27T20:56:15.41Z" }, + { url = "https://files.pythonhosted.org/packages/e1/86/158cc43aa549d2081a955ab11c6bdccc7a22caacc2af93186d26f5f48746/contourpy-1.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4cfb5c62ce023dfc410d6059c936dcf96442ba40814aefbfa575425a3a7f19dc", size = 318519, upload-time = "2024-08-27T20:56:21.813Z" }, + { url = "https://files.pythonhosted.org/packages/05/11/57335544a3027e9b96a05948c32e566328e3a2f84b7b99a325b7a06d2b06/contourpy-1.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:68a32389b06b82c2fdd68276148d7b9275b5f5cf13e5417e4252f6d1a34f72a2", size = 321922, upload-time = "2024-08-27T20:56:26.983Z" }, + { url = "https://files.pythonhosted.org/packages/0b/e3/02114f96543f4a1b694333b92a6dcd4f8eebbefcc3a5f3bbb1316634178f/contourpy-1.3.0-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:94e848a6b83da10898cbf1311a815f770acc9b6a3f2d646f330d57eb4e87592e", size = 1258017, upload-time = "2024-08-27T20:56:42.246Z" }, + { url = "https://files.pythonhosted.org/packages/f3/3b/bfe4c81c6d5881c1c643dde6620be0b42bf8aab155976dd644595cfab95c/contourpy-1.3.0-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:d78ab28a03c854a873787a0a42254a0ccb3cb133c672f645c9f9c8f3ae9d0800", size = 1316773, upload-time = "2024-08-27T20:56:58.58Z" }, + { url = "https://files.pythonhosted.org/packages/f1/17/c52d2970784383cafb0bd918b6fb036d98d96bbf0bc1befb5d1e31a07a70/contourpy-1.3.0-cp39-cp39-win32.whl", hash = "sha256:81cb5ed4952aae6014bc9d0421dec7c5835c9c8c31cdf51910b708f548cf58e5", size = 171353, upload-time = "2024-08-27T20:57:02.718Z" }, + { url = "https://files.pythonhosted.org/packages/53/23/db9f69676308e094d3c45f20cc52e12d10d64f027541c995d89c11ad5c75/contourpy-1.3.0-cp39-cp39-win_amd64.whl", hash = "sha256:14e262f67bd7e6eb6880bc564dcda30b15e351a594657e55b7eec94b6ef72843", size = 211817, upload-time = "2024-08-27T20:57:06.328Z" }, + { url = "https://files.pythonhosted.org/packages/d1/09/60e486dc2b64c94ed33e58dcfb6f808192c03dfc5574c016218b9b7680dc/contourpy-1.3.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:fe41b41505a5a33aeaed2a613dccaeaa74e0e3ead6dd6fd3a118fb471644fd6c", size = 261886, upload-time = "2024-08-27T20:57:10.863Z" }, + { url = "https://files.pythonhosted.org/packages/19/20/b57f9f7174fcd439a7789fb47d764974ab646fa34d1790551de386457a8e/contourpy-1.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:eca7e17a65f72a5133bdbec9ecf22401c62bcf4821361ef7811faee695799779", size = 311008, upload-time = "2024-08-27T20:57:15.588Z" }, + { url = "https://files.pythonhosted.org/packages/74/fc/5040d42623a1845d4f17a418e590fd7a79ae8cb2bad2b2f83de63c3bdca4/contourpy-1.3.0-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:1ec4dc6bf570f5b22ed0d7efba0dfa9c5b9e0431aeea7581aa217542d9e809a4", size = 215690, upload-time = "2024-08-27T20:57:19.321Z" }, + { url = "https://files.pythonhosted.org/packages/2b/24/dc3dcd77ac7460ab7e9d2b01a618cb31406902e50e605a8d6091f0a8f7cc/contourpy-1.3.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl", hash = "sha256:00ccd0dbaad6d804ab259820fa7cb0b8036bda0686ef844d24125d8287178ce0", size = 261894, upload-time = "2024-08-27T20:57:23.873Z" }, + { url = "https://files.pythonhosted.org/packages/b1/db/531642a01cfec39d1682e46b5457b07cf805e3c3c584ec27e2a6223f8f6c/contourpy-1.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8ca947601224119117f7c19c9cdf6b3ab54c5726ef1d906aa4a69dfb6dd58102", size = 311099, upload-time = "2024-08-27T20:57:28.58Z" }, + { url = "https://files.pythonhosted.org/packages/38/1e/94bda024d629f254143a134eead69e21c836429a2a6ce82209a00ddcb79a/contourpy-1.3.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:c6ec93afeb848a0845a18989da3beca3eec2c0f852322efe21af1931147d12cb", size = 215838, upload-time = "2024-08-27T20:57:32.913Z" }, ] [[package]] name = "cycler" version = "0.12.1" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/a9/95/a3dbbb5028f35eafb79008e7522a75244477d2838f38cbb722248dabc2a8/cycler-0.12.1.tar.gz", hash = "sha256:88bb128f02ba341da8ef447245a9e138fae777f6a23943da4540077d3601eb1c", size = 7615 } +sdist = { url = "https://files.pythonhosted.org/packages/a9/95/a3dbbb5028f35eafb79008e7522a75244477d2838f38cbb722248dabc2a8/cycler-0.12.1.tar.gz", hash = "sha256:88bb128f02ba341da8ef447245a9e138fae777f6a23943da4540077d3601eb1c", size = 7615, upload-time = "2023-10-07T05:32:18.335Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/e7/05/c19819d5e3d95294a6f5947fb9b9629efb316b96de511b418c53d245aae6/cycler-0.12.1-py3-none-any.whl", hash = "sha256:85cef7cff222d8644161529808465972e51340599459b8ac3ccbac5a854e0d30", size = 8321 }, + { url = "https://files.pythonhosted.org/packages/e7/05/c19819d5e3d95294a6f5947fb9b9629efb316b96de511b418c53d245aae6/cycler-0.12.1-py3-none-any.whl", hash = "sha256:85cef7cff222d8644161529808465972e51340599459b8ac3ccbac5a854e0d30", size = 8321, upload-time = "2023-10-07T05:32:16.783Z" }, ] [[package]] name = "debugpy" version = "1.8.7" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/6d/00/5a8b5dc8f52617c5e41845e26290ebea1ba06377cc08155b6d245c27b386/debugpy-1.8.7.zip", hash = "sha256:18b8f731ed3e2e1df8e9cdaa23fb1fc9c24e570cd0081625308ec51c82efe42e", size = 4957835 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/46/50/1850a5a0cab6f65a21e452166ec60bac5f8a995184d17e18bb9dc3789c72/debugpy-1.8.7-cp310-cp310-macosx_14_0_x86_64.whl", hash = "sha256:95fe04a573b8b22896c404365e03f4eda0ce0ba135b7667a1e57bd079793b96b", size = 2090182 }, - { url = "https://files.pythonhosted.org/packages/87/51/ef4d5c55c06689b377678bdee870e3df8eb2a3d9cf0e618b4d7255413c8a/debugpy-1.8.7-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:628a11f4b295ffb4141d8242a9bb52b77ad4a63a2ad19217a93be0f77f2c28c9", size = 3547569 }, - { url = "https://files.pythonhosted.org/packages/eb/df/a4ea1f95022f93522b59b71ec42d6703abe3e0bee753070118816555fee9/debugpy-1.8.7-cp310-cp310-win32.whl", hash = "sha256:85ce9c1d0eebf622f86cc68618ad64bf66c4fc3197d88f74bb695a416837dd55", size = 5153144 }, - { url = "https://files.pythonhosted.org/packages/47/f7/912408b69e83659bd62fa29ebb7984efe81aed4f5e08bfe10e31a1dc3c3a/debugpy-1.8.7-cp310-cp310-win_amd64.whl", hash = "sha256:29e1571c276d643757ea126d014abda081eb5ea4c851628b33de0c2b6245b037", size = 5185605 }, - { url = "https://files.pythonhosted.org/packages/f6/0a/4a4516ef4c07891542cb25620085507cab3c6b23a42b5630c17788fff83e/debugpy-1.8.7-cp311-cp311-macosx_14_0_universal2.whl", hash = "sha256:caf528ff9e7308b74a1749c183d6808ffbedbb9fb6af78b033c28974d9b8831f", size = 2204794 }, - { url = "https://files.pythonhosted.org/packages/46/6f/2bb0bba20b8b74b7c341379dd99275cf6aa7722c1948fa99728716aad1b9/debugpy-1.8.7-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cba1d078cf2e1e0b8402e6bda528bf8fda7ccd158c3dba6c012b7897747c41a0", size = 3122160 }, - { url = "https://files.pythonhosted.org/packages/c0/ce/833351375cef971f0caa63fa82adf3f6949ad85410813026a4a436083a71/debugpy-1.8.7-cp311-cp311-win32.whl", hash = "sha256:171899588bcd412151e593bd40d9907133a7622cd6ecdbdb75f89d1551df13c2", size = 5078675 }, - { url = "https://files.pythonhosted.org/packages/7d/e1/e9ac2d546143a4defbaa2e609e173c912fb989cdfb5385c9771770a6bf5c/debugpy-1.8.7-cp311-cp311-win_amd64.whl", hash = "sha256:6e1c4ffb0c79f66e89dfd97944f335880f0d50ad29525dc792785384923e2211", size = 5102927 }, - { url = "https://files.pythonhosted.org/packages/59/4b/9f52ca1a799601a10cd2673503658bd8c8ecc4a7a43302ee29cf062474ec/debugpy-1.8.7-cp312-cp312-macosx_14_0_universal2.whl", hash = "sha256:4d27d842311353ede0ad572600c62e4bcd74f458ee01ab0dd3a1a4457e7e3706", size = 2529803 }, - { url = "https://files.pythonhosted.org/packages/80/79/8bba39190d2ea17840925d287f1c6c3a7c60b58f5090444e9ecf176c540f/debugpy-1.8.7-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:703c1fd62ae0356e194f3e7b7a92acd931f71fe81c4b3be2c17a7b8a4b546ec2", size = 4170911 }, - { url = "https://files.pythonhosted.org/packages/3b/19/5b3d312936db8eb281310fa27903459328ed722d845d594ba5feaeb2f0b3/debugpy-1.8.7-cp312-cp312-win32.whl", hash = "sha256:2f729228430ef191c1e4df72a75ac94e9bf77413ce5f3f900018712c9da0aaca", size = 5195476 }, - { url = "https://files.pythonhosted.org/packages/9f/49/ad20b29f8c921fd5124530d3d39b8f2077efd51b71339a2eff02bba693e9/debugpy-1.8.7-cp312-cp312-win_amd64.whl", hash = "sha256:45c30aaefb3e1975e8a0258f5bbd26cd40cde9bfe71e9e5a7ac82e79bad64e39", size = 5235031 }, - { url = "https://files.pythonhosted.org/packages/41/95/29b247518d0a6afdb5249f5d05743c9c5bfaf4bd13a85b81cb5e1dc65837/debugpy-1.8.7-cp313-cp313-macosx_14_0_universal2.whl", hash = "sha256:d050a1ec7e925f514f0f6594a1e522580317da31fbda1af71d1530d6ea1f2b40", size = 2517557 }, - { url = "https://files.pythonhosted.org/packages/4d/93/026e2000a0740e2f54b198f8dc317accf3a70b6524b2b15fa8e6eca74414/debugpy-1.8.7-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f2f4349a28e3228a42958f8ddaa6333d6f8282d5edaea456070e48609c5983b7", size = 4162703 }, - { url = "https://files.pythonhosted.org/packages/c3/92/a48e653b19a171434290ecdc5935b7a292a65488139c5271d6d0eceeb0f1/debugpy-1.8.7-cp313-cp313-win32.whl", hash = "sha256:11ad72eb9ddb436afb8337891a986302e14944f0f755fd94e90d0d71e9100bba", size = 5195220 }, - { url = "https://files.pythonhosted.org/packages/4e/b3/dc3c5527edafcd1a6d0f8c4ecc6c5c9bc431f77340cf4193328e98f0ac38/debugpy-1.8.7-cp313-cp313-win_amd64.whl", hash = "sha256:2efb84d6789352d7950b03d7f866e6d180284bc02c7e12cb37b489b7083d81aa", size = 5235333 }, - { url = "https://files.pythonhosted.org/packages/f5/18/a26b37d548b2264ad602b649d7b061098436cd8c434ec24375561a9ac1ab/debugpy-1.8.7-cp39-cp39-macosx_14_0_x86_64.whl", hash = "sha256:90d93e4f2db442f8222dec5ec55ccfc8005821028982f1968ebf551d32b28907", size = 2091465 }, - { url = "https://files.pythonhosted.org/packages/19/f0/4868ae5da4cec7f78b4118a516587c51303d81a175526995081eff1bfafb/debugpy-1.8.7-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b6db2a370e2700557a976eaadb16243ec9c91bd46f1b3bb15376d7aaa7632c81", size = 3544575 }, - { url = "https://files.pythonhosted.org/packages/0c/f2/b7df9733ae83c4219c0c6ac55e2d2d03799554e130db817a3e614ed53df7/debugpy-1.8.7-cp39-cp39-win32.whl", hash = "sha256:a6cf2510740e0c0b4a40330640e4b454f928c7b99b0c9dbf48b11efba08a8cda", size = 5153988 }, - { url = "https://files.pythonhosted.org/packages/36/bb/a64ff234e6c6520266eb4911c833d208183d2a56f474dfc458a9b0e4aaac/debugpy-1.8.7-cp39-cp39-win_amd64.whl", hash = "sha256:6a9d9d6d31846d8e34f52987ee0f1a904c7baa4912bf4843ab39dadf9b8f3e0d", size = 5186414 }, - { url = "https://files.pythonhosted.org/packages/51/b1/a0866521c71a6ae3d3ca320e74835163a4671b1367ba360a55a0a51e5a91/debugpy-1.8.7-py2.py3-none-any.whl", hash = "sha256:57b00de1c8d2c84a61b90880f7e5b6deaf4c312ecbde3a0e8912f2a56c4ac9ae", size = 5210683 }, +sdist = { url = "https://files.pythonhosted.org/packages/6d/00/5a8b5dc8f52617c5e41845e26290ebea1ba06377cc08155b6d245c27b386/debugpy-1.8.7.zip", hash = "sha256:18b8f731ed3e2e1df8e9cdaa23fb1fc9c24e570cd0081625308ec51c82efe42e", size = 4957835, upload-time = "2024-10-10T17:46:46.652Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/46/50/1850a5a0cab6f65a21e452166ec60bac5f8a995184d17e18bb9dc3789c72/debugpy-1.8.7-cp310-cp310-macosx_14_0_x86_64.whl", hash = "sha256:95fe04a573b8b22896c404365e03f4eda0ce0ba135b7667a1e57bd079793b96b", size = 2090182, upload-time = "2024-10-10T17:46:50.137Z" }, + { url = "https://files.pythonhosted.org/packages/87/51/ef4d5c55c06689b377678bdee870e3df8eb2a3d9cf0e618b4d7255413c8a/debugpy-1.8.7-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:628a11f4b295ffb4141d8242a9bb52b77ad4a63a2ad19217a93be0f77f2c28c9", size = 3547569, upload-time = "2024-10-10T17:46:52.496Z" }, + { url = "https://files.pythonhosted.org/packages/eb/df/a4ea1f95022f93522b59b71ec42d6703abe3e0bee753070118816555fee9/debugpy-1.8.7-cp310-cp310-win32.whl", hash = "sha256:85ce9c1d0eebf622f86cc68618ad64bf66c4fc3197d88f74bb695a416837dd55", size = 5153144, upload-time = "2024-10-10T17:46:54.154Z" }, + { url = "https://files.pythonhosted.org/packages/47/f7/912408b69e83659bd62fa29ebb7984efe81aed4f5e08bfe10e31a1dc3c3a/debugpy-1.8.7-cp310-cp310-win_amd64.whl", hash = "sha256:29e1571c276d643757ea126d014abda081eb5ea4c851628b33de0c2b6245b037", size = 5185605, upload-time = "2024-10-10T17:46:56.393Z" }, + { url = "https://files.pythonhosted.org/packages/f6/0a/4a4516ef4c07891542cb25620085507cab3c6b23a42b5630c17788fff83e/debugpy-1.8.7-cp311-cp311-macosx_14_0_universal2.whl", hash = "sha256:caf528ff9e7308b74a1749c183d6808ffbedbb9fb6af78b033c28974d9b8831f", size = 2204794, upload-time = "2024-10-10T17:46:58.517Z" }, + { url = "https://files.pythonhosted.org/packages/46/6f/2bb0bba20b8b74b7c341379dd99275cf6aa7722c1948fa99728716aad1b9/debugpy-1.8.7-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cba1d078cf2e1e0b8402e6bda528bf8fda7ccd158c3dba6c012b7897747c41a0", size = 3122160, upload-time = "2024-10-10T17:47:01.024Z" }, + { url = "https://files.pythonhosted.org/packages/c0/ce/833351375cef971f0caa63fa82adf3f6949ad85410813026a4a436083a71/debugpy-1.8.7-cp311-cp311-win32.whl", hash = "sha256:171899588bcd412151e593bd40d9907133a7622cd6ecdbdb75f89d1551df13c2", size = 5078675, upload-time = "2024-10-10T17:47:03.603Z" }, + { url = "https://files.pythonhosted.org/packages/7d/e1/e9ac2d546143a4defbaa2e609e173c912fb989cdfb5385c9771770a6bf5c/debugpy-1.8.7-cp311-cp311-win_amd64.whl", hash = "sha256:6e1c4ffb0c79f66e89dfd97944f335880f0d50ad29525dc792785384923e2211", size = 5102927, upload-time = "2024-10-10T17:47:05.315Z" }, + { url = "https://files.pythonhosted.org/packages/59/4b/9f52ca1a799601a10cd2673503658bd8c8ecc4a7a43302ee29cf062474ec/debugpy-1.8.7-cp312-cp312-macosx_14_0_universal2.whl", hash = "sha256:4d27d842311353ede0ad572600c62e4bcd74f458ee01ab0dd3a1a4457e7e3706", size = 2529803, upload-time = "2024-10-10T17:47:07.464Z" }, + { url = "https://files.pythonhosted.org/packages/80/79/8bba39190d2ea17840925d287f1c6c3a7c60b58f5090444e9ecf176c540f/debugpy-1.8.7-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:703c1fd62ae0356e194f3e7b7a92acd931f71fe81c4b3be2c17a7b8a4b546ec2", size = 4170911, upload-time = "2024-10-10T17:47:09.446Z" }, + { url = "https://files.pythonhosted.org/packages/3b/19/5b3d312936db8eb281310fa27903459328ed722d845d594ba5feaeb2f0b3/debugpy-1.8.7-cp312-cp312-win32.whl", hash = "sha256:2f729228430ef191c1e4df72a75ac94e9bf77413ce5f3f900018712c9da0aaca", size = 5195476, upload-time = "2024-10-10T17:47:12.043Z" }, + { url = "https://files.pythonhosted.org/packages/9f/49/ad20b29f8c921fd5124530d3d39b8f2077efd51b71339a2eff02bba693e9/debugpy-1.8.7-cp312-cp312-win_amd64.whl", hash = "sha256:45c30aaefb3e1975e8a0258f5bbd26cd40cde9bfe71e9e5a7ac82e79bad64e39", size = 5235031, upload-time = "2024-10-10T17:47:14.137Z" }, + { url = "https://files.pythonhosted.org/packages/41/95/29b247518d0a6afdb5249f5d05743c9c5bfaf4bd13a85b81cb5e1dc65837/debugpy-1.8.7-cp313-cp313-macosx_14_0_universal2.whl", hash = "sha256:d050a1ec7e925f514f0f6594a1e522580317da31fbda1af71d1530d6ea1f2b40", size = 2517557, upload-time = "2024-10-10T17:47:15.769Z" }, + { url = "https://files.pythonhosted.org/packages/4d/93/026e2000a0740e2f54b198f8dc317accf3a70b6524b2b15fa8e6eca74414/debugpy-1.8.7-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f2f4349a28e3228a42958f8ddaa6333d6f8282d5edaea456070e48609c5983b7", size = 4162703, upload-time = "2024-10-10T17:47:18.195Z" }, + { url = "https://files.pythonhosted.org/packages/c3/92/a48e653b19a171434290ecdc5935b7a292a65488139c5271d6d0eceeb0f1/debugpy-1.8.7-cp313-cp313-win32.whl", hash = "sha256:11ad72eb9ddb436afb8337891a986302e14944f0f755fd94e90d0d71e9100bba", size = 5195220, upload-time = "2024-10-10T17:47:20.345Z" }, + { url = "https://files.pythonhosted.org/packages/4e/b3/dc3c5527edafcd1a6d0f8c4ecc6c5c9bc431f77340cf4193328e98f0ac38/debugpy-1.8.7-cp313-cp313-win_amd64.whl", hash = "sha256:2efb84d6789352d7950b03d7f866e6d180284bc02c7e12cb37b489b7083d81aa", size = 5235333, upload-time = "2024-10-10T17:47:22.112Z" }, + { url = "https://files.pythonhosted.org/packages/f5/18/a26b37d548b2264ad602b649d7b061098436cd8c434ec24375561a9ac1ab/debugpy-1.8.7-cp39-cp39-macosx_14_0_x86_64.whl", hash = "sha256:90d93e4f2db442f8222dec5ec55ccfc8005821028982f1968ebf551d32b28907", size = 2091465, upload-time = "2024-10-10T17:47:34.407Z" }, + { url = "https://files.pythonhosted.org/packages/19/f0/4868ae5da4cec7f78b4118a516587c51303d81a175526995081eff1bfafb/debugpy-1.8.7-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b6db2a370e2700557a976eaadb16243ec9c91bd46f1b3bb15376d7aaa7632c81", size = 3544575, upload-time = "2024-10-10T17:47:36.462Z" }, + { url = "https://files.pythonhosted.org/packages/0c/f2/b7df9733ae83c4219c0c6ac55e2d2d03799554e130db817a3e614ed53df7/debugpy-1.8.7-cp39-cp39-win32.whl", hash = "sha256:a6cf2510740e0c0b4a40330640e4b454f928c7b99b0c9dbf48b11efba08a8cda", size = 5153988, upload-time = "2024-10-10T17:47:38.466Z" }, + { url = "https://files.pythonhosted.org/packages/36/bb/a64ff234e6c6520266eb4911c833d208183d2a56f474dfc458a9b0e4aaac/debugpy-1.8.7-cp39-cp39-win_amd64.whl", hash = "sha256:6a9d9d6d31846d8e34f52987ee0f1a904c7baa4912bf4843ab39dadf9b8f3e0d", size = 5186414, upload-time = "2024-10-10T17:47:40.8Z" }, + { url = "https://files.pythonhosted.org/packages/51/b1/a0866521c71a6ae3d3ca320e74835163a4671b1367ba360a55a0a51e5a91/debugpy-1.8.7-py2.py3-none-any.whl", hash = "sha256:57b00de1c8d2c84a61b90880f7e5b6deaf4c312ecbde3a0e8912f2a56c4ac9ae", size = 5210683, upload-time = "2024-10-10T17:47:42.783Z" }, ] [[package]] name = "decorator" version = "5.1.1" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/66/0c/8d907af351aa16b42caae42f9d6aa37b900c67308052d10fdce809f8d952/decorator-5.1.1.tar.gz", hash = "sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330", size = 35016 } +sdist = { url = "https://files.pythonhosted.org/packages/66/0c/8d907af351aa16b42caae42f9d6aa37b900c67308052d10fdce809f8d952/decorator-5.1.1.tar.gz", hash = "sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330", size = 35016, upload-time = "2022-01-07T08:20:05.666Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/d5/50/83c593b07763e1161326b3b8c6686f0f4b0f24d5526546bee538c89837d6/decorator-5.1.1-py3-none-any.whl", hash = "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186", size = 9073 }, + { url = "https://files.pythonhosted.org/packages/d5/50/83c593b07763e1161326b3b8c6686f0f4b0f24d5526546bee538c89837d6/decorator-5.1.1-py3-none-any.whl", hash = "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186", size = 9073, upload-time = "2022-01-07T08:20:03.734Z" }, ] [[package]] name = "defusedxml" version = "0.7.1" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/0f/d5/c66da9b79e5bdb124974bfe172b4daf3c984ebd9c2a06e2b8a4dc7331c72/defusedxml-0.7.1.tar.gz", hash = "sha256:1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69", size = 75520 } +sdist = { url = "https://files.pythonhosted.org/packages/0f/d5/c66da9b79e5bdb124974bfe172b4daf3c984ebd9c2a06e2b8a4dc7331c72/defusedxml-0.7.1.tar.gz", hash = "sha256:1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69", size = 75520, upload-time = "2021-03-08T10:59:26.269Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl", hash = "sha256:a352e7e428770286cc899e2542b6cdaedb2b4953ff269a210103ec58f6198a61", size = 25604 }, + { url = "https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl", hash = "sha256:a352e7e428770286cc899e2542b6cdaedb2b4953ff269a210103ec58f6198a61", size = 25604, upload-time = "2021-03-08T10:59:24.45Z" }, +] + +[[package]] +name = "et-xmlfile" +version = "2.0.0" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/d3/38/af70d7ab1ae9d4da450eeec1fa3918940a5fafb9055e934af8d6eb0c2313/et_xmlfile-2.0.0.tar.gz", hash = "sha256:dab3f4764309081ce75662649be815c4c9081e88f0837825f90fd28317d4da54", size = 17234, upload-time = "2024-10-25T17:25:40.039Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/c1/8b/5fe2cc11fee489817272089c4203e679c63b570a5aaeb18d852ae3cbba6a/et_xmlfile-2.0.0-py3-none-any.whl", hash = "sha256:7a91720bc756843502c3b7504c77b8fe44217c85c537d85037f0f536151b2caa", size = 18059, upload-time = "2024-10-25T17:25:39.051Z" }, ] [[package]] name = "exceptiongroup" version = "1.2.2" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/09/35/2495c4ac46b980e4ca1f6ad6db102322ef3ad2410b79fdde159a4b0f3b92/exceptiongroup-1.2.2.tar.gz", hash = "sha256:47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc", size = 28883 } +sdist = { url = "https://files.pythonhosted.org/packages/09/35/2495c4ac46b980e4ca1f6ad6db102322ef3ad2410b79fdde159a4b0f3b92/exceptiongroup-1.2.2.tar.gz", hash = "sha256:47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc", size = 28883, upload-time = "2024-07-12T22:26:00.161Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/02/cc/b7e31358aac6ed1ef2bb790a9746ac2c69bcb3c8588b41616914eb106eaf/exceptiongroup-1.2.2-py3-none-any.whl", hash = "sha256:3111b9d131c238bec2f8f516e123e14ba243563fb135d3fe885990585aa7795b", size = 16453 }, + { url = "https://files.pythonhosted.org/packages/02/cc/b7e31358aac6ed1ef2bb790a9746ac2c69bcb3c8588b41616914eb106eaf/exceptiongroup-1.2.2-py3-none-any.whl", hash = "sha256:3111b9d131c238bec2f8f516e123e14ba243563fb135d3fe885990585aa7795b", size = 16453, upload-time = "2024-07-12T22:25:58.476Z" }, ] [[package]] name = "executing" version = "2.1.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/8c/e3/7d45f492c2c4a0e8e0fad57d081a7c8a0286cdd86372b070cca1ec0caa1e/executing-2.1.0.tar.gz", hash = "sha256:8ea27ddd260da8150fa5a708269c4a10e76161e2496ec3e587da9e3c0fe4b9ab", size = 977485 } +sdist = { url = "https://files.pythonhosted.org/packages/8c/e3/7d45f492c2c4a0e8e0fad57d081a7c8a0286cdd86372b070cca1ec0caa1e/executing-2.1.0.tar.gz", hash = "sha256:8ea27ddd260da8150fa5a708269c4a10e76161e2496ec3e587da9e3c0fe4b9ab", size = 977485, upload-time = "2024-09-01T12:37:35.708Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/b5/fd/afcd0496feca3276f509df3dbd5dae726fcc756f1a08d9e25abe1733f962/executing-2.1.0-py2.py3-none-any.whl", hash = "sha256:8d63781349375b5ebccc3142f4b30350c0cd9c79f921cde38be2be4637e98eaf", size = 25805 }, + { url = "https://files.pythonhosted.org/packages/b5/fd/afcd0496feca3276f509df3dbd5dae726fcc756f1a08d9e25abe1733f962/executing-2.1.0-py2.py3-none-any.whl", hash = "sha256:8d63781349375b5ebccc3142f4b30350c0cd9c79f921cde38be2be4637e98eaf", size = 25805, upload-time = "2024-09-01T12:37:33.007Z" }, ] [[package]] name = "fastjsonschema" version = "2.20.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/03/3f/3ad5e7be13b4b8b55f4477141885ab2364f65d5f6ad5f7a9daffd634d066/fastjsonschema-2.20.0.tar.gz", hash = "sha256:3d48fc5300ee96f5d116f10fe6f28d938e6008f59a6a025c2649475b87f76a23", size = 373056 } +sdist = { url = "https://files.pythonhosted.org/packages/03/3f/3ad5e7be13b4b8b55f4477141885ab2364f65d5f6ad5f7a9daffd634d066/fastjsonschema-2.20.0.tar.gz", hash = "sha256:3d48fc5300ee96f5d116f10fe6f28d938e6008f59a6a025c2649475b87f76a23", size = 373056, upload-time = "2024-06-15T13:27:49.208Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/6d/ca/086311cdfc017ec964b2436fe0c98c1f4efcb7e4c328956a22456e497655/fastjsonschema-2.20.0-py3-none-any.whl", hash = "sha256:5875f0b0fa7a0043a91e93a9b8f793bcbbba9691e7fd83dca95c28ba26d21f0a", size = 23543 }, + { url = "https://files.pythonhosted.org/packages/6d/ca/086311cdfc017ec964b2436fe0c98c1f4efcb7e4c328956a22456e497655/fastjsonschema-2.20.0-py3-none-any.whl", hash = "sha256:5875f0b0fa7a0043a91e93a9b8f793bcbbba9691e7fd83dca95c28ba26d21f0a", size = 23543, upload-time = "2024-06-15T13:27:46.393Z" }, ] [[package]] name = "fonttools" version = "4.54.1" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/11/1d/70b58e342e129f9c0ce030029fb4b2b0670084bbbfe1121d008f6a1e361c/fonttools-4.54.1.tar.gz", hash = "sha256:957f669d4922f92c171ba01bef7f29410668db09f6c02111e22b2bce446f3285", size = 3463867 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/db/f9/285c9a2d0e86b9bf2babfe19bec00502361fda56cea144d6a269ab9a32e6/fonttools-4.54.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:7ed7ee041ff7b34cc62f07545e55e1468808691dddfd315d51dd82a6b37ddef2", size = 2766970 }, - { url = "https://files.pythonhosted.org/packages/2f/9a/9d899e7ae55b0dd30632e6ca36c0f5fa1205b1b096ec171c9be903673058/fonttools-4.54.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:41bb0b250c8132b2fcac148e2e9198e62ff06f3cc472065dff839327945c5882", size = 2254639 }, - { url = "https://files.pythonhosted.org/packages/16/6f/b99e0c347732fb003077a2cff38c26f381969b74329aa5597e344d540fe1/fonttools-4.54.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7965af9b67dd546e52afcf2e38641b5be956d68c425bef2158e95af11d229f10", size = 4574346 }, - { url = "https://files.pythonhosted.org/packages/e5/12/9a45294a7c4520cc32936edd15df1d5c24af701d2f5f51070a9a43d7664b/fonttools-4.54.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:278913a168f90d53378c20c23b80f4e599dca62fbffae4cc620c8eed476b723e", size = 4630045 }, - { url = "https://files.pythonhosted.org/packages/64/52/ba4f00eb6003e4089264cd9ce126cddec2b39c78f1ab01be9dc389a197ca/fonttools-4.54.1-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:0e88e3018ac809b9662615072dcd6b84dca4c2d991c6d66e1970a112503bba7e", size = 4569527 }, - { url = "https://files.pythonhosted.org/packages/41/ff/85f93a14c8acf978f332508f980dcaff5ed5f0cf284371eb101a78f0b1f4/fonttools-4.54.1-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:4aa4817f0031206e637d1e685251ac61be64d1adef111060df84fdcbc6ab6c44", size = 4741677 }, - { url = "https://files.pythonhosted.org/packages/6f/f0/06ea7d9f8b7b6d4758a50271517db04039c4c6da8fa0475d417e005624d0/fonttools-4.54.1-cp310-cp310-win32.whl", hash = "sha256:7e3b7d44e18c085fd8c16dcc6f1ad6c61b71ff463636fcb13df7b1b818bd0c02", size = 2166797 }, - { url = "https://files.pythonhosted.org/packages/71/73/545c817e34b8c34585291951722e1a5ae579380deb009576d9d244b13ab0/fonttools-4.54.1-cp310-cp310-win_amd64.whl", hash = "sha256:dd9cc95b8d6e27d01e1e1f1fae8559ef3c02c76317da650a19047f249acd519d", size = 2210552 }, - { url = "https://files.pythonhosted.org/packages/aa/2c/8b5d82fe2d9c7f260fb73121418f5e07d4e38c329ea3886a5b0e55586113/fonttools-4.54.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:5419771b64248484299fa77689d4f3aeed643ea6630b2ea750eeab219588ba20", size = 2768112 }, - { url = "https://files.pythonhosted.org/packages/37/2e/f94118b92f7b6a9ec93840101b64bfdd09f295b266133857e8e852a5c35c/fonttools-4.54.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:301540e89cf4ce89d462eb23a89464fef50915255ece765d10eee8b2bf9d75b2", size = 2254739 }, - { url = "https://files.pythonhosted.org/packages/45/4b/8a32f56a13e78256192f77d6b65583c43538c7955f5420887bb574b91ddf/fonttools-4.54.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:76ae5091547e74e7efecc3cbf8e75200bc92daaeb88e5433c5e3e95ea8ce5aa7", size = 4879772 }, - { url = "https://files.pythonhosted.org/packages/96/13/748b7f7239893ff0796de11074b0ad8aa4c3da2d9f4d79a128b0b16147f3/fonttools-4.54.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:82834962b3d7c5ca98cb56001c33cf20eb110ecf442725dc5fdf36d16ed1ab07", size = 4927686 }, - { url = "https://files.pythonhosted.org/packages/7c/82/91bc5a378b4a0593fa90ea706f68ce7e9e871c6873e0d91e134d107758db/fonttools-4.54.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:d26732ae002cc3d2ecab04897bb02ae3f11f06dd7575d1df46acd2f7c012a8d8", size = 4890789 }, - { url = "https://files.pythonhosted.org/packages/ea/ca/82be5d4f8b78405cdb3f7f3f1316af5e8db93216121f19da9f684a35beee/fonttools-4.54.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:58974b4987b2a71ee08ade1e7f47f410c367cdfc5a94fabd599c88165f56213a", size = 5061351 }, - { url = "https://files.pythonhosted.org/packages/da/2f/fd6e1b01c80c473c3ac52492dcf8d26cdf5f4a89b4f30875ecfbda55e7ff/fonttools-4.54.1-cp311-cp311-win32.whl", hash = "sha256:ab774fa225238986218a463f3fe151e04d8c25d7de09df7f0f5fce27b1243dbc", size = 2166210 }, - { url = "https://files.pythonhosted.org/packages/63/f1/3a081cd047d83b5966cb0d7ef3fea929ee6eddeb94d8fbfdb2a19bd60cc7/fonttools-4.54.1-cp311-cp311-win_amd64.whl", hash = "sha256:07e005dc454eee1cc60105d6a29593459a06321c21897f769a281ff2d08939f6", size = 2211946 }, - { url = "https://files.pythonhosted.org/packages/27/b6/f9d365932dcefefdcc794985f8846471e60932070c557e0f66ed195fccec/fonttools-4.54.1-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:54471032f7cb5fca694b5f1a0aaeba4af6e10ae989df408e0216f7fd6cdc405d", size = 2761873 }, - { url = "https://files.pythonhosted.org/packages/67/9d/cfbfe36e5061a8f68b154454ba2304eb01f40d4ba9b63e41d9058909baed/fonttools-4.54.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:8fa92cb248e573daab8d032919623cc309c005086d743afb014c836636166f08", size = 2251828 }, - { url = "https://files.pythonhosted.org/packages/90/41/5573e074739efd9227dd23647724f01f6f07ad062fe09d02e91c5549dcf7/fonttools-4.54.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0a911591200114969befa7f2cb74ac148bce5a91df5645443371aba6d222e263", size = 4792544 }, - { url = "https://files.pythonhosted.org/packages/08/07/aa85cc62abcc940b25d14b542cf585eebf4830032a7f6a1395d696bb3231/fonttools-4.54.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:93d458c8a6a354dc8b48fc78d66d2a8a90b941f7fec30e94c7ad9982b1fa6bab", size = 4875892 }, - { url = "https://files.pythonhosted.org/packages/47/23/c5726c2615446c498a976bed21c35a242a97eee39930a2655d616ca885cc/fonttools-4.54.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:5eb2474a7c5be8a5331146758debb2669bf5635c021aee00fd7c353558fc659d", size = 4769822 }, - { url = "https://files.pythonhosted.org/packages/8f/7b/87f7f7d35e0732ac67422dfa6f05e2b568fb6ca2dcd7f3e4f500293cfd75/fonttools-4.54.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:c9c563351ddc230725c4bdf7d9e1e92cbe6ae8553942bd1fb2b2ff0884e8b714", size = 5029455 }, - { url = "https://files.pythonhosted.org/packages/e0/09/241aa498587889576838aa73c78d22b70ce06970807a5475d372baa7ccb7/fonttools-4.54.1-cp312-cp312-win32.whl", hash = "sha256:fdb062893fd6d47b527d39346e0c5578b7957dcea6d6a3b6794569370013d9ac", size = 2154411 }, - { url = "https://files.pythonhosted.org/packages/b9/0a/a57caaff3bc880779317cb157e5b49dc47fad54effe027016abd355b0651/fonttools-4.54.1-cp312-cp312-win_amd64.whl", hash = "sha256:e4564cf40cebcb53f3dc825e85910bf54835e8a8b6880d59e5159f0f325e637e", size = 2200412 }, - { url = "https://files.pythonhosted.org/packages/05/3d/cc515cae84a11d696f2cb7c139a90997b15f02e2e97ec09a5d79302cbcd7/fonttools-4.54.1-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:6e37561751b017cf5c40fce0d90fd9e8274716de327ec4ffb0df957160be3bff", size = 2749174 }, - { url = "https://files.pythonhosted.org/packages/03/03/05d4b22d1a674d066380657f60bbc0eda2d206446912e676d1a33a206878/fonttools-4.54.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:357cacb988a18aace66e5e55fe1247f2ee706e01debc4b1a20d77400354cddeb", size = 2246267 }, - { url = "https://files.pythonhosted.org/packages/52/c3/bb6086adb675e8b0963a7dbb7769e7118c95b687dd318cd660aefd4b4c8c/fonttools-4.54.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f8e953cc0bddc2beaf3a3c3b5dd9ab7554677da72dfaf46951e193c9653e515a", size = 4855090 }, - { url = "https://files.pythonhosted.org/packages/80/a1/d7192b6a104e3f9ea8e5b1c3463a6240399f0fa826a782eff636cbe0495a/fonttools-4.54.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:58d29b9a294573d8319f16f2f79e42428ba9b6480442fa1836e4eb89c4d9d61c", size = 5005449 }, - { url = "https://files.pythonhosted.org/packages/5a/6c/ecfd5c6cd8c9006e85b128d073af26bb263e8aa47506374cb14b25bcf65f/fonttools-4.54.1-cp313-cp313-win32.whl", hash = "sha256:9ef1b167e22709b46bf8168368b7b5d3efeaaa746c6d39661c1b4405b6352e58", size = 2152496 }, - { url = "https://files.pythonhosted.org/packages/63/da/f7a1d837de419e3d4cccbd0dbf53c7399f610f65ceb9bcbf2480f3ae7950/fonttools-4.54.1-cp313-cp313-win_amd64.whl", hash = "sha256:262705b1663f18c04250bd1242b0515d3bbae177bee7752be67c979b7d47f43d", size = 2197257 }, - { url = "https://files.pythonhosted.org/packages/99/14/298292fce6f163f04ec31a79bb6627d9ca85c9874d402f33415ebae313f7/fonttools-4.54.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:f5b8a096e649768c2f4233f947cf9737f8dbf8728b90e2771e2497c6e3d21d13", size = 2769825 }, - { url = "https://files.pythonhosted.org/packages/86/dc/acf23baaefac9893d99f5a7dc3396ecfbc4747597075009c8b6452e4b2a6/fonttools-4.54.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:4e10d2e0a12e18f4e2dd031e1bf7c3d7017be5c8dbe524d07706179f355c5dac", size = 2256120 }, - { url = "https://files.pythonhosted.org/packages/28/bc/9c57b3f19a4178318e9f1ee4cb6b5be91a07ef11a2a26716ceed3bebc2cc/fonttools-4.54.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:31c32d7d4b0958600eac75eaf524b7b7cb68d3a8c196635252b7a2c30d80e986", size = 4578956 }, - { url = "https://files.pythonhosted.org/packages/8c/e7/24870ef7d4014b7904a3b9911199ffe04532d1fb73cf70856471f9f8b252/fonttools-4.54.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c39287f5c8f4a0c5a55daf9eaf9ccd223ea59eed3f6d467133cc727d7b943a55", size = 4637480 }, - { url = "https://files.pythonhosted.org/packages/5d/41/c72f79b24969d04c14bd543faaa3a126d71114eb0e896227e1692a39bec2/fonttools-4.54.1-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:a7a310c6e0471602fe3bf8efaf193d396ea561486aeaa7adc1f132e02d30c4b9", size = 4572104 }, - { url = "https://files.pythonhosted.org/packages/8b/47/b897833f6d659147498517fef95b8978a2125da11392983e0f3acf4671a9/fonttools-4.54.1-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:d3b659d1029946f4ff9b6183984578041b520ce0f8fb7078bb37ec7445806b33", size = 4744962 }, - { url = "https://files.pythonhosted.org/packages/40/ea/61664ee6a587fe59dd67224d3939a3e253e012bbf19b905b934a8c306cf9/fonttools-4.54.1-cp39-cp39-win32.whl", hash = "sha256:e96bc94c8cda58f577277d4a71f51c8e2129b8b36fd05adece6320dd3d57de8a", size = 2167431 }, - { url = "https://files.pythonhosted.org/packages/3c/87/566f79796150029bfce1c93c10adb1c46017fac2caac3996a0a6f73c96e1/fonttools-4.54.1-cp39-cp39-win_amd64.whl", hash = "sha256:e8a4b261c1ef91e7188a30571be6ad98d1c6d9fa2427244c545e2fa0a2494dd7", size = 2211153 }, - { url = "https://files.pythonhosted.org/packages/57/5e/de2e6e51cb6894f2f2bc2641f6c845561361b622e96df3cca04df77222c9/fonttools-4.54.1-py3-none-any.whl", hash = "sha256:37cddd62d83dc4f72f7c3f3c2bcf2697e89a30efb152079896544a93907733bd", size = 1096920 }, +sdist = { url = "https://files.pythonhosted.org/packages/11/1d/70b58e342e129f9c0ce030029fb4b2b0670084bbbfe1121d008f6a1e361c/fonttools-4.54.1.tar.gz", hash = "sha256:957f669d4922f92c171ba01bef7f29410668db09f6c02111e22b2bce446f3285", size = 3463867, upload-time = "2024-09-24T14:54:44.801Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/db/f9/285c9a2d0e86b9bf2babfe19bec00502361fda56cea144d6a269ab9a32e6/fonttools-4.54.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:7ed7ee041ff7b34cc62f07545e55e1468808691dddfd315d51dd82a6b37ddef2", size = 2766970, upload-time = "2024-09-24T14:52:50.663Z" }, + { url = "https://files.pythonhosted.org/packages/2f/9a/9d899e7ae55b0dd30632e6ca36c0f5fa1205b1b096ec171c9be903673058/fonttools-4.54.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:41bb0b250c8132b2fcac148e2e9198e62ff06f3cc472065dff839327945c5882", size = 2254639, upload-time = "2024-09-24T14:52:53.199Z" }, + { url = "https://files.pythonhosted.org/packages/16/6f/b99e0c347732fb003077a2cff38c26f381969b74329aa5597e344d540fe1/fonttools-4.54.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7965af9b67dd546e52afcf2e38641b5be956d68c425bef2158e95af11d229f10", size = 4574346, upload-time = "2024-09-24T14:52:55.663Z" }, + { url = "https://files.pythonhosted.org/packages/e5/12/9a45294a7c4520cc32936edd15df1d5c24af701d2f5f51070a9a43d7664b/fonttools-4.54.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:278913a168f90d53378c20c23b80f4e599dca62fbffae4cc620c8eed476b723e", size = 4630045, upload-time = "2024-09-24T14:52:57.882Z" }, + { url = "https://files.pythonhosted.org/packages/64/52/ba4f00eb6003e4089264cd9ce126cddec2b39c78f1ab01be9dc389a197ca/fonttools-4.54.1-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:0e88e3018ac809b9662615072dcd6b84dca4c2d991c6d66e1970a112503bba7e", size = 4569527, upload-time = "2024-09-24T14:53:00.824Z" }, + { url = "https://files.pythonhosted.org/packages/41/ff/85f93a14c8acf978f332508f980dcaff5ed5f0cf284371eb101a78f0b1f4/fonttools-4.54.1-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:4aa4817f0031206e637d1e685251ac61be64d1adef111060df84fdcbc6ab6c44", size = 4741677, upload-time = "2024-09-24T14:53:02.944Z" }, + { url = "https://files.pythonhosted.org/packages/6f/f0/06ea7d9f8b7b6d4758a50271517db04039c4c6da8fa0475d417e005624d0/fonttools-4.54.1-cp310-cp310-win32.whl", hash = "sha256:7e3b7d44e18c085fd8c16dcc6f1ad6c61b71ff463636fcb13df7b1b818bd0c02", size = 2166797, upload-time = "2024-09-24T14:53:05.31Z" }, + { url = "https://files.pythonhosted.org/packages/71/73/545c817e34b8c34585291951722e1a5ae579380deb009576d9d244b13ab0/fonttools-4.54.1-cp310-cp310-win_amd64.whl", hash = "sha256:dd9cc95b8d6e27d01e1e1f1fae8559ef3c02c76317da650a19047f249acd519d", size = 2210552, upload-time = "2024-09-24T14:53:07.145Z" }, + { url = "https://files.pythonhosted.org/packages/aa/2c/8b5d82fe2d9c7f260fb73121418f5e07d4e38c329ea3886a5b0e55586113/fonttools-4.54.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:5419771b64248484299fa77689d4f3aeed643ea6630b2ea750eeab219588ba20", size = 2768112, upload-time = "2024-09-24T14:53:09.708Z" }, + { url = "https://files.pythonhosted.org/packages/37/2e/f94118b92f7b6a9ec93840101b64bfdd09f295b266133857e8e852a5c35c/fonttools-4.54.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:301540e89cf4ce89d462eb23a89464fef50915255ece765d10eee8b2bf9d75b2", size = 2254739, upload-time = "2024-09-24T14:53:12.077Z" }, + { url = "https://files.pythonhosted.org/packages/45/4b/8a32f56a13e78256192f77d6b65583c43538c7955f5420887bb574b91ddf/fonttools-4.54.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:76ae5091547e74e7efecc3cbf8e75200bc92daaeb88e5433c5e3e95ea8ce5aa7", size = 4879772, upload-time = "2024-09-24T14:53:15.095Z" }, + { url = "https://files.pythonhosted.org/packages/96/13/748b7f7239893ff0796de11074b0ad8aa4c3da2d9f4d79a128b0b16147f3/fonttools-4.54.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:82834962b3d7c5ca98cb56001c33cf20eb110ecf442725dc5fdf36d16ed1ab07", size = 4927686, upload-time = "2024-09-24T14:53:17.778Z" }, + { url = "https://files.pythonhosted.org/packages/7c/82/91bc5a378b4a0593fa90ea706f68ce7e9e871c6873e0d91e134d107758db/fonttools-4.54.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:d26732ae002cc3d2ecab04897bb02ae3f11f06dd7575d1df46acd2f7c012a8d8", size = 4890789, upload-time = "2024-09-24T14:53:20.025Z" }, + { url = "https://files.pythonhosted.org/packages/ea/ca/82be5d4f8b78405cdb3f7f3f1316af5e8db93216121f19da9f684a35beee/fonttools-4.54.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:58974b4987b2a71ee08ade1e7f47f410c367cdfc5a94fabd599c88165f56213a", size = 5061351, upload-time = "2024-09-24T14:53:22.125Z" }, + { url = "https://files.pythonhosted.org/packages/da/2f/fd6e1b01c80c473c3ac52492dcf8d26cdf5f4a89b4f30875ecfbda55e7ff/fonttools-4.54.1-cp311-cp311-win32.whl", hash = "sha256:ab774fa225238986218a463f3fe151e04d8c25d7de09df7f0f5fce27b1243dbc", size = 2166210, upload-time = "2024-09-24T14:53:24.55Z" }, + { url = "https://files.pythonhosted.org/packages/63/f1/3a081cd047d83b5966cb0d7ef3fea929ee6eddeb94d8fbfdb2a19bd60cc7/fonttools-4.54.1-cp311-cp311-win_amd64.whl", hash = "sha256:07e005dc454eee1cc60105d6a29593459a06321c21897f769a281ff2d08939f6", size = 2211946, upload-time = "2024-09-24T14:53:26.684Z" }, + { url = "https://files.pythonhosted.org/packages/27/b6/f9d365932dcefefdcc794985f8846471e60932070c557e0f66ed195fccec/fonttools-4.54.1-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:54471032f7cb5fca694b5f1a0aaeba4af6e10ae989df408e0216f7fd6cdc405d", size = 2761873, upload-time = "2024-09-24T14:53:28.492Z" }, + { url = "https://files.pythonhosted.org/packages/67/9d/cfbfe36e5061a8f68b154454ba2304eb01f40d4ba9b63e41d9058909baed/fonttools-4.54.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:8fa92cb248e573daab8d032919623cc309c005086d743afb014c836636166f08", size = 2251828, upload-time = "2024-09-24T14:53:31.75Z" }, + { url = "https://files.pythonhosted.org/packages/90/41/5573e074739efd9227dd23647724f01f6f07ad062fe09d02e91c5549dcf7/fonttools-4.54.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0a911591200114969befa7f2cb74ac148bce5a91df5645443371aba6d222e263", size = 4792544, upload-time = "2024-09-24T14:53:33.85Z" }, + { url = "https://files.pythonhosted.org/packages/08/07/aa85cc62abcc940b25d14b542cf585eebf4830032a7f6a1395d696bb3231/fonttools-4.54.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:93d458c8a6a354dc8b48fc78d66d2a8a90b941f7fec30e94c7ad9982b1fa6bab", size = 4875892, upload-time = "2024-09-24T14:53:36.536Z" }, + { url = "https://files.pythonhosted.org/packages/47/23/c5726c2615446c498a976bed21c35a242a97eee39930a2655d616ca885cc/fonttools-4.54.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:5eb2474a7c5be8a5331146758debb2669bf5635c021aee00fd7c353558fc659d", size = 4769822, upload-time = "2024-09-24T14:53:38.918Z" }, + { url = "https://files.pythonhosted.org/packages/8f/7b/87f7f7d35e0732ac67422dfa6f05e2b568fb6ca2dcd7f3e4f500293cfd75/fonttools-4.54.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:c9c563351ddc230725c4bdf7d9e1e92cbe6ae8553942bd1fb2b2ff0884e8b714", size = 5029455, upload-time = "2024-09-24T14:53:41.62Z" }, + { url = "https://files.pythonhosted.org/packages/e0/09/241aa498587889576838aa73c78d22b70ce06970807a5475d372baa7ccb7/fonttools-4.54.1-cp312-cp312-win32.whl", hash = "sha256:fdb062893fd6d47b527d39346e0c5578b7957dcea6d6a3b6794569370013d9ac", size = 2154411, upload-time = "2024-09-24T14:53:43.808Z" }, + { url = "https://files.pythonhosted.org/packages/b9/0a/a57caaff3bc880779317cb157e5b49dc47fad54effe027016abd355b0651/fonttools-4.54.1-cp312-cp312-win_amd64.whl", hash = "sha256:e4564cf40cebcb53f3dc825e85910bf54835e8a8b6880d59e5159f0f325e637e", size = 2200412, upload-time = "2024-09-24T14:53:45.841Z" }, + { url = "https://files.pythonhosted.org/packages/05/3d/cc515cae84a11d696f2cb7c139a90997b15f02e2e97ec09a5d79302cbcd7/fonttools-4.54.1-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:6e37561751b017cf5c40fce0d90fd9e8274716de327ec4ffb0df957160be3bff", size = 2749174, upload-time = "2024-09-24T14:53:47.939Z" }, + { url = "https://files.pythonhosted.org/packages/03/03/05d4b22d1a674d066380657f60bbc0eda2d206446912e676d1a33a206878/fonttools-4.54.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:357cacb988a18aace66e5e55fe1247f2ee706e01debc4b1a20d77400354cddeb", size = 2246267, upload-time = "2024-09-24T14:53:49.851Z" }, + { url = "https://files.pythonhosted.org/packages/52/c3/bb6086adb675e8b0963a7dbb7769e7118c95b687dd318cd660aefd4b4c8c/fonttools-4.54.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f8e953cc0bddc2beaf3a3c3b5dd9ab7554677da72dfaf46951e193c9653e515a", size = 4855090, upload-time = "2024-09-24T14:53:52.672Z" }, + { url = "https://files.pythonhosted.org/packages/80/a1/d7192b6a104e3f9ea8e5b1c3463a6240399f0fa826a782eff636cbe0495a/fonttools-4.54.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:58d29b9a294573d8319f16f2f79e42428ba9b6480442fa1836e4eb89c4d9d61c", size = 5005449, upload-time = "2024-09-24T14:53:55.353Z" }, + { url = "https://files.pythonhosted.org/packages/5a/6c/ecfd5c6cd8c9006e85b128d073af26bb263e8aa47506374cb14b25bcf65f/fonttools-4.54.1-cp313-cp313-win32.whl", hash = "sha256:9ef1b167e22709b46bf8168368b7b5d3efeaaa746c6d39661c1b4405b6352e58", size = 2152496, upload-time = "2024-09-24T14:53:57.978Z" }, + { url = "https://files.pythonhosted.org/packages/63/da/f7a1d837de419e3d4cccbd0dbf53c7399f610f65ceb9bcbf2480f3ae7950/fonttools-4.54.1-cp313-cp313-win_amd64.whl", hash = "sha256:262705b1663f18c04250bd1242b0515d3bbae177bee7752be67c979b7d47f43d", size = 2197257, upload-time = "2024-09-24T14:54:00.512Z" }, + { url = "https://files.pythonhosted.org/packages/99/14/298292fce6f163f04ec31a79bb6627d9ca85c9874d402f33415ebae313f7/fonttools-4.54.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:f5b8a096e649768c2f4233f947cf9737f8dbf8728b90e2771e2497c6e3d21d13", size = 2769825, upload-time = "2024-09-24T14:54:24.238Z" }, + { url = "https://files.pythonhosted.org/packages/86/dc/acf23baaefac9893d99f5a7dc3396ecfbc4747597075009c8b6452e4b2a6/fonttools-4.54.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:4e10d2e0a12e18f4e2dd031e1bf7c3d7017be5c8dbe524d07706179f355c5dac", size = 2256120, upload-time = "2024-09-24T14:54:26.198Z" }, + { url = "https://files.pythonhosted.org/packages/28/bc/9c57b3f19a4178318e9f1ee4cb6b5be91a07ef11a2a26716ceed3bebc2cc/fonttools-4.54.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:31c32d7d4b0958600eac75eaf524b7b7cb68d3a8c196635252b7a2c30d80e986", size = 4578956, upload-time = "2024-09-24T14:54:28.72Z" }, + { url = "https://files.pythonhosted.org/packages/8c/e7/24870ef7d4014b7904a3b9911199ffe04532d1fb73cf70856471f9f8b252/fonttools-4.54.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c39287f5c8f4a0c5a55daf9eaf9ccd223ea59eed3f6d467133cc727d7b943a55", size = 4637480, upload-time = "2024-09-24T14:54:31.145Z" }, + { url = "https://files.pythonhosted.org/packages/5d/41/c72f79b24969d04c14bd543faaa3a126d71114eb0e896227e1692a39bec2/fonttools-4.54.1-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:a7a310c6e0471602fe3bf8efaf193d396ea561486aeaa7adc1f132e02d30c4b9", size = 4572104, upload-time = "2024-09-24T14:54:34.238Z" }, + { url = "https://files.pythonhosted.org/packages/8b/47/b897833f6d659147498517fef95b8978a2125da11392983e0f3acf4671a9/fonttools-4.54.1-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:d3b659d1029946f4ff9b6183984578041b520ce0f8fb7078bb37ec7445806b33", size = 4744962, upload-time = "2024-09-24T14:54:36.263Z" }, + { url = "https://files.pythonhosted.org/packages/40/ea/61664ee6a587fe59dd67224d3939a3e253e012bbf19b905b934a8c306cf9/fonttools-4.54.1-cp39-cp39-win32.whl", hash = "sha256:e96bc94c8cda58f577277d4a71f51c8e2129b8b36fd05adece6320dd3d57de8a", size = 2167431, upload-time = "2024-09-24T14:54:38.714Z" }, + { url = "https://files.pythonhosted.org/packages/3c/87/566f79796150029bfce1c93c10adb1c46017fac2caac3996a0a6f73c96e1/fonttools-4.54.1-cp39-cp39-win_amd64.whl", hash = "sha256:e8a4b261c1ef91e7188a30571be6ad98d1c6d9fa2427244c545e2fa0a2494dd7", size = 2211153, upload-time = "2024-09-24T14:54:40.908Z" }, + { url = "https://files.pythonhosted.org/packages/57/5e/de2e6e51cb6894f2f2bc2641f6c845561361b622e96df3cca04df77222c9/fonttools-4.54.1-py3-none-any.whl", hash = "sha256:37cddd62d83dc4f72f7c3f3c2bcf2697e89a30efb152079896544a93907733bd", size = 1096920, upload-time = "2024-09-24T14:54:42.87Z" }, ] [[package]] name = "fqdn" version = "1.5.1" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/30/3e/a80a8c077fd798951169626cde3e239adeba7dab75deb3555716415bd9b0/fqdn-1.5.1.tar.gz", hash = "sha256:105ed3677e767fb5ca086a0c1f4bb66ebc3c100be518f0e0d755d9eae164d89f", size = 6015 } +sdist = { url = "https://files.pythonhosted.org/packages/30/3e/a80a8c077fd798951169626cde3e239adeba7dab75deb3555716415bd9b0/fqdn-1.5.1.tar.gz", hash = "sha256:105ed3677e767fb5ca086a0c1f4bb66ebc3c100be518f0e0d755d9eae164d89f", size = 6015, upload-time = "2021-03-11T07:16:29.08Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/cf/58/8acf1b3e91c58313ce5cb67df61001fc9dcd21be4fadb76c1a2d540e09ed/fqdn-1.5.1-py3-none-any.whl", hash = "sha256:3a179af3761e4df6eb2e026ff9e1a3033d3587bf980a0b1b2e1e5d08d7358014", size = 9121 }, + { url = "https://files.pythonhosted.org/packages/cf/58/8acf1b3e91c58313ce5cb67df61001fc9dcd21be4fadb76c1a2d540e09ed/fqdn-1.5.1-py3-none-any.whl", hash = "sha256:3a179af3761e4df6eb2e026ff9e1a3033d3587bf980a0b1b2e1e5d08d7358014", size = 9121, upload-time = "2021-03-11T07:16:28.351Z" }, ] [[package]] name = "h11" version = "0.14.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/f5/38/3af3d3633a34a3316095b39c8e8fb4853a28a536e55d347bd8d8e9a14b03/h11-0.14.0.tar.gz", hash = "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d", size = 100418 } +sdist = { url = "https://files.pythonhosted.org/packages/f5/38/3af3d3633a34a3316095b39c8e8fb4853a28a536e55d347bd8d8e9a14b03/h11-0.14.0.tar.gz", hash = "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d", size = 100418, upload-time = "2022-09-25T15:40:01.519Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/95/04/ff642e65ad6b90db43e668d70ffb6736436c7ce41fcc549f4e9472234127/h11-0.14.0-py3-none-any.whl", hash = "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761", size = 58259 }, + { url = "https://files.pythonhosted.org/packages/95/04/ff642e65ad6b90db43e668d70ffb6736436c7ce41fcc549f4e9472234127/h11-0.14.0-py3-none-any.whl", hash = "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761", size = 58259, upload-time = "2022-09-25T15:39:59.68Z" }, ] [[package]] @@ -558,9 +567,9 @@ dependencies = [ { name = "certifi" }, { name = "h11" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/b6/44/ed0fa6a17845fb033bd885c03e842f08c1b9406c86a2e60ac1ae1b9206a6/httpcore-1.0.6.tar.gz", hash = "sha256:73f6dbd6eb8c21bbf7ef8efad555481853f5f6acdeaff1edb0694289269ee17f", size = 85180 } +sdist = { url = "https://files.pythonhosted.org/packages/b6/44/ed0fa6a17845fb033bd885c03e842f08c1b9406c86a2e60ac1ae1b9206a6/httpcore-1.0.6.tar.gz", hash = "sha256:73f6dbd6eb8c21bbf7ef8efad555481853f5f6acdeaff1edb0694289269ee17f", size = 85180, upload-time = "2024-10-01T17:02:00.094Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/06/89/b161908e2f51be56568184aeb4a880fd287178d176fd1c860d2217f41106/httpcore-1.0.6-py3-none-any.whl", hash = "sha256:27b59625743b85577a8c0e10e55b50b5368a4f2cfe8cc7bcfa9cf00829c2682f", size = 78011 }, + { url = "https://files.pythonhosted.org/packages/06/89/b161908e2f51be56568184aeb4a880fd287178d176fd1c860d2217f41106/httpcore-1.0.6-py3-none-any.whl", hash = "sha256:27b59625743b85577a8c0e10e55b50b5368a4f2cfe8cc7bcfa9cf00829c2682f", size = 78011, upload-time = "2024-10-01T17:01:58.811Z" }, ] [[package]] @@ -574,18 +583,18 @@ dependencies = [ { name = "idna" }, { name = "sniffio" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/78/82/08f8c936781f67d9e6b9eeb8a0c8b4e406136ea4c3d1f89a5db71d42e0e6/httpx-0.27.2.tar.gz", hash = "sha256:f7c2be1d2f3c3c3160d441802406b206c2b76f5947b11115e6df10c6c65e66c2", size = 144189 } +sdist = { url = "https://files.pythonhosted.org/packages/78/82/08f8c936781f67d9e6b9eeb8a0c8b4e406136ea4c3d1f89a5db71d42e0e6/httpx-0.27.2.tar.gz", hash = "sha256:f7c2be1d2f3c3c3160d441802406b206c2b76f5947b11115e6df10c6c65e66c2", size = 144189, upload-time = "2024-08-27T12:54:01.334Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/56/95/9377bcb415797e44274b51d46e3249eba641711cf3348050f76ee7b15ffc/httpx-0.27.2-py3-none-any.whl", hash = "sha256:7bb2708e112d8fdd7829cd4243970f0c223274051cb35ee80c03301ee29a3df0", size = 76395 }, + { url = "https://files.pythonhosted.org/packages/56/95/9377bcb415797e44274b51d46e3249eba641711cf3348050f76ee7b15ffc/httpx-0.27.2-py3-none-any.whl", hash = "sha256:7bb2708e112d8fdd7829cd4243970f0c223274051cb35ee80c03301ee29a3df0", size = 76395, upload-time = "2024-08-27T12:53:59.653Z" }, ] [[package]] name = "idna" version = "3.10" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/f1/70/7703c29685631f5a7590aa73f1f1d3fa9a380e654b86af429e0934a32f7d/idna-3.10.tar.gz", hash = "sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9", size = 190490 } +sdist = { url = "https://files.pythonhosted.org/packages/f1/70/7703c29685631f5a7590aa73f1f1d3fa9a380e654b86af429e0934a32f7d/idna-3.10.tar.gz", hash = "sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9", size = 190490, upload-time = "2024-09-15T18:07:39.745Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/76/c6/c88e154df9c4e1a2a66ccf0005a88dfb2650c1dffb6f5ce603dfbd452ce3/idna-3.10-py3-none-any.whl", hash = "sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3", size = 70442 }, + { url = "https://files.pythonhosted.org/packages/76/c6/c88e154df9c4e1a2a66ccf0005a88dfb2650c1dffb6f5ce603dfbd452ce3/idna-3.10-py3-none-any.whl", hash = "sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3", size = 70442, upload-time = "2024-09-15T18:07:37.964Z" }, ] [[package]] @@ -593,11 +602,11 @@ name = "importlib-metadata" version = "8.5.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "zipp", marker = "python_version < '3.11'" }, + { name = "zipp", marker = "python_full_version < '3.11'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/cd/12/33e59336dca5be0c398a7482335911a33aa0e20776128f038019f1a95f1b/importlib_metadata-8.5.0.tar.gz", hash = "sha256:71522656f0abace1d072b9e5481a48f07c138e00f079c38c8f883823f9c26bd7", size = 55304 } +sdist = { url = "https://files.pythonhosted.org/packages/cd/12/33e59336dca5be0c398a7482335911a33aa0e20776128f038019f1a95f1b/importlib_metadata-8.5.0.tar.gz", hash = "sha256:71522656f0abace1d072b9e5481a48f07c138e00f079c38c8f883823f9c26bd7", size = 55304, upload-time = "2024-09-11T14:56:08.937Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/a0/d9/a1e041c5e7caa9a05c925f4bdbdfb7f006d1f74996af53467bc394c97be7/importlib_metadata-8.5.0-py3-none-any.whl", hash = "sha256:45e54197d28b7a7f1559e60b95e7c567032b602131fbd588f1497f47880aa68b", size = 26514 }, + { url = "https://files.pythonhosted.org/packages/a0/d9/a1e041c5e7caa9a05c925f4bdbdfb7f006d1f74996af53467bc394c97be7/importlib_metadata-8.5.0-py3-none-any.whl", hash = "sha256:45e54197d28b7a7f1559e60b95e7c567032b602131fbd588f1497f47880aa68b", size = 26514, upload-time = "2024-09-11T14:56:07.019Z" }, ] [[package]] @@ -605,11 +614,11 @@ name = "importlib-resources" version = "6.4.5" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "zipp", marker = "python_version < '3.10'" }, + { name = "zipp", marker = "python_full_version < '3.10'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/98/be/f3e8c6081b684f176b761e6a2fef02a0be939740ed6f54109a2951d806f3/importlib_resources-6.4.5.tar.gz", hash = "sha256:980862a1d16c9e147a59603677fa2aa5fd82b87f223b6cb870695bcfce830065", size = 43372 } +sdist = { url = "https://files.pythonhosted.org/packages/98/be/f3e8c6081b684f176b761e6a2fef02a0be939740ed6f54109a2951d806f3/importlib_resources-6.4.5.tar.gz", hash = "sha256:980862a1d16c9e147a59603677fa2aa5fd82b87f223b6cb870695bcfce830065", size = 43372, upload-time = "2024-09-09T17:03:14.677Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/e1/6a/4604f9ae2fa62ef47b9de2fa5ad599589d28c9fd1d335f32759813dfa91e/importlib_resources-6.4.5-py3-none-any.whl", hash = "sha256:ac29d5f956f01d5e4bb63102a5a19957f1b9175e45649977264a1416783bb717", size = 36115 }, + { url = "https://files.pythonhosted.org/packages/e1/6a/4604f9ae2fa62ef47b9de2fa5ad599589d28c9fd1d335f32759813dfa91e/importlib_resources-6.4.5-py3-none-any.whl", hash = "sha256:ac29d5f956f01d5e4bb63102a5a19957f1b9175e45649977264a1416783bb717", size = 36115, upload-time = "2024-09-09T17:03:13.39Z" }, ] [[package]] @@ -617,7 +626,7 @@ name = "ipykernel" version = "6.29.5" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "appnope", marker = "platform_system == 'Darwin'" }, + { name = "appnope", marker = "sys_platform == 'darwin'" }, { name = "comm" }, { name = "debugpy" }, { name = "ipython" }, @@ -631,9 +640,9 @@ dependencies = [ { name = "tornado" }, { name = "traitlets" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/e9/5c/67594cb0c7055dc50814b21731c22a601101ea3b1b50a9a1b090e11f5d0f/ipykernel-6.29.5.tar.gz", hash = "sha256:f093a22c4a40f8828f8e330a9c297cb93dcab13bd9678ded6de8e5cf81c56215", size = 163367 } +sdist = { url = "https://files.pythonhosted.org/packages/e9/5c/67594cb0c7055dc50814b21731c22a601101ea3b1b50a9a1b090e11f5d0f/ipykernel-6.29.5.tar.gz", hash = "sha256:f093a22c4a40f8828f8e330a9c297cb93dcab13bd9678ded6de8e5cf81c56215", size = 163367, upload-time = "2024-07-01T14:07:22.543Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/94/5c/368ae6c01c7628438358e6d337c19b05425727fbb221d2a3c4303c372f42/ipykernel-6.29.5-py3-none-any.whl", hash = "sha256:afdb66ba5aa354b09b91379bac28ae4afebbb30e8b39510c9690afb7a10421b5", size = 117173 }, + { url = "https://files.pythonhosted.org/packages/94/5c/368ae6c01c7628438358e6d337c19b05425727fbb221d2a3c4303c372f42/ipykernel-6.29.5-py3-none-any.whl", hash = "sha256:afdb66ba5aa354b09b91379bac28ae4afebbb30e8b39510c9690afb7a10421b5", size = 117173, upload-time = "2024-07-01T14:07:19.603Z" }, ] [[package]] @@ -643,7 +652,7 @@ source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "colorama", marker = "sys_platform == 'win32'" }, { name = "decorator" }, - { name = "exceptiongroup", marker = "python_version < '3.11'" }, + { name = "exceptiongroup", marker = "python_full_version < '3.11'" }, { name = "jedi" }, { name = "matplotlib-inline" }, { name = "pexpect", marker = "sys_platform != 'win32'" }, @@ -651,11 +660,11 @@ dependencies = [ { name = "pygments" }, { name = "stack-data" }, { name = "traitlets" }, - { name = "typing-extensions", marker = "python_version < '3.10'" }, + { name = "typing-extensions", marker = "python_full_version < '3.10'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/b1/b9/3ba6c45a6df813c09a48bac313c22ff83efa26cbb55011218d925a46e2ad/ipython-8.18.1.tar.gz", hash = "sha256:ca6f079bb33457c66e233e4580ebfc4128855b4cf6370dddd73842a9563e8a27", size = 5486330 } +sdist = { url = "https://files.pythonhosted.org/packages/b1/b9/3ba6c45a6df813c09a48bac313c22ff83efa26cbb55011218d925a46e2ad/ipython-8.18.1.tar.gz", hash = "sha256:ca6f079bb33457c66e233e4580ebfc4128855b4cf6370dddd73842a9563e8a27", size = 5486330, upload-time = "2023-11-27T09:58:34.596Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/47/6b/d9fdcdef2eb6a23f391251fde8781c38d42acd82abe84d054cb74f7863b0/ipython-8.18.1-py3-none-any.whl", hash = "sha256:e8267419d72d81955ec1177f8a29aaa90ac80ad647499201119e2f05e99aa397", size = 808161 }, + { url = "https://files.pythonhosted.org/packages/47/6b/d9fdcdef2eb6a23f391251fde8781c38d42acd82abe84d054cb74f7863b0/ipython-8.18.1-py3-none-any.whl", hash = "sha256:e8267419d72d81955ec1177f8a29aaa90ac80ad647499201119e2f05e99aa397", size = 808161, upload-time = "2023-11-27T09:58:30.538Z" }, ] [[package]] @@ -669,9 +678,9 @@ dependencies = [ { name = "traitlets" }, { name = "widgetsnbextension" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/c7/4c/dab2a281b07596a5fc220d49827fe6c794c66f1493d7a74f1df0640f2cc5/ipywidgets-8.1.5.tar.gz", hash = "sha256:870e43b1a35656a80c18c9503bbf2d16802db1cb487eec6fab27d683381dde17", size = 116723 } +sdist = { url = "https://files.pythonhosted.org/packages/c7/4c/dab2a281b07596a5fc220d49827fe6c794c66f1493d7a74f1df0640f2cc5/ipywidgets-8.1.5.tar.gz", hash = "sha256:870e43b1a35656a80c18c9503bbf2d16802db1cb487eec6fab27d683381dde17", size = 116723, upload-time = "2024-08-22T12:19:51.302Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/22/2d/9c0b76f2f9cc0ebede1b9371b6f317243028ed60b90705863d493bae622e/ipywidgets-8.1.5-py3-none-any.whl", hash = "sha256:3290f526f87ae6e77655555baba4f36681c555b8bdbbff430b70e52c34c86245", size = 139767 }, + { url = "https://files.pythonhosted.org/packages/22/2d/9c0b76f2f9cc0ebede1b9371b6f317243028ed60b90705863d493bae622e/ipywidgets-8.1.5-py3-none-any.whl", hash = "sha256:3290f526f87ae6e77655555baba4f36681c555b8bdbbff430b70e52c34c86245", size = 139767, upload-time = "2024-08-22T12:19:49.494Z" }, ] [[package]] @@ -681,9 +690,9 @@ source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "arrow" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/7c/1a/3c8edc664e06e6bd06cce40c6b22da5f1429aa4224d0c590f3be21c91ead/isoduration-20.11.0.tar.gz", hash = "sha256:ac2f9015137935279eac671f94f89eb00584f940f5dc49462a0c4ee692ba1bd9", size = 11649 } +sdist = { url = "https://files.pythonhosted.org/packages/7c/1a/3c8edc664e06e6bd06cce40c6b22da5f1429aa4224d0c590f3be21c91ead/isoduration-20.11.0.tar.gz", hash = "sha256:ac2f9015137935279eac671f94f89eb00584f940f5dc49462a0c4ee692ba1bd9", size = 11649, upload-time = "2020-11-01T11:00:00.312Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/7b/55/e5326141505c5d5e34c5e0935d2908a74e4561eca44108fbfb9c13d2911a/isoduration-20.11.0-py3-none-any.whl", hash = "sha256:b2904c2a4228c3d44f409c8ae8e2370eb21a26f7ac2ec5446df141dde3452042", size = 11321 }, + { url = "https://files.pythonhosted.org/packages/7b/55/e5326141505c5d5e34c5e0935d2908a74e4561eca44108fbfb9c13d2911a/isoduration-20.11.0-py3-none-any.whl", hash = "sha256:b2904c2a4228c3d44f409c8ae8e2370eb21a26f7ac2ec5446df141dde3452042", size = 11321, upload-time = "2020-11-01T10:59:58.02Z" }, ] [[package]] @@ -693,9 +702,9 @@ source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "parso" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/d6/99/99b493cec4bf43176b678de30f81ed003fd6a647a301b9c927280c600f0a/jedi-0.19.1.tar.gz", hash = "sha256:cf0496f3651bc65d7174ac1b7d043eff454892c708a87d1b683e57b569927ffd", size = 1227821 } +sdist = { url = "https://files.pythonhosted.org/packages/d6/99/99b493cec4bf43176b678de30f81ed003fd6a647a301b9c927280c600f0a/jedi-0.19.1.tar.gz", hash = "sha256:cf0496f3651bc65d7174ac1b7d043eff454892c708a87d1b683e57b569927ffd", size = 1227821, upload-time = "2023-10-02T09:20:39.728Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/20/9f/bc63f0f0737ad7a60800bfd472a4836661adae21f9c2535f3957b1e54ceb/jedi-0.19.1-py2.py3-none-any.whl", hash = "sha256:e983c654fe5c02867aef4cdfce5a2fbb4a50adc0af145f70504238f18ef5e7e0", size = 1569361 }, + { url = "https://files.pythonhosted.org/packages/20/9f/bc63f0f0737ad7a60800bfd472a4836661adae21f9c2535f3957b1e54ceb/jedi-0.19.1-py2.py3-none-any.whl", hash = "sha256:e983c654fe5c02867aef4cdfce5a2fbb4a50adc0af145f70504238f18ef5e7e0", size = 1569361, upload-time = "2023-10-02T09:20:35.754Z" }, ] [[package]] @@ -705,27 +714,27 @@ source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "markupsafe" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/ed/55/39036716d19cab0747a5020fc7e907f362fbf48c984b14e62127f7e68e5d/jinja2-3.1.4.tar.gz", hash = "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369", size = 240245 } +sdist = { url = "https://files.pythonhosted.org/packages/ed/55/39036716d19cab0747a5020fc7e907f362fbf48c984b14e62127f7e68e5d/jinja2-3.1.4.tar.gz", hash = "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369", size = 240245, upload-time = "2024-05-05T23:42:02.455Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/31/80/3a54838c3fb461f6fec263ebf3a3a41771bd05190238de3486aae8540c36/jinja2-3.1.4-py3-none-any.whl", hash = "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d", size = 133271 }, + { url = "https://files.pythonhosted.org/packages/31/80/3a54838c3fb461f6fec263ebf3a3a41771bd05190238de3486aae8540c36/jinja2-3.1.4-py3-none-any.whl", hash = "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d", size = 133271, upload-time = "2024-05-05T23:41:59.928Z" }, ] [[package]] name = "json5" version = "0.9.25" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/91/59/51b032d53212a51f17ebbcc01bd4217faab6d6c09ed0d856a987a5f42bbc/json5-0.9.25.tar.gz", hash = "sha256:548e41b9be043f9426776f05df8635a00fe06104ea51ed24b67f908856e151ae", size = 40332 } +sdist = { url = "https://files.pythonhosted.org/packages/91/59/51b032d53212a51f17ebbcc01bd4217faab6d6c09ed0d856a987a5f42bbc/json5-0.9.25.tar.gz", hash = "sha256:548e41b9be043f9426776f05df8635a00fe06104ea51ed24b67f908856e151ae", size = 40332, upload-time = "2024-04-12T19:47:51.405Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/8a/3c/4f8791ee53ab9eeb0b022205aa79387119a74cc9429582ce04098e6fc540/json5-0.9.25-py3-none-any.whl", hash = "sha256:34ed7d834b1341a86987ed52f3f76cd8ee184394906b6e22a1e0deb9ab294e8f", size = 30109 }, + { url = "https://files.pythonhosted.org/packages/8a/3c/4f8791ee53ab9eeb0b022205aa79387119a74cc9429582ce04098e6fc540/json5-0.9.25-py3-none-any.whl", hash = "sha256:34ed7d834b1341a86987ed52f3f76cd8ee184394906b6e22a1e0deb9ab294e8f", size = 30109, upload-time = "2024-04-12T19:47:49.323Z" }, ] [[package]] name = "jsonpointer" version = "3.0.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/6a/0a/eebeb1fa92507ea94016a2a790b93c2ae41a7e18778f85471dc54475ed25/jsonpointer-3.0.0.tar.gz", hash = "sha256:2b2d729f2091522d61c3b31f82e11870f60b68f43fbc705cb76bf4b832af59ef", size = 9114 } +sdist = { url = "https://files.pythonhosted.org/packages/6a/0a/eebeb1fa92507ea94016a2a790b93c2ae41a7e18778f85471dc54475ed25/jsonpointer-3.0.0.tar.gz", hash = "sha256:2b2d729f2091522d61c3b31f82e11870f60b68f43fbc705cb76bf4b832af59ef", size = 9114, upload-time = "2024-06-10T19:24:42.462Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/71/92/5e77f98553e9e75130c78900d000368476aed74276eb8ae8796f65f00918/jsonpointer-3.0.0-py2.py3-none-any.whl", hash = "sha256:13e088adc14fca8b6aa8177c044e12701e6ad4b28ff10e65f2267a90109c9942", size = 7595 }, + { url = "https://files.pythonhosted.org/packages/71/92/5e77f98553e9e75130c78900d000368476aed74276eb8ae8796f65f00918/jsonpointer-3.0.0-py2.py3-none-any.whl", hash = "sha256:13e088adc14fca8b6aa8177c044e12701e6ad4b28ff10e65f2267a90109c9942", size = 7595, upload-time = "2024-06-10T19:24:40.698Z" }, ] [[package]] @@ -738,9 +747,9 @@ dependencies = [ { name = "referencing" }, { name = "rpds-py" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/38/2e/03362ee4034a4c917f697890ccd4aec0800ccf9ded7f511971c75451deec/jsonschema-4.23.0.tar.gz", hash = "sha256:d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4", size = 325778 } +sdist = { url = "https://files.pythonhosted.org/packages/38/2e/03362ee4034a4c917f697890ccd4aec0800ccf9ded7f511971c75451deec/jsonschema-4.23.0.tar.gz", hash = "sha256:d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4", size = 325778, upload-time = "2024-07-08T18:40:05.546Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/69/4a/4f9dbeb84e8850557c02365a0eee0649abe5eb1d84af92a25731c6c0f922/jsonschema-4.23.0-py3-none-any.whl", hash = "sha256:fbadb6f8b144a8f8cf9f0b89ba94501d143e50411a1278633f56a7acf7fd5566", size = 88462 }, + { url = "https://files.pythonhosted.org/packages/69/4a/4f9dbeb84e8850557c02365a0eee0649abe5eb1d84af92a25731c6c0f922/jsonschema-4.23.0-py3-none-any.whl", hash = "sha256:fbadb6f8b144a8f8cf9f0b89ba94501d143e50411a1278633f56a7acf7fd5566", size = 88462, upload-time = "2024-07-08T18:40:00.165Z" }, ] [package.optional-dependencies] @@ -762,9 +771,9 @@ source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "referencing" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/10/db/58f950c996c793472e336ff3655b13fbcf1e3b359dcf52dcf3ed3b52c352/jsonschema_specifications-2024.10.1.tar.gz", hash = "sha256:0f38b83639958ce1152d02a7f062902c41c8fd20d558b0c34344292d417ae272", size = 15561 } +sdist = { url = "https://files.pythonhosted.org/packages/10/db/58f950c996c793472e336ff3655b13fbcf1e3b359dcf52dcf3ed3b52c352/jsonschema_specifications-2024.10.1.tar.gz", hash = "sha256:0f38b83639958ce1152d02a7f062902c41c8fd20d558b0c34344292d417ae272", size = 15561, upload-time = "2024-10-08T12:29:32.068Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/d1/0f/8910b19ac0670a0f80ce1008e5e751c4a57e14d2c4c13a482aa6079fa9d6/jsonschema_specifications-2024.10.1-py3-none-any.whl", hash = "sha256:a09a0680616357d9a0ecf05c12ad234479f549239d0f5b55f3deea67475da9bf", size = 18459 }, + { url = "https://files.pythonhosted.org/packages/d1/0f/8910b19ac0670a0f80ce1008e5e751c4a57e14d2c4c13a482aa6079fa9d6/jsonschema_specifications-2024.10.1-py3-none-any.whl", hash = "sha256:a09a0680616357d9a0ecf05c12ad234479f549239d0f5b55f3deea67475da9bf", size = 18459, upload-time = "2024-10-08T12:29:30.439Z" }, ] [[package]] @@ -779,9 +788,9 @@ dependencies = [ { name = "nbconvert" }, { name = "notebook" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/58/f3/af28ea964ab8bc1e472dba2e82627d36d470c51f5cd38c37502eeffaa25e/jupyter-1.1.1.tar.gz", hash = "sha256:d55467bceabdea49d7e3624af7e33d59c37fff53ed3a350e1ac957bed731de7a", size = 5714959 } +sdist = { url = "https://files.pythonhosted.org/packages/58/f3/af28ea964ab8bc1e472dba2e82627d36d470c51f5cd38c37502eeffaa25e/jupyter-1.1.1.tar.gz", hash = "sha256:d55467bceabdea49d7e3624af7e33d59c37fff53ed3a350e1ac957bed731de7a", size = 5714959, upload-time = "2024-08-30T07:15:48.299Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/38/64/285f20a31679bf547b75602702f7800e74dbabae36ef324f716c02804753/jupyter-1.1.1-py2.py3-none-any.whl", hash = "sha256:7a59533c22af65439b24bbe60373a4e95af8f16ac65a6c00820ad378e3f7cc83", size = 2657 }, + { url = "https://files.pythonhosted.org/packages/38/64/285f20a31679bf547b75602702f7800e74dbabae36ef324f716c02804753/jupyter-1.1.1-py2.py3-none-any.whl", hash = "sha256:7a59533c22af65439b24bbe60373a4e95af8f16ac65a6c00820ad378e3f7cc83", size = 2657, upload-time = "2024-08-30T07:15:47.045Z" }, ] [[package]] @@ -789,16 +798,16 @@ name = "jupyter-client" version = "8.6.3" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "importlib-metadata", marker = "python_version < '3.10'" }, + { name = "importlib-metadata", marker = "python_full_version < '3.10'" }, { name = "jupyter-core" }, { name = "python-dateutil" }, { name = "pyzmq" }, { name = "tornado" }, { name = "traitlets" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/71/22/bf9f12fdaeae18019a468b68952a60fe6dbab5d67cd2a103cac7659b41ca/jupyter_client-8.6.3.tar.gz", hash = "sha256:35b3a0947c4a6e9d589eb97d7d4cd5e90f910ee73101611f01283732bd6d9419", size = 342019 } +sdist = { url = "https://files.pythonhosted.org/packages/71/22/bf9f12fdaeae18019a468b68952a60fe6dbab5d67cd2a103cac7659b41ca/jupyter_client-8.6.3.tar.gz", hash = "sha256:35b3a0947c4a6e9d589eb97d7d4cd5e90f910ee73101611f01283732bd6d9419", size = 342019, upload-time = "2024-09-17T10:44:17.613Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/11/85/b0394e0b6fcccd2c1eeefc230978a6f8cb0c5df1e4cd3e7625735a0d7d1e/jupyter_client-8.6.3-py3-none-any.whl", hash = "sha256:e8a19cc986cc45905ac3362915f410f3af85424b4c0905e94fa5f2cb08e8f23f", size = 106105 }, + { url = "https://files.pythonhosted.org/packages/11/85/b0394e0b6fcccd2c1eeefc230978a6f8cb0c5df1e4cd3e7625735a0d7d1e/jupyter_client-8.6.3-py3-none-any.whl", hash = "sha256:e8a19cc986cc45905ac3362915f410f3af85424b4c0905e94fa5f2cb08e8f23f", size = 106105, upload-time = "2024-09-17T10:44:15.218Z" }, ] [[package]] @@ -815,9 +824,9 @@ dependencies = [ { name = "pyzmq" }, { name = "traitlets" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/bd/2d/e2fd31e2fc41c14e2bcb6c976ab732597e907523f6b2420305f9fc7fdbdb/jupyter_console-6.6.3.tar.gz", hash = "sha256:566a4bf31c87adbfadf22cdf846e3069b59a71ed5da71d6ba4d8aaad14a53539", size = 34363 } +sdist = { url = "https://files.pythonhosted.org/packages/bd/2d/e2fd31e2fc41c14e2bcb6c976ab732597e907523f6b2420305f9fc7fdbdb/jupyter_console-6.6.3.tar.gz", hash = "sha256:566a4bf31c87adbfadf22cdf846e3069b59a71ed5da71d6ba4d8aaad14a53539", size = 34363, upload-time = "2023-03-06T14:13:31.02Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/ca/77/71d78d58f15c22db16328a476426f7ac4a60d3a5a7ba3b9627ee2f7903d4/jupyter_console-6.6.3-py3-none-any.whl", hash = "sha256:309d33409fcc92ffdad25f0bcdf9a4a9daa61b6f341177570fdac03de5352485", size = 24510 }, + { url = "https://files.pythonhosted.org/packages/ca/77/71d78d58f15c22db16328a476426f7ac4a60d3a5a7ba3b9627ee2f7903d4/jupyter_console-6.6.3-py3-none-any.whl", hash = "sha256:309d33409fcc92ffdad25f0bcdf9a4a9daa61b6f341177570fdac03de5352485", size = 24510, upload-time = "2023-03-06T14:13:28.229Z" }, ] [[package]] @@ -829,9 +838,9 @@ dependencies = [ { name = "pywin32", marker = "platform_python_implementation != 'PyPy' and sys_platform == 'win32'" }, { name = "traitlets" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/00/11/b56381fa6c3f4cc5d2cf54a7dbf98ad9aa0b339ef7a601d6053538b079a7/jupyter_core-5.7.2.tar.gz", hash = "sha256:aa5f8d32bbf6b431ac830496da7392035d6f61b4f54872f15c4bd2a9c3f536d9", size = 87629 } +sdist = { url = "https://files.pythonhosted.org/packages/00/11/b56381fa6c3f4cc5d2cf54a7dbf98ad9aa0b339ef7a601d6053538b079a7/jupyter_core-5.7.2.tar.gz", hash = "sha256:aa5f8d32bbf6b431ac830496da7392035d6f61b4f54872f15c4bd2a9c3f536d9", size = 87629, upload-time = "2024-03-12T12:37:35.652Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/c9/fb/108ecd1fe961941959ad0ee4e12ee7b8b1477247f30b1fdfd83ceaf017f0/jupyter_core-5.7.2-py3-none-any.whl", hash = "sha256:4f7315d2f6b4bcf2e3e7cb6e46772eba760ae459cd1f59d29eb57b0a01bd7409", size = 28965 }, + { url = "https://files.pythonhosted.org/packages/c9/fb/108ecd1fe961941959ad0ee4e12ee7b8b1477247f30b1fdfd83ceaf017f0/jupyter_core-5.7.2-py3-none-any.whl", hash = "sha256:4f7315d2f6b4bcf2e3e7cb6e46772eba760ae459cd1f59d29eb57b0a01bd7409", size = 28965, upload-time = "2024-03-12T12:37:32.36Z" }, ] [[package]] @@ -839,7 +848,6 @@ name = "jupyter-events" version = "0.10.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "jsonschema" }, { name = "jsonschema", extra = ["format-nongpl"] }, { name = "python-json-logger" }, { name = "pyyaml" }, @@ -848,9 +856,9 @@ dependencies = [ { name = "rfc3986-validator" }, { name = "traitlets" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/8d/53/7537a1aa558229bb0b1b178d814c9d68a9c697d3aecb808a1cb2646acf1f/jupyter_events-0.10.0.tar.gz", hash = "sha256:670b8229d3cc882ec782144ed22e0d29e1c2d639263f92ca8383e66682845e22", size = 61516 } +sdist = { url = "https://files.pythonhosted.org/packages/8d/53/7537a1aa558229bb0b1b178d814c9d68a9c697d3aecb808a1cb2646acf1f/jupyter_events-0.10.0.tar.gz", hash = "sha256:670b8229d3cc882ec782144ed22e0d29e1c2d639263f92ca8383e66682845e22", size = 61516, upload-time = "2024-03-18T17:41:58.642Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/a5/94/059180ea70a9a326e1815176b2370da56376da347a796f8c4f0b830208ef/jupyter_events-0.10.0-py3-none-any.whl", hash = "sha256:4b72130875e59d57716d327ea70d3ebc3af1944d3717e5a498b8a06c6c159960", size = 18777 }, + { url = "https://files.pythonhosted.org/packages/a5/94/059180ea70a9a326e1815176b2370da56376da347a796f8c4f0b830208ef/jupyter_events-0.10.0-py3-none-any.whl", hash = "sha256:4b72130875e59d57716d327ea70d3ebc3af1944d3717e5a498b8a06c6c159960", size = 18777, upload-time = "2024-03-18T17:41:56.155Z" }, ] [[package]] @@ -858,12 +866,12 @@ name = "jupyter-lsp" version = "2.2.5" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "importlib-metadata", marker = "python_version < '3.10'" }, + { name = "importlib-metadata", marker = "python_full_version < '3.10'" }, { name = "jupyter-server" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/85/b4/3200b0b09c12bc3b72d943d923323c398eff382d1dcc7c0dbc8b74630e40/jupyter-lsp-2.2.5.tar.gz", hash = "sha256:793147a05ad446f809fd53ef1cd19a9f5256fd0a2d6b7ce943a982cb4f545001", size = 48741 } +sdist = { url = "https://files.pythonhosted.org/packages/85/b4/3200b0b09c12bc3b72d943d923323c398eff382d1dcc7c0dbc8b74630e40/jupyter-lsp-2.2.5.tar.gz", hash = "sha256:793147a05ad446f809fd53ef1cd19a9f5256fd0a2d6b7ce943a982cb4f545001", size = 48741, upload-time = "2024-04-09T17:59:44.918Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/07/e0/7bd7cff65594fd9936e2f9385701e44574fc7d721331ff676ce440b14100/jupyter_lsp-2.2.5-py3-none-any.whl", hash = "sha256:45fbddbd505f3fbfb0b6cb2f1bc5e15e83ab7c79cd6e89416b248cb3c00c11da", size = 69146 }, + { url = "https://files.pythonhosted.org/packages/07/e0/7bd7cff65594fd9936e2f9385701e44574fc7d721331ff676ce440b14100/jupyter_lsp-2.2.5-py3-none-any.whl", hash = "sha256:45fbddbd505f3fbfb0b6cb2f1bc5e15e83ab7c79cd6e89416b248cb3c00c11da", size = 69146, upload-time = "2024-04-09T17:59:43.388Z" }, ] [[package]] @@ -891,9 +899,9 @@ dependencies = [ { name = "traitlets" }, { name = "websocket-client" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/0c/34/88b47749c7fa9358e10eac356c4b97d94a91a67d5c935a73f69bc4a31118/jupyter_server-2.14.2.tar.gz", hash = "sha256:66095021aa9638ced276c248b1d81862e4c50f292d575920bbe960de1c56b12b", size = 719933 } +sdist = { url = "https://files.pythonhosted.org/packages/0c/34/88b47749c7fa9358e10eac356c4b97d94a91a67d5c935a73f69bc4a31118/jupyter_server-2.14.2.tar.gz", hash = "sha256:66095021aa9638ced276c248b1d81862e4c50f292d575920bbe960de1c56b12b", size = 719933, upload-time = "2024-07-12T18:31:43.019Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/57/e1/085edea6187a127ca8ea053eb01f4e1792d778b4d192c74d32eb6730fed6/jupyter_server-2.14.2-py3-none-any.whl", hash = "sha256:47ff506127c2f7851a17bf4713434208fc490955d0e8632e95014a9a9afbeefd", size = 383556 }, + { url = "https://files.pythonhosted.org/packages/57/e1/085edea6187a127ca8ea053eb01f4e1792d778b4d192c74d32eb6730fed6/jupyter_server-2.14.2-py3-none-any.whl", hash = "sha256:47ff506127c2f7851a17bf4713434208fc490955d0e8632e95014a9a9afbeefd", size = 383556, upload-time = "2024-07-12T18:31:39.724Z" }, ] [[package]] @@ -904,9 +912,9 @@ dependencies = [ { name = "pywinpty", marker = "os_name == 'nt'" }, { name = "terminado" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/fc/d5/562469734f476159e99a55426d697cbf8e7eb5efe89fb0e0b4f83a3d3459/jupyter_server_terminals-0.5.3.tar.gz", hash = "sha256:5ae0295167220e9ace0edcfdb212afd2b01ee8d179fe6f23c899590e9b8a5269", size = 31430 } +sdist = { url = "https://files.pythonhosted.org/packages/fc/d5/562469734f476159e99a55426d697cbf8e7eb5efe89fb0e0b4f83a3d3459/jupyter_server_terminals-0.5.3.tar.gz", hash = "sha256:5ae0295167220e9ace0edcfdb212afd2b01ee8d179fe6f23c899590e9b8a5269", size = 31430, upload-time = "2024-03-12T14:37:03.049Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/07/2d/2b32cdbe8d2a602f697a649798554e4f072115438e92249624e532e8aca6/jupyter_server_terminals-0.5.3-py3-none-any.whl", hash = "sha256:41ee0d7dc0ebf2809c668e0fc726dfaf258fcd3e769568996ca731b6194ae9aa", size = 13656 }, + { url = "https://files.pythonhosted.org/packages/07/2d/2b32cdbe8d2a602f697a649798554e4f072115438e92249624e532e8aca6/jupyter_server_terminals-0.5.3-py3-none-any.whl", hash = "sha256:41ee0d7dc0ebf2809c668e0fc726dfaf258fcd3e769568996ca731b6194ae9aa", size = 13656, upload-time = "2024-03-12T14:37:00.708Z" }, ] [[package]] @@ -916,7 +924,7 @@ source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "async-lru" }, { name = "httpx" }, - { name = "importlib-metadata", marker = "python_version < '3.10'" }, + { name = "importlib-metadata", marker = "python_full_version < '3.10'" }, { name = "ipykernel" }, { name = "jinja2" }, { name = "jupyter-core" }, @@ -926,22 +934,22 @@ dependencies = [ { name = "notebook-shim" }, { name = "packaging" }, { name = "setuptools" }, - { name = "tomli", marker = "python_version < '3.11'" }, + { name = "tomli", marker = "python_full_version < '3.11'" }, { name = "tornado" }, { name = "traitlets" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/4a/78/ba006df6edaa561fe40be26c35e9da3f9316f071167cd7cc1a1a25bd2664/jupyterlab-4.2.5.tar.gz", hash = "sha256:ae7f3a1b8cb88b4f55009ce79fa7c06f99d70cd63601ee4aa91815d054f46f75", size = 21508698 } +sdist = { url = "https://files.pythonhosted.org/packages/4a/78/ba006df6edaa561fe40be26c35e9da3f9316f071167cd7cc1a1a25bd2664/jupyterlab-4.2.5.tar.gz", hash = "sha256:ae7f3a1b8cb88b4f55009ce79fa7c06f99d70cd63601ee4aa91815d054f46f75", size = 21508698, upload-time = "2024-08-26T19:35:25.726Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/fd/3f/24a0f0ce60959cfd9756a3291cd3a5581e51cbd6f7b4aa121f5bba5320e3/jupyterlab-4.2.5-py3-none-any.whl", hash = "sha256:73b6e0775d41a9fee7ee756c80f58a6bed4040869ccc21411dc559818874d321", size = 11641981 }, + { url = "https://files.pythonhosted.org/packages/fd/3f/24a0f0ce60959cfd9756a3291cd3a5581e51cbd6f7b4aa121f5bba5320e3/jupyterlab-4.2.5-py3-none-any.whl", hash = "sha256:73b6e0775d41a9fee7ee756c80f58a6bed4040869ccc21411dc559818874d321", size = 11641981, upload-time = "2024-08-26T19:35:20.716Z" }, ] [[package]] name = "jupyterlab-pygments" version = "0.3.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/90/51/9187be60d989df97f5f0aba133fa54e7300f17616e065d1ada7d7646b6d6/jupyterlab_pygments-0.3.0.tar.gz", hash = "sha256:721aca4d9029252b11cfa9d185e5b5af4d54772bb8072f9b7036f4170054d35d", size = 512900 } +sdist = { url = "https://files.pythonhosted.org/packages/90/51/9187be60d989df97f5f0aba133fa54e7300f17616e065d1ada7d7646b6d6/jupyterlab_pygments-0.3.0.tar.gz", hash = "sha256:721aca4d9029252b11cfa9d185e5b5af4d54772bb8072f9b7036f4170054d35d", size = 512900, upload-time = "2023-11-23T09:26:37.44Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl", hash = "sha256:841a89020971da1d8693f1a99997aefc5dc424bb1b251fd6322462a1b8842780", size = 15884 }, + { url = "https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl", hash = "sha256:841a89020971da1d8693f1a99997aefc5dc424bb1b251fd6322462a1b8842780", size = 15884, upload-time = "2023-11-23T09:26:34.325Z" }, ] [[package]] @@ -950,7 +958,7 @@ version = "2.27.3" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "babel" }, - { name = "importlib-metadata", marker = "python_version < '3.10'" }, + { name = "importlib-metadata", marker = "python_full_version < '3.10'" }, { name = "jinja2" }, { name = "json5" }, { name = "jsonschema" }, @@ -958,186 +966,186 @@ dependencies = [ { name = "packaging" }, { name = "requests" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/0a/c9/a883ce65eb27905ce77ace410d83587c82ea64dc85a48d1f7ed52bcfa68d/jupyterlab_server-2.27.3.tar.gz", hash = "sha256:eb36caca59e74471988f0ae25c77945610b887f777255aa21f8065def9e51ed4", size = 76173 } +sdist = { url = "https://files.pythonhosted.org/packages/0a/c9/a883ce65eb27905ce77ace410d83587c82ea64dc85a48d1f7ed52bcfa68d/jupyterlab_server-2.27.3.tar.gz", hash = "sha256:eb36caca59e74471988f0ae25c77945610b887f777255aa21f8065def9e51ed4", size = 76173, upload-time = "2024-07-16T17:02:04.149Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/54/09/2032e7d15c544a0e3cd831c51d77a8ca57f7555b2e1b2922142eddb02a84/jupyterlab_server-2.27.3-py3-none-any.whl", hash = "sha256:e697488f66c3db49df675158a77b3b017520d772c6e1548c7d9bcc5df7944ee4", size = 59700 }, + { url = "https://files.pythonhosted.org/packages/54/09/2032e7d15c544a0e3cd831c51d77a8ca57f7555b2e1b2922142eddb02a84/jupyterlab_server-2.27.3-py3-none-any.whl", hash = "sha256:e697488f66c3db49df675158a77b3b017520d772c6e1548c7d9bcc5df7944ee4", size = 59700, upload-time = "2024-07-16T17:02:01.115Z" }, ] [[package]] name = "jupyterlab-widgets" version = "3.0.13" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/59/73/fa26bbb747a9ea4fca6b01453aa22990d52ab62dd61384f1ac0dc9d4e7ba/jupyterlab_widgets-3.0.13.tar.gz", hash = "sha256:a2966d385328c1942b683a8cd96b89b8dd82c8b8f81dda902bb2bc06d46f5bed", size = 203556 } +sdist = { url = "https://files.pythonhosted.org/packages/59/73/fa26bbb747a9ea4fca6b01453aa22990d52ab62dd61384f1ac0dc9d4e7ba/jupyterlab_widgets-3.0.13.tar.gz", hash = "sha256:a2966d385328c1942b683a8cd96b89b8dd82c8b8f81dda902bb2bc06d46f5bed", size = 203556, upload-time = "2024-08-22T12:16:08.6Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/a9/93/858e87edc634d628e5d752ba944c2833133a28fa87bb093e6832ced36a3e/jupyterlab_widgets-3.0.13-py3-none-any.whl", hash = "sha256:e3cda2c233ce144192f1e29914ad522b2f4c40e77214b0cc97377ca3d323db54", size = 214392 }, + { url = "https://files.pythonhosted.org/packages/a9/93/858e87edc634d628e5d752ba944c2833133a28fa87bb093e6832ced36a3e/jupyterlab_widgets-3.0.13-py3-none-any.whl", hash = "sha256:e3cda2c233ce144192f1e29914ad522b2f4c40e77214b0cc97377ca3d323db54", size = 214392, upload-time = "2024-08-22T12:16:06.537Z" }, ] [[package]] name = "kiwisolver" version = "1.4.7" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/85/4d/2255e1c76304cbd60b48cee302b66d1dde4468dc5b1160e4b7cb43778f2a/kiwisolver-1.4.7.tar.gz", hash = "sha256:9893ff81bd7107f7b685d3017cc6583daadb4fc26e4a888350df530e41980a60", size = 97286 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/97/14/fc943dd65268a96347472b4fbe5dcc2f6f55034516f80576cd0dd3a8930f/kiwisolver-1.4.7-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:8a9c83f75223d5e48b0bc9cb1bf2776cf01563e00ade8775ffe13b0b6e1af3a6", size = 122440 }, - { url = "https://files.pythonhosted.org/packages/1e/46/e68fed66236b69dd02fcdb506218c05ac0e39745d696d22709498896875d/kiwisolver-1.4.7-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:58370b1ffbd35407444d57057b57da5d6549d2d854fa30249771775c63b5fe17", size = 65758 }, - { url = "https://files.pythonhosted.org/packages/ef/fa/65de49c85838681fc9cb05de2a68067a683717321e01ddafb5b8024286f0/kiwisolver-1.4.7-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:aa0abdf853e09aff551db11fce173e2177d00786c688203f52c87ad7fcd91ef9", size = 64311 }, - { url = "https://files.pythonhosted.org/packages/42/9c/cc8d90f6ef550f65443bad5872ffa68f3dee36de4974768628bea7c14979/kiwisolver-1.4.7-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:8d53103597a252fb3ab8b5845af04c7a26d5e7ea8122303dd7a021176a87e8b9", size = 1637109 }, - { url = "https://files.pythonhosted.org/packages/55/91/0a57ce324caf2ff5403edab71c508dd8f648094b18cfbb4c8cc0fde4a6ac/kiwisolver-1.4.7-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:88f17c5ffa8e9462fb79f62746428dd57b46eb931698e42e990ad63103f35e6c", size = 1617814 }, - { url = "https://files.pythonhosted.org/packages/12/5d/c36140313f2510e20207708adf36ae4919416d697ee0236b0ddfb6fd1050/kiwisolver-1.4.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:88a9ca9c710d598fd75ee5de59d5bda2684d9db36a9f50b6125eaea3969c2599", size = 1400881 }, - { url = "https://files.pythonhosted.org/packages/56/d0/786e524f9ed648324a466ca8df86298780ef2b29c25313d9a4f16992d3cf/kiwisolver-1.4.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f4d742cb7af1c28303a51b7a27aaee540e71bb8e24f68c736f6f2ffc82f2bf05", size = 1512972 }, - { url = "https://files.pythonhosted.org/packages/67/5a/77851f2f201e6141d63c10a0708e996a1363efaf9e1609ad0441b343763b/kiwisolver-1.4.7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e28c7fea2196bf4c2f8d46a0415c77a1c480cc0724722f23d7410ffe9842c407", size = 1444787 }, - { url = "https://files.pythonhosted.org/packages/06/5f/1f5eaab84355885e224a6fc8d73089e8713dc7e91c121f00b9a1c58a2195/kiwisolver-1.4.7-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:e968b84db54f9d42046cf154e02911e39c0435c9801681e3fc9ce8a3c4130278", size = 2199212 }, - { url = "https://files.pythonhosted.org/packages/b5/28/9152a3bfe976a0ae21d445415defc9d1cd8614b2910b7614b30b27a47270/kiwisolver-1.4.7-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:0c18ec74c0472de033e1bebb2911c3c310eef5649133dd0bedf2a169a1b269e5", size = 2346399 }, - { url = "https://files.pythonhosted.org/packages/26/f6/453d1904c52ac3b400f4d5e240ac5fec25263716723e44be65f4d7149d13/kiwisolver-1.4.7-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:8f0ea6da6d393d8b2e187e6a5e3fb81f5862010a40c3945e2c6d12ae45cfb2ad", size = 2308688 }, - { url = "https://files.pythonhosted.org/packages/5a/9a/d4968499441b9ae187e81745e3277a8b4d7c60840a52dc9d535a7909fac3/kiwisolver-1.4.7-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:f106407dda69ae456dd1227966bf445b157ccc80ba0dff3802bb63f30b74e895", size = 2445493 }, - { url = "https://files.pythonhosted.org/packages/07/c9/032267192e7828520dacb64dfdb1d74f292765f179e467c1cba97687f17d/kiwisolver-1.4.7-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:84ec80df401cfee1457063732d90022f93951944b5b58975d34ab56bb150dfb3", size = 2262191 }, - { url = "https://files.pythonhosted.org/packages/6c/ad/db0aedb638a58b2951da46ddaeecf204be8b4f5454df020d850c7fa8dca8/kiwisolver-1.4.7-cp310-cp310-win32.whl", hash = "sha256:71bb308552200fb2c195e35ef05de12f0c878c07fc91c270eb3d6e41698c3bcc", size = 46644 }, - { url = "https://files.pythonhosted.org/packages/12/ca/d0f7b7ffbb0be1e7c2258b53554efec1fd652921f10d7d85045aff93ab61/kiwisolver-1.4.7-cp310-cp310-win_amd64.whl", hash = "sha256:44756f9fd339de0fb6ee4f8c1696cfd19b2422e0d70b4cefc1cc7f1f64045a8c", size = 55877 }, - { url = "https://files.pythonhosted.org/packages/97/6c/cfcc128672f47a3e3c0d918ecb67830600078b025bfc32d858f2e2d5c6a4/kiwisolver-1.4.7-cp310-cp310-win_arm64.whl", hash = "sha256:78a42513018c41c2ffd262eb676442315cbfe3c44eed82385c2ed043bc63210a", size = 48347 }, - { url = "https://files.pythonhosted.org/packages/e9/44/77429fa0a58f941d6e1c58da9efe08597d2e86bf2b2cce6626834f49d07b/kiwisolver-1.4.7-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:d2b0e12a42fb4e72d509fc994713d099cbb15ebf1103545e8a45f14da2dfca54", size = 122442 }, - { url = "https://files.pythonhosted.org/packages/e5/20/8c75caed8f2462d63c7fd65e16c832b8f76cda331ac9e615e914ee80bac9/kiwisolver-1.4.7-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:2a8781ac3edc42ea4b90bc23e7d37b665d89423818e26eb6df90698aa2287c95", size = 65762 }, - { url = "https://files.pythonhosted.org/packages/f4/98/fe010f15dc7230f45bc4cf367b012d651367fd203caaa992fd1f5963560e/kiwisolver-1.4.7-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:46707a10836894b559e04b0fd143e343945c97fd170d69a2d26d640b4e297935", size = 64319 }, - { url = "https://files.pythonhosted.org/packages/8b/1b/b5d618f4e58c0675654c1e5051bcf42c776703edb21c02b8c74135541f60/kiwisolver-1.4.7-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ef97b8df011141c9b0f6caf23b29379f87dd13183c978a30a3c546d2c47314cb", size = 1334260 }, - { url = "https://files.pythonhosted.org/packages/b8/01/946852b13057a162a8c32c4c8d2e9ed79f0bb5d86569a40c0b5fb103e373/kiwisolver-1.4.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3ab58c12a2cd0fc769089e6d38466c46d7f76aced0a1f54c77652446733d2d02", size = 1426589 }, - { url = "https://files.pythonhosted.org/packages/70/d1/c9f96df26b459e15cf8a965304e6e6f4eb291e0f7a9460b4ad97b047561e/kiwisolver-1.4.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:803b8e1459341c1bb56d1c5c010406d5edec8a0713a0945851290a7930679b51", size = 1541080 }, - { url = "https://files.pythonhosted.org/packages/d3/73/2686990eb8b02d05f3de759d6a23a4ee7d491e659007dd4c075fede4b5d0/kiwisolver-1.4.7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f9a9e8a507420fe35992ee9ecb302dab68550dedc0da9e2880dd88071c5fb052", size = 1470049 }, - { url = "https://files.pythonhosted.org/packages/a7/4b/2db7af3ed3af7c35f388d5f53c28e155cd402a55432d800c543dc6deb731/kiwisolver-1.4.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:18077b53dc3bb490e330669a99920c5e6a496889ae8c63b58fbc57c3d7f33a18", size = 1426376 }, - { url = "https://files.pythonhosted.org/packages/05/83/2857317d04ea46dc5d115f0df7e676997bbd968ced8e2bd6f7f19cfc8d7f/kiwisolver-1.4.7-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:6af936f79086a89b3680a280c47ea90b4df7047b5bdf3aa5c524bbedddb9e545", size = 2222231 }, - { url = "https://files.pythonhosted.org/packages/0d/b5/866f86f5897cd4ab6d25d22e403404766a123f138bd6a02ecb2cdde52c18/kiwisolver-1.4.7-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:3abc5b19d24af4b77d1598a585b8a719beb8569a71568b66f4ebe1fb0449460b", size = 2368634 }, - { url = "https://files.pythonhosted.org/packages/c1/ee/73de8385403faba55f782a41260210528fe3273d0cddcf6d51648202d6d0/kiwisolver-1.4.7-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:933d4de052939d90afbe6e9d5273ae05fb836cc86c15b686edd4b3560cc0ee36", size = 2329024 }, - { url = "https://files.pythonhosted.org/packages/a1/e7/cd101d8cd2cdfaa42dc06c433df17c8303d31129c9fdd16c0ea37672af91/kiwisolver-1.4.7-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:65e720d2ab2b53f1f72fb5da5fb477455905ce2c88aaa671ff0a447c2c80e8e3", size = 2468484 }, - { url = "https://files.pythonhosted.org/packages/e1/72/84f09d45a10bc57a40bb58b81b99d8f22b58b2040c912b7eb97ebf625bf2/kiwisolver-1.4.7-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:3bf1ed55088f214ba6427484c59553123fdd9b218a42bbc8c6496d6754b1e523", size = 2284078 }, - { url = "https://files.pythonhosted.org/packages/d2/d4/71828f32b956612dc36efd7be1788980cb1e66bfb3706e6dec9acad9b4f9/kiwisolver-1.4.7-cp311-cp311-win32.whl", hash = "sha256:4c00336b9dd5ad96d0a558fd18a8b6f711b7449acce4c157e7343ba92dd0cf3d", size = 46645 }, - { url = "https://files.pythonhosted.org/packages/a1/65/d43e9a20aabcf2e798ad1aff6c143ae3a42cf506754bcb6a7ed8259c8425/kiwisolver-1.4.7-cp311-cp311-win_amd64.whl", hash = "sha256:929e294c1ac1e9f615c62a4e4313ca1823ba37326c164ec720a803287c4c499b", size = 56022 }, - { url = "https://files.pythonhosted.org/packages/35/b3/9f75a2e06f1b4ca00b2b192bc2b739334127d27f1d0625627ff8479302ba/kiwisolver-1.4.7-cp311-cp311-win_arm64.whl", hash = "sha256:e33e8fbd440c917106b237ef1a2f1449dfbb9b6f6e1ce17c94cd6a1e0d438376", size = 48536 }, - { url = "https://files.pythonhosted.org/packages/97/9c/0a11c714cf8b6ef91001c8212c4ef207f772dd84540104952c45c1f0a249/kiwisolver-1.4.7-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:5360cc32706dab3931f738d3079652d20982511f7c0ac5711483e6eab08efff2", size = 121808 }, - { url = "https://files.pythonhosted.org/packages/f2/d8/0fe8c5f5d35878ddd135f44f2af0e4e1d379e1c7b0716f97cdcb88d4fd27/kiwisolver-1.4.7-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:942216596dc64ddb25adb215c3c783215b23626f8d84e8eff8d6d45c3f29f75a", size = 65531 }, - { url = "https://files.pythonhosted.org/packages/80/c5/57fa58276dfdfa612241d640a64ca2f76adc6ffcebdbd135b4ef60095098/kiwisolver-1.4.7-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:48b571ecd8bae15702e4f22d3ff6a0f13e54d3d00cd25216d5e7f658242065ee", size = 63894 }, - { url = "https://files.pythonhosted.org/packages/8b/e9/26d3edd4c4ad1c5b891d8747a4f81b1b0aba9fb9721de6600a4adc09773b/kiwisolver-1.4.7-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ad42ba922c67c5f219097b28fae965e10045ddf145d2928bfac2eb2e17673640", size = 1369296 }, - { url = "https://files.pythonhosted.org/packages/b6/67/3f4850b5e6cffb75ec40577ddf54f7b82b15269cc5097ff2e968ee32ea7d/kiwisolver-1.4.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:612a10bdae23404a72941a0fc8fa2660c6ea1217c4ce0dbcab8a8f6543ea9e7f", size = 1461450 }, - { url = "https://files.pythonhosted.org/packages/52/be/86cbb9c9a315e98a8dc6b1d23c43cffd91d97d49318854f9c37b0e41cd68/kiwisolver-1.4.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9e838bba3a3bac0fe06d849d29772eb1afb9745a59710762e4ba3f4cb8424483", size = 1579168 }, - { url = "https://files.pythonhosted.org/packages/0f/00/65061acf64bd5fd34c1f4ae53f20b43b0a017a541f242a60b135b9d1e301/kiwisolver-1.4.7-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:22f499f6157236c19f4bbbd472fa55b063db77a16cd74d49afe28992dff8c258", size = 1507308 }, - { url = "https://files.pythonhosted.org/packages/21/e4/c0b6746fd2eb62fe702118b3ca0cb384ce95e1261cfada58ff693aeec08a/kiwisolver-1.4.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:693902d433cf585133699972b6d7c42a8b9f8f826ebcaf0132ff55200afc599e", size = 1464186 }, - { url = "https://files.pythonhosted.org/packages/0a/0f/529d0a9fffb4d514f2782c829b0b4b371f7f441d61aa55f1de1c614c4ef3/kiwisolver-1.4.7-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:4e77f2126c3e0b0d055f44513ed349038ac180371ed9b52fe96a32aa071a5107", size = 2247877 }, - { url = "https://files.pythonhosted.org/packages/d1/e1/66603ad779258843036d45adcbe1af0d1a889a07af4635f8b4ec7dccda35/kiwisolver-1.4.7-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:657a05857bda581c3656bfc3b20e353c232e9193eb167766ad2dc58b56504948", size = 2404204 }, - { url = "https://files.pythonhosted.org/packages/8d/61/de5fb1ca7ad1f9ab7970e340a5b833d735df24689047de6ae71ab9d8d0e7/kiwisolver-1.4.7-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:4bfa75a048c056a411f9705856abfc872558e33c055d80af6a380e3658766038", size = 2352461 }, - { url = "https://files.pythonhosted.org/packages/ba/d2/0edc00a852e369827f7e05fd008275f550353f1f9bcd55db9363d779fc63/kiwisolver-1.4.7-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:34ea1de54beef1c104422d210c47c7d2a4999bdecf42c7b5718fbe59a4cac383", size = 2501358 }, - { url = "https://files.pythonhosted.org/packages/84/15/adc15a483506aec6986c01fb7f237c3aec4d9ed4ac10b756e98a76835933/kiwisolver-1.4.7-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:90da3b5f694b85231cf93586dad5e90e2d71b9428f9aad96952c99055582f520", size = 2314119 }, - { url = "https://files.pythonhosted.org/packages/36/08/3a5bb2c53c89660863a5aa1ee236912269f2af8762af04a2e11df851d7b2/kiwisolver-1.4.7-cp312-cp312-win32.whl", hash = "sha256:18e0cca3e008e17fe9b164b55735a325140a5a35faad8de92dd80265cd5eb80b", size = 46367 }, - { url = "https://files.pythonhosted.org/packages/19/93/c05f0a6d825c643779fc3c70876bff1ac221f0e31e6f701f0e9578690d70/kiwisolver-1.4.7-cp312-cp312-win_amd64.whl", hash = "sha256:58cb20602b18f86f83a5c87d3ee1c766a79c0d452f8def86d925e6c60fbf7bfb", size = 55884 }, - { url = "https://files.pythonhosted.org/packages/d2/f9/3828d8f21b6de4279f0667fb50a9f5215e6fe57d5ec0d61905914f5b6099/kiwisolver-1.4.7-cp312-cp312-win_arm64.whl", hash = "sha256:f5a8b53bdc0b3961f8b6125e198617c40aeed638b387913bf1ce78afb1b0be2a", size = 48528 }, - { url = "https://files.pythonhosted.org/packages/c4/06/7da99b04259b0f18b557a4effd1b9c901a747f7fdd84cf834ccf520cb0b2/kiwisolver-1.4.7-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:2e6039dcbe79a8e0f044f1c39db1986a1b8071051efba3ee4d74f5b365f5226e", size = 121913 }, - { url = "https://files.pythonhosted.org/packages/97/f5/b8a370d1aa593c17882af0a6f6755aaecd643640c0ed72dcfd2eafc388b9/kiwisolver-1.4.7-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:a1ecf0ac1c518487d9d23b1cd7139a6a65bc460cd101ab01f1be82ecf09794b6", size = 65627 }, - { url = "https://files.pythonhosted.org/packages/2a/fc/6c0374f7503522539e2d4d1b497f5ebad3f8ed07ab51aed2af988dd0fb65/kiwisolver-1.4.7-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:7ab9ccab2b5bd5702ab0803676a580fffa2aa178c2badc5557a84cc943fcf750", size = 63888 }, - { url = "https://files.pythonhosted.org/packages/bf/3e/0b7172793d0f41cae5c923492da89a2ffcd1adf764c16159ca047463ebd3/kiwisolver-1.4.7-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f816dd2277f8d63d79f9c8473a79fe54047bc0467754962840782c575522224d", size = 1369145 }, - { url = "https://files.pythonhosted.org/packages/77/92/47d050d6f6aced2d634258123f2688fbfef8ded3c5baf2c79d94d91f1f58/kiwisolver-1.4.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cf8bcc23ceb5a1b624572a1623b9f79d2c3b337c8c455405ef231933a10da379", size = 1461448 }, - { url = "https://files.pythonhosted.org/packages/9c/1b/8f80b18e20b3b294546a1adb41701e79ae21915f4175f311a90d042301cf/kiwisolver-1.4.7-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:dea0bf229319828467d7fca8c7c189780aa9ff679c94539eed7532ebe33ed37c", size = 1578750 }, - { url = "https://files.pythonhosted.org/packages/a4/fe/fe8e72f3be0a844f257cadd72689c0848c6d5c51bc1d60429e2d14ad776e/kiwisolver-1.4.7-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7c06a4c7cf15ec739ce0e5971b26c93638730090add60e183530d70848ebdd34", size = 1507175 }, - { url = "https://files.pythonhosted.org/packages/39/fa/cdc0b6105d90eadc3bee525fecc9179e2b41e1ce0293caaf49cb631a6aaf/kiwisolver-1.4.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:913983ad2deb14e66d83c28b632fd35ba2b825031f2fa4ca29675e665dfecbe1", size = 1463963 }, - { url = "https://files.pythonhosted.org/packages/6e/5c/0c03c4e542720c6177d4f408e56d1c8315899db72d46261a4e15b8b33a41/kiwisolver-1.4.7-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:5337ec7809bcd0f424c6b705ecf97941c46279cf5ed92311782c7c9c2026f07f", size = 2248220 }, - { url = "https://files.pythonhosted.org/packages/3d/ee/55ef86d5a574f4e767df7da3a3a7ff4954c996e12d4fbe9c408170cd7dcc/kiwisolver-1.4.7-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:4c26ed10c4f6fa6ddb329a5120ba3b6db349ca192ae211e882970bfc9d91420b", size = 2404463 }, - { url = "https://files.pythonhosted.org/packages/0f/6d/73ad36170b4bff4825dc588acf4f3e6319cb97cd1fb3eb04d9faa6b6f212/kiwisolver-1.4.7-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:c619b101e6de2222c1fcb0531e1b17bbffbe54294bfba43ea0d411d428618c27", size = 2352842 }, - { url = "https://files.pythonhosted.org/packages/0b/16/fa531ff9199d3b6473bb4d0f47416cdb08d556c03b8bc1cccf04e756b56d/kiwisolver-1.4.7-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:073a36c8273647592ea332e816e75ef8da5c303236ec0167196793eb1e34657a", size = 2501635 }, - { url = "https://files.pythonhosted.org/packages/78/7e/aa9422e78419db0cbe75fb86d8e72b433818f2e62e2e394992d23d23a583/kiwisolver-1.4.7-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:3ce6b2b0231bda412463e152fc18335ba32faf4e8c23a754ad50ffa70e4091ee", size = 2314556 }, - { url = "https://files.pythonhosted.org/packages/a8/b2/15f7f556df0a6e5b3772a1e076a9d9f6c538ce5f05bd590eca8106508e06/kiwisolver-1.4.7-cp313-cp313-win32.whl", hash = "sha256:f4c9aee212bc89d4e13f58be11a56cc8036cabad119259d12ace14b34476fd07", size = 46364 }, - { url = "https://files.pythonhosted.org/packages/0b/db/32e897e43a330eee8e4770bfd2737a9584b23e33587a0812b8e20aac38f7/kiwisolver-1.4.7-cp313-cp313-win_amd64.whl", hash = "sha256:8a3ec5aa8e38fc4c8af308917ce12c536f1c88452ce554027e55b22cbbfbff76", size = 55887 }, - { url = "https://files.pythonhosted.org/packages/c8/a4/df2bdca5270ca85fd25253049eb6708d4127be2ed0e5c2650217450b59e9/kiwisolver-1.4.7-cp313-cp313-win_arm64.whl", hash = "sha256:76c8094ac20ec259471ac53e774623eb62e6e1f56cd8690c67ce6ce4fcb05650", size = 48530 }, - { url = "https://files.pythonhosted.org/packages/11/88/37ea0ea64512997b13d69772db8dcdc3bfca5442cda3a5e4bb943652ee3e/kiwisolver-1.4.7-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:3f9362ecfca44c863569d3d3c033dbe8ba452ff8eed6f6b5806382741a1334bd", size = 122449 }, - { url = "https://files.pythonhosted.org/packages/4e/45/5a5c46078362cb3882dcacad687c503089263c017ca1241e0483857791eb/kiwisolver-1.4.7-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:e8df2eb9b2bac43ef8b082e06f750350fbbaf2887534a5be97f6cf07b19d9583", size = 65757 }, - { url = "https://files.pythonhosted.org/packages/8a/be/a6ae58978772f685d48dd2e84460937761c53c4bbd84e42b0336473d9775/kiwisolver-1.4.7-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:f32d6edbc638cde7652bd690c3e728b25332acbadd7cad670cc4a02558d9c417", size = 64312 }, - { url = "https://files.pythonhosted.org/packages/f4/04/18ef6f452d311e1e1eb180c9bf5589187fa1f042db877e6fe443ef10099c/kiwisolver-1.4.7-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:e2e6c39bd7b9372b0be21456caab138e8e69cc0fc1190a9dfa92bd45a1e6e904", size = 1626966 }, - { url = "https://files.pythonhosted.org/packages/21/b1/40655f6c3fa11ce740e8a964fa8e4c0479c87d6a7944b95af799c7a55dfe/kiwisolver-1.4.7-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:dda56c24d869b1193fcc763f1284b9126550eaf84b88bbc7256e15028f19188a", size = 1607044 }, - { url = "https://files.pythonhosted.org/packages/fd/93/af67dbcfb9b3323bbd2c2db1385a7139d8f77630e4a37bb945b57188eb2d/kiwisolver-1.4.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:79849239c39b5e1fd906556c474d9b0439ea6792b637511f3fe3a41158d89ca8", size = 1391879 }, - { url = "https://files.pythonhosted.org/packages/40/6f/d60770ef98e77b365d96061d090c0cd9e23418121c55fff188fa4bdf0b54/kiwisolver-1.4.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5e3bc157fed2a4c02ec468de4ecd12a6e22818d4f09cde2c31ee3226ffbefab2", size = 1504751 }, - { url = "https://files.pythonhosted.org/packages/fa/3a/5f38667d313e983c432f3fcd86932177519ed8790c724e07d77d1de0188a/kiwisolver-1.4.7-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3da53da805b71e41053dc670f9a820d1157aae77b6b944e08024d17bcd51ef88", size = 1436990 }, - { url = "https://files.pythonhosted.org/packages/cb/3b/1520301a47326e6a6043b502647e42892be33b3f051e9791cc8bb43f1a32/kiwisolver-1.4.7-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:8705f17dfeb43139a692298cb6637ee2e59c0194538153e83e9ee0c75c2eddde", size = 2191122 }, - { url = "https://files.pythonhosted.org/packages/cf/c4/eb52da300c166239a2233f1f9c4a1b767dfab98fae27681bfb7ea4873cb6/kiwisolver-1.4.7-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:82a5c2f4b87c26bb1a0ef3d16b5c4753434633b83d365cc0ddf2770c93829e3c", size = 2338126 }, - { url = "https://files.pythonhosted.org/packages/1a/cb/42b92fd5eadd708dd9107c089e817945500685f3437ce1fd387efebc6d6e/kiwisolver-1.4.7-cp39-cp39-musllinux_1_2_ppc64le.whl", hash = "sha256:ce8be0466f4c0d585cdb6c1e2ed07232221df101a4c6f28821d2aa754ca2d9e2", size = 2298313 }, - { url = "https://files.pythonhosted.org/packages/4f/eb/be25aa791fe5fc75a8b1e0c965e00f942496bc04635c9aae8035f6b76dcd/kiwisolver-1.4.7-cp39-cp39-musllinux_1_2_s390x.whl", hash = "sha256:409afdfe1e2e90e6ee7fc896f3df9a7fec8e793e58bfa0d052c8a82f99c37abb", size = 2437784 }, - { url = "https://files.pythonhosted.org/packages/c5/22/30a66be7f3368d76ff95689e1c2e28d382383952964ab15330a15d8bfd03/kiwisolver-1.4.7-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:5b9c3f4ee0b9a439d2415012bd1b1cc2df59e4d6a9939f4d669241d30b414327", size = 2253988 }, - { url = "https://files.pythonhosted.org/packages/35/d3/5f2ecb94b5211c8a04f218a76133cc8d6d153b0f9cd0b45fad79907f0689/kiwisolver-1.4.7-cp39-cp39-win32.whl", hash = "sha256:a79ae34384df2b615eefca647a2873842ac3b596418032bef9a7283675962644", size = 46980 }, - { url = "https://files.pythonhosted.org/packages/ef/17/cd10d020578764ea91740204edc6b3236ed8106228a46f568d716b11feb2/kiwisolver-1.4.7-cp39-cp39-win_amd64.whl", hash = "sha256:cf0438b42121a66a3a667de17e779330fc0f20b0d97d59d2f2121e182b0505e4", size = 55847 }, - { url = "https://files.pythonhosted.org/packages/91/84/32232502020bd78d1d12be7afde15811c64a95ed1f606c10456db4e4c3ac/kiwisolver-1.4.7-cp39-cp39-win_arm64.whl", hash = "sha256:764202cc7e70f767dab49e8df52c7455e8de0df5d858fa801a11aa0d882ccf3f", size = 48494 }, - { url = "https://files.pythonhosted.org/packages/ac/59/741b79775d67ab67ced9bb38552da688c0305c16e7ee24bba7a2be253fb7/kiwisolver-1.4.7-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:94252291e3fe68001b1dd747b4c0b3be12582839b95ad4d1b641924d68fd4643", size = 59491 }, - { url = "https://files.pythonhosted.org/packages/58/cc/fb239294c29a5656e99e3527f7369b174dd9cc7c3ef2dea7cb3c54a8737b/kiwisolver-1.4.7-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:5b7dfa3b546da08a9f622bb6becdb14b3e24aaa30adba66749d38f3cc7ea9706", size = 57648 }, - { url = "https://files.pythonhosted.org/packages/3b/ef/2f009ac1f7aab9f81efb2d837301d255279d618d27b6015780115ac64bdd/kiwisolver-1.4.7-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:bd3de6481f4ed8b734da5df134cd5a6a64fe32124fe83dde1e5b5f29fe30b1e6", size = 84257 }, - { url = "https://files.pythonhosted.org/packages/81/e1/c64f50987f85b68b1c52b464bb5bf73e71570c0f7782d626d1eb283ad620/kiwisolver-1.4.7-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a91b5f9f1205845d488c928e8570dcb62b893372f63b8b6e98b863ebd2368ff2", size = 80906 }, - { url = "https://files.pythonhosted.org/packages/fd/71/1687c5c0a0be2cee39a5c9c389e546f9c6e215e46b691d00d9f646892083/kiwisolver-1.4.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:40fa14dbd66b8b8f470d5fc79c089a66185619d31645f9b0773b88b19f7223c4", size = 79951 }, - { url = "https://files.pythonhosted.org/packages/ea/8b/d7497df4a1cae9367adf21665dd1f896c2a7aeb8769ad77b662c5e2bcce7/kiwisolver-1.4.7-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:eb542fe7933aa09d8d8f9d9097ef37532a7df6497819d16efe4359890a2f417a", size = 55715 }, - { url = "https://files.pythonhosted.org/packages/d5/df/ce37d9b26f07ab90880923c94d12a6ff4d27447096b4c849bfc4339ccfdf/kiwisolver-1.4.7-pp39-pypy39_pp73-macosx_10_15_x86_64.whl", hash = "sha256:8b01aac285f91ca889c800042c35ad3b239e704b150cfd3382adfc9dcc780e39", size = 58666 }, - { url = "https://files.pythonhosted.org/packages/b0/d3/e4b04f43bc629ac8e186b77b2b1a251cdfa5b7610fa189dc0db622672ce6/kiwisolver-1.4.7-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:48be928f59a1f5c8207154f935334d374e79f2b5d212826307d072595ad76a2e", size = 57088 }, - { url = "https://files.pythonhosted.org/packages/30/1c/752df58e2d339e670a535514d2db4fe8c842ce459776b8080fbe08ebb98e/kiwisolver-1.4.7-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f37cfe618a117e50d8c240555331160d73d0411422b59b5ee217843d7b693608", size = 84321 }, - { url = "https://files.pythonhosted.org/packages/f0/f8/fe6484e847bc6e238ec9f9828089fb2c0bb53f2f5f3a79351fde5b565e4f/kiwisolver-1.4.7-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:599b5c873c63a1f6ed7eead644a8a380cfbdf5db91dcb6f85707aaab213b1674", size = 80776 }, - { url = "https://files.pythonhosted.org/packages/9b/57/d7163c0379f250ef763aba85330a19feefb5ce6cb541ade853aaba881524/kiwisolver-1.4.7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:801fa7802e5cfabe3ab0c81a34c323a319b097dfb5004be950482d882f3d7225", size = 79984 }, - { url = "https://files.pythonhosted.org/packages/8c/95/4a103776c265d13b3d2cd24fb0494d4e04ea435a8ef97e1b2c026d43250b/kiwisolver-1.4.7-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:0c6c43471bc764fad4bc99c5c2d6d16a676b1abf844ca7c8702bdae92df01ee0", size = 55811 }, +sdist = { url = "https://files.pythonhosted.org/packages/85/4d/2255e1c76304cbd60b48cee302b66d1dde4468dc5b1160e4b7cb43778f2a/kiwisolver-1.4.7.tar.gz", hash = "sha256:9893ff81bd7107f7b685d3017cc6583daadb4fc26e4a888350df530e41980a60", size = 97286, upload-time = "2024-09-04T09:39:44.302Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/97/14/fc943dd65268a96347472b4fbe5dcc2f6f55034516f80576cd0dd3a8930f/kiwisolver-1.4.7-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:8a9c83f75223d5e48b0bc9cb1bf2776cf01563e00ade8775ffe13b0b6e1af3a6", size = 122440, upload-time = "2024-09-04T09:03:44.9Z" }, + { url = "https://files.pythonhosted.org/packages/1e/46/e68fed66236b69dd02fcdb506218c05ac0e39745d696d22709498896875d/kiwisolver-1.4.7-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:58370b1ffbd35407444d57057b57da5d6549d2d854fa30249771775c63b5fe17", size = 65758, upload-time = "2024-09-04T09:03:46.582Z" }, + { url = "https://files.pythonhosted.org/packages/ef/fa/65de49c85838681fc9cb05de2a68067a683717321e01ddafb5b8024286f0/kiwisolver-1.4.7-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:aa0abdf853e09aff551db11fce173e2177d00786c688203f52c87ad7fcd91ef9", size = 64311, upload-time = "2024-09-04T09:03:47.973Z" }, + { url = "https://files.pythonhosted.org/packages/42/9c/cc8d90f6ef550f65443bad5872ffa68f3dee36de4974768628bea7c14979/kiwisolver-1.4.7-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:8d53103597a252fb3ab8b5845af04c7a26d5e7ea8122303dd7a021176a87e8b9", size = 1637109, upload-time = "2024-09-04T09:03:49.281Z" }, + { url = "https://files.pythonhosted.org/packages/55/91/0a57ce324caf2ff5403edab71c508dd8f648094b18cfbb4c8cc0fde4a6ac/kiwisolver-1.4.7-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:88f17c5ffa8e9462fb79f62746428dd57b46eb931698e42e990ad63103f35e6c", size = 1617814, upload-time = "2024-09-04T09:03:51.444Z" }, + { url = "https://files.pythonhosted.org/packages/12/5d/c36140313f2510e20207708adf36ae4919416d697ee0236b0ddfb6fd1050/kiwisolver-1.4.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:88a9ca9c710d598fd75ee5de59d5bda2684d9db36a9f50b6125eaea3969c2599", size = 1400881, upload-time = "2024-09-04T09:03:53.357Z" }, + { url = "https://files.pythonhosted.org/packages/56/d0/786e524f9ed648324a466ca8df86298780ef2b29c25313d9a4f16992d3cf/kiwisolver-1.4.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f4d742cb7af1c28303a51b7a27aaee540e71bb8e24f68c736f6f2ffc82f2bf05", size = 1512972, upload-time = "2024-09-04T09:03:55.082Z" }, + { url = "https://files.pythonhosted.org/packages/67/5a/77851f2f201e6141d63c10a0708e996a1363efaf9e1609ad0441b343763b/kiwisolver-1.4.7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e28c7fea2196bf4c2f8d46a0415c77a1c480cc0724722f23d7410ffe9842c407", size = 1444787, upload-time = "2024-09-04T09:03:56.588Z" }, + { url = "https://files.pythonhosted.org/packages/06/5f/1f5eaab84355885e224a6fc8d73089e8713dc7e91c121f00b9a1c58a2195/kiwisolver-1.4.7-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:e968b84db54f9d42046cf154e02911e39c0435c9801681e3fc9ce8a3c4130278", size = 2199212, upload-time = "2024-09-04T09:03:58.557Z" }, + { url = "https://files.pythonhosted.org/packages/b5/28/9152a3bfe976a0ae21d445415defc9d1cd8614b2910b7614b30b27a47270/kiwisolver-1.4.7-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:0c18ec74c0472de033e1bebb2911c3c310eef5649133dd0bedf2a169a1b269e5", size = 2346399, upload-time = "2024-09-04T09:04:00.178Z" }, + { url = "https://files.pythonhosted.org/packages/26/f6/453d1904c52ac3b400f4d5e240ac5fec25263716723e44be65f4d7149d13/kiwisolver-1.4.7-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:8f0ea6da6d393d8b2e187e6a5e3fb81f5862010a40c3945e2c6d12ae45cfb2ad", size = 2308688, upload-time = "2024-09-04T09:04:02.216Z" }, + { url = "https://files.pythonhosted.org/packages/5a/9a/d4968499441b9ae187e81745e3277a8b4d7c60840a52dc9d535a7909fac3/kiwisolver-1.4.7-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:f106407dda69ae456dd1227966bf445b157ccc80ba0dff3802bb63f30b74e895", size = 2445493, upload-time = "2024-09-04T09:04:04.571Z" }, + { url = "https://files.pythonhosted.org/packages/07/c9/032267192e7828520dacb64dfdb1d74f292765f179e467c1cba97687f17d/kiwisolver-1.4.7-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:84ec80df401cfee1457063732d90022f93951944b5b58975d34ab56bb150dfb3", size = 2262191, upload-time = "2024-09-04T09:04:05.969Z" }, + { url = "https://files.pythonhosted.org/packages/6c/ad/db0aedb638a58b2951da46ddaeecf204be8b4f5454df020d850c7fa8dca8/kiwisolver-1.4.7-cp310-cp310-win32.whl", hash = "sha256:71bb308552200fb2c195e35ef05de12f0c878c07fc91c270eb3d6e41698c3bcc", size = 46644, upload-time = "2024-09-04T09:04:07.408Z" }, + { url = "https://files.pythonhosted.org/packages/12/ca/d0f7b7ffbb0be1e7c2258b53554efec1fd652921f10d7d85045aff93ab61/kiwisolver-1.4.7-cp310-cp310-win_amd64.whl", hash = "sha256:44756f9fd339de0fb6ee4f8c1696cfd19b2422e0d70b4cefc1cc7f1f64045a8c", size = 55877, upload-time = "2024-09-04T09:04:08.869Z" }, + { url = "https://files.pythonhosted.org/packages/97/6c/cfcc128672f47a3e3c0d918ecb67830600078b025bfc32d858f2e2d5c6a4/kiwisolver-1.4.7-cp310-cp310-win_arm64.whl", hash = "sha256:78a42513018c41c2ffd262eb676442315cbfe3c44eed82385c2ed043bc63210a", size = 48347, upload-time = "2024-09-04T09:04:10.106Z" }, + { url = "https://files.pythonhosted.org/packages/e9/44/77429fa0a58f941d6e1c58da9efe08597d2e86bf2b2cce6626834f49d07b/kiwisolver-1.4.7-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:d2b0e12a42fb4e72d509fc994713d099cbb15ebf1103545e8a45f14da2dfca54", size = 122442, upload-time = "2024-09-04T09:04:11.432Z" }, + { url = "https://files.pythonhosted.org/packages/e5/20/8c75caed8f2462d63c7fd65e16c832b8f76cda331ac9e615e914ee80bac9/kiwisolver-1.4.7-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:2a8781ac3edc42ea4b90bc23e7d37b665d89423818e26eb6df90698aa2287c95", size = 65762, upload-time = "2024-09-04T09:04:12.468Z" }, + { url = "https://files.pythonhosted.org/packages/f4/98/fe010f15dc7230f45bc4cf367b012d651367fd203caaa992fd1f5963560e/kiwisolver-1.4.7-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:46707a10836894b559e04b0fd143e343945c97fd170d69a2d26d640b4e297935", size = 64319, upload-time = "2024-09-04T09:04:13.635Z" }, + { url = "https://files.pythonhosted.org/packages/8b/1b/b5d618f4e58c0675654c1e5051bcf42c776703edb21c02b8c74135541f60/kiwisolver-1.4.7-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ef97b8df011141c9b0f6caf23b29379f87dd13183c978a30a3c546d2c47314cb", size = 1334260, upload-time = "2024-09-04T09:04:14.878Z" }, + { url = "https://files.pythonhosted.org/packages/b8/01/946852b13057a162a8c32c4c8d2e9ed79f0bb5d86569a40c0b5fb103e373/kiwisolver-1.4.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3ab58c12a2cd0fc769089e6d38466c46d7f76aced0a1f54c77652446733d2d02", size = 1426589, upload-time = "2024-09-04T09:04:16.514Z" }, + { url = "https://files.pythonhosted.org/packages/70/d1/c9f96df26b459e15cf8a965304e6e6f4eb291e0f7a9460b4ad97b047561e/kiwisolver-1.4.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:803b8e1459341c1bb56d1c5c010406d5edec8a0713a0945851290a7930679b51", size = 1541080, upload-time = "2024-09-04T09:04:18.322Z" }, + { url = "https://files.pythonhosted.org/packages/d3/73/2686990eb8b02d05f3de759d6a23a4ee7d491e659007dd4c075fede4b5d0/kiwisolver-1.4.7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f9a9e8a507420fe35992ee9ecb302dab68550dedc0da9e2880dd88071c5fb052", size = 1470049, upload-time = "2024-09-04T09:04:20.266Z" }, + { url = "https://files.pythonhosted.org/packages/a7/4b/2db7af3ed3af7c35f388d5f53c28e155cd402a55432d800c543dc6deb731/kiwisolver-1.4.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:18077b53dc3bb490e330669a99920c5e6a496889ae8c63b58fbc57c3d7f33a18", size = 1426376, upload-time = "2024-09-04T09:04:22.419Z" }, + { url = "https://files.pythonhosted.org/packages/05/83/2857317d04ea46dc5d115f0df7e676997bbd968ced8e2bd6f7f19cfc8d7f/kiwisolver-1.4.7-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:6af936f79086a89b3680a280c47ea90b4df7047b5bdf3aa5c524bbedddb9e545", size = 2222231, upload-time = "2024-09-04T09:04:24.526Z" }, + { url = "https://files.pythonhosted.org/packages/0d/b5/866f86f5897cd4ab6d25d22e403404766a123f138bd6a02ecb2cdde52c18/kiwisolver-1.4.7-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:3abc5b19d24af4b77d1598a585b8a719beb8569a71568b66f4ebe1fb0449460b", size = 2368634, upload-time = "2024-09-04T09:04:25.899Z" }, + { url = "https://files.pythonhosted.org/packages/c1/ee/73de8385403faba55f782a41260210528fe3273d0cddcf6d51648202d6d0/kiwisolver-1.4.7-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:933d4de052939d90afbe6e9d5273ae05fb836cc86c15b686edd4b3560cc0ee36", size = 2329024, upload-time = "2024-09-04T09:04:28.523Z" }, + { url = "https://files.pythonhosted.org/packages/a1/e7/cd101d8cd2cdfaa42dc06c433df17c8303d31129c9fdd16c0ea37672af91/kiwisolver-1.4.7-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:65e720d2ab2b53f1f72fb5da5fb477455905ce2c88aaa671ff0a447c2c80e8e3", size = 2468484, upload-time = "2024-09-04T09:04:30.547Z" }, + { url = "https://files.pythonhosted.org/packages/e1/72/84f09d45a10bc57a40bb58b81b99d8f22b58b2040c912b7eb97ebf625bf2/kiwisolver-1.4.7-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:3bf1ed55088f214ba6427484c59553123fdd9b218a42bbc8c6496d6754b1e523", size = 2284078, upload-time = "2024-09-04T09:04:33.218Z" }, + { url = "https://files.pythonhosted.org/packages/d2/d4/71828f32b956612dc36efd7be1788980cb1e66bfb3706e6dec9acad9b4f9/kiwisolver-1.4.7-cp311-cp311-win32.whl", hash = "sha256:4c00336b9dd5ad96d0a558fd18a8b6f711b7449acce4c157e7343ba92dd0cf3d", size = 46645, upload-time = "2024-09-04T09:04:34.371Z" }, + { url = "https://files.pythonhosted.org/packages/a1/65/d43e9a20aabcf2e798ad1aff6c143ae3a42cf506754bcb6a7ed8259c8425/kiwisolver-1.4.7-cp311-cp311-win_amd64.whl", hash = "sha256:929e294c1ac1e9f615c62a4e4313ca1823ba37326c164ec720a803287c4c499b", size = 56022, upload-time = "2024-09-04T09:04:35.786Z" }, + { url = "https://files.pythonhosted.org/packages/35/b3/9f75a2e06f1b4ca00b2b192bc2b739334127d27f1d0625627ff8479302ba/kiwisolver-1.4.7-cp311-cp311-win_arm64.whl", hash = "sha256:e33e8fbd440c917106b237ef1a2f1449dfbb9b6f6e1ce17c94cd6a1e0d438376", size = 48536, upload-time = "2024-09-04T09:04:37.525Z" }, + { url = "https://files.pythonhosted.org/packages/97/9c/0a11c714cf8b6ef91001c8212c4ef207f772dd84540104952c45c1f0a249/kiwisolver-1.4.7-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:5360cc32706dab3931f738d3079652d20982511f7c0ac5711483e6eab08efff2", size = 121808, upload-time = "2024-09-04T09:04:38.637Z" }, + { url = "https://files.pythonhosted.org/packages/f2/d8/0fe8c5f5d35878ddd135f44f2af0e4e1d379e1c7b0716f97cdcb88d4fd27/kiwisolver-1.4.7-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:942216596dc64ddb25adb215c3c783215b23626f8d84e8eff8d6d45c3f29f75a", size = 65531, upload-time = "2024-09-04T09:04:39.694Z" }, + { url = "https://files.pythonhosted.org/packages/80/c5/57fa58276dfdfa612241d640a64ca2f76adc6ffcebdbd135b4ef60095098/kiwisolver-1.4.7-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:48b571ecd8bae15702e4f22d3ff6a0f13e54d3d00cd25216d5e7f658242065ee", size = 63894, upload-time = "2024-09-04T09:04:41.6Z" }, + { url = "https://files.pythonhosted.org/packages/8b/e9/26d3edd4c4ad1c5b891d8747a4f81b1b0aba9fb9721de6600a4adc09773b/kiwisolver-1.4.7-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ad42ba922c67c5f219097b28fae965e10045ddf145d2928bfac2eb2e17673640", size = 1369296, upload-time = "2024-09-04T09:04:42.886Z" }, + { url = "https://files.pythonhosted.org/packages/b6/67/3f4850b5e6cffb75ec40577ddf54f7b82b15269cc5097ff2e968ee32ea7d/kiwisolver-1.4.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:612a10bdae23404a72941a0fc8fa2660c6ea1217c4ce0dbcab8a8f6543ea9e7f", size = 1461450, upload-time = "2024-09-04T09:04:46.284Z" }, + { url = "https://files.pythonhosted.org/packages/52/be/86cbb9c9a315e98a8dc6b1d23c43cffd91d97d49318854f9c37b0e41cd68/kiwisolver-1.4.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9e838bba3a3bac0fe06d849d29772eb1afb9745a59710762e4ba3f4cb8424483", size = 1579168, upload-time = "2024-09-04T09:04:47.91Z" }, + { url = "https://files.pythonhosted.org/packages/0f/00/65061acf64bd5fd34c1f4ae53f20b43b0a017a541f242a60b135b9d1e301/kiwisolver-1.4.7-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:22f499f6157236c19f4bbbd472fa55b063db77a16cd74d49afe28992dff8c258", size = 1507308, upload-time = "2024-09-04T09:04:49.465Z" }, + { url = "https://files.pythonhosted.org/packages/21/e4/c0b6746fd2eb62fe702118b3ca0cb384ce95e1261cfada58ff693aeec08a/kiwisolver-1.4.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:693902d433cf585133699972b6d7c42a8b9f8f826ebcaf0132ff55200afc599e", size = 1464186, upload-time = "2024-09-04T09:04:50.949Z" }, + { url = "https://files.pythonhosted.org/packages/0a/0f/529d0a9fffb4d514f2782c829b0b4b371f7f441d61aa55f1de1c614c4ef3/kiwisolver-1.4.7-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:4e77f2126c3e0b0d055f44513ed349038ac180371ed9b52fe96a32aa071a5107", size = 2247877, upload-time = "2024-09-04T09:04:52.388Z" }, + { url = "https://files.pythonhosted.org/packages/d1/e1/66603ad779258843036d45adcbe1af0d1a889a07af4635f8b4ec7dccda35/kiwisolver-1.4.7-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:657a05857bda581c3656bfc3b20e353c232e9193eb167766ad2dc58b56504948", size = 2404204, upload-time = "2024-09-04T09:04:54.385Z" }, + { url = "https://files.pythonhosted.org/packages/8d/61/de5fb1ca7ad1f9ab7970e340a5b833d735df24689047de6ae71ab9d8d0e7/kiwisolver-1.4.7-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:4bfa75a048c056a411f9705856abfc872558e33c055d80af6a380e3658766038", size = 2352461, upload-time = "2024-09-04T09:04:56.307Z" }, + { url = "https://files.pythonhosted.org/packages/ba/d2/0edc00a852e369827f7e05fd008275f550353f1f9bcd55db9363d779fc63/kiwisolver-1.4.7-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:34ea1de54beef1c104422d210c47c7d2a4999bdecf42c7b5718fbe59a4cac383", size = 2501358, upload-time = "2024-09-04T09:04:57.922Z" }, + { url = "https://files.pythonhosted.org/packages/84/15/adc15a483506aec6986c01fb7f237c3aec4d9ed4ac10b756e98a76835933/kiwisolver-1.4.7-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:90da3b5f694b85231cf93586dad5e90e2d71b9428f9aad96952c99055582f520", size = 2314119, upload-time = "2024-09-04T09:04:59.332Z" }, + { url = "https://files.pythonhosted.org/packages/36/08/3a5bb2c53c89660863a5aa1ee236912269f2af8762af04a2e11df851d7b2/kiwisolver-1.4.7-cp312-cp312-win32.whl", hash = "sha256:18e0cca3e008e17fe9b164b55735a325140a5a35faad8de92dd80265cd5eb80b", size = 46367, upload-time = "2024-09-04T09:05:00.804Z" }, + { url = "https://files.pythonhosted.org/packages/19/93/c05f0a6d825c643779fc3c70876bff1ac221f0e31e6f701f0e9578690d70/kiwisolver-1.4.7-cp312-cp312-win_amd64.whl", hash = "sha256:58cb20602b18f86f83a5c87d3ee1c766a79c0d452f8def86d925e6c60fbf7bfb", size = 55884, upload-time = "2024-09-04T09:05:01.924Z" }, + { url = "https://files.pythonhosted.org/packages/d2/f9/3828d8f21b6de4279f0667fb50a9f5215e6fe57d5ec0d61905914f5b6099/kiwisolver-1.4.7-cp312-cp312-win_arm64.whl", hash = "sha256:f5a8b53bdc0b3961f8b6125e198617c40aeed638b387913bf1ce78afb1b0be2a", size = 48528, upload-time = "2024-09-04T09:05:02.983Z" }, + { url = "https://files.pythonhosted.org/packages/c4/06/7da99b04259b0f18b557a4effd1b9c901a747f7fdd84cf834ccf520cb0b2/kiwisolver-1.4.7-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:2e6039dcbe79a8e0f044f1c39db1986a1b8071051efba3ee4d74f5b365f5226e", size = 121913, upload-time = "2024-09-04T09:05:04.072Z" }, + { url = "https://files.pythonhosted.org/packages/97/f5/b8a370d1aa593c17882af0a6f6755aaecd643640c0ed72dcfd2eafc388b9/kiwisolver-1.4.7-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:a1ecf0ac1c518487d9d23b1cd7139a6a65bc460cd101ab01f1be82ecf09794b6", size = 65627, upload-time = "2024-09-04T09:05:05.119Z" }, + { url = "https://files.pythonhosted.org/packages/2a/fc/6c0374f7503522539e2d4d1b497f5ebad3f8ed07ab51aed2af988dd0fb65/kiwisolver-1.4.7-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:7ab9ccab2b5bd5702ab0803676a580fffa2aa178c2badc5557a84cc943fcf750", size = 63888, upload-time = "2024-09-04T09:05:06.191Z" }, + { url = "https://files.pythonhosted.org/packages/bf/3e/0b7172793d0f41cae5c923492da89a2ffcd1adf764c16159ca047463ebd3/kiwisolver-1.4.7-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f816dd2277f8d63d79f9c8473a79fe54047bc0467754962840782c575522224d", size = 1369145, upload-time = "2024-09-04T09:05:07.919Z" }, + { url = "https://files.pythonhosted.org/packages/77/92/47d050d6f6aced2d634258123f2688fbfef8ded3c5baf2c79d94d91f1f58/kiwisolver-1.4.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cf8bcc23ceb5a1b624572a1623b9f79d2c3b337c8c455405ef231933a10da379", size = 1461448, upload-time = "2024-09-04T09:05:10.01Z" }, + { url = "https://files.pythonhosted.org/packages/9c/1b/8f80b18e20b3b294546a1adb41701e79ae21915f4175f311a90d042301cf/kiwisolver-1.4.7-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:dea0bf229319828467d7fca8c7c189780aa9ff679c94539eed7532ebe33ed37c", size = 1578750, upload-time = "2024-09-04T09:05:11.598Z" }, + { url = "https://files.pythonhosted.org/packages/a4/fe/fe8e72f3be0a844f257cadd72689c0848c6d5c51bc1d60429e2d14ad776e/kiwisolver-1.4.7-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7c06a4c7cf15ec739ce0e5971b26c93638730090add60e183530d70848ebdd34", size = 1507175, upload-time = "2024-09-04T09:05:13.22Z" }, + { url = "https://files.pythonhosted.org/packages/39/fa/cdc0b6105d90eadc3bee525fecc9179e2b41e1ce0293caaf49cb631a6aaf/kiwisolver-1.4.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:913983ad2deb14e66d83c28b632fd35ba2b825031f2fa4ca29675e665dfecbe1", size = 1463963, upload-time = "2024-09-04T09:05:15.925Z" }, + { url = "https://files.pythonhosted.org/packages/6e/5c/0c03c4e542720c6177d4f408e56d1c8315899db72d46261a4e15b8b33a41/kiwisolver-1.4.7-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:5337ec7809bcd0f424c6b705ecf97941c46279cf5ed92311782c7c9c2026f07f", size = 2248220, upload-time = "2024-09-04T09:05:17.434Z" }, + { url = "https://files.pythonhosted.org/packages/3d/ee/55ef86d5a574f4e767df7da3a3a7ff4954c996e12d4fbe9c408170cd7dcc/kiwisolver-1.4.7-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:4c26ed10c4f6fa6ddb329a5120ba3b6db349ca192ae211e882970bfc9d91420b", size = 2404463, upload-time = "2024-09-04T09:05:18.997Z" }, + { url = "https://files.pythonhosted.org/packages/0f/6d/73ad36170b4bff4825dc588acf4f3e6319cb97cd1fb3eb04d9faa6b6f212/kiwisolver-1.4.7-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:c619b101e6de2222c1fcb0531e1b17bbffbe54294bfba43ea0d411d428618c27", size = 2352842, upload-time = "2024-09-04T09:05:21.299Z" }, + { url = "https://files.pythonhosted.org/packages/0b/16/fa531ff9199d3b6473bb4d0f47416cdb08d556c03b8bc1cccf04e756b56d/kiwisolver-1.4.7-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:073a36c8273647592ea332e816e75ef8da5c303236ec0167196793eb1e34657a", size = 2501635, upload-time = "2024-09-04T09:05:23.588Z" }, + { url = "https://files.pythonhosted.org/packages/78/7e/aa9422e78419db0cbe75fb86d8e72b433818f2e62e2e394992d23d23a583/kiwisolver-1.4.7-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:3ce6b2b0231bda412463e152fc18335ba32faf4e8c23a754ad50ffa70e4091ee", size = 2314556, upload-time = "2024-09-04T09:05:25.907Z" }, + { url = "https://files.pythonhosted.org/packages/a8/b2/15f7f556df0a6e5b3772a1e076a9d9f6c538ce5f05bd590eca8106508e06/kiwisolver-1.4.7-cp313-cp313-win32.whl", hash = "sha256:f4c9aee212bc89d4e13f58be11a56cc8036cabad119259d12ace14b34476fd07", size = 46364, upload-time = "2024-09-04T09:05:27.184Z" }, + { url = "https://files.pythonhosted.org/packages/0b/db/32e897e43a330eee8e4770bfd2737a9584b23e33587a0812b8e20aac38f7/kiwisolver-1.4.7-cp313-cp313-win_amd64.whl", hash = "sha256:8a3ec5aa8e38fc4c8af308917ce12c536f1c88452ce554027e55b22cbbfbff76", size = 55887, upload-time = "2024-09-04T09:05:28.372Z" }, + { url = "https://files.pythonhosted.org/packages/c8/a4/df2bdca5270ca85fd25253049eb6708d4127be2ed0e5c2650217450b59e9/kiwisolver-1.4.7-cp313-cp313-win_arm64.whl", hash = "sha256:76c8094ac20ec259471ac53e774623eb62e6e1f56cd8690c67ce6ce4fcb05650", size = 48530, upload-time = "2024-09-04T09:05:30.225Z" }, + { url = "https://files.pythonhosted.org/packages/11/88/37ea0ea64512997b13d69772db8dcdc3bfca5442cda3a5e4bb943652ee3e/kiwisolver-1.4.7-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:3f9362ecfca44c863569d3d3c033dbe8ba452ff8eed6f6b5806382741a1334bd", size = 122449, upload-time = "2024-09-04T09:05:55.311Z" }, + { url = "https://files.pythonhosted.org/packages/4e/45/5a5c46078362cb3882dcacad687c503089263c017ca1241e0483857791eb/kiwisolver-1.4.7-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:e8df2eb9b2bac43ef8b082e06f750350fbbaf2887534a5be97f6cf07b19d9583", size = 65757, upload-time = "2024-09-04T09:05:56.906Z" }, + { url = "https://files.pythonhosted.org/packages/8a/be/a6ae58978772f685d48dd2e84460937761c53c4bbd84e42b0336473d9775/kiwisolver-1.4.7-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:f32d6edbc638cde7652bd690c3e728b25332acbadd7cad670cc4a02558d9c417", size = 64312, upload-time = "2024-09-04T09:05:58.384Z" }, + { url = "https://files.pythonhosted.org/packages/f4/04/18ef6f452d311e1e1eb180c9bf5589187fa1f042db877e6fe443ef10099c/kiwisolver-1.4.7-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:e2e6c39bd7b9372b0be21456caab138e8e69cc0fc1190a9dfa92bd45a1e6e904", size = 1626966, upload-time = "2024-09-04T09:05:59.855Z" }, + { url = "https://files.pythonhosted.org/packages/21/b1/40655f6c3fa11ce740e8a964fa8e4c0479c87d6a7944b95af799c7a55dfe/kiwisolver-1.4.7-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:dda56c24d869b1193fcc763f1284b9126550eaf84b88bbc7256e15028f19188a", size = 1607044, upload-time = "2024-09-04T09:06:02.16Z" }, + { url = "https://files.pythonhosted.org/packages/fd/93/af67dbcfb9b3323bbd2c2db1385a7139d8f77630e4a37bb945b57188eb2d/kiwisolver-1.4.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:79849239c39b5e1fd906556c474d9b0439ea6792b637511f3fe3a41158d89ca8", size = 1391879, upload-time = "2024-09-04T09:06:03.908Z" }, + { url = "https://files.pythonhosted.org/packages/40/6f/d60770ef98e77b365d96061d090c0cd9e23418121c55fff188fa4bdf0b54/kiwisolver-1.4.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5e3bc157fed2a4c02ec468de4ecd12a6e22818d4f09cde2c31ee3226ffbefab2", size = 1504751, upload-time = "2024-09-04T09:06:05.58Z" }, + { url = "https://files.pythonhosted.org/packages/fa/3a/5f38667d313e983c432f3fcd86932177519ed8790c724e07d77d1de0188a/kiwisolver-1.4.7-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3da53da805b71e41053dc670f9a820d1157aae77b6b944e08024d17bcd51ef88", size = 1436990, upload-time = "2024-09-04T09:06:08.126Z" }, + { url = "https://files.pythonhosted.org/packages/cb/3b/1520301a47326e6a6043b502647e42892be33b3f051e9791cc8bb43f1a32/kiwisolver-1.4.7-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:8705f17dfeb43139a692298cb6637ee2e59c0194538153e83e9ee0c75c2eddde", size = 2191122, upload-time = "2024-09-04T09:06:10.345Z" }, + { url = "https://files.pythonhosted.org/packages/cf/c4/eb52da300c166239a2233f1f9c4a1b767dfab98fae27681bfb7ea4873cb6/kiwisolver-1.4.7-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:82a5c2f4b87c26bb1a0ef3d16b5c4753434633b83d365cc0ddf2770c93829e3c", size = 2338126, upload-time = "2024-09-04T09:06:12.321Z" }, + { url = "https://files.pythonhosted.org/packages/1a/cb/42b92fd5eadd708dd9107c089e817945500685f3437ce1fd387efebc6d6e/kiwisolver-1.4.7-cp39-cp39-musllinux_1_2_ppc64le.whl", hash = "sha256:ce8be0466f4c0d585cdb6c1e2ed07232221df101a4c6f28821d2aa754ca2d9e2", size = 2298313, upload-time = "2024-09-04T09:06:14.562Z" }, + { url = "https://files.pythonhosted.org/packages/4f/eb/be25aa791fe5fc75a8b1e0c965e00f942496bc04635c9aae8035f6b76dcd/kiwisolver-1.4.7-cp39-cp39-musllinux_1_2_s390x.whl", hash = "sha256:409afdfe1e2e90e6ee7fc896f3df9a7fec8e793e58bfa0d052c8a82f99c37abb", size = 2437784, upload-time = "2024-09-04T09:06:16.767Z" }, + { url = "https://files.pythonhosted.org/packages/c5/22/30a66be7f3368d76ff95689e1c2e28d382383952964ab15330a15d8bfd03/kiwisolver-1.4.7-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:5b9c3f4ee0b9a439d2415012bd1b1cc2df59e4d6a9939f4d669241d30b414327", size = 2253988, upload-time = "2024-09-04T09:06:18.705Z" }, + { url = "https://files.pythonhosted.org/packages/35/d3/5f2ecb94b5211c8a04f218a76133cc8d6d153b0f9cd0b45fad79907f0689/kiwisolver-1.4.7-cp39-cp39-win32.whl", hash = "sha256:a79ae34384df2b615eefca647a2873842ac3b596418032bef9a7283675962644", size = 46980, upload-time = "2024-09-04T09:06:20.106Z" }, + { url = "https://files.pythonhosted.org/packages/ef/17/cd10d020578764ea91740204edc6b3236ed8106228a46f568d716b11feb2/kiwisolver-1.4.7-cp39-cp39-win_amd64.whl", hash = "sha256:cf0438b42121a66a3a667de17e779330fc0f20b0d97d59d2f2121e182b0505e4", size = 55847, upload-time = "2024-09-04T09:06:21.407Z" }, + { url = "https://files.pythonhosted.org/packages/91/84/32232502020bd78d1d12be7afde15811c64a95ed1f606c10456db4e4c3ac/kiwisolver-1.4.7-cp39-cp39-win_arm64.whl", hash = "sha256:764202cc7e70f767dab49e8df52c7455e8de0df5d858fa801a11aa0d882ccf3f", size = 48494, upload-time = "2024-09-04T09:06:22.648Z" }, + { url = "https://files.pythonhosted.org/packages/ac/59/741b79775d67ab67ced9bb38552da688c0305c16e7ee24bba7a2be253fb7/kiwisolver-1.4.7-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:94252291e3fe68001b1dd747b4c0b3be12582839b95ad4d1b641924d68fd4643", size = 59491, upload-time = "2024-09-04T09:06:24.188Z" }, + { url = "https://files.pythonhosted.org/packages/58/cc/fb239294c29a5656e99e3527f7369b174dd9cc7c3ef2dea7cb3c54a8737b/kiwisolver-1.4.7-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:5b7dfa3b546da08a9f622bb6becdb14b3e24aaa30adba66749d38f3cc7ea9706", size = 57648, upload-time = "2024-09-04T09:06:25.559Z" }, + { url = "https://files.pythonhosted.org/packages/3b/ef/2f009ac1f7aab9f81efb2d837301d255279d618d27b6015780115ac64bdd/kiwisolver-1.4.7-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:bd3de6481f4ed8b734da5df134cd5a6a64fe32124fe83dde1e5b5f29fe30b1e6", size = 84257, upload-time = "2024-09-04T09:06:27.038Z" }, + { url = "https://files.pythonhosted.org/packages/81/e1/c64f50987f85b68b1c52b464bb5bf73e71570c0f7782d626d1eb283ad620/kiwisolver-1.4.7-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a91b5f9f1205845d488c928e8570dcb62b893372f63b8b6e98b863ebd2368ff2", size = 80906, upload-time = "2024-09-04T09:06:28.48Z" }, + { url = "https://files.pythonhosted.org/packages/fd/71/1687c5c0a0be2cee39a5c9c389e546f9c6e215e46b691d00d9f646892083/kiwisolver-1.4.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:40fa14dbd66b8b8f470d5fc79c089a66185619d31645f9b0773b88b19f7223c4", size = 79951, upload-time = "2024-09-04T09:06:29.966Z" }, + { url = "https://files.pythonhosted.org/packages/ea/8b/d7497df4a1cae9367adf21665dd1f896c2a7aeb8769ad77b662c5e2bcce7/kiwisolver-1.4.7-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:eb542fe7933aa09d8d8f9d9097ef37532a7df6497819d16efe4359890a2f417a", size = 55715, upload-time = "2024-09-04T09:06:31.489Z" }, + { url = "https://files.pythonhosted.org/packages/d5/df/ce37d9b26f07ab90880923c94d12a6ff4d27447096b4c849bfc4339ccfdf/kiwisolver-1.4.7-pp39-pypy39_pp73-macosx_10_15_x86_64.whl", hash = "sha256:8b01aac285f91ca889c800042c35ad3b239e704b150cfd3382adfc9dcc780e39", size = 58666, upload-time = "2024-09-04T09:06:43.756Z" }, + { url = "https://files.pythonhosted.org/packages/b0/d3/e4b04f43bc629ac8e186b77b2b1a251cdfa5b7610fa189dc0db622672ce6/kiwisolver-1.4.7-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:48be928f59a1f5c8207154f935334d374e79f2b5d212826307d072595ad76a2e", size = 57088, upload-time = "2024-09-04T09:06:45.406Z" }, + { url = "https://files.pythonhosted.org/packages/30/1c/752df58e2d339e670a535514d2db4fe8c842ce459776b8080fbe08ebb98e/kiwisolver-1.4.7-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f37cfe618a117e50d8c240555331160d73d0411422b59b5ee217843d7b693608", size = 84321, upload-time = "2024-09-04T09:06:47.557Z" }, + { url = "https://files.pythonhosted.org/packages/f0/f8/fe6484e847bc6e238ec9f9828089fb2c0bb53f2f5f3a79351fde5b565e4f/kiwisolver-1.4.7-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:599b5c873c63a1f6ed7eead644a8a380cfbdf5db91dcb6f85707aaab213b1674", size = 80776, upload-time = "2024-09-04T09:06:49.235Z" }, + { url = "https://files.pythonhosted.org/packages/9b/57/d7163c0379f250ef763aba85330a19feefb5ce6cb541ade853aaba881524/kiwisolver-1.4.7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:801fa7802e5cfabe3ab0c81a34c323a319b097dfb5004be950482d882f3d7225", size = 79984, upload-time = "2024-09-04T09:06:51.336Z" }, + { url = "https://files.pythonhosted.org/packages/8c/95/4a103776c265d13b3d2cd24fb0494d4e04ea435a8ef97e1b2c026d43250b/kiwisolver-1.4.7-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:0c6c43471bc764fad4bc99c5c2d6d16a676b1abf844ca7c8702bdae92df01ee0", size = 55811, upload-time = "2024-09-04T09:06:53.078Z" }, ] [[package]] name = "markupsafe" version = "3.0.1" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/b4/d2/38ff920762f2247c3af5cbbbbc40756f575d9692d381d7c520f45deb9b8f/markupsafe-3.0.1.tar.gz", hash = "sha256:3e683ee4f5d0fa2dde4db77ed8dd8a876686e3fc417655c2ece9a90576905344", size = 20249 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/43/a2/0482d1a157f5f10f72fc4fe8c3be9ffa3651c1f7a12b60a3ab71b2635e13/MarkupSafe-3.0.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:db842712984e91707437461930e6011e60b39136c7331e971952bb30465bc1a1", size = 14391 }, - { url = "https://files.pythonhosted.org/packages/3b/25/5ea6500d200fd2dc3ea25c765f69dea0a1a8d42ec80a38cd896ad47cb85d/MarkupSafe-3.0.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:3ffb4a8e7d46ed96ae48805746755fadd0909fea2306f93d5d8233ba23dda12a", size = 12414 }, - { url = "https://files.pythonhosted.org/packages/92/41/cf5397dd6bb18895d148aa402cafa71018f2ffc5f6e9d6e90d85b523c741/MarkupSafe-3.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:67c519635a4f64e495c50e3107d9b4075aec33634272b5db1cde839e07367589", size = 21787 }, - { url = "https://files.pythonhosted.org/packages/2e/0d/5d91ef2b4f30afa87483a3a7c108c777d144b1c42d7113459296a8a2bfa0/MarkupSafe-3.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:48488d999ed50ba8d38c581d67e496f955821dc183883550a6fbc7f1aefdc170", size = 20954 }, - { url = "https://files.pythonhosted.org/packages/f6/de/12a4110c2c7c7b502fe0e6f911367726dbb7a37e03e207495135d064bb48/MarkupSafe-3.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f31ae06f1328595d762c9a2bf29dafd8621c7d3adc130cbb46278079758779ca", size = 21086 }, - { url = "https://files.pythonhosted.org/packages/96/55/59389babc6e8ed206849a9958de9da7c23f3a75d294f46e99624fa38fb79/MarkupSafe-3.0.1-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:80fcbf3add8790caddfab6764bde258b5d09aefbe9169c183f88a7410f0f6dea", size = 21685 }, - { url = "https://files.pythonhosted.org/packages/3d/cb/cbad5f093e12cd79ceea3e2957ba5bd4c2706810f333d0a3422ab2aef358/MarkupSafe-3.0.1-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:3341c043c37d78cc5ae6e3e305e988532b072329639007fd408a476642a89fd6", size = 21348 }, - { url = "https://files.pythonhosted.org/packages/8e/70/e19c4f39d68a52406012ee118667b57efb0bbe6e950be21187cd7a1b4b80/MarkupSafe-3.0.1-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:cb53e2a99df28eee3b5f4fea166020d3ef9116fdc5764bc5117486e6d1211b25", size = 21098 }, - { url = "https://files.pythonhosted.org/packages/30/95/ca809c01624428d427e9b3a4500f9068eca941e0c520328954ce84ad966a/MarkupSafe-3.0.1-cp310-cp310-win32.whl", hash = "sha256:db15ce28e1e127a0013dfb8ac243a8e392db8c61eae113337536edb28bdc1f97", size = 15075 }, - { url = "https://files.pythonhosted.org/packages/23/41/decb99ab07793656821a86f827a394700ce28402ebb02dc6d003210d9859/MarkupSafe-3.0.1-cp310-cp310-win_amd64.whl", hash = "sha256:4ffaaac913c3f7345579db4f33b0020db693f302ca5137f106060316761beea9", size = 15535 }, - { url = "https://files.pythonhosted.org/packages/ce/af/2f5d88a7fc7226bd34c6e15f6061246ad8cff979da9f19d11bdd0addd8e2/MarkupSafe-3.0.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:26627785a54a947f6d7336ce5963569b5d75614619e75193bdb4e06e21d447ad", size = 14387 }, - { url = "https://files.pythonhosted.org/packages/8d/43/fd588ef5d192308c5e05974bac659bf6ae29c202b7ea2c4194bcf01eacee/MarkupSafe-3.0.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:b954093679d5750495725ea6f88409946d69cfb25ea7b4c846eef5044194f583", size = 12410 }, - { url = "https://files.pythonhosted.org/packages/58/26/78f161d602fb03804118905e5faacafc0ec592bbad71aaee62537529813a/MarkupSafe-3.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:973a371a55ce9ed333a3a0f8e0bcfae9e0d637711534bcb11e130af2ab9334e7", size = 24006 }, - { url = "https://files.pythonhosted.org/packages/ae/1d/7d5ec8bcfd9c2db235d720fa51d818b7e2abc45250ce5f53dd6cb60409ca/MarkupSafe-3.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:244dbe463d5fb6d7ce161301a03a6fe744dac9072328ba9fc82289238582697b", size = 23303 }, - { url = "https://files.pythonhosted.org/packages/26/ce/703ca3b03a709e3bd1fbffa407789e56b9fa664456538092617dd665fc1d/MarkupSafe-3.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d98e66a24497637dd31ccab090b34392dddb1f2f811c4b4cd80c230205c074a3", size = 23205 }, - { url = "https://files.pythonhosted.org/packages/88/60/40be0493decabc2344b12d3a709fd6ccdd15a5ebaee1e8d878315d107ad3/MarkupSafe-3.0.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:ad91738f14eb8da0ff82f2acd0098b6257621410dcbd4df20aaa5b4233d75a50", size = 23684 }, - { url = "https://files.pythonhosted.org/packages/6d/f8/8fd52a66e8f62a9add62b4a0b5a3ab4092027437f2ef027f812d94ae91cf/MarkupSafe-3.0.1-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:7044312a928a66a4c2a22644147bc61a199c1709712069a344a3fb5cfcf16915", size = 23472 }, - { url = "https://files.pythonhosted.org/packages/d4/0b/998b17b9e06ea45ad1646fea586f1b83d02dfdb14d47dd2fd81fba5a08c9/MarkupSafe-3.0.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:a4792d3b3a6dfafefdf8e937f14906a51bd27025a36f4b188728a73382231d91", size = 23388 }, - { url = "https://files.pythonhosted.org/packages/5a/57/b6b7aa23b2e26d68d601718f8ce3161fbdaf967b31752c7dec52bef828c9/MarkupSafe-3.0.1-cp311-cp311-win32.whl", hash = "sha256:fa7d686ed9883f3d664d39d5a8e74d3c5f63e603c2e3ff0abcba23eac6542635", size = 15106 }, - { url = "https://files.pythonhosted.org/packages/fc/b5/20cb1d714596acb553c810009c8004c809823947da63e13c19a7decfcb6c/MarkupSafe-3.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:9ba25a71ebf05b9bb0e2ae99f8bc08a07ee8e98c612175087112656ca0f5c8bf", size = 15542 }, - { url = "https://files.pythonhosted.org/packages/45/6d/72ed58d42a12bd9fc288dbff6dd8d03ea973a232ac0538d7f88d105b5251/MarkupSafe-3.0.1-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:8ae369e84466aa70f3154ee23c1451fda10a8ee1b63923ce76667e3077f2b0c4", size = 14322 }, - { url = "https://files.pythonhosted.org/packages/86/f5/241238f89cdd6461ac9f521af8389f9a48fab97e4f315c69e9e0d52bc919/MarkupSafe-3.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40f1e10d51c92859765522cbd79c5c8989f40f0419614bcdc5015e7b6bf97fc5", size = 12380 }, - { url = "https://files.pythonhosted.org/packages/27/94/79751928bca5841416d8ca02e22198672e021d5c7120338e2a6e3771f8fc/MarkupSafe-3.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5a4cb365cb49b750bdb60b846b0c0bc49ed62e59a76635095a179d440540c346", size = 24099 }, - { url = "https://files.pythonhosted.org/packages/10/6e/1b8070bbfc467429c7983cd5ffd4ec57e1d501763d974c7caaa0a9a79f4c/MarkupSafe-3.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ee3941769bd2522fe39222206f6dd97ae83c442a94c90f2b7a25d847d40f4729", size = 23249 }, - { url = "https://files.pythonhosted.org/packages/66/50/9389ae6cdff78d7481a2a2641830b5eb1d1f62177550e73355a810a889c9/MarkupSafe-3.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:62fada2c942702ef8952754abfc1a9f7658a4d5460fabe95ac7ec2cbe0d02abc", size = 23149 }, - { url = "https://files.pythonhosted.org/packages/16/02/5dddff5366fde47133186efb847fa88bddef85914bbe623e25cfeccb3517/MarkupSafe-3.0.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:4c2d64fdba74ad16138300815cfdc6ab2f4647e23ced81f59e940d7d4a1469d9", size = 23864 }, - { url = "https://files.pythonhosted.org/packages/f3/f1/700ee6655561cfda986e03f7afc309e3738918551afa7dedd99225586227/MarkupSafe-3.0.1-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:fb532dd9900381d2e8f48172ddc5a59db4c445a11b9fab40b3b786da40d3b56b", size = 23440 }, - { url = "https://files.pythonhosted.org/packages/fb/3e/d26623ac7f16709823b4c80e0b4a1c9196eeb46182a6c1d47b5e0c8434f4/MarkupSafe-3.0.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:0f84af7e813784feb4d5e4ff7db633aba6c8ca64a833f61d8e4eade234ef0c38", size = 23610 }, - { url = "https://files.pythonhosted.org/packages/51/04/1f8da0810c39cb9fcff96b6baed62272c97065e9cf11471965a161439e20/MarkupSafe-3.0.1-cp312-cp312-win32.whl", hash = "sha256:cbf445eb5628981a80f54087f9acdbf84f9b7d862756110d172993b9a5ae81aa", size = 15113 }, - { url = "https://files.pythonhosted.org/packages/eb/24/a36dc37365bdd358b1e583cc40475593e36ab02cb7da6b3d0b9c05b0da7a/MarkupSafe-3.0.1-cp312-cp312-win_amd64.whl", hash = "sha256:a10860e00ded1dd0a65b83e717af28845bb7bd16d8ace40fe5531491de76b79f", size = 15611 }, - { url = "https://files.pythonhosted.org/packages/b1/60/4572a8aa1beccbc24b133aa0670781a5d2697f4fa3fecf0a87b46383174b/MarkupSafe-3.0.1-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:e81c52638315ff4ac1b533d427f50bc0afc746deb949210bc85f05d4f15fd772", size = 14325 }, - { url = "https://files.pythonhosted.org/packages/38/42/849915b99a765ec104bfd07ee933de5fc9c58fa9570efa7db81717f495d8/MarkupSafe-3.0.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:312387403cd40699ab91d50735ea7a507b788091c416dd007eac54434aee51da", size = 12373 }, - { url = "https://files.pythonhosted.org/packages/ef/82/4caaebd963c6d60b28e4445f38841d24f8b49bc10594a09956c9d73bfc08/MarkupSafe-3.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2ae99f31f47d849758a687102afdd05bd3d3ff7dbab0a8f1587981b58a76152a", size = 24059 }, - { url = "https://files.pythonhosted.org/packages/20/15/6b319be2f79fcfa3173f479d69f4e950b5c9b642db4f22cf73ae5ade745f/MarkupSafe-3.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c97ff7fedf56d86bae92fa0a646ce1a0ec7509a7578e1ed238731ba13aabcd1c", size = 23211 }, - { url = "https://files.pythonhosted.org/packages/9d/3f/8963bdf4962feb2154475acb7dc350f04217b5e0be7763a39b432291e229/MarkupSafe-3.0.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a7420ceda262dbb4b8d839a4ec63d61c261e4e77677ed7c66c99f4e7cb5030dd", size = 23095 }, - { url = "https://files.pythonhosted.org/packages/af/93/f770bc70953d32de0c6ce4bcb76271512123a1ead91aaef625a020c5bfaf/MarkupSafe-3.0.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:45d42d132cff577c92bfba536aefcfea7e26efb975bd455db4e6602f5c9f45e7", size = 23901 }, - { url = "https://files.pythonhosted.org/packages/11/92/1e5a33aa0a1190161238628fb68eb1bc5e67b56a5c89f0636328704b463a/MarkupSafe-3.0.1-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:4c8817557d0de9349109acb38b9dd570b03cc5014e8aabf1cbddc6e81005becd", size = 23463 }, - { url = "https://files.pythonhosted.org/packages/0d/fe/657efdfe385d2a3a701f2c4fcc9577c63c438aeefdd642d0d956c4ecd225/MarkupSafe-3.0.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:6a54c43d3ec4cf2a39f4387ad044221c66a376e58c0d0e971d47c475ba79c6b5", size = 23569 }, - { url = "https://files.pythonhosted.org/packages/cf/24/587dea40304046ace60f846cedaebc0d33d967a3ce46c11395a10e7a78ba/MarkupSafe-3.0.1-cp313-cp313-win32.whl", hash = "sha256:c91b394f7601438ff79a4b93d16be92f216adb57d813a78be4446fe0f6bc2d8c", size = 15117 }, - { url = "https://files.pythonhosted.org/packages/32/8f/d8961d633f26a011b4fe054f3bfff52f673423b8c431553268741dfb089e/MarkupSafe-3.0.1-cp313-cp313-win_amd64.whl", hash = "sha256:fe32482b37b4b00c7a52a07211b479653b7fe4f22b2e481b9a9b099d8a430f2f", size = 15613 }, - { url = "https://files.pythonhosted.org/packages/9e/93/d6367ffbcd0c5c371370767f768eaa32af60bc411245b8517e383c6a2b12/MarkupSafe-3.0.1-cp313-cp313t-macosx_10_13_universal2.whl", hash = "sha256:17b2aea42a7280db02ac644db1d634ad47dcc96faf38ab304fe26ba2680d359a", size = 14563 }, - { url = "https://files.pythonhosted.org/packages/4a/37/f813c3835747dec08fe19ac9b9eced01fdf93a4b3e626521675dc7f423a9/MarkupSafe-3.0.1-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:852dc840f6d7c985603e60b5deaae1d89c56cb038b577f6b5b8c808c97580f1d", size = 12505 }, - { url = "https://files.pythonhosted.org/packages/72/bf/800b4d1580298ca91ccd6c95915bbd147142dad1b8cf91d57b93b28670dd/MarkupSafe-3.0.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0778de17cff1acaeccc3ff30cd99a3fd5c50fc58ad3d6c0e0c4c58092b859396", size = 25358 }, - { url = "https://files.pythonhosted.org/packages/fd/78/26e209abc8f0a379f031f0acc151231974e5b153d7eda5759d17d8f329f2/MarkupSafe-3.0.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:800100d45176652ded796134277ecb13640c1a537cad3b8b53da45aa96330453", size = 23797 }, - { url = "https://files.pythonhosted.org/packages/09/e1/918496a9390891756efee818880e71c1bbaf587f4dc8ede3f3852357310a/MarkupSafe-3.0.1-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d06b24c686a34c86c8c1fba923181eae6b10565e4d80bdd7bc1c8e2f11247aa4", size = 23743 }, - { url = "https://files.pythonhosted.org/packages/cd/c6/26f576cd58d6c2decd9045e4e3f3c5dbc01ea6cb710916e7bbb6ebd95b6b/MarkupSafe-3.0.1-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:33d1c36b90e570ba7785dacd1faaf091203d9942bc036118fab8110a401eb1a8", size = 25076 }, - { url = "https://files.pythonhosted.org/packages/b5/fa/10b24fb3b0e15fe5389dc88ecc6226ede08297e0ba7130610efbe0cdfb27/MarkupSafe-3.0.1-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:beeebf760a9c1f4c07ef6a53465e8cfa776ea6a2021eda0d0417ec41043fe984", size = 24037 }, - { url = "https://files.pythonhosted.org/packages/c8/81/4b3f5537d9f6cc4f5c80d6c4b78af9a5247fd37b5aba95807b2cbc336b9a/MarkupSafe-3.0.1-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:bbde71a705f8e9e4c3e9e33db69341d040c827c7afa6789b14c6e16776074f5a", size = 24015 }, - { url = "https://files.pythonhosted.org/packages/5f/07/8e8dcecd53216c5e01a51e84c32a2bce166690ed19c184774b38cd41921d/MarkupSafe-3.0.1-cp313-cp313t-win32.whl", hash = "sha256:82b5dba6eb1bcc29cc305a18a3c5365d2af06ee71b123216416f7e20d2a84e5b", size = 15213 }, - { url = "https://files.pythonhosted.org/packages/0d/87/4c364e0f109eea2402079abecbe33fef4f347b551a11423d1f4e187ea497/MarkupSafe-3.0.1-cp313-cp313t-win_amd64.whl", hash = "sha256:730d86af59e0e43ce277bb83970530dd223bf7f2a838e086b50affa6ec5f9295", size = 15741 }, - { url = "https://files.pythonhosted.org/packages/6f/4f/420741fb39fa3d40396fb1731a1ca78e6f9fbb225dcf15e5185b1fa954bc/MarkupSafe-3.0.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:4935dd7883f1d50e2ffecca0aa33dc1946a94c8f3fdafb8df5c330e48f71b132", size = 14376 }, - { url = "https://files.pythonhosted.org/packages/91/71/0c4782b9ce7fb68b140b94e1eb9d2b6292990bda91dc3d3b5a34e8bd41f3/MarkupSafe-3.0.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e9393357f19954248b00bed7c56f29a25c930593a77630c719653d51e7669c2a", size = 12408 }, - { url = "https://files.pythonhosted.org/packages/3e/3c/cbf30bf7ac1da2e013e3d338e1582db85fc3b27bf9f8863137423ad4b0b6/MarkupSafe-3.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:40621d60d0e58aa573b68ac5e2d6b20d44392878e0bfc159012a5787c4e35bc8", size = 21654 }, - { url = "https://files.pythonhosted.org/packages/0b/28/229e797b8727427845b79cbd58019f598e478f974730fa705fa23904b18e/MarkupSafe-3.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f94190df587738280d544971500b9cafc9b950d32efcb1fba9ac10d84e6aa4e6", size = 20817 }, - { url = "https://files.pythonhosted.org/packages/e8/b4/1121f3b2614de93cbb3deec7f44df283df44c2258ea9368bb1302b4a0b45/MarkupSafe-3.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b6a387d61fe41cdf7ea95b38e9af11cfb1a63499af2759444b99185c4ab33f5b", size = 20956 }, - { url = "https://files.pythonhosted.org/packages/a8/8b/b4d57bafca01c8b1e1fbb037660869fa4f6725983c4105a02bd1242f0066/MarkupSafe-3.0.1-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:8ad4ad1429cd4f315f32ef263c1342166695fad76c100c5d979c45d5570ed58b", size = 21548 }, - { url = "https://files.pythonhosted.org/packages/83/87/04806f7096ba1d4f1b8c61f35c1d7c0b507c6a3cf7ed495393bf97eb5af7/MarkupSafe-3.0.1-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:e24bfe89c6ac4c31792793ad9f861b8f6dc4546ac6dc8f1c9083c7c4f2b335cd", size = 21222 }, - { url = "https://files.pythonhosted.org/packages/e9/96/1ecb2bb5ee7298e628cff95833beba7da6a774df7fe890a6d2f0ec460590/MarkupSafe-3.0.1-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:2a4b34a8d14649315c4bc26bbfa352663eb51d146e35eef231dd739d54a5430a", size = 20952 }, - { url = "https://files.pythonhosted.org/packages/fd/70/b937a12df7bbff14e1ca3385929f464c7af2ca72c8183c95dad26c3bf754/MarkupSafe-3.0.1-cp39-cp39-win32.whl", hash = "sha256:242d6860f1fd9191aef5fae22b51c5c19767f93fb9ead4d21924e0bcb17619d8", size = 15075 }, - { url = "https://files.pythonhosted.org/packages/e3/c4/262fac0328552da9a75a7786d7c0f43adaba4afb5f295979d33fa0f324c7/MarkupSafe-3.0.1-cp39-cp39-win_amd64.whl", hash = "sha256:93e8248d650e7e9d49e8251f883eed60ecbc0e8ffd6349e18550925e31bd029b", size = 15527 }, +sdist = { url = "https://files.pythonhosted.org/packages/b4/d2/38ff920762f2247c3af5cbbbbc40756f575d9692d381d7c520f45deb9b8f/markupsafe-3.0.1.tar.gz", hash = "sha256:3e683ee4f5d0fa2dde4db77ed8dd8a876686e3fc417655c2ece9a90576905344", size = 20249, upload-time = "2024-10-08T17:01:32.703Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/43/a2/0482d1a157f5f10f72fc4fe8c3be9ffa3651c1f7a12b60a3ab71b2635e13/MarkupSafe-3.0.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:db842712984e91707437461930e6011e60b39136c7331e971952bb30465bc1a1", size = 14391, upload-time = "2024-10-08T17:00:31.096Z" }, + { url = "https://files.pythonhosted.org/packages/3b/25/5ea6500d200fd2dc3ea25c765f69dea0a1a8d42ec80a38cd896ad47cb85d/MarkupSafe-3.0.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:3ffb4a8e7d46ed96ae48805746755fadd0909fea2306f93d5d8233ba23dda12a", size = 12414, upload-time = "2024-10-08T17:00:32.272Z" }, + { url = "https://files.pythonhosted.org/packages/92/41/cf5397dd6bb18895d148aa402cafa71018f2ffc5f6e9d6e90d85b523c741/MarkupSafe-3.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:67c519635a4f64e495c50e3107d9b4075aec33634272b5db1cde839e07367589", size = 21787, upload-time = "2024-10-08T17:00:33.037Z" }, + { url = "https://files.pythonhosted.org/packages/2e/0d/5d91ef2b4f30afa87483a3a7c108c777d144b1c42d7113459296a8a2bfa0/MarkupSafe-3.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:48488d999ed50ba8d38c581d67e496f955821dc183883550a6fbc7f1aefdc170", size = 20954, upload-time = "2024-10-08T17:00:33.822Z" }, + { url = "https://files.pythonhosted.org/packages/f6/de/12a4110c2c7c7b502fe0e6f911367726dbb7a37e03e207495135d064bb48/MarkupSafe-3.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f31ae06f1328595d762c9a2bf29dafd8621c7d3adc130cbb46278079758779ca", size = 21086, upload-time = "2024-10-08T17:00:34.673Z" }, + { url = "https://files.pythonhosted.org/packages/96/55/59389babc6e8ed206849a9958de9da7c23f3a75d294f46e99624fa38fb79/MarkupSafe-3.0.1-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:80fcbf3add8790caddfab6764bde258b5d09aefbe9169c183f88a7410f0f6dea", size = 21685, upload-time = "2024-10-08T17:00:35.922Z" }, + { url = "https://files.pythonhosted.org/packages/3d/cb/cbad5f093e12cd79ceea3e2957ba5bd4c2706810f333d0a3422ab2aef358/MarkupSafe-3.0.1-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:3341c043c37d78cc5ae6e3e305e988532b072329639007fd408a476642a89fd6", size = 21348, upload-time = "2024-10-08T17:00:36.759Z" }, + { url = "https://files.pythonhosted.org/packages/8e/70/e19c4f39d68a52406012ee118667b57efb0bbe6e950be21187cd7a1b4b80/MarkupSafe-3.0.1-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:cb53e2a99df28eee3b5f4fea166020d3ef9116fdc5764bc5117486e6d1211b25", size = 21098, upload-time = "2024-10-08T17:00:37.574Z" }, + { url = "https://files.pythonhosted.org/packages/30/95/ca809c01624428d427e9b3a4500f9068eca941e0c520328954ce84ad966a/MarkupSafe-3.0.1-cp310-cp310-win32.whl", hash = "sha256:db15ce28e1e127a0013dfb8ac243a8e392db8c61eae113337536edb28bdc1f97", size = 15075, upload-time = "2024-10-08T17:00:38.409Z" }, + { url = "https://files.pythonhosted.org/packages/23/41/decb99ab07793656821a86f827a394700ce28402ebb02dc6d003210d9859/MarkupSafe-3.0.1-cp310-cp310-win_amd64.whl", hash = "sha256:4ffaaac913c3f7345579db4f33b0020db693f302ca5137f106060316761beea9", size = 15535, upload-time = "2024-10-08T17:00:39.323Z" }, + { url = "https://files.pythonhosted.org/packages/ce/af/2f5d88a7fc7226bd34c6e15f6061246ad8cff979da9f19d11bdd0addd8e2/MarkupSafe-3.0.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:26627785a54a947f6d7336ce5963569b5d75614619e75193bdb4e06e21d447ad", size = 14387, upload-time = "2024-10-08T17:00:40.221Z" }, + { url = "https://files.pythonhosted.org/packages/8d/43/fd588ef5d192308c5e05974bac659bf6ae29c202b7ea2c4194bcf01eacee/MarkupSafe-3.0.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:b954093679d5750495725ea6f88409946d69cfb25ea7b4c846eef5044194f583", size = 12410, upload-time = "2024-10-08T17:00:40.944Z" }, + { url = "https://files.pythonhosted.org/packages/58/26/78f161d602fb03804118905e5faacafc0ec592bbad71aaee62537529813a/MarkupSafe-3.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:973a371a55ce9ed333a3a0f8e0bcfae9e0d637711534bcb11e130af2ab9334e7", size = 24006, upload-time = "2024-10-08T17:00:41.804Z" }, + { url = "https://files.pythonhosted.org/packages/ae/1d/7d5ec8bcfd9c2db235d720fa51d818b7e2abc45250ce5f53dd6cb60409ca/MarkupSafe-3.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:244dbe463d5fb6d7ce161301a03a6fe744dac9072328ba9fc82289238582697b", size = 23303, upload-time = "2024-10-08T17:00:43.257Z" }, + { url = "https://files.pythonhosted.org/packages/26/ce/703ca3b03a709e3bd1fbffa407789e56b9fa664456538092617dd665fc1d/MarkupSafe-3.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d98e66a24497637dd31ccab090b34392dddb1f2f811c4b4cd80c230205c074a3", size = 23205, upload-time = "2024-10-08T17:00:44.06Z" }, + { url = "https://files.pythonhosted.org/packages/88/60/40be0493decabc2344b12d3a709fd6ccdd15a5ebaee1e8d878315d107ad3/MarkupSafe-3.0.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:ad91738f14eb8da0ff82f2acd0098b6257621410dcbd4df20aaa5b4233d75a50", size = 23684, upload-time = "2024-10-08T17:00:45.488Z" }, + { url = "https://files.pythonhosted.org/packages/6d/f8/8fd52a66e8f62a9add62b4a0b5a3ab4092027437f2ef027f812d94ae91cf/MarkupSafe-3.0.1-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:7044312a928a66a4c2a22644147bc61a199c1709712069a344a3fb5cfcf16915", size = 23472, upload-time = "2024-10-08T17:00:46.272Z" }, + { url = "https://files.pythonhosted.org/packages/d4/0b/998b17b9e06ea45ad1646fea586f1b83d02dfdb14d47dd2fd81fba5a08c9/MarkupSafe-3.0.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:a4792d3b3a6dfafefdf8e937f14906a51bd27025a36f4b188728a73382231d91", size = 23388, upload-time = "2024-10-08T17:00:47.079Z" }, + { url = "https://files.pythonhosted.org/packages/5a/57/b6b7aa23b2e26d68d601718f8ce3161fbdaf967b31752c7dec52bef828c9/MarkupSafe-3.0.1-cp311-cp311-win32.whl", hash = "sha256:fa7d686ed9883f3d664d39d5a8e74d3c5f63e603c2e3ff0abcba23eac6542635", size = 15106, upload-time = "2024-10-08T17:00:47.896Z" }, + { url = "https://files.pythonhosted.org/packages/fc/b5/20cb1d714596acb553c810009c8004c809823947da63e13c19a7decfcb6c/MarkupSafe-3.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:9ba25a71ebf05b9bb0e2ae99f8bc08a07ee8e98c612175087112656ca0f5c8bf", size = 15542, upload-time = "2024-10-08T17:00:48.736Z" }, + { url = "https://files.pythonhosted.org/packages/45/6d/72ed58d42a12bd9fc288dbff6dd8d03ea973a232ac0538d7f88d105b5251/MarkupSafe-3.0.1-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:8ae369e84466aa70f3154ee23c1451fda10a8ee1b63923ce76667e3077f2b0c4", size = 14322, upload-time = "2024-10-08T17:00:49.579Z" }, + { url = "https://files.pythonhosted.org/packages/86/f5/241238f89cdd6461ac9f521af8389f9a48fab97e4f315c69e9e0d52bc919/MarkupSafe-3.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40f1e10d51c92859765522cbd79c5c8989f40f0419614bcdc5015e7b6bf97fc5", size = 12380, upload-time = "2024-10-08T17:00:51.01Z" }, + { url = "https://files.pythonhosted.org/packages/27/94/79751928bca5841416d8ca02e22198672e021d5c7120338e2a6e3771f8fc/MarkupSafe-3.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5a4cb365cb49b750bdb60b846b0c0bc49ed62e59a76635095a179d440540c346", size = 24099, upload-time = "2024-10-08T17:00:52.503Z" }, + { url = "https://files.pythonhosted.org/packages/10/6e/1b8070bbfc467429c7983cd5ffd4ec57e1d501763d974c7caaa0a9a79f4c/MarkupSafe-3.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ee3941769bd2522fe39222206f6dd97ae83c442a94c90f2b7a25d847d40f4729", size = 23249, upload-time = "2024-10-08T17:00:53.296Z" }, + { url = "https://files.pythonhosted.org/packages/66/50/9389ae6cdff78d7481a2a2641830b5eb1d1f62177550e73355a810a889c9/MarkupSafe-3.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:62fada2c942702ef8952754abfc1a9f7658a4d5460fabe95ac7ec2cbe0d02abc", size = 23149, upload-time = "2024-10-08T17:00:54.195Z" }, + { url = "https://files.pythonhosted.org/packages/16/02/5dddff5366fde47133186efb847fa88bddef85914bbe623e25cfeccb3517/MarkupSafe-3.0.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:4c2d64fdba74ad16138300815cfdc6ab2f4647e23ced81f59e940d7d4a1469d9", size = 23864, upload-time = "2024-10-08T17:00:55.015Z" }, + { url = "https://files.pythonhosted.org/packages/f3/f1/700ee6655561cfda986e03f7afc309e3738918551afa7dedd99225586227/MarkupSafe-3.0.1-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:fb532dd9900381d2e8f48172ddc5a59db4c445a11b9fab40b3b786da40d3b56b", size = 23440, upload-time = "2024-10-08T17:00:55.848Z" }, + { url = "https://files.pythonhosted.org/packages/fb/3e/d26623ac7f16709823b4c80e0b4a1c9196eeb46182a6c1d47b5e0c8434f4/MarkupSafe-3.0.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:0f84af7e813784feb4d5e4ff7db633aba6c8ca64a833f61d8e4eade234ef0c38", size = 23610, upload-time = "2024-10-08T17:00:56.721Z" }, + { url = "https://files.pythonhosted.org/packages/51/04/1f8da0810c39cb9fcff96b6baed62272c97065e9cf11471965a161439e20/MarkupSafe-3.0.1-cp312-cp312-win32.whl", hash = "sha256:cbf445eb5628981a80f54087f9acdbf84f9b7d862756110d172993b9a5ae81aa", size = 15113, upload-time = "2024-10-08T17:00:57.587Z" }, + { url = "https://files.pythonhosted.org/packages/eb/24/a36dc37365bdd358b1e583cc40475593e36ab02cb7da6b3d0b9c05b0da7a/MarkupSafe-3.0.1-cp312-cp312-win_amd64.whl", hash = "sha256:a10860e00ded1dd0a65b83e717af28845bb7bd16d8ace40fe5531491de76b79f", size = 15611, upload-time = "2024-10-08T17:00:58.429Z" }, + { url = "https://files.pythonhosted.org/packages/b1/60/4572a8aa1beccbc24b133aa0670781a5d2697f4fa3fecf0a87b46383174b/MarkupSafe-3.0.1-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:e81c52638315ff4ac1b533d427f50bc0afc746deb949210bc85f05d4f15fd772", size = 14325, upload-time = "2024-10-08T17:00:59.423Z" }, + { url = "https://files.pythonhosted.org/packages/38/42/849915b99a765ec104bfd07ee933de5fc9c58fa9570efa7db81717f495d8/MarkupSafe-3.0.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:312387403cd40699ab91d50735ea7a507b788091c416dd007eac54434aee51da", size = 12373, upload-time = "2024-10-08T17:01:00.248Z" }, + { url = "https://files.pythonhosted.org/packages/ef/82/4caaebd963c6d60b28e4445f38841d24f8b49bc10594a09956c9d73bfc08/MarkupSafe-3.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2ae99f31f47d849758a687102afdd05bd3d3ff7dbab0a8f1587981b58a76152a", size = 24059, upload-time = "2024-10-08T17:01:01.031Z" }, + { url = "https://files.pythonhosted.org/packages/20/15/6b319be2f79fcfa3173f479d69f4e950b5c9b642db4f22cf73ae5ade745f/MarkupSafe-3.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c97ff7fedf56d86bae92fa0a646ce1a0ec7509a7578e1ed238731ba13aabcd1c", size = 23211, upload-time = "2024-10-08T17:01:01.859Z" }, + { url = "https://files.pythonhosted.org/packages/9d/3f/8963bdf4962feb2154475acb7dc350f04217b5e0be7763a39b432291e229/MarkupSafe-3.0.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a7420ceda262dbb4b8d839a4ec63d61c261e4e77677ed7c66c99f4e7cb5030dd", size = 23095, upload-time = "2024-10-08T17:01:03.144Z" }, + { url = "https://files.pythonhosted.org/packages/af/93/f770bc70953d32de0c6ce4bcb76271512123a1ead91aaef625a020c5bfaf/MarkupSafe-3.0.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:45d42d132cff577c92bfba536aefcfea7e26efb975bd455db4e6602f5c9f45e7", size = 23901, upload-time = "2024-10-08T17:01:04.061Z" }, + { url = "https://files.pythonhosted.org/packages/11/92/1e5a33aa0a1190161238628fb68eb1bc5e67b56a5c89f0636328704b463a/MarkupSafe-3.0.1-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:4c8817557d0de9349109acb38b9dd570b03cc5014e8aabf1cbddc6e81005becd", size = 23463, upload-time = "2024-10-08T17:01:05.853Z" }, + { url = "https://files.pythonhosted.org/packages/0d/fe/657efdfe385d2a3a701f2c4fcc9577c63c438aeefdd642d0d956c4ecd225/MarkupSafe-3.0.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:6a54c43d3ec4cf2a39f4387ad044221c66a376e58c0d0e971d47c475ba79c6b5", size = 23569, upload-time = "2024-10-08T17:01:07.669Z" }, + { url = "https://files.pythonhosted.org/packages/cf/24/587dea40304046ace60f846cedaebc0d33d967a3ce46c11395a10e7a78ba/MarkupSafe-3.0.1-cp313-cp313-win32.whl", hash = "sha256:c91b394f7601438ff79a4b93d16be92f216adb57d813a78be4446fe0f6bc2d8c", size = 15117, upload-time = "2024-10-08T17:01:08.502Z" }, + { url = "https://files.pythonhosted.org/packages/32/8f/d8961d633f26a011b4fe054f3bfff52f673423b8c431553268741dfb089e/MarkupSafe-3.0.1-cp313-cp313-win_amd64.whl", hash = "sha256:fe32482b37b4b00c7a52a07211b479653b7fe4f22b2e481b9a9b099d8a430f2f", size = 15613, upload-time = "2024-10-08T17:01:10.009Z" }, + { url = "https://files.pythonhosted.org/packages/9e/93/d6367ffbcd0c5c371370767f768eaa32af60bc411245b8517e383c6a2b12/MarkupSafe-3.0.1-cp313-cp313t-macosx_10_13_universal2.whl", hash = "sha256:17b2aea42a7280db02ac644db1d634ad47dcc96faf38ab304fe26ba2680d359a", size = 14563, upload-time = "2024-10-08T17:01:11.516Z" }, + { url = "https://files.pythonhosted.org/packages/4a/37/f813c3835747dec08fe19ac9b9eced01fdf93a4b3e626521675dc7f423a9/MarkupSafe-3.0.1-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:852dc840f6d7c985603e60b5deaae1d89c56cb038b577f6b5b8c808c97580f1d", size = 12505, upload-time = "2024-10-08T17:01:12.879Z" }, + { url = "https://files.pythonhosted.org/packages/72/bf/800b4d1580298ca91ccd6c95915bbd147142dad1b8cf91d57b93b28670dd/MarkupSafe-3.0.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0778de17cff1acaeccc3ff30cd99a3fd5c50fc58ad3d6c0e0c4c58092b859396", size = 25358, upload-time = "2024-10-08T17:01:13.673Z" }, + { url = "https://files.pythonhosted.org/packages/fd/78/26e209abc8f0a379f031f0acc151231974e5b153d7eda5759d17d8f329f2/MarkupSafe-3.0.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:800100d45176652ded796134277ecb13640c1a537cad3b8b53da45aa96330453", size = 23797, upload-time = "2024-10-08T17:01:14.5Z" }, + { url = "https://files.pythonhosted.org/packages/09/e1/918496a9390891756efee818880e71c1bbaf587f4dc8ede3f3852357310a/MarkupSafe-3.0.1-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d06b24c686a34c86c8c1fba923181eae6b10565e4d80bdd7bc1c8e2f11247aa4", size = 23743, upload-time = "2024-10-08T17:01:15.421Z" }, + { url = "https://files.pythonhosted.org/packages/cd/c6/26f576cd58d6c2decd9045e4e3f3c5dbc01ea6cb710916e7bbb6ebd95b6b/MarkupSafe-3.0.1-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:33d1c36b90e570ba7785dacd1faaf091203d9942bc036118fab8110a401eb1a8", size = 25076, upload-time = "2024-10-08T17:01:16.275Z" }, + { url = "https://files.pythonhosted.org/packages/b5/fa/10b24fb3b0e15fe5389dc88ecc6226ede08297e0ba7130610efbe0cdfb27/MarkupSafe-3.0.1-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:beeebf760a9c1f4c07ef6a53465e8cfa776ea6a2021eda0d0417ec41043fe984", size = 24037, upload-time = "2024-10-08T17:01:17.172Z" }, + { url = "https://files.pythonhosted.org/packages/c8/81/4b3f5537d9f6cc4f5c80d6c4b78af9a5247fd37b5aba95807b2cbc336b9a/MarkupSafe-3.0.1-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:bbde71a705f8e9e4c3e9e33db69341d040c827c7afa6789b14c6e16776074f5a", size = 24015, upload-time = "2024-10-08T17:01:18.042Z" }, + { url = "https://files.pythonhosted.org/packages/5f/07/8e8dcecd53216c5e01a51e84c32a2bce166690ed19c184774b38cd41921d/MarkupSafe-3.0.1-cp313-cp313t-win32.whl", hash = "sha256:82b5dba6eb1bcc29cc305a18a3c5365d2af06ee71b123216416f7e20d2a84e5b", size = 15213, upload-time = "2024-10-08T17:01:18.958Z" }, + { url = "https://files.pythonhosted.org/packages/0d/87/4c364e0f109eea2402079abecbe33fef4f347b551a11423d1f4e187ea497/MarkupSafe-3.0.1-cp313-cp313t-win_amd64.whl", hash = "sha256:730d86af59e0e43ce277bb83970530dd223bf7f2a838e086b50affa6ec5f9295", size = 15741, upload-time = "2024-10-08T17:01:19.865Z" }, + { url = "https://files.pythonhosted.org/packages/6f/4f/420741fb39fa3d40396fb1731a1ca78e6f9fbb225dcf15e5185b1fa954bc/MarkupSafe-3.0.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:4935dd7883f1d50e2ffecca0aa33dc1946a94c8f3fdafb8df5c330e48f71b132", size = 14376, upload-time = "2024-10-08T17:01:21.423Z" }, + { url = "https://files.pythonhosted.org/packages/91/71/0c4782b9ce7fb68b140b94e1eb9d2b6292990bda91dc3d3b5a34e8bd41f3/MarkupSafe-3.0.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e9393357f19954248b00bed7c56f29a25c930593a77630c719653d51e7669c2a", size = 12408, upload-time = "2024-10-08T17:01:22.314Z" }, + { url = "https://files.pythonhosted.org/packages/3e/3c/cbf30bf7ac1da2e013e3d338e1582db85fc3b27bf9f8863137423ad4b0b6/MarkupSafe-3.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:40621d60d0e58aa573b68ac5e2d6b20d44392878e0bfc159012a5787c4e35bc8", size = 21654, upload-time = "2024-10-08T17:01:24.102Z" }, + { url = "https://files.pythonhosted.org/packages/0b/28/229e797b8727427845b79cbd58019f598e478f974730fa705fa23904b18e/MarkupSafe-3.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f94190df587738280d544971500b9cafc9b950d32efcb1fba9ac10d84e6aa4e6", size = 20817, upload-time = "2024-10-08T17:01:25.614Z" }, + { url = "https://files.pythonhosted.org/packages/e8/b4/1121f3b2614de93cbb3deec7f44df283df44c2258ea9368bb1302b4a0b45/MarkupSafe-3.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b6a387d61fe41cdf7ea95b38e9af11cfb1a63499af2759444b99185c4ab33f5b", size = 20956, upload-time = "2024-10-08T17:01:26.542Z" }, + { url = "https://files.pythonhosted.org/packages/a8/8b/b4d57bafca01c8b1e1fbb037660869fa4f6725983c4105a02bd1242f0066/MarkupSafe-3.0.1-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:8ad4ad1429cd4f315f32ef263c1342166695fad76c100c5d979c45d5570ed58b", size = 21548, upload-time = "2024-10-08T17:01:27.399Z" }, + { url = "https://files.pythonhosted.org/packages/83/87/04806f7096ba1d4f1b8c61f35c1d7c0b507c6a3cf7ed495393bf97eb5af7/MarkupSafe-3.0.1-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:e24bfe89c6ac4c31792793ad9f861b8f6dc4546ac6dc8f1c9083c7c4f2b335cd", size = 21222, upload-time = "2024-10-08T17:01:28.256Z" }, + { url = "https://files.pythonhosted.org/packages/e9/96/1ecb2bb5ee7298e628cff95833beba7da6a774df7fe890a6d2f0ec460590/MarkupSafe-3.0.1-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:2a4b34a8d14649315c4bc26bbfa352663eb51d146e35eef231dd739d54a5430a", size = 20952, upload-time = "2024-10-08T17:01:29.202Z" }, + { url = "https://files.pythonhosted.org/packages/fd/70/b937a12df7bbff14e1ca3385929f464c7af2ca72c8183c95dad26c3bf754/MarkupSafe-3.0.1-cp39-cp39-win32.whl", hash = "sha256:242d6860f1fd9191aef5fae22b51c5c19767f93fb9ead4d21924e0bcb17619d8", size = 15075, upload-time = "2024-10-08T17:01:30.087Z" }, + { url = "https://files.pythonhosted.org/packages/e3/c4/262fac0328552da9a75a7786d7c0f43adaba4afb5f295979d33fa0f324c7/MarkupSafe-3.0.1-cp39-cp39-win_amd64.whl", hash = "sha256:93e8248d650e7e9d49e8251f883eed60ecbc0e8ffd6349e18550925e31bd029b", size = 15527, upload-time = "2024-10-08T17:01:31.736Z" }, ] [[package]] @@ -1148,7 +1156,7 @@ dependencies = [ { name = "contourpy" }, { name = "cycler" }, { name = "fonttools" }, - { name = "importlib-resources", marker = "python_version < '3.10'" }, + { name = "importlib-resources", marker = "python_full_version < '3.10'" }, { name = "kiwisolver" }, { name = "numpy" }, { name = "packaging" }, @@ -1156,47 +1164,47 @@ dependencies = [ { name = "pyparsing" }, { name = "python-dateutil" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/9e/d8/3d7f706c69e024d4287c1110d74f7dabac91d9843b99eadc90de9efc8869/matplotlib-3.9.2.tar.gz", hash = "sha256:96ab43906269ca64a6366934106fa01534454a69e471b7bf3d79083981aaab92", size = 36088381 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/6a/9d/84eeb82ecdd3ba71b12dd6ab5c820c5cc1e868003ecb3717d41b589ec02a/matplotlib-3.9.2-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:9d78bbc0cbc891ad55b4f39a48c22182e9bdaea7fc0e5dbd364f49f729ca1bbb", size = 7893310 }, - { url = "https://files.pythonhosted.org/packages/36/98/cbacbd30241369d099f9c13a2b6bc3b7068d85214f5b5795e583ac3d8aba/matplotlib-3.9.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:c375cc72229614632c87355366bdf2570c2dac01ac66b8ad048d2dabadf2d0d4", size = 7764089 }, - { url = "https://files.pythonhosted.org/packages/a8/a0/917f3c6d3a8774a3a1502d9f3dfc1456e07c1fa0c211a23b75a69e154180/matplotlib-3.9.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1d94ff717eb2bd0b58fe66380bd8b14ac35f48a98e7c6765117fe67fb7684e64", size = 8192377 }, - { url = "https://files.pythonhosted.org/packages/8d/9d/d06860390f9d154fa884f1740a5456378fb153ff57443c91a4a32bab7092/matplotlib-3.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ab68d50c06938ef28681073327795c5db99bb4666214d2d5f880ed11aeaded66", size = 8303983 }, - { url = "https://files.pythonhosted.org/packages/9e/a7/c0e848ed7de0766c605af62d8097472a37f1a81d93e9afe94faa5890f24d/matplotlib-3.9.2-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:65aacf95b62272d568044531e41de26285d54aec8cb859031f511f84bd8b495a", size = 9083318 }, - { url = "https://files.pythonhosted.org/packages/09/6c/0fa50c001340a45cde44853c116d6551aea741e59a7261c38f473b53553b/matplotlib-3.9.2-cp310-cp310-win_amd64.whl", hash = "sha256:3fd595f34aa8a55b7fc8bf9ebea8aa665a84c82d275190a61118d33fbc82ccae", size = 7819628 }, - { url = "https://files.pythonhosted.org/packages/77/c2/f9d7fe80a8fcce9bb128d1381c6fe41a8d286d7e18395e273002e8e0fa34/matplotlib-3.9.2-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:d8dd059447824eec055e829258ab092b56bb0579fc3164fa09c64f3acd478772", size = 7902925 }, - { url = "https://files.pythonhosted.org/packages/28/ba/8be09886eb56ac04a218a1dc3fa728a5c4cac60b019b4f1687885166da00/matplotlib-3.9.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:c797dac8bb9c7a3fd3382b16fe8f215b4cf0f22adccea36f1545a6d7be310b41", size = 7773193 }, - { url = "https://files.pythonhosted.org/packages/e6/9a/5991972a560db3ab621312a7ca5efec339ae2122f25901c0846865c4b72f/matplotlib-3.9.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d719465db13267bcef19ea8954a971db03b9f48b4647e3860e4bc8e6ed86610f", size = 8202378 }, - { url = "https://files.pythonhosted.org/packages/01/75/6c7ce560e95714a10fcbb3367d1304975a1a3e620f72af28921b796403f3/matplotlib-3.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8912ef7c2362f7193b5819d17dae8629b34a95c58603d781329712ada83f9447", size = 8314361 }, - { url = "https://files.pythonhosted.org/packages/6e/49/dc7384c6c092958e0b75e754efbd9e52500154939c3d715789cee9fb8a53/matplotlib-3.9.2-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:7741f26a58a240f43bee74965c4882b6c93df3e7eb3de160126d8c8f53a6ae6e", size = 9091428 }, - { url = "https://files.pythonhosted.org/packages/8b/ce/15b0bb2fb29b3d46211d8ca740b96b5232499fc49200b58b8d571292c9a6/matplotlib-3.9.2-cp311-cp311-win_amd64.whl", hash = "sha256:ae82a14dab96fbfad7965403c643cafe6515e386de723e498cf3eeb1e0b70cc7", size = 7829377 }, - { url = "https://files.pythonhosted.org/packages/82/de/54f7f38ce6de79cb77d513bb3eaa4e0b1031e9fd6022214f47943fa53a88/matplotlib-3.9.2-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:ac43031375a65c3196bee99f6001e7fa5bdfb00ddf43379d3c0609bdca042df9", size = 7892511 }, - { url = "https://files.pythonhosted.org/packages/35/3e/5713b84a02b24b2a4bd4d6673bfc03017e6654e1d8793ece783b7ed4d484/matplotlib-3.9.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:be0fc24a5e4531ae4d8e858a1a548c1fe33b176bb13eff7f9d0d38ce5112a27d", size = 7769370 }, - { url = "https://files.pythonhosted.org/packages/5b/bd/c404502aa1824456d2862dd6b9b0c1917761a51a32f7f83ff8cf94b6d117/matplotlib-3.9.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bf81de2926c2db243c9b2cbc3917619a0fc85796c6ba4e58f541df814bbf83c7", size = 8193260 }, - { url = "https://files.pythonhosted.org/packages/27/75/de5b9cd67648051cae40039da0c8cbc497a0d99acb1a1f3d087cd66d27b7/matplotlib-3.9.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f6ee45bc4245533111ced13f1f2cace1e7f89d1c793390392a80c139d6cf0e6c", size = 8306310 }, - { url = "https://files.pythonhosted.org/packages/de/e3/2976e4e54d7ee76eaf54b7639fdc10a223d05c2bdded7045233e9871e469/matplotlib-3.9.2-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:306c8dfc73239f0e72ac50e5a9cf19cc4e8e331dd0c54f5e69ca8758550f1e1e", size = 9086717 }, - { url = "https://files.pythonhosted.org/packages/d2/92/c2b9464a0562feb6ae780bdc152364810862e07ef5e6affa2b7686028db2/matplotlib-3.9.2-cp312-cp312-win_amd64.whl", hash = "sha256:5413401594cfaff0052f9d8b1aafc6d305b4bd7c4331dccd18f561ff7e1d3bd3", size = 7832805 }, - { url = "https://files.pythonhosted.org/packages/5c/7f/8932eac316b32f464b8f9069f151294dcd892c8fbde61fe8bcd7ba7f7f7e/matplotlib-3.9.2-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:18128cc08f0d3cfff10b76baa2f296fc28c4607368a8402de61bb3f2eb33c7d9", size = 7893012 }, - { url = "https://files.pythonhosted.org/packages/90/89/9db9db3dd0ff3e2c49e452236dfe29e60b5586a88f8928ca1d153d0da8b5/matplotlib-3.9.2-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:4876d7d40219e8ae8bb70f9263bcbe5714415acfdf781086601211335e24f8aa", size = 7769810 }, - { url = "https://files.pythonhosted.org/packages/67/26/d2661cdc2e1410b8929c5f12dfd521e4528abfed1b3c3d5a28ac48258b43/matplotlib-3.9.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6d9f07a80deab4bb0b82858a9e9ad53d1382fd122be8cde11080f4e7dfedb38b", size = 8193779 }, - { url = "https://files.pythonhosted.org/packages/95/70/4839eaa672bf4eacc98ebc8d23633e02b6daf39e294e7433c4ab11a689be/matplotlib-3.9.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f7c0410f181a531ec4e93bbc27692f2c71a15c2da16766f5ba9761e7ae518413", size = 8306260 }, - { url = "https://files.pythonhosted.org/packages/88/62/7b263b2cb2724b45d3a4f9c8c6137696cc3ef037d44383fb01ac2a9555c2/matplotlib-3.9.2-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:909645cce2dc28b735674ce0931a4ac94e12f5b13f6bb0b5a5e65e7cea2c192b", size = 9086073 }, - { url = "https://files.pythonhosted.org/packages/b0/6d/3572fe243c74112fef120f0bc86f5edd21f49b60e8322fc7f6a01fe945dd/matplotlib-3.9.2-cp313-cp313-win_amd64.whl", hash = "sha256:f32c7410c7f246838a77d6d1eff0c0f87f3cb0e7c4247aebea71a6d5a68cab49", size = 7833041 }, - { url = "https://files.pythonhosted.org/packages/03/8f/9d505be3eb2f40ec731674fb6b47d10cc3147bbd6a9ea7a08c8da55415c6/matplotlib-3.9.2-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:37e51dd1c2db16ede9cfd7b5cabdfc818b2c6397c83f8b10e0e797501c963a03", size = 7933657 }, - { url = "https://files.pythonhosted.org/packages/5d/68/44b458b9794bcff2a66921f8c9a8110a50a0bb099bd5f7cabb428a1dc765/matplotlib-3.9.2-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:b82c5045cebcecd8496a4d694d43f9cc84aeeb49fe2133e036b207abe73f4d30", size = 7799276 }, - { url = "https://files.pythonhosted.org/packages/47/79/8486d4ddcaaf676314b5fb58e8fe19d1a6210a443a7c31fa72d4215fcb87/matplotlib-3.9.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f053c40f94bc51bc03832a41b4f153d83f2062d88c72b5e79997072594e97e51", size = 8221027 }, - { url = "https://files.pythonhosted.org/packages/56/62/72a472181578c3d035dcda0d0fa2e259ba2c4cb91132588a348bb705b70d/matplotlib-3.9.2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dbe196377a8248972f5cede786d4c5508ed5f5ca4a1e09b44bda889958b33f8c", size = 8329097 }, - { url = "https://files.pythonhosted.org/packages/01/8a/760f7fce66b39f447ad160800619d0bd5d0936d2b4633587116534a4afe0/matplotlib-3.9.2-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:5816b1e1fe8c192cbc013f8f3e3368ac56fbecf02fb41b8f8559303f24c5015e", size = 9093770 }, - { url = "https://files.pythonhosted.org/packages/33/d8/87456eed8fa93db0d32b429dca067d798617698a5d6c2b6f8b2b898fd61f/matplotlib-3.9.2-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:cef2a73d06601437be399908cf13aee74e86932a5ccc6ccdf173408ebc5f6bb2", size = 7894246 }, - { url = "https://files.pythonhosted.org/packages/46/87/5f567fda78130a8394f9dcf3accb1b7b0c9baf0384307ef59032f5b1d17c/matplotlib-3.9.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e0830e188029c14e891fadd99702fd90d317df294c3298aad682739c5533721a", size = 7764962 }, - { url = "https://files.pythonhosted.org/packages/9e/ee/cfbfd294d33ad19f7bbf8188d26f2f7705283b750df80bf54b7be9a04cf2/matplotlib-3.9.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:03ba9c1299c920964e8d3857ba27173b4dbb51ca4bab47ffc2c2ba0eb5e2cbc5", size = 8194080 }, - { url = "https://files.pythonhosted.org/packages/5a/20/f56d5b88450593ccde3f283e338f3f976b2e479bddd9a147f14f66ee1ca7/matplotlib-3.9.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1cd93b91ab47a3616b4d3c42b52f8363b88ca021e340804c6ab2536344fad9ca", size = 8306293 }, - { url = "https://files.pythonhosted.org/packages/3d/db/332effcb9779231017e45cc581b280979c717a84202a638f9301da86ab29/matplotlib-3.9.2-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:6d1ce5ed2aefcdce11904fc5bbea7d9c21fff3d5f543841edf3dea84451a09ea", size = 9085520 }, - { url = "https://files.pythonhosted.org/packages/71/a8/9b18bd1fef16f71821c890b4db3697be5102f2b839765d9608479cd33874/matplotlib-3.9.2-cp39-cp39-win_amd64.whl", hash = "sha256:b2696efdc08648536efd4e1601b5fd491fd47f4db97a5fbfd175549a7365c1b2", size = 7813909 }, - { url = "https://files.pythonhosted.org/packages/54/c1/3fc6cad8a7caa05f4b24fb52372de87a736afeccaa9c576e4748df44067b/matplotlib-3.9.2-pp39-pypy39_pp73-macosx_10_15_x86_64.whl", hash = "sha256:d52a3b618cb1cbb769ce2ee1dcdb333c3ab6e823944e9a2d36e37253815f9556", size = 7885311 }, - { url = "https://files.pythonhosted.org/packages/1c/6f/4e59c032b6f28cc7344f34e14ff247ebf6c975d91784bca22b9512bf43d1/matplotlib-3.9.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:039082812cacd6c6bec8e17a9c1e6baca230d4116d522e81e1f63a74d01d2e21", size = 7762487 }, - { url = "https://files.pythonhosted.org/packages/72/b0/194c61ab2f40a4a685ef01a91c891cd44298871da4e79654494dc00bd56f/matplotlib-3.9.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6758baae2ed64f2331d4fd19be38b7b4eae3ecec210049a26b6a4f3ae1c85dcc", size = 8305689 }, - { url = "https://files.pythonhosted.org/packages/c0/e8/a69f4ad5b544f509ec3718dfa003187a94a37d79bf2e175180668c0ff8ec/matplotlib-3.9.2-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:050598c2b29e0b9832cde72bcf97627bf00262adbc4a54e2b856426bb2ef0697", size = 7845515 }, +sdist = { url = "https://files.pythonhosted.org/packages/9e/d8/3d7f706c69e024d4287c1110d74f7dabac91d9843b99eadc90de9efc8869/matplotlib-3.9.2.tar.gz", hash = "sha256:96ab43906269ca64a6366934106fa01534454a69e471b7bf3d79083981aaab92", size = 36088381, upload-time = "2024-08-13T01:45:36.875Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/6a/9d/84eeb82ecdd3ba71b12dd6ab5c820c5cc1e868003ecb3717d41b589ec02a/matplotlib-3.9.2-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:9d78bbc0cbc891ad55b4f39a48c22182e9bdaea7fc0e5dbd364f49f729ca1bbb", size = 7893310, upload-time = "2024-08-13T01:44:21.532Z" }, + { url = "https://files.pythonhosted.org/packages/36/98/cbacbd30241369d099f9c13a2b6bc3b7068d85214f5b5795e583ac3d8aba/matplotlib-3.9.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:c375cc72229614632c87355366bdf2570c2dac01ac66b8ad048d2dabadf2d0d4", size = 7764089, upload-time = "2024-08-13T01:44:23.705Z" }, + { url = "https://files.pythonhosted.org/packages/a8/a0/917f3c6d3a8774a3a1502d9f3dfc1456e07c1fa0c211a23b75a69e154180/matplotlib-3.9.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1d94ff717eb2bd0b58fe66380bd8b14ac35f48a98e7c6765117fe67fb7684e64", size = 8192377, upload-time = "2024-08-13T01:44:25.484Z" }, + { url = "https://files.pythonhosted.org/packages/8d/9d/d06860390f9d154fa884f1740a5456378fb153ff57443c91a4a32bab7092/matplotlib-3.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ab68d50c06938ef28681073327795c5db99bb4666214d2d5f880ed11aeaded66", size = 8303983, upload-time = "2024-08-13T01:44:27.441Z" }, + { url = "https://files.pythonhosted.org/packages/9e/a7/c0e848ed7de0766c605af62d8097472a37f1a81d93e9afe94faa5890f24d/matplotlib-3.9.2-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:65aacf95b62272d568044531e41de26285d54aec8cb859031f511f84bd8b495a", size = 9083318, upload-time = "2024-08-13T01:44:30.74Z" }, + { url = "https://files.pythonhosted.org/packages/09/6c/0fa50c001340a45cde44853c116d6551aea741e59a7261c38f473b53553b/matplotlib-3.9.2-cp310-cp310-win_amd64.whl", hash = "sha256:3fd595f34aa8a55b7fc8bf9ebea8aa665a84c82d275190a61118d33fbc82ccae", size = 7819628, upload-time = "2024-08-13T01:44:33.32Z" }, + { url = "https://files.pythonhosted.org/packages/77/c2/f9d7fe80a8fcce9bb128d1381c6fe41a8d286d7e18395e273002e8e0fa34/matplotlib-3.9.2-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:d8dd059447824eec055e829258ab092b56bb0579fc3164fa09c64f3acd478772", size = 7902925, upload-time = "2024-08-13T01:44:35.27Z" }, + { url = "https://files.pythonhosted.org/packages/28/ba/8be09886eb56ac04a218a1dc3fa728a5c4cac60b019b4f1687885166da00/matplotlib-3.9.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:c797dac8bb9c7a3fd3382b16fe8f215b4cf0f22adccea36f1545a6d7be310b41", size = 7773193, upload-time = "2024-08-13T01:44:36.78Z" }, + { url = "https://files.pythonhosted.org/packages/e6/9a/5991972a560db3ab621312a7ca5efec339ae2122f25901c0846865c4b72f/matplotlib-3.9.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d719465db13267bcef19ea8954a971db03b9f48b4647e3860e4bc8e6ed86610f", size = 8202378, upload-time = "2024-08-13T01:44:38.772Z" }, + { url = "https://files.pythonhosted.org/packages/01/75/6c7ce560e95714a10fcbb3367d1304975a1a3e620f72af28921b796403f3/matplotlib-3.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8912ef7c2362f7193b5819d17dae8629b34a95c58603d781329712ada83f9447", size = 8314361, upload-time = "2024-08-13T01:44:40.994Z" }, + { url = "https://files.pythonhosted.org/packages/6e/49/dc7384c6c092958e0b75e754efbd9e52500154939c3d715789cee9fb8a53/matplotlib-3.9.2-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:7741f26a58a240f43bee74965c4882b6c93df3e7eb3de160126d8c8f53a6ae6e", size = 9091428, upload-time = "2024-08-13T01:44:42.904Z" }, + { url = "https://files.pythonhosted.org/packages/8b/ce/15b0bb2fb29b3d46211d8ca740b96b5232499fc49200b58b8d571292c9a6/matplotlib-3.9.2-cp311-cp311-win_amd64.whl", hash = "sha256:ae82a14dab96fbfad7965403c643cafe6515e386de723e498cf3eeb1e0b70cc7", size = 7829377, upload-time = "2024-08-13T01:44:44.843Z" }, + { url = "https://files.pythonhosted.org/packages/82/de/54f7f38ce6de79cb77d513bb3eaa4e0b1031e9fd6022214f47943fa53a88/matplotlib-3.9.2-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:ac43031375a65c3196bee99f6001e7fa5bdfb00ddf43379d3c0609bdca042df9", size = 7892511, upload-time = "2024-08-13T01:44:46.59Z" }, + { url = "https://files.pythonhosted.org/packages/35/3e/5713b84a02b24b2a4bd4d6673bfc03017e6654e1d8793ece783b7ed4d484/matplotlib-3.9.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:be0fc24a5e4531ae4d8e858a1a548c1fe33b176bb13eff7f9d0d38ce5112a27d", size = 7769370, upload-time = "2024-08-13T01:44:48.084Z" }, + { url = "https://files.pythonhosted.org/packages/5b/bd/c404502aa1824456d2862dd6b9b0c1917761a51a32f7f83ff8cf94b6d117/matplotlib-3.9.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bf81de2926c2db243c9b2cbc3917619a0fc85796c6ba4e58f541df814bbf83c7", size = 8193260, upload-time = "2024-08-13T01:44:49.663Z" }, + { url = "https://files.pythonhosted.org/packages/27/75/de5b9cd67648051cae40039da0c8cbc497a0d99acb1a1f3d087cd66d27b7/matplotlib-3.9.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f6ee45bc4245533111ced13f1f2cace1e7f89d1c793390392a80c139d6cf0e6c", size = 8306310, upload-time = "2024-08-13T01:44:51.329Z" }, + { url = "https://files.pythonhosted.org/packages/de/e3/2976e4e54d7ee76eaf54b7639fdc10a223d05c2bdded7045233e9871e469/matplotlib-3.9.2-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:306c8dfc73239f0e72ac50e5a9cf19cc4e8e331dd0c54f5e69ca8758550f1e1e", size = 9086717, upload-time = "2024-08-13T01:44:53.772Z" }, + { url = "https://files.pythonhosted.org/packages/d2/92/c2b9464a0562feb6ae780bdc152364810862e07ef5e6affa2b7686028db2/matplotlib-3.9.2-cp312-cp312-win_amd64.whl", hash = "sha256:5413401594cfaff0052f9d8b1aafc6d305b4bd7c4331dccd18f561ff7e1d3bd3", size = 7832805, upload-time = "2024-08-13T01:44:55.947Z" }, + { url = "https://files.pythonhosted.org/packages/5c/7f/8932eac316b32f464b8f9069f151294dcd892c8fbde61fe8bcd7ba7f7f7e/matplotlib-3.9.2-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:18128cc08f0d3cfff10b76baa2f296fc28c4607368a8402de61bb3f2eb33c7d9", size = 7893012, upload-time = "2024-08-13T01:44:57.63Z" }, + { url = "https://files.pythonhosted.org/packages/90/89/9db9db3dd0ff3e2c49e452236dfe29e60b5586a88f8928ca1d153d0da8b5/matplotlib-3.9.2-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:4876d7d40219e8ae8bb70f9263bcbe5714415acfdf781086601211335e24f8aa", size = 7769810, upload-time = "2024-08-13T01:44:59.652Z" }, + { url = "https://files.pythonhosted.org/packages/67/26/d2661cdc2e1410b8929c5f12dfd521e4528abfed1b3c3d5a28ac48258b43/matplotlib-3.9.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6d9f07a80deab4bb0b82858a9e9ad53d1382fd122be8cde11080f4e7dfedb38b", size = 8193779, upload-time = "2024-08-13T01:45:01.453Z" }, + { url = "https://files.pythonhosted.org/packages/95/70/4839eaa672bf4eacc98ebc8d23633e02b6daf39e294e7433c4ab11a689be/matplotlib-3.9.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f7c0410f181a531ec4e93bbc27692f2c71a15c2da16766f5ba9761e7ae518413", size = 8306260, upload-time = "2024-08-13T01:45:03.107Z" }, + { url = "https://files.pythonhosted.org/packages/88/62/7b263b2cb2724b45d3a4f9c8c6137696cc3ef037d44383fb01ac2a9555c2/matplotlib-3.9.2-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:909645cce2dc28b735674ce0931a4ac94e12f5b13f6bb0b5a5e65e7cea2c192b", size = 9086073, upload-time = "2024-08-13T01:45:04.757Z" }, + { url = "https://files.pythonhosted.org/packages/b0/6d/3572fe243c74112fef120f0bc86f5edd21f49b60e8322fc7f6a01fe945dd/matplotlib-3.9.2-cp313-cp313-win_amd64.whl", hash = "sha256:f32c7410c7f246838a77d6d1eff0c0f87f3cb0e7c4247aebea71a6d5a68cab49", size = 7833041, upload-time = "2024-08-13T01:45:07.406Z" }, + { url = "https://files.pythonhosted.org/packages/03/8f/9d505be3eb2f40ec731674fb6b47d10cc3147bbd6a9ea7a08c8da55415c6/matplotlib-3.9.2-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:37e51dd1c2db16ede9cfd7b5cabdfc818b2c6397c83f8b10e0e797501c963a03", size = 7933657, upload-time = "2024-08-13T01:45:08.967Z" }, + { url = "https://files.pythonhosted.org/packages/5d/68/44b458b9794bcff2a66921f8c9a8110a50a0bb099bd5f7cabb428a1dc765/matplotlib-3.9.2-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:b82c5045cebcecd8496a4d694d43f9cc84aeeb49fe2133e036b207abe73f4d30", size = 7799276, upload-time = "2024-08-13T01:45:10.607Z" }, + { url = "https://files.pythonhosted.org/packages/47/79/8486d4ddcaaf676314b5fb58e8fe19d1a6210a443a7c31fa72d4215fcb87/matplotlib-3.9.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f053c40f94bc51bc03832a41b4f153d83f2062d88c72b5e79997072594e97e51", size = 8221027, upload-time = "2024-08-13T01:45:12.204Z" }, + { url = "https://files.pythonhosted.org/packages/56/62/72a472181578c3d035dcda0d0fa2e259ba2c4cb91132588a348bb705b70d/matplotlib-3.9.2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dbe196377a8248972f5cede786d4c5508ed5f5ca4a1e09b44bda889958b33f8c", size = 8329097, upload-time = "2024-08-13T01:45:13.877Z" }, + { url = "https://files.pythonhosted.org/packages/01/8a/760f7fce66b39f447ad160800619d0bd5d0936d2b4633587116534a4afe0/matplotlib-3.9.2-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:5816b1e1fe8c192cbc013f8f3e3368ac56fbecf02fb41b8f8559303f24c5015e", size = 9093770, upload-time = "2024-08-13T01:45:15.562Z" }, + { url = "https://files.pythonhosted.org/packages/33/d8/87456eed8fa93db0d32b429dca067d798617698a5d6c2b6f8b2b898fd61f/matplotlib-3.9.2-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:cef2a73d06601437be399908cf13aee74e86932a5ccc6ccdf173408ebc5f6bb2", size = 7894246, upload-time = "2024-08-13T01:45:18.368Z" }, + { url = "https://files.pythonhosted.org/packages/46/87/5f567fda78130a8394f9dcf3accb1b7b0c9baf0384307ef59032f5b1d17c/matplotlib-3.9.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e0830e188029c14e891fadd99702fd90d317df294c3298aad682739c5533721a", size = 7764962, upload-time = "2024-08-13T01:45:20.02Z" }, + { url = "https://files.pythonhosted.org/packages/9e/ee/cfbfd294d33ad19f7bbf8188d26f2f7705283b750df80bf54b7be9a04cf2/matplotlib-3.9.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:03ba9c1299c920964e8d3857ba27173b4dbb51ca4bab47ffc2c2ba0eb5e2cbc5", size = 8194080, upload-time = "2024-08-13T01:45:22.035Z" }, + { url = "https://files.pythonhosted.org/packages/5a/20/f56d5b88450593ccde3f283e338f3f976b2e479bddd9a147f14f66ee1ca7/matplotlib-3.9.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1cd93b91ab47a3616b4d3c42b52f8363b88ca021e340804c6ab2536344fad9ca", size = 8306293, upload-time = "2024-08-13T01:45:23.761Z" }, + { url = "https://files.pythonhosted.org/packages/3d/db/332effcb9779231017e45cc581b280979c717a84202a638f9301da86ab29/matplotlib-3.9.2-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:6d1ce5ed2aefcdce11904fc5bbea7d9c21fff3d5f543841edf3dea84451a09ea", size = 9085520, upload-time = "2024-08-13T01:45:25.43Z" }, + { url = "https://files.pythonhosted.org/packages/71/a8/9b18bd1fef16f71821c890b4db3697be5102f2b839765d9608479cd33874/matplotlib-3.9.2-cp39-cp39-win_amd64.whl", hash = "sha256:b2696efdc08648536efd4e1601b5fd491fd47f4db97a5fbfd175549a7365c1b2", size = 7813909, upload-time = "2024-08-13T01:45:27.71Z" }, + { url = "https://files.pythonhosted.org/packages/54/c1/3fc6cad8a7caa05f4b24fb52372de87a736afeccaa9c576e4748df44067b/matplotlib-3.9.2-pp39-pypy39_pp73-macosx_10_15_x86_64.whl", hash = "sha256:d52a3b618cb1cbb769ce2ee1dcdb333c3ab6e823944e9a2d36e37253815f9556", size = 7885311, upload-time = "2024-08-13T01:45:29.566Z" }, + { url = "https://files.pythonhosted.org/packages/1c/6f/4e59c032b6f28cc7344f34e14ff247ebf6c975d91784bca22b9512bf43d1/matplotlib-3.9.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:039082812cacd6c6bec8e17a9c1e6baca230d4116d522e81e1f63a74d01d2e21", size = 7762487, upload-time = "2024-08-13T01:45:31.604Z" }, + { url = "https://files.pythonhosted.org/packages/72/b0/194c61ab2f40a4a685ef01a91c891cd44298871da4e79654494dc00bd56f/matplotlib-3.9.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6758baae2ed64f2331d4fd19be38b7b4eae3ecec210049a26b6a4f3ae1c85dcc", size = 8305689, upload-time = "2024-08-13T01:45:33.298Z" }, + { url = "https://files.pythonhosted.org/packages/c0/e8/a69f4ad5b544f509ec3718dfa003187a94a37d79bf2e175180668c0ff8ec/matplotlib-3.9.2-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:050598c2b29e0b9832cde72bcf97627bf00262adbc4a54e2b856426bb2ef0697", size = 7845515, upload-time = "2024-08-13T01:45:34.941Z" }, ] [[package]] @@ -1206,18 +1214,18 @@ source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "traitlets" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/99/5b/a36a337438a14116b16480db471ad061c36c3694df7c2084a0da7ba538b7/matplotlib_inline-0.1.7.tar.gz", hash = "sha256:8423b23ec666be3d16e16b60bdd8ac4e86e840ebd1dd11a30b9f117f2fa0ab90", size = 8159 } +sdist = { url = "https://files.pythonhosted.org/packages/99/5b/a36a337438a14116b16480db471ad061c36c3694df7c2084a0da7ba538b7/matplotlib_inline-0.1.7.tar.gz", hash = "sha256:8423b23ec666be3d16e16b60bdd8ac4e86e840ebd1dd11a30b9f117f2fa0ab90", size = 8159, upload-time = "2024-04-15T13:44:44.803Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/8f/8e/9ad090d3553c280a8060fbf6e24dc1c0c29704ee7d1c372f0c174aa59285/matplotlib_inline-0.1.7-py3-none-any.whl", hash = "sha256:df192d39a4ff8f21b1895d72e6a13f5fcc5099f00fa84384e0ea28c2cc0653ca", size = 9899 }, + { url = "https://files.pythonhosted.org/packages/8f/8e/9ad090d3553c280a8060fbf6e24dc1c0c29704ee7d1c372f0c174aa59285/matplotlib_inline-0.1.7-py3-none-any.whl", hash = "sha256:df192d39a4ff8f21b1895d72e6a13f5fcc5099f00fa84384e0ea28c2cc0653ca", size = 9899, upload-time = "2024-04-15T13:44:43.265Z" }, ] [[package]] name = "mistune" version = "3.0.2" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/ef/c8/f0173fe3bf85fd891aee2e7bcd8207dfe26c2c683d727c5a6cc3aec7b628/mistune-3.0.2.tar.gz", hash = "sha256:fc7f93ded930c92394ef2cb6f04a8aabab4117a91449e72dcc8dfa646a508be8", size = 90840 } +sdist = { url = "https://files.pythonhosted.org/packages/ef/c8/f0173fe3bf85fd891aee2e7bcd8207dfe26c2c683d727c5a6cc3aec7b628/mistune-3.0.2.tar.gz", hash = "sha256:fc7f93ded930c92394ef2cb6f04a8aabab4117a91449e72dcc8dfa646a508be8", size = 90840, upload-time = "2023-09-29T23:58:48.6Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/f0/74/c95adcdf032956d9ef6c89a9b8a5152bf73915f8c633f3e3d88d06bd699c/mistune-3.0.2-py3-none-any.whl", hash = "sha256:71481854c30fdbc938963d3605b72501f5c10a9320ecd412c121c163a1c7d205", size = 47958 }, + { url = "https://files.pythonhosted.org/packages/f0/74/c95adcdf032956d9ef6c89a9b8a5152bf73915f8c633f3e3d88d06bd699c/mistune-3.0.2-py3-none-any.whl", hash = "sha256:71481854c30fdbc938963d3605b72501f5c10a9320ecd412c121c163a1c7d205", size = 47958, upload-time = "2023-09-29T23:58:46.761Z" }, ] [[package]] @@ -1230,9 +1238,9 @@ dependencies = [ { name = "nbformat" }, { name = "traitlets" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/e2/d2/39bc36604f24bccd44d374ac34769bc58c53a1da5acd1e83f0165aa4940e/nbclient-0.10.0.tar.gz", hash = "sha256:4b3f1b7dba531e498449c4db4f53da339c91d449dc11e9af3a43b4eb5c5abb09", size = 62246 } +sdist = { url = "https://files.pythonhosted.org/packages/e2/d2/39bc36604f24bccd44d374ac34769bc58c53a1da5acd1e83f0165aa4940e/nbclient-0.10.0.tar.gz", hash = "sha256:4b3f1b7dba531e498449c4db4f53da339c91d449dc11e9af3a43b4eb5c5abb09", size = 62246, upload-time = "2024-03-13T00:25:24.486Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/66/e8/00517a23d3eeaed0513e718fbc94aab26eaa1758f5690fc8578839791c79/nbclient-0.10.0-py3-none-any.whl", hash = "sha256:f13e3529332a1f1f81d82a53210322476a168bb7090a0289c795fe9cc11c9d3f", size = 25318 }, + { url = "https://files.pythonhosted.org/packages/66/e8/00517a23d3eeaed0513e718fbc94aab26eaa1758f5690fc8578839791c79/nbclient-0.10.0-py3-none-any.whl", hash = "sha256:f13e3529332a1f1f81d82a53210322476a168bb7090a0289c795fe9cc11c9d3f", size = 25318, upload-time = "2024-03-13T00:25:21.833Z" }, ] [[package]] @@ -1243,7 +1251,7 @@ dependencies = [ { name = "beautifulsoup4" }, { name = "bleach" }, { name = "defusedxml" }, - { name = "importlib-metadata", marker = "python_version < '3.10'" }, + { name = "importlib-metadata", marker = "python_full_version < '3.10'" }, { name = "jinja2" }, { name = "jupyter-core" }, { name = "jupyterlab-pygments" }, @@ -1257,9 +1265,9 @@ dependencies = [ { name = "tinycss2" }, { name = "traitlets" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/af/e8/ba521a033b21132008e520c28ceb818f9f092da5f0261e94e509401b29f9/nbconvert-7.16.4.tar.gz", hash = "sha256:86ca91ba266b0a448dc96fa6c5b9d98affabde2867b363258703536807f9f7f4", size = 854422 } +sdist = { url = "https://files.pythonhosted.org/packages/af/e8/ba521a033b21132008e520c28ceb818f9f092da5f0261e94e509401b29f9/nbconvert-7.16.4.tar.gz", hash = "sha256:86ca91ba266b0a448dc96fa6c5b9d98affabde2867b363258703536807f9f7f4", size = 854422, upload-time = "2024-04-29T14:54:10.798Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/b8/bb/bb5b6a515d1584aa2fd89965b11db6632e4bdc69495a52374bcc36e56cfa/nbconvert-7.16.4-py3-none-any.whl", hash = "sha256:05873c620fe520b6322bf8a5ad562692343fe3452abda5765c7a34b7d1aa3eb3", size = 257388 }, + { url = "https://files.pythonhosted.org/packages/b8/bb/bb5b6a515d1584aa2fd89965b11db6632e4bdc69495a52374bcc36e56cfa/nbconvert-7.16.4-py3-none-any.whl", hash = "sha256:05873c620fe520b6322bf8a5ad562692343fe3452abda5765c7a34b7d1aa3eb3", size = 257388, upload-time = "2024-04-29T14:54:06.22Z" }, ] [[package]] @@ -1272,18 +1280,18 @@ dependencies = [ { name = "jupyter-core" }, { name = "traitlets" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/6d/fd/91545e604bc3dad7dca9ed03284086039b294c6b3d75c0d2fa45f9e9caf3/nbformat-5.10.4.tar.gz", hash = "sha256:322168b14f937a5d11362988ecac2a4952d3d8e3a2cbeb2319584631226d5b3a", size = 142749 } +sdist = { url = "https://files.pythonhosted.org/packages/6d/fd/91545e604bc3dad7dca9ed03284086039b294c6b3d75c0d2fa45f9e9caf3/nbformat-5.10.4.tar.gz", hash = "sha256:322168b14f937a5d11362988ecac2a4952d3d8e3a2cbeb2319584631226d5b3a", size = 142749, upload-time = "2024-04-04T11:20:37.371Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/a9/82/0340caa499416c78e5d8f5f05947ae4bc3cba53c9f038ab6e9ed964e22f1/nbformat-5.10.4-py3-none-any.whl", hash = "sha256:3b48d6c8fbca4b299bf3982ea7db1af21580e4fec269ad087b9e81588891200b", size = 78454 }, + { url = "https://files.pythonhosted.org/packages/a9/82/0340caa499416c78e5d8f5f05947ae4bc3cba53c9f038ab6e9ed964e22f1/nbformat-5.10.4-py3-none-any.whl", hash = "sha256:3b48d6c8fbca4b299bf3982ea7db1af21580e4fec269ad087b9e81588891200b", size = 78454, upload-time = "2024-04-04T11:20:34.895Z" }, ] [[package]] name = "nest-asyncio" version = "1.6.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/83/f8/51569ac65d696c8ecbee95938f89d4abf00f47d58d48f6fbabfe8f0baefe/nest_asyncio-1.6.0.tar.gz", hash = "sha256:6f172d5449aca15afd6c646851f4e31e02c598d553a667e38cafa997cfec55fe", size = 7418 } +sdist = { url = "https://files.pythonhosted.org/packages/83/f8/51569ac65d696c8ecbee95938f89d4abf00f47d58d48f6fbabfe8f0baefe/nest_asyncio-1.6.0.tar.gz", hash = "sha256:6f172d5449aca15afd6c646851f4e31e02c598d553a667e38cafa997cfec55fe", size = 7418, upload-time = "2024-01-21T14:25:19.227Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/a0/c4/c2971a3ba4c6103a3d10c4b0f24f461ddc027f0f09763220cf35ca1401b3/nest_asyncio-1.6.0-py3-none-any.whl", hash = "sha256:87af6efd6b5e897c81050477ef65c62e2b2f35d51703cae01aff2905b1852e1c", size = 5195 }, + { url = "https://files.pythonhosted.org/packages/a0/c4/c2971a3ba4c6103a3d10c4b0f24f461ddc027f0f09763220cf35ca1401b3/nest_asyncio-1.6.0-py3-none-any.whl", hash = "sha256:87af6efd6b5e897c81050477ef65c62e2b2f35d51703cae01aff2905b1852e1c", size = 5195, upload-time = "2024-01-21T14:25:17.223Z" }, ] [[package]] @@ -1297,9 +1305,9 @@ dependencies = [ { name = "notebook-shim" }, { name = "tornado" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/0f/33/30b83c1c84e368087059bde1269549612584924db156bff53654e165a498/notebook-7.2.2.tar.gz", hash = "sha256:2ef07d4220421623ad3fe88118d687bc0450055570cdd160814a59cf3a1c516e", size = 4948876 } +sdist = { url = "https://files.pythonhosted.org/packages/0f/33/30b83c1c84e368087059bde1269549612584924db156bff53654e165a498/notebook-7.2.2.tar.gz", hash = "sha256:2ef07d4220421623ad3fe88118d687bc0450055570cdd160814a59cf3a1c516e", size = 4948876, upload-time = "2024-08-27T15:44:32.024Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/46/77/53732fbf48196af9e51c2a61833471021c1d77d335d57b96ee3588c0c53d/notebook-7.2.2-py3-none-any.whl", hash = "sha256:c89264081f671bc02eec0ed470a627ed791b9156cad9285226b31611d3e9fe1c", size = 5037123 }, + { url = "https://files.pythonhosted.org/packages/46/77/53732fbf48196af9e51c2a61833471021c1d77d335d57b96ee3588c0c53d/notebook-7.2.2-py3-none-any.whl", hash = "sha256:c89264081f671bc02eec0ed470a627ed791b9156cad9285226b31611d3e9fe1c", size = 5037123, upload-time = "2024-08-27T15:44:28.972Z" }, ] [[package]] @@ -1309,79 +1317,91 @@ source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "jupyter-server" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/54/d2/92fa3243712b9a3e8bafaf60aac366da1cada3639ca767ff4b5b3654ec28/notebook_shim-0.2.4.tar.gz", hash = "sha256:b4b2cfa1b65d98307ca24361f5b30fe785b53c3fd07b7a47e89acb5e6ac638cb", size = 13167 } +sdist = { url = "https://files.pythonhosted.org/packages/54/d2/92fa3243712b9a3e8bafaf60aac366da1cada3639ca767ff4b5b3654ec28/notebook_shim-0.2.4.tar.gz", hash = "sha256:b4b2cfa1b65d98307ca24361f5b30fe785b53c3fd07b7a47e89acb5e6ac638cb", size = 13167, upload-time = "2024-02-14T23:35:18.353Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/f9/33/bd5b9137445ea4b680023eb0469b2bb969d61303dedb2aac6560ff3d14a1/notebook_shim-0.2.4-py3-none-any.whl", hash = "sha256:411a5be4e9dc882a074ccbcae671eda64cceb068767e9a3419096986560e1cef", size = 13307 }, + { url = "https://files.pythonhosted.org/packages/f9/33/bd5b9137445ea4b680023eb0469b2bb969d61303dedb2aac6560ff3d14a1/notebook_shim-0.2.4-py3-none-any.whl", hash = "sha256:411a5be4e9dc882a074ccbcae671eda64cceb068767e9a3419096986560e1cef", size = 13307, upload-time = "2024-02-14T23:35:16.286Z" }, ] [[package]] name = "numpy" version = "2.0.2" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/a9/75/10dd1f8116a8b796cb2c737b674e02d02e80454bda953fa7e65d8c12b016/numpy-2.0.2.tar.gz", hash = "sha256:883c987dee1880e2a864ab0dc9892292582510604156762362d9326444636e78", size = 18902015 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/21/91/3495b3237510f79f5d81f2508f9f13fea78ebfdf07538fc7444badda173d/numpy-2.0.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:51129a29dbe56f9ca83438b706e2e69a39892b5eda6cedcb6b0c9fdc9b0d3ece", size = 21165245 }, - { url = "https://files.pythonhosted.org/packages/05/33/26178c7d437a87082d11019292dce6d3fe6f0e9026b7b2309cbf3e489b1d/numpy-2.0.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:f15975dfec0cf2239224d80e32c3170b1d168335eaedee69da84fbe9f1f9cd04", size = 13738540 }, - { url = "https://files.pythonhosted.org/packages/ec/31/cc46e13bf07644efc7a4bf68df2df5fb2a1a88d0cd0da9ddc84dc0033e51/numpy-2.0.2-cp310-cp310-macosx_14_0_arm64.whl", hash = "sha256:8c5713284ce4e282544c68d1c3b2c7161d38c256d2eefc93c1d683cf47683e66", size = 5300623 }, - { url = "https://files.pythonhosted.org/packages/6e/16/7bfcebf27bb4f9d7ec67332ffebee4d1bf085c84246552d52dbb548600e7/numpy-2.0.2-cp310-cp310-macosx_14_0_x86_64.whl", hash = "sha256:becfae3ddd30736fe1889a37f1f580e245ba79a5855bff5f2a29cb3ccc22dd7b", size = 6901774 }, - { url = "https://files.pythonhosted.org/packages/f9/a3/561c531c0e8bf082c5bef509d00d56f82e0ea7e1e3e3a7fc8fa78742a6e5/numpy-2.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2da5960c3cf0df7eafefd806d4e612c5e19358de82cb3c343631188991566ccd", size = 13907081 }, - { url = "https://files.pythonhosted.org/packages/fa/66/f7177ab331876200ac7563a580140643d1179c8b4b6a6b0fc9838de2a9b8/numpy-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:496f71341824ed9f3d2fd36cf3ac57ae2e0165c143b55c3a035ee219413f3318", size = 19523451 }, - { url = "https://files.pythonhosted.org/packages/25/7f/0b209498009ad6453e4efc2c65bcdf0ae08a182b2b7877d7ab38a92dc542/numpy-2.0.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:a61ec659f68ae254e4d237816e33171497e978140353c0c2038d46e63282d0c8", size = 19927572 }, - { url = "https://files.pythonhosted.org/packages/3e/df/2619393b1e1b565cd2d4c4403bdd979621e2c4dea1f8532754b2598ed63b/numpy-2.0.2-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:d731a1c6116ba289c1e9ee714b08a8ff882944d4ad631fd411106a30f083c326", size = 14400722 }, - { url = "https://files.pythonhosted.org/packages/22/ad/77e921b9f256d5da36424ffb711ae79ca3f451ff8489eeca544d0701d74a/numpy-2.0.2-cp310-cp310-win32.whl", hash = "sha256:984d96121c9f9616cd33fbd0618b7f08e0cfc9600a7ee1d6fd9b239186d19d97", size = 6472170 }, - { url = "https://files.pythonhosted.org/packages/10/05/3442317535028bc29cf0c0dd4c191a4481e8376e9f0db6bcf29703cadae6/numpy-2.0.2-cp310-cp310-win_amd64.whl", hash = "sha256:c7b0be4ef08607dd04da4092faee0b86607f111d5ae68036f16cc787e250a131", size = 15905558 }, - { url = "https://files.pythonhosted.org/packages/8b/cf/034500fb83041aa0286e0fb16e7c76e5c8b67c0711bb6e9e9737a717d5fe/numpy-2.0.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:49ca4decb342d66018b01932139c0961a8f9ddc7589611158cb3c27cbcf76448", size = 21169137 }, - { url = "https://files.pythonhosted.org/packages/4a/d9/32de45561811a4b87fbdee23b5797394e3d1504b4a7cf40c10199848893e/numpy-2.0.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:11a76c372d1d37437857280aa142086476136a8c0f373b2e648ab2c8f18fb195", size = 13703552 }, - { url = "https://files.pythonhosted.org/packages/c1/ca/2f384720020c7b244d22508cb7ab23d95f179fcfff33c31a6eeba8d6c512/numpy-2.0.2-cp311-cp311-macosx_14_0_arm64.whl", hash = "sha256:807ec44583fd708a21d4a11d94aedf2f4f3c3719035c76a2bbe1fe8e217bdc57", size = 5298957 }, - { url = "https://files.pythonhosted.org/packages/0e/78/a3e4f9fb6aa4e6fdca0c5428e8ba039408514388cf62d89651aade838269/numpy-2.0.2-cp311-cp311-macosx_14_0_x86_64.whl", hash = "sha256:8cafab480740e22f8d833acefed5cc87ce276f4ece12fdaa2e8903db2f82897a", size = 6905573 }, - { url = "https://files.pythonhosted.org/packages/a0/72/cfc3a1beb2caf4efc9d0b38a15fe34025230da27e1c08cc2eb9bfb1c7231/numpy-2.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a15f476a45e6e5a3a79d8a14e62161d27ad897381fecfa4a09ed5322f2085669", size = 13914330 }, - { url = "https://files.pythonhosted.org/packages/ba/a8/c17acf65a931ce551fee11b72e8de63bf7e8a6f0e21add4c937c83563538/numpy-2.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:13e689d772146140a252c3a28501da66dfecd77490b498b168b501835041f951", size = 19534895 }, - { url = "https://files.pythonhosted.org/packages/ba/86/8767f3d54f6ae0165749f84648da9dcc8cd78ab65d415494962c86fac80f/numpy-2.0.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:9ea91dfb7c3d1c56a0e55657c0afb38cf1eeae4544c208dc465c3c9f3a7c09f9", size = 19937253 }, - { url = "https://files.pythonhosted.org/packages/df/87/f76450e6e1c14e5bb1eae6836478b1028e096fd02e85c1c37674606ab752/numpy-2.0.2-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:c1c9307701fec8f3f7a1e6711f9089c06e6284b3afbbcd259f7791282d660a15", size = 14414074 }, - { url = "https://files.pythonhosted.org/packages/5c/ca/0f0f328e1e59f73754f06e1adfb909de43726d4f24c6a3f8805f34f2b0fa/numpy-2.0.2-cp311-cp311-win32.whl", hash = "sha256:a392a68bd329eafac5817e5aefeb39038c48b671afd242710b451e76090e81f4", size = 6470640 }, - { url = "https://files.pythonhosted.org/packages/eb/57/3a3f14d3a759dcf9bf6e9eda905794726b758819df4663f217d658a58695/numpy-2.0.2-cp311-cp311-win_amd64.whl", hash = "sha256:286cd40ce2b7d652a6f22efdfc6d1edf879440e53e76a75955bc0c826c7e64dc", size = 15910230 }, - { url = "https://files.pythonhosted.org/packages/45/40/2e117be60ec50d98fa08c2f8c48e09b3edea93cfcabd5a9ff6925d54b1c2/numpy-2.0.2-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:df55d490dea7934f330006d0f81e8551ba6010a5bf035a249ef61a94f21c500b", size = 20895803 }, - { url = "https://files.pythonhosted.org/packages/46/92/1b8b8dee833f53cef3e0a3f69b2374467789e0bb7399689582314df02651/numpy-2.0.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:8df823f570d9adf0978347d1f926b2a867d5608f434a7cff7f7908c6570dcf5e", size = 13471835 }, - { url = "https://files.pythonhosted.org/packages/7f/19/e2793bde475f1edaea6945be141aef6c8b4c669b90c90a300a8954d08f0a/numpy-2.0.2-cp312-cp312-macosx_14_0_arm64.whl", hash = "sha256:9a92ae5c14811e390f3767053ff54eaee3bf84576d99a2456391401323f4ec2c", size = 5038499 }, - { url = "https://files.pythonhosted.org/packages/e3/ff/ddf6dac2ff0dd50a7327bcdba45cb0264d0e96bb44d33324853f781a8f3c/numpy-2.0.2-cp312-cp312-macosx_14_0_x86_64.whl", hash = "sha256:a842d573724391493a97a62ebbb8e731f8a5dcc5d285dfc99141ca15a3302d0c", size = 6633497 }, - { url = "https://files.pythonhosted.org/packages/72/21/67f36eac8e2d2cd652a2e69595a54128297cdcb1ff3931cfc87838874bd4/numpy-2.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c05e238064fc0610c840d1cf6a13bf63d7e391717d247f1bf0318172e759e692", size = 13621158 }, - { url = "https://files.pythonhosted.org/packages/39/68/e9f1126d757653496dbc096cb429014347a36b228f5a991dae2c6b6cfd40/numpy-2.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0123ffdaa88fa4ab64835dcbde75dcdf89c453c922f18dced6e27c90d1d0ec5a", size = 19236173 }, - { url = "https://files.pythonhosted.org/packages/d1/e9/1f5333281e4ebf483ba1c888b1d61ba7e78d7e910fdd8e6499667041cc35/numpy-2.0.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:96a55f64139912d61de9137f11bf39a55ec8faec288c75a54f93dfd39f7eb40c", size = 19634174 }, - { url = "https://files.pythonhosted.org/packages/71/af/a469674070c8d8408384e3012e064299f7a2de540738a8e414dcfd639996/numpy-2.0.2-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:ec9852fb39354b5a45a80bdab5ac02dd02b15f44b3804e9f00c556bf24b4bded", size = 14099701 }, - { url = "https://files.pythonhosted.org/packages/d0/3d/08ea9f239d0e0e939b6ca52ad403c84a2bce1bde301a8eb4888c1c1543f1/numpy-2.0.2-cp312-cp312-win32.whl", hash = "sha256:671bec6496f83202ed2d3c8fdc486a8fc86942f2e69ff0e986140339a63bcbe5", size = 6174313 }, - { url = "https://files.pythonhosted.org/packages/b2/b5/4ac39baebf1fdb2e72585c8352c56d063b6126be9fc95bd2bb5ef5770c20/numpy-2.0.2-cp312-cp312-win_amd64.whl", hash = "sha256:cfd41e13fdc257aa5778496b8caa5e856dc4896d4ccf01841daee1d96465467a", size = 15606179 }, - { url = "https://files.pythonhosted.org/packages/43/c1/41c8f6df3162b0c6ffd4437d729115704bd43363de0090c7f913cfbc2d89/numpy-2.0.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:9059e10581ce4093f735ed23f3b9d283b9d517ff46009ddd485f1747eb22653c", size = 21169942 }, - { url = "https://files.pythonhosted.org/packages/39/bc/fd298f308dcd232b56a4031fd6ddf11c43f9917fbc937e53762f7b5a3bb1/numpy-2.0.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:423e89b23490805d2a5a96fe40ec507407b8ee786d66f7328be214f9679df6dd", size = 13711512 }, - { url = "https://files.pythonhosted.org/packages/96/ff/06d1aa3eeb1c614eda245c1ba4fb88c483bee6520d361641331872ac4b82/numpy-2.0.2-cp39-cp39-macosx_14_0_arm64.whl", hash = "sha256:2b2955fa6f11907cf7a70dab0d0755159bca87755e831e47932367fc8f2f2d0b", size = 5306976 }, - { url = "https://files.pythonhosted.org/packages/2d/98/121996dcfb10a6087a05e54453e28e58694a7db62c5a5a29cee14c6e047b/numpy-2.0.2-cp39-cp39-macosx_14_0_x86_64.whl", hash = "sha256:97032a27bd9d8988b9a97a8c4d2c9f2c15a81f61e2f21404d7e8ef00cb5be729", size = 6906494 }, - { url = "https://files.pythonhosted.org/packages/15/31/9dffc70da6b9bbf7968f6551967fc21156207366272c2a40b4ed6008dc9b/numpy-2.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1e795a8be3ddbac43274f18588329c72939870a16cae810c2b73461c40718ab1", size = 13912596 }, - { url = "https://files.pythonhosted.org/packages/b9/14/78635daab4b07c0930c919d451b8bf8c164774e6a3413aed04a6d95758ce/numpy-2.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f26b258c385842546006213344c50655ff1555a9338e2e5e02a0756dc3e803dd", size = 19526099 }, - { url = "https://files.pythonhosted.org/packages/26/4c/0eeca4614003077f68bfe7aac8b7496f04221865b3a5e7cb230c9d055afd/numpy-2.0.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:5fec9451a7789926bcf7c2b8d187292c9f93ea30284802a0ab3f5be8ab36865d", size = 19932823 }, - { url = "https://files.pythonhosted.org/packages/f1/46/ea25b98b13dccaebddf1a803f8c748680d972e00507cd9bc6dcdb5aa2ac1/numpy-2.0.2-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:9189427407d88ff25ecf8f12469d4d39d35bee1db5d39fc5c168c6f088a6956d", size = 14404424 }, - { url = "https://files.pythonhosted.org/packages/c8/a6/177dd88d95ecf07e722d21008b1b40e681a929eb9e329684d449c36586b2/numpy-2.0.2-cp39-cp39-win32.whl", hash = "sha256:905d16e0c60200656500c95b6b8dca5d109e23cb24abc701d41c02d74c6b3afa", size = 6476809 }, - { url = "https://files.pythonhosted.org/packages/ea/2b/7fc9f4e7ae5b507c1a3a21f0f15ed03e794c1242ea8a242ac158beb56034/numpy-2.0.2-cp39-cp39-win_amd64.whl", hash = "sha256:a3f4ab0caa7f053f6797fcd4e1e25caee367db3112ef2b6ef82d749530768c73", size = 15911314 }, - { url = "https://files.pythonhosted.org/packages/8f/3b/df5a870ac6a3be3a86856ce195ef42eec7ae50d2a202be1f5a4b3b340e14/numpy-2.0.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:7f0a0c6f12e07fa94133c8a67404322845220c06a9e80e85999afe727f7438b8", size = 21025288 }, - { url = "https://files.pythonhosted.org/packages/2c/97/51af92f18d6f6f2d9ad8b482a99fb74e142d71372da5d834b3a2747a446e/numpy-2.0.2-pp39-pypy39_pp73-macosx_14_0_x86_64.whl", hash = "sha256:312950fdd060354350ed123c0e25a71327d3711584beaef30cdaa93320c392d4", size = 6762793 }, - { url = "https://files.pythonhosted.org/packages/12/46/de1fbd0c1b5ccaa7f9a005b66761533e2f6a3e560096682683a223631fe9/numpy-2.0.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:26df23238872200f63518dd2aa984cfca675d82469535dc7162dc2ee52d9dd5c", size = 19334885 }, - { url = "https://files.pythonhosted.org/packages/cc/dc/d330a6faefd92b446ec0f0dfea4c3207bb1fef3c4771d19cf4543efd2c78/numpy-2.0.2-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:a46288ec55ebbd58947d31d72be2c63cbf839f0a63b49cb755022310792a3385", size = 15828784 }, +sdist = { url = "https://files.pythonhosted.org/packages/a9/75/10dd1f8116a8b796cb2c737b674e02d02e80454bda953fa7e65d8c12b016/numpy-2.0.2.tar.gz", hash = "sha256:883c987dee1880e2a864ab0dc9892292582510604156762362d9326444636e78", size = 18902015, upload-time = "2024-08-26T20:19:40.945Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/21/91/3495b3237510f79f5d81f2508f9f13fea78ebfdf07538fc7444badda173d/numpy-2.0.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:51129a29dbe56f9ca83438b706e2e69a39892b5eda6cedcb6b0c9fdc9b0d3ece", size = 21165245, upload-time = "2024-08-26T20:04:14.625Z" }, + { url = "https://files.pythonhosted.org/packages/05/33/26178c7d437a87082d11019292dce6d3fe6f0e9026b7b2309cbf3e489b1d/numpy-2.0.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:f15975dfec0cf2239224d80e32c3170b1d168335eaedee69da84fbe9f1f9cd04", size = 13738540, upload-time = "2024-08-26T20:04:36.784Z" }, + { url = "https://files.pythonhosted.org/packages/ec/31/cc46e13bf07644efc7a4bf68df2df5fb2a1a88d0cd0da9ddc84dc0033e51/numpy-2.0.2-cp310-cp310-macosx_14_0_arm64.whl", hash = "sha256:8c5713284ce4e282544c68d1c3b2c7161d38c256d2eefc93c1d683cf47683e66", size = 5300623, upload-time = "2024-08-26T20:04:46.491Z" }, + { url = "https://files.pythonhosted.org/packages/6e/16/7bfcebf27bb4f9d7ec67332ffebee4d1bf085c84246552d52dbb548600e7/numpy-2.0.2-cp310-cp310-macosx_14_0_x86_64.whl", hash = "sha256:becfae3ddd30736fe1889a37f1f580e245ba79a5855bff5f2a29cb3ccc22dd7b", size = 6901774, upload-time = "2024-08-26T20:04:58.173Z" }, + { url = "https://files.pythonhosted.org/packages/f9/a3/561c531c0e8bf082c5bef509d00d56f82e0ea7e1e3e3a7fc8fa78742a6e5/numpy-2.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2da5960c3cf0df7eafefd806d4e612c5e19358de82cb3c343631188991566ccd", size = 13907081, upload-time = "2024-08-26T20:05:19.098Z" }, + { url = "https://files.pythonhosted.org/packages/fa/66/f7177ab331876200ac7563a580140643d1179c8b4b6a6b0fc9838de2a9b8/numpy-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:496f71341824ed9f3d2fd36cf3ac57ae2e0165c143b55c3a035ee219413f3318", size = 19523451, upload-time = "2024-08-26T20:05:47.479Z" }, + { url = "https://files.pythonhosted.org/packages/25/7f/0b209498009ad6453e4efc2c65bcdf0ae08a182b2b7877d7ab38a92dc542/numpy-2.0.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:a61ec659f68ae254e4d237816e33171497e978140353c0c2038d46e63282d0c8", size = 19927572, upload-time = "2024-08-26T20:06:17.137Z" }, + { url = "https://files.pythonhosted.org/packages/3e/df/2619393b1e1b565cd2d4c4403bdd979621e2c4dea1f8532754b2598ed63b/numpy-2.0.2-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:d731a1c6116ba289c1e9ee714b08a8ff882944d4ad631fd411106a30f083c326", size = 14400722, upload-time = "2024-08-26T20:06:39.16Z" }, + { url = "https://files.pythonhosted.org/packages/22/ad/77e921b9f256d5da36424ffb711ae79ca3f451ff8489eeca544d0701d74a/numpy-2.0.2-cp310-cp310-win32.whl", hash = "sha256:984d96121c9f9616cd33fbd0618b7f08e0cfc9600a7ee1d6fd9b239186d19d97", size = 6472170, upload-time = "2024-08-26T20:06:50.361Z" }, + { url = "https://files.pythonhosted.org/packages/10/05/3442317535028bc29cf0c0dd4c191a4481e8376e9f0db6bcf29703cadae6/numpy-2.0.2-cp310-cp310-win_amd64.whl", hash = "sha256:c7b0be4ef08607dd04da4092faee0b86607f111d5ae68036f16cc787e250a131", size = 15905558, upload-time = "2024-08-26T20:07:13.881Z" }, + { url = "https://files.pythonhosted.org/packages/8b/cf/034500fb83041aa0286e0fb16e7c76e5c8b67c0711bb6e9e9737a717d5fe/numpy-2.0.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:49ca4decb342d66018b01932139c0961a8f9ddc7589611158cb3c27cbcf76448", size = 21169137, upload-time = "2024-08-26T20:07:45.345Z" }, + { url = "https://files.pythonhosted.org/packages/4a/d9/32de45561811a4b87fbdee23b5797394e3d1504b4a7cf40c10199848893e/numpy-2.0.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:11a76c372d1d37437857280aa142086476136a8c0f373b2e648ab2c8f18fb195", size = 13703552, upload-time = "2024-08-26T20:08:06.666Z" }, + { url = "https://files.pythonhosted.org/packages/c1/ca/2f384720020c7b244d22508cb7ab23d95f179fcfff33c31a6eeba8d6c512/numpy-2.0.2-cp311-cp311-macosx_14_0_arm64.whl", hash = "sha256:807ec44583fd708a21d4a11d94aedf2f4f3c3719035c76a2bbe1fe8e217bdc57", size = 5298957, upload-time = "2024-08-26T20:08:15.83Z" }, + { url = "https://files.pythonhosted.org/packages/0e/78/a3e4f9fb6aa4e6fdca0c5428e8ba039408514388cf62d89651aade838269/numpy-2.0.2-cp311-cp311-macosx_14_0_x86_64.whl", hash = "sha256:8cafab480740e22f8d833acefed5cc87ce276f4ece12fdaa2e8903db2f82897a", size = 6905573, upload-time = "2024-08-26T20:08:27.185Z" }, + { url = "https://files.pythonhosted.org/packages/a0/72/cfc3a1beb2caf4efc9d0b38a15fe34025230da27e1c08cc2eb9bfb1c7231/numpy-2.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a15f476a45e6e5a3a79d8a14e62161d27ad897381fecfa4a09ed5322f2085669", size = 13914330, upload-time = "2024-08-26T20:08:48.058Z" }, + { url = "https://files.pythonhosted.org/packages/ba/a8/c17acf65a931ce551fee11b72e8de63bf7e8a6f0e21add4c937c83563538/numpy-2.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:13e689d772146140a252c3a28501da66dfecd77490b498b168b501835041f951", size = 19534895, upload-time = "2024-08-26T20:09:16.536Z" }, + { url = "https://files.pythonhosted.org/packages/ba/86/8767f3d54f6ae0165749f84648da9dcc8cd78ab65d415494962c86fac80f/numpy-2.0.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:9ea91dfb7c3d1c56a0e55657c0afb38cf1eeae4544c208dc465c3c9f3a7c09f9", size = 19937253, upload-time = "2024-08-26T20:09:46.263Z" }, + { url = "https://files.pythonhosted.org/packages/df/87/f76450e6e1c14e5bb1eae6836478b1028e096fd02e85c1c37674606ab752/numpy-2.0.2-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:c1c9307701fec8f3f7a1e6711f9089c06e6284b3afbbcd259f7791282d660a15", size = 14414074, upload-time = "2024-08-26T20:10:08.483Z" }, + { url = "https://files.pythonhosted.org/packages/5c/ca/0f0f328e1e59f73754f06e1adfb909de43726d4f24c6a3f8805f34f2b0fa/numpy-2.0.2-cp311-cp311-win32.whl", hash = "sha256:a392a68bd329eafac5817e5aefeb39038c48b671afd242710b451e76090e81f4", size = 6470640, upload-time = "2024-08-26T20:10:19.732Z" }, + { url = "https://files.pythonhosted.org/packages/eb/57/3a3f14d3a759dcf9bf6e9eda905794726b758819df4663f217d658a58695/numpy-2.0.2-cp311-cp311-win_amd64.whl", hash = "sha256:286cd40ce2b7d652a6f22efdfc6d1edf879440e53e76a75955bc0c826c7e64dc", size = 15910230, upload-time = "2024-08-26T20:10:43.413Z" }, + { url = "https://files.pythonhosted.org/packages/45/40/2e117be60ec50d98fa08c2f8c48e09b3edea93cfcabd5a9ff6925d54b1c2/numpy-2.0.2-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:df55d490dea7934f330006d0f81e8551ba6010a5bf035a249ef61a94f21c500b", size = 20895803, upload-time = "2024-08-26T20:11:13.916Z" }, + { url = "https://files.pythonhosted.org/packages/46/92/1b8b8dee833f53cef3e0a3f69b2374467789e0bb7399689582314df02651/numpy-2.0.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:8df823f570d9adf0978347d1f926b2a867d5608f434a7cff7f7908c6570dcf5e", size = 13471835, upload-time = "2024-08-26T20:11:34.779Z" }, + { url = "https://files.pythonhosted.org/packages/7f/19/e2793bde475f1edaea6945be141aef6c8b4c669b90c90a300a8954d08f0a/numpy-2.0.2-cp312-cp312-macosx_14_0_arm64.whl", hash = "sha256:9a92ae5c14811e390f3767053ff54eaee3bf84576d99a2456391401323f4ec2c", size = 5038499, upload-time = "2024-08-26T20:11:43.902Z" }, + { url = "https://files.pythonhosted.org/packages/e3/ff/ddf6dac2ff0dd50a7327bcdba45cb0264d0e96bb44d33324853f781a8f3c/numpy-2.0.2-cp312-cp312-macosx_14_0_x86_64.whl", hash = "sha256:a842d573724391493a97a62ebbb8e731f8a5dcc5d285dfc99141ca15a3302d0c", size = 6633497, upload-time = "2024-08-26T20:11:55.09Z" }, + { url = "https://files.pythonhosted.org/packages/72/21/67f36eac8e2d2cd652a2e69595a54128297cdcb1ff3931cfc87838874bd4/numpy-2.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c05e238064fc0610c840d1cf6a13bf63d7e391717d247f1bf0318172e759e692", size = 13621158, upload-time = "2024-08-26T20:12:14.95Z" }, + { url = "https://files.pythonhosted.org/packages/39/68/e9f1126d757653496dbc096cb429014347a36b228f5a991dae2c6b6cfd40/numpy-2.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0123ffdaa88fa4ab64835dcbde75dcdf89c453c922f18dced6e27c90d1d0ec5a", size = 19236173, upload-time = "2024-08-26T20:12:44.049Z" }, + { url = "https://files.pythonhosted.org/packages/d1/e9/1f5333281e4ebf483ba1c888b1d61ba7e78d7e910fdd8e6499667041cc35/numpy-2.0.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:96a55f64139912d61de9137f11bf39a55ec8faec288c75a54f93dfd39f7eb40c", size = 19634174, upload-time = "2024-08-26T20:13:13.634Z" }, + { url = "https://files.pythonhosted.org/packages/71/af/a469674070c8d8408384e3012e064299f7a2de540738a8e414dcfd639996/numpy-2.0.2-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:ec9852fb39354b5a45a80bdab5ac02dd02b15f44b3804e9f00c556bf24b4bded", size = 14099701, upload-time = "2024-08-26T20:13:34.851Z" }, + { url = "https://files.pythonhosted.org/packages/d0/3d/08ea9f239d0e0e939b6ca52ad403c84a2bce1bde301a8eb4888c1c1543f1/numpy-2.0.2-cp312-cp312-win32.whl", hash = "sha256:671bec6496f83202ed2d3c8fdc486a8fc86942f2e69ff0e986140339a63bcbe5", size = 6174313, upload-time = "2024-08-26T20:13:45.653Z" }, + { url = "https://files.pythonhosted.org/packages/b2/b5/4ac39baebf1fdb2e72585c8352c56d063b6126be9fc95bd2bb5ef5770c20/numpy-2.0.2-cp312-cp312-win_amd64.whl", hash = "sha256:cfd41e13fdc257aa5778496b8caa5e856dc4896d4ccf01841daee1d96465467a", size = 15606179, upload-time = "2024-08-26T20:14:08.786Z" }, + { url = "https://files.pythonhosted.org/packages/43/c1/41c8f6df3162b0c6ffd4437d729115704bd43363de0090c7f913cfbc2d89/numpy-2.0.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:9059e10581ce4093f735ed23f3b9d283b9d517ff46009ddd485f1747eb22653c", size = 21169942, upload-time = "2024-08-26T20:14:40.108Z" }, + { url = "https://files.pythonhosted.org/packages/39/bc/fd298f308dcd232b56a4031fd6ddf11c43f9917fbc937e53762f7b5a3bb1/numpy-2.0.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:423e89b23490805d2a5a96fe40ec507407b8ee786d66f7328be214f9679df6dd", size = 13711512, upload-time = "2024-08-26T20:15:00.985Z" }, + { url = "https://files.pythonhosted.org/packages/96/ff/06d1aa3eeb1c614eda245c1ba4fb88c483bee6520d361641331872ac4b82/numpy-2.0.2-cp39-cp39-macosx_14_0_arm64.whl", hash = "sha256:2b2955fa6f11907cf7a70dab0d0755159bca87755e831e47932367fc8f2f2d0b", size = 5306976, upload-time = "2024-08-26T20:15:10.876Z" }, + { url = "https://files.pythonhosted.org/packages/2d/98/121996dcfb10a6087a05e54453e28e58694a7db62c5a5a29cee14c6e047b/numpy-2.0.2-cp39-cp39-macosx_14_0_x86_64.whl", hash = "sha256:97032a27bd9d8988b9a97a8c4d2c9f2c15a81f61e2f21404d7e8ef00cb5be729", size = 6906494, upload-time = "2024-08-26T20:15:22.055Z" }, + { url = "https://files.pythonhosted.org/packages/15/31/9dffc70da6b9bbf7968f6551967fc21156207366272c2a40b4ed6008dc9b/numpy-2.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1e795a8be3ddbac43274f18588329c72939870a16cae810c2b73461c40718ab1", size = 13912596, upload-time = "2024-08-26T20:15:42.452Z" }, + { url = "https://files.pythonhosted.org/packages/b9/14/78635daab4b07c0930c919d451b8bf8c164774e6a3413aed04a6d95758ce/numpy-2.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f26b258c385842546006213344c50655ff1555a9338e2e5e02a0756dc3e803dd", size = 19526099, upload-time = "2024-08-26T20:16:11.048Z" }, + { url = "https://files.pythonhosted.org/packages/26/4c/0eeca4614003077f68bfe7aac8b7496f04221865b3a5e7cb230c9d055afd/numpy-2.0.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:5fec9451a7789926bcf7c2b8d187292c9f93ea30284802a0ab3f5be8ab36865d", size = 19932823, upload-time = "2024-08-26T20:16:40.171Z" }, + { url = "https://files.pythonhosted.org/packages/f1/46/ea25b98b13dccaebddf1a803f8c748680d972e00507cd9bc6dcdb5aa2ac1/numpy-2.0.2-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:9189427407d88ff25ecf8f12469d4d39d35bee1db5d39fc5c168c6f088a6956d", size = 14404424, upload-time = "2024-08-26T20:17:02.604Z" }, + { url = "https://files.pythonhosted.org/packages/c8/a6/177dd88d95ecf07e722d21008b1b40e681a929eb9e329684d449c36586b2/numpy-2.0.2-cp39-cp39-win32.whl", hash = "sha256:905d16e0c60200656500c95b6b8dca5d109e23cb24abc701d41c02d74c6b3afa", size = 6476809, upload-time = "2024-08-26T20:17:13.553Z" }, + { url = "https://files.pythonhosted.org/packages/ea/2b/7fc9f4e7ae5b507c1a3a21f0f15ed03e794c1242ea8a242ac158beb56034/numpy-2.0.2-cp39-cp39-win_amd64.whl", hash = "sha256:a3f4ab0caa7f053f6797fcd4e1e25caee367db3112ef2b6ef82d749530768c73", size = 15911314, upload-time = "2024-08-26T20:17:36.72Z" }, + { url = "https://files.pythonhosted.org/packages/8f/3b/df5a870ac6a3be3a86856ce195ef42eec7ae50d2a202be1f5a4b3b340e14/numpy-2.0.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:7f0a0c6f12e07fa94133c8a67404322845220c06a9e80e85999afe727f7438b8", size = 21025288, upload-time = "2024-08-26T20:18:07.732Z" }, + { url = "https://files.pythonhosted.org/packages/2c/97/51af92f18d6f6f2d9ad8b482a99fb74e142d71372da5d834b3a2747a446e/numpy-2.0.2-pp39-pypy39_pp73-macosx_14_0_x86_64.whl", hash = "sha256:312950fdd060354350ed123c0e25a71327d3711584beaef30cdaa93320c392d4", size = 6762793, upload-time = "2024-08-26T20:18:19.125Z" }, + { url = "https://files.pythonhosted.org/packages/12/46/de1fbd0c1b5ccaa7f9a005b66761533e2f6a3e560096682683a223631fe9/numpy-2.0.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:26df23238872200f63518dd2aa984cfca675d82469535dc7162dc2ee52d9dd5c", size = 19334885, upload-time = "2024-08-26T20:18:47.237Z" }, + { url = "https://files.pythonhosted.org/packages/cc/dc/d330a6faefd92b446ec0f0dfea4c3207bb1fef3c4771d19cf4543efd2c78/numpy-2.0.2-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:a46288ec55ebbd58947d31d72be2c63cbf839f0a63b49cb755022310792a3385", size = 15828784, upload-time = "2024-08-26T20:19:11.19Z" }, +] + +[[package]] +name = "openpyxl" +version = "3.1.5" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "et-xmlfile" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/3d/f9/88d94a75de065ea32619465d2f77b29a0469500e99012523b91cc4141cd1/openpyxl-3.1.5.tar.gz", hash = "sha256:cf0e3cf56142039133628b5acffe8ef0c12bc902d2aadd3e0fe5878dc08d1050", size = 186464, upload-time = "2024-06-28T14:03:44.161Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/c0/da/977ded879c29cbd04de313843e76868e6e13408a94ed6b987245dc7c8506/openpyxl-3.1.5-py2.py3-none-any.whl", hash = "sha256:5282c12b107bffeef825f4617dc029afaf41d0ea60823bbb665ef3079dc79de2", size = 250910, upload-time = "2024-06-28T14:03:41.161Z" }, ] [[package]] name = "overrides" version = "7.7.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/36/86/b585f53236dec60aba864e050778b25045f857e17f6e5ea0ae95fe80edd2/overrides-7.7.0.tar.gz", hash = "sha256:55158fa3d93b98cc75299b1e67078ad9003ca27945c76162c1c0766d6f91820a", size = 22812 } +sdist = { url = "https://files.pythonhosted.org/packages/36/86/b585f53236dec60aba864e050778b25045f857e17f6e5ea0ae95fe80edd2/overrides-7.7.0.tar.gz", hash = "sha256:55158fa3d93b98cc75299b1e67078ad9003ca27945c76162c1c0766d6f91820a", size = 22812, upload-time = "2024-01-27T21:01:33.423Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/2c/ab/fc8290c6a4c722e5514d80f62b2dc4c4df1a68a41d1364e625c35990fcf3/overrides-7.7.0-py3-none-any.whl", hash = "sha256:c7ed9d062f78b8e4c1a7b70bd8796b35ead4d9f510227ef9c5dc7626c60d7e49", size = 17832 }, + { url = "https://files.pythonhosted.org/packages/2c/ab/fc8290c6a4c722e5514d80f62b2dc4c4df1a68a41d1364e625c35990fcf3/overrides-7.7.0-py3-none-any.whl", hash = "sha256:c7ed9d062f78b8e4c1a7b70bd8796b35ead4d9f510227ef9c5dc7626c60d7e49", size = 17832, upload-time = "2024-01-27T21:01:31.393Z" }, ] [[package]] name = "packaging" version = "24.1" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/51/65/50db4dda066951078f0a96cf12f4b9ada6e4b811516bf0262c0f4f7064d4/packaging-24.1.tar.gz", hash = "sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002", size = 148788 } +sdist = { url = "https://files.pythonhosted.org/packages/51/65/50db4dda066951078f0a96cf12f4b9ada6e4b811516bf0262c0f4f7064d4/packaging-24.1.tar.gz", hash = "sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002", size = 148788, upload-time = "2024-06-09T23:19:24.956Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/08/aa/cc0199a5f0ad350994d660967a8efb233fe0416e4639146c089643407ce6/packaging-24.1-py3-none-any.whl", hash = "sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124", size = 53985 }, + { url = "https://files.pythonhosted.org/packages/08/aa/cc0199a5f0ad350994d660967a8efb233fe0416e4639146c089643407ce6/packaging-24.1-py3-none-any.whl", hash = "sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124", size = 53985, upload-time = "2024-06-09T23:19:21.909Z" }, ] [[package]] @@ -1389,72 +1409,72 @@ name = "pandas" version = "2.2.3" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "numpy", marker = "python_version <= '3.11' or python_version >= '3.12'" }, + { name = "numpy" }, { name = "python-dateutil" }, { name = "pytz" }, { name = "tzdata" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/9c/d6/9f8431bacc2e19dca897724cd097b1bb224a6ad5433784a44b587c7c13af/pandas-2.2.3.tar.gz", hash = "sha256:4f18ba62b61d7e192368b84517265a99b4d7ee8912f8708660fb4a366cc82667", size = 4399213 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/aa/70/c853aec59839bceed032d52010ff5f1b8d87dc3114b762e4ba2727661a3b/pandas-2.2.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:1948ddde24197a0f7add2bdc4ca83bf2b1ef84a1bc8ccffd95eda17fd836ecb5", size = 12580827 }, - { url = "https://files.pythonhosted.org/packages/99/f2/c4527768739ffa4469b2b4fff05aa3768a478aed89a2f271a79a40eee984/pandas-2.2.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:381175499d3802cde0eabbaf6324cce0c4f5d52ca6f8c377c29ad442f50f6348", size = 11303897 }, - { url = "https://files.pythonhosted.org/packages/ed/12/86c1747ea27989d7a4064f806ce2bae2c6d575b950be087837bdfcabacc9/pandas-2.2.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:d9c45366def9a3dd85a6454c0e7908f2b3b8e9c138f5dc38fed7ce720d8453ed", size = 66480908 }, - { url = "https://files.pythonhosted.org/packages/44/50/7db2cd5e6373ae796f0ddad3675268c8d59fb6076e66f0c339d61cea886b/pandas-2.2.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:86976a1c5b25ae3f8ccae3a5306e443569ee3c3faf444dfd0f41cda24667ad57", size = 13064210 }, - { url = "https://files.pythonhosted.org/packages/61/61/a89015a6d5536cb0d6c3ba02cebed51a95538cf83472975275e28ebf7d0c/pandas-2.2.3-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:b8661b0238a69d7aafe156b7fa86c44b881387509653fdf857bebc5e4008ad42", size = 16754292 }, - { url = "https://files.pythonhosted.org/packages/ce/0d/4cc7b69ce37fac07645a94e1d4b0880b15999494372c1523508511b09e40/pandas-2.2.3-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:37e0aced3e8f539eccf2e099f65cdb9c8aa85109b0be6e93e2baff94264bdc6f", size = 14416379 }, - { url = "https://files.pythonhosted.org/packages/31/9e/6ebb433de864a6cd45716af52a4d7a8c3c9aaf3a98368e61db9e69e69a9c/pandas-2.2.3-cp310-cp310-win_amd64.whl", hash = "sha256:56534ce0746a58afaf7942ba4863e0ef81c9c50d3f0ae93e9497d6a41a057645", size = 11598471 }, - { url = "https://files.pythonhosted.org/packages/a8/44/d9502bf0ed197ba9bf1103c9867d5904ddcaf869e52329787fc54ed70cc8/pandas-2.2.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:66108071e1b935240e74525006034333f98bcdb87ea116de573a6a0dccb6c039", size = 12602222 }, - { url = "https://files.pythonhosted.org/packages/52/11/9eac327a38834f162b8250aab32a6781339c69afe7574368fffe46387edf/pandas-2.2.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:7c2875855b0ff77b2a64a0365e24455d9990730d6431b9e0ee18ad8acee13dbd", size = 11321274 }, - { url = "https://files.pythonhosted.org/packages/45/fb/c4beeb084718598ba19aa9f5abbc8aed8b42f90930da861fcb1acdb54c3a/pandas-2.2.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:cd8d0c3be0515c12fed0bdbae072551c8b54b7192c7b1fda0ba56059a0179698", size = 15579836 }, - { url = "https://files.pythonhosted.org/packages/cd/5f/4dba1d39bb9c38d574a9a22548c540177f78ea47b32f99c0ff2ec499fac5/pandas-2.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c124333816c3a9b03fbeef3a9f230ba9a737e9e5bb4060aa2107a86cc0a497fc", size = 13058505 }, - { url = "https://files.pythonhosted.org/packages/b9/57/708135b90391995361636634df1f1130d03ba456e95bcf576fada459115a/pandas-2.2.3-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:63cc132e40a2e084cf01adf0775b15ac515ba905d7dcca47e9a251819c575ef3", size = 16744420 }, - { url = "https://files.pythonhosted.org/packages/86/4a/03ed6b7ee323cf30404265c284cee9c65c56a212e0a08d9ee06984ba2240/pandas-2.2.3-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:29401dbfa9ad77319367d36940cd8a0b3a11aba16063e39632d98b0e931ddf32", size = 14440457 }, - { url = "https://files.pythonhosted.org/packages/ed/8c/87ddf1fcb55d11f9f847e3c69bb1c6f8e46e2f40ab1a2d2abadb2401b007/pandas-2.2.3-cp311-cp311-win_amd64.whl", hash = "sha256:3fc6873a41186404dad67245896a6e440baacc92f5b716ccd1bc9ed2995ab2c5", size = 11617166 }, - { url = "https://files.pythonhosted.org/packages/17/a3/fb2734118db0af37ea7433f57f722c0a56687e14b14690edff0cdb4b7e58/pandas-2.2.3-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:b1d432e8d08679a40e2a6d8b2f9770a5c21793a6f9f47fdd52c5ce1948a5a8a9", size = 12529893 }, - { url = "https://files.pythonhosted.org/packages/e1/0c/ad295fd74bfac85358fd579e271cded3ac969de81f62dd0142c426b9da91/pandas-2.2.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:a5a1595fe639f5988ba6a8e5bc9649af3baf26df3998a0abe56c02609392e0a4", size = 11363475 }, - { url = "https://files.pythonhosted.org/packages/c6/2a/4bba3f03f7d07207481fed47f5b35f556c7441acddc368ec43d6643c5777/pandas-2.2.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:5de54125a92bb4d1c051c0659e6fcb75256bf799a732a87184e5ea503965bce3", size = 15188645 }, - { url = "https://files.pythonhosted.org/packages/38/f8/d8fddee9ed0d0c0f4a2132c1dfcf0e3e53265055da8df952a53e7eaf178c/pandas-2.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fffb8ae78d8af97f849404f21411c95062db1496aeb3e56f146f0355c9989319", size = 12739445 }, - { url = "https://files.pythonhosted.org/packages/20/e8/45a05d9c39d2cea61ab175dbe6a2de1d05b679e8de2011da4ee190d7e748/pandas-2.2.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:6dfcb5ee8d4d50c06a51c2fffa6cff6272098ad6540aed1a76d15fb9318194d8", size = 16359235 }, - { url = "https://files.pythonhosted.org/packages/1d/99/617d07a6a5e429ff90c90da64d428516605a1ec7d7bea494235e1c3882de/pandas-2.2.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:062309c1b9ea12a50e8ce661145c6aab431b1e99530d3cd60640e255778bd43a", size = 14056756 }, - { url = "https://files.pythonhosted.org/packages/29/d4/1244ab8edf173a10fd601f7e13b9566c1b525c4f365d6bee918e68381889/pandas-2.2.3-cp312-cp312-win_amd64.whl", hash = "sha256:59ef3764d0fe818125a5097d2ae867ca3fa64df032331b7e0917cf5d7bf66b13", size = 11504248 }, - { url = "https://files.pythonhosted.org/packages/64/22/3b8f4e0ed70644e85cfdcd57454686b9057c6c38d2f74fe4b8bc2527214a/pandas-2.2.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:f00d1345d84d8c86a63e476bb4955e46458b304b9575dcf71102b5c705320015", size = 12477643 }, - { url = "https://files.pythonhosted.org/packages/e4/93/b3f5d1838500e22c8d793625da672f3eec046b1a99257666c94446969282/pandas-2.2.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:3508d914817e153ad359d7e069d752cdd736a247c322d932eb89e6bc84217f28", size = 11281573 }, - { url = "https://files.pythonhosted.org/packages/f5/94/6c79b07f0e5aab1dcfa35a75f4817f5c4f677931d4234afcd75f0e6a66ca/pandas-2.2.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:22a9d949bfc9a502d320aa04e5d02feab689d61da4e7764b62c30b991c42c5f0", size = 15196085 }, - { url = "https://files.pythonhosted.org/packages/e8/31/aa8da88ca0eadbabd0a639788a6da13bb2ff6edbbb9f29aa786450a30a91/pandas-2.2.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f3a255b2c19987fbbe62a9dfd6cff7ff2aa9ccab3fc75218fd4b7530f01efa24", size = 12711809 }, - { url = "https://files.pythonhosted.org/packages/ee/7c/c6dbdb0cb2a4344cacfb8de1c5808ca885b2e4dcfde8008266608f9372af/pandas-2.2.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:800250ecdadb6d9c78eae4990da62743b857b470883fa27f652db8bdde7f6659", size = 16356316 }, - { url = "https://files.pythonhosted.org/packages/57/b7/8b757e7d92023b832869fa8881a992696a0bfe2e26f72c9ae9f255988d42/pandas-2.2.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:6374c452ff3ec675a8f46fd9ab25c4ad0ba590b71cf0656f8b6daa5202bca3fb", size = 14022055 }, - { url = "https://files.pythonhosted.org/packages/3b/bc/4b18e2b8c002572c5a441a64826252ce5da2aa738855747247a971988043/pandas-2.2.3-cp313-cp313-win_amd64.whl", hash = "sha256:61c5ad4043f791b61dd4752191d9f07f0ae412515d59ba8f005832a532f8736d", size = 11481175 }, - { url = "https://files.pythonhosted.org/packages/76/a3/a5d88146815e972d40d19247b2c162e88213ef51c7c25993942c39dbf41d/pandas-2.2.3-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:3b71f27954685ee685317063bf13c7709a7ba74fc996b84fc6821c59b0f06468", size = 12615650 }, - { url = "https://files.pythonhosted.org/packages/9c/8c/f0fd18f6140ddafc0c24122c8a964e48294acc579d47def376fef12bcb4a/pandas-2.2.3-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:38cf8125c40dae9d5acc10fa66af8ea6fdf760b2714ee482ca691fc66e6fcb18", size = 11290177 }, - { url = "https://files.pythonhosted.org/packages/ed/f9/e995754eab9c0f14c6777401f7eece0943840b7a9fc932221c19d1abee9f/pandas-2.2.3-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:ba96630bc17c875161df3818780af30e43be9b166ce51c9a18c1feae342906c2", size = 14651526 }, - { url = "https://files.pythonhosted.org/packages/25/b0/98d6ae2e1abac4f35230aa756005e8654649d305df9a28b16b9ae4353bff/pandas-2.2.3-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1db71525a1538b30142094edb9adc10be3f3e176748cd7acc2240c2f2e5aa3a4", size = 11871013 }, - { url = "https://files.pythonhosted.org/packages/cc/57/0f72a10f9db6a4628744c8e8f0df4e6e21de01212c7c981d31e50ffc8328/pandas-2.2.3-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:15c0e1e02e93116177d29ff83e8b1619c93ddc9c49083f237d4312337a61165d", size = 15711620 }, - { url = "https://files.pythonhosted.org/packages/ab/5f/b38085618b950b79d2d9164a711c52b10aefc0ae6833b96f626b7021b2ed/pandas-2.2.3-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:ad5b65698ab28ed8d7f18790a0dc58005c7629f227be9ecc1072aa74c0c1d43a", size = 13098436 }, - { url = "https://files.pythonhosted.org/packages/ca/8c/8848a4c9b8fdf5a534fe2077af948bf53cd713d77ffbcd7bd15710348fd7/pandas-2.2.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:bc6b93f9b966093cb0fd62ff1a7e4c09e6d546ad7c1de191767baffc57628f39", size = 12595535 }, - { url = "https://files.pythonhosted.org/packages/9c/b9/5cead4f63b6d31bdefeb21a679bc5a7f4aaf262ca7e07e2bc1c341b68470/pandas-2.2.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:5dbca4c1acd72e8eeef4753eeca07de9b1db4f398669d5994086f788a5d7cc30", size = 11319822 }, - { url = "https://files.pythonhosted.org/packages/31/af/89e35619fb573366fa68dc26dad6ad2c08c17b8004aad6d98f1a31ce4bb3/pandas-2.2.3-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:8cd6d7cc958a3910f934ea8dbdf17b2364827bb4dafc38ce6eef6bb3d65ff09c", size = 15625439 }, - { url = "https://files.pythonhosted.org/packages/3d/dd/bed19c2974296661493d7acc4407b1d2db4e2a482197df100f8f965b6225/pandas-2.2.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:99df71520d25fade9db7c1076ac94eb994f4d2673ef2aa2e86ee039b6746d20c", size = 13068928 }, - { url = "https://files.pythonhosted.org/packages/31/a3/18508e10a31ea108d746c848b5a05c0711e0278fa0d6f1c52a8ec52b80a5/pandas-2.2.3-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:31d0ced62d4ea3e231a9f228366919a5ea0b07440d9d4dac345376fd8e1477ea", size = 16783266 }, - { url = "https://files.pythonhosted.org/packages/c4/a5/3429bd13d82bebc78f4d78c3945efedef63a7cd0c15c17b2eeb838d1121f/pandas-2.2.3-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:7eee9e7cea6adf3e3d24e304ac6b8300646e2a5d1cd3a3c2abed9101b0846761", size = 14450871 }, - { url = "https://files.pythonhosted.org/packages/2f/49/5c30646e96c684570925b772eac4eb0a8cb0ca590fa978f56c5d3ae73ea1/pandas-2.2.3-cp39-cp39-win_amd64.whl", hash = "sha256:4850ba03528b6dd51d6c5d273c46f183f39a9baf3f0143e566b89450965b105e", size = 11618011 }, +sdist = { url = "https://files.pythonhosted.org/packages/9c/d6/9f8431bacc2e19dca897724cd097b1bb224a6ad5433784a44b587c7c13af/pandas-2.2.3.tar.gz", hash = "sha256:4f18ba62b61d7e192368b84517265a99b4d7ee8912f8708660fb4a366cc82667", size = 4399213, upload-time = "2024-09-20T13:10:04.827Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/aa/70/c853aec59839bceed032d52010ff5f1b8d87dc3114b762e4ba2727661a3b/pandas-2.2.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:1948ddde24197a0f7add2bdc4ca83bf2b1ef84a1bc8ccffd95eda17fd836ecb5", size = 12580827, upload-time = "2024-09-20T13:08:42.347Z" }, + { url = "https://files.pythonhosted.org/packages/99/f2/c4527768739ffa4469b2b4fff05aa3768a478aed89a2f271a79a40eee984/pandas-2.2.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:381175499d3802cde0eabbaf6324cce0c4f5d52ca6f8c377c29ad442f50f6348", size = 11303897, upload-time = "2024-09-20T13:08:45.807Z" }, + { url = "https://files.pythonhosted.org/packages/ed/12/86c1747ea27989d7a4064f806ce2bae2c6d575b950be087837bdfcabacc9/pandas-2.2.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:d9c45366def9a3dd85a6454c0e7908f2b3b8e9c138f5dc38fed7ce720d8453ed", size = 66480908, upload-time = "2024-09-20T18:37:13.513Z" }, + { url = "https://files.pythonhosted.org/packages/44/50/7db2cd5e6373ae796f0ddad3675268c8d59fb6076e66f0c339d61cea886b/pandas-2.2.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:86976a1c5b25ae3f8ccae3a5306e443569ee3c3faf444dfd0f41cda24667ad57", size = 13064210, upload-time = "2024-09-20T13:08:48.325Z" }, + { url = "https://files.pythonhosted.org/packages/61/61/a89015a6d5536cb0d6c3ba02cebed51a95538cf83472975275e28ebf7d0c/pandas-2.2.3-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:b8661b0238a69d7aafe156b7fa86c44b881387509653fdf857bebc5e4008ad42", size = 16754292, upload-time = "2024-09-20T19:01:54.443Z" }, + { url = "https://files.pythonhosted.org/packages/ce/0d/4cc7b69ce37fac07645a94e1d4b0880b15999494372c1523508511b09e40/pandas-2.2.3-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:37e0aced3e8f539eccf2e099f65cdb9c8aa85109b0be6e93e2baff94264bdc6f", size = 14416379, upload-time = "2024-09-20T13:08:50.882Z" }, + { url = "https://files.pythonhosted.org/packages/31/9e/6ebb433de864a6cd45716af52a4d7a8c3c9aaf3a98368e61db9e69e69a9c/pandas-2.2.3-cp310-cp310-win_amd64.whl", hash = "sha256:56534ce0746a58afaf7942ba4863e0ef81c9c50d3f0ae93e9497d6a41a057645", size = 11598471, upload-time = "2024-09-20T13:08:53.332Z" }, + { url = "https://files.pythonhosted.org/packages/a8/44/d9502bf0ed197ba9bf1103c9867d5904ddcaf869e52329787fc54ed70cc8/pandas-2.2.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:66108071e1b935240e74525006034333f98bcdb87ea116de573a6a0dccb6c039", size = 12602222, upload-time = "2024-09-20T13:08:56.254Z" }, + { url = "https://files.pythonhosted.org/packages/52/11/9eac327a38834f162b8250aab32a6781339c69afe7574368fffe46387edf/pandas-2.2.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:7c2875855b0ff77b2a64a0365e24455d9990730d6431b9e0ee18ad8acee13dbd", size = 11321274, upload-time = "2024-09-20T13:08:58.645Z" }, + { url = "https://files.pythonhosted.org/packages/45/fb/c4beeb084718598ba19aa9f5abbc8aed8b42f90930da861fcb1acdb54c3a/pandas-2.2.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:cd8d0c3be0515c12fed0bdbae072551c8b54b7192c7b1fda0ba56059a0179698", size = 15579836, upload-time = "2024-09-20T19:01:57.571Z" }, + { url = "https://files.pythonhosted.org/packages/cd/5f/4dba1d39bb9c38d574a9a22548c540177f78ea47b32f99c0ff2ec499fac5/pandas-2.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c124333816c3a9b03fbeef3a9f230ba9a737e9e5bb4060aa2107a86cc0a497fc", size = 13058505, upload-time = "2024-09-20T13:09:01.501Z" }, + { url = "https://files.pythonhosted.org/packages/b9/57/708135b90391995361636634df1f1130d03ba456e95bcf576fada459115a/pandas-2.2.3-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:63cc132e40a2e084cf01adf0775b15ac515ba905d7dcca47e9a251819c575ef3", size = 16744420, upload-time = "2024-09-20T19:02:00.678Z" }, + { url = "https://files.pythonhosted.org/packages/86/4a/03ed6b7ee323cf30404265c284cee9c65c56a212e0a08d9ee06984ba2240/pandas-2.2.3-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:29401dbfa9ad77319367d36940cd8a0b3a11aba16063e39632d98b0e931ddf32", size = 14440457, upload-time = "2024-09-20T13:09:04.105Z" }, + { url = "https://files.pythonhosted.org/packages/ed/8c/87ddf1fcb55d11f9f847e3c69bb1c6f8e46e2f40ab1a2d2abadb2401b007/pandas-2.2.3-cp311-cp311-win_amd64.whl", hash = "sha256:3fc6873a41186404dad67245896a6e440baacc92f5b716ccd1bc9ed2995ab2c5", size = 11617166, upload-time = "2024-09-20T13:09:06.917Z" }, + { url = "https://files.pythonhosted.org/packages/17/a3/fb2734118db0af37ea7433f57f722c0a56687e14b14690edff0cdb4b7e58/pandas-2.2.3-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:b1d432e8d08679a40e2a6d8b2f9770a5c21793a6f9f47fdd52c5ce1948a5a8a9", size = 12529893, upload-time = "2024-09-20T13:09:09.655Z" }, + { url = "https://files.pythonhosted.org/packages/e1/0c/ad295fd74bfac85358fd579e271cded3ac969de81f62dd0142c426b9da91/pandas-2.2.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:a5a1595fe639f5988ba6a8e5bc9649af3baf26df3998a0abe56c02609392e0a4", size = 11363475, upload-time = "2024-09-20T13:09:14.718Z" }, + { url = "https://files.pythonhosted.org/packages/c6/2a/4bba3f03f7d07207481fed47f5b35f556c7441acddc368ec43d6643c5777/pandas-2.2.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:5de54125a92bb4d1c051c0659e6fcb75256bf799a732a87184e5ea503965bce3", size = 15188645, upload-time = "2024-09-20T19:02:03.88Z" }, + { url = "https://files.pythonhosted.org/packages/38/f8/d8fddee9ed0d0c0f4a2132c1dfcf0e3e53265055da8df952a53e7eaf178c/pandas-2.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fffb8ae78d8af97f849404f21411c95062db1496aeb3e56f146f0355c9989319", size = 12739445, upload-time = "2024-09-20T13:09:17.621Z" }, + { url = "https://files.pythonhosted.org/packages/20/e8/45a05d9c39d2cea61ab175dbe6a2de1d05b679e8de2011da4ee190d7e748/pandas-2.2.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:6dfcb5ee8d4d50c06a51c2fffa6cff6272098ad6540aed1a76d15fb9318194d8", size = 16359235, upload-time = "2024-09-20T19:02:07.094Z" }, + { url = "https://files.pythonhosted.org/packages/1d/99/617d07a6a5e429ff90c90da64d428516605a1ec7d7bea494235e1c3882de/pandas-2.2.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:062309c1b9ea12a50e8ce661145c6aab431b1e99530d3cd60640e255778bd43a", size = 14056756, upload-time = "2024-09-20T13:09:20.474Z" }, + { url = "https://files.pythonhosted.org/packages/29/d4/1244ab8edf173a10fd601f7e13b9566c1b525c4f365d6bee918e68381889/pandas-2.2.3-cp312-cp312-win_amd64.whl", hash = "sha256:59ef3764d0fe818125a5097d2ae867ca3fa64df032331b7e0917cf5d7bf66b13", size = 11504248, upload-time = "2024-09-20T13:09:23.137Z" }, + { url = "https://files.pythonhosted.org/packages/64/22/3b8f4e0ed70644e85cfdcd57454686b9057c6c38d2f74fe4b8bc2527214a/pandas-2.2.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:f00d1345d84d8c86a63e476bb4955e46458b304b9575dcf71102b5c705320015", size = 12477643, upload-time = "2024-09-20T13:09:25.522Z" }, + { url = "https://files.pythonhosted.org/packages/e4/93/b3f5d1838500e22c8d793625da672f3eec046b1a99257666c94446969282/pandas-2.2.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:3508d914817e153ad359d7e069d752cdd736a247c322d932eb89e6bc84217f28", size = 11281573, upload-time = "2024-09-20T13:09:28.012Z" }, + { url = "https://files.pythonhosted.org/packages/f5/94/6c79b07f0e5aab1dcfa35a75f4817f5c4f677931d4234afcd75f0e6a66ca/pandas-2.2.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:22a9d949bfc9a502d320aa04e5d02feab689d61da4e7764b62c30b991c42c5f0", size = 15196085, upload-time = "2024-09-20T19:02:10.451Z" }, + { url = "https://files.pythonhosted.org/packages/e8/31/aa8da88ca0eadbabd0a639788a6da13bb2ff6edbbb9f29aa786450a30a91/pandas-2.2.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f3a255b2c19987fbbe62a9dfd6cff7ff2aa9ccab3fc75218fd4b7530f01efa24", size = 12711809, upload-time = "2024-09-20T13:09:30.814Z" }, + { url = "https://files.pythonhosted.org/packages/ee/7c/c6dbdb0cb2a4344cacfb8de1c5808ca885b2e4dcfde8008266608f9372af/pandas-2.2.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:800250ecdadb6d9c78eae4990da62743b857b470883fa27f652db8bdde7f6659", size = 16356316, upload-time = "2024-09-20T19:02:13.825Z" }, + { url = "https://files.pythonhosted.org/packages/57/b7/8b757e7d92023b832869fa8881a992696a0bfe2e26f72c9ae9f255988d42/pandas-2.2.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:6374c452ff3ec675a8f46fd9ab25c4ad0ba590b71cf0656f8b6daa5202bca3fb", size = 14022055, upload-time = "2024-09-20T13:09:33.462Z" }, + { url = "https://files.pythonhosted.org/packages/3b/bc/4b18e2b8c002572c5a441a64826252ce5da2aa738855747247a971988043/pandas-2.2.3-cp313-cp313-win_amd64.whl", hash = "sha256:61c5ad4043f791b61dd4752191d9f07f0ae412515d59ba8f005832a532f8736d", size = 11481175, upload-time = "2024-09-20T13:09:35.871Z" }, + { url = "https://files.pythonhosted.org/packages/76/a3/a5d88146815e972d40d19247b2c162e88213ef51c7c25993942c39dbf41d/pandas-2.2.3-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:3b71f27954685ee685317063bf13c7709a7ba74fc996b84fc6821c59b0f06468", size = 12615650, upload-time = "2024-09-20T13:09:38.685Z" }, + { url = "https://files.pythonhosted.org/packages/9c/8c/f0fd18f6140ddafc0c24122c8a964e48294acc579d47def376fef12bcb4a/pandas-2.2.3-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:38cf8125c40dae9d5acc10fa66af8ea6fdf760b2714ee482ca691fc66e6fcb18", size = 11290177, upload-time = "2024-09-20T13:09:41.141Z" }, + { url = "https://files.pythonhosted.org/packages/ed/f9/e995754eab9c0f14c6777401f7eece0943840b7a9fc932221c19d1abee9f/pandas-2.2.3-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:ba96630bc17c875161df3818780af30e43be9b166ce51c9a18c1feae342906c2", size = 14651526, upload-time = "2024-09-20T19:02:16.905Z" }, + { url = "https://files.pythonhosted.org/packages/25/b0/98d6ae2e1abac4f35230aa756005e8654649d305df9a28b16b9ae4353bff/pandas-2.2.3-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1db71525a1538b30142094edb9adc10be3f3e176748cd7acc2240c2f2e5aa3a4", size = 11871013, upload-time = "2024-09-20T13:09:44.39Z" }, + { url = "https://files.pythonhosted.org/packages/cc/57/0f72a10f9db6a4628744c8e8f0df4e6e21de01212c7c981d31e50ffc8328/pandas-2.2.3-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:15c0e1e02e93116177d29ff83e8b1619c93ddc9c49083f237d4312337a61165d", size = 15711620, upload-time = "2024-09-20T19:02:20.639Z" }, + { url = "https://files.pythonhosted.org/packages/ab/5f/b38085618b950b79d2d9164a711c52b10aefc0ae6833b96f626b7021b2ed/pandas-2.2.3-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:ad5b65698ab28ed8d7f18790a0dc58005c7629f227be9ecc1072aa74c0c1d43a", size = 13098436, upload-time = "2024-09-20T13:09:48.112Z" }, + { url = "https://files.pythonhosted.org/packages/ca/8c/8848a4c9b8fdf5a534fe2077af948bf53cd713d77ffbcd7bd15710348fd7/pandas-2.2.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:bc6b93f9b966093cb0fd62ff1a7e4c09e6d546ad7c1de191767baffc57628f39", size = 12595535, upload-time = "2024-09-20T13:09:51.339Z" }, + { url = "https://files.pythonhosted.org/packages/9c/b9/5cead4f63b6d31bdefeb21a679bc5a7f4aaf262ca7e07e2bc1c341b68470/pandas-2.2.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:5dbca4c1acd72e8eeef4753eeca07de9b1db4f398669d5994086f788a5d7cc30", size = 11319822, upload-time = "2024-09-20T13:09:54.31Z" }, + { url = "https://files.pythonhosted.org/packages/31/af/89e35619fb573366fa68dc26dad6ad2c08c17b8004aad6d98f1a31ce4bb3/pandas-2.2.3-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:8cd6d7cc958a3910f934ea8dbdf17b2364827bb4dafc38ce6eef6bb3d65ff09c", size = 15625439, upload-time = "2024-09-20T19:02:23.689Z" }, + { url = "https://files.pythonhosted.org/packages/3d/dd/bed19c2974296661493d7acc4407b1d2db4e2a482197df100f8f965b6225/pandas-2.2.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:99df71520d25fade9db7c1076ac94eb994f4d2673ef2aa2e86ee039b6746d20c", size = 13068928, upload-time = "2024-09-20T13:09:56.746Z" }, + { url = "https://files.pythonhosted.org/packages/31/a3/18508e10a31ea108d746c848b5a05c0711e0278fa0d6f1c52a8ec52b80a5/pandas-2.2.3-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:31d0ced62d4ea3e231a9f228366919a5ea0b07440d9d4dac345376fd8e1477ea", size = 16783266, upload-time = "2024-09-20T19:02:26.247Z" }, + { url = "https://files.pythonhosted.org/packages/c4/a5/3429bd13d82bebc78f4d78c3945efedef63a7cd0c15c17b2eeb838d1121f/pandas-2.2.3-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:7eee9e7cea6adf3e3d24e304ac6b8300646e2a5d1cd3a3c2abed9101b0846761", size = 14450871, upload-time = "2024-09-20T13:09:59.779Z" }, + { url = "https://files.pythonhosted.org/packages/2f/49/5c30646e96c684570925b772eac4eb0a8cb0ca590fa978f56c5d3ae73ea1/pandas-2.2.3-cp39-cp39-win_amd64.whl", hash = "sha256:4850ba03528b6dd51d6c5d273c46f183f39a9baf3f0143e566b89450965b105e", size = 11618011, upload-time = "2024-09-20T13:10:02.351Z" }, ] [[package]] name = "pandocfilters" version = "1.5.1" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/70/6f/3dd4940bbe001c06a65f88e36bad298bc7a0de5036115639926b0c5c0458/pandocfilters-1.5.1.tar.gz", hash = "sha256:002b4a555ee4ebc03f8b66307e287fa492e4a77b4ea14d3f934328297bb4939e", size = 8454 } +sdist = { url = "https://files.pythonhosted.org/packages/70/6f/3dd4940bbe001c06a65f88e36bad298bc7a0de5036115639926b0c5c0458/pandocfilters-1.5.1.tar.gz", hash = "sha256:002b4a555ee4ebc03f8b66307e287fa492e4a77b4ea14d3f934328297bb4939e", size = 8454, upload-time = "2024-01-18T20:08:13.726Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl", hash = "sha256:93be382804a9cdb0a7267585f157e5d1731bbe5545a85b268d6f5fe6232de2bc", size = 8663 }, + { url = "https://files.pythonhosted.org/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl", hash = "sha256:93be382804a9cdb0a7267585f157e5d1731bbe5545a85b268d6f5fe6232de2bc", size = 8663, upload-time = "2024-01-18T20:08:11.28Z" }, ] [[package]] name = "parso" version = "0.8.4" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/66/94/68e2e17afaa9169cf6412ab0f28623903be73d1b32e208d9e8e541bb086d/parso-0.8.4.tar.gz", hash = "sha256:eb3a7b58240fb99099a345571deecc0f9540ea5f4dd2fe14c2a99d6b281ab92d", size = 400609 } +sdist = { url = "https://files.pythonhosted.org/packages/66/94/68e2e17afaa9169cf6412ab0f28623903be73d1b32e208d9e8e541bb086d/parso-0.8.4.tar.gz", hash = "sha256:eb3a7b58240fb99099a345571deecc0f9540ea5f4dd2fe14c2a99d6b281ab92d", size = 400609, upload-time = "2024-04-05T09:43:55.897Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/c6/ac/dac4a63f978e4dcb3c6d3a78c4d8e0192a113d288502a1216950c41b1027/parso-0.8.4-py2.py3-none-any.whl", hash = "sha256:a418670a20291dacd2dddc80c377c5c3791378ee1e8d12bffc35420643d43f18", size = 103650 }, + { url = "https://files.pythonhosted.org/packages/c6/ac/dac4a63f978e4dcb3c6d3a78c4d8e0192a113d288502a1216950c41b1027/parso-0.8.4-py2.py3-none-any.whl", hash = "sha256:a418670a20291dacd2dddc80c377c5c3791378ee1e8d12bffc35420643d43f18", size = 103650, upload-time = "2024-04-05T09:43:53.299Z" }, ] [[package]] @@ -1464,95 +1484,95 @@ source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "ptyprocess" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/42/92/cc564bf6381ff43ce1f4d06852fc19a2f11d180f23dc32d9588bee2f149d/pexpect-4.9.0.tar.gz", hash = "sha256:ee7d41123f3c9911050ea2c2dac107568dc43b2d3b0c7557a33212c398ead30f", size = 166450 } +sdist = { url = "https://files.pythonhosted.org/packages/42/92/cc564bf6381ff43ce1f4d06852fc19a2f11d180f23dc32d9588bee2f149d/pexpect-4.9.0.tar.gz", hash = "sha256:ee7d41123f3c9911050ea2c2dac107568dc43b2d3b0c7557a33212c398ead30f", size = 166450, upload-time = "2023-11-25T09:07:26.339Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/9e/c3/059298687310d527a58bb01f3b1965787ee3b40dce76752eda8b44e9a2c5/pexpect-4.9.0-py2.py3-none-any.whl", hash = "sha256:7236d1e080e4936be2dc3e326cec0af72acf9212a7e1d060210e70a47e253523", size = 63772 }, + { url = "https://files.pythonhosted.org/packages/9e/c3/059298687310d527a58bb01f3b1965787ee3b40dce76752eda8b44e9a2c5/pexpect-4.9.0-py2.py3-none-any.whl", hash = "sha256:7236d1e080e4936be2dc3e326cec0af72acf9212a7e1d060210e70a47e253523", size = 63772, upload-time = "2023-11-25T06:56:14.81Z" }, ] [[package]] name = "pillow" version = "10.4.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/cd/74/ad3d526f3bf7b6d3f408b73fde271ec69dfac8b81341a318ce825f2b3812/pillow-10.4.0.tar.gz", hash = "sha256:166c1cd4d24309b30d61f79f4a9114b7b2313d7450912277855ff5dfd7cd4a06", size = 46555059 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/0e/69/a31cccd538ca0b5272be2a38347f8839b97a14be104ea08b0db92f749c74/pillow-10.4.0-cp310-cp310-macosx_10_10_x86_64.whl", hash = "sha256:4d9667937cfa347525b319ae34375c37b9ee6b525440f3ef48542fcf66f2731e", size = 3509271 }, - { url = "https://files.pythonhosted.org/packages/9a/9e/4143b907be8ea0bce215f2ae4f7480027473f8b61fcedfda9d851082a5d2/pillow-10.4.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:543f3dc61c18dafb755773efc89aae60d06b6596a63914107f75459cf984164d", size = 3375658 }, - { url = "https://files.pythonhosted.org/packages/8a/25/1fc45761955f9359b1169aa75e241551e74ac01a09f487adaaf4c3472d11/pillow-10.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7928ecbf1ece13956b95d9cbcfc77137652b02763ba384d9ab508099a2eca856", size = 4332075 }, - { url = "https://files.pythonhosted.org/packages/5e/dd/425b95d0151e1d6c951f45051112394f130df3da67363b6bc75dc4c27aba/pillow-10.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e4d49b85c4348ea0b31ea63bc75a9f3857869174e2bf17e7aba02945cd218e6f", size = 4444808 }, - { url = "https://files.pythonhosted.org/packages/b1/84/9a15cc5726cbbfe7f9f90bfb11f5d028586595907cd093815ca6644932e3/pillow-10.4.0-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:6c762a5b0997f5659a5ef2266abc1d8851ad7749ad9a6a5506eb23d314e4f46b", size = 4356290 }, - { url = "https://files.pythonhosted.org/packages/b5/5b/6651c288b08df3b8c1e2f8c1152201e0b25d240e22ddade0f1e242fc9fa0/pillow-10.4.0-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:a985e028fc183bf12a77a8bbf36318db4238a3ded7fa9df1b9a133f1cb79f8fc", size = 4525163 }, - { url = "https://files.pythonhosted.org/packages/07/8b/34854bf11a83c248505c8cb0fcf8d3d0b459a2246c8809b967963b6b12ae/pillow-10.4.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:812f7342b0eee081eaec84d91423d1b4650bb9828eb53d8511bcef8ce5aecf1e", size = 4463100 }, - { url = "https://files.pythonhosted.org/packages/78/63/0632aee4e82476d9cbe5200c0cdf9ba41ee04ed77887432845264d81116d/pillow-10.4.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:ac1452d2fbe4978c2eec89fb5a23b8387aba707ac72810d9490118817d9c0b46", size = 4592880 }, - { url = "https://files.pythonhosted.org/packages/df/56/b8663d7520671b4398b9d97e1ed9f583d4afcbefbda3c6188325e8c297bd/pillow-10.4.0-cp310-cp310-win32.whl", hash = "sha256:bcd5e41a859bf2e84fdc42f4edb7d9aba0a13d29a2abadccafad99de3feff984", size = 2235218 }, - { url = "https://files.pythonhosted.org/packages/f4/72/0203e94a91ddb4a9d5238434ae6c1ca10e610e8487036132ea9bf806ca2a/pillow-10.4.0-cp310-cp310-win_amd64.whl", hash = "sha256:ecd85a8d3e79cd7158dec1c9e5808e821feea088e2f69a974db5edf84dc53141", size = 2554487 }, - { url = "https://files.pythonhosted.org/packages/bd/52/7e7e93d7a6e4290543f17dc6f7d3af4bd0b3dd9926e2e8a35ac2282bc5f4/pillow-10.4.0-cp310-cp310-win_arm64.whl", hash = "sha256:ff337c552345e95702c5fde3158acb0625111017d0e5f24bf3acdb9cc16b90d1", size = 2243219 }, - { url = "https://files.pythonhosted.org/packages/a7/62/c9449f9c3043c37f73e7487ec4ef0c03eb9c9afc91a92b977a67b3c0bbc5/pillow-10.4.0-cp311-cp311-macosx_10_10_x86_64.whl", hash = "sha256:0a9ec697746f268507404647e531e92889890a087e03681a3606d9b920fbee3c", size = 3509265 }, - { url = "https://files.pythonhosted.org/packages/f4/5f/491dafc7bbf5a3cc1845dc0430872e8096eb9e2b6f8161509d124594ec2d/pillow-10.4.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:dfe91cb65544a1321e631e696759491ae04a2ea11d36715eca01ce07284738be", size = 3375655 }, - { url = "https://files.pythonhosted.org/packages/73/d5/c4011a76f4207a3c151134cd22a1415741e42fa5ddecec7c0182887deb3d/pillow-10.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5dc6761a6efc781e6a1544206f22c80c3af4c8cf461206d46a1e6006e4429ff3", size = 4340304 }, - { url = "https://files.pythonhosted.org/packages/ac/10/c67e20445a707f7a610699bba4fe050583b688d8cd2d202572b257f46600/pillow-10.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5e84b6cc6a4a3d76c153a6b19270b3526a5a8ed6b09501d3af891daa2a9de7d6", size = 4452804 }, - { url = "https://files.pythonhosted.org/packages/a9/83/6523837906d1da2b269dee787e31df3b0acb12e3d08f024965a3e7f64665/pillow-10.4.0-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:bbc527b519bd3aa9d7f429d152fea69f9ad37c95f0b02aebddff592688998abe", size = 4365126 }, - { url = "https://files.pythonhosted.org/packages/ba/e5/8c68ff608a4203085158cff5cc2a3c534ec384536d9438c405ed6370d080/pillow-10.4.0-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:76a911dfe51a36041f2e756b00f96ed84677cdeb75d25c767f296c1c1eda1319", size = 4533541 }, - { url = "https://files.pythonhosted.org/packages/f4/7c/01b8dbdca5bc6785573f4cee96e2358b0918b7b2c7b60d8b6f3abf87a070/pillow-10.4.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:59291fb29317122398786c2d44427bbd1a6d7ff54017075b22be9d21aa59bd8d", size = 4471616 }, - { url = "https://files.pythonhosted.org/packages/c8/57/2899b82394a35a0fbfd352e290945440e3b3785655a03365c0ca8279f351/pillow-10.4.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:416d3a5d0e8cfe4f27f574362435bc9bae57f679a7158e0096ad2beb427b8696", size = 4600802 }, - { url = "https://files.pythonhosted.org/packages/4d/d7/a44f193d4c26e58ee5d2d9db3d4854b2cfb5b5e08d360a5e03fe987c0086/pillow-10.4.0-cp311-cp311-win32.whl", hash = "sha256:7086cc1d5eebb91ad24ded9f58bec6c688e9f0ed7eb3dbbf1e4800280a896496", size = 2235213 }, - { url = "https://files.pythonhosted.org/packages/c1/d0/5866318eec2b801cdb8c82abf190c8343d8a1cd8bf5a0c17444a6f268291/pillow-10.4.0-cp311-cp311-win_amd64.whl", hash = "sha256:cbed61494057c0f83b83eb3a310f0bf774b09513307c434d4366ed64f4128a91", size = 2554498 }, - { url = "https://files.pythonhosted.org/packages/d4/c8/310ac16ac2b97e902d9eb438688de0d961660a87703ad1561fd3dfbd2aa0/pillow-10.4.0-cp311-cp311-win_arm64.whl", hash = "sha256:f5f0c3e969c8f12dd2bb7e0b15d5c468b51e5017e01e2e867335c81903046a22", size = 2243219 }, - { url = "https://files.pythonhosted.org/packages/05/cb/0353013dc30c02a8be34eb91d25e4e4cf594b59e5a55ea1128fde1e5f8ea/pillow-10.4.0-cp312-cp312-macosx_10_10_x86_64.whl", hash = "sha256:673655af3eadf4df6b5457033f086e90299fdd7a47983a13827acf7459c15d94", size = 3509350 }, - { url = "https://files.pythonhosted.org/packages/e7/cf/5c558a0f247e0bf9cec92bff9b46ae6474dd736f6d906315e60e4075f737/pillow-10.4.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:866b6942a92f56300012f5fbac71f2d610312ee65e22f1aa2609e491284e5597", size = 3374980 }, - { url = "https://files.pythonhosted.org/packages/84/48/6e394b86369a4eb68b8a1382c78dc092245af517385c086c5094e3b34428/pillow-10.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:29dbdc4207642ea6aad70fbde1a9338753d33fb23ed6956e706936706f52dd80", size = 4343799 }, - { url = "https://files.pythonhosted.org/packages/3b/f3/a8c6c11fa84b59b9df0cd5694492da8c039a24cd159f0f6918690105c3be/pillow-10.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bf2342ac639c4cf38799a44950bbc2dfcb685f052b9e262f446482afaf4bffca", size = 4459973 }, - { url = "https://files.pythonhosted.org/packages/7d/1b/c14b4197b80150fb64453585247e6fb2e1d93761fa0fa9cf63b102fde822/pillow-10.4.0-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:f5b92f4d70791b4a67157321c4e8225d60b119c5cc9aee8ecf153aace4aad4ef", size = 4370054 }, - { url = "https://files.pythonhosted.org/packages/55/77/40daddf677897a923d5d33329acd52a2144d54a9644f2a5422c028c6bf2d/pillow-10.4.0-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:86dcb5a1eb778d8b25659d5e4341269e8590ad6b4e8b44d9f4b07f8d136c414a", size = 4539484 }, - { url = "https://files.pythonhosted.org/packages/40/54/90de3e4256b1207300fb2b1d7168dd912a2fb4b2401e439ba23c2b2cabde/pillow-10.4.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:780c072c2e11c9b2c7ca37f9a2ee8ba66f44367ac3e5c7832afcfe5104fd6d1b", size = 4477375 }, - { url = "https://files.pythonhosted.org/packages/13/24/1bfba52f44193860918ff7c93d03d95e3f8748ca1de3ceaf11157a14cf16/pillow-10.4.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:37fb69d905be665f68f28a8bba3c6d3223c8efe1edf14cc4cfa06c241f8c81d9", size = 4608773 }, - { url = "https://files.pythonhosted.org/packages/55/04/5e6de6e6120451ec0c24516c41dbaf80cce1b6451f96561235ef2429da2e/pillow-10.4.0-cp312-cp312-win32.whl", hash = "sha256:7dfecdbad5c301d7b5bde160150b4db4c659cee2b69589705b6f8a0c509d9f42", size = 2235690 }, - { url = "https://files.pythonhosted.org/packages/74/0a/d4ce3c44bca8635bd29a2eab5aa181b654a734a29b263ca8efe013beea98/pillow-10.4.0-cp312-cp312-win_amd64.whl", hash = "sha256:1d846aea995ad352d4bdcc847535bd56e0fd88d36829d2c90be880ef1ee4668a", size = 2554951 }, - { url = "https://files.pythonhosted.org/packages/b5/ca/184349ee40f2e92439be9b3502ae6cfc43ac4b50bc4fc6b3de7957563894/pillow-10.4.0-cp312-cp312-win_arm64.whl", hash = "sha256:e553cad5179a66ba15bb18b353a19020e73a7921296a7979c4a2b7f6a5cd57f9", size = 2243427 }, - { url = "https://files.pythonhosted.org/packages/c3/00/706cebe7c2c12a6318aabe5d354836f54adff7156fd9e1bd6c89f4ba0e98/pillow-10.4.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:8bc1a764ed8c957a2e9cacf97c8b2b053b70307cf2996aafd70e91a082e70df3", size = 3525685 }, - { url = "https://files.pythonhosted.org/packages/cf/76/f658cbfa49405e5ecbfb9ba42d07074ad9792031267e782d409fd8fe7c69/pillow-10.4.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:6209bb41dc692ddfee4942517c19ee81b86c864b626dbfca272ec0f7cff5d9fb", size = 3374883 }, - { url = "https://files.pythonhosted.org/packages/46/2b/99c28c4379a85e65378211971c0b430d9c7234b1ec4d59b2668f6299e011/pillow-10.4.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bee197b30783295d2eb680b311af15a20a8b24024a19c3a26431ff83eb8d1f70", size = 4339837 }, - { url = "https://files.pythonhosted.org/packages/f1/74/b1ec314f624c0c43711fdf0d8076f82d9d802afd58f1d62c2a86878e8615/pillow-10.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1ef61f5dd14c300786318482456481463b9d6b91ebe5ef12f405afbba77ed0be", size = 4455562 }, - { url = "https://files.pythonhosted.org/packages/4a/2a/4b04157cb7b9c74372fa867096a1607e6fedad93a44deeff553ccd307868/pillow-10.4.0-cp313-cp313-manylinux_2_28_aarch64.whl", hash = "sha256:297e388da6e248c98bc4a02e018966af0c5f92dfacf5a5ca22fa01cb3179bca0", size = 4366761 }, - { url = "https://files.pythonhosted.org/packages/ac/7b/8f1d815c1a6a268fe90481232c98dd0e5fa8c75e341a75f060037bd5ceae/pillow-10.4.0-cp313-cp313-manylinux_2_28_x86_64.whl", hash = "sha256:e4db64794ccdf6cb83a59d73405f63adbe2a1887012e308828596100a0b2f6cc", size = 4536767 }, - { url = "https://files.pythonhosted.org/packages/e5/77/05fa64d1f45d12c22c314e7b97398ffb28ef2813a485465017b7978b3ce7/pillow-10.4.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:bd2880a07482090a3bcb01f4265f1936a903d70bc740bfcb1fd4e8a2ffe5cf5a", size = 4477989 }, - { url = "https://files.pythonhosted.org/packages/12/63/b0397cfc2caae05c3fb2f4ed1b4fc4fc878f0243510a7a6034ca59726494/pillow-10.4.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:4b35b21b819ac1dbd1233317adeecd63495f6babf21b7b2512d244ff6c6ce309", size = 4610255 }, - { url = "https://files.pythonhosted.org/packages/7b/f9/cfaa5082ca9bc4a6de66ffe1c12c2d90bf09c309a5f52b27759a596900e7/pillow-10.4.0-cp313-cp313-win32.whl", hash = "sha256:551d3fd6e9dc15e4c1eb6fc4ba2b39c0c7933fa113b220057a34f4bb3268a060", size = 2235603 }, - { url = "https://files.pythonhosted.org/packages/01/6a/30ff0eef6e0c0e71e55ded56a38d4859bf9d3634a94a88743897b5f96936/pillow-10.4.0-cp313-cp313-win_amd64.whl", hash = "sha256:030abdbe43ee02e0de642aee345efa443740aa4d828bfe8e2eb11922ea6a21ea", size = 2554972 }, - { url = "https://files.pythonhosted.org/packages/48/2c/2e0a52890f269435eee38b21c8218e102c621fe8d8df8b9dd06fabf879ba/pillow-10.4.0-cp313-cp313-win_arm64.whl", hash = "sha256:5b001114dd152cfd6b23befeb28d7aee43553e2402c9f159807bf55f33af8a8d", size = 2243375 }, - { url = "https://files.pythonhosted.org/packages/31/85/955fa5400fa8039921f630372cfe5056eed6e1b8e0430ee4507d7de48832/pillow-10.4.0-cp39-cp39-macosx_10_10_x86_64.whl", hash = "sha256:0ae24a547e8b711ccaaf99c9ae3cd975470e1a30caa80a6aaee9a2f19c05701d", size = 3509283 }, - { url = "https://files.pythonhosted.org/packages/23/9c/343827267eb28d41cd82b4180d33b10d868af9077abcec0af9793aa77d2d/pillow-10.4.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:298478fe4f77a4408895605f3482b6cc6222c018b2ce565c2b6b9c354ac3229b", size = 3375691 }, - { url = "https://files.pythonhosted.org/packages/60/a3/7ebbeabcd341eab722896d1a5b59a3df98c4b4d26cf4b0385f8aa94296f7/pillow-10.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:134ace6dc392116566980ee7436477d844520a26a4b1bd4053f6f47d096997fd", size = 4328295 }, - { url = "https://files.pythonhosted.org/packages/32/3f/c02268d0c6fb6b3958bdda673c17b315c821d97df29ae6969f20fb49388a/pillow-10.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:930044bb7679ab003b14023138b50181899da3f25de50e9dbee23b61b4de2126", size = 4440810 }, - { url = "https://files.pythonhosted.org/packages/67/5d/1c93c8cc35f2fdd3d6cc7e4ad72d203902859a2867de6ad957d9b708eb8d/pillow-10.4.0-cp39-cp39-manylinux_2_28_aarch64.whl", hash = "sha256:c76e5786951e72ed3686e122d14c5d7012f16c8303a674d18cdcd6d89557fc5b", size = 4352283 }, - { url = "https://files.pythonhosted.org/packages/bc/a8/8655557c9c7202b8abbd001f61ff36711cefaf750debcaa1c24d154ef602/pillow-10.4.0-cp39-cp39-manylinux_2_28_x86_64.whl", hash = "sha256:b2724fdb354a868ddf9a880cb84d102da914e99119211ef7ecbdc613b8c96b3c", size = 4521800 }, - { url = "https://files.pythonhosted.org/packages/58/78/6f95797af64d137124f68af1bdaa13b5332da282b86031f6fa70cf368261/pillow-10.4.0-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:dbc6ae66518ab3c5847659e9988c3b60dc94ffb48ef9168656e0019a93dbf8a1", size = 4459177 }, - { url = "https://files.pythonhosted.org/packages/8a/6d/2b3ce34f1c4266d79a78c9a51d1289a33c3c02833fe294ef0dcbb9cba4ed/pillow-10.4.0-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:06b2f7898047ae93fad74467ec3d28fe84f7831370e3c258afa533f81ef7f3df", size = 4589079 }, - { url = "https://files.pythonhosted.org/packages/e3/e0/456258c74da1ff5bf8ef1eab06a95ca994d8b9ed44c01d45c3f8cbd1db7e/pillow-10.4.0-cp39-cp39-win32.whl", hash = "sha256:7970285ab628a3779aecc35823296a7869f889b8329c16ad5a71e4901a3dc4ef", size = 2235247 }, - { url = "https://files.pythonhosted.org/packages/37/f8/bef952bdb32aa53741f58bf21798642209e994edc3f6598f337f23d5400a/pillow-10.4.0-cp39-cp39-win_amd64.whl", hash = "sha256:961a7293b2457b405967af9c77dcaa43cc1a8cd50d23c532e62d48ab6cdd56f5", size = 2554479 }, - { url = "https://files.pythonhosted.org/packages/bb/8e/805201619cad6651eef5fc1fdef913804baf00053461522fabbc5588ea12/pillow-10.4.0-cp39-cp39-win_arm64.whl", hash = "sha256:32cda9e3d601a52baccb2856b8ea1fc213c90b340c542dcef77140dfa3278a9e", size = 2243226 }, - { url = "https://files.pythonhosted.org/packages/38/30/095d4f55f3a053392f75e2eae45eba3228452783bab3d9a920b951ac495c/pillow-10.4.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:5b4815f2e65b30f5fbae9dfffa8636d992d49705723fe86a3661806e069352d4", size = 3493889 }, - { url = "https://files.pythonhosted.org/packages/f3/e8/4ff79788803a5fcd5dc35efdc9386af153569853767bff74540725b45863/pillow-10.4.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:8f0aef4ef59694b12cadee839e2ba6afeab89c0f39a3adc02ed51d109117b8da", size = 3346160 }, - { url = "https://files.pythonhosted.org/packages/d7/ac/4184edd511b14f760c73f5bb8a5d6fd85c591c8aff7c2229677a355c4179/pillow-10.4.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9f4727572e2918acaa9077c919cbbeb73bd2b3ebcfe033b72f858fc9fbef0026", size = 3435020 }, - { url = "https://files.pythonhosted.org/packages/da/21/1749cd09160149c0a246a81d646e05f35041619ce76f6493d6a96e8d1103/pillow-10.4.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ff25afb18123cea58a591ea0244b92eb1e61a1fd497bf6d6384f09bc3262ec3e", size = 3490539 }, - { url = "https://files.pythonhosted.org/packages/b6/f5/f71fe1888b96083b3f6dfa0709101f61fc9e972c0c8d04e9d93ccef2a045/pillow-10.4.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:dc3e2db6ba09ffd7d02ae9141cfa0ae23393ee7687248d46a7507b75d610f4f5", size = 3476125 }, - { url = "https://files.pythonhosted.org/packages/96/b9/c0362c54290a31866c3526848583a2f45a535aa9d725fd31e25d318c805f/pillow-10.4.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:02a2be69f9c9b8c1e97cf2713e789d4e398c751ecfd9967c18d0ce304efbf885", size = 3579373 }, - { url = "https://files.pythonhosted.org/packages/52/3b/ce7a01026a7cf46e5452afa86f97a5e88ca97f562cafa76570178ab56d8d/pillow-10.4.0-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:0755ffd4a0c6f267cccbae2e9903d95477ca2f77c4fcf3a3a09570001856c8a5", size = 2554661 }, - { url = "https://files.pythonhosted.org/packages/e1/1f/5a9fcd6ced51633c22481417e11b1b47d723f64fb536dfd67c015eb7f0ab/pillow-10.4.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl", hash = "sha256:a02364621fe369e06200d4a16558e056fe2805d3468350df3aef21e00d26214b", size = 3493850 }, - { url = "https://files.pythonhosted.org/packages/cb/e6/3ea4755ed5320cb62aa6be2f6de47b058c6550f752dd050e86f694c59798/pillow-10.4.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:1b5dea9831a90e9d0721ec417a80d4cbd7022093ac38a568db2dd78363b00908", size = 3346118 }, - { url = "https://files.pythonhosted.org/packages/0a/22/492f9f61e4648422b6ca39268ec8139277a5b34648d28f400faac14e0f48/pillow-10.4.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9b885f89040bb8c4a1573566bbb2f44f5c505ef6e74cec7ab9068c900047f04b", size = 3434958 }, - { url = "https://files.pythonhosted.org/packages/f9/19/559a48ad4045704bb0547965b9a9345f5cd461347d977a56d178db28819e/pillow-10.4.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:87dd88ded2e6d74d31e1e0a99a726a6765cda32d00ba72dc37f0651f306daaa8", size = 3490340 }, - { url = "https://files.pythonhosted.org/packages/d9/de/cebaca6fb79905b3a1aa0281d238769df3fb2ede34fd7c0caa286575915a/pillow-10.4.0-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:2db98790afc70118bd0255c2eeb465e9767ecf1f3c25f9a1abb8ffc8cfd1fe0a", size = 3476048 }, - { url = "https://files.pythonhosted.org/packages/71/f0/86d5b2f04693b0116a01d75302b0a307800a90d6c351a8aa4f8ae76cd499/pillow-10.4.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:f7baece4ce06bade126fb84b8af1c33439a76d8a6fd818970215e0560ca28c27", size = 3579366 }, - { url = "https://files.pythonhosted.org/packages/37/ae/2dbfc38cc4fd14aceea14bc440d5151b21f64c4c3ba3f6f4191610b7ee5d/pillow-10.4.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:cfdd747216947628af7b259d274771d84db2268ca062dd5faf373639d00113a3", size = 2554652 }, +sdist = { url = "https://files.pythonhosted.org/packages/cd/74/ad3d526f3bf7b6d3f408b73fde271ec69dfac8b81341a318ce825f2b3812/pillow-10.4.0.tar.gz", hash = "sha256:166c1cd4d24309b30d61f79f4a9114b7b2313d7450912277855ff5dfd7cd4a06", size = 46555059, upload-time = "2024-07-01T09:48:43.583Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/0e/69/a31cccd538ca0b5272be2a38347f8839b97a14be104ea08b0db92f749c74/pillow-10.4.0-cp310-cp310-macosx_10_10_x86_64.whl", hash = "sha256:4d9667937cfa347525b319ae34375c37b9ee6b525440f3ef48542fcf66f2731e", size = 3509271, upload-time = "2024-07-01T09:45:22.07Z" }, + { url = "https://files.pythonhosted.org/packages/9a/9e/4143b907be8ea0bce215f2ae4f7480027473f8b61fcedfda9d851082a5d2/pillow-10.4.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:543f3dc61c18dafb755773efc89aae60d06b6596a63914107f75459cf984164d", size = 3375658, upload-time = "2024-07-01T09:45:25.292Z" }, + { url = "https://files.pythonhosted.org/packages/8a/25/1fc45761955f9359b1169aa75e241551e74ac01a09f487adaaf4c3472d11/pillow-10.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7928ecbf1ece13956b95d9cbcfc77137652b02763ba384d9ab508099a2eca856", size = 4332075, upload-time = "2024-07-01T09:45:27.94Z" }, + { url = "https://files.pythonhosted.org/packages/5e/dd/425b95d0151e1d6c951f45051112394f130df3da67363b6bc75dc4c27aba/pillow-10.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e4d49b85c4348ea0b31ea63bc75a9f3857869174e2bf17e7aba02945cd218e6f", size = 4444808, upload-time = "2024-07-01T09:45:30.305Z" }, + { url = "https://files.pythonhosted.org/packages/b1/84/9a15cc5726cbbfe7f9f90bfb11f5d028586595907cd093815ca6644932e3/pillow-10.4.0-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:6c762a5b0997f5659a5ef2266abc1d8851ad7749ad9a6a5506eb23d314e4f46b", size = 4356290, upload-time = "2024-07-01T09:45:32.868Z" }, + { url = "https://files.pythonhosted.org/packages/b5/5b/6651c288b08df3b8c1e2f8c1152201e0b25d240e22ddade0f1e242fc9fa0/pillow-10.4.0-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:a985e028fc183bf12a77a8bbf36318db4238a3ded7fa9df1b9a133f1cb79f8fc", size = 4525163, upload-time = "2024-07-01T09:45:35.279Z" }, + { url = "https://files.pythonhosted.org/packages/07/8b/34854bf11a83c248505c8cb0fcf8d3d0b459a2246c8809b967963b6b12ae/pillow-10.4.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:812f7342b0eee081eaec84d91423d1b4650bb9828eb53d8511bcef8ce5aecf1e", size = 4463100, upload-time = "2024-07-01T09:45:37.74Z" }, + { url = "https://files.pythonhosted.org/packages/78/63/0632aee4e82476d9cbe5200c0cdf9ba41ee04ed77887432845264d81116d/pillow-10.4.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:ac1452d2fbe4978c2eec89fb5a23b8387aba707ac72810d9490118817d9c0b46", size = 4592880, upload-time = "2024-07-01T09:45:39.89Z" }, + { url = "https://files.pythonhosted.org/packages/df/56/b8663d7520671b4398b9d97e1ed9f583d4afcbefbda3c6188325e8c297bd/pillow-10.4.0-cp310-cp310-win32.whl", hash = "sha256:bcd5e41a859bf2e84fdc42f4edb7d9aba0a13d29a2abadccafad99de3feff984", size = 2235218, upload-time = "2024-07-01T09:45:42.771Z" }, + { url = "https://files.pythonhosted.org/packages/f4/72/0203e94a91ddb4a9d5238434ae6c1ca10e610e8487036132ea9bf806ca2a/pillow-10.4.0-cp310-cp310-win_amd64.whl", hash = "sha256:ecd85a8d3e79cd7158dec1c9e5808e821feea088e2f69a974db5edf84dc53141", size = 2554487, upload-time = "2024-07-01T09:45:45.176Z" }, + { url = "https://files.pythonhosted.org/packages/bd/52/7e7e93d7a6e4290543f17dc6f7d3af4bd0b3dd9926e2e8a35ac2282bc5f4/pillow-10.4.0-cp310-cp310-win_arm64.whl", hash = "sha256:ff337c552345e95702c5fde3158acb0625111017d0e5f24bf3acdb9cc16b90d1", size = 2243219, upload-time = "2024-07-01T09:45:47.274Z" }, + { url = "https://files.pythonhosted.org/packages/a7/62/c9449f9c3043c37f73e7487ec4ef0c03eb9c9afc91a92b977a67b3c0bbc5/pillow-10.4.0-cp311-cp311-macosx_10_10_x86_64.whl", hash = "sha256:0a9ec697746f268507404647e531e92889890a087e03681a3606d9b920fbee3c", size = 3509265, upload-time = "2024-07-01T09:45:49.812Z" }, + { url = "https://files.pythonhosted.org/packages/f4/5f/491dafc7bbf5a3cc1845dc0430872e8096eb9e2b6f8161509d124594ec2d/pillow-10.4.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:dfe91cb65544a1321e631e696759491ae04a2ea11d36715eca01ce07284738be", size = 3375655, upload-time = "2024-07-01T09:45:52.462Z" }, + { url = "https://files.pythonhosted.org/packages/73/d5/c4011a76f4207a3c151134cd22a1415741e42fa5ddecec7c0182887deb3d/pillow-10.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5dc6761a6efc781e6a1544206f22c80c3af4c8cf461206d46a1e6006e4429ff3", size = 4340304, upload-time = "2024-07-01T09:45:55.006Z" }, + { url = "https://files.pythonhosted.org/packages/ac/10/c67e20445a707f7a610699bba4fe050583b688d8cd2d202572b257f46600/pillow-10.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5e84b6cc6a4a3d76c153a6b19270b3526a5a8ed6b09501d3af891daa2a9de7d6", size = 4452804, upload-time = "2024-07-01T09:45:58.437Z" }, + { url = "https://files.pythonhosted.org/packages/a9/83/6523837906d1da2b269dee787e31df3b0acb12e3d08f024965a3e7f64665/pillow-10.4.0-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:bbc527b519bd3aa9d7f429d152fea69f9ad37c95f0b02aebddff592688998abe", size = 4365126, upload-time = "2024-07-01T09:46:00.713Z" }, + { url = "https://files.pythonhosted.org/packages/ba/e5/8c68ff608a4203085158cff5cc2a3c534ec384536d9438c405ed6370d080/pillow-10.4.0-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:76a911dfe51a36041f2e756b00f96ed84677cdeb75d25c767f296c1c1eda1319", size = 4533541, upload-time = "2024-07-01T09:46:03.235Z" }, + { url = "https://files.pythonhosted.org/packages/f4/7c/01b8dbdca5bc6785573f4cee96e2358b0918b7b2c7b60d8b6f3abf87a070/pillow-10.4.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:59291fb29317122398786c2d44427bbd1a6d7ff54017075b22be9d21aa59bd8d", size = 4471616, upload-time = "2024-07-01T09:46:05.356Z" }, + { url = "https://files.pythonhosted.org/packages/c8/57/2899b82394a35a0fbfd352e290945440e3b3785655a03365c0ca8279f351/pillow-10.4.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:416d3a5d0e8cfe4f27f574362435bc9bae57f679a7158e0096ad2beb427b8696", size = 4600802, upload-time = "2024-07-01T09:46:08.145Z" }, + { url = "https://files.pythonhosted.org/packages/4d/d7/a44f193d4c26e58ee5d2d9db3d4854b2cfb5b5e08d360a5e03fe987c0086/pillow-10.4.0-cp311-cp311-win32.whl", hash = "sha256:7086cc1d5eebb91ad24ded9f58bec6c688e9f0ed7eb3dbbf1e4800280a896496", size = 2235213, upload-time = "2024-07-01T09:46:10.211Z" }, + { url = "https://files.pythonhosted.org/packages/c1/d0/5866318eec2b801cdb8c82abf190c8343d8a1cd8bf5a0c17444a6f268291/pillow-10.4.0-cp311-cp311-win_amd64.whl", hash = "sha256:cbed61494057c0f83b83eb3a310f0bf774b09513307c434d4366ed64f4128a91", size = 2554498, upload-time = "2024-07-01T09:46:12.685Z" }, + { url = "https://files.pythonhosted.org/packages/d4/c8/310ac16ac2b97e902d9eb438688de0d961660a87703ad1561fd3dfbd2aa0/pillow-10.4.0-cp311-cp311-win_arm64.whl", hash = "sha256:f5f0c3e969c8f12dd2bb7e0b15d5c468b51e5017e01e2e867335c81903046a22", size = 2243219, upload-time = "2024-07-01T09:46:14.83Z" }, + { url = "https://files.pythonhosted.org/packages/05/cb/0353013dc30c02a8be34eb91d25e4e4cf594b59e5a55ea1128fde1e5f8ea/pillow-10.4.0-cp312-cp312-macosx_10_10_x86_64.whl", hash = "sha256:673655af3eadf4df6b5457033f086e90299fdd7a47983a13827acf7459c15d94", size = 3509350, upload-time = "2024-07-01T09:46:17.177Z" }, + { url = "https://files.pythonhosted.org/packages/e7/cf/5c558a0f247e0bf9cec92bff9b46ae6474dd736f6d906315e60e4075f737/pillow-10.4.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:866b6942a92f56300012f5fbac71f2d610312ee65e22f1aa2609e491284e5597", size = 3374980, upload-time = "2024-07-01T09:46:19.169Z" }, + { url = "https://files.pythonhosted.org/packages/84/48/6e394b86369a4eb68b8a1382c78dc092245af517385c086c5094e3b34428/pillow-10.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:29dbdc4207642ea6aad70fbde1a9338753d33fb23ed6956e706936706f52dd80", size = 4343799, upload-time = "2024-07-01T09:46:21.883Z" }, + { url = "https://files.pythonhosted.org/packages/3b/f3/a8c6c11fa84b59b9df0cd5694492da8c039a24cd159f0f6918690105c3be/pillow-10.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bf2342ac639c4cf38799a44950bbc2dfcb685f052b9e262f446482afaf4bffca", size = 4459973, upload-time = "2024-07-01T09:46:24.321Z" }, + { url = "https://files.pythonhosted.org/packages/7d/1b/c14b4197b80150fb64453585247e6fb2e1d93761fa0fa9cf63b102fde822/pillow-10.4.0-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:f5b92f4d70791b4a67157321c4e8225d60b119c5cc9aee8ecf153aace4aad4ef", size = 4370054, upload-time = "2024-07-01T09:46:26.825Z" }, + { url = "https://files.pythonhosted.org/packages/55/77/40daddf677897a923d5d33329acd52a2144d54a9644f2a5422c028c6bf2d/pillow-10.4.0-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:86dcb5a1eb778d8b25659d5e4341269e8590ad6b4e8b44d9f4b07f8d136c414a", size = 4539484, upload-time = "2024-07-01T09:46:29.355Z" }, + { url = "https://files.pythonhosted.org/packages/40/54/90de3e4256b1207300fb2b1d7168dd912a2fb4b2401e439ba23c2b2cabde/pillow-10.4.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:780c072c2e11c9b2c7ca37f9a2ee8ba66f44367ac3e5c7832afcfe5104fd6d1b", size = 4477375, upload-time = "2024-07-01T09:46:31.756Z" }, + { url = "https://files.pythonhosted.org/packages/13/24/1bfba52f44193860918ff7c93d03d95e3f8748ca1de3ceaf11157a14cf16/pillow-10.4.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:37fb69d905be665f68f28a8bba3c6d3223c8efe1edf14cc4cfa06c241f8c81d9", size = 4608773, upload-time = "2024-07-01T09:46:33.73Z" }, + { url = "https://files.pythonhosted.org/packages/55/04/5e6de6e6120451ec0c24516c41dbaf80cce1b6451f96561235ef2429da2e/pillow-10.4.0-cp312-cp312-win32.whl", hash = "sha256:7dfecdbad5c301d7b5bde160150b4db4c659cee2b69589705b6f8a0c509d9f42", size = 2235690, upload-time = "2024-07-01T09:46:36.587Z" }, + { url = "https://files.pythonhosted.org/packages/74/0a/d4ce3c44bca8635bd29a2eab5aa181b654a734a29b263ca8efe013beea98/pillow-10.4.0-cp312-cp312-win_amd64.whl", hash = "sha256:1d846aea995ad352d4bdcc847535bd56e0fd88d36829d2c90be880ef1ee4668a", size = 2554951, upload-time = "2024-07-01T09:46:38.777Z" }, + { url = "https://files.pythonhosted.org/packages/b5/ca/184349ee40f2e92439be9b3502ae6cfc43ac4b50bc4fc6b3de7957563894/pillow-10.4.0-cp312-cp312-win_arm64.whl", hash = "sha256:e553cad5179a66ba15bb18b353a19020e73a7921296a7979c4a2b7f6a5cd57f9", size = 2243427, upload-time = "2024-07-01T09:46:43.15Z" }, + { url = "https://files.pythonhosted.org/packages/c3/00/706cebe7c2c12a6318aabe5d354836f54adff7156fd9e1bd6c89f4ba0e98/pillow-10.4.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:8bc1a764ed8c957a2e9cacf97c8b2b053b70307cf2996aafd70e91a082e70df3", size = 3525685, upload-time = "2024-07-01T09:46:45.194Z" }, + { url = "https://files.pythonhosted.org/packages/cf/76/f658cbfa49405e5ecbfb9ba42d07074ad9792031267e782d409fd8fe7c69/pillow-10.4.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:6209bb41dc692ddfee4942517c19ee81b86c864b626dbfca272ec0f7cff5d9fb", size = 3374883, upload-time = "2024-07-01T09:46:47.331Z" }, + { url = "https://files.pythonhosted.org/packages/46/2b/99c28c4379a85e65378211971c0b430d9c7234b1ec4d59b2668f6299e011/pillow-10.4.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bee197b30783295d2eb680b311af15a20a8b24024a19c3a26431ff83eb8d1f70", size = 4339837, upload-time = "2024-07-01T09:46:49.647Z" }, + { url = "https://files.pythonhosted.org/packages/f1/74/b1ec314f624c0c43711fdf0d8076f82d9d802afd58f1d62c2a86878e8615/pillow-10.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1ef61f5dd14c300786318482456481463b9d6b91ebe5ef12f405afbba77ed0be", size = 4455562, upload-time = "2024-07-01T09:46:51.811Z" }, + { url = "https://files.pythonhosted.org/packages/4a/2a/4b04157cb7b9c74372fa867096a1607e6fedad93a44deeff553ccd307868/pillow-10.4.0-cp313-cp313-manylinux_2_28_aarch64.whl", hash = "sha256:297e388da6e248c98bc4a02e018966af0c5f92dfacf5a5ca22fa01cb3179bca0", size = 4366761, upload-time = "2024-07-01T09:46:53.961Z" }, + { url = "https://files.pythonhosted.org/packages/ac/7b/8f1d815c1a6a268fe90481232c98dd0e5fa8c75e341a75f060037bd5ceae/pillow-10.4.0-cp313-cp313-manylinux_2_28_x86_64.whl", hash = "sha256:e4db64794ccdf6cb83a59d73405f63adbe2a1887012e308828596100a0b2f6cc", size = 4536767, upload-time = "2024-07-01T09:46:56.664Z" }, + { url = "https://files.pythonhosted.org/packages/e5/77/05fa64d1f45d12c22c314e7b97398ffb28ef2813a485465017b7978b3ce7/pillow-10.4.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:bd2880a07482090a3bcb01f4265f1936a903d70bc740bfcb1fd4e8a2ffe5cf5a", size = 4477989, upload-time = "2024-07-01T09:46:58.977Z" }, + { url = "https://files.pythonhosted.org/packages/12/63/b0397cfc2caae05c3fb2f4ed1b4fc4fc878f0243510a7a6034ca59726494/pillow-10.4.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:4b35b21b819ac1dbd1233317adeecd63495f6babf21b7b2512d244ff6c6ce309", size = 4610255, upload-time = "2024-07-01T09:47:01.189Z" }, + { url = "https://files.pythonhosted.org/packages/7b/f9/cfaa5082ca9bc4a6de66ffe1c12c2d90bf09c309a5f52b27759a596900e7/pillow-10.4.0-cp313-cp313-win32.whl", hash = "sha256:551d3fd6e9dc15e4c1eb6fc4ba2b39c0c7933fa113b220057a34f4bb3268a060", size = 2235603, upload-time = "2024-07-01T09:47:03.918Z" }, + { url = "https://files.pythonhosted.org/packages/01/6a/30ff0eef6e0c0e71e55ded56a38d4859bf9d3634a94a88743897b5f96936/pillow-10.4.0-cp313-cp313-win_amd64.whl", hash = "sha256:030abdbe43ee02e0de642aee345efa443740aa4d828bfe8e2eb11922ea6a21ea", size = 2554972, upload-time = "2024-07-01T09:47:06.152Z" }, + { url = "https://files.pythonhosted.org/packages/48/2c/2e0a52890f269435eee38b21c8218e102c621fe8d8df8b9dd06fabf879ba/pillow-10.4.0-cp313-cp313-win_arm64.whl", hash = "sha256:5b001114dd152cfd6b23befeb28d7aee43553e2402c9f159807bf55f33af8a8d", size = 2243375, upload-time = "2024-07-01T09:47:09.065Z" }, + { url = "https://files.pythonhosted.org/packages/31/85/955fa5400fa8039921f630372cfe5056eed6e1b8e0430ee4507d7de48832/pillow-10.4.0-cp39-cp39-macosx_10_10_x86_64.whl", hash = "sha256:0ae24a547e8b711ccaaf99c9ae3cd975470e1a30caa80a6aaee9a2f19c05701d", size = 3509283, upload-time = "2024-07-01T09:47:36.394Z" }, + { url = "https://files.pythonhosted.org/packages/23/9c/343827267eb28d41cd82b4180d33b10d868af9077abcec0af9793aa77d2d/pillow-10.4.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:298478fe4f77a4408895605f3482b6cc6222c018b2ce565c2b6b9c354ac3229b", size = 3375691, upload-time = "2024-07-01T09:47:38.853Z" }, + { url = "https://files.pythonhosted.org/packages/60/a3/7ebbeabcd341eab722896d1a5b59a3df98c4b4d26cf4b0385f8aa94296f7/pillow-10.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:134ace6dc392116566980ee7436477d844520a26a4b1bd4053f6f47d096997fd", size = 4328295, upload-time = "2024-07-01T09:47:41.765Z" }, + { url = "https://files.pythonhosted.org/packages/32/3f/c02268d0c6fb6b3958bdda673c17b315c821d97df29ae6969f20fb49388a/pillow-10.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:930044bb7679ab003b14023138b50181899da3f25de50e9dbee23b61b4de2126", size = 4440810, upload-time = "2024-07-01T09:47:44.27Z" }, + { url = "https://files.pythonhosted.org/packages/67/5d/1c93c8cc35f2fdd3d6cc7e4ad72d203902859a2867de6ad957d9b708eb8d/pillow-10.4.0-cp39-cp39-manylinux_2_28_aarch64.whl", hash = "sha256:c76e5786951e72ed3686e122d14c5d7012f16c8303a674d18cdcd6d89557fc5b", size = 4352283, upload-time = "2024-07-01T09:47:46.673Z" }, + { url = "https://files.pythonhosted.org/packages/bc/a8/8655557c9c7202b8abbd001f61ff36711cefaf750debcaa1c24d154ef602/pillow-10.4.0-cp39-cp39-manylinux_2_28_x86_64.whl", hash = "sha256:b2724fdb354a868ddf9a880cb84d102da914e99119211ef7ecbdc613b8c96b3c", size = 4521800, upload-time = "2024-07-01T09:47:48.813Z" }, + { url = "https://files.pythonhosted.org/packages/58/78/6f95797af64d137124f68af1bdaa13b5332da282b86031f6fa70cf368261/pillow-10.4.0-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:dbc6ae66518ab3c5847659e9988c3b60dc94ffb48ef9168656e0019a93dbf8a1", size = 4459177, upload-time = "2024-07-01T09:47:52.104Z" }, + { url = "https://files.pythonhosted.org/packages/8a/6d/2b3ce34f1c4266d79a78c9a51d1289a33c3c02833fe294ef0dcbb9cba4ed/pillow-10.4.0-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:06b2f7898047ae93fad74467ec3d28fe84f7831370e3c258afa533f81ef7f3df", size = 4589079, upload-time = "2024-07-01T09:47:54.999Z" }, + { url = "https://files.pythonhosted.org/packages/e3/e0/456258c74da1ff5bf8ef1eab06a95ca994d8b9ed44c01d45c3f8cbd1db7e/pillow-10.4.0-cp39-cp39-win32.whl", hash = "sha256:7970285ab628a3779aecc35823296a7869f889b8329c16ad5a71e4901a3dc4ef", size = 2235247, upload-time = "2024-07-01T09:47:57.666Z" }, + { url = "https://files.pythonhosted.org/packages/37/f8/bef952bdb32aa53741f58bf21798642209e994edc3f6598f337f23d5400a/pillow-10.4.0-cp39-cp39-win_amd64.whl", hash = "sha256:961a7293b2457b405967af9c77dcaa43cc1a8cd50d23c532e62d48ab6cdd56f5", size = 2554479, upload-time = "2024-07-01T09:47:59.881Z" }, + { url = "https://files.pythonhosted.org/packages/bb/8e/805201619cad6651eef5fc1fdef913804baf00053461522fabbc5588ea12/pillow-10.4.0-cp39-cp39-win_arm64.whl", hash = "sha256:32cda9e3d601a52baccb2856b8ea1fc213c90b340c542dcef77140dfa3278a9e", size = 2243226, upload-time = "2024-07-01T09:48:02.508Z" }, + { url = "https://files.pythonhosted.org/packages/38/30/095d4f55f3a053392f75e2eae45eba3228452783bab3d9a920b951ac495c/pillow-10.4.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:5b4815f2e65b30f5fbae9dfffa8636d992d49705723fe86a3661806e069352d4", size = 3493889, upload-time = "2024-07-01T09:48:04.815Z" }, + { url = "https://files.pythonhosted.org/packages/f3/e8/4ff79788803a5fcd5dc35efdc9386af153569853767bff74540725b45863/pillow-10.4.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:8f0aef4ef59694b12cadee839e2ba6afeab89c0f39a3adc02ed51d109117b8da", size = 3346160, upload-time = "2024-07-01T09:48:07.206Z" }, + { url = "https://files.pythonhosted.org/packages/d7/ac/4184edd511b14f760c73f5bb8a5d6fd85c591c8aff7c2229677a355c4179/pillow-10.4.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9f4727572e2918acaa9077c919cbbeb73bd2b3ebcfe033b72f858fc9fbef0026", size = 3435020, upload-time = "2024-07-01T09:48:09.66Z" }, + { url = "https://files.pythonhosted.org/packages/da/21/1749cd09160149c0a246a81d646e05f35041619ce76f6493d6a96e8d1103/pillow-10.4.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ff25afb18123cea58a591ea0244b92eb1e61a1fd497bf6d6384f09bc3262ec3e", size = 3490539, upload-time = "2024-07-01T09:48:12.529Z" }, + { url = "https://files.pythonhosted.org/packages/b6/f5/f71fe1888b96083b3f6dfa0709101f61fc9e972c0c8d04e9d93ccef2a045/pillow-10.4.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:dc3e2db6ba09ffd7d02ae9141cfa0ae23393ee7687248d46a7507b75d610f4f5", size = 3476125, upload-time = "2024-07-01T09:48:14.891Z" }, + { url = "https://files.pythonhosted.org/packages/96/b9/c0362c54290a31866c3526848583a2f45a535aa9d725fd31e25d318c805f/pillow-10.4.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:02a2be69f9c9b8c1e97cf2713e789d4e398c751ecfd9967c18d0ce304efbf885", size = 3579373, upload-time = "2024-07-01T09:48:17.601Z" }, + { url = "https://files.pythonhosted.org/packages/52/3b/ce7a01026a7cf46e5452afa86f97a5e88ca97f562cafa76570178ab56d8d/pillow-10.4.0-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:0755ffd4a0c6f267cccbae2e9903d95477ca2f77c4fcf3a3a09570001856c8a5", size = 2554661, upload-time = "2024-07-01T09:48:20.293Z" }, + { url = "https://files.pythonhosted.org/packages/e1/1f/5a9fcd6ced51633c22481417e11b1b47d723f64fb536dfd67c015eb7f0ab/pillow-10.4.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl", hash = "sha256:a02364621fe369e06200d4a16558e056fe2805d3468350df3aef21e00d26214b", size = 3493850, upload-time = "2024-07-01T09:48:23.03Z" }, + { url = "https://files.pythonhosted.org/packages/cb/e6/3ea4755ed5320cb62aa6be2f6de47b058c6550f752dd050e86f694c59798/pillow-10.4.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:1b5dea9831a90e9d0721ec417a80d4cbd7022093ac38a568db2dd78363b00908", size = 3346118, upload-time = "2024-07-01T09:48:25.256Z" }, + { url = "https://files.pythonhosted.org/packages/0a/22/492f9f61e4648422b6ca39268ec8139277a5b34648d28f400faac14e0f48/pillow-10.4.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9b885f89040bb8c4a1573566bbb2f44f5c505ef6e74cec7ab9068c900047f04b", size = 3434958, upload-time = "2024-07-01T09:48:28.078Z" }, + { url = "https://files.pythonhosted.org/packages/f9/19/559a48ad4045704bb0547965b9a9345f5cd461347d977a56d178db28819e/pillow-10.4.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:87dd88ded2e6d74d31e1e0a99a726a6765cda32d00ba72dc37f0651f306daaa8", size = 3490340, upload-time = "2024-07-01T09:48:30.734Z" }, + { url = "https://files.pythonhosted.org/packages/d9/de/cebaca6fb79905b3a1aa0281d238769df3fb2ede34fd7c0caa286575915a/pillow-10.4.0-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:2db98790afc70118bd0255c2eeb465e9767ecf1f3c25f9a1abb8ffc8cfd1fe0a", size = 3476048, upload-time = "2024-07-01T09:48:33.292Z" }, + { url = "https://files.pythonhosted.org/packages/71/f0/86d5b2f04693b0116a01d75302b0a307800a90d6c351a8aa4f8ae76cd499/pillow-10.4.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:f7baece4ce06bade126fb84b8af1c33439a76d8a6fd818970215e0560ca28c27", size = 3579366, upload-time = "2024-07-01T09:48:36.527Z" }, + { url = "https://files.pythonhosted.org/packages/37/ae/2dbfc38cc4fd14aceea14bc440d5151b21f64c4c3ba3f6f4191610b7ee5d/pillow-10.4.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:cfdd747216947628af7b259d274771d84db2268ca062dd5faf373639d00113a3", size = 2554652, upload-time = "2024-07-01T09:48:38.789Z" }, ] [[package]] name = "platformdirs" version = "4.3.6" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/13/fc/128cc9cb8f03208bdbf93d3aa862e16d376844a14f9a0ce5cf4507372de4/platformdirs-4.3.6.tar.gz", hash = "sha256:357fb2acbc885b0419afd3ce3ed34564c13c9b95c89360cd9563f73aa5e2b907", size = 21302 } +sdist = { url = "https://files.pythonhosted.org/packages/13/fc/128cc9cb8f03208bdbf93d3aa862e16d376844a14f9a0ce5cf4507372de4/platformdirs-4.3.6.tar.gz", hash = "sha256:357fb2acbc885b0419afd3ce3ed34564c13c9b95c89360cd9563f73aa5e2b907", size = 21302, upload-time = "2024-09-17T19:06:50.688Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/3c/a6/bc1012356d8ece4d66dd75c4b9fc6c1f6650ddd5991e421177d9f8f671be/platformdirs-4.3.6-py3-none-any.whl", hash = "sha256:73e575e1408ab8103900836b97580d5307456908a03e92031bab39e4554cc3fb", size = 18439 }, + { url = "https://files.pythonhosted.org/packages/3c/a6/bc1012356d8ece4d66dd75c4b9fc6c1f6650ddd5991e421177d9f8f671be/platformdirs-4.3.6-py3-none-any.whl", hash = "sha256:73e575e1408ab8103900836b97580d5307456908a03e92031bab39e4554cc3fb", size = 18439, upload-time = "2024-09-17T19:06:49.212Z" }, ] [[package]] @@ -1564,17 +1584,29 @@ dependencies = [ { name = "jupyter" }, { name = "matplotlib" }, { name = "numpy" }, + { name = "openpyxl" }, { name = "pandas" }, { name = "seaborn" }, ] +[package.metadata] +requires-dist = [ + { name = "ipykernel", specifier = ">=6.29.5" }, + { name = "jupyter", specifier = ">=1.1.1" }, + { name = "matplotlib", specifier = ">=3.9.2" }, + { name = "numpy", specifier = ">=2.0.2" }, + { name = "openpyxl", specifier = ">=3.1.5" }, + { name = "pandas", specifier = ">=2.2.3" }, + { name = "seaborn", specifier = ">=0.13.2" }, +] + [[package]] name = "prometheus-client" version = "0.21.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/e1/54/a369868ed7a7f1ea5163030f4fc07d85d22d7a1d270560dab675188fb612/prometheus_client-0.21.0.tar.gz", hash = "sha256:96c83c606b71ff2b0a433c98889d275f51ffec6c5e267de37c7a2b5c9aa9233e", size = 78634 } +sdist = { url = "https://files.pythonhosted.org/packages/e1/54/a369868ed7a7f1ea5163030f4fc07d85d22d7a1d270560dab675188fb612/prometheus_client-0.21.0.tar.gz", hash = "sha256:96c83c606b71ff2b0a433c98889d275f51ffec6c5e267de37c7a2b5c9aa9233e", size = 78634, upload-time = "2024-09-20T15:24:05.597Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/84/2d/46ed6436849c2c88228c3111865f44311cff784b4aabcdef4ea2545dbc3d/prometheus_client-0.21.0-py3-none-any.whl", hash = "sha256:4fa6b4dd0ac16d58bb587c04b1caae65b8c5043e85f778f42f5f632f6af2e166", size = 54686 }, + { url = "https://files.pythonhosted.org/packages/84/2d/46ed6436849c2c88228c3111865f44311cff784b4aabcdef4ea2545dbc3d/prometheus_client-0.21.0-py3-none-any.whl", hash = "sha256:4fa6b4dd0ac16d58bb587c04b1caae65b8c5043e85f778f42f5f632f6af2e166", size = 54686, upload-time = "2024-09-20T15:24:04.115Z" }, ] [[package]] @@ -1584,71 +1616,69 @@ source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "wcwidth" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/2d/4f/feb5e137aff82f7c7f3248267b97451da3644f6cdc218edfe549fb354127/prompt_toolkit-3.0.48.tar.gz", hash = "sha256:d6623ab0477a80df74e646bdbc93621143f5caf104206aa29294d53de1a03d90", size = 424684 } +sdist = { url = "https://files.pythonhosted.org/packages/2d/4f/feb5e137aff82f7c7f3248267b97451da3644f6cdc218edfe549fb354127/prompt_toolkit-3.0.48.tar.gz", hash = "sha256:d6623ab0477a80df74e646bdbc93621143f5caf104206aa29294d53de1a03d90", size = 424684, upload-time = "2024-09-25T10:20:57.609Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/a9/6a/fd08d94654f7e67c52ca30523a178b3f8ccc4237fce4be90d39c938a831a/prompt_toolkit-3.0.48-py3-none-any.whl", hash = "sha256:f49a827f90062e411f1ce1f854f2aedb3c23353244f8108b89283587397ac10e", size = 386595 }, + { url = "https://files.pythonhosted.org/packages/a9/6a/fd08d94654f7e67c52ca30523a178b3f8ccc4237fce4be90d39c938a831a/prompt_toolkit-3.0.48-py3-none-any.whl", hash = "sha256:f49a827f90062e411f1ce1f854f2aedb3c23353244f8108b89283587397ac10e", size = 386595, upload-time = "2024-09-25T10:20:53.932Z" }, ] [[package]] name = "psutil" version = "6.0.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/18/c7/8c6872f7372eb6a6b2e4708b88419fb46b857f7a2e1892966b851cc79fc9/psutil-6.0.0.tar.gz", hash = "sha256:8faae4f310b6d969fa26ca0545338b21f73c6b15db7c4a8d934a5482faa818f2", size = 508067 } +sdist = { url = "https://files.pythonhosted.org/packages/18/c7/8c6872f7372eb6a6b2e4708b88419fb46b857f7a2e1892966b851cc79fc9/psutil-6.0.0.tar.gz", hash = "sha256:8faae4f310b6d969fa26ca0545338b21f73c6b15db7c4a8d934a5482faa818f2", size = 508067, upload-time = "2024-06-18T21:40:10.559Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/c5/66/78c9c3020f573c58101dc43a44f6855d01bbbd747e24da2f0c4491200ea3/psutil-6.0.0-cp27-none-win32.whl", hash = "sha256:02b69001f44cc73c1c5279d02b30a817e339ceb258ad75997325e0e6169d8b35", size = 249766 }, - { url = "https://files.pythonhosted.org/packages/e1/3f/2403aa9558bea4d3854b0e5e567bc3dd8e9fbc1fc4453c0aa9aafeb75467/psutil-6.0.0-cp27-none-win_amd64.whl", hash = "sha256:21f1fb635deccd510f69f485b87433460a603919b45e2a324ad65b0cc74f8fb1", size = 253024 }, - { url = "https://files.pythonhosted.org/packages/0b/37/f8da2fbd29690b3557cca414c1949f92162981920699cd62095a984983bf/psutil-6.0.0-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:c588a7e9b1173b6e866756dde596fd4cad94f9399daf99ad8c3258b3cb2b47a0", size = 250961 }, - { url = "https://files.pythonhosted.org/packages/35/56/72f86175e81c656a01c4401cd3b1c923f891b31fbcebe98985894176d7c9/psutil-6.0.0-cp36-abi3-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6ed2440ada7ef7d0d608f20ad89a04ec47d2d3ab7190896cd62ca5fc4fe08bf0", size = 287478 }, - { url = "https://files.pythonhosted.org/packages/19/74/f59e7e0d392bc1070e9a70e2f9190d652487ac115bb16e2eff6b22ad1d24/psutil-6.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5fd9a97c8e94059b0ef54a7d4baf13b405011176c3b6ff257c247cae0d560ecd", size = 290455 }, - { url = "https://files.pythonhosted.org/packages/cd/5f/60038e277ff0a9cc8f0c9ea3d0c5eb6ee1d2470ea3f9389d776432888e47/psutil-6.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e2e8d0054fc88153ca0544f5c4d554d42e33df2e009c4ff42284ac9ebdef4132", size = 292046 }, - { url = "https://files.pythonhosted.org/packages/8b/20/2ff69ad9c35c3df1858ac4e094f20bd2374d33c8643cf41da8fd7cdcb78b/psutil-6.0.0-cp37-abi3-win32.whl", hash = "sha256:a495580d6bae27291324fe60cea0b5a7c23fa36a7cd35035a16d93bdcf076b9d", size = 253560 }, - { url = "https://files.pythonhosted.org/packages/73/44/561092313ae925f3acfaace6f9ddc4f6a9c748704317bad9c8c8f8a36a79/psutil-6.0.0-cp37-abi3-win_amd64.whl", hash = "sha256:33ea5e1c975250a720b3a6609c490db40dae5d83a4eb315170c4fe0d8b1f34b3", size = 257399 }, - { url = "https://files.pythonhosted.org/packages/7c/06/63872a64c312a24fb9b4af123ee7007a306617da63ff13bcc1432386ead7/psutil-6.0.0-cp38-abi3-macosx_11_0_arm64.whl", hash = "sha256:ffe7fc9b6b36beadc8c322f84e1caff51e8703b88eee1da46d1e3a6ae11b4fd0", size = 251988 }, + { url = "https://files.pythonhosted.org/packages/0b/37/f8da2fbd29690b3557cca414c1949f92162981920699cd62095a984983bf/psutil-6.0.0-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:c588a7e9b1173b6e866756dde596fd4cad94f9399daf99ad8c3258b3cb2b47a0", size = 250961, upload-time = "2024-06-18T21:41:11.662Z" }, + { url = "https://files.pythonhosted.org/packages/35/56/72f86175e81c656a01c4401cd3b1c923f891b31fbcebe98985894176d7c9/psutil-6.0.0-cp36-abi3-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6ed2440ada7ef7d0d608f20ad89a04ec47d2d3ab7190896cd62ca5fc4fe08bf0", size = 287478, upload-time = "2024-06-18T21:41:16.18Z" }, + { url = "https://files.pythonhosted.org/packages/19/74/f59e7e0d392bc1070e9a70e2f9190d652487ac115bb16e2eff6b22ad1d24/psutil-6.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5fd9a97c8e94059b0ef54a7d4baf13b405011176c3b6ff257c247cae0d560ecd", size = 290455, upload-time = "2024-06-18T21:41:29.048Z" }, + { url = "https://files.pythonhosted.org/packages/cd/5f/60038e277ff0a9cc8f0c9ea3d0c5eb6ee1d2470ea3f9389d776432888e47/psutil-6.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e2e8d0054fc88153ca0544f5c4d554d42e33df2e009c4ff42284ac9ebdef4132", size = 292046, upload-time = "2024-06-18T21:41:33.53Z" }, + { url = "https://files.pythonhosted.org/packages/8b/20/2ff69ad9c35c3df1858ac4e094f20bd2374d33c8643cf41da8fd7cdcb78b/psutil-6.0.0-cp37-abi3-win32.whl", hash = "sha256:a495580d6bae27291324fe60cea0b5a7c23fa36a7cd35035a16d93bdcf076b9d", size = 253560, upload-time = "2024-06-18T21:41:46.067Z" }, + { url = "https://files.pythonhosted.org/packages/73/44/561092313ae925f3acfaace6f9ddc4f6a9c748704317bad9c8c8f8a36a79/psutil-6.0.0-cp37-abi3-win_amd64.whl", hash = "sha256:33ea5e1c975250a720b3a6609c490db40dae5d83a4eb315170c4fe0d8b1f34b3", size = 257399, upload-time = "2024-06-18T21:41:52.1Z" }, + { url = "https://files.pythonhosted.org/packages/7c/06/63872a64c312a24fb9b4af123ee7007a306617da63ff13bcc1432386ead7/psutil-6.0.0-cp38-abi3-macosx_11_0_arm64.whl", hash = "sha256:ffe7fc9b6b36beadc8c322f84e1caff51e8703b88eee1da46d1e3a6ae11b4fd0", size = 251988, upload-time = "2024-06-18T21:41:57.337Z" }, ] [[package]] name = "ptyprocess" version = "0.7.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/20/e5/16ff212c1e452235a90aeb09066144d0c5a6a8c0834397e03f5224495c4e/ptyprocess-0.7.0.tar.gz", hash = "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220", size = 70762 } +sdist = { url = "https://files.pythonhosted.org/packages/20/e5/16ff212c1e452235a90aeb09066144d0c5a6a8c0834397e03f5224495c4e/ptyprocess-0.7.0.tar.gz", hash = "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220", size = 70762, upload-time = "2020-12-28T15:15:30.155Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/22/a6/858897256d0deac81a172289110f31629fc4cee19b6f01283303e18c8db3/ptyprocess-0.7.0-py2.py3-none-any.whl", hash = "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35", size = 13993 }, + { url = "https://files.pythonhosted.org/packages/22/a6/858897256d0deac81a172289110f31629fc4cee19b6f01283303e18c8db3/ptyprocess-0.7.0-py2.py3-none-any.whl", hash = "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35", size = 13993, upload-time = "2020-12-28T15:15:28.35Z" }, ] [[package]] name = "pure-eval" version = "0.2.3" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/cd/05/0a34433a064256a578f1783a10da6df098ceaa4a57bbeaa96a6c0352786b/pure_eval-0.2.3.tar.gz", hash = "sha256:5f4e983f40564c576c7c8635ae88db5956bb2229d7e9237d03b3c0b0190eaf42", size = 19752 } +sdist = { url = "https://files.pythonhosted.org/packages/cd/05/0a34433a064256a578f1783a10da6df098ceaa4a57bbeaa96a6c0352786b/pure_eval-0.2.3.tar.gz", hash = "sha256:5f4e983f40564c576c7c8635ae88db5956bb2229d7e9237d03b3c0b0190eaf42", size = 19752, upload-time = "2024-07-21T12:58:21.801Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/8e/37/efad0257dc6e593a18957422533ff0f87ede7c9c6ea010a2177d738fb82f/pure_eval-0.2.3-py3-none-any.whl", hash = "sha256:1db8e35b67b3d218d818ae653e27f06c3aa420901fa7b081ca98cbedc874e0d0", size = 11842 }, + { url = "https://files.pythonhosted.org/packages/8e/37/efad0257dc6e593a18957422533ff0f87ede7c9c6ea010a2177d738fb82f/pure_eval-0.2.3-py3-none-any.whl", hash = "sha256:1db8e35b67b3d218d818ae653e27f06c3aa420901fa7b081ca98cbedc874e0d0", size = 11842, upload-time = "2024-07-21T12:58:20.04Z" }, ] [[package]] name = "pycparser" version = "2.22" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/1d/b2/31537cf4b1ca988837256c910a668b553fceb8f069bedc4b1c826024b52c/pycparser-2.22.tar.gz", hash = "sha256:491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6", size = 172736 } +sdist = { url = "https://files.pythonhosted.org/packages/1d/b2/31537cf4b1ca988837256c910a668b553fceb8f069bedc4b1c826024b52c/pycparser-2.22.tar.gz", hash = "sha256:491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6", size = 172736, upload-time = "2024-03-30T13:22:22.564Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/13/a3/a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109/pycparser-2.22-py3-none-any.whl", hash = "sha256:c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc", size = 117552 }, + { url = "https://files.pythonhosted.org/packages/13/a3/a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109/pycparser-2.22-py3-none-any.whl", hash = "sha256:c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc", size = 117552, upload-time = "2024-03-30T13:22:20.476Z" }, ] [[package]] name = "pygments" version = "2.18.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/8e/62/8336eff65bcbc8e4cb5d05b55faf041285951b6e80f33e2bff2024788f31/pygments-2.18.0.tar.gz", hash = "sha256:786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199", size = 4891905 } +sdist = { url = "https://files.pythonhosted.org/packages/8e/62/8336eff65bcbc8e4cb5d05b55faf041285951b6e80f33e2bff2024788f31/pygments-2.18.0.tar.gz", hash = "sha256:786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199", size = 4891905, upload-time = "2024-05-04T13:42:02.013Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/f7/3f/01c8b82017c199075f8f788d0d906b9ffbbc5a47dc9918a945e13d5a2bda/pygments-2.18.0-py3-none-any.whl", hash = "sha256:b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a", size = 1205513 }, + { url = "https://files.pythonhosted.org/packages/f7/3f/01c8b82017c199075f8f788d0d906b9ffbbc5a47dc9918a945e13d5a2bda/pygments-2.18.0-py3-none-any.whl", hash = "sha256:b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a", size = 1205513, upload-time = "2024-05-04T13:41:57.345Z" }, ] [[package]] name = "pyparsing" version = "3.2.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/8c/d5/e5aeee5387091148a19e1145f63606619cb5f20b83fccb63efae6474e7b2/pyparsing-3.2.0.tar.gz", hash = "sha256:cbf74e27246d595d9a74b186b810f6fbb86726dbf3b9532efb343f6d7294fe9c", size = 920984 } +sdist = { url = "https://files.pythonhosted.org/packages/8c/d5/e5aeee5387091148a19e1145f63606619cb5f20b83fccb63efae6474e7b2/pyparsing-3.2.0.tar.gz", hash = "sha256:cbf74e27246d595d9a74b186b810f6fbb86726dbf3b9532efb343f6d7294fe9c", size = 920984, upload-time = "2024-10-13T10:01:16.046Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/be/ec/2eb3cd785efd67806c46c13a17339708ddc346cbb684eade7a6e6f79536a/pyparsing-3.2.0-py3-none-any.whl", hash = "sha256:93d9577b88da0bbea8cc8334ee8b918ed014968fd2ec383e868fb8afb1ccef84", size = 106921 }, + { url = "https://files.pythonhosted.org/packages/be/ec/2eb3cd785efd67806c46c13a17339708ddc346cbb684eade7a6e6f79536a/pyparsing-3.2.0-py3-none-any.whl", hash = "sha256:93d9577b88da0bbea8cc8334ee8b918ed014968fd2ec383e868fb8afb1ccef84", size = 106921, upload-time = "2024-10-13T10:01:13.682Z" }, ] [[package]] @@ -1658,27 +1688,27 @@ source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "six" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/66/c0/0c8b6ad9f17a802ee498c46e004a0eb49bc148f2fd230864601a86dcf6db/python-dateutil-2.9.0.post0.tar.gz", hash = "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3", size = 342432 } +sdist = { url = "https://files.pythonhosted.org/packages/66/c0/0c8b6ad9f17a802ee498c46e004a0eb49bc148f2fd230864601a86dcf6db/python-dateutil-2.9.0.post0.tar.gz", hash = "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3", size = 342432, upload-time = "2024-03-01T18:36:20.211Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl", hash = "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427", size = 229892 }, + { url = "https://files.pythonhosted.org/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl", hash = "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427", size = 229892, upload-time = "2024-03-01T18:36:18.57Z" }, ] [[package]] name = "python-json-logger" version = "2.0.7" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/4f/da/95963cebfc578dabd323d7263958dfb68898617912bb09327dd30e9c8d13/python-json-logger-2.0.7.tar.gz", hash = "sha256:23e7ec02d34237c5aa1e29a070193a4ea87583bb4e7f8fd06d3de8264c4b2e1c", size = 10508 } +sdist = { url = "https://files.pythonhosted.org/packages/4f/da/95963cebfc578dabd323d7263958dfb68898617912bb09327dd30e9c8d13/python-json-logger-2.0.7.tar.gz", hash = "sha256:23e7ec02d34237c5aa1e29a070193a4ea87583bb4e7f8fd06d3de8264c4b2e1c", size = 10508, upload-time = "2023-02-21T17:40:06.209Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/35/a6/145655273568ee78a581e734cf35beb9e33a370b29c5d3c8fee3744de29f/python_json_logger-2.0.7-py3-none-any.whl", hash = "sha256:f380b826a991ebbe3de4d897aeec42760035ac760345e57b812938dc8b35e2bd", size = 8067 }, + { url = "https://files.pythonhosted.org/packages/35/a6/145655273568ee78a581e734cf35beb9e33a370b29c5d3c8fee3744de29f/python_json_logger-2.0.7-py3-none-any.whl", hash = "sha256:f380b826a991ebbe3de4d897aeec42760035ac760345e57b812938dc8b35e2bd", size = 8067, upload-time = "2023-02-21T17:40:05.117Z" }, ] [[package]] name = "pytz" version = "2024.2" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/3a/31/3c70bf7603cc2dca0f19bdc53b4537a797747a58875b552c8c413d963a3f/pytz-2024.2.tar.gz", hash = "sha256:2aa355083c50a0f93fa581709deac0c9ad65cca8a9e9beac660adcbd493c798a", size = 319692 } +sdist = { url = "https://files.pythonhosted.org/packages/3a/31/3c70bf7603cc2dca0f19bdc53b4537a797747a58875b552c8c413d963a3f/pytz-2024.2.tar.gz", hash = "sha256:2aa355083c50a0f93fa581709deac0c9ad65cca8a9e9beac660adcbd493c798a", size = 319692, upload-time = "2024-09-11T02:24:47.91Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/11/c3/005fcca25ce078d2cc29fd559379817424e94885510568bc1bc53d7d5846/pytz-2024.2-py2.py3-none-any.whl", hash = "sha256:31c7c1817eb7fae7ca4b8c7ee50c72f93aa2dd863de768e1ef4245d426aa0725", size = 508002 }, + { url = "https://files.pythonhosted.org/packages/11/c3/005fcca25ce078d2cc29fd559379817424e94885510568bc1bc53d7d5846/pytz-2024.2-py2.py3-none-any.whl", hash = "sha256:31c7c1817eb7fae7ca4b8c7ee50c72f93aa2dd863de768e1ef4245d426aa0725", size = 508002, upload-time = "2024-09-11T02:24:45.8Z" }, ] [[package]] @@ -1686,85 +1716,85 @@ name = "pywin32" version = "308" source = { registry = "https://pypi.org/simple" } wheels = [ - { url = "https://files.pythonhosted.org/packages/72/a6/3e9f2c474895c1bb61b11fa9640be00067b5c5b363c501ee9c3fa53aec01/pywin32-308-cp310-cp310-win32.whl", hash = "sha256:796ff4426437896550d2981b9c2ac0ffd75238ad9ea2d3bfa67a1abd546d262e", size = 5927028 }, - { url = "https://files.pythonhosted.org/packages/d9/b4/84e2463422f869b4b718f79eb7530a4c1693e96b8a4e5e968de38be4d2ba/pywin32-308-cp310-cp310-win_amd64.whl", hash = "sha256:4fc888c59b3c0bef905ce7eb7e2106a07712015ea1c8234b703a088d46110e8e", size = 6558484 }, - { url = "https://files.pythonhosted.org/packages/9f/8f/fb84ab789713f7c6feacaa08dad3ec8105b88ade8d1c4f0f0dfcaaa017d6/pywin32-308-cp310-cp310-win_arm64.whl", hash = "sha256:a5ab5381813b40f264fa3495b98af850098f814a25a63589a8e9eb12560f450c", size = 7971454 }, - { url = "https://files.pythonhosted.org/packages/eb/e2/02652007469263fe1466e98439831d65d4ca80ea1a2df29abecedf7e47b7/pywin32-308-cp311-cp311-win32.whl", hash = "sha256:5d8c8015b24a7d6855b1550d8e660d8daa09983c80e5daf89a273e5c6fb5095a", size = 5928156 }, - { url = "https://files.pythonhosted.org/packages/48/ef/f4fb45e2196bc7ffe09cad0542d9aff66b0e33f6c0954b43e49c33cad7bd/pywin32-308-cp311-cp311-win_amd64.whl", hash = "sha256:575621b90f0dc2695fec346b2d6302faebd4f0f45c05ea29404cefe35d89442b", size = 6559559 }, - { url = "https://files.pythonhosted.org/packages/79/ef/68bb6aa865c5c9b11a35771329e95917b5559845bd75b65549407f9fc6b4/pywin32-308-cp311-cp311-win_arm64.whl", hash = "sha256:100a5442b7332070983c4cd03f2e906a5648a5104b8a7f50175f7906efd16bb6", size = 7972495 }, - { url = "https://files.pythonhosted.org/packages/00/7c/d00d6bdd96de4344e06c4afbf218bc86b54436a94c01c71a8701f613aa56/pywin32-308-cp312-cp312-win32.whl", hash = "sha256:587f3e19696f4bf96fde9d8a57cec74a57021ad5f204c9e627e15c33ff568897", size = 5939729 }, - { url = "https://files.pythonhosted.org/packages/21/27/0c8811fbc3ca188f93b5354e7c286eb91f80a53afa4e11007ef661afa746/pywin32-308-cp312-cp312-win_amd64.whl", hash = "sha256:00b3e11ef09ede56c6a43c71f2d31857cf7c54b0ab6e78ac659497abd2834f47", size = 6543015 }, - { url = "https://files.pythonhosted.org/packages/9d/0f/d40f8373608caed2255781a3ad9a51d03a594a1248cd632d6a298daca693/pywin32-308-cp312-cp312-win_arm64.whl", hash = "sha256:9b4de86c8d909aed15b7011182c8cab38c8850de36e6afb1f0db22b8959e3091", size = 7976033 }, - { url = "https://files.pythonhosted.org/packages/a9/a4/aa562d8935e3df5e49c161b427a3a2efad2ed4e9cf81c3de636f1fdddfd0/pywin32-308-cp313-cp313-win32.whl", hash = "sha256:1c44539a37a5b7b21d02ab34e6a4d314e0788f1690d65b48e9b0b89f31abbbed", size = 5938579 }, - { url = "https://files.pythonhosted.org/packages/c7/50/b0efb8bb66210da67a53ab95fd7a98826a97ee21f1d22949863e6d588b22/pywin32-308-cp313-cp313-win_amd64.whl", hash = "sha256:fd380990e792eaf6827fcb7e187b2b4b1cede0585e3d0c9e84201ec27b9905e4", size = 6542056 }, - { url = "https://files.pythonhosted.org/packages/26/df/2b63e3e4f2df0224f8aaf6d131f54fe4e8c96400eb9df563e2aae2e1a1f9/pywin32-308-cp313-cp313-win_arm64.whl", hash = "sha256:ef313c46d4c18dfb82a2431e3051ac8f112ccee1a34f29c263c583c568db63cd", size = 7974986 }, - { url = "https://files.pythonhosted.org/packages/a8/41/ead05a7657ffdbb1edabb954ab80825c4f87a3de0285d59f8290457f9016/pywin32-308-cp39-cp39-win32.whl", hash = "sha256:7873ca4dc60ab3287919881a7d4f88baee4a6e639aa6962de25a98ba6b193341", size = 5991824 }, - { url = "https://files.pythonhosted.org/packages/e4/cd/0838c9a6063bff2e9bac2388ae36524c26c50288b5d7b6aebb6cdf8d375d/pywin32-308-cp39-cp39-win_amd64.whl", hash = "sha256:71b3322d949b4cc20776436a9c9ba0eeedcbc9c650daa536df63f0ff111bb920", size = 6640327 }, + { url = "https://files.pythonhosted.org/packages/72/a6/3e9f2c474895c1bb61b11fa9640be00067b5c5b363c501ee9c3fa53aec01/pywin32-308-cp310-cp310-win32.whl", hash = "sha256:796ff4426437896550d2981b9c2ac0ffd75238ad9ea2d3bfa67a1abd546d262e", size = 5927028, upload-time = "2024-10-12T20:41:58.898Z" }, + { url = "https://files.pythonhosted.org/packages/d9/b4/84e2463422f869b4b718f79eb7530a4c1693e96b8a4e5e968de38be4d2ba/pywin32-308-cp310-cp310-win_amd64.whl", hash = "sha256:4fc888c59b3c0bef905ce7eb7e2106a07712015ea1c8234b703a088d46110e8e", size = 6558484, upload-time = "2024-10-12T20:42:01.271Z" }, + { url = "https://files.pythonhosted.org/packages/9f/8f/fb84ab789713f7c6feacaa08dad3ec8105b88ade8d1c4f0f0dfcaaa017d6/pywin32-308-cp310-cp310-win_arm64.whl", hash = "sha256:a5ab5381813b40f264fa3495b98af850098f814a25a63589a8e9eb12560f450c", size = 7971454, upload-time = "2024-10-12T20:42:03.544Z" }, + { url = "https://files.pythonhosted.org/packages/eb/e2/02652007469263fe1466e98439831d65d4ca80ea1a2df29abecedf7e47b7/pywin32-308-cp311-cp311-win32.whl", hash = "sha256:5d8c8015b24a7d6855b1550d8e660d8daa09983c80e5daf89a273e5c6fb5095a", size = 5928156, upload-time = "2024-10-12T20:42:05.78Z" }, + { url = "https://files.pythonhosted.org/packages/48/ef/f4fb45e2196bc7ffe09cad0542d9aff66b0e33f6c0954b43e49c33cad7bd/pywin32-308-cp311-cp311-win_amd64.whl", hash = "sha256:575621b90f0dc2695fec346b2d6302faebd4f0f45c05ea29404cefe35d89442b", size = 6559559, upload-time = "2024-10-12T20:42:07.644Z" }, + { url = "https://files.pythonhosted.org/packages/79/ef/68bb6aa865c5c9b11a35771329e95917b5559845bd75b65549407f9fc6b4/pywin32-308-cp311-cp311-win_arm64.whl", hash = "sha256:100a5442b7332070983c4cd03f2e906a5648a5104b8a7f50175f7906efd16bb6", size = 7972495, upload-time = "2024-10-12T20:42:09.803Z" }, + { url = "https://files.pythonhosted.org/packages/00/7c/d00d6bdd96de4344e06c4afbf218bc86b54436a94c01c71a8701f613aa56/pywin32-308-cp312-cp312-win32.whl", hash = "sha256:587f3e19696f4bf96fde9d8a57cec74a57021ad5f204c9e627e15c33ff568897", size = 5939729, upload-time = "2024-10-12T20:42:12.001Z" }, + { url = "https://files.pythonhosted.org/packages/21/27/0c8811fbc3ca188f93b5354e7c286eb91f80a53afa4e11007ef661afa746/pywin32-308-cp312-cp312-win_amd64.whl", hash = "sha256:00b3e11ef09ede56c6a43c71f2d31857cf7c54b0ab6e78ac659497abd2834f47", size = 6543015, upload-time = "2024-10-12T20:42:14.044Z" }, + { url = "https://files.pythonhosted.org/packages/9d/0f/d40f8373608caed2255781a3ad9a51d03a594a1248cd632d6a298daca693/pywin32-308-cp312-cp312-win_arm64.whl", hash = "sha256:9b4de86c8d909aed15b7011182c8cab38c8850de36e6afb1f0db22b8959e3091", size = 7976033, upload-time = "2024-10-12T20:42:16.215Z" }, + { url = "https://files.pythonhosted.org/packages/a9/a4/aa562d8935e3df5e49c161b427a3a2efad2ed4e9cf81c3de636f1fdddfd0/pywin32-308-cp313-cp313-win32.whl", hash = "sha256:1c44539a37a5b7b21d02ab34e6a4d314e0788f1690d65b48e9b0b89f31abbbed", size = 5938579, upload-time = "2024-10-12T20:42:18.623Z" }, + { url = "https://files.pythonhosted.org/packages/c7/50/b0efb8bb66210da67a53ab95fd7a98826a97ee21f1d22949863e6d588b22/pywin32-308-cp313-cp313-win_amd64.whl", hash = "sha256:fd380990e792eaf6827fcb7e187b2b4b1cede0585e3d0c9e84201ec27b9905e4", size = 6542056, upload-time = "2024-10-12T20:42:20.864Z" }, + { url = "https://files.pythonhosted.org/packages/26/df/2b63e3e4f2df0224f8aaf6d131f54fe4e8c96400eb9df563e2aae2e1a1f9/pywin32-308-cp313-cp313-win_arm64.whl", hash = "sha256:ef313c46d4c18dfb82a2431e3051ac8f112ccee1a34f29c263c583c568db63cd", size = 7974986, upload-time = "2024-10-12T20:42:22.799Z" }, + { url = "https://files.pythonhosted.org/packages/a8/41/ead05a7657ffdbb1edabb954ab80825c4f87a3de0285d59f8290457f9016/pywin32-308-cp39-cp39-win32.whl", hash = "sha256:7873ca4dc60ab3287919881a7d4f88baee4a6e639aa6962de25a98ba6b193341", size = 5991824, upload-time = "2024-10-12T20:41:55.034Z" }, + { url = "https://files.pythonhosted.org/packages/e4/cd/0838c9a6063bff2e9bac2388ae36524c26c50288b5d7b6aebb6cdf8d375d/pywin32-308-cp39-cp39-win_amd64.whl", hash = "sha256:71b3322d949b4cc20776436a9c9ba0eeedcbc9c650daa536df63f0ff111bb920", size = 6640327, upload-time = "2024-10-12T20:41:57.239Z" }, ] [[package]] name = "pywinpty" version = "2.0.13" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/33/d9/93956af389ab7d4ef2f558b1cc6c5cb48885d254ac882f212964c30a1e4f/pywinpty-2.0.13.tar.gz", hash = "sha256:c34e32351a3313ddd0d7da23d27f835c860d32fe4ac814d372a3ea9594f41dde", size = 28240 } +sdist = { url = "https://files.pythonhosted.org/packages/33/d9/93956af389ab7d4ef2f558b1cc6c5cb48885d254ac882f212964c30a1e4f/pywinpty-2.0.13.tar.gz", hash = "sha256:c34e32351a3313ddd0d7da23d27f835c860d32fe4ac814d372a3ea9594f41dde", size = 28240, upload-time = "2024-02-26T17:19:34.686Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/37/c4/940928b15435d56f7af38c0fab36cd00413f185721fcef4265d06bd543c9/pywinpty-2.0.13-cp310-none-win_amd64.whl", hash = "sha256:697bff211fb5a6508fee2dc6ff174ce03f34a9a233df9d8b5fe9c8ce4d5eaf56", size = 1398988 }, - { url = "https://files.pythonhosted.org/packages/02/f0/2004a0c907eb74155b6fafa5801931d9e15d55905db6811f146cc2d145cd/pywinpty-2.0.13-cp311-none-win_amd64.whl", hash = "sha256:b96fb14698db1284db84ca38c79f15b4cfdc3172065b5137383910567591fa99", size = 1399007 }, - { url = "https://files.pythonhosted.org/packages/49/37/c0dcb1dca094af3605dd22c0528839a65bc4e1e78bb91eb12841d18fa3f1/pywinpty-2.0.13-cp312-none-win_amd64.whl", hash = "sha256:2fd876b82ca750bb1333236ce98488c1be96b08f4f7647cfdf4129dfad83c2d4", size = 1399803 }, - { url = "https://files.pythonhosted.org/packages/c9/f2/20ee2f6aab76ddd10abfab7dfb98c024c6beb471d2990f35eee41684b123/pywinpty-2.0.13-cp39-none-win_amd64.whl", hash = "sha256:71cb613a9ee24174730ac7ae439fd179ca34ccb8c5349e8d7b72ab5dea2c6f4b", size = 1399252 }, + { url = "https://files.pythonhosted.org/packages/37/c4/940928b15435d56f7af38c0fab36cd00413f185721fcef4265d06bd543c9/pywinpty-2.0.13-cp310-none-win_amd64.whl", hash = "sha256:697bff211fb5a6508fee2dc6ff174ce03f34a9a233df9d8b5fe9c8ce4d5eaf56", size = 1398988, upload-time = "2024-02-26T17:23:22.675Z" }, + { url = "https://files.pythonhosted.org/packages/02/f0/2004a0c907eb74155b6fafa5801931d9e15d55905db6811f146cc2d145cd/pywinpty-2.0.13-cp311-none-win_amd64.whl", hash = "sha256:b96fb14698db1284db84ca38c79f15b4cfdc3172065b5137383910567591fa99", size = 1399007, upload-time = "2024-02-26T17:23:35.849Z" }, + { url = "https://files.pythonhosted.org/packages/49/37/c0dcb1dca094af3605dd22c0528839a65bc4e1e78bb91eb12841d18fa3f1/pywinpty-2.0.13-cp312-none-win_amd64.whl", hash = "sha256:2fd876b82ca750bb1333236ce98488c1be96b08f4f7647cfdf4129dfad83c2d4", size = 1399803, upload-time = "2024-02-26T17:21:51.799Z" }, + { url = "https://files.pythonhosted.org/packages/c9/f2/20ee2f6aab76ddd10abfab7dfb98c024c6beb471d2990f35eee41684b123/pywinpty-2.0.13-cp39-none-win_amd64.whl", hash = "sha256:71cb613a9ee24174730ac7ae439fd179ca34ccb8c5349e8d7b72ab5dea2c6f4b", size = 1399252, upload-time = "2024-02-26T17:23:34.52Z" }, ] [[package]] name = "pyyaml" version = "6.0.2" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/54/ed/79a089b6be93607fa5cdaedf301d7dfb23af5f25c398d5ead2525b063e17/pyyaml-6.0.2.tar.gz", hash = "sha256:d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e", size = 130631 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/9b/95/a3fac87cb7158e231b5a6012e438c647e1a87f09f8e0d123acec8ab8bf71/PyYAML-6.0.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:0a9a2848a5b7feac301353437eb7d5957887edbf81d56e903999a75a3d743086", size = 184199 }, - { url = "https://files.pythonhosted.org/packages/c7/7a/68bd47624dab8fd4afbfd3c48e3b79efe09098ae941de5b58abcbadff5cb/PyYAML-6.0.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:29717114e51c84ddfba879543fb232a6ed60086602313ca38cce623c1d62cfbf", size = 171758 }, - { url = "https://files.pythonhosted.org/packages/49/ee/14c54df452143b9ee9f0f29074d7ca5516a36edb0b4cc40c3f280131656f/PyYAML-6.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8824b5a04a04a047e72eea5cec3bc266db09e35de6bdfe34c9436ac5ee27d237", size = 718463 }, - { url = "https://files.pythonhosted.org/packages/4d/61/de363a97476e766574650d742205be468921a7b532aa2499fcd886b62530/PyYAML-6.0.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7c36280e6fb8385e520936c3cb3b8042851904eba0e58d277dca80a5cfed590b", size = 719280 }, - { url = "https://files.pythonhosted.org/packages/6b/4e/1523cb902fd98355e2e9ea5e5eb237cbc5f3ad5f3075fa65087aa0ecb669/PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ec031d5d2feb36d1d1a24380e4db6d43695f3748343d99434e6f5f9156aaa2ed", size = 751239 }, - { url = "https://files.pythonhosted.org/packages/b7/33/5504b3a9a4464893c32f118a9cc045190a91637b119a9c881da1cf6b7a72/PyYAML-6.0.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:936d68689298c36b53b29f23c6dbb74de12b4ac12ca6cfe0e047bedceea56180", size = 695802 }, - { url = "https://files.pythonhosted.org/packages/5c/20/8347dcabd41ef3a3cdc4f7b7a2aff3d06598c8779faa189cdbf878b626a4/PyYAML-6.0.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:23502f431948090f597378482b4812b0caae32c22213aecf3b55325e049a6c68", size = 720527 }, - { url = "https://files.pythonhosted.org/packages/be/aa/5afe99233fb360d0ff37377145a949ae258aaab831bde4792b32650a4378/PyYAML-6.0.2-cp310-cp310-win32.whl", hash = "sha256:2e99c6826ffa974fe6e27cdb5ed0021786b03fc98e5ee3c5bfe1fd5015f42b99", size = 144052 }, - { url = "https://files.pythonhosted.org/packages/b5/84/0fa4b06f6d6c958d207620fc60005e241ecedceee58931bb20138e1e5776/PyYAML-6.0.2-cp310-cp310-win_amd64.whl", hash = "sha256:a4d3091415f010369ae4ed1fc6b79def9416358877534caf6a0fdd2146c87a3e", size = 161774 }, - { url = "https://files.pythonhosted.org/packages/f8/aa/7af4e81f7acba21a4c6be026da38fd2b872ca46226673c89a758ebdc4fd2/PyYAML-6.0.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:cc1c1159b3d456576af7a3e4d1ba7e6924cb39de8f67111c735f6fc832082774", size = 184612 }, - { url = "https://files.pythonhosted.org/packages/8b/62/b9faa998fd185f65c1371643678e4d58254add437edb764a08c5a98fb986/PyYAML-6.0.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:1e2120ef853f59c7419231f3bf4e7021f1b936f6ebd222406c3b60212205d2ee", size = 172040 }, - { url = "https://files.pythonhosted.org/packages/ad/0c/c804f5f922a9a6563bab712d8dcc70251e8af811fce4524d57c2c0fd49a4/PyYAML-6.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5d225db5a45f21e78dd9358e58a98702a0302f2659a3c6cd320564b75b86f47c", size = 736829 }, - { url = "https://files.pythonhosted.org/packages/51/16/6af8d6a6b210c8e54f1406a6b9481febf9c64a3109c541567e35a49aa2e7/PyYAML-6.0.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5ac9328ec4831237bec75defaf839f7d4564be1e6b25ac710bd1a96321cc8317", size = 764167 }, - { url = "https://files.pythonhosted.org/packages/75/e4/2c27590dfc9992f73aabbeb9241ae20220bd9452df27483b6e56d3975cc5/PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3ad2a3decf9aaba3d29c8f537ac4b243e36bef957511b4766cb0057d32b0be85", size = 762952 }, - { url = "https://files.pythonhosted.org/packages/9b/97/ecc1abf4a823f5ac61941a9c00fe501b02ac3ab0e373c3857f7d4b83e2b6/PyYAML-6.0.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:ff3824dc5261f50c9b0dfb3be22b4567a6f938ccce4587b38952d85fd9e9afe4", size = 735301 }, - { url = "https://files.pythonhosted.org/packages/45/73/0f49dacd6e82c9430e46f4a027baa4ca205e8b0a9dce1397f44edc23559d/PyYAML-6.0.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:797b4f722ffa07cc8d62053e4cff1486fa6dc094105d13fea7b1de7d8bf71c9e", size = 756638 }, - { url = "https://files.pythonhosted.org/packages/22/5f/956f0f9fc65223a58fbc14459bf34b4cc48dec52e00535c79b8db361aabd/PyYAML-6.0.2-cp311-cp311-win32.whl", hash = "sha256:11d8f3dd2b9c1207dcaf2ee0bbbfd5991f571186ec9cc78427ba5bd32afae4b5", size = 143850 }, - { url = "https://files.pythonhosted.org/packages/ed/23/8da0bbe2ab9dcdd11f4f4557ccaf95c10b9811b13ecced089d43ce59c3c8/PyYAML-6.0.2-cp311-cp311-win_amd64.whl", hash = "sha256:e10ce637b18caea04431ce14fabcf5c64a1c61ec9c56b071a4b7ca131ca52d44", size = 161980 }, - { url = "https://files.pythonhosted.org/packages/86/0c/c581167fc46d6d6d7ddcfb8c843a4de25bdd27e4466938109ca68492292c/PyYAML-6.0.2-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:c70c95198c015b85feafc136515252a261a84561b7b1d51e3384e0655ddf25ab", size = 183873 }, - { url = "https://files.pythonhosted.org/packages/a8/0c/38374f5bb272c051e2a69281d71cba6fdb983413e6758b84482905e29a5d/PyYAML-6.0.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:ce826d6ef20b1bc864f0a68340c8b3287705cae2f8b4b1d932177dcc76721725", size = 173302 }, - { url = "https://files.pythonhosted.org/packages/c3/93/9916574aa8c00aa06bbac729972eb1071d002b8e158bd0e83a3b9a20a1f7/PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1f71ea527786de97d1a0cc0eacd1defc0985dcf6b3f17bb77dcfc8c34bec4dc5", size = 739154 }, - { url = "https://files.pythonhosted.org/packages/95/0f/b8938f1cbd09739c6da569d172531567dbcc9789e0029aa070856f123984/PyYAML-6.0.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9b22676e8097e9e22e36d6b7bda33190d0d400f345f23d4065d48f4ca7ae0425", size = 766223 }, - { url = "https://files.pythonhosted.org/packages/b9/2b/614b4752f2e127db5cc206abc23a8c19678e92b23c3db30fc86ab731d3bd/PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:80bab7bfc629882493af4aa31a4cfa43a4c57c83813253626916b8c7ada83476", size = 767542 }, - { url = "https://files.pythonhosted.org/packages/d4/00/dd137d5bcc7efea1836d6264f049359861cf548469d18da90cd8216cf05f/PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:0833f8694549e586547b576dcfaba4a6b55b9e96098b36cdc7ebefe667dfed48", size = 731164 }, - { url = "https://files.pythonhosted.org/packages/c9/1f/4f998c900485e5c0ef43838363ba4a9723ac0ad73a9dc42068b12aaba4e4/PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8b9c7197f7cb2738065c481a0461e50ad02f18c78cd75775628afb4d7137fb3b", size = 756611 }, - { url = "https://files.pythonhosted.org/packages/df/d1/f5a275fdb252768b7a11ec63585bc38d0e87c9e05668a139fea92b80634c/PyYAML-6.0.2-cp312-cp312-win32.whl", hash = "sha256:ef6107725bd54b262d6dedcc2af448a266975032bc85ef0172c5f059da6325b4", size = 140591 }, - { url = "https://files.pythonhosted.org/packages/0c/e8/4f648c598b17c3d06e8753d7d13d57542b30d56e6c2dedf9c331ae56312e/PyYAML-6.0.2-cp312-cp312-win_amd64.whl", hash = "sha256:7e7401d0de89a9a855c839bc697c079a4af81cf878373abd7dc625847d25cbd8", size = 156338 }, - { url = "https://files.pythonhosted.org/packages/ef/e3/3af305b830494fa85d95f6d95ef7fa73f2ee1cc8ef5b495c7c3269fb835f/PyYAML-6.0.2-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:efdca5630322a10774e8e98e1af481aad470dd62c3170801852d752aa7a783ba", size = 181309 }, - { url = "https://files.pythonhosted.org/packages/45/9f/3b1c20a0b7a3200524eb0076cc027a970d320bd3a6592873c85c92a08731/PyYAML-6.0.2-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:50187695423ffe49e2deacb8cd10510bc361faac997de9efef88badc3bb9e2d1", size = 171679 }, - { url = "https://files.pythonhosted.org/packages/7c/9a/337322f27005c33bcb656c655fa78325b730324c78620e8328ae28b64d0c/PyYAML-6.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0ffe8360bab4910ef1b9e87fb812d8bc0a308b0d0eef8c8f44e0254ab3b07133", size = 733428 }, - { url = "https://files.pythonhosted.org/packages/a3/69/864fbe19e6c18ea3cc196cbe5d392175b4cf3d5d0ac1403ec3f2d237ebb5/PyYAML-6.0.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:17e311b6c678207928d649faa7cb0d7b4c26a0ba73d41e99c4fff6b6c3276484", size = 763361 }, - { url = "https://files.pythonhosted.org/packages/04/24/b7721e4845c2f162d26f50521b825fb061bc0a5afcf9a386840f23ea19fa/PyYAML-6.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:70b189594dbe54f75ab3a1acec5f1e3faa7e8cf2f1e08d9b561cb41b845f69d5", size = 759523 }, - { url = "https://files.pythonhosted.org/packages/2b/b2/e3234f59ba06559c6ff63c4e10baea10e5e7df868092bf9ab40e5b9c56b6/PyYAML-6.0.2-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:41e4e3953a79407c794916fa277a82531dd93aad34e29c2a514c2c0c5fe971cc", size = 726660 }, - { url = "https://files.pythonhosted.org/packages/fe/0f/25911a9f080464c59fab9027482f822b86bf0608957a5fcc6eaac85aa515/PyYAML-6.0.2-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:68ccc6023a3400877818152ad9a1033e3db8625d899c72eacb5a668902e4d652", size = 751597 }, - { url = "https://files.pythonhosted.org/packages/14/0d/e2c3b43bbce3cf6bd97c840b46088a3031085179e596d4929729d8d68270/PyYAML-6.0.2-cp313-cp313-win32.whl", hash = "sha256:bc2fa7c6b47d6bc618dd7fb02ef6fdedb1090ec036abab80d4681424b84c1183", size = 140527 }, - { url = "https://files.pythonhosted.org/packages/fa/de/02b54f42487e3d3c6efb3f89428677074ca7bf43aae402517bc7cca949f3/PyYAML-6.0.2-cp313-cp313-win_amd64.whl", hash = "sha256:8388ee1976c416731879ac16da0aff3f63b286ffdd57cdeb95f3f2e085687563", size = 156446 }, - { url = "https://files.pythonhosted.org/packages/65/d8/b7a1db13636d7fb7d4ff431593c510c8b8fca920ade06ca8ef20015493c5/PyYAML-6.0.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:688ba32a1cffef67fd2e9398a2efebaea461578b0923624778664cc1c914db5d", size = 184777 }, - { url = "https://files.pythonhosted.org/packages/0a/02/6ec546cd45143fdf9840b2c6be8d875116a64076218b61d68e12548e5839/PyYAML-6.0.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:a8786accb172bd8afb8be14490a16625cbc387036876ab6ba70912730faf8e1f", size = 172318 }, - { url = "https://files.pythonhosted.org/packages/0e/9a/8cc68be846c972bda34f6c2a93abb644fb2476f4dcc924d52175786932c9/PyYAML-6.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d8e03406cac8513435335dbab54c0d385e4a49e4945d2909a581c83647ca0290", size = 720891 }, - { url = "https://files.pythonhosted.org/packages/e9/6c/6e1b7f40181bc4805e2e07f4abc10a88ce4648e7e95ff1abe4ae4014a9b2/PyYAML-6.0.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f753120cb8181e736c57ef7636e83f31b9c0d1722c516f7e86cf15b7aa57ff12", size = 722614 }, - { url = "https://files.pythonhosted.org/packages/3d/32/e7bd8535d22ea2874cef6a81021ba019474ace0d13a4819c2a4bce79bd6a/PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3b1fdb9dc17f5a7677423d508ab4f243a726dea51fa5e70992e59a7411c89d19", size = 737360 }, - { url = "https://files.pythonhosted.org/packages/d7/12/7322c1e30b9be969670b672573d45479edef72c9a0deac3bb2868f5d7469/PyYAML-6.0.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:0b69e4ce7a131fe56b7e4d770c67429700908fc0752af059838b1cfb41960e4e", size = 699006 }, - { url = "https://files.pythonhosted.org/packages/82/72/04fcad41ca56491995076630c3ec1e834be241664c0c09a64c9a2589b507/PyYAML-6.0.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:a9f8c2e67970f13b16084e04f134610fd1d374bf477b17ec1599185cf611d725", size = 723577 }, - { url = "https://files.pythonhosted.org/packages/ed/5e/46168b1f2757f1fcd442bc3029cd8767d88a98c9c05770d8b420948743bb/PyYAML-6.0.2-cp39-cp39-win32.whl", hash = "sha256:6395c297d42274772abc367baaa79683958044e5d3835486c16da75d2a694631", size = 144593 }, - { url = "https://files.pythonhosted.org/packages/19/87/5124b1c1f2412bb95c59ec481eaf936cd32f0fe2a7b16b97b81c4c017a6a/PyYAML-6.0.2-cp39-cp39-win_amd64.whl", hash = "sha256:39693e1f8320ae4f43943590b49779ffb98acb81f788220ea932a6b6c51004d8", size = 162312 }, +sdist = { url = "https://files.pythonhosted.org/packages/54/ed/79a089b6be93607fa5cdaedf301d7dfb23af5f25c398d5ead2525b063e17/pyyaml-6.0.2.tar.gz", hash = "sha256:d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e", size = 130631, upload-time = "2024-08-06T20:33:50.674Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/9b/95/a3fac87cb7158e231b5a6012e438c647e1a87f09f8e0d123acec8ab8bf71/PyYAML-6.0.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:0a9a2848a5b7feac301353437eb7d5957887edbf81d56e903999a75a3d743086", size = 184199, upload-time = "2024-08-06T20:31:40.178Z" }, + { url = "https://files.pythonhosted.org/packages/c7/7a/68bd47624dab8fd4afbfd3c48e3b79efe09098ae941de5b58abcbadff5cb/PyYAML-6.0.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:29717114e51c84ddfba879543fb232a6ed60086602313ca38cce623c1d62cfbf", size = 171758, upload-time = "2024-08-06T20:31:42.173Z" }, + { url = "https://files.pythonhosted.org/packages/49/ee/14c54df452143b9ee9f0f29074d7ca5516a36edb0b4cc40c3f280131656f/PyYAML-6.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8824b5a04a04a047e72eea5cec3bc266db09e35de6bdfe34c9436ac5ee27d237", size = 718463, upload-time = "2024-08-06T20:31:44.263Z" }, + { url = "https://files.pythonhosted.org/packages/4d/61/de363a97476e766574650d742205be468921a7b532aa2499fcd886b62530/PyYAML-6.0.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7c36280e6fb8385e520936c3cb3b8042851904eba0e58d277dca80a5cfed590b", size = 719280, upload-time = "2024-08-06T20:31:50.199Z" }, + { url = "https://files.pythonhosted.org/packages/6b/4e/1523cb902fd98355e2e9ea5e5eb237cbc5f3ad5f3075fa65087aa0ecb669/PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ec031d5d2feb36d1d1a24380e4db6d43695f3748343d99434e6f5f9156aaa2ed", size = 751239, upload-time = "2024-08-06T20:31:52.292Z" }, + { url = "https://files.pythonhosted.org/packages/b7/33/5504b3a9a4464893c32f118a9cc045190a91637b119a9c881da1cf6b7a72/PyYAML-6.0.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:936d68689298c36b53b29f23c6dbb74de12b4ac12ca6cfe0e047bedceea56180", size = 695802, upload-time = "2024-08-06T20:31:53.836Z" }, + { url = "https://files.pythonhosted.org/packages/5c/20/8347dcabd41ef3a3cdc4f7b7a2aff3d06598c8779faa189cdbf878b626a4/PyYAML-6.0.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:23502f431948090f597378482b4812b0caae32c22213aecf3b55325e049a6c68", size = 720527, upload-time = "2024-08-06T20:31:55.565Z" }, + { url = "https://files.pythonhosted.org/packages/be/aa/5afe99233fb360d0ff37377145a949ae258aaab831bde4792b32650a4378/PyYAML-6.0.2-cp310-cp310-win32.whl", hash = "sha256:2e99c6826ffa974fe6e27cdb5ed0021786b03fc98e5ee3c5bfe1fd5015f42b99", size = 144052, upload-time = "2024-08-06T20:31:56.914Z" }, + { url = "https://files.pythonhosted.org/packages/b5/84/0fa4b06f6d6c958d207620fc60005e241ecedceee58931bb20138e1e5776/PyYAML-6.0.2-cp310-cp310-win_amd64.whl", hash = "sha256:a4d3091415f010369ae4ed1fc6b79def9416358877534caf6a0fdd2146c87a3e", size = 161774, upload-time = "2024-08-06T20:31:58.304Z" }, + { url = "https://files.pythonhosted.org/packages/f8/aa/7af4e81f7acba21a4c6be026da38fd2b872ca46226673c89a758ebdc4fd2/PyYAML-6.0.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:cc1c1159b3d456576af7a3e4d1ba7e6924cb39de8f67111c735f6fc832082774", size = 184612, upload-time = "2024-08-06T20:32:03.408Z" }, + { url = "https://files.pythonhosted.org/packages/8b/62/b9faa998fd185f65c1371643678e4d58254add437edb764a08c5a98fb986/PyYAML-6.0.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:1e2120ef853f59c7419231f3bf4e7021f1b936f6ebd222406c3b60212205d2ee", size = 172040, upload-time = "2024-08-06T20:32:04.926Z" }, + { url = "https://files.pythonhosted.org/packages/ad/0c/c804f5f922a9a6563bab712d8dcc70251e8af811fce4524d57c2c0fd49a4/PyYAML-6.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5d225db5a45f21e78dd9358e58a98702a0302f2659a3c6cd320564b75b86f47c", size = 736829, upload-time = "2024-08-06T20:32:06.459Z" }, + { url = "https://files.pythonhosted.org/packages/51/16/6af8d6a6b210c8e54f1406a6b9481febf9c64a3109c541567e35a49aa2e7/PyYAML-6.0.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5ac9328ec4831237bec75defaf839f7d4564be1e6b25ac710bd1a96321cc8317", size = 764167, upload-time = "2024-08-06T20:32:08.338Z" }, + { url = "https://files.pythonhosted.org/packages/75/e4/2c27590dfc9992f73aabbeb9241ae20220bd9452df27483b6e56d3975cc5/PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3ad2a3decf9aaba3d29c8f537ac4b243e36bef957511b4766cb0057d32b0be85", size = 762952, upload-time = "2024-08-06T20:32:14.124Z" }, + { url = "https://files.pythonhosted.org/packages/9b/97/ecc1abf4a823f5ac61941a9c00fe501b02ac3ab0e373c3857f7d4b83e2b6/PyYAML-6.0.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:ff3824dc5261f50c9b0dfb3be22b4567a6f938ccce4587b38952d85fd9e9afe4", size = 735301, upload-time = "2024-08-06T20:32:16.17Z" }, + { url = "https://files.pythonhosted.org/packages/45/73/0f49dacd6e82c9430e46f4a027baa4ca205e8b0a9dce1397f44edc23559d/PyYAML-6.0.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:797b4f722ffa07cc8d62053e4cff1486fa6dc094105d13fea7b1de7d8bf71c9e", size = 756638, upload-time = "2024-08-06T20:32:18.555Z" }, + { url = "https://files.pythonhosted.org/packages/22/5f/956f0f9fc65223a58fbc14459bf34b4cc48dec52e00535c79b8db361aabd/PyYAML-6.0.2-cp311-cp311-win32.whl", hash = "sha256:11d8f3dd2b9c1207dcaf2ee0bbbfd5991f571186ec9cc78427ba5bd32afae4b5", size = 143850, upload-time = "2024-08-06T20:32:19.889Z" }, + { url = "https://files.pythonhosted.org/packages/ed/23/8da0bbe2ab9dcdd11f4f4557ccaf95c10b9811b13ecced089d43ce59c3c8/PyYAML-6.0.2-cp311-cp311-win_amd64.whl", hash = "sha256:e10ce637b18caea04431ce14fabcf5c64a1c61ec9c56b071a4b7ca131ca52d44", size = 161980, upload-time = "2024-08-06T20:32:21.273Z" }, + { url = "https://files.pythonhosted.org/packages/86/0c/c581167fc46d6d6d7ddcfb8c843a4de25bdd27e4466938109ca68492292c/PyYAML-6.0.2-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:c70c95198c015b85feafc136515252a261a84561b7b1d51e3384e0655ddf25ab", size = 183873, upload-time = "2024-08-06T20:32:25.131Z" }, + { url = "https://files.pythonhosted.org/packages/a8/0c/38374f5bb272c051e2a69281d71cba6fdb983413e6758b84482905e29a5d/PyYAML-6.0.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:ce826d6ef20b1bc864f0a68340c8b3287705cae2f8b4b1d932177dcc76721725", size = 173302, upload-time = "2024-08-06T20:32:26.511Z" }, + { url = "https://files.pythonhosted.org/packages/c3/93/9916574aa8c00aa06bbac729972eb1071d002b8e158bd0e83a3b9a20a1f7/PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1f71ea527786de97d1a0cc0eacd1defc0985dcf6b3f17bb77dcfc8c34bec4dc5", size = 739154, upload-time = "2024-08-06T20:32:28.363Z" }, + { url = "https://files.pythonhosted.org/packages/95/0f/b8938f1cbd09739c6da569d172531567dbcc9789e0029aa070856f123984/PyYAML-6.0.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9b22676e8097e9e22e36d6b7bda33190d0d400f345f23d4065d48f4ca7ae0425", size = 766223, upload-time = "2024-08-06T20:32:30.058Z" }, + { url = "https://files.pythonhosted.org/packages/b9/2b/614b4752f2e127db5cc206abc23a8c19678e92b23c3db30fc86ab731d3bd/PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:80bab7bfc629882493af4aa31a4cfa43a4c57c83813253626916b8c7ada83476", size = 767542, upload-time = "2024-08-06T20:32:31.881Z" }, + { url = "https://files.pythonhosted.org/packages/d4/00/dd137d5bcc7efea1836d6264f049359861cf548469d18da90cd8216cf05f/PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:0833f8694549e586547b576dcfaba4a6b55b9e96098b36cdc7ebefe667dfed48", size = 731164, upload-time = "2024-08-06T20:32:37.083Z" }, + { url = "https://files.pythonhosted.org/packages/c9/1f/4f998c900485e5c0ef43838363ba4a9723ac0ad73a9dc42068b12aaba4e4/PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8b9c7197f7cb2738065c481a0461e50ad02f18c78cd75775628afb4d7137fb3b", size = 756611, upload-time = "2024-08-06T20:32:38.898Z" }, + { url = "https://files.pythonhosted.org/packages/df/d1/f5a275fdb252768b7a11ec63585bc38d0e87c9e05668a139fea92b80634c/PyYAML-6.0.2-cp312-cp312-win32.whl", hash = "sha256:ef6107725bd54b262d6dedcc2af448a266975032bc85ef0172c5f059da6325b4", size = 140591, upload-time = "2024-08-06T20:32:40.241Z" }, + { url = "https://files.pythonhosted.org/packages/0c/e8/4f648c598b17c3d06e8753d7d13d57542b30d56e6c2dedf9c331ae56312e/PyYAML-6.0.2-cp312-cp312-win_amd64.whl", hash = "sha256:7e7401d0de89a9a855c839bc697c079a4af81cf878373abd7dc625847d25cbd8", size = 156338, upload-time = "2024-08-06T20:32:41.93Z" }, + { url = "https://files.pythonhosted.org/packages/ef/e3/3af305b830494fa85d95f6d95ef7fa73f2ee1cc8ef5b495c7c3269fb835f/PyYAML-6.0.2-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:efdca5630322a10774e8e98e1af481aad470dd62c3170801852d752aa7a783ba", size = 181309, upload-time = "2024-08-06T20:32:43.4Z" }, + { url = "https://files.pythonhosted.org/packages/45/9f/3b1c20a0b7a3200524eb0076cc027a970d320bd3a6592873c85c92a08731/PyYAML-6.0.2-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:50187695423ffe49e2deacb8cd10510bc361faac997de9efef88badc3bb9e2d1", size = 171679, upload-time = "2024-08-06T20:32:44.801Z" }, + { url = "https://files.pythonhosted.org/packages/7c/9a/337322f27005c33bcb656c655fa78325b730324c78620e8328ae28b64d0c/PyYAML-6.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0ffe8360bab4910ef1b9e87fb812d8bc0a308b0d0eef8c8f44e0254ab3b07133", size = 733428, upload-time = "2024-08-06T20:32:46.432Z" }, + { url = "https://files.pythonhosted.org/packages/a3/69/864fbe19e6c18ea3cc196cbe5d392175b4cf3d5d0ac1403ec3f2d237ebb5/PyYAML-6.0.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:17e311b6c678207928d649faa7cb0d7b4c26a0ba73d41e99c4fff6b6c3276484", size = 763361, upload-time = "2024-08-06T20:32:51.188Z" }, + { url = "https://files.pythonhosted.org/packages/04/24/b7721e4845c2f162d26f50521b825fb061bc0a5afcf9a386840f23ea19fa/PyYAML-6.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:70b189594dbe54f75ab3a1acec5f1e3faa7e8cf2f1e08d9b561cb41b845f69d5", size = 759523, upload-time = "2024-08-06T20:32:53.019Z" }, + { url = "https://files.pythonhosted.org/packages/2b/b2/e3234f59ba06559c6ff63c4e10baea10e5e7df868092bf9ab40e5b9c56b6/PyYAML-6.0.2-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:41e4e3953a79407c794916fa277a82531dd93aad34e29c2a514c2c0c5fe971cc", size = 726660, upload-time = "2024-08-06T20:32:54.708Z" }, + { url = "https://files.pythonhosted.org/packages/fe/0f/25911a9f080464c59fab9027482f822b86bf0608957a5fcc6eaac85aa515/PyYAML-6.0.2-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:68ccc6023a3400877818152ad9a1033e3db8625d899c72eacb5a668902e4d652", size = 751597, upload-time = "2024-08-06T20:32:56.985Z" }, + { url = "https://files.pythonhosted.org/packages/14/0d/e2c3b43bbce3cf6bd97c840b46088a3031085179e596d4929729d8d68270/PyYAML-6.0.2-cp313-cp313-win32.whl", hash = "sha256:bc2fa7c6b47d6bc618dd7fb02ef6fdedb1090ec036abab80d4681424b84c1183", size = 140527, upload-time = "2024-08-06T20:33:03.001Z" }, + { url = "https://files.pythonhosted.org/packages/fa/de/02b54f42487e3d3c6efb3f89428677074ca7bf43aae402517bc7cca949f3/PyYAML-6.0.2-cp313-cp313-win_amd64.whl", hash = "sha256:8388ee1976c416731879ac16da0aff3f63b286ffdd57cdeb95f3f2e085687563", size = 156446, upload-time = "2024-08-06T20:33:04.33Z" }, + { url = "https://files.pythonhosted.org/packages/65/d8/b7a1db13636d7fb7d4ff431593c510c8b8fca920ade06ca8ef20015493c5/PyYAML-6.0.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:688ba32a1cffef67fd2e9398a2efebaea461578b0923624778664cc1c914db5d", size = 184777, upload-time = "2024-08-06T20:33:25.896Z" }, + { url = "https://files.pythonhosted.org/packages/0a/02/6ec546cd45143fdf9840b2c6be8d875116a64076218b61d68e12548e5839/PyYAML-6.0.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:a8786accb172bd8afb8be14490a16625cbc387036876ab6ba70912730faf8e1f", size = 172318, upload-time = "2024-08-06T20:33:27.212Z" }, + { url = "https://files.pythonhosted.org/packages/0e/9a/8cc68be846c972bda34f6c2a93abb644fb2476f4dcc924d52175786932c9/PyYAML-6.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d8e03406cac8513435335dbab54c0d385e4a49e4945d2909a581c83647ca0290", size = 720891, upload-time = "2024-08-06T20:33:28.974Z" }, + { url = "https://files.pythonhosted.org/packages/e9/6c/6e1b7f40181bc4805e2e07f4abc10a88ce4648e7e95ff1abe4ae4014a9b2/PyYAML-6.0.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f753120cb8181e736c57ef7636e83f31b9c0d1722c516f7e86cf15b7aa57ff12", size = 722614, upload-time = "2024-08-06T20:33:34.157Z" }, + { url = "https://files.pythonhosted.org/packages/3d/32/e7bd8535d22ea2874cef6a81021ba019474ace0d13a4819c2a4bce79bd6a/PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3b1fdb9dc17f5a7677423d508ab4f243a726dea51fa5e70992e59a7411c89d19", size = 737360, upload-time = "2024-08-06T20:33:35.84Z" }, + { url = "https://files.pythonhosted.org/packages/d7/12/7322c1e30b9be969670b672573d45479edef72c9a0deac3bb2868f5d7469/PyYAML-6.0.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:0b69e4ce7a131fe56b7e4d770c67429700908fc0752af059838b1cfb41960e4e", size = 699006, upload-time = "2024-08-06T20:33:37.501Z" }, + { url = "https://files.pythonhosted.org/packages/82/72/04fcad41ca56491995076630c3ec1e834be241664c0c09a64c9a2589b507/PyYAML-6.0.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:a9f8c2e67970f13b16084e04f134610fd1d374bf477b17ec1599185cf611d725", size = 723577, upload-time = "2024-08-06T20:33:39.389Z" }, + { url = "https://files.pythonhosted.org/packages/ed/5e/46168b1f2757f1fcd442bc3029cd8767d88a98c9c05770d8b420948743bb/PyYAML-6.0.2-cp39-cp39-win32.whl", hash = "sha256:6395c297d42274772abc367baaa79683958044e5d3835486c16da75d2a694631", size = 144593, upload-time = "2024-08-06T20:33:46.63Z" }, + { url = "https://files.pythonhosted.org/packages/19/87/5124b1c1f2412bb95c59ec481eaf936cd32f0fe2a7b16b97b81c4c017a6a/PyYAML-6.0.2-cp39-cp39-win_amd64.whl", hash = "sha256:39693e1f8320ae4f43943590b49779ffb98acb81f788220ea932a6b6c51004d8", size = 162312, upload-time = "2024-08-06T20:33:49.073Z" }, ] [[package]] @@ -1774,87 +1804,87 @@ source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "cffi", marker = "implementation_name == 'pypy'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/fd/05/bed626b9f7bb2322cdbbf7b4bd8f54b1b617b0d2ab2d3547d6e39428a48e/pyzmq-26.2.0.tar.gz", hash = "sha256:070672c258581c8e4f640b5159297580a9974b026043bd4ab0470be9ed324f1f", size = 271975 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/1f/a8/9837c39aba390eb7d01924ace49d761c8dbe7bc2d6082346d00c8332e431/pyzmq-26.2.0-cp310-cp310-macosx_10_15_universal2.whl", hash = "sha256:ddf33d97d2f52d89f6e6e7ae66ee35a4d9ca6f36eda89c24591b0c40205a3629", size = 1340058 }, - { url = "https://files.pythonhosted.org/packages/a2/1f/a006f2e8e4f7d41d464272012695da17fb95f33b54342612a6890da96ff6/pyzmq-26.2.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:dacd995031a01d16eec825bf30802fceb2c3791ef24bcce48fa98ce40918c27b", size = 1008818 }, - { url = "https://files.pythonhosted.org/packages/b6/09/b51b6683fde5ca04593a57bbe81788b6b43114d8f8ee4e80afc991e14760/pyzmq-26.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:89289a5ee32ef6c439086184529ae060c741334b8970a6855ec0b6ad3ff28764", size = 673199 }, - { url = "https://files.pythonhosted.org/packages/c9/78/486f3e2e824f3a645238332bf5a4c4b4477c3063033a27c1e4052358dee2/pyzmq-26.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5506f06d7dc6ecf1efacb4a013b1f05071bb24b76350832c96449f4a2d95091c", size = 911762 }, - { url = "https://files.pythonhosted.org/packages/5e/3b/2eb1667c9b866f53e76ee8b0c301b0469745a23bd5a87b7ee3d5dd9eb6e5/pyzmq-26.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8ea039387c10202ce304af74def5021e9adc6297067f3441d348d2b633e8166a", size = 868773 }, - { url = "https://files.pythonhosted.org/packages/16/29/ca99b4598a9dc7e468b5417eda91f372b595be1e3eec9b7cbe8e5d3584e8/pyzmq-26.2.0-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:a2224fa4a4c2ee872886ed00a571f5e967c85e078e8e8c2530a2fb01b3309b88", size = 868834 }, - { url = "https://files.pythonhosted.org/packages/ad/e5/9efaeb1d2f4f8c50da04144f639b042bc52869d3a206d6bf672ab3522163/pyzmq-26.2.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:28ad5233e9c3b52d76196c696e362508959741e1a005fb8fa03b51aea156088f", size = 1202861 }, - { url = "https://files.pythonhosted.org/packages/c3/62/c721b5608a8ac0a69bb83cbb7d07a56f3ff00b3991a138e44198a16f94c7/pyzmq-26.2.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:1c17211bc037c7d88e85ed8b7d8f7e52db6dc8eca5590d162717c654550f7282", size = 1515304 }, - { url = "https://files.pythonhosted.org/packages/87/84/e8bd321aa99b72f48d4606fc5a0a920154125bd0a4608c67eab742dab087/pyzmq-26.2.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:b8f86dd868d41bea9a5f873ee13bf5551c94cf6bc51baebc6f85075971fe6eea", size = 1414712 }, - { url = "https://files.pythonhosted.org/packages/cd/cd/420e3fd1ac6977b008b72e7ad2dae6350cc84d4c5027fc390b024e61738f/pyzmq-26.2.0-cp310-cp310-win32.whl", hash = "sha256:46a446c212e58456b23af260f3d9fb785054f3e3653dbf7279d8f2b5546b21c2", size = 578113 }, - { url = "https://files.pythonhosted.org/packages/5c/57/73930d56ed45ae0cb4946f383f985c855c9b3d4063f26416998f07523c0e/pyzmq-26.2.0-cp310-cp310-win_amd64.whl", hash = "sha256:49d34ab71db5a9c292a7644ce74190b1dd5a3475612eefb1f8be1d6961441971", size = 641631 }, - { url = "https://files.pythonhosted.org/packages/61/d2/ae6ac5c397f1ccad59031c64beaafce7a0d6182e0452cc48f1c9c87d2dd0/pyzmq-26.2.0-cp310-cp310-win_arm64.whl", hash = "sha256:bfa832bfa540e5b5c27dcf5de5d82ebc431b82c453a43d141afb1e5d2de025fa", size = 543528 }, - { url = "https://files.pythonhosted.org/packages/12/20/de7442172f77f7c96299a0ac70e7d4fb78cd51eca67aa2cf552b66c14196/pyzmq-26.2.0-cp311-cp311-macosx_10_15_universal2.whl", hash = "sha256:8f7e66c7113c684c2b3f1c83cdd3376103ee0ce4c49ff80a648643e57fb22218", size = 1340639 }, - { url = "https://files.pythonhosted.org/packages/98/4d/5000468bd64c7910190ed0a6c76a1ca59a68189ec1f007c451dc181a22f4/pyzmq-26.2.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:3a495b30fc91db2db25120df5847d9833af237546fd59170701acd816ccc01c4", size = 1008710 }, - { url = "https://files.pythonhosted.org/packages/e1/bf/c67fd638c2f9fbbab8090a3ee779370b97c82b84cc12d0c498b285d7b2c0/pyzmq-26.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:77eb0968da535cba0470a5165468b2cac7772cfb569977cff92e240f57e31bef", size = 673129 }, - { url = "https://files.pythonhosted.org/packages/86/94/99085a3f492aa538161cbf27246e8886ff850e113e0c294a5b8245f13b52/pyzmq-26.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6ace4f71f1900a548f48407fc9be59c6ba9d9aaf658c2eea6cf2779e72f9f317", size = 910107 }, - { url = "https://files.pythonhosted.org/packages/31/1d/346809e8a9b999646d03f21096428453465b1bca5cd5c64ecd048d9ecb01/pyzmq-26.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:92a78853d7280bffb93df0a4a6a2498cba10ee793cc8076ef797ef2f74d107cf", size = 867960 }, - { url = "https://files.pythonhosted.org/packages/ab/68/6fb6ae5551846ad5beca295b7bca32bf0a7ce19f135cb30e55fa2314e6b6/pyzmq-26.2.0-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:689c5d781014956a4a6de61d74ba97b23547e431e9e7d64f27d4922ba96e9d6e", size = 869204 }, - { url = "https://files.pythonhosted.org/packages/0f/f9/18417771dee223ccf0f48e29adf8b4e25ba6d0e8285e33bcbce078070bc3/pyzmq-26.2.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:0aca98bc423eb7d153214b2df397c6421ba6373d3397b26c057af3c904452e37", size = 1203351 }, - { url = "https://files.pythonhosted.org/packages/e0/46/f13e67fe0d4f8a2315782cbad50493de6203ea0d744610faf4d5f5b16e90/pyzmq-26.2.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:1f3496d76b89d9429a656293744ceca4d2ac2a10ae59b84c1da9b5165f429ad3", size = 1514204 }, - { url = "https://files.pythonhosted.org/packages/50/11/ddcf7343b7b7a226e0fc7b68cbf5a5bb56291fac07f5c3023bb4c319ebb4/pyzmq-26.2.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:5c2b3bfd4b9689919db068ac6c9911f3fcb231c39f7dd30e3138be94896d18e6", size = 1414339 }, - { url = "https://files.pythonhosted.org/packages/01/14/1c18d7d5b7be2708f513f37c61bfadfa62161c10624f8733f1c8451b3509/pyzmq-26.2.0-cp311-cp311-win32.whl", hash = "sha256:eac5174677da084abf378739dbf4ad245661635f1600edd1221f150b165343f4", size = 576928 }, - { url = "https://files.pythonhosted.org/packages/3b/1b/0a540edd75a41df14ec416a9a500b9fec66e554aac920d4c58fbd5756776/pyzmq-26.2.0-cp311-cp311-win_amd64.whl", hash = "sha256:5a509df7d0a83a4b178d0f937ef14286659225ef4e8812e05580776c70e155d5", size = 642317 }, - { url = "https://files.pythonhosted.org/packages/98/77/1cbfec0358078a4c5add529d8a70892db1be900980cdb5dd0898b3d6ab9d/pyzmq-26.2.0-cp311-cp311-win_arm64.whl", hash = "sha256:c0e6091b157d48cbe37bd67233318dbb53e1e6327d6fc3bb284afd585d141003", size = 543834 }, - { url = "https://files.pythonhosted.org/packages/28/2f/78a766c8913ad62b28581777ac4ede50c6d9f249d39c2963e279524a1bbe/pyzmq-26.2.0-cp312-cp312-macosx_10_15_universal2.whl", hash = "sha256:ded0fc7d90fe93ae0b18059930086c51e640cdd3baebdc783a695c77f123dcd9", size = 1343105 }, - { url = "https://files.pythonhosted.org/packages/b7/9c/4b1e2d3d4065be715e007fe063ec7885978fad285f87eae1436e6c3201f4/pyzmq-26.2.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:17bf5a931c7f6618023cdacc7081f3f266aecb68ca692adac015c383a134ca52", size = 1008365 }, - { url = "https://files.pythonhosted.org/packages/4f/ef/5a23ec689ff36d7625b38d121ef15abfc3631a9aecb417baf7a4245e4124/pyzmq-26.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:55cf66647e49d4621a7e20c8d13511ef1fe1efbbccf670811864452487007e08", size = 665923 }, - { url = "https://files.pythonhosted.org/packages/ae/61/d436461a47437d63c6302c90724cf0981883ec57ceb6073873f32172d676/pyzmq-26.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4661c88db4a9e0f958c8abc2b97472e23061f0bc737f6f6179d7a27024e1faa5", size = 903400 }, - { url = "https://files.pythonhosted.org/packages/47/42/fc6d35ecefe1739a819afaf6f8e686f7f02a4dd241c78972d316f403474c/pyzmq-26.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ea7f69de383cb47522c9c208aec6dd17697db7875a4674c4af3f8cfdac0bdeae", size = 860034 }, - { url = "https://files.pythonhosted.org/packages/07/3b/44ea6266a6761e9eefaa37d98fabefa112328808ac41aa87b4bbb668af30/pyzmq-26.2.0-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:7f98f6dfa8b8ccaf39163ce872bddacca38f6a67289116c8937a02e30bbe9711", size = 860579 }, - { url = "https://files.pythonhosted.org/packages/38/6f/4df2014ab553a6052b0e551b37da55166991510f9e1002c89cab7ce3b3f2/pyzmq-26.2.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:e3e0210287329272539eea617830a6a28161fbbd8a3271bf4150ae3e58c5d0e6", size = 1196246 }, - { url = "https://files.pythonhosted.org/packages/38/9d/ee240fc0c9fe9817f0c9127a43238a3e28048795483c403cc10720ddef22/pyzmq-26.2.0-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:6b274e0762c33c7471f1a7471d1a2085b1a35eba5cdc48d2ae319f28b6fc4de3", size = 1507441 }, - { url = "https://files.pythonhosted.org/packages/85/4f/01711edaa58d535eac4a26c294c617c9a01f09857c0ce191fd574d06f359/pyzmq-26.2.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:29c6a4635eef69d68a00321e12a7d2559fe2dfccfa8efae3ffb8e91cd0b36a8b", size = 1406498 }, - { url = "https://files.pythonhosted.org/packages/07/18/907134c85c7152f679ed744e73e645b365f3ad571f38bdb62e36f347699a/pyzmq-26.2.0-cp312-cp312-win32.whl", hash = "sha256:989d842dc06dc59feea09e58c74ca3e1678c812a4a8a2a419046d711031f69c7", size = 575533 }, - { url = "https://files.pythonhosted.org/packages/ce/2c/a6f4a20202a4d3c582ad93f95ee78d79bbdc26803495aec2912b17dbbb6c/pyzmq-26.2.0-cp312-cp312-win_amd64.whl", hash = "sha256:2a50625acdc7801bc6f74698c5c583a491c61d73c6b7ea4dee3901bb99adb27a", size = 637768 }, - { url = "https://files.pythonhosted.org/packages/5f/0e/eb16ff731632d30554bf5af4dbba3ffcd04518219d82028aea4ae1b02ca5/pyzmq-26.2.0-cp312-cp312-win_arm64.whl", hash = "sha256:4d29ab8592b6ad12ebbf92ac2ed2bedcfd1cec192d8e559e2e099f648570e19b", size = 540675 }, - { url = "https://files.pythonhosted.org/packages/04/a7/0f7e2f6c126fe6e62dbae0bc93b1bd3f1099cf7fea47a5468defebe3f39d/pyzmq-26.2.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:9dd8cd1aeb00775f527ec60022004d030ddc51d783d056e3e23e74e623e33726", size = 1006564 }, - { url = "https://files.pythonhosted.org/packages/31/b6/a187165c852c5d49f826a690857684333a6a4a065af0a6015572d2284f6a/pyzmq-26.2.0-cp313-cp313-macosx_10_15_universal2.whl", hash = "sha256:28c812d9757fe8acecc910c9ac9dafd2ce968c00f9e619db09e9f8f54c3a68a3", size = 1340447 }, - { url = "https://files.pythonhosted.org/packages/68/ba/f4280c58ff71f321602a6e24fd19879b7e79793fb8ab14027027c0fb58ef/pyzmq-26.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4d80b1dd99c1942f74ed608ddb38b181b87476c6a966a88a950c7dee118fdf50", size = 665485 }, - { url = "https://files.pythonhosted.org/packages/77/b5/c987a5c53c7d8704216f29fc3d810b32f156bcea488a940e330e1bcbb88d/pyzmq-26.2.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8c997098cc65e3208eca09303630e84d42718620e83b733d0fd69543a9cab9cb", size = 903484 }, - { url = "https://files.pythonhosted.org/packages/29/c9/07da157d2db18c72a7eccef8e684cefc155b712a88e3d479d930aa9eceba/pyzmq-26.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7ad1bc8d1b7a18497dda9600b12dc193c577beb391beae5cd2349184db40f187", size = 859981 }, - { url = "https://files.pythonhosted.org/packages/43/09/e12501bd0b8394b7d02c41efd35c537a1988da67fc9c745cae9c6c776d31/pyzmq-26.2.0-cp313-cp313-manylinux_2_28_x86_64.whl", hash = "sha256:bea2acdd8ea4275e1278350ced63da0b166421928276c7c8e3f9729d7402a57b", size = 860334 }, - { url = "https://files.pythonhosted.org/packages/eb/ff/f5ec1d455f8f7385cc0a8b2acd8c807d7fade875c14c44b85c1bddabae21/pyzmq-26.2.0-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:23f4aad749d13698f3f7b64aad34f5fc02d6f20f05999eebc96b89b01262fb18", size = 1196179 }, - { url = "https://files.pythonhosted.org/packages/ec/8a/bb2ac43295b1950fe436a81fc5b298be0b96ac76fb029b514d3ed58f7b27/pyzmq-26.2.0-cp313-cp313-musllinux_1_1_i686.whl", hash = "sha256:a4f96f0d88accc3dbe4a9025f785ba830f968e21e3e2c6321ccdfc9aef755115", size = 1507668 }, - { url = "https://files.pythonhosted.org/packages/a9/49/dbc284ebcfd2dca23f6349227ff1616a7ee2c4a35fe0a5d6c3deff2b4fed/pyzmq-26.2.0-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:ced65e5a985398827cc9276b93ef6dfabe0273c23de8c7931339d7e141c2818e", size = 1406539 }, - { url = "https://files.pythonhosted.org/packages/00/68/093cdce3fe31e30a341d8e52a1ad86392e13c57970d722c1f62a1d1a54b6/pyzmq-26.2.0-cp313-cp313-win32.whl", hash = "sha256:31507f7b47cc1ead1f6e86927f8ebb196a0bab043f6345ce070f412a59bf87b5", size = 575567 }, - { url = "https://files.pythonhosted.org/packages/92/ae/6cc4657148143412b5819b05e362ae7dd09fb9fe76e2a539dcff3d0386bc/pyzmq-26.2.0-cp313-cp313-win_amd64.whl", hash = "sha256:70fc7fcf0410d16ebdda9b26cbd8bf8d803d220a7f3522e060a69a9c87bf7bad", size = 637551 }, - { url = "https://files.pythonhosted.org/packages/6c/67/fbff102e201688f97c8092e4c3445d1c1068c2f27bbd45a578df97ed5f94/pyzmq-26.2.0-cp313-cp313-win_arm64.whl", hash = "sha256:c3789bd5768ab5618ebf09cef6ec2b35fed88709b104351748a63045f0ff9797", size = 540378 }, - { url = "https://files.pythonhosted.org/packages/3f/fe/2d998380b6e0122c6c4bdf9b6caf490831e5f5e2d08a203b5adff060c226/pyzmq-26.2.0-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:034da5fc55d9f8da09015d368f519478a52675e558c989bfcb5cf6d4e16a7d2a", size = 1007378 }, - { url = "https://files.pythonhosted.org/packages/4a/f4/30d6e7157f12b3a0390bde94d6a8567cdb88846ed068a6e17238a4ccf600/pyzmq-26.2.0-cp313-cp313t-macosx_10_15_universal2.whl", hash = "sha256:c92d73464b886931308ccc45b2744e5968cbaade0b1d6aeb40d8ab537765f5bc", size = 1329532 }, - { url = "https://files.pythonhosted.org/packages/82/86/3fe917870e15ee1c3ad48229a2a64458e36036e64b4afa9659045d82bfa8/pyzmq-26.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:794a4562dcb374f7dbbfb3f51d28fb40123b5a2abadee7b4091f93054909add5", size = 653242 }, - { url = "https://files.pythonhosted.org/packages/50/2d/242e7e6ef6c8c19e6cb52d095834508cd581ffb925699fd3c640cdc758f1/pyzmq-26.2.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:aee22939bb6075e7afededabad1a56a905da0b3c4e3e0c45e75810ebe3a52672", size = 888404 }, - { url = "https://files.pythonhosted.org/packages/ac/11/7270566e1f31e4ea73c81ec821a4b1688fd551009a3d2bab11ec66cb1e8f/pyzmq-26.2.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2ae90ff9dad33a1cfe947d2c40cb9cb5e600d759ac4f0fd22616ce6540f72797", size = 845858 }, - { url = "https://files.pythonhosted.org/packages/91/d5/72b38fbc69867795c8711bdd735312f9fef1e3d9204e2f63ab57085434b9/pyzmq-26.2.0-cp313-cp313t-manylinux_2_28_x86_64.whl", hash = "sha256:43a47408ac52647dfabbc66a25b05b6a61700b5165807e3fbd40063fcaf46386", size = 847375 }, - { url = "https://files.pythonhosted.org/packages/dd/9a/10ed3c7f72b4c24e719c59359fbadd1a27556a28b36cdf1cd9e4fb7845d5/pyzmq-26.2.0-cp313-cp313t-musllinux_1_1_aarch64.whl", hash = "sha256:25bf2374a2a8433633c65ccb9553350d5e17e60c8eb4de4d92cc6bd60f01d306", size = 1183489 }, - { url = "https://files.pythonhosted.org/packages/72/2d/8660892543fabf1fe41861efa222455811adac9f3c0818d6c3170a1153e3/pyzmq-26.2.0-cp313-cp313t-musllinux_1_1_i686.whl", hash = "sha256:007137c9ac9ad5ea21e6ad97d3489af654381324d5d3ba614c323f60dab8fae6", size = 1492932 }, - { url = "https://files.pythonhosted.org/packages/7b/d6/32fd69744afb53995619bc5effa2a405ae0d343cd3e747d0fbc43fe894ee/pyzmq-26.2.0-cp313-cp313t-musllinux_1_1_x86_64.whl", hash = "sha256:470d4a4f6d48fb34e92d768b4e8a5cc3780db0d69107abf1cd7ff734b9766eb0", size = 1392485 }, - { url = "https://files.pythonhosted.org/packages/ac/9e/ad5fbbe1bcc7a9d1e8c5f4f7de48f2c1dc481e151ef80cc1ce9a7fe67b55/pyzmq-26.2.0-cp39-cp39-macosx_10_15_universal2.whl", hash = "sha256:b1d464cb8d72bfc1a3adc53305a63a8e0cac6bc8c5a07e8ca190ab8d3faa43c2", size = 1341256 }, - { url = "https://files.pythonhosted.org/packages/4c/d9/d7a8022108c214803a82b0b69d4885cee00933d21928f1f09dca371cf4bf/pyzmq-26.2.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:4da04c48873a6abdd71811c5e163bd656ee1b957971db7f35140a2d573f6949c", size = 1009385 }, - { url = "https://files.pythonhosted.org/packages/ed/69/0529b59ac667ea8bfe8796ac71796b688fbb42ff78e06525dabfed3bc7ae/pyzmq-26.2.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:d049df610ac811dcffdc147153b414147428567fbbc8be43bb8885f04db39d98", size = 908009 }, - { url = "https://files.pythonhosted.org/packages/6e/bd/3ff3e1172f12f55769793a3a334e956ec2886805ebfb2f64756b6b5c6a1a/pyzmq-26.2.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:05590cdbc6b902101d0e65d6a4780af14dc22914cc6ab995d99b85af45362cc9", size = 862078 }, - { url = "https://files.pythonhosted.org/packages/c3/ec/ab13585c3a1f48e2874253844c47b194d56eb25c94718691349c646f336f/pyzmq-26.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c811cfcd6a9bf680236c40c6f617187515269ab2912f3d7e8c0174898e2519db", size = 673756 }, - { url = "https://files.pythonhosted.org/packages/1e/be/febcd4b04dd50ee6d514dfbc33a3d5d9cb38ec9516e02bbfc929baa0f141/pyzmq-26.2.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:6835dd60355593de10350394242b5757fbbd88b25287314316f266e24c61d073", size = 1203684 }, - { url = "https://files.pythonhosted.org/packages/16/28/304150e71afd2df3b82f52f66c0d8ab9ac6fe1f1ffdf92bad4c8cc91d557/pyzmq-26.2.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:bc6bee759a6bddea5db78d7dcd609397449cb2d2d6587f48f3ca613b19410cfc", size = 1515864 }, - { url = "https://files.pythonhosted.org/packages/18/89/8d48d8cd505c12a1f5edee597cc32ffcedc65fd8d2603aebaaedc38a7041/pyzmq-26.2.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:c530e1eecd036ecc83c3407f77bb86feb79916d4a33d11394b8234f3bd35b940", size = 1415383 }, - { url = "https://files.pythonhosted.org/packages/d4/7e/43a60c3b179f7da0cbc2b649bd2702fd6a39bff5f72aa38d6e1aeb00256d/pyzmq-26.2.0-cp39-cp39-win32.whl", hash = "sha256:367b4f689786fca726ef7a6c5ba606958b145b9340a5e4808132cc65759abd44", size = 578540 }, - { url = "https://files.pythonhosted.org/packages/3a/55/8841dcd28f783ad06674c8fe8d7d72794b548d0bff8829aaafeb72e8b44d/pyzmq-26.2.0-cp39-cp39-win_amd64.whl", hash = "sha256:e6fa2e3e683f34aea77de8112f6483803c96a44fd726d7358b9888ae5bb394ec", size = 642147 }, - { url = "https://files.pythonhosted.org/packages/b4/78/b3c31ccfcfcdd6ea50b6abc8f46a2a7aadb9c3d40531d1b908d834aaa12e/pyzmq-26.2.0-cp39-cp39-win_arm64.whl", hash = "sha256:7445be39143a8aa4faec43b076e06944b8f9d0701b669df4af200531b21e40bb", size = 543903 }, - { url = "https://files.pythonhosted.org/packages/53/fb/36b2b2548286e9444e52fcd198760af99fd89102b5be50f0660fcfe902df/pyzmq-26.2.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:706e794564bec25819d21a41c31d4df2d48e1cc4b061e8d345d7fb4dd3e94072", size = 906955 }, - { url = "https://files.pythonhosted.org/packages/77/8f/6ce54f8979a01656e894946db6299e2273fcee21c8e5fa57c6295ef11f57/pyzmq-26.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8b435f2753621cd36e7c1762156815e21c985c72b19135dac43a7f4f31d28dd1", size = 565701 }, - { url = "https://files.pythonhosted.org/packages/ee/1c/bf8cd66730a866b16db8483286078892b7f6536f8c389fb46e4beba0a970/pyzmq-26.2.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:160c7e0a5eb178011e72892f99f918c04a131f36056d10d9c1afb223fc952c2d", size = 794312 }, - { url = "https://files.pythonhosted.org/packages/71/43/91fa4ff25bbfdc914ab6bafa0f03241d69370ef31a761d16bb859f346582/pyzmq-26.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2c4a71d5d6e7b28a47a394c0471b7e77a0661e2d651e7ae91e0cab0a587859ca", size = 752775 }, - { url = "https://files.pythonhosted.org/packages/ec/d2/3b2ab40f455a256cb6672186bea95cd97b459ce4594050132d71e76f0d6f/pyzmq-26.2.0-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:90412f2db8c02a3864cbfc67db0e3dcdbda336acf1c469526d3e869394fe001c", size = 550762 }, - { url = "https://files.pythonhosted.org/packages/6c/78/3096d72581365dfb0081ac9512a3b53672fa69854aa174d78636510c4db8/pyzmq-26.2.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl", hash = "sha256:cdeabcff45d1c219636ee2e54d852262e5c2e085d6cb476d938aee8d921356b3", size = 906945 }, - { url = "https://files.pythonhosted.org/packages/da/f2/8054574d77c269c31d055d4daf3d8407adf61ea384a50c8d14b158551d09/pyzmq-26.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:35cffef589bcdc587d06f9149f8d5e9e8859920a071df5a2671de2213bef592a", size = 565698 }, - { url = "https://files.pythonhosted.org/packages/77/21/c3ad93236d1d60eea10b67528f55e7db115a9d32e2bf163fcf601f85e9cc/pyzmq-26.2.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:18c8dc3b7468d8b4bdf60ce9d7141897da103c7a4690157b32b60acb45e333e6", size = 794307 }, - { url = "https://files.pythonhosted.org/packages/6a/49/e95b491724500fcb760178ce8db39b923429e328e57bcf9162e32c2c187c/pyzmq-26.2.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7133d0a1677aec369d67dd78520d3fa96dd7f3dcec99d66c1762870e5ea1a50a", size = 752769 }, - { url = "https://files.pythonhosted.org/packages/9b/a9/50c9c06762b30792f71aaad8d1886748d39c4bffedc1171fbc6ad2b92d67/pyzmq-26.2.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:6a96179a24b14fa6428cbfc08641c779a53f8fcec43644030328f44034c7f1f4", size = 751338 }, - { url = "https://files.pythonhosted.org/packages/ca/63/27e6142b4f67a442ee480986ca5b88edb01462dd2319843057683a5148bd/pyzmq-26.2.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:4f78c88905461a9203eac9faac157a2a0dbba84a0fd09fd29315db27be40af9f", size = 550757 }, +sdist = { url = "https://files.pythonhosted.org/packages/fd/05/bed626b9f7bb2322cdbbf7b4bd8f54b1b617b0d2ab2d3547d6e39428a48e/pyzmq-26.2.0.tar.gz", hash = "sha256:070672c258581c8e4f640b5159297580a9974b026043bd4ab0470be9ed324f1f", size = 271975, upload-time = "2024-08-22T09:02:03.351Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/1f/a8/9837c39aba390eb7d01924ace49d761c8dbe7bc2d6082346d00c8332e431/pyzmq-26.2.0-cp310-cp310-macosx_10_15_universal2.whl", hash = "sha256:ddf33d97d2f52d89f6e6e7ae66ee35a4d9ca6f36eda89c24591b0c40205a3629", size = 1340058, upload-time = "2024-08-22T08:59:17.749Z" }, + { url = "https://files.pythonhosted.org/packages/a2/1f/a006f2e8e4f7d41d464272012695da17fb95f33b54342612a6890da96ff6/pyzmq-26.2.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:dacd995031a01d16eec825bf30802fceb2c3791ef24bcce48fa98ce40918c27b", size = 1008818, upload-time = "2024-08-22T08:59:19.43Z" }, + { url = "https://files.pythonhosted.org/packages/b6/09/b51b6683fde5ca04593a57bbe81788b6b43114d8f8ee4e80afc991e14760/pyzmq-26.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:89289a5ee32ef6c439086184529ae060c741334b8970a6855ec0b6ad3ff28764", size = 673199, upload-time = "2024-08-22T08:59:20.957Z" }, + { url = "https://files.pythonhosted.org/packages/c9/78/486f3e2e824f3a645238332bf5a4c4b4477c3063033a27c1e4052358dee2/pyzmq-26.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5506f06d7dc6ecf1efacb4a013b1f05071bb24b76350832c96449f4a2d95091c", size = 911762, upload-time = "2024-08-22T08:59:22.007Z" }, + { url = "https://files.pythonhosted.org/packages/5e/3b/2eb1667c9b866f53e76ee8b0c301b0469745a23bd5a87b7ee3d5dd9eb6e5/pyzmq-26.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8ea039387c10202ce304af74def5021e9adc6297067f3441d348d2b633e8166a", size = 868773, upload-time = "2024-08-22T08:59:23.242Z" }, + { url = "https://files.pythonhosted.org/packages/16/29/ca99b4598a9dc7e468b5417eda91f372b595be1e3eec9b7cbe8e5d3584e8/pyzmq-26.2.0-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:a2224fa4a4c2ee872886ed00a571f5e967c85e078e8e8c2530a2fb01b3309b88", size = 868834, upload-time = "2024-08-22T08:59:24.674Z" }, + { url = "https://files.pythonhosted.org/packages/ad/e5/9efaeb1d2f4f8c50da04144f639b042bc52869d3a206d6bf672ab3522163/pyzmq-26.2.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:28ad5233e9c3b52d76196c696e362508959741e1a005fb8fa03b51aea156088f", size = 1202861, upload-time = "2024-08-22T08:59:26.326Z" }, + { url = "https://files.pythonhosted.org/packages/c3/62/c721b5608a8ac0a69bb83cbb7d07a56f3ff00b3991a138e44198a16f94c7/pyzmq-26.2.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:1c17211bc037c7d88e85ed8b7d8f7e52db6dc8eca5590d162717c654550f7282", size = 1515304, upload-time = "2024-08-22T08:59:27.851Z" }, + { url = "https://files.pythonhosted.org/packages/87/84/e8bd321aa99b72f48d4606fc5a0a920154125bd0a4608c67eab742dab087/pyzmq-26.2.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:b8f86dd868d41bea9a5f873ee13bf5551c94cf6bc51baebc6f85075971fe6eea", size = 1414712, upload-time = "2024-08-22T08:59:29.611Z" }, + { url = "https://files.pythonhosted.org/packages/cd/cd/420e3fd1ac6977b008b72e7ad2dae6350cc84d4c5027fc390b024e61738f/pyzmq-26.2.0-cp310-cp310-win32.whl", hash = "sha256:46a446c212e58456b23af260f3d9fb785054f3e3653dbf7279d8f2b5546b21c2", size = 578113, upload-time = "2024-08-22T08:59:31.055Z" }, + { url = "https://files.pythonhosted.org/packages/5c/57/73930d56ed45ae0cb4946f383f985c855c9b3d4063f26416998f07523c0e/pyzmq-26.2.0-cp310-cp310-win_amd64.whl", hash = "sha256:49d34ab71db5a9c292a7644ce74190b1dd5a3475612eefb1f8be1d6961441971", size = 641631, upload-time = "2024-08-22T08:59:32.248Z" }, + { url = "https://files.pythonhosted.org/packages/61/d2/ae6ac5c397f1ccad59031c64beaafce7a0d6182e0452cc48f1c9c87d2dd0/pyzmq-26.2.0-cp310-cp310-win_arm64.whl", hash = "sha256:bfa832bfa540e5b5c27dcf5de5d82ebc431b82c453a43d141afb1e5d2de025fa", size = 543528, upload-time = "2024-08-22T08:59:33.698Z" }, + { url = "https://files.pythonhosted.org/packages/12/20/de7442172f77f7c96299a0ac70e7d4fb78cd51eca67aa2cf552b66c14196/pyzmq-26.2.0-cp311-cp311-macosx_10_15_universal2.whl", hash = "sha256:8f7e66c7113c684c2b3f1c83cdd3376103ee0ce4c49ff80a648643e57fb22218", size = 1340639, upload-time = "2024-08-22T08:59:35.163Z" }, + { url = "https://files.pythonhosted.org/packages/98/4d/5000468bd64c7910190ed0a6c76a1ca59a68189ec1f007c451dc181a22f4/pyzmq-26.2.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:3a495b30fc91db2db25120df5847d9833af237546fd59170701acd816ccc01c4", size = 1008710, upload-time = "2024-08-22T08:59:36.775Z" }, + { url = "https://files.pythonhosted.org/packages/e1/bf/c67fd638c2f9fbbab8090a3ee779370b97c82b84cc12d0c498b285d7b2c0/pyzmq-26.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:77eb0968da535cba0470a5165468b2cac7772cfb569977cff92e240f57e31bef", size = 673129, upload-time = "2024-08-22T08:59:38.012Z" }, + { url = "https://files.pythonhosted.org/packages/86/94/99085a3f492aa538161cbf27246e8886ff850e113e0c294a5b8245f13b52/pyzmq-26.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6ace4f71f1900a548f48407fc9be59c6ba9d9aaf658c2eea6cf2779e72f9f317", size = 910107, upload-time = "2024-08-22T08:59:39.437Z" }, + { url = "https://files.pythonhosted.org/packages/31/1d/346809e8a9b999646d03f21096428453465b1bca5cd5c64ecd048d9ecb01/pyzmq-26.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:92a78853d7280bffb93df0a4a6a2498cba10ee793cc8076ef797ef2f74d107cf", size = 867960, upload-time = "2024-08-22T08:59:40.606Z" }, + { url = "https://files.pythonhosted.org/packages/ab/68/6fb6ae5551846ad5beca295b7bca32bf0a7ce19f135cb30e55fa2314e6b6/pyzmq-26.2.0-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:689c5d781014956a4a6de61d74ba97b23547e431e9e7d64f27d4922ba96e9d6e", size = 869204, upload-time = "2024-08-22T08:59:42.782Z" }, + { url = "https://files.pythonhosted.org/packages/0f/f9/18417771dee223ccf0f48e29adf8b4e25ba6d0e8285e33bcbce078070bc3/pyzmq-26.2.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:0aca98bc423eb7d153214b2df397c6421ba6373d3397b26c057af3c904452e37", size = 1203351, upload-time = "2024-08-22T08:59:44.443Z" }, + { url = "https://files.pythonhosted.org/packages/e0/46/f13e67fe0d4f8a2315782cbad50493de6203ea0d744610faf4d5f5b16e90/pyzmq-26.2.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:1f3496d76b89d9429a656293744ceca4d2ac2a10ae59b84c1da9b5165f429ad3", size = 1514204, upload-time = "2024-08-22T08:59:45.913Z" }, + { url = "https://files.pythonhosted.org/packages/50/11/ddcf7343b7b7a226e0fc7b68cbf5a5bb56291fac07f5c3023bb4c319ebb4/pyzmq-26.2.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:5c2b3bfd4b9689919db068ac6c9911f3fcb231c39f7dd30e3138be94896d18e6", size = 1414339, upload-time = "2024-08-22T08:59:47.702Z" }, + { url = "https://files.pythonhosted.org/packages/01/14/1c18d7d5b7be2708f513f37c61bfadfa62161c10624f8733f1c8451b3509/pyzmq-26.2.0-cp311-cp311-win32.whl", hash = "sha256:eac5174677da084abf378739dbf4ad245661635f1600edd1221f150b165343f4", size = 576928, upload-time = "2024-08-22T08:59:48.856Z" }, + { url = "https://files.pythonhosted.org/packages/3b/1b/0a540edd75a41df14ec416a9a500b9fec66e554aac920d4c58fbd5756776/pyzmq-26.2.0-cp311-cp311-win_amd64.whl", hash = "sha256:5a509df7d0a83a4b178d0f937ef14286659225ef4e8812e05580776c70e155d5", size = 642317, upload-time = "2024-08-22T08:59:50.561Z" }, + { url = "https://files.pythonhosted.org/packages/98/77/1cbfec0358078a4c5add529d8a70892db1be900980cdb5dd0898b3d6ab9d/pyzmq-26.2.0-cp311-cp311-win_arm64.whl", hash = "sha256:c0e6091b157d48cbe37bd67233318dbb53e1e6327d6fc3bb284afd585d141003", size = 543834, upload-time = "2024-08-22T08:59:51.997Z" }, + { url = "https://files.pythonhosted.org/packages/28/2f/78a766c8913ad62b28581777ac4ede50c6d9f249d39c2963e279524a1bbe/pyzmq-26.2.0-cp312-cp312-macosx_10_15_universal2.whl", hash = "sha256:ded0fc7d90fe93ae0b18059930086c51e640cdd3baebdc783a695c77f123dcd9", size = 1343105, upload-time = "2024-08-22T08:59:53.18Z" }, + { url = "https://files.pythonhosted.org/packages/b7/9c/4b1e2d3d4065be715e007fe063ec7885978fad285f87eae1436e6c3201f4/pyzmq-26.2.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:17bf5a931c7f6618023cdacc7081f3f266aecb68ca692adac015c383a134ca52", size = 1008365, upload-time = "2024-08-22T08:59:54.4Z" }, + { url = "https://files.pythonhosted.org/packages/4f/ef/5a23ec689ff36d7625b38d121ef15abfc3631a9aecb417baf7a4245e4124/pyzmq-26.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:55cf66647e49d4621a7e20c8d13511ef1fe1efbbccf670811864452487007e08", size = 665923, upload-time = "2024-08-22T08:59:55.568Z" }, + { url = "https://files.pythonhosted.org/packages/ae/61/d436461a47437d63c6302c90724cf0981883ec57ceb6073873f32172d676/pyzmq-26.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4661c88db4a9e0f958c8abc2b97472e23061f0bc737f6f6179d7a27024e1faa5", size = 903400, upload-time = "2024-08-22T08:59:57.001Z" }, + { url = "https://files.pythonhosted.org/packages/47/42/fc6d35ecefe1739a819afaf6f8e686f7f02a4dd241c78972d316f403474c/pyzmq-26.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ea7f69de383cb47522c9c208aec6dd17697db7875a4674c4af3f8cfdac0bdeae", size = 860034, upload-time = "2024-08-22T08:59:58.259Z" }, + { url = "https://files.pythonhosted.org/packages/07/3b/44ea6266a6761e9eefaa37d98fabefa112328808ac41aa87b4bbb668af30/pyzmq-26.2.0-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:7f98f6dfa8b8ccaf39163ce872bddacca38f6a67289116c8937a02e30bbe9711", size = 860579, upload-time = "2024-08-22T08:59:59.514Z" }, + { url = "https://files.pythonhosted.org/packages/38/6f/4df2014ab553a6052b0e551b37da55166991510f9e1002c89cab7ce3b3f2/pyzmq-26.2.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:e3e0210287329272539eea617830a6a28161fbbd8a3271bf4150ae3e58c5d0e6", size = 1196246, upload-time = "2024-08-22T09:00:01.117Z" }, + { url = "https://files.pythonhosted.org/packages/38/9d/ee240fc0c9fe9817f0c9127a43238a3e28048795483c403cc10720ddef22/pyzmq-26.2.0-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:6b274e0762c33c7471f1a7471d1a2085b1a35eba5cdc48d2ae319f28b6fc4de3", size = 1507441, upload-time = "2024-08-22T09:00:02.851Z" }, + { url = "https://files.pythonhosted.org/packages/85/4f/01711edaa58d535eac4a26c294c617c9a01f09857c0ce191fd574d06f359/pyzmq-26.2.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:29c6a4635eef69d68a00321e12a7d2559fe2dfccfa8efae3ffb8e91cd0b36a8b", size = 1406498, upload-time = "2024-08-22T09:00:04.907Z" }, + { url = "https://files.pythonhosted.org/packages/07/18/907134c85c7152f679ed744e73e645b365f3ad571f38bdb62e36f347699a/pyzmq-26.2.0-cp312-cp312-win32.whl", hash = "sha256:989d842dc06dc59feea09e58c74ca3e1678c812a4a8a2a419046d711031f69c7", size = 575533, upload-time = "2024-08-22T09:00:06.326Z" }, + { url = "https://files.pythonhosted.org/packages/ce/2c/a6f4a20202a4d3c582ad93f95ee78d79bbdc26803495aec2912b17dbbb6c/pyzmq-26.2.0-cp312-cp312-win_amd64.whl", hash = "sha256:2a50625acdc7801bc6f74698c5c583a491c61d73c6b7ea4dee3901bb99adb27a", size = 637768, upload-time = "2024-08-22T09:00:08.137Z" }, + { url = "https://files.pythonhosted.org/packages/5f/0e/eb16ff731632d30554bf5af4dbba3ffcd04518219d82028aea4ae1b02ca5/pyzmq-26.2.0-cp312-cp312-win_arm64.whl", hash = "sha256:4d29ab8592b6ad12ebbf92ac2ed2bedcfd1cec192d8e559e2e099f648570e19b", size = 540675, upload-time = "2024-08-22T09:00:09.479Z" }, + { url = "https://files.pythonhosted.org/packages/04/a7/0f7e2f6c126fe6e62dbae0bc93b1bd3f1099cf7fea47a5468defebe3f39d/pyzmq-26.2.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:9dd8cd1aeb00775f527ec60022004d030ddc51d783d056e3e23e74e623e33726", size = 1006564, upload-time = "2024-08-22T09:00:11.054Z" }, + { url = "https://files.pythonhosted.org/packages/31/b6/a187165c852c5d49f826a690857684333a6a4a065af0a6015572d2284f6a/pyzmq-26.2.0-cp313-cp313-macosx_10_15_universal2.whl", hash = "sha256:28c812d9757fe8acecc910c9ac9dafd2ce968c00f9e619db09e9f8f54c3a68a3", size = 1340447, upload-time = "2024-08-22T09:00:12.547Z" }, + { url = "https://files.pythonhosted.org/packages/68/ba/f4280c58ff71f321602a6e24fd19879b7e79793fb8ab14027027c0fb58ef/pyzmq-26.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4d80b1dd99c1942f74ed608ddb38b181b87476c6a966a88a950c7dee118fdf50", size = 665485, upload-time = "2024-08-22T09:00:14.205Z" }, + { url = "https://files.pythonhosted.org/packages/77/b5/c987a5c53c7d8704216f29fc3d810b32f156bcea488a940e330e1bcbb88d/pyzmq-26.2.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8c997098cc65e3208eca09303630e84d42718620e83b733d0fd69543a9cab9cb", size = 903484, upload-time = "2024-08-22T09:00:16.148Z" }, + { url = "https://files.pythonhosted.org/packages/29/c9/07da157d2db18c72a7eccef8e684cefc155b712a88e3d479d930aa9eceba/pyzmq-26.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7ad1bc8d1b7a18497dda9600b12dc193c577beb391beae5cd2349184db40f187", size = 859981, upload-time = "2024-08-22T09:00:17.443Z" }, + { url = "https://files.pythonhosted.org/packages/43/09/e12501bd0b8394b7d02c41efd35c537a1988da67fc9c745cae9c6c776d31/pyzmq-26.2.0-cp313-cp313-manylinux_2_28_x86_64.whl", hash = "sha256:bea2acdd8ea4275e1278350ced63da0b166421928276c7c8e3f9729d7402a57b", size = 860334, upload-time = "2024-08-22T09:00:18.65Z" }, + { url = "https://files.pythonhosted.org/packages/eb/ff/f5ec1d455f8f7385cc0a8b2acd8c807d7fade875c14c44b85c1bddabae21/pyzmq-26.2.0-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:23f4aad749d13698f3f7b64aad34f5fc02d6f20f05999eebc96b89b01262fb18", size = 1196179, upload-time = "2024-08-22T09:00:19.981Z" }, + { url = "https://files.pythonhosted.org/packages/ec/8a/bb2ac43295b1950fe436a81fc5b298be0b96ac76fb029b514d3ed58f7b27/pyzmq-26.2.0-cp313-cp313-musllinux_1_1_i686.whl", hash = "sha256:a4f96f0d88accc3dbe4a9025f785ba830f968e21e3e2c6321ccdfc9aef755115", size = 1507668, upload-time = "2024-08-22T09:00:21.249Z" }, + { url = "https://files.pythonhosted.org/packages/a9/49/dbc284ebcfd2dca23f6349227ff1616a7ee2c4a35fe0a5d6c3deff2b4fed/pyzmq-26.2.0-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:ced65e5a985398827cc9276b93ef6dfabe0273c23de8c7931339d7e141c2818e", size = 1406539, upload-time = "2024-08-22T09:00:22.742Z" }, + { url = "https://files.pythonhosted.org/packages/00/68/093cdce3fe31e30a341d8e52a1ad86392e13c57970d722c1f62a1d1a54b6/pyzmq-26.2.0-cp313-cp313-win32.whl", hash = "sha256:31507f7b47cc1ead1f6e86927f8ebb196a0bab043f6345ce070f412a59bf87b5", size = 575567, upload-time = "2024-08-22T09:00:24.2Z" }, + { url = "https://files.pythonhosted.org/packages/92/ae/6cc4657148143412b5819b05e362ae7dd09fb9fe76e2a539dcff3d0386bc/pyzmq-26.2.0-cp313-cp313-win_amd64.whl", hash = "sha256:70fc7fcf0410d16ebdda9b26cbd8bf8d803d220a7f3522e060a69a9c87bf7bad", size = 637551, upload-time = "2024-08-22T09:00:25.58Z" }, + { url = "https://files.pythonhosted.org/packages/6c/67/fbff102e201688f97c8092e4c3445d1c1068c2f27bbd45a578df97ed5f94/pyzmq-26.2.0-cp313-cp313-win_arm64.whl", hash = "sha256:c3789bd5768ab5618ebf09cef6ec2b35fed88709b104351748a63045f0ff9797", size = 540378, upload-time = "2024-08-22T09:00:27.572Z" }, + { url = "https://files.pythonhosted.org/packages/3f/fe/2d998380b6e0122c6c4bdf9b6caf490831e5f5e2d08a203b5adff060c226/pyzmq-26.2.0-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:034da5fc55d9f8da09015d368f519478a52675e558c989bfcb5cf6d4e16a7d2a", size = 1007378, upload-time = "2024-08-22T09:00:29.274Z" }, + { url = "https://files.pythonhosted.org/packages/4a/f4/30d6e7157f12b3a0390bde94d6a8567cdb88846ed068a6e17238a4ccf600/pyzmq-26.2.0-cp313-cp313t-macosx_10_15_universal2.whl", hash = "sha256:c92d73464b886931308ccc45b2744e5968cbaade0b1d6aeb40d8ab537765f5bc", size = 1329532, upload-time = "2024-08-22T09:00:30.683Z" }, + { url = "https://files.pythonhosted.org/packages/82/86/3fe917870e15ee1c3ad48229a2a64458e36036e64b4afa9659045d82bfa8/pyzmq-26.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:794a4562dcb374f7dbbfb3f51d28fb40123b5a2abadee7b4091f93054909add5", size = 653242, upload-time = "2024-08-22T09:00:32.562Z" }, + { url = "https://files.pythonhosted.org/packages/50/2d/242e7e6ef6c8c19e6cb52d095834508cd581ffb925699fd3c640cdc758f1/pyzmq-26.2.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:aee22939bb6075e7afededabad1a56a905da0b3c4e3e0c45e75810ebe3a52672", size = 888404, upload-time = "2024-08-22T09:00:33.982Z" }, + { url = "https://files.pythonhosted.org/packages/ac/11/7270566e1f31e4ea73c81ec821a4b1688fd551009a3d2bab11ec66cb1e8f/pyzmq-26.2.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2ae90ff9dad33a1cfe947d2c40cb9cb5e600d759ac4f0fd22616ce6540f72797", size = 845858, upload-time = "2024-08-22T09:00:35.251Z" }, + { url = "https://files.pythonhosted.org/packages/91/d5/72b38fbc69867795c8711bdd735312f9fef1e3d9204e2f63ab57085434b9/pyzmq-26.2.0-cp313-cp313t-manylinux_2_28_x86_64.whl", hash = "sha256:43a47408ac52647dfabbc66a25b05b6a61700b5165807e3fbd40063fcaf46386", size = 847375, upload-time = "2024-08-22T09:00:36.546Z" }, + { url = "https://files.pythonhosted.org/packages/dd/9a/10ed3c7f72b4c24e719c59359fbadd1a27556a28b36cdf1cd9e4fb7845d5/pyzmq-26.2.0-cp313-cp313t-musllinux_1_1_aarch64.whl", hash = "sha256:25bf2374a2a8433633c65ccb9553350d5e17e60c8eb4de4d92cc6bd60f01d306", size = 1183489, upload-time = "2024-08-22T09:00:37.819Z" }, + { url = "https://files.pythonhosted.org/packages/72/2d/8660892543fabf1fe41861efa222455811adac9f3c0818d6c3170a1153e3/pyzmq-26.2.0-cp313-cp313t-musllinux_1_1_i686.whl", hash = "sha256:007137c9ac9ad5ea21e6ad97d3489af654381324d5d3ba614c323f60dab8fae6", size = 1492932, upload-time = "2024-08-22T09:00:39.127Z" }, + { url = "https://files.pythonhosted.org/packages/7b/d6/32fd69744afb53995619bc5effa2a405ae0d343cd3e747d0fbc43fe894ee/pyzmq-26.2.0-cp313-cp313t-musllinux_1_1_x86_64.whl", hash = "sha256:470d4a4f6d48fb34e92d768b4e8a5cc3780db0d69107abf1cd7ff734b9766eb0", size = 1392485, upload-time = "2024-08-22T09:00:40.432Z" }, + { url = "https://files.pythonhosted.org/packages/ac/9e/ad5fbbe1bcc7a9d1e8c5f4f7de48f2c1dc481e151ef80cc1ce9a7fe67b55/pyzmq-26.2.0-cp39-cp39-macosx_10_15_universal2.whl", hash = "sha256:b1d464cb8d72bfc1a3adc53305a63a8e0cac6bc8c5a07e8ca190ab8d3faa43c2", size = 1341256, upload-time = "2024-08-22T09:01:10.314Z" }, + { url = "https://files.pythonhosted.org/packages/4c/d9/d7a8022108c214803a82b0b69d4885cee00933d21928f1f09dca371cf4bf/pyzmq-26.2.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:4da04c48873a6abdd71811c5e163bd656ee1b957971db7f35140a2d573f6949c", size = 1009385, upload-time = "2024-08-22T09:01:11.815Z" }, + { url = "https://files.pythonhosted.org/packages/ed/69/0529b59ac667ea8bfe8796ac71796b688fbb42ff78e06525dabfed3bc7ae/pyzmq-26.2.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:d049df610ac811dcffdc147153b414147428567fbbc8be43bb8885f04db39d98", size = 908009, upload-time = "2024-08-22T09:01:13.235Z" }, + { url = "https://files.pythonhosted.org/packages/6e/bd/3ff3e1172f12f55769793a3a334e956ec2886805ebfb2f64756b6b5c6a1a/pyzmq-26.2.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:05590cdbc6b902101d0e65d6a4780af14dc22914cc6ab995d99b85af45362cc9", size = 862078, upload-time = "2024-08-22T09:01:14.713Z" }, + { url = "https://files.pythonhosted.org/packages/c3/ec/ab13585c3a1f48e2874253844c47b194d56eb25c94718691349c646f336f/pyzmq-26.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c811cfcd6a9bf680236c40c6f617187515269ab2912f3d7e8c0174898e2519db", size = 673756, upload-time = "2024-08-22T09:01:16.158Z" }, + { url = "https://files.pythonhosted.org/packages/1e/be/febcd4b04dd50ee6d514dfbc33a3d5d9cb38ec9516e02bbfc929baa0f141/pyzmq-26.2.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:6835dd60355593de10350394242b5757fbbd88b25287314316f266e24c61d073", size = 1203684, upload-time = "2024-08-22T09:01:17.695Z" }, + { url = "https://files.pythonhosted.org/packages/16/28/304150e71afd2df3b82f52f66c0d8ab9ac6fe1f1ffdf92bad4c8cc91d557/pyzmq-26.2.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:bc6bee759a6bddea5db78d7dcd609397449cb2d2d6587f48f3ca613b19410cfc", size = 1515864, upload-time = "2024-08-22T09:01:19.142Z" }, + { url = "https://files.pythonhosted.org/packages/18/89/8d48d8cd505c12a1f5edee597cc32ffcedc65fd8d2603aebaaedc38a7041/pyzmq-26.2.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:c530e1eecd036ecc83c3407f77bb86feb79916d4a33d11394b8234f3bd35b940", size = 1415383, upload-time = "2024-08-22T09:01:21.67Z" }, + { url = "https://files.pythonhosted.org/packages/d4/7e/43a60c3b179f7da0cbc2b649bd2702fd6a39bff5f72aa38d6e1aeb00256d/pyzmq-26.2.0-cp39-cp39-win32.whl", hash = "sha256:367b4f689786fca726ef7a6c5ba606958b145b9340a5e4808132cc65759abd44", size = 578540, upload-time = "2024-08-22T09:01:23.147Z" }, + { url = "https://files.pythonhosted.org/packages/3a/55/8841dcd28f783ad06674c8fe8d7d72794b548d0bff8829aaafeb72e8b44d/pyzmq-26.2.0-cp39-cp39-win_amd64.whl", hash = "sha256:e6fa2e3e683f34aea77de8112f6483803c96a44fd726d7358b9888ae5bb394ec", size = 642147, upload-time = "2024-08-22T09:01:24.533Z" }, + { url = "https://files.pythonhosted.org/packages/b4/78/b3c31ccfcfcdd6ea50b6abc8f46a2a7aadb9c3d40531d1b908d834aaa12e/pyzmq-26.2.0-cp39-cp39-win_arm64.whl", hash = "sha256:7445be39143a8aa4faec43b076e06944b8f9d0701b669df4af200531b21e40bb", size = 543903, upload-time = "2024-08-22T09:01:25.931Z" }, + { url = "https://files.pythonhosted.org/packages/53/fb/36b2b2548286e9444e52fcd198760af99fd89102b5be50f0660fcfe902df/pyzmq-26.2.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:706e794564bec25819d21a41c31d4df2d48e1cc4b061e8d345d7fb4dd3e94072", size = 906955, upload-time = "2024-08-22T09:01:27.361Z" }, + { url = "https://files.pythonhosted.org/packages/77/8f/6ce54f8979a01656e894946db6299e2273fcee21c8e5fa57c6295ef11f57/pyzmq-26.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8b435f2753621cd36e7c1762156815e21c985c72b19135dac43a7f4f31d28dd1", size = 565701, upload-time = "2024-08-22T09:01:28.842Z" }, + { url = "https://files.pythonhosted.org/packages/ee/1c/bf8cd66730a866b16db8483286078892b7f6536f8c389fb46e4beba0a970/pyzmq-26.2.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:160c7e0a5eb178011e72892f99f918c04a131f36056d10d9c1afb223fc952c2d", size = 794312, upload-time = "2024-08-22T09:01:30.592Z" }, + { url = "https://files.pythonhosted.org/packages/71/43/91fa4ff25bbfdc914ab6bafa0f03241d69370ef31a761d16bb859f346582/pyzmq-26.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2c4a71d5d6e7b28a47a394c0471b7e77a0661e2d651e7ae91e0cab0a587859ca", size = 752775, upload-time = "2024-08-22T09:01:32.459Z" }, + { url = "https://files.pythonhosted.org/packages/ec/d2/3b2ab40f455a256cb6672186bea95cd97b459ce4594050132d71e76f0d6f/pyzmq-26.2.0-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:90412f2db8c02a3864cbfc67db0e3dcdbda336acf1c469526d3e869394fe001c", size = 550762, upload-time = "2024-08-22T09:01:34.136Z" }, + { url = "https://files.pythonhosted.org/packages/6c/78/3096d72581365dfb0081ac9512a3b53672fa69854aa174d78636510c4db8/pyzmq-26.2.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl", hash = "sha256:cdeabcff45d1c219636ee2e54d852262e5c2e085d6cb476d938aee8d921356b3", size = 906945, upload-time = "2024-08-22T09:01:52.577Z" }, + { url = "https://files.pythonhosted.org/packages/da/f2/8054574d77c269c31d055d4daf3d8407adf61ea384a50c8d14b158551d09/pyzmq-26.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:35cffef589bcdc587d06f9149f8d5e9e8859920a071df5a2671de2213bef592a", size = 565698, upload-time = "2024-08-22T09:01:54.381Z" }, + { url = "https://files.pythonhosted.org/packages/77/21/c3ad93236d1d60eea10b67528f55e7db115a9d32e2bf163fcf601f85e9cc/pyzmq-26.2.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:18c8dc3b7468d8b4bdf60ce9d7141897da103c7a4690157b32b60acb45e333e6", size = 794307, upload-time = "2024-08-22T09:01:55.876Z" }, + { url = "https://files.pythonhosted.org/packages/6a/49/e95b491724500fcb760178ce8db39b923429e328e57bcf9162e32c2c187c/pyzmq-26.2.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7133d0a1677aec369d67dd78520d3fa96dd7f3dcec99d66c1762870e5ea1a50a", size = 752769, upload-time = "2024-08-22T09:01:57.636Z" }, + { url = "https://files.pythonhosted.org/packages/9b/a9/50c9c06762b30792f71aaad8d1886748d39c4bffedc1171fbc6ad2b92d67/pyzmq-26.2.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:6a96179a24b14fa6428cbfc08641c779a53f8fcec43644030328f44034c7f1f4", size = 751338, upload-time = "2024-08-22T09:01:59.666Z" }, + { url = "https://files.pythonhosted.org/packages/ca/63/27e6142b4f67a442ee480986ca5b88edb01462dd2319843057683a5148bd/pyzmq-26.2.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:4f78c88905461a9203eac9faac157a2a0dbba84a0fd09fd29315db27be40af9f", size = 550757, upload-time = "2024-08-22T09:02:01.576Z" }, ] [[package]] @@ -1865,9 +1895,9 @@ dependencies = [ { name = "attrs" }, { name = "rpds-py" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/99/5b/73ca1f8e72fff6fa52119dbd185f73a907b1989428917b24cff660129b6d/referencing-0.35.1.tar.gz", hash = "sha256:25b42124a6c8b632a425174f24087783efb348a6f1e0008e63cd4466fedf703c", size = 62991 } +sdist = { url = "https://files.pythonhosted.org/packages/99/5b/73ca1f8e72fff6fa52119dbd185f73a907b1989428917b24cff660129b6d/referencing-0.35.1.tar.gz", hash = "sha256:25b42124a6c8b632a425174f24087783efb348a6f1e0008e63cd4466fedf703c", size = 62991, upload-time = "2024-05-01T20:26:04.574Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/b7/59/2056f61236782a2c86b33906c025d4f4a0b17be0161b63b70fd9e8775d36/referencing-0.35.1-py3-none-any.whl", hash = "sha256:eda6d3234d62814d1c64e305c1331c9a3a6132da475ab6382eaa997b21ee75de", size = 26684 }, + { url = "https://files.pythonhosted.org/packages/b7/59/2056f61236782a2c86b33906c025d4f4a0b17be0161b63b70fd9e8775d36/referencing-0.35.1-py3-none-any.whl", hash = "sha256:eda6d3234d62814d1c64e305c1331c9a3a6132da475ab6382eaa997b21ee75de", size = 26684, upload-time = "2024-05-01T20:26:02.078Z" }, ] [[package]] @@ -1880,9 +1910,9 @@ dependencies = [ { name = "idna" }, { name = "urllib3" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760", size = 131218 } +sdist = { url = "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760", size = 131218, upload-time = "2024-05-29T15:37:49.536Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6", size = 64928 }, + { url = "https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6", size = 64928, upload-time = "2024-05-29T15:37:47.027Z" }, ] [[package]] @@ -1892,115 +1922,115 @@ source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "six" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/28/ea/a9387748e2d111c3c2b275ba970b735e04e15cdb1eb30693b6b5708c4dbd/rfc3339_validator-0.1.4.tar.gz", hash = "sha256:138a2abdf93304ad60530167e51d2dfb9549521a836871b88d7f4695d0022f6b", size = 5513 } +sdist = { url = "https://files.pythonhosted.org/packages/28/ea/a9387748e2d111c3c2b275ba970b735e04e15cdb1eb30693b6b5708c4dbd/rfc3339_validator-0.1.4.tar.gz", hash = "sha256:138a2abdf93304ad60530167e51d2dfb9549521a836871b88d7f4695d0022f6b", size = 5513, upload-time = "2021-05-12T16:37:54.178Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/7b/44/4e421b96b67b2daff264473f7465db72fbdf36a07e05494f50300cc7b0c6/rfc3339_validator-0.1.4-py2.py3-none-any.whl", hash = "sha256:24f6ec1eda14ef823da9e36ec7113124b39c04d50a4d3d3a3c2859577e7791fa", size = 3490 }, + { url = "https://files.pythonhosted.org/packages/7b/44/4e421b96b67b2daff264473f7465db72fbdf36a07e05494f50300cc7b0c6/rfc3339_validator-0.1.4-py2.py3-none-any.whl", hash = "sha256:24f6ec1eda14ef823da9e36ec7113124b39c04d50a4d3d3a3c2859577e7791fa", size = 3490, upload-time = "2021-05-12T16:37:52.536Z" }, ] [[package]] name = "rfc3986-validator" version = "0.1.1" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/da/88/f270de456dd7d11dcc808abfa291ecdd3f45ff44e3b549ffa01b126464d0/rfc3986_validator-0.1.1.tar.gz", hash = "sha256:3d44bde7921b3b9ec3ae4e3adca370438eccebc676456449b145d533b240d055", size = 6760 } +sdist = { url = "https://files.pythonhosted.org/packages/da/88/f270de456dd7d11dcc808abfa291ecdd3f45ff44e3b549ffa01b126464d0/rfc3986_validator-0.1.1.tar.gz", hash = "sha256:3d44bde7921b3b9ec3ae4e3adca370438eccebc676456449b145d533b240d055", size = 6760, upload-time = "2019-10-28T16:00:19.144Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/9e/51/17023c0f8f1869d8806b979a2bffa3f861f26a3f1a66b094288323fba52f/rfc3986_validator-0.1.1-py2.py3-none-any.whl", hash = "sha256:2f235c432ef459970b4306369336b9d5dbdda31b510ca1e327636e01f528bfa9", size = 4242 }, + { url = "https://files.pythonhosted.org/packages/9e/51/17023c0f8f1869d8806b979a2bffa3f861f26a3f1a66b094288323fba52f/rfc3986_validator-0.1.1-py2.py3-none-any.whl", hash = "sha256:2f235c432ef459970b4306369336b9d5dbdda31b510ca1e327636e01f528bfa9", size = 4242, upload-time = "2019-10-28T16:00:13.976Z" }, ] [[package]] name = "rpds-py" version = "0.20.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/55/64/b693f262791b818880d17268f3f8181ef799b0d187f6f731b1772e05a29a/rpds_py-0.20.0.tar.gz", hash = "sha256:d72a210824facfdaf8768cf2d7ca25a042c30320b3020de2fa04640920d4e121", size = 25814 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/71/2d/a7e60483b72b91909e18f29a5c5ae847bac4e2ae95b77bb77e1f41819a58/rpds_py-0.20.0-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:3ad0fda1635f8439cde85c700f964b23ed5fc2d28016b32b9ee5fe30da5c84e2", size = 318432 }, - { url = "https://files.pythonhosted.org/packages/b5/b4/f15b0c55a6d880ce74170e7e28c3ed6c5acdbbd118df50b91d1dabf86008/rpds_py-0.20.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9bb4a0d90fdb03437c109a17eade42dfbf6190408f29b2744114d11586611d6f", size = 311333 }, - { url = "https://files.pythonhosted.org/packages/36/10/3f4e490fe6eb069c07c22357d0b4804cd94cb9f8d01345ef9b1d93482b9d/rpds_py-0.20.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c6377e647bbfd0a0b159fe557f2c6c602c159fc752fa316572f012fc0bf67150", size = 366697 }, - { url = "https://files.pythonhosted.org/packages/f5/c8/cd6ab31b4424c7fab3b17e153b6ea7d1bb0d7cabea5c1ef683cc8adb8bc2/rpds_py-0.20.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:eb851b7df9dda52dc1415ebee12362047ce771fc36914586b2e9fcbd7d293b3e", size = 368386 }, - { url = "https://files.pythonhosted.org/packages/60/5e/642a44fda6dda90b5237af7a0ef1d088159c30a504852b94b0396eb62125/rpds_py-0.20.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1e0f80b739e5a8f54837be5d5c924483996b603d5502bfff79bf33da06164ee2", size = 395374 }, - { url = "https://files.pythonhosted.org/packages/7c/b5/ff18c093c9e72630f6d6242e5ccb0728ef8265ba0a154b5972f89d23790a/rpds_py-0.20.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5a8c94dad2e45324fc74dce25e1645d4d14df9a4e54a30fa0ae8bad9a63928e3", size = 433189 }, - { url = "https://files.pythonhosted.org/packages/4a/6d/1166a157b227f2333f8e8ae320b6b7ea2a6a38fbe7a3563ad76dffc8608d/rpds_py-0.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f8e604fe73ba048c06085beaf51147eaec7df856824bfe7b98657cf436623daf", size = 354849 }, - { url = "https://files.pythonhosted.org/packages/70/a4/70ea49863ea09ae4c2971f2eef58e80b757e3c0f2f618c5815bb751f7847/rpds_py-0.20.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:df3de6b7726b52966edf29663e57306b23ef775faf0ac01a3e9f4012a24a4140", size = 373233 }, - { url = "https://files.pythonhosted.org/packages/3b/d3/822a28152a1e7e2ba0dc5d06cf8736f4cd64b191bb6ec47fb51d1c3c5ccf/rpds_py-0.20.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:cf258ede5bc22a45c8e726b29835b9303c285ab46fc7c3a4cc770736b5304c9f", size = 541852 }, - { url = "https://files.pythonhosted.org/packages/c6/a5/6ef91e4425dc8b3445ff77d292fc4c5e37046462434a0423c4e0a596a8bd/rpds_py-0.20.0-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:55fea87029cded5df854ca7e192ec7bdb7ecd1d9a3f63d5c4eb09148acf4a7ce", size = 547630 }, - { url = "https://files.pythonhosted.org/packages/72/f8/d5625ee05c4e5c478954a16d9359069c66fe8ac8cd5ddf28f80d3b321837/rpds_py-0.20.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:ae94bd0b2f02c28e199e9bc51485d0c5601f58780636185660f86bf80c89af94", size = 525766 }, - { url = "https://files.pythonhosted.org/packages/94/3c/1ff1ed6ae323b3e16fdfcdae0f0a67f373a6c3d991229dc32b499edeffb7/rpds_py-0.20.0-cp310-none-win32.whl", hash = "sha256:28527c685f237c05445efec62426d285e47a58fb05ba0090a4340b73ecda6dee", size = 199174 }, - { url = "https://files.pythonhosted.org/packages/ec/ba/5762c0aee2403dfea14ed74b0f8a2415cfdbb21cf745d600d9a8ac952c5b/rpds_py-0.20.0-cp310-none-win_amd64.whl", hash = "sha256:238a2d5b1cad28cdc6ed15faf93a998336eb041c4e440dd7f902528b8891b399", size = 213543 }, - { url = "https://files.pythonhosted.org/packages/ab/2a/191374c52d7be0b056cc2a04d718d2244c152f915d4a8d2db2aacc526189/rpds_py-0.20.0-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:ac2f4f7a98934c2ed6505aead07b979e6f999389f16b714448fb39bbaa86a489", size = 318369 }, - { url = "https://files.pythonhosted.org/packages/0e/6a/2c9fdcc6d235ac0d61ec4fd9981184689c3e682abd05e3caa49bccb9c298/rpds_py-0.20.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:220002c1b846db9afd83371d08d239fdc865e8f8c5795bbaec20916a76db3318", size = 311303 }, - { url = "https://files.pythonhosted.org/packages/d2/b2/725487d29633f64ef8f9cbf4729111a0b61702c8f8e94db1653930f52cce/rpds_py-0.20.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8d7919548df3f25374a1f5d01fbcd38dacab338ef5f33e044744b5c36729c8db", size = 366424 }, - { url = "https://files.pythonhosted.org/packages/7a/8c/668195ab9226d01b7cf7cd9e59c1c0be1df05d602df7ec0cf46f857dcf59/rpds_py-0.20.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:758406267907b3781beee0f0edfe4a179fbd97c0be2e9b1154d7f0a1279cf8e5", size = 368359 }, - { url = "https://files.pythonhosted.org/packages/52/28/356f6a39c1adeb02cf3e5dd526f5e8e54e17899bef045397abcfbf50dffa/rpds_py-0.20.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3d61339e9f84a3f0767b1995adfb171a0d00a1185192718a17af6e124728e0f5", size = 394886 }, - { url = "https://files.pythonhosted.org/packages/a2/65/640fb1a89080a8fb6f4bebd3dafb65a2edba82e2e44c33e6eb0f3e7956f1/rpds_py-0.20.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1259c7b3705ac0a0bd38197565a5d603218591d3f6cee6e614e380b6ba61c6f6", size = 432416 }, - { url = "https://files.pythonhosted.org/packages/a7/e8/85835077b782555d6b3416874b702ea6ebd7db1f145283c9252968670dd5/rpds_py-0.20.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5c1dc0f53856b9cc9a0ccca0a7cc61d3d20a7088201c0937f3f4048c1718a209", size = 354819 }, - { url = "https://files.pythonhosted.org/packages/4f/87/1ac631e923d65cbf36fbcfc6eaa702a169496de1311e54be142f178e53ee/rpds_py-0.20.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:7e60cb630f674a31f0368ed32b2a6b4331b8350d67de53c0359992444b116dd3", size = 373282 }, - { url = "https://files.pythonhosted.org/packages/e4/ce/cb316f7970189e217b998191c7cf0da2ede3d5437932c86a7210dc1e9994/rpds_py-0.20.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:dbe982f38565bb50cb7fb061ebf762c2f254ca3d8c20d4006878766e84266272", size = 541540 }, - { url = "https://files.pythonhosted.org/packages/90/d7/4112d7655ec8aff168ecc91d4ceb51c557336edde7e6ccf6463691a2f253/rpds_py-0.20.0-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:514b3293b64187172bc77c8fb0cdae26981618021053b30d8371c3a902d4d5ad", size = 547640 }, - { url = "https://files.pythonhosted.org/packages/ab/44/4f61d64dfed98cc71623f3a7fcb612df636a208b4b2c6611eaa985e130a9/rpds_py-0.20.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:d0a26ffe9d4dd35e4dfdd1e71f46401cff0181c75ac174711ccff0459135fa58", size = 525555 }, - { url = "https://files.pythonhosted.org/packages/35/f2/a862d81eacb21f340d584cd1c749c289979f9a60e9229f78bffc0418a199/rpds_py-0.20.0-cp311-none-win32.whl", hash = "sha256:89c19a494bf3ad08c1da49445cc5d13d8fefc265f48ee7e7556839acdacf69d0", size = 199338 }, - { url = "https://files.pythonhosted.org/packages/cc/ec/77d0674f9af4872919f3738018558dd9d37ad3f7ad792d062eadd4af7cba/rpds_py-0.20.0-cp311-none-win_amd64.whl", hash = "sha256:c638144ce971df84650d3ed0096e2ae7af8e62ecbbb7b201c8935c370df00a2c", size = 213585 }, - { url = "https://files.pythonhosted.org/packages/89/b7/f9682c5cc37fcc035f4a0fc33c1fe92ec9cbfdee0cdfd071cf948f53e0df/rpds_py-0.20.0-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:a84ab91cbe7aab97f7446652d0ed37d35b68a465aeef8fc41932a9d7eee2c1a6", size = 321468 }, - { url = "https://files.pythonhosted.org/packages/b8/ad/fc82be4eaceb8d444cb6fc1956ce972b3a0795104279de05e0e4131d0a47/rpds_py-0.20.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:56e27147a5a4c2c21633ff8475d185734c0e4befd1c989b5b95a5d0db699b21b", size = 313062 }, - { url = "https://files.pythonhosted.org/packages/0e/1c/6039e80b13a08569a304dc13476dc986352dca4598e909384db043b4e2bb/rpds_py-0.20.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2580b0c34583b85efec8c5c5ec9edf2dfe817330cc882ee972ae650e7b5ef739", size = 370168 }, - { url = "https://files.pythonhosted.org/packages/dc/c9/5b9aa35acfb58946b4b785bc8e700ac313669e02fb100f3efa6176a83e81/rpds_py-0.20.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:b80d4a7900cf6b66bb9cee5c352b2d708e29e5a37fe9bf784fa97fc11504bf6c", size = 371376 }, - { url = "https://files.pythonhosted.org/packages/7b/dd/0e0dbeb70d8a5357d2814764d467ded98d81d90d3570de4fb05ec7224f6b/rpds_py-0.20.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:50eccbf054e62a7b2209b28dc7a22d6254860209d6753e6b78cfaeb0075d7bee", size = 397200 }, - { url = "https://files.pythonhosted.org/packages/e4/da/a47d931eb688ccfd77a7389e45935c79c41e8098d984d87335004baccb1d/rpds_py-0.20.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:49a8063ea4296b3a7e81a5dfb8f7b2d73f0b1c20c2af401fb0cdf22e14711a96", size = 426824 }, - { url = "https://files.pythonhosted.org/packages/0f/f7/a59a673594e6c2ff2dbc44b00fd4ecdec2fc399bb6a7bd82d612699a0121/rpds_py-0.20.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ea438162a9fcbee3ecf36c23e6c68237479f89f962f82dae83dc15feeceb37e4", size = 357967 }, - { url = "https://files.pythonhosted.org/packages/5f/61/3ba1905396b2cb7088f9503a460b87da33452da54d478cb9241f6ad16d00/rpds_py-0.20.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:18d7585c463087bddcfa74c2ba267339f14f2515158ac4db30b1f9cbdb62c8ef", size = 378905 }, - { url = "https://files.pythonhosted.org/packages/08/31/6d0df9356b4edb0a3a077f1ef714e25ad21f9f5382fc490c2383691885ea/rpds_py-0.20.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:d4c7d1a051eeb39f5c9547e82ea27cbcc28338482242e3e0b7768033cb083821", size = 546348 }, - { url = "https://files.pythonhosted.org/packages/ae/15/d33c021de5cb793101df9961c3c746dfc476953dbbf5db337d8010dffd4e/rpds_py-0.20.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:e4df1e3b3bec320790f699890d41c59d250f6beda159ea3c44c3f5bac1976940", size = 553152 }, - { url = "https://files.pythonhosted.org/packages/70/2d/5536d28c507a4679179ab15aa0049440e4d3dd6752050fa0843ed11e9354/rpds_py-0.20.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:2cf126d33a91ee6eedc7f3197b53e87a2acdac63602c0f03a02dd69e4b138174", size = 528807 }, - { url = "https://files.pythonhosted.org/packages/e3/62/7ebe6ec0d3dd6130921f8cffb7e34afb7f71b3819aa0446a24c5e81245ec/rpds_py-0.20.0-cp312-none-win32.whl", hash = "sha256:8bc7690f7caee50b04a79bf017a8d020c1f48c2a1077ffe172abec59870f1139", size = 200993 }, - { url = "https://files.pythonhosted.org/packages/ec/2f/b938864d66b86a6e4acadefdc56de75ef56f7cafdfd568a6464605457bd5/rpds_py-0.20.0-cp312-none-win_amd64.whl", hash = "sha256:0e13e6952ef264c40587d510ad676a988df19adea20444c2b295e536457bc585", size = 214458 }, - { url = "https://files.pythonhosted.org/packages/99/32/43b919a0a423c270a838ac2726b1c7168b946f2563fd99a51aaa9692d00f/rpds_py-0.20.0-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:aa9a0521aeca7d4941499a73ad7d4f8ffa3d1affc50b9ea11d992cd7eff18a29", size = 321465 }, - { url = "https://files.pythonhosted.org/packages/58/a9/c4d899cb28e9e47b0ff12462e8f827381f243176036f17bef9c1604667f2/rpds_py-0.20.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:4a1f1d51eccb7e6c32ae89243cb352389228ea62f89cd80823ea7dd1b98e0b91", size = 312900 }, - { url = "https://files.pythonhosted.org/packages/8f/90/9e51670575b5dfaa8c823369ef7d943087bfb73d4f124a99ad6ef19a2b26/rpds_py-0.20.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8a86a9b96070674fc88b6f9f71a97d2c1d3e5165574615d1f9168ecba4cecb24", size = 370973 }, - { url = "https://files.pythonhosted.org/packages/fc/c1/523f2a03f853fc0d4c1acbef161747e9ab7df0a8abf6236106e333540921/rpds_py-0.20.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:6c8ef2ebf76df43f5750b46851ed1cdf8f109d7787ca40035fe19fbdc1acc5a7", size = 370890 }, - { url = "https://files.pythonhosted.org/packages/51/ca/2458a771f16b0931de4d384decbe43016710bc948036c8f4562d6e063437/rpds_py-0.20.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b74b25f024b421d5859d156750ea9a65651793d51b76a2e9238c05c9d5f203a9", size = 397174 }, - { url = "https://files.pythonhosted.org/packages/00/7d/6e06807f6305ea2408b364efb0eef83a6e21b5e7b5267ad6b473b9a7e416/rpds_py-0.20.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:57eb94a8c16ab08fef6404301c38318e2c5a32216bf5de453e2714c964c125c8", size = 426449 }, - { url = "https://files.pythonhosted.org/packages/8c/d1/6c9e65260a819a1714510a7d69ac1d68aa23ee9ce8a2d9da12187263c8fc/rpds_py-0.20.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e1940dae14e715e2e02dfd5b0f64a52e8374a517a1e531ad9412319dc3ac7879", size = 357698 }, - { url = "https://files.pythonhosted.org/packages/5d/fb/ecea8b5286d2f03eec922be7173a03ed17278944f7c124348f535116db15/rpds_py-0.20.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:d20277fd62e1b992a50c43f13fbe13277a31f8c9f70d59759c88f644d66c619f", size = 378530 }, - { url = "https://files.pythonhosted.org/packages/e3/e3/ac72f858957f52a109c588589b73bd2fad4a0fc82387fb55fb34aeb0f9cd/rpds_py-0.20.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:06db23d43f26478303e954c34c75182356ca9aa7797d22c5345b16871ab9c45c", size = 545753 }, - { url = "https://files.pythonhosted.org/packages/b2/a4/a27683b519d5fc98e4390a3b130117d80fd475c67aeda8aac83c0e8e326a/rpds_py-0.20.0-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:b2a5db5397d82fa847e4c624b0c98fe59d2d9b7cf0ce6de09e4d2e80f8f5b3f2", size = 552443 }, - { url = "https://files.pythonhosted.org/packages/a1/ed/c074d248409b4432b1ccb2056974175fa0af2d1bc1f9c21121f80a358fa3/rpds_py-0.20.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:5a35df9f5548fd79cb2f52d27182108c3e6641a4feb0f39067911bf2adaa3e57", size = 528380 }, - { url = "https://files.pythonhosted.org/packages/d5/bd/04caf938895d2d78201e89c0c8a94dfd9990c34a19ff52fb01d0912343e3/rpds_py-0.20.0-cp313-none-win32.whl", hash = "sha256:fd2d84f40633bc475ef2d5490b9c19543fbf18596dcb1b291e3a12ea5d722f7a", size = 200540 }, - { url = "https://files.pythonhosted.org/packages/95/cc/109eb8b9863680411ae703664abacaa035820c7755acc9686d5dd02cdd2e/rpds_py-0.20.0-cp313-none-win_amd64.whl", hash = "sha256:9bc2d153989e3216b0559251b0c260cfd168ec78b1fac33dd485750a228db5a2", size = 214111 }, - { url = "https://files.pythonhosted.org/packages/a1/55/228f6d9a8c6940c8d5e49db5e0434ffcbad669c33509ac39cb0af061b0fa/rpds_py-0.20.0-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:3fde368e9140312b6e8b6c09fb9f8c8c2f00999d1823403ae90cc00480221b22", size = 319496 }, - { url = "https://files.pythonhosted.org/packages/68/61/074236253586feb550954f8b4359d38eefb45bafcbbb7d2e74062a82f386/rpds_py-0.20.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:9824fb430c9cf9af743cf7aaf6707bf14323fb51ee74425c380f4c846ea70789", size = 311837 }, - { url = "https://files.pythonhosted.org/packages/03/67/ed6c2fe076bf78296934d4356145fedf3c7c2f8d490e099bcf6f31794dc0/rpds_py-0.20.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:11ef6ce74616342888b69878d45e9f779b95d4bd48b382a229fe624a409b72c5", size = 367819 }, - { url = "https://files.pythonhosted.org/packages/30/25/4a9e7b89b6760ac032f375cb236e4f8e518ad1fad685c40b6a9752056d6f/rpds_py-0.20.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:c52d3f2f82b763a24ef52f5d24358553e8403ce05f893b5347098014f2d9eff2", size = 368322 }, - { url = "https://files.pythonhosted.org/packages/67/17/0255bb0e564517b53343ea672ebec9fb7ad40e9083ca09a4080fbc986bb9/rpds_py-0.20.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9d35cef91e59ebbeaa45214861874bc6f19eb35de96db73e467a8358d701a96c", size = 395552 }, - { url = "https://files.pythonhosted.org/packages/af/6e/77c65ccb0d7cdc39ec2be19b918a4d4fe9e2d2a1c5cab36745b36f2c1e59/rpds_py-0.20.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d72278a30111e5b5525c1dd96120d9e958464316f55adb030433ea905866f4de", size = 433735 }, - { url = "https://files.pythonhosted.org/packages/04/d8/e73d56b1908a6c0e3e5982365eb293170cd458cc25a19363f69c76e00fd2/rpds_py-0.20.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b4c29cbbba378759ac5786730d1c3cb4ec6f8ababf5c42a9ce303dc4b3d08cda", size = 355542 }, - { url = "https://files.pythonhosted.org/packages/47/df/e72c79053b0c882b818bfd8f0ed1f1ace550bc9cdba27165cb73dddb9394/rpds_py-0.20.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:6632f2d04f15d1bd6fe0eedd3b86d9061b836ddca4c03d5cf5c7e9e6b7c14580", size = 373644 }, - { url = "https://files.pythonhosted.org/packages/7f/00/3e16cb08c0cc6a233f0f61e4d009e3098cbe280ec975d14f28935bd15316/rpds_py-0.20.0-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:d0b67d87bb45ed1cd020e8fbf2307d449b68abc45402fe1a4ac9e46c3c8b192b", size = 543139 }, - { url = "https://files.pythonhosted.org/packages/41/71/799c6b6f6031ed535f22fcf6802601cc7f981842bd28007bb7bb4bd10b2f/rpds_py-0.20.0-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:ec31a99ca63bf3cd7f1a5ac9fe95c5e2d060d3c768a09bc1d16e235840861420", size = 548007 }, - { url = "https://files.pythonhosted.org/packages/53/58/ad03eb6718e814fa045198c72d45d2ae60180eb48338f22c9fa34bd89964/rpds_py-0.20.0-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:22e6c9976e38f4d8c4a63bd8a8edac5307dffd3ee7e6026d97f3cc3a2dc02a0b", size = 526102 }, - { url = "https://files.pythonhosted.org/packages/78/99/a52e5b460f2311fc8ee75ff769e8d67e76208947180eacb4f153af2d9967/rpds_py-0.20.0-cp39-none-win32.whl", hash = "sha256:569b3ea770c2717b730b61998b6c54996adee3cef69fc28d444f3e7920313cf7", size = 199391 }, - { url = "https://files.pythonhosted.org/packages/0c/7d/fd42a27fe392a69faf4a5e635870fc425edcb998485ee73afbc734ecef16/rpds_py-0.20.0-cp39-none-win_amd64.whl", hash = "sha256:e6900ecdd50ce0facf703f7a00df12374b74bbc8ad9fe0f6559947fb20f82364", size = 213205 }, - { url = "https://files.pythonhosted.org/packages/06/39/bf1f664c347c946ef56cecaa896e3693d91acc741afa78ebb3fdb7aba08b/rpds_py-0.20.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:617c7357272c67696fd052811e352ac54ed1d9b49ab370261a80d3b6ce385045", size = 319444 }, - { url = "https://files.pythonhosted.org/packages/c1/71/876135d3cb90d62468540b84e8e83ff4dc92052ab309bfdea7ea0b9221ad/rpds_py-0.20.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:9426133526f69fcaba6e42146b4e12d6bc6c839b8b555097020e2b78ce908dcc", size = 311699 }, - { url = "https://files.pythonhosted.org/packages/f7/da/8ccaeba6a3dda7467aebaf893de9eafd56275e2c90773c83bf15fb0b8374/rpds_py-0.20.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:deb62214c42a261cb3eb04d474f7155279c1a8a8c30ac89b7dcb1721d92c3c02", size = 367825 }, - { url = "https://files.pythonhosted.org/packages/04/b6/02a54c47c178d180395b3c9a8bfb3b93906e08f9acf7b4a1067d27c3fae0/rpds_py-0.20.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:fcaeb7b57f1a1e071ebd748984359fef83ecb026325b9d4ca847c95bc7311c92", size = 369046 }, - { url = "https://files.pythonhosted.org/packages/a7/64/df4966743aa4def8727dc13d06527c8b13eb7412c1429def2d4701bee520/rpds_py-0.20.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d454b8749b4bd70dd0a79f428731ee263fa6995f83ccb8bada706e8d1d3ff89d", size = 395896 }, - { url = "https://files.pythonhosted.org/packages/6f/d9/7ff03ff3642c600f27ff94512bb158a8d815fea5ed4162c75a7e850d6003/rpds_py-0.20.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d807dc2051abe041b6649681dce568f8e10668e3c1c6543ebae58f2d7e617855", size = 432427 }, - { url = "https://files.pythonhosted.org/packages/b8/c6/e1b886f7277b3454e55e85332e165091c19114eecb5377b88d892fd36ccf/rpds_py-0.20.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c3c20f0ddeb6e29126d45f89206b8291352b8c5b44384e78a6499d68b52ae511", size = 355403 }, - { url = "https://files.pythonhosted.org/packages/e2/62/e26bd5b944e547c7bfd0b6ca7e306bfa430f8bd298ab72a1217976a7ca8d/rpds_py-0.20.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:b7f19250ceef892adf27f0399b9e5afad019288e9be756d6919cb58892129f51", size = 374491 }, - { url = "https://files.pythonhosted.org/packages/c3/92/93c5a530898d3a5d1ce087455071ba714b77806ed9ffee4070d0c7a53b7e/rpds_py-0.20.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:4f1ed4749a08379555cebf4650453f14452eaa9c43d0a95c49db50c18b7da075", size = 543622 }, - { url = "https://files.pythonhosted.org/packages/01/9e/d68fba289625b5d3c9d1925825d7da716fbf812bda2133ac409021d5db13/rpds_py-0.20.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl", hash = "sha256:dcedf0b42bcb4cfff4101d7771a10532415a6106062f005ab97d1d0ab5681c60", size = 548558 }, - { url = "https://files.pythonhosted.org/packages/bf/d6/4b2fad4898154365f0f2bd72ffd190349274a4c1d6a6f94f02a83bb2b8f1/rpds_py-0.20.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:39ed0d010457a78f54090fafb5d108501b5aa5604cc22408fc1c0c77eac14344", size = 525753 }, - { url = "https://files.pythonhosted.org/packages/d2/ea/6f121d1802f3adae1981aea4209ea66f9d3c7f2f6d6b85ef4f13a61d17ef/rpds_py-0.20.0-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:bb273176be34a746bdac0b0d7e4e2c467323d13640b736c4c477881a3220a989", size = 213529 }, - { url = "https://files.pythonhosted.org/packages/0a/6f/7ab47005469f0d73dad89d29b733e3555d454a45146c30f5628242e56d33/rpds_py-0.20.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:f918a1a130a6dfe1d7fe0f105064141342e7dd1611f2e6a21cd2f5c8cb1cfb3e", size = 320800 }, - { url = "https://files.pythonhosted.org/packages/cc/a1/bef9e0ef30f89c7516559ca7acc40e8ae70397535a0b1a4535a4a01d9ed0/rpds_py-0.20.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:f60012a73aa396be721558caa3a6fd49b3dd0033d1675c6d59c4502e870fcf0c", size = 312001 }, - { url = "https://files.pythonhosted.org/packages/31/44/9093c5dca95ee463c3669651e710af182eb6f9cd83626b15a2ebde2247b1/rpds_py-0.20.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3d2b1ad682a3dfda2a4e8ad8572f3100f95fad98cb99faf37ff0ddfe9cbf9d03", size = 369279 }, - { url = "https://files.pythonhosted.org/packages/6f/ac/0c36e067681fa3fe4c60a9422b011ec0ccc80c1e124f5210951f7982e887/rpds_py-0.20.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:614fdafe9f5f19c63ea02817fa4861c606a59a604a77c8cdef5aa01d28b97921", size = 369716 }, - { url = "https://files.pythonhosted.org/packages/6b/78/8896e08625d46ea5bfdd526ee688b91eeafecbc3cf7223612c82ed77905b/rpds_py-0.20.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:fa518bcd7600c584bf42e6617ee8132869e877db2f76bcdc281ec6a4113a53ab", size = 396708 }, - { url = "https://files.pythonhosted.org/packages/24/5f/d865ae460e47e46fd2b489f2aceed34439bd8f18a1ff414c299142e0e22a/rpds_py-0.20.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f0475242f447cc6cb8a9dd486d68b2ef7fbee84427124c232bff5f63b1fe11e5", size = 433356 }, - { url = "https://files.pythonhosted.org/packages/bd/8b/04031937ffa565021f934a9acf44bb6b1b60ea19fa9e58950b32357e85a1/rpds_py-0.20.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f90a4cd061914a60bd51c68bcb4357086991bd0bb93d8aa66a6da7701370708f", size = 356157 }, - { url = "https://files.pythonhosted.org/packages/3a/64/1f0471b1e688704a716e07340b85f4145109359951feb08676a1f3b8cec4/rpds_py-0.20.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:def7400461c3a3f26e49078302e1c1b38f6752342c77e3cf72ce91ca69fb1bc1", size = 374826 }, - { url = "https://files.pythonhosted.org/packages/73/4e/082c0c5eba463e29dff1c6b49557f6ad0d6faae4b46832fa9c1e5b69b7ba/rpds_py-0.20.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:65794e4048ee837494aea3c21a28ad5fc080994dfba5b036cf84de37f7ad5074", size = 544549 }, - { url = "https://files.pythonhosted.org/packages/cd/ee/f4af0a62d1ba912c4a3a7f5ec04350946ddd59017f3f3d1c227b20ddf558/rpds_py-0.20.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl", hash = "sha256:faefcc78f53a88f3076b7f8be0a8f8d35133a3ecf7f3770895c25f8813460f08", size = 549245 }, - { url = "https://files.pythonhosted.org/packages/59/42/34601dc773be86a85a9ca47f68301a69fdb019aaae0c1426813f265f5ac0/rpds_py-0.20.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:5b4f105deeffa28bbcdff6c49b34e74903139afa690e35d2d9e3c2c2fba18cec", size = 526722 }, - { url = "https://files.pythonhosted.org/packages/ff/4f/280745d5180c9d78df6b53b6e8b65336f8b6adeb958a8fd19c749fded637/rpds_py-0.20.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:fdfc3a892927458d98f3d55428ae46b921d1f7543b89382fdb483f5640daaec8", size = 214379 }, +sdist = { url = "https://files.pythonhosted.org/packages/55/64/b693f262791b818880d17268f3f8181ef799b0d187f6f731b1772e05a29a/rpds_py-0.20.0.tar.gz", hash = "sha256:d72a210824facfdaf8768cf2d7ca25a042c30320b3020de2fa04640920d4e121", size = 25814, upload-time = "2024-08-06T17:01:23.777Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/71/2d/a7e60483b72b91909e18f29a5c5ae847bac4e2ae95b77bb77e1f41819a58/rpds_py-0.20.0-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:3ad0fda1635f8439cde85c700f964b23ed5fc2d28016b32b9ee5fe30da5c84e2", size = 318432, upload-time = "2024-08-06T16:58:12.763Z" }, + { url = "https://files.pythonhosted.org/packages/b5/b4/f15b0c55a6d880ce74170e7e28c3ed6c5acdbbd118df50b91d1dabf86008/rpds_py-0.20.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9bb4a0d90fdb03437c109a17eade42dfbf6190408f29b2744114d11586611d6f", size = 311333, upload-time = "2024-08-06T16:58:14.776Z" }, + { url = "https://files.pythonhosted.org/packages/36/10/3f4e490fe6eb069c07c22357d0b4804cd94cb9f8d01345ef9b1d93482b9d/rpds_py-0.20.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c6377e647bbfd0a0b159fe557f2c6c602c159fc752fa316572f012fc0bf67150", size = 366697, upload-time = "2024-08-06T16:58:16.195Z" }, + { url = "https://files.pythonhosted.org/packages/f5/c8/cd6ab31b4424c7fab3b17e153b6ea7d1bb0d7cabea5c1ef683cc8adb8bc2/rpds_py-0.20.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:eb851b7df9dda52dc1415ebee12362047ce771fc36914586b2e9fcbd7d293b3e", size = 368386, upload-time = "2024-08-06T16:58:17.87Z" }, + { url = "https://files.pythonhosted.org/packages/60/5e/642a44fda6dda90b5237af7a0ef1d088159c30a504852b94b0396eb62125/rpds_py-0.20.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1e0f80b739e5a8f54837be5d5c924483996b603d5502bfff79bf33da06164ee2", size = 395374, upload-time = "2024-08-06T16:58:19.396Z" }, + { url = "https://files.pythonhosted.org/packages/7c/b5/ff18c093c9e72630f6d6242e5ccb0728ef8265ba0a154b5972f89d23790a/rpds_py-0.20.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5a8c94dad2e45324fc74dce25e1645d4d14df9a4e54a30fa0ae8bad9a63928e3", size = 433189, upload-time = "2024-08-06T16:58:21.337Z" }, + { url = "https://files.pythonhosted.org/packages/4a/6d/1166a157b227f2333f8e8ae320b6b7ea2a6a38fbe7a3563ad76dffc8608d/rpds_py-0.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f8e604fe73ba048c06085beaf51147eaec7df856824bfe7b98657cf436623daf", size = 354849, upload-time = "2024-08-06T16:58:22.742Z" }, + { url = "https://files.pythonhosted.org/packages/70/a4/70ea49863ea09ae4c2971f2eef58e80b757e3c0f2f618c5815bb751f7847/rpds_py-0.20.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:df3de6b7726b52966edf29663e57306b23ef775faf0ac01a3e9f4012a24a4140", size = 373233, upload-time = "2024-08-06T16:58:24.793Z" }, + { url = "https://files.pythonhosted.org/packages/3b/d3/822a28152a1e7e2ba0dc5d06cf8736f4cd64b191bb6ec47fb51d1c3c5ccf/rpds_py-0.20.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:cf258ede5bc22a45c8e726b29835b9303c285ab46fc7c3a4cc770736b5304c9f", size = 541852, upload-time = "2024-08-06T16:58:27.867Z" }, + { url = "https://files.pythonhosted.org/packages/c6/a5/6ef91e4425dc8b3445ff77d292fc4c5e37046462434a0423c4e0a596a8bd/rpds_py-0.20.0-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:55fea87029cded5df854ca7e192ec7bdb7ecd1d9a3f63d5c4eb09148acf4a7ce", size = 547630, upload-time = "2024-08-06T16:58:29.852Z" }, + { url = "https://files.pythonhosted.org/packages/72/f8/d5625ee05c4e5c478954a16d9359069c66fe8ac8cd5ddf28f80d3b321837/rpds_py-0.20.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:ae94bd0b2f02c28e199e9bc51485d0c5601f58780636185660f86bf80c89af94", size = 525766, upload-time = "2024-08-06T16:58:31.851Z" }, + { url = "https://files.pythonhosted.org/packages/94/3c/1ff1ed6ae323b3e16fdfcdae0f0a67f373a6c3d991229dc32b499edeffb7/rpds_py-0.20.0-cp310-none-win32.whl", hash = "sha256:28527c685f237c05445efec62426d285e47a58fb05ba0090a4340b73ecda6dee", size = 199174, upload-time = "2024-08-06T16:58:33.769Z" }, + { url = "https://files.pythonhosted.org/packages/ec/ba/5762c0aee2403dfea14ed74b0f8a2415cfdbb21cf745d600d9a8ac952c5b/rpds_py-0.20.0-cp310-none-win_amd64.whl", hash = "sha256:238a2d5b1cad28cdc6ed15faf93a998336eb041c4e440dd7f902528b8891b399", size = 213543, upload-time = "2024-08-06T16:58:35.172Z" }, + { url = "https://files.pythonhosted.org/packages/ab/2a/191374c52d7be0b056cc2a04d718d2244c152f915d4a8d2db2aacc526189/rpds_py-0.20.0-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:ac2f4f7a98934c2ed6505aead07b979e6f999389f16b714448fb39bbaa86a489", size = 318369, upload-time = "2024-08-06T16:58:36.944Z" }, + { url = "https://files.pythonhosted.org/packages/0e/6a/2c9fdcc6d235ac0d61ec4fd9981184689c3e682abd05e3caa49bccb9c298/rpds_py-0.20.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:220002c1b846db9afd83371d08d239fdc865e8f8c5795bbaec20916a76db3318", size = 311303, upload-time = "2024-08-06T16:58:38.361Z" }, + { url = "https://files.pythonhosted.org/packages/d2/b2/725487d29633f64ef8f9cbf4729111a0b61702c8f8e94db1653930f52cce/rpds_py-0.20.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8d7919548df3f25374a1f5d01fbcd38dacab338ef5f33e044744b5c36729c8db", size = 366424, upload-time = "2024-08-06T16:58:39.765Z" }, + { url = "https://files.pythonhosted.org/packages/7a/8c/668195ab9226d01b7cf7cd9e59c1c0be1df05d602df7ec0cf46f857dcf59/rpds_py-0.20.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:758406267907b3781beee0f0edfe4a179fbd97c0be2e9b1154d7f0a1279cf8e5", size = 368359, upload-time = "2024-08-06T16:58:41.548Z" }, + { url = "https://files.pythonhosted.org/packages/52/28/356f6a39c1adeb02cf3e5dd526f5e8e54e17899bef045397abcfbf50dffa/rpds_py-0.20.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3d61339e9f84a3f0767b1995adfb171a0d00a1185192718a17af6e124728e0f5", size = 394886, upload-time = "2024-08-06T16:58:42.859Z" }, + { url = "https://files.pythonhosted.org/packages/a2/65/640fb1a89080a8fb6f4bebd3dafb65a2edba82e2e44c33e6eb0f3e7956f1/rpds_py-0.20.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1259c7b3705ac0a0bd38197565a5d603218591d3f6cee6e614e380b6ba61c6f6", size = 432416, upload-time = "2024-08-06T16:58:44.753Z" }, + { url = "https://files.pythonhosted.org/packages/a7/e8/85835077b782555d6b3416874b702ea6ebd7db1f145283c9252968670dd5/rpds_py-0.20.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5c1dc0f53856b9cc9a0ccca0a7cc61d3d20a7088201c0937f3f4048c1718a209", size = 354819, upload-time = "2024-08-06T16:58:46.409Z" }, + { url = "https://files.pythonhosted.org/packages/4f/87/1ac631e923d65cbf36fbcfc6eaa702a169496de1311e54be142f178e53ee/rpds_py-0.20.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:7e60cb630f674a31f0368ed32b2a6b4331b8350d67de53c0359992444b116dd3", size = 373282, upload-time = "2024-08-06T16:58:48.469Z" }, + { url = "https://files.pythonhosted.org/packages/e4/ce/cb316f7970189e217b998191c7cf0da2ede3d5437932c86a7210dc1e9994/rpds_py-0.20.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:dbe982f38565bb50cb7fb061ebf762c2f254ca3d8c20d4006878766e84266272", size = 541540, upload-time = "2024-08-06T16:58:50.433Z" }, + { url = "https://files.pythonhosted.org/packages/90/d7/4112d7655ec8aff168ecc91d4ceb51c557336edde7e6ccf6463691a2f253/rpds_py-0.20.0-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:514b3293b64187172bc77c8fb0cdae26981618021053b30d8371c3a902d4d5ad", size = 547640, upload-time = "2024-08-06T16:58:51.857Z" }, + { url = "https://files.pythonhosted.org/packages/ab/44/4f61d64dfed98cc71623f3a7fcb612df636a208b4b2c6611eaa985e130a9/rpds_py-0.20.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:d0a26ffe9d4dd35e4dfdd1e71f46401cff0181c75ac174711ccff0459135fa58", size = 525555, upload-time = "2024-08-06T16:58:53.568Z" }, + { url = "https://files.pythonhosted.org/packages/35/f2/a862d81eacb21f340d584cd1c749c289979f9a60e9229f78bffc0418a199/rpds_py-0.20.0-cp311-none-win32.whl", hash = "sha256:89c19a494bf3ad08c1da49445cc5d13d8fefc265f48ee7e7556839acdacf69d0", size = 199338, upload-time = "2024-08-06T16:58:55.548Z" }, + { url = "https://files.pythonhosted.org/packages/cc/ec/77d0674f9af4872919f3738018558dd9d37ad3f7ad792d062eadd4af7cba/rpds_py-0.20.0-cp311-none-win_amd64.whl", hash = "sha256:c638144ce971df84650d3ed0096e2ae7af8e62ecbbb7b201c8935c370df00a2c", size = 213585, upload-time = "2024-08-06T16:58:56.858Z" }, + { url = "https://files.pythonhosted.org/packages/89/b7/f9682c5cc37fcc035f4a0fc33c1fe92ec9cbfdee0cdfd071cf948f53e0df/rpds_py-0.20.0-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:a84ab91cbe7aab97f7446652d0ed37d35b68a465aeef8fc41932a9d7eee2c1a6", size = 321468, upload-time = "2024-08-06T16:58:58.143Z" }, + { url = "https://files.pythonhosted.org/packages/b8/ad/fc82be4eaceb8d444cb6fc1956ce972b3a0795104279de05e0e4131d0a47/rpds_py-0.20.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:56e27147a5a4c2c21633ff8475d185734c0e4befd1c989b5b95a5d0db699b21b", size = 313062, upload-time = "2024-08-06T16:59:00.586Z" }, + { url = "https://files.pythonhosted.org/packages/0e/1c/6039e80b13a08569a304dc13476dc986352dca4598e909384db043b4e2bb/rpds_py-0.20.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2580b0c34583b85efec8c5c5ec9edf2dfe817330cc882ee972ae650e7b5ef739", size = 370168, upload-time = "2024-08-06T16:59:02.104Z" }, + { url = "https://files.pythonhosted.org/packages/dc/c9/5b9aa35acfb58946b4b785bc8e700ac313669e02fb100f3efa6176a83e81/rpds_py-0.20.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:b80d4a7900cf6b66bb9cee5c352b2d708e29e5a37fe9bf784fa97fc11504bf6c", size = 371376, upload-time = "2024-08-06T16:59:03.894Z" }, + { url = "https://files.pythonhosted.org/packages/7b/dd/0e0dbeb70d8a5357d2814764d467ded98d81d90d3570de4fb05ec7224f6b/rpds_py-0.20.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:50eccbf054e62a7b2209b28dc7a22d6254860209d6753e6b78cfaeb0075d7bee", size = 397200, upload-time = "2024-08-06T16:59:05.445Z" }, + { url = "https://files.pythonhosted.org/packages/e4/da/a47d931eb688ccfd77a7389e45935c79c41e8098d984d87335004baccb1d/rpds_py-0.20.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:49a8063ea4296b3a7e81a5dfb8f7b2d73f0b1c20c2af401fb0cdf22e14711a96", size = 426824, upload-time = "2024-08-06T16:59:07.329Z" }, + { url = "https://files.pythonhosted.org/packages/0f/f7/a59a673594e6c2ff2dbc44b00fd4ecdec2fc399bb6a7bd82d612699a0121/rpds_py-0.20.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ea438162a9fcbee3ecf36c23e6c68237479f89f962f82dae83dc15feeceb37e4", size = 357967, upload-time = "2024-08-06T16:59:08.898Z" }, + { url = "https://files.pythonhosted.org/packages/5f/61/3ba1905396b2cb7088f9503a460b87da33452da54d478cb9241f6ad16d00/rpds_py-0.20.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:18d7585c463087bddcfa74c2ba267339f14f2515158ac4db30b1f9cbdb62c8ef", size = 378905, upload-time = "2024-08-06T16:59:10.503Z" }, + { url = "https://files.pythonhosted.org/packages/08/31/6d0df9356b4edb0a3a077f1ef714e25ad21f9f5382fc490c2383691885ea/rpds_py-0.20.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:d4c7d1a051eeb39f5c9547e82ea27cbcc28338482242e3e0b7768033cb083821", size = 546348, upload-time = "2024-08-06T16:59:12.582Z" }, + { url = "https://files.pythonhosted.org/packages/ae/15/d33c021de5cb793101df9961c3c746dfc476953dbbf5db337d8010dffd4e/rpds_py-0.20.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:e4df1e3b3bec320790f699890d41c59d250f6beda159ea3c44c3f5bac1976940", size = 553152, upload-time = "2024-08-06T16:59:14.472Z" }, + { url = "https://files.pythonhosted.org/packages/70/2d/5536d28c507a4679179ab15aa0049440e4d3dd6752050fa0843ed11e9354/rpds_py-0.20.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:2cf126d33a91ee6eedc7f3197b53e87a2acdac63602c0f03a02dd69e4b138174", size = 528807, upload-time = "2024-08-06T16:59:16.401Z" }, + { url = "https://files.pythonhosted.org/packages/e3/62/7ebe6ec0d3dd6130921f8cffb7e34afb7f71b3819aa0446a24c5e81245ec/rpds_py-0.20.0-cp312-none-win32.whl", hash = "sha256:8bc7690f7caee50b04a79bf017a8d020c1f48c2a1077ffe172abec59870f1139", size = 200993, upload-time = "2024-08-06T16:59:18.083Z" }, + { url = "https://files.pythonhosted.org/packages/ec/2f/b938864d66b86a6e4acadefdc56de75ef56f7cafdfd568a6464605457bd5/rpds_py-0.20.0-cp312-none-win_amd64.whl", hash = "sha256:0e13e6952ef264c40587d510ad676a988df19adea20444c2b295e536457bc585", size = 214458, upload-time = "2024-08-06T16:59:19.783Z" }, + { url = "https://files.pythonhosted.org/packages/99/32/43b919a0a423c270a838ac2726b1c7168b946f2563fd99a51aaa9692d00f/rpds_py-0.20.0-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:aa9a0521aeca7d4941499a73ad7d4f8ffa3d1affc50b9ea11d992cd7eff18a29", size = 321465, upload-time = "2024-08-06T16:59:21.899Z" }, + { url = "https://files.pythonhosted.org/packages/58/a9/c4d899cb28e9e47b0ff12462e8f827381f243176036f17bef9c1604667f2/rpds_py-0.20.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:4a1f1d51eccb7e6c32ae89243cb352389228ea62f89cd80823ea7dd1b98e0b91", size = 312900, upload-time = "2024-08-06T16:59:23.566Z" }, + { url = "https://files.pythonhosted.org/packages/8f/90/9e51670575b5dfaa8c823369ef7d943087bfb73d4f124a99ad6ef19a2b26/rpds_py-0.20.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8a86a9b96070674fc88b6f9f71a97d2c1d3e5165574615d1f9168ecba4cecb24", size = 370973, upload-time = "2024-08-06T16:59:25.396Z" }, + { url = "https://files.pythonhosted.org/packages/fc/c1/523f2a03f853fc0d4c1acbef161747e9ab7df0a8abf6236106e333540921/rpds_py-0.20.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:6c8ef2ebf76df43f5750b46851ed1cdf8f109d7787ca40035fe19fbdc1acc5a7", size = 370890, upload-time = "2024-08-06T16:59:27.407Z" }, + { url = "https://files.pythonhosted.org/packages/51/ca/2458a771f16b0931de4d384decbe43016710bc948036c8f4562d6e063437/rpds_py-0.20.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b74b25f024b421d5859d156750ea9a65651793d51b76a2e9238c05c9d5f203a9", size = 397174, upload-time = "2024-08-06T16:59:29.047Z" }, + { url = "https://files.pythonhosted.org/packages/00/7d/6e06807f6305ea2408b364efb0eef83a6e21b5e7b5267ad6b473b9a7e416/rpds_py-0.20.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:57eb94a8c16ab08fef6404301c38318e2c5a32216bf5de453e2714c964c125c8", size = 426449, upload-time = "2024-08-06T16:59:30.558Z" }, + { url = "https://files.pythonhosted.org/packages/8c/d1/6c9e65260a819a1714510a7d69ac1d68aa23ee9ce8a2d9da12187263c8fc/rpds_py-0.20.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e1940dae14e715e2e02dfd5b0f64a52e8374a517a1e531ad9412319dc3ac7879", size = 357698, upload-time = "2024-08-06T16:59:32.77Z" }, + { url = "https://files.pythonhosted.org/packages/5d/fb/ecea8b5286d2f03eec922be7173a03ed17278944f7c124348f535116db15/rpds_py-0.20.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:d20277fd62e1b992a50c43f13fbe13277a31f8c9f70d59759c88f644d66c619f", size = 378530, upload-time = "2024-08-06T16:59:34.282Z" }, + { url = "https://files.pythonhosted.org/packages/e3/e3/ac72f858957f52a109c588589b73bd2fad4a0fc82387fb55fb34aeb0f9cd/rpds_py-0.20.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:06db23d43f26478303e954c34c75182356ca9aa7797d22c5345b16871ab9c45c", size = 545753, upload-time = "2024-08-06T16:59:35.783Z" }, + { url = "https://files.pythonhosted.org/packages/b2/a4/a27683b519d5fc98e4390a3b130117d80fd475c67aeda8aac83c0e8e326a/rpds_py-0.20.0-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:b2a5db5397d82fa847e4c624b0c98fe59d2d9b7cf0ce6de09e4d2e80f8f5b3f2", size = 552443, upload-time = "2024-08-06T16:59:37.772Z" }, + { url = "https://files.pythonhosted.org/packages/a1/ed/c074d248409b4432b1ccb2056974175fa0af2d1bc1f9c21121f80a358fa3/rpds_py-0.20.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:5a35df9f5548fd79cb2f52d27182108c3e6641a4feb0f39067911bf2adaa3e57", size = 528380, upload-time = "2024-08-06T16:59:39.528Z" }, + { url = "https://files.pythonhosted.org/packages/d5/bd/04caf938895d2d78201e89c0c8a94dfd9990c34a19ff52fb01d0912343e3/rpds_py-0.20.0-cp313-none-win32.whl", hash = "sha256:fd2d84f40633bc475ef2d5490b9c19543fbf18596dcb1b291e3a12ea5d722f7a", size = 200540, upload-time = "2024-08-06T16:59:41.065Z" }, + { url = "https://files.pythonhosted.org/packages/95/cc/109eb8b9863680411ae703664abacaa035820c7755acc9686d5dd02cdd2e/rpds_py-0.20.0-cp313-none-win_amd64.whl", hash = "sha256:9bc2d153989e3216b0559251b0c260cfd168ec78b1fac33dd485750a228db5a2", size = 214111, upload-time = "2024-08-06T16:59:42.679Z" }, + { url = "https://files.pythonhosted.org/packages/a1/55/228f6d9a8c6940c8d5e49db5e0434ffcbad669c33509ac39cb0af061b0fa/rpds_py-0.20.0-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:3fde368e9140312b6e8b6c09fb9f8c8c2f00999d1823403ae90cc00480221b22", size = 319496, upload-time = "2024-08-06T17:00:07.167Z" }, + { url = "https://files.pythonhosted.org/packages/68/61/074236253586feb550954f8b4359d38eefb45bafcbbb7d2e74062a82f386/rpds_py-0.20.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:9824fb430c9cf9af743cf7aaf6707bf14323fb51ee74425c380f4c846ea70789", size = 311837, upload-time = "2024-08-06T17:00:08.973Z" }, + { url = "https://files.pythonhosted.org/packages/03/67/ed6c2fe076bf78296934d4356145fedf3c7c2f8d490e099bcf6f31794dc0/rpds_py-0.20.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:11ef6ce74616342888b69878d45e9f779b95d4bd48b382a229fe624a409b72c5", size = 367819, upload-time = "2024-08-06T17:00:10.604Z" }, + { url = "https://files.pythonhosted.org/packages/30/25/4a9e7b89b6760ac032f375cb236e4f8e518ad1fad685c40b6a9752056d6f/rpds_py-0.20.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:c52d3f2f82b763a24ef52f5d24358553e8403ce05f893b5347098014f2d9eff2", size = 368322, upload-time = "2024-08-06T17:00:12.342Z" }, + { url = "https://files.pythonhosted.org/packages/67/17/0255bb0e564517b53343ea672ebec9fb7ad40e9083ca09a4080fbc986bb9/rpds_py-0.20.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9d35cef91e59ebbeaa45214861874bc6f19eb35de96db73e467a8358d701a96c", size = 395552, upload-time = "2024-08-06T17:00:14.156Z" }, + { url = "https://files.pythonhosted.org/packages/af/6e/77c65ccb0d7cdc39ec2be19b918a4d4fe9e2d2a1c5cab36745b36f2c1e59/rpds_py-0.20.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d72278a30111e5b5525c1dd96120d9e958464316f55adb030433ea905866f4de", size = 433735, upload-time = "2024-08-06T17:00:16.395Z" }, + { url = "https://files.pythonhosted.org/packages/04/d8/e73d56b1908a6c0e3e5982365eb293170cd458cc25a19363f69c76e00fd2/rpds_py-0.20.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b4c29cbbba378759ac5786730d1c3cb4ec6f8ababf5c42a9ce303dc4b3d08cda", size = 355542, upload-time = "2024-08-06T17:00:18.424Z" }, + { url = "https://files.pythonhosted.org/packages/47/df/e72c79053b0c882b818bfd8f0ed1f1ace550bc9cdba27165cb73dddb9394/rpds_py-0.20.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:6632f2d04f15d1bd6fe0eedd3b86d9061b836ddca4c03d5cf5c7e9e6b7c14580", size = 373644, upload-time = "2024-08-06T17:00:21.421Z" }, + { url = "https://files.pythonhosted.org/packages/7f/00/3e16cb08c0cc6a233f0f61e4d009e3098cbe280ec975d14f28935bd15316/rpds_py-0.20.0-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:d0b67d87bb45ed1cd020e8fbf2307d449b68abc45402fe1a4ac9e46c3c8b192b", size = 543139, upload-time = "2024-08-06T17:00:23.632Z" }, + { url = "https://files.pythonhosted.org/packages/41/71/799c6b6f6031ed535f22fcf6802601cc7f981842bd28007bb7bb4bd10b2f/rpds_py-0.20.0-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:ec31a99ca63bf3cd7f1a5ac9fe95c5e2d060d3c768a09bc1d16e235840861420", size = 548007, upload-time = "2024-08-06T17:00:25.216Z" }, + { url = "https://files.pythonhosted.org/packages/53/58/ad03eb6718e814fa045198c72d45d2ae60180eb48338f22c9fa34bd89964/rpds_py-0.20.0-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:22e6c9976e38f4d8c4a63bd8a8edac5307dffd3ee7e6026d97f3cc3a2dc02a0b", size = 526102, upload-time = "2024-08-06T17:00:26.993Z" }, + { url = "https://files.pythonhosted.org/packages/78/99/a52e5b460f2311fc8ee75ff769e8d67e76208947180eacb4f153af2d9967/rpds_py-0.20.0-cp39-none-win32.whl", hash = "sha256:569b3ea770c2717b730b61998b6c54996adee3cef69fc28d444f3e7920313cf7", size = 199391, upload-time = "2024-08-06T17:00:29.001Z" }, + { url = "https://files.pythonhosted.org/packages/0c/7d/fd42a27fe392a69faf4a5e635870fc425edcb998485ee73afbc734ecef16/rpds_py-0.20.0-cp39-none-win_amd64.whl", hash = "sha256:e6900ecdd50ce0facf703f7a00df12374b74bbc8ad9fe0f6559947fb20f82364", size = 213205, upload-time = "2024-08-06T17:00:30.613Z" }, + { url = "https://files.pythonhosted.org/packages/06/39/bf1f664c347c946ef56cecaa896e3693d91acc741afa78ebb3fdb7aba08b/rpds_py-0.20.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:617c7357272c67696fd052811e352ac54ed1d9b49ab370261a80d3b6ce385045", size = 319444, upload-time = "2024-08-06T17:00:32.378Z" }, + { url = "https://files.pythonhosted.org/packages/c1/71/876135d3cb90d62468540b84e8e83ff4dc92052ab309bfdea7ea0b9221ad/rpds_py-0.20.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:9426133526f69fcaba6e42146b4e12d6bc6c839b8b555097020e2b78ce908dcc", size = 311699, upload-time = "2024-08-06T17:00:34.289Z" }, + { url = "https://files.pythonhosted.org/packages/f7/da/8ccaeba6a3dda7467aebaf893de9eafd56275e2c90773c83bf15fb0b8374/rpds_py-0.20.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:deb62214c42a261cb3eb04d474f7155279c1a8a8c30ac89b7dcb1721d92c3c02", size = 367825, upload-time = "2024-08-06T17:00:36.114Z" }, + { url = "https://files.pythonhosted.org/packages/04/b6/02a54c47c178d180395b3c9a8bfb3b93906e08f9acf7b4a1067d27c3fae0/rpds_py-0.20.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:fcaeb7b57f1a1e071ebd748984359fef83ecb026325b9d4ca847c95bc7311c92", size = 369046, upload-time = "2024-08-06T17:00:37.943Z" }, + { url = "https://files.pythonhosted.org/packages/a7/64/df4966743aa4def8727dc13d06527c8b13eb7412c1429def2d4701bee520/rpds_py-0.20.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d454b8749b4bd70dd0a79f428731ee263fa6995f83ccb8bada706e8d1d3ff89d", size = 395896, upload-time = "2024-08-06T17:00:39.81Z" }, + { url = "https://files.pythonhosted.org/packages/6f/d9/7ff03ff3642c600f27ff94512bb158a8d815fea5ed4162c75a7e850d6003/rpds_py-0.20.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d807dc2051abe041b6649681dce568f8e10668e3c1c6543ebae58f2d7e617855", size = 432427, upload-time = "2024-08-06T17:00:41.594Z" }, + { url = "https://files.pythonhosted.org/packages/b8/c6/e1b886f7277b3454e55e85332e165091c19114eecb5377b88d892fd36ccf/rpds_py-0.20.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c3c20f0ddeb6e29126d45f89206b8291352b8c5b44384e78a6499d68b52ae511", size = 355403, upload-time = "2024-08-06T17:00:43.35Z" }, + { url = "https://files.pythonhosted.org/packages/e2/62/e26bd5b944e547c7bfd0b6ca7e306bfa430f8bd298ab72a1217976a7ca8d/rpds_py-0.20.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:b7f19250ceef892adf27f0399b9e5afad019288e9be756d6919cb58892129f51", size = 374491, upload-time = "2024-08-06T17:00:45.03Z" }, + { url = "https://files.pythonhosted.org/packages/c3/92/93c5a530898d3a5d1ce087455071ba714b77806ed9ffee4070d0c7a53b7e/rpds_py-0.20.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:4f1ed4749a08379555cebf4650453f14452eaa9c43d0a95c49db50c18b7da075", size = 543622, upload-time = "2024-08-06T17:00:47.133Z" }, + { url = "https://files.pythonhosted.org/packages/01/9e/d68fba289625b5d3c9d1925825d7da716fbf812bda2133ac409021d5db13/rpds_py-0.20.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl", hash = "sha256:dcedf0b42bcb4cfff4101d7771a10532415a6106062f005ab97d1d0ab5681c60", size = 548558, upload-time = "2024-08-06T17:00:49.464Z" }, + { url = "https://files.pythonhosted.org/packages/bf/d6/4b2fad4898154365f0f2bd72ffd190349274a4c1d6a6f94f02a83bb2b8f1/rpds_py-0.20.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:39ed0d010457a78f54090fafb5d108501b5aa5604cc22408fc1c0c77eac14344", size = 525753, upload-time = "2024-08-06T17:00:51.131Z" }, + { url = "https://files.pythonhosted.org/packages/d2/ea/6f121d1802f3adae1981aea4209ea66f9d3c7f2f6d6b85ef4f13a61d17ef/rpds_py-0.20.0-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:bb273176be34a746bdac0b0d7e4e2c467323d13640b736c4c477881a3220a989", size = 213529, upload-time = "2024-08-06T17:00:53.579Z" }, + { url = "https://files.pythonhosted.org/packages/0a/6f/7ab47005469f0d73dad89d29b733e3555d454a45146c30f5628242e56d33/rpds_py-0.20.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:f918a1a130a6dfe1d7fe0f105064141342e7dd1611f2e6a21cd2f5c8cb1cfb3e", size = 320800, upload-time = "2024-08-06T17:00:55.375Z" }, + { url = "https://files.pythonhosted.org/packages/cc/a1/bef9e0ef30f89c7516559ca7acc40e8ae70397535a0b1a4535a4a01d9ed0/rpds_py-0.20.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:f60012a73aa396be721558caa3a6fd49b3dd0033d1675c6d59c4502e870fcf0c", size = 312001, upload-time = "2024-08-06T17:00:57.86Z" }, + { url = "https://files.pythonhosted.org/packages/31/44/9093c5dca95ee463c3669651e710af182eb6f9cd83626b15a2ebde2247b1/rpds_py-0.20.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3d2b1ad682a3dfda2a4e8ad8572f3100f95fad98cb99faf37ff0ddfe9cbf9d03", size = 369279, upload-time = "2024-08-06T17:00:59.851Z" }, + { url = "https://files.pythonhosted.org/packages/6f/ac/0c36e067681fa3fe4c60a9422b011ec0ccc80c1e124f5210951f7982e887/rpds_py-0.20.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:614fdafe9f5f19c63ea02817fa4861c606a59a604a77c8cdef5aa01d28b97921", size = 369716, upload-time = "2024-08-06T17:01:01.581Z" }, + { url = "https://files.pythonhosted.org/packages/6b/78/8896e08625d46ea5bfdd526ee688b91eeafecbc3cf7223612c82ed77905b/rpds_py-0.20.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:fa518bcd7600c584bf42e6617ee8132869e877db2f76bcdc281ec6a4113a53ab", size = 396708, upload-time = "2024-08-06T17:01:05.539Z" }, + { url = "https://files.pythonhosted.org/packages/24/5f/d865ae460e47e46fd2b489f2aceed34439bd8f18a1ff414c299142e0e22a/rpds_py-0.20.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f0475242f447cc6cb8a9dd486d68b2ef7fbee84427124c232bff5f63b1fe11e5", size = 433356, upload-time = "2024-08-06T17:01:08.479Z" }, + { url = "https://files.pythonhosted.org/packages/bd/8b/04031937ffa565021f934a9acf44bb6b1b60ea19fa9e58950b32357e85a1/rpds_py-0.20.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f90a4cd061914a60bd51c68bcb4357086991bd0bb93d8aa66a6da7701370708f", size = 356157, upload-time = "2024-08-06T17:01:10.602Z" }, + { url = "https://files.pythonhosted.org/packages/3a/64/1f0471b1e688704a716e07340b85f4145109359951feb08676a1f3b8cec4/rpds_py-0.20.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:def7400461c3a3f26e49078302e1c1b38f6752342c77e3cf72ce91ca69fb1bc1", size = 374826, upload-time = "2024-08-06T17:01:12.372Z" }, + { url = "https://files.pythonhosted.org/packages/73/4e/082c0c5eba463e29dff1c6b49557f6ad0d6faae4b46832fa9c1e5b69b7ba/rpds_py-0.20.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:65794e4048ee837494aea3c21a28ad5fc080994dfba5b036cf84de37f7ad5074", size = 544549, upload-time = "2024-08-06T17:01:14.673Z" }, + { url = "https://files.pythonhosted.org/packages/cd/ee/f4af0a62d1ba912c4a3a7f5ec04350946ddd59017f3f3d1c227b20ddf558/rpds_py-0.20.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl", hash = "sha256:faefcc78f53a88f3076b7f8be0a8f8d35133a3ecf7f3770895c25f8813460f08", size = 549245, upload-time = "2024-08-06T17:01:16.4Z" }, + { url = "https://files.pythonhosted.org/packages/59/42/34601dc773be86a85a9ca47f68301a69fdb019aaae0c1426813f265f5ac0/rpds_py-0.20.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:5b4f105deeffa28bbcdff6c49b34e74903139afa690e35d2d9e3c2c2fba18cec", size = 526722, upload-time = "2024-08-06T17:01:18.951Z" }, + { url = "https://files.pythonhosted.org/packages/ff/4f/280745d5180c9d78df6b53b6e8b65336f8b6adeb958a8fd19c749fded637/rpds_py-0.20.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:fdfc3a892927458d98f3d55428ae46b921d1f7543b89382fdb483f5640daaec8", size = 214379, upload-time = "2024-08-06T17:01:21.313Z" }, ] [[package]] @@ -2012,54 +2042,54 @@ dependencies = [ { name = "numpy" }, { name = "pandas" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/86/59/a451d7420a77ab0b98f7affa3a1d78a313d2f7281a57afb1a34bae8ab412/seaborn-0.13.2.tar.gz", hash = "sha256:93e60a40988f4d65e9f4885df477e2fdaff6b73a9ded434c1ab356dd57eefff7", size = 1457696 } +sdist = { url = "https://files.pythonhosted.org/packages/86/59/a451d7420a77ab0b98f7affa3a1d78a313d2f7281a57afb1a34bae8ab412/seaborn-0.13.2.tar.gz", hash = "sha256:93e60a40988f4d65e9f4885df477e2fdaff6b73a9ded434c1ab356dd57eefff7", size = 1457696, upload-time = "2024-01-25T13:21:52.551Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/83/11/00d3c3dfc25ad54e731d91449895a79e4bf2384dc3ac01809010ba88f6d5/seaborn-0.13.2-py3-none-any.whl", hash = "sha256:636f8336facf092165e27924f223d3c62ca560b1f2bb5dff7ab7fad265361987", size = 294914 }, + { url = "https://files.pythonhosted.org/packages/83/11/00d3c3dfc25ad54e731d91449895a79e4bf2384dc3ac01809010ba88f6d5/seaborn-0.13.2-py3-none-any.whl", hash = "sha256:636f8336facf092165e27924f223d3c62ca560b1f2bb5dff7ab7fad265361987", size = 294914, upload-time = "2024-01-25T13:21:49.598Z" }, ] [[package]] name = "send2trash" version = "1.8.3" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/fd/3a/aec9b02217bb79b87bbc1a21bc6abc51e3d5dcf65c30487ac96c0908c722/Send2Trash-1.8.3.tar.gz", hash = "sha256:b18e7a3966d99871aefeb00cfbcfdced55ce4871194810fc71f4aa484b953abf", size = 17394 } +sdist = { url = "https://files.pythonhosted.org/packages/fd/3a/aec9b02217bb79b87bbc1a21bc6abc51e3d5dcf65c30487ac96c0908c722/Send2Trash-1.8.3.tar.gz", hash = "sha256:b18e7a3966d99871aefeb00cfbcfdced55ce4871194810fc71f4aa484b953abf", size = 17394, upload-time = "2024-04-07T00:01:09.267Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/40/b0/4562db6223154aa4e22f939003cb92514c79f3d4dccca3444253fd17f902/Send2Trash-1.8.3-py3-none-any.whl", hash = "sha256:0c31227e0bd08961c7665474a3d1ef7193929fedda4233843689baa056be46c9", size = 18072 }, + { url = "https://files.pythonhosted.org/packages/40/b0/4562db6223154aa4e22f939003cb92514c79f3d4dccca3444253fd17f902/Send2Trash-1.8.3-py3-none-any.whl", hash = "sha256:0c31227e0bd08961c7665474a3d1ef7193929fedda4233843689baa056be46c9", size = 18072, upload-time = "2024-04-07T00:01:07.438Z" }, ] [[package]] name = "setuptools" version = "75.1.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/27/b8/f21073fde99492b33ca357876430822e4800cdf522011f18041351dfa74b/setuptools-75.1.0.tar.gz", hash = "sha256:d59a21b17a275fb872a9c3dae73963160ae079f1049ed956880cd7c09b120538", size = 1348057 } +sdist = { url = "https://files.pythonhosted.org/packages/27/b8/f21073fde99492b33ca357876430822e4800cdf522011f18041351dfa74b/setuptools-75.1.0.tar.gz", hash = "sha256:d59a21b17a275fb872a9c3dae73963160ae079f1049ed956880cd7c09b120538", size = 1348057, upload-time = "2024-09-16T12:53:47.723Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/ff/ae/f19306b5a221f6a436d8f2238d5b80925004093fa3edea59835b514d9057/setuptools-75.1.0-py3-none-any.whl", hash = "sha256:35ab7fd3bcd95e6b7fd704e4a1539513edad446c097797f2985e0e4b960772f2", size = 1248506 }, + { url = "https://files.pythonhosted.org/packages/ff/ae/f19306b5a221f6a436d8f2238d5b80925004093fa3edea59835b514d9057/setuptools-75.1.0-py3-none-any.whl", hash = "sha256:35ab7fd3bcd95e6b7fd704e4a1539513edad446c097797f2985e0e4b960772f2", size = 1248506, upload-time = "2024-09-16T12:53:46.053Z" }, ] [[package]] name = "six" version = "1.16.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926", size = 34041 } +sdist = { url = "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926", size = 34041, upload-time = "2021-05-05T14:18:18.379Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254", size = 11053 }, + { url = "https://files.pythonhosted.org/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254", size = 11053, upload-time = "2021-05-05T14:18:17.237Z" }, ] [[package]] name = "sniffio" version = "1.3.1" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/a2/87/a6771e1546d97e7e041b6ae58d80074f81b7d5121207425c964ddf5cfdbd/sniffio-1.3.1.tar.gz", hash = "sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc", size = 20372 } +sdist = { url = "https://files.pythonhosted.org/packages/a2/87/a6771e1546d97e7e041b6ae58d80074f81b7d5121207425c964ddf5cfdbd/sniffio-1.3.1.tar.gz", hash = "sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc", size = 20372, upload-time = "2024-02-25T23:20:04.057Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/e9/44/75a9c9421471a6c4805dbf2356f7c181a29c1879239abab1ea2cc8f38b40/sniffio-1.3.1-py3-none-any.whl", hash = "sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2", size = 10235 }, + { url = "https://files.pythonhosted.org/packages/e9/44/75a9c9421471a6c4805dbf2356f7c181a29c1879239abab1ea2cc8f38b40/sniffio-1.3.1-py3-none-any.whl", hash = "sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2", size = 10235, upload-time = "2024-02-25T23:20:01.196Z" }, ] [[package]] name = "soupsieve" version = "2.6" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/d7/ce/fbaeed4f9fb8b2daa961f90591662df6a86c1abf25c548329a86920aedfb/soupsieve-2.6.tar.gz", hash = "sha256:e2e68417777af359ec65daac1057404a3c8a5455bb8abc36f1a9866ab1a51abb", size = 101569 } +sdist = { url = "https://files.pythonhosted.org/packages/d7/ce/fbaeed4f9fb8b2daa961f90591662df6a86c1abf25c548329a86920aedfb/soupsieve-2.6.tar.gz", hash = "sha256:e2e68417777af359ec65daac1057404a3c8a5455bb8abc36f1a9866ab1a51abb", size = 101569, upload-time = "2024-08-13T13:39:12.166Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/d1/c2/fe97d779f3ef3b15f05c94a2f1e3d21732574ed441687474db9d342a7315/soupsieve-2.6-py3-none-any.whl", hash = "sha256:e72c4ff06e4fb6e4b5a9f0f55fe6e81514581fca1515028625d0f299c602ccc9", size = 36186 }, + { url = "https://files.pythonhosted.org/packages/d1/c2/fe97d779f3ef3b15f05c94a2f1e3d21732574ed441687474db9d342a7315/soupsieve-2.6-py3-none-any.whl", hash = "sha256:e72c4ff06e4fb6e4b5a9f0f55fe6e81514581fca1515028625d0f299c602ccc9", size = 36186, upload-time = "2024-08-13T13:39:10.986Z" }, ] [[package]] @@ -2071,9 +2101,9 @@ dependencies = [ { name = "executing" }, { name = "pure-eval" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/28/e3/55dcc2cfbc3ca9c29519eb6884dd1415ecb53b0e934862d3559ddcb7e20b/stack_data-0.6.3.tar.gz", hash = "sha256:836a778de4fec4dcd1dcd89ed8abff8a221f58308462e1c4aa2a3cf30148f0b9", size = 44707 } +sdist = { url = "https://files.pythonhosted.org/packages/28/e3/55dcc2cfbc3ca9c29519eb6884dd1415ecb53b0e934862d3559ddcb7e20b/stack_data-0.6.3.tar.gz", hash = "sha256:836a778de4fec4dcd1dcd89ed8abff8a221f58308462e1c4aa2a3cf30148f0b9", size = 44707, upload-time = "2023-09-30T13:58:05.479Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/f1/7b/ce1eafaf1a76852e2ec9b22edecf1daa58175c090266e9f6c64afcd81d91/stack_data-0.6.3-py3-none-any.whl", hash = "sha256:d5558e0c25a4cb0853cddad3d77da9891a08cb85dd9f9f91b9f8cd66e511e695", size = 24521 }, + { url = "https://files.pythonhosted.org/packages/f1/7b/ce1eafaf1a76852e2ec9b22edecf1daa58175c090266e9f6c64afcd81d91/stack_data-0.6.3-py3-none-any.whl", hash = "sha256:d5558e0c25a4cb0853cddad3d77da9891a08cb85dd9f9f91b9f8cd66e511e695", size = 24521, upload-time = "2023-09-30T13:58:03.53Z" }, ] [[package]] @@ -2085,9 +2115,9 @@ dependencies = [ { name = "pywinpty", marker = "os_name == 'nt'" }, { name = "tornado" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/8a/11/965c6fd8e5cc254f1fe142d547387da17a8ebfd75a3455f637c663fb38a0/terminado-0.18.1.tar.gz", hash = "sha256:de09f2c4b85de4765f7714688fff57d3e75bad1f909b589fde880460c753fd2e", size = 32701 } +sdist = { url = "https://files.pythonhosted.org/packages/8a/11/965c6fd8e5cc254f1fe142d547387da17a8ebfd75a3455f637c663fb38a0/terminado-0.18.1.tar.gz", hash = "sha256:de09f2c4b85de4765f7714688fff57d3e75bad1f909b589fde880460c753fd2e", size = 32701, upload-time = "2024-03-12T14:34:39.026Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/6a/9e/2064975477fdc887e47ad42157e214526dcad8f317a948dee17e1659a62f/terminado-0.18.1-py3-none-any.whl", hash = "sha256:a4468e1b37bb318f8a86514f65814e1afc977cf29b3992a4500d9dd305dcceb0", size = 14154 }, + { url = "https://files.pythonhosted.org/packages/6a/9e/2064975477fdc887e47ad42157e214526dcad8f317a948dee17e1659a62f/terminado-0.18.1-py3-none-any.whl", hash = "sha256:a4468e1b37bb318f8a86514f65814e1afc977cf29b3992a4500d9dd305dcceb0", size = 14154, upload-time = "2024-03-12T14:34:36.569Z" }, ] [[package]] @@ -2097,142 +2127,142 @@ source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "webencodings" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/44/6f/38d2335a2b70b9982d112bb177e3dbe169746423e33f718bf5e9c7b3ddd3/tinycss2-1.3.0.tar.gz", hash = "sha256:152f9acabd296a8375fbca5b84c961ff95971fcfc32e79550c8df8e29118c54d", size = 67360 } +sdist = { url = "https://files.pythonhosted.org/packages/44/6f/38d2335a2b70b9982d112bb177e3dbe169746423e33f718bf5e9c7b3ddd3/tinycss2-1.3.0.tar.gz", hash = "sha256:152f9acabd296a8375fbca5b84c961ff95971fcfc32e79550c8df8e29118c54d", size = 67360, upload-time = "2024-04-23T14:07:31.329Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/2c/4d/0db5b8a613d2a59bbc29bc5bb44a2f8070eb9ceab11c50d477502a8a0092/tinycss2-1.3.0-py3-none-any.whl", hash = "sha256:54a8dbdffb334d536851be0226030e9505965bb2f30f21a4a82c55fb2a80fae7", size = 22532 }, + { url = "https://files.pythonhosted.org/packages/2c/4d/0db5b8a613d2a59bbc29bc5bb44a2f8070eb9ceab11c50d477502a8a0092/tinycss2-1.3.0-py3-none-any.whl", hash = "sha256:54a8dbdffb334d536851be0226030e9505965bb2f30f21a4a82c55fb2a80fae7", size = 22532, upload-time = "2024-04-23T14:07:28.756Z" }, ] [[package]] name = "tomli" version = "2.0.2" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/35/b9/de2a5c0144d7d75a57ff355c0c24054f965b2dc3036456ae03a51ea6264b/tomli-2.0.2.tar.gz", hash = "sha256:d46d457a85337051c36524bc5349dd91b1877838e2979ac5ced3e710ed8a60ed", size = 16096 } +sdist = { url = "https://files.pythonhosted.org/packages/35/b9/de2a5c0144d7d75a57ff355c0c24054f965b2dc3036456ae03a51ea6264b/tomli-2.0.2.tar.gz", hash = "sha256:d46d457a85337051c36524bc5349dd91b1877838e2979ac5ced3e710ed8a60ed", size = 16096, upload-time = "2024-10-02T10:46:13.208Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/cf/db/ce8eda256fa131af12e0a76d481711abe4681b6923c27efb9a255c9e4594/tomli-2.0.2-py3-none-any.whl", hash = "sha256:2ebe24485c53d303f690b0ec092806a085f07af5a5aa1464f3931eec36caaa38", size = 13237 }, + { url = "https://files.pythonhosted.org/packages/cf/db/ce8eda256fa131af12e0a76d481711abe4681b6923c27efb9a255c9e4594/tomli-2.0.2-py3-none-any.whl", hash = "sha256:2ebe24485c53d303f690b0ec092806a085f07af5a5aa1464f3931eec36caaa38", size = 13237, upload-time = "2024-10-02T10:46:11.806Z" }, ] [[package]] name = "tornado" version = "6.4.1" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/ee/66/398ac7167f1c7835406888a386f6d0d26ee5dbf197d8a571300be57662d3/tornado-6.4.1.tar.gz", hash = "sha256:92d3ab53183d8c50f8204a51e6f91d18a15d5ef261e84d452800d4ff6fc504e9", size = 500623 } +sdist = { url = "https://files.pythonhosted.org/packages/ee/66/398ac7167f1c7835406888a386f6d0d26ee5dbf197d8a571300be57662d3/tornado-6.4.1.tar.gz", hash = "sha256:92d3ab53183d8c50f8204a51e6f91d18a15d5ef261e84d452800d4ff6fc504e9", size = 500623, upload-time = "2024-06-06T18:36:29.93Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/00/d9/c33be3c1a7564f7d42d87a8d186371a75fd142097076767a5c27da941fef/tornado-6.4.1-cp38-abi3-macosx_10_9_universal2.whl", hash = "sha256:163b0aafc8e23d8cdc3c9dfb24c5368af84a81e3364745ccb4427669bf84aec8", size = 435924 }, - { url = "https://files.pythonhosted.org/packages/2e/0f/721e113a2fac2f1d7d124b3279a1da4c77622e104084f56119875019ffab/tornado-6.4.1-cp38-abi3-macosx_10_9_x86_64.whl", hash = "sha256:6d5ce3437e18a2b66fbadb183c1d3364fb03f2be71299e7d10dbeeb69f4b2a14", size = 433883 }, - { url = "https://files.pythonhosted.org/packages/13/cf/786b8f1e6fe1c7c675e79657448178ad65e41c1c9765ef82e7f6f765c4c5/tornado-6.4.1-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e2e20b9113cd7293f164dc46fffb13535266e713cdb87bd2d15ddb336e96cfc4", size = 437224 }, - { url = "https://files.pythonhosted.org/packages/e4/8e/a6ce4b8d5935558828b0f30f3afcb2d980566718837b3365d98e34f6067e/tornado-6.4.1-cp38-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8ae50a504a740365267b2a8d1a90c9fbc86b780a39170feca9bcc1787ff80842", size = 436597 }, - { url = "https://files.pythonhosted.org/packages/22/d4/54f9d12668b58336bd30defe0307e6c61589a3e687b05c366f804b7faaf0/tornado-6.4.1-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:613bf4ddf5c7a95509218b149b555621497a6cc0d46ac341b30bd9ec19eac7f3", size = 436797 }, - { url = "https://files.pythonhosted.org/packages/cf/3f/2c792e7afa7dd8b24fad7a2ed3c2f24a5ec5110c7b43a64cb6095cc106b8/tornado-6.4.1-cp38-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:25486eb223babe3eed4b8aecbac33b37e3dd6d776bc730ca14e1bf93888b979f", size = 437516 }, - { url = "https://files.pythonhosted.org/packages/71/63/c8fc62745e669ac9009044b889fc531b6f88ac0f5f183cac79eaa950bb23/tornado-6.4.1-cp38-abi3-musllinux_1_2_i686.whl", hash = "sha256:454db8a7ecfcf2ff6042dde58404164d969b6f5d58b926da15e6b23817950fc4", size = 436958 }, - { url = "https://files.pythonhosted.org/packages/94/d4/f8ac1f5bd22c15fad3b527e025ce219bd526acdbd903f52053df2baecc8b/tornado-6.4.1-cp38-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:a02a08cc7a9314b006f653ce40483b9b3c12cda222d6a46d4ac63bb6c9057698", size = 436882 }, - { url = "https://files.pythonhosted.org/packages/4b/3e/a8124c21cc0bbf144d7903d2a0cadab15cadaf683fa39a0f92bc567f0d4d/tornado-6.4.1-cp38-abi3-win32.whl", hash = "sha256:d9a566c40b89757c9aa8e6f032bcdb8ca8795d7c1a9762910c722b1635c9de4d", size = 438092 }, - { url = "https://files.pythonhosted.org/packages/d9/2f/3f2f05e84a7aff787a96d5fb06821323feb370fe0baed4db6ea7b1088f32/tornado-6.4.1-cp38-abi3-win_amd64.whl", hash = "sha256:b24b8982ed444378d7f21d563f4180a2de31ced9d8d84443907a0a64da2072e7", size = 438532 }, + { url = "https://files.pythonhosted.org/packages/00/d9/c33be3c1a7564f7d42d87a8d186371a75fd142097076767a5c27da941fef/tornado-6.4.1-cp38-abi3-macosx_10_9_universal2.whl", hash = "sha256:163b0aafc8e23d8cdc3c9dfb24c5368af84a81e3364745ccb4427669bf84aec8", size = 435924, upload-time = "2024-06-06T18:36:10.575Z" }, + { url = "https://files.pythonhosted.org/packages/2e/0f/721e113a2fac2f1d7d124b3279a1da4c77622e104084f56119875019ffab/tornado-6.4.1-cp38-abi3-macosx_10_9_x86_64.whl", hash = "sha256:6d5ce3437e18a2b66fbadb183c1d3364fb03f2be71299e7d10dbeeb69f4b2a14", size = 433883, upload-time = "2024-06-06T18:36:13.13Z" }, + { url = "https://files.pythonhosted.org/packages/13/cf/786b8f1e6fe1c7c675e79657448178ad65e41c1c9765ef82e7f6f765c4c5/tornado-6.4.1-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e2e20b9113cd7293f164dc46fffb13535266e713cdb87bd2d15ddb336e96cfc4", size = 437224, upload-time = "2024-06-06T18:36:14.657Z" }, + { url = "https://files.pythonhosted.org/packages/e4/8e/a6ce4b8d5935558828b0f30f3afcb2d980566718837b3365d98e34f6067e/tornado-6.4.1-cp38-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8ae50a504a740365267b2a8d1a90c9fbc86b780a39170feca9bcc1787ff80842", size = 436597, upload-time = "2024-06-06T18:36:17.093Z" }, + { url = "https://files.pythonhosted.org/packages/22/d4/54f9d12668b58336bd30defe0307e6c61589a3e687b05c366f804b7faaf0/tornado-6.4.1-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:613bf4ddf5c7a95509218b149b555621497a6cc0d46ac341b30bd9ec19eac7f3", size = 436797, upload-time = "2024-06-06T18:36:19.265Z" }, + { url = "https://files.pythonhosted.org/packages/cf/3f/2c792e7afa7dd8b24fad7a2ed3c2f24a5ec5110c7b43a64cb6095cc106b8/tornado-6.4.1-cp38-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:25486eb223babe3eed4b8aecbac33b37e3dd6d776bc730ca14e1bf93888b979f", size = 437516, upload-time = "2024-06-06T18:36:20.813Z" }, + { url = "https://files.pythonhosted.org/packages/71/63/c8fc62745e669ac9009044b889fc531b6f88ac0f5f183cac79eaa950bb23/tornado-6.4.1-cp38-abi3-musllinux_1_2_i686.whl", hash = "sha256:454db8a7ecfcf2ff6042dde58404164d969b6f5d58b926da15e6b23817950fc4", size = 436958, upload-time = "2024-06-06T18:36:22.679Z" }, + { url = "https://files.pythonhosted.org/packages/94/d4/f8ac1f5bd22c15fad3b527e025ce219bd526acdbd903f52053df2baecc8b/tornado-6.4.1-cp38-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:a02a08cc7a9314b006f653ce40483b9b3c12cda222d6a46d4ac63bb6c9057698", size = 436882, upload-time = "2024-06-06T18:36:24.124Z" }, + { url = "https://files.pythonhosted.org/packages/4b/3e/a8124c21cc0bbf144d7903d2a0cadab15cadaf683fa39a0f92bc567f0d4d/tornado-6.4.1-cp38-abi3-win32.whl", hash = "sha256:d9a566c40b89757c9aa8e6f032bcdb8ca8795d7c1a9762910c722b1635c9de4d", size = 438092, upload-time = "2024-06-06T18:36:25.881Z" }, + { url = "https://files.pythonhosted.org/packages/d9/2f/3f2f05e84a7aff787a96d5fb06821323feb370fe0baed4db6ea7b1088f32/tornado-6.4.1-cp38-abi3-win_amd64.whl", hash = "sha256:b24b8982ed444378d7f21d563f4180a2de31ced9d8d84443907a0a64da2072e7", size = 438532, upload-time = "2024-06-06T18:36:28.494Z" }, ] [[package]] name = "traitlets" version = "5.14.3" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/eb/79/72064e6a701c2183016abbbfedaba506d81e30e232a68c9f0d6f6fcd1574/traitlets-5.14.3.tar.gz", hash = "sha256:9ed0579d3502c94b4b3732ac120375cda96f923114522847de4b3bb98b96b6b7", size = 161621 } +sdist = { url = "https://files.pythonhosted.org/packages/eb/79/72064e6a701c2183016abbbfedaba506d81e30e232a68c9f0d6f6fcd1574/traitlets-5.14.3.tar.gz", hash = "sha256:9ed0579d3502c94b4b3732ac120375cda96f923114522847de4b3bb98b96b6b7", size = 161621, upload-time = "2024-04-19T11:11:49.746Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/00/c0/8f5d070730d7836adc9c9b6408dec68c6ced86b304a9b26a14df072a6e8c/traitlets-5.14.3-py3-none-any.whl", hash = "sha256:b74e89e397b1ed28cc831db7aea759ba6640cb3de13090ca145426688ff1ac4f", size = 85359 }, + { url = "https://files.pythonhosted.org/packages/00/c0/8f5d070730d7836adc9c9b6408dec68c6ced86b304a9b26a14df072a6e8c/traitlets-5.14.3-py3-none-any.whl", hash = "sha256:b74e89e397b1ed28cc831db7aea759ba6640cb3de13090ca145426688ff1ac4f", size = 85359, upload-time = "2024-04-19T11:11:46.763Z" }, ] [[package]] name = "types-python-dateutil" version = "2.9.0.20241003" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/31/f8/f6ee4c803a7beccffee21bb29a71573b39f7037c224843eff53e5308c16e/types-python-dateutil-2.9.0.20241003.tar.gz", hash = "sha256:58cb85449b2a56d6684e41aeefb4c4280631246a0da1a719bdbe6f3fb0317446", size = 9210 } +sdist = { url = "https://files.pythonhosted.org/packages/31/f8/f6ee4c803a7beccffee21bb29a71573b39f7037c224843eff53e5308c16e/types-python-dateutil-2.9.0.20241003.tar.gz", hash = "sha256:58cb85449b2a56d6684e41aeefb4c4280631246a0da1a719bdbe6f3fb0317446", size = 9210, upload-time = "2024-10-03T02:43:26.932Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/35/d6/ba5f61958f358028f2e2ba1b8e225b8e263053bd57d3a79e2d2db64c807b/types_python_dateutil-2.9.0.20241003-py3-none-any.whl", hash = "sha256:250e1d8e80e7bbc3a6c99b907762711d1a1cdd00e978ad39cb5940f6f0a87f3d", size = 9693 }, + { url = "https://files.pythonhosted.org/packages/35/d6/ba5f61958f358028f2e2ba1b8e225b8e263053bd57d3a79e2d2db64c807b/types_python_dateutil-2.9.0.20241003-py3-none-any.whl", hash = "sha256:250e1d8e80e7bbc3a6c99b907762711d1a1cdd00e978ad39cb5940f6f0a87f3d", size = 9693, upload-time = "2024-10-03T02:43:25.458Z" }, ] [[package]] name = "typing-extensions" version = "4.12.2" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/df/db/f35a00659bc03fec321ba8bce9420de607a1d37f8342eee1863174c69557/typing_extensions-4.12.2.tar.gz", hash = "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8", size = 85321 } +sdist = { url = "https://files.pythonhosted.org/packages/df/db/f35a00659bc03fec321ba8bce9420de607a1d37f8342eee1863174c69557/typing_extensions-4.12.2.tar.gz", hash = "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8", size = 85321, upload-time = "2024-06-07T18:52:15.995Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/26/9f/ad63fc0248c5379346306f8668cda6e2e2e9c95e01216d2b8ffd9ff037d0/typing_extensions-4.12.2-py3-none-any.whl", hash = "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d", size = 37438 }, + { url = "https://files.pythonhosted.org/packages/26/9f/ad63fc0248c5379346306f8668cda6e2e2e9c95e01216d2b8ffd9ff037d0/typing_extensions-4.12.2-py3-none-any.whl", hash = "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d", size = 37438, upload-time = "2024-06-07T18:52:13.582Z" }, ] [[package]] name = "tzdata" version = "2024.2" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/e1/34/943888654477a574a86a98e9896bae89c7aa15078ec29f490fef2f1e5384/tzdata-2024.2.tar.gz", hash = "sha256:7d85cc416e9382e69095b7bdf4afd9e3880418a2413feec7069d533d6b4e31cc", size = 193282 } +sdist = { url = "https://files.pythonhosted.org/packages/e1/34/943888654477a574a86a98e9896bae89c7aa15078ec29f490fef2f1e5384/tzdata-2024.2.tar.gz", hash = "sha256:7d85cc416e9382e69095b7bdf4afd9e3880418a2413feec7069d533d6b4e31cc", size = 193282, upload-time = "2024-09-23T18:56:46.89Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/a6/ab/7e5f53c3b9d14972843a647d8d7a853969a58aecc7559cb3267302c94774/tzdata-2024.2-py2.py3-none-any.whl", hash = "sha256:a48093786cdcde33cad18c2555e8532f34422074448fbc874186f0abd79565cd", size = 346586 }, + { url = "https://files.pythonhosted.org/packages/a6/ab/7e5f53c3b9d14972843a647d8d7a853969a58aecc7559cb3267302c94774/tzdata-2024.2-py2.py3-none-any.whl", hash = "sha256:a48093786cdcde33cad18c2555e8532f34422074448fbc874186f0abd79565cd", size = 346586, upload-time = "2024-09-23T18:56:45.478Z" }, ] [[package]] name = "uri-template" version = "1.3.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/31/c7/0336f2bd0bcbada6ccef7aaa25e443c118a704f828a0620c6fa0207c1b64/uri-template-1.3.0.tar.gz", hash = "sha256:0e00f8eb65e18c7de20d595a14336e9f337ead580c70934141624b6d1ffdacc7", size = 21678 } +sdist = { url = "https://files.pythonhosted.org/packages/31/c7/0336f2bd0bcbada6ccef7aaa25e443c118a704f828a0620c6fa0207c1b64/uri-template-1.3.0.tar.gz", hash = "sha256:0e00f8eb65e18c7de20d595a14336e9f337ead580c70934141624b6d1ffdacc7", size = 21678, upload-time = "2023-06-21T01:49:05.374Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/e7/00/3fca040d7cf8a32776d3d81a00c8ee7457e00f80c649f1e4a863c8321ae9/uri_template-1.3.0-py3-none-any.whl", hash = "sha256:a44a133ea12d44a0c0f06d7d42a52d71282e77e2f937d8abd5655b8d56fc1363", size = 11140 }, + { url = "https://files.pythonhosted.org/packages/e7/00/3fca040d7cf8a32776d3d81a00c8ee7457e00f80c649f1e4a863c8321ae9/uri_template-1.3.0-py3-none-any.whl", hash = "sha256:a44a133ea12d44a0c0f06d7d42a52d71282e77e2f937d8abd5655b8d56fc1363", size = 11140, upload-time = "2023-06-21T01:49:03.467Z" }, ] [[package]] name = "urllib3" version = "2.2.3" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz", hash = "sha256:e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9", size = 300677 } +sdist = { url = "https://files.pythonhosted.org/packages/ed/63/22ba4ebfe7430b76388e7cd448d5478814d3032121827c12a2cc287e2260/urllib3-2.2.3.tar.gz", hash = "sha256:e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9", size = 300677, upload-time = "2024-09-12T10:52:18.401Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/ce/d9/5f4c13cecde62396b0d3fe530a50ccea91e7dfc1ccf0e09c228841bb5ba8/urllib3-2.2.3-py3-none-any.whl", hash = "sha256:ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac", size = 126338 }, + { url = "https://files.pythonhosted.org/packages/ce/d9/5f4c13cecde62396b0d3fe530a50ccea91e7dfc1ccf0e09c228841bb5ba8/urllib3-2.2.3-py3-none-any.whl", hash = "sha256:ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac", size = 126338, upload-time = "2024-09-12T10:52:16.589Z" }, ] [[package]] name = "wcwidth" version = "0.2.13" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/6c/63/53559446a878410fc5a5974feb13d31d78d752eb18aeba59c7fef1af7598/wcwidth-0.2.13.tar.gz", hash = "sha256:72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5", size = 101301 } +sdist = { url = "https://files.pythonhosted.org/packages/6c/63/53559446a878410fc5a5974feb13d31d78d752eb18aeba59c7fef1af7598/wcwidth-0.2.13.tar.gz", hash = "sha256:72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5", size = 101301, upload-time = "2024-01-06T02:10:57.829Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/fd/84/fd2ba7aafacbad3c4201d395674fc6348826569da3c0937e75505ead3528/wcwidth-0.2.13-py2.py3-none-any.whl", hash = "sha256:3da69048e4540d84af32131829ff948f1e022c1c6bdb8d6102117aac784f6859", size = 34166 }, + { url = "https://files.pythonhosted.org/packages/fd/84/fd2ba7aafacbad3c4201d395674fc6348826569da3c0937e75505ead3528/wcwidth-0.2.13-py2.py3-none-any.whl", hash = "sha256:3da69048e4540d84af32131829ff948f1e022c1c6bdb8d6102117aac784f6859", size = 34166, upload-time = "2024-01-06T02:10:55.763Z" }, ] [[package]] name = "webcolors" version = "24.8.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/fe/f8/53150a5bda7e042840b14f0236e1c0a4819d403658e3d453237983addfac/webcolors-24.8.0.tar.gz", hash = "sha256:08b07af286a01bcd30d583a7acadf629583d1f79bfef27dd2c2c5c263817277d", size = 42392 } +sdist = { url = "https://files.pythonhosted.org/packages/fe/f8/53150a5bda7e042840b14f0236e1c0a4819d403658e3d453237983addfac/webcolors-24.8.0.tar.gz", hash = "sha256:08b07af286a01bcd30d583a7acadf629583d1f79bfef27dd2c2c5c263817277d", size = 42392, upload-time = "2024-08-10T08:52:31.226Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/f0/33/12020ba99beaff91682b28dc0bbf0345bbc3244a4afbae7644e4fa348f23/webcolors-24.8.0-py3-none-any.whl", hash = "sha256:fc4c3b59358ada164552084a8ebee637c221e4059267d0f8325b3b560f6c7f0a", size = 15027 }, + { url = "https://files.pythonhosted.org/packages/f0/33/12020ba99beaff91682b28dc0bbf0345bbc3244a4afbae7644e4fa348f23/webcolors-24.8.0-py3-none-any.whl", hash = "sha256:fc4c3b59358ada164552084a8ebee637c221e4059267d0f8325b3b560f6c7f0a", size = 15027, upload-time = "2024-08-10T08:52:28.707Z" }, ] [[package]] name = "webencodings" version = "0.5.1" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/0b/02/ae6ceac1baeda530866a85075641cec12989bd8d31af6d5ab4a3e8c92f47/webencodings-0.5.1.tar.gz", hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923", size = 9721 } +sdist = { url = "https://files.pythonhosted.org/packages/0b/02/ae6ceac1baeda530866a85075641cec12989bd8d31af6d5ab4a3e8c92f47/webencodings-0.5.1.tar.gz", hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923", size = 9721, upload-time = "2017-04-05T20:21:34.189Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl", hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78", size = 11774 }, + { url = "https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl", hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78", size = 11774, upload-time = "2017-04-05T20:21:32.581Z" }, ] [[package]] name = "websocket-client" version = "1.8.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/e6/30/fba0d96b4b5fbf5948ed3f4681f7da2f9f64512e1d303f94b4cc174c24a5/websocket_client-1.8.0.tar.gz", hash = "sha256:3239df9f44da632f96012472805d40a23281a991027ce11d2f45a6f24ac4c3da", size = 54648 } +sdist = { url = "https://files.pythonhosted.org/packages/e6/30/fba0d96b4b5fbf5948ed3f4681f7da2f9f64512e1d303f94b4cc174c24a5/websocket_client-1.8.0.tar.gz", hash = "sha256:3239df9f44da632f96012472805d40a23281a991027ce11d2f45a6f24ac4c3da", size = 54648, upload-time = "2024-04-23T22:16:16.976Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/5a/84/44687a29792a70e111c5c477230a72c4b957d88d16141199bf9acb7537a3/websocket_client-1.8.0-py3-none-any.whl", hash = "sha256:17b44cc997f5c498e809b22cdf2d9c7a9e71c02c8cc2b6c56e7c2d1239bfa526", size = 58826 }, + { url = "https://files.pythonhosted.org/packages/5a/84/44687a29792a70e111c5c477230a72c4b957d88d16141199bf9acb7537a3/websocket_client-1.8.0-py3-none-any.whl", hash = "sha256:17b44cc997f5c498e809b22cdf2d9c7a9e71c02c8cc2b6c56e7c2d1239bfa526", size = 58826, upload-time = "2024-04-23T22:16:14.422Z" }, ] [[package]] name = "widgetsnbextension" version = "4.0.13" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/56/fc/238c424fd7f4ebb25f8b1da9a934a3ad7c848286732ae04263661eb0fc03/widgetsnbextension-4.0.13.tar.gz", hash = "sha256:ffcb67bc9febd10234a362795f643927f4e0c05d9342c727b65d2384f8feacb6", size = 1164730 } +sdist = { url = "https://files.pythonhosted.org/packages/56/fc/238c424fd7f4ebb25f8b1da9a934a3ad7c848286732ae04263661eb0fc03/widgetsnbextension-4.0.13.tar.gz", hash = "sha256:ffcb67bc9febd10234a362795f643927f4e0c05d9342c727b65d2384f8feacb6", size = 1164730, upload-time = "2024-08-22T12:18:22.534Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/21/02/88b65cc394961a60c43c70517066b6b679738caf78506a5da7b88ffcb643/widgetsnbextension-4.0.13-py3-none-any.whl", hash = "sha256:74b2692e8500525cc38c2b877236ba51d34541e6385eeed5aec15a70f88a6c71", size = 2335872 }, + { url = "https://files.pythonhosted.org/packages/21/02/88b65cc394961a60c43c70517066b6b679738caf78506a5da7b88ffcb643/widgetsnbextension-4.0.13-py3-none-any.whl", hash = "sha256:74b2692e8500525cc38c2b877236ba51d34541e6385eeed5aec15a70f88a6c71", size = 2335872, upload-time = "2024-08-22T12:18:19.491Z" }, ] [[package]] name = "zipp" version = "3.20.2" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/54/bf/5c0000c44ebc80123ecbdddba1f5dcd94a5ada602a9c225d84b5aaa55e86/zipp-3.20.2.tar.gz", hash = "sha256:bc9eb26f4506fda01b81bcde0ca78103b6e62f991b381fec825435c836edbc29", size = 24199 } +sdist = { url = "https://files.pythonhosted.org/packages/54/bf/5c0000c44ebc80123ecbdddba1f5dcd94a5ada602a9c225d84b5aaa55e86/zipp-3.20.2.tar.gz", hash = "sha256:bc9eb26f4506fda01b81bcde0ca78103b6e62f991b381fec825435c836edbc29", size = 24199, upload-time = "2024-09-13T13:44:16.101Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/62/8b/5ba542fa83c90e09eac972fc9baca7a88e7e7ca4b221a89251954019308b/zipp-3.20.2-py3-none-any.whl", hash = "sha256:a817ac80d6cf4b23bf7f2828b7cabf326f15a001bea8b1f9b49631780ba28350", size = 9200 }, + { url = "https://files.pythonhosted.org/packages/62/8b/5ba542fa83c90e09eac972fc9baca7a88e7e7ca4b221a89251954019308b/zipp-3.20.2-py3-none-any.whl", hash = "sha256:a817ac80d6cf4b23bf7f2828b7cabf326f15a001bea8b1f9b49631780ba28350", size = 9200, upload-time = "2024-09-13T13:44:14.38Z" }, ]