import PropTypes from 'prop-types';
import React from 'react';


function ProvinceOptions(props) {
  const { country, children } = props;

  const options = [
    { value: 'AD-07', country_code: 'AD', text: 'Andorra la Vella' },
    { value: 'AD-02', country_code: 'AD', text: 'Canillo' },
    { value: 'AD-03', country_code: 'AD', text: 'Encamp' },
    { value: 'AD-08', country_code: 'AD', text: 'Escaldes-Engordany' },
    { value: 'AD-04', country_code: 'AD', text: 'La Massana' },
    { value: 'AD-05', country_code: 'AD', text: 'Ordino' },
    { value: 'AD-06', country_code: 'AD', text: 'Sant Julia de Loria' },
    { value: 'AE-AJ', country_code: 'AE', text: "'Ajman" },
    { value: 'AE-AZ', country_code: 'AE', text: 'Abu Zaby' },
    { value: 'AE-FU', country_code: 'AE', text: 'Al Fujayrah' },
    { value: 'AE-SH', country_code: 'AE', text: 'Ash Shariqah' },
    { value: 'AE-DU', country_code: 'AE', text: 'Dubayy' },
    { value: 'AE-RK', country_code: 'AE', text: "Ra's al Khaymah" },
    { value: 'AE-UQ', country_code: 'AE', text: 'Umm al Qaywayn' },
    { value: 'AF-BDS', country_code: 'AF', text: 'Badakhshan' },
    { value: 'AF-BDG', country_code: 'AF', text: 'Badghis' },
    { value: 'AF-BGL', country_code: 'AF', text: 'Baghlan' },
    { value: 'AF-BAL', country_code: 'AF', text: 'Balkh' },
    { value: 'AF-BAM', country_code: 'AF', text: 'Bamyan' },
    { value: 'AF-DAY', country_code: 'AF', text: 'Daykundi' },
    { value: 'AF-FRA', country_code: 'AF', text: 'Farah' },
    { value: 'AF-FYB', country_code: 'AF', text: 'Faryab' },
    { value: 'AF-GHA', country_code: 'AF', text: 'Ghazni' },
    { value: 'AF-GHO', country_code: 'AF', text: 'Ghor' },
    { value: 'AF-HEL', country_code: 'AF', text: 'Helmand' },
    { value: 'AF-HER', country_code: 'AF', text: 'Herat' },
    { value: 'AF-JOW', country_code: 'AF', text: 'Jowzjan' },
    { value: 'AF-KAB', country_code: 'AF', text: 'Kabul' },
    { value: 'AF-KAN', country_code: 'AF', text: 'Kandahar' },
    { value: 'AF-KAP', country_code: 'AF', text: 'Kapisa' },
    { value: 'AF-KHO', country_code: 'AF', text: 'Khost' },
    { value: 'AF-KNR', country_code: 'AF', text: 'Kunar' },
    { value: 'AF-KDZ', country_code: 'AF', text: 'Kunduz' },
    { value: 'AF-LAG', country_code: 'AF', text: 'Laghman' },
    { value: 'AF-LOG', country_code: 'AF', text: 'Logar' },
    { value: 'AF-NAN', country_code: 'AF', text: 'Nangarhar' },
    { value: 'AF-NIM', country_code: 'AF', text: 'Nimroz' },
    { value: 'AF-NUR', country_code: 'AF', text: 'Nuristan' },
    { value: 'AF-PKA', country_code: 'AF', text: 'Paktika' },
    { value: 'AF-PIA', country_code: 'AF', text: 'Paktiya' },
    { value: 'AF-PAN', country_code: 'AF', text: 'Panjshayr' },
    { value: 'AF-PAR', country_code: 'AF', text: 'Parwan' },
    { value: 'AF-SAM', country_code: 'AF', text: 'Samangan' },
    { value: 'AF-SAR', country_code: 'AF', text: 'Sar-e Pul' },
    { value: 'AF-TAK', country_code: 'AF', text: 'Takhar' },
    { value: 'AF-URU', country_code: 'AF', text: 'Uruzgan' },
    { value: 'AF-WAR', country_code: 'AF', text: 'Wardak' },
    { value: 'AF-ZAB', country_code: 'AF', text: 'Zabul' },
    { value: 'AG-04', country_code: 'AG', text: 'Saint John' },
    { value: 'AG-05', country_code: 'AG', text: 'Saint Mary' },
    { value: 'AG-06', country_code: 'AG', text: 'Saint Paul' },
    { value: 'AL-01', country_code: 'AL', text: 'Berat' },
    { value: 'AL-09', country_code: 'AL', text: 'Diber' },
    { value: 'AL-02', country_code: 'AL', text: 'Durres' },
    { value: 'AL-03', country_code: 'AL', text: 'Elbasan' },
    { value: 'AL-04', country_code: 'AL', text: 'Fier' },
    { value: 'AL-05', country_code: 'AL', text: 'Gjirokaster' },
    { value: 'AL-06', country_code: 'AL', text: 'Korce' },
    { value: 'AL-07', country_code: 'AL', text: 'Kukes' },
    { value: 'AL-08', country_code: 'AL', text: 'Lezhe' },
    { value: 'AL-10', country_code: 'AL', text: 'Shkoder' },
    { value: 'AL-11', country_code: 'AL', text: 'Tirane' },
    { value: 'AL-12', country_code: 'AL', text: 'Vlore' },
    { value: 'AM-AG', country_code: 'AM', text: 'Aragacotn' },
    { value: 'AM-AR', country_code: 'AM', text: 'Ararat' },
    { value: 'AM-AV', country_code: 'AM', text: 'Armavir' },
    { value: 'AM-ER', country_code: 'AM', text: 'Erevan' },
    { value: 'AM-GR', country_code: 'AM', text: "Gegark'unik'" },
    { value: 'AM-KT', country_code: 'AM', text: "Kotayk'" },
    { value: 'AM-LO', country_code: 'AM', text: 'Lori' },
    { value: 'AM-SH', country_code: 'AM', text: 'Sirak' },
    { value: 'AM-SU', country_code: 'AM', text: "Syunik'" },
    { value: 'AM-TV', country_code: 'AM', text: 'Tavus' },
    { value: 'AM-VD', country_code: 'AM', text: 'Vayoc Jor' },
    { value: 'AO-BGO', country_code: 'AO', text: 'Bengo' },
    { value: 'AO-BGU', country_code: 'AO', text: 'Benguela' },
    { value: 'AO-BIE', country_code: 'AO', text: 'Bie' },
    { value: 'AO-CAB', country_code: 'AO', text: 'Cabinda' },
    { value: 'AO-CNN', country_code: 'AO', text: 'Cunene' },
    { value: 'AO-HUA', country_code: 'AO', text: 'Huambo' },
    { value: 'AO-HUI', country_code: 'AO', text: 'Huila' },
    { value: 'AO-CCU', country_code: 'AO', text: 'Kuando Kubango' },
    { value: 'AO-CNO', country_code: 'AO', text: 'Kwanza Norte' },
    { value: 'AO-CUS', country_code: 'AO', text: 'Kwanza Sul' },
    { value: 'AO-LUA', country_code: 'AO', text: 'Luanda' },
    { value: 'AO-LNO', country_code: 'AO', text: 'Lunda Norte' },
    { value: 'AO-LSU', country_code: 'AO', text: 'Lunda Sul' },
    { value: 'AO-MAL', country_code: 'AO', text: 'Malange' },
    { value: 'AO-MOX', country_code: 'AO', text: 'Moxico' },
    { value: 'AO-NAM', country_code: 'AO', text: 'Namibe' },
    { value: 'AO-UIG', country_code: 'AO', text: 'Uige' },
    { value: 'AO-ZAI', country_code: 'AO', text: 'Zaire' },
    { value: 'AR-B', country_code: 'AR', text: 'Buenos Aires' },
    { value: 'AR-K', country_code: 'AR', text: 'Catamarca' },
    { value: 'AR-H', country_code: 'AR', text: 'Chaco' },
    { value: 'AR-U', country_code: 'AR', text: 'Chubut' },
    {
      value: 'AR-C',
      country_code: 'AR',
      text: 'Ciudad Autonoma de Buenos Aires'
    },
    { value: 'AR-X', country_code: 'AR', text: 'Cordoba' },
    { value: 'AR-W', country_code: 'AR', text: 'Corrientes' },
    { value: 'AR-E', country_code: 'AR', text: 'Entre Rios' },
    { value: 'AR-P', country_code: 'AR', text: 'Formosa' },
    { value: 'AR-Y', country_code: 'AR', text: 'Jujuy' },
    { value: 'AR-L', country_code: 'AR', text: 'La Pampa' },
    { value: 'AR-F', country_code: 'AR', text: 'La Rioja' },
    { value: 'AR-M', country_code: 'AR', text: 'Mendoza' },
    { value: 'AR-N', country_code: 'AR', text: 'Misiones' },
    { value: 'AR-Q', country_code: 'AR', text: 'Neuquen' },
    { value: 'AR-R', country_code: 'AR', text: 'Rio Negro' },
    { value: 'AR-A', country_code: 'AR', text: 'Salta' },
    { value: 'AR-J', country_code: 'AR', text: 'San Juan' },
    { value: 'AR-D', country_code: 'AR', text: 'San Luis' },
    { value: 'AR-Z', country_code: 'AR', text: 'Santa Cruz' },
    { value: 'AR-S', country_code: 'AR', text: 'Santa Fe' },
    { value: 'AR-G', country_code: 'AR', text: 'Santiago del Estero' },
    { value: 'AR-V', country_code: 'AR', text: 'Tierra del Fuego' },
    { value: 'AR-T', country_code: 'AR', text: 'Tucuman' },
    { value: 'AT-1', country_code: 'AT', text: 'Burgenland' },
    { value: 'AT-2', country_code: 'AT', text: 'Karnten' },
    { value: 'AT-3', country_code: 'AT', text: 'Niederosterreich' },
    { value: 'AT-4', country_code: 'AT', text: 'Oberosterreich' },
    { value: 'AT-5', country_code: 'AT', text: 'Salzburg' },
    { value: 'AT-6', country_code: 'AT', text: 'Steiermark' },
    { value: 'AT-7', country_code: 'AT', text: 'Tirol' },
    { value: 'AT-8', country_code: 'AT', text: 'Vorarlberg' },
    { value: 'AT-9', country_code: 'AT', text: 'Wien' },
    {
      value: 'AU-ACT',
      country_code: 'AU',
      text: 'Australian Capital Territory'
    },
    { value: 'AU-NSW', country_code: 'AU', text: 'New South Wales' },
    { value: 'AU-NT', country_code: 'AU', text: 'Northern Territory' },
    { value: 'AU-QLD', country_code: 'AU', text: 'Queensland' },
    { value: 'AU-SA', country_code: 'AU', text: 'South Australia' },
    { value: 'AU-TAS', country_code: 'AU', text: 'Tasmania' },
    { value: 'AU-VIC', country_code: 'AU', text: 'Victoria' },
    { value: 'AU-WA', country_code: 'AU', text: 'Western Australia' },
    { value: 'AZ-ABS', country_code: 'AZ', text: 'Abseron' },
    { value: 'AZ-AGC', country_code: 'AZ', text: 'Agcabadi' },
    { value: 'AZ-AGM', country_code: 'AZ', text: 'Agdam' },
    { value: 'AZ-AGS', country_code: 'AZ', text: 'Agdas' },
    { value: 'AZ-AGA', country_code: 'AZ', text: 'Agstafa' },
    { value: 'AZ-AGU', country_code: 'AZ', text: 'Agsu' },
    { value: 'AZ-AST', country_code: 'AZ', text: 'Astara' },
    { value: 'AZ-BA', country_code: 'AZ', text: 'Baki' },
    { value: 'AZ-BAL', country_code: 'AZ', text: 'Balakan' },
    { value: 'AZ-BAR', country_code: 'AZ', text: 'Barda' },
    { value: 'AZ-BEY', country_code: 'AZ', text: 'Beylaqan' },
    { value: 'AZ-BIL', country_code: 'AZ', text: 'Bilasuvar' },
    { value: 'AZ-CAB', country_code: 'AZ', text: 'Cabrayil' },
    { value: 'AZ-CAL', country_code: 'AZ', text: 'Calilabad' },
    { value: 'AZ-DAS', country_code: 'AZ', text: 'Daskasan' },
    { value: 'AZ-FUZ', country_code: 'AZ', text: 'Fuzuli' },
    { value: 'AZ-GAD', country_code: 'AZ', text: 'Gadabay' },
    { value: 'AZ-GA', country_code: 'AZ', text: 'Ganca' },
    { value: 'AZ-GOR', country_code: 'AZ', text: 'Goranboy' },
    { value: 'AZ-GOY', country_code: 'AZ', text: 'Goycay' },
    { value: 'AZ-GYG', country_code: 'AZ', text: 'Goygol' },
    { value: 'AZ-HAC', country_code: 'AZ', text: 'Haciqabul' },
    { value: 'AZ-IMI', country_code: 'AZ', text: 'Imisli' },
    { value: 'AZ-ISM', country_code: 'AZ', text: 'Ismayilli' },
    { value: 'AZ-KAL', country_code: 'AZ', text: 'Kalbacar' },
    { value: 'AZ-LAC', country_code: 'AZ', text: 'Lacin' },
    { value: 'AZ-LA', country_code: 'AZ', text: 'Lankaran' },
    { value: 'AZ-LER', country_code: 'AZ', text: 'Lerik' },
    { value: 'AZ-MAS', country_code: 'AZ', text: 'Masalli' },
    { value: 'AZ-MI', country_code: 'AZ', text: 'Mingacevir' },
    { value: 'AZ-NA', country_code: 'AZ', text: 'Naftalan' },
    { value: 'AZ-NX', country_code: 'AZ', text: 'Naxcivan' },
    { value: 'AZ-NEF', country_code: 'AZ', text: 'Neftcala' },
    { value: 'AZ-OGU', country_code: 'AZ', text: 'Oguz' },
    { value: 'AZ-QAB', country_code: 'AZ', text: 'Qabala' },
    { value: 'AZ-QAX', country_code: 'AZ', text: 'Qax' },
    { value: 'AZ-QAZ', country_code: 'AZ', text: 'Qazax' },
    { value: 'AZ-QOB', country_code: 'AZ', text: 'Qobustan' },
    { value: 'AZ-QBA', country_code: 'AZ', text: 'Quba' },
    { value: 'AZ-QBI', country_code: 'AZ', text: 'Qubadli' },
    { value: 'AZ-QUS', country_code: 'AZ', text: 'Qusar' },
    { value: 'AZ-SAT', country_code: 'AZ', text: 'Saatli' },
    { value: 'AZ-SAB', country_code: 'AZ', text: 'Sabirabad' },
    { value: 'AZ-SA', country_code: 'AZ', text: 'Saki' },
    { value: 'AZ-SAL', country_code: 'AZ', text: 'Salyan' },
    { value: 'AZ-SMI', country_code: 'AZ', text: 'Samaxi' },
    { value: 'AZ-SKR', country_code: 'AZ', text: 'Samkir' },
    { value: 'AZ-SMX', country_code: 'AZ', text: 'Samux' },
    { value: 'AZ-SR', country_code: 'AZ', text: 'Sirvan' },
    { value: 'AZ-SM', country_code: 'AZ', text: 'Sumqayit' },
    { value: 'AZ-SUS', country_code: 'AZ', text: 'Susa' },
    { value: 'AZ-TAR', country_code: 'AZ', text: 'Tartar' },
    { value: 'AZ-TOV', country_code: 'AZ', text: 'Tovuz' },
    { value: 'AZ-UCA', country_code: 'AZ', text: 'Ucar' },
    { value: 'AZ-XAC', country_code: 'AZ', text: 'Xacmaz' },
    { value: 'AZ-XA', country_code: 'AZ', text: 'Xankandi' },
    { value: 'AZ-XIZ', country_code: 'AZ', text: 'Xizi' },
    { value: 'AZ-XCI', country_code: 'AZ', text: 'Xocali' },
    { value: 'AZ-XVD', country_code: 'AZ', text: 'Xocavand' },
    { value: 'AZ-YAR', country_code: 'AZ', text: 'Yardimli' },
    { value: 'AZ-YE', country_code: 'AZ', text: 'Yevlax' },
    { value: 'AZ-ZAN', country_code: 'AZ', text: 'Zangilan' },
    { value: 'AZ-ZAQ', country_code: 'AZ', text: 'Zaqatala' },
    { value: 'AZ-ZAR', country_code: 'AZ', text: 'Zardab' },
    {
      value: 'BA-BIH',
      country_code: 'BA',
      text: 'Federacija Bosne i Hercegovine'
    },
    { value: 'BA-SRP', country_code: 'BA', text: 'Republika Srpska' },
    { value: 'BB-01', country_code: 'BB', text: 'Christ Church' },
    { value: 'BB-04', country_code: 'BB', text: 'Saint James' },
    { value: 'BB-06', country_code: 'BB', text: 'Saint Joseph' },
    { value: 'BB-08', country_code: 'BB', text: 'Saint Michael' },
    { value: 'BB-09', country_code: 'BB', text: 'Saint Peter' },
    { value: 'BD-06', country_code: 'BD', text: 'Barisal' },
    { value: 'BD-10', country_code: 'BD', text: 'Chittagong' },
    { value: 'BD-13', country_code: 'BD', text: 'Dhaka' },
    { value: 'BD-27', country_code: 'BD', text: 'Khulna' },
    { value: 'BD-54', country_code: 'BD', text: 'Rajshahi' },
    { value: 'BD-55', country_code: 'BD', text: 'Rangpur' },
    { value: 'BD-60', country_code: 'BD', text: 'Sylhet' },
    { value: 'BE-VAN', country_code: 'BE', text: 'Antwerpen' },
    { value: 'BE-WBR', country_code: 'BE', text: 'Brabant wallon' },
    {
      value: 'BE-BRU',
      country_code: 'BE',
      text: 'Brussels Hoofdstedelijk Gewest'
    },
    { value: 'BE-WHT', country_code: 'BE', text: 'Hainaut' },
    { value: 'BE-WLG', country_code: 'BE', text: 'Liege' },
    { value: 'BE-VLI', country_code: 'BE', text: 'Limburg' },
    { value: 'BE-WLX', country_code: 'BE', text: 'Luxembourg' },
    { value: 'BE-WNA', country_code: 'BE', text: 'Namur' },
    { value: 'BE-VOV', country_code: 'BE', text: 'Oost-Vlaanderen' },
    { value: 'BE-VBR', country_code: 'BE', text: 'Vlaams-Brabant' },
    { value: 'BE-VWV', country_code: 'BE', text: 'West-Vlaanderen' },
    { value: 'BF-BAL', country_code: 'BF', text: 'Bale' },
    { value: 'BF-BAM', country_code: 'BF', text: 'Bam' },
    { value: 'BF-BAN', country_code: 'BF', text: 'Banwa' },
    { value: 'BF-BAZ', country_code: 'BF', text: 'Bazega' },
    { value: 'BF-BGR', country_code: 'BF', text: 'Bougouriba' },
    { value: 'BF-BLG', country_code: 'BF', text: 'Boulgou' },
    { value: 'BF-BLK', country_code: 'BF', text: 'Boulkiemde' },
    { value: 'BF-COM', country_code: 'BF', text: 'Comoe' },
    { value: 'BF-GAN', country_code: 'BF', text: 'Ganzourgou' },
    { value: 'BF-GNA', country_code: 'BF', text: 'Gnagna' },
    { value: 'BF-GOU', country_code: 'BF', text: 'Gourma' },
    { value: 'BF-HOU', country_code: 'BF', text: 'Houet' },
    { value: 'BF-IOB', country_code: 'BF', text: 'Ioba' },
    { value: 'BF-KAD', country_code: 'BF', text: 'Kadiogo' },
    { value: 'BF-KEN', country_code: 'BF', text: 'Kenedougou' },
    { value: 'BF-KMD', country_code: 'BF', text: 'Komondjari' },
    { value: 'BF-KMP', country_code: 'BF', text: 'Kompienga' },
    { value: 'BF-KOS', country_code: 'BF', text: 'Kossi' },
    { value: 'BF-KOP', country_code: 'BF', text: 'Koulpelogo' },
    { value: 'BF-KOT', country_code: 'BF', text: 'Kouritenga' },
    { value: 'BF-KOW', country_code: 'BF', text: 'Kourweogo' },
    { value: 'BF-LER', country_code: 'BF', text: 'Leraba' },
    { value: 'BF-LOR', country_code: 'BF', text: 'Loroum' },
    { value: 'BF-MOU', country_code: 'BF', text: 'Mouhoun' },
    { value: 'BF-NAO', country_code: 'BF', text: 'Nahouri' },
    { value: 'BF-NAM', country_code: 'BF', text: 'Namentenga' },
    { value: 'BF-NAY', country_code: 'BF', text: 'Nayala' },
    { value: 'BF-NOU', country_code: 'BF', text: 'Noumbiel' },
    { value: 'BF-OUB', country_code: 'BF', text: 'Oubritenga' },
    { value: 'BF-OUD', country_code: 'BF', text: 'Oudalan' },
    { value: 'BF-PAS', country_code: 'BF', text: 'Passore' },
    { value: 'BF-PON', country_code: 'BF', text: 'Poni' },
    { value: 'BF-SNG', country_code: 'BF', text: 'Sanguie' },
    { value: 'BF-SMT', country_code: 'BF', text: 'Sanmatenga' },
    { value: 'BF-SEN', country_code: 'BF', text: 'Seno' },
    { value: 'BF-SIS', country_code: 'BF', text: 'Sissili' },
    { value: 'BF-SOM', country_code: 'BF', text: 'Soum' },
    { value: 'BF-SOR', country_code: 'BF', text: 'Sourou' },
    { value: 'BF-TAP', country_code: 'BF', text: 'Tapoa' },
    { value: 'BF-TUI', country_code: 'BF', text: 'Tuy' },
    { value: 'BF-YAG', country_code: 'BF', text: 'Yagha' },
    { value: 'BF-YAT', country_code: 'BF', text: 'Yatenga' },
    { value: 'BF-ZIR', country_code: 'BF', text: 'Ziro' },
    { value: 'BF-ZON', country_code: 'BF', text: 'Zondoma' },
    { value: 'BF-ZOU', country_code: 'BF', text: 'Zoundweogo' },
    { value: 'BG-01', country_code: 'BG', text: 'Blagoevgrad' },
    { value: 'BG-02', country_code: 'BG', text: 'Burgas' },
    { value: 'BG-08', country_code: 'BG', text: 'Dobrich' },
    { value: 'BG-07', country_code: 'BG', text: 'Gabrovo' },
    { value: 'BG-26', country_code: 'BG', text: 'Haskovo' },
    { value: 'BG-09', country_code: 'BG', text: 'Kardzhali' },
    { value: 'BG-10', country_code: 'BG', text: 'Kyustendil' },
    { value: 'BG-11', country_code: 'BG', text: 'Lovech' },
    { value: 'BG-12', country_code: 'BG', text: 'Montana' },
    { value: 'BG-13', country_code: 'BG', text: 'Pazardzhik' },
    { value: 'BG-14', country_code: 'BG', text: 'Pernik' },
    { value: 'BG-15', country_code: 'BG', text: 'Pleven' },
    { value: 'BG-16', country_code: 'BG', text: 'Plovdiv' },
    { value: 'BG-17', country_code: 'BG', text: 'Razgrad' },
    { value: 'BG-18', country_code: 'BG', text: 'Ruse' },
    { value: 'BG-27', country_code: 'BG', text: 'Shumen' },
    { value: 'BG-19', country_code: 'BG', text: 'Silistra' },
    { value: 'BG-20', country_code: 'BG', text: 'Sliven' },
    { value: 'BG-21', country_code: 'BG', text: 'Smolyan' },
    { value: 'BG-23', country_code: 'BG', text: 'Sofia' },
    { value: 'BG-22', country_code: 'BG', text: 'Sofia (stolitsa)' },
    { value: 'BG-24', country_code: 'BG', text: 'Stara Zagora' },
    { value: 'BG-25', country_code: 'BG', text: 'Targovishte' },
    { value: 'BG-03', country_code: 'BG', text: 'Varna' },
    { value: 'BG-04', country_code: 'BG', text: 'Veliko Tarnovo' },
    { value: 'BG-05', country_code: 'BG', text: 'Vidin' },
    { value: 'BG-06', country_code: 'BG', text: 'Vratsa' },
    { value: 'BG-28', country_code: 'BG', text: 'Yambol' },
    { value: 'BH-13', country_code: 'BH', text: "Al 'Asimah" },
    { value: 'BH-15', country_code: 'BH', text: 'Al Muharraq' },
    { value: 'BH-17', country_code: 'BH', text: 'Ash Shamaliyah' },
    { value: 'BI-BB', country_code: 'BI', text: 'Bubanza' },
    { value: 'BI-BM', country_code: 'BI', text: 'Bujumbura Mairie' },
    { value: 'BI-BR', country_code: 'BI', text: 'Bururi' },
    { value: 'BI-CA', country_code: 'BI', text: 'Cankuzo' },
    { value: 'BI-CI', country_code: 'BI', text: 'Cibitoke' },
    { value: 'BI-GI', country_code: 'BI', text: 'Gitega' },
    { value: 'BI-KR', country_code: 'BI', text: 'Karuzi' },
    { value: 'BI-KY', country_code: 'BI', text: 'Kayanza' },
    { value: 'BI-KI', country_code: 'BI', text: 'Kirundo' },
    { value: 'BI-MA', country_code: 'BI', text: 'Makamba' },
    { value: 'BI-MU', country_code: 'BI', text: 'Muramvya' },
    { value: 'BI-MY', country_code: 'BI', text: 'Muyinga' },
    { value: 'BI-MW', country_code: 'BI', text: 'Mwaro' },
    { value: 'BI-NG', country_code: 'BI', text: 'Ngozi' },
    { value: 'BI-RT', country_code: 'BI', text: 'Rutana' },
    { value: 'BI-RY', country_code: 'BI', text: 'Ruyigi' },
    { value: 'BJ-AL', country_code: 'BJ', text: 'Alibori' },
    { value: 'BJ-AK', country_code: 'BJ', text: 'Atacora' },
    { value: 'BJ-AQ', country_code: 'BJ', text: 'Atlantique' },
    { value: 'BJ-BO', country_code: 'BJ', text: 'Borgou' },
    { value: 'BJ-CO', country_code: 'BJ', text: 'Collines' },
    { value: 'BJ-KO', country_code: 'BJ', text: 'Couffo' },
    { value: 'BJ-DO', country_code: 'BJ', text: 'Donga' },
    { value: 'BJ-LI', country_code: 'BJ', text: 'Littoral' },
    { value: 'BJ-MO', country_code: 'BJ', text: 'Mono' },
    { value: 'BJ-OU', country_code: 'BJ', text: 'Oueme' },
    { value: 'BJ-PL', country_code: 'BJ', text: 'Plateau' },
    { value: 'BJ-ZO', country_code: 'BJ', text: 'Zou' },
    { value: 'BN-BE', country_code: 'BN', text: 'Belait' },
    { value: 'BN-BM', country_code: 'BN', text: 'Brunei-Muara' },
    { value: 'BN-TE', country_code: 'BN', text: 'Temburong' },
    { value: 'BN-TU', country_code: 'BN', text: 'Tutong' },
    { value: 'BO-H', country_code: 'BO', text: 'Chuquisaca' },
    { value: 'BO-C', country_code: 'BO', text: 'Cochabamba' },
    { value: 'BO-B', country_code: 'BO', text: 'El Beni' },
    { value: 'BO-L', country_code: 'BO', text: 'La Paz' },
    { value: 'BO-O', country_code: 'BO', text: 'Oruro' },
    { value: 'BO-N', country_code: 'BO', text: 'Pando' },
    { value: 'BO-P', country_code: 'BO', text: 'Potosi' },
    { value: 'BO-S', country_code: 'BO', text: 'Santa Cruz' },
    { value: 'BO-T', country_code: 'BO', text: 'Tarija' },
    { value: 'BQ-BO', country_code: 'BQ', text: 'Bonaire' },
    { value: 'BQ-SA', country_code: 'BQ', text: 'Saba' },
    { value: 'BQ-SE', country_code: 'BQ', text: 'Sint Eustatius' },
    { value: 'BR-AC', country_code: 'BR', text: 'Acre' },
    { value: 'BR-AL', country_code: 'BR', text: 'Alagoas' },
    { value: 'BR-AP', country_code: 'BR', text: 'Amapa' },
    { value: 'BR-AM', country_code: 'BR', text: 'Amazonas' },
    { value: 'BR-BA', country_code: 'BR', text: 'Bahia' },
    { value: 'BR-CE', country_code: 'BR', text: 'Ceara' },
    { value: 'BR-DF', country_code: 'BR', text: 'Distrito Federal' },
    { value: 'BR-ES', country_code: 'BR', text: 'Espirito Santo' },
    { value: 'BR-GO', country_code: 'BR', text: 'Goias' },
    { value: 'BR-MA', country_code: 'BR', text: 'Maranhao' },
    { value: 'BR-MT', country_code: 'BR', text: 'Mato Grosso' },
    { value: 'BR-MS', country_code: 'BR', text: 'Mato Grosso do Sul' },
    { value: 'BR-MG', country_code: 'BR', text: 'Minas Gerais' },
    { value: 'BR-PA', country_code: 'BR', text: 'Para' },
    { value: 'BR-PB', country_code: 'BR', text: 'Paraiba' },
    { value: 'BR-PR', country_code: 'BR', text: 'Parana' },
    { value: 'BR-PE', country_code: 'BR', text: 'Pernambuco' },
    { value: 'BR-PI', country_code: 'BR', text: 'Piaui' },
    { value: 'BR-RJ', country_code: 'BR', text: 'Rio de Janeiro' },
    { value: 'BR-RN', country_code: 'BR', text: 'Rio Grande do Norte' },
    { value: 'BR-RS', country_code: 'BR', text: 'Rio Grande do Sul' },
    { value: 'BR-RO', country_code: 'BR', text: 'Rondonia' },
    { value: 'BR-RR', country_code: 'BR', text: 'Roraima' },
    { value: 'BR-SC', country_code: 'BR', text: 'Santa Catarina' },
    { value: 'BR-SP', country_code: 'BR', text: 'Sao Paulo' },
    { value: 'BR-SE', country_code: 'BR', text: 'Sergipe' },
    { value: 'BR-TO', country_code: 'BR', text: 'Tocantins' },
    { value: 'BS-CS', country_code: 'BS', text: 'Central Andros' },
    { value: 'BS-FP', country_code: 'BS', text: 'City of Freeport' },
    { value: 'BS-EG', country_code: 'BS', text: 'East Grand Bahama' },
    { value: 'BS-HI', country_code: 'BS', text: 'Harbour Island' },
    { value: 'BS-HT', country_code: 'BS', text: 'Hope Town' },
    { value: 'BS-LI', country_code: 'BS', text: 'Long Island' },
    { value: 'BS-SE', country_code: 'BS', text: 'South Eleuthera' },
    { value: 'BT-12', country_code: 'BT', text: 'Chhukha' },
    { value: 'BT-22', country_code: 'BT', text: 'Dagana' },
    { value: 'BT-GA', country_code: 'BT', text: 'Gasa' },
    { value: 'BT-13', country_code: 'BT', text: 'Haa' },
    { value: 'BT-42', country_code: 'BT', text: 'Monggar' },
    { value: 'BT-11', country_code: 'BT', text: 'Paro' },
    { value: 'BT-23', country_code: 'BT', text: 'Punakha' },
    { value: 'BT-15', country_code: 'BT', text: 'Thimphu' },
    { value: 'BT-TY', country_code: 'BT', text: 'Trashi Yangtse' },
    { value: 'BT-32', country_code: 'BT', text: 'Trongsa' },
    { value: 'BT-34', country_code: 'BT', text: 'Zhemgang' },
    { value: 'BW-CE', country_code: 'BW', text: 'Central' },
    { value: 'BW-GH', country_code: 'BW', text: 'Ghanzi' },
    { value: 'BW-KG', country_code: 'BW', text: 'Kgalagadi' },
    { value: 'BW-KL', country_code: 'BW', text: 'Kgatleng' },
    { value: 'BW-KW', country_code: 'BW', text: 'Kweneng' },
    { value: 'BW-NE', country_code: 'BW', text: 'North East' },
    { value: 'BW-NW', country_code: 'BW', text: 'North West' },
    { value: 'BW-SE', country_code: 'BW', text: 'South East' },
    { value: 'BW-SO', country_code: 'BW', text: 'Southern' },
    { value: 'BY-BR', country_code: 'BY', text: "Brestskaya voblasts'" },
    { value: 'BY-HO', country_code: 'BY', text: "Homyel'skaya voblasts'" },
    { value: 'BY-HR', country_code: 'BY', text: "Hrodzenskaya voblasts'" },
    { value: 'BY-MA', country_code: 'BY', text: "Mahilyowskaya voblasts'" },
    { value: 'BY-MI', country_code: 'BY', text: "Minskaya voblasts'" },
    { value: 'BY-VI', country_code: 'BY', text: "Vitsyebskaya voblasts'" },
    { value: 'BZ-BZ', country_code: 'BZ', text: 'Belize' },
    { value: 'BZ-CY', country_code: 'BZ', text: 'Cayo' },
    { value: 'BZ-CZL', country_code: 'BZ', text: 'Corozal' },
    { value: 'BZ-OW', country_code: 'BZ', text: 'Orange Walk' },
    { value: 'BZ-SC', country_code: 'BZ', text: 'Stann Creek' },
    { value: 'BZ-TOL', country_code: 'BZ', text: 'Toledo' },
    { value: 'CA-AB', country_code: 'CA', text: 'Alberta' },
    { value: 'CA-BC', country_code: 'CA', text: 'British Columbia' },
    { value: 'CA-MB', country_code: 'CA', text: 'Manitoba' },
    { value: 'CA-NB', country_code: 'CA', text: 'New Brunswick' },
    { value: 'CA-NL', country_code: 'CA', text: 'Newfoundland and Labrador' },
    { value: 'CA-NT', country_code: 'CA', text: 'Northwest Territories' },
    { value: 'CA-NS', country_code: 'CA', text: 'Nova Scotia' },
    { value: 'CA-NU', country_code: 'CA', text: 'Nunavut' },
    { value: 'CA-ON', country_code: 'CA', text: 'Ontario' },
    { value: 'CA-PE', country_code: 'CA', text: 'Prince Edward Island' },
    { value: 'CA-QC', country_code: 'CA', text: 'Quebec' },
    { value: 'CA-SK', country_code: 'CA', text: 'Saskatchewan' },
    { value: 'CA-YT', country_code: 'CA', text: 'Yukon' },
    { value: 'CD-BU', country_code: 'CD', text: 'Bas-Uele' },
    { value: 'CD-EQ', country_code: 'CD', text: 'Equateur' },
    { value: 'CD-HK', country_code: 'CD', text: 'Haut-Katanga' },
    { value: 'CD-HL', country_code: 'CD', text: 'Haut-Lomani' },
    { value: 'CD-HU', country_code: 'CD', text: 'Haut-Uele' },
    { value: 'CD-IT', country_code: 'CD', text: 'Ituri' },
    { value: 'CD-KS', country_code: 'CD', text: 'Kasai' },
    { value: 'CD-KC', country_code: 'CD', text: 'Kasai Central' },
    { value: 'CD-KE', country_code: 'CD', text: 'Kasai Oriental' },
    { value: 'CD-KN', country_code: 'CD', text: 'Kinshasa' },
    { value: 'CD-BC', country_code: 'CD', text: 'Kongo Central' },
    { value: 'CD-KG', country_code: 'CD', text: 'Kwango' },
    { value: 'CD-KL', country_code: 'CD', text: 'Kwilu' },
    { value: 'CD-LO', country_code: 'CD', text: 'Lomami' },
    { value: 'CD-LU', country_code: 'CD', text: 'Lualaba' },
    { value: 'CD-MN', country_code: 'CD', text: 'Mai-Ndombe' },
    { value: 'CD-MA', country_code: 'CD', text: 'Maniema' },
    { value: 'CD-MO', country_code: 'CD', text: 'Mongala' },
    { value: 'CD-NK', country_code: 'CD', text: 'Nord-Kivu' },
    { value: 'CD-NU', country_code: 'CD', text: 'Nord-Ubangi' },
    { value: 'CD-SA', country_code: 'CD', text: 'Sankuru' },
    { value: 'CD-SK', country_code: 'CD', text: 'Sud-Kivu' },
    { value: 'CD-SU', country_code: 'CD', text: 'Sud-Ubangi' },
    { value: 'CD-TA', country_code: 'CD', text: 'Tanganyika' },
    { value: 'CD-TO', country_code: 'CD', text: 'Tshopo' },
    { value: 'CD-TU', country_code: 'CD', text: 'Tshuapa' },
    { value: 'CF-BB', country_code: 'CF', text: 'Bamingui-Bangoran' },
    { value: 'CF-BGF', country_code: 'CF', text: 'Bangui' },
    { value: 'CF-BK', country_code: 'CF', text: 'Basse-Kotto' },
    { value: 'CF-KB', country_code: 'CF', text: 'Gribingui' },
    { value: 'CF-HM', country_code: 'CF', text: 'Haut-Mbomou' },
    { value: 'CF-HK', country_code: 'CF', text: 'Haute-Kotto' },
    { value: 'CF-KG', country_code: 'CF', text: 'Kemo-Gribingui' },
    { value: 'CF-LB', country_code: 'CF', text: 'Lobaye' },
    { value: 'CF-HS', country_code: 'CF', text: 'Mambere-Kadei' },
    { value: 'CF-MB', country_code: 'CF', text: 'Mbomou' },
    { value: 'CF-NM', country_code: 'CF', text: 'Nana-Mambere' },
    { value: 'CF-MP', country_code: 'CF', text: 'Ombella-Mpoko' },
    { value: 'CF-UK', country_code: 'CF', text: 'Ouaka' },
    { value: 'CF-AC', country_code: 'CF', text: 'Ouham' },
    { value: 'CF-OP', country_code: 'CF', text: 'Ouham-Pende' },
    { value: 'CF-SE', country_code: 'CF', text: 'Sangha' },
    { value: 'CG-11', country_code: 'CG', text: 'Bouenza' },
    { value: 'CG-BZV', country_code: 'CG', text: 'Brazzaville' },
    { value: 'CG-8', country_code: 'CG', text: 'Cuvette' },
    { value: 'CG-15', country_code: 'CG', text: 'Cuvette-Ouest' },
    { value: 'CG-2', country_code: 'CG', text: 'Lekoumou' },
    { value: 'CG-7', country_code: 'CG', text: 'Likouala' },
    { value: 'CG-9', country_code: 'CG', text: 'Niari' },
    { value: 'CG-14', country_code: 'CG', text: 'Plateaux' },
    { value: 'CG-16', country_code: 'CG', text: 'Pointe-Noire' },
    { value: 'CG-12', country_code: 'CG', text: 'Pool' },
    { value: 'CG-13', country_code: 'CG', text: 'Sangha' },
    { value: 'CH-AG', country_code: 'CH', text: 'Aargau' },
    { value: 'CH-AR', country_code: 'CH', text: 'Appenzell Ausserrhoden' },
    { value: 'CH-AI', country_code: 'CH', text: 'Appenzell Innerrhoden' },
    { value: 'CH-BL', country_code: 'CH', text: 'Basel-Landschaft' },
    { value: 'CH-BS', country_code: 'CH', text: 'Basel-Stadt' },
    { value: 'CH-BE', country_code: 'CH', text: 'Bern' },
    { value: 'CH-FR', country_code: 'CH', text: 'Fribourg' },
    { value: 'CH-GE', country_code: 'CH', text: 'Geneve' },
    { value: 'CH-GL', country_code: 'CH', text: 'Glarus' },
    { value: 'CH-GR', country_code: 'CH', text: 'Graubunden' },
    { value: 'CH-JU', country_code: 'CH', text: 'Jura' },
    { value: 'CH-LU', country_code: 'CH', text: 'Luzern' },
    { value: 'CH-NE', country_code: 'CH', text: 'Neuchatel' },
    { value: 'CH-NW', country_code: 'CH', text: 'Nidwalden' },
    { value: 'CH-OW', country_code: 'CH', text: 'Obwalden' },
    { value: 'CH-SG', country_code: 'CH', text: 'Sankt Gallen' },
    { value: 'CH-SH', country_code: 'CH', text: 'Schaffhausen' },
    { value: 'CH-SZ', country_code: 'CH', text: 'Schwyz' },
    { value: 'CH-SO', country_code: 'CH', text: 'Solothurn' },
    { value: 'CH-TG', country_code: 'CH', text: 'Thurgau' },
    { value: 'CH-TI', country_code: 'CH', text: 'Ticino' },
    { value: 'CH-UR', country_code: 'CH', text: 'Uri' },
    { value: 'CH-VS', country_code: 'CH', text: 'Valais' },
    { value: 'CH-VD', country_code: 'CH', text: 'Vaud' },
    { value: 'CH-ZG', country_code: 'CH', text: 'Zug' },
    { value: 'CH-ZH', country_code: 'CH', text: 'Zurich' },
    { value: 'CI-AB', country_code: 'CI', text: 'Abidjan' },
    { value: 'CI-BS', country_code: 'CI', text: 'Bas-Sassandra' },
    { value: 'CI-CM', country_code: 'CI', text: 'Comoe' },
    { value: 'CI-DN', country_code: 'CI', text: 'Denguele' },
    { value: 'CI-GD', country_code: 'CI', text: 'Goh-Djiboua' },
    { value: 'CI-LC', country_code: 'CI', text: 'Lacs' },
    { value: 'CI-LG', country_code: 'CI', text: 'Lagunes' },
    { value: 'CI-MG', country_code: 'CI', text: 'Montagnes' },
    { value: 'CI-SM', country_code: 'CI', text: 'Sassandra-Marahoue' },
    { value: 'CI-SV', country_code: 'CI', text: 'Savanes' },
    { value: 'CI-VB', country_code: 'CI', text: 'Vallee du Bandama' },
    { value: 'CI-WR', country_code: 'CI', text: 'Woroba' },
    { value: 'CI-ZZ', country_code: 'CI', text: 'Zanzan' },
    {
      value: 'CL-AI',
      country_code: 'CL',
      text: 'Aisen del General Carlos Ibanez del Campo'
    },
    { value: 'CL-AN', country_code: 'CL', text: 'Antofagasta' },
    { value: 'CL-AP', country_code: 'CL', text: 'Arica y Parinacota' },
    { value: 'CL-AT', country_code: 'CL', text: 'Atacama' },
    { value: 'CL-BI', country_code: 'CL', text: 'Biobio' },
    { value: 'CL-CO', country_code: 'CL', text: 'Coquimbo' },
    { value: 'CL-AR', country_code: 'CL', text: 'La Araucania' },
    {
      value: 'CL-LI',
      country_code: 'CL',
      text: "Libertador General Bernardo O'Higgins"
    },
    { value: 'CL-LL', country_code: 'CL', text: 'Los Lagos' },
    { value: 'CL-LR', country_code: 'CL', text: 'Los Rios' },
    { value: 'CL-MA', country_code: 'CL', text: 'Magallanes' },
    { value: 'CL-ML', country_code: 'CL', text: 'Maule' },
    {
      value: 'CL-RM',
      country_code: 'CL',
      text: 'Region Metropolitana de Santiago'
    },
    { value: 'CL-TA', country_code: 'CL', text: 'Tarapaca' },
    { value: 'CL-VS', country_code: 'CL', text: 'Valparaiso' },
    { value: 'CM-AD', country_code: 'CM', text: 'Adamaoua' },
    { value: 'CM-CE', country_code: 'CM', text: 'Centre' },
    { value: 'CM-ES', country_code: 'CM', text: 'Est' },
    { value: 'CM-EN', country_code: 'CM', text: 'Extreme-Nord' },
    { value: 'CM-LT', country_code: 'CM', text: 'Littoral' },
    { value: 'CM-NO', country_code: 'CM', text: 'Nord' },
    { value: 'CM-NW', country_code: 'CM', text: 'Nord-Ouest' },
    { value: 'CM-OU', country_code: 'CM', text: 'Ouest' },
    { value: 'CM-SU', country_code: 'CM', text: 'Sud' },
    { value: 'CM-SW', country_code: 'CM', text: 'Sud-Ouest' },
    { value: 'CN-34', country_code: 'CN', text: 'Anhui' },
    { value: 'CN-11', country_code: 'CN', text: 'Beijing' },
    { value: 'CN-50', country_code: 'CN', text: 'Chongqing' },
    { value: 'CN-35', country_code: 'CN', text: 'Fujian' },
    { value: 'CN-62', country_code: 'CN', text: 'Gansu' },
    { value: 'CN-44', country_code: 'CN', text: 'Guangdong' },
    { value: 'CN-45', country_code: 'CN', text: 'Guangxi' },
    { value: 'CN-52', country_code: 'CN', text: 'Guizhou' },
    { value: 'CN-46', country_code: 'CN', text: 'Hainan' },
    { value: 'CN-13', country_code: 'CN', text: 'Hebei' },
    { value: 'CN-23', country_code: 'CN', text: 'Heilongjiang' },
    { value: 'CN-41', country_code: 'CN', text: 'Henan' },
    { value: 'CN-42', country_code: 'CN', text: 'Hubei' },
    { value: 'CN-43', country_code: 'CN', text: 'Hunan' },
    { value: 'CN-32', country_code: 'CN', text: 'Jiangsu' },
    { value: 'CN-36', country_code: 'CN', text: 'Jiangxi' },
    { value: 'CN-22', country_code: 'CN', text: 'Jilin' },
    { value: 'CN-21', country_code: 'CN', text: 'Liaoning' },
    { value: 'CN-15', country_code: 'CN', text: 'Nei Mongol' },
    { value: 'CN-64', country_code: 'CN', text: 'Ningxia' },
    { value: 'CN-63', country_code: 'CN', text: 'Qinghai' },
    { value: 'CN-61', country_code: 'CN', text: 'Shaanxi' },
    { value: 'CN-37', country_code: 'CN', text: 'Shandong' },
    { value: 'CN-31', country_code: 'CN', text: 'Shanghai' },
    { value: 'CN-14', country_code: 'CN', text: 'Shanxi' },
    { value: 'CN-51', country_code: 'CN', text: 'Sichuan' },
    { value: 'CN-12', country_code: 'CN', text: 'Tianjin' },
    { value: 'CN-65', country_code: 'CN', text: 'Xinjiang' },
    { value: 'CN-54', country_code: 'CN', text: 'Xizang' },
    { value: 'CN-53', country_code: 'CN', text: 'Yunnan' },
    { value: 'CN-33', country_code: 'CN', text: 'Zhejiang' },
    { value: 'CO-AMA', country_code: 'CO', text: 'Amazonas' },
    { value: 'CO-ANT', country_code: 'CO', text: 'Antioquia' },
    { value: 'CO-ARA', country_code: 'CO', text: 'Arauca' },
    { value: 'CO-ATL', country_code: 'CO', text: 'Atlantico' },
    { value: 'CO-BOL', country_code: 'CO', text: 'Bolivar' },
    { value: 'CO-BOY', country_code: 'CO', text: 'Boyaca' },
    { value: 'CO-CAL', country_code: 'CO', text: 'Caldas' },
    { value: 'CO-CAQ', country_code: 'CO', text: 'Caqueta' },
    { value: 'CO-CAS', country_code: 'CO', text: 'Casanare' },
    { value: 'CO-CAU', country_code: 'CO', text: 'Cauca' },
    { value: 'CO-CES', country_code: 'CO', text: 'Cesar' },
    { value: 'CO-CHO', country_code: 'CO', text: 'Choco' },
    { value: 'CO-COR', country_code: 'CO', text: 'Cordoba' },
    { value: 'CO-CUN', country_code: 'CO', text: 'Cundinamarca' },
    { value: 'CO-DC', country_code: 'CO', text: 'Distrito Capital de Bogota' },
    { value: 'CO-GUA', country_code: 'CO', text: 'Guainia' },
    { value: 'CO-GUV', country_code: 'CO', text: 'Guaviare' },
    { value: 'CO-HUI', country_code: 'CO', text: 'Huila' },
    { value: 'CO-LAG', country_code: 'CO', text: 'La Guajira' },
    { value: 'CO-MAG', country_code: 'CO', text: 'Magdalena' },
    { value: 'CO-MET', country_code: 'CO', text: 'Meta' },
    { value: 'CO-NAR', country_code: 'CO', text: 'Narino' },
    { value: 'CO-NSA', country_code: 'CO', text: 'Norte de Santander' },
    { value: 'CO-PUT', country_code: 'CO', text: 'Putumayo' },
    { value: 'CO-QUI', country_code: 'CO', text: 'Quindio' },
    { value: 'CO-RIS', country_code: 'CO', text: 'Risaralda' },
    {
      value: 'CO-SAP',
      country_code: 'CO',
      text: 'San Andres, Providencia y Santa Catalina'
    },
    { value: 'CO-SAN', country_code: 'CO', text: 'Santander' },
    { value: 'CO-SUC', country_code: 'CO', text: 'Sucre' },
    { value: 'CO-TOL', country_code: 'CO', text: 'Tolima' },
    { value: 'CO-VAC', country_code: 'CO', text: 'Valle del Cauca' },
    { value: 'CO-VAU', country_code: 'CO', text: 'Vaupes' },
    { value: 'CO-VID', country_code: 'CO', text: 'Vichada' },
    { value: 'CR-A', country_code: 'CR', text: 'Alajuela' },
    { value: 'CR-C', country_code: 'CR', text: 'Cartago' },
    { value: 'CR-G', country_code: 'CR', text: 'Guanacaste' },
    { value: 'CR-H', country_code: 'CR', text: 'Heredia' },
    { value: 'CR-L', country_code: 'CR', text: 'Limon' },
    { value: 'CR-P', country_code: 'CR', text: 'Puntarenas' },
    { value: 'CR-SJ', country_code: 'CR', text: 'San Jose' },
    { value: 'CU-15', country_code: 'CU', text: 'Artemisa' },
    { value: 'CU-09', country_code: 'CU', text: 'Camaguey' },
    { value: 'CU-08', country_code: 'CU', text: 'Ciego de Avila' },
    { value: 'CU-06', country_code: 'CU', text: 'Cienfuegos' },
    { value: 'CU-12', country_code: 'CU', text: 'Granma' },
    { value: 'CU-14', country_code: 'CU', text: 'Guantanamo' },
    { value: 'CU-11', country_code: 'CU', text: 'Holguin' },
    { value: 'CU-99', country_code: 'CU', text: 'Isla de la Juventud' },
    { value: 'CU-03', country_code: 'CU', text: 'La Habana' },
    { value: 'CU-10', country_code: 'CU', text: 'Las Tunas' },
    { value: 'CU-04', country_code: 'CU', text: 'Matanzas' },
    { value: 'CU-16', country_code: 'CU', text: 'Mayabeque' },
    { value: 'CU-01', country_code: 'CU', text: 'Pinar del Rio' },
    { value: 'CU-07', country_code: 'CU', text: 'Sancti Spiritus' },
    { value: 'CU-13', country_code: 'CU', text: 'Santiago de Cuba' },
    { value: 'CU-05', country_code: 'CU', text: 'Villa Clara' },
    { value: 'CV-BV', country_code: 'CV', text: 'Boa Vista' },
    { value: 'CV-BR', country_code: 'CV', text: 'Brava' },
    { value: 'CV-MA', country_code: 'CV', text: 'Maio' },
    { value: 'CV-MO', country_code: 'CV', text: 'Mosteiros' },
    { value: 'CV-PA', country_code: 'CV', text: 'Paul' },
    { value: 'CV-PN', country_code: 'CV', text: 'Porto Novo' },
    { value: 'CV-PR', country_code: 'CV', text: 'Praia' },
    { value: 'CV-RB', country_code: 'CV', text: 'Ribeira Brava' },
    { value: 'CV-RG', country_code: 'CV', text: 'Ribeira Grande' },
    { value: 'CV-RS', country_code: 'CV', text: 'Ribeira Grande de Santiago' },
    { value: 'CV-SL', country_code: 'CV', text: 'Sal' },
    { value: 'CV-CA', country_code: 'CV', text: 'Santa Catarina' },
    { value: 'CV-CF', country_code: 'CV', text: 'Santa Catarina do Fogo' },
    { value: 'CV-CR', country_code: 'CV', text: 'Santa Cruz' },
    { value: 'CV-SD', country_code: 'CV', text: 'Sao Domingos' },
    { value: 'CV-SF', country_code: 'CV', text: 'Sao Filipe' },
    { value: 'CV-SM', country_code: 'CV', text: 'Sao Miguel' },
    { value: 'CV-SS', country_code: 'CV', text: 'Sao Salvador do Mundo' },
    { value: 'CV-SV', country_code: 'CV', text: 'Sao Vicente' },
    { value: 'CV-TA', country_code: 'CV', text: 'Tarrafal' },
    { value: 'CV-TS', country_code: 'CV', text: 'Tarrafal de Sao Nicolau' },
    { value: 'CY-04', country_code: 'CY', text: 'Ammochostos' },
    { value: 'CY-06', country_code: 'CY', text: 'Keryneia' },
    { value: 'CY-03', country_code: 'CY', text: 'Larnaka' },
    { value: 'CY-01', country_code: 'CY', text: 'Lefkosia' },
    { value: 'CY-02', country_code: 'CY', text: 'Lemesos' },
    { value: 'CY-05', country_code: 'CY', text: 'Pafos' },
    { value: 'CZ-JC', country_code: 'CZ', text: 'Jihocesky kraj' },
    { value: 'CZ-JM', country_code: 'CZ', text: 'Jihomoravsky kraj' },
    { value: 'CZ-KA', country_code: 'CZ', text: 'Karlovarsky kraj' },
    { value: 'CZ-63', country_code: 'CZ', text: 'Kraj Vysocina' },
    { value: 'CZ-KR', country_code: 'CZ', text: 'Kralovehradecky kraj' },
    { value: 'CZ-LI', country_code: 'CZ', text: 'Liberecky kraj' },
    { value: 'CZ-MO', country_code: 'CZ', text: 'Moravskoslezsky kraj' },
    { value: 'CZ-OL', country_code: 'CZ', text: 'Olomoucky kraj' },
    { value: 'CZ-PA', country_code: 'CZ', text: 'Pardubicky kraj' },
    { value: 'CZ-PL', country_code: 'CZ', text: 'Plzensky kraj' },
    { value: 'CZ-10', country_code: 'CZ', text: 'Praha, Hlavni mesto' },
    { value: 'CZ-ST', country_code: 'CZ', text: 'Stredocesky kraj' },
    { value: 'CZ-US', country_code: 'CZ', text: 'Ustecky kraj' },
    { value: 'CZ-ZL', country_code: 'CZ', text: 'Zlinsky kraj' },
    { value: 'DE-BW', country_code: 'DE', text: 'Baden-Wurttemberg' },
    { value: 'DE-BY', country_code: 'DE', text: 'Bayern' },
    { value: 'DE-BE', country_code: 'DE', text: 'Berlin' },
    { value: 'DE-BB', country_code: 'DE', text: 'Brandenburg' },
    { value: 'DE-HB', country_code: 'DE', text: 'Bremen' },
    { value: 'DE-HH', country_code: 'DE', text: 'Hamburg' },
    { value: 'DE-HE', country_code: 'DE', text: 'Hessen' },
    { value: 'DE-MV', country_code: 'DE', text: 'Mecklenburg-Vorpommern' },
    { value: 'DE-NI', country_code: 'DE', text: 'Niedersachsen' },
    { value: 'DE-NW', country_code: 'DE', text: 'Nordrhein-Westfalen' },
    { value: 'DE-RP', country_code: 'DE', text: 'Rheinland-Pfalz' },
    { value: 'DE-SL', country_code: 'DE', text: 'Saarland' },
    { value: 'DE-SN', country_code: 'DE', text: 'Sachsen' },
    { value: 'DE-ST', country_code: 'DE', text: 'Sachsen-Anhalt' },
    { value: 'DE-SH', country_code: 'DE', text: 'Schleswig-Holstein' },
    { value: 'DE-TH', country_code: 'DE', text: 'Thuringen' },
    { value: 'DJ-AS', country_code: 'DJ', text: 'Ali Sabieh' },
    { value: 'DJ-AR', country_code: 'DJ', text: 'Arta' },
    { value: 'DJ-DI', country_code: 'DJ', text: 'Dikhil' },
    { value: 'DJ-DJ', country_code: 'DJ', text: 'Djibouti' },
    { value: 'DJ-OB', country_code: 'DJ', text: 'Obock' },
    { value: 'DJ-TA', country_code: 'DJ', text: 'Tadjourah' },
    { value: 'DK-84', country_code: 'DK', text: 'Hovedstaden' },
    { value: 'DK-82', country_code: 'DK', text: 'Midtjylland' },
    { value: 'DK-81', country_code: 'DK', text: 'Nordjylland' },
    { value: 'DK-85', country_code: 'DK', text: 'Sjelland' },
    { value: 'DK-83', country_code: 'DK', text: 'Syddanmark' },
    { value: 'DM-02', country_code: 'DM', text: 'Saint Andrew' },
    { value: 'DM-03', country_code: 'DM', text: 'Saint David' },
    { value: 'DM-04', country_code: 'DM', text: 'Saint George' },
    { value: 'DM-05', country_code: 'DM', text: 'Saint John' },
    { value: 'DM-06', country_code: 'DM', text: 'Saint Joseph' },
    { value: 'DM-07', country_code: 'DM', text: 'Saint Luke' },
    { value: 'DM-08', country_code: 'DM', text: 'Saint Mark' },
    { value: 'DM-09', country_code: 'DM', text: 'Saint Patrick' },
    { value: 'DM-10', country_code: 'DM', text: 'Saint Paul' },
    { value: 'DO-02', country_code: 'DO', text: 'Azua' },
    { value: 'DO-03', country_code: 'DO', text: 'Baoruco' },
    { value: 'DO-04', country_code: 'DO', text: 'Barahona' },
    { value: 'DO-05', country_code: 'DO', text: 'Dajabon' },
    {
      value: 'DO-01',
      country_code: 'DO',
      text: 'Distrito Nacional (Santo Domingo)'
    },
    { value: 'DO-06', country_code: 'DO', text: 'Duarte' },
    { value: 'DO-08', country_code: 'DO', text: 'El Seibo' },
    { value: 'DO-07', country_code: 'DO', text: 'Elias Pina' },
    { value: 'DO-09', country_code: 'DO', text: 'Espaillat' },
    { value: 'DO-30', country_code: 'DO', text: 'Hato Mayor' },
    { value: 'DO-19', country_code: 'DO', text: 'Hermanas Mirabal' },
    { value: 'DO-10', country_code: 'DO', text: 'Independencia' },
    { value: 'DO-11', country_code: 'DO', text: 'La Altagracia' },
    { value: 'DO-12', country_code: 'DO', text: 'La Romana' },
    { value: 'DO-13', country_code: 'DO', text: 'La Vega' },
    { value: 'DO-14', country_code: 'DO', text: 'Maria Trinidad Sanchez' },
    { value: 'DO-28', country_code: 'DO', text: 'Monsenor Nouel' },
    { value: 'DO-15', country_code: 'DO', text: 'Monte Cristi' },
    { value: 'DO-29', country_code: 'DO', text: 'Monte Plata' },
    { value: 'DO-16', country_code: 'DO', text: 'Pedernales' },
    { value: 'DO-17', country_code: 'DO', text: 'Peravia' },
    { value: 'DO-18', country_code: 'DO', text: 'Puerto Plata' },
    { value: 'DO-20', country_code: 'DO', text: 'Samana' },
    { value: 'DO-21', country_code: 'DO', text: 'San Cristobal' },
    { value: 'DO-22', country_code: 'DO', text: 'San Juan' },
    { value: 'DO-23', country_code: 'DO', text: 'San Pedro de Macoris' },
    { value: 'DO-24', country_code: 'DO', text: 'Sanchez Ramirez' },
    { value: 'DO-25', country_code: 'DO', text: 'Santiago' },
    { value: 'DO-26', country_code: 'DO', text: 'Santiago Rodriguez' },
    { value: 'DO-27', country_code: 'DO', text: 'Valverde' },
    { value: 'DZ-01', country_code: 'DZ', text: 'Adrar' },
    { value: 'DZ-44', country_code: 'DZ', text: 'Ain Defla' },
    { value: 'DZ-46', country_code: 'DZ', text: 'Ain Temouchent' },
    { value: 'DZ-16', country_code: 'DZ', text: 'Alger' },
    { value: 'DZ-23', country_code: 'DZ', text: 'Annaba' },
    { value: 'DZ-05', country_code: 'DZ', text: 'Batna' },
    { value: 'DZ-08', country_code: 'DZ', text: 'Bechar' },
    { value: 'DZ-06', country_code: 'DZ', text: 'Bejaia' },
    { value: 'DZ-07', country_code: 'DZ', text: 'Biskra' },
    { value: 'DZ-09', country_code: 'DZ', text: 'Blida' },
    { value: 'DZ-34', country_code: 'DZ', text: 'Bordj Bou Arreridj' },
    { value: 'DZ-10', country_code: 'DZ', text: 'Bouira' },
    { value: 'DZ-35', country_code: 'DZ', text: 'Boumerdes' },
    { value: 'DZ-02', country_code: 'DZ', text: 'Chlef' },
    { value: 'DZ-25', country_code: 'DZ', text: 'Constantine' },
    { value: 'DZ-17', country_code: 'DZ', text: 'Djelfa' },
    { value: 'DZ-32', country_code: 'DZ', text: 'El Bayadh' },
    { value: 'DZ-39', country_code: 'DZ', text: 'El Oued' },
    { value: 'DZ-36', country_code: 'DZ', text: 'El Tarf' },
    { value: 'DZ-47', country_code: 'DZ', text: 'Ghardaia' },
    { value: 'DZ-24', country_code: 'DZ', text: 'Guelma' },
    { value: 'DZ-33', country_code: 'DZ', text: 'Illizi' },
    { value: 'DZ-40', country_code: 'DZ', text: 'Khenchela' },
    { value: 'DZ-03', country_code: 'DZ', text: 'Laghouat' },
    { value: 'DZ-28', country_code: 'DZ', text: "M'sila" },
    { value: 'DZ-29', country_code: 'DZ', text: 'Mascara' },
    { value: 'DZ-26', country_code: 'DZ', text: 'Medea' },
    { value: 'DZ-43', country_code: 'DZ', text: 'Mila' },
    { value: 'DZ-27', country_code: 'DZ', text: 'Mostaganem' },
    { value: 'DZ-45', country_code: 'DZ', text: 'Naama' },
    { value: 'DZ-31', country_code: 'DZ', text: 'Oran' },
    { value: 'DZ-30', country_code: 'DZ', text: 'Ouargla' },
    { value: 'DZ-04', country_code: 'DZ', text: 'Oum el Bouaghi' },
    { value: 'DZ-48', country_code: 'DZ', text: 'Relizane' },
    { value: 'DZ-20', country_code: 'DZ', text: 'Saida' },
    { value: 'DZ-19', country_code: 'DZ', text: 'Setif' },
    { value: 'DZ-22', country_code: 'DZ', text: 'Sidi Bel Abbes' },
    { value: 'DZ-21', country_code: 'DZ', text: 'Skikda' },
    { value: 'DZ-41', country_code: 'DZ', text: 'Souk Ahras' },
    { value: 'DZ-11', country_code: 'DZ', text: 'Tamanrasset' },
    { value: 'DZ-12', country_code: 'DZ', text: 'Tebessa' },
    { value: 'DZ-14', country_code: 'DZ', text: 'Tiaret' },
    { value: 'DZ-37', country_code: 'DZ', text: 'Tindouf' },
    { value: 'DZ-42', country_code: 'DZ', text: 'Tipaza' },
    { value: 'DZ-38', country_code: 'DZ', text: 'Tissemsilt' },
    { value: 'DZ-15', country_code: 'DZ', text: 'Tizi Ouzou' },
    { value: 'DZ-13', country_code: 'DZ', text: 'Tlemcen' },
    { value: 'EC-A', country_code: 'EC', text: 'Azuay' },
    { value: 'EC-B', country_code: 'EC', text: 'Bolivar' },
    { value: 'EC-F', country_code: 'EC', text: 'Canar' },
    { value: 'EC-C', country_code: 'EC', text: 'Carchi' },
    { value: 'EC-H', country_code: 'EC', text: 'Chimborazo' },
    { value: 'EC-X', country_code: 'EC', text: 'Cotopaxi' },
    { value: 'EC-O', country_code: 'EC', text: 'El Oro' },
    { value: 'EC-E', country_code: 'EC', text: 'Esmeraldas' },
    { value: 'EC-W', country_code: 'EC', text: 'Galapagos' },
    { value: 'EC-G', country_code: 'EC', text: 'Guayas' },
    { value: 'EC-I', country_code: 'EC', text: 'Imbabura' },
    { value: 'EC-L', country_code: 'EC', text: 'Loja' },
    { value: 'EC-R', country_code: 'EC', text: 'Los Rios' },
    { value: 'EC-M', country_code: 'EC', text: 'Manabi' },
    { value: 'EC-S', country_code: 'EC', text: 'Morona-Santiago' },
    { value: 'EC-N', country_code: 'EC', text: 'Napo' },
    { value: 'EC-D', country_code: 'EC', text: 'Orellana' },
    { value: 'EC-Y', country_code: 'EC', text: 'Pastaza' },
    { value: 'EC-P', country_code: 'EC', text: 'Pichincha' },
    { value: 'EC-SE', country_code: 'EC', text: 'Santa Elena' },
    { value: 'EC-U', country_code: 'EC', text: 'Sucumbios' },
    { value: 'EC-T', country_code: 'EC', text: 'Tungurahua' },
    { value: 'EC-Z', country_code: 'EC', text: 'Zamora-Chinchipe' },
    { value: 'EE-37', country_code: 'EE', text: 'Harjumaa' },
    { value: 'EE-39', country_code: 'EE', text: 'Hiiumaa' },
    { value: 'EE-44', country_code: 'EE', text: 'Ida-Virumaa' },
    { value: 'EE-51', country_code: 'EE', text: 'Jarvamaa' },
    { value: 'EE-49', country_code: 'EE', text: 'Jogevamaa' },
    { value: 'EE-59', country_code: 'EE', text: 'Laane-Virumaa' },
    { value: 'EE-57', country_code: 'EE', text: 'Laanemaa' },
    { value: 'EE-67', country_code: 'EE', text: 'Parnumaa' },
    { value: 'EE-65', country_code: 'EE', text: 'Polvamaa' },
    { value: 'EE-70', country_code: 'EE', text: 'Raplamaa' },
    { value: 'EE-74', country_code: 'EE', text: 'Saaremaa' },
    { value: 'EE-78', country_code: 'EE', text: 'Tartumaa' },
    { value: 'EE-82', country_code: 'EE', text: 'Valgamaa' },
    { value: 'EE-84', country_code: 'EE', text: 'Viljandimaa' },
    { value: 'EE-86', country_code: 'EE', text: 'Vorumaa' },
    { value: 'EG-DK', country_code: 'EG', text: 'Ad Daqahliyah' },
    { value: 'EG-BA', country_code: 'EG', text: 'Al Bahr al Ahmar' },
    { value: 'EG-BH', country_code: 'EG', text: 'Al Buhayrah' },
    { value: 'EG-FYM', country_code: 'EG', text: 'Al Fayyum' },
    { value: 'EG-GH', country_code: 'EG', text: 'Al Gharbiyah' },
    { value: 'EG-ALX', country_code: 'EG', text: 'Al Iskandariyah' },
    { value: 'EG-IS', country_code: 'EG', text: "Al Isma'iliyah" },
    { value: 'EG-GZ', country_code: 'EG', text: 'Al Jizah' },
    { value: 'EG-MNF', country_code: 'EG', text: 'Al Minufiyah' },
    { value: 'EG-MN', country_code: 'EG', text: 'Al Minya' },
    { value: 'EG-C', country_code: 'EG', text: 'Al Qahirah' },
    { value: 'EG-KB', country_code: 'EG', text: 'Al Qalyubiyah' },
    { value: 'EG-LX', country_code: 'EG', text: 'Al Uqsur' },
    { value: 'EG-WAD', country_code: 'EG', text: 'Al Wadi al Jadid' },
    { value: 'EG-SUZ', country_code: 'EG', text: 'As Suways' },
    { value: 'EG-SHR', country_code: 'EG', text: 'Ash Sharqiyah' },
    { value: 'EG-ASN', country_code: 'EG', text: 'Aswan' },
    { value: 'EG-AST', country_code: 'EG', text: 'Asyut' },
    { value: 'EG-BNS', country_code: 'EG', text: 'Bani Suwayf' },
    { value: 'EG-PTS', country_code: 'EG', text: "Bur Sa'id" },
    { value: 'EG-DT', country_code: 'EG', text: 'Dumyat' },
    { value: 'EG-JS', country_code: 'EG', text: "Janub Sina'" },
    { value: 'EG-KFS', country_code: 'EG', text: 'Kafr ash Shaykh' },
    { value: 'EG-MT', country_code: 'EG', text: 'Matruh' },
    { value: 'EG-KN', country_code: 'EG', text: 'Qina' },
    { value: 'EG-SIN', country_code: 'EG', text: "Shamal Sina'" },
    { value: 'EG-SHG', country_code: 'EG', text: 'Suhaj' },
    { value: 'ER-MA', country_code: 'ER', text: 'Al Awsat' },
    { value: 'ER-DU', country_code: 'ER', text: 'Al Janubi' },
    { value: 'ER-AN', country_code: 'ER', text: 'Ansaba' },
    { value: 'ER-DK', country_code: 'ER', text: 'Janubi al Bahri al Ahmar' },
    { value: 'ER-GB', country_code: 'ER', text: 'Qash-Barkah' },
    { value: 'ER-SK', country_code: 'ER', text: 'Shimali al Bahri al Ahmar' },
    { value: 'ES-AN', country_code: 'ES', text: 'Andalucia' },
    { value: 'ES-AR', country_code: 'ES', text: 'Aragon' },
    { value: 'ES-AS', country_code: 'ES', text: 'Asturias, Principado de' },
    { value: 'ES-CN', country_code: 'ES', text: 'Canarias' },
    { value: 'ES-CB', country_code: 'ES', text: 'Cantabria' },
    { value: 'ES-CL', country_code: 'ES', text: 'Castilla y Leon' },
    { value: 'ES-CM', country_code: 'ES', text: 'Castilla-La Mancha' },
    { value: 'ES-CT', country_code: 'ES', text: 'Catalunya' },
    { value: 'ES-CE', country_code: 'ES', text: 'Ceuta' },
    { value: 'ES-EX', country_code: 'ES', text: 'Extremadura' },
    { value: 'ES-GA', country_code: 'ES', text: 'Galicia' },
    { value: 'ES-IB', country_code: 'ES', text: 'Illes Balears' },
    { value: 'ES-RI', country_code: 'ES', text: 'La Rioja' },
    { value: 'ES-MD', country_code: 'ES', text: 'Madrid, Comunidad de' },
    { value: 'ES-ML', country_code: 'ES', text: 'Melilla' },
    { value: 'ES-MC', country_code: 'ES', text: 'Murcia, Region de' },
    { value: 'ES-NC', country_code: 'ES', text: 'Navarra, Comunidad Foral de' },
    { value: 'ES-PV', country_code: 'ES', text: 'Pais Vasco' },
    { value: 'ES-VC', country_code: 'ES', text: 'Valenciana, Comunidad' },
    { value: 'ET-AA', country_code: 'ET', text: 'Adis Abeba' },
    { value: 'ET-AF', country_code: 'ET', text: 'Afar' },
    { value: 'ET-AM', country_code: 'ET', text: 'Amara' },
    { value: 'ET-BE', country_code: 'ET', text: 'Binshangul Gumuz' },
    { value: 'ET-DD', country_code: 'ET', text: 'Dire Dawa' },
    { value: 'ET-GA', country_code: 'ET', text: 'Gambela Hizboch' },
    { value: 'ET-HA', country_code: 'ET', text: 'Hareri Hizb' },
    { value: 'ET-OR', country_code: 'ET', text: 'Oromiya' },
    { value: 'ET-SO', country_code: 'ET', text: 'Sumale' },
    { value: 'ET-TI', country_code: 'ET', text: 'Tigray' },
    {
      value: 'ET-SN',
      country_code: 'ET',
      text: 'YeDebub Biheroch Bihereseboch na Hizboch'
    },
    { value: 'FI-02', country_code: 'FI', text: 'Etela-Karjala' },
    { value: 'FI-03', country_code: 'FI', text: 'Etela-Pohjanmaa' },
    { value: 'FI-04', country_code: 'FI', text: 'Etela-Savo' },
    { value: 'FI-05', country_code: 'FI', text: 'Kainuu' },
    { value: 'FI-06', country_code: 'FI', text: 'Kanta-Hame' },
    { value: 'FI-07', country_code: 'FI', text: 'Keski-Pohjanmaa' },
    { value: 'FI-08', country_code: 'FI', text: 'Keski-Suomi' },
    { value: 'FI-09', country_code: 'FI', text: 'Kymenlaakso' },
    { value: 'FI-10', country_code: 'FI', text: 'Lappi' },
    { value: 'FI-16', country_code: 'FI', text: 'Paijat-Hame' },
    { value: 'FI-11', country_code: 'FI', text: 'Pirkanmaa' },
    { value: 'FI-12', country_code: 'FI', text: 'Pohjanmaa' },
    { value: 'FI-13', country_code: 'FI', text: 'Pohjois-Karjala' },
    { value: 'FI-14', country_code: 'FI', text: 'Pohjois-Pohjanmaa' },
    { value: 'FI-15', country_code: 'FI', text: 'Pohjois-Savo' },
    { value: 'FI-17', country_code: 'FI', text: 'Satakunta' },
    { value: 'FI-18', country_code: 'FI', text: 'Uusimaa' },
    { value: 'FI-19', country_code: 'FI', text: 'Varsinais-Suomi' },
    { value: 'FJ-C', country_code: 'FJ', text: 'Central' },
    { value: 'FJ-N', country_code: 'FJ', text: 'Northern' },
    { value: 'FJ-W', country_code: 'FJ', text: 'Western' },
    { value: 'FM-TRK', country_code: 'FM', text: 'Chuuk' },
    { value: 'FM-KSA', country_code: 'FM', text: 'Kosrae' },
    { value: 'FM-PNI', country_code: 'FM', text: 'Pohnpei' },
    { value: 'FM-YAP', country_code: 'FM', text: 'Yap' },
    { value: 'FR-ARA', country_code: 'FR', text: 'Auvergne-Rhone-Alpes' },
    { value: 'FR-BFC', country_code: 'FR', text: 'Bourgogne-Franche-Comte' },
    { value: 'FR-E', country_code: 'FR', text: 'Bretagne' },
    { value: 'FR-CVL', country_code: 'FR', text: 'Centre-Val de Loire' },
    { value: 'FR-H', country_code: 'FR', text: 'Corse' },
    { value: 'FR-GES', country_code: 'FR', text: 'Grand-Est' },
    { value: 'FR-HDF', country_code: 'FR', text: 'Hauts-de-France' },
    { value: 'FR-J', country_code: 'FR', text: 'Ile-de-France' },
    { value: 'FR-NOR', country_code: 'FR', text: 'Normandie' },
    { value: 'FR-NAQ', country_code: 'FR', text: 'Nouvelle-Aquitaine' },
    { value: 'FR-OCC', country_code: 'FR', text: 'Occitanie' },
    { value: 'FR-R', country_code: 'FR', text: 'Pays-de-la-Loire' },
    { value: 'FR-PAC', country_code: 'FR', text: "Provence-Alpes-Cote d'Azur" },
    { value: 'GA-1', country_code: 'GA', text: 'Estuaire' },
    { value: 'GA-2', country_code: 'GA', text: 'Haut-Ogooue' },
    { value: 'GA-3', country_code: 'GA', text: 'Moyen-Ogooue' },
    { value: 'GA-4', country_code: 'GA', text: 'Ngounie' },
    { value: 'GA-5', country_code: 'GA', text: 'Nyanga' },
    { value: 'GA-6', country_code: 'GA', text: 'Ogooue-Ivindo' },
    { value: 'GA-7', country_code: 'GA', text: 'Ogooue-Lolo' },
    { value: 'GA-8', country_code: 'GA', text: 'Ogooue-Maritime' },
    { value: 'GA-9', country_code: 'GA', text: 'Woleu-Ntem' },
    { value: 'GB-ENG', country_code: 'GB', text: 'England' },
    { value: 'GB-NIR', country_code: 'GB', text: 'Northern Ireland' },
    { value: 'GB-SCT', country_code: 'GB', text: 'Scotland' },
    { value: 'GB-WLS', country_code: 'GB', text: 'Wales' },
    { value: 'GD-01', country_code: 'GD', text: 'Saint Andrew' },
    { value: 'GD-02', country_code: 'GD', text: 'Saint David' },
    { value: 'GD-03', country_code: 'GD', text: 'Saint George' },
    { value: 'GD-04', country_code: 'GD', text: 'Saint John' },
    { value: 'GD-05', country_code: 'GD', text: 'Saint Mark' },
    { value: 'GD-06', country_code: 'GD', text: 'Saint Patrick' },
    { value: 'GE-AB', country_code: 'GE', text: 'Abkhazia' },
    { value: 'GE-AJ', country_code: 'GE', text: 'Ajaria' },
    { value: 'GE-GU', country_code: 'GE', text: 'Guria' },
    { value: 'GE-IM', country_code: 'GE', text: 'Imereti' },
    { value: 'GE-KA', country_code: 'GE', text: "K'akheti" },
    { value: 'GE-KK', country_code: 'GE', text: 'Kvemo Kartli' },
    { value: 'GE-MM', country_code: 'GE', text: 'Mtskheta-Mtianeti' },
    {
      value: 'GE-RL',
      country_code: 'GE',
      text: "Rach'a-Lechkhumi-Kvemo Svaneti"
    },
    { value: 'GE-SZ', country_code: 'GE', text: 'Samegrelo-Zemo Svaneti' },
    { value: 'GE-SJ', country_code: 'GE', text: 'Samtskhe-Javakheti' },
    { value: 'GE-SK', country_code: 'GE', text: 'Shida Kartli' },
    { value: 'GE-TB', country_code: 'GE', text: 'Tbilisi' },
    { value: 'GH-AH', country_code: 'GH', text: 'Ashanti' },
    { value: 'GH-BA', country_code: 'GH', text: 'Brong-Ahafo' },
    { value: 'GH-CP', country_code: 'GH', text: 'Central' },
    { value: 'GH-EP', country_code: 'GH', text: 'Eastern' },
    { value: 'GH-AA', country_code: 'GH', text: 'Greater Accra' },
    { value: 'GH-NP', country_code: 'GH', text: 'Northern' },
    { value: 'GH-UE', country_code: 'GH', text: 'Upper East' },
    { value: 'GH-UW', country_code: 'GH', text: 'Upper West' },
    { value: 'GH-TV', country_code: 'GH', text: 'Volta' },
    { value: 'GH-WP', country_code: 'GH', text: 'Western' },
    { value: 'GL-KU', country_code: 'GL', text: 'Kommune Kujalleq' },
    { value: 'GL-SM', country_code: 'GL', text: 'Kommuneqarfik Sermersooq' },
    { value: 'GL-QA', country_code: 'GL', text: 'Qaasuitsup Kommunia' },
    { value: 'GL-QE', country_code: 'GL', text: 'Qeqqata Kommunia' },
    { value: 'GM-B', country_code: 'GM', text: 'Banjul' },
    { value: 'GM-M', country_code: 'GM', text: 'Central River' },
    { value: 'GM-L', country_code: 'GM', text: 'Lower River' },
    { value: 'GM-N', country_code: 'GM', text: 'North Bank' },
    { value: 'GM-U', country_code: 'GM', text: 'Upper River' },
    { value: 'GM-W', country_code: 'GM', text: 'Western' },
    { value: 'GN-BE', country_code: 'GN', text: 'Beyla' },
    { value: 'GN-BF', country_code: 'GN', text: 'Boffa' },
    { value: 'GN-B', country_code: 'GN', text: 'Boke' },
    { value: 'GN-C', country_code: 'GN', text: 'Conakry' },
    { value: 'GN-CO', country_code: 'GN', text: 'Coyah' },
    { value: 'GN-DB', country_code: 'GN', text: 'Dabola' },
    { value: 'GN-DL', country_code: 'GN', text: 'Dalaba' },
    { value: 'GN-DI', country_code: 'GN', text: 'Dinguiraye' },
    { value: 'GN-DU', country_code: 'GN', text: 'Dubreka' },
    { value: 'GN-F', country_code: 'GN', text: 'Faranah' },
    { value: 'GN-FO', country_code: 'GN', text: 'Forecariah' },
    { value: 'GN-FR', country_code: 'GN', text: 'Fria' },
    { value: 'GN-GA', country_code: 'GN', text: 'Gaoual' },
    { value: 'GN-GU', country_code: 'GN', text: 'Guekedou' },
    { value: 'GN-K', country_code: 'GN', text: 'Kankan' },
    { value: 'GN-KE', country_code: 'GN', text: 'Kerouane' },
    { value: 'GN-D', country_code: 'GN', text: 'Kindia' },
    { value: 'GN-KS', country_code: 'GN', text: 'Kissidougou' },
    { value: 'GN-KB', country_code: 'GN', text: 'Koubia' },
    { value: 'GN-KN', country_code: 'GN', text: 'Koundara' },
    { value: 'GN-KO', country_code: 'GN', text: 'Kouroussa' },
    { value: 'GN-L', country_code: 'GN', text: 'Labe' },
    { value: 'GN-LE', country_code: 'GN', text: 'Lelouma' },
    { value: 'GN-LO', country_code: 'GN', text: 'Lola' },
    { value: 'GN-MC', country_code: 'GN', text: 'Macenta' },
    { value: 'GN-ML', country_code: 'GN', text: 'Mali' },
    { value: 'GN-M', country_code: 'GN', text: 'Mamou' },
    { value: 'GN-MD', country_code: 'GN', text: 'Mandiana' },
    { value: 'GN-N', country_code: 'GN', text: 'Nzerekore' },
    { value: 'GN-PI', country_code: 'GN', text: 'Pita' },
    { value: 'GN-SI', country_code: 'GN', text: 'Siguiri' },
    { value: 'GN-TE', country_code: 'GN', text: 'Telimele' },
    { value: 'GN-TO', country_code: 'GN', text: 'Tougue' },
    { value: 'GN-YO', country_code: 'GN', text: 'Yomou' },
    { value: 'GQ-AN', country_code: 'GQ', text: 'Annobon' },
    { value: 'GQ-BN', country_code: 'GQ', text: 'Bioko Norte' },
    { value: 'GQ-BS', country_code: 'GQ', text: 'Bioko Sur' },
    { value: 'GQ-CS', country_code: 'GQ', text: 'Centro Sur' },
    { value: 'GQ-KN', country_code: 'GQ', text: 'Kie-Ntem' },
    { value: 'GQ-LI', country_code: 'GQ', text: 'Litoral' },
    { value: 'GQ-WN', country_code: 'GQ', text: 'Wele-Nzas' },
    {
      value: 'GR-A',
      country_code: 'GR',
      text: 'Anatoliki Makedonia kai Thraki'
    },
    { value: 'GR-I', country_code: 'GR', text: 'Attiki' },
    { value: 'GR-G', country_code: 'GR', text: 'Dytiki Ellada' },
    { value: 'GR-C', country_code: 'GR', text: 'Dytiki Makedonia' },
    { value: 'GR-F', country_code: 'GR', text: 'Ionia Nisia' },
    { value: 'GR-D', country_code: 'GR', text: 'Ipeiros' },
    { value: 'GR-B', country_code: 'GR', text: 'Kentriki Makedonia' },
    { value: 'GR-M', country_code: 'GR', text: 'Kriti' },
    { value: 'GR-L', country_code: 'GR', text: 'Notio Aigaio' },
    { value: 'GR-J', country_code: 'GR', text: 'Peloponnisos' },
    { value: 'GR-H', country_code: 'GR', text: 'Sterea Ellada' },
    { value: 'GR-E', country_code: 'GR', text: 'Thessalia' },
    { value: 'GR-K', country_code: 'GR', text: 'Voreio Aigaio' },
    { value: 'GT-AV', country_code: 'GT', text: 'Alta Verapaz' },
    { value: 'GT-BV', country_code: 'GT', text: 'Baja Verapaz' },
    { value: 'GT-CM', country_code: 'GT', text: 'Chimaltenango' },
    { value: 'GT-CQ', country_code: 'GT', text: 'Chiquimula' },
    { value: 'GT-PR', country_code: 'GT', text: 'El Progreso' },
    { value: 'GT-ES', country_code: 'GT', text: 'Escuintla' },
    { value: 'GT-GU', country_code: 'GT', text: 'Guatemala' },
    { value: 'GT-HU', country_code: 'GT', text: 'Huehuetenango' },
    { value: 'GT-IZ', country_code: 'GT', text: 'Izabal' },
    { value: 'GT-JA', country_code: 'GT', text: 'Jalapa' },
    { value: 'GT-JU', country_code: 'GT', text: 'Jutiapa' },
    { value: 'GT-PE', country_code: 'GT', text: 'Peten' },
    { value: 'GT-QZ', country_code: 'GT', text: 'Quetzaltenango' },
    { value: 'GT-QC', country_code: 'GT', text: 'Quiche' },
    { value: 'GT-RE', country_code: 'GT', text: 'Retalhuleu' },
    { value: 'GT-SA', country_code: 'GT', text: 'Sacatepequez' },
    { value: 'GT-SM', country_code: 'GT', text: 'San Marcos' },
    { value: 'GT-SR', country_code: 'GT', text: 'Santa Rosa' },
    { value: 'GT-SO', country_code: 'GT', text: 'Solola' },
    { value: 'GT-SU', country_code: 'GT', text: 'Suchitepequez' },
    { value: 'GT-TO', country_code: 'GT', text: 'Totonicapan' },
    { value: 'GT-ZA', country_code: 'GT', text: 'Zacapa' },
    { value: 'GW-BA', country_code: 'GW', text: 'Bafata' },
    { value: 'GW-BM', country_code: 'GW', text: 'Biombo' },
    { value: 'GW-BS', country_code: 'GW', text: 'Bissau' },
    { value: 'GW-BL', country_code: 'GW', text: 'Bolama' },
    { value: 'GW-CA', country_code: 'GW', text: 'Cacheu' },
    { value: 'GW-GA', country_code: 'GW', text: 'Gabu' },
    { value: 'GW-OI', country_code: 'GW', text: 'Oio' },
    { value: 'GW-QU', country_code: 'GW', text: 'Quinara' },
    { value: 'GW-TO', country_code: 'GW', text: 'Tombali' },
    { value: 'GY-CU', country_code: 'GY', text: 'Cuyuni-Mazaruni' },
    { value: 'GY-DE', country_code: 'GY', text: 'Demerara-Mahaica' },
    { value: 'GY-EB', country_code: 'GY', text: 'East Berbice-Corentyne' },
    {
      value: 'GY-ES',
      country_code: 'GY',
      text: 'Essequibo Islands-West Demerara'
    },
    { value: 'GY-MA', country_code: 'GY', text: 'Mahaica-Berbice' },
    { value: 'GY-PM', country_code: 'GY', text: 'Pomeroon-Supenaam' },
    { value: 'GY-UD', country_code: 'GY', text: 'Upper Demerara-Berbice' },
    { value: 'HN-AT', country_code: 'HN', text: 'Atlantida' },
    { value: 'HN-CH', country_code: 'HN', text: 'Choluteca' },
    { value: 'HN-CL', country_code: 'HN', text: 'Colon' },
    { value: 'HN-CM', country_code: 'HN', text: 'Comayagua' },
    { value: 'HN-CP', country_code: 'HN', text: 'Copan' },
    { value: 'HN-CR', country_code: 'HN', text: 'Cortes' },
    { value: 'HN-EP', country_code: 'HN', text: 'El Paraiso' },
    { value: 'HN-FM', country_code: 'HN', text: 'Francisco Morazan' },
    { value: 'HN-GD', country_code: 'HN', text: 'Gracias a Dios' },
    { value: 'HN-IN', country_code: 'HN', text: 'Intibuca' },
    { value: 'HN-IB', country_code: 'HN', text: 'Islas de la Bahia' },
    { value: 'HN-LP', country_code: 'HN', text: 'La Paz' },
    { value: 'HN-LE', country_code: 'HN', text: 'Lempira' },
    { value: 'HN-OC', country_code: 'HN', text: 'Ocotepeque' },
    { value: 'HN-OL', country_code: 'HN', text: 'Olancho' },
    { value: 'HN-SB', country_code: 'HN', text: 'Santa Barbara' },
    { value: 'HN-VA', country_code: 'HN', text: 'Valle' },
    { value: 'HN-YO', country_code: 'HN', text: 'Yoro' },
    {
      value: 'HR-07',
      country_code: 'HR',
      text: 'Bjelovarsko-bilogorska zupanija'
    },
    { value: 'HR-12', country_code: 'HR', text: 'Brodsko-posavska zupanija' },
    {
      value: 'HR-19',
      country_code: 'HR',
      text: 'Dubrovacko-neretvanska zupanija'
    },
    { value: 'HR-21', country_code: 'HR', text: 'Grad Zagreb' },
    { value: 'HR-18', country_code: 'HR', text: 'Istarska zupanija' },
    { value: 'HR-04', country_code: 'HR', text: 'Karlovacka zupanija' },
    {
      value: 'HR-06',
      country_code: 'HR',
      text: 'Koprivnicko-krizevacka zupanija'
    },
    { value: 'HR-02', country_code: 'HR', text: 'Krapinsko-zagorska zupanija' },
    { value: 'HR-09', country_code: 'HR', text: 'Licko-senjska zupanija' },
    { value: 'HR-20', country_code: 'HR', text: 'Medimurska zupanija' },
    { value: 'HR-14', country_code: 'HR', text: 'Osjecko-baranjska zupanija' },
    { value: 'HR-11', country_code: 'HR', text: 'Pozesko-slavonska zupanija' },
    { value: 'HR-08', country_code: 'HR', text: 'Primorsko-goranska zupanija' },
    { value: 'HR-15', country_code: 'HR', text: 'Sibensko-kninska zupanija' },
    { value: 'HR-03', country_code: 'HR', text: 'Sisacko-moslavacka zupanija' },
    {
      value: 'HR-17',
      country_code: 'HR',
      text: 'Splitsko-dalmatinska zupanija'
    },
    { value: 'HR-05', country_code: 'HR', text: 'Varazdinska zupanija' },
    {
      value: 'HR-10',
      country_code: 'HR',
      text: 'Viroviticko-podravska zupanija'
    },
    {
      value: 'HR-16',
      country_code: 'HR',
      text: 'Vukovarsko-srijemska zupanija'
    },
    { value: 'HR-13', country_code: 'HR', text: 'Zadarska zupanija' },
    { value: 'HR-01', country_code: 'HR', text: 'Zagrebacka zupanija' },
    { value: 'HT-AR', country_code: 'HT', text: 'Artibonite' },
    { value: 'HT-CE', country_code: 'HT', text: 'Centre' },
    { value: 'HT-GA', country_code: 'HT', text: "Grande'Anse" },
    { value: 'HT-NI', country_code: 'HT', text: 'Nippes' },
    { value: 'HT-ND', country_code: 'HT', text: 'Nord' },
    { value: 'HT-NE', country_code: 'HT', text: 'Nord-Est' },
    { value: 'HT-NO', country_code: 'HT', text: 'Nord-Ouest' },
    { value: 'HT-OU', country_code: 'HT', text: 'Ouest' },
    { value: 'HT-SD', country_code: 'HT', text: 'Sud' },
    { value: 'HT-SE', country_code: 'HT', text: 'Sud-Est' },
    { value: 'HU-BK', country_code: 'HU', text: 'Bacs-Kiskun' },
    { value: 'HU-BA', country_code: 'HU', text: 'Baranya' },
    { value: 'HU-BE', country_code: 'HU', text: 'Bekes' },
    { value: 'HU-BZ', country_code: 'HU', text: 'Borsod-Abauj-Zemplen' },
    { value: 'HU-BU', country_code: 'HU', text: 'Budapest' },
    { value: 'HU-CS', country_code: 'HU', text: 'Csongrad' },
    { value: 'HU-FE', country_code: 'HU', text: 'Fejer' },
    { value: 'HU-GS', country_code: 'HU', text: 'Gyor-Moson-Sopron' },
    { value: 'HU-HB', country_code: 'HU', text: 'Hajdu-Bihar' },
    { value: 'HU-HE', country_code: 'HU', text: 'Heves' },
    { value: 'HU-JN', country_code: 'HU', text: 'Jasz-Nagykun-Szolnok' },
    { value: 'HU-KE', country_code: 'HU', text: 'Komarom-Esztergom' },
    { value: 'HU-NO', country_code: 'HU', text: 'Nograd' },
    { value: 'HU-PE', country_code: 'HU', text: 'Pest' },
    { value: 'HU-SO', country_code: 'HU', text: 'Somogy' },
    { value: 'HU-SZ', country_code: 'HU', text: 'Szabolcs-Szatmar-Bereg' },
    { value: 'HU-TO', country_code: 'HU', text: 'Tolna' },
    { value: 'HU-VA', country_code: 'HU', text: 'Vas' },
    { value: 'HU-VM', country_code: 'HU', text: 'Veszprem' },
    { value: 'HU-ZA', country_code: 'HU', text: 'Zala' },
    { value: 'ID-AC', country_code: 'ID', text: 'Aceh' },
    { value: 'ID-BA', country_code: 'ID', text: 'Bali' },
    { value: 'ID-BT', country_code: 'ID', text: 'Banten' },
    { value: 'ID-BE', country_code: 'ID', text: 'Bengkulu' },
    { value: 'ID-GO', country_code: 'ID', text: 'Gorontalo' },
    { value: 'ID-JK', country_code: 'ID', text: 'Jakarta Raya' },
    { value: 'ID-JA', country_code: 'ID', text: 'Jambi' },
    { value: 'ID-JB', country_code: 'ID', text: 'Jawa Barat' },
    { value: 'ID-JT', country_code: 'ID', text: 'Jawa Tengah' },
    { value: 'ID-JI', country_code: 'ID', text: 'Jawa Timur' },
    { value: 'ID-KB', country_code: 'ID', text: 'Kalimantan Barat' },
    { value: 'ID-KS', country_code: 'ID', text: 'Kalimantan Selatan' },
    { value: 'ID-KT', country_code: 'ID', text: 'Kalimantan Tengah' },
    { value: 'ID-KI', country_code: 'ID', text: 'Kalimantan Timur' },
    { value: 'ID-BB', country_code: 'ID', text: 'Kepulauan Bangka Belitung' },
    { value: 'ID-KR', country_code: 'ID', text: 'Kepulauan Riau' },
    { value: 'ID-LA', country_code: 'ID', text: 'Lampung' },
    { value: 'ID-ML', country_code: 'ID', text: 'Maluku' },
    { value: 'ID-MU', country_code: 'ID', text: 'Maluku Utara' },
    { value: 'ID-NB', country_code: 'ID', text: 'Nusa Tenggara Barat' },
    { value: 'ID-NT', country_code: 'ID', text: 'Nusa Tenggara Timur' },
    { value: 'ID-PP', country_code: 'ID', text: 'Papua' },
    { value: 'ID-PB', country_code: 'ID', text: 'Papua Barat' },
    { value: 'ID-RI', country_code: 'ID', text: 'Riau' },
    { value: 'ID-SR', country_code: 'ID', text: 'Sulawesi Barat' },
    { value: 'ID-SN', country_code: 'ID', text: 'Sulawesi Selatan' },
    { value: 'ID-ST', country_code: 'ID', text: 'Sulawesi Tengah' },
    { value: 'ID-SG', country_code: 'ID', text: 'Sulawesi Tenggara' },
    { value: 'ID-SA', country_code: 'ID', text: 'Sulawesi Utara' },
    { value: 'ID-SB', country_code: 'ID', text: 'Sumatera Barat' },
    { value: 'ID-SS', country_code: 'ID', text: 'Sumatera Selatan' },
    { value: 'ID-SU', country_code: 'ID', text: 'Sumatera Utara' },
    { value: 'ID-YO', country_code: 'ID', text: 'Yogyakarta' },
    { value: 'IE-CW', country_code: 'IE', text: 'Carlow' },
    { value: 'IE-CN', country_code: 'IE', text: 'Cavan' },
    { value: 'IE-CE', country_code: 'IE', text: 'Clare' },
    { value: 'IE-CO', country_code: 'IE', text: 'Cork' },
    { value: 'IE-DL', country_code: 'IE', text: 'Donegal' },
    { value: 'IE-D', country_code: 'IE', text: 'Dublin' },
    { value: 'IE-G', country_code: 'IE', text: 'Galway' },
    { value: 'IE-KY', country_code: 'IE', text: 'Kerry' },
    { value: 'IE-KE', country_code: 'IE', text: 'Kildare' },
    { value: 'IE-KK', country_code: 'IE', text: 'Kilkenny' },
    { value: 'IE-LS', country_code: 'IE', text: 'Laois' },
    { value: 'IE-LM', country_code: 'IE', text: 'Leitrim' },
    { value: 'IE-LK', country_code: 'IE', text: 'Limerick' },
    { value: 'IE-LD', country_code: 'IE', text: 'Longford' },
    { value: 'IE-LH', country_code: 'IE', text: 'Louth' },
    { value: 'IE-MO', country_code: 'IE', text: 'Mayo' },
    { value: 'IE-MH', country_code: 'IE', text: 'Meath' },
    { value: 'IE-MN', country_code: 'IE', text: 'Monaghan' },
    { value: 'IE-OY', country_code: 'IE', text: 'Offaly' },
    { value: 'IE-RN', country_code: 'IE', text: 'Roscommon' },
    { value: 'IE-SO', country_code: 'IE', text: 'Sligo' },
    { value: 'IE-TA', country_code: 'IE', text: 'Tipperary' },
    { value: 'IE-WD', country_code: 'IE', text: 'Waterford' },
    { value: 'IE-WH', country_code: 'IE', text: 'Westmeath' },
    { value: 'IE-WX', country_code: 'IE', text: 'Wexford' },
    { value: 'IE-WW', country_code: 'IE', text: 'Wicklow' },
    { value: 'IL-D', country_code: 'IL', text: 'HaDarom' },
    { value: 'IL-M', country_code: 'IL', text: 'HaMerkaz' },
    { value: 'IL-Z', country_code: 'IL', text: 'HaTsafon' },
    { value: 'IL-HA', country_code: 'IL', text: 'Hefa' },
    { value: 'IL-TA', country_code: 'IL', text: 'Tel Aviv' },
    { value: 'IL-JM', country_code: 'IL', text: 'Yerushalayim' },
    { value: 'IN-AN', country_code: 'IN', text: 'Andaman and Nicobar Islands' },
    { value: 'IN-AP', country_code: 'IN', text: 'Andhra Pradesh' },
    { value: 'IN-AR', country_code: 'IN', text: 'Arunachal Pradesh' },
    { value: 'IN-AS', country_code: 'IN', text: 'Assam' },
    { value: 'IN-BR', country_code: 'IN', text: 'Bihar' },
    { value: 'IN-CH', country_code: 'IN', text: 'Chandigarh' },
    { value: 'IN-CT', country_code: 'IN', text: 'Chhattisgarh' },
    { value: 'IN-DN', country_code: 'IN', text: 'Dadra and Nagar Haveli' },
    { value: 'IN-DD', country_code: 'IN', text: 'Daman and Diu' },
    { value: 'IN-DL', country_code: 'IN', text: 'Delhi' },
    { value: 'IN-GA', country_code: 'IN', text: 'Goa' },
    { value: 'IN-GJ', country_code: 'IN', text: 'Gujarat' },
    { value: 'IN-HR', country_code: 'IN', text: 'Haryana' },
    { value: 'IN-HP', country_code: 'IN', text: 'Himachal Pradesh' },
    { value: 'IN-JK', country_code: 'IN', text: 'Jammu and Kashmir' },
    { value: 'IN-JH', country_code: 'IN', text: 'Jharkhand' },
    { value: 'IN-KA', country_code: 'IN', text: 'Karnataka' },
    { value: 'IN-KL', country_code: 'IN', text: 'Kerala' },
    { value: 'IN-LD', country_code: 'IN', text: 'Lakshadweep' },
    { value: 'IN-MP', country_code: 'IN', text: 'Madhya Pradesh' },
    { value: 'IN-MH', country_code: 'IN', text: 'Maharashtra' },
    { value: 'IN-MN', country_code: 'IN', text: 'Manipur' },
    { value: 'IN-ML', country_code: 'IN', text: 'Meghalaya' },
    { value: 'IN-MZ', country_code: 'IN', text: 'Mizoram' },
    { value: 'IN-NL', country_code: 'IN', text: 'Nagaland' },
    { value: 'IN-OR', country_code: 'IN', text: 'Odisha' },
    { value: 'IN-PY', country_code: 'IN', text: 'Puducherry' },
    { value: 'IN-PB', country_code: 'IN', text: 'Punjab' },
    { value: 'IN-RJ', country_code: 'IN', text: 'Rajasthan' },
    { value: 'IN-SK', country_code: 'IN', text: 'Sikkim' },
    { value: 'IN-TN', country_code: 'IN', text: 'Tamil Nadu' },
    { value: 'IN-TG', country_code: 'IN', text: 'Telangana' },
    { value: 'IN-TR', country_code: 'IN', text: 'Tripura' },
    { value: 'IN-UP', country_code: 'IN', text: 'Uttar Pradesh' },
    { value: 'IN-UT', country_code: 'IN', text: 'Uttarakhand' },
    { value: 'IN-WB', country_code: 'IN', text: 'West Bengal' },
    { value: 'IQ-AN', country_code: 'IQ', text: 'Al Anbar' },
    { value: 'IQ-BA', country_code: 'IQ', text: 'Al Basrah' },
    { value: 'IQ-MU', country_code: 'IQ', text: 'Al Muthanna' },
    { value: 'IQ-QA', country_code: 'IQ', text: 'Al Qadisiyah' },
    { value: 'IQ-NA', country_code: 'IQ', text: 'An Najaf' },
    { value: 'IQ-AR', country_code: 'IQ', text: 'Arbil' },
    { value: 'IQ-SU', country_code: 'IQ', text: 'As Sulaymaniyah' },
    { value: 'IQ-BB', country_code: 'IQ', text: 'Babil' },
    { value: 'IQ-BG', country_code: 'IQ', text: 'Baghdad' },
    { value: 'IQ-DA', country_code: 'IQ', text: 'Dahuk' },
    { value: 'IQ-DQ', country_code: 'IQ', text: 'Dhi Qar' },
    { value: 'IQ-DI', country_code: 'IQ', text: 'Diyala' },
    { value: 'IQ-KA', country_code: 'IQ', text: "Karbala'" },
    { value: 'IQ-KI', country_code: 'IQ', text: 'Kirkuk' },
    { value: 'IQ-MA', country_code: 'IQ', text: 'Maysan' },
    { value: 'IQ-NI', country_code: 'IQ', text: 'Ninawa' },
    { value: 'IQ-SD', country_code: 'IQ', text: 'Salah ad Din' },
    { value: 'IQ-WA', country_code: 'IQ', text: 'Wasit' },
    { value: 'IR-32', country_code: 'IR', text: 'Alborz' },
    { value: 'IR-03', country_code: 'IR', text: 'Ardabil' },
    { value: 'IR-02', country_code: 'IR', text: 'Azarbayjan-e Gharbi' },
    { value: 'IR-01', country_code: 'IR', text: 'Azarbayjan-e Sharqi' },
    { value: 'IR-06', country_code: 'IR', text: 'Bushehr' },
    { value: 'IR-08', country_code: 'IR', text: 'Chahar Mahal va Bakhtiari' },
    { value: 'IR-04', country_code: 'IR', text: 'Esfahan' },
    { value: 'IR-14', country_code: 'IR', text: 'Fars' },
    { value: 'IR-19', country_code: 'IR', text: 'Gilan' },
    { value: 'IR-27', country_code: 'IR', text: 'Golestan' },
    { value: 'IR-24', country_code: 'IR', text: 'Hamadan' },
    { value: 'IR-23', country_code: 'IR', text: 'Hormozgan' },
    { value: 'IR-05', country_code: 'IR', text: 'Ilam' },
    { value: 'IR-15', country_code: 'IR', text: 'Kerman' },
    { value: 'IR-17', country_code: 'IR', text: 'Kermanshah' },
    { value: 'IR-29', country_code: 'IR', text: 'Khorasan-e Jonubi' },
    { value: 'IR-30', country_code: 'IR', text: 'Khorasan-e Razavi' },
    { value: 'IR-31', country_code: 'IR', text: 'Khorasan-e Shomali' },
    { value: 'IR-10', country_code: 'IR', text: 'Khuzestan' },
    { value: 'IR-18', country_code: 'IR', text: 'Kohgiluyeh va Bowyer Ahmad' },
    { value: 'IR-16', country_code: 'IR', text: 'Kordestan' },
    { value: 'IR-20', country_code: 'IR', text: 'Lorestan' },
    { value: 'IR-22', country_code: 'IR', text: 'Markazi' },
    { value: 'IR-21', country_code: 'IR', text: 'Mazandaran' },
    { value: 'IR-28', country_code: 'IR', text: 'Qazvin' },
    { value: 'IR-26', country_code: 'IR', text: 'Qom' },
    { value: 'IR-12', country_code: 'IR', text: 'Semnan' },
    { value: 'IR-13', country_code: 'IR', text: 'Sistan va Baluchestan' },
    { value: 'IR-07', country_code: 'IR', text: 'Tehran' },
    { value: 'IR-25', country_code: 'IR', text: 'Yazd' },
    { value: 'IR-11', country_code: 'IR', text: 'Zanjan' },
    { value: 'IS-7', country_code: 'IS', text: 'Austurland' },
    {
      value: 'IS-1',
      country_code: 'IS',
      text: 'Hofudborgarsvaedi utan Reykjavikur'
    },
    { value: 'IS-6', country_code: 'IS', text: 'Nordurland eystra' },
    { value: 'IS-5', country_code: 'IS', text: 'Nordurland vestra' },
    { value: 'IS-8', country_code: 'IS', text: 'Sudurland' },
    { value: 'IS-2', country_code: 'IS', text: 'Sudurnes' },
    { value: 'IS-4', country_code: 'IS', text: 'Vestfirdir' },
    { value: 'IS-3', country_code: 'IS', text: 'Vesturland' },
    { value: 'IT-65', country_code: 'IT', text: 'Abruzzo' },
    { value: 'IT-77', country_code: 'IT', text: 'Basilicata' },
    { value: 'IT-78', country_code: 'IT', text: 'Calabria' },
    { value: 'IT-72', country_code: 'IT', text: 'Campania' },
    { value: 'IT-45', country_code: 'IT', text: 'Emilia-Romagna' },
    { value: 'IT-36', country_code: 'IT', text: 'Friuli-Venezia Giulia' },
    { value: 'IT-62', country_code: 'IT', text: 'Lazio' },
    { value: 'IT-42', country_code: 'IT', text: 'Liguria' },
    { value: 'IT-25', country_code: 'IT', text: 'Lombardia' },
    { value: 'IT-57', country_code: 'IT', text: 'Marche' },
    { value: 'IT-67', country_code: 'IT', text: 'Molise' },
    { value: 'IT-21', country_code: 'IT', text: 'Piemonte' },
    { value: 'IT-75', country_code: 'IT', text: 'Puglia' },
    { value: 'IT-88', country_code: 'IT', text: 'Sardegna' },
    { value: 'IT-82', country_code: 'IT', text: 'Sicilia' },
    { value: 'IT-52', country_code: 'IT', text: 'Toscana' },
    { value: 'IT-32', country_code: 'IT', text: 'Trentino-Alto Adige' },
    { value: 'IT-55', country_code: 'IT', text: 'Umbria' },
    { value: 'IT-23', country_code: 'IT', text: "Valle d'Aosta" },
    { value: 'IT-34', country_code: 'IT', text: 'Veneto' },
    { value: 'JM-13', country_code: 'JM', text: 'Clarendon' },
    { value: 'JM-09', country_code: 'JM', text: 'Hanover' },
    { value: 'JM-01', country_code: 'JM', text: 'Kingston' },
    { value: 'JM-12', country_code: 'JM', text: 'Manchester' },
    { value: 'JM-04', country_code: 'JM', text: 'Portland' },
    { value: 'JM-02', country_code: 'JM', text: 'Saint Andrew' },
    { value: 'JM-06', country_code: 'JM', text: 'Saint Ann' },
    { value: 'JM-14', country_code: 'JM', text: 'Saint Catherine' },
    { value: 'JM-11', country_code: 'JM', text: 'Saint Elizabeth' },
    { value: 'JM-08', country_code: 'JM', text: 'Saint James' },
    { value: 'JM-05', country_code: 'JM', text: 'Saint Mary' },
    { value: 'JM-03', country_code: 'JM', text: 'Saint Thomas' },
    { value: 'JM-07', country_code: 'JM', text: 'Trelawny' },
    { value: 'JM-10', country_code: 'JM', text: 'Westmoreland' },
    { value: 'JO-AQ', country_code: 'JO', text: "Al 'Aqabah" },
    { value: 'JO-AM', country_code: 'JO', text: "Al 'Asimah" },
    { value: 'JO-BA', country_code: 'JO', text: "Al Balqa'" },
    { value: 'JO-KA', country_code: 'JO', text: 'Al Karak' },
    { value: 'JO-MA', country_code: 'JO', text: 'Al Mafraq' },
    { value: 'JO-AT', country_code: 'JO', text: 'At Tafilah' },
    { value: 'JO-AZ', country_code: 'JO', text: "Az Zarqa'" },
    { value: 'JO-IR', country_code: 'JO', text: 'Irbid' },
    { value: 'JO-MN', country_code: 'JO', text: "Ma'an" },
    { value: 'JO-MD', country_code: 'JO', text: 'Madaba' },
    { value: 'JP-23', country_code: 'JP', text: 'Aichi' },
    { value: 'JP-05', country_code: 'JP', text: 'Akita' },
    { value: 'JP-02', country_code: 'JP', text: 'Aomori' },
    { value: 'JP-12', country_code: 'JP', text: 'Chiba' },
    { value: 'JP-38', country_code: 'JP', text: 'Ehime' },
    { value: 'JP-18', country_code: 'JP', text: 'Fukui' },
    { value: 'JP-40', country_code: 'JP', text: 'Fukuoka' },
    { value: 'JP-07', country_code: 'JP', text: 'Fukushima' },
    { value: 'JP-21', country_code: 'JP', text: 'Gifu' },
    { value: 'JP-10', country_code: 'JP', text: 'Gunma' },
    { value: 'JP-34', country_code: 'JP', text: 'Hiroshima' },
    { value: 'JP-01', country_code: 'JP', text: 'Hokkaido' },
    { value: 'JP-28', country_code: 'JP', text: 'Hyogo' },
    { value: 'JP-08', country_code: 'JP', text: 'Ibaraki' },
    { value: 'JP-17', country_code: 'JP', text: 'Ishikawa' },
    { value: 'JP-03', country_code: 'JP', text: 'Iwate' },
    { value: 'JP-37', country_code: 'JP', text: 'Kagawa' },
    { value: 'JP-46', country_code: 'JP', text: 'Kagoshima' },
    { value: 'JP-14', country_code: 'JP', text: 'Kanagawa' },
    { value: 'JP-39', country_code: 'JP', text: 'Kochi' },
    { value: 'JP-43', country_code: 'JP', text: 'Kumamoto' },
    { value: 'JP-26', country_code: 'JP', text: 'Kyoto' },
    { value: 'JP-24', country_code: 'JP', text: 'Mie' },
    { value: 'JP-04', country_code: 'JP', text: 'Miyagi' },
    { value: 'JP-45', country_code: 'JP', text: 'Miyazaki' },
    { value: 'JP-20', country_code: 'JP', text: 'Nagano' },
    { value: 'JP-42', country_code: 'JP', text: 'Nagasaki' },
    { value: 'JP-29', country_code: 'JP', text: 'Nara' },
    { value: 'JP-15', country_code: 'JP', text: 'Niigata' },
    { value: 'JP-44', country_code: 'JP', text: 'Oita' },
    { value: 'JP-33', country_code: 'JP', text: 'Okayama' },
    { value: 'JP-47', country_code: 'JP', text: 'Okinawa' },
    { value: 'JP-27', country_code: 'JP', text: 'Osaka' },
    { value: 'JP-41', country_code: 'JP', text: 'Saga' },
    { value: 'JP-11', country_code: 'JP', text: 'Saitama' },
    { value: 'JP-25', country_code: 'JP', text: 'Shiga' },
    { value: 'JP-32', country_code: 'JP', text: 'Shimane' },
    { value: 'JP-22', country_code: 'JP', text: 'Shizuoka' },
    { value: 'JP-09', country_code: 'JP', text: 'Tochigi' },
    { value: 'JP-36', country_code: 'JP', text: 'Tokushima' },
    { value: 'JP-13', country_code: 'JP', text: 'Tokyo' },
    { value: 'JP-31', country_code: 'JP', text: 'Tottori' },
    { value: 'JP-16', country_code: 'JP', text: 'Toyama' },
    { value: 'JP-30', country_code: 'JP', text: 'Wakayama' },
    { value: 'JP-06', country_code: 'JP', text: 'Yamagata' },
    { value: 'JP-35', country_code: 'JP', text: 'Yamaguchi' },
    { value: 'JP-19', country_code: 'JP', text: 'Yamanashi' },
    { value: 'KE-01', country_code: 'KE', text: 'Baringo' },
    { value: 'KE-02', country_code: 'KE', text: 'Bomet' },
    { value: 'KE-03', country_code: 'KE', text: 'Bungoma' },
    { value: 'KE-04', country_code: 'KE', text: 'Busia' },
    { value: 'KE-06', country_code: 'KE', text: 'Embu' },
    { value: 'KE-07', country_code: 'KE', text: 'Garissa' },
    { value: 'KE-08', country_code: 'KE', text: 'Homa Bay' },
    { value: 'KE-09', country_code: 'KE', text: 'Isiolo' },
    { value: 'KE-10', country_code: 'KE', text: 'Kajiado' },
    { value: 'KE-11', country_code: 'KE', text: 'Kakamega' },
    { value: 'KE-12', country_code: 'KE', text: 'Kericho' },
    { value: 'KE-13', country_code: 'KE', text: 'Kiambu' },
    { value: 'KE-14', country_code: 'KE', text: 'Kilifi' },
    { value: 'KE-15', country_code: 'KE', text: 'Kirinyaga' },
    { value: 'KE-16', country_code: 'KE', text: 'Kisii' },
    { value: 'KE-17', country_code: 'KE', text: 'Kisumu' },
    { value: 'KE-18', country_code: 'KE', text: 'Kitui' },
    { value: 'KE-19', country_code: 'KE', text: 'Kwale' },
    { value: 'KE-20', country_code: 'KE', text: 'Laikipia' },
    { value: 'KE-21', country_code: 'KE', text: 'Lamu' },
    { value: 'KE-22', country_code: 'KE', text: 'Machakos' },
    { value: 'KE-23', country_code: 'KE', text: 'Makueni' },
    { value: 'KE-24', country_code: 'KE', text: 'Mandera' },
    { value: 'KE-25', country_code: 'KE', text: 'Marsabit' },
    { value: 'KE-26', country_code: 'KE', text: 'Meru' },
    { value: 'KE-27', country_code: 'KE', text: 'Migori' },
    { value: 'KE-28', country_code: 'KE', text: 'Mombasa' },
    { value: 'KE-29', country_code: 'KE', text: "Murang'a" },
    { value: 'KE-30', country_code: 'KE', text: 'Nairobi City' },
    { value: 'KE-31', country_code: 'KE', text: 'Nakuru' },
    { value: 'KE-32', country_code: 'KE', text: 'Nandi' },
    { value: 'KE-33', country_code: 'KE', text: 'Narok' },
    { value: 'KE-34', country_code: 'KE', text: 'Nyamira' },
    { value: 'KE-36', country_code: 'KE', text: 'Nyeri' },
    { value: 'KE-37', country_code: 'KE', text: 'Samburu' },
    { value: 'KE-38', country_code: 'KE', text: 'Siaya' },
    { value: 'KE-39', country_code: 'KE', text: 'Taita/Taveta' },
    { value: 'KE-40', country_code: 'KE', text: 'Tana River' },
    { value: 'KE-41', country_code: 'KE', text: 'Tharaka-Nithi' },
    { value: 'KE-42', country_code: 'KE', text: 'Trans Nzoia' },
    { value: 'KE-43', country_code: 'KE', text: 'Turkana' },
    { value: 'KE-44', country_code: 'KE', text: 'Uasin Gishu' },
    { value: 'KE-45', country_code: 'KE', text: 'Vihiga' },
    { value: 'KE-46', country_code: 'KE', text: 'Wajir' },
    { value: 'KE-47', country_code: 'KE', text: 'West Pokot' },
    { value: 'KG-B', country_code: 'KG', text: 'Batken' },
    { value: 'KG-GB', country_code: 'KG', text: 'Bishkek' },
    { value: 'KG-C', country_code: 'KG', text: 'Chuy' },
    { value: 'KG-J', country_code: 'KG', text: 'Jalal-Abad' },
    { value: 'KG-N', country_code: 'KG', text: 'Naryn' },
    { value: 'KG-GO', country_code: 'KG', text: 'Osh' },
    { value: 'KG-T', country_code: 'KG', text: 'Talas' },
    { value: 'KG-Y', country_code: 'KG', text: 'Ysyk-Kol' },
    { value: 'KH-2', country_code: 'KH', text: 'Baat Dambang' },
    { value: 'KH-1', country_code: 'KH', text: 'Banteay Mean Chey' },
    { value: 'KH-3', country_code: 'KH', text: 'Kampong Chaam' },
    { value: 'KH-4', country_code: 'KH', text: 'Kampong Chhnang' },
    { value: 'KH-5', country_code: 'KH', text: 'Kampong Spueu' },
    { value: 'KH-6', country_code: 'KH', text: 'Kampong Thum' },
    { value: 'KH-7', country_code: 'KH', text: 'Kampot' },
    { value: 'KH-8', country_code: 'KH', text: 'Kandaal' },
    { value: 'KH-9', country_code: 'KH', text: 'Kaoh Kong' },
    { value: 'KH-10', country_code: 'KH', text: 'Kracheh' },
    { value: 'KH-23', country_code: 'KH', text: 'Krong Kaeb' },
    { value: 'KH-24', country_code: 'KH', text: 'Krong Pailin' },
    { value: 'KH-18', country_code: 'KH', text: 'Krong Preah Sihanouk' },
    { value: 'KH-11', country_code: 'KH', text: 'Mondol Kiri' },
    { value: 'KH-22', country_code: 'KH', text: 'Otdar Mean Chey' },
    { value: 'KH-12', country_code: 'KH', text: 'Phnom Penh' },
    { value: 'KH-15', country_code: 'KH', text: 'Pousaat' },
    { value: 'KH-13', country_code: 'KH', text: 'Preah Vihear' },
    { value: 'KH-14', country_code: 'KH', text: 'Prey Veaeng' },
    { value: 'KH-16', country_code: 'KH', text: 'Rotanak Kiri' },
    { value: 'KH-17', country_code: 'KH', text: 'Siem Reab' },
    { value: 'KH-19', country_code: 'KH', text: 'Stueng Traeng' },
    { value: 'KH-20', country_code: 'KH', text: 'Svaay Rieng' },
    { value: 'KH-21', country_code: 'KH', text: 'Taakaev' },
    { value: 'KI-G', country_code: 'KI', text: 'Gilbert Islands' },
    { value: 'KI-L', country_code: 'KI', text: 'Line Islands' },
    { value: 'KM-A', country_code: 'KM', text: 'Anjouan' },
    { value: 'KM-G', country_code: 'KM', text: 'Grande Comore' },
    { value: 'KM-M', country_code: 'KM', text: 'Moheli' },
    { value: 'KN-03', country_code: 'KN', text: 'Saint George Basseterre' },
    { value: 'KN-10', country_code: 'KN', text: 'Saint Paul Charlestown' },
    { value: 'KP-04', country_code: 'KP', text: 'Chagang-do' },
    { value: 'KP-09', country_code: 'KP', text: 'Hamgyong-bukto' },
    { value: 'KP-08', country_code: 'KP', text: 'Hamgyong-namdo' },
    { value: 'KP-06', country_code: 'KP', text: 'Hwanghae-bukto' },
    { value: 'KP-05', country_code: 'KP', text: 'Hwanghae-namdo' },
    { value: 'KP-07', country_code: 'KP', text: 'Kangwon-do' },
    { value: 'KP-13', country_code: 'KP', text: 'Nason' },
    { value: 'KP-03', country_code: 'KP', text: "P'yongan-bukto" },
    { value: 'KP-02', country_code: 'KP', text: "P'yongan-namdo" },
    { value: 'KP-01', country_code: 'KP', text: "P'yongyang" },
    { value: 'KP-10', country_code: 'KP', text: 'Yanggang-do' },
    { value: 'KR-26', country_code: 'KR', text: 'Busan-gwangyeoksi' },
    { value: 'KR-43', country_code: 'KR', text: 'Chungcheongbuk-do' },
    { value: 'KR-44', country_code: 'KR', text: 'Chungcheongnam-do' },
    { value: 'KR-27', country_code: 'KR', text: 'Daegu-gwangyeoksi' },
    { value: 'KR-30', country_code: 'KR', text: 'Daejeon-gwangyeoksi' },
    { value: 'KR-42', country_code: 'KR', text: 'Gangwon-do' },
    { value: 'KR-29', country_code: 'KR', text: 'Gwangju-gwangyeoksi' },
    { value: 'KR-41', country_code: 'KR', text: 'Gyeonggi-do' },
    { value: 'KR-47', country_code: 'KR', text: 'Gyeongsangbuk-do' },
    { value: 'KR-48', country_code: 'KR', text: 'Gyeongsangnam-do' },
    { value: 'KR-28', country_code: 'KR', text: 'Incheon-gwangyeoksi' },
    { value: 'KR-49', country_code: 'KR', text: 'Jeju-teukbyeoljachido' },
    { value: 'KR-45', country_code: 'KR', text: 'Jeollabuk-do' },
    { value: 'KR-46', country_code: 'KR', text: 'Jeollanam-do' },
    { value: 'KR-11', country_code: 'KR', text: 'Seoul-teukbyeolsi' },
    { value: 'KR-31', country_code: 'KR', text: 'Ulsan-gwangyeoksi' },
    { value: 'KW-KU', country_code: 'KW', text: "Al 'Asimah" },
    { value: 'KW-AH', country_code: 'KW', text: 'Al Ahmadi' },
    { value: 'KW-FA', country_code: 'KW', text: 'Al Farwaniyah' },
    { value: 'KW-JA', country_code: 'KW', text: 'Al Jahra' },
    { value: 'KW-HA', country_code: 'KW', text: 'Hawalli' },
    { value: 'KW-MU', country_code: 'KW', text: 'Mubarak al Kabir' },
    { value: 'KZ-ALA', country_code: 'KZ', text: 'Almaty' },
    { value: 'KZ-ALM', country_code: 'KZ', text: 'Almaty oblysy' },
    { value: 'KZ-AKM', country_code: 'KZ', text: 'Aqmola oblysy' },
    { value: 'KZ-AKT', country_code: 'KZ', text: 'Aqtobe oblysy' },
    { value: 'KZ-AST', country_code: 'KZ', text: 'Astana' },
    { value: 'KZ-ATY', country_code: 'KZ', text: 'Atyrau oblysy' },
    { value: 'KZ-ZAP', country_code: 'KZ', text: 'Batys Qazaqstan oblysy' },
    { value: 'KZ-BAY', country_code: 'KZ', text: 'Bayqongyr' },
    { value: 'KZ-MAN', country_code: 'KZ', text: 'Mangghystau oblysy' },
    { value: 'KZ-YUZ', country_code: 'KZ', text: 'Ongtustik Qazaqstan oblysy' },
    { value: 'KZ-PAV', country_code: 'KZ', text: 'Pavlodar oblysy' },
    { value: 'KZ-KAR', country_code: 'KZ', text: 'Qaraghandy oblysy' },
    { value: 'KZ-KUS', country_code: 'KZ', text: 'Qostanay oblysy' },
    { value: 'KZ-KZY', country_code: 'KZ', text: 'Qyzylorda oblysy' },
    { value: 'KZ-VOS', country_code: 'KZ', text: 'Shyghys Qazaqstan oblysy' },
    { value: 'KZ-SEV', country_code: 'KZ', text: 'Soltustik Qazaqstan oblysy' },
    { value: 'KZ-ZHA', country_code: 'KZ', text: 'Zhambyl oblysy' },
    { value: 'LA-AT', country_code: 'LA', text: 'Attapu' },
    { value: 'LA-BK', country_code: 'LA', text: 'Bokeo' },
    { value: 'LA-BL', country_code: 'LA', text: 'Bolikhamxai' },
    { value: 'LA-CH', country_code: 'LA', text: 'Champasak' },
    { value: 'LA-HO', country_code: 'LA', text: 'Houaphan' },
    { value: 'LA-KH', country_code: 'LA', text: 'Khammouan' },
    { value: 'LA-LM', country_code: 'LA', text: 'Louang Namtha' },
    { value: 'LA-LP', country_code: 'LA', text: 'Louangphabang' },
    { value: 'LA-OU', country_code: 'LA', text: 'Oudomxai' },
    { value: 'LA-PH', country_code: 'LA', text: 'Phongsali' },
    { value: 'LA-SL', country_code: 'LA', text: 'Salavan' },
    { value: 'LA-SV', country_code: 'LA', text: 'Savannakhet' },
    { value: 'LA-VI', country_code: 'LA', text: 'Viangchan' },
    { value: 'LA-XA', country_code: 'LA', text: 'Xaignabouli' },
    { value: 'LA-XE', country_code: 'LA', text: 'Xekong' },
    { value: 'LA-XI', country_code: 'LA', text: 'Xiangkhouang' },
    { value: 'LB-AK', country_code: 'LB', text: 'Aakkar' },
    { value: 'LB-BH', country_code: 'LB', text: 'Baalbek-Hermel' },
    { value: 'LB-BI', country_code: 'LB', text: 'Beqaa' },
    { value: 'LB-BA', country_code: 'LB', text: 'Beyrouth' },
    { value: 'LB-AS', country_code: 'LB', text: 'Liban-Nord' },
    { value: 'LB-JA', country_code: 'LB', text: 'Liban-Sud' },
    { value: 'LB-JL', country_code: 'LB', text: 'Mont-Liban' },
    { value: 'LB-NA', country_code: 'LB', text: 'Nabatiye' },
    { value: 'LC-01', country_code: 'LC', text: 'Anse la Raye' },
    { value: 'LC-02', country_code: 'LC', text: 'Castries' },
    { value: 'LC-05', country_code: 'LC', text: 'Dennery' },
    { value: 'LC-06', country_code: 'LC', text: 'Gros Islet' },
    { value: 'LC-07', country_code: 'LC', text: 'Laborie' },
    { value: 'LC-08', country_code: 'LC', text: 'Micoud' },
    { value: 'LC-10', country_code: 'LC', text: 'Soufriere' },
    { value: 'LC-11', country_code: 'LC', text: 'Vieux Fort' },
    { value: 'LI-01', country_code: 'LI', text: 'Balzers' },
    { value: 'LI-02', country_code: 'LI', text: 'Eschen' },
    { value: 'LI-03', country_code: 'LI', text: 'Gamprin' },
    { value: 'LI-04', country_code: 'LI', text: 'Mauren' },
    { value: 'LI-05', country_code: 'LI', text: 'Planken' },
    { value: 'LI-06', country_code: 'LI', text: 'Ruggell' },
    { value: 'LI-07', country_code: 'LI', text: 'Schaan' },
    { value: 'LI-08', country_code: 'LI', text: 'Schellenberg' },
    { value: 'LI-09', country_code: 'LI', text: 'Triesen' },
    { value: 'LI-10', country_code: 'LI', text: 'Triesenberg' },
    { value: 'LI-11', country_code: 'LI', text: 'Vaduz' },
    { value: 'LK-2', country_code: 'LK', text: 'Central Province' },
    { value: 'LK-5', country_code: 'LK', text: 'Eastern Province' },
    { value: 'LK-7', country_code: 'LK', text: 'North Central Province' },
    { value: 'LK-6', country_code: 'LK', text: 'North Western Province' },
    { value: 'LK-4', country_code: 'LK', text: 'Northern Province' },
    { value: 'LK-9', country_code: 'LK', text: 'Sabaragamuwa Province' },
    { value: 'LK-3', country_code: 'LK', text: 'Southern Province' },
    { value: 'LK-8', country_code: 'LK', text: 'Uva Province' },
    { value: 'LK-1', country_code: 'LK', text: 'Western Province' },
    { value: 'LR-BM', country_code: 'LR', text: 'Bomi' },
    { value: 'LR-BG', country_code: 'LR', text: 'Bong' },
    { value: 'LR-GP', country_code: 'LR', text: 'Gbarpolu' },
    { value: 'LR-GB', country_code: 'LR', text: 'Grand Bassa' },
    { value: 'LR-CM', country_code: 'LR', text: 'Grand Cape Mount' },
    { value: 'LR-GG', country_code: 'LR', text: 'Grand Gedeh' },
    { value: 'LR-GK', country_code: 'LR', text: 'Grand Kru' },
    { value: 'LR-LO', country_code: 'LR', text: 'Lofa' },
    { value: 'LR-MG', country_code: 'LR', text: 'Margibi' },
    { value: 'LR-MY', country_code: 'LR', text: 'Maryland' },
    { value: 'LR-MO', country_code: 'LR', text: 'Montserrado' },
    { value: 'LR-NI', country_code: 'LR', text: 'Nimba' },
    { value: 'LR-RI', country_code: 'LR', text: 'River Cess' },
    { value: 'LR-RG', country_code: 'LR', text: 'River Gee' },
    { value: 'LR-SI', country_code: 'LR', text: 'Sinoe' },
    { value: 'LS-D', country_code: 'LS', text: 'Berea' },
    { value: 'LS-B', country_code: 'LS', text: 'Butha-Buthe' },
    { value: 'LS-C', country_code: 'LS', text: 'Leribe' },
    { value: 'LS-E', country_code: 'LS', text: 'Mafeteng' },
    { value: 'LS-A', country_code: 'LS', text: 'Maseru' },
    { value: 'LS-F', country_code: 'LS', text: "Mohale's Hoek" },
    { value: 'LS-J', country_code: 'LS', text: 'Mokhotlong' },
    { value: 'LS-H', country_code: 'LS', text: "Qacha's Nek" },
    { value: 'LS-G', country_code: 'LS', text: 'Quthing' },
    { value: 'LS-K', country_code: 'LS', text: 'Thaba-Tseka' },
    { value: 'LT-AL', country_code: 'LT', text: 'Alytaus apskritis' },
    { value: 'LT-KU', country_code: 'LT', text: 'Kauno apskritis' },
    { value: 'LT-KL', country_code: 'LT', text: 'Klaipedos apskritis' },
    { value: 'LT-MR', country_code: 'LT', text: 'Marijampoles apskritis' },
    { value: 'LT-PN', country_code: 'LT', text: 'Panevezio apskritis' },
    { value: 'LT-SA', country_code: 'LT', text: 'Siauliu apskritis' },
    { value: 'LT-TA', country_code: 'LT', text: 'Taurages apskritis' },
    { value: 'LT-TE', country_code: 'LT', text: 'Telsiu apskritis' },
    { value: 'LT-UT', country_code: 'LT', text: 'Utenos apskritis' },
    { value: 'LT-VL', country_code: 'LT', text: 'Vilniaus apskritis' },
    { value: 'LU-DI', country_code: 'LU', text: 'Diekirch' },
    { value: 'LU-GR', country_code: 'LU', text: 'Grevenmacher' },
    { value: 'LU-LU', country_code: 'LU', text: 'Luxembourg' },
    { value: 'LV-011', country_code: 'LV', text: 'Adazu novads' },
    { value: 'LV-001', country_code: 'LV', text: 'Aglonas novads' },
    { value: 'LV-002', country_code: 'LV', text: 'Aizkraukles novads' },
    { value: 'LV-003', country_code: 'LV', text: 'Aizputes novads' },
    { value: 'LV-005', country_code: 'LV', text: 'Alojas novads' },
    { value: 'LV-007', country_code: 'LV', text: 'Aluksnes novads' },
    { value: 'LV-012', country_code: 'LV', text: 'Babites novads' },
    { value: 'LV-014', country_code: 'LV', text: 'Baltinavas novads' },
    { value: 'LV-015', country_code: 'LV', text: 'Balvu novads' },
    { value: 'LV-016', country_code: 'LV', text: 'Bauskas novads' },
    { value: 'LV-017', country_code: 'LV', text: 'Beverinas novads' },
    { value: 'LV-018', country_code: 'LV', text: 'Brocenu novads' },
    { value: 'LV-020', country_code: 'LV', text: 'Carnikavas novads' },
    { value: 'LV-022', country_code: 'LV', text: 'Cesu novads' },
    { value: 'LV-021', country_code: 'LV', text: 'Cesvaines novads' },
    { value: 'LV-023', country_code: 'LV', text: 'Ciblas novads' },
    { value: 'LV-025', country_code: 'LV', text: 'Daugavpils novads' },
    { value: 'LV-026', country_code: 'LV', text: 'Dobeles novads' },
    { value: 'LV-027', country_code: 'LV', text: 'Dundagas novads' },
    { value: 'LV-033', country_code: 'LV', text: 'Gulbenes novads' },
    { value: 'LV-034', country_code: 'LV', text: 'Iecavas novads' },
    { value: 'LV-037', country_code: 'LV', text: 'Incukalna novads' },
    { value: 'LV-038', country_code: 'LV', text: 'Jaunjelgavas novads' },
    { value: 'LV-039', country_code: 'LV', text: 'Jaunpiebalgas novads' },
    { value: 'LV-040', country_code: 'LV', text: 'Jaunpils novads' },
    { value: 'LV-042', country_code: 'LV', text: 'Jekabpils novads' },
    { value: 'LV-JEL', country_code: 'LV', text: 'Jelgava' },
    { value: 'LV-041', country_code: 'LV', text: 'Jelgavas novads' },
    { value: 'LV-JUR', country_code: 'LV', text: 'Jurmala' },
    { value: 'LV-052', country_code: 'LV', text: 'Kekavas novads' },
    { value: 'LV-046', country_code: 'LV', text: 'Kokneses novads' },
    { value: 'LV-047', country_code: 'LV', text: 'Kraslavas novads' },
    { value: 'LV-050', country_code: 'LV', text: 'Kuldigas novads' },
    { value: 'LV-LPX', country_code: 'LV', text: 'Liepaja' },
    { value: 'LV-054', country_code: 'LV', text: 'Limbazu novads' },
    { value: 'LV-057', country_code: 'LV', text: 'Lubanas novads' },
    { value: 'LV-058', country_code: 'LV', text: 'Ludzas novads' },
    { value: 'LV-059', country_code: 'LV', text: 'Madonas novads' },
    { value: 'LV-061', country_code: 'LV', text: 'Malpils novads' },
    { value: 'LV-067', country_code: 'LV', text: 'Ogres novads' },
    { value: 'LV-068', country_code: 'LV', text: 'Olaines novads' },
    { value: 'LV-069', country_code: 'LV', text: 'Ozolnieku novads' },
    { value: 'LV-073', country_code: 'LV', text: 'Preilu novads' },
    { value: 'LV-077', country_code: 'LV', text: 'Rezeknes novads' },
    { value: 'LV-RIX', country_code: 'LV', text: 'Riga' },
    { value: 'LV-079', country_code: 'LV', text: 'Rojas novads' },
    { value: 'LV-080', country_code: 'LV', text: 'Ropazu novads' },
    { value: 'LV-082', country_code: 'LV', text: 'Rugaju novads' },
    { value: 'LV-083', country_code: 'LV', text: 'Rundales novads' },
    { value: 'LV-086', country_code: 'LV', text: 'Salacgrivas novads' },
    { value: 'LV-088', country_code: 'LV', text: 'Saldus novads' },
    { value: 'LV-090', country_code: 'LV', text: 'Sejas novads' },
    { value: 'LV-091', country_code: 'LV', text: 'Siguldas novads' },
    { value: 'LV-093', country_code: 'LV', text: 'Skrundas novads' },
    { value: 'LV-095', country_code: 'LV', text: 'Stopinu novads' },
    { value: 'LV-096', country_code: 'LV', text: 'Strencu novads' },
    { value: 'LV-097', country_code: 'LV', text: 'Talsu novads' },
    { value: 'LV-099', country_code: 'LV', text: 'Tukuma novads' },
    { value: 'LV-100', country_code: 'LV', text: 'Vainodes novads' },
    { value: 'LV-101', country_code: 'LV', text: 'Valkas novads' },
    { value: 'LV-VMR', country_code: 'LV', text: 'Valmiera' },
    { value: 'LV-103', country_code: 'LV', text: 'Varkavas novads' },
    { value: 'LV-105', country_code: 'LV', text: 'Vecumnieku novads' },
    { value: 'LV-106', country_code: 'LV', text: 'Ventspils novads' },
    { value: 'LY-BU', country_code: 'LY', text: 'Al Butnan' },
    { value: 'LY-JA', country_code: 'LY', text: 'Al Jabal al Akhdar' },
    { value: 'LY-JG', country_code: 'LY', text: 'Al Jabal al Gharbi' },
    { value: 'LY-JI', country_code: 'LY', text: 'Al Jafarah' },
    { value: 'LY-JU', country_code: 'LY', text: 'Al Jufrah' },
    { value: 'LY-KF', country_code: 'LY', text: 'Al Kufrah' },
    { value: 'LY-MJ', country_code: 'LY', text: 'Al Marj' },
    { value: 'LY-MB', country_code: 'LY', text: 'Al Marqab' },
    { value: 'LY-WA', country_code: 'LY', text: 'Al Wahat' },
    { value: 'LY-NQ', country_code: 'LY', text: 'An Nuqat al Khams' },
    { value: 'LY-ZA', country_code: 'LY', text: 'Az Zawiyah' },
    { value: 'LY-BA', country_code: 'LY', text: 'Banghazi' },
    { value: 'LY-DR', country_code: 'LY', text: 'Darnah' },
    { value: 'LY-GT', country_code: 'LY', text: 'Ghat' },
    { value: 'LY-MI', country_code: 'LY', text: 'Misratah' },
    { value: 'LY-MQ', country_code: 'LY', text: 'Murzuq' },
    { value: 'LY-NL', country_code: 'LY', text: 'Nalut' },
    { value: 'LY-SB', country_code: 'LY', text: 'Sabha' },
    { value: 'LY-SR', country_code: 'LY', text: 'Surt' },
    { value: 'LY-TB', country_code: 'LY', text: 'Tarabulus' },
    { value: 'LY-WD', country_code: 'LY', text: 'Wadi al Hayat' },
    { value: 'LY-WS', country_code: 'LY', text: "Wadi ash Shati'" },
    { value: 'MA-09', country_code: 'MA', text: 'Chaouia-Ouardigha' },
    { value: 'MA-10', country_code: 'MA', text: 'Doukhala-Abda' },
    { value: 'MA-05', country_code: 'MA', text: 'Fes-Boulemane' },
    { value: 'MA-02', country_code: 'MA', text: 'Gharb-Chrarda-Beni Hssen' },
    { value: 'MA-08', country_code: 'MA', text: 'Grand Casablanca' },
    { value: 'MA-14', country_code: 'MA', text: 'Guelmim-Es Semara' },
    { value: 'MA-04', country_code: 'MA', text: "L'Oriental" },
    { value: 'MA-11', country_code: 'MA', text: 'Marrakech-Tensift-Al Haouz' },
    { value: 'MA-06', country_code: 'MA', text: 'Meknes-Tafilalet' },
    { value: 'MA-07', country_code: 'MA', text: 'Rabat-Sale-Zemmour-Zaer' },
    { value: 'MA-13', country_code: 'MA', text: 'Souss-Massa-Draa' },
    { value: 'MA-12', country_code: 'MA', text: 'Tadla-Azilal' },
    { value: 'MA-01', country_code: 'MA', text: 'Tanger-Tetouan' },
    { value: 'MA-03', country_code: 'MA', text: 'Taza-Al Hoceima-Taounate' },
    { value: 'MC-FO', country_code: 'MC', text: 'Fontvieille' },
    { value: 'MC-CO', country_code: 'MC', text: 'La Condamine' },
    { value: 'MC-MO', country_code: 'MC', text: 'Monaco-Ville' },
    { value: 'MC-MG', country_code: 'MC', text: 'Moneghetti' },
    { value: 'MC-MC', country_code: 'MC', text: 'Monte-Carlo' },
    { value: 'MC-SR', country_code: 'MC', text: 'Saint-Roman' },
    { value: 'MD-AN', country_code: 'MD', text: 'Anenii Noi' },
    { value: 'MD-BA', country_code: 'MD', text: 'Balti' },
    { value: 'MD-BS', country_code: 'MD', text: 'Basarabeasca' },
    { value: 'MD-BD', country_code: 'MD', text: 'Bender' },
    { value: 'MD-BR', country_code: 'MD', text: 'Briceni' },
    { value: 'MD-CA', country_code: 'MD', text: 'Cahul' },
    { value: 'MD-CL', country_code: 'MD', text: 'Calarasi' },
    { value: 'MD-CT', country_code: 'MD', text: 'Cantemir' },
    { value: 'MD-CS', country_code: 'MD', text: 'Causeni' },
    { value: 'MD-CU', country_code: 'MD', text: 'Chisinau' },
    { value: 'MD-CM', country_code: 'MD', text: 'Cimislia' },
    { value: 'MD-CR', country_code: 'MD', text: 'Criuleni' },
    { value: 'MD-DO', country_code: 'MD', text: 'Donduseni' },
    { value: 'MD-DR', country_code: 'MD', text: 'Drochia' },
    { value: 'MD-DU', country_code: 'MD', text: 'Dubasari' },
    { value: 'MD-ED', country_code: 'MD', text: 'Edinet' },
    { value: 'MD-FA', country_code: 'MD', text: 'Falesti' },
    { value: 'MD-FL', country_code: 'MD', text: 'Floresti' },
    {
      value: 'MD-GA',
      country_code: 'MD',
      text: 'Gagauzia, Unitatea teritoriala autonoma'
    },
    { value: 'MD-GL', country_code: 'MD', text: 'Glodeni' },
    { value: 'MD-HI', country_code: 'MD', text: 'Hincesti' },
    { value: 'MD-IA', country_code: 'MD', text: 'Ialoveni' },
    { value: 'MD-LE', country_code: 'MD', text: 'Leova' },
    { value: 'MD-NI', country_code: 'MD', text: 'Nisporeni' },
    { value: 'MD-OC', country_code: 'MD', text: 'Ocnita' },
    { value: 'MD-OR', country_code: 'MD', text: 'Orhei' },
    { value: 'MD-RE', country_code: 'MD', text: 'Rezina' },
    { value: 'MD-RI', country_code: 'MD', text: 'Riscani' },
    { value: 'MD-SI', country_code: 'MD', text: 'Singerei' },
    { value: 'MD-SD', country_code: 'MD', text: 'Soldanesti' },
    { value: 'MD-SO', country_code: 'MD', text: 'Soroca' },
    { value: 'MD-SV', country_code: 'MD', text: 'Stefan Voda' },
    {
      value: 'MD-SN',
      country_code: 'MD',
      text: 'Stinga Nistrului, unitatea teritoriala din'
    },
    { value: 'MD-ST', country_code: 'MD', text: 'Straseni' },
    { value: 'MD-TA', country_code: 'MD', text: 'Taraclia' },
    { value: 'MD-TE', country_code: 'MD', text: 'Telenesti' },
    { value: 'MD-UN', country_code: 'MD', text: 'Ungheni' },
    { value: 'ME-02', country_code: 'ME', text: 'Bar' },
    { value: 'ME-05', country_code: 'ME', text: 'Budva' },
    { value: 'ME-06', country_code: 'ME', text: 'Cetinje' },
    { value: 'ME-07', country_code: 'ME', text: 'Danilovgrad' },
    { value: 'ME-08', country_code: 'ME', text: 'Herceg-Novi' },
    { value: 'ME-09', country_code: 'ME', text: 'Kolasin' },
    { value: 'ME-10', country_code: 'ME', text: 'Kotor' },
    { value: 'ME-11', country_code: 'ME', text: 'Mojkovac' },
    { value: 'ME-12', country_code: 'ME', text: 'Niksic' },
    { value: 'ME-16', country_code: 'ME', text: 'Podgorica' },
    { value: 'ME-19', country_code: 'ME', text: 'Tivat' },
    { value: 'ME-20', country_code: 'ME', text: 'Ulcinj' },
    { value: 'ME-21', country_code: 'ME', text: 'Zabljak' },
    { value: 'MG-T', country_code: 'MG', text: 'Antananarivo' },
    { value: 'MG-D', country_code: 'MG', text: 'Antsiranana' },
    { value: 'MG-F', country_code: 'MG', text: 'Fianarantsoa' },
    { value: 'MG-M', country_code: 'MG', text: 'Mahajanga' },
    { value: 'MG-A', country_code: 'MG', text: 'Toamasina' },
    { value: 'MG-U', country_code: 'MG', text: 'Toliara' },
    { value: 'MH-ALL', country_code: 'MH', text: 'Ailinglaplap' },
    { value: 'MH-ALK', country_code: 'MH', text: 'Ailuk' },
    { value: 'MH-ARN', country_code: 'MH', text: 'Arno' },
    { value: 'MH-AUR', country_code: 'MH', text: 'Aur' },
    { value: 'MH-KIL', country_code: 'MH', text: 'Bikini and Kili' },
    { value: 'MH-EBO', country_code: 'MH', text: 'Ebon' },
    { value: 'MH-ENI', country_code: 'MH', text: 'Enewetak and Ujelang' },
    { value: 'MH-JAB', country_code: 'MH', text: 'Jabat' },
    { value: 'MH-JAL', country_code: 'MH', text: 'Jaluit' },
    { value: 'MH-KWA', country_code: 'MH', text: 'Kwajalein' },
    { value: 'MH-LAE', country_code: 'MH', text: 'Lae' },
    { value: 'MH-LIB', country_code: 'MH', text: 'Lib' },
    { value: 'MH-LIK', country_code: 'MH', text: 'Likiep' },
    { value: 'MH-MAJ', country_code: 'MH', text: 'Majuro' },
    { value: 'MH-MAL', country_code: 'MH', text: 'Maloelap' },
    { value: 'MH-MEJ', country_code: 'MH', text: 'Mejit' },
    { value: 'MH-MIL', country_code: 'MH', text: 'Mili' },
    { value: 'MH-NMK', country_code: 'MH', text: 'Namdrik' },
    { value: 'MH-NMU', country_code: 'MH', text: 'Namu' },
    { value: 'MH-RON', country_code: 'MH', text: 'Rongelap' },
    { value: 'MH-UJA', country_code: 'MH', text: 'Ujae' },
    { value: 'MH-UTI', country_code: 'MH', text: 'Utrik' },
    { value: 'MH-WTH', country_code: 'MH', text: 'Wotho' },
    { value: 'MH-WTJ', country_code: 'MH', text: 'Wotje' },
    { value: 'MK-02', country_code: 'MK', text: 'Aracinovo' },
    { value: 'MK-03', country_code: 'MK', text: 'Berovo' },
    { value: 'MK-04', country_code: 'MK', text: 'Bitola' },
    { value: 'MK-05', country_code: 'MK', text: 'Bogdanci' },
    { value: 'MK-06', country_code: 'MK', text: 'Bogovinje' },
    { value: 'MK-07', country_code: 'MK', text: 'Bosilovo' },
    { value: 'MK-08', country_code: 'MK', text: 'Brvenica' },
    { value: 'MK-80', country_code: 'MK', text: 'Caska' },
    { value: 'MK-78', country_code: 'MK', text: 'Centar Zupa' },
    { value: 'MK-81', country_code: 'MK', text: 'Cesinovo-Oblesevo' },
    { value: 'MK-82', country_code: 'MK', text: 'Cucer Sandevo' },
    { value: 'MK-21', country_code: 'MK', text: 'Debar' },
    { value: 'MK-22', country_code: 'MK', text: 'Debarca' },
    { value: 'MK-23', country_code: 'MK', text: 'Delcevo' },
    { value: 'MK-25', country_code: 'MK', text: 'Demir Hisar' },
    { value: 'MK-24', country_code: 'MK', text: 'Demir Kapija' },
    { value: 'MK-26', country_code: 'MK', text: 'Dojran' },
    { value: 'MK-27', country_code: 'MK', text: 'Dolneni' },
    { value: 'MK-18', country_code: 'MK', text: 'Gevgelija' },
    { value: 'MK-19', country_code: 'MK', text: 'Gostivar' },
    { value: 'MK-20', country_code: 'MK', text: 'Gradsko' },
    { value: 'MK-34', country_code: 'MK', text: 'Ilinden' },
    { value: 'MK-35', country_code: 'MK', text: 'Jegunovce' },
    { value: 'MK-37', country_code: 'MK', text: 'Karbinci' },
    { value: 'MK-36', country_code: 'MK', text: 'Kavadarci' },
    { value: 'MK-40', country_code: 'MK', text: 'Kicevo' },
    { value: 'MK-42', country_code: 'MK', text: 'Kocani' },
    { value: 'MK-41', country_code: 'MK', text: 'Konce' },
    { value: 'MK-43', country_code: 'MK', text: 'Kratovo' },
    { value: 'MK-44', country_code: 'MK', text: 'Kriva Palanka' },
    { value: 'MK-45', country_code: 'MK', text: 'Krivogastani' },
    { value: 'MK-46', country_code: 'MK', text: 'Krusevo' },
    { value: 'MK-47', country_code: 'MK', text: 'Kumanovo' },
    { value: 'MK-48', country_code: 'MK', text: 'Lipkovo' },
    { value: 'MK-49', country_code: 'MK', text: 'Lozovo' },
    { value: 'MK-51', country_code: 'MK', text: 'Makedonska Kamenica' },
    { value: 'MK-52', country_code: 'MK', text: 'Makedonski Brod' },
    { value: 'MK-50', country_code: 'MK', text: 'Mavrovo i Rostusa' },
    { value: 'MK-53', country_code: 'MK', text: 'Mogila' },
    { value: 'MK-54', country_code: 'MK', text: 'Negotino' },
    { value: 'MK-55', country_code: 'MK', text: 'Novaci' },
    { value: 'MK-56', country_code: 'MK', text: 'Novo Selo' },
    { value: 'MK-58', country_code: 'MK', text: 'Ohrid' },
    { value: 'MK-60', country_code: 'MK', text: 'Pehcevo' },
    { value: 'MK-59', country_code: 'MK', text: 'Petrovec' },
    { value: 'MK-61', country_code: 'MK', text: 'Plasnica' },
    { value: 'MK-62', country_code: 'MK', text: 'Prilep' },
    { value: 'MK-63', country_code: 'MK', text: 'Probistip' },
    { value: 'MK-64', country_code: 'MK', text: 'Radovis' },
    { value: 'MK-65', country_code: 'MK', text: 'Rankovce' },
    { value: 'MK-66', country_code: 'MK', text: 'Resen' },
    { value: 'MK-67', country_code: 'MK', text: 'Rosoman' },
    { value: 'MK-85', country_code: 'MK', text: 'Skopje' },
    { value: 'MK-70', country_code: 'MK', text: 'Sopiste' },
    { value: 'MK-71', country_code: 'MK', text: 'Staro Nagoricane' },
    { value: 'MK-83', country_code: 'MK', text: 'Stip' },
    { value: 'MK-72', country_code: 'MK', text: 'Struga' },
    { value: 'MK-73', country_code: 'MK', text: 'Strumica' },
    { value: 'MK-74', country_code: 'MK', text: 'Studenicani' },
    { value: 'MK-69', country_code: 'MK', text: 'Sveti Nikole' },
    { value: 'MK-75', country_code: 'MK', text: 'Tearce' },
    { value: 'MK-76', country_code: 'MK', text: 'Tetovo' },
    { value: 'MK-10', country_code: 'MK', text: 'Valandovo' },
    { value: 'MK-11', country_code: 'MK', text: 'Vasilevo' },
    { value: 'MK-13', country_code: 'MK', text: 'Veles' },
    { value: 'MK-12', country_code: 'MK', text: 'Vevcani' },
    { value: 'MK-14', country_code: 'MK', text: 'Vinica' },
    { value: 'MK-16', country_code: 'MK', text: 'Vrapciste' },
    { value: 'MK-32', country_code: 'MK', text: 'Zelenikovo' },
    { value: 'MK-30', country_code: 'MK', text: 'Zelino' },
    { value: 'MK-33', country_code: 'MK', text: 'Zrnovci' },
    { value: 'ML-BKO', country_code: 'ML', text: 'Bamako' },
    { value: 'ML-7', country_code: 'ML', text: 'Gao' },
    { value: 'ML-1', country_code: 'ML', text: 'Kayes' },
    { value: 'ML-8', country_code: 'ML', text: 'Kidal' },
    { value: 'ML-2', country_code: 'ML', text: 'Koulikoro' },
    { value: 'ML-5', country_code: 'ML', text: 'Mopti' },
    { value: 'ML-4', country_code: 'ML', text: 'Segou' },
    { value: 'ML-3', country_code: 'ML', text: 'Sikasso' },
    { value: 'ML-6', country_code: 'ML', text: 'Tombouctou' },
    { value: 'MM-07', country_code: 'MM', text: 'Ayeyarwady' },
    { value: 'MM-02', country_code: 'MM', text: 'Bago' },
    { value: 'MM-14', country_code: 'MM', text: 'Chin' },
    { value: 'MM-11', country_code: 'MM', text: 'Kachin' },
    { value: 'MM-12', country_code: 'MM', text: 'Kayah' },
    { value: 'MM-13', country_code: 'MM', text: 'Kayin' },
    { value: 'MM-03', country_code: 'MM', text: 'Magway' },
    { value: 'MM-04', country_code: 'MM', text: 'Mandalay' },
    { value: 'MM-15', country_code: 'MM', text: 'Mon' },
    { value: 'MM-18', country_code: 'MM', text: 'Nay Pyi Taw' },
    { value: 'MM-16', country_code: 'MM', text: 'Rakhine' },
    { value: 'MM-01', country_code: 'MM', text: 'Sagaing' },
    { value: 'MM-17', country_code: 'MM', text: 'Shan' },
    { value: 'MM-05', country_code: 'MM', text: 'Tanintharyi' },
    { value: 'MM-06', country_code: 'MM', text: 'Yangon' },
    { value: 'MN-073', country_code: 'MN', text: 'Arhangay' },
    { value: 'MN-071', country_code: 'MN', text: 'Bayan-Olgiy' },
    { value: 'MN-069', country_code: 'MN', text: 'Bayanhongor' },
    { value: 'MN-067', country_code: 'MN', text: 'Bulgan' },
    { value: 'MN-037', country_code: 'MN', text: 'Darhan uul' },
    { value: 'MN-061', country_code: 'MN', text: 'Dornod' },
    { value: 'MN-063', country_code: 'MN', text: 'Dornogovi' },
    { value: 'MN-059', country_code: 'MN', text: 'Dundgovi' },
    { value: 'MN-057', country_code: 'MN', text: 'Dzavhan' },
    { value: 'MN-065', country_code: 'MN', text: 'Govi-Altay' },
    { value: 'MN-064', country_code: 'MN', text: 'Govi-Sumber' },
    { value: 'MN-039', country_code: 'MN', text: 'Hentiy' },
    { value: 'MN-043', country_code: 'MN', text: 'Hovd' },
    { value: 'MN-041', country_code: 'MN', text: 'Hovsgol' },
    { value: 'MN-053', country_code: 'MN', text: 'Omnogovi' },
    { value: 'MN-035', country_code: 'MN', text: 'Orhon' },
    { value: 'MN-055', country_code: 'MN', text: 'Ovorhangay' },
    { value: 'MN-049', country_code: 'MN', text: 'Selenge' },
    { value: 'MN-051', country_code: 'MN', text: 'Suhbaatar' },
    { value: 'MN-047', country_code: 'MN', text: 'Tov' },
    { value: 'MN-1', country_code: 'MN', text: 'Ulaanbaatar' },
    { value: 'MN-046', country_code: 'MN', text: 'Uvs' },
    { value: 'MR-07', country_code: 'MR', text: 'Adrar' },
    { value: 'MR-03', country_code: 'MR', text: 'Assaba' },
    { value: 'MR-05', country_code: 'MR', text: 'Brakna' },
    { value: 'MR-08', country_code: 'MR', text: 'Dakhlet Nouadhibou' },
    { value: 'MR-04', country_code: 'MR', text: 'Gorgol' },
    { value: 'MR-10', country_code: 'MR', text: 'Guidimaka' },
    { value: 'MR-01', country_code: 'MR', text: 'Hodh ech Chargui' },
    { value: 'MR-02', country_code: 'MR', text: 'Hodh el Gharbi' },
    { value: 'MR-12', country_code: 'MR', text: 'Inchiri' },
    { value: 'MR-14', country_code: 'MR', text: 'Nouakchott Nord' },
    { value: 'MR-09', country_code: 'MR', text: 'Tagant' },
    { value: 'MR-11', country_code: 'MR', text: 'Tiris Zemmour' },
    { value: 'MR-06', country_code: 'MR', text: 'Trarza' },
    { value: 'MT-01', country_code: 'MT', text: 'Attard' },
    { value: 'MT-02', country_code: 'MT', text: 'Balzan' },
    { value: 'MT-04', country_code: 'MT', text: 'Birkirkara' },
    { value: 'MT-05', country_code: 'MT', text: 'Birzebbuga' },
    { value: 'MT-06', country_code: 'MT', text: 'Bormla' },
    { value: 'MT-07', country_code: 'MT', text: 'Dingli' },
    { value: 'MT-13', country_code: 'MT', text: 'Ghajnsielem' },
    { value: 'MT-15', country_code: 'MT', text: 'Gharghur' },
    { value: 'MT-17', country_code: 'MT', text: 'Ghaxaq' },
    { value: 'MT-64', country_code: 'MT', text: 'Haz-Zabbar' },
    { value: 'MT-60', country_code: 'MT', text: 'Valletta' },
    { value: 'MT-03', country_code: 'MT', text: 'Birgu' },
    { value: 'MT-08', country_code: 'MT', text: 'Fgura' },
    { value: 'MT-09', country_code: 'MT', text: 'Floriana' },
    { value: 'MT-11', country_code: 'MT', text: 'Gudja' },
    { value: 'MT-18', country_code: 'MT', text: 'Hamrun' },
    { value: 'MT-21', country_code: 'MT', text: 'Kalkara' },
    { value: 'MT-26', country_code: 'MT', text: 'Marsa' },
    { value: 'MT-30', country_code: 'MT', text: 'Mellieha' },
    { value: 'MT-32', country_code: 'MT', text: 'Mosta' },
    { value: 'MT-42', country_code: 'MT', text: 'Qala' },
    { value: 'MT-44', country_code: 'MT', text: 'Qrendi' },
    { value: 'MT-37', country_code: 'MT', text: 'Nadur' },
    { value: 'MT-38', country_code: 'MT', text: 'Naxxar' },
    { value: 'MT-46', country_code: 'MT', text: 'Rabat Malta' },
    { value: 'MT-55', country_code: 'MT', text: 'Siggiewi' },
    { value: 'MT-57', country_code: 'MT', text: 'Swieqi' },
    { value: 'MT-61', country_code: 'MT', text: 'Xaghra' },
    { value: 'MT-62', country_code: 'MT', text: 'Xewkija' },
    { value: 'MT-65', country_code: 'MT', text: 'Zebbug Gozo' },
    { value: 'MT-67', country_code: 'MT', text: 'Zejtun' },
    { value: 'MT-68', country_code: 'MT', text: 'Zurrieq' },
    { value: 'MT-23', country_code: 'MT', text: 'Kirkop' },
    { value: 'MT-19', country_code: 'MT', text: 'Iklin' },
    { value: 'MT-33', country_code: 'MT', text: 'Mqabba' },
    { value: 'MT-34', country_code: 'MT', text: 'Msida' },
    { value: 'MT-20', country_code: 'MT', text: 'Isla' },
    { value: 'MT-24', country_code: 'MT', text: 'Lija' },
    { value: 'MT-25', country_code: 'MT', text: 'Luqa' },
    { value: 'MT-28', country_code: 'MT', text: 'Marsaxlokk' },
    { value: 'MT-39', country_code: 'MT', text: 'Paola' },
    { value: 'MT-43', country_code: 'MT', text: 'Qormi' },
    { value: 'MT-47', country_code: 'MT', text: 'Safi' },
    { value: 'MT-49', country_code: 'MT', text: 'Saint John' },
    { value: 'MT-48', country_code: 'MT', text: 'Saint Julian' },
    { value: 'MT-53', country_code: 'MT', text: 'Saint Lucia' },
    { value: 'MT-51', country_code: 'MT', text: "Saint Paul's Bay" },
    { value: 'MT-54', country_code: 'MT', text: 'Saint Venera' },
    { value: 'MT-52', country_code: 'MT', text: 'Sannat' },
    { value: 'MT-22', country_code: 'MT', text: 'Kercem' },
    { value: 'MT-58', country_code: 'MT', text: "Ta' Xbiex" },
    { value: 'MT-59', country_code: 'MT', text: 'Tarxien' },
    { value: 'MT-56', country_code: 'MT', text: 'Sliema' },
    { value: 'MT-45', country_code: 'MT', text: 'Rabat Gozo' },
    { value: 'MU-BL', country_code: 'MU', text: 'Black River' },
    { value: 'MU-FL', country_code: 'MU', text: 'Flacq' },
    { value: 'MU-GP', country_code: 'MU', text: 'Grand Port' },
    { value: 'MU-MO', country_code: 'MU', text: 'Moka' },
    { value: 'MU-PA', country_code: 'MU', text: 'Pamplemousses' },
    { value: 'MU-PW', country_code: 'MU', text: 'Plaines Wilhems' },
    { value: 'MU-PU', country_code: 'MU', text: 'Port Louis' },
    { value: 'MU-RR', country_code: 'MU', text: 'Riviere du Rempart' },
    { value: 'MU-SA', country_code: 'MU', text: 'Savanne' },
    { value: 'MV-02', country_code: 'MV', text: 'Alifu Alifu' },
    { value: 'MV-20', country_code: 'MV', text: 'Baa' },
    { value: 'MV-17', country_code: 'MV', text: 'Dhaalu' },
    { value: 'MV-28', country_code: 'MV', text: 'Gaafu Dhaalu' },
    { value: 'MV-07', country_code: 'MV', text: 'Haa Alifu' },
    { value: 'MV-23', country_code: 'MV', text: 'Haa Dhaalu' },
    { value: 'MV-26', country_code: 'MV', text: 'Kaafu' },
    { value: 'MV-05', country_code: 'MV', text: 'Laamu' },
    { value: 'MV-MLE', country_code: 'MV', text: 'Maale' },
    { value: 'MV-12', country_code: 'MV', text: 'Meemu' },
    { value: 'MV-25', country_code: 'MV', text: 'Noonu' },
    { value: 'MV-13', country_code: 'MV', text: 'Raa' },
    { value: 'MV-01', country_code: 'MV', text: 'Seenu' },
    { value: 'MV-24', country_code: 'MV', text: 'Shaviyani' },
    { value: 'MV-08', country_code: 'MV', text: 'Thaa' },
    { value: 'MW-BA', country_code: 'MW', text: 'Balaka' },
    { value: 'MW-BL', country_code: 'MW', text: 'Blantyre' },
    { value: 'MW-CK', country_code: 'MW', text: 'Chikwawa' },
    { value: 'MW-CR', country_code: 'MW', text: 'Chiradzulu' },
    { value: 'MW-CT', country_code: 'MW', text: 'Chitipa' },
    { value: 'MW-DE', country_code: 'MW', text: 'Dedza' },
    { value: 'MW-DO', country_code: 'MW', text: 'Dowa' },
    { value: 'MW-KR', country_code: 'MW', text: 'Karonga' },
    { value: 'MW-KS', country_code: 'MW', text: 'Kasungu' },
    { value: 'MW-LK', country_code: 'MW', text: 'Likoma' },
    { value: 'MW-LI', country_code: 'MW', text: 'Lilongwe' },
    { value: 'MW-MH', country_code: 'MW', text: 'Machinga' },
    { value: 'MW-MG', country_code: 'MW', text: 'Mangochi' },
    { value: 'MW-MC', country_code: 'MW', text: 'Mchinji' },
    { value: 'MW-MU', country_code: 'MW', text: 'Mulanje' },
    { value: 'MW-MW', country_code: 'MW', text: 'Mwanza' },
    { value: 'MW-MZ', country_code: 'MW', text: 'Mzimba' },
    { value: 'MW-NE', country_code: 'MW', text: 'Neno' },
    { value: 'MW-NB', country_code: 'MW', text: 'Nkhata Bay' },
    { value: 'MW-NK', country_code: 'MW', text: 'Nkhotakota' },
    { value: 'MW-NS', country_code: 'MW', text: 'Nsanje' },
    { value: 'MW-NU', country_code: 'MW', text: 'Ntcheu' },
    { value: 'MW-NI', country_code: 'MW', text: 'Ntchisi' },
    { value: 'MW-PH', country_code: 'MW', text: 'Phalombe' },
    { value: 'MW-RU', country_code: 'MW', text: 'Rumphi' },
    { value: 'MW-SA', country_code: 'MW', text: 'Salima' },
    { value: 'MW-TH', country_code: 'MW', text: 'Thyolo' },
    { value: 'MW-ZO', country_code: 'MW', text: 'Zomba' },
    { value: 'MX-AGU', country_code: 'MX', text: 'Aguascalientes' },
    { value: 'MX-BCN', country_code: 'MX', text: 'Baja California' },
    { value: 'MX-BCS', country_code: 'MX', text: 'Baja California Sur' },
    { value: 'MX-CAM', country_code: 'MX', text: 'Campeche' },
    { value: 'MX-CHP', country_code: 'MX', text: 'Chiapas' },
    { value: 'MX-CHH', country_code: 'MX', text: 'Chihuahua' },
    { value: 'MX-CMX', country_code: 'MX', text: 'Ciudad de Mexico' },
    { value: 'MX-COA', country_code: 'MX', text: 'Coahuila de Zaragoza' },
    { value: 'MX-COL', country_code: 'MX', text: 'Colima' },
    { value: 'MX-DUR', country_code: 'MX', text: 'Durango' },
    { value: 'MX-GUA', country_code: 'MX', text: 'Guanajuato' },
    { value: 'MX-GRO', country_code: 'MX', text: 'Guerrero' },
    { value: 'MX-HID', country_code: 'MX', text: 'Hidalgo' },
    { value: 'MX-JAL', country_code: 'MX', text: 'Jalisco' },
    { value: 'MX-MEX', country_code: 'MX', text: 'Mexico' },
    { value: 'MX-MIC', country_code: 'MX', text: 'Michoacan de Ocampo' },
    { value: 'MX-MOR', country_code: 'MX', text: 'Morelos' },
    { value: 'MX-NAY', country_code: 'MX', text: 'Nayarit' },
    { value: 'MX-NLE', country_code: 'MX', text: 'Nuevo Leon' },
    { value: 'MX-OAX', country_code: 'MX', text: 'Oaxaca' },
    { value: 'MX-PUE', country_code: 'MX', text: 'Puebla' },
    { value: 'MX-QUE', country_code: 'MX', text: 'Queretaro' },
    { value: 'MX-ROO', country_code: 'MX', text: 'Quintana Roo' },
    { value: 'MX-SLP', country_code: 'MX', text: 'San Luis Potosi' },
    { value: 'MX-SIN', country_code: 'MX', text: 'Sinaloa' },
    { value: 'MX-SON', country_code: 'MX', text: 'Sonora' },
    { value: 'MX-TAB', country_code: 'MX', text: 'Tabasco' },
    { value: 'MX-TAM', country_code: 'MX', text: 'Tamaulipas' },
    { value: 'MX-TLA', country_code: 'MX', text: 'Tlaxcala' },
    {
      value: 'MX-VER',
      country_code: 'MX',
      text: 'Veracruz de Ignacio de la Llave'
    },
    { value: 'MX-YUC', country_code: 'MX', text: 'Yucatan' },
    { value: 'MX-ZAC', country_code: 'MX', text: 'Zacatecas' },
    { value: 'MY-01', country_code: 'MY', text: 'Johor' },
    { value: 'MY-02', country_code: 'MY', text: 'Kedah' },
    { value: 'MY-03', country_code: 'MY', text: 'Kelantan' },
    { value: 'MY-04', country_code: 'MY', text: 'Melaka' },
    { value: 'MY-05', country_code: 'MY', text: 'Negeri Sembilan' },
    { value: 'MY-06', country_code: 'MY', text: 'Pahang' },
    { value: 'MY-08', country_code: 'MY', text: 'Perak' },
    { value: 'MY-09', country_code: 'MY', text: 'Perlis' },
    { value: 'MY-07', country_code: 'MY', text: 'Pulau Pinang' },
    { value: 'MY-12', country_code: 'MY', text: 'Sabah' },
    { value: 'MY-13', country_code: 'MY', text: 'Sarawak' },
    { value: 'MY-10', country_code: 'MY', text: 'Selangor' },
    { value: 'MY-11', country_code: 'MY', text: 'Terengganu' },
    {
      value: 'MY-14',
      country_code: 'MY',
      text: 'Wilayah Persekutuan Kuala Lumpur'
    },
    { value: 'MY-15', country_code: 'MY', text: 'Wilayah Persekutuan Labuan' },
    {
      value: 'MY-16',
      country_code: 'MY',
      text: 'Wilayah Persekutuan Putrajaya'
    },
    { value: 'MZ-P', country_code: 'MZ', text: 'Cabo Delgado' },
    { value: 'MZ-G', country_code: 'MZ', text: 'Gaza' },
    { value: 'MZ-I', country_code: 'MZ', text: 'Inhambane' },
    { value: 'MZ-B', country_code: 'MZ', text: 'Manica' },
    { value: 'MZ-MPM', country_code: 'MZ', text: 'Maputo' },
    { value: 'MZ-N', country_code: 'MZ', text: 'Nampula' },
    { value: 'MZ-A', country_code: 'MZ', text: 'Niassa' },
    { value: 'MZ-S', country_code: 'MZ', text: 'Sofala' },
    { value: 'MZ-T', country_code: 'MZ', text: 'Tete' },
    { value: 'MZ-Q', country_code: 'MZ', text: 'Zambezia' },
    { value: 'NA-ER', country_code: 'NA', text: 'Erongo' },
    { value: 'NA-HA', country_code: 'NA', text: 'Hardap' },
    { value: 'NA-KA', country_code: 'NA', text: 'Karas' },
    { value: 'NA-KE', country_code: 'NA', text: 'Kavango East' },
    { value: 'NA-KH', country_code: 'NA', text: 'Khomas' },
    { value: 'NA-KU', country_code: 'NA', text: 'Kunene' },
    { value: 'NA-OW', country_code: 'NA', text: 'Ohangwena' },
    { value: 'NA-OH', country_code: 'NA', text: 'Omaheke' },
    { value: 'NA-OS', country_code: 'NA', text: 'Omusati' },
    { value: 'NA-ON', country_code: 'NA', text: 'Oshana' },
    { value: 'NA-OT', country_code: 'NA', text: 'Oshikoto' },
    { value: 'NA-OD', country_code: 'NA', text: 'Otjozondjupa' },
    { value: 'NA-CA', country_code: 'NA', text: 'Zambezi' },
    { value: 'NE-1', country_code: 'NE', text: 'Agadez' },
    { value: 'NE-2', country_code: 'NE', text: 'Diffa' },
    { value: 'NE-3', country_code: 'NE', text: 'Dosso' },
    { value: 'NE-4', country_code: 'NE', text: 'Maradi' },
    { value: 'NE-8', country_code: 'NE', text: 'Niamey' },
    { value: 'NE-5', country_code: 'NE', text: 'Tahoua' },
    { value: 'NE-6', country_code: 'NE', text: 'Tillaberi' },
    { value: 'NE-7', country_code: 'NE', text: 'Zinder' },
    { value: 'NG-AB', country_code: 'NG', text: 'Abia' },
    {
      value: 'NG-FC',
      country_code: 'NG',
      text: 'Abuja Federal Capital Territory'
    },
    { value: 'NG-AD', country_code: 'NG', text: 'Adamawa' },
    { value: 'NG-AK', country_code: 'NG', text: 'Akwa Ibom' },
    { value: 'NG-AN', country_code: 'NG', text: 'Anambra' },
    { value: 'NG-BA', country_code: 'NG', text: 'Bauchi' },
    { value: 'NG-BY', country_code: 'NG', text: 'Bayelsa' },
    { value: 'NG-BE', country_code: 'NG', text: 'Benue' },
    { value: 'NG-BO', country_code: 'NG', text: 'Borno' },
    { value: 'NG-CR', country_code: 'NG', text: 'Cross River' },
    { value: 'NG-DE', country_code: 'NG', text: 'Delta' },
    { value: 'NG-EB', country_code: 'NG', text: 'Ebonyi' },
    { value: 'NG-ED', country_code: 'NG', text: 'Edo' },
    { value: 'NG-EK', country_code: 'NG', text: 'Ekiti' },
    { value: 'NG-EN', country_code: 'NG', text: 'Enugu' },
    { value: 'NG-GO', country_code: 'NG', text: 'Gombe' },
    { value: 'NG-IM', country_code: 'NG', text: 'Imo' },
    { value: 'NG-JI', country_code: 'NG', text: 'Jigawa' },
    { value: 'NG-KD', country_code: 'NG', text: 'Kaduna' },
    { value: 'NG-KN', country_code: 'NG', text: 'Kano' },
    { value: 'NG-KT', country_code: 'NG', text: 'Katsina' },
    { value: 'NG-KE', country_code: 'NG', text: 'Kebbi' },
    { value: 'NG-KO', country_code: 'NG', text: 'Kogi' },
    { value: 'NG-KW', country_code: 'NG', text: 'Kwara' },
    { value: 'NG-LA', country_code: 'NG', text: 'Lagos' },
    { value: 'NG-NA', country_code: 'NG', text: 'Nasarawa' },
    { value: 'NG-NI', country_code: 'NG', text: 'Niger' },
    { value: 'NG-OG', country_code: 'NG', text: 'Ogun' },
    { value: 'NG-ON', country_code: 'NG', text: 'Ondo' },
    { value: 'NG-OS', country_code: 'NG', text: 'Osun' },
    { value: 'NG-OY', country_code: 'NG', text: 'Oyo' },
    { value: 'NG-PL', country_code: 'NG', text: 'Plateau' },
    { value: 'NG-RI', country_code: 'NG', text: 'Rivers' },
    { value: 'NG-SO', country_code: 'NG', text: 'Sokoto' },
    { value: 'NG-TA', country_code: 'NG', text: 'Taraba' },
    { value: 'NG-YO', country_code: 'NG', text: 'Yobe' },
    { value: 'NG-ZA', country_code: 'NG', text: 'Zamfara' },
    { value: 'NI-AN', country_code: 'NI', text: 'Atlantico Norte' },
    { value: 'NI-AS', country_code: 'NI', text: 'Atlantico Sur' },
    { value: 'NI-BO', country_code: 'NI', text: 'Boaco' },
    { value: 'NI-CA', country_code: 'NI', text: 'Carazo' },
    { value: 'NI-CI', country_code: 'NI', text: 'Chinandega' },
    { value: 'NI-CO', country_code: 'NI', text: 'Chontales' },
    { value: 'NI-ES', country_code: 'NI', text: 'Esteli' },
    { value: 'NI-GR', country_code: 'NI', text: 'Granada' },
    { value: 'NI-JI', country_code: 'NI', text: 'Jinotega' },
    { value: 'NI-LE', country_code: 'NI', text: 'Leon' },
    { value: 'NI-MD', country_code: 'NI', text: 'Madriz' },
    { value: 'NI-MN', country_code: 'NI', text: 'Managua' },
    { value: 'NI-MS', country_code: 'NI', text: 'Masaya' },
    { value: 'NI-MT', country_code: 'NI', text: 'Matagalpa' },
    { value: 'NI-NS', country_code: 'NI', text: 'Nueva Segovia' },
    { value: 'NI-SJ', country_code: 'NI', text: 'Rio San Juan' },
    { value: 'NI-RI', country_code: 'NI', text: 'Rivas' },
    { value: 'NL-DR', country_code: 'NL', text: 'Drenthe' },
    { value: 'NL-FL', country_code: 'NL', text: 'Flevoland' },
    { value: 'NL-FR', country_code: 'NL', text: 'Fryslan' },
    { value: 'NL-GE', country_code: 'NL', text: 'Gelderland' },
    { value: 'NL-GR', country_code: 'NL', text: 'Groningen' },
    { value: 'NL-LI', country_code: 'NL', text: 'Limburg' },
    { value: 'NL-NB', country_code: 'NL', text: 'Noord-Brabant' },
    { value: 'NL-NH', country_code: 'NL', text: 'Noord-Holland' },
    { value: 'NL-OV', country_code: 'NL', text: 'Overijssel' },
    { value: 'NL-UT', country_code: 'NL', text: 'Utrecht' },
    { value: 'NL-ZE', country_code: 'NL', text: 'Zeeland' },
    { value: 'NL-ZH', country_code: 'NL', text: 'Zuid-Holland' },
    { value: 'NO-02', country_code: 'NO', text: 'Akershus' },
    { value: 'NO-09', country_code: 'NO', text: 'Aust-Agder' },
    { value: 'NO-06', country_code: 'NO', text: 'Buskerud' },
    { value: 'NO-20', country_code: 'NO', text: 'Finnmark' },
    { value: 'NO-04', country_code: 'NO', text: 'Hedmark' },
    { value: 'NO-12', country_code: 'NO', text: 'Hordaland' },
    { value: 'NO-15', country_code: 'NO', text: 'More og Romsdal' },
    { value: 'NO-17', country_code: 'NO', text: 'Nord-Trondelag' },
    { value: 'NO-18', country_code: 'NO', text: 'Nordland' },
    { value: 'NO-05', country_code: 'NO', text: 'Oppland' },
    { value: 'NO-03', country_code: 'NO', text: 'Oslo' },
    { value: 'NO-01', country_code: 'NO', text: 'Ostfold' },
    { value: 'NO-11', country_code: 'NO', text: 'Rogaland' },
    { value: 'NO-14', country_code: 'NO', text: 'Sogn og Fjordane' },
    { value: 'NO-16', country_code: 'NO', text: 'Sor-Trondelag' },
    { value: 'NO-08', country_code: 'NO', text: 'Telemark' },
    { value: 'NO-19', country_code: 'NO', text: 'Troms' },
    { value: 'NO-10', country_code: 'NO', text: 'Vest-Agder' },
    { value: 'NO-07', country_code: 'NO', text: 'Vestfold' },
    { value: 'NP-BA', country_code: 'NP', text: 'Bagmati' },
    { value: 'NP-BH', country_code: 'NP', text: 'Bheri' },
    { value: 'NP-DH', country_code: 'NP', text: 'Dhawalagiri' },
    { value: 'NP-GA', country_code: 'NP', text: 'Gandaki' },
    { value: 'NP-JA', country_code: 'NP', text: 'Janakpur' },
    { value: 'NP-KA', country_code: 'NP', text: 'Karnali' },
    { value: 'NP-KO', country_code: 'NP', text: 'Kosi' },
    { value: 'NP-LU', country_code: 'NP', text: 'Lumbini' },
    { value: 'NP-MA', country_code: 'NP', text: 'Mahakali' },
    { value: 'NP-ME', country_code: 'NP', text: 'Mechi' },
    { value: 'NP-NA', country_code: 'NP', text: 'Narayani' },
    { value: 'NP-RA', country_code: 'NP', text: 'Rapti' },
    { value: 'NP-SA', country_code: 'NP', text: 'Sagarmatha' },
    { value: 'NP-SE', country_code: 'NP', text: 'Seti' },
    { value: 'NR-14', country_code: 'NR', text: 'Yaren' },
    { value: 'NZ-AUK', country_code: 'NZ', text: 'Auckland' },
    { value: 'NZ-BOP', country_code: 'NZ', text: 'Bay of Plenty' },
    { value: 'NZ-CAN', country_code: 'NZ', text: 'Canterbury' },
    { value: 'NZ-CIT', country_code: 'NZ', text: 'Chatham Islands Territory' },
    { value: 'NZ-GIS', country_code: 'NZ', text: 'Gisborne' },
    { value: 'NZ-HKB', country_code: 'NZ', text: "Hawke's Bay" },
    { value: 'NZ-MWT', country_code: 'NZ', text: 'Manawatu-Wanganui' },
    { value: 'NZ-MBH', country_code: 'NZ', text: 'Marlborough' },
    { value: 'NZ-NSN', country_code: 'NZ', text: 'Nelson' },
    { value: 'NZ-NTL', country_code: 'NZ', text: 'Northland' },
    { value: 'NZ-OTA', country_code: 'NZ', text: 'Otago' },
    { value: 'NZ-STL', country_code: 'NZ', text: 'Southland' },
    { value: 'NZ-TKI', country_code: 'NZ', text: 'Taranaki' },
    { value: 'NZ-TAS', country_code: 'NZ', text: 'Tasman' },
    { value: 'NZ-WKO', country_code: 'NZ', text: 'Waikato' },
    { value: 'NZ-WGN', country_code: 'NZ', text: 'Wellington' },
    { value: 'NZ-WTC', country_code: 'NZ', text: 'West Coast' },
    { value: 'OM-DA', country_code: 'OM', text: 'Ad Dakhiliyah' },
    { value: 'OM-BU', country_code: 'OM', text: 'Al Buraymi' },
    { value: 'OM-WU', country_code: 'OM', text: 'Al Wusta' },
    { value: 'OM-ZA', country_code: 'OM', text: 'Az Zahirah' },
    { value: 'OM-BJ', country_code: 'OM', text: 'Janub al Batinah' },
    { value: 'OM-SJ', country_code: 'OM', text: 'Janub ash Sharqiyah' },
    { value: 'OM-MA', country_code: 'OM', text: 'Masqat' },
    { value: 'OM-MU', country_code: 'OM', text: 'Musandam' },
    { value: 'OM-BS', country_code: 'OM', text: 'Shamal al Batinah' },
    { value: 'OM-SS', country_code: 'OM', text: 'Shamal ash Sharqiyah' },
    { value: 'OM-ZU', country_code: 'OM', text: 'Zufar' },
    { value: 'PA-1', country_code: 'PA', text: 'Bocas del Toro' },
    { value: 'PA-4', country_code: 'PA', text: 'Chiriqui' },
    { value: 'PA-2', country_code: 'PA', text: 'Cocle' },
    { value: 'PA-3', country_code: 'PA', text: 'Colon' },
    { value: 'PA-5', country_code: 'PA', text: 'Darien' },
    { value: 'PA-6', country_code: 'PA', text: 'Herrera' },
    { value: 'PA-7', country_code: 'PA', text: 'Los Santos' },
    { value: 'PA-8', country_code: 'PA', text: 'Panama' },
    { value: 'PA-9', country_code: 'PA', text: 'Veraguas' },
    { value: 'PE-AMA', country_code: 'PE', text: 'Amazonas' },
    { value: 'PE-ANC', country_code: 'PE', text: 'Ancash' },
    { value: 'PE-APU', country_code: 'PE', text: 'Apurimac' },
    { value: 'PE-ARE', country_code: 'PE', text: 'Arequipa' },
    { value: 'PE-AYA', country_code: 'PE', text: 'Ayacucho' },
    { value: 'PE-CAJ', country_code: 'PE', text: 'Cajamarca' },
    { value: 'PE-CUS', country_code: 'PE', text: 'Cusco' },
    { value: 'PE-CAL', country_code: 'PE', text: 'El Callao' },
    { value: 'PE-HUV', country_code: 'PE', text: 'Huancavelica' },
    { value: 'PE-HUC', country_code: 'PE', text: 'Huanuco' },
    { value: 'PE-ICA', country_code: 'PE', text: 'Ica' },
    { value: 'PE-JUN', country_code: 'PE', text: 'Junin' },
    { value: 'PE-LAL', country_code: 'PE', text: 'La Libertad' },
    { value: 'PE-LAM', country_code: 'PE', text: 'Lambayeque' },
    { value: 'PE-LIM', country_code: 'PE', text: 'Lima' },
    { value: 'PE-LOR', country_code: 'PE', text: 'Loreto' },
    { value: 'PE-MDD', country_code: 'PE', text: 'Madre de Dios' },
    { value: 'PE-MOQ', country_code: 'PE', text: 'Moquegua' },
    { value: 'PE-PAS', country_code: 'PE', text: 'Pasco' },
    { value: 'PE-PIU', country_code: 'PE', text: 'Piura' },
    { value: 'PE-PUN', country_code: 'PE', text: 'Puno' },
    { value: 'PE-SAM', country_code: 'PE', text: 'San Martin' },
    { value: 'PE-TAC', country_code: 'PE', text: 'Tacna' },
    { value: 'PE-TUM', country_code: 'PE', text: 'Tumbes' },
    { value: 'PE-UCA', country_code: 'PE', text: 'Ucayali' },
    { value: 'PG-NSB', country_code: 'PG', text: 'Bougainville' },
    { value: 'PG-CPK', country_code: 'PG', text: 'Chimbu' },
    { value: 'PG-EBR', country_code: 'PG', text: 'East New Britain' },
    { value: 'PG-ESW', country_code: 'PG', text: 'East Sepik' },
    { value: 'PG-EHG', country_code: 'PG', text: 'Eastern Highlands' },
    { value: 'PG-EPW', country_code: 'PG', text: 'Enga' },
    { value: 'PG-GPK', country_code: 'PG', text: 'Gulf' },
    { value: 'PG-MPM', country_code: 'PG', text: 'Madang' },
    { value: 'PG-MRL', country_code: 'PG', text: 'Manus' },
    { value: 'PG-MBA', country_code: 'PG', text: 'Milne Bay' },
    { value: 'PG-MPL', country_code: 'PG', text: 'Morobe' },
    {
      value: 'PG-NCD',
      country_code: 'PG',
      text: 'National Capital District (Port Moresby)'
    },
    { value: 'PG-NIK', country_code: 'PG', text: 'New Ireland' },
    { value: 'PG-NPP', country_code: 'PG', text: 'Northern' },
    { value: 'PG-SHM', country_code: 'PG', text: 'Southern Highlands' },
    { value: 'PG-WBK', country_code: 'PG', text: 'West New Britain' },
    { value: 'PG-SAN', country_code: 'PG', text: 'West Sepik' },
    { value: 'PG-WPD', country_code: 'PG', text: 'Western' },
    { value: 'PG-WHM', country_code: 'PG', text: 'Western Highlands' },
    { value: 'PH-ABR', country_code: 'PH', text: 'Abra' },
    { value: 'PH-AGN', country_code: 'PH', text: 'Agusan del Norte' },
    { value: 'PH-AGS', country_code: 'PH', text: 'Agusan del Sur' },
    { value: 'PH-AKL', country_code: 'PH', text: 'Aklan' },
    { value: 'PH-ALB', country_code: 'PH', text: 'Albay' },
    { value: 'PH-ANT', country_code: 'PH', text: 'Antique' },
    { value: 'PH-APA', country_code: 'PH', text: 'Apayao' },
    { value: 'PH-AUR', country_code: 'PH', text: 'Aurora' },
    { value: 'PH-BAS', country_code: 'PH', text: 'Basilan' },
    { value: 'PH-BAN', country_code: 'PH', text: 'Bataan' },
    { value: 'PH-BTN', country_code: 'PH', text: 'Batanes' },
    { value: 'PH-BTG', country_code: 'PH', text: 'Batangas' },
    { value: 'PH-BEN', country_code: 'PH', text: 'Benguet' },
    { value: 'PH-BOH', country_code: 'PH', text: 'Bohol' },
    { value: 'PH-BUK', country_code: 'PH', text: 'Bukidnon' },
    { value: 'PH-BUL', country_code: 'PH', text: 'Bulacan' },
    { value: 'PH-CAG', country_code: 'PH', text: 'Cagayan' },
    { value: 'PH-CAN', country_code: 'PH', text: 'Camarines Norte' },
    { value: 'PH-CAS', country_code: 'PH', text: 'Camarines Sur' },
    { value: 'PH-CAM', country_code: 'PH', text: 'Camiguin' },
    { value: 'PH-CAP', country_code: 'PH', text: 'Capiz' },
    { value: 'PH-CAT', country_code: 'PH', text: 'Catanduanes' },
    { value: 'PH-CAV', country_code: 'PH', text: 'Cavite' },
    { value: 'PH-CEB', country_code: 'PH', text: 'Cebu' },
    { value: 'PH-NCO', country_code: 'PH', text: 'Cotabato' },
    { value: 'PH-DAS', country_code: 'PH', text: 'Davao del Sur' },
    { value: 'PH-DAO', country_code: 'PH', text: 'Davao Oriental' },
    { value: 'PH-EAS', country_code: 'PH', text: 'Eastern Samar' },
    { value: 'PH-IFU', country_code: 'PH', text: 'Ifugao' },
    { value: 'PH-ILN', country_code: 'PH', text: 'Ilocos Norte' },
    { value: 'PH-ILS', country_code: 'PH', text: 'Ilocos Sur' },
    { value: 'PH-ILI', country_code: 'PH', text: 'Iloilo' },
    { value: 'PH-ISA', country_code: 'PH', text: 'Isabela' },
    { value: 'PH-KAL', country_code: 'PH', text: 'Kalinga' },
    { value: 'PH-LUN', country_code: 'PH', text: 'La Union' },
    { value: 'PH-LAG', country_code: 'PH', text: 'Laguna' },
    { value: 'PH-LAN', country_code: 'PH', text: 'Lanao del Norte' },
    { value: 'PH-LAS', country_code: 'PH', text: 'Lanao del Sur' },
    { value: 'PH-LEY', country_code: 'PH', text: 'Leyte' },
    { value: 'PH-MAG', country_code: 'PH', text: 'Maguindanao' },
    { value: 'PH-MAD', country_code: 'PH', text: 'Marinduque' },
    { value: 'PH-MAS', country_code: 'PH', text: 'Masbate' },
    { value: 'PH-MDC', country_code: 'PH', text: 'Mindoro Occidental' },
    { value: 'PH-MDR', country_code: 'PH', text: 'Mindoro Oriental' },
    { value: 'PH-MSC', country_code: 'PH', text: 'Misamis Occidental' },
    { value: 'PH-MSR', country_code: 'PH', text: 'Misamis Oriental' },
    { value: 'PH-MOU', country_code: 'PH', text: 'Mountain Province' },
    { value: 'PH-00', country_code: 'PH', text: 'National Capital Region' },
    { value: 'PH-NEC', country_code: 'PH', text: 'Negros Occidental' },
    { value: 'PH-NER', country_code: 'PH', text: 'Negros Oriental' },
    { value: 'PH-NSA', country_code: 'PH', text: 'Northern Samar' },
    { value: 'PH-NUE', country_code: 'PH', text: 'Nueva Ecija' },
    { value: 'PH-NUV', country_code: 'PH', text: 'Nueva Vizcaya' },
    { value: 'PH-PLW', country_code: 'PH', text: 'Palawan' },
    { value: 'PH-PAM', country_code: 'PH', text: 'Pampanga' },
    { value: 'PH-PAN', country_code: 'PH', text: 'Pangasinan' },
    { value: 'PH-QUE', country_code: 'PH', text: 'Quezon' },
    { value: 'PH-QUI', country_code: 'PH', text: 'Quirino' },
    { value: 'PH-RIZ', country_code: 'PH', text: 'Rizal' },
    { value: 'PH-ROM', country_code: 'PH', text: 'Romblon' },
    { value: 'PH-WSA', country_code: 'PH', text: 'Samar' },
    { value: 'PH-SIG', country_code: 'PH', text: 'Siquijor' },
    { value: 'PH-SOR', country_code: 'PH', text: 'Sorsogon' },
    { value: 'PH-SCO', country_code: 'PH', text: 'South Cotabato' },
    { value: 'PH-SLE', country_code: 'PH', text: 'Southern Leyte' },
    { value: 'PH-SUK', country_code: 'PH', text: 'Sultan Kudarat' },
    { value: 'PH-SLU', country_code: 'PH', text: 'Sulu' },
    { value: 'PH-SUN', country_code: 'PH', text: 'Surigao del Norte' },
    { value: 'PH-SUR', country_code: 'PH', text: 'Surigao del Sur' },
    { value: 'PH-TAR', country_code: 'PH', text: 'Tarlac' },
    { value: 'PH-TAW', country_code: 'PH', text: 'Tawi-Tawi' },
    { value: 'PH-ZMB', country_code: 'PH', text: 'Zambales' },
    { value: 'PH-ZAN', country_code: 'PH', text: 'Zamboanga del Norte' },
    { value: 'PH-ZAS', country_code: 'PH', text: 'Zamboanga del Sur' },
    { value: 'PK-JK', country_code: 'PK', text: 'Azad Kashmir' },
    { value: 'PK-BA', country_code: 'PK', text: 'Balochistan' },
    {
      value: 'PK-TA',
      country_code: 'PK',
      text: 'Federally Administered Tribal Areas'
    },
    { value: 'PK-GB', country_code: 'PK', text: 'Gilgit-Baltistan' },
    { value: 'PK-IS', country_code: 'PK', text: 'Islamabad' },
    { value: 'PK-KP', country_code: 'PK', text: 'Khyber Pakhtunkhwa' },
    { value: 'PK-PB', country_code: 'PK', text: 'Punjab' },
    { value: 'PK-SD', country_code: 'PK', text: 'Sindh' },
    { value: 'PL-DS', country_code: 'PL', text: 'Dolnoslaskie' },
    { value: 'PL-KP', country_code: 'PL', text: 'Kujawsko-pomorskie' },
    { value: 'PL-LD', country_code: 'PL', text: 'Lodzkie' },
    { value: 'PL-LU', country_code: 'PL', text: 'Lubelskie' },
    { value: 'PL-LB', country_code: 'PL', text: 'Lubuskie' },
    { value: 'PL-MA', country_code: 'PL', text: 'Malopolskie' },
    { value: 'PL-MZ', country_code: 'PL', text: 'Mazowieckie' },
    { value: 'PL-OP', country_code: 'PL', text: 'Opolskie' },
    { value: 'PL-PK', country_code: 'PL', text: 'Podkarpackie' },
    { value: 'PL-PD', country_code: 'PL', text: 'Podlaskie' },
    { value: 'PL-PM', country_code: 'PL', text: 'Pomorskie' },
    { value: 'PL-SL', country_code: 'PL', text: 'Slaskie' },
    { value: 'PL-SK', country_code: 'PL', text: 'Swietokrzyskie' },
    { value: 'PL-WN', country_code: 'PL', text: 'Warminsko-mazurskie' },
    { value: 'PL-WP', country_code: 'PL', text: 'Wielkopolskie' },
    { value: 'PL-ZP', country_code: 'PL', text: 'Zachodniopomorskie' },
    { value: 'PS-BTH', country_code: 'PS', text: 'Bethlehem' },
    { value: 'PS-GZA', country_code: 'PS', text: 'Gaza' },
    { value: 'PS-HBN', country_code: 'PS', text: 'Hebron' },
    { value: 'PS-JEN', country_code: 'PS', text: 'Jenin' },
    { value: 'PS-JRH', country_code: 'PS', text: 'Jericho and Al Aghwar' },
    { value: 'PS-JEM', country_code: 'PS', text: 'Jerusalem' },
    { value: 'PS-NBS', country_code: 'PS', text: 'Nablus' },
    { value: 'PS-QQA', country_code: 'PS', text: 'Qalqilya' },
    { value: 'PS-RBH', country_code: 'PS', text: 'Ramallah' },
    { value: 'PS-SLT', country_code: 'PS', text: 'Salfit' },
    { value: 'PS-TBS', country_code: 'PS', text: 'Tubas' },
    { value: 'PS-TKM', country_code: 'PS', text: 'Tulkarm' },
    { value: 'PT-01', country_code: 'PT', text: 'Aveiro' },
    { value: 'PT-02', country_code: 'PT', text: 'Beja' },
    { value: 'PT-03', country_code: 'PT', text: 'Braga' },
    { value: 'PT-04', country_code: 'PT', text: 'Braganca' },
    { value: 'PT-05', country_code: 'PT', text: 'Castelo Branco' },
    { value: 'PT-06', country_code: 'PT', text: 'Coimbra' },
    { value: 'PT-07', country_code: 'PT', text: 'Evora' },
    { value: 'PT-08', country_code: 'PT', text: 'Faro' },
    { value: 'PT-09', country_code: 'PT', text: 'Guarda' },
    { value: 'PT-10', country_code: 'PT', text: 'Leiria' },
    { value: 'PT-11', country_code: 'PT', text: 'Lisboa' },
    { value: 'PT-12', country_code: 'PT', text: 'Portalegre' },
    { value: 'PT-13', country_code: 'PT', text: 'Porto' },
    { value: 'PT-30', country_code: 'PT', text: 'Regiao Autonoma da Madeira' },
    { value: 'PT-20', country_code: 'PT', text: 'Regiao Autonoma dos Acores' },
    { value: 'PT-14', country_code: 'PT', text: 'Santarem' },
    { value: 'PT-15', country_code: 'PT', text: 'Setubal' },
    { value: 'PT-16', country_code: 'PT', text: 'Viana do Castelo' },
    { value: 'PT-17', country_code: 'PT', text: 'Vila Real' },
    { value: 'PT-18', country_code: 'PT', text: 'Viseu' },
    { value: 'PW-002', country_code: 'PW', text: 'Aimeliik' },
    { value: 'PW-004', country_code: 'PW', text: 'Airai' },
    { value: 'PW-010', country_code: 'PW', text: 'Angaur' },
    { value: 'PW-100', country_code: 'PW', text: 'Kayangel' },
    { value: 'PW-150', country_code: 'PW', text: 'Koror' },
    { value: 'PW-212', country_code: 'PW', text: 'Melekeok' },
    { value: 'PW-214', country_code: 'PW', text: 'Ngaraard' },
    { value: 'PW-218', country_code: 'PW', text: 'Ngarchelong' },
    { value: 'PW-222', country_code: 'PW', text: 'Ngardmau' },
    { value: 'PW-224', country_code: 'PW', text: 'Ngatpang' },
    { value: 'PW-228', country_code: 'PW', text: 'Ngiwal' },
    { value: 'PW-350', country_code: 'PW', text: 'Peleliu' },
    { value: 'PY-16', country_code: 'PY', text: 'Alto Paraguay' },
    { value: 'PY-10', country_code: 'PY', text: 'Alto Parana' },
    { value: 'PY-13', country_code: 'PY', text: 'Amambay' },
    { value: 'PY-ASU', country_code: 'PY', text: 'Asuncion' },
    { value: 'PY-19', country_code: 'PY', text: 'Boqueron' },
    { value: 'PY-5', country_code: 'PY', text: 'Caaguazu' },
    { value: 'PY-6', country_code: 'PY', text: 'Caazapa' },
    { value: 'PY-14', country_code: 'PY', text: 'Canindeyu' },
    { value: 'PY-11', country_code: 'PY', text: 'Central' },
    { value: 'PY-1', country_code: 'PY', text: 'Concepcion' },
    { value: 'PY-3', country_code: 'PY', text: 'Cordillera' },
    { value: 'PY-4', country_code: 'PY', text: 'Guaira' },
    { value: 'PY-7', country_code: 'PY', text: 'Itapua' },
    { value: 'PY-8', country_code: 'PY', text: 'Misiones' },
    { value: 'PY-12', country_code: 'PY', text: 'Neembucu' },
    { value: 'PY-9', country_code: 'PY', text: 'Paraguari' },
    { value: 'PY-15', country_code: 'PY', text: 'Presidente Hayes' },
    { value: 'PY-2', country_code: 'PY', text: 'San Pedro' },
    { value: 'QA-DA', country_code: 'QA', text: 'Ad Dawhah' },
    { value: 'QA-KH', country_code: 'QA', text: 'Al Khawr wa adh Dhakhirah' },
    { value: 'QA-WA', country_code: 'QA', text: 'Al Wakrah' },
    { value: 'QA-RA', country_code: 'QA', text: 'Ar Rayyan' },
    { value: 'QA-MS', country_code: 'QA', text: 'Ash Shamal' },
    { value: 'QA-ZA', country_code: 'QA', text: "Az Za'ayin" },
    { value: 'QA-US', country_code: 'QA', text: 'Umm Salal' },
    { value: 'RO-AB', country_code: 'RO', text: 'Alba' },
    { value: 'RO-AR', country_code: 'RO', text: 'Arad' },
    { value: 'RO-AG', country_code: 'RO', text: 'Arges' },
    { value: 'RO-BC', country_code: 'RO', text: 'Bacau' },
    { value: 'RO-BH', country_code: 'RO', text: 'Bihor' },
    { value: 'RO-BN', country_code: 'RO', text: 'Bistrita-Nasaud' },
    { value: 'RO-BT', country_code: 'RO', text: 'Botosani' },
    { value: 'RO-BR', country_code: 'RO', text: 'Braila' },
    { value: 'RO-BV', country_code: 'RO', text: 'Brasov' },
    { value: 'RO-B', country_code: 'RO', text: 'Bucuresti' },
    { value: 'RO-BZ', country_code: 'RO', text: 'Buzau' },
    { value: 'RO-CL', country_code: 'RO', text: 'Calarasi' },
    { value: 'RO-CS', country_code: 'RO', text: 'Caras-Severin' },
    { value: 'RO-CJ', country_code: 'RO', text: 'Cluj' },
    { value: 'RO-CT', country_code: 'RO', text: 'Constanta' },
    { value: 'RO-CV', country_code: 'RO', text: 'Covasna' },
    { value: 'RO-DB', country_code: 'RO', text: 'Dambovita' },
    { value: 'RO-DJ', country_code: 'RO', text: 'Dolj' },
    { value: 'RO-GL', country_code: 'RO', text: 'Galati' },
    { value: 'RO-GR', country_code: 'RO', text: 'Giurgiu' },
    { value: 'RO-GJ', country_code: 'RO', text: 'Gorj' },
    { value: 'RO-HR', country_code: 'RO', text: 'Harghita' },
    { value: 'RO-HD', country_code: 'RO', text: 'Hunedoara' },
    { value: 'RO-IL', country_code: 'RO', text: 'Ialomita' },
    { value: 'RO-IS', country_code: 'RO', text: 'Iasi' },
    { value: 'RO-IF', country_code: 'RO', text: 'Ilfov' },
    { value: 'RO-MM', country_code: 'RO', text: 'Maramures' },
    { value: 'RO-MH', country_code: 'RO', text: 'Mehedinti' },
    { value: 'RO-MS', country_code: 'RO', text: 'Mures' },
    { value: 'RO-NT', country_code: 'RO', text: 'Neamt' },
    { value: 'RO-OT', country_code: 'RO', text: 'Olt' },
    { value: 'RO-PH', country_code: 'RO', text: 'Prahova' },
    { value: 'RO-SJ', country_code: 'RO', text: 'Salaj' },
    { value: 'RO-SM', country_code: 'RO', text: 'Satu Mare' },
    { value: 'RO-SB', country_code: 'RO', text: 'Sibiu' },
    { value: 'RO-SV', country_code: 'RO', text: 'Suceava' },
    { value: 'RO-TR', country_code: 'RO', text: 'Teleorman' },
    { value: 'RO-TM', country_code: 'RO', text: 'Timis' },
    { value: 'RO-TL', country_code: 'RO', text: 'Tulcea' },
    { value: 'RO-VL', country_code: 'RO', text: 'Valcea' },
    { value: 'RO-VS', country_code: 'RO', text: 'Vaslui' },
    { value: 'RO-VN', country_code: 'RO', text: 'Vrancea' },
    { value: 'RS-00', country_code: 'RS', text: 'Beograd' },
    { value: 'RS-14', country_code: 'RS', text: 'Borski okrug' },
    { value: 'RS-11', country_code: 'RS', text: 'Branicevski okrug' },
    { value: 'RS-23', country_code: 'RS', text: 'Jablanicki okrug' },
    { value: 'RS-06', country_code: 'RS', text: 'Juznobacki okrug' },
    { value: 'RS-04', country_code: 'RS', text: 'Juznobanatski okrug' },
    { value: 'RS-09', country_code: 'RS', text: 'Kolubarski okrug' },
    { value: 'RS-28', country_code: 'RS', text: 'Kosovsko-Mitrovacki okrug' },
    { value: 'RS-08', country_code: 'RS', text: 'Macvanski okrug' },
    { value: 'RS-17', country_code: 'RS', text: 'Moravicki okrug' },
    { value: 'RS-20', country_code: 'RS', text: 'Nisavski okrug' },
    { value: 'RS-24', country_code: 'RS', text: 'Pcinjski okrug' },
    { value: 'RS-26', country_code: 'RS', text: 'Pecki okrug' },
    { value: 'RS-22', country_code: 'RS', text: 'Pirotski okrug' },
    { value: 'RS-10', country_code: 'RS', text: 'Podunavski okrug' },
    { value: 'RS-27', country_code: 'RS', text: 'Prizrenski okrug' },
    { value: 'RS-19', country_code: 'RS', text: 'Rasinski okrug' },
    { value: 'RS-18', country_code: 'RS', text: 'Raski okrug' },
    { value: 'RS-01', country_code: 'RS', text: 'Severnobacki okrug' },
    { value: 'RS-03', country_code: 'RS', text: 'Severnobanatski okrug' },
    { value: 'RS-02', country_code: 'RS', text: 'Srednjebanatski okrug' },
    { value: 'RS-07', country_code: 'RS', text: 'Sremski okrug' },
    { value: 'RS-12', country_code: 'RS', text: 'Sumadijski okrug' },
    { value: 'RS-21', country_code: 'RS', text: 'Toplicki okrug' },
    { value: 'RS-15', country_code: 'RS', text: 'Zajecarski okrug' },
    { value: 'RS-05', country_code: 'RS', text: 'Zapadnobacki okrug' },
    { value: 'RS-16', country_code: 'RS', text: 'Zlatiborski okrug' },
    { value: 'RU-AD', country_code: 'RU', text: 'Adygeya, Respublika' },
    { value: 'RU-AL', country_code: 'RU', text: 'Altay, Respublika' },
    { value: 'RU-ALT', country_code: 'RU', text: 'Altayskiy kray' },
    { value: 'RU-AMU', country_code: 'RU', text: "Amurskaya oblast'" },
    { value: 'RU-ARK', country_code: 'RU', text: "Arkhangel'skaya oblast'" },
    { value: 'RU-AST', country_code: 'RU', text: "Astrakhanskaya oblast'" },
    { value: 'RU-BA', country_code: 'RU', text: 'Bashkortostan, Respublika' },
    { value: 'RU-BEL', country_code: 'RU', text: "Belgorodskaya oblast'" },
    { value: 'RU-BRY', country_code: 'RU', text: "Bryanskaya oblast'" },
    { value: 'RU-BU', country_code: 'RU', text: 'Buryatiya, Respublika' },
    { value: 'RU-CE', country_code: 'RU', text: 'Chechenskaya Respublika' },
    { value: 'RU-CHE', country_code: 'RU', text: "Chelyabinskaya oblast'" },
    {
      value: 'RU-CHU',
      country_code: 'RU',
      text: 'Chukotskiy avtonomnyy okrug'
    },
    { value: 'RU-CU', country_code: 'RU', text: 'Chuvashskaya Respublika' },
    { value: 'RU-DA', country_code: 'RU', text: 'Dagestan, Respublika' },
    { value: 'RU-IN', country_code: 'RU', text: 'Ingushetiya, Respublika' },
    { value: 'RU-IRK', country_code: 'RU', text: "Irkutskaya oblast'" },
    { value: 'RU-IVA', country_code: 'RU', text: "Ivanovskaya oblast'" },
    {
      value: 'RU-KB',
      country_code: 'RU',
      text: 'Kabardino-Balkarskaya Respublika'
    },
    { value: 'RU-KGD', country_code: 'RU', text: "Kaliningradskaya oblast'" },
    { value: 'RU-KL', country_code: 'RU', text: 'Kalmykiya, Respublika' },
    { value: 'RU-KLU', country_code: 'RU', text: "Kaluzhskaya oblast'" },
    { value: 'RU-KAM', country_code: 'RU', text: 'Kamchatskiy kray' },
    {
      value: 'RU-KC',
      country_code: 'RU',
      text: 'Karachayevo-Cherkesskaya Respublika'
    },
    { value: 'RU-KR', country_code: 'RU', text: 'Kareliya, Respublika' },
    { value: 'RU-KEM', country_code: 'RU', text: "Kemerovskaya oblast'" },
    { value: 'RU-KHA', country_code: 'RU', text: 'Khabarovskiy kray' },
    { value: 'RU-KK', country_code: 'RU', text: 'Khakasiya, Respublika' },
    {
      value: 'RU-KHM',
      country_code: 'RU',
      text: 'Khanty-Mansiyskiy avtonomnyy okrug'
    },
    { value: 'RU-KIR', country_code: 'RU', text: "Kirovskaya oblast'" },
    { value: 'RU-KO', country_code: 'RU', text: 'Komi, Respublika' },
    { value: 'RU-KOS', country_code: 'RU', text: "Kostromskaya oblast'" },
    { value: 'RU-KDA', country_code: 'RU', text: 'Krasnodarskiy kray' },
    { value: 'RU-KYA', country_code: 'RU', text: 'Krasnoyarskiy kray' },
    { value: 'RU-KGN', country_code: 'RU', text: "Kurganskaya oblast'" },
    { value: 'RU-KRS', country_code: 'RU', text: "Kurskaya oblast'" },
    { value: 'RU-LEN', country_code: 'RU', text: "Leningradskaya oblast'" },
    { value: 'RU-LIP', country_code: 'RU', text: "Lipetskaya oblast'" },
    { value: 'RU-MAG', country_code: 'RU', text: "Magadanskaya oblast'" },
    { value: 'RU-ME', country_code: 'RU', text: 'Mariy El, Respublika' },
    { value: 'RU-MO', country_code: 'RU', text: 'Mordoviya, Respublika' },
    { value: 'RU-MOS', country_code: 'RU', text: "Moskovskaya oblast'" },
    { value: 'RU-MOW', country_code: 'RU', text: 'Moskva' },
    { value: 'RU-MUR', country_code: 'RU', text: "Murmanskaya oblast'" },
    { value: 'RU-NEN', country_code: 'RU', text: 'Nenetskiy avtonomnyy okrug' },
    { value: 'RU-NIZ', country_code: 'RU', text: "Nizhegorodskaya oblast'" },
    { value: 'RU-NGR', country_code: 'RU', text: "Novgorodskaya oblast'" },
    { value: 'RU-NVS', country_code: 'RU', text: "Novosibirskaya oblast'" },
    { value: 'RU-OMS', country_code: 'RU', text: "Omskaya oblast'" },
    { value: 'RU-ORE', country_code: 'RU', text: "Orenburgskaya oblast'" },
    { value: 'RU-ORL', country_code: 'RU', text: "Orlovskaya oblast'" },
    { value: 'RU-PNZ', country_code: 'RU', text: "Penzenskaya oblast'" },
    { value: 'RU-PER', country_code: 'RU', text: 'Permskiy kray' },
    { value: 'RU-PRI', country_code: 'RU', text: 'Primorskiy kray' },
    { value: 'RU-PSK', country_code: 'RU', text: "Pskovskaya oblast'" },
    { value: 'RU-ROS', country_code: 'RU', text: "Rostovskaya oblast'" },
    { value: 'RU-RYA', country_code: 'RU', text: "Ryazanskaya oblast'" },
    { value: 'RU-SA', country_code: 'RU', text: 'Saha, Respublika' },
    { value: 'RU-SAK', country_code: 'RU', text: "Sakhalinskaya oblast'" },
    { value: 'RU-SAM', country_code: 'RU', text: "Samarskaya oblast'" },
    { value: 'RU-SPE', country_code: 'RU', text: 'Sankt-Peterburg' },
    { value: 'RU-SAR', country_code: 'RU', text: "Saratovskaya oblast'" },
    {
      value: 'RU-SE',
      country_code: 'RU',
      text: 'Severnaya Osetiya, Respublika'
    },
    { value: 'RU-SMO', country_code: 'RU', text: "Smolenskaya oblast'" },
    { value: 'RU-STA', country_code: 'RU', text: "Stavropol'skiy kray" },
    { value: 'RU-SVE', country_code: 'RU', text: "Sverdlovskaya oblast'" },
    { value: 'RU-TAM', country_code: 'RU', text: "Tambovskaya oblast'" },
    { value: 'RU-TA', country_code: 'RU', text: 'Tatarstan, Respublika' },
    { value: 'RU-TOM', country_code: 'RU', text: "Tomskaya oblast'" },
    { value: 'RU-TUL', country_code: 'RU', text: "Tul'skaya oblast'" },
    { value: 'RU-TVE', country_code: 'RU', text: "Tverskaya oblast'" },
    { value: 'RU-TYU', country_code: 'RU', text: "Tyumenskaya oblast'" },
    { value: 'RU-TY', country_code: 'RU', text: 'Tyva, Respublika' },
    { value: 'RU-UD', country_code: 'RU', text: 'Udmurtskaya Respublika' },
    { value: 'RU-ULY', country_code: 'RU', text: "Ul'yanovskaya oblast'" },
    { value: 'RU-VLA', country_code: 'RU', text: "Vladimirskaya oblast'" },
    { value: 'RU-VGG', country_code: 'RU', text: "Volgogradskaya oblast'" },
    { value: 'RU-VLG', country_code: 'RU', text: "Vologodskaya oblast'" },
    { value: 'RU-VOR', country_code: 'RU', text: "Voronezhskaya oblast'" },
    {
      value: 'RU-YAN',
      country_code: 'RU',
      text: 'Yamalo-Nenetskiy avtonomnyy okrug'
    },
    { value: 'RU-YAR', country_code: 'RU', text: "Yaroslavskaya oblast'" },
    {
      value: 'RU-YEV',
      country_code: 'RU',
      text: "Yevreyskaya avtonomnaya oblast'"
    },
    { value: 'RU-ZAB', country_code: 'RU', text: "Zabaykal'skiy kray" },
    { value: 'RW-02', country_code: 'RW', text: 'Est' },
    { value: 'RW-03', country_code: 'RW', text: 'Nord' },
    { value: 'RW-04', country_code: 'RW', text: 'Ouest' },
    { value: 'RW-05', country_code: 'RW', text: 'Sud' },
    { value: 'RW-01', country_code: 'RW', text: 'Ville de Kigali' },
    { value: 'SA-14', country_code: 'SA', text: "'Asir" },
    { value: 'SA-11', country_code: 'SA', text: 'Al Bahah' },
    { value: 'SA-08', country_code: 'SA', text: 'Al Hudud ash Shamaliyah' },
    { value: 'SA-12', country_code: 'SA', text: 'Al Jawf' },
    { value: 'SA-03', country_code: 'SA', text: 'Al Madinah al Munawwarah' },
    { value: 'SA-05', country_code: 'SA', text: 'Al Qasim' },
    { value: 'SA-01', country_code: 'SA', text: 'Ar Riyad' },
    { value: 'SA-04', country_code: 'SA', text: 'Ash Sharqiyah' },
    { value: 'SA-06', country_code: 'SA', text: "Ha'il" },
    { value: 'SA-09', country_code: 'SA', text: 'Jazan' },
    { value: 'SA-02', country_code: 'SA', text: 'Makkah al Mukarramah' },
    { value: 'SA-10', country_code: 'SA', text: 'Najran' },
    { value: 'SA-07', country_code: 'SA', text: 'Tabuk' },
    { value: 'SB-CE', country_code: 'SB', text: 'Central' },
    { value: 'SB-GU', country_code: 'SB', text: 'Guadalcanal' },
    { value: 'SB-IS', country_code: 'SB', text: 'Isabel' },
    { value: 'SB-MK', country_code: 'SB', text: 'Makira-Ulawa' },
    { value: 'SB-ML', country_code: 'SB', text: 'Malaita' },
    { value: 'SB-WE', country_code: 'SB', text: 'Western' },
    { value: 'SC-16', country_code: 'SC', text: 'English River' },
    { value: 'SD-NB', country_code: 'SD', text: 'Blue Nile' },
    { value: 'SD-GD', country_code: 'SD', text: 'Gedaref' },
    { value: 'SD-GZ', country_code: 'SD', text: 'Gezira' },
    { value: 'SD-KA', country_code: 'SD', text: 'Kassala' },
    { value: 'SD-KH', country_code: 'SD', text: 'Khartoum' },
    { value: 'SD-DN', country_code: 'SD', text: 'North Darfur' },
    { value: 'SD-KN', country_code: 'SD', text: 'North Kordofan' },
    { value: 'SD-NO', country_code: 'SD', text: 'Northern' },
    { value: 'SD-RS', country_code: 'SD', text: 'Red Sea' },
    { value: 'SD-NR', country_code: 'SD', text: 'River Nile' },
    { value: 'SD-SI', country_code: 'SD', text: 'Sennar' },
    { value: 'SD-DS', country_code: 'SD', text: 'South Darfur' },
    { value: 'SD-KS', country_code: 'SD', text: 'South Kordofan' },
    { value: 'SD-DW', country_code: 'SD', text: 'West Darfur' },
    { value: 'SD-NW', country_code: 'SD', text: 'White Nile' },
    { value: 'SE-K', country_code: 'SE', text: 'Blekinge lan' },
    { value: 'SE-W', country_code: 'SE', text: 'Dalarnas lan' },
    { value: 'SE-X', country_code: 'SE', text: 'Gavleborgs lan' },
    { value: 'SE-I', country_code: 'SE', text: 'Gotlands lan' },
    { value: 'SE-N', country_code: 'SE', text: 'Hallands lan' },
    { value: 'SE-Z', country_code: 'SE', text: 'Jamtlands lan' },
    { value: 'SE-F', country_code: 'SE', text: 'Jonkopings lan' },
    { value: 'SE-H', country_code: 'SE', text: 'Kalmar lan' },
    { value: 'SE-G', country_code: 'SE', text: 'Kronobergs lan' },
    { value: 'SE-BD', country_code: 'SE', text: 'Norrbottens lan' },
    { value: 'SE-T', country_code: 'SE', text: 'Orebro lan' },
    { value: 'SE-E', country_code: 'SE', text: 'Ostergotlands lan' },
    { value: 'SE-M', country_code: 'SE', text: 'Skane lan' },
    { value: 'SE-D', country_code: 'SE', text: 'Sodermanlands lan' },
    { value: 'SE-AB', country_code: 'SE', text: 'Stockholms lan' },
    { value: 'SE-C', country_code: 'SE', text: 'Uppsala lan' },
    { value: 'SE-S', country_code: 'SE', text: 'Varmlands lan' },
    { value: 'SE-AC', country_code: 'SE', text: 'Vasterbottens lan' },
    { value: 'SE-Y', country_code: 'SE', text: 'Vasternorrlands lan' },
    { value: 'SE-U', country_code: 'SE', text: 'Vastmanlands lan' },
    { value: 'SE-O', country_code: 'SE', text: 'Vastra Gotalands lan' },
    { value: 'SH-AC', country_code: 'SH', text: 'Ascension' },
    { value: 'SH-HL', country_code: 'SH', text: 'Saint Helena' },
    { value: 'SH-TA', country_code: 'SH', text: 'Tristan da Cunha' },
    { value: 'SI-001', country_code: 'SI', text: 'Ajdovscina' },
    { value: 'SI-003', country_code: 'SI', text: 'Bled' },
    { value: 'SI-004', country_code: 'SI', text: 'Bohinj' },
    { value: 'SI-005', country_code: 'SI', text: 'Borovnica' },
    { value: 'SI-006', country_code: 'SI', text: 'Bovec' },
    { value: 'SI-009', country_code: 'SI', text: 'Brezice' },
    { value: 'SI-008', country_code: 'SI', text: 'Brezovica' },
    { value: 'SI-011', country_code: 'SI', text: 'Celje' },
    { value: 'SI-013', country_code: 'SI', text: 'Cerknica' },
    { value: 'SI-014', country_code: 'SI', text: 'Cerkno' },
    { value: 'SI-015', country_code: 'SI', text: 'Crensovci' },
    { value: 'SI-017', country_code: 'SI', text: 'Crnomelj' },
    { value: 'SI-018', country_code: 'SI', text: 'Destrnik' },
    { value: 'SI-019', country_code: 'SI', text: 'Divaca' },
    { value: 'SI-023', country_code: 'SI', text: 'Domzale' },
    { value: 'SI-025', country_code: 'SI', text: 'Dravograd' },
    { value: 'SI-029', country_code: 'SI', text: 'Gornja Radgona' },
    { value: 'SI-032', country_code: 'SI', text: 'Grosuplje' },
    { value: 'SI-160', country_code: 'SI', text: 'Hoce-Slivnica' },
    { value: 'SI-162', country_code: 'SI', text: 'Horjul' },
    { value: 'SI-034', country_code: 'SI', text: 'Hrastnik' },
    { value: 'SI-036', country_code: 'SI', text: 'Idrija' },
    { value: 'SI-037', country_code: 'SI', text: 'Ig' },
    { value: 'SI-038', country_code: 'SI', text: 'Ilirska Bistrica' },
    { value: 'SI-039', country_code: 'SI', text: 'Ivancna Gorica' },
    { value: 'SI-040', country_code: 'SI', text: 'Izola' },
    { value: 'SI-041', country_code: 'SI', text: 'Jesenice' },
    { value: 'SI-043', country_code: 'SI', text: 'Kamnik' },
    { value: 'SI-044', country_code: 'SI', text: 'Kanal' },
    { value: 'SI-045', country_code: 'SI', text: 'Kidricevo' },
    { value: 'SI-046', country_code: 'SI', text: 'Kobarid' },
    { value: 'SI-048', country_code: 'SI', text: 'Kocevje' },
    { value: 'SI-050', country_code: 'SI', text: 'Koper' },
    { value: 'SI-052', country_code: 'SI', text: 'Kranj' },
    { value: 'SI-053', country_code: 'SI', text: 'Kranjska Gora' },
    { value: 'SI-054', country_code: 'SI', text: 'Krsko' },
    { value: 'SI-057', country_code: 'SI', text: 'Lasko' },
    { value: 'SI-058', country_code: 'SI', text: 'Lenart' },
    { value: 'SI-059', country_code: 'SI', text: 'Lendava' },
    { value: 'SI-060', country_code: 'SI', text: 'Litija' },
    { value: 'SI-061', country_code: 'SI', text: 'Ljubljana' },
    { value: 'SI-063', country_code: 'SI', text: 'Ljutomer' },
    { value: 'SI-208', country_code: 'SI', text: 'Log-Dragomer' },
    { value: 'SI-064', country_code: 'SI', text: 'Logatec' },
    { value: 'SI-167', country_code: 'SI', text: 'Lovrenc na Pohorju' },
    { value: 'SI-070', country_code: 'SI', text: 'Maribor' },
    { value: 'SI-071', country_code: 'SI', text: 'Medvode' },
    { value: 'SI-072', country_code: 'SI', text: 'Menges' },
    { value: 'SI-073', country_code: 'SI', text: 'Metlika' },
    { value: 'SI-074', country_code: 'SI', text: 'Mezica' },
    { value: 'SI-169', country_code: 'SI', text: 'Miklavz na Dravskem Polju' },
    { value: 'SI-075', country_code: 'SI', text: 'Miren-Kostanjevica' },
    { value: 'SI-076', country_code: 'SI', text: 'Mislinja' },
    { value: 'SI-079', country_code: 'SI', text: 'Mozirje' },
    { value: 'SI-080', country_code: 'SI', text: 'Murska Sobota' },
    { value: 'SI-081', country_code: 'SI', text: 'Muta' },
    { value: 'SI-084', country_code: 'SI', text: 'Nova Gorica' },
    { value: 'SI-085', country_code: 'SI', text: 'Novo Mesto' },
    { value: 'SI-086', country_code: 'SI', text: 'Odranci' },
    { value: 'SI-171', country_code: 'SI', text: 'Oplotnica' },
    { value: 'SI-087', country_code: 'SI', text: 'Ormoz' },
    { value: 'SI-090', country_code: 'SI', text: 'Piran' },
    { value: 'SI-091', country_code: 'SI', text: 'Pivka' },
    { value: 'SI-200', country_code: 'SI', text: 'Poljcane' },
    { value: 'SI-173', country_code: 'SI', text: 'Polzela' },
    { value: 'SI-094', country_code: 'SI', text: 'Postojna' },
    { value: 'SI-174', country_code: 'SI', text: 'Prebold' },
    { value: 'SI-175', country_code: 'SI', text: 'Prevalje' },
    { value: 'SI-096', country_code: 'SI', text: 'Ptuj' },
    { value: 'SI-098', country_code: 'SI', text: 'Race-Fram' },
    { value: 'SI-099', country_code: 'SI', text: 'Radece' },
    { value: 'SI-100', country_code: 'SI', text: 'Radenci' },
    { value: 'SI-101', country_code: 'SI', text: 'Radlje ob Dravi' },
    { value: 'SI-102', country_code: 'SI', text: 'Radovljica' },
    { value: 'SI-103', country_code: 'SI', text: 'Ravne na Koroskem' },
    { value: 'SI-104', country_code: 'SI', text: 'Ribnica' },
    { value: 'SI-106', country_code: 'SI', text: 'Rogaska Slatina' },
    { value: 'SI-108', country_code: 'SI', text: 'Ruse' },
    { value: 'SI-183', country_code: 'SI', text: 'Sempeter-Vrtojba' },
    { value: 'SI-117', country_code: 'SI', text: 'Sencur' },
    { value: 'SI-118', country_code: 'SI', text: 'Sentilj' },
    { value: 'SI-120', country_code: 'SI', text: 'Sentjur' },
    { value: 'SI-110', country_code: 'SI', text: 'Sevnica' },
    { value: 'SI-111', country_code: 'SI', text: 'Sezana' },
    { value: 'SI-122', country_code: 'SI', text: 'Skofja Loka' },
    { value: 'SI-123', country_code: 'SI', text: 'Skofljica' },
    { value: 'SI-112', country_code: 'SI', text: 'Slovenj Gradec' },
    { value: 'SI-113', country_code: 'SI', text: 'Slovenska Bistrica' },
    { value: 'SI-114', country_code: 'SI', text: 'Slovenske Konjice' },
    { value: 'SI-126', country_code: 'SI', text: 'Sostanj' },
    { value: 'SI-127', country_code: 'SI', text: 'Store' },
    { value: 'SI-203', country_code: 'SI', text: 'Straza' },
    { value: 'SI-128', country_code: 'SI', text: 'Tolmin' },
    { value: 'SI-129', country_code: 'SI', text: 'Trbovlje' },
    { value: 'SI-130', country_code: 'SI', text: 'Trebnje' },
    { value: 'SI-131', country_code: 'SI', text: 'Trzic' },
    { value: 'SI-186', country_code: 'SI', text: 'Trzin' },
    { value: 'SI-132', country_code: 'SI', text: 'Turnisce' },
    { value: 'SI-133', country_code: 'SI', text: 'Velenje' },
    { value: 'SI-136', country_code: 'SI', text: 'Vipava' },
    { value: 'SI-138', country_code: 'SI', text: 'Vodice' },
    { value: 'SI-139', country_code: 'SI', text: 'Vojnik' },
    { value: 'SI-140', country_code: 'SI', text: 'Vrhnika' },
    { value: 'SI-141', country_code: 'SI', text: 'Vuzenica' },
    { value: 'SI-142', country_code: 'SI', text: 'Zagorje ob Savi' },
    { value: 'SI-190', country_code: 'SI', text: 'Zalec' },
    { value: 'SI-146', country_code: 'SI', text: 'Zelezniki' },
    { value: 'SI-147', country_code: 'SI', text: 'Ziri' },
    { value: 'SI-144', country_code: 'SI', text: 'Zrece' },
    { value: 'SI-193', country_code: 'SI', text: 'Zuzemberk' },
    { value: 'SK-BC', country_code: 'SK', text: 'Banskobystricky kraj' },
    { value: 'SK-BL', country_code: 'SK', text: 'Bratislavsky kraj' },
    { value: 'SK-KI', country_code: 'SK', text: 'Kosicky kraj' },
    { value: 'SK-NI', country_code: 'SK', text: 'Nitriansky kraj' },
    { value: 'SK-PV', country_code: 'SK', text: 'Presovsky kraj' },
    { value: 'SK-TC', country_code: 'SK', text: 'Trenciansky kraj' },
    { value: 'SK-TA', country_code: 'SK', text: 'Trnavsky kraj' },
    { value: 'SK-ZI', country_code: 'SK', text: 'Zilinsky kraj' },
    { value: 'SL-E', country_code: 'SL', text: 'Eastern' },
    { value: 'SL-N', country_code: 'SL', text: 'Northern' },
    { value: 'SL-S', country_code: 'SL', text: 'Southern' },
    { value: 'SL-W', country_code: 'SL', text: 'Western Area' },
    { value: 'SM-01', country_code: 'SM', text: 'Acquaviva' },
    { value: 'SM-02', country_code: 'SM', text: 'Chiesanuova' },
    { value: 'SM-07', country_code: 'SM', text: 'San Marino' },
    { value: 'SM-09', country_code: 'SM', text: 'Serravalle' },
    { value: 'SN-DK', country_code: 'SN', text: 'Dakar' },
    { value: 'SN-DB', country_code: 'SN', text: 'Diourbel' },
    { value: 'SN-FK', country_code: 'SN', text: 'Fatick' },
    { value: 'SN-KA', country_code: 'SN', text: 'Kaffrine' },
    { value: 'SN-KL', country_code: 'SN', text: 'Kaolack' },
    { value: 'SN-KE', country_code: 'SN', text: 'Kedougou' },
    { value: 'SN-KD', country_code: 'SN', text: 'Kolda' },
    { value: 'SN-LG', country_code: 'SN', text: 'Louga' },
    { value: 'SN-MT', country_code: 'SN', text: 'Matam' },
    { value: 'SN-SL', country_code: 'SN', text: 'Saint-Louis' },
    { value: 'SN-SE', country_code: 'SN', text: 'Sedhiou' },
    { value: 'SN-TC', country_code: 'SN', text: 'Tambacounda' },
    { value: 'SN-TH', country_code: 'SN', text: 'Thies' },
    { value: 'SN-ZG', country_code: 'SN', text: 'Ziguinchor' },
    { value: 'SO-AW', country_code: 'SO', text: 'Awdal' },
    { value: 'SO-BK', country_code: 'SO', text: 'Bakool' },
    { value: 'SO-BN', country_code: 'SO', text: 'Banaadir' },
    { value: 'SO-BR', country_code: 'SO', text: 'Bari' },
    { value: 'SO-BY', country_code: 'SO', text: 'Bay' },
    { value: 'SO-GA', country_code: 'SO', text: 'Galguduud' },
    { value: 'SO-GE', country_code: 'SO', text: 'Gedo' },
    { value: 'SO-HI', country_code: 'SO', text: 'Hiiraan' },
    { value: 'SO-JD', country_code: 'SO', text: 'Jubbada Dhexe' },
    { value: 'SO-JH', country_code: 'SO', text: 'Jubbada Hoose' },
    { value: 'SO-MU', country_code: 'SO', text: 'Mudug' },
    { value: 'SO-NU', country_code: 'SO', text: 'Nugaal' },
    { value: 'SO-SA', country_code: 'SO', text: 'Sanaag' },
    { value: 'SO-SD', country_code: 'SO', text: 'Shabeellaha Dhexe' },
    { value: 'SO-SH', country_code: 'SO', text: 'Shabeellaha Hoose' },
    { value: 'SO-SO', country_code: 'SO', text: 'Sool' },
    { value: 'SO-TO', country_code: 'SO', text: 'Togdheer' },
    { value: 'SO-WO', country_code: 'SO', text: 'Woqooyi Galbeed' },
    { value: 'SR-BR', country_code: 'SR', text: 'Brokopondo' },
    { value: 'SR-CM', country_code: 'SR', text: 'Commewijne' },
    { value: 'SR-CR', country_code: 'SR', text: 'Coronie' },
    { value: 'SR-MA', country_code: 'SR', text: 'Marowijne' },
    { value: 'SR-NI', country_code: 'SR', text: 'Nickerie' },
    { value: 'SR-PR', country_code: 'SR', text: 'Para' },
    { value: 'SR-PM', country_code: 'SR', text: 'Paramaribo' },
    { value: 'SR-SA', country_code: 'SR', text: 'Saramacca' },
    { value: 'SR-WA', country_code: 'SR', text: 'Wanica' },
    { value: 'SS-EC', country_code: 'SS', text: 'Central Equatoria' },
    { value: 'SS-EE', country_code: 'SS', text: 'Eastern Equatoria' },
    { value: 'SS-JG', country_code: 'SS', text: 'Jonglei' },
    { value: 'SS-LK', country_code: 'SS', text: 'Lakes' },
    { value: 'SS-BN', country_code: 'SS', text: 'Northern Bahr el Ghazal' },
    { value: 'SS-UY', country_code: 'SS', text: 'Unity' },
    { value: 'SS-NU', country_code: 'SS', text: 'Upper Nile' },
    { value: 'SS-WR', country_code: 'SS', text: 'Warrap' },
    { value: 'SS-BW', country_code: 'SS', text: 'Western Bahr el Ghazal' },
    { value: 'SS-EW', country_code: 'SS', text: 'Western Equatoria' },
    { value: 'ST-P', country_code: 'ST', text: 'Principe' },
    { value: 'ST-S', country_code: 'ST', text: 'Sao Tome' },
    { value: 'SV-AH', country_code: 'SV', text: 'Ahuachapan' },
    { value: 'SV-CA', country_code: 'SV', text: 'Cabanas' },
    { value: 'SV-CH', country_code: 'SV', text: 'Chalatenango' },
    { value: 'SV-CU', country_code: 'SV', text: 'Cuscatlan' },
    { value: 'SV-LI', country_code: 'SV', text: 'La Libertad' },
    { value: 'SV-PA', country_code: 'SV', text: 'La Paz' },
    { value: 'SV-UN', country_code: 'SV', text: 'La Union' },
    { value: 'SV-MO', country_code: 'SV', text: 'Morazan' },
    { value: 'SV-SM', country_code: 'SV', text: 'San Miguel' },
    { value: 'SV-SS', country_code: 'SV', text: 'San Salvador' },
    { value: 'SV-SV', country_code: 'SV', text: 'San Vicente' },
    { value: 'SV-SA', country_code: 'SV', text: 'Santa Ana' },
    { value: 'SV-SO', country_code: 'SV', text: 'Sonsonate' },
    { value: 'SV-US', country_code: 'SV', text: 'Usulutan' },
    { value: 'SY-HA', country_code: 'SY', text: 'Al Hasakah' },
    { value: 'SY-LA', country_code: 'SY', text: 'Al Ladhiqiyah' },
    { value: 'SY-QU', country_code: 'SY', text: 'Al Qunaytirah' },
    { value: 'SY-RA', country_code: 'SY', text: 'Ar Raqqah' },
    { value: 'SY-SU', country_code: 'SY', text: "As Suwayda'" },
    { value: 'SY-DR', country_code: 'SY', text: "Dar'a" },
    { value: 'SY-DY', country_code: 'SY', text: 'Dayr az Zawr' },
    { value: 'SY-DI', country_code: 'SY', text: 'Dimashq' },
    { value: 'SY-HL', country_code: 'SY', text: 'Halab' },
    { value: 'SY-HM', country_code: 'SY', text: 'Hamah' },
    { value: 'SY-HI', country_code: 'SY', text: 'Hims' },
    { value: 'SY-ID', country_code: 'SY', text: 'Idlib' },
    { value: 'SY-RD', country_code: 'SY', text: 'Rif Dimashq' },
    { value: 'SY-TA', country_code: 'SY', text: 'Tartus' },
    { value: 'SZ-HH', country_code: 'SZ', text: 'Hhohho' },
    { value: 'SZ-LU', country_code: 'SZ', text: 'Lubombo' },
    { value: 'SZ-MA', country_code: 'SZ', text: 'Manzini' },
    { value: 'SZ-SH', country_code: 'SZ', text: 'Shiselweni' },
    { value: 'TD-BG', country_code: 'TD', text: 'Bahr el Gazel' },
    { value: 'TD-BA', country_code: 'TD', text: 'Batha' },
    { value: 'TD-BO', country_code: 'TD', text: 'Borkou' },
    { value: 'TD-CB', country_code: 'TD', text: 'Chari-Baguirmi' },
    { value: 'TD-GR', country_code: 'TD', text: 'Guera' },
    { value: 'TD-HL', country_code: 'TD', text: 'Hadjer Lamis' },
    { value: 'TD-KA', country_code: 'TD', text: 'Kanem' },
    { value: 'TD-LC', country_code: 'TD', text: 'Lac' },
    { value: 'TD-LO', country_code: 'TD', text: 'Logone-Occidental' },
    { value: 'TD-LR', country_code: 'TD', text: 'Logone-Oriental' },
    { value: 'TD-MA', country_code: 'TD', text: 'Mandoul' },
    { value: 'TD-ME', country_code: 'TD', text: 'Mayo-Kebbi-Est' },
    { value: 'TD-MO', country_code: 'TD', text: 'Mayo-Kebbi-Ouest' },
    { value: 'TD-MC', country_code: 'TD', text: 'Moyen-Chari' },
    { value: 'TD-OD', country_code: 'TD', text: 'Ouaddai' },
    { value: 'TD-SA', country_code: 'TD', text: 'Salamat' },
    { value: 'TD-TA', country_code: 'TD', text: 'Tandjile' },
    { value: 'TD-TI', country_code: 'TD', text: 'Tibesti' },
    { value: 'TD-WF', country_code: 'TD', text: 'Wadi Fira' },
    { value: 'TG-C', country_code: 'TG', text: 'Centrale' },
    { value: 'TG-K', country_code: 'TG', text: 'Kara' },
    { value: 'TG-M', country_code: 'TG', text: 'Maritime' },
    { value: 'TG-P', country_code: 'TG', text: 'Plateaux' },
    { value: 'TG-S', country_code: 'TG', text: 'Savannes' },
    { value: 'TH-37', country_code: 'TH', text: 'Amnat Charoen' },
    { value: 'TH-15', country_code: 'TH', text: 'Ang Thong' },
    { value: 'TH-31', country_code: 'TH', text: 'Buri Ram' },
    { value: 'TH-24', country_code: 'TH', text: 'Chachoengsao' },
    { value: 'TH-18', country_code: 'TH', text: 'Chai Nat' },
    { value: 'TH-36', country_code: 'TH', text: 'Chaiyaphum' },
    { value: 'TH-22', country_code: 'TH', text: 'Chanthaburi' },
    { value: 'TH-50', country_code: 'TH', text: 'Chiang Mai' },
    { value: 'TH-57', country_code: 'TH', text: 'Chiang Rai' },
    { value: 'TH-20', country_code: 'TH', text: 'Chon Buri' },
    { value: 'TH-86', country_code: 'TH', text: 'Chumphon' },
    { value: 'TH-46', country_code: 'TH', text: 'Kalasin' },
    { value: 'TH-62', country_code: 'TH', text: 'Kamphaeng Phet' },
    { value: 'TH-71', country_code: 'TH', text: 'Kanchanaburi' },
    { value: 'TH-40', country_code: 'TH', text: 'Khon Kaen' },
    { value: 'TH-81', country_code: 'TH', text: 'Krabi' },
    { value: 'TH-10', country_code: 'TH', text: 'Krung Thep Maha Nakhon' },
    { value: 'TH-52', country_code: 'TH', text: 'Lampang' },
    { value: 'TH-51', country_code: 'TH', text: 'Lamphun' },
    { value: 'TH-42', country_code: 'TH', text: 'Loei' },
    { value: 'TH-16', country_code: 'TH', text: 'Lop Buri' },
    { value: 'TH-58', country_code: 'TH', text: 'Mae Hong Son' },
    { value: 'TH-44', country_code: 'TH', text: 'Maha Sarakham' },
    { value: 'TH-49', country_code: 'TH', text: 'Mukdahan' },
    { value: 'TH-26', country_code: 'TH', text: 'Nakhon Nayok' },
    { value: 'TH-73', country_code: 'TH', text: 'Nakhon Pathom' },
    { value: 'TH-48', country_code: 'TH', text: 'Nakhon Phanom' },
    { value: 'TH-30', country_code: 'TH', text: 'Nakhon Ratchasima' },
    { value: 'TH-60', country_code: 'TH', text: 'Nakhon Sawan' },
    { value: 'TH-80', country_code: 'TH', text: 'Nakhon Si Thammarat' },
    { value: 'TH-55', country_code: 'TH', text: 'Nan' },
    { value: 'TH-96', country_code: 'TH', text: 'Narathiwat' },
    { value: 'TH-39', country_code: 'TH', text: 'Nong Bua Lam Phu' },
    { value: 'TH-43', country_code: 'TH', text: 'Nong Khai' },
    { value: 'TH-12', country_code: 'TH', text: 'Nonthaburi' },
    { value: 'TH-13', country_code: 'TH', text: 'Pathum Thani' },
    { value: 'TH-94', country_code: 'TH', text: 'Pattani' },
    { value: 'TH-82', country_code: 'TH', text: 'Phangnga' },
    { value: 'TH-93', country_code: 'TH', text: 'Phatthalung' },
    { value: 'TH-56', country_code: 'TH', text: 'Phayao' },
    { value: 'TH-67', country_code: 'TH', text: 'Phetchabun' },
    { value: 'TH-76', country_code: 'TH', text: 'Phetchaburi' },
    { value: 'TH-66', country_code: 'TH', text: 'Phichit' },
    { value: 'TH-65', country_code: 'TH', text: 'Phitsanulok' },
    { value: 'TH-14', country_code: 'TH', text: 'Phra Nakhon Si Ayutthaya' },
    { value: 'TH-54', country_code: 'TH', text: 'Phrae' },
    { value: 'TH-83', country_code: 'TH', text: 'Phuket' },
    { value: 'TH-25', country_code: 'TH', text: 'Prachin Buri' },
    { value: 'TH-77', country_code: 'TH', text: 'Prachuap Khiri Khan' },
    { value: 'TH-85', country_code: 'TH', text: 'Ranong' },
    { value: 'TH-70', country_code: 'TH', text: 'Ratchaburi' },
    { value: 'TH-21', country_code: 'TH', text: 'Rayong' },
    { value: 'TH-45', country_code: 'TH', text: 'Roi Et' },
    { value: 'TH-27', country_code: 'TH', text: 'Sa Kaeo' },
    { value: 'TH-47', country_code: 'TH', text: 'Sakon Nakhon' },
    { value: 'TH-11', country_code: 'TH', text: 'Samut Prakan' },
    { value: 'TH-74', country_code: 'TH', text: 'Samut Sakhon' },
    { value: 'TH-75', country_code: 'TH', text: 'Samut Songkhram' },
    { value: 'TH-19', country_code: 'TH', text: 'Saraburi' },
    { value: 'TH-91', country_code: 'TH', text: 'Satun' },
    { value: 'TH-33', country_code: 'TH', text: 'Si Sa Ket' },
    { value: 'TH-17', country_code: 'TH', text: 'Sing Buri' },
    { value: 'TH-90', country_code: 'TH', text: 'Songkhla' },
    { value: 'TH-64', country_code: 'TH', text: 'Sukhothai' },
    { value: 'TH-72', country_code: 'TH', text: 'Suphan Buri' },
    { value: 'TH-84', country_code: 'TH', text: 'Surat Thani' },
    { value: 'TH-32', country_code: 'TH', text: 'Surin' },
    { value: 'TH-63', country_code: 'TH', text: 'Tak' },
    { value: 'TH-92', country_code: 'TH', text: 'Trang' },
    { value: 'TH-23', country_code: 'TH', text: 'Trat' },
    { value: 'TH-34', country_code: 'TH', text: 'Ubon Ratchathani' },
    { value: 'TH-41', country_code: 'TH', text: 'Udon Thani' },
    { value: 'TH-61', country_code: 'TH', text: 'Uthai Thani' },
    { value: 'TH-53', country_code: 'TH', text: 'Uttaradit' },
    { value: 'TH-95', country_code: 'TH', text: 'Yala' },
    { value: 'TH-35', country_code: 'TH', text: 'Yasothon' },
    { value: 'TJ-DU', country_code: 'TJ', text: 'Dushanbe' },
    { value: 'TJ-KT', country_code: 'TJ', text: 'Khatlon' },
    { value: 'TJ-GB', country_code: 'TJ', text: 'Kuhistoni Badakhshon' },
    { value: 'TJ-RA', country_code: 'TJ', text: 'Nohiyahoi Tobei Jumhuri' },
    { value: 'TJ-SU', country_code: 'TJ', text: 'Sughd' },
    { value: 'TL-DI', country_code: 'TL', text: 'Dili' },
    { value: 'TM-A', country_code: 'TM', text: 'Ahal' },
    { value: 'TM-B', country_code: 'TM', text: 'Balkan' },
    { value: 'TM-D', country_code: 'TM', text: 'Dasoguz' },
    { value: 'TM-L', country_code: 'TM', text: 'Lebap' },
    { value: 'TM-M', country_code: 'TM', text: 'Mary' },
    { value: 'TN-31', country_code: 'TN', text: 'Beja' },
    { value: 'TN-13', country_code: 'TN', text: 'Ben Arous' },
    { value: 'TN-23', country_code: 'TN', text: 'Bizerte' },
    { value: 'TN-81', country_code: 'TN', text: 'Gabes' },
    { value: 'TN-71', country_code: 'TN', text: 'Gafsa' },
    { value: 'TN-32', country_code: 'TN', text: 'Jendouba' },
    { value: 'TN-41', country_code: 'TN', text: 'Kairouan' },
    { value: 'TN-42', country_code: 'TN', text: 'Kasserine' },
    { value: 'TN-73', country_code: 'TN', text: 'Kebili' },
    { value: 'TN-12', country_code: 'TN', text: "L'Ariana" },
    { value: 'TN-14', country_code: 'TN', text: 'La Manouba' },
    { value: 'TN-33', country_code: 'TN', text: 'Le Kef' },
    { value: 'TN-53', country_code: 'TN', text: 'Mahdia' },
    { value: 'TN-82', country_code: 'TN', text: 'Medenine' },
    { value: 'TN-52', country_code: 'TN', text: 'Monastir' },
    { value: 'TN-21', country_code: 'TN', text: 'Nabeul' },
    { value: 'TN-61', country_code: 'TN', text: 'Sfax' },
    { value: 'TN-43', country_code: 'TN', text: 'Sidi Bouzid' },
    { value: 'TN-34', country_code: 'TN', text: 'Siliana' },
    { value: 'TN-51', country_code: 'TN', text: 'Sousse' },
    { value: 'TN-83', country_code: 'TN', text: 'Tataouine' },
    { value: 'TN-72', country_code: 'TN', text: 'Tozeur' },
    { value: 'TN-11', country_code: 'TN', text: 'Tunis' },
    { value: 'TN-22', country_code: 'TN', text: 'Zaghouan' },
    { value: 'TO-02', country_code: 'TO', text: "Ha'apai" },
    { value: 'TO-04', country_code: 'TO', text: 'Tongatapu' },
    { value: 'TO-05', country_code: 'TO', text: "Vava'u" },
    { value: 'TR-01', country_code: 'TR', text: 'Adana' },
    { value: 'TR-02', country_code: 'TR', text: 'Adiyaman' },
    { value: 'TR-03', country_code: 'TR', text: 'Afyonkarahisar' },
    { value: 'TR-04', country_code: 'TR', text: 'Agri' },
    { value: 'TR-68', country_code: 'TR', text: 'Aksaray' },
    { value: 'TR-05', country_code: 'TR', text: 'Amasya' },
    { value: 'TR-06', country_code: 'TR', text: 'Ankara' },
    { value: 'TR-07', country_code: 'TR', text: 'Antalya' },
    { value: 'TR-75', country_code: 'TR', text: 'Ardahan' },
    { value: 'TR-08', country_code: 'TR', text: 'Artvin' },
    { value: 'TR-09', country_code: 'TR', text: 'Aydin' },
    { value: 'TR-10', country_code: 'TR', text: 'Balikesir' },
    { value: 'TR-74', country_code: 'TR', text: 'Bartin' },
    { value: 'TR-72', country_code: 'TR', text: 'Batman' },
    { value: 'TR-69', country_code: 'TR', text: 'Bayburt' },
    { value: 'TR-11', country_code: 'TR', text: 'Bilecik' },
    { value: 'TR-12', country_code: 'TR', text: 'Bingol' },
    { value: 'TR-13', country_code: 'TR', text: 'Bitlis' },
    { value: 'TR-14', country_code: 'TR', text: 'Bolu' },
    { value: 'TR-15', country_code: 'TR', text: 'Burdur' },
    { value: 'TR-16', country_code: 'TR', text: 'Bursa' },
    { value: 'TR-17', country_code: 'TR', text: 'Canakkale' },
    { value: 'TR-18', country_code: 'TR', text: 'Cankiri' },
    { value: 'TR-19', country_code: 'TR', text: 'Corum' },
    { value: 'TR-20', country_code: 'TR', text: 'Denizli' },
    { value: 'TR-21', country_code: 'TR', text: 'Diyarbakir' },
    { value: 'TR-81', country_code: 'TR', text: 'Duzce' },
    { value: 'TR-22', country_code: 'TR', text: 'Edirne' },
    { value: 'TR-23', country_code: 'TR', text: 'Elazig' },
    { value: 'TR-24', country_code: 'TR', text: 'Erzincan' },
    { value: 'TR-25', country_code: 'TR', text: 'Erzurum' },
    { value: 'TR-26', country_code: 'TR', text: 'Eskisehir' },
    { value: 'TR-27', country_code: 'TR', text: 'Gaziantep' },
    { value: 'TR-28', country_code: 'TR', text: 'Giresun' },
    { value: 'TR-29', country_code: 'TR', text: 'Gumushane' },
    { value: 'TR-30', country_code: 'TR', text: 'Hakkari' },
    { value: 'TR-31', country_code: 'TR', text: 'Hatay' },
    { value: 'TR-76', country_code: 'TR', text: 'Igdir' },
    { value: 'TR-32', country_code: 'TR', text: 'Isparta' },
    { value: 'TR-34', country_code: 'TR', text: 'Istanbul' },
    { value: 'TR-35', country_code: 'TR', text: 'Izmir' },
    { value: 'TR-46', country_code: 'TR', text: 'Kahramanmaras' },
    { value: 'TR-78', country_code: 'TR', text: 'Karabuk' },
    { value: 'TR-70', country_code: 'TR', text: 'Karaman' },
    { value: 'TR-36', country_code: 'TR', text: 'Kars' },
    { value: 'TR-37', country_code: 'TR', text: 'Kastamonu' },
    { value: 'TR-38', country_code: 'TR', text: 'Kayseri' },
    { value: 'TR-79', country_code: 'TR', text: 'Kilis' },
    { value: 'TR-71', country_code: 'TR', text: 'Kirikkale' },
    { value: 'TR-39', country_code: 'TR', text: 'Kirklareli' },
    { value: 'TR-40', country_code: 'TR', text: 'Kirsehir' },
    { value: 'TR-41', country_code: 'TR', text: 'Kocaeli' },
    { value: 'TR-42', country_code: 'TR', text: 'Konya' },
    { value: 'TR-43', country_code: 'TR', text: 'Kutahya' },
    { value: 'TR-44', country_code: 'TR', text: 'Malatya' },
    { value: 'TR-45', country_code: 'TR', text: 'Manisa' },
    { value: 'TR-47', country_code: 'TR', text: 'Mardin' },
    { value: 'TR-33', country_code: 'TR', text: 'Mersin' },
    { value: 'TR-48', country_code: 'TR', text: 'Mugla' },
    { value: 'TR-49', country_code: 'TR', text: 'Mus' },
    { value: 'TR-50', country_code: 'TR', text: 'Nevsehir' },
    { value: 'TR-51', country_code: 'TR', text: 'Nigde' },
    { value: 'TR-52', country_code: 'TR', text: 'Ordu' },
    { value: 'TR-80', country_code: 'TR', text: 'Osmaniye' },
    { value: 'TR-53', country_code: 'TR', text: 'Rize' },
    { value: 'TR-54', country_code: 'TR', text: 'Sakarya' },
    { value: 'TR-55', country_code: 'TR', text: 'Samsun' },
    { value: 'TR-63', country_code: 'TR', text: 'Sanliurfa' },
    { value: 'TR-56', country_code: 'TR', text: 'Siirt' },
    { value: 'TR-57', country_code: 'TR', text: 'Sinop' },
    { value: 'TR-73', country_code: 'TR', text: 'Sirnak' },
    { value: 'TR-58', country_code: 'TR', text: 'Sivas' },
    { value: 'TR-59', country_code: 'TR', text: 'Tekirdag' },
    { value: 'TR-60', country_code: 'TR', text: 'Tokat' },
    { value: 'TR-61', country_code: 'TR', text: 'Trabzon' },
    { value: 'TR-62', country_code: 'TR', text: 'Tunceli' },
    { value: 'TR-64', country_code: 'TR', text: 'Usak' },
    { value: 'TR-65', country_code: 'TR', text: 'Van' },
    { value: 'TR-77', country_code: 'TR', text: 'Yalova' },
    { value: 'TR-66', country_code: 'TR', text: 'Yozgat' },
    { value: 'TR-67', country_code: 'TR', text: 'Zonguldak' },
    { value: 'TT-ARI', country_code: 'TT', text: 'Arima' },
    { value: 'TT-CHA', country_code: 'TT', text: 'Chaguanas' },
    { value: 'TT-CTT', country_code: 'TT', text: 'Couva-Tabaquite-Talparo' },
    { value: 'TT-DMN', country_code: 'TT', text: 'Diego Martin' },
    { value: 'TT-MRC', country_code: 'TT', text: 'Mayaro-Rio Claro' },
    { value: 'TT-PED', country_code: 'TT', text: 'Penal-Debe' },
    { value: 'TT-PTF', country_code: 'TT', text: 'Point Fortin' },
    { value: 'TT-POS', country_code: 'TT', text: 'Port of Spain' },
    { value: 'TT-PRT', country_code: 'TT', text: 'Princes Town' },
    { value: 'TT-SFO', country_code: 'TT', text: 'San Fernando' },
    { value: 'TT-SJL', country_code: 'TT', text: 'San Juan-Laventille' },
    { value: 'TT-SGE', country_code: 'TT', text: 'Sangre Grande' },
    { value: 'TT-SIP', country_code: 'TT', text: 'Siparia' },
    { value: 'TT-TOB', country_code: 'TT', text: 'Tobago' },
    { value: 'TT-TUP', country_code: 'TT', text: 'Tunapuna-Piarco' },
    { value: 'TV-FUN', country_code: 'TV', text: 'Funafuti' },
    { value: 'TW-CHA', country_code: 'TW', text: 'Changhua' },
    { value: 'TW-CYQ', country_code: 'TW', text: 'Chiayi' },
    { value: 'TW-HSQ', country_code: 'TW', text: 'Hsinchu' },
    { value: 'TW-HUA', country_code: 'TW', text: 'Hualien' },
    { value: 'TW-KHH', country_code: 'TW', text: 'Kaohsiung' },
    { value: 'TW-KEE', country_code: 'TW', text: 'Keelung' },
    { value: 'TW-KIN', country_code: 'TW', text: 'Kinmen' },
    { value: 'TW-LIE', country_code: 'TW', text: 'Lienchiang' },
    { value: 'TW-MIA', country_code: 'TW', text: 'Miaoli' },
    { value: 'TW-NAN', country_code: 'TW', text: 'Nantou' },
    { value: 'TW-NWT', country_code: 'TW', text: 'New Taipei' },
    { value: 'TW-PEN', country_code: 'TW', text: 'Penghu' },
    { value: 'TW-PIF', country_code: 'TW', text: 'Pingtung' },
    { value: 'TW-TXG', country_code: 'TW', text: 'Taichung' },
    { value: 'TW-TNN', country_code: 'TW', text: 'Tainan' },
    { value: 'TW-TPE', country_code: 'TW', text: 'Taipei' },
    { value: 'TW-TTT', country_code: 'TW', text: 'Taitung' },
    { value: 'TW-TAO', country_code: 'TW', text: 'Taoyuan' },
    { value: 'TW-ILA', country_code: 'TW', text: 'Yilan' },
    { value: 'TW-YUN', country_code: 'TW', text: 'Yunlin' },
    { value: 'TZ-01', country_code: 'TZ', text: 'Arusha' },
    { value: 'TZ-02', country_code: 'TZ', text: 'Dar es Salaam' },
    { value: 'TZ-03', country_code: 'TZ', text: 'Dodoma' },
    { value: 'TZ-04', country_code: 'TZ', text: 'Iringa' },
    { value: 'TZ-05', country_code: 'TZ', text: 'Kagera' },
    { value: 'TZ-06', country_code: 'TZ', text: 'Kaskazini Pemba' },
    { value: 'TZ-07', country_code: 'TZ', text: 'Kaskazini Unguja' },
    { value: 'TZ-08', country_code: 'TZ', text: 'Kigoma' },
    { value: 'TZ-09', country_code: 'TZ', text: 'Kilimanjaro' },
    { value: 'TZ-10', country_code: 'TZ', text: 'Kusini Pemba' },
    { value: 'TZ-11', country_code: 'TZ', text: 'Kusini Unguja' },
    { value: 'TZ-12', country_code: 'TZ', text: 'Lindi' },
    { value: 'TZ-26', country_code: 'TZ', text: 'Manyara' },
    { value: 'TZ-13', country_code: 'TZ', text: 'Mara' },
    { value: 'TZ-14', country_code: 'TZ', text: 'Mbeya' },
    { value: 'TZ-15', country_code: 'TZ', text: 'Mjini Magharibi' },
    { value: 'TZ-16', country_code: 'TZ', text: 'Morogoro' },
    { value: 'TZ-17', country_code: 'TZ', text: 'Mtwara' },
    { value: 'TZ-18', country_code: 'TZ', text: 'Mwanza' },
    { value: 'TZ-19', country_code: 'TZ', text: 'Pwani' },
    { value: 'TZ-20', country_code: 'TZ', text: 'Rukwa' },
    { value: 'TZ-21', country_code: 'TZ', text: 'Ruvuma' },
    { value: 'TZ-22', country_code: 'TZ', text: 'Shinyanga' },
    { value: 'TZ-23', country_code: 'TZ', text: 'Singida' },
    { value: 'TZ-24', country_code: 'TZ', text: 'Tabora' },
    { value: 'TZ-25', country_code: 'TZ', text: 'Tanga' },
    { value: 'UA-43', country_code: 'UA', text: 'Avtonomna Respublika Krym' },
    { value: 'UA-71', country_code: 'UA', text: 'Cherkaska oblast' },
    { value: 'UA-74', country_code: 'UA', text: 'Chernihivska oblast' },
    { value: 'UA-77', country_code: 'UA', text: 'Chernivetska oblast' },
    { value: 'UA-12', country_code: 'UA', text: 'Dnipropetrovska oblast' },
    { value: 'UA-14', country_code: 'UA', text: 'Donetska oblast' },
    { value: 'UA-26', country_code: 'UA', text: 'Ivano-Frankivska oblast' },
    { value: 'UA-63', country_code: 'UA', text: 'Kharkivska oblast' },
    { value: 'UA-65', country_code: 'UA', text: 'Khersonska oblast' },
    { value: 'UA-68', country_code: 'UA', text: 'Khmelnytska oblast' },
    { value: 'UA-35', country_code: 'UA', text: 'Kirovohradska oblast' },
    { value: 'UA-30', country_code: 'UA', text: 'Kyiv' },
    { value: 'UA-32', country_code: 'UA', text: 'Kyivska oblast' },
    { value: 'UA-09', country_code: 'UA', text: 'Luhanska oblast' },
    { value: 'UA-46', country_code: 'UA', text: 'Lvivska oblast' },
    { value: 'UA-48', country_code: 'UA', text: 'Mykolaivska oblast' },
    { value: 'UA-51', country_code: 'UA', text: 'Odeska oblast' },
    { value: 'UA-53', country_code: 'UA', text: 'Poltavska oblast' },
    { value: 'UA-56', country_code: 'UA', text: 'Rivnenska oblast' },
    { value: 'UA-40', country_code: 'UA', text: "Sevastopol'" },
    { value: 'UA-59', country_code: 'UA', text: 'Sumska oblast' },
    { value: 'UA-61', country_code: 'UA', text: 'Ternopilska oblast' },
    { value: 'UA-05', country_code: 'UA', text: 'Vinnytska oblast' },
    { value: 'UA-07', country_code: 'UA', text: 'Volynska oblast' },
    { value: 'UA-21', country_code: 'UA', text: 'Zakarpatska oblast' },
    { value: 'UA-23', country_code: 'UA', text: 'Zaporizka oblast' },
    { value: 'UA-18', country_code: 'UA', text: 'Zhytomyrska oblast' },
    { value: 'UG-317', country_code: 'UG', text: 'Abim' },
    { value: 'UG-301', country_code: 'UG', text: 'Adjumani' },
    { value: 'UG-322', country_code: 'UG', text: 'Agago' },
    { value: 'UG-323', country_code: 'UG', text: 'Alebtong' },
    { value: 'UG-314', country_code: 'UG', text: 'Amolatar' },
    { value: 'UG-324', country_code: 'UG', text: 'Amudat' },
    { value: 'UG-216', country_code: 'UG', text: 'Amuria' },
    { value: 'UG-319', country_code: 'UG', text: 'Amuru' },
    { value: 'UG-302', country_code: 'UG', text: 'Apac' },
    { value: 'UG-303', country_code: 'UG', text: 'Arua' },
    { value: 'UG-217', country_code: 'UG', text: 'Budaka' },
    { value: 'UG-223', country_code: 'UG', text: 'Bududa' },
    { value: 'UG-201', country_code: 'UG', text: 'Bugiri' },
    { value: 'UG-117', country_code: 'UG', text: 'Buikwe' },
    { value: 'UG-224', country_code: 'UG', text: 'Bukedea' },
    { value: 'UG-118', country_code: 'UG', text: 'Bukomansibi' },
    { value: 'UG-218', country_code: 'UG', text: 'Bukwa' },
    { value: 'UG-225', country_code: 'UG', text: 'Bulambuli' },
    { value: 'UG-419', country_code: 'UG', text: 'Buliisa' },
    { value: 'UG-401', country_code: 'UG', text: 'Bundibugyo' },
    { value: 'UG-402', country_code: 'UG', text: 'Bushenyi' },
    { value: 'UG-202', country_code: 'UG', text: 'Busia' },
    { value: 'UG-219', country_code: 'UG', text: 'Butaleja' },
    { value: 'UG-120', country_code: 'UG', text: 'Buvuma' },
    { value: 'UG-226', country_code: 'UG', text: 'Buyende' },
    { value: 'UG-318', country_code: 'UG', text: 'Dokolo' },
    { value: 'UG-121', country_code: 'UG', text: 'Gomba' },
    { value: 'UG-304', country_code: 'UG', text: 'Gulu' },
    { value: 'UG-403', country_code: 'UG', text: 'Hoima' },
    { value: 'UG-203', country_code: 'UG', text: 'Iganga' },
    { value: 'UG-417', country_code: 'UG', text: 'Isingiro' },
    { value: 'UG-204', country_code: 'UG', text: 'Jinja' },
    { value: 'UG-315', country_code: 'UG', text: 'Kaabong' },
    { value: 'UG-404', country_code: 'UG', text: 'Kabale' },
    { value: 'UG-405', country_code: 'UG', text: 'Kabarole' },
    { value: 'UG-213', country_code: 'UG', text: 'Kaberamaido' },
    { value: 'UG-101', country_code: 'UG', text: 'Kalangala' },
    { value: 'UG-220', country_code: 'UG', text: 'Kaliro' },
    { value: 'UG-102', country_code: 'UG', text: 'Kampala' },
    { value: 'UG-205', country_code: 'UG', text: 'Kamuli' },
    { value: 'UG-413', country_code: 'UG', text: 'Kamwenge' },
    { value: 'UG-414', country_code: 'UG', text: 'Kanungu' },
    { value: 'UG-206', country_code: 'UG', text: 'Kapchorwa' },
    { value: 'UG-406', country_code: 'UG', text: 'Kasese' },
    { value: 'UG-207', country_code: 'UG', text: 'Katakwi' },
    { value: 'UG-112', country_code: 'UG', text: 'Kayunga' },
    { value: 'UG-407', country_code: 'UG', text: 'Kibaale' },
    { value: 'UG-103', country_code: 'UG', text: 'Kiboga' },
    { value: 'UG-227', country_code: 'UG', text: 'Kibuku' },
    { value: 'UG-420', country_code: 'UG', text: 'Kiryandongo' },
    { value: 'UG-408', country_code: 'UG', text: 'Kisoro' },
    { value: 'UG-305', country_code: 'UG', text: 'Kitgum' },
    { value: 'UG-316', country_code: 'UG', text: 'Koboko' },
    { value: 'UG-326', country_code: 'UG', text: 'Kole' },
    { value: 'UG-306', country_code: 'UG', text: 'Kotido' },
    { value: 'UG-208', country_code: 'UG', text: 'Kumi' },
    { value: 'UG-228', country_code: 'UG', text: 'Kween' },
    { value: 'UG-123', country_code: 'UG', text: 'Kyankwanzi' },
    { value: 'UG-421', country_code: 'UG', text: 'Kyegegwa' },
    { value: 'UG-415', country_code: 'UG', text: 'Kyenjojo' },
    { value: 'UG-307', country_code: 'UG', text: 'Lira' },
    { value: 'UG-229', country_code: 'UG', text: 'Luuka' },
    { value: 'UG-104', country_code: 'UG', text: 'Luwero' },
    { value: 'UG-124', country_code: 'UG', text: 'Lwengo' },
    { value: 'UG-116', country_code: 'UG', text: 'Lyantonde' },
    { value: 'UG-221', country_code: 'UG', text: 'Manafwa' },
    { value: 'UG-320', country_code: 'UG', text: 'Maracha' },
    { value: 'UG-105', country_code: 'UG', text: 'Masaka' },
    { value: 'UG-409', country_code: 'UG', text: 'Masindi' },
    { value: 'UG-214', country_code: 'UG', text: 'Mayuge' },
    { value: 'UG-209', country_code: 'UG', text: 'Mbale' },
    { value: 'UG-410', country_code: 'UG', text: 'Mbarara' },
    { value: 'UG-422', country_code: 'UG', text: 'Mitooma' },
    { value: 'UG-114', country_code: 'UG', text: 'Mityana' },
    { value: 'UG-308', country_code: 'UG', text: 'Moroto' },
    { value: 'UG-309', country_code: 'UG', text: 'Moyo' },
    { value: 'UG-106', country_code: 'UG', text: 'Mpigi' },
    { value: 'UG-107', country_code: 'UG', text: 'Mubende' },
    { value: 'UG-108', country_code: 'UG', text: 'Mukono' },
    { value: 'UG-311', country_code: 'UG', text: 'Nakapiripirit' },
    { value: 'UG-115', country_code: 'UG', text: 'Nakaseke' },
    { value: 'UG-109', country_code: 'UG', text: 'Nakasongola' },
    { value: 'UG-230', country_code: 'UG', text: 'Namayingo' },
    { value: 'UG-222', country_code: 'UG', text: 'Namutumba' },
    { value: 'UG-328', country_code: 'UG', text: 'Napak' },
    { value: 'UG-310', country_code: 'UG', text: 'Nebbi' },
    { value: 'UG-231', country_code: 'UG', text: 'Ngora' },
    { value: 'UG-423', country_code: 'UG', text: 'Ntoroko' },
    { value: 'UG-411', country_code: 'UG', text: 'Ntungamo' },
    { value: 'UG-330', country_code: 'UG', text: 'Otuke' },
    { value: 'UG-321', country_code: 'UG', text: 'Oyam' },
    { value: 'UG-312', country_code: 'UG', text: 'Pader' },
    { value: 'UG-210', country_code: 'UG', text: 'Pallisa' },
    { value: 'UG-110', country_code: 'UG', text: 'Rakai' },
    { value: 'UG-424', country_code: 'UG', text: 'Rubirizi' },
    { value: 'UG-412', country_code: 'UG', text: 'Rukungiri' },
    { value: 'UG-111', country_code: 'UG', text: 'Sembabule' },
    { value: 'UG-232', country_code: 'UG', text: 'Serere' },
    { value: 'UG-425', country_code: 'UG', text: 'Sheema' },
    { value: 'UG-215', country_code: 'UG', text: 'Sironko' },
    { value: 'UG-211', country_code: 'UG', text: 'Soroti' },
    { value: 'UG-212', country_code: 'UG', text: 'Tororo' },
    { value: 'UG-113', country_code: 'UG', text: 'Wakiso' },
    { value: 'UG-313', country_code: 'UG', text: 'Yumbe' },
    { value: 'UG-331', country_code: 'UG', text: 'Zombo' },
    { value: 'UM-95', country_code: 'UM', text: 'Palmyra Atoll' },
    { value: 'US-AL', country_code: 'US', text: 'Alabama' },
    { value: 'US-AK', country_code: 'US', text: 'Alaska' },
    { value: 'US-AZ', country_code: 'US', text: 'Arizona' },
    { value: 'US-AR', country_code: 'US', text: 'Arkansas' },
    { value: 'US-CA', country_code: 'US', text: 'California' },
    { value: 'US-CO', country_code: 'US', text: 'Colorado' },
    { value: 'US-CT', country_code: 'US', text: 'Connecticut' },
    { value: 'US-DE', country_code: 'US', text: 'Delaware' },
    { value: 'US-DC', country_code: 'US', text: 'District of Columbia' },
    { value: 'US-FL', country_code: 'US', text: 'Florida' },
    { value: 'US-GA', country_code: 'US', text: 'Georgia' },
    { value: 'US-HI', country_code: 'US', text: 'Hawaii' },
    { value: 'US-ID', country_code: 'US', text: 'Idaho' },
    { value: 'US-IL', country_code: 'US', text: 'Illinois' },
    { value: 'US-IN', country_code: 'US', text: 'Indiana' },
    { value: 'US-IA', country_code: 'US', text: 'Iowa' },
    { value: 'US-KS', country_code: 'US', text: 'Kansas' },
    { value: 'US-KY', country_code: 'US', text: 'Kentucky' },
    { value: 'US-LA', country_code: 'US', text: 'Louisiana' },
    { value: 'US-ME', country_code: 'US', text: 'Maine' },
    { value: 'US-MD', country_code: 'US', text: 'Maryland' },
    { value: 'US-MA', country_code: 'US', text: 'Massachusetts' },
    { value: 'US-MI', country_code: 'US', text: 'Michigan' },
    { value: 'US-MN', country_code: 'US', text: 'Minnesota' },
    { value: 'US-MS', country_code: 'US', text: 'Mississippi' },
    { value: 'US-MO', country_code: 'US', text: 'Missouri' },
    { value: 'US-MT', country_code: 'US', text: 'Montana' },
    { value: 'US-NE', country_code: 'US', text: 'Nebraska' },
    { value: 'US-NV', country_code: 'US', text: 'Nevada' },
    { value: 'US-NH', country_code: 'US', text: 'New Hampshire' },
    { value: 'US-NJ', country_code: 'US', text: 'New Jersey' },
    { value: 'US-NM', country_code: 'US', text: 'New Mexico' },
    { value: 'US-NY', country_code: 'US', text: 'New York' },
    { value: 'US-NC', country_code: 'US', text: 'North Carolina' },
    { value: 'US-ND', country_code: 'US', text: 'North Dakota' },
    { value: 'US-OH', country_code: 'US', text: 'Ohio' },
    { value: 'US-OK', country_code: 'US', text: 'Oklahoma' },
    { value: 'US-OR', country_code: 'US', text: 'Oregon' },
    { value: 'US-PA', country_code: 'US', text: 'Pennsylvania' },
    { value: 'US-RI', country_code: 'US', text: 'Rhode Island' },
    { value: 'US-SC', country_code: 'US', text: 'South Carolina' },
    { value: 'US-SD', country_code: 'US', text: 'South Dakota' },
    { value: 'US-TN', country_code: 'US', text: 'Tennessee' },
    { value: 'US-TX', country_code: 'US', text: 'Texas' },
    { value: 'US-UT', country_code: 'US', text: 'Utah' },
    { value: 'US-VT', country_code: 'US', text: 'Vermont' },
    { value: 'US-VA', country_code: 'US', text: 'Virginia' },
    { value: 'US-WA', country_code: 'US', text: 'Washington' },
    { value: 'US-WV', country_code: 'US', text: 'West Virginia' },
    { value: 'US-WI', country_code: 'US', text: 'Wisconsin' },
    { value: 'US-WY', country_code: 'US', text: 'Wyoming' },
    { value: 'UY-AR', country_code: 'UY', text: 'Artigas' },
    { value: 'UY-CA', country_code: 'UY', text: 'Canelones' },
    { value: 'UY-CL', country_code: 'UY', text: 'Cerro Largo' },
    { value: 'UY-CO', country_code: 'UY', text: 'Colonia' },
    { value: 'UY-DU', country_code: 'UY', text: 'Durazno' },
    { value: 'UY-FS', country_code: 'UY', text: 'Flores' },
    { value: 'UY-FD', country_code: 'UY', text: 'Florida' },
    { value: 'UY-LA', country_code: 'UY', text: 'Lavalleja' },
    { value: 'UY-MA', country_code: 'UY', text: 'Maldonado' },
    { value: 'UY-MO', country_code: 'UY', text: 'Montevideo' },
    { value: 'UY-PA', country_code: 'UY', text: 'Paysandu' },
    { value: 'UY-RN', country_code: 'UY', text: 'Rio Negro' },
    { value: 'UY-RV', country_code: 'UY', text: 'Rivera' },
    { value: 'UY-RO', country_code: 'UY', text: 'Rocha' },
    { value: 'UY-SA', country_code: 'UY', text: 'Salto' },
    { value: 'UY-SJ', country_code: 'UY', text: 'San Jose' },
    { value: 'UY-SO', country_code: 'UY', text: 'Soriano' },
    { value: 'UY-TA', country_code: 'UY', text: 'Tacuarembo' },
    { value: 'UY-TT', country_code: 'UY', text: 'Treinta y Tres' },
    { value: 'UZ-AN', country_code: 'UZ', text: 'Andijon' },
    { value: 'UZ-BU', country_code: 'UZ', text: 'Buxoro' },
    { value: 'UZ-FA', country_code: 'UZ', text: "Farg'ona" },
    { value: 'UZ-JI', country_code: 'UZ', text: 'Jizzax' },
    { value: 'UZ-NG', country_code: 'UZ', text: 'Namangan' },
    { value: 'UZ-NW', country_code: 'UZ', text: 'Navoiy' },
    { value: 'UZ-QA', country_code: 'UZ', text: 'Qashqadaryo' },
    {
      value: 'UZ-QR',
      country_code: 'UZ',
      text: "Qoraqalpog'iston Respublikasi"
    },
    { value: 'UZ-SA', country_code: 'UZ', text: 'Samarqand' },
    { value: 'UZ-SI', country_code: 'UZ', text: 'Sirdaryo' },
    { value: 'UZ-SU', country_code: 'UZ', text: 'Surxondaryo' },
    { value: 'UZ-TK', country_code: 'UZ', text: 'Toshkent' },
    { value: 'UZ-XO', country_code: 'UZ', text: 'Xorazm' },
    { value: 'VC-01', country_code: 'VC', text: 'Charlotte' },
    { value: 'VC-04', country_code: 'VC', text: 'Saint George' },
    { value: 'VE-Z', country_code: 'VE', text: 'Amazonas' },
    { value: 'VE-B', country_code: 'VE', text: 'Anzoategui' },
    { value: 'VE-C', country_code: 'VE', text: 'Apure' },
    { value: 'VE-D', country_code: 'VE', text: 'Aragua' },
    { value: 'VE-E', country_code: 'VE', text: 'Barinas' },
    { value: 'VE-F', country_code: 'VE', text: 'Bolivar' },
    { value: 'VE-G', country_code: 'VE', text: 'Carabobo' },
    { value: 'VE-H', country_code: 'VE', text: 'Cojedes' },
    { value: 'VE-Y', country_code: 'VE', text: 'Delta Amacuro' },
    { value: 'VE-A', country_code: 'VE', text: 'Distrito Capital' },
    { value: 'VE-I', country_code: 'VE', text: 'Falcon' },
    { value: 'VE-J', country_code: 'VE', text: 'Guarico' },
    { value: 'VE-K', country_code: 'VE', text: 'Lara' },
    { value: 'VE-L', country_code: 'VE', text: 'Merida' },
    { value: 'VE-M', country_code: 'VE', text: 'Miranda' },
    { value: 'VE-N', country_code: 'VE', text: 'Monagas' },
    { value: 'VE-O', country_code: 'VE', text: 'Nueva Esparta' },
    { value: 'VE-P', country_code: 'VE', text: 'Portuguesa' },
    { value: 'VE-R', country_code: 'VE', text: 'Sucre' },
    { value: 'VE-S', country_code: 'VE', text: 'Tachira' },
    { value: 'VE-T', country_code: 'VE', text: 'Trujillo' },
    { value: 'VE-X', country_code: 'VE', text: 'Vargas' },
    { value: 'VE-U', country_code: 'VE', text: 'Yaracuy' },
    { value: 'VE-V', country_code: 'VE', text: 'Zulia' },
    { value: 'VN-44', country_code: 'VN', text: 'An Giang' },
    { value: 'VN-54', country_code: 'VN', text: 'Bac Giang' },
    { value: 'VN-53', country_code: 'VN', text: 'Bac Kan' },
    { value: 'VN-55', country_code: 'VN', text: 'Bac Lieu' },
    { value: 'VN-56', country_code: 'VN', text: 'Bac Ninh' },
    { value: 'VN-50', country_code: 'VN', text: 'Ben Tre' },
    { value: 'VN-31', country_code: 'VN', text: 'Binh Dinh' },
    { value: 'VN-57', country_code: 'VN', text: 'Binh Duong' },
    { value: 'VN-58', country_code: 'VN', text: 'Binh Phuoc' },
    { value: 'VN-40', country_code: 'VN', text: 'Binh Thuan' },
    { value: 'VN-59', country_code: 'VN', text: 'Ca Mau' },
    { value: 'VN-CT', country_code: 'VN', text: 'Can Tho' },
    { value: 'VN-04', country_code: 'VN', text: 'Cao Bang' },
    { value: 'VN-DN', country_code: 'VN', text: 'Da Nang' },
    { value: 'VN-33', country_code: 'VN', text: 'Dak Lak' },
    { value: 'VN-71', country_code: 'VN', text: 'Dien Bien' },
    { value: 'VN-39', country_code: 'VN', text: 'Dong Nai' },
    { value: 'VN-45', country_code: 'VN', text: 'Dong Thap' },
    { value: 'VN-30', country_code: 'VN', text: 'Gia Lai' },
    { value: 'VN-03', country_code: 'VN', text: 'Ha Giang' },
    { value: 'VN-63', country_code: 'VN', text: 'Ha Nam' },
    { value: 'VN-HN', country_code: 'VN', text: 'Ha Noi' },
    { value: 'VN-23', country_code: 'VN', text: 'Ha Tinh' },
    { value: 'VN-61', country_code: 'VN', text: 'Hai Duong' },
    { value: 'VN-HP', country_code: 'VN', text: 'Hai Phong' },
    { value: 'VN-SG', country_code: 'VN', text: 'Ho Chi Minh' },
    { value: 'VN-14', country_code: 'VN', text: 'Hoa Binh' },
    { value: 'VN-66', country_code: 'VN', text: 'Hung Yen' },
    { value: 'VN-34', country_code: 'VN', text: 'Khanh Hoa' },
    { value: 'VN-47', country_code: 'VN', text: 'Kien Giang' },
    { value: 'VN-01', country_code: 'VN', text: 'Lai Chau' },
    { value: 'VN-35', country_code: 'VN', text: 'Lam Dong' },
    { value: 'VN-09', country_code: 'VN', text: 'Lang Son' },
    { value: 'VN-02', country_code: 'VN', text: 'Lao Cai' },
    { value: 'VN-41', country_code: 'VN', text: 'Long An' },
    { value: 'VN-67', country_code: 'VN', text: 'Nam Dinh' },
    { value: 'VN-22', country_code: 'VN', text: 'Nghe An' },
    { value: 'VN-18', country_code: 'VN', text: 'Ninh Binh' },
    { value: 'VN-36', country_code: 'VN', text: 'Ninh Thuan' },
    { value: 'VN-68', country_code: 'VN', text: 'Phu Tho' },
    { value: 'VN-32', country_code: 'VN', text: 'Phu Yen' },
    { value: 'VN-24', country_code: 'VN', text: 'Quang Binh' },
    { value: 'VN-27', country_code: 'VN', text: 'Quang Nam' },
    { value: 'VN-29', country_code: 'VN', text: 'Quang Ngai' },
    { value: 'VN-13', country_code: 'VN', text: 'Quang Ninh' },
    { value: 'VN-25', country_code: 'VN', text: 'Quang Tri' },
    { value: 'VN-52', country_code: 'VN', text: 'Soc Trang' },
    { value: 'VN-05', country_code: 'VN', text: 'Son La' },
    { value: 'VN-37', country_code: 'VN', text: 'Tay Ninh' },
    { value: 'VN-20', country_code: 'VN', text: 'Thai Binh' },
    { value: 'VN-69', country_code: 'VN', text: 'Thai Nguyen' },
    { value: 'VN-21', country_code: 'VN', text: 'Thanh Hoa' },
    { value: 'VN-26', country_code: 'VN', text: 'Thua Thien-Hue' },
    { value: 'VN-46', country_code: 'VN', text: 'Tien Giang' },
    { value: 'VN-51', country_code: 'VN', text: 'Tra Vinh' },
    { value: 'VN-07', country_code: 'VN', text: 'Tuyen Quang' },
    { value: 'VN-49', country_code: 'VN', text: 'Vinh Long' },
    { value: 'VN-70', country_code: 'VN', text: 'Vinh Phuc' },
    { value: 'VN-06', country_code: 'VN', text: 'Yen Bai' },
    { value: 'VU-MAP', country_code: 'VU', text: 'Malampa' },
    { value: 'VU-SAM', country_code: 'VU', text: 'Sanma' },
    { value: 'VU-SEE', country_code: 'VU', text: 'Shefa' },
    { value: 'VU-TAE', country_code: 'VU', text: 'Tafea' },
    { value: 'VU-TOB', country_code: 'VU', text: 'Torba' },
    { value: 'WF-UV', country_code: 'WF', text: 'Uvea' },
    { value: 'WS-AA', country_code: 'WS', text: "A'ana" },
    { value: 'WS-AT', country_code: 'WS', text: 'Atua' },
    { value: 'WS-GI', country_code: 'WS', text: 'Gagaifomauga' },
    { value: 'WS-PA', country_code: 'WS', text: 'Palauli' },
    { value: 'WS-TU', country_code: 'WS', text: 'Tuamasaga' },
    { value: 'YE-AD', country_code: 'YE', text: "'Adan" },
    { value: 'YE-AM', country_code: 'YE', text: "'Amran" },
    { value: 'YE-AB', country_code: 'YE', text: 'Abyan' },
    { value: 'YE-DA', country_code: 'YE', text: "Ad Dali'" },
    { value: 'YE-BA', country_code: 'YE', text: "Al Bayda'" },
    { value: 'YE-HU', country_code: 'YE', text: 'Al Hudaydah' },
    { value: 'YE-JA', country_code: 'YE', text: 'Al Jawf' },
    { value: 'YE-MR', country_code: 'YE', text: 'Al Mahrah' },
    { value: 'YE-MW', country_code: 'YE', text: 'Al Mahwit' },
    { value: 'YE-SA', country_code: 'YE', text: "Amanat al 'Asimah" },
    { value: 'YE-DH', country_code: 'YE', text: 'Dhamar' },
    { value: 'YE-HD', country_code: 'YE', text: 'Hadramawt' },
    { value: 'YE-HJ', country_code: 'YE', text: 'Hajjah' },
    { value: 'YE-IB', country_code: 'YE', text: 'Ibb' },
    { value: 'YE-LA', country_code: 'YE', text: 'Lahij' },
    { value: 'YE-MA', country_code: 'YE', text: "Ma'rib" },
    { value: 'YE-RA', country_code: 'YE', text: 'Raymah' },
    { value: 'YE-SD', country_code: 'YE', text: "Sa'dah" },
    { value: 'YE-SN', country_code: 'YE', text: "San'a'" },
    { value: 'YE-SH', country_code: 'YE', text: 'Shabwah' },
    { value: 'YE-TA', country_code: 'YE', text: "Ta'izz" },
    { value: 'ZA-EC', country_code: 'ZA', text: 'Eastern Cape' },
    { value: 'ZA-FS', country_code: 'ZA', text: 'Free State' },
    { value: 'ZA-GT', country_code: 'ZA', text: 'Gauteng' },
    { value: 'ZA-NL', country_code: 'ZA', text: 'Kwazulu-Natal' },
    { value: 'ZA-LP', country_code: 'ZA', text: 'Limpopo' },
    { value: 'ZA-MP', country_code: 'ZA', text: 'Mpumalanga' },
    { value: 'ZA-NW', country_code: 'ZA', text: 'North-West' },
    { value: 'ZA-NC', country_code: 'ZA', text: 'Northern Cape' },
    { value: 'ZA-WC', country_code: 'ZA', text: 'Western Cape' },
    { value: 'ZM-02', country_code: 'ZM', text: 'Central' },
    { value: 'ZM-08', country_code: 'ZM', text: 'Copperbelt' },
    { value: 'ZM-03', country_code: 'ZM', text: 'Eastern' },
    { value: 'ZM-04', country_code: 'ZM', text: 'Luapula' },
    { value: 'ZM-09', country_code: 'ZM', text: 'Lusaka' },
    { value: 'ZM-06', country_code: 'ZM', text: 'North-Western' },
    { value: 'ZM-05', country_code: 'ZM', text: 'Northern' },
    { value: 'ZM-07', country_code: 'ZM', text: 'Southern' },
    { value: 'ZM-01', country_code: 'ZM', text: 'Western' },
    { value: 'ZW-BU', country_code: 'ZW', text: 'Bulawayo' },
    { value: 'ZW-HA', country_code: 'ZW', text: 'Harare' },
    { value: 'ZW-MA', country_code: 'ZW', text: 'Manicaland' },
    { value: 'ZW-MC', country_code: 'ZW', text: 'Mashonaland Central' },
    { value: 'ZW-ME', country_code: 'ZW', text: 'Mashonaland East' },
    { value: 'ZW-MW', country_code: 'ZW', text: 'Mashonaland West' },
    { value: 'ZW-MV', country_code: 'ZW', text: 'Masvingo' },
    { value: 'ZW-MN', country_code: 'ZW', text: 'Matabeleland North' },
    { value: 'ZW-MS', country_code: 'ZW', text: 'Matabeleland South' },
    { value: 'ZW-MI', country_code: 'ZW', text: 'Midlands' }
  ].filter((p) => p.country_code === country);

  const childrenWithProps = React.Children.map(children, (child) =>
    React.cloneElement(child, {
      options: options.filter((o) => o.country_code === country),
      ...props
    })
  );

  return <div>{childrenWithProps}</div>;
}

ProvinceOptions.propTypes = {
  children: PropTypes.node.isRequired,
  country: PropTypes.string.isRequired
};

export { ProvinceOptions };
