{"id":215,"date":"2022-10-19T14:56:04","date_gmt":"2022-10-19T14:56:04","guid":{"rendered":"http:\/\/yashdave.in\/?page_id=215"},"modified":"2022-10-21T14:45:44","modified_gmt":"2022-10-21T14:45:44","slug":"locations","status":"publish","type":"page","link":"https:\/\/visatoamerica.org\/?page_id=215","title":{"rendered":"Locations"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"215\" class=\"elementor elementor-215\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5f5f9e8 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle tf-sticky-section tf-sticky-no\" data-id=\"5f5f9e8\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;tf_sticky&quot;:&quot;no&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-33548229\" data-id=\"33548229\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7742640 elementor-widget elementor-widget-heading\" data-id=\"7742640\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.7.8 - 02-10-2022 *\/\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\/style><h1 class=\"elementor-heading-title elementor-size-default\">Locations<\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-62820dcd elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"62820dcd\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"fas fa-chevron-down\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f2c8285 elementor-section-boxed elementor-section-height-default elementor-section-height-default tf-sticky-section tf-sticky-no\" data-id=\"f2c8285\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-fe86be5\" data-id=\"fe86be5\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fe1ddf6 elementor-widget elementor-widget-shortcode\" data-id=\"fe1ddf6\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\"><!-- Styles -->\r\n<style>\r\n#chartdiv {\r\n  width: 100%;\r\n  height: 500px;\r\n  overflow: hidden;\r\n}\r\n<\/style>\r\n\r\n<!-- Resources -->\r\n<script src=\"https:\/\/cdn.amcharts.com\/lib\/4\/core.js\"><\/script>\r\n<script src=\"https:\/\/cdn.amcharts.com\/lib\/4\/maps.js\"><\/script>\r\n<script src=\"https:\/\/cdn.amcharts.com\/lib\/4\/geodata\/worldLow.js\"><\/script>\r\n<script src=\"https:\/\/cdn.amcharts.com\/lib\/4\/themes\/animated.js\"><\/script>\r\n\r\n<!-- Chart code -->\r\n<script>\r\nam4core.ready(function() {\r\n\r\n\/\/ Themes begin\r\nam4core.useTheme(am4themes_animated);\r\n\/\/ Themes end\r\n\r\n\/\/ Create map instance\r\nvar chart = am4core.create(\"chartdiv\", am4maps.MapChart);\r\n\r\n\/\/ Set map definition\r\nchart.geodata = am4geodata_worldLow;\r\n\r\n\/\/ Set projection\r\nchart.projection = new am4maps.projections.Miller();\r\n\r\n\/\/ Create map polygon series\r\nvar polygonSeries = chart.series.push(new am4maps.MapPolygonSeries());\r\n\r\n\/\/ Exclude Antartica\r\npolygonSeries.exclude = [\"AQ\"];\r\n\r\n\/\/ Make map load polygon (like country names) data from GeoJSON\r\npolygonSeries.useGeodata = true;\r\n\r\n\/\/ Configure series\r\nvar polygonTemplate = polygonSeries.mapPolygons.template;\r\npolygonTemplate.tooltipText = \"{name}\";\r\npolygonTemplate.polygon.fillOpacity = 0.6;\r\n\r\n\r\n\/\/ Create hover state and set alternative fill color\r\nvar hs = polygonTemplate.states.create(\"hover\");\r\nhs.properties.fill = chart.colors.getIndex(0);\r\n\r\n\/\/ Add image series\r\nvar imageSeries = chart.series.push(new am4maps.MapImageSeries());\r\nimageSeries.mapImages.template.propertyFields.longitude = \"longitude\";\r\nimageSeries.mapImages.template.propertyFields.latitude = \"latitude\";\r\nimageSeries.mapImages.template.tooltipText = \"{title}\";\r\nimageSeries.mapImages.template.propertyFields.url = \"url\";\r\n\r\nvar circle = imageSeries.mapImages.template.createChild(am4core.Circle);\r\ncircle.radius = 4;\r\ncircle.propertyFields.fill = \"color\";\r\n\r\nvar circle2 = imageSeries.mapImages.template.createChild(am4core.Circle);\r\ncircle2.radius = 4;\r\ncircle2.propertyFields.fill = \"color\";\r\n\r\n\r\ncircle2.events.on(\"inited\", function(event){\r\n  animateBullet(event.target);\r\n})\r\n\r\n\r\nfunction animateBullet(circle) {\r\n    var animation = circle.animate([{ property: \"scale\", from: 1, to: 5 }, { property: \"opacity\", from: 1, to: 0 }], 1000, am4core.ease.circleOut);\r\n    animation.events.on(\"animationended\", function(event){\r\n      animateBullet(event.target.object);\r\n    })\r\n}\r\n\r\nvar colorSet = new am4core.ColorSet();\r\n\r\nimageSeries.data = [ {\r\n  \"title\": \"Italy\",\r\n  \"latitude\": 41.2925,\r\n  \"longitude\": 12.5736,\r\n  \"url\":href=\"https:\/\/visatoitaly.com\",\r\n  \"color\":colorSet.next()\r\n}, {\r\n  \"title\": \"Malta\",\r\n  \"latitude\": 35.917973,\r\n  \"longitude\": 14.409943,\r\n  \"url\":href=\"https:\/\/visatomalta.com\",\r\n  \"color\":colorSet.next()\r\n}, {\r\n  \"title\": \"Spain\",\r\n  \"latitude\": 48.8567,\r\n  \"longitude\": -3.7130,\r\n  \"url\":href=\"https:\/\/visatospain.pro\",\r\n  \"color\":colorSet.next()\r\n}, {\r\n  \"title\": \"Denmark\",\r\n  \"latitude\": 55.676098,\r\n  \"longitude\": 12.568337,\r\n  \"url\":href=\"https:\/\/visatodenmark.com\",\r\n  \"color\":colorSet.next()\r\n}, {\r\n  \"title\": \"Portugal\",\r\n  \"latitude\": 39.5572 ,\r\n  \"longitude\": -7.8537,\r\n  \"url\":href=\"https:\/\/visatoportugal.pro\",\r\n  \"color\":colorSet.next()\r\n}, {\r\n  \"title\": \"Greece\",\r\n  \"latitude\": 37.983810,\r\n  \"longitude\": 23.727539,\r\n  \"url\":href=\"https:\/\/visatogreece.pro\",\r\n  \"color\":colorSet.next()\r\n}, {\r\n  \"title\": \"Cyprus\",\r\n  \"latitude\": 35.095192,\r\n  \"longitude\": 33.203430,\r\n  \"url\":href=\"https:\/\/visatocyprus.com\",\r\n  \"color\":colorSet.next()\r\n}, {\r\n  \"title\": \"Ireland\",\r\n  \"latitude\": 53.41291,\r\n  \"longitude\": -8.24389,\r\n  \"url\":href=\"https:\/\/visatoireland.com\",\r\n  \"color\":colorSet.next()\r\n}, {\r\n  \"title\": \"Canada\",\r\n  \"latitude\": 56.1303673,\r\n  \"longitude\": -106.3467712,\r\n  \"url\":href=\"https:\/\/visatocanada.pro\",\r\n  \"color\":colorSet.next()\r\n}, {\r\n  \"title\": \"New Zealand\",\r\n  \"latitude\": -40.900557,\r\n  \"longitude\": 174.885971,\r\n  \"url\":href=\"https:\/\/visatonewzealand.com\",\r\n  \"color\":colorSet.next()\r\n}, {\r\n  \"title\": \"Australia\",\r\n  \"latitude\": -33.868857,\r\n  \"longitude\": 151.206079,\r\n  \"url\":href=\"https:\/\/visatoaustralia.pro\",\r\n  \"color\":colorSet.next()\r\n}, {\r\n  \"title\": \"Germany\",\r\n  \"latitude\": 51.165691,\r\n  \"longitude\": 10.451526,\r\n  \"url\":href=\"https:\/\/visatogermany.com\",\r\n  \"color\":colorSet.next()\r\n}, {\r\n  \"title\": \"America\",\r\n  \"latitude\": 37.090240,\r\n  \"longitude\": -95.712891,\r\n  \"url\":href=\"https:\/\/visatoamerica.org\",\r\n  \"color\":colorSet.next()\r\n},  ];\r\n\r\n}); \/\/ end am4core.ready()\r\n<\/script>\r\n\r\n<!-- HTML -->\r\n<div id=\"chartdiv\"><\/div><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0e7f925 elementor-section-boxed elementor-section-height-default elementor-section-height-default tf-sticky-section tf-sticky-no\" data-id=\"0e7f925\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;tf_sticky&quot;:&quot;no&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-319d082\" data-id=\"319d082\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4b7a36e elementor-widget elementor-widget-heading\" data-id=\"4b7a36e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Country List<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fc9cdb0 elementor-widget elementor-widget-heading\" data-id=\"fc9cdb0\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Choose your country<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c14fcce elementor-widget elementor-widget-text-editor\" data-id=\"c14fcce\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.7.8 - 02-10-2022 *\/\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\/style>\t\t\t\t<p>As a network firm, we value trust and communication over all else when it comes to building client relationships. We understand that each and every client\u2019s primary goal is to make the United States your new home, either temporarily or permanently. We open up the world to you and give you the option of choosing a new home in Canada, Spain, Portugal, Greece, Cyprus, Ireland, Australia, New Zealand, Germany and Denmark.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5542dcd elementor-section-boxed elementor-section-height-default elementor-section-height-default tf-sticky-section tf-sticky-no\" data-id=\"5542dcd\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-299a257 elementor-invisible\" data-id=\"299a257\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-12909ad elementor-widget elementor-widget-image\" data-id=\"12909ad\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.7.8 - 02-10-2022 *\/\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}<\/style>\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/visatodenmark.com\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1333\" height=\"2000\" src=\"https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/copenhagen-denmark-may-6-2018-moored-boats-at-harbor-near-buildings-in-copenhagen-denmark.jpg\" class=\"attachment-full size-full\" alt=\"COPENHAGEN, DENMARK - MAY 6, 2018: moored boats at harbor near buildings in Copenhagen, Denmark\" srcset=\"https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/copenhagen-denmark-may-6-2018-moored-boats-at-harbor-near-buildings-in-copenhagen-denmark.jpg 1333w, https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/copenhagen-denmark-may-6-2018-moored-boats-at-harbor-near-buildings-in-copenhagen-denmark-200x300.jpg 200w, https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/copenhagen-denmark-may-6-2018-moored-boats-at-harbor-near-buildings-in-copenhagen-denmark-682x1024.jpg 682w, https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/copenhagen-denmark-may-6-2018-moored-boats-at-harbor-near-buildings-in-copenhagen-denmark-768x1152.jpg 768w, https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/copenhagen-denmark-may-6-2018-moored-boats-at-harbor-near-buildings-in-copenhagen-denmark-1024x1536.jpg 1024w\" sizes=\"auto, (max-width: 1333px) 100vw, 1333px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6e955aa elementor-vertical-align-middle elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"6e955aa\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/visatoamerica.org\/wp-content\/plugins\/elementor\/assets\/css\/widget-icon-box.min.css\">\t\t<div class=\"elementor-icon-box-wrapper\">\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t<a href=\"https:\/\/visatodenmark.com\" >\n\t\t\t\t\t\tDenmark\t\t\t\t\t<\/a>\n\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-f19feb1 elementor-invisible\" data-id=\"f19feb1\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f40e6cd elementor-widget elementor-widget-image\" data-id=\"f40e6cd\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/visatocanada.pro\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1333\" height=\"2000\" src=\"https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/cn-tower-toronto-canada.jpg\" class=\"attachment-full size-full\" alt=\"CN Tower, Toronto, Canada\" srcset=\"https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/cn-tower-toronto-canada.jpg 1333w, https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/cn-tower-toronto-canada-200x300.jpg 200w, https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/cn-tower-toronto-canada-682x1024.jpg 682w, https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/cn-tower-toronto-canada-768x1152.jpg 768w, https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/cn-tower-toronto-canada-1024x1536.jpg 1024w\" sizes=\"auto, (max-width: 1333px) 100vw, 1333px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9e63813 elementor-vertical-align-middle elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"9e63813\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t<a href=\"https:\/\/visatocanada.pro\/\" >\n\t\t\t\t\t\tCanada\t\t\t\t\t<\/a>\n\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7a68c22 elementor-invisible\" data-id=\"7a68c22\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b22974a elementor-widget elementor-widget-image\" data-id=\"b22974a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/visatocyprus.com\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1333\" height=\"2000\" src=\"https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/famagusta-turkish-cyprus.jpg\" class=\"attachment-full size-full\" alt=\"Famagusta - Turkish Cyprus\" srcset=\"https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/famagusta-turkish-cyprus.jpg 1333w, https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/famagusta-turkish-cyprus-200x300.jpg 200w, https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/famagusta-turkish-cyprus-682x1024.jpg 682w, https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/famagusta-turkish-cyprus-768x1152.jpg 768w, https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/famagusta-turkish-cyprus-1024x1536.jpg 1024w\" sizes=\"auto, (max-width: 1333px) 100vw, 1333px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7f3ac36 elementor-vertical-align-middle elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"7f3ac36\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t<a href=\"https:\/\/visatocyprus.com\/\" >\n\t\t\t\t\t\tCyprus\t\t\t\t\t<\/a>\n\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-e419485 elementor-section-boxed elementor-section-height-default elementor-section-height-default tf-sticky-section tf-sticky-no\" data-id=\"e419485\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-a0ed827 elementor-invisible\" data-id=\"a0ed827\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-523fd82 elementor-widget elementor-widget-image\" data-id=\"523fd82\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/visatoireland.com\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1336\" height=\"2000\" src=\"https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/blackrock-castle-2-km-from-cork-city-centre-on-the-banks-of-the-river-lee-in-ireland.jpg\" class=\"attachment-full size-full\" alt=\"Blackrock Castle, 2 km from Cork city centre on the banks of the River Lee in Ireland\" srcset=\"https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/blackrock-castle-2-km-from-cork-city-centre-on-the-banks-of-the-river-lee-in-ireland.jpg 1336w, https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/blackrock-castle-2-km-from-cork-city-centre-on-the-banks-of-the-river-lee-in-ireland-200x300.jpg 200w, https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/blackrock-castle-2-km-from-cork-city-centre-on-the-banks-of-the-river-lee-in-ireland-684x1024.jpg 684w, https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/blackrock-castle-2-km-from-cork-city-centre-on-the-banks-of-the-river-lee-in-ireland-768x1150.jpg 768w, https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/blackrock-castle-2-km-from-cork-city-centre-on-the-banks-of-the-river-lee-in-ireland-1026x1536.jpg 1026w\" sizes=\"auto, (max-width: 1336px) 100vw, 1336px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4db5a57 elementor-vertical-align-middle elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"4db5a57\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t<a href=\"https:\/\/visatoireland.com\/\" >\n\t\t\t\t\t\tIreland\t\t\t\t\t<\/a>\n\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-aacd516 elementor-invisible\" data-id=\"aacd516\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-bddf28b elementor-widget elementor-widget-image\" data-id=\"bddf28b\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/visatoportugal.pro\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1333\" height=\"2000\" src=\"https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/tram-in-lisbon-portugal.jpg\" class=\"attachment-full size-full\" alt=\"Tram in Lisbon, Portugal\" srcset=\"https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/tram-in-lisbon-portugal.jpg 1333w, https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/tram-in-lisbon-portugal-200x300.jpg 200w, https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/tram-in-lisbon-portugal-682x1024.jpg 682w, https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/tram-in-lisbon-portugal-768x1152.jpg 768w, https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/tram-in-lisbon-portugal-1024x1536.jpg 1024w\" sizes=\"auto, (max-width: 1333px) 100vw, 1333px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd4245d elementor-vertical-align-middle elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"fd4245d\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t<a href=\"https:\/\/visatoportugal.pro\/\" >\n\t\t\t\t\t\tPortugal\t\t\t\t\t<\/a>\n\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-db96593 elementor-invisible\" data-id=\"db96593\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-658ec88 elementor-widget elementor-widget-image\" data-id=\"658ec88\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/visatogermany.com\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1333\" height=\"2000\" src=\"https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/cologne-germany.jpg\" class=\"attachment-full size-full\" alt=\"Cologne - Germany\" srcset=\"https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/cologne-germany.jpg 1333w, https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/cologne-germany-200x300.jpg 200w, https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/cologne-germany-682x1024.jpg 682w, https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/cologne-germany-768x1152.jpg 768w, https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/cologne-germany-1024x1536.jpg 1024w\" sizes=\"auto, (max-width: 1333px) 100vw, 1333px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5f3fadc elementor-vertical-align-middle elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"5f3fadc\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t<a href=\"https:\/\/visatogermany.com\/\" >\n\t\t\t\t\t\tGermany\t\t\t\t\t<\/a>\n\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-826b1b0 elementor-section-full_width elementor-section-height-default elementor-section-height-default tf-sticky-section tf-sticky-no\" data-id=\"826b1b0\" data-element_type=\"section\" data-settings=\"{&quot;tf_sticky&quot;:&quot;no&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5679814a\" data-id=\"5679814a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1ecc4b5f elementor-widget elementor-widget-gallery\" data-id=\"1ecc4b5f\" data-element_type=\"widget\" data-settings=\"{&quot;columns&quot;:6,&quot;columns_mobile&quot;:3,&quot;gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;aspect_ratio&quot;:&quot;1:1&quot;,&quot;lazyload&quot;:&quot;yes&quot;,&quot;gallery_layout&quot;:&quot;grid&quot;,&quot;columns_tablet&quot;:2,&quot;gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;content_hover_animation&quot;:&quot;fade-in&quot;}\" data-widget_type=\"gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor-pro - v3.5.2 - 28-11-2021 *\/\n.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);-webkit-transition-duration:var(--overlay-transition-duration);-o-transition-duration:var(--overlay-transition-duration);transition-duration:var(--overlay-transition-duration);-webkit-transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;-o-transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color,-webkit-transform}.elementor-gallery-item__image.e-gallery-image{-webkit-transition-duration:var(--image-transition-duration);-o-transition-duration:var(--image-transition-duration);transition-duration:var(--image-transition-duration);-webkit-transition-property:-webkit-filter,-webkit-transform;transition-property:-webkit-filter,-webkit-transform;-o-transition-property:filter,transform;transition-property:filter,transform;transition-property:filter,transform,-webkit-filter,-webkit-transform}.elementor-gallery-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:var(--content-justify-content,center);-ms-flex-pack:var(--content-justify-content,center);justify-content:var(--content-justify-content,center);-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{-webkit-transition-duration:var(--content-transition-duration);-o-transition-duration:var(--content-transition-duration);transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){-webkit-transition-delay:calc((var(--content-transition-delay) \/ 3));-o-transition-delay:calc((var(--content-transition-delay) \/ 3));transition-delay:calc((var(--content-transition-delay) \/ 3))}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){-webkit-transition-delay:calc((var(--content-transition-delay) \/ 3) * 2);-o-transition-delay:calc((var(--content-transition-delay) \/ 3) * 2);transition-delay:calc((var(--content-transition-delay) \/ 3) * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){-webkit-transition-delay:calc((var(--content-transition-delay) \/ 3) * 3);-o-transition-delay:calc((var(--content-transition-delay) \/ 3) * 3);transition-delay:calc((var(--content-transition-delay) \/ 3) * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:var(--titles-container-justify-content,center);-ms-flex-pack:var(--titles-container-justify-content,center);justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:var(--galleries-pointer-border-width);border-right-width:0;border-top-width:0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-left-width:0;border-bottom-width:0;border-right-width:var(--galleries-pointer-border-width);border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:0;border-right-width:0;border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-left-width:0;border-bottom-width:var(--galleries-pointer-border-width);border-right-width:var(--galleries-pointer-border-width);border-top-width:0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-right:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{-webkit-transition-property:all;-o-transition-property:all;transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}<\/style>\t\t<div class=\"elementor-gallery__container\">\n\t\t\t\t\t\t\t<div class=\"e-gallery-item elementor-gallery-item elementor-animated-content\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/usa.jpg\" data-width=\"400\" data-height=\"444\" alt=\"\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"e-gallery-item elementor-gallery-item elementor-animated-content\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/Swisterland.jpg\" data-width=\"400\" data-height=\"444\" alt=\"\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"e-gallery-item elementor-gallery-item elementor-animated-content\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/London.jpg\" data-width=\"400\" data-height=\"444\" alt=\"\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"e-gallery-item elementor-gallery-item elementor-animated-content\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/China.jpg\" data-width=\"400\" data-height=\"444\" alt=\"\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"e-gallery-item elementor-gallery-item elementor-animated-content\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/dENMARK.jpg\" data-width=\"400\" data-height=\"444\" alt=\"\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"e-gallery-item elementor-gallery-item elementor-animated-content\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/visatoamerica.org\/wp-content\/uploads\/2022\/10\/sydney-australia-3TDCQEV.jpg\" data-width=\"800\" data-height=\"534\" alt=\"\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Locations Country List Choose your country As a network firm, we value trust and communication over all else when it comes to building client relationships. We understand that each and every client\u2019s primary goal is to make the United States your new home, either temporarily or permanently. We open up the world to you and [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-215","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/visatoamerica.org\/index.php?rest_route=\/wp\/v2\/pages\/215","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/visatoamerica.org\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/visatoamerica.org\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/visatoamerica.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/visatoamerica.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=215"}],"version-history":[{"count":7,"href":"https:\/\/visatoamerica.org\/index.php?rest_route=\/wp\/v2\/pages\/215\/revisions"}],"predecessor-version":[{"id":402,"href":"https:\/\/visatoamerica.org\/index.php?rest_route=\/wp\/v2\/pages\/215\/revisions\/402"}],"wp:attachment":[{"href":"https:\/\/visatoamerica.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=215"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}