function topFunction(){var n=$("html, body");n.stop().animate({scrollTop:0},500,"swing")}function queSeEligeTop(){var n=$("#divCargosAElegir"),t=$("html, body"),i=n.position().top;t.stop().animate({scrollTop:i},500,"swing")}function capitalizeFirstLetterEachWordSplitBySpace(n){var r=n.split(" "),t="";for(i=0;i<r.length;i++)lowerWord=r[i].toLowerCase(),lowerWord=lowerWord.trim(),capitalizedWord=lowerWord.slice(0,1).toUpperCase()+lowerWord.slice(1),t+=capitalizedWord,i!=r.length-1&&(t+=" ");return t[t.length-1]="",t}function redondear(n,t){return Math.round(n*Math.pow(10,t))/Math.pow(10,t)}function formatearNumero(n,t,i){anynum=n;divider=10;switch(t){case 0:divider=1;break;case 1:divider=10;break;case 2:divider=100;break;default:divider=1e3}try{anynum=parseFloat(anynum.replace(",","."))}catch(r){var u=r.message}for(workNum=redondear(anynum,t),workStr=""+workNum,workStr.indexOf(".")==-1&&(workStr+=","),workStr=workStr.replace(".",","),dStr=workStr.substr(0,workStr.indexOf(",")),dNum=+dStr,pStr=workStr.substr(workStr.indexOf(","));pStr.length-1<t;)pStr+="0";return pStr==","&&(pStr=""),i&&(dNum>=1e3&&(dLen=dStr.length,dStr=parseInt(""+dNum/1e3)+"."+dStr.substring(dLen-3,dLen)),dNum>=1e6&&(dLen=dStr.length,dStr=parseInt(""+dNum/1e6)+"."+dStr.substring(dLen-7,dLen)),dNum>=1e9&&(dLen=dStr.length,dStr=parseInt(""+dNum/1e9)+"."+dStr.substring(dLen-11,dLen))),retval=dStr+pStr}function formatearNumeroyTruncar(n,t,i){Number.isNaN(n)&&(n=0);anynum=n;divider=10;switch(t){case 0:divider=1;break;case 1:divider=10;break;case 2:divider=100;break;default:divider=1e3}try{anynum=parseFloat(anynum.replace(",","."))}catch(r){var u=r.message}for(workNum=anynum.toString().match(/^-?\d+(?:\.\d{0,2})?/)[0],workStr=""+workNum,workStr.indexOf(".")==-1&&(workStr+=","),workStr=workStr.replace(".",","),dStr=workStr.substr(0,workStr.indexOf(",")),dNum=+dStr,pStr=workStr.substr(workStr.indexOf(","));pStr.length-1<t;)pStr+="0";return pStr==","&&(pStr=""),i&&(dNum>=1e3&&(dLen=dStr.length,dStr=parseInt(""+dNum/1e3)+"."+dStr.substring(dLen-3,dLen)),dNum>=1e6&&(dLen=dStr.length,dStr=parseInt(""+dNum/1e6)+"."+dStr.substring(dLen-7,dLen)),dNum>=1e9&&(dLen=dStr.length,dStr=parseInt(""+dNum/1e9)+"."+dStr.substring(dLen-11,dLen))),retval=dStr+pStr}function lpad(n,t,i){var r=n.toString();for(i||(i="0");r.length<t;)r=i+r;return r}function rpad(n,t,i){var r=n.toString();for(i||(i="0");r.length<t;)r=r+i;return r}function nuevaVentana(n){window.open(n,"_blank")}function redireccionar(n){window.location=n}function isValidEmailAddress(n){var t=new RegExp(/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i);return t.test(n)}function validarMail(n){if(!isValidEmailAddress($("#"+n).val())&&$("#"+n).val().length>0)escribirMensaje(2,null,function(){return $("#"+n).val(""),$("#"+n).focus(),!1});else return!0}function existeVacio(n){var r=!1,u="",i,t,f;if(n!=undefined&&n.length>0){for(i=-1,t=0;t<n.length;t++)j=t,document.getElementById(n[t].split("|")[1]).value==""?(r=!0,u+="<li>"+n[t].split("|")[2]+"<\/li>",i<0&&(i=t)):($("#"+n[t].split("|")[1]).is("label")&&$("#"+n[t].split("|")[1]).text()==""&&(r=!0,u+="<li>"+n[t].split("|")[2]+"<\/li>",i<0&&(i=t)),$("#"+n[t].split("|")[1]).is("select")&&$("#"+n[t].split("|")[1]+" option:selected").val()==0&&(r=!0,u+="<li>"+n[t].split("|")[2]+"<\/li>",i<0&&(i=t)),$("#"+n[t].split("|")[1]).is("div")&&$("#"+n[t].split("|")[1]).html()==""&&(r=!0,u+="<li>"+n[t].split("|")[2]+"<\/li>",i<0&&(i=t)));return r?(f={sMensaje:"<ul>"+u+"<\/ul>"},escribirMensaje(3,f,function(){document.getElementById(n[i].split("|")[1]).focus()}),!1):!0}return!0}function centerModals(n){var t;t=n.length?n:$(".modal-vcenter:visible");t.each(function(){var t=$(this).clone().css("display","block").appendTo("body"),n=Math.round((t.height()-t.find(".modal-content").height())/2);n=n>0?n:0;t.remove();$(this).find(".modal-content").css("margin-top",n)})}function soloNumeros(){$(".numeric").on("input",function(){this.value=this.value.replace(/[^0-9]/g,"")});$(".decimal").on("keypress",function(n){(n.which!=46||$(this).val().indexOf(".")!=-1)&&(n.which<48||n.which>57)&&n.which!=0&&n.which!=8&&n.preventDefault();var t=$(this).val();t.indexOf(".")!=-1&&t.substring(t.indexOf(".")).length>2&&n.which!=0&&n.which!=8&&$(this)[0].selectionStart>=t.length-2&&n.preventDefault()})}function parseDMY(n){var t=[];if($('[type="date"]').prop("type")!=="date"){t=n.split("/");var r=parseInt(t[0],10),u=parseInt(t[1],10),i=parseInt(t[2],10)}else{t=n.split("-");var i=parseInt(t[0],10),u=parseInt(t[1],10),r=parseInt(t[2],10)}return i<1900&&(i="a"),new Date(i,u-1,r)}function esFechaValida(n,t,i){var r=parseDMY(n);return r=="Invalid Date"?!1:r<t||r>i?!1:!0}function refrescarTabla(n,t){var i=$("#"+n).dataTable(),u=i.fnSettings(),r;for(i.fnClearTable(this),r=0;r<t.length;r++)i.oApi._fnAddData(u,t[r]);u.aiDisplay=u.aiDisplayMaster.slice();i.fnDraw()}function blanquearPagina(n){n?confirm("¿Desea reestablecer la página?")&&(window.document.location.href=window.location.pathname):window.document.location.href=window.location.pathname}function validarDocumento(n){if($("#"+n).val().length<7&&$("#"+n).val().length>0)escribirMensaje(6,null,function(){return $("#"+n).val(""),$("#"+n).focus(),!1});else return!0}function validaCuit(n){var r="5432765432",r=r.split(""),t;if(n&&n.length==11){for(aCUIT=n.split(""),t=0,i=0;i<=9;i++)t+=aCUIT[i]*r[i];if(t=t%11,t=11-t,t==11&&(t=0),t==10&&(t=9),t==aCUIT[10])return!0}return!1}function isDateValid(n,t){try{if(n!==undefined&&n.value!==""){if(/^\d{4}\-\d{2}\-\d{2}$/.test(n.value)||/^\d{2}\/\d{2}\/\d{4}$/.test(n.value)){var r,u,i;if(/^\d{4}\-\d{2}\-\d{2}$/.test(n.value)?(r=parseInt(n.value.substring(8),10),u=parseInt(n.value.substring(5,7),10),i=parseInt(n.value.substring(0,4))):(r=parseInt(n.value.substring(0,2),10),u=parseInt(n.value.substring(3,5),10),i=parseInt(n.value.substring(6))),i<1900||i>2030)return escribirMensaje(0,"La fecha de nacimiento es incorrecta.",function(){n.value="";n.focus()}),!1;switch(u){case 1:case 3:case 5:case 7:case 8:case 10:case 12:nDias=31;break;case 4:case 6:case 9:case 11:nDias=30;break;case 2:nDias=comprobarBisiesto(i)?29:28;break;default:return escribirMensaje(0,"La fecha de nacimiento es incorrecta.",function(){n.value="";n.focus()}),!1}return r>nDias||r===0?(escribirMensaje(0,"La fecha de nacimiento es incorrecta.",function(){n.value="";n.focus()}),!1):!0}return escribirMensaje(0,"La fecha de nacimiento es incorrecta.",function(){n.value="";n.focus()}),!1}if(t==="S"&&n.value==="")return n.value=mostrarFechaActual(),!0}catch(f){return""}}function getCuil_Cuit(n,t){"use strict";var o=["HOMBRE","M","MALE"],i,f,s,e,r,u;if(n.length!==8||isNaN(n)){if(n.length!==7||isNaN(n))return"";n="0".concat(n)}for(t=t.toUpperCase(),i=o.indexOf(t)>=0?"20":["MUJER","F","FEMALE"].indexOf(t)>=0?"27":"30",s=[3,2,7,6,5,4,3,2],e=parseInt(i.charAt(0))*5+parseInt(i.charAt(1))*4,r=0;r<8;r++)e+=parseInt(n.charAt(r))*s[r];return u=parseInt(e)%11,["SOCIEDAD","S","SOCIETY"].indexOf(t)<0&&u===1?(f=o.indexOf(t)>=0?"9":"4",i="23"):f=u===0?"0":11-u,[i,n,f].join("")}function validarCuit_Cuil(n,t){var i=n.toString(),r,u;if(i.length===11){if(r=i.charAt(0)+i.charAt(1),!self.isNullOrUndefinedOrEmpty(t)){var f=i.substring(2,10),e=parseInt(f),o=parseInt(t);if(e!==o)return!1}if((r==="20"||r==="23"||r==="24"||r==="27"||r==="30"||r==="33"||r==="34")&&(u=i.charAt(0)*5+i.charAt(1)*4+i.charAt(2)*3+i.charAt(3)*2+i.charAt(4)*7+i.charAt(5)*6+i.charAt(6)*5+i.charAt(7)*4+i.charAt(8)*3+i.charAt(9)*2+i.charAt(10)*1,Division=u/11,Division===Math.floor(Division)))return!0}return!1}function isNullOrUndefinedOrEmpty(n){return n===undefined||n===null||n===""}function removeFirstCero(n){return!self.isNullOrUndefinedOrEmpty(n)&&n.substring(0,1)==="0"?n.substring(1,n.length):n}function removeFifteen(n){return!self.isNullOrUndefinedOrEmpty(n)&&n.substring(0,2)==="15"?n.substring(2,n.length):n}function validarLargoCBU(n){return n.length!==22?!1:!0}function validarCodigoBanco(n){if(n.length!==8)return!1;var t=n.substr(0,3),r=parseInt(n[3]),i=n.substr(4,3),u=parseInt(n[7]),f=t[0]*7+t[1]*1+t[2]*3+r*9+i[0]*7+i[1]*1+i[2]*3,e=10-f%10%10;return e===u}function validarCuenta(n){if(n.length!==14)return!1;var t=parseInt(n[13]),i=n[0]*3+n[1]*9+n[2]*7+n[3]*1+n[4]*3+n[5]*9+n[6]*7+n[7]*1+n[8]*3+n[9]*9+n[10]*7+n[11]*1+n[12]*3,r=(10-i%10)%10;return r===t}function validarCbu(n){return validarLargoCBU(n)&&validarCodigoBanco(n.substr(0,8))&&validarCuenta(n.substr(8,14))}function getUrlParameter(n){for(var u=decodeURIComponent(window.location.search.substring(1)),r=u.split("&"),t,i=0;i<r.length;i++)if(t=r[i].split("="),t[0]===n)return t[1]===undefined?!0:t[1]}function mostrarMapaModal(n,t){if(!self.isNullOrUndefinedOrEmpty(n)&&!self.isNullOrUndefinedOrEmpty(t)){$("#divModalMapa").modal({keyboard:!0});$("#divModalMapa").on("shown.bs.modal",function(){self.iniciarMapa(n,t);$("#btnCerrarModalMapa").focus()});var i=$("#expandirMapa");i.data("latitude",n);i.data("longitude",t)}}function iniciarMapa(n,t){var i=new google.maps.LatLng(n,t),r={zoom:17,center:i,mapTypeId:google.maps.MapTypeId.HYBRID,zoomControl:!0,zoomControlOptions:{style:google.maps.ZoomControlStyle.LARGE},streetViewControl:!1,panControl:!0,scaleControl:!0},u;map=new google.maps.Map(document.getElementById("map_canvas"),r);u=new google.maps.Marker({position:i,map:map,clickable:!0,draggable:!1})}function expandirMapa(n,t){window.open("https://www.google.com/maps?ll="+n+","+t+"&z=17&t=h&hl=es-419&gl=US&mapclient=apiv3")}function gotoDiv(n){var t=$("#"+n),i=$("html, body"),r=t.offset().top;i.stop().animate({scrollTop:r},500,"swing")}function renderRowDestacadaPorValor(n,t,i,r,u,f){if(t[r]===f)var e=$(n).addClass(u)}function escribirMensaje(n,t,i){var r="",u="",h="Información",f;switch(n){case 0:u="W";r=t;break;case 1:u="W";r="Ingrese un Nº de documento válido.";break;case 2:u="W";r="Ingrese un mail válido.";break;case 3:u="W";r="Debe completar los siguientes campos:<br/>"+t.sMensaje;break;case 4:u="W";r="La persona <b>"+t.sApellidos+", "+t.sNombres+"<\/b> ya se encuentra inscripta una comisión.<br/>Para darse de baja debe acudir personalmente al Tribunal Electoral o llamar por teléfono: (0387) 425-8222 / 425-0686";break;case 5:u="W";r="Debe comprobar que no es un robot.";break;case 6:u="W";r="Ingrese un documento válido.";break;case 7:u="S";r="La persona <b>"+t.sApellidos+", "+t.sNombres+"<\/b> se inscribió exitosamente en la comisión Nº "+t.nComision+".";break;case 8:u="W";r="Por el momento no está permitida la inscripción a personas que no sean docentes de la Provincia de Salta o no hayan sido autoridades de mesa en elecciones anteriores.<br/>En caso que sea docente y no esté en nuestros registros, acuda al Tribunal Electoral o alguna de sus sedes del interior con alguna documentación que lo certifique para que nuestro personal lo inscriba.";break;case 9:u="S";r="El código de validación de e-mail se ha enviado exitosamente a la cuenta de correo electrónico <strong>"+t+"<\/strong>. Revise la Bandeja de entrada o en su defecto en la carpeta <strong>Spam<\/strong> para poder continuar con el proceso.";break;case 10:u="W";r="El código de validación del mail es incorrecto.";break;case 11:u="W";r='Ingrese un número de celular válido. El código de área debe ir sin el "0" y el número debe ir sin el "15".';break;case 12:u="W";r="El mail <b>"+t+"<\/b> ya se encuentra registrado, por favor ingrese otro.";break;case 13:u="S";r="Su inscripción para asistente técnico ha concluído satisfactoriamente.";break;case 14:u="W";r="La persona con documento Nº <b>"+t+"<\/b> no se desempeñó como Asistente Técnico en las últimas elecciones ni se encuentra cargada en la base de datos de la Universidad Nacional de Salta.";break;case 15:u="W";r="La persona con documento Nº <b>"+t+"<\/b> no se desempeñó como Asistente Técnico en las últimas elecciones ni se encuentra cargada en las siguientes bases de datos:<br/><ul><li>Universidad Católica de Salta<\/li><li>Programa Conectar Igualdad<\/li><\/ul>.";break;case 16:u="W";r="Por el momento no hay más vacantes para cursos en la ciudad de Salta.";break;case 17:u="S";r="Se guardaron exitosamente los datos de la cuenta a depositar.";break;case 18:u="S";r=t;break;case 19:u="I";r=t;h="Cancelación de inscripción";break;case 20:u="E";r=t;break;case 20:u="E";r=t}var o="",e="",s="";switch(u){case"E":o="Error";e="alert-danger";s="glyphicon-remove-sign";break;case"I":o=h;e="alert-info";s="glyphicon-info-sign";break;case"S":o="Éxito";e="alert-success";s="glyphicon-ok-sign";break;case"W":o="Advertencia";e="alert-warning";s="glyphicon-exclamation-sign";break;default:e="alert-primary"}f=$('<div class="modal modal-static fade" id="divMensaje" role="dialog" aria-hidden="true"><div class="modal-dialog"><div class="modal-content"><div class="modal-header '+e+'"><button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;<\/span><span class="sr-only">Cerrar<\/span><\/button><h4 class="modal-title"><i class="glyphicon '+s+'"><\/i> '+o+'<\/h4><\/div><div class="modal-body">'+r+"<\/div><\/div><\/div><\/div>");f.on("show.bs.modal",function(){});f.on("shown.bs.modal",function(){$(".modal-header button").focus()});f.on("hidden.bs.modal",function(){i!==undefined&&i();f.off("hidden.bs.modal")});f.on("hidden.bs.modal",function(){$($(".modal")[$(".modal").length-1]).remove();$(".modal-backdrop").remove();$("body").css("padding-right","0px")});f.modal()}function escribirConfirmacion(n,t,i,r){var f="";switch(n){case 0:f=t;break;case 1:f="Al confirmar que no posee antecedentes laborales, se eliminaran los que fueron cargados. ¿Desea continuar?"}var u=$('<div class="modalConfirmar modal modal-static fade" id="divMensaje" role="dialog" aria-hidden="true"><div class="modal-dialog"><div class="modal-content"><div class="modal-header alert-info"><h4 class="modal-title"><i class="glyphicon glyphicon glyphicon-question-sign"><\/i> Confirmar<\/h4><\/div><div class="modal-body">'+f+'<\/div><div class="modal-footer"><div class="col-xs-6 text-center"><button id="btnConfirmarSi" class="btn btn-success">SI<\/button><\/div><div class="col-xs-6 text-center"><button id="btnConfirmarNo" class="btn btn-danger">NO<\/button><\/div><\/div><\/div><\/div><\/div>');u.on("show.bs.modal",function(){});u.on("shown.bs.modal",function(){$("#btnConfirmarSi").focus()});$(u.find("#btnConfirmarSi")).on("click",function(){i();u.modal("hide")});$(u.find("#btnConfirmarNo")).on("click",function(){r();u.modal("hide")});u.on("hidden.bs.modal",function(){u.off("hidden.bs.modal");$(".modalConfirmar").remove();$(".modal-backdrop").remove();$("body").css("padding-right","0px")});u.modal();$(u.find("#btnConfirmarSi")).focus()}function cargarMapaSalta(){$("#vmapDepartamentos").vectorMap({map:"mapaDepartamentos",backgroundColor:"#fff",borderColor:"#000",borderOpacity:.25,borderWidth:1,color:"#90b7dc",enableZoom:!0,hoverColor:"#fdbe5d",hoverOpacity:null,normalizeFunction:"linear",selectedColor:"#feebce",selectedRegion:["1"],showTooltip:!0,onRegionClick:function(n,t,i){var r=parseInt(t),u=Math.floor(Date.now()/1e3);$("#lblDepartamento").text(i);$.getJSON(baseUrl+"JSON/Convocatoria/2023G/cargos.json?"+u,function(n){var t=[],f=1,i=0,u=0,e,o;$.each(n,function(e,o){o.nDeptoId===r&&(o.nCargoId===3?i=o.nTitularCantidad:o.nCargoId===4?u=o.nTitularCantidad:o.nMunicipioId!==null&&($.grep(t,function(n){return o.nMunicipioId===n.nMunicipioId}).length>0?$.each(t,function(n,i){o.nMunicipioId===i.nMunicipioId&&(t[n].nCantidadIntendente=o.nCargoId===6?o.nTitularCantidad:t[n].nCantidadIntendente,t[n].nCantidadConcejal=o.nCargoId===7?o.nTitularCantidad:t[n].nCantidadConcejal)}):t.push({nMunicipioId:o.nMunicipioId,sMunicipio:o.sMunicipio,nCantidadIntendente:o.nCargoId===6?o.nTitularCantidad:0,nCantidadConcejal:o.nCargoId===7?o.nTitularCantidad:0})));e===n.length-1&&$.each(t,function(n){t[n].nCantidadGobernador=f;t[n].nCantidadSenador=i;t[n].nCantidadDiputado=u})});t.sort(function(n,t){t.sMunicipio-n.sMunicipio});$("#tblCargos tbody").html("");e=0;o=0;$.each(t,function(n,r){f+=r.nCantidadGobernador;i+=r.nCantidadSenador;u+=r.nCantidadDiputado;e+=r.nCantidadIntendente;o+=r.nCantidadConcejal;n===0?$("#tblCargos tbody").append('<tr class="text-center"><td class="text-left" headers="municipio" style="text-transform:capitalize">'+r.sMunicipio.toLowerCase()+'<\/td><td rowspan="'+t.length+'" headers="gobernador" data-cargo="gobernador">'+r.nCantidadGobernador+'<\/td><td rowspan="'+t.length+'" headers="senador" data-cargo="senador">'+r.nCantidadSenador+'<\/td><td rowspan="'+t.length+'" headers="diputado" data-cargo="diputado">'+r.nCantidadDiputado+'<\/td><td rowspan="'+t.length+'" headers="intendente" data-cargo="intendente">'+r.nCantidadIntendente+'<\/td><td headers="concejal" data-cargo="concejal">'+r.nCantidadConcejal+"<\/td>NaN"):$("#tblCargos tbody").append('<tr class="text-center"><td class="text-left" headers="municipio" style="text-transform:capitalize">'+r.sMunicipio.toLowerCase()+'<\/td><td headers="concejal" data-cargo="concejal">'+r.nCantidadConcejal+"<\/td>NaN")});f===0?$("[data-cargo=gobernador]").hide():$("[data-cargo=gobernador]").show();i===0?$("[data-cargo=senador]").hide():$("[data-cargo=senador]").show();u===0?$("[data-cargo=diputado]").hide():$("[data-cargo=diputado]").show();e===0?$("[data-cargo=intendente]").hide():$("[data-cargo=intendente]").show();o===0?$("[data-cargo=concejal]").hide():$("[data-cargo=concejal]").show()})}});$("#vmapDepartamentos").vectorMap("select","1")}function cargarNoticias(){$.ajax({url:"Default.aspx/TraerNoticias",type:"POST",contentType:"application/json; charset=utf-8",dataType:"json",async:!0,error:function(){},success:function(n){var t=JSON.parse(n.d);$("#noticia1 a").attr("href",baseUrl+"noticias?nComunicadoPrensaId="+t[0].nComunicadoPrensaId);$("#noticia1 img").attr("src","https://electoralsalta.gob.ar/Prensa/Archivo/"+t[0].nComunicadoPrensaId+"/"+t[0].sFotoPrincipal);$("#noticia1 .fecha").text(moment(t[0].dComunicadoPrensa,"DD/MM/YYYY").format("DD/MM/YYYY"));$("#noticia1 .media-heading").text(t[0].sTitulo);$("#noticia1 div.copete").html(t[0].sCopete);$(".compartir1").jsSocials({url:"https://electoralsalta.gob.ar/noticias?nComunicadoPrensaId="+t[0].nComunicadoPrensaId,text:t[0].sTitulo,shareIn:"popup",showLabel:!1,showCount:!1,shares:["email","twitter","facebook"]});$("#noticia2 a").attr("href",baseUrl+"noticias?nComunicadoPrensaId="+t[1].nComunicadoPrensaId);$("#noticia2 img").attr("src","https://electoralsalta.gob.ar/Prensa/Archivo/"+t[1].nComunicadoPrensaId+"/"+t[1].sFotoPrincipal);$("#noticia2 .fecha").text(moment(t[1].dComunicadoPrensa,"DD/MM/YYYY").format("DD/MM/YYYY"));$("#noticia2 .media-heading").text(t[1].sTitulo);$("#noticia2 div.copete").html(t[1].sCopete);$(".compartir2").jsSocials({url:"https://electoralsalta.gob.ar/noticias?nComunicadoPrensaId="+t[1].nComunicadoPrensaId,text:t[1].sTitulo,shareIn:"popup",showLabel:!1,showCount:!1,shares:["email","twitter","facebook"]})}})}var VectorCanvas,ColorScale,JQVMap,lastScrollTop,divProcesando,funciones;if(!function(n,t){"object"==typeof module&&"object"==typeof module.exports?module.exports=n.document?t(n,!0):function(n){if(!n.document)throw new Error("jQuery requires a window with a document");return t(n)}:t(n)}("undefined"!=typeof window?window:this,function(n,t){function ri(n){var t=n.length,r=i.type(n);return"function"===r||i.isWindow(n)?!1:1===n.nodeType&&t?!0:"array"===r||0===t||"number"==typeof t&&t>0&&t-1 in n}function ui(n,t,r){if(i.isFunction(t))return i.grep(n,function(n,i){return!!t.call(n,i,n)!==r});if(t.nodeType)return i.grep(n,function(n){return n===t!==r});if("string"==typeof t){if(re.test(t))return i.filter(t,n,r);t=i.filter(t,n)}return i.grep(n,function(n){return i.inArray(n,t)>=0!==r})}function hr(n,t){do n=n[t];while(n&&1!==n.nodeType);return n}function ee(n){var t=fi[n]={};return i.each(n.match(h)||[],function(n,i){t[i]=!0}),t}function cr(){u.addEventListener?(u.removeEventListener("DOMContentLoaded",a,!1),n.removeEventListener("load",a,!1)):(u.detachEvent("onreadystatechange",a),n.detachEvent("onload",a))}function a(){(u.addEventListener||"load"===event.type||"complete"===u.readyState)&&(cr(),i.ready())}function yr(n,t,r){if(void 0===r&&1===n.nodeType){var u="data-"+t.replace(vr,"-$1").toLowerCase();if(r=n.getAttribute(u),"string"==typeof r){try{r="true"===r?!0:"false"===r?!1:"null"===r?null:+r+""===r?+r:ar.test(r)?i.parseJSON(r):r}catch(f){}i.data(n,t,r)}else r=void 0}return r}function ei(n){var t;for(t in n)if(("data"!==t||!i.isEmptyObject(n[t]))&&"toJSON"!==t)return!1;return!0}function pr(n,t,r,u){if(i.acceptData(n)){var s,e,h=i.expando,l=n.nodeType,o=l?i.cache:n,f=l?n[h]:n[h]&&h;if(f&&o[f]&&(u||o[f].data)||void 0!==r||"string"!=typeof t)return f||(f=l?n[h]=c.pop()||i.guid++:h),o[f]||(o[f]=l?{}:{toJSON:i.noop}),("object"==typeof t||"function"==typeof t)&&(u?o[f]=i.extend(o[f],t):o[f].data=i.extend(o[f].data,t)),e=o[f],u||(e.data||(e.data={}),e=e.data),void 0!==r&&(e[i.camelCase(t)]=r),"string"==typeof t?(s=e[t],null==s&&(s=e[i.camelCase(t)])):s=e,s}}function wr(n,t,u){if(i.acceptData(n)){var o,s,h=n.nodeType,f=h?i.cache:n,e=h?n[i.expando]:i.expando;if(f[e]){if(t&&(o=u?f[e]:f[e].data)){for(i.isArray(t)?t=t.concat(i.map(t,i.camelCase)):(t in o)?t=[t]:(t=i.camelCase(t),t=(t in o)?[t]:t.split(" ")),s=t.length;s--;)delete o[t[s]];if(u?!ei(o):!i.isEmptyObject(o))return}(u||(delete f[e].data,ei(f[e])))&&(h?i.cleanData([n],!0):r.deleteExpando||f!=f.window?delete f[e]:f[e]=null)}}}function vt(){return!0}function it(){return!1}function dr(){try{return u.activeElement}catch(n){}}function gr(n){var i=nu.split("|"),t=n.createDocumentFragment();if(t.createElement)while(i.length)t.createElement(i.pop());return t}function f(n,t){var e,u,s=0,r=typeof n.getElementsByTagName!==o?n.getElementsByTagName(t||"*"):typeof n.querySelectorAll!==o?n.querySelectorAll(t||"*"):void 0;if(!r)for(r=[],e=n.childNodes||n;null!=(u=e[s]);s++)!t||i.nodeName(u,t)?r.push(u):i.merge(r,f(u,t));return void 0===t||t&&i.nodeName(n,t)?i.merge([n],r):r}function we(n){oi.test(n.type)&&(n.defaultChecked=n.checked)}function eu(n,t){return i.nodeName(n,"table")&&i.nodeName(11!==t.nodeType?t:t.firstChild,"tr")?n.getElementsByTagName("tbody")[0]||n.appendChild(n.ownerDocument.createElement("tbody")):n}function ou(n){return n.type=(null!==i.find.attr(n,"type"))+"/"+n.type,n}function su(n){var t=ve.exec(n.type);return t?n.type=t[1]:n.removeAttribute("type"),n}function li(n,t){for(var u,r=0;null!=(u=n[r]);r++)i._data(u,"globalEval",!t||i._data(t[r],"globalEval"))}function hu(n,t){if(1===t.nodeType&&i.hasData(n)){var u,f,o,s=i._data(n),r=i._data(t,s),e=s.events;if(e){delete r.handle;r.events={};for(u in e)for(f=0,o=e[u].length;o>f;f++)i.event.add(t,u,e[u][f])}r.data&&(r.data=i.extend({},r.data))}}function be(n,t){var u,e,f;if(1===t.nodeType){if(u=t.nodeName.toLowerCase(),!r.noCloneEvent&&t[i.expando]){f=i._data(t);for(e in f.events)i.removeEvent(t,e,f.handle);t.removeAttribute(i.expando)}"script"===u&&t.text!==n.text?(ou(t).text=n.text,su(t)):"object"===u?(t.parentNode&&(t.outerHTML=n.outerHTML),r.html5Clone&&n.innerHTML&&!i.trim(t.innerHTML)&&(t.innerHTML=n.innerHTML)):"input"===u&&oi.test(n.type)?(t.defaultChecked=t.checked=n.checked,t.value!==n.value&&(t.value=n.value)):"option"===u?t.defaultSelected=t.selected=n.defaultSelected:("input"===u||"textarea"===u)&&(t.defaultValue=n.defaultValue)}}function cu(t,r){var f,u=i(r.createElement(t)).appendTo(r.body),e=n.getDefaultComputedStyle&&(f=n.getDefaultComputedStyle(u[0]))?f.display:i.css(u[0],"display");return u.detach(),e}function yt(n){var r=u,t=ai[n];return t||(t=cu(n,r),"none"!==t&&t||(ot=(ot||i("<iframe frameborder='0' width='0' height='0'/>")).appendTo(r.documentElement),r=(ot[0].contentWindow||ot[0].contentDocument).document,r.write(),r.close(),t=cu(n,r),ot.detach()),ai[n]=t),t}function au(n,t){return{get:function(){var i=n();if(null!=i)return i?void delete this.get:(this.get=t).apply(this,arguments)}}}function pu(n,t){if(t in n)return t;for(var r=t.charAt(0).toUpperCase()+t.slice(1),u=t,i=yu.length;i--;)if(t=yu[i]+r,t in n)return t;return u}function wu(n,t){for(var f,r,o,e=[],u=0,s=n.length;s>u;u++)r=n[u],r.style&&(e[u]=i._data(r,"olddisplay"),f=r.style.display,t?(e[u]||"none"!==f||(r.style.display=""),""===r.style.display&&et(r)&&(e[u]=i._data(r,"olddisplay",yt(r.nodeName)))):(o=et(r),(f&&"none"!==f||!o)&&i._data(r,"olddisplay",o?f:i.css(r,"display"))));for(u=0;s>u;u++)r=n[u],r.style&&(t&&"none"!==r.style.display&&""!==r.style.display||(r.style.display=t?e[u]||"":"none"));return n}function bu(n,t,i){var r=no.exec(t);return r?Math.max(0,r[1]-(i||0))+(r[2]||"px"):t}function ku(n,t,r,u,f){for(var e=r===(u?"border":"content")?4:"width"===t?1:0,o=0;4>e;e+=2)"margin"===r&&(o+=i.css(n,r+w[e],!0,f)),u?("content"===r&&(o-=i.css(n,"padding"+w[e],!0,f)),"margin"!==r&&(o-=i.css(n,"border"+w[e]+"Width",!0,f))):(o+=i.css(n,"padding"+w[e],!0,f),"padding"!==r&&(o+=i.css(n,"border"+w[e]+"Width",!0,f)));return o}function du(n,t,u){var o=!0,f="width"===t?n.offsetWidth:n.offsetHeight,e=k(n),s=r.boxSizing&&"border-box"===i.css(n,"boxSizing",!1,e);if(0>=f||null==f){if(f=d(n,t,e),(0>f||null==f)&&(f=n.style[t]),pt.test(f))return f;o=s&&(r.boxSizingReliable()||f===n.style[t]);f=parseFloat(f)||0}return f+ku(n,t,u||(s?"border":"content"),o,e)+"px"}function e(n,t,i,r,u){return new e.prototype.init(n,t,i,r,u)}function nf(){return setTimeout(function(){rt=void 0}),rt=i.now()}function kt(n,t){var r,i={height:n},u=0;for(t=t?1:0;4>u;u+=2-t)r=w[u],i["margin"+r]=i["padding"+r]=n;return t&&(i.opacity=i.width=n),i}function tf(n,t,i){for(var u,f=(st[t]||[]).concat(st["*"]),r=0,e=f.length;e>r;r++)if(u=f[r].call(i,t,n))return u}function fo(n,t,u){var f,a,p,v,s,w,h,b,l=this,y={},o=n.style,c=n.nodeType&&et(n),e=i._data(n,"fxshow");u.queue||(s=i._queueHooks(n,"fx"),null==s.unqueued&&(s.unqueued=0,w=s.empty.fire,s.empty.fire=function(){s.unqueued||w()}),s.unqueued++,l.always(function(){l.always(function(){s.unqueued--;i.queue(n,"fx").length||s.empty.fire()})}));1===n.nodeType&&("height"in t||"width"in t)&&(u.overflow=[o.overflow,o.overflowX,o.overflowY],h=i.css(n,"display"),b="none"===h?i._data(n,"olddisplay")||yt(n.nodeName):h,"inline"===b&&"none"===i.css(n,"float")&&(r.inlineBlockNeedsLayout&&"inline"!==yt(n.nodeName)?o.zoom=1:o.display="inline-block"));u.overflow&&(o.overflow="hidden",r.shrinkWrapBlocks()||l.always(function(){o.overflow=u.overflow[0];o.overflowX=u.overflow[1];o.overflowY=u.overflow[2]}));for(f in t)if(a=t[f],ro.exec(a)){if(delete t[f],p=p||"toggle"===a,a===(c?"hide":"show")){if("show"!==a||!e||void 0===e[f])continue;c=!0}y[f]=e&&e[f]||i.style(n,f)}else h=void 0;if(i.isEmptyObject(y))"inline"===("none"===h?yt(n.nodeName):h)&&(o.display=h);else{e?"hidden"in e&&(c=e.hidden):e=i._data(n,"fxshow",{});p&&(e.hidden=!c);c?i(n).show():l.done(function(){i(n).hide()});l.done(function(){var t;i._removeData(n,"fxshow");for(t in y)i.style(n,t,y[t])});for(f in y)v=tf(c?e[f]:0,f,l),f in e||(e[f]=v.start,c&&(v.end=v.start,v.start="width"===f||"height"===f?1:0))}}function eo(n,t){var r,f,e,u,o;for(r in n)if(f=i.camelCase(r),e=t[f],u=n[r],i.isArray(u)&&(e=u[1],u=n[r]=u[0]),r!==f&&(n[f]=u,delete n[r]),o=i.cssHooks[f],o&&"expand"in o){u=o.expand(u);delete n[f];for(r in u)r in n||(n[r]=u[r],t[r]=e)}else t[f]=e}function rf(n,t,r){var h,e,o=0,l=bt.length,f=i.Deferred().always(function(){delete c.elem}),c=function(){if(e)return!1;for(var s=rt||nf(),t=Math.max(0,u.startTime+u.duration-s),h=t/u.duration||0,i=1-h,r=0,o=u.tweens.length;o>r;r++)u.tweens[r].run(i);return f.notifyWith(n,[u,i,t]),1>i&&o?t:(f.resolveWith(n,[u]),!1)},u=f.promise({elem:n,props:i.extend({},t),opts:i.extend(!0,{specialEasing:{}},r),originalProperties:t,originalOptions:r,startTime:rt||nf(),duration:r.duration,tweens:[],createTween:function(t,r){var f=i.Tween(n,u.opts,t,r,u.opts.specialEasing[t]||u.opts.easing);return u.tweens.push(f),f},stop:function(t){var i=0,r=t?u.tweens.length:0;if(e)return this;for(e=!0;r>i;i++)u.tweens[i].run(1);return t?f.resolveWith(n,[u,t]):f.rejectWith(n,[u,t]),this}}),s=u.props;for(eo(s,u.opts.specialEasing);l>o;o++)if(h=bt[o].call(u,n,s,u.opts))return h;return i.map(s,tf,u),i.isFunction(u.opts.start)&&u.opts.start.call(n,u),i.fx.timer(i.extend(c,{elem:n,anim:u,queue:u.opts.queue})),u.progress(u.opts.progress).done(u.opts.done,u.opts.complete).fail(u.opts.fail).always(u.opts.always)}function af(n){return function(t,r){"string"!=typeof t&&(r=t,t="*");var u,f=0,e=t.toLowerCase().match(h)||[];if(i.isFunction(r))while(u=e[f++])"+"===u.charAt(0)?(u=u.slice(1)||"*",(n[u]=n[u]||[]).unshift(r)):(n[u]=n[u]||[]).push(r)}}function vf(n,t,r,u){function e(s){var h;return f[s]=!0,i.each(n[s]||[],function(n,i){var s=i(t,r,u);return"string"!=typeof s||o||f[s]?o?!(h=s):void 0:(t.dataTypes.unshift(s),e(s),!1)}),h}var f={},o=n===bi;return e(t.dataTypes[0])||!f["*"]&&e("*")}function ki(n,t){var u,r,f=i.ajaxSettings.flatOptions||{};for(r in t)void 0!==t[r]&&((f[r]?n:u||(u={}))[r]=t[r]);return u&&i.extend(!0,n,u),n}function ao(n,t,i){for(var o,e,u,f,s=n.contents,r=n.dataTypes;"*"===r[0];)r.shift(),void 0===e&&(e=n.mimeType||t.getResponseHeader("Content-Type"));if(e)for(f in s)if(s[f]&&s[f].test(e)){r.unshift(f);break}if(r[0]in i)u=r[0];else{for(f in i){if(!r[0]||n.converters[f+" "+r[0]]){u=f;break}o||(o=f)}u=u||o}if(u)return(u!==r[0]&&r.unshift(u),i[u])}function vo(n,t,i,r){var h,u,f,s,e,o={},c=n.dataTypes.slice();if(c[1])for(f in n.converters)o[f.toLowerCase()]=n.converters[f];for(u=c.shift();u;)if(n.responseFields[u]&&(i[n.responseFields[u]]=t),!e&&r&&n.dataFilter&&(t=n.dataFilter(t,n.dataType)),e=u,u=c.shift())if("*"===u)u=e;else if("*"!==e&&e!==u){if(f=o[e+" "+u]||o["* "+u],!f)for(h in o)if(s=h.split(" "),s[1]===u&&(f=o[e+" "+s[0]]||o["* "+s[0]])){f===!0?f=o[h]:o[h]!==!0&&(u=s[0],c.unshift(s[1]));break}if(f!==!0)if(f&&n.throws)t=f(t);else try{t=f(t)}catch(l){return{state:"parsererror",error:f?l:"No conversion from "+e+" to "+u}}}return{state:"success",data:t}}function di(n,t,r,u){var f;if(i.isArray(t))i.each(t,function(t,i){r||po.test(n)?u(n,i):di(n+"["+("object"==typeof i?t:"")+"]",i,r,u)});else if(r||"object"!==i.type(t))u(n,t);else for(f in t)di(n+"["+f+"]",t[f],r,u)}function pf(){try{return new n.XMLHttpRequest}catch(t){}}function go(){try{return new n.ActiveXObject("Microsoft.XMLHTTP")}catch(t){}}function wf(n){return i.isWindow(n)?n:9===n.nodeType?n.defaultView||n.parentWindow:!1}var c=[],l=c.slice,ir=c.concat,ii=c.push,rr=c.indexOf,ct={},df=ct.toString,tt=ct.hasOwnProperty,r={},ur="1.11.2",i=function(n,t){return new i.fn.init(n,t)},gf=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,ne=/^-ms-/,te=/-([\da-z])/gi,ie=function(n,t){return t.toUpperCase()},p,or,sr,h,fi,lt,o,lr,ar,vr,ot,ai,uf,ef,of,gt,gi,ti,nr,tr,bf,kf;i.fn=i.prototype={jquery:ur,constructor:i,selector:"",length:0,toArray:function(){return l.call(this)},get:function(n){return null!=n?0>n?this[n+this.length]:this[n]:l.call(this)},pushStack:function(n){var t=i.merge(this.constructor(),n);return t.prevObject=this,t.context=this.context,t},each:function(n,t){return i.each(this,n,t)},map:function(n){return this.pushStack(i.map(this,function(t,i){return n.call(t,i,t)}))},slice:function(){return this.pushStack(l.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(n){var i=this.length,t=+n+(0>n?i:0);return this.pushStack(t>=0&&i>t?[this[t]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:ii,sort:c.sort,splice:c.splice};i.extend=i.fn.extend=function(){var r,e,t,f,o,s,n=arguments[0]||{},u=1,c=arguments.length,h=!1;for("boolean"==typeof n&&(h=n,n=arguments[u]||{},u++),"object"==typeof n||i.isFunction(n)||(n={}),u===c&&(n=this,u--);c>u;u++)if(null!=(o=arguments[u]))for(f in o)r=n[f],t=o[f],n!==t&&(h&&t&&(i.isPlainObject(t)||(e=i.isArray(t)))?(e?(e=!1,s=r&&i.isArray(r)?r:[]):s=r&&i.isPlainObject(r)?r:{},n[f]=i.extend(h,s,t)):void 0!==t&&(n[f]=t));return n};i.extend({expando:"jQuery"+(ur+Math.random()).replace(/\D/g,""),isReady:!0,error:function(n){throw new Error(n);},noop:function(){},isFunction:function(n){return"function"===i.type(n)},isArray:Array.isArray||function(n){return"array"===i.type(n)},isWindow:function(n){return null!=n&&n==n.window},isNumeric:function(n){return!i.isArray(n)&&n-parseFloat(n)+1>=0},isEmptyObject:function(n){var t;for(t in n)return!1;return!0},isPlainObject:function(n){var t;if(!n||"object"!==i.type(n)||n.nodeType||i.isWindow(n))return!1;try{if(n.constructor&&!tt.call(n,"constructor")&&!tt.call(n.constructor.prototype,"isPrototypeOf"))return!1}catch(u){return!1}if(r.ownLast)for(t in n)return tt.call(n,t);for(t in n);return void 0===t||tt.call(n,t)},type:function(n){return null==n?n+"":"object"==typeof n||"function"==typeof n?ct[df.call(n)]||"object":typeof n},globalEval:function(t){t&&i.trim(t)&&(n.execScript||function(t){n.eval.call(n,t)})(t)},camelCase:function(n){return n.replace(ne,"ms-").replace(te,ie)},nodeName:function(n,t){return n.nodeName&&n.nodeName.toLowerCase()===t.toLowerCase()},each:function(n,t,i){var u,r=0,f=n.length,e=ri(n);if(i){if(e){for(;f>r;r++)if(u=t.apply(n[r],i),u===!1)break}else for(r in n)if(u=t.apply(n[r],i),u===!1)break}else if(e){for(;f>r;r++)if(u=t.call(n[r],r,n[r]),u===!1)break}else for(r in n)if(u=t.call(n[r],r,n[r]),u===!1)break;return n},trim:function(n){return null==n?"":(n+"").replace(gf,"")},makeArray:function(n,t){var r=t||[];return null!=n&&(ri(Object(n))?i.merge(r,"string"==typeof n?[n]:n):ii.call(r,n)),r},inArray:function(n,t,i){var r;if(t){if(rr)return rr.call(t,n,i);for(r=t.length,i=i?0>i?Math.max(0,r+i):i:0;r>i;i++)if(i in t&&t[i]===n)return i}return-1},merge:function(n,t){for(var r=+t.length,i=0,u=n.length;r>i;)n[u++]=t[i++];if(r!==r)while(void 0!==t[i])n[u++]=t[i++];return n.length=u,n},grep:function(n,t,i){for(var u,f=[],r=0,e=n.length,o=!i;e>r;r++)u=!t(n[r],r),u!==o&&f.push(n[r]);return f},map:function(n,t,i){var u,r=0,e=n.length,o=ri(n),f=[];if(o)for(;e>r;r++)u=t(n[r],r,i),null!=u&&f.push(u);else for(r in n)u=t(n[r],r,i),null!=u&&f.push(u);return ir.apply([],f)},guid:1,proxy:function(n,t){var u,r,f;return"string"==typeof t&&(f=n[t],t=n,n=f),i.isFunction(n)?(u=l.call(arguments,2),r=function(){return n.apply(t||this,u.concat(l.call(arguments)))},r.guid=n.guid=n.guid||i.guid++,r):void 0},now:function(){return+new Date},support:r});i.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(n,t){ct["[object "+t+"]"]=t.toLowerCase()});p=function(n){function r(n,t,i,r){var p,s,a,c,w,y,d,v,nt,g;if((t?t.ownerDocument||t:h)!==o&&k(t),t=t||o,i=i||[],c=t.nodeType,"string"!=typeof n||!n||1!==c&&9!==c&&11!==c)return i;if(!r&&l){if(11!==c&&(p=hr.exec(n)))if(a=p[1]){if(9===c){if(s=t.getElementById(a),!s||!s.parentNode)return i;if(s.id===a)return i.push(s),i}else if(t.ownerDocument&&(s=t.ownerDocument.getElementById(a))&&et(t,s)&&s.id===a)return i.push(s),i}else{if(p[2])return b.apply(i,t.getElementsByTagName(n)),i;if((a=p[3])&&u.getElementsByClassName)return b.apply(i,t.getElementsByClassName(a)),i}if(u.qsa&&(!e||!e.test(n))){if(v=d=f,nt=t,g=1!==c&&n,1===c&&"object"!==t.nodeName.toLowerCase()){for(y=ft(n),(d=t.getAttribute("id"))?v=d.replace(cr,"\\$&"):t.setAttribute("id",v),v="[id='"+v+"'] ",w=y.length;w--;)y[w]=v+vt(y[w]);nt=dt.test(n)&&ti(t.parentNode)||t;g=y.join(",")}if(g)try{return b.apply(i,nt.querySelectorAll(g)),i}catch(tt){}finally{d||t.removeAttribute("id")}}}return oi(n.replace(lt,"$1"),t,i,r)}function gt(){function n(r,u){return i.push(r+" ")>t.cacheLength&&delete n[i.shift()],n[r+" "]=u}var i=[];return n}function c(n){return n[f]=!0,n}function v(n){var t=o.createElement("div");try{return!!n(t)}catch(i){return!1}finally{t.parentNode&&t.parentNode.removeChild(t);t=null}}function ni(n,i){for(var u=n.split("|"),r=n.length;r--;)t.attrHandle[u[r]]=i}function wi(n,t){var i=t&&n,r=i&&1===n.nodeType&&1===t.nodeType&&(~t.sourceIndex||li)-(~n.sourceIndex||li);if(r)return r;if(i)while(i=i.nextSibling)if(i===t)return-1;return n?1:-1}function lr(n){return function(t){var i=t.nodeName.toLowerCase();return"input"===i&&t.type===n}}function ar(n){return function(t){var i=t.nodeName.toLowerCase();return("input"===i||"button"===i)&&t.type===n}}function tt(n){return c(function(t){return t=+t,c(function(i,r){for(var u,f=n([],i.length,t),e=f.length;e--;)i[u=f[e]]&&(i[u]=!(r[u]=i[u]))})})}function ti(n){return n&&"undefined"!=typeof n.getElementsByTagName&&n}function bi(){}function vt(n){for(var t=0,r=n.length,i="";r>t;t++)i+=n[t].value;return i}function ii(n,t,i){var r=t.dir,u=i&&"parentNode"===r,e=ki++;return t.first?function(t,i,f){while(t=t[r])if(1===t.nodeType||u)return n(t,i,f)}:function(t,i,o){var s,h,c=[a,e];if(o){while(t=t[r])if((1===t.nodeType||u)&&n(t,i,o))return!0}else while(t=t[r])if(1===t.nodeType||u){if(h=t[f]||(t[f]={}),(s=h[r])&&s[0]===a&&s[1]===e)return c[2]=s[2];if(h[r]=c,c[2]=n(t,i,o))return!0}}}function ri(n){return n.length>1?function(t,i,r){for(var u=n.length;u--;)if(!n[u](t,i,r))return!1;return!0}:n[0]}function vr(n,t,i){for(var u=0,f=t.length;f>u;u++)r(n,t[u],i);return i}function yt(n,t,i,r,u){for(var e,o=[],f=0,s=n.length,h=null!=t;s>f;f++)(e=n[f])&&(!i||i(e,r,u))&&(o.push(e),h&&t.push(f));return o}function ui(n,t,i,r,u,e){return r&&!r[f]&&(r=ui(r)),u&&!u[f]&&(u=ui(u,e)),c(function(f,e,o,s){var l,c,a,p=[],y=[],w=e.length,k=f||vr(t||"*",o.nodeType?[o]:o,[]),v=!n||!f&&t?k:yt(k,p,n,o,s),h=i?u||(f?n:w||r)?[]:e:v;if(i&&i(v,h,o,s),r)for(l=yt(h,y),r(l,[],o,s),c=l.length;c--;)(a=l[c])&&(h[y[c]]=!(v[y[c]]=a));if(f){if(u||n){if(u){for(l=[],c=h.length;c--;)(a=h[c])&&l.push(v[c]=a);u(null,h=[],l,s)}for(c=h.length;c--;)(a=h[c])&&(l=u?nt(f,a):p[c])>-1&&(f[l]=!(e[l]=a))}}else h=yt(h===e?h.splice(w,h.length):h),u?u(null,e,h,s):b.apply(e,h)})}function fi(n){for(var o,u,r,s=n.length,h=t.relative[n[0].type],c=h||t.relative[" "],i=h?1:0,l=ii(function(n){return n===o},c,!0),a=ii(function(n){return nt(o,n)>-1},c,!0),e=[function(n,t,i){var r=!h&&(i||t!==ht)||((o=t).nodeType?l(n,t,i):a(n,t,i));return o=null,r}];s>i;i++)if(u=t.relative[n[i].type])e=[ii(ri(e),u)];else{if(u=t.filter[n[i].type].apply(null,n[i].matches),u[f]){for(r=++i;s>r;r++)if(t.relative[n[r].type])break;return ui(i>1&&ri(e),i>1&&vt(n.slice(0,i-1).concat({value:" "===n[i-2].type?"*":""})).replace(lt,"$1"),u,r>i&&fi(n.slice(i,r)),s>r&&fi(n=n.slice(r)),s>r&&vt(n))}e.push(u)}return ri(e)}function yr(n,i){var u=i.length>0,f=n.length>0,e=function(e,s,h,c,l){var y,d,w,k=0,v="0",g=e&&[],p=[],nt=ht,tt=e||f&&t.find.TAG("*",l),it=a+=null==nt?1:Math.random()||.1,rt=tt.length;for(l&&(ht=s!==o&&s);v!==rt&&null!=(y=tt[v]);v++){if(f&&y){for(d=0;w=n[d++];)if(w(y,s,h)){c.push(y);break}l&&(a=it)}u&&((y=!w&&y)&&k--,e&&g.push(y))}if(k+=v,u&&v!==k){for(d=0;w=i[d++];)w(g,p,s,h);if(e){if(k>0)while(v--)g[v]||p[v]||(p[v]=gi.call(c));p=yt(p)}b.apply(c,p);l&&!e&&p.length>0&&k+i.length>1&&r.uniqueSort(c)}return l&&(a=it,ht=nt),g};return u?c(e):e}var it,u,t,st,ei,ft,pt,oi,ht,w,rt,k,o,s,l,e,d,ct,et,f="sizzle"+1*new Date,h=n.document,a=0,ki=0,si=gt(),hi=gt(),ci=gt(),wt=function(n,t){return n===t&&(rt=!0),0},li=-2147483648,di={}.hasOwnProperty,g=[],gi=g.pop,nr=g.push,b=g.push,ai=g.slice,nt=function(n,t){for(var i=0,r=n.length;r>i;i++)if(n[i]===t)return i;return-1},bt="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",i="[\\x20\\t\\r\\n\\f]",ut="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",vi=ut.replace("w","w#"),yi="\\["+i+"*("+ut+")(?:"+i+"*([*^$|!~]?=)"+i+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+vi+"))|)"+i+"*\\]",kt=":("+ut+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+yi+")*)|.*)\\)|)",tr=new RegExp(i+"+","g"),lt=new RegExp("^"+i+"+|((?:^|[^\\\\])(?:\\\\.)*)"+i+"+$","g"),ir=new RegExp("^"+i+"*,"+i+"*"),rr=new RegExp("^"+i+"*([>+~]|"+i+")"+i+"*"),ur=new RegExp("="+i+"*([^\\]'\"]*?)"+i+"*\\]","g"),fr=new RegExp(kt),er=new RegExp("^"+vi+"$"),at={ID:new RegExp("^#("+ut+")"),CLASS:new RegExp("^\\.("+ut+")"),TAG:new RegExp("^("+ut.replace("w","w*")+")"),ATTR:new RegExp("^"+yi),PSEUDO:new RegExp("^"+kt),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+i+"*(even|odd|(([+-]|)(\\d*)n|)"+i+"*(?:([+-]|)"+i+"*(\\d+)|))"+i+"*\\)|)","i"),bool:new RegExp("^(?:"+bt+")$","i"),needsContext:new RegExp("^"+i+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+i+"*((?:-\\d)?\\d*)"+i+"*\\)|)(?=[^-]|$)","i")},or=/^(?:input|select|textarea|button)$/i,sr=/^h\d$/i,ot=/^[^{]+\{\s*\[native \w/,hr=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,dt=/[+~]/,cr=/'|\\/g,y=new RegExp("\\\\([\\da-f]{1,6}"+i+"?|("+i+")|.)","ig"),p=function(n,t,i){var r="0x"+t-65536;return r!==r||i?t:0>r?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},pi=function(){k()};try{b.apply(g=ai.call(h.childNodes),h.childNodes);g[h.childNodes.length].nodeType}catch(pr){b={apply:g.length?function(n,t){nr.apply(n,ai.call(t))}:function(n,t){for(var i=n.length,r=0;n[i++]=t[r++];);n.length=i-1}}}u=r.support={};ei=r.isXML=function(n){var t=n&&(n.ownerDocument||n).documentElement;return t?"HTML"!==t.nodeName:!1};k=r.setDocument=function(n){var a,c,r=n?n.ownerDocument||n:h;return r!==o&&9===r.nodeType&&r.documentElement?(o=r,s=r.documentElement,c=r.defaultView,c&&c!==c.top&&(c.addEventListener?c.addEventListener("unload",pi,!1):c.attachEvent&&c.attachEvent("onunload",pi)),l=!ei(r),u.attributes=v(function(n){return n.className="i",!n.getAttribute("className")}),u.getElementsByTagName=v(function(n){return n.appendChild(r.createComment("")),!n.getElementsByTagName("*").length}),u.getElementsByClassName=ot.test(r.getElementsByClassName),u.getById=v(function(n){return s.appendChild(n).id=f,!r.getElementsByName||!r.getElementsByName(f).length}),u.getById?(t.find.ID=function(n,t){if("undefined"!=typeof t.getElementById&&l){var i=t.getElementById(n);return i&&i.parentNode?[i]:[]}},t.filter.ID=function(n){var t=n.replace(y,p);return function(n){return n.getAttribute("id")===t}}):(delete t.find.ID,t.filter.ID=function(n){var t=n.replace(y,p);return function(n){var i="undefined"!=typeof n.getAttributeNode&&n.getAttributeNode("id");return i&&i.value===t}}),t.find.TAG=u.getElementsByTagName?function(n,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(n):u.qsa?t.querySelectorAll(n):void 0}:function(n,t){var i,r=[],f=0,u=t.getElementsByTagName(n);if("*"===n){while(i=u[f++])1===i.nodeType&&r.push(i);return r}return u},t.find.CLASS=u.getElementsByClassName&&function(n,t){if(l)return t.getElementsByClassName(n)},d=[],e=[],(u.qsa=ot.test(r.querySelectorAll))&&(v(function(n){s.appendChild(n).innerHTML="<a id='"+f+"'><\/a><select id='"+f+"-\f]' msallowcapture=''><option selected=''><\/option><\/select>";n.querySelectorAll("[msallowcapture^='']").length&&e.push("[*^$]="+i+"*(?:''|\"\")");n.querySelectorAll("[selected]").length||e.push("\\["+i+"*(?:value|"+bt+")");n.querySelectorAll("[id~="+f+"-]").length||e.push("~=");n.querySelectorAll(":checked").length||e.push(":checked");n.querySelectorAll("a#"+f+"+*").length||e.push(".#.+[+~]")}),v(function(n){var t=r.createElement("input");t.setAttribute("type","hidden");n.appendChild(t).setAttribute("name","D");n.querySelectorAll("[name=d]").length&&e.push("name"+i+"*[*^$|!~]?=");n.querySelectorAll(":enabled").length||e.push(":enabled",":disabled");n.querySelectorAll("*,:x");e.push(",.*:")})),(u.matchesSelector=ot.test(ct=s.matches||s.webkitMatchesSelector||s.mozMatchesSelector||s.oMatchesSelector||s.msMatchesSelector))&&v(function(n){u.disconnectedMatch=ct.call(n,"div");ct.call(n,"[s!='']:x");d.push("!=",kt)}),e=e.length&&new RegExp(e.join("|")),d=d.length&&new RegExp(d.join("|")),a=ot.test(s.compareDocumentPosition),et=a||ot.test(s.contains)?function(n,t){var r=9===n.nodeType?n.documentElement:n,i=t&&t.parentNode;return n===i||!(!i||1!==i.nodeType||!(r.contains?r.contains(i):n.compareDocumentPosition&&16&n.compareDocumentPosition(i)))}:function(n,t){if(t)while(t=t.parentNode)if(t===n)return!0;return!1},wt=a?function(n,t){if(n===t)return rt=!0,0;var i=!n.compareDocumentPosition-!t.compareDocumentPosition;return i?i:(i=(n.ownerDocument||n)===(t.ownerDocument||t)?n.compareDocumentPosition(t):1,1&i||!u.sortDetached&&t.compareDocumentPosition(n)===i?n===r||n.ownerDocument===h&&et(h,n)?-1:t===r||t.ownerDocument===h&&et(h,t)?1:w?nt(w,n)-nt(w,t):0:4&i?-1:1)}:function(n,t){if(n===t)return rt=!0,0;var i,u=0,o=n.parentNode,s=t.parentNode,f=[n],e=[t];if(!o||!s)return n===r?-1:t===r?1:o?-1:s?1:w?nt(w,n)-nt(w,t):0;if(o===s)return wi(n,t);for(i=n;i=i.parentNode;)f.unshift(i);for(i=t;i=i.parentNode;)e.unshift(i);while(f[u]===e[u])u++;return u?wi(f[u],e[u]):f[u]===h?-1:e[u]===h?1:0},r):o};r.matches=function(n,t){return r(n,null,null,t)};r.matchesSelector=function(n,t){if((n.ownerDocument||n)!==o&&k(n),t=t.replace(ur,"='$1']"),!(!u.matchesSelector||!l||d&&d.test(t)||e&&e.test(t)))try{var i=ct.call(n,t);if(i||u.disconnectedMatch||n.document&&11!==n.document.nodeType)return i}catch(f){}return r(t,o,null,[n]).length>0};r.contains=function(n,t){return(n.ownerDocument||n)!==o&&k(n),et(n,t)};r.attr=function(n,i){(n.ownerDocument||n)!==o&&k(n);var f=t.attrHandle[i.toLowerCase()],r=f&&di.call(t.attrHandle,i.toLowerCase())?f(n,i,!l):void 0;return void 0!==r?r:u.attributes||!l?n.getAttribute(i):(r=n.getAttributeNode(i))&&r.specified?r.value:null};r.error=function(n){throw new Error("Syntax error, unrecognized expression: "+n);};r.uniqueSort=function(n){var r,f=[],t=0,i=0;if(rt=!u.detectDuplicates,w=!u.sortStable&&n.slice(0),n.sort(wt),rt){while(r=n[i++])r===n[i]&&(t=f.push(i));while(t--)n.splice(f[t],1)}return w=null,n};st=r.getText=function(n){var r,i="",u=0,t=n.nodeType;if(t){if(1===t||9===t||11===t){if("string"==typeof n.textContent)return n.textContent;for(n=n.firstChild;n;n=n.nextSibling)i+=st(n)}else if(3===t||4===t)return n.nodeValue}else while(r=n[u++])i+=st(r);return i};t=r.selectors={cacheLength:50,createPseudo:c,match:at,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(n){return n[1]=n[1].replace(y,p),n[3]=(n[3]||n[4]||n[5]||"").replace(y,p),"~="===n[2]&&(n[3]=" "+n[3]+" "),n.slice(0,4)},CHILD:function(n){return n[1]=n[1].toLowerCase(),"nth"===n[1].slice(0,3)?(n[3]||r.error(n[0]),n[4]=+(n[4]?n[5]+(n[6]||1):2*("even"===n[3]||"odd"===n[3])),n[5]=+(n[7]+n[8]||"odd"===n[3])):n[3]&&r.error(n[0]),n},PSEUDO:function(n){var i,t=!n[6]&&n[2];return at.CHILD.test(n[0])?null:(n[3]?n[2]=n[4]||n[5]||"":t&&fr.test(t)&&(i=ft(t,!0))&&(i=t.indexOf(")",t.length-i)-t.length)&&(n[0]=n[0].slice(0,i),n[2]=t.slice(0,i)),n.slice(0,3))}},filter:{TAG:function(n){var t=n.replace(y,p).toLowerCase();return"*"===n?function(){return!0}:function(n){return n.nodeName&&n.nodeName.toLowerCase()===t}},CLASS:function(n){var t=si[n+" "];return t||(t=new RegExp("(^|"+i+")"+n+"("+i+"|$)"))&&si(n,function(n){return t.test("string"==typeof n.className&&n.className||"undefined"!=typeof n.getAttribute&&n.getAttribute("class")||"")})},ATTR:function(n,t,i){return function(u){var f=r.attr(u,n);return null==f?"!="===t:t?(f+="","="===t?f===i:"!="===t?f!==i:"^="===t?i&&0===f.indexOf(i):"*="===t?i&&f.indexOf(i)>-1:"$="===t?i&&f.slice(-i.length)===i:"~="===t?(" "+f.replace(tr," ")+" ").indexOf(i)>-1:"|="===t?f===i||f.slice(0,i.length+1)===i+"-":!1):!0}},CHILD:function(n,t,i,r,u){var s="nth"!==n.slice(0,3),o="last"!==n.slice(-4),e="of-type"===t;return 1===r&&0===u?function(n){return!!n.parentNode}:function(t,i,h){var v,k,c,l,y,w,b=s!==o?"nextSibling":"previousSibling",p=t.parentNode,g=e&&t.nodeName.toLowerCase(),d=!h&&!e;if(p){if(s){while(b){for(c=t;c=c[b];)if(e?c.nodeName.toLowerCase()===g:1===c.nodeType)return!1;w=b="only"===n&&!w&&"nextSibling"}return!0}if(w=[o?p.firstChild:p.lastChild],o&&d){for(k=p[f]||(p[f]={}),v=k[n]||[],y=v[0]===a&&v[1],l=v[0]===a&&v[2],c=y&&p.childNodes[y];c=++y&&c&&c[b]||(l=y=0)||w.pop();)if(1===c.nodeType&&++l&&c===t){k[n]=[a,y,l];break}}else if(d&&(v=(t[f]||(t[f]={}))[n])&&v[0]===a)l=v[1];else while(c=++y&&c&&c[b]||(l=y=0)||w.pop())if((e?c.nodeName.toLowerCase()===g:1===c.nodeType)&&++l&&(d&&((c[f]||(c[f]={}))[n]=[a,l]),c===t))break;return l-=u,l===r||l%r==0&&l/r>=0}}},PSEUDO:function(n,i){var e,u=t.pseudos[n]||t.setFilters[n.toLowerCase()]||r.error("unsupported pseudo: "+n);return u[f]?u(i):u.length>1?(e=[n,n,"",i],t.setFilters.hasOwnProperty(n.toLowerCase())?c(function(n,t){for(var r,f=u(n,i),e=f.length;e--;)r=nt(n,f[e]),n[r]=!(t[r]=f[e])}):function(n){return u(n,0,e)}):u}},pseudos:{not:c(function(n){var t=[],r=[],i=pt(n.replace(lt,"$1"));return i[f]?c(function(n,t,r,u){for(var e,o=i(n,null,u,[]),f=n.length;f--;)(e=o[f])&&(n[f]=!(t[f]=e))}):function(n,u,f){return t[0]=n,i(t,null,f,r),t[0]=null,!r.pop()}}),has:c(function(n){return function(t){return r(n,t).length>0}}),contains:c(function(n){return n=n.replace(y,p),function(t){return(t.textContent||t.innerText||st(t)).indexOf(n)>-1}}),lang:c(function(n){return er.test(n||"")||r.error("unsupported lang: "+n),n=n.replace(y,p).toLowerCase(),function(t){var i;do if(i=l?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return i=i.toLowerCase(),i===n||0===i.indexOf(n+"-");while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var i=n.location&&n.location.hash;return i&&i.slice(1)===t.id},root:function(n){return n===s},focus:function(n){return n===o.activeElement&&(!o.hasFocus||o.hasFocus())&&!!(n.type||n.href||~n.tabIndex)},enabled:function(n){return n.disabled===!1},disabled:function(n){return n.disabled===!0},checked:function(n){var t=n.nodeName.toLowerCase();return"input"===t&&!!n.checked||"option"===t&&!!n.selected},selected:function(n){return n.parentNode&&n.parentNode.selectedIndex,n.selected===!0},empty:function(n){for(n=n.firstChild;n;n=n.nextSibling)if(n.nodeType<6)return!1;return!0},parent:function(n){return!t.pseudos.empty(n)},header:function(n){return sr.test(n.nodeName)},input:function(n){return or.test(n.nodeName)},button:function(n){var t=n.nodeName.toLowerCase();return"input"===t&&"button"===n.type||"button"===t},text:function(n){var t;return"input"===n.nodeName.toLowerCase()&&"text"===n.type&&(null==(t=n.getAttribute("type"))||"text"===t.toLowerCase())},first:tt(function(){return[0]}),last:tt(function(n,t){return[t-1]}),eq:tt(function(n,t,i){return[0>i?i+t:i]}),even:tt(function(n,t){for(var i=0;t>i;i+=2)n.push(i);return n}),odd:tt(function(n,t){for(var i=1;t>i;i+=2)n.push(i);return n}),lt:tt(function(n,t,i){for(var r=0>i?i+t:i;--r>=0;)n.push(r);return n}),gt:tt(function(n,t,i){for(var r=0>i?i+t:i;++r<t;)n.push(r);return n})}};t.pseudos.nth=t.pseudos.eq;for(it in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})t.pseudos[it]=lr(it);for(it in{submit:!0,reset:!0})t.pseudos[it]=ar(it);return bi.prototype=t.filters=t.pseudos,t.setFilters=new bi,ft=r.tokenize=function(n,i){var e,f,s,o,u,h,c,l=hi[n+" "];if(l)return i?0:l.slice(0);for(u=n,h=[],c=t.preFilter;u;){(!e||(f=ir.exec(u)))&&(f&&(u=u.slice(f[0].length)||u),h.push(s=[]));e=!1;(f=rr.exec(u))&&(e=f.shift(),s.push({value:e,type:f[0].replace(lt," ")}),u=u.slice(e.length));for(o in t.filter)(f=at[o].exec(u))&&(!c[o]||(f=c[o](f)))&&(e=f.shift(),s.push({value:e,type:o,matches:f}),u=u.slice(e.length));if(!e)break}return i?u.length:u?r.error(n):hi(n,h).slice(0)},pt=r.compile=function(n,t){var r,u=[],e=[],i=ci[n+" "];if(!i){for(t||(t=ft(n)),r=t.length;r--;)i=fi(t[r]),i[f]?u.push(i):e.push(i);i=ci(n,yr(e,u));i.selector=n}return i},oi=r.select=function(n,i,r,f){var s,e,o,a,v,c="function"==typeof n&&n,h=!f&&ft(n=c.selector||n);if(r=r||[],1===h.length){if(e=h[0]=h[0].slice(0),e.length>2&&"ID"===(o=e[0]).type&&u.getById&&9===i.nodeType&&l&&t.relative[e[1].type]){if(i=(t.find.ID(o.matches[0].replace(y,p),i)||[])[0],!i)return r;c&&(i=i.parentNode);n=n.slice(e.shift().value.length)}for(s=at.needsContext.test(n)?0:e.length;s--;){if(o=e[s],t.relative[a=o.type])break;if((v=t.find[a])&&(f=v(o.matches[0].replace(y,p),dt.test(e[0].type)&&ti(i.parentNode)||i))){if(e.splice(s,1),n=f.length&&vt(e),!n)return b.apply(r,f),r;break}}}return(c||pt(n,h))(f,i,!l,r,dt.test(n)&&ti(i.parentNode)||i),r},u.sortStable=f.split("").sort(wt).join("")===f,u.detectDuplicates=!!rt,k(),u.sortDetached=v(function(n){return 1&n.compareDocumentPosition(o.createElement("div"))}),v(function(n){return n.innerHTML="<a href='#'><\/a>","#"===n.firstChild.getAttribute("href")})||ni("type|href|height|width",function(n,t,i){if(!i)return n.getAttribute(t,"type"===t.toLowerCase()?1:2)}),u.attributes&&v(function(n){return n.innerHTML="<input/>",n.firstChild.setAttribute("value",""),""===n.firstChild.getAttribute("value")})||ni("value",function(n,t,i){if(!i&&"input"===n.nodeName.toLowerCase())return n.defaultValue}),v(function(n){return null==n.getAttribute("disabled")})||ni(bt,function(n,t,i){var r;if(!i)return n[t]===!0?t.toLowerCase():(r=n.getAttributeNode(t))&&r.specified?r.value:null}),r}(n);i.find=p;i.expr=p.selectors;i.expr[":"]=i.expr.pseudos;i.unique=p.uniqueSort;i.text=p.getText;i.isXMLDoc=p.isXML;i.contains=p.contains;var fr=i.expr.match.needsContext,er=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,re=/^.[^:#\[\.,]*$/;i.filter=function(n,t,r){var u=t[0];return r&&(n=":not("+n+")"),1===t.length&&1===u.nodeType?i.find.matchesSelector(u,n)?[u]:[]:i.find.matches(n,i.grep(t,function(n){return 1===n.nodeType}))};i.fn.extend({find:function(n){var t,r=[],u=this,f=u.length;if("string"!=typeof n)return this.pushStack(i(n).filter(function(){for(t=0;f>t;t++)if(i.contains(u[t],this))return!0}));for(t=0;f>t;t++)i.find(n,u[t],r);return r=this.pushStack(f>1?i.unique(r):r),r.selector=this.selector?this.selector+" "+n:n,r},filter:function(n){return this.pushStack(ui(this,n||[],!1))},not:function(n){return this.pushStack(ui(this,n||[],!0))},is:function(n){return!!ui(this,"string"==typeof n&&fr.test(n)?i(n):n||[],!1).length}});var ft,u=n.document,ue=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,fe=i.fn.init=function(n,t){var r,f;if(!n)return this;if("string"==typeof n){if(r="<"===n.charAt(0)&&">"===n.charAt(n.length-1)&&n.length>=3?[null,n,null]:ue.exec(n),!r||!r[1]&&t)return!t||t.jquery?(t||ft).find(n):this.constructor(t).find(n);if(r[1]){if(t=t instanceof i?t[0]:t,i.merge(this,i.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:u,!0)),er.test(r[1])&&i.isPlainObject(t))for(r in t)i.isFunction(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}if(f=u.getElementById(r[2]),f&&f.parentNode){if(f.id!==r[2])return ft.find(n);this.length=1;this[0]=f}return this.context=u,this.selector=n,this}return n.nodeType?(this.context=this[0]=n,this.length=1,this):i.isFunction(n)?"undefined"!=typeof ft.ready?ft.ready(n):n(i):(void 0!==n.selector&&(this.selector=n.selector,this.context=n.context),i.makeArray(n,this))};fe.prototype=i.fn;ft=i(u);or=/^(?:parents|prev(?:Until|All))/;sr={children:!0,contents:!0,next:!0,prev:!0};i.extend({dir:function(n,t,r){for(var f=[],u=n[t];u&&9!==u.nodeType&&(void 0===r||1!==u.nodeType||!i(u).is(r));)1===u.nodeType&&f.push(u),u=u[t];return f},sibling:function(n,t){for(var i=[];n;n=n.nextSibling)1===n.nodeType&&n!==t&&i.push(n);return i}});i.fn.extend({has:function(n){var t,r=i(n,this),u=r.length;return this.filter(function(){for(t=0;u>t;t++)if(i.contains(this,r[t]))return!0})},closest:function(n,t){for(var r,f=0,o=this.length,u=[],e=fr.test(n)||"string"!=typeof n?i(n,t||this.context):0;o>f;f++)for(r=this[f];r&&r!==t;r=r.parentNode)if(r.nodeType<11&&(e?e.index(r)>-1:1===r.nodeType&&i.find.matchesSelector(r,n))){u.push(r);break}return this.pushStack(u.length>1?i.unique(u):u)},index:function(n){return n?"string"==typeof n?i.inArray(this[0],i(n)):i.inArray(n.jquery?n[0]:n,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(n,t){return this.pushStack(i.unique(i.merge(this.get(),i(n,t))))},addBack:function(n){return this.add(null==n?this.prevObject:this.prevObject.filter(n))}});i.each({parent:function(n){var t=n.parentNode;return t&&11!==t.nodeType?t:null},parents:function(n){return i.dir(n,"parentNode")},parentsUntil:function(n,t,r){return i.dir(n,"parentNode",r)},next:function(n){return hr(n,"nextSibling")},prev:function(n){return hr(n,"previousSibling")},nextAll:function(n){return i.dir(n,"nextSibling")},prevAll:function(n){return i.dir(n,"previousSibling")},nextUntil:function(n,t,r){return i.dir(n,"nextSibling",r)},prevUntil:function(n,t,r){return i.dir(n,"previousSibling",r)},siblings:function(n){return i.sibling((n.parentNode||{}).firstChild,n)},children:function(n){return i.sibling(n.firstChild)},contents:function(n){return i.nodeName(n,"iframe")?n.contentDocument||n.contentWindow.document:i.merge([],n.childNodes)}},function(n,t){i.fn[n]=function(r,u){var f=i.map(this,t,r);return"Until"!==n.slice(-5)&&(u=r),u&&"string"==typeof u&&(f=i.filter(u,f)),this.length>1&&(sr[n]||(f=i.unique(f)),or.test(n)&&(f=f.reverse())),this.pushStack(f)}});h=/\S+/g;fi={};i.Callbacks=function(n){n="string"==typeof n?fi[n]||ee(n):i.extend({},n);var o,u,h,f,e,c,t=[],r=!n.once&&[],l=function(i){for(u=n.memory&&i,h=!0,e=c||0,c=0,f=t.length,o=!0;t&&f>e;e++)if(t[e].apply(i[0],i[1])===!1&&n.stopOnFalse){u=!1;break}o=!1;t&&(r?r.length&&l(r.shift()):u?t=[]:s.disable())},s={add:function(){if(t){var r=t.length;!function e(r){i.each(r,function(r,u){var f=i.type(u);"function"===f?n.unique&&s.has(u)||t.push(u):u&&u.length&&"string"!==f&&e(u)})}(arguments);o?f=t.length:u&&(c=r,l(u))}return this},remove:function(){return t&&i.each(arguments,function(n,r){for(var u;(u=i.inArray(r,t,u))>-1;)t.splice(u,1),o&&(f>=u&&f--,e>=u&&e--)}),this},has:function(n){return n?i.inArray(n,t)>-1:!(!t||!t.length)},empty:function(){return t=[],f=0,this},disable:function(){return t=r=u=void 0,this},disabled:function(){return!t},lock:function(){return r=void 0,u||s.disable(),this},locked:function(){return!r},fireWith:function(n,i){return!t||h&&!r||(i=i||[],i=[n,i.slice?i.slice():i],o?r.push(i):l(i)),this},fire:function(){return s.fireWith(this,arguments),this},fired:function(){return!!h}};return s};i.extend({Deferred:function(n){var u=[["resolve","done",i.Callbacks("once memory"),"resolved"],["reject","fail",i.Callbacks("once memory"),"rejected"],["notify","progress",i.Callbacks("memory")]],f="pending",r={state:function(){return f},always:function(){return t.done(arguments).fail(arguments),this},then:function(){var n=arguments;return i.Deferred(function(f){i.each(u,function(u,e){var o=i.isFunction(n[u])&&n[u];t[e[1]](function(){var n=o&&o.apply(this,arguments);n&&i.isFunction(n.promise)?n.promise().done(f.resolve).fail(f.reject).progress(f.notify):f[e[0]+"With"](this===r?f.promise():this,o?[n]:arguments)})});n=null}).promise()},promise:function(n){return null!=n?i.extend(n,r):r}},t={};return r.pipe=r.then,i.each(u,function(n,i){var e=i[2],o=i[3];r[i[1]]=e.add;o&&e.add(function(){f=o},u[1^n][2].disable,u[2][2].lock);t[i[0]]=function(){return t[i[0]+"With"](this===t?r:this,arguments),this};t[i[0]+"With"]=e.fireWith}),r.promise(t),n&&n.call(t,t),t},when:function(n){var t=0,u=l.call(arguments),r=u.length,e=1!==r||n&&i.isFunction(n.promise)?r:0,f=1===e?n:i.Deferred(),h=function(n,t,i){return function(r){t[n]=this;i[n]=arguments.length>1?l.call(arguments):r;i===o?f.notifyWith(t,i):--e||f.resolveWith(t,i)}},o,c,s;if(r>1)for(o=new Array(r),c=new Array(r),s=new Array(r);r>t;t++)u[t]&&i.isFunction(u[t].promise)?u[t].promise().done(h(t,s,u)).fail(f.reject).progress(h(t,c,o)):--e;return e||f.resolveWith(s,u),f.promise()}});i.fn.ready=function(n){return i.ready.promise().done(n),this};i.extend({isReady:!1,readyWait:1,holdReady:function(n){n?i.readyWait++:i.ready(!0)},ready:function(n){if(n===!0?!--i.readyWait:!i.isReady){if(!u.body)return setTimeout(i.ready);i.isReady=!0;n!==!0&&--i.readyWait>0||(lt.resolveWith(u,[i]),i.fn.triggerHandler&&(i(u).triggerHandler("ready"),i(u).off("ready")))}}});i.ready.promise=function(t){if(!lt)if(lt=i.Deferred(),"complete"===u.readyState)setTimeout(i.ready);else if(u.addEventListener)u.addEventListener("DOMContentLoaded",a,!1),n.addEventListener("load",a,!1);else{u.attachEvent("onreadystatechange",a);n.attachEvent("onload",a);var r=!1;try{r=null==n.frameElement&&u.documentElement}catch(e){}r&&r.doScroll&&!function f(){if(!i.isReady){try{r.doScroll("left")}catch(n){return setTimeout(f,50)}cr();i.ready()}}()}return lt.promise(t)};o="undefined";for(lr in i(r))break;r.ownLast="0"!==lr;r.inlineBlockNeedsLayout=!1;i(function(){var f,t,n,i;n=u.getElementsByTagName("body")[0];n&&n.style&&(t=u.createElement("div"),i=u.createElement("div"),i.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",n.appendChild(i).appendChild(t),typeof t.style.zoom!==o&&(t.style.cssText="display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1",r.inlineBlockNeedsLayout=f=3===t.offsetWidth,f&&(n.style.zoom=1)),n.removeChild(i))}),function(){var n=u.createElement("div");if(null==r.deleteExpando){r.deleteExpando=!0;try{delete n.test}catch(t){r.deleteExpando=!1}}n=null}();i.acceptData=function(n){var t=i.noData[(n.nodeName+" ").toLowerCase()],r=+n.nodeType||1;return 1!==r&&9!==r?!1:!t||t!==!0&&n.getAttribute("classid")===t};ar=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/;vr=/([A-Z])/g;i.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(n){return n=n.nodeType?i.cache[n[i.expando]]:n[i.expando],!!n&&!ei(n)},data:function(n,t,i){return pr(n,t,i)},removeData:function(n,t){return wr(n,t)},_data:function(n,t,i){return pr(n,t,i,!0)},_removeData:function(n,t){return wr(n,t,!0)}});i.fn.extend({data:function(n,t){var f,u,e,r=this[0],o=r&&r.attributes;if(void 0===n){if(this.length&&(e=i.data(r),1===r.nodeType&&!i._data(r,"parsedAttrs"))){for(f=o.length;f--;)o[f]&&(u=o[f].name,0===u.indexOf("data-")&&(u=i.camelCase(u.slice(5)),yr(r,u,e[u])));i._data(r,"parsedAttrs",!0)}return e}return"object"==typeof n?this.each(function(){i.data(this,n)}):arguments.length>1?this.each(function(){i.data(this,n,t)}):r?yr(r,n,i.data(r,n)):void 0},removeData:function(n){return this.each(function(){i.removeData(this,n)})}});i.extend({queue:function(n,t,r){var u;if(n)return(t=(t||"fx")+"queue",u=i._data(n,t),r&&(!u||i.isArray(r)?u=i._data(n,t,i.makeArray(r)):u.push(r)),u||[])},dequeue:function(n,t){t=t||"fx";var r=i.queue(n,t),e=r.length,u=r.shift(),f=i._queueHooks(n,t),o=function(){i.dequeue(n,t)};"inprogress"===u&&(u=r.shift(),e--);u&&("fx"===t&&r.unshift("inprogress"),delete f.stop,u.call(n,o,f));!e&&f&&f.empty.fire()},_queueHooks:function(n,t){var r=t+"queueHooks";return i._data(n,r)||i._data(n,r,{empty:i.Callbacks("once memory").add(function(){i._removeData(n,t+"queue");i._removeData(n,r)})})}});i.fn.extend({queue:function(n,t){var r=2;return"string"!=typeof n&&(t=n,n="fx",r--),arguments.length<r?i.queue(this[0],n):void 0===t?this:this.each(function(){var r=i.queue(this,n,t);i._queueHooks(this,n);"fx"===n&&"inprogress"!==r[0]&&i.dequeue(this,n)})},dequeue:function(n){return this.each(function(){i.dequeue(this,n)})},clearQueue:function(n){return this.queue(n||"fx",[])},promise:function(n,t){var r,f=1,e=i.Deferred(),u=this,o=this.length,s=function(){--f||e.resolveWith(u,[u])};for("string"!=typeof n&&(t=n,n=void 0),n=n||"fx";o--;)r=i._data(u[o],n+"queueHooks"),r&&r.empty&&(f++,r.empty.add(s));return s(),e.promise(t)}});var at=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,w=["Top","Right","Bottom","Left"],et=function(n,t){return n=t||n,"none"===i.css(n,"display")||!i.contains(n.ownerDocument,n)},b=i.access=function(n,t,r,u,f,e,o){var s=0,c=n.length,h=null==r;if("object"===i.type(r)){f=!0;for(s in r)i.access(n,t,s,r[s],!0,e,o)}else if(void 0!==u&&(f=!0,i.isFunction(u)||(o=!0),h&&(o?(t.call(n,u),t=null):(h=t,t=function(n,t,r){return h.call(i(n),r)})),t))for(;c>s;s++)t(n[s],r,o?u:u.call(n[s],s,t(n[s],r)));return f?n:h?t.call(n):c?t(n[0],r):e},oi=/^(?:checkbox|radio)$/i;!function(){var t=u.createElement("input"),n=u.createElement("div"),i=u.createDocumentFragment();if(n.innerHTML="  <link/><table><\/table><a href='/a'>a<\/a><input type='checkbox'/>",r.leadingWhitespace=3===n.firstChild.nodeType,r.tbody=!n.getElementsByTagName("tbody").length,r.htmlSerialize=!!n.getElementsByTagName("link").length,r.html5Clone="<:nav><\/:nav>"!==u.createElement("nav").cloneNode(!0).outerHTML,t.type="checkbox",t.checked=!0,i.appendChild(t),r.appendChecked=t.checked,n.innerHTML="<textarea>x<\/textarea>",r.noCloneChecked=!!n.cloneNode(!0).lastChild.defaultValue,i.appendChild(n),n.innerHTML="<input type='radio' checked='checked' name='t'/>",r.checkClone=n.cloneNode(!0).cloneNode(!0).lastChild.checked,r.noCloneEvent=!0,n.attachEvent&&(n.attachEvent("onclick",function(){r.noCloneEvent=!1}),n.cloneNode(!0).click()),null==r.deleteExpando){r.deleteExpando=!0;try{delete n.test}catch(f){r.deleteExpando=!1}}}(),function(){var t,i,f=u.createElement("div");for(t in{submit:!0,change:!0,focusin:!0})i="on"+t,(r[t+"Bubbles"]=i in n)||(f.setAttribute(i,"t"),r[t+"Bubbles"]=f.attributes[i].expando===!1);f=null}();var si=/^(?:input|select|textarea)$/i,oe=/^key/,se=/^(?:mouse|pointer|contextmenu)|click/,br=/^(?:focusinfocus|focusoutblur)$/,kr=/^([^.]*)(?:\.(.+)|)$/;i.event={global:{},add:function(n,t,r,u,f){var w,y,b,p,s,c,l,a,e,k,d,v=i._data(n);if(v){for(r.handler&&(p=r,r=p.handler,f=p.selector),r.guid||(r.guid=i.guid++),(y=v.events)||(y=v.events={}),(c=v.handle)||(c=v.handle=function(n){if(typeof i!==o&&(!n||i.event.triggered!==n.type))return i.event.dispatch.apply(c.elem,arguments)},c.elem=n),t=(t||"").match(h)||[""],b=t.length;b--;)w=kr.exec(t[b])||[],e=d=w[1],k=(w[2]||"").split(".").sort(),e&&(s=i.event.special[e]||{},e=(f?s.delegateType:s.bindType)||e,s=i.event.special[e]||{},l=i.extend({type:e,origType:d,data:u,handler:r,guid:r.guid,selector:f,needsContext:f&&i.expr.match.needsContext.test(f),namespace:k.join(".")},p),(a=y[e])||(a=y[e]=[],a.delegateCount=0,s.setup&&s.setup.call(n,u,k,c)!==!1||(n.addEventListener?n.addEventListener(e,c,!1):n.attachEvent&&n.attachEvent("on"+e,c))),s.add&&(s.add.call(n,l),l.handler.guid||(l.handler.guid=r.guid)),f?a.splice(a.delegateCount++,0,l):a.push(l),i.event.global[e]=!0);n=null}},remove:function(n,t,r,u,f){var y,o,s,b,p,a,c,l,e,w,k,v=i.hasData(n)&&i._data(n);if(v&&(a=v.events)){for(t=(t||"").match(h)||[""],p=t.length;p--;)if(s=kr.exec(t[p])||[],e=k=s[1],w=(s[2]||"").split(".").sort(),e){for(c=i.event.special[e]||{},e=(u?c.delegateType:c.bindType)||e,l=a[e]||[],s=s[2]&&new RegExp("(^|\\.)"+w.join("\\.(?:.*\\.|)")+"(\\.|$)"),b=y=l.length;y--;)o=l[y],!f&&k!==o.origType||r&&r.guid!==o.guid||s&&!s.test(o.namespace)||u&&u!==o.selector&&("**"!==u||!o.selector)||(l.splice(y,1),o.selector&&l.delegateCount--,c.remove&&c.remove.call(n,o));b&&!l.length&&(c.teardown&&c.teardown.call(n,w,v.handle)!==!1||i.removeEvent(n,e,v.handle),delete a[e])}else for(e in a)i.event.remove(n,e+t[p],r,u,!0);i.isEmptyObject(a)&&(delete v.handle,i._removeData(n,"events"))}},trigger:function(t,r,f,e){var l,a,o,p,c,h,w,y=[f||u],s=tt.call(t,"type")?t.type:t,v=tt.call(t,"namespace")?t.namespace.split("."):[];if(o=h=f=f||u,3!==f.nodeType&&8!==f.nodeType&&!br.test(s+i.event.triggered)&&(s.indexOf(".")>=0&&(v=s.split("."),s=v.shift(),v.sort()),a=s.indexOf(":")<0&&"on"+s,t=t[i.expando]?t:new i.Event(s,"object"==typeof t&&t),t.isTrigger=e?2:3,t.namespace=v.join("."),t.namespace_re=t.namespace?new RegExp("(^|\\.)"+v.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=f),r=null==r?[t]:i.makeArray(r,[t]),c=i.event.special[s]||{},e||!c.trigger||c.trigger.apply(f,r)!==!1)){if(!e&&!c.noBubble&&!i.isWindow(f)){for(p=c.delegateType||s,br.test(p+s)||(o=o.parentNode);o;o=o.parentNode)y.push(o),h=o;h===(f.ownerDocument||u)&&y.push(h.defaultView||h.parentWindow||n)}for(w=0;(o=y[w++])&&!t.isPropagationStopped();)t.type=w>1?p:c.bindType||s,l=(i._data(o,"events")||{})[t.type]&&i._data(o,"handle"),l&&l.apply(o,r),l=a&&o[a],l&&l.apply&&i.acceptData(o)&&(t.result=l.apply(o,r),t.result===!1&&t.preventDefault());if(t.type=s,!e&&!t.isDefaultPrevented()&&(!c._default||c._default.apply(y.pop(),r)===!1)&&i.acceptData(f)&&a&&f[s]&&!i.isWindow(f)){h=f[a];h&&(f[a]=null);i.event.triggered=s;try{f[s]()}catch(b){}i.event.triggered=void 0;h&&(f[a]=h)}return t.result}},dispatch:function(n){n=i.event.fix(n);var e,f,t,r,o,s=[],h=l.call(arguments),c=(i._data(this,"events")||{})[n.type]||[],u=i.event.special[n.type]||{};if(h[0]=n,n.delegateTarget=this,!u.preDispatch||u.preDispatch.call(this,n)!==!1){for(s=i.event.handlers.call(this,n,c),e=0;(r=s[e++])&&!n.isPropagationStopped();)for(n.currentTarget=r.elem,o=0;(t=r.handlers[o++])&&!n.isImmediatePropagationStopped();)(!n.namespace_re||n.namespace_re.test(t.namespace))&&(n.handleObj=t,n.data=t.data,f=((i.event.special[t.origType]||{}).handle||t.handler).apply(r.elem,h),void 0!==f&&(n.result=f)===!1&&(n.preventDefault(),n.stopPropagation()));return u.postDispatch&&u.postDispatch.call(this,n),n.result}},handlers:function(n,t){var f,e,u,o,h=[],s=t.delegateCount,r=n.target;if(s&&r.nodeType&&(!n.button||"click"!==n.type))for(;r!=this;r=r.parentNode||this)if(1===r.nodeType&&(r.disabled!==!0||"click"!==n.type)){for(u=[],o=0;s>o;o++)e=t[o],f=e.selector+" ",void 0===u[f]&&(u[f]=e.needsContext?i(f,this).index(r)>=0:i.find(f,this,null,[r]).length),u[f]&&u.push(e);u.length&&h.push({elem:r,handlers:u})}return s<t.length&&h.push({elem:this,handlers:t.slice(s)}),h},fix:function(n){if(n[i.expando])return n;var e,o,s,r=n.type,f=n,t=this.fixHooks[r];for(t||(this.fixHooks[r]=t=se.test(r)?this.mouseHooks:oe.test(r)?this.keyHooks:{}),s=t.props?this.props.concat(t.props):this.props,n=new i.Event(f),e=s.length;e--;)o=s[e],n[o]=f[o];return n.target||(n.target=f.srcElement||u),3===n.target.nodeType&&(n.target=n.target.parentNode),n.metaKey=!!n.metaKey,t.filter?t.filter(n,f):n},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(n,t){return null==n.which&&(n.which=null!=t.charCode?t.charCode:t.keyCode),n}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(n,t){var i,e,r,f=t.button,o=t.fromElement;return null==n.pageX&&null!=t.clientX&&(e=n.target.ownerDocument||u,r=e.documentElement,i=e.body,n.pageX=t.clientX+(r&&r.scrollLeft||i&&i.scrollLeft||0)-(r&&r.clientLeft||i&&i.clientLeft||0),n.pageY=t.clientY+(r&&r.scrollTop||i&&i.scrollTop||0)-(r&&r.clientTop||i&&i.clientTop||0)),!n.relatedTarget&&o&&(n.relatedTarget=o===n.target?t.toElement:o),n.which||void 0===f||(n.which=1&f?1:2&f?3:4&f?2:0),n}},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==dr()&&this.focus)try{return this.focus(),!1}catch(n){}},delegateType:"focusin"},blur:{trigger:function(){if(this===dr()&&this.blur)return(this.blur(),!1)},delegateType:"focusout"},click:{trigger:function(){if(i.nodeName(this,"input")&&"checkbox"===this.type&&this.click)return(this.click(),!1)},_default:function(n){return i.nodeName(n.target,"a")}},beforeunload:{postDispatch:function(n){void 0!==n.result&&n.originalEvent&&(n.originalEvent.returnValue=n.result)}}},simulate:function(n,t,r,u){var f=i.extend(new i.Event,r,{type:n,isSimulated:!0,originalEvent:{}});u?i.event.trigger(f,null,t):i.event.dispatch.call(t,f);f.isDefaultPrevented()&&r.preventDefault()}};i.removeEvent=u.removeEventListener?function(n,t,i){n.removeEventListener&&n.removeEventListener(t,i,!1)}:function(n,t,i){var r="on"+t;n.detachEvent&&(typeof n[r]===o&&(n[r]=null),n.detachEvent(r,i))};i.Event=function(n,t){return this instanceof i.Event?(n&&n.type?(this.originalEvent=n,this.type=n.type,this.isDefaultPrevented=n.defaultPrevented||void 0===n.defaultPrevented&&n.returnValue===!1?vt:it):this.type=n,t&&i.extend(this,t),this.timeStamp=n&&n.timeStamp||i.now(),void(this[i.expando]=!0)):new i.Event(n,t)};i.Event.prototype={isDefaultPrevented:it,isPropagationStopped:it,isImmediatePropagationStopped:it,preventDefault:function(){var n=this.originalEvent;this.isDefaultPrevented=vt;n&&(n.preventDefault?n.preventDefault():n.returnValue=!1)},stopPropagation:function(){var n=this.originalEvent;this.isPropagationStopped=vt;n&&(n.stopPropagation&&n.stopPropagation(),n.cancelBubble=!0)},stopImmediatePropagation:function(){var n=this.originalEvent;this.isImmediatePropagationStopped=vt;n&&n.stopImmediatePropagation&&n.stopImmediatePropagation();this.stopPropagation()}};i.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(n,t){i.event.special[n]={delegateType:t,bindType:t,handle:function(n){var u,f=this,r=n.relatedTarget,e=n.handleObj;return(!r||r!==f&&!i.contains(f,r))&&(n.type=e.origType,u=e.handler.apply(this,arguments),n.type=t),u}}});r.submitBubbles||(i.event.special.submit={setup:function(){return i.nodeName(this,"form")?!1:void i.event.add(this,"click._submit keypress._submit",function(n){var r=n.target,t=i.nodeName(r,"input")||i.nodeName(r,"button")?r.form:void 0;t&&!i._data(t,"submitBubbles")&&(i.event.add(t,"submit._submit",function(n){n._submit_bubble=!0}),i._data(t,"submitBubbles",!0))})},postDispatch:function(n){n._submit_bubble&&(delete n._submit_bubble,this.parentNode&&!n.isTrigger&&i.event.simulate("submit",this.parentNode,n,!0))},teardown:function(){return i.nodeName(this,"form")?!1:void i.event.remove(this,"._submit")}});r.changeBubbles||(i.event.special.change={setup:function(){return si.test(this.nodeName)?(("checkbox"===this.type||"radio"===this.type)&&(i.event.add(this,"propertychange._change",function(n){"checked"===n.originalEvent.propertyName&&(this._just_changed=!0)}),i.event.add(this,"click._change",function(n){this._just_changed&&!n.isTrigger&&(this._just_changed=!1);i.event.simulate("change",this,n,!0)})),!1):void i.event.add(this,"beforeactivate._change",function(n){var t=n.target;si.test(t.nodeName)&&!i._data(t,"changeBubbles")&&(i.event.add(t,"change._change",function(n){!this.parentNode||n.isSimulated||n.isTrigger||i.event.simulate("change",this.parentNode,n,!0)}),i._data(t,"changeBubbles",!0))})},handle:function(n){var t=n.target;if(this!==t||n.isSimulated||n.isTrigger||"radio"!==t.type&&"checkbox"!==t.type)return n.handleObj.handler.apply(this,arguments)},teardown:function(){return i.event.remove(this,"._change"),!si.test(this.nodeName)}});r.focusinBubbles||i.each({focus:"focusin",blur:"focusout"},function(n,t){var r=function(n){i.event.simulate(t,n.target,i.event.fix(n),!0)};i.event.special[t]={setup:function(){var u=this.ownerDocument||this,f=i._data(u,t);f||u.addEventListener(n,r,!0);i._data(u,t,(f||0)+1)},teardown:function(){var u=this.ownerDocument||this,f=i._data(u,t)-1;f?i._data(u,t,f):(u.removeEventListener(n,r,!0),i._removeData(u,t))}}});i.fn.extend({on:function(n,t,r,u,f){var o,e;if("object"==typeof n){"string"!=typeof t&&(r=r||t,t=void 0);for(o in n)this.on(o,t,r,n[o],f);return this}if(null==r&&null==u?(u=t,r=t=void 0):null==u&&("string"==typeof t?(u=r,r=void 0):(u=r,r=t,t=void 0)),u===!1)u=it;else if(!u)return this;return 1===f&&(e=u,u=function(n){return i().off(n),e.apply(this,arguments)},u.guid=e.guid||(e.guid=i.guid++)),this.each(function(){i.event.add(this,n,u,r,t)})},one:function(n,t,i,r){return this.on(n,t,i,r,1)},off:function(n,t,r){var u,f;if(n&&n.preventDefault&&n.handleObj)return u=n.handleObj,i(n.delegateTarget).off(u.namespace?u.origType+"."+u.namespace:u.origType,u.selector,u.handler),this;if("object"==typeof n){for(f in n)this.off(f,t,n[f]);return this}return(t===!1||"function"==typeof t)&&(r=t,t=void 0),r===!1&&(r=it),this.each(function(){i.event.remove(this,n,r,t)})},trigger:function(n,t){return this.each(function(){i.event.trigger(n,t,this)})},triggerHandler:function(n,t){var r=this[0];if(r)return i.event.trigger(n,t,r,!0)}});var nu="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",he=/ jQuery\d+="(?:null|\d+)"/g,tu=new RegExp("<(?:"+nu+")[\\s/>]","i"),hi=/^\s+/,iu=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,ru=/<([\w:]+)/,uu=/<tbody/i,ce=/<|&#?\w+;/,le=/<(?:script|style|link)/i,ae=/checked\s*(?:[^=]|=\s*.checked.)/i,fu=/^$|\/(?:java|ecma)script/i,ve=/^true\/(.*)/,ye=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,s={option:[1,"<select multiple='multiple'>","<\/select>"],legend:[1,"<fieldset>","<\/fieldset>"],area:[1,"<map>","<\/map>"],param:[1,"<object>","<\/object>"],thead:[1,"<table>","<\/table>"],tr:[2,"<table><tbody>","<\/tbody><\/table>"],col:[2,"<table><tbody><\/tbody><colgroup>","<\/colgroup><\/table>"],td:[3,"<table><tbody><tr>","<\/tr><\/tbody><\/table>"],_default:r.htmlSerialize?[0,"",""]:[1,"X<div>","<\/div>"]},pe=gr(u),ci=pe.appendChild(u.createElement("div"));s.optgroup=s.option;s.tbody=s.tfoot=s.colgroup=s.caption=s.thead;s.th=s.td;i.extend({clone:function(n,t,u){var e,c,s,o,h,l=i.contains(n.ownerDocument,n);if(r.html5Clone||i.isXMLDoc(n)||!tu.test("<"+n.nodeName+">")?s=n.cloneNode(!0):(ci.innerHTML=n.outerHTML,ci.removeChild(s=ci.firstChild)),!(r.noCloneEvent&&r.noCloneChecked||1!==n.nodeType&&11!==n.nodeType||i.isXMLDoc(n)))for(e=f(s),h=f(n),o=0;null!=(c=h[o]);++o)e[o]&&be(c,e[o]);if(t)if(u)for(h=h||f(n),e=e||f(s),o=0;null!=(c=h[o]);o++)hu(c,e[o]);else hu(n,s);return e=f(s,"script"),e.length>0&&li(e,!l&&f(n,"script")),e=h=c=null,s},buildFragment:function(n,t,u,e){for(var c,o,b,h,p,w,a,k=n.length,v=gr(t),l=[],y=0;k>y;y++)if(o=n[y],o||0===o)if("object"===i.type(o))i.merge(l,o.nodeType?[o]:o);else if(ce.test(o)){for(h=h||v.appendChild(t.createElement("div")),p=(ru.exec(o)||["",""])[1].toLowerCase(),a=s[p]||s._default,h.innerHTML=a[1]+o.replace(iu,"<$1><\/$2>")+a[2],c=a[0];c--;)h=h.lastChild;if(!r.leadingWhitespace&&hi.test(o)&&l.push(t.createTextNode(hi.exec(o)[0])),!r.tbody)for(o="table"!==p||uu.test(o)?"<table>"!==a[1]||uu.test(o)?0:h:h.firstChild,c=o&&o.childNodes.length;c--;)i.nodeName(w=o.childNodes[c],"tbody")&&!w.childNodes.length&&o.removeChild(w);for(i.merge(l,h.childNodes),h.textContent="";h.firstChild;)h.removeChild(h.firstChild);h=v.lastChild}else l.push(t.createTextNode(o));for(h&&v.removeChild(h),r.appendChecked||i.grep(f(l,"input"),we),y=0;o=l[y++];)if((!e||-1===i.inArray(o,e))&&(b=i.contains(o.ownerDocument,o),h=f(v.appendChild(o),"script"),b&&li(h),u))for(c=0;o=h[c++];)fu.test(o.type||"")&&u.push(o);return h=null,v},cleanData:function(n,t){for(var u,e,f,s,a=0,h=i.expando,l=i.cache,v=r.deleteExpando,y=i.event.special;null!=(u=n[a]);a++)if((t||i.acceptData(u))&&(f=u[h],s=f&&l[f])){if(s.events)for(e in s.events)y[e]?i.event.remove(u,e):i.removeEvent(u,e,s.handle);l[f]&&(delete l[f],v?delete u[h]:typeof u.removeAttribute!==o?u.removeAttribute(h):u[h]=null,c.push(f))}}});i.fn.extend({text:function(n){return b(this,function(n){return void 0===n?i.text(this):this.empty().append((this[0]&&this[0].ownerDocument||u).createTextNode(n))},null,n,arguments.length)},append:function(){return this.domManip(arguments,function(n){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=eu(this,n);t.appendChild(n)}})},prepend:function(){return this.domManip(arguments,function(n){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=eu(this,n);t.insertBefore(n,t.firstChild)}})},before:function(){return this.domManip(arguments,function(n){this.parentNode&&this.parentNode.insertBefore(n,this)})},after:function(){return this.domManip(arguments,function(n){this.parentNode&&this.parentNode.insertBefore(n,this.nextSibling)})},remove:function(n,t){for(var r,e=n?i.filter(n,this):this,u=0;null!=(r=e[u]);u++)t||1!==r.nodeType||i.cleanData(f(r)),r.parentNode&&(t&&i.contains(r.ownerDocument,r)&&li(f(r,"script")),r.parentNode.removeChild(r));return this},empty:function(){for(var n,t=0;null!=(n=this[t]);t++){for(1===n.nodeType&&i.cleanData(f(n,!1));n.firstChild;)n.removeChild(n.firstChild);n.options&&i.nodeName(n,"select")&&(n.options.length=0)}return this},clone:function(n,t){return n=null==n?!1:n,t=null==t?n:t,this.map(function(){return i.clone(this,n,t)})},html:function(n){return b(this,function(n){var t=this[0]||{},u=0,e=this.length;if(void 0===n)return 1===t.nodeType?t.innerHTML.replace(he,""):void 0;if(!("string"!=typeof n||le.test(n)||!r.htmlSerialize&&tu.test(n)||!r.leadingWhitespace&&hi.test(n)||s[(ru.exec(n)||["",""])[1].toLowerCase()])){n=n.replace(iu,"<$1><\/$2>");try{for(;e>u;u++)t=this[u]||{},1===t.nodeType&&(i.cleanData(f(t,!1)),t.innerHTML=n);t=0}catch(o){}}t&&this.empty().append(n)},null,n,arguments.length)},replaceWith:function(){var n=arguments[0];return this.domManip(arguments,function(t){n=this.parentNode;i.cleanData(f(this));n&&n.replaceChild(t,this)}),n&&(n.length||n.nodeType)?this:this.remove()},detach:function(n){return this.remove(n,!0)},domManip:function(n,t){n=ir.apply([],n);var h,u,c,o,v,s,e=0,l=this.length,p=this,w=l-1,a=n[0],y=i.isFunction(a);if(y||l>1&&"string"==typeof a&&!r.checkClone&&ae.test(a))return this.each(function(i){var r=p.eq(i);y&&(n[0]=a.call(this,i,r.html()));r.domManip(n,t)});if(l&&(s=i.buildFragment(n,this[0].ownerDocument,!1,this),h=s.firstChild,1===s.childNodes.length&&(s=h),h)){for(o=i.map(f(s,"script"),ou),c=o.length;l>e;e++)u=s,e!==w&&(u=i.clone(u,!0,!0),c&&i.merge(o,f(u,"script"))),t.call(this[e],u,e);if(c)for(v=o[o.length-1].ownerDocument,i.map(o,su),e=0;c>e;e++)u=o[e],fu.test(u.type||"")&&!i._data(u,"globalEval")&&i.contains(v,u)&&(u.src?i._evalUrl&&i._evalUrl(u.src):i.globalEval((u.text||u.textContent||u.innerHTML||"").replace(ye,"")));s=h=null}return this}});i.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(n,t){i.fn[n]=function(n){for(var u,r=0,f=[],e=i(n),o=e.length-1;o>=r;r++)u=r===o?this:this.clone(!0),i(e[r])[t](u),ii.apply(f,u.get());return this.pushStack(f)}});ai={};!function(){var n;r.shrinkWrapBlocks=function(){if(null!=n)return n;n=!1;var t,i,r;return i=u.getElementsByTagName("body")[0],i&&i.style?(t=u.createElement("div"),r=u.createElement("div"),r.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",i.appendChild(r).appendChild(t),typeof t.style.zoom!==o&&(t.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:1px;width:1px;zoom:1",t.appendChild(u.createElement("div")).style.width="5px",n=3!==t.offsetWidth),i.removeChild(r),n):void 0}}();var lu=/^margin/,pt=new RegExp("^("+at+")(?!px)[a-z%]+$","i"),k,d,ke=/^(top|right|bottom|left)$/;n.getComputedStyle?(k=function(t){return t.ownerDocument.defaultView.opener?t.ownerDocument.defaultView.getComputedStyle(t,null):n.getComputedStyle(t,null)},d=function(n,t,r){var e,o,s,u,f=n.style;return r=r||k(n),u=r?r.getPropertyValue(t)||r[t]:void 0,r&&(""!==u||i.contains(n.ownerDocument,n)||(u=i.style(n,t)),pt.test(u)&&lu.test(t)&&(e=f.width,o=f.minWidth,s=f.maxWidth,f.minWidth=f.maxWidth=f.width=u,u=r.width,f.width=e,f.minWidth=o,f.maxWidth=s)),void 0===u?u:u+""}):u.documentElement.currentStyle&&(k=function(n){return n.currentStyle},d=function(n,t,i){var o,f,e,r,u=n.style;return i=i||k(n),r=i?i[t]:void 0,null==r&&u&&u[t]&&(r=u[t]),pt.test(r)&&!ke.test(t)&&(o=u.left,f=n.runtimeStyle,e=f&&f.left,e&&(f.left=n.currentStyle.left),u.left="fontSize"===t?"1em":r,r=u.pixelLeft+"px",u.left=o,e&&(f.left=e)),void 0===r?r:r+""||"auto"});!function(){var f,t,l,o,s,e,h;if(f=u.createElement("div"),f.innerHTML="  <link/><table><\/table><a href='/a'>a<\/a><input type='checkbox'/>",l=f.getElementsByTagName("a")[0],t=l&&l.style){t.cssText="float:left;opacity:.5";r.opacity="0.5"===t.opacity;r.cssFloat=!!t.cssFloat;f.style.backgroundClip="content-box";f.cloneNode(!0).style.backgroundClip="";r.clearCloneStyle="content-box"===f.style.backgroundClip;r.boxSizing=""===t.boxSizing||""===t.MozBoxSizing||""===t.WebkitBoxSizing;i.extend(r,{reliableHiddenOffsets:function(){return null==e&&c(),e},boxSizingReliable:function(){return null==s&&c(),s},pixelPosition:function(){return null==o&&c(),o},reliableMarginRight:function(){return null==h&&c(),h}});function c(){var i,r,f,t;r=u.getElementsByTagName("body")[0];r&&r.style&&(i=u.createElement("div"),f=u.createElement("div"),f.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",r.appendChild(f).appendChild(i),i.style.cssText="-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;margin-top:1%;top:1%;border:1px;padding:1px;width:4px;position:absolute",o=s=!1,h=!0,n.getComputedStyle&&(o="1%"!==(n.getComputedStyle(i,null)||{}).top,s="4px"===(n.getComputedStyle(i,null)||{width:"4px"}).width,t=i.appendChild(u.createElement("div")),t.style.cssText=i.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0",t.style.marginRight=t.style.width="0",i.style.width="1px",h=!parseFloat((n.getComputedStyle(t,null)||{}).marginRight),i.removeChild(t)),i.innerHTML="<table><tr><td><\/td><td>t<\/td><\/tr><\/table>",t=i.getElementsByTagName("td"),t[0].style.cssText="margin:0;border:0;padding:0;display:none",e=0===t[0].offsetHeight,e&&(t[0].style.display="",t[1].style.display="none",e=0===t[0].offsetHeight),r.removeChild(f))}}}();i.swap=function(n,t,i,r){var f,u,e={};for(u in t)e[u]=n.style[u],n.style[u]=t[u];f=i.apply(n,r||[]);for(u in t)n.style[u]=e[u];return f};var vi=/alpha\([^)]*\)/i,de=/opacity\s*=\s*([^)]*)/,ge=/^(none|table(?!-c[ea]).+)/,no=new RegExp("^("+at+")(.*)$","i"),to=new RegExp("^([+-])=("+at+")","i"),io={position:"absolute",visibility:"hidden",display:"block"},vu={letterSpacing:"0",fontWeight:"400"},yu=["Webkit","O","Moz","ms"];i.extend({cssHooks:{opacity:{get:function(n,t){if(t){var i=d(n,"opacity");return""===i?"1":i}}}},cssNumber:{columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{float:r.cssFloat?"cssFloat":"styleFloat"},style:function(n,t,u,f){if(n&&3!==n.nodeType&&8!==n.nodeType&&n.style){var o,h,e,s=i.camelCase(t),c=n.style;if(t=i.cssProps[s]||(i.cssProps[s]=pu(c,s)),e=i.cssHooks[t]||i.cssHooks[s],void 0===u)return e&&"get"in e&&void 0!==(o=e.get(n,!1,f))?o:c[t];if(h=typeof u,"string"===h&&(o=to.exec(u))&&(u=(o[1]+1)*o[2]+parseFloat(i.css(n,t)),h="number"),null!=u&&u===u&&("number"!==h||i.cssNumber[s]||(u+="px"),r.clearCloneStyle||""!==u||0!==t.indexOf("background")||(c[t]="inherit"),!(e&&"set"in e&&void 0===(u=e.set(n,u,f)))))try{c[t]=u}catch(l){}}},css:function(n,t,r,u){var s,f,e,o=i.camelCase(t);return t=i.cssProps[o]||(i.cssProps[o]=pu(n.style,o)),e=i.cssHooks[t]||i.cssHooks[o],e&&"get"in e&&(f=e.get(n,!0,r)),void 0===f&&(f=d(n,t,u)),"normal"===f&&t in vu&&(f=vu[t]),""===r||r?(s=parseFloat(f),r===!0||i.isNumeric(s)?s||0:f):f}});i.each(["height","width"],function(n,t){i.cssHooks[t]={get:function(n,r,u){if(r)return ge.test(i.css(n,"display"))&&0===n.offsetWidth?i.swap(n,io,function(){return du(n,t,u)}):du(n,t,u)},set:function(n,u,f){var e=f&&k(n);return bu(n,u,f?ku(n,t,f,r.boxSizing&&"border-box"===i.css(n,"boxSizing",!1,e),e):0)}}});r.opacity||(i.cssHooks.opacity={get:function(n,t){return de.test((t&&n.currentStyle?n.currentStyle.filter:n.style.filter)||"")?.01*parseFloat(RegExp.$1)+"":t?"1":""},set:function(n,t){var r=n.style,u=n.currentStyle,e=i.isNumeric(t)?"alpha(opacity="+100*t+")":"",f=u&&u.filter||r.filter||"";r.zoom=1;(t>=1||""===t)&&""===i.trim(f.replace(vi,""))&&r.removeAttribute&&(r.removeAttribute("filter"),""===t||u&&!u.filter)||(r.filter=vi.test(f)?f.replace(vi,e):f+" "+e)}});i.cssHooks.marginRight=au(r.reliableMarginRight,function(n,t){if(t)return i.swap(n,{display:"inline-block"},d,[n,"marginRight"])});i.each({margin:"",padding:"",border:"Width"},function(n,t){i.cssHooks[n+t]={expand:function(i){for(var r=0,f={},u="string"==typeof i?i.split(" "):[i];4>r;r++)f[n+w[r]+t]=u[r]||u[r-2]||u[0];return f}};lu.test(n)||(i.cssHooks[n+t].set=bu)});i.fn.extend({css:function(n,t){return b(this,function(n,t,r){var f,e,o={},u=0;if(i.isArray(t)){for(f=k(n),e=t.length;e>u;u++)o[t[u]]=i.css(n,t[u],!1,f);return o}return void 0!==r?i.style(n,t,r):i.css(n,t)},n,t,arguments.length>1)},show:function(){return wu(this,!0)},hide:function(){return wu(this)},toggle:function(n){return"boolean"==typeof n?n?this.show():this.hide():this.each(function(){et(this)?i(this).show():i(this).hide()})}});i.Tween=e;e.prototype={constructor:e,init:function(n,t,r,u,f,e){this.elem=n;this.prop=r;this.easing=f||"swing";this.options=t;this.start=this.now=this.cur();this.end=u;this.unit=e||(i.cssNumber[r]?"":"px")},cur:function(){var n=e.propHooks[this.prop];return n&&n.get?n.get(this):e.propHooks._default.get(this)},run:function(n){var r,t=e.propHooks[this.prop];return this.pos=r=this.options.duration?i.easing[this.easing](n,this.options.duration*n,0,1,this.options.duration):n,this.now=(this.end-this.start)*r+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),t&&t.set?t.set(this):e.propHooks._default.set(this),this}};e.prototype.init.prototype=e.prototype;e.propHooks={_default:{get:function(n){var t;return null==n.elem[n.prop]||n.elem.style&&null!=n.elem.style[n.prop]?(t=i.css(n.elem,n.prop,""),t&&"auto"!==t?t:0):n.elem[n.prop]},set:function(n){i.fx.step[n.prop]?i.fx.step[n.prop](n):n.elem.style&&(null!=n.elem.style[i.cssProps[n.prop]]||i.cssHooks[n.prop])?i.style(n.elem,n.prop,n.now+n.unit):n.elem[n.prop]=n.now}}};e.propHooks.scrollTop=e.propHooks.scrollLeft={set:function(n){n.elem.nodeType&&n.elem.parentNode&&(n.elem[n.prop]=n.now)}};i.easing={linear:function(n){return n},swing:function(n){return.5-Math.cos(n*Math.PI)/2}};i.fx=e.prototype.init;i.fx.step={};var rt,wt,ro=/^(?:toggle|show|hide)$/,gu=new RegExp("^(?:([+-])=|)("+at+")([a-z%]*)$","i"),uo=/queueHooks$/,bt=[fo],st={"*":[function(n,t){var f=this.createTween(n,t),s=f.cur(),r=gu.exec(t),e=r&&r[3]||(i.cssNumber[n]?"":"px"),u=(i.cssNumber[n]||"px"!==e&&+s)&&gu.exec(i.css(f.elem,n)),o=1,h=20;if(u&&u[3]!==e){e=e||u[3];r=r||[];u=+s||1;do o=o||".5",u/=o,i.style(f.elem,n,u+e);while(o!==(o=f.cur()/s)&&1!==o&&--h)}return r&&(u=f.start=+u||+s||0,f.unit=e,f.end=r[1]?u+(r[1]+1)*r[2]:+r[2]),f}]};i.Animation=i.extend(rf,{tweener:function(n,t){i.isFunction(n)?(t=n,n=["*"]):n=n.split(" ");for(var r,u=0,f=n.length;f>u;u++)r=n[u],st[r]=st[r]||[],st[r].unshift(t)},prefilter:function(n,t){t?bt.unshift(n):bt.push(n)}});i.speed=function(n,t,r){var u=n&&"object"==typeof n?i.extend({},n):{complete:r||!r&&t||i.isFunction(n)&&n,duration:n,easing:r&&t||t&&!i.isFunction(t)&&t};return u.duration=i.fx.off?0:"number"==typeof u.duration?u.duration:u.duration in i.fx.speeds?i.fx.speeds[u.duration]:i.fx.speeds._default,(null==u.queue||u.queue===!0)&&(u.queue="fx"),u.old=u.complete,u.complete=function(){i.isFunction(u.old)&&u.old.call(this);u.queue&&i.dequeue(this,u.queue)},u};i.fn.extend({fadeTo:function(n,t,i,r){return this.filter(et).css("opacity",0).show().end().animate({opacity:t},n,i,r)},animate:function(n,t,r,u){var o=i.isEmptyObject(n),e=i.speed(t,r,u),f=function(){var t=rf(this,i.extend({},n),e);(o||i._data(this,"finish"))&&t.stop(!0)};return f.finish=f,o||e.queue===!1?this.each(f):this.queue(e.queue,f)},stop:function(n,t,r){var u=function(n){var t=n.stop;delete n.stop;t(r)};return"string"!=typeof n&&(r=t,t=n,n=void 0),t&&n!==!1&&this.queue(n||"fx",[]),this.each(function(){var o=!0,t=null!=n&&n+"queueHooks",e=i.timers,f=i._data(this);if(t)f[t]&&f[t].stop&&u(f[t]);else for(t in f)f[t]&&f[t].stop&&uo.test(t)&&u(f[t]);for(t=e.length;t--;)e[t].elem!==this||null!=n&&e[t].queue!==n||(e[t].anim.stop(r),o=!1,e.splice(t,1));(o||!r)&&i.dequeue(this,n)})},finish:function(n){return n!==!1&&(n=n||"fx"),this.each(function(){var t,f=i._data(this),r=f[n+"queue"],e=f[n+"queueHooks"],u=i.timers,o=r?r.length:0;for(f.finish=!0,i.queue(this,n,[]),e&&e.stop&&e.stop.call(this,!0),t=u.length;t--;)u[t].elem===this&&u[t].queue===n&&(u[t].anim.stop(!0),u.splice(t,1));for(t=0;o>t;t++)r[t]&&r[t].finish&&r[t].finish.call(this);delete f.finish})}});i.each(["toggle","show","hide"],function(n,t){var r=i.fn[t];i.fn[t]=function(n,i,u){return null==n||"boolean"==typeof n?r.apply(this,arguments):this.animate(kt(t,!0),n,i,u)}});i.each({slideDown:kt("show"),slideUp:kt("hide"),slideToggle:kt("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(n,t){i.fn[n]=function(n,i,r){return this.animate(t,n,i,r)}});i.timers=[];i.fx.tick=function(){var r,n=i.timers,t=0;for(rt=i.now();t<n.length;t++)r=n[t],r()||n[t]!==r||n.splice(t--,1);n.length||i.fx.stop();rt=void 0};i.fx.timer=function(n){i.timers.push(n);n()?i.fx.start():i.timers.pop()};i.fx.interval=13;i.fx.start=function(){wt||(wt=setInterval(i.fx.tick,i.fx.interval))};i.fx.stop=function(){clearInterval(wt);wt=null};i.fx.speeds={slow:600,fast:200,_default:400};i.fn.delay=function(n,t){return n=i.fx?i.fx.speeds[n]||n:n,t=t||"fx",this.queue(t,function(t,i){var r=setTimeout(t,n);i.stop=function(){clearTimeout(r)}})},function(){var n,t,f,i,e;t=u.createElement("div");t.setAttribute("className","t");t.innerHTML="  <link/><table><\/table><a href='/a'>a<\/a><input type='checkbox'/>";i=t.getElementsByTagName("a")[0];f=u.createElement("select");e=f.appendChild(u.createElement("option"));n=t.getElementsByTagName("input")[0];i.style.cssText="top:1px";r.getSetAttribute="t"!==t.className;r.style=/top/.test(i.getAttribute("style"));r.hrefNormalized="/a"===i.getAttribute("href");r.checkOn=!!n.value;r.optSelected=e.selected;r.enctype=!!u.createElement("form").enctype;f.disabled=!0;r.optDisabled=!e.disabled;n=u.createElement("input");n.setAttribute("value","");r.input=""===n.getAttribute("value");n.value="t";n.setAttribute("type","radio");r.radioValue="t"===n.value}();uf=/\r/g;i.fn.extend({val:function(n){var t,r,f,u=this[0];return arguments.length?(f=i.isFunction(n),this.each(function(r){var u;1===this.nodeType&&(u=f?n.call(this,r,i(this).val()):n,null==u?u="":"number"==typeof u?u+="":i.isArray(u)&&(u=i.map(u,function(n){return null==n?"":n+""})),t=i.valHooks[this.type]||i.valHooks[this.nodeName.toLowerCase()],t&&"set"in t&&void 0!==t.set(this,u,"value")||(this.value=u))})):u?(t=i.valHooks[u.type]||i.valHooks[u.nodeName.toLowerCase()],t&&"get"in t&&void 0!==(r=t.get(u,"value"))?r:(r=u.value,"string"==typeof r?r.replace(uf,""):null==r?"":r)):void 0}});i.extend({valHooks:{option:{get:function(n){var t=i.find.attr(n,"value");return null!=t?t:i.trim(i.text(n))}},select:{get:function(n){for(var o,t,s=n.options,u=n.selectedIndex,f="select-one"===n.type||0>u,h=f?null:[],c=f?u+1:s.length,e=0>u?c:f?u:0;c>e;e++)if(t=s[e],!(!t.selected&&e!==u||(r.optDisabled?t.disabled:null!==t.getAttribute("disabled"))||t.parentNode.disabled&&i.nodeName(t.parentNode,"optgroup"))){if(o=i(t).val(),f)return o;h.push(o)}return h},set:function(n,t){for(var f,r,u=n.options,o=i.makeArray(t),e=u.length;e--;)if(r=u[e],i.inArray(i.valHooks.option.get(r),o)>=0)try{r.selected=f=!0}catch(s){r.scrollHeight}else r.selected=!1;return f||(n.selectedIndex=-1),u}}}});i.each(["radio","checkbox"],function(){i.valHooks[this]={set:function(n,t){if(i.isArray(t))return n.checked=i.inArray(i(n).val(),t)>=0}};r.checkOn||(i.valHooks[this].get=function(n){return null===n.getAttribute("value")?"on":n.value})});var ut,ff,v=i.expr.attrHandle,yi=/^(?:checked|selected)$/i,g=r.getSetAttribute,dt=r.input;i.fn.extend({attr:function(n,t){return b(this,i.attr,n,t,arguments.length>1)},removeAttr:function(n){return this.each(function(){i.removeAttr(this,n)})}});i.extend({attr:function(n,t,r){var u,f,e=n.nodeType;if(n&&3!==e&&8!==e&&2!==e)return typeof n.getAttribute===o?i.prop(n,t,r):(1===e&&i.isXMLDoc(n)||(t=t.toLowerCase(),u=i.attrHooks[t]||(i.expr.match.bool.test(t)?ff:ut)),void 0===r?u&&"get"in u&&null!==(f=u.get(n,t))?f:(f=i.find.attr(n,t),null==f?void 0:f):null!==r?u&&"set"in u&&void 0!==(f=u.set(n,r,t))?f:(n.setAttribute(t,r+""),r):void i.removeAttr(n,t))},removeAttr:function(n,t){var r,u,e=0,f=t&&t.match(h);if(f&&1===n.nodeType)while(r=f[e++])u=i.propFix[r]||r,i.expr.match.bool.test(r)?dt&&g||!yi.test(r)?n[u]=!1:n[i.camelCase("default-"+r)]=n[u]=!1:i.attr(n,r,""),n.removeAttribute(g?r:u)},attrHooks:{type:{set:function(n,t){if(!r.radioValue&&"radio"===t&&i.nodeName(n,"input")){var u=n.value;return n.setAttribute("type",t),u&&(n.value=u),t}}}}});ff={set:function(n,t,r){return t===!1?i.removeAttr(n,r):dt&&g||!yi.test(r)?n.setAttribute(!g&&i.propFix[r]||r,r):n[i.camelCase("default-"+r)]=n[r]=!0,r}};i.each(i.expr.match.bool.source.match(/\w+/g),function(n,t){var r=v[t]||i.find.attr;v[t]=dt&&g||!yi.test(t)?function(n,t,i){var u,f;return i||(f=v[t],v[t]=u,u=null!=r(n,t,i)?t.toLowerCase():null,v[t]=f),u}:function(n,t,r){if(!r)return n[i.camelCase("default-"+t)]?t.toLowerCase():null}});dt&&g||(i.attrHooks.value={set:function(n,t,r){return i.nodeName(n,"input")?void(n.defaultValue=t):ut&&ut.set(n,t,r)}});g||(ut={set:function(n,t,i){var r=n.getAttributeNode(i);return r||n.setAttributeNode(r=n.ownerDocument.createAttribute(i)),r.value=t+="","value"===i||t===n.getAttribute(i)?t:void 0}},v.id=v.name=v.coords=function(n,t,i){var r;if(!i)return(r=n.getAttributeNode(t))&&""!==r.value?r.value:null},i.valHooks.button={get:function(n,t){var i=n.getAttributeNode(t);if(i&&i.specified)return i.value},set:ut.set},i.attrHooks.contenteditable={set:function(n,t,i){ut.set(n,""===t?!1:t,i)}},i.each(["width","height"],function(n,t){i.attrHooks[t]={set:function(n,i){if(""===i)return(n.setAttribute(t,"auto"),i)}}}));r.style||(i.attrHooks.style={get:function(n){return n.style.cssText||void 0},set:function(n,t){return n.style.cssText=t+""}});ef=/^(?:input|select|textarea|button|object)$/i;of=/^(?:a|area)$/i;i.fn.extend({prop:function(n,t){return b(this,i.prop,n,t,arguments.length>1)},removeProp:function(n){return n=i.propFix[n]||n,this.each(function(){try{this[n]=void 0;delete this[n]}catch(t){}})}});i.extend({propFix:{"for":"htmlFor","class":"className"},prop:function(n,t,r){var f,u,o,e=n.nodeType;if(n&&3!==e&&8!==e&&2!==e)return o=1!==e||!i.isXMLDoc(n),o&&(t=i.propFix[t]||t,u=i.propHooks[t]),void 0!==r?u&&"set"in u&&void 0!==(f=u.set(n,r,t))?f:n[t]=r:u&&"get"in u&&null!==(f=u.get(n,t))?f:n[t]},propHooks:{tabIndex:{get:function(n){var t=i.find.attr(n,"tabindex");return t?parseInt(t,10):ef.test(n.nodeName)||of.test(n.nodeName)&&n.href?0:-1}}}});r.hrefNormalized||i.each(["href","src"],function(n,t){i.propHooks[t]={get:function(n){return n.getAttribute(t,4)}}});r.optSelected||(i.propHooks.selected={get:function(n){var t=n.parentNode;return t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex),null}});i.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){i.propFix[this.toLowerCase()]=this});r.enctype||(i.propFix.enctype="encoding");gt=/[\t\r\n\f]/g;i.fn.extend({addClass:function(n){var o,t,r,u,s,f,e=0,c=this.length,l="string"==typeof n&&n;if(i.isFunction(n))return this.each(function(t){i(this).addClass(n.call(this,t,this.className))});if(l)for(o=(n||"").match(h)||[];c>e;e++)if(t=this[e],r=1===t.nodeType&&(t.className?(" "+t.className+" ").replace(gt," "):" ")){for(s=0;u=o[s++];)r.indexOf(" "+u+" ")<0&&(r+=u+" ");f=i.trim(r);t.className!==f&&(t.className=f)}return this},removeClass:function(n){var o,t,r,u,s,f,e=0,c=this.length,l=0===arguments.length||"string"==typeof n&&n;if(i.isFunction(n))return this.each(function(t){i(this).removeClass(n.call(this,t,this.className))});if(l)for(o=(n||"").match(h)||[];c>e;e++)if(t=this[e],r=1===t.nodeType&&(t.className?(" "+t.className+" ").replace(gt," "):"")){for(s=0;u=o[s++];)while(r.indexOf(" "+u+" ")>=0)r=r.replace(" "+u+" "," ");f=n?i.trim(r):"";t.className!==f&&(t.className=f)}return this},toggleClass:function(n,t){var r=typeof n;return"boolean"==typeof t&&"string"===r?t?this.addClass(n):this.removeClass(n):this.each(i.isFunction(n)?function(r){i(this).toggleClass(n.call(this,r,this.className,t),t)}:function(){if("string"===r)for(var t,f=0,u=i(this),e=n.match(h)||[];t=e[f++];)u.hasClass(t)?u.removeClass(t):u.addClass(t);else(r===o||"boolean"===r)&&(this.className&&i._data(this,"__className__",this.className),this.className=this.className||n===!1?"":i._data(this,"__className__")||"")})},hasClass:function(n){for(var i=" "+n+" ",t=0,r=this.length;r>t;t++)if(1===this[t].nodeType&&(" "+this[t].className+" ").replace(gt," ").indexOf(i)>=0)return!0;return!1}});i.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(n,t){i.fn[t]=function(n,i){return arguments.length>0?this.on(t,null,n,i):this.trigger(t)}});i.fn.extend({hover:function(n,t){return this.mouseenter(n).mouseleave(t||n)},bind:function(n,t,i){return this.on(n,null,t,i)},unbind:function(n,t){return this.off(n,null,t)},delegate:function(n,t,i,r){return this.on(t,n,i,r)},undelegate:function(n,t,i){return 1===arguments.length?this.off(n,"**"):this.off(t,n||"**",i)}});var pi=i.now(),wi=/\?/,oo=/(,)|(\[|{)|(}|])|"(?:[^"\\\r\n]|\\["\\\/bfnrt]|\\u[\da-fA-F]{4})*"\s*:?|true|false|null|-?(?!0\d)\d+(?:\.\d+|)(?:[eE][+-]?\d+|)/g;i.parseJSON=function(t){if(n.JSON&&n.JSON.parse)return n.JSON.parse(t+"");var f,r=null,u=i.trim(t+"");return u&&!i.trim(u.replace(oo,function(n,t,i,u){return f&&t&&(r=0),0===r?n:(f=i||t,r+=!u-!i,"")}))?Function("return "+u)():i.error("Invalid JSON: "+t)};i.parseXML=function(t){var r,u;if(!t||"string"!=typeof t)return null;try{n.DOMParser?(u=new DOMParser,r=u.parseFromString(t,"text/xml")):(r=new ActiveXObject("Microsoft.XMLDOM"),r.async="false",r.loadXML(t))}catch(f){r=void 0}return r&&r.documentElement&&!r.getElementsByTagName("parsererror").length||i.error("Invalid XML: "+t),r};var nt,y,so=/#.*$/,sf=/([?&])_=[^&]*/,ho=/^(.*?):[ \t]*([^\r\n]*)\r?$/gm,co=/^(?:GET|HEAD)$/,lo=/^\/\//,hf=/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,cf={},bi={},lf="*/".concat("*");try{y=location.href}catch(ns){y=u.createElement("a");y.href="";y=y.href}nt=hf.exec(y.toLowerCase())||[];i.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:y,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(nt[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":lf,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":i.parseJSON,"text xml":i.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(n,t){return t?ki(ki(n,i.ajaxSettings),t):ki(i.ajaxSettings,n)},ajaxPrefilter:af(cf),ajaxTransport:af(bi),ajax:function(n,t){function w(n,t,s,h){var v,it,nt,y,w,c=t;2!==e&&(e=2,k&&clearTimeout(k),a=void 0,b=h||"",u.readyState=n>0?4:0,v=n>=200&&300>n||304===n,s&&(y=ao(r,u,s)),y=vo(r,y,u,v),v?(r.ifModified&&(w=u.getResponseHeader("Last-Modified"),w&&(i.lastModified[f]=w),w=u.getResponseHeader("etag"),w&&(i.etag[f]=w)),204===n||"HEAD"===r.type?c="nocontent":304===n?c="notmodified":(c=y.state,it=y.data,nt=y.error,v=!nt)):(nt=c,(n||!c)&&(c="error",0>n&&(n=0))),u.status=n,u.statusText=(t||c)+"",v?g.resolveWith(o,[it,c,u]):g.rejectWith(o,[u,c,nt]),u.statusCode(p),p=void 0,l&&d.trigger(v?"ajaxSuccess":"ajaxError",[u,r,v?it:nt]),tt.fireWith(o,[u,c]),l&&(d.trigger("ajaxComplete",[u,r]),--i.active||i.event.trigger("ajaxStop")))}"object"==typeof n&&(t=n,n=void 0);t=t||{};var s,c,f,b,k,l,a,v,r=i.ajaxSetup({},t),o=r.context||r,d=r.context&&(o.nodeType||o.jquery)?i(o):i.event,g=i.Deferred(),tt=i.Callbacks("once memory"),p=r.statusCode||{},it={},rt={},e=0,ut="canceled",u={readyState:0,getResponseHeader:function(n){var t;if(2===e){if(!v)for(v={};t=ho.exec(b);)v[t[1].toLowerCase()]=t[2];t=v[n.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return 2===e?b:null},setRequestHeader:function(n,t){var i=n.toLowerCase();return e||(n=rt[i]=rt[i]||n,it[n]=t),this},overrideMimeType:function(n){return e||(r.mimeType=n),this},statusCode:function(n){var t;if(n)if(2>e)for(t in n)p[t]=[p[t],n[t]];else u.always(n[u.status]);return this},abort:function(n){var t=n||ut;return a&&a.abort(t),w(0,t),this}};if(g.promise(u).complete=tt.add,u.success=u.done,u.error=u.fail,r.url=((n||r.url||y)+"").replace(so,"").replace(lo,nt[1]+"//"),r.type=t.method||t.type||r.method||r.type,r.dataTypes=i.trim(r.dataType||"*").toLowerCase().match(h)||[""],null==r.crossDomain&&(s=hf.exec(r.url.toLowerCase()),r.crossDomain=!(!s||s[1]===nt[1]&&s[2]===nt[2]&&(s[3]||("http:"===s[1]?"80":"443"))===(nt[3]||("http:"===nt[1]?"80":"443")))),r.data&&r.processData&&"string"!=typeof r.data&&(r.data=i.param(r.data,r.traditional)),vf(cf,r,t,u),2===e)return u;l=i.event&&r.global;l&&0==i.active++&&i.event.trigger("ajaxStart");r.type=r.type.toUpperCase();r.hasContent=!co.test(r.type);f=r.url;r.hasContent||(r.data&&(f=r.url+=(wi.test(f)?"&":"?")+r.data,delete r.data),r.cache===!1&&(r.url=sf.test(f)?f.replace(sf,"$1_="+pi++):f+(wi.test(f)?"&":"?")+"_="+pi++));r.ifModified&&(i.lastModified[f]&&u.setRequestHeader("If-Modified-Since",i.lastModified[f]),i.etag[f]&&u.setRequestHeader("If-None-Match",i.etag[f]));(r.data&&r.hasContent&&r.contentType!==!1||t.contentType)&&u.setRequestHeader("Content-Type",r.contentType);u.setRequestHeader("Accept",r.dataTypes[0]&&r.accepts[r.dataTypes[0]]?r.accepts[r.dataTypes[0]]+("*"!==r.dataTypes[0]?", "+lf+"; q=0.01":""):r.accepts["*"]);for(c in r.headers)u.setRequestHeader(c,r.headers[c]);if(r.beforeSend&&(r.beforeSend.call(o,u,r)===!1||2===e))return u.abort();ut="abort";for(c in{success:1,error:1,complete:1})u[c](r[c]);if(a=vf(bi,r,t,u)){u.readyState=1;l&&d.trigger("ajaxSend",[u,r]);r.async&&r.timeout>0&&(k=setTimeout(function(){u.abort("timeout")},r.timeout));try{e=1;a.send(it,w)}catch(ft){if(!(2>e))throw ft;w(-1,ft)}}else w(-1,"No Transport");return u},getJSON:function(n,t,r){return i.get(n,t,r,"json")},getScript:function(n,t){return i.get(n,void 0,t,"script")}});i.each(["get","post"],function(n,t){i[t]=function(n,r,u,f){return i.isFunction(r)&&(f=f||u,u=r,r=void 0),i.ajax({url:n,type:t,dataType:f,data:r,success:u})}});i._evalUrl=function(n){return i.ajax({url:n,type:"GET",dataType:"script",async:!1,global:!1,throws:!0})};i.fn.extend({wrapAll:function(n){if(i.isFunction(n))return this.each(function(t){i(this).wrapAll(n.call(this,t))});if(this[0]){var t=i(n,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&t.insertBefore(this[0]);t.map(function(){for(var n=this;n.firstChild&&1===n.firstChild.nodeType;)n=n.firstChild;return n}).append(this)}return this},wrapInner:function(n){return this.each(i.isFunction(n)?function(t){i(this).wrapInner(n.call(this,t))}:function(){var t=i(this),r=t.contents();r.length?r.wrapAll(n):t.append(n)})},wrap:function(n){var t=i.isFunction(n);return this.each(function(r){i(this).wrapAll(t?n.call(this,r):n)})},unwrap:function(){return this.parent().each(function(){i.nodeName(this,"body")||i(this).replaceWith(this.childNodes)}).end()}});i.expr.filters.hidden=function(n){return n.offsetWidth<=0&&n.offsetHeight<=0||!r.reliableHiddenOffsets()&&"none"===(n.style&&n.style.display||i.css(n,"display"))};i.expr.filters.visible=function(n){return!i.expr.filters.hidden(n)};var yo=/%20/g,po=/\[\]$/,yf=/\r?\n/g,wo=/^(?:submit|button|image|reset|file)$/i,bo=/^(?:input|select|textarea|keygen)/i;i.param=function(n,t){var r,u=[],f=function(n,t){t=i.isFunction(t)?t():null==t?"":t;u[u.length]=encodeURIComponent(n)+"="+encodeURIComponent(t)};if(void 0===t&&(t=i.ajaxSettings&&i.ajaxSettings.traditional),i.isArray(n)||n.jquery&&!i.isPlainObject(n))i.each(n,function(){f(this.name,this.value)});else for(r in n)di(r,n[r],t,f);return u.join("&").replace(yo,"+")};i.fn.extend({serialize:function(){return i.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var n=i.prop(this,"elements");return n?i.makeArray(n):this}).filter(function(){var n=this.type;return this.name&&!i(this).is(":disabled")&&bo.test(this.nodeName)&&!wo.test(n)&&(this.checked||!oi.test(n))}).map(function(n,t){var r=i(this).val();return null==r?null:i.isArray(r)?i.map(r,function(n){return{name:t.name,value:n.replace(yf,"\r\n")}}):{name:t.name,value:r.replace(yf,"\r\n")}}).get()}});i.ajaxSettings.xhr=void 0!==n.ActiveXObject?function(){return!this.isLocal&&/^(get|post|head|put|delete|options)$/i.test(this.type)&&pf()||go()}:pf;var ko=0,ni={},ht=i.ajaxSettings.xhr();return n.attachEvent&&n.attachEvent("onunload",function(){for(var n in ni)ni[n](void 0,!0)}),r.cors=!!ht&&"withCredentials"in ht,ht=r.ajax=!!ht,ht&&i.ajaxTransport(function(n){if(!n.crossDomain||r.cors){var t;return{send:function(r,u){var e,f=n.xhr(),o=++ko;if(f.open(n.type,n.url,n.async,n.username,n.password),n.xhrFields)for(e in n.xhrFields)f[e]=n.xhrFields[e];n.mimeType&&f.overrideMimeType&&f.overrideMimeType(n.mimeType);n.crossDomain||r["X-Requested-With"]||(r["X-Requested-With"]="XMLHttpRequest");for(e in r)void 0!==r[e]&&f.setRequestHeader(e,r[e]+"");f.send(n.hasContent&&n.data||null);t=function(r,e){var s,c,h;if(t&&(e||4===f.readyState))if(delete ni[o],t=void 0,f.onreadystatechange=i.noop,e)4!==f.readyState&&f.abort();else{h={};s=f.status;"string"==typeof f.responseText&&(h.text=f.responseText);try{c=f.statusText}catch(l){c=""}s||!n.isLocal||n.crossDomain?1223===s&&(s=204):s=h.text?200:404}h&&u(s,c,h,f.getAllResponseHeaders())};n.async?4===f.readyState?setTimeout(t):f.onreadystatechange=ni[o]=t:t()},abort:function(){t&&t(void 0,!0)}}}}),i.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(n){return i.globalEval(n),n}}}),i.ajaxPrefilter("script",function(n){void 0===n.cache&&(n.cache=!1);n.crossDomain&&(n.type="GET",n.global=!1)}),i.ajaxTransport("script",function(n){if(n.crossDomain){var t,r=u.head||i("head")[0]||u.documentElement;return{send:function(i,f){t=u.createElement("script");t.async=!0;n.scriptCharset&&(t.charset=n.scriptCharset);t.src=n.url;t.onload=t.onreadystatechange=function(n,i){(i||!t.readyState||/loaded|complete/.test(t.readyState))&&(t.onload=t.onreadystatechange=null,t.parentNode&&t.parentNode.removeChild(t),t=null,i||f(200,"success"))};r.insertBefore(t,r.firstChild)},abort:function(){t&&t.onload(void 0,!0)}}}}),gi=[],ti=/(=)\?(?=&|$)|\?\?/,i.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var n=gi.pop()||i.expando+"_"+pi++;return this[n]=!0,n}}),i.ajaxPrefilter("json jsonp",function(t,r,u){var f,o,e,s=t.jsonp!==!1&&(ti.test(t.url)?"url":"string"==typeof t.data&&!(t.contentType||"").indexOf("application/x-www-form-urlencoded")&&ti.test(t.data)&&"data");if(s||"jsonp"===t.dataTypes[0])return(f=t.jsonpCallback=i.isFunction(t.jsonpCallback)?t.jsonpCallback():t.jsonpCallback,s?t[s]=t[s].replace(ti,"$1"+f):t.jsonp!==!1&&(t.url+=(wi.test(t.url)?"&":"?")+t.jsonp+"="+f),t.converters["script json"]=function(){return e||i.error(f+" was not called"),e[0]},t.dataTypes[0]="json",o=n[f],n[f]=function(){e=arguments},u.always(function(){n[f]=o;t[f]&&(t.jsonpCallback=r.jsonpCallback,gi.push(f));e&&i.isFunction(o)&&o(e[0]);e=o=void 0}),"script")}),i.parseHTML=function(n,t,r){if(!n||"string"!=typeof n)return null;"boolean"==typeof t&&(r=t,t=!1);t=t||u;var f=er.exec(n),e=!r&&[];return f?[t.createElement(f[1])]:(f=i.buildFragment([n],t,e),e&&e.length&&i(e).remove(),i.merge([],f.childNodes))},nr=i.fn.load,i.fn.load=function(n,t,r){if("string"!=typeof n&&nr)return nr.apply(this,arguments);var u,o,s,f=this,e=n.indexOf(" ");return e>=0&&(u=i.trim(n.slice(e,n.length)),n=n.slice(0,e)),i.isFunction(t)?(r=t,t=void 0):t&&"object"==typeof t&&(s="POST"),f.length>0&&i.ajax({url:n,type:s,dataType:"html",data:t}).done(function(n){o=arguments;f.html(u?i("<div>").append(i.parseHTML(n)).find(u):n)}).complete(r&&function(n,t){f.each(r,o||[n.responseText,t,n])}),this},i.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(n,t){i.fn[t]=function(n){return this.on(t,n)}}),i.expr.filters.animated=function(n){return i.grep(i.timers,function(t){return n===t.elem}).length},tr=n.document.documentElement,i.offset={setOffset:function(n,t,r){var e,o,s,h,u,c,v,l=i.css(n,"position"),a=i(n),f={};"static"===l&&(n.style.position="relative");u=a.offset();s=i.css(n,"top");c=i.css(n,"left");v=("absolute"===l||"fixed"===l)&&i.inArray("auto",[s,c])>-1;v?(e=a.position(),h=e.top,o=e.left):(h=parseFloat(s)||0,o=parseFloat(c)||0);i.isFunction(t)&&(t=t.call(n,r,u));null!=t.top&&(f.top=t.top-u.top+h);null!=t.left&&(f.left=t.left-u.left+o);"using"in t?t.using.call(n,f):a.css(f)}},i.fn.extend({offset:function(n){if(arguments.length)return void 0===n?this:this.each(function(t){i.offset.setOffset(this,n,t)});var t,f,u={top:0,left:0},r=this[0],e=r&&r.ownerDocument;if(e)return t=e.documentElement,i.contains(t,r)?(typeof r.getBoundingClientRect!==o&&(u=r.getBoundingClientRect()),f=wf(e),{top:u.top+(f.pageYOffset||t.scrollTop)-(t.clientTop||0),left:u.left+(f.pageXOffset||t.scrollLeft)-(t.clientLeft||0)}):u},position:function(){if(this[0]){var n,r,t={top:0,left:0},u=this[0];return"fixed"===i.css(u,"position")?r=u.getBoundingClientRect():(n=this.offsetParent(),r=this.offset(),i.nodeName(n[0],"html")||(t=n.offset()),t.top+=i.css(n[0],"borderTopWidth",!0),t.left+=i.css(n[0],"borderLeftWidth",!0)),{top:r.top-t.top-i.css(u,"marginTop",!0),left:r.left-t.left-i.css(u,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var n=this.offsetParent||tr;n&&!i.nodeName(n,"html")&&"static"===i.css(n,"position");)n=n.offsetParent;return n||tr})}}),i.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(n,t){var r=/Y/.test(t);i.fn[n]=function(u){return b(this,function(n,u,f){var e=wf(n);return void 0===f?e?t in e?e[t]:e.document.documentElement[u]:n[u]:void(e?e.scrollTo(r?i(e).scrollLeft():f,r?f:i(e).scrollTop()):n[u]=f)},n,u,arguments.length,null)}}),i.each(["top","left"],function(n,t){i.cssHooks[t]=au(r.pixelPosition,function(n,r){if(r)return(r=d(n,t),pt.test(r)?i(n).position()[t]+"px":r)})}),i.each({Height:"height",Width:"width"},function(n,t){i.each({padding:"inner"+n,content:t,"":"outer"+n},function(r,u){i.fn[u]=function(u,f){var e=arguments.length&&(r||"boolean"!=typeof u),o=r||(u===!0||f===!0?"margin":"border");return b(this,function(t,r,u){var f;return i.isWindow(t)?t.document.documentElement["client"+n]:9===t.nodeType?(f=t.documentElement,Math.max(t.body["scroll"+n],f["scroll"+n],t.body["offset"+n],f["offset"+n],f["client"+n])):void 0===u?i.css(t,r,o):i.style(t,r,u,o)},t,e?u:void 0,e,null)}})}),i.fn.size=function(){return this.length},i.fn.andSelf=i.fn.addBack,"function"==typeof define&&define.amd&&define("jquery",[],function(){return i}),bf=n.jQuery,kf=n.$,i.noConflict=function(t){return n.$===i&&(n.$=kf),t&&n.jQuery===i&&(n.jQuery=bf),i},typeof t===o&&(n.jQuery=n.$=i),i}),function(n,t){typeof exports=="object"&&typeof module!="undefined"?module.exports=t():typeof define=="function"&&define.amd?define(t):n.moment=t()}(this,function(){"use strict";function i(){return wu.apply(null,arguments)}function us(n){wu=n}function at(n){return n instanceof Array||Object.prototype.toString.call(n)==="[object Array]"}function li(n){return n instanceof Date||Object.prototype.toString.call(n)==="[object Date]"}function bu(n,t){for(var r=[],i=0;i<n.length;++i)r.push(t(n[i],i));return r}function nt(n,t){return Object.prototype.hasOwnProperty.call(n,t)}function vt(n,t){for(var i in t)nt(t,i)&&(n[i]=t[i]);return nt(t,"toString")&&(n.toString=t.toString),nt(t,"valueOf")&&(n.valueOf=t.valueOf),n}function gt(n,t,i,r){return ue(n,t,i,r,!0).utc()}function fs(){return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1}}function e(n){return n._pf==null&&(n._pf=fs()),n._pf}function hr(n){if(n._isValid==null){var t=e(n);n._isValid=!isNaN(n._d.getTime())&&t.overflow<0&&!t.empty&&!t.invalidMonth&&!t.invalidWeekday&&!t.nullInput&&!t.invalidFormat&&!t.userInvalidated;n._strict&&(n._isValid=n._isValid&&t.charsLeftOver===0&&t.unusedTokens.length===0&&t.bigHour===undefined)}return n._isValid}function ai(n){var t=gt(NaN);return n!=null?vt(e(t),n):e(t).userInvalidated=!0,t}function y(n){return n===void 0}function lr(n,t){var u,i,r;if(y(t._isAMomentObject)||(n._isAMomentObject=t._isAMomentObject),y(t._i)||(n._i=t._i),y(t._f)||(n._f=t._f),y(t._l)||(n._l=t._l),y(t._strict)||(n._strict=t._strict),y(t._tzm)||(n._tzm=t._tzm),y(t._isUTC)||(n._isUTC=t._isUTC),y(t._offset)||(n._offset=t._offset),y(t._pf)||(n._pf=e(t)),y(t._locale)||(n._locale=t._locale),cr.length>0)for(u in cr)i=cr[u],r=t[i],y(r)||(n[i]=r);return n}function fi(n){lr(this,n);this._d=new Date(n._d!=null?n._d.getTime():NaN);ar===!1&&(ar=!0,i.updateOffset(this),ar=!1)}function ot(n){return n instanceof fi||n!=null&&n._isAMomentObject!=null}function p(n){return n<0?Math.ceil(n):Math.floor(n)}function f(n){var t=+n,i=0;return t!==0&&isFinite(t)&&(i=p(t)),i}function ku(n,t,i){for(var e=Math.min(n.length,t.length),o=Math.abs(n.length-t.length),u=0,r=0;r<e;r++)(i&&n[r]!==t[r]||!i&&f(n[r])!==f(t[r]))&&u++;return u+o}function du(n){i.suppressDeprecationWarnings===!1&&typeof console!="undefined"&&console.warn&&console.warn("Deprecation warning: "+n)}function b(n,t){var i=!0;return vt(function(){return i&&(du(n+"\nArguments: "+Array.prototype.slice.call(arguments).join(", ")+"\n"+(new Error).stack),i=!1),t.apply(this,arguments)},t)}function vr(n,t){gu[n]||(du(t),gu[n]=!0)}function st(n){return n instanceof Function||Object.prototype.toString.call(n)==="[object Function]"}function nf(n){return Object.prototype.toString.call(n)==="[object Object]"}function es(n){var t,i;for(i in n)t=n[i],st(t)?this[i]=t:this["_"+i]=t;this._config=n;this._ordinalParseLenient=new RegExp(this._ordinalParse.source+"|"+/\d{1,2}/.source)}function yr(n,t){var r=vt({},n),i;for(i in t)nt(t,i)&&(nf(n[i])&&nf(t[i])?(r[i]={},vt(r[i],n[i]),vt(r[i],t[i])):t[i]!=null?r[i]=t[i]:delete r[i]);return r}function pr(n){n!=null&&this.set(n)}function tf(n){return n?n.toLowerCase().replace("_","-"):n}function os(n){for(var r=0,i,t,f,u;r<n.length;){for(u=tf(n[r]).split("-"),i=u.length,t=tf(n[r+1]),t=t?t.split("-"):null;i>0;){if(f=rf(u.slice(0,i).join("-")),f)return f;if(t&&t.length>=i&&ku(u,t,!0)>=i-1)break;i--}r++}return null}function rf(n){var t=null;if(!l[n]&&typeof module!="undefined"&&module&&module.exports)try{t=vi._abbr;require("./locale/"+n);ni(t)}catch(i){}return l[n]}function ni(n,t){var i;return n&&(i=y(t)?yt(n):uf(n,t),i&&(vi=i)),vi._abbr}function uf(n,t){return t!==null?(t.abbr=n,l[n]!=null?(vr("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale"),t=yr(l[n]._config,t)):t.parentLocale!=null&&(l[t.parentLocale]!=null?t=yr(l[t.parentLocale]._config,t):vr("parentLocaleUndefined","specified parentLocale is not defined yet")),l[n]=new pr(t),ni(n),l[n]):(delete l[n],null)}function ss(n,t){if(t!=null){var i;l[n]!=null&&(t=yr(l[n]._config,t));i=new pr(t);i.parentLocale=l[n];l[n]=i;ni(n)}else l[n]!=null&&(l[n].parentLocale!=null?l[n]=l[n].parentLocale:l[n]!=null&&delete l[n]);return l[n]}function yt(n){var t;if(n&&n._locale&&n._locale._abbr&&(n=n._locale._abbr),!n)return vi;if(!at(n)){if(t=rf(n),t)return t;n=[n]}return os(n)}function hs(){return Object.keys(l)}function v(n,t){var i=n.toLowerCase();ti[i]=ti[i+"s"]=ti[t]=n}function k(n){return typeof n=="string"?ti[n]||ti[n.toLowerCase()]:undefined}function ff(n){var r={},i,t;for(t in n)nt(n,t)&&(i=k(t),i&&(r[i]=n[t]));return r}function ii(n,t){return function(r){return r!=null?(ef(this,n,r),i.updateOffset(this,t),this):yi(this,n)}}function yi(n,t){return n.isValid()?n._d["get"+(n._isUTC?"UTC":"")+t]():NaN}function ef(n,t,i){n.isValid()&&n._d["set"+(n._isUTC?"UTC":"")+t](i)}function of(n,t){var i;if(typeof n=="object")for(i in n)this.set(i,n[i]);else if(n=k(n),st(this[n]))return this[n](t);return this}function rt(n,t,i){var r=""+Math.abs(n),u=t-r.length,f=n>=0;return(f?i?"+":"":"-")+Math.pow(10,Math.max(0,u)).toString().substr(1)+r}function r(n,t,i,r){var u=r;typeof r=="string"&&(u=function(){return this[r]()});n&&(ri[n]=u);t&&(ri[t[0]]=function(){return rt(u.apply(this,arguments),t[1],t[2])});i&&(ri[i]=function(){return this.localeData().ordinal(u.apply(this,arguments),n)})}function cs(n){return n.match(/\[[\s\S]/)?n.replace(/^\[|\]$/g,""):n.replace(/\\/g,"")}function ls(n){for(var i=n.match(sf),t=0,r=i.length;t<r;t++)i[t]=ri[i[t]]?ri[i[t]]:cs(i[t]);return function(u){var f="";for(t=0;t<r;t++)f+=i[t]instanceof Function?i[t].call(u,n):i[t];return f}}function br(n,t){return n.isValid()?(t=hf(t,n.localeData()),wr[t]=wr[t]||ls(t),wr[t](n)):n.localeData().invalidDate()}function hf(n,t){function r(n){return t.longDateFormat(n)||n}var i=5;for(pi.lastIndex=0;i>=0&&pi.test(n);)n=n.replace(pi,r),pi.lastIndex=0,i-=1;return n}function t(n,t,i){gr[n]=st(t)?t:function(n){return n&&i?i:t}}function vs(n,t){return nt(gr,n)?gr[n](t._strict,t._locale):new RegExp(ys(n))}function ys(n){return nr(n.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(n,t,i,r,u){return t||i||r||u}))}function nr(n){return n.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function s(n,t){var i,r=t;for(typeof n=="string"&&(n=[n]),typeof t=="number"&&(r=function(n,i){i[t]=f(n)}),i=0;i<n.length;i++)tr[n[i]]=r}function oi(n,t){s(n,function(n,i,r,u){r._w=r._w||{};t(n,r._w,r,u)})}function ps(n,t,i){t!=null&&nt(tr,n)&&tr[n](t,i._a,i,n)}function nu(n,t){return new Date(Date.UTC(n,t+1,0)).getUTCDate()}function ks(n,t){return at(this._months)?this._months[n.month()]:this._months[tu.test(t)?"format":"standalone"][n.month()]}function ds(n,t){return at(this._monthsShort)?this._monthsShort[n.month()]:this._monthsShort[tu.test(t)?"format":"standalone"][n.month()]}function gs(n,t,i){var r,u,f;for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),r=0;r<12;r++)if((u=gt([2e3,r]),i&&!this._longMonthsParse[r]&&(this._longMonthsParse[r]=new RegExp("^"+this.months(u,"").replace(".","")+"$","i"),this._shortMonthsParse[r]=new RegExp("^"+this.monthsShort(u,"").replace(".","")+"$","i")),i||this._monthsParse[r]||(f="^"+this.months(u,"")+"|^"+this.monthsShort(u,""),this._monthsParse[r]=new RegExp(f.replace(".",""),"i")),i&&t==="MMMM"&&this._longMonthsParse[r].test(n))||i&&t==="MMM"&&this._shortMonthsParse[r].test(n)||!i&&this._monthsParse[r].test(n))return r}function wf(n,t){var i;if(!n.isValid())return n;if(typeof t=="string")if(/^\d+$/.test(t))t=f(t);else if(t=n.localeData().monthsParse(t),typeof t!="number")return n;return i=Math.min(n.date(),nu(n.year(),t)),n._d["set"+(n._isUTC?"UTC":"")+"Month"](t,i),n}function bf(n){return n!=null?(wf(this,n),i.updateOffset(this,!0),this):yi(this,"Month")}function nh(){return nu(this.year(),this.month())}function th(n){return this._monthsParseExact?(nt(this,"_monthsRegex")||gf.call(this),n?this._monthsShortStrictRegex:this._monthsShortRegex):this._monthsShortStrictRegex&&n?this._monthsShortStrictRegex:this._monthsShortRegex}function ih(n){return this._monthsParseExact?(nt(this,"_monthsRegex")||gf.call(this),n?this._monthsStrictRegex:this._monthsRegex):this._monthsStrictRegex&&n?this._monthsStrictRegex:this._monthsRegex}function gf(){function f(n,t){return t.length-n.length}for(var i=[],r=[],t=[],u,n=0;n<12;n++)u=gt([2e3,n]),i.push(this.monthsShort(u,"")),r.push(this.months(u,"")),t.push(this.months(u,"")),t.push(this.monthsShort(u,""));for(i.sort(f),r.sort(f),t.sort(f),n=0;n<12;n++)i[n]=nr(i[n]),r[n]=nr(r[n]),t[n]=nr(t[n]);this._monthsRegex=new RegExp("^("+t.join("|")+")","i");this._monthsShortRegex=this._monthsRegex;this._monthsStrictRegex=new RegExp("^("+r.join("|")+")$","i");this._monthsShortStrictRegex=new RegExp("^("+i.join("|")+")$","i")}function iu(n){var i,t=n._a;return t&&e(n).overflow===-2&&(i=t[ut]<0||t[ut]>11?ut:t[tt]<1||t[tt]>nu(t[d],t[ut])?tt:t[a]<0||t[a]>24||t[a]===24&&(t[g]!==0||t[ft]!==0||t[pt]!==0)?a:t[g]<0||t[g]>59?g:t[ft]<0||t[ft]>59?ft:t[pt]<0||t[pt]>999?pt:-1,e(n)._overflowDayOfYear&&(i<d||i>tt)&&(i=tt),e(n)._overflowWeeks&&i===-1&&(i=ws),e(n)._overflowWeekday&&i===-1&&(i=bs),e(n).overflow=i),n}function ne(n){var t,r,o=n._i,i=rh.exec(o)||uh.exec(o),s,f,u,h;if(i){for(e(n).iso=!0,t=0,r=ir.length;t<r;t++)if(ir[t][1].exec(i[1])){f=ir[t][0];s=ir[t][2]!==!1;break}if(f==null){n._isValid=!1;return}if(i[3]){for(t=0,r=ru.length;t<r;t++)if(ru[t][1].exec(i[3])){u=(i[2]||" ")+ru[t][0];break}if(u==null){n._isValid=!1;return}}if(!s&&u!=null){n._isValid=!1;return}if(i[4])if(fh.exec(i[4]))h="Z";else{n._isValid=!1;return}n._f=f+(u||"")+(h||"");eu(n)}else n._isValid=!1}function oh(n){var t=eh.exec(n._i);if(t!==null){n._d=new Date(+t[1]);return}ne(n);n._isValid===!1&&(delete n._isValid,i.createFromInputFallback(n))}function sh(n,t,i,r,u,f,e){var o=new Date(n,t,i,r,u,f,e);return n<100&&n>=0&&isFinite(o.getFullYear())&&o.setFullYear(n),o}function rr(n){var t=new Date(Date.UTC.apply(null,arguments));return n<100&&n>=0&&isFinite(t.getUTCFullYear())&&t.setUTCFullYear(n),t}function si(n){return te(n)?366:365}function te(n){return n%4==0&&n%100!=0||n%400==0}function hh(){return te(this.year())}function ur(n,t,i){var r=7+t-i,u=(7+rr(n,0,r).getUTCDay()-t)%7;return-u+r-1}function ie(n,t,i,r,u){var s=(7+i-r)%7,h=ur(n,r,u),f=1+7*(t-1)+s+h,e,o;return f<=0?(e=n-1,o=si(e)+f):f>si(n)?(e=n+1,o=f-si(n)):(e=n,o=f),{year:e,dayOfYear:o}}function hi(n,t,i){var e=ur(n.year(),t,i),r=Math.floor((n.dayOfYear()-e-1)/7)+1,f,u;return r<1?(u=n.year()-1,f=r+wt(u,t,i)):r>wt(n.year(),t,i)?(f=r-wt(n.year(),t,i),u=n.year()+1):(u=n.year(),f=r),{week:f,year:u}}function wt(n,t,i){var r=ur(n,t,i),u=ur(n+1,t,i);return(si(n)-r+u)/7}function ui(n,t,i){return n!=null?n:t!=null?t:i}function ch(n){var t=new Date(i.now());return n._useUTC?[t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()]:[t.getFullYear(),t.getMonth(),t.getDate()]}function fu(n){var t,i,r=[],u,f;if(!n._d){for(u=ch(n),n._w&&n._a[tt]==null&&n._a[ut]==null&&lh(n),n._dayOfYear&&(f=ui(n._a[d],u[d]),n._dayOfYear>si(f)&&(e(n)._overflowDayOfYear=!0),i=rr(f,0,n._dayOfYear),n._a[ut]=i.getUTCMonth(),n._a[tt]=i.getUTCDate()),t=0;t<3&&n._a[t]==null;++t)n._a[t]=r[t]=u[t];for(;t<7;t++)n._a[t]=r[t]=n._a[t]==null?t===2?1:0:n._a[t];n._a[a]===24&&n._a[g]===0&&n._a[ft]===0&&n._a[pt]===0&&(n._nextDay=!0,n._a[a]=0);n._d=(n._useUTC?rr:sh).apply(null,r);n._tzm!=null&&n._d.setUTCMinutes(n._d.getUTCMinutes()-n._tzm);n._nextDay&&(n._a[a]=24)}}function lh(n){var t,o,u,i,r,f,c,s;t=n._w;t.GG!=null||t.W!=null||t.E!=null?(r=1,f=4,o=ui(t.GG,n._a[d],hi(h(),1,4).year),u=ui(t.W,1),i=ui(t.E,1),(i<1||i>7)&&(s=!0)):(r=n._locale._week.dow,f=n._locale._week.doy,o=ui(t.gg,n._a[d],hi(h(),r,f).year),u=ui(t.w,1),t.d!=null?(i=t.d,(i<0||i>6)&&(s=!0)):t.e!=null?(i=t.e+r,(t.e<0||t.e>6)&&(s=!0)):i=r);u<1||u>wt(o,r,f)?e(n)._overflowWeeks=!0:s!=null?e(n)._overflowWeekday=!0:(c=ie(o,u,i,r,f),n._a[d]=c.year,n._dayOfYear=c.dayOfYear)}function eu(n){if(n._f===i.ISO_8601){ne(n);return}n._a=[];e(n).empty=!0;for(var t=""+n._i,r,u,s,c=t.length,h=0,o=hf(n._f,n._locale).match(sf)||[],f=0;f<o.length;f++)u=o[f],r=(t.match(vs(u,n))||[])[0],r&&(s=t.substr(0,t.indexOf(r)),s.length>0&&e(n).unusedInput.push(s),t=t.slice(t.indexOf(r)+r.length),h+=r.length),ri[u]?(r?e(n).empty=!1:e(n).unusedTokens.push(u),ps(u,r,n)):n._strict&&!r&&e(n).unusedTokens.push(u);e(n).charsLeftOver=c-h;t.length>0&&e(n).unusedInput.push(t);e(n).bigHour===!0&&n._a[a]<=12&&n._a[a]>0&&(e(n).bigHour=undefined);n._a[a]=ah(n._locale,n._a[a],n._meridiem);fu(n);iu(n)}function ah(n,t,i){var r;return i==null?t:n.meridiemHour!=null?n.meridiemHour(t,i):n.isPM!=null?(r=n.isPM(i),r&&t<12&&(t+=12),r||t!==12||(t=0),t):t}function vh(n){var t,f,u,r,i;if(n._f.length===0){e(n).invalidFormat=!0;n._d=new Date(NaN);return}for(r=0;r<n._f.length;r++)(i=0,t=lr({},n),n._useUTC!=null&&(t._useUTC=n._useUTC),t._f=n._f[r],eu(t),hr(t))&&(i+=e(t).charsLeftOver,i+=e(t).unusedTokens.length*10,e(t).score=i,(u==null||i<u)&&(u=i,f=t));vt(n,f||t)}function yh(n){if(!n._d){var t=ff(n._i);n._a=bu([t.year,t.month,t.day||t.date,t.hour,t.minute,t.second,t.millisecond],function(n){return n&&parseInt(n,10)});fu(n)}}function ph(n){var t=new fi(iu(re(n)));return t._nextDay&&(t.add(1,"d"),t._nextDay=undefined),t}function re(n){var t=n._i,i=n._f;return(n._locale=n._locale||yt(n._l),t===null||i===undefined&&t==="")?ai({nullInput:!0}):(typeof t=="string"&&(n._i=t=n._locale.preparse(t)),ot(t))?new fi(iu(t)):(at(i)?vh(n):i?eu(n):li(t)?n._d=t:wh(n),hr(n)||(n._d=null),n)}function wh(n){var t=n._i;t===undefined?n._d=new Date(i.now()):li(t)?n._d=new Date(+t):typeof t=="string"?oh(n):at(t)?(n._a=bu(t.slice(0),function(n){return parseInt(n,10)}),fu(n)):typeof t=="object"?yh(n):typeof t=="number"?n._d=new Date(t):i.createFromInputFallback(n)}function ue(n,t,i,r,u){var f={};return typeof i=="boolean"&&(r=i,i=undefined),f._isAMomentObject=!0,f._useUTC=f._isUTC=u,f._l=i,f._i=n,f._f=t,f._strict=r,ph(f)}function h(n,t,i,r){return ue(n,t,i,r,!1)}function oe(n,t){var r,i;if(t.length===1&&at(t[0])&&(t=t[0]),!t.length)return h();for(r=t[0],i=1;i<t.length;++i)(!t[i].isValid()||t[i][n](r))&&(r=t[i]);return r}function bh(){var n=[].slice.call(arguments,0);return oe("isBefore",n)}function kh(){var n=[].slice.call(arguments,0);return oe("isAfter",n)}function fr(n){var t=ff(n),i=t.year||0,r=t.quarter||0,u=t.month||0,f=t.week||0,e=t.day||0,o=t.hour||0,s=t.minute||0,h=t.second||0,c=t.millisecond||0;this._milliseconds=+c+h*1e3+s*6e4+o*36e5;this._days=+e+f*7;this._months=+u+r*3+i*12;this._data={};this._locale=yt();this._bubble()}function ou(n){return n instanceof fr}function he(n,t){r(n,0,0,function(){var n=this.utcOffset(),i="+";return n<0&&(n=-n,i="-"),i+rt(~~(n/60),2)+t+rt(~~n%60,2)})}function su(n,t){var r=(t||"").match(n)||[],e=r[r.length-1]||[],i=(e+"").match(ce)||["-",0,0],u=+(i[1]*60)+f(i[2]);return i[0]==="+"?u:-u}function hu(n,t){var r,u;return t._isUTC?(r=t.clone(),u=(ot(n)||li(n)?+n:+h(n))-+r,r._d.setTime(+r._d+u),i.updateOffset(r,!1),r):h(n).local()}function cu(n){return-Math.round(n._d.getTimezoneOffset()/15)*15}function dh(n,t){var r=this._offset||0,u;return this.isValid()?n!=null?(typeof n=="string"?n=su(gi,n):Math.abs(n)<16&&(n=n*60),!this._isUTC&&t&&(u=cu(this)),this._offset=n,this._isUTC=!0,u!=null&&this.add(u,"m"),r!==n&&(!t||this._changeInProgress?be(this,ht(n-r,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,i.updateOffset(this,!0),this._changeInProgress=null)),this):this._isUTC?r:cu(this):n!=null?this:NaN}function gh(n,t){return n!=null?(typeof n!="string"&&(n=-n),this.utcOffset(n,t),this):-this.utcOffset()}function nc(n){return this.utcOffset(0,n)}function tc(n){return this._isUTC&&(this.utcOffset(0,n),this._isUTC=!1,n&&this.subtract(cu(this),"m")),this}function ic(){return this._tzm?this.utcOffset(this._tzm):typeof this._i=="string"&&this.utcOffset(su(as,this._i)),this}function rc(n){return this.isValid()?(n=n?h(n).utcOffset():0,(this.utcOffset()-n)%60==0):!1}function uc(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function fc(){var n,t;return y(this._isDSTShifted)?(n={},lr(n,this),n=re(n),n._a?(t=n._isUTC?gt(n._a):h(n._a),this._isDSTShifted=this.isValid()&&ku(n._a,t.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted):this._isDSTShifted}function ec(){return this.isValid()?!this._isUTC:!1}function oc(){return this.isValid()?this._isUTC:!1}function le(){return this.isValid()?this._isUTC&&this._offset===0:!1}function ht(n,t){var i=n,r=null,u,e,o;return ou(n)?i={ms:n._milliseconds,d:n._days,M:n._months}:typeof n=="number"?(i={},t?i[t]=n:i.milliseconds=n):(r=ae.exec(n))?(u=r[1]==="-"?-1:1,i={y:0,d:f(r[tt])*u,h:f(r[a])*u,m:f(r[g])*u,s:f(r[ft])*u,ms:f(r[pt])*u}):(r=ve.exec(n))?(u=r[1]==="-"?-1:1,i={y:bt(r[2],u),M:bt(r[3],u),w:bt(r[4],u),d:bt(r[5],u),h:bt(r[6],u),m:bt(r[7],u),s:bt(r[8],u)}):i==null?i={}:typeof i=="object"&&("from"in i||"to"in i)&&(o=sc(h(i.from),h(i.to)),i={},i.ms=o.milliseconds,i.M=o.months),e=new fr(i),ou(n)&&nt(n,"_locale")&&(e._locale=n._locale),e}function bt(n,t){var i=n&&parseFloat(n.replace(",","."));return(isNaN(i)?0:i)*t}function ye(n,t){var i={milliseconds:0,months:0};return i.months=t.month()-n.month()+(t.year()-n.year())*12,n.clone().add(i.months,"M").isAfter(t)&&--i.months,i.milliseconds=+t-+n.clone().add(i.months,"M"),i}function sc(n,t){var i;return(n.isValid()&&t.isValid())?(t=hu(t,n),n.isBefore(t)?i=ye(n,t):(i=ye(t,n),i.milliseconds=-i.milliseconds,i.months=-i.months),i):{milliseconds:0,months:0}}function pe(n){return n<0?Math.round(-1*n)*-1:Math.round(n)}function we(n,t){return function(i,r){var u,f;return r===null||isNaN(+r)||(vr(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period)."),f=i,i=r,r=f),i=typeof i=="string"?+i:i,u=ht(i,r),be(this,u,n),this}}function be(n,t,r,u){var o=t._milliseconds,f=pe(t._days),e=pe(t._months);n.isValid()&&(u=u==null?!0:u,o&&n._d.setTime(+n._d+o*r),f&&ef(n,"Date",yi(n,"Date")+f*r),e&&wf(n,yi(n,"Month")+e*r),u&&i.updateOffset(n,f||e))}function hc(n,t){var u=n||h(),f=hu(u,this).startOf("day"),i=this.diff(f,"days",!0),r=i<-6?"sameElse":i<-1?"lastWeek":i<0?"lastDay":i<1?"sameDay":i<2?"nextDay":i<7?"nextWeek":"sameElse",e=t&&(st(t[r])?t[r]():t[r]);return this.format(e||this.localeData().calendar(r,this,h(u)))}function cc(){return new fi(this)}function lc(n,t){var i=ot(n)?n:h(n);return(this.isValid()&&i.isValid())?(t=k(y(t)?"millisecond":t),t==="millisecond"?+this>+i:+i<+this.clone().startOf(t)):!1}function ac(n,t){var i=ot(n)?n:h(n);return(this.isValid()&&i.isValid())?(t=k(y(t)?"millisecond":t),t==="millisecond"?+this<+i:+this.clone().endOf(t)<+i):!1}function vc(n,t,i){return this.isAfter(n,i)&&this.isBefore(t,i)}function yc(n,t){var i=ot(n)?n:h(n),r;return(this.isValid()&&i.isValid())?(t=k(t||"millisecond"),t==="millisecond"?+this==+i:(r=+i,+this.clone().startOf(t)<=r&&r<=+this.clone().endOf(t))):!1}function pc(n,t){return this.isSame(n,t)||this.isAfter(n,t)}function wc(n,t){return this.isSame(n,t)||this.isBefore(n,t)}function bc(n,t,i){var f,e,u,r;return this.isValid()?(f=hu(n,this),!f.isValid())?NaN:(e=(f.utcOffset()-this.utcOffset())*6e4,t=k(t),t==="year"||t==="month"||t==="quarter"?(r=kc(this,f),t==="quarter"?r=r/3:t==="year"&&(r=r/12)):(u=this-f,r=t==="second"?u/1e3:t==="minute"?u/6e4:t==="hour"?u/36e5:t==="day"?(u-e)/864e5:t==="week"?(u-e)/6048e5:u),i?r:p(r)):NaN}function kc(n,t){var r=(t.year()-n.year())*12+(t.month()-n.month()),i=n.clone().add(r,"months"),u,f;return t-i<0?(u=n.clone().add(r-1,"months"),f=(t-i)/(i-u)):(u=n.clone().add(r+1,"months"),f=(t-i)/(u-i)),-(r+f)}function dc(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function gc(){var n=this.clone().utc();return 0<n.year()&&n.year()<=9999?st(Date.prototype.toISOString)?this.toDate().toISOString():br(n,"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]"):br(n,"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]")}function nl(n){var t=br(this,n||i.defaultFormat);return this.localeData().postformat(t)}function tl(n,t){return this.isValid()&&(ot(n)&&n.isValid()||h(n).isValid())?ht({to:this,from:n}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function il(n){return this.from(h(),n)}function rl(n,t){return this.isValid()&&(ot(n)&&n.isValid()||h(n).isValid())?ht({from:this,to:n}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function ul(n){return this.to(h(),n)}function ge(n){var t;return n===undefined?this._locale._abbr:(t=yt(n),t!=null&&(this._locale=t),this)}function no(){return this._locale}function fl(n){n=k(n);switch(n){case"year":this.month(0);case"quarter":case"month":this.date(1);case"week":case"isoWeek":case"day":this.hours(0);case"hour":this.minutes(0);case"minute":this.seconds(0);case"second":this.milliseconds(0)}return n==="week"&&this.weekday(0),n==="isoWeek"&&this.isoWeekday(1),n==="quarter"&&this.month(Math.floor(this.month()/3)*3),this}function el(n){return(n=k(n),n===undefined||n==="millisecond")?this:this.startOf(n).add(1,n==="isoWeek"?"week":n).subtract(1,"ms")}function ol(){return+this._d-(this._offset||0)*6e4}function sl(){return Math.floor(+this/1e3)}function hl(){return this._offset?new Date(+this):this._d}function cl(){var n=this;return[n.year(),n.month(),n.date(),n.hour(),n.minute(),n.second(),n.millisecond()]}function ll(){var n=this;return{years:n.year(),months:n.month(),date:n.date(),hours:n.hours(),minutes:n.minutes(),seconds:n.seconds(),milliseconds:n.milliseconds()}}function al(){return this.isValid()?this.toISOString():null}function vl(){return hr(this)}function yl(){return vt({},e(this))}function pl(){return e(this).overflow}function wl(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}function er(n,t){r(0,[n,n.length],0,t)}function bl(n){return to.call(this,n,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)}function kl(n){return to.call(this,n,this.isoWeek(),this.isoWeekday(),1,4)}function dl(){return wt(this.year(),1,4)}function gl(){var n=this.localeData()._week;return wt(this.year(),n.dow,n.doy)}function to(n,t,i,r,u){var f;return n==null?hi(this,r,u).year:(f=wt(n,r,u),t>f&&(t=f),na.call(this,n,t,i,r,u))}function na(n,t,i,r,u){var e=ie(n,t,i,r,u),f=rr(e.year,0,e.dayOfYear);return this.year(f.getUTCFullYear()),this.month(f.getUTCMonth()),this.date(f.getUTCDate()),this}function ta(n){return n==null?Math.ceil((this.month()+1)/3):this.month((n-1)*3+this.month()%3)}function ia(n){return hi(n,this._week.dow,this._week.doy).week}function ra(){return this._week.dow}function ua(){return this._week.doy}function fa(n){var t=this.localeData().week(this);return n==null?t:this.add((n-t)*7,"d")}function ea(n){var t=hi(this,1,4).week;return n==null?t:this.add((n-t)*7,"d")}function oa(n,t){return typeof n!="string"?n:isNaN(n)?(n=t.weekdaysParse(n),typeof n=="number")?n:null:parseInt(n,10)}function sa(n,t){return at(this._weekdays)?this._weekdays[n.day()]:this._weekdays[this._weekdays.isFormat.test(t)?"format":"standalone"][n.day()]}function ha(n){return this._weekdaysShort[n.day()]}function ca(n){return this._weekdaysMin[n.day()]}function la(n,t,i){var r,u,f;for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),r=0;r<7;r++)if((u=h([2e3,1]).day(r),i&&!this._fullWeekdaysParse[r]&&(this._fullWeekdaysParse[r]=new RegExp("^"+this.weekdays(u,"").replace(".",".?")+"$","i"),this._shortWeekdaysParse[r]=new RegExp("^"+this.weekdaysShort(u,"").replace(".",".?")+"$","i"),this._minWeekdaysParse[r]=new RegExp("^"+this.weekdaysMin(u,"").replace(".",".?")+"$","i")),this._weekdaysParse[r]||(f="^"+this.weekdays(u,"")+"|^"+this.weekdaysShort(u,"")+"|^"+this.weekdaysMin(u,""),this._weekdaysParse[r]=new RegExp(f.replace(".",""),"i")),i&&t==="dddd"&&this._fullWeekdaysParse[r].test(n))||i&&t==="ddd"&&this._shortWeekdaysParse[r].test(n)||i&&t==="dd"&&this._minWeekdaysParse[r].test(n)||!i&&this._weekdaysParse[r].test(n))return r}function aa(n){if(!this.isValid())return n!=null?this:NaN;var t=this._isUTC?this._d.getUTCDay():this._d.getDay();return n!=null?(n=oa(n,this.localeData()),this.add(n-t,"d")):t}function va(n){if(!this.isValid())return n!=null?this:NaN;var t=(this.day()+7-this.localeData()._week.dow)%7;return n==null?t:this.add(n-t,"d")}function ya(n){return this.isValid()?n==null?this.day()||7:this.day(this.day()%7?n:n-7):n!=null?this:NaN}function pa(n){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return n==null?t:this.add(n-t,"d")}function vu(){return this.hours()%12||12}function eo(n,t){r(n,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)})}function oo(n,t){return t._meridiemParse}function wa(n){return(n+"").toLowerCase().charAt(0)==="p"}function ba(n,t,i){return n>11?i?"pm":"PM":i?"am":"AM"}function ka(n,t){t[pt]=f(("0."+n)*1e3)}function da(){return this._isUTC?"UTC":""}function ga(){return this._isUTC?"Coordinated Universal Time":""}function nv(n){return h(n*1e3)}function tv(){return h.apply(null,arguments).parseZone()}function iv(n,t,i){var r=this._calendar[n];return st(r)?r.call(t,i):r}function rv(n){var t=this._longDateFormat[n],i=this._longDateFormat[n.toUpperCase()];return t||!i?t:(this._longDateFormat[n]=i.replace(/MMMM|MM|DD|dddd/g,function(n){return n.slice(1)}),this._longDateFormat[n])}function uv(){return this._invalidDate}function fv(n){return this._ordinal.replace("%d",n)}function ko(n){return n}function ev(n,t,i,r){var u=this._relativeTime[i];return st(u)?u(n,t,i,r):u.replace(/%d/i,n)}function ov(n,t){var i=this._relativeTime[n>0?"future":"past"];return st(i)?i(t):i.replace(/%s/i,t)}function ns(n,t,i,r){var u=yt(),f=gt().set(r,t);return u[i](f,n)}function ci(n,t,i,r,u){if(typeof n=="number"&&(t=n,n=undefined),n=n||"",t!=null)return ns(n,t,i,u);for(var e=[],f=0;f<r;f++)e[f]=ns(n,f,i,u);return e}function sv(n,t){return ci(n,t,"months",12,"month")}function hv(n,t){return ci(n,t,"monthsShort",12,"month")}function cv(n,t){return ci(n,t,"weekdays",7,"day")}function lv(n,t){return ci(n,t,"weekdaysShort",7,"day")}function av(n,t){return ci(n,t,"weekdaysMin",7,"day")}function vv(){var n=this._data;return this._milliseconds=it(this._milliseconds),this._days=it(this._days),this._months=it(this._months),n.milliseconds=it(n.milliseconds),n.seconds=it(n.seconds),n.minutes=it(n.minutes),n.hours=it(n.hours),n.months=it(n.months),n.years=it(n.years),this}function ts(n,t,i,r){var u=ht(t,i);return n._milliseconds+=r*u._milliseconds,n._days+=r*u._days,n._months+=r*u._months,n._bubble()}function yv(n,t){return ts(this,n,t,1)}function pv(n,t){return ts(this,n,t,-1)}function is(n){return n<0?Math.floor(n):Math.ceil(n)}function wv(){var r=this._milliseconds,n=this._days,t=this._months,i=this._data,u,f,e,s,o;return r>=0&&n>=0&&t>=0||r<=0&&n<=0&&t<=0||(r+=is(pu(t)+n)*864e5,n=0,t=0),i.milliseconds=r%1e3,u=p(r/1e3),i.seconds=u%60,f=p(u/60),i.minutes=f%60,e=p(f/60),i.hours=e%24,n+=p(e/24),o=p(rs(n)),t+=o,n-=is(pu(o)),s=p(t/12),t%=12,i.days=n,i.months=t,i.years=s,this}function rs(n){return n*4800/146097}function pu(n){return n*146097/4800}function bv(n){var t,r,i=this._milliseconds;if(n=k(n),n==="month"||n==="year")return t=this._days+i/864e5,r=this._months+rs(t),n==="month"?r:r/12;t=this._days+Math.round(pu(this._months));switch(n){case"week":return t/7+i/6048e5;case"day":return t+i/864e5;case"hour":return t*24+i/36e5;case"minute":return t*1440+i/6e4;case"second":return t*86400+i/1e3;case"millisecond":return Math.floor(t*864e5)+i;default:throw new Error("Unknown unit "+n);}}function kv(){return this._milliseconds+this._days*864e5+this._months%12*2592e6+f(this._months/12)*31536e6}function lt(n){return function(){return this.as(n)}}function ey(n){return n=k(n),this[n+"s"]()}function kt(n){return function(){return this._data[n]}}function yy(){return p(this.days()/7)}function py(n,t,i,r,u){return u.relativeTime(t||1,!!i,n,r)}function wy(n,t,i){var r=ht(n).abs(),h=dt(r.as("s")),f=dt(r.as("m")),e=dt(r.as("h")),o=dt(r.as("d")),s=dt(r.as("M")),c=dt(r.as("y")),u=h<et.s&&["s",h]||f<=1&&["m"]||f<et.m&&["mm",f]||e<=1&&["h"]||e<et.h&&["hh",e]||o<=1&&["d"]||o<et.d&&["dd",o]||s<=1&&["M"]||s<et.M&&["MM",s]||c<=1&&["y"]||["yy",c];return u[2]=t,u[3]=+n>0,u[4]=i,py.apply(null,u)}function by(n,t){return et[n]===undefined?!1:t===undefined?et[n]:(et[n]=t,!0)}function ky(n){var t=this.localeData(),i=wy(this,!n,t);return n&&(i=t.pastFuture(+this,i)),t.postformat(i)}function sr(){var t=or(this._milliseconds)/1e3,a=or(this._days),i=or(this._months),n,e,o;n=p(t/60);e=p(n/60);t%=60;n%=60;o=p(i/12);i%=12;var s=o,h=i,c=a,r=e,u=n,f=t,l=this.asSeconds();return l?(l<0?"-":"")+"P"+(s?s+"Y":"")+(h?h+"M":"")+(c?c+"D":"")+(r||u||f?"T":"")+(r?r+"H":"")+(u?u+"M":"")+(f?f+"S":""):"P0D"}var wu,cr=i.momentProperties=[],ar=!1,gu={},l,vi,ti,tr,tu,yf,pf,kf,df,uu,fe,ee,se,ce,ae,ve,ke,de,lu,io,au,ro,uo,fo,so,ho,co,lo,ct,ao,n,yu,vo,yo,po,wo,bo,go,u,it,dt,et,or,o;i.suppressDeprecationWarnings=!1;l={};ti={};var sf=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,pi=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,wr={},ri={};var cf=/\d/,w=/\d\d/,lf=/\d{3}/,kr=/\d{4}/,wi=/[+-]?\d{6}/,c=/\d\d?/,af=/\d\d\d\d?/,vf=/\d\d\d\d\d\d?/,bi=/\d{1,3}/,dr=/\d{1,4}/,ki=/[+-]?\d{1,6}/,di=/[+-]?\d+/,as=/Z|[+-]\d\d:?\d\d/gi,gi=/Z|[+-]\d\d(?::?\d\d)?/gi,ei=/[0-9]*['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+|[\u0600-\u06FF\/]+(\s*?[\u0600-\u06FF]+){1,2}/i,gr={};tr={};var d=0,ut=1,tt=2,a=3,g=4,ft=5,pt=6,ws=7,bs=8;r("M",["MM",2],"Mo",function(){return this.month()+1});r("MMM",0,0,function(n){return this.localeData().monthsShort(this,n)});r("MMMM",0,0,function(n){return this.localeData().months(this,n)});v("month","M");t("M",c);t("MM",c,w);t("MMM",function(n,t){return t.monthsShortRegex(n)});t("MMMM",function(n,t){return t.monthsRegex(n)});s(["M","MM"],function(n,t){t[ut]=f(n)-1});s(["MMM","MMMM"],function(n,t,i,r){var u=i._locale.monthsParse(n,r,i._strict);u!=null?t[ut]=u:e(i).invalidMonth=n});tu=/D[oD]?(\[[^\[\]]*\]|\s+)+MMMM?/;yf="January_February_March_April_May_June_July_August_September_October_November_December".split("_");pf="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_");kf=ei;df=ei;var rh=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?/,uh=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?/,fh=/Z|[+-]\d\d(?::?\d\d)?/,ir=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/]],ru=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],eh=/^\/?Date\((\-?\d+)/i;for(i.createFromInputFallback=b("moment construction falls back to js Date. This is discouraged and will be removed in upcoming major release. Please refer to https://github.com/moment/moment/issues/1407 for more info.",function(n){n._d=new Date(n._i+(n._useUTC?" UTC":""))}),r("Y",0,0,function(){var n=this.year();return n<=9999?""+n:"+"+n}),r(0,["YY",2],0,function(){return this.year()%100}),r(0,["YYYY",4],0,"year"),r(0,["YYYYY",5],0,"year"),r(0,["YYYYYY",6,!0],0,"year"),v("year","y"),t("Y",di),t("YY",c,w),t("YYYY",dr,kr),t("YYYYY",ki,wi),t("YYYYYY",ki,wi),s(["YYYYY","YYYYYY"],d),s("YYYY",function(n,t){t[d]=n.length===2?i.parseTwoDigitYear(n):f(n)}),s("YY",function(n,t){t[d]=i.parseTwoDigitYear(n)}),s("Y",function(n,t){t[d]=parseInt(n,10)}),i.parseTwoDigitYear=function(n){return f(n)+(f(n)>68?1900:2e3)},uu=ii("FullYear",!1),i.ISO_8601=function(){},fe=b("moment().min is deprecated, use moment.max instead. https://github.com/moment/moment/issues/1548",function(){var n=h.apply(null,arguments);return this.isValid()&&n.isValid()?n<this?this:n:ai()}),ee=b("moment().max is deprecated, use moment.min instead. https://github.com/moment/moment/issues/1548",function(){var n=h.apply(null,arguments);return this.isValid()&&n.isValid()?n>this?this:n:ai()}),se=function(){return Date.now?Date.now():+new Date},he("Z",":"),he("ZZ",""),t("Z",gi),t("ZZ",gi),s(["Z","ZZ"],function(n,t,i){i._useUTC=!0;i._tzm=su(gi,n)}),ce=/([\+\-]|\d\d)/gi,i.updateOffset=function(){},ae=/^(\-)?(?:(\d*)[. ])?(\d+)\:(\d+)(?:\:(\d+)\.?(\d{3})?\d*)?$/,ve=/^(-)?P(?:([0-9,.]*)Y)?(?:([0-9,.]*)M)?(?:([0-9,.]*)W)?(?:([0-9,.]*)D)?(?:T(?:([0-9,.]*)H)?(?:([0-9,.]*)M)?(?:([0-9,.]*)S)?)?$/,ht.fn=fr.prototype,ke=we(1,"add"),de=we(-1,"subtract"),i.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",lu=b("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(n){return n===undefined?this.localeData():this.locale(n)}),r(0,["gg",2],0,function(){return this.weekYear()%100}),r(0,["GG",2],0,function(){return this.isoWeekYear()%100}),er("gggg","weekYear"),er("ggggg","weekYear"),er("GGGG","isoWeekYear"),er("GGGGG","isoWeekYear"),v("weekYear","gg"),v("isoWeekYear","GG"),t("G",di),t("g",di),t("GG",c,w),t("gg",c,w),t("GGGG",dr,kr),t("gggg",dr,kr),t("GGGGG",ki,wi),t("ggggg",ki,wi),oi(["gggg","ggggg","GGGG","GGGGG"],function(n,t,i,r){t[r.substr(0,2)]=f(n)}),oi(["gg","GG"],function(n,t,r,u){t[u]=i.parseTwoDigitYear(n)}),r("Q",0,"Qo","quarter"),v("quarter","Q"),t("Q",cf),s("Q",function(n,t){t[ut]=(f(n)-1)*3}),r("w",["ww",2],"wo","week"),r("W",["WW",2],"Wo","isoWeek"),v("week","w"),v("isoWeek","W"),t("w",c),t("ww",c,w),t("W",c),t("WW",c,w),oi(["w","ww","W","WW"],function(n,t,i,r){t[r.substr(0,1)]=f(n)}),io={dow:0,doy:6},r("D",["DD",2],"Do","date"),v("date","D"),t("D",c),t("DD",c,w),t("Do",function(n,t){return n?t._ordinalParse:t._ordinalParseLenient}),s(["D","DD"],tt),s("Do",function(n,t){t[tt]=f(n.match(c)[0],10)}),au=ii("Date",!0),r("d",0,"do","day"),r("dd",0,0,function(n){return this.localeData().weekdaysMin(this,n)}),r("ddd",0,0,function(n){return this.localeData().weekdaysShort(this,n)}),r("dddd",0,0,function(n){return this.localeData().weekdays(this,n)}),r("e",0,0,"weekday"),r("E",0,0,"isoWeekday"),v("day","d"),v("weekday","e"),v("isoWeekday","E"),t("d",c),t("e",c),t("E",c),t("dd",ei),t("ddd",ei),t("dddd",ei),oi(["dd","ddd","dddd"],function(n,t,i,r){var u=i._locale.weekdaysParse(n,r,i._strict);u!=null?t.d=u:e(i).invalidWeekday=n}),oi(["d","e","E"],function(n,t,i,r){t[r]=f(n)}),ro="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),uo="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),fo="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),r("DDD",["DDDD",3],"DDDo","dayOfYear"),v("dayOfYear","DDD"),t("DDD",bi),t("DDDD",lf),s(["DDD","DDDD"],function(n,t,i){i._dayOfYear=f(n)}),r("H",["HH",2],0,"hour"),r("h",["hh",2],0,vu),r("hmm",0,0,function(){return""+vu.apply(this)+rt(this.minutes(),2)}),r("hmmss",0,0,function(){return""+vu.apply(this)+rt(this.minutes(),2)+rt(this.seconds(),2)}),r("Hmm",0,0,function(){return""+this.hours()+rt(this.minutes(),2)}),r("Hmmss",0,0,function(){return""+this.hours()+rt(this.minutes(),2)+rt(this.seconds(),2)}),eo("a",!0),eo("A",!1),v("hour","h"),t("a",oo),t("A",oo),t("H",c),t("h",c),t("HH",c,w),t("hh",c,w),t("hmm",af),t("hmmss",vf),t("Hmm",af),t("Hmmss",vf),s(["H","HH"],a),s(["a","A"],function(n,t,i){i._isPm=i._locale.isPM(n);i._meridiem=n}),s(["h","hh"],function(n,t,i){t[a]=f(n);e(i).bigHour=!0}),s("hmm",function(n,t,i){var r=n.length-2;t[a]=f(n.substr(0,r));t[g]=f(n.substr(r));e(i).bigHour=!0}),s("hmmss",function(n,t,i){var r=n.length-4,u=n.length-2;t[a]=f(n.substr(0,r));t[g]=f(n.substr(r,2));t[ft]=f(n.substr(u));e(i).bigHour=!0}),s("Hmm",function(n,t){var i=n.length-2;t[a]=f(n.substr(0,i));t[g]=f(n.substr(i))}),s("Hmmss",function(n,t){var i=n.length-4,r=n.length-2;t[a]=f(n.substr(0,i));t[g]=f(n.substr(i,2));t[ft]=f(n.substr(r))}),so=/[ap]\.?m?\.?/i,ho=ii("Hours",!0),r("m",["mm",2],0,"minute"),v("minute","m"),t("m",c),t("mm",c,w),s(["m","mm"],g),co=ii("Minutes",!1),r("s",["ss",2],0,"second"),v("second","s"),t("s",c),t("ss",c,w),s(["s","ss"],ft),lo=ii("Seconds",!1),r("S",0,0,function(){return~~(this.millisecond()/100)}),r(0,["SS",2],0,function(){return~~(this.millisecond()/10)}),r(0,["SSS",3],0,"millisecond"),r(0,["SSSS",4],0,function(){return this.millisecond()*10}),r(0,["SSSSS",5],0,function(){return this.millisecond()*100}),r(0,["SSSSSS",6],0,function(){return this.millisecond()*1e3}),r(0,["SSSSSSS",7],0,function(){return this.millisecond()*1e4}),r(0,["SSSSSSSS",8],0,function(){return this.millisecond()*1e5}),r(0,["SSSSSSSSS",9],0,function(){return this.millisecond()*1e6}),v("millisecond","ms"),t("S",bi,cf),t("SS",bi,w),t("SSS",bi,lf),ct="SSSS";ct.length<=9;ct+="S")t(ct,/\d+/);for(ct="S";ct.length<=9;ct+="S")s(ct,ka);ao=ii("Milliseconds",!1);r("z",0,0,"zoneAbbr");r("zz",0,0,"zoneName");n=fi.prototype;n.add=ke;n.calendar=hc;n.clone=cc;n.diff=bc;n.endOf=el;n.format=nl;n.from=tl;n.fromNow=il;n.to=rl;n.toNow=ul;n.get=of;n.invalidAt=pl;n.isAfter=lc;n.isBefore=ac;n.isBetween=vc;n.isSame=yc;n.isSameOrAfter=pc;n.isSameOrBefore=wc;n.isValid=vl;n.lang=lu;n.locale=ge;n.localeData=no;n.max=ee;n.min=fe;n.parsingFlags=yl;n.set=of;n.startOf=fl;n.subtract=de;n.toArray=cl;n.toObject=ll;n.toDate=hl;n.toISOString=gc;n.toJSON=al;n.toString=dc;n.unix=sl;n.valueOf=ol;n.creationData=wl;n.year=uu;n.isLeapYear=hh;n.weekYear=bl;n.isoWeekYear=kl;n.quarter=n.quarters=ta;n.month=bf;n.daysInMonth=nh;n.week=n.weeks=fa;n.isoWeek=n.isoWeeks=ea;n.weeksInYear=gl;n.isoWeeksInYear=dl;n.date=au;n.day=n.days=aa;n.weekday=va;n.isoWeekday=ya;n.dayOfYear=pa;n.hour=n.hours=ho;n.minute=n.minutes=co;n.second=n.seconds=lo;n.millisecond=n.milliseconds=ao;n.utcOffset=dh;n.utc=nc;n.local=tc;n.parseZone=ic;n.hasAlignedHourOffset=rc;n.isDST=uc;n.isDSTShifted=fc;n.isLocal=ec;n.isUtcOffset=oc;n.isUtc=le;n.isUTC=le;n.zoneAbbr=da;n.zoneName=ga;n.dates=b("dates accessor is deprecated. Use date instead.",au);n.months=b("months accessor is deprecated. Use month instead",bf);n.years=b("years accessor is deprecated. Use year instead",uu);n.zone=b("moment().zone is deprecated, use moment().utcOffset instead. https://github.com/moment/moment/issues/1779",gh);yu=n;vo={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"};yo={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};po="Invalid date";wo="%d";bo=/\d{1,2}/;go={future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};u=pr.prototype;u._calendar=vo;u.calendar=iv;u._longDateFormat=yo;u.longDateFormat=rv;u._invalidDate=po;u.invalidDate=uv;u._ordinal=wo;u.ordinal=fv;u._ordinalParse=bo;u.preparse=ko;u.postformat=ko;u._relativeTime=go;u.relativeTime=ev;u.pastFuture=ov;u.set=es;u.months=ks;u._months=yf;u.monthsShort=ds;u._monthsShort=pf;u.monthsParse=gs;u._monthsRegex=df;u.monthsRegex=ih;u._monthsShortRegex=kf;u.monthsShortRegex=th;u.week=ia;u._week=io;u.firstDayOfYear=ua;u.firstDayOfWeek=ra;u.weekdays=sa;u._weekdays=ro;u.weekdaysMin=ca;u._weekdaysMin=fo;u.weekdaysShort=ha;u._weekdaysShort=uo;u.weekdaysParse=la;u.isPM=wa;u._meridiemParse=so;u.meridiem=ba;ni("en",{ordinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(n){var t=n%10,i=f(n%100/10)===1?"th":t===1?"st":t===2?"nd":t===3?"rd":"th";return n+i}});i.lang=b("moment.lang is deprecated. Use moment.locale instead.",ni);i.langData=b("moment.langData is deprecated. Use moment.localeData instead.",yt);it=Math.abs;var dv=lt("ms"),gv=lt("s"),ny=lt("m"),ty=lt("h"),iy=lt("d"),ry=lt("w"),uy=lt("M"),fy=lt("y");var oy=kt("milliseconds"),sy=kt("seconds"),hy=kt("minutes"),cy=kt("hours"),ly=kt("days"),ay=kt("months"),vy=kt("years");return dt=Math.round,et={s:45,m:45,h:22,d:26,M:11},or=Math.abs,o=fr.prototype,o.abs=vv,o.add=yv,o.subtract=pv,o.as=bv,o.asMilliseconds=dv,o.asSeconds=gv,o.asMinutes=ny,o.asHours=ty,o.asDays=iy,o.asWeeks=ry,o.asMonths=uy,o.asYears=fy,o.valueOf=kv,o._bubble=wv,o.get=ey,o.milliseconds=oy,o.seconds=sy,o.minutes=hy,o.hours=cy,o.days=ly,o.weeks=yy,o.months=ay,o.years=vy,o.humanize=ky,o.toISOString=sr,o.toString=sr,o.toJSON=sr,o.locale=ge,o.localeData=no,o.toIsoString=b("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",sr),o.lang=lu,r("X",0,0,"unix"),r("x",0,0,"valueOf"),t("x",di),t("X",/[+-]?\d+(\.\d{1,3})?/),s("X",function(n,t,i){i._d=new Date(parseFloat(n,10)*1e3)}),s("x",function(n,t,i){i._d=new Date(f(n))}),i.version="2.12.0",us(h),i.fn=yu,i.min=bh,i.max=kh,i.now=se,i.utc=gt,i.unix=nv,i.months=sv,i.isDate=li,i.locale=ni,i.invalid=ai,i.duration=ht,i.isMoment=ot,i.weekdays=cv,i.parseZone=tv,i.localeData=yt,i.isDuration=ou,i.monthsShort=hv,i.weekdaysMin=av,i.defineLocale=uf,i.updateLocale=ss,i.locales=hs,i.weekdaysShort=lv,i.normalizeUnits=k,i.relativeTimeThreshold=by,i.prototype=yu,i}),!function(n){n.fn.hmbrgr=function(t){function f(t){n(t).css({width:i.width,height:i.height}).html("<span /><span /><span />").find("span").css({height:i.barHeight,"border-radius":i.barRadius,"background-color":i.barColor,"transition-duration":i.speed+"ms"});r(t)}function r(t){n(t).find("span").eq(0).css({top:h});n(t).find("span").eq(1).css({top:u});n(t).find("span").eq(2).css({top:c})}function e(t){n(t).on("click",function(i){i.preventDefault();n(t).toggleClass("cross");n(t).hasClass("cross")?o(t):s(t)})}function o(t){n(t).find("span").css({top:u});setTimeout(function(){n(t).addClass(i.animation)},i.speed)}function s(t){n(t).removeClass(i.animation);setTimeout(function(){r(t)},i.speed)}var i=n.extend({width:60,height:50,speed:200,barHeight:8,barRadius:0,barColor:"#ffffff",animation:"expand"},t),h=0,u=i.height/2-i.barHeight/2,c=i.height-i.barHeight;return this.each(function(){f(this);e(this)})}}(jQuery),VectorCanvas=function(n,t,i){if(this.mode=window.SVGAngle?"svg":"vml",this.params=i,this.mode==="svg")this.createSvgNode=function(n){return document.createElementNS(this.svgns,n)};else{try{document.namespaces.rvml||document.namespaces.add("rvml","urn:schemas-microsoft-com:vml");this.createVmlNode=function(n){return document.createElement("<rvml:"+n+' class="rvml">')}}catch(r){this.createVmlNode=function(n){return document.createElement("<"+n+' xmlns="urn:schemas-microsoft.com:vml" class="rvml">')}}document.createStyleSheet().addRule(".rvml","behavior:url(#default#VML)")}this.mode==="svg"?this.canvas=this.createSvgNode("svg"):(this.canvas=this.createVmlNode("group"),this.canvas.style.position="absolute");this.setSize(n,t)},VectorCanvas.prototype={svgns:"http://www.w3.org/2000/svg",mode:"svg",width:0,height:0,canvas:null},ColorScale=function(n,t,i,r){n&&this.setColors(n);t&&this.setNormalizeFunction(t);i&&this.setMin(i);i&&this.setMax(r)},ColorScale.prototype={colors:[]},JQVMap=function(n){var t,i,f,r,u,o,e;if(n=n||{},t=this,i=JQVMap.maps[n.map],!i)throw new Error('Invalid "'+n.map+'" map parameter. Please make sure you have loaded this map file in your HTML.');this.selectedRegions=[];this.multiSelectRegion=n.multiSelectRegion;this.container=n.container;this.defaultWidth=i.width;this.defaultHeight=i.height;this.color=n.color;this.selectedColor=n.selectedColor;this.hoverColor=n.hoverColor;this.hoverColors=n.hoverColors;this.hoverOpacity=n.hoverOpacity;this.setBackgroundColor(n.backgroundColor);this.width=n.container.width();this.height=n.container.height();this.resize();jQuery(window).resize(function(){var i=n.container.width(),r=n.container.height(),u;i&&r&&(t.width=i,t.height=r,t.resize(),t.canvas.setSize(t.width,t.height),t.applyTransform(),u=jQuery.Event("resize.jqvmap"),jQuery(n.container).trigger(u,[i,r]),f&&(jQuery(".jqvmap-pin").remove(),t.pinHandlers=!1,t.placePins(f.pins,f.mode)))});this.canvas=new VectorCanvas(this.width,this.height,n);n.container.append(this.canvas.canvas);this.makeDraggable();this.rootGroup=this.canvas.createGroup(!0);this.index=JQVMap.mapIndex;this.label=jQuery("<div/>").addClass("jqvmap-label").appendTo(jQuery("body")).hide();n.enableZoom&&(jQuery("<div/>").addClass("jqvmap-zoomin").text("+").appendTo(n.container),jQuery("<div/>").addClass("jqvmap-zoomout").html("&#x2212;").appendTo(n.container));t.countries=[];for(r in i.paths)u=this.canvas.createPath({path:i.paths[r].path}),u.setFill(this.color),u.id=t.getCountryId(r),t.countries[r]=u,this.canvas.mode==="svg"?u.setAttribute("class","jqvmap-region"):jQuery(u).addClass("jqvmap-region"),jQuery(this.rootGroup).append(u);if(jQuery(n.container).delegate(this.canvas.mode==="svg"?"path":"shape","mouseover mouseout",function(r){var f=r.target,u=r.target.id.split("_").pop(),e=jQuery.Event("labelShow.jqvmap"),o=jQuery.Event("regionMouseOver.jqvmap");u=u.toLowerCase();r.type==="mouseover"?(jQuery(n.container).trigger(o,[u,i.paths[u].name]),o.isDefaultPrevented()||t.highlight(u,f),n.showTooltip&&(t.label.text(i.paths[u].name),jQuery(n.container).trigger(e,[t.label,u]),e.isDefaultPrevented()||(t.label.show(),t.labelWidth=t.label.width(),t.labelHeight=t.label.height()))):(t.unhighlight(u,f),t.label.hide(),jQuery(n.container).trigger("regionMouseOut.jqvmap",[u,i.paths[u].name]))}),jQuery(n.container).delegate(this.canvas.mode==="svg"?"path":"shape","click",function(r){var o=r.target,u=r.target.id.split("_").pop(),e=jQuery.Event("regionClick.jqvmap"),f;if(u=u.toLowerCase(),jQuery(n.container).trigger(e,[u,i.paths[u].name]),!n.multiSelectRegion&&!e.isDefaultPrevented())for(f in i.paths)t.countries[f].currentFillColor=t.countries[f].getOriginalFill(),t.countries[f].setFill(t.countries[f].getOriginalFill());e.isDefaultPrevented()||(t.isSelected(u)?t.deselect(u,o):t.select(u,o))}),n.showTooltip&&n.container.mousemove(function(n){if(t.label.is(":visible")){var i=n.pageX-15-t.labelWidth,r=n.pageY-15-t.labelHeight;i<0&&(i=n.pageX+15);r<0&&(r=n.pageY+15);t.label.css({left:i,top:r})}}),this.setColors(n.colors),this.canvas.canvas.appendChild(this.rootGroup),this.applyTransform(),this.colorScale=new ColorScale(n.scaleColors,n.normalizeFunction,n.valueMin,n.valueMax),n.values&&(this.values=n.values,this.setValues(n.values)),n.selectedRegions)if(n.selectedRegions instanceof Array)for(o in n.selectedRegions)this.select(n.selectedRegions[o].toLowerCase());else this.select(n.selectedRegions.toLowerCase());if(this.bindZoomButtons(),n.pins&&(f={pins:n.pins,mode:n.pinMode},this.pinHandlers=!1,this.placePins(n.pins,n.pinMode)),n.showLabels){this.pinHandlers=!1;e={};for(r in t.countries)typeof t.countries[r]!="function"&&(n.pins&&n.pins[r]||(e[r]=r.toUpperCase()));f={pins:e,mode:"content"};this.placePins(e,"content")}JQVMap.mapIndex++},JQVMap.prototype={transX:0,transY:0,scale:1,baseTransX:0,baseTransY:0,baseScale:1,width:0,height:0,countries:{},countriesColors:{},countriesData:{},zoomStep:1.4,zoomMaxStep:4,zoomCurStep:1},JQVMap.xlink="http://www.w3.org/1999/xlink",JQVMap.mapIndex=1,JQVMap.maps={},function(){var t={colors:1,values:1,backgroundColor:1,scaleColors:1,normalizeFunction:1,enableZoom:1,showTooltip:1,borderColor:1,borderWidth:1,borderOpacity:1,selectedRegions:1,multiSelectRegion:1},n={onLabelShow:"labelShow",onLoad:"load",onRegionOver:"regionMouseOver",onRegionOut:"regionMouseOut",onRegionClick:"regionClick",onRegionSelect:"regionSelect",onRegionDeselect:"regionDeselect",onResize:"resize"};jQuery.fn.vectorMap=function(i){var u={map:"world_en",backgroundColor:"#a5bfdd",color:"#f4f3f0",hoverColor:"#c9dfaf",hoverColors:{},selectedColor:"#c9dfaf",scaleColors:["#b6d6ff","#005ace"],normalizeFunction:"linear",enableZoom:!0,showTooltip:!0,borderColor:"#818181",borderWidth:1,borderOpacity:.25,selectedRegions:null,multiSelectRegion:!1},r=this.data("mapObject"),f,e;if(i==="addMap")JQVMap.maps[arguments[1]]=arguments[2];else if(i==="set"&&t[arguments[1]])r["set"+arguments[1].charAt(0).toUpperCase()+arguments[1].substr(1)].apply(r,Array.prototype.slice.call(arguments,2));else{if(typeof i=="string"&&typeof r[i]=="function")return r[i].apply(r,Array.prototype.slice.call(arguments,1));jQuery.extend(u,i);u.container=this;this.css({position:"relative",overflow:"hidden"});r=new JQVMap(u);this.data("mapObject",r);this.unbind(".jqvmap");for(f in n)u[f]&&this.bind(n[f]+".jqvmap",u[f]);return e=jQuery.Event("load.jqvmap"),jQuery(u.container).trigger(e,r),r}}}(jQuery),ColorScale.arrayToRgb=function(n){for(var r="#",t,i=0;i<n.length;i++)t=n[i].toString(16),r+=t.length===1?"0"+t:t;return r},ColorScale.prototype.getColor=function(n){var i,u,f,t,e,r;for(typeof this.normalize=="function"&&(n=this.normalize(n)),i=[],u=0,t=0;t<this.colors.length-1;t++)f=this.vectorLength(this.vectorSubtract(this.colors[t+1],this.colors[t])),i.push(f),u+=f;for(e=(this.maxValue-this.minValue)/u,t=0;t<i.length;t++)i[t]*=e;for(t=0,n-=this.minValue;n-i[t]>=0;)n-=i[t],t++;for(r=t===this.colors.length-1?this.vectorToNum(this.colors[t]).toString(16):this.vectorToNum(this.vectorAdd(this.colors[t],this.vectorMult(this.vectorSubtract(this.colors[t+1],this.colors[t]),n/i[t]))).toString(16);r.length<6;)r="0"+r;return"#"+r},ColorScale.rgbToArray=function(n){return n=n.substr(1),[parseInt(n.substr(0,2),16),parseInt(n.substr(2,2),16),parseInt(n.substr(4,2),16)]},ColorScale.prototype.setColors=function(n){for(var t=0;t<n.length;t++)n[t]=ColorScale.rgbToArray(n[t]);this.colors=n},ColorScale.prototype.setMax=function(n){this.clearMaxValue=n;this.maxValue=typeof this.normalize=="function"?this.normalize(n):n},ColorScale.prototype.setMin=function(n){this.clearMinValue=n;this.minValue=typeof this.normalize=="function"?this.normalize(n):n},ColorScale.prototype.setNormalizeFunction=function(n){n==="polynomial"?this.normalize=function(n){return Math.pow(n,.2)}:n==="linear"?delete this.normalize:this.normalize=n;this.setMin(this.clearMinValue);this.setMax(this.clearMaxValue)},ColorScale.prototype.vectorAdd=function(n,t){for(var r=[],i=0;i<n.length;i++)r[i]=n[i]+t[i];return r},ColorScale.prototype.vectorLength=function(n){for(var i=0,t=0;t<n.length;t++)i+=n[t]*n[t];return Math.sqrt(i)},ColorScale.prototype.vectorMult=function(n,t){for(var r=[],i=0;i<n.length;i++)r[i]=n[i]*t;return r},ColorScale.prototype.vectorSubtract=function(n,t){for(var r=[],i=0;i<n.length;i++)r[i]=n[i]-t[i];return r},ColorScale.prototype.vectorToNum=function(n){for(var i=0,t=0;t<n.length;t++)i+=Math.round(n[t])*Math.pow(256,n.length-t-1);return i},JQVMap.prototype.applyTransform=function(){var n,t,i,r;this.defaultWidth*this.scale<=this.width?(n=(this.width-this.defaultWidth*this.scale)/(2*this.scale),i=(this.width-this.defaultWidth*this.scale)/(2*this.scale)):(n=0,i=(this.width-this.defaultWidth*this.scale)/this.scale);this.defaultHeight*this.scale<=this.height?(t=(this.height-this.defaultHeight*this.scale)/(2*this.scale),r=(this.height-this.defaultHeight*this.scale)/(2*this.scale)):(t=0,r=(this.height-this.defaultHeight*this.scale)/this.scale);this.transY>t?this.transY=t:this.transY<r&&(this.transY=r);this.transX>n?this.transX=n:this.transX<i&&(this.transX=i);this.canvas.applyTransformParams(this.scale,this.transX,this.transY)},JQVMap.prototype.bindZoomButtons=function(){var n=this;this.container.find(".jqvmap-zoomin").click(function(){n.zoomIn()});this.container.find(".jqvmap-zoomout").click(function(){n.zoomOut()})},JQVMap.prototype.deselect=function(n,t){if(n=n.toLowerCase(),t=t||jQuery("#"+this.getCountryId(n))[0],this.isSelected(n))this.selectedRegions.splice(this.selectIndex(n),1),jQuery(this.container).trigger("regionDeselect.jqvmap",[n]),t.currentFillColor=t.getOriginalFill(),t.setFill(t.getOriginalFill());else for(var i in this.countries)this.selectedRegions.splice(this.selectedRegions.indexOf(i),1),this.countries[i].currentFillColor=this.color,this.countries[i].setFill(this.color)},JQVMap.prototype.getCountryId=function(n){return"jqvmap"+this.index+"_"+n},JQVMap.prototype.getPin=function(n){var t=jQuery("#"+this.getPinId(n));return t.html()},JQVMap.prototype.getPinId=function(n){return this.getCountryId(n)+"_pin"},JQVMap.prototype.getPins=function(){var t=this.container.find(".jqvmap-pin"),n={};return jQuery.each(t,function(t,i){i=jQuery(i);var r=i.attr("for").toLowerCase(),u=i.html();n[r]=u}),JSON.stringify(n)},JQVMap.prototype.highlight=function(n,t){t=t||jQuery("#"+this.getCountryId(n))[0];this.hoverOpacity?t.setOpacity(this.hoverOpacity):this.hoverColors&&n in this.hoverColors?(t.currentFillColor=t.getFill()+"",t.setFill(this.hoverColors[n])):this.hoverColor&&(t.currentFillColor=t.getFill()+"",t.setFill(this.hoverColor))},JQVMap.prototype.isSelected=function(n){return this.selectIndex(n)>=0},JQVMap.prototype.makeDraggable=function(){var t=!1,f,e,n=this,i,r,u,h,c,o,s;n.isMoving=!1;n.isMovingTimeout=!1;this.container.mousemove(function(i){return t&&(n.transX-=(f-i.pageX)/n.scale,n.transY-=(e-i.pageY)/n.scale,n.applyTransform(),f=i.pageX,e=i.pageY,n.isMoving=!0,n.isMovingTimeout&&clearTimeout(n.isMovingTimeout),n.container.trigger("drag")),!1}).mousedown(function(n){return t=!0,f=n.pageX,e=n.pageY,!1}).mouseup(function(){return t=!1,clearTimeout(n.isMovingTimeout),n.isMovingTimeout=setTimeout(function(){n.isMoving=!1},100),!1}).mouseout(function(){if(t&&n.isMoving)return clearTimeout(n.isMovingTimeout),n.isMovingTimeout=setTimeout(function(){t=!1;n.isMoving=!1},100),!1});jQuery(this.container).bind("touchmove",function(t){var e,l,f=t.originalEvent.touches,a,v;if(f.length===1){if(i===1){if(o===f[0].pageX&&s===f[0].pageY)return;a=n.transX;v=n.transY;n.transX-=(o-f[0].pageX)/n.scale;n.transY-=(s-f[0].pageY)/n.scale;n.applyTransform();(a!==n.transX||v!==n.transY)&&t.preventDefault();n.isMoving=!0;n.isMovingTimeout&&clearTimeout(n.isMovingTimeout)}o=f[0].pageX;s=f[0].pageY}else f.length===2&&(i===2?(l=Math.sqrt(Math.pow(f[0].pageX-f[1].pageX,2)+Math.pow(f[0].pageY-f[1].pageY,2))/h,n.setScale(c*l,r,u),t.preventDefault()):(e=jQuery(n.container).offset(),r=f[0].pageX>f[1].pageX?f[1].pageX+(f[0].pageX-f[1].pageX)/2:f[0].pageX+(f[1].pageX-f[0].pageX)/2,u=f[0].pageY>f[1].pageY?f[1].pageY+(f[0].pageY-f[1].pageY)/2:f[0].pageY+(f[1].pageY-f[0].pageY)/2,r-=e.left,u-=e.top,c=n.scale,h=Math.sqrt(Math.pow(f[0].pageX-f[1].pageX,2)+Math.pow(f[0].pageY-f[1].pageY,2))));i=f.length});jQuery(this.container).bind("touchstart",function(){i=0});jQuery(this.container).bind("touchend",function(){i=0})},JQVMap.prototype.placePins=function(n,t){var i=this,r;t&&(t==="content"||t==="id")||(t="content");t==="content"?jQuery.each(n,function(n,t){if(jQuery("#"+i.getCountryId(n)).length!==0){var r=i.getPinId(n),u=jQuery("#"+r);u.length>0&&u.remove();i.container.append('<div id="'+r+'" for="'+n+'" class="jqvmap-pin" style="position:absolute">'+t+"<\/div>")}}):jQuery.each(n,function(n,t){if(jQuery("#"+i.getCountryId(n)).length!==0){var u=i.getPinId(n),r=jQuery("#"+u);r.length>0&&r.remove();i.container.append('<div id="'+u+'" for="'+n+'" class="jqvmap-pin" style="position:absolute"><\/div>');r.append(jQuery("#"+t))}});this.positionPins();this.pinHandlers||(this.pinHandlers=!0,r=function(){i.positionPins()},this.container.bind("zoomIn",r).bind("zoomOut",r).bind("drag",r))},JQVMap.prototype.positionPins=function(){var n=this,t=this.container.find(".jqvmap-pin");jQuery.each(t,function(t,i){i=jQuery(i);var s=n.getCountryId(i.attr("for").toLowerCase()),h=jQuery("#"+s),r=h[0].getBBox(),u=n.scale,f=n.canvas.rootGroup.getBoundingClientRect(),e=n.container[0].getBoundingClientRect(),o={left:f.left-e.left,top:f.top-e.top},c=r.x*u+r.width*u/2,l=r.y*u+r.height*u/2;i.css({left:o.left+c-i.width()/2,top:o.top+l-i.height()/2})})},JQVMap.prototype.removePin=function(n){n=n.toLowerCase();jQuery("#"+this.getPinId(n)).remove()},JQVMap.prototype.removePins=function(){this.container.find(".jqvmap-pin").remove()},JQVMap.prototype.reset=function(){for(var n in this.countries)this.countries[n].setFill(this.color);this.scale=this.baseScale;this.transX=this.baseTransX;this.transY=this.baseTransY;this.applyTransform()},JQVMap.prototype.resize=function(){var n=this.baseScale;this.width/this.height>this.defaultWidth/this.defaultHeight?(this.baseScale=this.height/this.defaultHeight,this.baseTransX=Math.abs(this.width-this.defaultWidth*this.baseScale)/(2*this.baseScale)):(this.baseScale=this.width/this.defaultWidth,this.baseTransY=Math.abs(this.height-this.defaultHeight*this.baseScale)/(2*this.baseScale));this.scale*=this.baseScale/n;this.transX*=this.baseScale/n;this.transY*=this.baseScale/n},JQVMap.prototype.select=function(n,t){n=n.toLowerCase();t=t||jQuery("#"+this.getCountryId(n))[0];this.isSelected(n)||(this.multiSelectRegion?this.selectedRegions.push(n):this.selectedRegions=[n],jQuery(this.container).trigger("regionSelect.jqvmap",[n]),this.selectedColor&&t&&(t.currentFillColor=this.selectedColor,t.setFill(this.selectedColor)))},JQVMap.prototype.selectIndex=function(n){n=n.toLowerCase();for(var t=0;t<this.selectedRegions.length;t++)if(n===this.selectedRegions[t])return t;return-1},JQVMap.prototype.setBackgroundColor=function(n){this.container.css("background-color",n)},JQVMap.prototype.setColors=function(n,t){var r,i;if(typeof n=="string")this.countries[n].setFill(t),this.countries[n].setAttribute("original",t);else{r=n;for(i in r)this.countries[i]&&(this.countries[i].setFill(r[i]),this.countries[i].setAttribute("original",r[i]))}},JQVMap.prototype.setNormalizeFunction=function(n){this.colorScale.setNormalizeFunction(n);this.values&&this.setValues(this.values)},JQVMap.prototype.setScale=function(n){this.scale=n;this.applyTransform()},JQVMap.prototype.setScaleColors=function(n){this.colorScale.setColors(n);this.values&&this.setValues(this.values)},JQVMap.prototype.setValues=function(n){var r=0,u=Number.MAX_VALUE,i,t,f;for(t in n)(t=t.toLowerCase(),i=parseFloat(n[t]),isNaN(i))||(i>r&&(r=n[t]),i<u&&(u=i));u===r&&r++;this.colorScale.setMin(u);this.colorScale.setMax(r);f={};for(t in n)t=t.toLowerCase(),i=parseFloat(n[t]),f[t]=isNaN(i)?this.color:this.colorScale.getColor(i);this.setColors(f);this.values=n},JQVMap.prototype.unhighlight=function(n,t){n=n.toLowerCase();t=t||jQuery("#"+this.getCountryId(n))[0];t.setOpacity(1);t.currentFillColor&&t.setFill(t.currentFillColor)},JQVMap.prototype.zoomIn=function(){var n=this,i=(jQuery("#zoom").innerHeight()-61)/(this.zoomMaxStep-this.zoomCurStep),t;n.zoomCurStep<n.zoomMaxStep&&(n.transX-=(n.width/n.scale-n.width/(n.scale*n.zoomStep))/2,n.transY-=(n.height/n.scale-n.height/(n.scale*n.zoomStep))/2,n.setScale(n.scale*n.zoomStep),n.zoomCurStep++,t=jQuery("#zoomSlider"),t.css("top",parseInt(t.css("top"),10)-i),n.container.trigger("zoomIn"))},JQVMap.prototype.zoomOut=function(){var n=this,i=(jQuery("#zoom").innerHeight()-61)/(this.zoomMaxStep-this.zoomCurStep),t;n.zoomCurStep>1&&(n.transX+=(n.width/(n.scale/n.zoomStep)-n.width/n.scale)/2,n.transY+=(n.height/(n.scale/n.zoomStep)-n.height/n.scale)/2,n.setScale(n.scale/n.zoomStep),n.zoomCurStep--,t=jQuery("#zoomSlider"),t.css("top",parseInt(t.css("top"),10)+i),n.container.trigger("zoomOut"))},VectorCanvas.prototype.applyTransformParams=function(n,t,i){this.mode==="svg"?this.rootGroup.setAttribute("transform","scale("+n+") translate("+t+", "+i+")"):(this.rootGroup.coordorigin=this.width-t+","+(this.height-i),this.rootGroup.coordsize=this.width/n+","+this.height/n)},VectorCanvas.prototype.createGroup=function(n){var t;return this.mode==="svg"?t=this.createSvgNode("g"):(t=this.createVmlNode("group"),t.style.width=this.width+"px",t.style.height=this.height+"px",t.style.left="0px",t.style.top="0px",t.coordorigin="0 0",t.coordsize=this.width+" "+this.height),n&&(this.rootGroup=t),t},VectorCanvas.prototype.createPath=function(n){var t,i,r;return this.mode==="svg"?(t=this.createSvgNode("path"),t.setAttribute("d",n.path),this.params.borderColor!==null&&t.setAttribute("stroke",this.params.borderColor),this.params.borderWidth>0&&(t.setAttribute("stroke-width",this.params.borderWidth),t.setAttribute("stroke-linecap","round"),t.setAttribute("stroke-linejoin","round")),this.params.borderOpacity>0&&t.setAttribute("stroke-opacity",this.params.borderOpacity),t.setFill=function(n){this.setAttribute("fill",n);this.getAttribute("original")===null&&this.setAttribute("original",n)},t.getFill=function(){return this.getAttribute("fill")},t.getOriginalFill=function(){return this.getAttribute("original")},t.setOpacity=function(n){this.setAttribute("fill-opacity",n)}):(t=this.createVmlNode("shape"),t.coordorigin="0 0",t.coordsize=this.width+" "+this.height,t.style.width=this.width+"px",t.style.height=this.height+"px",t.fillcolor=JQVMap.defaultFillColor,t.stroked=!1,t.path=VectorCanvas.pathSvgToVml(n.path),i=this.createVmlNode("skew"),i.on=!0,i.matrix="0.01,0,0,0.01,0,0",i.offset="0,0",t.appendChild(i),r=this.createVmlNode("fill"),t.appendChild(r),t.setFill=function(n){this.getElementsByTagName("fill")[0].color=n;this.getAttribute("original")===null&&this.setAttribute("original",n)},t.getFill=function(){return this.getElementsByTagName("fill")[0].color},t.getOriginalFill=function(){return this.getAttribute("original")},t.setOpacity=function(n){this.getElementsByTagName("fill")[0].opacity=parseInt(n*100,10)+"%"}),t},VectorCanvas.prototype.pathSvgToVml=function(n){var r="",t=0,i=0,u,f;return n.replace(/([MmLlHhVvCcSs])((?:-?(?:\d+)?(?:\.\d+)?,?\s?)+)/g,function(n,e,o){o=o.replace(/(\d)-/g,"$1,-").replace(/\s+/g,",").split(",");o[0]||o.shift();for(var s=0,h=o.length;s<h;s++)o[s]=Math.round(100*o[s]);switch(e){case"m":t+=o[0];i+=o[1];r="t"+o.join(",");break;case"M":t=o[0];i=o[1];r="m"+o.join(",");break;case"l":t+=o[0];i+=o[1];r="r"+o.join(",");break;case"L":t=o[0];i=o[1];r="l"+o.join(",");break;case"h":t+=o[0];r="r"+o[0]+",0";break;case"H":t=o[0];r="l"+t+","+i;break;case"v":i+=o[0];r="r0,"+o[0];break;case"V":i=o[0];r="l"+t+","+i;break;case"c":u=t+o[o.length-4];f=i+o[o.length-3];t+=o[o.length-2];i+=o[o.length-1];r="v"+o.join(",");break;case"C":u=o[o.length-4];f=o[o.length-3];t=o[o.length-2];i=o[o.length-1];r="c"+o.join(",");break;case"s":o.unshift(i-f);o.unshift(t-u);u=t+o[o.length-4];f=i+o[o.length-3];t+=o[o.length-2];i+=o[o.length-1];r="v"+o.join(",");break;case"S":o.unshift(i+i-f);o.unshift(t+t-u);u=o[o.length-4];f=o[o.length-3];t=o[o.length-2];i=o[o.length-1];r="c"+o.join(",")}return r}).replace(/z/g,"")},VectorCanvas.prototype.setSize=function(n,t){var r,i,u;if(this.mode==="svg")this.canvas.setAttribute("width",n),this.canvas.setAttribute("height",t);else if(this.canvas.style.width=n+"px",this.canvas.style.height=t+"px",this.canvas.coordsize=n+" "+t,this.canvas.coordorigin="0 0",this.rootGroup){for(r=this.rootGroup.getElementsByTagName("shape"),i=0,u=r.length;i<u;i++)r[i].coordsize=n+" "+t,r[i].style.width=n+"px",r[i].style.height=t+"px";this.rootGroup.coordsize=n+" "+t;this.rootGroup.style.width=n+"px";this.rootGroup.style.height=t+"px"}this.width=n;this.height=t},jQuery.fn.vectorMap("addMap","mapaDepartamentos",{width:"1841",height:"1489",paths:{"1":{name:"Capital",path:"m944.54 1054.55c1.27 -0.65 2.61 -1.33 2.98 -1.52c0.36 -0.19 0.66 -0.49 0.66 -0.66c0.00 -0.17 0.33 -0.68 0.73 -1.12c0.40 -0.44 0.77 -0.98 0.81 -1.19c0.12 -0.55 0.58 -1.05 0.95 -1.05c0.17 0.00 0.72 -0.42 1.22 -0.93c0.50 -0.51 1.04 -0.88 1.21 -0.81c0.20 0.08 0.35 -0.35 0.43 -1.20c0.09 -0.98 0.32 -1.52 0.89 -2.12c0.76 -0.80 1.86 -1.42 2.33 -1.31c0.13 0.03 0.11 -0.10 -0.04 -0.29c-0.31 -0.38 0.16 -1.85 0.70 -2.18c0.16 -0.10 0.29 -0.46 0.29 -0.81c0.00 -0.35 0.15 -0.73 0.33 -0.84c0.18 -0.12 0.33 -0.39 0.33 -0.61c0.00 -0.22 0.13 -0.38 0.28 -0.35c0.15 0.03 0.31 -0.39 0.34 -0.92c0.04 -0.53 0.15 -1.03 0.25 -1.11c0.19 -0.14 0.21 -0.26 0.28 -1.58c0.02 -0.46 0.37 -1.14 0.85 -1.65c0.62 -0.67 0.78 -1.05 0.67 -1.59c-0.08 -0.39 -0.02 -0.79 0.12 -0.88c0.14 -0.09 0.26 -0.44 0.26 -0.79c0.00 -0.35 0.12 -0.70 0.26 -0.79c0.15 -0.09 0.26 -0.46 0.26 -0.82c0.00 -0.37 0.12 -0.59 0.26 -0.50c0.15 0.09 0.26 -0.02 0.26 -0.24c0.00 -0.68 1.64 -1.66 3.37 -2.01c1.38 -0.28 1.65 -0.43 1.65 -0.88c0.00 -0.64 0.98 -1.77 1.53 -1.77c0.27 0.00 0.31 -0.10 0.12 -0.33c-0.15 -0.18 -0.34 -0.70 -0.44 -1.14c-0.22 -1.03 0.55 -1.83 1.56 -1.64c0.56 0.11 0.67 0.03 0.67 -0.46c0.00 -0.33 -0.16 -0.72 -0.35 -0.89c-0.48 -0.40 -1.03 -2.85 -0.93 -4.12c0.07 -0.83 0.24 -1.12 0.88 -1.48c0.47 -0.26 0.83 -0.70 0.88 -1.08c0.05 -0.35 0.24 -0.82 0.43 -1.04c0.19 -0.22 0.42 -0.65 0.51 -0.96c0.09 -0.31 0.40 -0.77 0.68 -1.02c0.36 -0.33 0.47 -0.67 0.36 -1.19c-0.29 -1.47 2.03 -2.42 3.38 -1.37c0.55 0.42 1.10 0.49 4.18 0.46l3.55 -0.03l1.52 -1.53c1.48 -1.49 1.58 -1.54 3.81 -1.97c1.90 -0.37 2.38 -0.38 2.84 -0.10c0.54 0.33 0.54 0.31 0.33 -0.94c-0.12 -0.70 -0.21 -1.76 -0.19 -2.34c0.02 -0.58 0.04 -1.42 0.05 -1.85c0.01 -0.44 -0.04 -2.56 -0.13 -4.73c-0.10 -2.64 -0.05 -4.03 0.14 -4.22c0.16 -0.16 0.28 -1.19 0.28 -2.30c0.00 -1.54 0.19 -2.57 0.79 -4.36c0.55 -1.62 0.79 -2.86 0.79 -4.00c0.00 -0.91 0.10 -1.72 0.22 -1.79c0.47 -0.29 0.89 -3.76 0.73 -6.11c-0.09 -1.31 -0.23 -4.85 -0.31 -7.86l-0.15 -5.48l-0.75 -0.80c-0.41 -0.44 -0.87 -0.80 -1.01 -0.80c-0.40 0.00 -1.93 -1.84 -2.34 -2.82c-0.20 -0.48 -0.58 -0.99 -0.85 -1.13c-0.27 -0.14 -0.82 -0.74 -1.22 -1.33c-1.01 -1.46 -0.82 -2.96 0.54 -4.25c0.52 -0.49 1.05 -1.17 1.18 -1.51c0.13 -0.34 0.45 -0.70 0.70 -0.79c0.26 -0.09 0.76 -0.42 1.13 -0.74c0.36 -0.31 1.63 -1.04 2.82 -1.61c1.98 -0.96 2.18 -1.13 2.47 -2.10c0.17 -0.58 0.57 -1.33 0.87 -1.66c0.37 -0.40 0.62 -1.15 0.76 -2.32c0.25 -2.11 0.76 -3.86 1.06 -3.68c0.12 0.08 0.15 -0.05 0.07 -0.27c-0.09 -0.23 -0.02 -0.41 0.15 -0.41c0.17 0.00 0.24 -0.11 0.16 -0.25c-0.08 -0.14 0.02 -0.70 0.23 -1.26c0.21 -0.56 0.52 -1.72 0.68 -2.60c0.16 -0.87 0.49 -2.00 0.73 -2.51c0.25 -0.53 0.48 -1.83 0.54 -3.04c0.06 -1.16 0.21 -2.23 0.34 -2.37c0.13 -0.14 0.24 -0.41 0.24 -0.60c0.00 -0.19 0.71 -1.09 1.59 -1.99c1.32 -1.37 1.51 -1.67 1.12 -1.82c-0.94 -0.35 -2.62 -2.71 -2.99 -4.20c-0.20 -0.80 -0.33 -1.57 -0.28 -1.72c0.04 -0.15 0.00 -0.19 -0.09 -0.10c-0.23 0.23 -2.00 -1.37 -2.00 -1.81c0.00 -0.70 -4.11 -4.44 -6.36 -5.77c-0.95 -0.56 -1.25 -0.95 -2.25 -2.96c-1.47 -2.94 -2.05 -3.51 -3.54 -3.51c-1.07 0.00 -2.98 0.73 -4.78 1.82c-2.81 1.71 -3.43 1.97 -5.03 2.16c-1.76 0.21 -2.45 0.44 -3.84 1.28c-0.71 0.43 -1.62 0.74 -2.78 0.93c-0.22 0.04 -0.52 0.14 -0.66 0.23c-0.52 0.32 -3.53 1.00 -4.44 1.00c-0.52 0.00 -1.60 -0.35 -2.47 -0.81c-1.45 -0.76 -1.60 -0.79 -2.34 -0.43c-0.91 0.43 -2.35 0.31 -2.81 -0.24c-0.41 -0.50 -3.05 -0.48 -6.66 0.05c-2.61 0.38 -2.92 0.38 -3.50 0.00c-0.37 -0.24 -1.20 -0.42 -1.96 -0.42c-0.72 0.00 -1.39 -0.12 -1.48 -0.26c-0.09 -0.15 -0.51 -0.26 -0.93 -0.26c-0.42 0.00 -0.92 -0.16 -1.10 -0.36c-0.28 -0.30 -0.38 -0.27 -0.61 0.20c-0.15 0.31 -0.57 0.60 -0.93 0.65c-0.36 0.05 -0.77 0.19 -0.92 0.30c-0.15 0.12 -0.68 0.34 -1.19 0.49c-0.51 0.15 -1.40 0.45 -1.98 0.66c-0.58 0.21 -1.77 0.37 -2.64 0.35c-1.33 -0.03 -1.62 -0.13 -1.86 -0.60c-0.16 -0.31 -0.41 -0.73 -0.57 -0.93c-0.16 -0.20 -0.37 -1.25 -0.46 -2.34c-0.16 -1.79 -0.11 -2.11 0.50 -3.29c0.37 -0.72 0.67 -1.44 0.67 -1.61c0.00 -0.17 0.30 -0.89 0.66 -1.61c1.08 -2.13 0.98 -2.31 -1.12 -2.15c-0.98 0.08 -2.44 0.33 -3.24 0.56c-0.80 0.23 -2.50 0.50 -3.77 0.59c-1.90 0.14 -2.40 0.09 -2.78 -0.25c-0.38 -0.34 -1.59 -0.45 -6.81 -0.60c-5.20 -0.15 -6.47 -0.26 -7.01 -0.61c-1.01 -0.66 -4.91 -0.57 -7.30 0.17c-2.38 0.74 -4.28 0.75 -5.53 0.05c-0.56 -0.31 -1.43 -0.53 -2.14 -0.53c-1.25 0.00 -2.19 -0.60 -4.91 -3.13c-0.91 -0.85 -1.02 -0.88 -1.90 -0.59c-1.78 0.59 -3.18 -0.54 -3.87 -3.13c-0.23 -0.85 -2.29 -2.15 -3.42 -2.15c-0.26 0.00 -0.72 -0.27 -1.03 -0.60c-0.31 -0.33 -0.95 -0.80 -1.44 -1.04c-1.39 -0.71 -3.82 -1.80 -4.00 -1.80c-0.09 0.00 -0.82 -0.42 -1.62 -0.93c-0.80 -0.51 -1.56 -0.93 -1.69 -0.93c-0.13 0.00 -0.39 -0.18 -0.57 -0.40c-0.37 -0.45 -1.47 -0.53 -1.72 -0.13c-0.21 0.34 -2.33 0.35 -2.67 0.01c-0.14 -0.14 -1.21 -0.28 -2.37 -0.30c-1.16 -0.02 -2.38 -0.14 -2.71 -0.26c-0.51 -0.19 -0.60 -0.14 -0.60 0.39c0.00 0.34 0.24 0.83 0.53 1.09c0.84 0.76 0.69 4.37 -0.19 4.37c-0.31 0.00 -0.35 0.22 -0.21 1.04c0.20 1.16 -0.09 1.87 -1.19 2.97c-0.39 0.39 -0.87 1.28 -1.06 1.99c-0.19 0.70 -0.45 1.41 -0.57 1.57c-0.12 0.16 -0.18 0.93 -0.13 1.72c0.09 1.36 0.05 1.48 -0.95 2.53l-1.05 1.10l-0.14 5.58c-0.09 3.48 -0.05 5.70 0.12 5.91c0.14 0.19 0.54 1.09 0.87 2.01l0.61 1.67l-0.57 0.77c-0.31 0.42 -0.57 0.99 -0.57 1.25c0.00 0.27 -0.12 0.61 -0.27 0.76c-0.15 0.15 -0.34 0.86 -0.43 1.58c-0.12 1.02 -0.06 1.39 0.27 1.67c0.23 0.19 0.43 0.49 0.43 0.66c0.00 0.51 0.89 1.09 1.53 1.00c0.79 -0.11 3.16 0.67 4.16 1.38c0.84 0.59 2.35 1.46 3.77 2.17c0.79 0.39 0.86 0.54 0.86 1.67c0.00 0.68 -0.13 1.37 -0.29 1.53c-0.53 0.53 -0.21 6.78 0.41 7.99l0.42 0.82l2.71 0.04c1.49 0.02 4.04 0.07 5.68 0.09c2.23 0.04 3.05 -0.04 3.27 -0.31c0.38 -0.46 1.77 -0.44 2.61 0.04c0.74 0.42 1.42 0.53 0.79 0.13c-0.54 -0.35 -0.18 -0.35 2.59 0.04l2.19 0.31l0.77 -0.74c0.73 -0.70 0.88 -0.73 2.51 -0.60c0.95 0.08 1.79 0.05 1.86 -0.06c0.07 -0.11 1.01 -0.26 2.10 -0.35c1.75 -0.13 2.13 -0.07 3.29 0.50c2.49 1.24 3.25 1.12 7.17 -1.10c1.09 -0.62 1.37 -0.66 3.31 -0.51c2.27 0.17 3.73 0.52 4.37 1.04c0.22 0.18 1.06 0.52 1.88 0.77c1.23 0.37 1.77 0.40 3.17 0.18c0.93 -0.15 2.32 -0.28 3.08 -0.28c1.22 -0.00 1.51 0.11 2.42 0.93c1.92 1.73 2.37 3.97 1.26 6.20c-0.24 0.49 -0.44 1.00 -0.44 1.15c0.00 0.15 -0.19 0.48 -0.43 0.74c-0.33 0.36 -0.46 1.26 -0.57 3.94l-0.14 3.47l0.99 1.01c0.84 0.86 0.98 1.16 0.92 2.04c-0.08 1.08 0.51 2.69 1.20 3.26c0.23 0.19 0.41 0.55 0.41 0.81c0.00 0.80 2.95 3.97 3.70 3.97c1.12 0.00 1.33 1.08 0.53 2.65c-0.29 0.57 -0.53 1.26 -0.53 1.53c0.00 0.27 -0.37 1.20 -0.82 2.06c-0.79 1.52 -0.81 1.65 -0.68 4.22c0.16 3.07 0.74 5.09 1.96 6.74c0.47 0.64 0.88 1.29 0.90 1.45c0.02 0.15 0.07 0.70 0.10 1.20c0.07 0.92 0.33 1.65 1.06 2.91c0.21 0.36 0.38 1.03 0.39 1.49c0.00 0.46 0.18 0.98 0.40 1.16c0.25 0.21 0.40 0.79 0.40 1.58c0.00 0.69 0.18 1.62 0.41 2.07c0.33 0.67 0.36 1.03 0.12 1.91c-0.31 1.13 -0.05 1.84 0.66 1.84c0.18 0.00 0.55 0.25 0.83 0.56c0.28 0.31 0.69 0.64 0.93 0.73c0.81 0.32 3.34 3.35 3.68 4.40c0.39 1.24 1.38 3.25 2.02 4.10c0.16 0.22 0.56 1.20 0.88 2.18c0.55 1.68 0.64 1.80 1.62 2.09c0.57 0.17 1.17 0.47 1.34 0.67c0.16 0.19 0.42 0.35 0.58 0.35c0.86 0.00 3.85 2.71 4.61 4.19c0.20 0.39 0.52 0.89 0.72 1.11c0.19 0.22 0.69 1.03 1.11 1.80c1.00 1.86 1.19 2.17 1.84 3.10c0.93 1.34 1.70 3.25 1.70 4.24c0.00 1.19 -0.80 2.96 -1.72 3.82c-0.65 0.61 -0.94 0.67 -3.53 0.75c-2.37 0.07 -3.05 0.00 -4.21 -0.46l-1.38 -0.55l-1.75 1.65c-1.90 1.79 -2.49 2.69 -2.49 3.78c0.00 0.38 -0.22 0.98 -0.50 1.33c-0.41 0.53 -0.46 0.83 -0.27 1.85c0.18 0.95 0.14 1.31 -0.16 1.61c-0.30 0.30 -0.32 0.52 -0.11 0.91c0.15 0.29 0.21 0.75 0.12 1.02c-0.11 0.35 0.13 0.82 0.78 1.54c0.91 1.00 1.20 1.97 0.69 2.29c-0.13 0.08 -0.45 0.77 -0.69 1.54c-0.25 0.76 -0.66 1.62 -0.92 1.92c-0.26 0.29 -0.66 0.92 -0.90 1.39c-0.24 0.47 -0.63 0.86 -0.86 0.86c-0.67 0.00 -0.26 1.75 0.68 2.92c1.01 1.26 1.18 1.96 0.82 3.53c-0.16 0.70 -0.19 1.41 -0.07 1.58c0.31 0.43 0.79 1.97 1.01 3.21c0.24 1.41 0.35 1.55 0.87 1.13c0.24 -0.20 1.48 -0.89 2.75 -1.54l-0.00 -0.00z"},"2":{name:"La Caldera",path:"m930.06 886.89c1.96 -0.57 5.33 -0.75 5.87 -0.30c0.24 0.20 0.67 0.32 0.96 0.27c0.29 -0.05 0.81 0.06 1.15 0.24c0.48 0.26 0.85 0.26 1.64 0.02c0.56 -0.17 1.28 -0.31 1.60 -0.31c0.32 0.00 0.86 -0.19 1.21 -0.41c0.73 -0.48 4.40 -1.43 5.53 -1.43c0.73 -0.00 0.76 -0.05 0.61 -0.97c-0.15 -0.95 -1.32 -2.47 -1.89 -2.47c-0.16 0.00 -0.81 -0.53 -1.44 -1.17c-0.63 -0.64 -1.41 -1.24 -1.74 -1.32c-0.32 -0.08 -1.13 -0.78 -1.78 -1.54c-1.18 -1.38 -1.19 -1.42 -1.35 -3.77c-0.09 -1.31 -0.24 -3.27 -0.33 -4.37c-0.10 -1.14 -0.06 -2.41 0.10 -2.97c0.16 -0.59 0.18 -1.05 0.03 -1.14c-0.39 -0.24 -0.28 -1.82 0.20 -2.77c0.24 -0.49 0.53 -1.96 0.64 -3.28c0.18 -2.16 0.15 -2.45 -0.31 -2.94c-0.53 -0.57 -0.64 -1.72 -0.24 -2.63c0.13 -0.29 0.24 -0.41 0.25 -0.26c0.01 0.15 0.13 0.10 0.25 -0.10c0.13 -0.20 0.54 -0.36 0.92 -0.36c0.38 0.00 0.62 -0.12 0.53 -0.26c-0.10 -0.16 0.06 -0.19 0.40 -0.08c0.31 0.10 0.71 0.08 0.89 -0.04c0.18 -0.12 2.55 -0.22 5.27 -0.22c4.75 0.00 4.97 -0.02 5.69 -0.60c0.41 -0.33 0.96 -0.67 1.22 -0.76c0.26 -0.08 0.53 -0.47 0.60 -0.85c0.07 -0.38 0.25 -1.17 0.40 -1.75c1.22 -4.80 0.94 -12.61 -0.55 -15.28c-0.53 -0.94 -0.02 -4.91 0.57 -4.55c0.12 0.08 0.16 -0.03 0.08 -0.22c-0.15 -0.38 0.18 -1.76 1.28 -5.49c0.82 -2.77 1.04 -3.97 0.73 -3.97c-0.62 0.00 -1.14 0.42 -1.99 1.61c-0.62 0.86 -1.12 1.30 -1.50 1.30c-0.31 0.00 -1.37 0.66 -2.35 1.46c-2.37 1.94 -6.17 3.56 -8.37 3.58c-0.85 0.01 -1.84 0.18 -2.21 0.39c-0.41 0.23 -1.43 0.38 -2.66 0.39c-1.72 0.01 -2.42 -0.15 -4.89 -1.08c-2.81 -1.06 -2.95 -1.09 -5.16 -0.92c-2.03 0.15 -2.34 0.11 -2.95 -0.36c-0.53 -0.42 -1.01 -0.52 -2.20 -0.47c-1.27 0.05 -1.57 -0.02 -1.81 -0.45c-0.16 -0.28 -0.80 -0.99 -1.42 -1.56c-1.02 -0.95 -1.12 -1.16 -1.12 -2.33c0.00 -1.22 0.03 -1.28 0.73 -1.29c0.40 -0.00 0.99 -0.07 1.31 -0.16l0.59 -0.16l-0.65 -0.86c-0.36 -0.47 -0.65 -1.08 -0.65 -1.36c0.00 -0.28 -0.41 -0.95 -0.91 -1.50c-1.02 -1.11 -1.75 -1.24 -3.64 -0.62c-0.62 0.20 -1.94 0.51 -2.93 0.69c-1.64 0.30 -1.84 0.28 -2.33 -0.16c-0.43 -0.38 -0.63 -0.42 -1.02 -0.18c-0.27 0.17 -1.92 0.39 -3.68 0.49c-2.89 0.17 -3.25 0.25 -3.78 0.81c-0.75 0.80 -1.31 0.79 -2.74 -0.05c-0.86 -0.50 -1.20 -0.89 -1.33 -1.52c-0.22 -1.04 -0.97 -1.88 -2.43 -2.74c-1.82 -1.07 -2.22 -1.99 -2.17 -4.98c0.02 -1.40 -0.04 -2.62 -0.13 -2.72c-0.10 -0.10 -0.56 -0.02 -1.02 0.18c-1.38 0.57 -2.46 0.63 -3.81 0.20c-2.75 -0.87 -3.06 -0.84 -5.33 0.47c-1.97 1.14 -2.10 1.27 -2.29 2.33c-0.11 0.62 -0.23 1.84 -0.25 2.71c-0.03 1.12 -0.25 1.98 -0.73 2.93c-0.77 1.49 -0.69 1.46 -5.23 2.48c-1.38 0.31 -2.81 0.66 -3.18 0.77c-1.00 0.31 -2.12 -0.43 -2.57 -1.70c-0.32 -0.92 -0.32 -1.16 0.04 -1.92c0.52 -1.11 0.53 -2.35 0.00 -2.64c-0.22 -0.12 -0.48 -0.70 -0.56 -1.27c-0.20 -1.28 -0.76 -1.97 -1.61 -1.97c-0.60 0.00 -1.99 -1.14 -2.60 -2.12c-0.26 -0.43 -2.62 -1.32 -3.49 -1.32c-0.44 0.00 -0.55 -0.22 -0.65 -1.31c-0.15 -1.55 -1.10 -2.96 -2.44 -3.59c-0.90 -0.43 -4.38 -3.74 -5.84 -5.57c-0.96 -1.21 -1.97 -1.84 -3.71 -2.35c-1.55 -0.45 -2.69 -1.53 -2.82 -2.65c-0.06 -0.50 -0.31 -0.90 -0.69 -1.09c-0.33 -0.17 -0.88 -0.55 -1.21 -0.87c-0.37 -0.35 -0.95 -0.57 -1.49 -0.57c-0.49 0.00 -1.11 -0.20 -1.37 -0.44c-0.46 -0.42 -0.48 -0.38 -0.48 0.82c0.00 1.15 -0.12 1.39 -1.47 2.89c-0.81 0.90 -1.69 1.71 -1.96 1.81c-0.50 0.19 -0.55 0.35 -1.07 3.52c-0.54 3.28 -0.98 4.64 -1.95 6.00c-0.57 0.80 -0.49 1.96 0.21 3.44c0.47 0.99 3.16 3.89 5.67 6.10c1.52 1.35 1.68 1.58 1.66 2.49c-0.01 0.56 -0.02 2.22 -0.03 3.69c-0.01 1.90 -0.12 2.77 -0.37 2.98c-0.29 0.24 -0.29 0.55 0.03 1.81c0.35 1.36 0.34 1.64 -0.04 2.71c-0.24 0.66 -0.43 1.68 -0.43 2.28c0.00 0.60 -0.17 1.66 -0.39 2.37c-0.57 1.90 -0.59 5.49 -0.03 6.35c0.45 0.68 4.54 3.83 4.97 3.83c0.44 0.00 2.50 1.03 2.82 1.41c0.17 0.21 0.72 0.46 1.21 0.55c0.56 0.11 1.42 0.66 2.30 1.48c1.22 1.15 1.54 1.31 2.52 1.31c0.62 0.00 1.18 0.10 1.26 0.23c0.08 0.13 0.73 0.31 1.44 0.40c0.72 0.09 1.45 0.35 1.63 0.56c0.18 0.22 0.47 0.39 0.64 0.39c0.18 0.00 0.59 0.29 0.93 0.65c0.67 0.71 0.67 0.82 0.11 9.55c-0.14 2.16 -0.08 2.93 0.29 4.04c0.35 1.04 0.38 1.46 0.16 1.74c-0.22 0.26 -0.22 0.41 -0.01 0.54c0.16 0.10 0.27 0.38 0.24 0.62c-0.03 0.24 0.04 0.66 0.16 0.94c0.13 0.30 0.02 1.45 -0.26 2.85c-0.56 2.75 -0.43 5.18 0.30 5.71c0.32 0.23 0.35 0.34 0.10 0.34c-0.20 0.00 -0.29 0.07 -0.21 0.15c0.08 0.08 0.53 -0.05 1.00 -0.29c0.62 -0.32 1.25 -0.40 2.34 -0.30c2.11 0.19 3.56 0.46 3.88 0.72c0.15 0.12 0.90 0.15 1.66 0.07c0.97 -0.10 1.53 -0.04 1.84 0.21c0.94 0.75 4.35 2.48 5.42 2.75c0.34 0.09 1.22 0.61 1.95 1.16c0.73 0.55 1.71 1.08 2.17 1.16c0.46 0.09 1.01 0.20 1.23 0.25c0.22 0.05 1.23 0.89 2.25 1.86c1.48 1.41 1.86 1.92 1.86 2.55c0.00 0.43 0.14 0.87 0.32 0.98c0.55 0.34 1.64 0.37 2.24 0.06c0.52 -0.27 0.78 -0.11 2.51 1.45c1.84 1.67 2.00 1.75 3.27 1.76c0.73 0.00 1.45 0.12 1.59 0.26c0.46 0.46 4.88 0.38 6.73 -0.12c2.04 -0.55 6.11 -0.42 6.84 0.22c0.34 0.29 1.86 0.42 6.78 0.57c3.49 0.10 6.47 0.28 6.61 0.40c0.74 0.60 3.44 0.52 5.82 -0.18l0.00 0.00z"},"3":{name:"General Güemes",path:"m1024.58 1020.78c0.62 -0.08 1.13 -0.28 1.15 -0.45c0.01 -0.16 0.01 -0.89 0.00 -1.62c-0.03 -1.59 0.96 -5.04 1.71 -6.00c0.40 -0.50 0.97 -0.78 2.12 -1.02c1.36 -0.28 5.05 -1.83 7.33 -3.07c0.40 -0.22 0.87 -0.31 1.03 -0.21c0.17 0.11 0.23 0.07 0.14 -0.08c-0.09 -0.15 0.13 -0.40 0.49 -0.56c0.36 -0.16 0.65 -0.44 0.65 -0.60c0.00 -0.17 -0.65 -1.11 -1.46 -2.09c-0.80 -0.98 -1.46 -1.89 -1.46 -2.02c0.00 -0.13 0.35 -0.66 0.77 -1.18l0.77 -0.94l-0.04 -4.61l-0.04 -4.61l0.94 -1.46c0.52 -0.80 1.09 -1.93 1.28 -2.51c0.19 -0.58 0.48 -1.24 0.66 -1.46c0.39 -0.49 1.20 -2.23 1.20 -2.59c0.00 -0.32 1.77 -1.91 2.13 -1.91c0.14 0.00 0.70 -0.45 1.25 -1.01c0.55 -0.56 1.50 -1.21 2.12 -1.46c1.44 -0.57 3.44 -0.58 4.05 -0.03c0.43 0.39 0.65 0.20 3.20 -2.67c1.50 -1.70 2.82 -3.32 2.93 -3.59c0.11 -0.28 0.49 -0.62 0.86 -0.76c0.37 -0.14 0.79 -0.59 0.94 -0.99c0.15 -0.40 0.49 -1.15 0.77 -1.66c0.28 -0.51 0.92 -2.08 1.44 -3.49c0.77 -2.13 0.89 -2.71 0.68 -3.43c-0.14 -0.48 -0.25 -1.20 -0.25 -1.60c0.00 -0.63 -0.11 -0.73 -0.77 -0.73c-1.20 0.00 -1.61 -0.60 -1.61 -2.39c0.00 -1.41 0.10 -1.70 1.06 -2.96c0.58 -0.77 1.06 -1.54 1.06 -1.72c0.00 -0.18 0.30 -0.52 0.66 -0.76c0.47 -0.31 0.66 -0.67 0.66 -1.27c0.00 -0.70 0.37 -1.21 2.24 -3.06c2.00 -1.99 2.27 -2.38 2.53 -3.60c0.16 -0.76 0.52 -1.58 0.80 -1.84c0.28 -0.26 0.51 -0.66 0.50 -0.89c-0.01 -0.31 -0.08 -0.29 -0.25 0.11c-0.20 0.46 -0.23 0.47 -0.25 0.06c-0.01 -0.26 0.25 -0.57 0.59 -0.70c0.33 -0.13 0.76 -0.42 0.96 -0.65c0.22 -0.26 0.76 -0.42 1.40 -0.42c0.58 0.00 1.46 -0.19 1.95 -0.43l0.90 -0.43l-0.51 -0.72c-0.37 -0.52 -0.53 -1.23 -0.57 -2.62c-0.04 -1.34 -0.18 -2.00 -0.46 -2.23c-0.33 -0.26 -0.37 -0.26 -0.21 0.00c0.11 0.18 0.09 0.33 -0.05 0.33c-0.27 0.00 -0.58 -1.26 -0.58 -2.39c0.00 -0.75 1.13 -3.28 1.60 -3.57c0.14 -0.09 0.26 -0.50 0.26 -0.91c0.00 -0.41 0.23 -1.21 0.51 -1.77c1.64 -3.23 1.77 -4.16 0.77 -5.39c-0.29 -0.36 -0.46 -0.51 -0.36 -0.33c0.09 0.18 0.07 0.33 -0.06 0.33c-0.47 0.00 -1.03 -0.69 -1.36 -1.67c-0.30 -0.89 -0.29 -1.07 0.11 -1.51c0.43 -0.47 0.43 -0.54 0.01 -1.19c-0.25 -0.38 -0.65 -0.74 -0.89 -0.82c-0.25 -0.08 -0.84 -0.31 -1.33 -0.52c-0.48 -0.21 -0.80 -0.26 -0.71 -0.11c0.26 0.41 -0.11 0.32 -1.07 -0.27c-1.39 -0.86 -2.02 -2.37 -2.17 -5.25l-0.13 -2.47l1.80 -1.82c1.13 -1.13 2.10 -1.88 2.61 -1.99c1.04 -0.23 1.46 -0.80 1.47 -2.00c0.01 -0.77 0.20 -1.13 0.94 -1.79c0.51 -0.45 1.10 -0.82 1.31 -0.82c0.21 0.00 0.58 -0.45 0.83 -0.99c0.25 -0.55 0.70 -1.27 1.00 -1.61c0.41 -0.46 0.56 -1.02 0.60 -2.24c0.05 -1.49 0.13 -1.69 0.93 -2.35c0.48 -0.40 1.02 -0.73 1.21 -0.73c0.18 -0.00 0.33 -0.13 0.33 -0.27c0.00 -0.15 0.18 -0.26 0.40 -0.26c0.22 0.00 0.40 -0.22 0.40 -0.48c0.00 -1.19 2.34 -2.43 4.58 -2.43c1.32 -0.00 1.93 -0.35 2.15 -1.24c0.10 -0.40 0.41 -1.04 0.69 -1.44c0.28 -0.40 0.51 -1.13 0.51 -1.63c0.00 -0.98 0.48 -2.14 1.25 -2.98c0.38 -0.41 0.50 -1.08 0.57 -3.13c0.08 -2.28 0.19 -2.79 0.88 -4.10c0.43 -0.82 1.01 -1.73 1.28 -2.03c0.38 -0.40 0.43 -0.64 0.22 -1.01c-0.32 -0.58 -0.08 -2.12 0.39 -2.52c0.18 -0.15 1.04 -0.35 1.91 -0.43c1.21 -0.12 1.80 -0.34 2.55 -0.94c0.54 -0.43 1.16 -0.79 1.38 -0.79c0.22 0.00 0.78 -0.47 1.25 -1.05c0.61 -0.76 1.11 -1.10 1.80 -1.21c1.37 -0.23 3.77 -1.18 4.41 -1.75c0.30 -0.27 0.67 -0.49 0.83 -0.49c0.15 0.00 0.42 -0.17 0.59 -0.37c0.17 -0.20 0.63 -0.45 1.02 -0.55c0.70 -0.17 2.44 -1.63 2.44 -2.04c0.00 -0.12 -0.22 -0.21 -0.48 -0.21c-0.26 0.00 -0.71 -0.17 -0.99 -0.39c-0.28 -0.21 -0.99 -0.40 -1.57 -0.40c-2.23 -0.03 -6.72 -2.50 -7.69 -4.23c-0.66 -1.19 -1.59 -2.03 -3.02 -2.75c-0.77 -0.39 -1.77 -1.01 -2.23 -1.38c-2.33 -1.90 -3.08 -2.63 -3.23 -3.13c-0.29 -0.98 -1.78 -3.97 -2.24 -4.52c-0.25 -0.29 -0.75 -1.11 -1.12 -1.81c-0.98 -1.87 -2.90 -3.08 -4.90 -3.08c-0.82 0.00 -1.97 -0.13 -2.56 -0.28c-1.48 -0.40 -3.45 -1.78 -3.91 -2.75c-0.91 -1.90 -3.47 -5.49 -4.57 -6.38c-0.73 -0.60 -1.54 -1.65 -2.13 -2.76c-0.83 -1.58 -1.09 -1.86 -2.23 -2.35c-0.71 -0.30 -1.37 -0.68 -1.46 -0.84c-0.10 -0.16 -1.02 -0.83 -2.06 -1.49c-1.83 -1.17 -1.92 -1.20 -2.99 -0.91c-0.86 0.23 -1.33 0.22 -2.12 -0.05c-0.94 -0.33 -1.03 -0.31 -1.28 0.21c-0.15 0.30 -0.68 0.69 -1.17 0.85c-0.69 0.22 -0.99 0.54 -1.32 1.36c-0.48 1.22 -1.31 2.24 -1.65 2.03c-0.13 -0.08 -0.23 0.26 -0.23 0.76c0.00 1.41 -0.98 2.62 -2.60 3.20c-1.12 0.40 -1.36 0.59 -1.23 0.98c0.29 0.91 -0.37 2.51 -1.44 3.50c-1.33 1.23 -1.58 1.95 -0.84 2.47c0.63 0.44 0.73 1.47 0.18 1.93c-0.21 0.17 -0.43 0.93 -0.50 1.69c-0.07 0.76 -0.56 2.57 -1.10 4.02c-1.38 3.76 -1.37 3.57 -0.29 4.62c0.78 0.76 0.94 1.10 0.94 2.01c0.00 0.89 -0.16 1.26 -0.86 1.94c-1.84 1.80 -2.32 2.60 -2.32 3.89c0.00 0.38 -0.15 0.64 -0.37 0.64c-0.23 0.00 -0.32 0.18 -0.25 0.48c0.08 0.32 -0.19 0.76 -0.80 1.30c-0.84 0.74 -1.02 0.79 -1.94 0.58c-1.22 -0.28 -3.36 -0.32 -3.62 -0.06c-0.27 0.27 -2.60 1.13 -3.05 1.13c-0.20 0.00 -0.76 -0.30 -1.24 -0.66c-0.59 -0.45 -1.21 -0.66 -1.91 -0.66c-0.57 0.00 -1.47 -0.18 -1.99 -0.40c-0.52 -0.22 -1.54 -0.40 -2.26 -0.40c-0.72 0.00 -1.65 -0.18 -2.06 -0.39c-1.45 -0.76 -4.21 -1.68 -6.83 -2.27c-4.68 -1.05 -5.44 -1.31 -5.72 -1.94c-0.20 -0.44 -0.67 -0.68 -1.81 -0.93c-0.85 -0.19 -1.68 -0.26 -1.85 -0.16c-0.51 0.31 -5.40 -1.00 -6.14 -1.64c-0.25 -0.21 -0.57 -0.31 -0.72 -0.22c-0.35 0.22 -2.83 -1.03 -3.01 -1.52c-0.11 -0.28 -0.48 -0.34 -1.48 -0.24c-1.92 0.18 -3.64 -0.39 -4.52 -1.52c-1.12 -1.45 -2.66 -4.07 -2.66 -4.54c0.00 -0.23 -0.18 -0.86 -0.41 -1.40c-0.22 -0.53 -0.33 -1.08 -0.25 -1.22c0.63 -1.02 -5.00 -6.22 -7.75 -7.15c-1.93 -0.65 -3.93 -2.35 -4.68 -3.96c-0.72 -1.56 -5.67 -6.88 -7.43 -7.99c-0.73 -0.46 -1.79 -1.23 -2.36 -1.71c-0.57 -0.48 -1.25 -0.87 -1.51 -0.87c-0.78 0.00 -2.88 1.41 -3.04 2.04c-0.08 0.32 -0.32 0.72 -0.52 0.89c-0.20 0.17 -0.37 0.53 -0.37 0.80c0.00 0.27 -0.30 1.15 -0.67 1.95c-0.37 0.80 -0.74 1.85 -0.83 2.32c-0.09 0.48 -0.26 0.99 -0.38 1.14c-0.25 0.32 -1.51 4.45 -1.92 6.28c-0.25 1.13 -0.20 1.50 0.55 3.70c0.76 2.25 0.84 2.77 0.91 6.46c0.04 2.21 -0.01 4.10 -0.12 4.21c-0.11 0.11 -0.20 0.70 -0.20 1.31c0.00 0.61 -0.16 1.57 -0.36 2.14c-0.20 0.56 -0.44 1.58 -0.54 2.26c-0.20 1.37 -0.30 1.48 -2.40 2.74c-1.84 1.11 -1.99 1.15 -4.17 1.23c-0.98 0.03 -1.79 0.15 -1.79 0.27c0.00 0.11 -0.30 0.09 -0.68 -0.05c-1.46 -0.56 -4.22 -0.62 -5.51 -0.12c-1.17 0.45 -1.21 0.49 -0.79 0.96c0.38 0.42 0.42 0.86 0.26 3.07c-0.17 2.44 -1.05 6.86 -1.44 7.27c-0.19 0.19 -0.01 3.23 0.45 7.53c0.19 1.83 0.40 2.63 0.86 3.24c0.33 0.45 0.75 0.81 0.92 0.81c0.18 0.00 0.96 0.43 1.74 0.96c0.78 0.53 1.81 1.13 2.29 1.33c0.48 0.20 0.99 0.63 1.14 0.96c0.15 0.32 0.44 0.89 0.65 1.25c0.21 0.36 0.46 1.10 0.55 1.64c0.09 0.54 0.39 1.18 0.66 1.43c0.80 0.72 0.61 2.75 -0.26 2.75c-0.24 -0.00 -0.97 -0.19 -1.61 -0.41c-1.08 -0.38 -1.35 -0.37 -3.17 0.04c-1.10 0.25 -2.29 0.63 -2.65 0.86c-0.75 0.46 -3.42 1.09 -4.72 1.10c-0.83 0.01 -1.77 0.58 -1.47 0.88c0.08 0.08 -0.17 0.60 -0.54 1.15c-0.38 0.55 -0.69 1.22 -0.69 1.49c0.00 0.26 -0.17 0.74 -0.37 1.06c-0.21 0.32 -0.46 1.48 -0.56 2.58c-0.23 2.56 -0.01 2.81 2.10 2.37c0.81 -0.17 1.53 -0.41 1.62 -0.55c0.08 -0.14 0.40 -0.25 0.69 -0.25c0.30 0.00 0.91 -0.16 1.37 -0.37c1.66 -0.73 3.77 -1.03 6.03 -0.87c3.58 0.26 5.37 0.49 5.66 0.72c0.15 0.12 0.75 0.12 1.32 -0.01c2.15 -0.46 6.30 -0.58 7.00 -0.20c0.43 0.23 1.26 0.32 2.38 0.25c1.57 -0.10 1.81 -0.04 2.80 0.68c0.94 0.68 1.25 0.77 2.32 0.65c0.68 -0.08 1.23 -0.26 1.23 -0.40c0.00 -0.14 0.16 -0.20 0.35 -0.13c0.19 0.07 0.82 -0.09 1.39 -0.36c0.57 -0.27 1.37 -0.50 1.77 -0.50c0.70 -0.01 1.45 -0.32 2.31 -0.97c0.80 -0.60 2.38 -0.96 2.76 -0.64c0.25 0.21 0.42 0.21 0.53 0.02c0.09 -0.15 0.38 -0.28 0.64 -0.28c0.26 0.00 0.69 -0.24 0.95 -0.53c0.26 -0.29 0.62 -0.53 0.79 -0.53c0.17 0.00 0.57 -0.28 0.89 -0.62c0.32 -0.34 1.09 -0.77 1.70 -0.95c1.08 -0.32 2.54 -0.97 3.89 -1.74c1.27 -0.72 3.19 -0.32 3.81 0.80c0.16 0.29 0.92 1.22 1.68 2.07c0.76 0.85 1.39 1.76 1.39 2.02c0.00 0.86 0.78 2.38 1.45 2.82c0.36 0.24 0.59 0.54 0.51 0.66c-0.08 0.13 0.06 0.15 0.31 0.06c0.26 -0.10 0.39 -0.07 0.30 0.08c-0.09 0.14 0.16 0.28 0.55 0.31c0.51 0.04 1.31 0.68 2.80 2.24c1.15 1.20 2.67 2.78 3.37 3.51c0.70 0.73 1.28 1.55 1.28 1.82c0.00 1.29 0.70 2.57 2.41 4.41c1.81 1.95 2.08 2.36 1.55 2.36c-0.15 0.00 -0.21 0.11 -0.12 0.25c0.23 0.38 -0.90 1.40 -1.35 1.22c-0.21 -0.08 -0.32 -0.04 -0.24 0.09c0.08 0.13 -0.20 0.49 -0.63 0.80c-1.14 0.81 -1.61 1.95 -1.61 3.96c0.00 1.16 -0.18 2.13 -0.52 2.89c-0.29 0.63 -0.65 1.94 -0.82 2.91c-0.17 0.97 -0.72 2.96 -1.24 4.41c-0.53 1.50 -0.98 3.35 -1.05 4.28c-0.08 1.17 -0.26 1.76 -0.62 2.09c-0.31 0.28 -0.51 0.81 -0.51 1.34c0.00 0.78 -0.20 1.03 -1.65 2.11c-1.51 1.12 -4.06 2.48 -4.63 2.48c-0.13 0.00 -0.52 0.30 -0.86 0.66c-0.34 0.36 -0.75 0.66 -0.91 0.66c-0.16 0.00 -0.63 0.54 -1.05 1.21c-0.72 1.15 -0.75 1.26 -0.42 2.26c0.19 0.58 0.59 1.18 0.90 1.34c0.99 0.50 2.77 2.41 2.93 3.13c0.09 0.39 0.80 1.35 1.60 2.13c1.16 1.14 1.44 1.60 1.44 2.28c0.00 0.47 -0.12 0.93 -0.26 1.02c-0.37 0.23 -0.35 8.14 0.02 8.51c0.65 0.65 0.23 7.89 -0.56 9.74c-0.12 0.29 -0.27 1.30 -0.33 2.25c-0.06 0.95 -0.36 2.58 -0.68 3.62c-1.01 3.31 -1.71 11.76 -1.07 12.95c0.21 0.40 0.26 1.07 0.13 2.00c-0.10 0.77 -0.21 2.52 -0.24 3.89c-0.05 2.47 -0.04 2.50 0.63 2.68c0.91 0.25 3.06 1.91 4.02 3.12c0.48 0.60 0.96 0.95 1.26 0.90c0.26 -0.04 0.56 0.05 0.65 0.20c0.09 0.15 0.41 0.28 0.70 0.28c0.29 0.00 0.90 0.19 1.35 0.42c0.45 0.23 1.07 0.46 1.38 0.49c1.23 0.15 2.76 0.70 2.88 1.03c0.16 0.42 2.44 1.11 3.32 1.00c0.78 -0.10 2.16 0.46 2.16 0.88c0.00 0.45 2.03 1.47 2.93 1.47c0.60 0.00 0.90 0.22 1.43 1.05c0.36 0.58 1.19 1.44 1.85 1.92c0.65 0.48 1.26 1.11 1.36 1.40c0.09 0.29 0.38 0.77 0.64 1.06c0.26 0.29 0.61 0.99 0.79 1.54c0.28 0.86 0.41 0.99 0.89 0.84c0.31 -0.10 1.07 -0.24 1.69 -0.32l0.00 0.00z"},"4":{name:"Metán",path:"m1267.11 1187.72c0.09 -0.69 0.22 -1.97 0.29 -2.84c0.18 -2.05 0.92 -8.11 1.04 -8.50c0.12 -0.36 2.79 0.02 3.98 0.57c0.44 0.20 2.76 0.68 5.16 1.07c2.40 0.38 5.79 0.97 7.54 1.31c4.85 0.93 8.61 1.53 8.76 1.38c0.37 -0.37 -0.83 -0.99 -1.96 -1.00c-0.80 -0.01 -1.74 -0.26 -2.67 -0.73c-1.20 -0.60 -1.49 -0.89 -1.78 -1.78c-0.19 -0.58 -0.46 -1.25 -0.60 -1.49c-0.72 -1.23 -0.42 -3.76 0.52 -4.34c0.65 -0.40 0.87 -1.81 0.96 -6.08c0.07 -3.14 0.21 -4.74 0.47 -5.29c0.20 -0.44 0.63 -1.98 0.94 -3.44c0.31 -1.46 0.74 -3.25 0.94 -3.99c0.43 -1.52 0.49 -2.66 0.15 -2.87c-0.52 -0.32 -0.54 -2.10 -0.03 -3.56c0.68 -1.94 0.66 -2.18 -0.28 -3.08c-0.44 -0.42 -0.79 -0.90 -0.79 -1.06c0.00 -0.17 -0.30 -0.58 -0.66 -0.92c-0.57 -0.54 -0.66 -0.85 -0.66 -2.30c0.00 -1.69 -0.19 -2.00 -0.79 -1.28c-0.40 0.48 -1.35 0.52 -1.84 0.07c-0.29 -0.26 -0.32 -0.26 -0.17 0.00c0.10 0.18 0.13 0.33 0.07 0.33c-0.25 0.00 -1.23 -1.90 -1.23 -2.40c0.00 -0.37 -0.18 -0.51 -0.68 -0.51c-1.32 0.00 -2.99 -0.59 -3.62 -1.28c-0.42 -0.45 -0.81 -1.42 -1.11 -2.73c-0.35 -1.54 -0.65 -2.20 -1.25 -2.78c-0.72 -0.69 -0.77 -0.85 -0.61 -2.01c0.17 -1.25 0.16 -1.27 -1.44 -3.08c-1.09 -1.23 -1.61 -2.04 -1.61 -2.51c0.00 -1.00 -1.72 -2.07 -3.58 -2.23c-0.79 -0.07 -1.57 -0.28 -1.73 -0.47c-0.38 -0.45 -0.10 -1.75 0.56 -2.58c0.50 -0.63 0.49 -0.65 -0.02 -1.11c-1.33 -1.21 0.20 -3.11 1.93 -2.38c0.66 0.28 0.58 -0.28 -0.15 -1.07c-0.75 -0.81 -0.81 -2.93 -0.09 -3.34c0.65 -0.37 0.54 -0.59 -0.61 -1.24c-1.58 -0.89 -2.96 -2.63 -2.87 -3.61c0.05 -0.49 0.28 -0.89 0.61 -1.03c0.29 -0.13 0.78 -0.62 1.08 -1.08c0.48 -0.73 0.51 -0.92 0.20 -1.33c-0.34 -0.46 -0.37 -0.46 -0.87 -0.01c-0.50 0.46 -0.58 0.43 -2.35 -0.75c-2.02 -1.34 -2.77 -2.47 -2.15 -3.22c0.47 -0.57 1.69 -1.17 2.42 -1.19c0.50 -0.02 0.45 -0.09 -0.32 -0.40c-1.62 -0.66 -1.72 -0.77 -1.85 -2.12c-0.12 -1.14 -0.22 -1.31 -0.82 -1.43c-0.77 -0.15 -2.61 -1.33 -2.62 -1.68c0.00 -0.12 -0.20 -0.64 -0.44 -1.15c-0.39 -0.83 -0.40 -1.05 -0.05 -2.16c0.28 -0.89 0.59 -1.34 1.13 -1.60c1.17 -0.56 2.98 -2.61 3.15 -3.55c0.09 -0.47 0.23 -1.11 0.33 -1.44c0.15 -0.51 0.07 -0.60 -0.52 -0.60c-1.06 0.00 -1.80 -0.90 -1.72 -2.08c0.04 -0.60 -0.10 -1.24 -0.38 -1.63c-0.87 -1.24 -0.22 -2.86 0.87 -2.18c0.70 0.44 0.87 -0.45 0.23 -1.24c-0.27 -0.33 -0.41 -0.74 -0.32 -0.91c0.10 -0.17 0.09 -0.22 -0.02 -0.13c-0.28 0.25 -1.94 -1.66 -2.14 -2.46c-0.11 -0.45 -0.48 -0.80 -1.08 -1.03c-1.56 -0.61 -1.73 -0.96 -1.39 -2.91c0.30 -1.72 1.01 -2.79 1.69 -2.53c0.18 0.07 0.72 -0.23 1.21 -0.67c0.49 -0.44 0.72 -0.71 0.52 -0.60c-0.28 0.14 -0.34 0.05 -0.22 -0.38c0.08 -0.31 0.04 -0.64 -0.09 -0.72c-0.13 -0.08 -0.25 -0.53 -0.26 -0.99c-0.03 -1.43 -0.87 -3.72 -1.49 -4.03c-1.31 -0.65 -1.44 -0.91 -1.25 -2.55c0.16 -1.46 0.13 -1.58 -0.52 -2.10c-0.54 -0.42 -0.70 -0.78 -0.70 -1.59c0.00 -0.80 -0.10 -1.04 -0.45 -1.04c-1.09 0.00 -2.20 -2.02 -1.39 -2.53c0.18 -0.11 0.08 -0.39 -0.29 -0.79c-0.44 -0.47 -0.54 -0.83 -0.45 -1.56c0.07 -0.52 0.04 -1.01 -0.07 -1.08c-0.37 -0.23 -0.57 -2.29 -0.26 -2.67c0.45 -0.54 0.03 -0.96 -0.79 -0.78c-1.31 0.29 -1.90 -1.22 -0.84 -2.14c0.64 -0.55 0.64 -0.57 0.20 -1.66c-0.24 -0.61 -0.44 -1.60 -0.44 -2.21c0.00 -0.99 -0.14 -1.23 -1.38 -2.38c-0.76 -0.70 -1.47 -1.27 -1.59 -1.27c-0.12 0.00 -0.78 -0.41 -1.47 -0.91c-1.32 -0.95 -1.86 -0.93 -2.60 0.07c-0.25 0.33 -0.64 0.16 -2.58 -1.10c-1.26 -0.82 -2.29 -1.61 -2.29 -1.75c0.00 -0.14 -0.45 -0.38 -0.99 -0.53c-2.18 -0.59 -2.10 -0.38 -2.61 -6.70c-0.14 -1.67 -0.25 -2.05 -0.61 -2.05c-0.61 0.00 -1.08 -0.52 -1.08 -1.22c0.00 -0.53 -0.10 -0.57 -1.12 -0.43c-0.69 0.09 -1.27 0.35 -1.49 0.67c-0.55 0.77 -2.57 0.50 -3.40 -0.46c-0.33 -0.39 -0.54 -0.82 -0.46 -0.95c0.08 -0.13 -0.03 -0.25 -0.26 -0.25c-0.22 0.00 -0.48 0.28 -0.57 0.63c-0.48 1.90 -3.56 2.96 -5.15 1.78c-0.42 -0.31 -0.84 -0.56 -0.93 -0.56c-0.09 0.00 -0.65 0.42 -1.25 0.93c-0.59 0.51 -1.22 0.93 -1.40 0.93c-0.17 0.00 -0.47 0.18 -0.65 0.40c-0.45 0.54 -1.49 0.50 -1.68 -0.07c-0.09 -0.25 -0.26 -0.64 -0.39 -0.86c-0.13 -0.22 -0.34 -0.61 -0.47 -0.88c-0.18 -0.36 -0.62 -0.51 -1.75 -0.59c-0.88 -0.06 -1.58 0.01 -1.68 0.17c-0.09 0.15 -0.43 0.39 -0.74 0.53c-1.89 0.84 -2.24 1.22 -3.23 3.47c-0.35 0.79 -0.59 0.99 -1.26 1.06c-0.68 0.07 -0.93 0.28 -1.37 1.17c-1.02 2.09 -1.81 2.45 -3.12 1.42c-0.53 -0.42 -0.82 -0.48 -1.34 -0.28c-0.37 0.14 -1.06 0.19 -1.54 0.11c-0.81 -0.13 -0.88 -0.08 -0.92 0.57c-0.02 0.39 -0.28 1.04 -0.57 1.44c-0.29 0.40 -0.68 1.22 -0.87 1.84c-0.34 1.14 -1.07 1.88 -1.86 1.88c-0.34 0.00 -0.48 0.36 -0.62 1.66c-0.14 1.34 -0.34 1.84 -1.02 2.63c-0.47 0.54 -1.26 1.20 -1.77 1.47c-0.51 0.27 -1.06 0.77 -1.23 1.09c-0.17 0.33 -0.43 0.73 -0.60 0.89c-0.16 0.16 -0.30 0.69 -0.30 1.18c0.00 0.61 -0.22 1.11 -0.72 1.60c-0.54 0.54 -0.70 0.93 -0.64 1.61c0.06 0.70 -0.10 1.07 -0.77 1.77c-0.75 0.77 -0.83 0.99 -0.67 1.84c0.29 1.54 -0.83 4.08 -1.81 4.11c-0.16 0.01 -0.52 0.39 -0.82 0.86c-0.64 1.01 -1.49 1.46 -3.37 1.77c-0.77 0.13 -1.75 0.41 -2.18 0.63c-0.44 0.22 -1.21 0.46 -1.72 0.54c-0.51 0.07 -1.66 0.34 -2.55 0.60c-1.41 0.40 -1.69 0.41 -2.08 0.09c-0.28 -0.23 -1.08 -0.38 -2.07 -0.38l-1.62 -0.01l-0.27 -1.19c-0.34 -1.49 -0.91 -2.38 -1.54 -2.38c-0.27 0.00 -0.86 -0.28 -1.33 -0.63c-0.46 -0.35 -1.26 -0.80 -1.77 -1.02c-1.37 -0.58 -4.48 -1.27 -5.69 -1.27c-0.58 0.00 -1.40 -0.18 -1.82 -0.39c-0.95 -0.49 -1.17 -0.49 -1.66 0.00c-0.72 0.72 -2.68 0.28 -2.93 -0.66c-0.08 -0.29 -0.18 -0.53 -0.24 -0.53c-0.34 0.00 -2.00 2.14 -2.26 2.91c-0.47 1.40 -1.53 2.95 -2.12 3.11c-0.30 0.08 -0.76 0.66 -1.08 1.36c-0.61 1.34 -1.46 2.41 -1.91 2.41c-0.16 0.00 -0.87 0.54 -1.59 1.19c-0.95 0.87 -1.52 1.19 -2.11 1.19c-0.45 0.00 -1.17 0.22 -1.61 0.48c-0.62 0.38 -1.43 0.49 -3.70 0.54c-1.60 0.03 -3.01 0.16 -3.14 0.29c-0.25 0.25 -0.14 0.61 0.42 1.39c0.28 0.39 0.19 0.60 -0.59 1.41c-0.51 0.53 -1.19 1.06 -1.51 1.19c-0.46 0.18 -0.60 0.44 -0.60 1.15c0.00 0.50 -0.13 1.00 -0.29 1.09c-0.16 0.10 -0.23 0.40 -0.16 0.68c0.07 0.28 -0.03 0.67 -0.23 0.87c-0.20 0.20 -0.34 0.70 -0.31 1.10c0.04 0.53 -0.11 0.83 -0.51 1.03c-1.05 0.54 -1.42 0.99 -1.42 1.74c0.00 0.82 -0.87 1.63 -1.50 1.39c-0.42 -0.16 -1.41 0.62 -1.41 1.12c0.00 0.63 -1.51 1.99 -2.00 1.80c-0.32 -0.12 -0.40 -0.08 -0.27 0.13c0.11 0.17 0.07 0.31 -0.08 0.31c-0.24 0.00 -0.95 1.34 -1.43 2.72c-0.09 0.26 -0.47 0.58 -0.83 0.72c-0.38 0.15 -0.67 0.46 -0.67 0.74c0.00 0.66 -1.14 1.69 -1.65 1.50c-0.23 -0.09 -0.50 -0.01 -0.61 0.17c-0.15 0.24 -0.06 0.27 0.30 0.13c0.43 -0.17 0.42 -0.12 -0.09 0.36c-0.33 0.30 -0.82 1.06 -1.10 1.68c-0.51 1.11 -1.10 1.79 -1.88 2.13c-0.22 0.10 -0.90 0.46 -1.52 0.81c-1.00 0.57 -2.19 0.66 -2.19 0.18c0.00 -0.21 -1.08 -0.15 -3.57 0.21c-1.67 0.24 -2.31 0.47 -4.19 1.55c-0.32 0.18 -0.82 0.33 -1.12 0.33c-0.30 0.00 -0.66 0.11 -0.79 0.23c-0.39 0.36 -2.78 1.09 -3.56 1.09c-0.38 0.00 -0.95 -0.24 -1.26 -0.53c-0.71 -0.66 -0.76 -0.66 -1.76 0.08c-1.82 1.34 -4.02 1.69 -4.82 0.75c-0.36 -0.42 -0.71 -0.48 -2.13 -0.39c-1.04 0.06 -1.93 -0.02 -2.28 -0.22c-0.32 -0.18 -0.68 -0.29 -0.80 -0.26c-0.12 0.04 -0.28 -0.18 -0.36 -0.47c-0.08 -0.30 -0.29 -0.54 -0.47 -0.54c-0.18 0.00 -0.49 -0.19 -0.69 -0.42c-0.28 -0.34 -0.61 -0.38 -1.55 -0.23c-1.70 0.27 -3.01 0.25 -5.43 -0.11c-4.72 -0.70 -5.66 -1.06 -5.68 -2.17c-0.01 -0.28 -0.56 -0.64 -1.60 -1.03c-0.88 -0.33 -2.15 -0.97 -2.84 -1.42c-1.44 -0.96 -3.06 -1.47 -5.03 -1.60c-1.14 -0.07 -1.61 -0.27 -2.58 -1.06c-0.81 -0.66 -1.19 -1.18 -1.19 -1.61c0.00 -0.36 -0.23 -0.76 -0.53 -0.92c-0.29 -0.16 -0.53 -0.45 -0.53 -0.65c0.00 -0.20 -0.30 -0.72 -0.66 -1.15c-0.46 -0.54 -0.66 -1.10 -0.66 -1.81c0.00 -1.30 -0.54 -2.08 -1.72 -2.47c-0.60 -0.20 -0.93 -0.47 -0.93 -0.78c0.00 -0.86 -1.22 -1.34 -4.17 -1.65c-0.19 -0.02 -0.33 -0.40 -0.33 -0.89c0.00 -0.63 -0.21 -1.04 -0.78 -1.51c-0.43 -0.36 -0.73 -0.71 -0.66 -0.77c0.07 -0.06 -0.21 -0.12 -0.61 -0.12c-1.92 0.00 -2.71 -0.68 -2.71 -2.35c0.00 -0.45 -0.18 -0.69 -0.63 -0.80c-0.87 -0.22 -2.12 -1.57 -1.92 -2.08c0.09 -0.23 0.06 -0.41 -0.07 -0.41c-0.13 0.00 -0.01 -0.86 0.26 -1.92c0.32 -1.23 0.40 -2.01 0.24 -2.17c-0.14 -0.14 -0.25 -0.58 -0.25 -0.98c0.00 -0.40 -0.12 -0.80 -0.26 -0.89c-0.34 -0.21 -0.34 -2.96 0.00 -3.17c0.14 -0.09 0.40 -0.42 0.56 -0.74c0.17 -0.32 0.22 -0.50 0.11 -0.40c-0.30 0.28 -1.41 -0.82 -1.60 -1.58c-0.24 -0.95 -1.11 -2.11 -1.72 -2.30c-0.33 -0.11 -0.61 -0.56 -0.79 -1.27c-0.49 -1.99 -0.85 -2.95 -1.34 -3.49c-0.26 -0.29 -0.68 -1.24 -0.92 -2.12c-0.31 -1.10 -0.76 -1.91 -1.46 -2.65c-0.56 -0.58 -1.09 -1.38 -1.19 -1.78c-0.10 -0.39 -0.35 -0.86 -0.56 -1.04c-0.48 -0.40 -1.15 -1.96 -1.15 -2.68c0.00 -0.30 -0.30 -1.16 -0.66 -1.93c-0.54 -1.15 -0.87 -1.49 -1.92 -1.98c-0.69 -0.33 -1.53 -0.83 -1.85 -1.13c-0.58 -0.52 -0.62 -0.52 -1.63 -0.06c-1.02 0.46 -1.06 0.46 -1.84 -0.10c-0.44 -0.31 -0.95 -0.98 -1.13 -1.49c-0.21 -0.57 -0.51 -0.92 -0.79 -0.92c-0.58 0.00 -1.28 -0.98 -1.28 -1.78c0.00 -0.34 -0.16 -0.60 -0.36 -0.60c-0.20 0.00 -0.92 -0.65 -1.61 -1.46c-0.68 -0.80 -1.46 -1.46 -1.73 -1.46c-0.27 0.00 -1.16 -0.36 -1.99 -0.79c-0.83 -0.44 -1.73 -0.79 -2.00 -0.79c-0.27 0.00 -0.55 -0.10 -0.63 -0.22c-0.08 -0.12 -0.98 -0.49 -2.02 -0.82c-1.03 -0.33 -1.94 -0.75 -2.02 -0.95c-0.08 -0.20 -0.69 -0.43 -1.37 -0.52c-0.68 -0.09 -1.44 -0.27 -1.68 -0.40c-0.28 -0.15 -0.51 -0.15 -0.61 0.01c-0.55 0.89 -3.30 -0.59 -4.56 -2.47c-0.62 -0.93 -0.87 -1.10 -1.49 -1.02c-0.83 0.10 -1.75 -0.58 -1.75 -1.28c0.00 -0.29 -0.37 -0.56 -1.06 -0.76c-0.58 -0.17 -1.06 -0.43 -1.06 -0.56c0.00 -0.14 -0.17 -0.18 -0.37 -0.10c-0.20 0.08 -0.53 -0.02 -0.72 -0.23c-0.29 -0.31 -0.60 -0.32 -1.84 -0.06c-1.22 0.26 -1.68 0.51 -2.49 1.41c-0.55 0.60 -1.14 1.10 -1.32 1.10c-0.18 0.00 -0.55 0.25 -0.83 0.56c-0.46 0.51 -0.69 0.55 -2.52 0.41c-1.11 -0.08 -2.10 -0.07 -2.21 0.03c-0.21 0.21 -4.63 0.26 -4.51 0.06c0.04 -0.07 -0.09 -0.29 -0.29 -0.47c-0.31 -0.28 -0.37 -0.25 -0.37 0.18c0.00 0.29 -0.30 0.87 -0.66 1.31c-0.36 0.43 -0.66 1.03 -0.66 1.33c0.00 0.30 -0.14 0.63 -0.31 0.73c-0.20 0.12 -0.23 0.07 -0.09 -0.16c0.15 -0.24 0.11 -0.28 -0.11 -0.15c-0.18 0.11 -0.26 0.26 -0.18 0.34c0.24 0.24 -0.88 2.16 -1.43 2.45c-0.67 0.36 -0.67 0.94 0.02 2.76c0.30 0.80 0.46 1.60 0.36 1.77c-0.12 0.20 -0.07 0.24 0.14 0.10c0.45 -0.28 0.10 1.41 -0.41 2.00c-0.20 0.23 -0.37 0.66 -0.37 0.95c0.00 0.77 -0.75 2.16 -1.34 2.48c-0.52 0.28 -1.38 1.68 -1.16 1.90c0.19 0.19 -0.83 1.03 -1.38 1.13c-0.27 0.05 -0.81 0.10 -1.20 0.11c-0.39 0.01 -0.89 0.20 -1.10 0.42c-0.22 0.22 -0.56 0.33 -0.76 0.26c-0.51 -0.20 -1.44 1.56 -1.68 3.18c-0.23 1.57 -0.73 2.83 -1.29 3.30c-0.23 0.19 -0.41 0.74 -0.41 1.23c0.00 0.49 -0.14 1.43 -0.32 2.09c-0.26 0.97 -0.25 1.31 0.03 1.76c0.49 0.79 -0.01 1.61 -1.45 2.35c-0.63 0.33 -1.09 0.70 -1.01 0.83c0.27 0.44 -0.19 2.33 -0.58 2.33c-0.80 0.00 -2.46 0.84 -2.33 1.19c0.07 0.19 0.01 0.43 -0.15 0.52c-0.16 0.10 -0.28 0.50 -0.28 0.90c0.00 0.82 -0.43 1.36 -1.06 1.36c-0.23 0.00 -0.75 0.33 -1.14 0.74c-0.68 0.71 -0.71 0.85 -0.68 3.43c0.02 1.63 0.15 2.86 0.34 3.12c0.18 0.25 0.85 0.49 1.58 0.57c0.83 0.09 1.37 0.31 1.57 0.63c0.17 0.27 0.55 0.49 0.84 0.50c0.84 0.01 2.79 0.67 4.21 1.42c0.71 0.38 1.50 0.69 1.75 0.69c0.25 0.00 0.60 0.17 0.77 0.38c0.17 0.21 0.69 0.42 1.16 0.46c0.68 0.07 0.94 0.29 1.38 1.14c0.30 0.58 0.73 1.36 0.97 1.72c0.24 0.36 0.51 1.23 0.61 1.92c0.10 0.69 0.29 1.33 0.42 1.40c0.13 0.08 0.23 0.73 0.23 1.46c0.00 0.72 0.14 1.54 0.32 1.83c0.25 0.40 0.25 0.71 0.00 1.40c-0.41 1.14 -0.41 1.64 0.02 2.00c0.38 0.32 0.57 3.59 0.19 3.36c-0.50 -0.31 0.03 1.10 0.89 2.37c0.88 1.30 1.25 2.65 1.32 4.76c0.03 0.87 -0.08 1.10 -0.61 1.37c-0.36 0.18 -0.83 0.55 -1.06 0.82c-0.38 0.46 -2.17 1.71 -3.30 2.31c-0.98 0.52 -1.89 2.90 -2.19 5.75c-0.10 0.98 -0.01 1.41 0.42 2.03c0.32 0.44 0.55 1.19 0.55 1.73c0.00 0.53 0.11 1.16 0.25 1.41c0.14 0.25 0.32 0.79 0.40 1.19c0.09 0.43 0.33 0.73 0.57 0.73c0.40 0.00 1.44 0.74 2.90 2.05c0.60 0.54 0.65 0.73 0.48 1.85c-0.10 0.69 -0.26 1.28 -0.35 1.32c-0.27 0.11 0.00 2.27 0.34 2.71c0.73 0.95 0.92 1.61 0.91 3.07c-0.01 0.86 -0.16 1.74 -0.34 1.96c-0.38 0.46 -0.72 1.65 -0.42 1.46c0.11 -0.07 0.34 0.17 0.50 0.53c0.16 0.36 0.77 1.16 1.34 1.79c1.00 1.08 1.05 1.24 1.23 3.38c0.15 1.86 0.11 2.31 -0.23 2.59c-0.22 0.19 -0.57 0.32 -0.76 0.29c-0.19 -0.03 -1.36 -0.03 -2.60 -0.01l-2.25 0.03l0.98 0.59c1.26 0.77 3.76 3.55 4.09 4.55c0.14 0.43 0.61 0.98 1.03 1.21c1.11 0.61 1.17 1.53 0.14 2.39c-0.68 0.57 -0.85 0.96 -1.04 2.30c-0.15 1.11 -0.47 1.97 -1.00 2.72c-0.43 0.61 -1.08 1.63 -1.46 2.28c-0.38 0.65 -0.94 1.35 -1.26 1.58c-0.32 0.22 -0.57 0.55 -0.57 0.74c0.00 0.18 -0.30 0.62 -0.66 0.96c-0.40 0.38 -0.66 0.91 -0.66 1.37c0.00 0.68 0.09 0.75 0.91 0.75c0.70 0.00 1.17 0.24 2.00 1.03c0.60 0.57 1.41 1.11 1.80 1.21c0.80 0.20 1.64 0.86 1.64 1.30c0.00 0.16 0.31 0.65 0.69 1.08c0.86 0.99 1.46 2.13 1.24 2.35c-0.09 0.09 -0.04 0.17 0.12 0.17c0.16 0.00 0.53 0.39 0.83 0.86c0.49 0.78 0.51 0.91 0.15 1.46c-0.40 0.61 -0.31 1.12 0.20 1.12c0.15 0.00 0.63 0.30 1.06 0.66c0.64 0.54 0.97 0.63 1.77 0.50c1.10 -0.18 3.21 0.29 3.21 0.71c0.00 0.15 0.10 0.21 0.21 0.14c0.12 -0.07 0.56 0.10 0.99 0.38c0.43 0.28 0.67 0.51 0.55 0.51c-0.13 0.00 -0.11 0.15 0.04 0.33c0.15 0.18 0.36 0.81 0.47 1.39c0.11 0.58 0.47 1.42 0.80 1.85c0.51 0.68 0.81 0.81 1.99 0.88c0.76 0.05 1.58 0.18 1.80 0.30c0.23 0.12 1.48 0.30 2.78 0.40c2.71 0.21 3.80 0.59 4.57 1.57c0.30 0.38 0.72 0.69 0.94 0.69c0.43 0.00 2.89 2.73 3.18 3.52c0.15 0.42 0.43 0.46 2.62 0.32c3.64 -0.23 6.81 -0.90 7.70 -1.63c0.41 -0.34 0.90 -0.61 1.09 -0.61c0.19 0.00 0.63 -0.23 0.99 -0.51c0.42 -0.33 1.66 -0.67 3.51 -0.98c2.24 -0.36 2.89 -0.57 2.99 -0.92c0.07 -0.25 0.61 -0.85 1.22 -1.34c1.08 -0.87 1.15 -0.89 4.33 -1.02c3.10 -0.13 3.26 -0.16 4.01 -0.89c0.56 -0.54 0.94 -0.70 1.33 -0.58c0.30 0.09 1.03 0.03 1.62 -0.15c0.78 -0.23 1.24 -0.24 1.67 -0.04c2.13 1.02 4.69 0.93 6.29 -0.21c0.87 -0.62 2.17 -0.68 2.63 -0.12c0.18 0.22 0.79 0.47 1.35 0.56c0.56 0.09 1.15 0.33 1.32 0.53c0.17 0.20 0.46 0.36 0.65 0.36c0.19 0.00 0.58 0.30 0.87 0.66c0.37 0.48 0.78 0.66 1.43 0.66c1.09 0.00 3.34 0.71 3.97 1.26c0.39 0.33 0.70 0.35 1.96 0.10c0.83 -0.17 2.18 -0.30 3.02 -0.30c2.52 0.00 8.19 -1.34 9.10 -2.16c0.14 -0.12 0.45 -0.22 0.69 -0.22c0.24 0.00 0.82 -0.19 1.28 -0.42c0.61 -0.31 1.16 -0.37 1.96 -0.23c1.19 0.20 5.52 0.24 6.40 0.05c0.59 -0.13 0.85 -0.22 3.33 -1.14c0.96 -0.36 2.74 -0.83 3.97 -1.05c1.22 -0.22 2.46 -0.51 2.76 -0.63c0.29 -0.13 1.42 -0.64 2.51 -1.14c1.09 -0.50 3.17 -1.17 4.63 -1.50c3.50 -0.78 7.41 -1.98 7.41 -2.29c0.00 -0.14 0.11 -0.41 0.23 -0.61c0.18 -0.29 0.27 -0.29 0.44 -0.02c0.25 0.40 1.55 0.08 3.80 -0.94c0.74 -0.34 2.12 -0.81 3.07 -1.05c0.95 -0.24 1.97 -0.56 2.28 -0.72c0.43 -0.21 0.72 -0.18 1.19 0.12c0.76 0.49 5.75 2.04 6.56 2.04c0.32 0.00 1.13 0.31 1.80 0.68c0.81 0.45 1.43 0.63 1.85 0.52c0.41 -0.10 0.89 0.02 1.35 0.34c0.99 0.70 2.92 1.28 7.65 2.30c0.91 0.20 2.10 0.55 2.65 0.80c2.34 1.03 4.41 1.71 5.22 1.71c0.30 0.00 1.00 0.24 1.54 0.53c1.23 0.66 1.25 0.66 1.26 -0.07c0.00 -0.33 0.18 -0.83 0.40 -1.11c0.21 -0.28 0.39 -0.77 0.39 -1.09c0.00 -0.32 0.18 -0.92 0.40 -1.34c0.22 -0.42 0.40 -1.23 0.41 -1.82c0.02 -1.03 0.12 -1.72 0.77 -5.03c0.32 -1.64 1.41 -5.22 2.01 -6.61c0.19 -0.44 0.42 -1.57 0.52 -2.51c0.10 -0.95 0.40 -2.51 0.68 -3.47c0.28 -0.96 0.50 -1.99 0.50 -2.28c0.00 -0.29 0.17 -0.67 0.37 -0.84c0.20 -0.17 0.45 -0.72 0.54 -1.22c0.10 -0.50 0.29 -0.92 0.44 -0.92c0.15 0.00 0.89 0.58 1.64 1.29l1.37 1.29l0.93 -0.53c0.78 -0.44 1.25 -0.50 3.01 -0.38c1.14 0.08 2.21 0.27 2.37 0.43c0.16 0.16 0.47 0.29 0.70 0.30c0.23 0.01 0.89 0.24 1.47 0.52c0.58 0.28 1.26 0.52 1.50 0.52c0.24 0.01 1.18 0.20 2.09 0.43c1.29 0.33 1.88 0.36 2.73 0.14c0.60 -0.16 1.92 -0.47 2.94 -0.71c2.01 -0.46 8.30 -2.45 8.73 -2.76c0.15 -0.11 0.67 -0.27 1.17 -0.36c0.50 -0.10 1.09 -0.34 1.32 -0.54c0.76 -0.68 4.00 -1.29 6.90 -1.30c3.47 -0.02 6.09 0.37 7.80 1.15c0.87 0.39 2.14 0.67 3.70 0.80c2.26 0.19 3.87 0.58 4.54 1.10c0.17 0.13 1.12 0.29 2.12 0.37c2.13 0.16 6.45 1.40 6.45 1.85c0.00 0.17 0.18 0.46 0.40 0.64c0.27 0.22 0.40 0.82 0.40 1.84c0.00 1.48 0.23 2.52 0.93 4.11c0.19 0.44 0.38 1.98 0.43 3.44c0.04 1.46 0.16 2.82 0.27 3.04c0.79 1.68 1.02 2.47 1.02 3.40c0.00 0.59 0.10 1.13 0.23 1.21c0.13 0.08 0.31 0.83 0.40 1.67c0.10 0.84 0.35 1.87 0.56 2.29c0.22 0.42 0.46 1.78 0.55 3.04c0.09 1.26 0.40 3.18 0.68 4.27c0.29 1.09 0.62 2.94 0.74 4.10c0.30 2.89 0.80 5.77 1.05 6.09c0.11 0.15 0.21 0.58 0.20 0.97c0.00 0.39 0.13 0.86 0.30 1.06c0.54 0.63 1.62 2.36 1.62 2.58c0.00 0.12 0.18 0.37 0.40 0.55c0.22 0.18 0.40 0.54 0.40 0.80c0.00 0.37 0.36 0.53 1.65 0.76c0.91 0.16 3.92 0.72 6.68 1.24c2.76 0.52 6.57 1.23 8.47 1.58c7.26 1.34 23.81 4.52 26.63 5.12c0.10 0.02 0.24 -0.53 0.33 -1.22l-0.00 -0.00z"},"5":{name:"Anta",path:"m1415.26 1190.43c0.99 -1.09 1.95 -2.28 2.14 -2.64c0.38 -0.74 2.72 -3.31 3.01 -3.32c0.40 -0.00 12.19 -13.43 13.79 -15.71c8.20 -11.68 10.12 -14.14 14.78 -18.99c1.49 -1.55 2.71 -2.94 2.71 -3.07c0.00 -0.33 5.22 -5.97 5.67 -6.14c0.45 -0.17 5.17 -5.25 5.17 -5.56c0.00 -0.13 0.87 -1.17 1.93 -2.30c1.06 -1.14 2.16 -2.45 2.44 -2.92c0.28 -0.47 0.59 -0.85 0.69 -0.85c0.25 0.00 3.93 -5.93 3.93 -6.33c0.00 -0.17 0.20 -0.63 0.45 -1.02c0.62 -0.98 4.37 -5.35 4.59 -5.35c0.27 0.00 4.22 -4.71 4.22 -5.03c0.00 -0.34 5.83 -7.14 6.12 -7.14c0.26 0.00 3.93 -4.47 3.93 -4.79c0.00 -0.32 5.80 -7.12 6.08 -7.12c0.28 0.00 4.77 -5.27 4.77 -5.60c0.00 -0.33 5.31 -6.57 5.59 -6.57c0.28 0.00 4.59 -5.05 4.81 -5.63c0.23 -0.60 4.99 -6.20 5.37 -6.32c0.40 -0.12 4.07 -4.42 4.07 -4.77c0.00 -0.16 0.42 -0.74 0.93 -1.31l0.93 -1.03l0.00 -2.65c0.00 -1.59 0.11 -2.65 0.26 -2.65c0.17 0.00 0.26 -4.73 0.26 -13.67c0.00 -11.78 0.06 -13.73 0.40 -14.11c0.33 -0.37 0.40 -1.55 0.40 -7.08c0.00 -4.14 0.10 -6.71 0.26 -6.81c0.17 -0.10 0.26 -3.60 0.26 -9.62c0.00 -5.72 0.10 -9.56 0.26 -9.71c0.14 -0.14 0.38 -4.09 0.53 -8.85c0.15 -4.73 0.40 -11.99 0.54 -16.14c0.15 -4.15 0.26 -8.69 0.26 -10.09l0.00 -2.55l-3.24 -0.15c-1.78 -0.08 -11.10 -0.22 -20.70 -0.31c-9.60 -0.09 -17.74 -0.22 -18.07 -0.30c-0.59 -0.14 -0.60 -0.22 -0.47 -2.30c0.08 -1.18 0.21 -7.57 0.29 -14.19c0.13 -9.83 0.22 -12.15 0.53 -12.62c0.31 -0.48 0.38 -2.23 0.38 -9.82c0.00 -7.89 0.06 -9.29 0.40 -9.57c0.50 -0.41 0.55 -3.99 0.07 -4.76c-0.27 -0.43 -0.25 -0.60 0.10 -0.95c0.38 -0.38 1.48 -0.42 9.63 -0.39c5.06 0.02 9.30 0.10 9.43 0.18c0.36 0.22 11.88 0.41 36.73 0.59c12.73 0.10 23.17 0.17 23.20 0.16c0.03 -0.01 0.12 -11.73 0.20 -26.06c0.08 -14.33 0.29 -29.35 0.45 -33.38c0.21 -5.08 0.22 -7.43 0.03 -7.67c-0.39 -0.49 -0.76 -35.03 -0.38 -35.49c0.17 -0.20 0.33 -2.60 0.41 -6.01c0.07 -3.12 0.24 -7.76 0.38 -10.30c0.14 -2.55 0.33 -9.81 0.43 -16.14c0.11 -6.89 0.29 -11.73 0.45 -12.07c0.64 -1.33 0.49 -1.46 -5.21 -4.36c-2.04 -1.04 -3.74 -1.99 -3.79 -2.12c-0.05 -0.13 -0.20 -0.17 -0.33 -0.09c-0.13 0.08 -0.24 0.02 -0.24 -0.15c0.00 -0.16 -0.12 -0.22 -0.26 -0.13c-0.15 0.09 -0.26 0.03 -0.26 -0.13c0.00 -0.16 -0.12 -0.22 -0.26 -0.13c-0.15 0.09 -0.26 0.03 -0.26 -0.13c0.00 -0.16 -0.10 -0.23 -0.23 -0.16c-0.13 0.08 -1.21 -0.33 -2.40 -0.91c-1.20 -0.58 -2.22 -1.05 -2.29 -1.05c-0.06 0.00 -0.11 0.39 -0.11 0.87c0.00 0.48 -0.30 1.88 -0.66 3.11c-0.36 1.23 -0.66 2.64 -0.66 3.14c0.00 0.53 -0.22 1.14 -0.52 1.46c-0.36 0.39 -0.60 1.22 -0.80 2.83c-0.29 2.31 -0.56 3.38 -1.22 4.89c-0.20 0.45 -0.48 1.64 -0.63 2.65c-0.14 1.00 -0.43 2.36 -0.64 3.01c-0.58 1.82 -1.20 4.66 -1.62 7.46c-0.21 1.39 -0.67 3.17 -1.02 3.95c-0.35 0.78 -0.73 2.16 -0.83 3.07c-0.10 0.91 -0.41 2.09 -0.69 2.64c-0.28 0.54 -0.50 1.42 -0.50 1.95c0.00 2.15 -1.39 3.34 -2.49 2.12c-0.25 -0.28 -1.46 -1.01 -2.68 -1.62c-1.22 -0.61 -2.52 -1.39 -2.89 -1.73c-0.37 -0.34 -0.67 -0.57 -0.67 -0.52c0.00 0.09 -1.21 -0.44 -5.48 -2.40c-0.47 -0.21 -0.92 -0.51 -1.02 -0.66c-0.09 -0.15 -0.43 -0.39 -0.74 -0.54c-0.31 -0.15 -1.12 -0.59 -1.80 -0.98c-4.09 -2.36 -7.01 -3.80 -8.14 -4.01c-0.71 -0.13 -1.81 -0.59 -2.44 -1.02c-0.64 -0.43 -1.44 -0.86 -1.78 -0.97c-1.08 -0.33 -2.35 -1.19 -2.82 -1.90c-0.34 -0.52 -0.43 -1.19 -0.38 -2.83c0.03 -1.18 0.04 -7.17 0.03 -13.30l-0.03 -11.15l-2.30 -0.19c-2.18 -0.18 -2.33 -0.16 -2.78 0.39c-0.26 0.32 -0.48 0.48 -0.48 0.36c0.00 -0.13 -0.13 -0.02 -0.28 0.24c-0.15 0.26 -0.19 0.60 -0.08 0.77c0.12 0.19 0.07 0.23 -0.12 0.11c-0.17 -0.10 -0.32 -0.03 -0.35 0.16c-0.14 1.19 -0.76 3.20 -1.13 3.65c-0.18 0.22 -1.20 2.14 -2.28 4.28c-1.08 2.14 -2.02 3.84 -2.11 3.79c-0.08 -0.05 -0.17 0.10 -0.19 0.35c-0.06 0.83 -0.95 3.09 -1.42 3.62c-0.26 0.29 -0.71 1.08 -1.00 1.76c-0.53 1.23 -1.87 4.11 -3.18 6.83c-0.38 0.80 -1.09 2.14 -1.57 2.98c-0.48 0.84 -1.01 1.91 -1.17 2.37c-0.49 1.40 -1.35 2.45 -2.06 2.52c-0.36 0.03 -2.18 0.18 -4.04 0.32c-1.86 0.14 -3.52 0.35 -3.70 0.46c-0.18 0.11 -1.59 0.17 -3.15 0.13c-1.96 -0.05 -2.99 0.04 -3.37 0.27c-0.46 0.28 -0.61 0.28 -0.93 -0.05c-0.32 -0.33 -0.34 -1.15 -0.16 -5.02c0.12 -2.55 0.31 -5.04 0.41 -5.53c0.17 -0.81 0.14 -0.88 -0.31 -0.70c-0.27 0.11 -0.74 0.26 -1.03 0.33c-0.29 0.07 -0.77 0.22 -1.06 0.34c-0.29 0.12 -1.06 0.36 -1.72 0.53c-0.65 0.18 -1.33 0.43 -1.50 0.57c-0.17 0.14 -0.88 0.36 -1.59 0.49c-1.21 0.23 -4.63 1.32 -5.78 1.86c-0.48 0.23 -6.35 2.27 -7.28 2.54c-0.91 0.26 -1.14 -0.27 -0.82 -1.91c0.16 -0.85 0.47 -2.62 0.67 -3.93c0.39 -2.51 0.86 -4.62 1.24 -5.63c0.13 -0.33 0.23 -1.05 0.23 -1.59c0.00 -0.54 0.24 -1.81 0.53 -2.83c0.29 -1.02 0.53 -2.33 0.54 -2.91c0.01 -1.36 0.41 -3.09 1.04 -4.47c0.27 -0.60 0.57 -1.69 0.67 -2.41c0.52 -4.05 1.00 -6.72 1.79 -9.92c0.16 -0.65 0.37 -1.91 0.46 -2.78c0.16 -1.47 0.82 -4.05 1.36 -5.29c0.13 -0.29 0.26 -0.93 0.30 -1.41c0.06 -0.83 -0.01 -0.91 -1.26 -1.41c-1.79 -0.71 -6.11 -0.61 -7.59 0.19c-0.54 0.29 -1.52 0.80 -2.18 1.14c-0.66 0.34 -1.65 1.08 -2.19 1.65c-0.54 0.57 -1.10 1.03 -1.24 1.03c-0.14 0.00 -0.44 0.16 -0.67 0.36c-0.23 0.20 -1.66 0.81 -3.18 1.36c-2.57 0.93 -2.91 0.99 -4.93 0.87c-1.19 -0.07 -2.51 -0.30 -2.93 -0.51c-0.64 -0.31 -0.76 -0.52 -0.73 -1.34c0.02 -0.53 0.21 -1.36 0.43 -1.84c0.22 -0.48 0.47 -1.83 0.56 -2.99c0.09 -1.16 0.40 -2.82 0.69 -3.68c0.30 -0.86 0.54 -1.64 0.54 -1.74c0.00 -0.47 -2.17 -1.07 -3.91 -1.07c-1.03 0.00 -1.94 -0.10 -2.02 -0.23c-0.08 -0.12 -1.08 -0.29 -2.23 -0.37c-1.15 -0.08 -2.51 -0.34 -3.03 -0.59c-0.75 -0.35 -1.03 -0.38 -1.44 -0.13c-0.41 0.26 -1.04 0.19 -3.27 -0.36c-1.52 -0.37 -3.71 -0.88 -4.88 -1.12c-1.16 -0.24 -2.62 -0.55 -3.23 -0.68c-0.61 -0.13 -1.96 -0.24 -3.01 -0.24c-2.06 0.00 -7.35 -0.71 -7.79 -1.04c-0.67 -0.52 -2.83 -0.99 -4.83 -1.05c-1.20 -0.04 -2.93 -0.28 -3.84 -0.54c-0.91 -0.26 -1.82 -0.41 -2.02 -0.34c-0.20 0.07 -0.30 0.02 -0.22 -0.11c0.08 -0.13 -0.95 -0.27 -2.28 -0.31c-1.33 -0.04 -2.81 -0.20 -3.28 -0.35c-1.47 -0.48 -2.45 -0.52 -2.45 -0.11c0.00 0.20 0.13 0.45 0.29 0.55c0.18 0.11 0.22 0.54 0.11 1.11c-0.18 0.96 -0.26 1.16 -1.07 2.70c-0.35 0.66 -0.53 1.84 -0.67 4.37c-0.13 2.35 -0.37 3.99 -0.74 5.10c-0.31 0.92 -0.67 3.05 -0.83 4.89c-0.16 1.79 -0.39 3.36 -0.52 3.49c-0.14 0.14 -0.12 0.43 0.06 0.71c0.76 1.21 -1.65 1.76 -4.04 0.91c-0.64 -0.23 -2.05 -0.40 -3.27 -0.40c-3.38 -0.00 -9.36 -0.50 -10.99 -0.90c-2.11 -0.53 -3.48 -0.67 -9.16 -0.97c-6.23 -0.32 -9.58 -0.62 -11.64 -1.02c-1.98 -0.39 -5.45 -0.73 -10.58 -1.05c-2.18 -0.14 -4.33 -0.39 -4.76 -0.56c-0.44 -0.17 -1.60 -0.32 -2.58 -0.32c-1.17 -0.01 -1.89 -0.13 -2.08 -0.37c-0.36 -0.44 -1.08 -0.46 -1.48 -0.06c-0.22 0.22 -0.52 0.22 -1.15 0.00c-0.47 -0.16 -1.76 -0.30 -2.86 -0.30c-1.11 -0.00 -2.96 -0.18 -4.13 -0.39c-1.16 -0.21 -4.44 -0.46 -7.28 -0.55c-4.30 -0.14 -5.75 -0.30 -8.73 -0.95c-2.78 -0.61 -4.70 -0.83 -8.73 -1.03c-2.84 -0.14 -5.58 -0.31 -6.09 -0.39c-1.36 -0.20 -9.48 -0.67 -14.95 -0.88c-2.62 -0.10 -4.94 -0.30 -5.16 -0.44c-0.22 -0.14 -2.20 -0.32 -4.40 -0.40l-4.01 -0.13l-0.16 1.32c-0.25 2.11 -0.20 3.51 0.27 6.58c0.49 3.17 0.43 3.71 -0.88 9.30c-0.72 3.05 -1.60 4.90 -5.91 12.30c-0.97 1.67 -2.33 4.08 -3.00 5.34c-0.71 1.32 -1.45 2.37 -1.75 2.46c-0.28 0.09 -1.73 1.35 -3.21 2.81c-1.48 1.46 -3.01 2.81 -3.39 3.01c-0.38 0.20 -1.34 1.04 -2.13 1.86c-0.80 0.82 -1.92 1.74 -2.50 2.04c-0.58 0.30 -2.01 1.48 -3.18 2.62c-1.17 1.15 -2.33 2.08 -2.59 2.08c-0.54 0.00 -2.70 2.61 -3.27 3.95c-0.23 0.53 -0.44 2.15 -0.52 3.91c-0.13 2.88 -0.17 3.06 -1.07 4.47c-0.51 0.80 -1.11 1.53 -1.33 1.61c-0.21 0.08 -0.57 0.57 -0.78 1.09c-0.78 1.86 -2.01 3.18 -3.42 3.66c-0.73 0.25 -1.92 0.73 -2.65 1.06c-0.73 0.34 -1.58 0.62 -1.90 0.62c-0.32 0.00 -0.61 0.11 -0.66 0.23c-0.15 0.38 -5.18 2.95 -5.78 2.95c-0.30 0.00 -1.02 0.24 -1.59 0.53c-0.71 0.36 -1.57 0.53 -2.70 0.53c-0.92 0.00 -3.12 0.17 -4.90 0.37c-2.84 0.32 -3.40 0.46 -4.52 1.18c-0.71 0.45 -1.59 0.82 -1.95 0.82c-0.37 0.00 -1.10 0.18 -1.62 0.40c-0.52 0.22 -1.47 0.40 -2.11 0.40c-1.23 0.00 -3.64 0.73 -4.92 1.48c-0.66 0.39 -0.97 0.41 -2.29 0.15c-1.89 -0.38 -2.23 -0.38 -2.23 -0.02c0.00 0.16 -0.27 0.64 -0.60 1.06c-1.79 2.33 -1.76 2.30 -3.13 2.49c-1.16 0.16 -1.42 0.31 -1.95 1.15c-0.34 0.53 -1.29 1.63 -2.10 2.45c-1.62 1.63 -2.23 1.82 -5.57 1.82c-1.83 0.00 -1.59 -0.24 -3.45 3.31c-1.16 2.20 -2.15 3.55 -2.75 3.76c-0.24 0.08 -0.68 0.37 -0.98 0.65c-0.50 0.45 -0.76 0.47 -2.91 0.22c-1.30 -0.15 -2.66 -0.33 -3.02 -0.41c-0.60 -0.13 -0.74 0.03 -1.54 1.79c-0.49 1.06 -0.99 2.13 -1.12 2.39c-0.13 0.25 -0.24 0.67 -0.24 0.93c0.00 0.26 -0.25 1.12 -0.55 1.92c-0.30 0.80 -0.72 1.97 -0.92 2.61c-0.20 0.64 -0.48 1.29 -0.61 1.46c-0.13 0.16 -0.30 0.77 -0.38 1.35c-0.63 4.52 -1.89 7.47 -4.04 9.46c-1.20 1.12 -1.48 1.25 -2.57 1.25c-0.67 0.00 -1.82 0.24 -2.56 0.53c-1.10 0.43 -1.97 0.53 -4.77 0.53c-3.19 0.00 -3.43 0.03 -3.43 0.50c0.00 0.28 -0.44 0.89 -0.99 1.37c-0.92 0.81 -2.45 2.92 -2.45 3.38c0.00 0.51 -1.88 1.97 -2.65 2.06c-0.57 0.07 -1.38 0.59 -2.55 1.66c-0.94 0.86 -2.27 1.83 -2.95 2.14c-0.68 0.32 -1.60 0.89 -2.04 1.28c-1.24 1.10 -1.88 1.36 -3.28 1.36c-1.18 0.00 -1.42 0.11 -2.56 1.19c-0.69 0.65 -1.41 1.19 -1.58 1.19c-0.18 0.00 -0.47 0.18 -0.66 0.40c-0.46 0.56 -1.77 1.11 -3.12 1.33c-0.93 0.14 -1.11 0.26 -0.95 0.61c0.50 1.15 0.41 1.80 -0.33 2.60c-1.97 2.14 -2.06 2.36 -2.22 5.70c-0.13 2.72 -0.22 3.18 -0.73 3.72c-0.32 0.34 -0.58 0.82 -0.58 1.07c0.00 0.25 -0.10 0.45 -0.23 0.45c-0.13 0.00 -0.23 0.28 -0.23 0.63c0.00 0.34 -0.46 1.56 -1.03 2.71c-0.89 1.81 -1.19 2.17 -2.22 2.68c-0.78 0.40 -1.50 0.56 -2.13 0.49c-1.25 -0.14 -2.63 0.45 -2.63 1.12c0.00 0.33 -0.54 0.89 -1.52 1.57c-1.43 0.99 -1.52 1.10 -1.44 2.02c0.06 0.73 -0.12 1.27 -0.73 2.16c-0.44 0.66 -0.81 1.32 -0.81 1.48c0.00 0.75 -1.20 2.25 -2.21 2.75c-0.97 0.48 -1.12 0.67 -1.25 1.67c-0.13 0.93 -0.44 1.42 -1.85 2.85c-1.53 1.56 -2.52 2.26 -3.29 2.32c-0.15 0.01 -0.26 0.16 -0.26 0.33c0.00 0.17 -0.09 0.40 -0.20 0.51c-0.11 0.11 -0.20 0.80 -0.20 1.54c0.00 1.73 0.70 3.17 1.59 3.29c0.36 0.05 0.77 0.20 0.91 0.33c0.14 0.13 0.61 0.25 1.06 0.25c0.44 0.01 1.22 0.22 1.73 0.46c0.76 0.37 0.94 0.62 1.01 1.38c0.05 0.51 0.20 1.04 0.33 1.18c0.37 0.38 0.30 0.97 -0.18 1.50c-0.40 0.44 -0.36 0.50 0.59 0.95c0.97 0.46 1.03 0.57 1.38 2.36c0.34 1.77 0.33 1.95 -0.20 3.17c-0.31 0.71 -0.68 1.50 -0.81 1.75c-0.16 0.29 -0.15 0.51 0.03 0.62c0.45 0.27 0.02 1.42 -0.97 2.63c-0.50 0.61 -0.91 1.23 -0.91 1.38c0.00 0.15 -0.18 0.42 -0.40 0.60c-0.61 0.51 -0.48 1.68 0.26 2.38c0.59 0.55 0.66 0.84 0.66 2.52c0.00 1.56 0.09 1.98 0.53 2.38c0.76 0.69 0.66 1.72 -0.28 2.79c-0.45 0.50 -0.74 0.74 -0.64 0.52c0.11 -0.25 0.03 -0.22 -0.22 0.08c-0.23 0.28 -1.01 0.57 -1.87 0.71c-1.88 0.31 -2.61 1.09 -3.18 3.42c-0.41 1.67 -0.95 2.56 -1.75 2.90c-0.22 0.09 -0.96 0.77 -1.65 1.52c-0.91 0.98 -1.25 1.57 -1.25 2.13c0.00 0.54 -0.28 1.05 -0.93 1.68c-0.51 0.49 -0.93 1.03 -0.93 1.19c0.00 0.16 -0.36 0.64 -0.79 1.06c-1.08 1.04 -1.04 1.86 0.14 2.55c1.11 0.66 1.45 1.21 1.45 2.39c0.00 0.48 0.18 1.22 0.40 1.65c0.36 0.69 0.36 0.89 -0.05 1.98c-0.25 0.67 -0.53 1.33 -0.62 1.48c-0.10 0.15 -0.32 0.80 -0.51 1.46c-0.60 2.15 -1.64 3.93 -3.59 6.16c-1.06 1.21 -1.97 2.43 -2.02 2.71c-0.06 0.28 -0.46 0.75 -0.89 1.04c-0.43 0.29 -1.30 1.21 -1.92 2.06c-0.62 0.85 -1.43 1.66 -1.80 1.80c-0.91 0.35 -2.85 0.32 -3.66 -0.04c-0.91 -0.41 -2.05 0.16 -3.87 1.94c-0.79 0.77 -1.26 1.16 -1.05 0.87c0.31 -0.43 0.31 -0.47 0.01 -0.20c-0.20 0.18 -0.39 0.48 -0.42 0.66c-0.03 0.18 -0.48 0.99 -1.01 1.78c-0.53 0.80 -0.96 1.56 -0.96 1.70c0.00 0.14 -0.23 0.74 -0.52 1.33c-1.22 2.53 -1.60 4.13 -1.59 6.87c0.00 1.85 0.12 2.90 0.40 3.43c0.58 1.11 0.50 1.50 -0.56 2.58c-1.04 1.07 -1.02 1.40 0.09 1.68c1.26 0.31 2.19 1.42 2.19 2.62c0.00 1.06 -0.78 2.28 -1.46 2.28c-0.17 0.00 -0.58 0.29 -0.91 0.65c-0.33 0.36 -1.52 0.97 -2.63 1.37c-1.11 0.40 -2.20 0.86 -2.42 1.03c-0.63 0.49 -2.21 1.16 -3.61 1.52c-0.71 0.19 -1.48 0.46 -1.71 0.60c-0.68 0.42 -1.64 3.99 -1.43 5.36c0.14 0.90 0.07 1.28 -0.28 1.67c-0.55 0.61 -0.21 1.15 1.07 1.68c1.35 0.56 3.30 3.37 3.51 5.04c0.07 0.58 0.34 1.30 0.60 1.59c0.25 0.29 0.61 0.98 0.79 1.54c0.18 0.56 0.49 1.07 0.69 1.15c0.20 0.08 0.29 0.28 0.20 0.44c-0.10 0.17 -0.07 0.21 0.05 0.10c0.36 -0.33 1.17 0.61 1.47 1.71c0.15 0.56 0.63 1.34 1.06 1.72c0.63 0.56 0.78 0.91 0.78 1.81c0.00 0.61 0.18 1.46 0.40 1.87c0.22 0.42 0.40 0.97 0.40 1.23c0.00 0.50 1.24 1.75 1.75 1.76c0.16 0.00 0.37 0.45 0.46 1.00c0.11 0.69 0.34 1.07 0.76 1.26c0.55 0.24 0.60 0.44 0.61 2.38c0.01 1.16 -0.10 2.27 -0.24 2.46c-0.17 0.23 -0.06 0.68 0.34 1.39c0.55 0.98 0.57 1.21 0.36 3.76c-0.25 2.88 -0.17 3.13 1.07 3.47c0.39 0.10 0.42 0.06 0.17 -0.25c-0.17 -0.21 -0.20 -0.38 -0.06 -0.38c0.32 0.00 0.87 1.17 0.87 1.84c0.00 0.95 0.31 1.33 1.10 1.33c0.91 0.00 3.31 2.08 3.57 3.08c0.17 0.68 0.38 0.77 0.80 0.35c0.38 -0.38 1.39 0.04 2.19 0.91c0.35 0.38 0.80 0.69 0.99 0.69c0.19 0.00 0.35 0.17 0.35 0.38c0.00 0.21 0.50 0.72 1.12 1.13c1.29 0.87 1.72 1.59 1.92 3.26c0.11 0.87 0.41 1.49 1.09 2.25c0.52 0.58 1.00 1.37 1.08 1.76c0.22 1.10 0.85 1.46 2.80 1.60c0.98 0.07 1.94 0.24 2.12 0.37c0.18 0.13 0.69 0.27 1.12 0.32c0.44 0.04 1.15 0.40 1.59 0.79c1.10 0.99 2.47 1.70 2.92 1.53c0.23 -0.09 1.00 0.43 1.92 1.28l1.54 1.43l2.92 0.41c1.61 0.22 3.14 0.49 3.40 0.59c0.31 0.12 0.42 0.08 0.30 -0.10c-0.11 -0.18 0.02 -0.23 0.35 -0.15c0.32 0.08 0.53 0.01 0.53 -0.19c0.00 -0.42 2.58 -0.12 3.17 0.36c0.96 0.78 2.42 1.23 3.45 1.06c1.15 -0.18 2.46 0.30 3.29 1.21c0.71 0.78 1.59 0.68 2.25 -0.24c0.50 -0.71 2.01 -1.32 2.74 -1.12c0.12 0.03 0.14 -0.06 0.05 -0.21c-0.26 -0.42 1.54 -0.33 2.13 0.11c0.28 0.21 0.78 0.32 1.11 0.24c0.33 -0.08 0.60 -0.03 0.60 0.11c0.00 0.30 1.27 0.11 1.47 -0.23c0.08 -0.13 0.41 -0.23 0.74 -0.23c0.33 0.00 0.87 -0.29 1.20 -0.64c0.33 -0.35 0.97 -0.69 1.44 -0.76c0.46 -0.07 1.85 -0.32 3.09 -0.56c1.24 -0.23 2.99 -0.43 3.90 -0.43c1.19 0.00 1.65 -0.10 1.65 -0.35c0.00 -0.41 1.36 -1.77 1.77 -1.77c0.16 0.00 0.86 -0.54 1.55 -1.19c0.69 -0.65 1.34 -1.19 1.45 -1.19c0.10 0.00 0.26 -0.43 0.34 -0.96c0.16 -0.98 0.83 -1.95 1.35 -1.95c0.34 0.00 0.86 -1.10 1.11 -2.33c0.20 -0.99 0.97 -1.64 1.95 -1.64c0.53 0.00 0.77 -0.22 1.13 -1.06c0.34 -0.79 0.73 -1.18 1.52 -1.52c0.58 -0.25 1.06 -0.59 1.06 -0.74c0.00 -0.16 0.43 -0.69 0.95 -1.19c0.89 -0.86 0.94 -0.99 0.83 -2.23c-0.10 -1.11 -0.02 -1.44 0.51 -2.07c0.35 -0.41 0.63 -1.04 0.63 -1.40c0.00 -0.46 0.26 -0.81 0.88 -1.17c0.73 -0.43 0.86 -0.65 0.77 -1.27c-0.16 -1.12 0.41 -2.91 1.07 -3.34c0.45 -0.29 1.36 -0.37 3.86 -0.33c2.47 0.04 3.40 -0.03 3.81 -0.32c0.30 -0.21 0.90 -0.45 1.34 -0.54c0.52 -0.11 0.96 -0.44 1.24 -0.95c0.26 -0.46 0.70 -0.82 1.07 -0.88c1.55 -0.23 2.78 -1.81 3.08 -3.95c0.18 -1.30 1.08 -2.22 1.47 -1.51c0.37 0.67 0.64 0.45 1.00 -0.83c0.45 -1.62 2.70 -4.07 3.74 -4.07c1.11 0.00 2.07 0.46 2.33 1.12c0.15 0.38 0.25 0.45 0.26 0.18c0.01 -0.23 0.30 -0.57 0.64 -0.75c0.54 -0.29 0.80 -0.24 1.98 0.35c0.85 0.43 1.79 0.69 2.52 0.69c0.64 0.00 1.67 0.18 2.29 0.40c0.62 0.22 1.46 0.40 1.87 0.40c0.41 0.00 0.81 0.11 0.90 0.24c0.08 0.13 0.49 0.32 0.91 0.41c0.42 0.09 1.03 0.46 1.37 0.81c0.40 0.43 0.90 0.65 1.47 0.65c0.68 0.00 1.03 0.21 1.67 1.03c0.52 0.66 0.82 1.33 0.82 1.86c0.00 0.81 0.03 0.83 0.94 0.66c0.68 -0.13 1.07 -0.06 1.41 0.25c0.44 0.40 0.59 0.39 2.02 -0.10c0.85 -0.29 1.85 -0.53 2.23 -0.53c0.38 0.00 1.04 -0.19 1.48 -0.42c0.44 -0.23 1.51 -0.52 2.38 -0.65c1.29 -0.19 1.68 -0.36 2.11 -0.97c0.29 -0.41 0.93 -1.15 1.42 -1.65c0.83 -0.85 0.90 -1.04 0.94 -2.78c0.04 -1.66 0.11 -1.89 0.64 -2.13c0.60 -0.26 0.66 -0.76 0.21 -1.79c-0.24 -0.55 0.17 -1.12 1.15 -1.59c0.53 -0.25 0.71 -0.56 0.77 -1.30c0.04 -0.53 0.25 -1.11 0.46 -1.29c0.21 -0.17 0.38 -0.46 0.38 -0.63c0.00 -0.44 2.09 -2.40 3.09 -2.90c0.78 -0.39 0.85 -0.54 1.03 -2.21c0.26 -2.43 0.48 -2.90 1.56 -3.36c0.56 -0.23 0.94 -0.57 0.94 -0.85c0.00 -0.25 0.26 -0.74 0.58 -1.08c0.42 -0.45 0.58 -0.96 0.60 -1.87c0.02 -1.54 0.42 -1.81 2.98 -2.01c2.61 -0.21 3.03 -0.20 3.39 0.10c0.38 0.32 1.02 -0.30 1.43 -1.39c0.15 -0.40 0.56 -0.84 0.90 -0.97c0.52 -0.20 0.60 -0.38 0.50 -1.08c-0.19 -1.31 0.33 -2.03 1.45 -2.00c0.56 0.02 1.20 -0.17 1.56 -0.46c0.34 -0.27 0.73 -0.42 0.86 -0.34c0.13 0.08 0.38 -0.03 0.56 -0.25c0.18 -0.22 0.45 -0.39 0.60 -0.39c0.15 0.00 0.50 -0.20 0.78 -0.45c0.31 -0.28 0.99 -0.47 1.81 -0.49c0.72 -0.02 1.38 -0.11 1.46 -0.19c0.08 -0.08 0.48 -0.03 0.90 0.11c0.51 0.18 0.93 0.64 1.30 1.43c0.52 1.11 0.58 1.15 1.28 0.89c0.40 -0.15 1.09 -0.62 1.52 -1.03c1.17 -1.12 2.00 -1.24 2.97 -0.42c0.44 0.37 1.04 0.68 1.33 0.68c0.54 0.00 1.92 -1.19 1.92 -1.67c0.00 -1.21 2.52 -1.70 3.58 -0.70l0.57 0.54l0.71 -0.94c0.81 -1.06 1.67 -1.22 2.39 -0.42c0.38 0.42 0.69 0.49 1.72 0.36c1.11 -0.13 1.31 -0.08 1.69 0.47c0.24 0.34 0.43 0.86 0.43 1.16c0.00 0.30 0.22 0.68 0.50 0.85c0.42 0.26 0.52 0.76 0.66 3.04c0.09 1.50 0.25 3.38 0.36 4.18l0.20 1.46l1.06 0.13c0.82 0.10 1.13 0.29 1.40 0.85c0.19 0.39 0.89 1.08 1.56 1.54c1.18 0.80 1.24 0.81 2.08 0.41c0.48 -0.23 1.36 -0.41 1.95 -0.41c0.93 0.00 1.16 0.12 1.59 0.82c0.47 0.77 0.98 1.18 2.27 1.79c0.29 0.14 1.03 0.77 1.65 1.40c1.01 1.04 1.14 1.33 1.39 3.11c0.15 1.08 0.40 2.11 0.56 2.30c0.15 0.19 0.24 0.77 0.20 1.29c-0.07 0.79 0.03 1.01 0.57 1.28c0.36 0.18 0.81 0.65 1.00 1.04c0.29 0.60 0.28 0.81 -0.06 1.32c-0.46 0.70 -0.46 1.79 0.00 1.61c0.30 -0.11 0.64 0.68 0.63 1.50c0.00 0.35 -0.03 0.35 -0.26 0.00c-0.21 -0.32 -0.26 -0.29 -0.26 0.18c0.00 0.32 0.21 0.74 0.48 0.93c0.76 0.55 0.92 1.28 0.39 1.86c-0.45 0.49 -0.44 0.51 0.19 0.35c0.57 -0.14 0.74 -0.01 1.29 1.00c0.35 0.64 0.55 1.31 0.44 1.48c-0.13 0.20 0.01 0.37 0.36 0.47c0.50 0.13 0.56 0.34 0.56 2.08c0.00 2.04 0.17 2.86 0.55 2.63c0.33 -0.20 1.27 0.82 1.41 1.53c0.06 0.33 0.27 1.29 0.45 2.13c0.18 0.84 0.33 1.70 0.33 1.91c0.00 0.21 0.09 0.32 0.20 0.25c0.11 -0.07 0.28 0.51 0.38 1.28c0.15 1.17 0.08 1.57 -0.40 2.38c-0.32 0.54 -0.72 0.98 -0.88 0.98c-0.17 -0.00 -0.13 -0.11 0.09 -0.25c0.21 -0.14 0.32 -0.32 0.23 -0.41c-0.09 -0.09 -0.42 0.20 -0.74 0.65c-0.32 0.44 -0.75 0.81 -0.95 0.81c-0.21 0.00 -0.40 0.18 -0.42 0.40c-0.02 0.22 -0.05 0.53 -0.07 0.70c-0.01 0.17 0.19 0.34 0.46 0.38c0.79 0.12 1.50 0.93 1.50 1.73c0.00 0.53 0.26 0.94 0.93 1.45c0.51 0.39 0.93 0.87 0.93 1.07c0.00 0.20 0.11 0.37 0.25 0.37c0.14 0.00 0.28 0.26 0.33 0.58c0.05 0.32 0.44 0.77 0.88 1.01c0.44 0.24 0.83 0.61 0.86 0.81c0.04 0.21 -0.41 0.88 -0.99 1.50c-0.58 0.62 -1.06 1.35 -1.06 1.63c0.00 0.28 -0.07 0.69 -0.15 0.91c-0.12 0.32 0.11 0.42 1.12 0.48c1.06 0.07 1.34 0.20 1.67 0.79c0.36 0.64 0.35 0.76 -0.06 1.21c-0.25 0.28 -0.61 1.27 -0.79 2.20c-0.26 1.31 -0.47 1.76 -0.93 1.96c-0.32 0.14 -0.59 0.34 -0.59 0.44c0.00 0.38 -1.44 1.87 -2.03 2.09c-0.53 0.20 -0.62 0.41 -0.62 1.56c0.00 1.44 0.20 1.65 1.83 1.97c1.19 0.23 1.87 0.87 1.87 1.77c0.00 0.71 0.42 1.17 2.23 2.44c0.39 0.27 0.68 0.73 0.68 1.07c0.00 0.63 -1.36 2.08 -2.22 2.39c-0.28 0.10 -0.45 0.20 -0.40 0.24c0.06 0.03 0.45 0.36 0.87 0.72c0.42 0.36 0.69 0.52 0.59 0.34c-0.10 -0.18 -0.04 -0.56 0.15 -0.85c0.28 -0.44 0.52 -0.50 1.53 -0.37c0.66 0.09 1.33 0.26 1.49 0.39c0.41 0.32 0.70 3.84 0.37 4.46c-0.21 0.39 -0.16 0.58 0.24 0.86c0.80 0.56 0.94 1.59 0.30 2.17c-0.75 0.68 -0.69 0.87 0.45 1.40c0.82 0.38 1.01 0.62 1.08 1.35c0.05 0.56 -0.08 1.07 -0.37 1.39c-0.25 0.28 -0.41 0.54 -0.35 0.57c0.06 0.04 0.35 0.20 0.64 0.36c0.60 0.33 0.87 1.85 0.42 2.31c-0.16 0.16 -0.28 0.76 -0.28 1.33c0.00 1.06 -0.57 2.02 -1.21 2.02c-0.19 0.00 -0.59 0.36 -0.90 0.79l-0.57 0.79l0.71 0.00c0.39 0.00 1.14 0.34 1.67 0.76c0.53 0.42 1.26 0.85 1.63 0.96c1.37 0.41 2.05 1.68 1.30 2.43c-0.20 0.20 0.17 0.81 1.31 2.14c1.36 1.58 1.62 2.05 1.78 3.21c0.10 0.74 0.30 1.35 0.44 1.35c0.14 0.00 0.19 0.18 0.10 0.41c-0.09 0.23 -0.06 0.35 0.07 0.27c0.28 -0.17 0.91 2.00 0.94 3.21c0.01 0.57 0.13 0.84 0.34 0.76c0.18 -0.07 0.55 0.17 0.83 0.53c0.41 0.52 0.75 0.65 1.70 0.65c1.04 0.00 1.27 0.11 1.88 0.91c0.38 0.50 0.69 1.15 0.69 1.46c0.00 0.72 0.30 0.69 1.06 -0.11c0.71 -0.76 1.48 -0.84 2.32 -0.25c0.50 0.35 0.59 0.66 0.59 2.05c0.00 2.31 0.37 3.40 1.31 3.93c1.43 0.81 2.07 3.67 1.20 5.34c-0.45 0.86 -0.53 2.70 -0.13 2.95c0.39 0.24 0.32 2.39 -0.12 3.95c-0.55 1.95 -1.21 5.04 -1.21 5.68c0.00 0.30 -0.23 0.96 -0.51 1.46c-0.46 0.81 -0.51 1.43 -0.49 5.81l0.02 4.91l-0.97 1.07c-0.99 1.10 -1.24 2.15 -0.73 3.13c0.13 0.25 0.37 0.79 0.53 1.19c0.33 0.84 1.23 1.26 2.96 1.40c1.53 0.12 2.36 0.44 3.00 1.15c0.36 0.40 0.82 0.56 1.62 0.56c0.67 0.00 1.25 0.16 1.45 0.40c0.18 0.22 0.48 0.40 0.67 0.40c0.19 0.00 0.58 0.30 0.87 0.66c0.46 0.59 0.72 0.66 2.33 0.66c1.00 0.00 5.39 0.19 9.75 0.41c4.37 0.23 10.14 0.46 12.83 0.53c2.69 0.07 6.68 0.24 8.86 0.38c6.76 0.44 17.37 0.53 25.83 0.23l8.10 -0.29l4.46 1.64c4.56 1.68 11.35 4.11 12.53 4.49c0.36 0.12 1.50 0.54 2.51 0.93c1.02 0.40 2.80 0.82 3.97 0.95c3.67 0.41 17.67 1.41 21.17 1.52l1.33 0.04l1.79 -1.98l-0.01 -0.00z"},"6":{name:"Rivadavia",path:"m1529.11 1048.43c0.36 -0.10 4.33 -4.96 4.33 -5.30c0.00 -0.30 5.33 -6.82 5.58 -6.82c0.27 0.00 4.21 -4.71 4.21 -5.02c0.00 -0.35 4.89 -6.36 5.57 -6.84c0.70 -0.50 4.75 -5.49 4.75 -5.85c0.00 -0.41 5.05 -6.62 5.40 -6.64c0.33 -0.02 4.31 -4.77 4.57 -5.46c0.21 -0.56 4.81 -6.26 5.14 -6.39c0.37 -0.14 4.46 -5.26 4.46 -5.59c0.00 -0.36 5.01 -6.62 5.30 -6.62c0.28 0.00 4.23 -4.73 4.23 -5.07c0.00 -0.35 5.53 -7.10 5.81 -7.10c0.28 0.00 4.51 -5.24 4.51 -5.59c0.00 -0.35 4.97 -6.58 5.25 -6.58c0.28 0.00 3.96 -4.32 4.21 -4.95c0.26 -0.63 4.43 -5.76 5.65 -6.95c1.25 -1.22 4.71 -5.47 4.94 -6.07c0.26 -0.67 4.88 -6.32 5.25 -6.42c0.38 -0.10 4.59 -5.21 4.59 -5.56c0.00 -0.35 5.00 -6.41 5.38 -6.52c0.39 -0.12 4.14 -4.70 4.14 -5.07c0.00 -0.35 5.15 -6.60 5.95 -7.21c0.74 -0.57 4.64 -5.34 4.64 -5.68c0.00 -0.34 4.63 -5.94 5.16 -6.24c0.53 -0.30 4.63 -5.42 4.63 -5.78c0.00 -0.52 5.09 -6.59 5.52 -6.59c0.29 0.00 4.00 -4.91 4.00 -5.30c0.00 -0.34 5.32 -6.87 5.59 -6.87c0.26 0.00 4.59 -5.30 4.80 -5.87c0.21 -0.57 4.71 -6.04 4.98 -6.04c0.27 0.00 4.74 -5.45 4.74 -5.77c0.00 -0.42 4.17 -5.35 6.11 -7.24c1.00 -0.97 1.82 -1.86 1.82 -1.97c0.00 -0.11 0.48 -0.77 1.06 -1.46c0.58 -0.69 1.06 -1.38 1.06 -1.54c0.00 -0.36 5.00 -6.47 5.39 -6.59c0.46 -0.14 4.40 -5.00 4.40 -5.42c0.00 -0.21 0.16 -0.51 0.36 -0.68c0.20 -0.17 1.36 -1.61 2.57 -3.21c1.22 -1.60 2.33 -2.90 2.48 -2.90c0.15 0.00 0.42 -0.23 0.59 -0.51c0.17 -0.28 1.10 -1.40 2.05 -2.49c0.95 -1.09 1.73 -2.12 1.73 -2.29c0.00 -0.31 5.20 -6.41 5.60 -6.57c0.37 -0.15 4.72 -5.55 4.72 -5.86c0.00 -0.28 3.49 -4.70 4.79 -6.07c0.61 -0.64 0.62 -0.72 0.57 -5.95c-0.03 -2.92 0.07 -6.38 0.23 -7.69c0.15 -1.31 0.27 -5.03 0.26 -8.27c-0.01 -3.24 0.09 -6.69 0.23 -7.67c0.14 -0.98 0.32 -8.44 0.41 -16.58c0.09 -8.14 0.26 -15.94 0.39 -17.33c0.13 -1.39 0.18 -5.54 0.12 -9.21c-0.06 -3.67 -0.01 -6.68 0.10 -6.68c0.12 0.00 0.16 -1.35 0.10 -2.99c-0.06 -1.65 0.04 -5.78 0.22 -9.19c0.18 -3.41 0.36 -8.89 0.39 -12.17c0.04 -3.61 0.17 -6.18 0.34 -6.50c0.18 -0.34 0.33 -4.68 0.42 -12.15c0.08 -6.39 0.27 -13.94 0.43 -16.78c0.16 -2.84 0.34 -8.67 0.40 -12.96c0.12 -8.91 0.24 -13.33 0.54 -20.64c0.12 -2.84 0.23 -7.30 0.26 -9.92c0.06 -6.19 0.29 -15.37 0.54 -21.70c0.11 -2.76 0.17 -7.11 0.14 -9.66c-0.04 -2.70 0.06 -5.02 0.22 -5.56c0.17 -0.56 0.28 -3.95 0.28 -8.67c0.00 -5.03 0.09 -7.74 0.27 -7.74c0.17 0.00 0.21 -1.08 0.09 -3.12c-0.10 -1.72 -0.04 -6.03 0.14 -9.59c0.17 -3.56 0.37 -9.15 0.44 -12.43c0.29 -14.22 0.44 -21.62 0.43 -22.36c0.00 -0.44 0.18 -4.72 0.40 -9.53c0.22 -4.80 0.44 -11.83 0.49 -15.61c0.05 -3.78 0.14 -9.68 0.21 -13.10c0.07 -3.42 0.19 -9.91 0.26 -14.42c0.09 -5.10 0.25 -8.50 0.43 -8.99c0.20 -0.54 0.24 -2.11 0.12 -5.02c-0.11 -2.68 -0.05 -5.90 0.16 -8.74c0.19 -2.47 0.35 -7.06 0.37 -10.19c0.02 -3.13 0.19 -7.82 0.39 -10.41c0.22 -2.88 0.26 -4.79 0.11 -4.89c-0.15 -0.10 -0.15 -2.17 -0.01 -5.33c0.13 -2.84 0.23 -7.30 0.22 -9.92c-0.01 -2.62 0.11 -5.95 0.27 -7.41c0.16 -1.46 0.28 -5.95 0.26 -9.99c-0.02 -4.04 0.07 -7.34 0.19 -7.34c0.12 0.00 0.17 -2.29 0.09 -5.08c-0.08 -3.06 0.00 -6.56 0.20 -8.80c0.18 -2.04 0.36 -6.69 0.39 -10.33c0.11 -11.69 0.37 -21.24 0.78 -29.37c0.22 -4.37 0.53 -14.13 0.68 -21.70c0.15 -7.57 0.39 -17.27 0.53 -21.56c0.47 -14.32 0.81 -28.37 0.87 -35.66c0.05 -6.45 0.01 -7.23 -0.37 -7.35c-1.17 -0.37 -2.54 0.88 -4.19 3.85c-1.49 2.67 -1.53 2.70 -2.72 2.33c-1.13 -0.35 -1.53 -1.16 -1.53 -3.13c0.00 -1.65 -0.88 -3.01 -2.01 -3.12c-0.65 -0.06 -0.89 -0.28 -1.27 -1.13c-0.70 -1.58 -1.68 -2.63 -2.47 -2.63c-1.03 0.00 -1.65 0.71 -1.65 1.89c0.00 0.99 -0.03 1.02 -0.93 1.02c-0.72 0.00 -1.32 -0.31 -2.63 -1.34c-1.44 -1.13 -1.74 -1.51 -1.92 -2.45l-0.22 -1.11l1.20 -0.21c0.66 -0.12 1.59 -0.27 2.06 -0.34c0.70 -0.11 0.86 -0.25 0.86 -0.79c0.00 -1.56 -2.06 -4.08 -3.34 -4.08c-0.84 0.00 -1.57 0.69 -1.95 1.83c-0.20 0.59 -0.40 1.08 -0.45 1.08c-0.05 0.00 -0.58 -0.32 -1.17 -0.71c-1.31 -0.87 -1.83 -1.81 -1.83 -3.34c0.00 -1.11 -0.05 -1.19 -1.12 -1.67c-2.23 -1.01 -2.52 -1.43 -2.73 -4.01c-0.24 -2.98 -0.71 -4.17 -1.76 -4.54c-0.44 -0.15 -1.38 -0.63 -2.08 -1.07c-1.84 -1.13 -3.49 -1.29 -5.60 -0.53c-1.58 0.57 -1.80 0.58 -3.35 0.26c-1.01 -0.21 -2.25 -0.73 -3.16 -1.33c-1.92 -1.25 -6.45 -5.83 -6.72 -6.80c-0.52 -1.87 0.57 -4.31 1.93 -4.31c0.92 0.00 0.98 -0.26 0.22 -0.95c-0.55 -0.50 -0.56 -0.49 -1.52 0.63c-0.95 1.10 -0.99 1.12 -2.21 0.95c-1.23 -0.17 -1.25 -0.19 -1.38 -1.26c-0.07 -0.60 -0.12 -1.47 -0.10 -1.94c0.04 -1.17 -0.77 -1.76 -3.21 -2.31c-4.38 -0.99 -5.13 -1.35 -7.00 -3.34c-0.95 -1.01 -1.92 -2.13 -2.16 -2.49c-0.24 -0.36 -1.34 -1.15 -2.46 -1.75c-2.00 -1.08 -2.04 -1.09 -2.84 -0.65c-2.23 1.20 -3.87 0.92 -4.69 -0.80c-0.35 -0.74 -0.36 -1.03 -0.06 -2.14c0.48 -1.74 1.09 -3.12 2.10 -4.71c0.47 -0.73 1.11 -1.99 1.43 -2.79c0.71 -1.79 0.52 -2.79 -0.70 -3.62c-0.70 -0.47 -1.00 -0.53 -1.70 -0.33c-2.40 0.69 -4.54 -0.08 -6.27 -2.27c-1.89 -2.39 -2.79 -3.98 -3.80 -6.75c-1.88 -5.18 -3.32 -7.73 -4.02 -7.14c-0.19 0.16 -0.84 1.04 -1.44 1.97c-0.88 1.36 -1.31 1.76 -2.27 2.12c-1.15 0.44 -1.20 0.44 -2.28 -0.17c-1.69 -0.94 -2.53 -2.18 -2.99 -4.40c-0.22 -1.06 -0.41 -2.54 -0.41 -3.28c0.00 -1.15 -0.16 -1.59 -1.12 -3.00c-0.63 -0.92 -1.62 -1.96 -2.24 -2.36c-0.62 -0.39 -1.70 -1.24 -2.42 -1.88c-0.72 -0.64 -1.46 -1.17 -1.65 -1.17c-0.19 0.00 -1.14 0.79 -2.11 1.75l-1.76 1.75l-1.55 -0.34c-1.17 -0.26 -1.90 -0.63 -2.94 -1.51c-1.26 -1.06 -1.39 -1.28 -1.39 -2.27c-0.01 -1.79 -0.63 -4.21 -1.42 -5.56c-0.45 -0.76 -1.35 -1.70 -2.27 -2.37c-1.31 -0.95 -1.65 -1.37 -2.34 -2.96c-0.55 -1.26 -0.86 -2.50 -0.98 -3.87c-0.16 -1.84 -0.11 -2.14 0.51 -3.37c0.38 -0.74 1.45 -2.12 2.38 -3.05c1.98 -1.98 2.38 -2.66 2.77 -4.76c0.39 -2.09 -0.14 -4.09 -1.83 -6.89c-2.11 -3.50 -2.17 -4.16 -0.93 -9.92c0.57 -2.63 0.46 -3.66 -0.47 -4.35c-0.73 -0.54 -1.22 -0.56 -45.36 -1.28c-24.54 -0.40 -44.65 -0.70 -44.68 -0.67c-0.03 0.04 -0.15 15.46 -0.26 34.27c-0.11 18.81 -0.30 34.27 -0.42 34.35c-0.12 0.08 -0.23 6.85 -0.23 15.06c0.00 8.20 -0.10 14.98 -0.23 15.06c-0.13 0.08 -0.32 9.49 -0.43 20.91l-0.20 20.76l0.76 0.66c0.42 0.37 0.88 0.67 1.04 0.67c0.15 0.01 0.60 0.34 0.99 0.74l0.71 0.74l0.01 22.61c0.01 12.44 0.01 42.11 0.01 65.94l-0.01 43.33l-10.45 0.00l-10.45 0.00l0.00 3.42c0.00 3.63 -0.10 4.25 -0.69 4.25c-0.26 0.00 -0.37 0.34 -0.37 1.15c0.00 0.63 -0.12 1.50 -0.26 1.92c-0.15 0.42 -0.38 1.78 -0.53 3.02c-0.14 1.24 -0.44 3.26 -0.65 4.50c-0.48 2.78 -0.65 6.01 -0.32 6.33c0.14 0.14 0.02 0.90 -0.32 1.90c-0.31 0.91 -0.56 2.00 -0.56 2.41c0.00 0.41 -0.23 1.85 -0.51 3.19c-0.28 1.34 -0.64 4.11 -0.80 6.15c-0.27 3.53 -0.66 5.64 -1.18 6.46c-0.13 0.21 -0.23 1.28 -0.22 2.38c0.01 1.43 -0.13 2.32 -0.49 3.12c-0.36 0.80 -0.50 1.71 -0.50 3.25c0.00 1.29 -0.16 2.51 -0.39 3.08c-0.22 0.52 -0.50 1.84 -0.64 2.94c-0.14 1.10 -0.37 2.08 -0.52 2.17c-0.18 0.11 -0.19 0.53 -0.03 1.22c0.15 0.65 0.15 1.36 -0.01 1.85c-0.14 0.44 -0.37 2.04 -0.52 3.57c-0.15 1.53 -0.44 3.61 -0.66 4.63c-0.22 1.02 -0.40 2.33 -0.40 2.92c0.00 0.59 -0.30 2.20 -0.66 3.57c-0.36 1.37 -0.66 2.92 -0.67 3.43c-0.01 0.51 -0.20 1.76 -0.42 2.78c-0.23 1.02 -0.51 2.63 -0.62 3.57c-0.11 0.95 -0.48 2.67 -0.82 3.84c-0.36 1.24 -0.60 2.67 -0.56 3.45c0.03 0.74 -0.14 2.10 -0.37 3.04c-0.54 2.12 -0.88 4.67 -0.90 6.69c-0.01 1.13 -0.16 1.73 -0.55 2.22c-0.39 0.50 -0.49 0.90 -0.37 1.53c0.11 0.58 -0.02 1.24 -0.39 2.06c-0.30 0.67 -0.55 1.44 -0.55 1.71c0.00 0.27 -0.08 0.58 -0.18 0.68c-0.10 0.10 -0.22 0.86 -0.27 1.70c-0.05 0.83 -0.20 1.93 -0.34 2.44c-0.14 0.51 -0.26 1.77 -0.26 2.81c0.00 1.26 -0.12 1.98 -0.36 2.18c-0.21 0.18 -0.43 1.15 -0.54 2.43c-0.10 1.17 -0.35 2.63 -0.55 3.24c-0.21 0.61 -0.46 2.18 -0.56 3.49c-0.10 1.31 -0.30 2.61 -0.45 2.89c-0.29 0.56 -0.62 2.59 -0.95 5.86c-0.12 1.17 -0.31 2.29 -0.42 2.47c-0.12 0.19 -0.36 1.55 -0.54 3.03c-0.18 1.48 -0.59 3.66 -0.90 4.86c-0.31 1.20 -0.60 2.86 -0.64 3.70c-0.04 0.84 -0.16 1.68 -0.28 1.86c-0.15 0.23 -1.10 0.33 -3.21 0.33l-3.01 0.00l-0.15 0.73c-0.40 1.97 -1.01 5.89 -1.09 6.95c-0.05 0.65 -0.27 2.14 -0.50 3.31c-0.22 1.16 -0.41 2.83 -0.42 3.70c-0.01 0.87 -0.19 2.30 -0.41 3.17c-0.22 0.87 -0.51 2.86 -0.66 4.42c-0.15 1.56 -0.46 3.52 -0.69 4.37c-0.23 0.84 -0.46 2.46 -0.49 3.58c-0.04 1.13 -0.19 2.20 -0.34 2.38c-0.24 0.30 -0.53 2.15 -1.00 6.29c-0.29 2.63 -1.46 3.07 -3.25 1.25c-0.61 -0.62 -1.11 -1.23 -1.11 -1.34c0.00 -0.30 -2.76 -3.71 -3.91 -4.83c-0.54 -0.53 -1.23 -1.07 -1.52 -1.21c-1.18 -0.55 -1.71 -0.98 -3.79 -3.06c-1.19 -1.19 -2.46 -2.32 -2.81 -2.51c-0.35 -0.19 -1.23 -0.85 -1.96 -1.47l-1.32 -1.13l-0.29 1.34c-0.16 0.74 -0.29 1.55 -0.29 1.82c0.00 0.26 -0.23 1.16 -0.52 1.99c-0.29 0.83 -0.71 2.97 -0.94 4.74c-0.23 1.77 -0.60 3.78 -0.82 4.47c-0.22 0.69 -0.51 2.41 -0.63 3.84c-0.13 1.42 -0.40 3.07 -0.60 3.65c-0.21 0.58 -0.46 1.65 -0.56 2.38c-0.23 1.62 -1.19 5.94 -1.45 6.48c-0.10 0.22 -0.22 1.71 -0.27 3.31c-0.08 2.90 -0.32 3.69 -1.16 3.78c-3.35 0.36 -3.50 0.42 -3.57 1.24c-0.09 1.09 -0.56 3.43 -1.01 5.03c-1.30 4.62 -2.31 9.73 -2.68 13.57c-0.09 0.91 -0.26 1.72 -0.39 1.80c-0.13 0.08 -0.23 0.41 -0.23 0.73c0.00 0.33 -0.10 0.71 -0.23 0.84c-0.42 0.46 -1.08 2.86 -1.37 5.01c-0.16 1.16 -0.40 2.23 -0.53 2.37c-0.13 0.14 -0.24 0.99 -0.24 1.90c0.00 0.91 -0.10 1.71 -0.23 1.79c-0.13 0.08 -0.38 0.71 -0.57 1.40c-0.19 0.69 -0.44 1.38 -0.57 1.51c-0.12 0.14 -0.23 0.52 -0.23 0.84c0.00 0.33 -0.11 0.66 -0.24 0.74c-0.13 0.08 -0.18 0.39 -0.10 0.68c0.08 0.31 0.01 0.53 -0.17 0.53c-0.17 0.00 -0.25 0.10 -0.17 0.23c0.19 0.30 -0.63 5.90 -0.91 6.25c-0.12 0.15 -0.30 0.86 -0.40 1.59c-0.10 0.73 -0.28 1.44 -0.38 1.59c-0.32 0.44 -0.80 2.68 -0.80 3.76c0.00 0.55 -0.30 1.93 -0.66 3.07c-0.36 1.13 -0.66 2.47 -0.66 2.96c0.00 0.49 -0.12 1.21 -0.26 1.59c-0.14 0.38 -0.38 1.69 -0.52 2.91c-0.14 1.22 -0.51 2.78 -0.82 3.46c-0.31 0.68 -0.63 1.63 -0.70 2.10c-0.13 0.80 -0.07 0.88 0.80 1.17c0.85 0.28 0.96 0.43 1.12 1.50c0.12 0.77 0.02 1.92 -0.26 3.23c-1.30 5.99 -1.72 8.23 -1.73 9.25c-0.01 0.62 -0.19 1.56 -0.41 2.09c-0.22 0.52 -0.52 1.98 -0.67 3.23c-0.15 1.25 -0.39 2.76 -0.55 3.34c-0.84 3.14 -2.33 11.87 -2.35 13.66c-0.01 1.11 -0.17 2.48 -0.37 3.04c-0.20 0.56 -0.44 1.80 -0.55 2.74c-0.11 0.94 -0.29 1.84 -0.41 1.98c-0.41 0.51 -1.11 3.72 -1.33 6.09c-0.12 1.31 -0.30 2.71 -0.40 3.11c-0.18 0.69 -0.14 0.73 0.75 0.73c0.52 0.00 1.00 0.10 1.08 0.23c0.13 0.20 2.14 0.69 2.57 0.61c0.09 -0.02 0.81 0.09 1.59 0.23c0.78 0.14 2.25 0.32 3.27 0.40c1.02 0.08 2.48 0.37 3.25 0.65c0.77 0.28 1.63 0.52 1.90 0.52c0.28 0.00 0.59 0.14 0.69 0.31c0.13 0.21 0.07 0.23 -0.18 0.09c-0.22 -0.13 -0.18 -0.00 0.09 0.31c0.58 0.66 0.58 0.79 -0.04 1.57c-0.27 0.35 -0.58 1.17 -0.68 1.83c-0.10 0.66 -0.30 1.19 -0.44 1.19c-0.15 0.00 -0.19 0.12 -0.09 0.28c0.09 0.15 0.09 0.48 -0.02 0.73c-0.10 0.25 -0.25 1.22 -0.31 2.15c-0.07 0.94 -0.31 1.98 -0.53 2.33c-0.57 0.87 -0.20 1.14 1.74 1.32c1.16 0.10 1.85 0.03 2.48 -0.27c0.48 -0.23 1.22 -0.50 1.65 -0.61c0.43 -0.11 1.08 -0.35 1.46 -0.55c0.37 -0.19 0.81 -0.36 0.98 -0.36c0.16 0.00 0.82 -0.51 1.46 -1.13c0.64 -0.62 1.51 -1.32 1.95 -1.55c0.44 -0.24 1.21 -0.68 1.72 -0.99c0.51 -0.31 1.10 -0.63 1.32 -0.72c0.22 -0.09 0.77 -0.33 1.23 -0.53c1.14 -0.50 6.60 -0.51 7.66 -0.01c0.42 0.20 1.26 0.59 1.86 0.86l1.09 0.50l-0.11 1.72c-0.06 0.95 -0.21 1.96 -0.33 2.25c-0.37 0.90 -1.04 3.63 -1.29 5.29c-0.13 0.87 -0.50 2.72 -0.81 4.10c-0.68 2.98 -0.97 4.66 -1.35 7.65c-0.15 1.22 -0.51 2.73 -0.79 3.35c-0.28 0.62 -0.64 2.00 -0.80 3.07c-0.16 1.07 -0.40 2.41 -0.54 3.00c-0.14 0.58 -0.39 1.95 -0.54 3.04c-0.15 1.09 -0.39 2.19 -0.52 2.44c-0.13 0.25 -0.24 0.74 -0.24 1.09c0.00 0.35 -0.16 1.09 -0.36 1.66c-0.20 0.56 -0.44 1.86 -0.54 2.88c-0.10 1.02 -0.25 2.13 -0.34 2.46c-0.14 0.56 -0.09 0.59 0.61 0.43c0.42 -0.10 0.88 -0.26 1.02 -0.36c0.15 -0.10 0.80 -0.33 1.46 -0.52c0.65 -0.18 1.55 -0.49 1.98 -0.68c0.44 -0.19 1.43 -0.55 2.21 -0.80c0.78 -0.25 1.73 -0.62 2.12 -0.82c0.38 -0.20 1.03 -0.36 1.43 -0.37c0.40 0.00 1.44 -0.30 2.31 -0.66c0.86 -0.36 1.81 -0.66 2.09 -0.66c0.29 0.00 0.60 -0.12 0.69 -0.26c0.09 -0.15 0.51 -0.26 0.93 -0.26c0.42 0.00 0.83 -0.11 0.92 -0.25c0.27 -0.43 2.48 -0.64 2.92 -0.28c0.55 0.45 0.54 3.25 0.00 3.70c-0.32 0.26 -0.40 1.05 -0.40 3.90l0.00 3.57l3.11 -0.15c4.26 -0.21 8.78 -0.59 9.66 -0.83c0.40 -0.11 0.73 -0.33 0.73 -0.50c0.00 -0.17 0.30 -0.84 0.66 -1.49c0.97 -1.74 4.51 -9.06 5.77 -11.90c0.16 -0.36 0.49 -0.90 0.74 -1.19c0.25 -0.29 0.64 -1.30 0.88 -2.24c0.24 -0.94 0.65 -1.95 0.92 -2.25c0.53 -0.58 1.02 -1.46 1.88 -3.31c0.30 -0.65 0.66 -1.37 0.79 -1.59c0.14 -0.22 0.45 -0.81 0.69 -1.32c0.25 -0.51 0.59 -1.10 0.77 -1.32c0.18 -0.22 0.45 -0.81 0.62 -1.32c0.16 -0.51 0.71 -1.38 1.22 -1.93c0.78 -0.85 0.87 -1.08 0.61 -1.50c-0.26 -0.41 -0.18 -0.66 0.44 -1.48l0.75 -0.98l3.20 0.12c3.44 0.13 4.04 0.27 4.24 0.95c0.07 0.24 0.17 6.50 0.21 13.90l0.08 13.46l1.64 0.81c0.90 0.44 1.59 0.89 1.53 0.99c-0.06 0.10 0.18 0.12 0.53 0.06c0.42 -0.08 0.95 0.12 1.54 0.57c0.50 0.38 1.00 0.69 1.13 0.69c0.12 0.00 0.71 0.23 1.30 0.51c3.68 1.73 4.33 2.07 5.00 2.64c0.23 0.19 0.86 0.58 1.42 0.88c0.55 0.29 1.33 0.71 1.73 0.92c0.40 0.21 0.80 0.51 0.89 0.65c0.18 0.30 2.51 1.38 5.00 2.35c0.87 0.34 2.06 0.99 2.65 1.44c0.58 0.46 1.48 1.04 1.98 1.29c0.51 0.25 1.43 0.74 2.05 1.09l1.12 0.63l0.00 -0.84c0.00 -0.46 0.22 -1.26 0.50 -1.77c0.27 -0.51 0.58 -1.70 0.69 -2.64c0.11 -0.94 0.41 -2.19 0.66 -2.78c0.45 -1.02 0.70 -2.03 1.86 -7.67c0.30 -1.46 0.78 -3.43 1.06 -4.38c0.29 -0.96 0.52 -2.29 0.52 -2.97c0.00 -0.73 0.21 -1.60 0.52 -2.16c0.40 -0.71 1.60 -4.73 1.60 -5.36c0.00 -0.06 0.11 -0.04 0.24 0.04c0.14 0.08 0.19 -0.20 0.12 -0.65c-0.07 -0.44 -0.01 -0.80 0.13 -0.80c0.14 0.00 0.19 -0.24 0.12 -0.53c-0.08 -0.29 -0.04 -0.53 0.09 -0.53c0.13 0.00 0.26 -0.57 0.30 -1.26c0.04 -0.69 0.31 -1.97 0.59 -2.84c0.29 -0.87 0.63 -2.46 0.77 -3.53c0.36 -2.84 1.15 -3.50 2.99 -2.47c0.48 0.27 1.45 0.68 2.15 0.92c0.71 0.24 2.02 0.89 2.91 1.45c0.90 0.56 2.22 1.29 2.95 1.61c0.73 0.33 1.50 0.69 1.72 0.80c0.98 0.50 3.07 1.69 3.31 1.88c0.15 0.12 0.86 0.53 1.59 0.93c2.14 1.17 2.25 1.32 2.25 3.18c0.00 1.14 -0.12 1.75 -0.40 1.98c-0.33 0.27 -0.40 1.20 -0.39 5.26c0.01 8.13 -0.55 26.33 -0.81 26.82c-0.14 0.25 -0.25 3.13 -0.25 6.40c0.00 4.00 -0.09 6.00 -0.29 6.12c-0.47 0.29 -0.04 32.03 0.45 33.03c0.48 1.00 0.52 7.31 0.05 7.78c-0.24 0.24 -0.37 7.82 -0.55 30.81c-0.25 32.90 -0.19 31.78 -1.54 30.94c-0.43 -0.27 -0.63 -0.27 -0.93 -0.02c-0.48 0.40 -60.40 0.09 -60.81 -0.31c-0.14 -0.14 -3.56 -0.25 -8.00 -0.25l-7.75 0.00l0.00 2.99c0.00 2.04 -0.11 3.09 -0.33 3.32c-0.25 0.25 -0.35 2.47 -0.41 8.85c-0.04 4.69 -0.16 8.70 -0.26 8.92c-0.10 0.22 -0.20 1.77 -0.21 3.44c-0.02 1.67 -0.13 7.65 -0.24 13.29l-0.21 10.25l20.51 0.07c19.74 0.07 20.53 0.09 21.07 0.58c0.54 0.49 0.56 0.70 0.56 8.78c0.00 5.23 -0.10 8.34 -0.26 8.44c-0.16 0.10 -0.27 2.64 -0.28 6.70c-0.01 3.59 -0.20 8.91 -0.43 11.82c-0.39 5.01 -0.71 14.47 -1.02 30.81c-0.10 5.14 -0.23 7.37 -0.46 7.65c-0.24 0.29 -0.35 3.30 -0.42 11.65l-0.09 11.26l1.55 -1.89c0.85 -1.04 1.68 -1.93 1.85 -1.98l-0.00 -0.00z"},"7":{name:"Orán",path:"m1375.05 737.26c0.09 -0.33 0.29 -1.99 0.44 -3.70c0.15 -1.71 0.45 -3.60 0.66 -4.20c0.21 -0.60 0.39 -1.44 0.39 -1.87c0.00 -0.52 0.10 -0.71 0.31 -0.59c0.21 0.13 0.26 0.01 0.16 -0.38c-0.20 -0.76 0.27 -6.40 0.56 -6.77c0.13 -0.16 0.23 -0.98 0.23 -1.83c0.00 -0.85 0.13 -1.67 0.30 -1.84c0.17 -0.17 0.30 -0.67 0.30 -1.13c0.00 -0.52 0.23 -1.04 0.61 -1.40c0.55 -0.51 0.75 -0.55 2.05 -0.33c0.79 0.13 1.78 0.37 2.19 0.52c0.41 0.16 1.74 0.29 2.97 0.29c1.64 0.00 2.76 0.17 4.28 0.66c1.46 0.46 2.66 0.66 4.11 0.66c1.29 0.00 2.61 0.19 3.57 0.50c3.13 1.03 6.65 1.62 9.70 1.62c0.91 0.00 2.01 0.11 2.43 0.24c0.42 0.13 1.96 0.44 3.41 0.69c1.46 0.25 3.21 0.60 3.90 0.79l1.25 0.34l0.29 -1.09c0.16 -0.60 0.39 -2.10 0.51 -3.34c0.12 -1.24 0.42 -2.97 0.66 -3.84c0.24 -0.87 0.50 -1.89 0.57 -2.25c0.07 -0.36 0.19 -0.84 0.27 -1.06c0.08 -0.22 0.17 -0.64 0.20 -0.93c0.18 -1.86 0.50 -3.31 0.73 -3.31c0.15 0.00 0.20 -0.17 0.12 -0.38c-0.18 -0.47 0.23 -4.60 0.74 -7.42c0.21 -1.16 0.52 -3.07 0.69 -4.23c0.17 -1.16 0.43 -2.35 0.59 -2.65c0.44 -0.82 0.96 -3.56 0.98 -5.06c0.01 -0.77 0.24 -1.86 0.53 -2.51c0.34 -0.76 0.53 -1.74 0.53 -2.87c0.01 -0.95 0.18 -2.20 0.39 -2.78c0.21 -0.58 0.39 -1.54 0.39 -2.13c0.01 -0.59 0.14 -1.20 0.30 -1.36c0.26 -0.26 1.03 -3.64 1.03 -4.51c0.00 -0.18 -0.28 -0.33 -0.62 -0.33c-0.34 0.00 -0.83 -0.24 -1.09 -0.52c-0.63 -0.70 -0.44 -3.34 0.37 -5.12c0.32 -0.70 0.59 -1.77 0.59 -2.38c0.01 -0.61 0.19 -1.76 0.41 -2.56c0.22 -0.80 0.49 -2.17 0.61 -3.04c0.11 -0.87 0.44 -2.36 0.73 -3.31c0.29 -0.95 0.60 -2.53 0.68 -3.53c0.08 -1.00 0.33 -2.16 0.54 -2.59c0.21 -0.43 0.47 -1.34 0.57 -2.03c0.10 -0.68 0.27 -1.36 0.38 -1.51c0.28 -0.36 0.79 -3.79 0.79 -5.30c0.00 -0.73 0.30 -1.99 0.76 -3.12c0.42 -1.04 0.84 -2.28 0.95 -2.75c0.10 -0.47 0.30 -0.92 0.43 -1.01c0.13 -0.08 0.24 -0.89 0.24 -1.80c0.00 -0.91 0.12 -1.77 0.26 -1.91c0.14 -0.14 0.38 -1.21 0.53 -2.37c0.15 -1.16 0.56 -2.88 0.92 -3.83c0.60 -1.62 1.39 -5.35 1.95 -9.26c0.23 -1.59 0.86 -4.36 1.80 -7.94c0.21 -0.80 0.51 -1.93 0.66 -2.51c0.15 -0.58 0.34 -1.95 0.41 -3.04c0.15 -2.07 0.41 -2.69 1.12 -2.63c1.07 0.10 2.84 -0.05 3.20 -0.28c0.28 -0.18 0.44 -1.00 0.57 -2.97c0.10 -1.50 0.49 -4.03 0.89 -5.63c1.40 -5.72 1.96 -8.50 2.12 -10.58c0.09 -1.16 0.32 -2.47 0.52 -2.91c0.19 -0.44 0.49 -2.17 0.67 -3.84c0.17 -1.67 0.60 -3.94 0.94 -5.03c0.34 -1.09 0.70 -2.59 0.79 -3.34c0.09 -0.74 0.34 -1.68 0.55 -2.08c0.21 -0.40 0.38 -0.88 0.38 -1.08c0.00 -0.39 -2.16 -2.34 -3.15 -2.84c-0.35 -0.18 -1.07 -0.95 -1.59 -1.71c-0.52 -0.76 -1.55 -1.79 -2.27 -2.28c-0.73 -0.49 -2.11 -1.77 -3.08 -2.85c-1.19 -1.33 -2.25 -2.22 -3.29 -2.75c-0.84 -0.43 -1.71 -1.11 -1.94 -1.50c-0.49 -0.85 -1.98 -1.95 -3.99 -2.95c-0.80 -0.40 -2.05 -1.29 -2.78 -1.99c-1.28 -1.22 -2.44 -1.91 -3.84 -2.27c-0.36 -0.09 -1.32 -0.69 -2.12 -1.33c-0.80 -0.64 -2.11 -1.60 -2.91 -2.14c-1.84 -1.24 -3.42 -2.71 -3.71 -3.45c-0.12 -0.32 -0.52 -0.73 -0.88 -0.93c-3.21 -1.72 -3.02 -1.67 -4.28 -1.33c-0.65 0.17 -2.79 0.32 -4.74 0.32c-4.36 0.00 -5.75 -0.43 -7.94 -2.42l-1.45 -1.33l0.05 -2.75c0.03 -1.51 -0.01 -2.81 -0.09 -2.88c-0.07 -0.07 -1.14 -0.42 -2.36 -0.78c-1.68 -0.49 -2.37 -0.83 -2.83 -1.39c-0.70 -0.88 -0.75 -1.23 -0.21 -1.68c0.22 -0.18 0.40 -0.42 0.40 -0.54c0.00 -0.36 -2.16 -0.62 -4.66 -0.55l-2.41 0.07l-1.36 -1.28c-1.08 -1.01 -1.43 -1.55 -1.68 -2.60c-0.21 -0.85 -0.66 -1.70 -1.28 -2.38c-1.01 -1.11 -1.58 -2.61 -1.58 -4.16c0.00 -0.55 -0.19 -1.08 -0.46 -1.31c-0.63 -0.54 -3.20 -1.70 -4.55 -2.07c-0.61 -0.16 -1.52 -0.53 -2.03 -0.81c-1.10 -0.62 -3.10 -0.67 -4.17 -0.12c-1.27 0.66 -2.03 0.47 -3.78 -0.92c-1.17 -0.93 -1.72 -1.59 -1.95 -2.31c-0.18 -0.55 -0.59 -1.60 -0.92 -2.33c-0.33 -0.73 -0.68 -1.70 -0.78 -2.16c-0.10 -0.46 -0.35 -0.98 -0.55 -1.14c-0.20 -0.17 -0.44 -0.68 -0.53 -1.14c-0.44 -2.17 -1.09 -2.81 -2.84 -2.82c-1.08 0.00 -2.81 -1.67 -3.00 -2.89c-0.11 -0.70 -0.35 -1.06 -0.84 -1.29c-0.87 -0.41 -5.36 -0.43 -6.25 -0.03c-0.49 0.22 -0.97 0.22 -1.89 -0.01c-0.82 -0.21 -1.34 -0.22 -1.55 -0.05c-0.58 0.48 -2.12 0.68 -5.06 0.67c-3.40 -0.01 -4.52 -0.28 -8.07 -1.91c-0.72 -0.33 -1.29 -0.45 -1.44 -0.30c-0.45 0.43 -1.43 0.25 -1.84 -0.33c-0.40 -0.57 -0.41 -0.57 -1.32 -0.08c-0.89 0.48 -0.94 0.48 -1.45 0.02c-0.29 -0.26 -0.60 -0.82 -0.70 -1.24c-0.20 -0.92 -0.97 -1.19 -2.36 -0.80c-1.13 0.31 -1.61 0.19 -2.52 -0.65c-0.36 -0.33 -1.26 -0.75 -1.98 -0.92c-2.53 -0.60 -3.95 -1.09 -4.59 -1.59c-0.99 -0.78 -2.65 -0.67 -3.92 0.25c-0.57 0.42 -1.25 1.07 -1.51 1.46c-0.26 0.39 -0.58 0.64 -0.72 0.55c-0.14 -0.09 -0.24 -0.06 -0.21 0.06c0.03 0.12 -0.16 0.69 -0.42 1.27c-0.34 0.76 -0.43 1.44 -0.33 2.43l0.14 1.38l-1.24 0.98c-0.68 0.54 -1.65 1.37 -2.16 1.84c-0.51 0.47 -1.38 1.11 -1.95 1.42c-1.01 0.56 -4.55 1.32 -6.18 1.33c-0.46 0.00 -0.92 0.12 -1.01 0.27c-0.24 0.39 -1.34 0.32 -1.70 -0.11c-0.17 -0.21 -0.28 -0.59 -0.23 -0.86c0.07 -0.41 -0.10 -0.48 -1.10 -0.48c-0.99 0.00 -1.23 -0.11 -1.51 -0.66c-0.27 -0.54 -0.49 -0.64 -1.26 -0.58c-0.54 0.05 -1.18 -0.10 -1.53 -0.34c-0.33 -0.23 -0.86 -0.42 -1.18 -0.42c-0.83 0.00 -2.21 -1.24 -2.21 -1.99c0.00 -0.34 -0.28 -0.95 -0.61 -1.37c-0.34 -0.41 -0.82 -1.30 -1.07 -1.99c-0.45 -1.21 -0.48 -1.24 -1.44 -1.10c-1.23 0.17 -2.20 0.62 -2.66 1.23c-0.20 0.26 -0.52 0.42 -0.73 0.34c-0.20 -0.08 -0.37 -0.04 -0.37 0.09c0.00 0.12 -0.43 0.31 -0.95 0.41c-0.69 0.13 -1.08 0.06 -1.41 -0.24c-0.25 -0.23 -0.70 -0.41 -1.00 -0.41c-0.30 0.00 -0.90 -0.40 -1.34 -0.90c-0.43 -0.49 -1.15 -0.98 -1.59 -1.07c-1.45 -0.32 -1.74 -1.02 -1.98 -4.84c-0.01 -0.18 -0.06 -0.29 -0.11 -0.24c-0.05 0.05 -0.71 -0.50 -1.48 -1.21c-0.76 -0.72 -2.34 -2.07 -3.50 -3.02c-1.16 -0.94 -2.33 -2.01 -2.60 -2.36c-0.27 -0.35 -0.62 -0.64 -0.78 -0.64c-0.16 0.00 -0.67 -0.36 -1.12 -0.80c-0.62 -0.60 -1.22 -0.86 -2.39 -1.06c-3.36 -0.55 -4.52 -0.13 -4.19 1.50c0.12 0.61 0.00 0.98 -0.55 1.63c-0.39 0.46 -0.86 0.84 -1.04 0.84c-0.18 0.00 -0.54 0.23 -0.79 0.50c-0.29 0.32 -1.40 0.71 -3.02 1.07c-1.41 0.31 -2.74 0.68 -2.96 0.82c-0.22 0.14 -0.69 0.37 -1.06 0.52c-0.36 0.15 -0.93 0.41 -1.26 0.57c-0.50 0.26 -0.70 0.21 -1.23 -0.30c-0.75 -0.70 -1.54 -2.93 -1.52 -4.25c0.03 -1.39 0.70 -3.66 1.57 -5.31c0.89 -1.70 1.27 -3.29 0.85 -3.55c-0.16 -0.10 -0.69 0.01 -1.18 0.25c-1.65 0.78 -2.48 0.82 -3.19 0.14c-0.36 -0.34 -0.65 -0.75 -0.65 -0.92c0.00 -0.17 -0.24 -0.52 -0.53 -0.78c-0.42 -0.38 -0.80 -0.44 -1.83 -0.32c-0.97 0.12 -1.39 0.06 -1.63 -0.23c-0.18 -0.21 -0.38 -0.34 -0.44 -0.27c-0.25 0.25 -1.47 -1.09 -1.95 -2.16c-1.06 -2.33 -1.22 -6.24 -0.32 -7.69c0.21 -0.34 0.61 -1.34 0.90 -2.22c0.64 -1.99 0.90 -2.32 1.86 -2.32c0.54 0.00 0.89 0.21 1.21 0.73c1.67 2.66 4.89 5.13 7.14 5.48c0.41 0.06 1.61 0.18 2.67 0.26c1.53 0.12 1.92 0.07 1.92 -0.22c0.00 -0.39 -1.30 -0.80 -4.37 -1.36c-2.52 -0.46 -3.11 -0.73 -4.52 -2.03c-1.17 -1.07 -1.21 -1.18 -1.09 -2.29c0.12 -1.03 0.35 -1.37 1.88 -2.83c0.96 -0.92 1.75 -1.83 1.75 -2.03c0.00 -0.20 0.36 -0.71 0.81 -1.14c0.56 -0.54 0.78 -0.98 0.73 -1.44c-0.07 -0.60 -0.18 -0.66 -1.11 -0.58c-0.62 0.05 -1.52 0.41 -2.24 0.91c-1.58 1.09 -2.76 1.20 -3.17 0.30c-0.70 -1.54 -0.06 -2.94 1.55 -3.41c1.23 -0.36 2.65 -1.29 2.65 -1.74c0.00 -0.25 0.18 -0.60 0.40 -0.78c0.40 -0.34 0.53 -1.47 0.24 -2.22c-0.25 -0.64 -0.99 -0.10 -1.91 1.39c-0.78 1.26 -2.01 2.15 -2.98 2.15c-0.26 0.00 -0.73 -0.33 -1.04 -0.73c-0.46 -0.58 -0.55 -0.97 -0.44 -1.89c0.11 -0.98 0.32 -1.32 1.37 -2.22l1.24 -1.06l-0.71 -0.75c-0.60 -0.63 -0.69 -0.91 -0.57 -1.80c0.08 -0.58 0.33 -1.44 0.57 -1.91c0.27 -0.53 0.33 -0.96 0.18 -1.14c-0.13 -0.16 -0.36 -1.01 -0.50 -1.88c-0.23 -1.45 -0.26 -1.49 -0.29 -0.50c-0.04 1.30 -0.88 2.54 -1.56 2.30c-0.25 -0.09 -0.93 -0.62 -1.52 -1.18l-1.07 -1.02l-1.44 1.45c-1.55 1.56 -2.26 1.79 -3.04 0.93c-0.38 -0.42 -0.42 -0.66 -0.20 -1.26c0.15 -0.40 0.34 -1.28 0.42 -1.95c0.13 -1.14 0.08 -1.27 -0.88 -2.21c-0.56 -0.55 -1.30 -1.14 -1.64 -1.31c-0.58 -0.29 -0.61 -0.45 -0.53 -2.15c0.08 -1.76 0.05 -1.87 -0.73 -2.62c-0.69 -0.66 -1.08 -0.80 -2.52 -0.89c-2.04 -0.13 -2.31 -0.37 -3.85 -3.35c-1.07 -2.07 -1.40 -3.05 -1.85 -5.43c-0.13 -0.65 -0.37 -1.58 -0.54 -2.06c-0.30 -0.83 -0.36 -0.86 -1.27 -0.66c-2.12 0.45 -3.26 0.26 -4.93 -0.84c-1.84 -1.20 -4.99 -4.38 -5.60 -5.64c-0.36 -0.74 -0.38 -1.43 -0.19 -4.76c0.12 -2.14 0.19 -4.14 0.15 -4.43c-0.37 -2.71 -0.35 -3.89 0.08 -4.80c0.35 -0.74 0.42 -1.35 0.30 -2.58c-0.17 -1.71 -0.02 -2.08 1.11 -2.86l0.62 -0.43l-0.96 0.03c-0.70 0.02 -1.14 -0.16 -1.63 -0.65c-0.64 -0.64 -0.67 -0.78 -0.49 -2.41c0.16 -1.49 0.31 -1.85 1.06 -2.58l0.87 -0.85l-0.41 -1.23c-0.22 -0.68 -0.57 -1.42 -0.77 -1.65c-0.42 -0.49 -0.48 -1.99 -0.09 -2.23c0.15 -0.09 0.27 -0.60 0.27 -1.14c0.01 -2.13 0.15 -3.18 0.49 -3.59c0.30 -0.36 0.30 -0.50 0.00 -0.85c-0.19 -0.23 -0.48 -0.68 -0.63 -0.99c-0.15 -0.31 -0.66 -0.74 -1.13 -0.95c-1.34 -0.59 -1.17 -1.44 0.72 -3.58c1.42 -1.61 1.55 -1.85 1.26 -2.35c-0.20 -0.35 -0.31 -1.57 -0.29 -3.19c0.03 -2.25 0.10 -2.69 0.54 -3.04c0.53 -0.43 1.68 -2.59 1.68 -3.15c0.00 -0.18 -0.24 -0.79 -0.53 -1.36c-0.54 -1.05 -1.09 -5.65 -1.06 -8.76c0.01 -0.79 0.01 -1.79 0.00 -2.22c-0.01 -0.44 0.06 -1.47 0.15 -2.29c0.14 -1.36 0.11 -1.51 -0.39 -1.67c-0.41 -0.13 -0.55 -0.40 -0.55 -1.02c0.00 -0.46 -0.24 -1.20 -0.53 -1.64c-0.62 -0.93 -0.68 -1.92 -0.16 -2.66c0.34 -0.49 0.31 -0.56 -0.37 -0.86c-0.70 -0.31 -1.20 -1.13 -1.38 -2.29c-0.05 -0.29 -0.43 -0.69 -0.84 -0.89c-0.42 -0.20 -1.11 -0.77 -1.55 -1.26c-0.43 -0.49 -0.92 -0.89 -1.08 -0.89c-0.16 0.00 -0.68 0.38 -1.16 0.84l-0.87 0.84l-0.89 -0.48c-0.69 -0.37 -0.86 -0.61 -0.78 -1.07c0.09 -0.46 -0.04 -0.63 -0.57 -0.76c-0.40 -0.10 -0.69 -0.36 -0.69 -0.63c-0.01 -0.34 -0.20 -0.23 -0.73 0.41c-0.62 0.75 -0.83 0.84 -1.57 0.70c-0.47 -0.09 -0.88 -0.36 -0.93 -0.59c-0.07 -0.34 -0.43 -0.41 -1.87 -0.39l-1.79 0.03l0.00 -0.75c0.00 -0.41 -0.07 -0.92 -0.14 -1.13c-0.09 -0.23 0.25 -0.65 0.89 -1.09c1.00 -0.69 1.03 -0.76 0.91 -1.96c-0.07 -0.68 -0.29 -1.51 -0.50 -1.83c-0.50 -0.80 -0.46 -2.44 0.07 -3.03c0.24 -0.27 0.81 -0.49 1.26 -0.50l0.82 -0.02l-1.06 -0.47c-0.58 -0.26 -1.52 -0.56 -2.08 -0.66c-1.53 -0.28 -2.69 -0.92 -3.18 -1.75c-0.55 -0.94 -0.58 -4.08 -0.04 -5.02c0.47 -0.83 0.49 -1.10 0.07 -1.02c-0.69 0.14 -1.76 -0.33 -1.92 -0.84c-0.11 -0.35 -0.40 -0.53 -0.86 -0.53c-1.01 0.00 -1.92 -0.97 -1.92 -2.04c0.00 -0.77 -0.13 -0.95 -0.91 -1.27c-0.50 -0.21 -0.99 -0.63 -1.08 -0.94c-0.26 -0.81 0.09 -2.36 0.54 -2.36c0.57 0.00 1.76 -1.39 1.45 -1.70c-0.14 -0.14 -0.26 -0.65 -0.26 -1.13c0.00 -0.69 0.11 -0.87 0.51 -0.87c0.72 0.00 1.34 -1.00 1.34 -2.18c0.00 -0.55 0.13 -1.22 0.30 -1.48c0.23 -0.37 0.20 -0.67 -0.13 -1.31c-0.58 -1.12 -0.54 -1.97 0.13 -2.82l0.56 -0.71l-0.56 -0.60c-0.63 -0.67 -0.75 -2.12 -0.25 -3.20c0.24 -0.52 0.50 -0.67 1.16 -0.67c0.47 0.00 1.01 -0.19 1.20 -0.41c0.19 -0.23 0.68 -0.59 1.09 -0.80c0.47 -0.24 0.75 -0.60 0.75 -0.96c0.00 -0.31 0.25 -0.84 0.56 -1.16c0.63 -0.67 0.48 -1.16 -0.35 -1.16c-0.71 0.00 -1.53 -0.73 -1.53 -1.35c0.00 -0.60 0.76 -2.31 1.34 -3.01c0.57 -0.69 0.80 -1.67 0.44 -1.90c-0.16 -0.10 -0.91 -0.15 -1.67 -0.11l-1.38 0.06l-0.17 -1.54c-0.09 -0.85 -0.19 -1.72 -0.22 -1.94c-0.04 -0.30 -0.47 -0.41 -1.85 -0.43c-2.48 -0.05 -3.23 -0.24 -4.29 -1.08c-0.78 -0.63 -0.92 -0.89 -0.92 -1.84c0.00 -0.95 0.14 -1.22 0.99 -1.94l0.99 -0.83l-1.24 0.18c-0.95 0.14 -1.42 0.07 -2.05 -0.30c-0.96 -0.57 -1.19 -1.14 -0.96 -2.38l0.17 -0.91l-1.05 0.17c-0.87 0.14 -1.09 0.08 -1.33 -0.36c-0.16 -0.29 -0.47 -0.60 -0.70 -0.69c-0.23 -0.09 -0.35 -0.05 -0.27 0.08c0.08 0.13 0.04 0.31 -0.09 0.39c-0.13 0.08 -0.32 -0.05 -0.41 -0.29c-0.13 -0.34 -0.46 -0.04 -1.45 1.31c-0.70 0.97 -1.35 1.70 -1.45 1.63c-0.09 -0.07 -0.11 -0.05 -0.05 0.04c0.06 0.09 -0.48 1.04 -1.21 2.13c-1.67 2.49 -1.84 3.07 -1.80 6.31c0.02 1.46 0.02 5.80 0.00 9.66c-0.01 3.86 -0.01 7.01 0.01 7.01c0.22 0.00 0.12 3.97 -0.15 5.69c-0.28 1.79 -0.54 2.54 -1.28 3.63c-0.51 0.76 -1.07 1.83 -1.24 2.38c-0.56 1.82 -1.11 2.83 -2.55 4.72c-0.78 1.03 -1.42 2.01 -1.42 2.17c0.00 0.36 -3.09 3.53 -4.72 4.83c-1.21 0.97 -1.92 1.33 -2.89 1.45c-0.33 0.04 -1.58 0.55 -2.78 1.12c-1.20 0.57 -2.47 1.16 -2.83 1.30l-0.64 0.26l0.55 0.55c0.30 0.30 0.63 0.90 0.72 1.33c0.20 0.91 1.54 2.29 2.61 2.70c0.46 0.17 0.67 0.40 0.55 0.59c-0.11 0.18 -0.07 0.23 0.09 0.13c0.15 -0.10 0.53 0.26 0.84 0.78c0.53 0.90 0.60 0.93 1.04 0.53c0.68 -0.61 1.46 -0.53 2.40 0.26c0.82 0.69 0.82 0.69 0.75 3.14c-0.08 2.67 0.15 3.21 1.63 3.92c0.52 0.25 0.76 0.67 1.03 1.78c0.19 0.80 0.52 1.64 0.73 1.87c0.21 0.23 0.37 0.53 0.37 0.68c0.00 0.14 0.36 0.60 0.79 1.02c0.61 0.58 0.79 0.99 0.79 1.76c0.00 1.08 0.91 3.81 1.49 4.48c0.59 0.69 0.42 2.16 -0.44 3.75c-0.50 0.92 -0.70 1.55 -0.53 1.65c0.30 0.18 0.37 2.50 0.12 3.77c-0.09 0.43 -0.56 1.23 -1.06 1.77l-0.90 0.99l0.63 0.84c0.35 0.46 0.71 1.10 0.80 1.40c0.09 0.31 0.40 0.77 0.69 1.03c0.29 0.26 0.52 0.73 0.52 1.05c0.00 0.60 -0.94 1.80 -1.61 2.04c-0.28 0.10 -0.07 0.46 0.75 1.30c0.96 0.99 1.12 1.33 1.12 2.27c0.00 0.60 -0.13 1.18 -0.28 1.27c-0.41 0.25 0.70 1.36 1.57 1.57c0.97 0.24 2.16 1.43 2.16 2.17c0.00 0.53 0.13 0.61 1.02 0.61c1.33 0.00 2.03 0.72 1.80 1.86c-0.12 0.60 -0.08 0.76 0.16 0.62c0.98 -0.57 -0.89 1.09 -2.03 1.80c-0.74 0.47 -1.40 0.89 -1.46 0.93c-0.06 0.05 0.19 0.41 0.56 0.81c0.37 0.40 0.81 1.13 0.97 1.63c0.25 0.76 0.23 1.01 -0.16 1.56c-1.42 2.01 -1.37 1.50 -0.72 7.06c0.18 1.56 0.17 1.60 -0.64 2.19c-0.45 0.33 -0.82 0.83 -0.82 1.11c0.00 0.76 -0.45 0.91 -2.78 0.95c-2.33 0.04 -3.33 0.38 -3.71 1.26c-0.20 0.45 -0.60 0.63 -1.78 0.82c-1.41 0.22 -1.57 0.19 -2.18 -0.38c-0.64 -0.61 -0.68 -0.61 -1.59 -0.18c-0.51 0.24 -1.32 0.45 -1.78 0.45c-1.59 0.01 -1.72 0.35 -0.64 1.67c0.75 0.92 0.97 1.42 0.97 2.20c0.00 0.56 -0.11 1.17 -0.23 1.37c-0.14 0.22 -0.07 0.66 0.16 1.14c0.44 0.88 0.31 2.03 -0.36 3.27c-0.26 0.47 -0.52 1.86 -0.64 3.44c-0.16 2.00 -0.37 2.96 -0.86 3.92c-0.88 1.71 -1.16 3.97 -0.60 4.82c0.80 1.22 0.07 8.59 -0.84 8.60c-0.11 0.00 -0.33 0.30 -0.50 0.66c-0.25 0.55 -0.22 0.77 0.22 1.32c0.34 0.44 0.50 0.98 0.44 1.58c-0.04 0.50 0.01 1.00 0.11 1.10c0.33 0.33 0.21 1.11 -0.30 2.02c-0.37 0.66 -0.46 1.23 -0.37 2.32c0.17 2.03 -0.28 2.39 -3.31 2.68c-3.58 0.34 -5.20 0.65 -9.06 1.74c-3.41 0.96 -3.72 1.00 -6.97 0.93c-2.76 -0.06 -3.59 -0.17 -4.42 -0.60c-0.56 -0.29 -1.30 -0.52 -1.65 -0.52c-0.89 0.00 -2.33 -0.52 -2.96 -1.06c-0.29 -0.25 -1.05 -0.52 -1.69 -0.60c-1.70 -0.21 -1.96 -0.61 -2.17 -3.29c-0.19 -2.40 -0.81 -5.99 -1.35 -7.79c-0.26 -0.85 -0.52 -1.13 -1.51 -1.58c-1.23 -0.56 -2.81 -0.57 -7.09 -0.06c-1.22 0.15 -1.59 0.06 -3.34 -0.79c-1.47 -0.72 -2.30 -0.96 -3.30 -0.96c-0.73 0.00 -1.92 -0.13 -2.63 -0.30c-1.08 -0.25 -1.45 -0.23 -2.20 0.13c-1.54 0.73 -4.00 1.49 -4.77 1.49c-0.41 0.00 -0.81 0.12 -0.90 0.26c-0.09 0.15 -0.43 0.26 -0.76 0.26c-0.33 0.00 -0.99 0.41 -1.48 0.91c-0.97 1.00 -1.14 1.06 -5.10 1.65c-3.93 0.59 -5.99 0.71 -6.40 0.37c-0.35 -0.29 -1.05 -0.24 -3.53 0.29c-1.18 0.25 -1.46 0.23 -1.85 -0.12c-0.31 -0.28 -1.14 -0.45 -2.45 -0.52c-3.64 -0.19 -6.20 -1.20 -6.92 -2.72c-0.14 -0.29 -0.54 -1.01 -0.89 -1.59c-0.35 -0.58 -0.76 -1.33 -0.91 -1.66c-0.15 -0.33 -0.48 -0.68 -0.73 -0.77c-0.26 -0.09 -0.91 -0.51 -1.45 -0.93c-0.54 -0.42 -1.43 -0.83 -1.98 -0.91c-0.93 -0.13 -2.28 -0.60 -3.28 -1.14c-0.23 -0.13 -1.24 -0.43 -2.23 -0.68c-1.97 -0.49 -6.17 -0.43 -6.81 0.10c-0.19 0.16 -1.41 0.64 -2.71 1.08c-2.68 0.90 -5.38 1.09 -7.79 0.55c-2.09 -0.46 -5.56 -0.63 -5.91 -0.28c-0.37 0.37 -1.32 0.37 -1.70 -0.02c-0.23 -0.23 -0.55 -0.18 -1.31 0.18c-0.62 0.29 -2.29 0.61 -4.31 0.81c-9.64 0.97 -9.45 0.93 -9.32 1.57c0.08 0.42 0.45 0.68 1.34 0.96c0.91 0.28 1.26 0.53 1.32 0.95c0.05 0.31 0.30 0.64 0.57 0.72c0.59 0.19 0.80 0.89 0.80 2.72c0.00 0.88 -0.11 1.39 -0.30 1.39c-0.19 0.00 -0.16 0.17 0.10 0.46c0.60 0.70 0.96 1.99 1.16 4.14c0.16 1.76 0.11 2.06 -0.52 3.32c-0.71 1.41 -0.91 3.13 -0.43 3.62c0.28 0.28 0.12 1.38 -0.61 4.07c-0.63 2.34 -0.28 5.24 0.92 7.54c0.53 1.02 1.03 2.17 1.12 2.55c0.10 0.46 0.61 0.99 1.48 1.55c1.72 1.10 2.49 2.17 2.26 3.12c-0.10 0.39 -0.28 1.25 -0.40 1.90c-0.31 1.62 -0.76 2.59 -1.79 3.82c-0.59 0.71 -0.87 1.31 -0.87 1.91c0.00 0.50 -0.21 1.07 -0.50 1.34c-0.27 0.26 -0.58 0.76 -0.69 1.10c-0.39 1.26 -1.28 2.45 -2.21 2.92c-0.88 0.45 -0.95 0.58 -0.98 1.78c-0.02 0.71 -0.12 1.54 -0.23 1.85c-0.18 0.52 -0.08 0.57 1.39 0.74c1.58 0.18 1.90 0.42 1.90 1.42c0.00 0.23 0.25 0.70 0.57 1.03c0.57 0.60 0.57 0.60 1.23 0.08c0.77 -0.60 3.14 -0.72 3.81 -0.19c0.55 0.44 0.80 2.09 0.85 5.53c0.03 2.66 0.07 2.85 0.69 3.35c0.55 0.44 0.66 0.77 0.68 1.95c0.03 1.94 0.04 1.96 0.71 2.70c1.54 1.69 1.58 1.79 1.72 4.02c0.12 1.89 0.06 2.35 -0.45 3.39c-0.63 1.30 -0.57 1.94 0.26 2.68c0.29 0.26 0.52 0.63 0.52 0.81c0.00 0.54 0.54 0.73 1.80 0.67c0.70 -0.04 1.42 0.10 1.79 0.35c0.34 0.23 0.92 0.41 1.28 0.41c1.46 0.00 3.71 0.79 4.30 1.52c0.33 0.40 0.60 0.88 0.61 1.06c0.01 0.18 0.25 0.33 0.54 0.33c0.84 0.00 2.19 1.02 3.18 2.42c0.50 0.70 1.08 1.28 1.28 1.28c0.43 0.01 3.39 2.08 4.11 2.88c0.28 0.31 0.74 0.56 1.03 0.56c0.29 0.00 0.99 0.50 1.55 1.10c1.12 1.22 1.31 2.24 0.64 3.54c-0.45 0.86 -0.26 1.34 0.89 2.31c1.01 0.85 1.44 3.17 0.69 3.72c-0.73 0.53 -0.43 1.58 0.54 1.89c1.09 0.35 1.64 0.84 1.74 1.54c0.06 0.43 0.32 0.61 1.02 0.72c1.25 0.20 2.35 1.03 2.36 1.77c0.00 0.35 0.17 0.60 0.41 0.60c0.22 0.00 0.40 0.24 0.40 0.54c0.00 0.30 0.17 0.80 0.39 1.13c0.34 0.52 0.34 0.80 -0.04 2.38l-0.43 1.78l0.76 0.79c0.42 0.43 1.06 1.42 1.43 2.18c0.37 0.76 0.94 1.51 1.27 1.65c0.33 0.14 0.60 0.35 0.60 0.46c0.00 0.11 0.18 0.20 0.39 0.20c0.22 0.00 1.53 0.36 2.91 0.81c2.04 0.66 2.52 0.90 2.52 1.32c0.00 0.28 0.12 0.52 0.26 0.52c0.40 0.00 0.32 1.90 -0.13 3.17c-0.22 0.62 -0.40 1.22 -0.40 1.33c0.00 0.11 0.60 0.58 1.33 1.03c0.73 0.45 1.40 0.99 1.48 1.20c0.08 0.21 0.47 0.45 0.87 0.54c0.40 0.09 1.55 0.81 2.56 1.60c3.08 2.42 2.83 2.31 5.10 2.27c1.87 -0.03 2.14 0.03 2.79 0.63c0.40 0.37 0.92 0.67 1.17 0.67c0.25 0.00 0.59 0.23 0.77 0.51c0.28 0.45 0.54 0.49 2.50 0.36c2.05 -0.14 2.26 -0.21 3.57 -1.23c0.76 -0.60 1.39 -1.22 1.40 -1.39c0.01 -0.17 0.37 -0.43 0.79 -0.57c0.43 -0.15 0.91 -0.52 1.07 -0.82c0.16 -0.30 0.49 -0.55 0.73 -0.55c0.24 0.00 0.76 -0.31 1.15 -0.68c0.67 -0.64 0.77 -0.66 1.87 -0.36c0.64 0.18 1.48 0.30 1.87 0.28c0.49 -0.03 0.76 0.11 0.87 0.48c0.28 0.87 0.93 0.34 0.93 -0.76c0.00 -1.25 0.97 -2.28 1.93 -2.04c0.50 0.13 0.70 0.02 0.94 -0.50c0.18 -0.39 0.52 -0.66 0.84 -0.66c0.30 0.00 0.61 -0.18 0.70 -0.40c0.20 -0.51 0.88 -0.51 1.26 0.00c0.26 0.35 0.38 0.35 1.09 -0.02c0.44 -0.23 1.18 -0.37 1.65 -0.32c0.47 0.05 0.86 0.00 0.86 -0.12c0.00 -0.12 0.15 -0.20 0.33 -0.17c0.64 0.11 1.79 -0.36 1.79 -0.72c0.00 -0.20 0.14 -0.37 0.30 -0.37c0.17 0.00 0.55 -0.27 0.86 -0.60c0.50 -0.54 0.77 -0.60 2.65 -0.54c2.12 0.07 2.41 0.15 2.42 0.70c0.00 0.17 0.21 0.27 0.46 0.23c0.31 -0.05 0.40 0.05 0.30 0.33c-0.10 0.26 -0.01 0.41 0.25 0.41c0.22 0.00 0.44 0.27 0.49 0.60c0.06 0.43 0.29 0.62 0.81 0.68c0.40 0.05 0.73 0.19 0.73 0.33c0.00 0.14 0.25 0.25 0.56 0.25c0.45 0.00 0.53 0.12 0.40 0.60c-0.11 0.42 0.01 0.74 0.43 1.08c0.44 0.36 0.47 0.45 0.13 0.34c-0.34 -0.11 -0.46 -0.00 -0.46 0.40c0.00 0.32 0.22 0.60 0.53 0.68c0.29 0.08 0.53 0.36 0.53 0.62c0.00 0.27 0.24 0.89 0.54 1.39c0.50 0.86 0.64 0.92 2.32 1.09c0.98 0.10 2.33 0.17 3.01 0.16c0.68 -0.01 1.31 0.10 1.40 0.24c0.09 0.14 0.34 0.19 0.55 0.11c0.21 -0.08 0.39 -0.04 0.39 0.09c0.00 0.13 0.25 0.51 0.55 0.84c0.42 0.45 0.73 0.56 1.28 0.44c0.49 -0.11 0.84 -0.03 1.07 0.25c0.19 0.22 0.59 0.41 0.90 0.41c0.70 0.01 1.08 0.26 1.30 0.85c0.09 0.25 0.50 0.54 0.91 0.64c0.41 0.10 0.89 0.40 1.08 0.67c0.19 0.27 0.47 0.49 0.62 0.49c0.15 0.00 0.63 0.30 1.06 0.66c0.43 0.36 1.03 0.66 1.32 0.66c0.31 0.00 0.59 0.22 0.67 0.53c0.08 0.29 0.30 0.53 0.50 0.53c0.20 0.00 0.37 0.09 0.37 0.21c0.00 0.37 2.23 0.16 3.10 -0.29c1.12 -0.59 1.14 -0.58 2.49 0.43c1.01 0.76 1.33 0.86 2.38 0.77c1.12 -0.10 1.24 -0.05 1.39 0.56c0.09 0.37 0.52 1.02 0.96 1.46c0.44 0.44 0.79 0.93 0.79 1.10c0.00 0.38 1.01 0.09 1.66 -0.47c0.36 -0.32 0.54 -0.34 0.78 -0.10c0.17 0.17 0.59 0.31 0.92 0.31c0.69 0.00 0.74 0.31 0.33 2.09c-0.17 0.75 -0.18 1.26 -0.01 1.42c0.15 0.15 0.16 0.50 0.03 0.86c-0.19 0.49 -0.11 0.69 0.42 1.03c0.36 0.23 0.65 0.59 0.65 0.80c0.00 0.21 0.48 0.64 1.06 0.97c0.84 0.47 1.06 0.75 1.06 1.33c0.00 0.57 0.15 0.78 0.66 0.91c0.36 0.09 0.66 0.28 0.66 0.42c0.00 0.38 1.40 1.71 2.00 1.90c0.29 0.09 1.16 0.75 1.93 1.46l1.41 1.29l-0.09 1.55c-0.07 1.16 0.03 1.72 0.37 2.21c0.26 0.38 0.46 1.14 0.46 1.80c0.00 1.18 0.49 1.87 2.09 2.93c0.35 0.23 0.91 1.05 1.25 1.82c0.50 1.12 0.74 1.40 1.24 1.40c0.67 0.00 2.05 0.39 3.02 0.86c0.47 0.23 0.60 0.51 0.60 1.34c0.00 0.67 -0.16 1.17 -0.44 1.37c-0.51 0.37 -0.27 0.93 0.39 0.93c0.25 0.00 1.09 0.72 1.87 1.60l1.41 1.60l0.59 -0.55c0.32 -0.30 0.96 -0.58 1.42 -0.61c0.68 -0.05 0.83 -0.17 0.83 -0.67c0.00 -0.93 0.44 -1.56 1.22 -1.75c0.56 -0.14 0.88 -0.02 1.53 0.60c0.97 0.92 1.76 1.34 2.20 1.18c0.45 -0.16 2.05 -2.89 2.46 -4.18c0.53 -1.69 1.55 -3.24 2.53 -3.85c1.01 -0.63 1.11 -1.02 0.48 -1.99c-0.83 -1.27 0.19 -4.93 2.28 -8.19c1.10 -1.72 2.95 -5.91 3.44 -7.78c0.24 -0.92 0.82 -1.69 2.76 -3.69l2.46 -2.53l12.37 0.07c6.80 0.04 12.65 0.17 12.99 0.30c0.34 0.13 2.85 0.23 5.59 0.22c2.74 -0.01 9.26 0.12 14.50 0.30c8.81 0.29 9.56 0.35 10.05 0.83c0.48 0.46 0.49 0.57 0.13 1.10c-0.30 0.46 -0.40 1.60 -0.43 5.09c-0.02 2.47 -0.11 8.13 -0.20 12.57c-0.09 4.44 -0.22 14.44 -0.30 22.23c-0.07 7.79 -0.20 16.77 -0.29 19.98c-0.15 5.84 -0.19 7.56 -0.48 20.51c-0.25 11.35 -0.52 56.86 -0.46 76.44l0.06 18.10l0.85 1.18c0.47 0.65 1.30 2.01 1.85 3.01l1.00 1.83l-0.23 2.57c-0.13 1.41 -0.18 2.66 -0.13 2.77c0.06 0.11 1.64 0.20 3.51 0.20c2.11 0.00 3.69 0.12 4.15 0.32c0.43 0.19 2.79 0.40 5.64 0.51c6.17 0.24 13.91 0.69 14.95 0.87c0.44 0.08 3.23 0.26 6.22 0.40c3.16 0.15 6.07 0.43 6.98 0.67c2.14 0.56 4.85 0.93 7.83 1.08c4.70 0.23 9.65 0.65 10.72 0.90c0.58 0.14 2.07 0.26 3.31 0.26c1.51 0.01 2.51 0.14 3.04 0.42c0.63 0.33 1.28 0.38 3.17 0.24c1.87 -0.13 2.64 -0.08 3.57 0.26c0.71 0.26 2.73 0.53 5.03 0.68c4.70 0.30 8.35 0.66 10.45 1.05c2.10 0.38 5.81 0.71 11.77 1.03c5.69 0.30 7.27 0.47 9.26 0.98c1.57 0.40 7.46 0.89 11.11 0.92c1.24 0.01 2.67 0.18 3.17 0.38c1.30 0.50 1.50 0.48 1.69 -0.20l0.01 0.00z"},"8":{name:"San Martín",path:"m1472.74 566.81c0.24 -1.46 0.53 -3.48 0.64 -4.50c0.11 -1.02 0.46 -3.08 0.77 -4.57c0.31 -1.50 0.56 -3.23 0.56 -3.85c0.00 -0.62 0.19 -1.84 0.41 -2.70c0.23 -0.87 0.52 -2.96 0.65 -4.65c0.13 -1.69 0.37 -3.64 0.52 -4.34c0.16 -0.70 0.22 -1.43 0.15 -1.62c-0.13 -0.33 0.00 -1.26 0.67 -4.85c0.46 -2.48 1.09 -4.47 1.53 -4.87c0.47 -0.42 4.95 -0.70 5.52 -0.34c0.25 0.16 0.33 -0.14 0.34 -1.19c0.00 -0.77 0.25 -2.24 0.54 -3.26c0.29 -1.02 0.65 -2.75 0.80 -3.84c0.15 -1.09 0.39 -2.58 0.55 -3.31c0.16 -0.73 0.33 -2.06 0.39 -2.96c0.06 -0.90 0.22 -1.95 0.37 -2.33c0.15 -0.38 0.27 -1.13 0.27 -1.67c0.00 -0.54 0.16 -1.29 0.36 -1.67c0.20 -0.38 0.44 -1.87 0.54 -3.31c0.10 -1.44 0.34 -2.97 0.54 -3.41c0.19 -0.44 0.43 -1.69 0.53 -2.78c0.10 -1.09 0.37 -2.76 0.59 -3.70c0.23 -0.95 0.45 -2.26 0.49 -2.91c0.26 -4.09 0.82 -6.98 1.51 -7.87c0.14 -0.18 0.18 -0.72 0.10 -1.19c-0.10 -0.54 -0.01 -1.15 0.23 -1.62c0.22 -0.42 0.39 -0.99 0.39 -1.27c0.00 -0.32 0.11 -0.44 0.31 -0.33c0.21 0.13 0.26 0.01 0.16 -0.36c-0.26 -0.98 1.21 -10.29 1.70 -10.78c0.10 -0.10 0.07 -0.47 -0.07 -0.82c-0.18 -0.46 -0.09 -1.22 0.29 -2.66c0.30 -1.11 0.65 -2.80 0.79 -3.76c0.14 -0.96 0.37 -2.36 0.52 -3.10c0.15 -0.75 0.38 -2.12 0.50 -3.04c0.12 -0.93 0.47 -2.99 0.78 -4.59c0.86 -4.52 1.58 -9.07 1.78 -11.24c0.10 -1.09 0.30 -2.28 0.45 -2.65c0.15 -0.36 0.24 -1.00 0.21 -1.42c-0.04 -0.49 0.04 -0.69 0.23 -0.58c0.35 0.22 0.38 -0.44 0.04 -0.79c-0.30 -0.30 0.15 -4.31 0.53 -4.77c0.14 -0.17 0.36 -1.69 0.49 -3.39c0.13 -1.69 0.35 -3.23 0.49 -3.41c0.14 -0.18 0.33 -1.45 0.43 -2.81c0.09 -1.37 0.27 -2.62 0.40 -2.78c0.28 -0.36 0.58 -1.88 0.57 -2.87c-0.01 -0.40 0.12 -0.73 0.29 -0.73c0.18 0.00 0.24 -0.23 0.15 -0.56c-0.24 -0.93 0.95 -9.81 1.73 -12.93c0.16 -0.65 0.32 -2.44 0.35 -3.97c0.05 -2.99 0.45 -6.33 0.90 -7.51c0.15 -0.40 0.28 -1.23 0.28 -1.84c0.00 -0.61 0.18 -1.82 0.39 -2.69c0.21 -0.87 0.39 -1.94 0.39 -2.36c0.01 -0.92 0.56 -2.53 0.86 -2.53c0.12 0.00 0.21 -1.79 0.21 -3.97l0.00 -3.97l10.45 0.00l10.45 0.00l-0.01 -64.82c0.00 -49.10 -0.08 -64.82 -0.31 -64.82c-0.17 0.00 -0.58 -0.25 -0.90 -0.56c-0.33 -0.31 -1.11 -0.82 -1.74 -1.13l-1.14 -0.57l-0.07 -9.11c-0.04 -5.89 0.03 -9.20 0.20 -9.38c0.17 -0.17 0.27 -4.12 0.27 -11.05c0.00 -6.90 0.10 -10.84 0.26 -10.94c0.16 -0.10 0.26 -2.60 0.26 -6.61c0.00 -4.02 0.10 -6.51 0.26 -6.61c0.17 -0.11 0.26 -6.44 0.26 -18.14c0.00 -11.20 0.10 -18.15 0.26 -18.44c0.16 -0.28 0.34 -10.21 0.46 -25.79l0.20 -25.33l-0.66 -0.02c-14.06 -0.33 -93.19 -1.49 -118.04 -1.73l-18.95 -0.18l-1.09 1.38c-0.84 1.06 -1.09 1.61 -1.09 2.37c0.00 0.72 -0.18 1.16 -0.69 1.63c-0.38 0.35 -0.87 1.09 -1.09 1.63c-0.45 1.12 -0.41 1.10 -1.67 0.66c-0.68 -0.24 -0.92 -0.47 -0.88 -0.86c0.04 -0.41 0.03 -0.43 -0.08 -0.07c-0.27 0.90 -1.06 0.52 -1.55 -0.75c-0.26 -0.67 -0.93 -2.01 -1.49 -2.97c-0.57 -0.97 -1.03 -2.01 -1.03 -2.33c0.00 -0.55 -0.12 -0.57 -4.83 -0.74c-2.66 -0.10 -12.81 -0.28 -22.56 -0.42c-9.75 -0.14 -22.07 -0.32 -27.38 -0.41l-9.66 -0.16l-0.98 0.94l-0.98 0.94l0.45 0.80c0.44 0.77 0.43 0.84 -0.11 1.79c-0.31 0.54 -0.93 1.24 -1.37 1.55c-0.56 0.38 -0.73 0.64 -0.54 0.83c0.19 0.19 0.14 0.48 -0.16 0.94c-0.24 0.36 -0.33 0.70 -0.20 0.76c0.13 0.05 0.30 0.83 0.38 1.73c0.17 1.90 -0.09 2.42 -1.43 2.87c-0.83 0.28 -0.90 0.39 -0.99 1.60c-0.06 0.71 -0.09 1.78 -0.07 2.36c0.02 0.58 0.04 1.46 0.05 1.94c0.03 1.19 -1.66 3.66 -2.65 3.88c-0.90 0.20 -2.13 -0.25 -2.13 -0.78c0.00 -0.64 -0.38 -0.47 -0.89 0.41c-0.44 0.75 -0.52 0.78 -0.94 0.40c-0.69 -0.63 -1.28 -0.50 -1.73 0.37c-0.50 0.97 -0.50 1.07 -0.01 1.07c0.25 0.00 0.40 0.25 0.40 0.68c0.00 0.37 0.12 0.90 0.26 1.17c0.21 0.40 0.10 0.62 -0.56 1.18c-0.68 0.57 -0.80 0.83 -0.67 1.45c0.15 0.74 -0.28 1.25 -2.05 2.45c-0.16 0.11 0.02 0.45 0.45 0.85c0.97 0.90 0.99 2.19 0.06 2.54c-0.61 0.23 -0.80 0.55 -0.67 1.18c0.14 0.71 -0.31 1.95 -0.75 2.06c-0.69 0.18 -0.96 1.73 -0.40 2.35c0.40 0.44 0.39 0.54 -0.08 1.35c-0.29 0.50 -0.76 0.91 -1.11 0.96c-0.33 0.05 -0.67 0.29 -0.75 0.53c-0.29 0.82 -0.95 1.37 -1.63 1.37c-0.42 0.00 -1.05 0.36 -1.66 0.96c-0.93 0.91 -0.96 1.00 -0.59 1.56c0.22 0.33 0.68 0.67 1.04 0.76c0.52 0.13 0.65 0.33 0.65 1.00c0.00 1.18 -0.66 1.80 -1.92 1.80c-1.45 0.00 -2.92 1.42 -2.79 2.69c0.07 0.75 0.21 0.89 1.08 1.10c0.97 0.23 0.99 0.26 0.84 1.20c-0.26 1.55 -1.37 3.72 -2.07 4.04c-0.57 0.26 -0.60 0.35 -0.29 0.99c0.60 1.25 0.75 2.93 0.30 3.43c-0.22 0.25 -0.44 0.98 -0.49 1.64c-0.08 1.09 -0.16 1.21 -0.97 1.48c-0.49 0.16 -0.96 0.41 -1.06 0.56c-0.32 0.50 -1.33 0.64 -2.45 0.34c-0.75 -0.20 -1.19 -0.21 -1.38 -0.03c-0.33 0.33 -1.63 -0.28 -2.02 -0.96c-0.25 -0.43 -0.30 -0.42 -0.68 0.11c-0.23 0.32 -0.84 1.38 -1.36 2.36c-0.82 1.54 -0.96 2.06 -1.00 3.76c-0.05 1.95 -0.06 1.98 -1.13 2.93c-0.87 0.78 -1.11 1.19 -1.27 2.21c-0.17 1.16 -0.15 1.26 0.37 1.26c0.31 0.00 0.49 0.12 0.40 0.26c-0.09 0.15 -0.39 0.26 -0.66 0.26c-0.40 0.00 -0.53 0.28 -0.68 1.46c-0.16 1.31 -0.25 1.46 -0.82 1.46c-0.61 0.00 -0.63 0.05 -0.46 1.44c0.16 1.32 0.11 1.49 -0.53 2.08c-0.44 0.41 -0.64 0.81 -0.53 1.08c0.31 0.80 -0.14 1.77 -0.95 2.06l-0.78 0.27l0.06 2.69c0.06 2.66 0.05 2.71 -0.99 4.76c-0.77 1.52 -1.40 2.35 -2.35 3.11c-0.71 0.57 -1.46 1.03 -1.66 1.03c-0.20 0.00 -0.36 0.03 -0.36 0.07c0.00 0.16 1.66 3.26 1.91 3.56c0.15 0.18 0.19 0.74 0.10 1.26c-0.19 1.02 -1.17 1.72 -2.41 1.72c-0.67 0.00 -0.69 0.04 -0.51 1.12c0.10 0.62 0.35 1.58 0.55 2.15c0.52 1.48 0.45 2.55 -0.21 3.26c-0.67 0.71 -2.09 0.81 -3.13 0.22c-1.16 -0.67 -2.13 -0.49 -3.23 0.58c-0.55 0.54 -1.00 1.11 -1.00 1.27c0.00 0.16 0.42 0.66 0.93 1.11c0.79 0.70 0.93 0.99 0.93 1.97c0.00 1.59 -0.81 2.87 -1.81 2.87c-0.42 0.00 -1.09 0.25 -1.48 0.57c-0.68 0.53 -0.71 0.65 -0.55 2.06c0.15 1.28 0.09 1.59 -0.38 2.20c-0.31 0.39 -0.72 0.65 -0.92 0.57c-0.20 -0.08 -0.74 0.06 -1.21 0.30l-0.85 0.44l0.18 1.90c0.17 1.86 0.16 1.91 -0.62 2.66c-0.65 0.63 -1.03 0.77 -2.07 0.76c-0.70 -0.00 -1.60 -0.09 -2.00 -0.20c-0.72 -0.20 -0.73 -0.19 -0.73 1.03c0.00 1.36 -0.48 2.74 -1.15 3.30c-0.24 0.20 -0.44 0.62 -0.44 0.94c0.00 0.32 -0.14 0.72 -0.32 0.89c-0.50 0.50 -1.92 0.37 -2.69 -0.23c-0.88 -0.69 -1.23 -0.48 -1.23 0.76c0.00 0.54 -0.24 1.33 -0.54 1.77c-0.74 1.10 -1.58 3.01 -1.58 3.60c0.00 1.39 -1.39 3.93 -3.84 7.02c-0.36 0.46 -0.66 0.98 -0.66 1.17c0.00 0.71 -0.65 2.10 -0.98 2.10c-0.19 0.00 -0.35 0.27 -0.35 0.60c-0.01 0.96 -0.66 1.55 -1.85 1.71l-1.10 0.15l0.17 0.95c0.10 0.52 0.24 1.63 0.31 2.45c0.12 1.29 0.07 1.52 -0.35 1.65c-0.30 0.10 -0.65 0.69 -0.92 1.52l-0.43 1.36l0.74 1.17c1.08 1.70 1.22 2.97 0.52 4.44c-0.60 1.24 -1.40 1.98 -2.14 1.98c-0.34 0.00 -0.48 0.36 -0.61 1.56c-0.12 1.05 -0.35 1.71 -0.70 2.03c-0.29 0.26 -0.60 0.92 -0.68 1.48c-0.09 0.55 -0.38 1.20 -0.66 1.45c-0.27 0.25 -0.50 0.76 -0.50 1.13c0.00 0.38 -0.44 1.57 -0.97 2.66c-0.63 1.27 -1.02 2.48 -1.09 3.39l-0.12 1.41l1.62 1.47c1.43 1.30 1.62 1.58 1.62 2.46c0.00 1.13 -0.55 1.76 -2.30 2.64c-1.26 0.63 -1.62 1.38 -1.08 2.23c0.65 1.01 2.52 6.07 2.87 7.77c0.45 2.18 0.08 3.44 -1.37 4.68c-0.92 0.79 -1.21 0.90 -2.07 0.78c-0.84 -0.11 -1.08 -0.03 -1.44 0.48c-0.57 0.81 -0.55 1.37 0.08 1.94c0.38 0.34 0.48 0.67 0.36 1.23c-0.14 0.69 -0.07 0.78 0.66 0.93c0.95 0.19 1.78 1.61 1.53 2.62c-0.26 1.03 -1.44 2.22 -2.39 2.39c-0.71 0.13 -0.96 0.36 -1.27 1.16c-0.32 0.81 -0.62 1.09 -1.63 1.47c-0.95 0.36 -1.20 0.57 -1.06 0.90c0.10 0.23 0.24 1.03 0.31 1.76c0.12 1.23 0.06 1.41 -0.72 2.18c-0.46 0.46 -1.13 0.90 -1.48 0.98c-2.08 0.43 -2.08 0.43 -1.69 0.68c0.21 0.13 0.68 0.25 1.04 0.25c1.10 0.01 2.59 0.65 3.12 1.34c0.84 1.08 1.11 2.33 1.11 4.99l0.00 2.55l-1.53 1.35c-0.84 0.74 -1.79 1.43 -2.12 1.53c-0.43 0.14 -0.56 0.34 -0.47 0.76c0.37 1.85 0.40 2.96 0.09 3.65c-0.19 0.42 -0.43 0.76 -0.54 0.76c-0.11 0.00 -0.66 0.42 -1.22 0.93c-0.56 0.51 -1.20 0.93 -1.42 0.93c-0.69 0.00 -1.02 0.67 -0.85 1.76c0.13 0.84 0.03 1.21 -0.56 2.08c-0.48 0.70 -0.76 1.51 -0.83 2.38c-0.22 2.60 -0.92 3.36 -3.38 3.67c-0.98 0.12 -1.48 0.06 -1.90 -0.23c-0.71 -0.50 -1.10 -0.04 -0.54 0.61c0.50 0.57 1.25 2.85 1.25 3.76c0.00 0.71 -0.54 1.37 -1.39 1.67c-0.30 0.11 -0.46 0.44 -0.46 0.94c0.00 0.43 -0.07 0.97 -0.16 1.20c-0.11 0.30 0.00 0.42 0.38 0.42c0.75 0.00 1.37 -0.27 1.37 -0.60c0.00 -0.39 0.81 -1.25 1.17 -1.24c0.16 0.01 0.75 0.40 1.31 0.88c0.83 0.71 1.04 1.09 1.15 2.05c0.13 1.14 0.09 1.21 -1.06 2.16c-0.81 0.66 -1.46 0.98 -2.01 0.98l-0.82 0.00l0.00 1.58c0.00 0.87 -0.19 2.07 -0.43 2.66c-0.31 0.78 -0.37 1.38 -0.22 2.19c0.27 1.45 0.27 4.15 0.00 7.50l-0.22 2.68l2.32 2.41c3.09 3.21 4.25 3.75 6.05 2.81c1.14 -0.60 2.72 -0.52 2.89 0.13c0.09 0.36 0.36 0.53 0.82 0.53c0.79 0.00 0.93 0.52 0.19 0.71c-0.47 0.12 -0.47 0.18 -0.09 0.95c0.22 0.45 0.46 1.40 0.53 2.10c0.07 0.70 0.23 1.34 0.35 1.42c0.13 0.08 0.23 0.40 0.23 0.72c0.00 0.80 2.17 5.21 2.56 5.21c0.18 0.00 0.39 -0.12 0.48 -0.26c0.25 -0.40 1.35 -0.32 1.72 0.13c0.18 0.22 0.46 0.40 0.62 0.40c0.16 0.00 0.92 0.62 1.69 1.38c1.39 1.37 1.40 1.39 1.40 3.01c0.00 1.61 0.02 1.65 1.26 2.78c1.98 1.81 2.62 3.14 1.87 3.89c-0.17 0.17 -0.25 0.37 -0.18 0.45c0.07 0.07 0.42 -0.31 0.78 -0.86c0.50 -0.77 0.84 -1.01 1.52 -1.08c0.94 -0.09 1.78 0.45 2.17 1.41c0.19 0.46 0.22 0.42 0.26 -0.26c0.03 -0.44 0.03 -0.95 0.00 -1.14c-0.09 -0.67 0.57 -1.10 1.70 -1.10c1.48 0.00 1.96 0.58 2.26 2.69c0.13 0.93 0.44 2.09 0.68 2.58c0.35 0.70 0.38 0.99 0.14 1.32c-0.17 0.23 -0.49 0.81 -0.71 1.29c-0.39 0.85 -0.38 0.89 0.40 1.54c0.47 0.39 0.80 0.93 0.80 1.29c0.00 0.56 0.09 0.60 1.07 0.47c0.92 -0.12 1.18 -0.04 1.85 0.60c0.70 0.67 0.78 0.92 0.78 2.39c0.00 1.13 -0.12 1.74 -0.40 1.97c-0.22 0.18 -0.40 0.48 -0.40 0.66c0.00 0.18 -0.23 0.62 -0.51 0.98l-0.51 0.65l0.73 -0.11c0.40 -0.06 1.17 0.08 1.70 0.30c0.97 0.40 0.97 0.42 0.97 1.98c0.00 1.08 -0.12 1.67 -0.40 1.90c-0.47 0.39 -1.98 2.57 -1.98 2.87c0.00 0.29 -1.64 1.79 -2.15 1.96c-0.66 0.23 -0.87 1.48 -0.35 2.06c0.53 0.58 2.30 1.19 4.48 1.54c0.87 0.14 1.92 0.38 2.33 0.54c0.41 0.16 1.01 0.29 1.34 0.29c1.00 0.00 1.76 1.05 1.58 2.16c-0.24 1.50 -1.09 2.35 -2.34 2.36c-2.29 0.01 -5.33 -0.48 -6.48 -1.04c-2.04 -1.01 -4.65 -3.04 -5.10 -3.97c-0.44 -0.91 -0.75 -0.88 -1.07 0.10c-0.14 0.44 -0.46 1.03 -0.72 1.32c-0.52 0.59 -0.98 4.75 -0.56 5.01c0.13 0.08 0.32 0.48 0.42 0.88c0.10 0.40 0.49 1.06 0.87 1.46c0.59 0.62 0.91 0.73 2.11 0.73c1.32 0.00 1.51 0.08 2.73 1.23l1.31 1.23l1.13 -0.43c1.47 -0.56 2.93 -0.56 3.40 0.01c0.45 0.54 0.49 3.46 0.06 4.35c-1.20 2.51 -2.21 5.34 -2.21 6.19c0.00 0.88 0.54 2.25 0.89 2.25c0.17 0.00 0.72 -0.22 1.23 -0.49c0.51 -0.27 2.05 -0.76 3.44 -1.08c2.97 -0.69 3.61 -1.17 3.86 -2.90c0.33 -2.28 1.48 -2.94 5.11 -2.94c1.61 0.00 2.79 0.13 3.22 0.36c1.09 0.57 4.56 3.48 5.21 4.37c0.33 0.45 0.76 0.82 0.96 0.82c0.38 0.00 4.37 4.08 4.47 4.58c0.03 0.17 0.30 0.43 0.59 0.58c0.39 0.21 0.60 0.72 0.80 1.99c0.26 1.67 0.28 1.71 1.01 1.62c0.91 -0.11 1.76 0.59 1.76 1.45c0.00 0.45 0.15 0.62 0.53 0.62c0.29 0.00 0.76 0.14 1.04 0.32c0.53 0.33 1.03 0.16 3.05 -1.07c0.44 -0.27 1.27 -0.56 1.85 -0.65c0.58 -0.09 1.32 -0.24 1.64 -0.33c0.82 -0.25 1.80 0.82 2.30 2.52c0.22 0.76 0.77 1.79 1.21 2.29c0.44 0.50 0.80 1.15 0.80 1.43c0.00 0.43 0.18 0.52 1.03 0.52c0.56 0.00 1.16 0.16 1.32 0.36c0.17 0.20 0.58 0.31 0.93 0.24c0.40 -0.08 0.94 0.11 1.48 0.50c0.52 0.39 1.21 0.62 1.81 0.62c0.75 0.00 1.03 0.13 1.23 0.59c0.35 0.80 1.39 0.97 3.65 0.60c2.63 -0.43 3.73 -0.92 5.84 -2.61l1.81 -1.45l-0.18 -1.44c-0.15 -1.21 -0.08 -1.63 0.44 -2.64c0.86 -1.67 4.73 -4.99 6.09 -5.22c1.04 -0.18 2.70 0.22 3.40 0.81c0.43 0.36 2.28 0.98 4.37 1.45c0.73 0.16 1.63 0.59 2.00 0.94c0.50 0.48 0.75 0.57 0.97 0.35c0.22 -0.22 0.74 -0.22 1.97 -0.01c1.38 0.24 1.83 0.45 2.52 1.20l0.85 0.91l0.65 -0.51c0.84 -0.66 1.01 -0.65 1.76 0.15c0.34 0.36 0.87 0.66 1.18 0.66c0.31 0.00 0.68 0.10 0.81 0.23c0.14 0.13 0.85 0.44 1.57 0.71c0.73 0.26 1.44 0.56 1.59 0.67c0.15 0.11 0.83 0.28 1.52 0.38c0.69 0.10 1.33 0.29 1.40 0.42c0.36 0.58 6.22 0.04 6.89 -0.64c0.28 -0.28 1.50 -0.23 2.46 0.11c0.63 0.22 0.93 0.22 1.15 0.00c0.42 -0.42 6.30 -0.40 7.11 0.03c1.36 0.72 1.78 1.18 2.08 2.32c0.42 1.56 0.69 1.85 1.74 1.85c2.36 0.00 3.09 0.82 4.75 5.29c0.40 1.09 1.01 2.59 1.36 3.33c0.34 0.74 0.63 1.52 0.63 1.73c0.00 0.21 0.54 0.91 1.19 1.55l1.19 1.17l1.19 -0.32c1.80 -0.48 4.19 -0.41 5.21 0.17c0.48 0.27 1.70 0.76 2.72 1.10c1.02 0.34 2.30 0.85 2.85 1.13c1.08 0.56 2.13 1.70 1.90 2.08c-0.08 0.13 0.06 0.15 0.31 0.06c0.29 -0.11 0.39 -0.07 0.27 0.12c-0.10 0.16 -0.06 0.37 0.09 0.46c0.15 0.09 0.27 0.63 0.27 1.19c0.00 0.56 0.12 1.10 0.26 1.19c0.15 0.09 0.26 0.35 0.26 0.57c0.00 0.22 0.45 0.92 0.99 1.54c0.67 0.77 1.10 1.59 1.32 2.55c0.40 1.75 1.32 2.61 2.78 2.61c0.55 0.00 1.23 -0.14 1.51 -0.32c0.40 -0.25 0.72 -0.25 1.39 -0.02c0.48 0.17 1.43 0.38 2.11 0.48c1.71 0.24 2.46 1.06 2.27 2.48c-0.14 1.05 -0.14 1.05 1.07 1.47c0.67 0.23 1.37 0.41 1.56 0.41c0.19 0.00 0.81 0.20 1.37 0.44c1.02 0.44 1.03 0.46 1.20 2.28c0.09 1.01 0.09 2.42 0.00 3.13c-0.14 1.06 -0.08 1.40 0.33 1.85c0.55 0.60 1.64 1.24 2.92 1.70c0.91 0.33 6.85 0.32 9.55 -0.01c1.23 -0.15 1.76 -0.11 2.08 0.15c0.47 0.39 1.27 0.87 2.09 1.26c0.29 0.14 1.18 0.93 1.98 1.75c0.80 0.83 1.73 1.61 2.08 1.75c0.34 0.13 0.68 0.48 0.76 0.77c0.08 0.29 0.28 0.53 0.46 0.53c0.18 0.00 0.60 0.29 0.93 0.65c0.57 0.61 3.53 2.51 3.93 2.53c0.60 0.03 2.38 1.13 3.64 2.26c0.81 0.72 2.10 1.66 2.87 2.10c2.21 1.25 3.39 2.11 4.51 3.28c0.58 0.60 1.20 1.09 1.38 1.09c0.34 0.00 4.68 3.96 8.82 8.04c3.20 3.15 8.82 8.26 10.90 9.90c0.97 0.77 2.06 1.74 2.41 2.16c0.35 0.42 1.48 1.30 2.50 1.95c1.02 0.66 2.08 1.51 2.35 1.89c0.27 0.39 0.97 1.28 1.55 1.99c1.79 2.18 2.37 2.97 2.62 3.54c0.28 0.63 0.36 0.33 1.10 -4.21l0.01 -0.00z"},"9":{name:"Iruya",path:"m1126.37 407.82c1.45 -0.38 2.82 -0.69 3.04 -0.70c0.22 0.00 0.71 -0.16 1.08 -0.35c0.68 -0.36 2.54 -0.65 5.94 -0.94l1.85 -0.16l-0.06 -1.93c-0.04 -1.21 0.04 -1.87 0.20 -1.77c0.14 0.09 0.26 -0.02 0.26 -0.23c0.00 -0.21 -0.12 -0.43 -0.27 -0.48c-0.18 -0.06 -0.18 -0.37 0.02 -0.94c0.26 -0.73 0.22 -0.95 -0.26 -1.55c-0.70 -0.89 -0.69 -1.03 0.10 -2.48c1.28 -2.36 1.47 -2.91 1.42 -4.30c-0.03 -0.76 0.04 -1.78 0.15 -2.26c0.14 -0.62 0.08 -1.05 -0.22 -1.51c-0.74 -1.13 -0.43 -4.09 0.66 -6.31c0.37 -0.75 0.60 -1.94 0.74 -3.79c0.11 -1.48 0.32 -2.85 0.47 -3.04c0.62 -0.79 0.85 -2.01 0.47 -2.51c-0.44 -0.58 -0.50 -1.99 -0.09 -2.39c0.32 -0.32 0.08 -1.40 -0.31 -1.40c-0.14 0.00 -0.25 -0.15 -0.25 -0.33c0.00 -0.18 -0.24 -0.63 -0.52 -0.99c-1.21 -1.55 -0.28 -3.70 1.60 -3.70c0.54 0.00 1.49 -0.18 2.10 -0.40c1.54 -0.54 2.47 -0.50 3.06 0.15c0.68 0.75 1.49 0.50 3.11 -0.96c1.45 -1.30 2.40 -1.67 3.13 -1.21c0.78 0.49 1.57 0.35 2.13 -0.36c0.29 -0.36 0.70 -0.66 0.93 -0.66c0.29 0.00 0.36 -0.17 0.25 -0.62c-0.09 -0.34 -0.27 -1.44 -0.42 -2.45c-0.14 -1.00 -0.40 -2.22 -0.57 -2.71c-0.30 -0.85 -0.26 -0.93 0.84 -2.05l1.14 -1.17l-0.74 -0.78c-0.51 -0.53 -0.79 -1.14 -0.88 -1.95c-0.12 -1.05 -0.06 -1.23 0.58 -1.67c0.39 -0.27 1.09 -0.82 1.55 -1.20l0.84 -0.71l-1.27 0.29c-1.08 0.25 -1.33 0.23 -1.71 -0.15c-0.38 -0.38 -0.40 -0.61 -0.14 -1.56c0.22 -0.83 0.22 -1.17 0.00 -1.31c-0.16 -0.10 -0.39 -0.13 -0.49 -0.06c-0.11 0.07 -0.80 -0.51 -1.53 -1.27c-1.28 -1.33 -1.68 -2.35 -1.07 -2.72c0.57 -0.35 0.23 -1.38 -0.79 -2.38c-1.27 -1.24 -1.42 -2.35 -0.43 -3.28c0.62 -0.58 0.62 -0.62 0.21 -1.70c-0.23 -0.61 -0.69 -1.52 -1.03 -2.03c-0.79 -1.20 -0.78 -2.24 0.04 -3.06c0.36 -0.36 0.76 -0.65 0.90 -0.65c0.44 0.00 0.61 -1.97 0.28 -3.26c-0.29 -1.14 -0.26 -1.35 0.39 -2.66c0.57 -1.17 0.65 -1.55 0.43 -2.13c-0.15 -0.39 -0.27 -0.96 -0.27 -1.27c0.00 -0.31 -0.18 -0.76 -0.41 -1.00c-0.22 -0.25 -0.48 -1.09 -0.56 -1.87c-0.09 -0.78 -0.31 -1.60 -0.49 -1.82c-0.18 -0.22 -0.59 -0.96 -0.90 -1.65c-0.31 -0.69 -1.08 -1.83 -1.70 -2.54c-1.59 -1.79 -2.55 -4.30 -2.55 -6.66c0.00 -1.86 -0.18 -2.19 -0.79 -1.45c-0.60 0.73 -1.53 0.48 -2.21 -0.60c-0.35 -0.55 -1.21 -1.46 -1.92 -2.03c-1.51 -1.21 -2.99 -2.80 -3.00 -3.24c-0.01 -0.17 -0.28 -0.72 -0.61 -1.23l-0.60 -0.91l-3.04 -0.16c-5.23 -0.27 -7.53 -0.48 -7.81 -0.70c-0.35 -0.28 -8.61 -0.36 -11.77 -0.12l-2.51 0.19l-2.16 1.88c-1.19 1.03 -2.17 1.98 -2.18 2.09c-0.03 0.29 -0.99 2.48 -1.65 3.76c-0.30 0.58 -0.91 1.75 -1.34 2.58c-0.44 0.84 -0.90 1.59 -1.02 1.67c-0.13 0.08 -0.23 0.41 -0.23 0.75c0.00 0.87 -2.99 3.65 -4.57 4.25c-1.77 0.67 -6.39 0.47 -8.28 -0.37c-2.17 -0.96 -2.50 -1.42 -2.50 -3.46c0.00 -1.35 0.15 -2.06 0.66 -3.06c0.36 -0.72 0.66 -1.53 0.66 -1.81c0.00 -0.28 0.18 -0.70 0.39 -0.94c0.21 -0.24 0.62 -1.38 0.90 -2.53c1.17 -4.79 1.91 -7.45 2.29 -8.29c0.30 -0.65 0.41 -1.79 0.41 -4.19c0.00 -1.99 0.12 -3.49 0.30 -3.77c0.23 -0.36 0.19 -1.01 -0.14 -2.69c-0.24 -1.22 -0.44 -2.57 -0.44 -3.01c0.00 -0.94 -0.85 -4.03 -1.44 -5.20c-0.23 -0.46 -0.41 -1.16 -0.41 -1.55c0.00 -0.40 -0.35 -1.48 -0.77 -2.41c-0.43 -0.93 -0.96 -2.10 -1.19 -2.61c-0.23 -0.51 -0.65 -1.28 -0.94 -1.72c-0.29 -0.44 -0.61 -0.97 -0.70 -1.19c-0.10 -0.22 -0.39 -0.88 -0.65 -1.48c-0.26 -0.59 -0.66 -1.23 -0.89 -1.42c-0.23 -0.19 -0.41 -0.49 -0.41 -0.66c0.00 -0.18 -0.23 -0.53 -0.52 -0.79c-0.28 -0.26 -0.77 -1.26 -1.09 -2.22c-0.31 -0.97 -0.82 -2.17 -1.11 -2.68c-0.45 -0.76 -0.57 -1.51 -0.66 -4.16c-0.12 -3.22 -0.12 -3.23 -1.01 -4.28c-0.49 -0.57 -0.89 -1.14 -0.89 -1.25c0.00 -0.31 -1.11 -1.43 -1.42 -1.43c-0.37 0.00 -2.02 -1.62 -2.02 -1.98c0.00 -0.16 -0.48 -0.76 -1.06 -1.32c-0.79 -0.77 -1.06 -1.24 -1.06 -1.86c0.00 -1.12 -0.78 -1.77 -2.39 -1.97l-1.31 -0.17l0.00 1.28c0.00 0.71 0.18 1.71 0.40 2.23c0.22 0.52 0.40 1.39 0.40 1.92c0.00 0.54 0.15 1.12 0.33 1.30c0.32 0.32 0.47 1.44 0.95 7.05c0.12 1.46 0.37 3.00 0.56 3.44c0.24 0.57 0.28 1.75 0.16 4.23c-0.19 3.73 -0.66 5.88 -1.55 7.10c-0.90 1.23 -2.86 3.08 -3.26 3.08c-0.20 0.00 -0.36 0.12 -0.36 0.26c0.00 0.42 -1.49 1.07 -2.47 1.07c-0.50 0.00 -1.43 0.19 -2.06 0.42c-1.81 0.65 -14.32 0.97 -30.00 0.77c-11.08 -0.14 -13.57 -0.24 -13.91 -0.55c-0.23 -0.21 -0.53 -0.37 -0.67 -0.37c-0.14 0.00 -0.92 -0.70 -1.72 -1.56c-0.81 -0.86 -1.93 -1.77 -2.50 -2.02c-0.57 -0.26 -1.81 -1.20 -2.75 -2.10c-0.95 -0.90 -2.02 -1.83 -2.38 -2.08c-2.55 -1.74 -3.46 -2.26 -4.60 -2.64l-1.30 -0.44l-1.22 1.12c-0.67 0.61 -2.23 2.10 -3.47 3.30c-1.24 1.20 -2.38 2.19 -2.55 2.19c-0.16 0.00 -0.78 0.48 -1.36 1.06c-0.58 0.58 -1.15 1.06 -1.27 1.06c-0.11 0.00 -0.42 0.20 -0.69 0.43c-1.13 1.02 -6.39 3.54 -7.40 3.54c-0.83 0.00 -2.90 -0.43 -3.80 -0.78c-2.22 -0.88 -3.86 -1.18 -6.14 -1.13c-2.01 0.05 -2.59 -0.03 -3.31 -0.46c-1.13 -0.67 -3.18 -1.69 -4.84 -2.40c-2.39 -1.03 -2.62 -1.17 -3.88 -2.37c-1.63 -1.55 -2.08 -1.81 -3.45 -1.99c-1.43 -0.19 -3.36 -0.63 -4.05 -0.93c-0.29 -0.12 -1.06 -0.46 -1.72 -0.74c-0.65 -0.28 -1.49 -0.60 -1.85 -0.71c-0.80 -0.24 -1.59 -0.89 -1.59 -1.32c0.00 -0.17 -0.24 -0.53 -0.53 -0.79c-0.29 -0.26 -0.53 -0.59 -0.53 -0.72c0.00 -0.42 -1.37 -2.06 -1.72 -2.06c-0.19 0.00 -0.94 -0.65 -1.67 -1.46c-1.19 -1.30 -1.44 -1.46 -2.39 -1.46c-0.58 0.00 -1.13 -0.11 -1.22 -0.25c-0.52 -0.84 -1.97 -1.14 -6.76 -1.36c-2.69 -0.13 -5.38 -0.27 -5.97 -0.33l-1.07 -0.10l0.48 2.67c0.47 2.61 0.43 4.35 -0.12 4.69c-0.15 0.09 -0.33 0.70 -0.40 1.35c-0.15 1.35 0.46 2.85 1.17 2.85c0.24 0.00 1.12 0.19 1.94 0.42l1.50 0.42l0.48 1.57c0.65 2.16 1.78 3.55 3.65 4.50c0.85 0.43 1.90 1.19 2.34 1.70c0.44 0.50 0.95 0.91 1.14 0.91c0.19 0.00 0.49 0.18 0.67 0.40c0.21 0.25 0.79 0.40 1.55 0.40c0.67 0.00 1.67 0.13 2.22 0.28l0.99 0.28l0.00 1.79c0.00 1.35 -0.12 1.92 -0.47 2.30c-0.63 0.68 -1.38 2.71 -1.38 3.72c0.00 0.46 -0.34 1.31 -0.79 1.98c-0.43 0.64 -0.79 1.42 -0.79 1.74c0.00 0.32 -0.42 1.09 -0.92 1.72c-0.50 0.63 -1.48 2.04 -2.18 3.13c-0.69 1.09 -1.40 2.10 -1.56 2.25c-0.17 0.15 -0.62 1.30 -1.00 2.56c-0.64 2.09 -0.68 3.02 -0.15 3.40c0.10 0.07 0.68 1.86 1.29 3.97c0.61 2.11 1.24 4.30 1.41 4.86c0.17 0.56 0.65 1.51 1.08 2.10c0.74 1.02 0.77 1.16 0.61 3.05c-0.09 1.09 -0.28 2.11 -0.42 2.28c-0.43 0.51 -0.77 3.38 -0.49 4.11c0.14 0.36 0.18 1.06 0.09 1.55c-0.22 1.15 0.16 1.57 1.61 1.79c0.72 0.11 1.17 0.31 1.17 0.53c0.00 0.47 1.55 2.23 1.97 2.23c0.18 0.00 1.01 0.48 1.84 1.06c0.88 0.62 1.82 1.06 2.25 1.06c1.21 0.00 1.94 1.03 1.98 2.78c0.03 1.12 -0.07 1.55 -0.39 1.73c-0.36 0.20 -0.40 0.65 -0.30 2.90c0.11 2.21 0.06 2.74 -0.30 3.14c-0.40 0.44 -0.39 0.62 0.10 2.37c0.60 2.15 0.66 3.39 0.23 4.81c-0.24 0.80 -0.21 1.13 0.13 1.80c0.23 0.45 0.43 1.30 0.43 1.89c0.00 1.05 0.02 1.07 1.08 1.24c1.24 0.20 1.60 0.79 1.71 2.74c0.04 0.65 0.30 1.85 0.59 2.65c0.32 0.89 0.55 2.24 0.58 3.48c0.04 1.71 -0.05 2.23 -0.63 3.36c-0.37 0.74 -0.68 1.57 -0.68 1.84c0.00 0.28 -0.17 0.65 -0.38 0.82c-0.30 0.25 -0.32 0.45 -0.09 0.96c0.16 0.35 0.38 0.64 0.49 0.64c0.18 0.00 1.53 1.02 3.13 2.37c0.35 0.30 0.73 0.54 0.85 0.54c0.12 0.00 0.46 0.47 0.75 1.05c0.30 0.58 0.89 1.32 1.33 1.64c0.44 0.32 0.79 0.74 0.79 0.93c0.00 0.19 0.12 0.35 0.26 0.35c0.15 0.00 0.27 0.27 0.27 0.60c0.00 0.33 0.21 0.86 0.46 1.18c0.55 0.71 3.37 2.19 4.16 2.19c0.91 0.00 3.13 0.82 3.70 1.36c0.45 0.43 0.52 0.80 0.47 2.52c-0.08 2.46 0.21 2.81 2.08 2.58c1.37 -0.17 2.85 0.32 3.94 1.31c0.36 0.33 1.32 1.00 2.12 1.49c0.80 0.49 1.70 1.10 2.00 1.37c0.30 0.26 0.95 0.56 1.46 0.66c0.93 0.18 1.15 0.32 3.69 2.31c1.82 1.43 3.35 2.21 4.73 2.44c0.59 0.09 1.27 0.39 1.52 0.66c0.24 0.27 0.88 0.57 1.40 0.66c1.06 0.19 2.23 0.73 3.14 1.44c0.46 0.36 0.79 0.41 1.46 0.24c0.47 -0.12 2.76 -0.41 5.09 -0.64c2.33 -0.23 5.19 -0.51 6.37 -0.63c1.17 -0.12 2.53 -0.42 3.02 -0.66c1.00 -0.50 2.80 -0.59 3.06 -0.15c0.13 0.21 0.26 0.21 0.47 0.00c0.37 -0.37 4.67 -0.38 5.63 -0.01c0.40 0.15 1.81 0.35 3.14 0.43c2.51 0.16 3.85 -0.08 5.17 -0.93c1.34 -0.86 2.58 -1.15 5.59 -1.29c2.97 -0.13 5.69 0.24 7.09 0.99c1.29 0.69 2.30 1.05 2.91 1.06c0.38 0.00 0.98 0.17 1.35 0.38c0.36 0.21 1.04 0.57 1.50 0.81c1.18 0.61 3.46 3.10 3.68 4.00c0.10 0.42 0.37 0.97 0.60 1.24c0.50 0.58 2.45 1.50 3.17 1.50c0.28 0.00 0.66 0.18 0.84 0.40c0.24 0.29 0.87 0.40 2.25 0.40c1.37 0.00 2.01 0.11 2.24 0.39c0.24 0.28 0.46 0.32 0.81 0.13c0.27 -0.14 0.96 -0.26 1.54 -0.26c0.58 0.00 1.13 -0.12 1.22 -0.26c0.25 -0.41 1.35 -0.31 1.74 0.15c0.39 0.47 0.86 0.45 5.66 -0.26c3.66 -0.54 3.79 -0.58 4.90 -1.65c0.51 -0.49 1.18 -0.89 1.51 -0.89c0.32 0.00 0.66 -0.12 0.75 -0.26c0.09 -0.15 0.49 -0.26 0.89 -0.26c0.72 0.00 3.89 -0.96 4.40 -1.33c0.87 -0.63 2.18 -0.79 3.29 -0.40c0.63 0.22 1.94 0.40 2.93 0.40c1.27 0.00 1.88 0.12 2.12 0.40c0.18 0.22 0.43 0.40 0.54 0.40c0.12 0.00 0.55 0.15 0.96 0.32c0.49 0.21 2.31 0.33 5.24 0.33c3.79 0.01 4.62 0.08 5.29 0.47c0.44 0.25 0.92 0.46 1.08 0.46c0.51 0.00 1.09 0.90 1.29 1.99c0.10 0.58 0.41 1.70 0.69 2.49c0.28 0.79 0.43 1.70 0.35 2.02c-0.08 0.33 -0.02 0.67 0.14 0.77c0.16 0.10 0.29 0.87 0.29 1.71c0.00 1.84 0.59 3.20 1.39 3.20c0.31 0.00 0.80 0.22 1.11 0.49c0.62 0.56 2.06 1.09 2.95 1.09c0.33 0.00 1.03 0.25 1.55 0.56c0.81 0.48 1.19 0.53 2.60 0.38c0.97 -0.10 1.92 -0.06 2.31 0.10c0.80 0.33 1.27 0.27 4.62 -0.61l0.00 -0.00z"},"10":{name:"Santa Victoria",path:"m1095.42 305.26c0.09 -0.15 0.77 -0.26 1.52 -0.26c1.77 0.00 2.91 -0.43 3.52 -1.34c0.27 -0.41 0.61 -0.67 0.75 -0.58c0.14 0.09 0.17 0.03 0.08 -0.12c-0.09 -0.15 0.10 -0.68 0.43 -1.17c0.33 -0.49 0.99 -1.78 1.48 -2.88c0.48 -1.09 1.21 -2.53 1.61 -3.19c0.40 -0.66 0.83 -1.50 0.94 -1.85c0.27 -0.86 1.16 -2.10 1.50 -2.10c0.15 0.00 1.17 -0.83 2.26 -1.85c1.94 -1.81 2.01 -1.85 3.40 -1.85c0.78 0.00 1.50 -0.14 1.60 -0.30c0.21 -0.35 11.96 -0.07 12.41 0.30c0.15 0.12 1.28 0.28 2.51 0.37c6.15 0.44 7.43 0.47 7.74 0.23c0.18 -0.14 0.98 -0.47 1.78 -0.72c0.80 -0.26 1.87 -0.68 2.38 -0.94c0.51 -0.26 1.10 -0.54 1.32 -0.63c0.22 -0.09 0.58 -0.26 0.79 -0.39c0.22 -0.13 1.06 -0.54 1.88 -0.91c0.81 -0.37 1.63 -0.86 1.82 -1.09c0.19 -0.23 0.47 -0.41 0.64 -0.41c0.58 -0.00 5.19 -5.68 5.19 -6.40c0.00 -0.25 0.11 -0.51 0.24 -0.60c0.13 -0.08 0.69 -1.07 1.24 -2.20c0.55 -1.13 1.19 -2.35 1.43 -2.71c1.36 -2.06 1.37 -2.18 1.48 -15.85c0.10 -12.95 0.17 -13.83 1.16 -15.64c0.28 -0.51 0.66 -1.22 0.84 -1.59c0.18 -0.36 0.82 -1.26 1.41 -1.98c1.67 -2.05 2.61 -3.30 3.12 -4.14c0.43 -0.72 0.43 -0.83 0.04 -1.59c-0.41 -0.80 -0.42 -2.51 -0.01 -3.41c0.13 -0.28 -0.28 -0.92 -1.28 -2.02c-1.28 -1.42 -1.44 -1.71 -1.30 -2.43c0.28 -1.39 -0.08 -2.50 -0.98 -3.01c-0.79 -0.45 -0.84 -0.45 -1.59 0.09c-1.85 1.32 -4.21 1.19 -5.26 -0.29c-0.76 -1.06 -0.50 -2.84 0.66 -4.49c1.38 -1.97 1.38 -2.38 -0.02 -4.43c-1.53 -2.24 -1.95 -2.72 -2.41 -2.72c-0.20 0.00 -0.73 -0.42 -1.18 -0.93c-0.45 -0.51 -0.95 -0.93 -1.12 -0.93c-0.57 -0.00 -3.68 -1.59 -4.71 -2.42c-0.57 -0.45 -1.33 -1.37 -1.69 -2.05c-0.36 -0.67 -1.07 -1.80 -1.58 -2.51c-1.05 -1.46 -1.21 -2.81 -0.48 -3.87c0.28 -0.41 0.42 -1.04 0.38 -1.74c-0.05 -0.84 0.04 -1.15 0.38 -1.28c0.40 -0.16 0.41 -0.22 0.05 -0.63c-0.92 -1.05 -1.04 -5.46 -0.21 -7.39c0.84 -1.95 1.80 -2.77 3.46 -2.93c1.24 -0.12 1.40 -0.21 1.73 -1.00c0.20 -0.48 0.73 -1.41 1.17 -2.07c1.06 -1.58 1.64 -3.78 1.31 -4.96c-0.29 -1.00 -3.54 -4.44 -5.81 -6.15c-2.15 -1.62 -2.66 -2.06 -3.56 -3.03c-0.90 -0.98 -2.39 -1.73 -3.98 -2.02c-1.20 -0.21 -1.79 -0.66 -2.65 -2.00c-0.52 -0.82 -0.74 -1.50 -1.38 -4.23c-0.08 -0.36 -0.77 -1.26 -1.53 -1.98c-0.82 -0.79 -1.58 -1.83 -1.88 -2.58c-0.44 -1.11 -0.59 -1.26 -1.30 -1.26c-0.65 -0.00 -0.86 -0.15 -1.10 -0.79c-0.16 -0.44 -0.49 -0.79 -0.73 -0.79c-0.95 0.00 -2.45 -1.02 -2.61 -1.77c-0.12 -0.59 -0.43 -0.85 -1.56 -1.31c-1.35 -0.55 -1.42 -0.55 -1.80 -0.10c-0.51 0.62 -1.41 1.07 -2.11 1.07c-0.31 0.00 -1.51 -0.61 -2.68 -1.36l-2.12 -1.36l-1.77 0.20c-0.97 0.11 -2.14 0.23 -2.59 0.26c-0.45 0.03 -0.93 0.12 -1.06 0.19c-0.13 0.07 -0.87 0.11 -1.64 0.09c-0.77 -0.02 -1.49 0.08 -1.59 0.24c-0.10 0.15 -0.54 0.42 -0.98 0.59c-0.44 0.17 -1.17 0.46 -1.64 0.65c-0.70 0.28 -0.96 0.28 -1.50 -0.01c-0.36 -0.19 -0.86 -0.28 -1.10 -0.18c-0.86 0.33 -2.52 -0.43 -3.76 -1.73c-0.67 -0.70 -1.44 -1.34 -1.70 -1.43c-0.26 -0.08 -0.48 -0.27 -0.48 -0.41c0.00 -0.14 0.12 -0.19 0.26 -0.10c0.15 0.09 0.26 0.04 0.26 -0.10c0.00 -0.59 -0.30 -0.66 -5.93 -1.37c-1.89 -0.24 -2.60 -0.46 -3.63 -1.13c-0.73 -0.48 -1.28 -1.04 -1.28 -1.31c-0.01 -0.70 -0.80 -1.78 -1.31 -1.78c-0.25 0.00 -0.86 -0.43 -1.36 -0.95c-0.50 -0.52 -1.58 -1.29 -2.39 -1.70c-0.82 -0.42 -2.02 -1.36 -2.69 -2.09c-0.66 -0.74 -1.37 -1.34 -1.57 -1.34c-0.20 0.00 -0.48 -0.10 -0.62 -0.23c-0.14 -0.13 -1.06 -0.49 -2.04 -0.80c-0.98 -0.31 -2.35 -0.98 -3.04 -1.48c-2.84 -2.08 -3.30 -2.42 -4.30 -3.22c-0.58 -0.46 -1.39 -0.91 -1.81 -1.00c-0.42 -0.09 -1.09 -0.51 -1.49 -0.93c-0.66 -0.69 -0.85 -0.75 -2.00 -0.61c-1.19 0.14 -1.29 0.11 -1.66 -0.62c-0.22 -0.42 -0.48 -1.20 -0.58 -1.73c-0.23 -1.24 -1.05 -1.49 -2.47 -0.76l-1.02 0.52l-1.59 -1.11c-1.13 -0.79 -1.94 -1.65 -2.83 -3.03c-0.68 -1.06 -1.37 -1.92 -1.52 -1.92c-0.15 0.00 -0.65 -0.27 -1.11 -0.60c-0.60 -0.43 -1.21 -0.60 -2.16 -0.60c-1.05 0.00 -1.53 -0.16 -2.32 -0.76c-0.62 -0.47 -1.40 -0.80 -2.06 -0.85c-0.58 -0.05 -1.58 -0.39 -2.21 -0.76c-0.89 -0.52 -1.29 -0.62 -1.78 -0.44c-0.48 0.18 -0.86 0.09 -1.62 -0.39c-0.55 -0.35 -0.99 -0.73 -0.99 -0.86c0.00 -0.20 -2.16 -1.20 -5.59 -2.60c-0.94 -0.38 -0.95 -0.41 -0.82 -1.60l0.14 -1.21l-1.67 0.17c-0.92 0.10 -1.95 0.17 -2.29 0.17c-0.34 0.00 -0.62 0.16 -0.62 0.35c0.00 0.27 -1.29 0.42 -5.49 0.67c-3.02 0.18 -14.60 0.88 -25.73 1.57l-20.24 1.25l-0.14 1.59c-0.08 0.87 -0.31 1.88 -0.52 2.25c-0.37 0.63 -0.59 3.12 -1.30 14.68c-0.29 4.65 -1.11 8.91 -1.90 9.76c-0.12 0.13 -0.11 0.44 0.02 0.69c0.26 0.48 -0.27 4.33 -0.77 5.64c-0.16 0.41 -0.29 1.14 -0.29 1.62c0.00 0.48 -0.42 3.36 -0.94 6.40c-0.51 3.04 -1.00 6.59 -1.08 7.90c-0.08 1.31 -0.37 3.10 -0.63 3.97c-1.84 6.05 -1.87 6.19 -1.59 7.26c0.15 0.57 0.20 1.67 0.11 2.45c-0.13 1.14 -0.06 1.59 0.36 2.34c0.29 0.51 0.61 1.37 0.70 1.91c0.10 0.54 0.47 1.33 0.82 1.76c0.53 0.63 0.65 1.06 0.65 2.32c0.00 1.54 -0.01 1.56 -1.12 2.25c-0.62 0.38 -1.51 0.78 -1.98 0.88c-0.97 0.20 -1.00 0.34 -0.58 2.63c0.24 1.29 0.22 1.60 -0.13 1.99c-0.52 0.58 -0.52 0.85 0.03 1.80l0.44 0.77l-2.08 2.53l-2.08 2.53l-2.39 0.46c-2.59 0.50 -5.10 1.60 -5.63 2.48c-0.18 0.30 -0.78 0.78 -1.32 1.06c-0.55 0.29 -1.51 1.00 -2.15 1.59c-0.64 0.59 -1.25 1.08 -1.36 1.08c-0.24 0.00 -0.61 0.99 -1.03 2.73c-0.27 1.13 -0.25 1.36 0.21 1.99c0.28 0.39 0.55 1.07 0.60 1.50c0.05 0.47 0.31 0.89 0.66 1.06c1.02 0.51 1.42 0.98 1.42 1.68c-0.00 0.69 -0.64 4.02 -0.95 4.97c-0.31 0.93 -1.30 2.74 -1.50 2.74c-0.11 0.00 -0.13 0.30 -0.04 0.67c0.11 0.43 0.03 0.84 -0.23 1.12c-0.48 0.54 -1.22 2.19 -2.07 4.62c-0.43 1.22 -0.80 1.84 -1.16 1.95c-0.71 0.22 -0.92 0.59 -0.92 1.59c0.00 0.73 -0.46 1.89 -1.12 2.85c-0.11 0.15 -1.15 1.43 -2.32 2.83c-1.17 1.40 -2.12 2.70 -2.12 2.89c0.00 0.19 -0.17 0.53 -0.37 0.76c-0.20 0.23 -0.55 0.86 -0.77 1.39c-0.36 0.87 -0.36 1.01 -0.01 1.30c0.37 0.31 0.37 0.64 -0.01 1.56c-0.18 0.42 1.00 0.51 8.71 0.63c2.44 0.04 3.07 0.14 3.88 0.62c0.53 0.31 1.43 0.65 1.98 0.75c1.26 0.23 2.19 0.69 2.84 1.41c0.28 0.31 0.63 0.56 0.78 0.56c0.38 0.00 2.55 2.15 2.55 2.53c0.00 0.17 0.24 0.52 0.54 0.79c0.50 0.45 1.03 1.42 1.41 2.57c0.09 0.26 0.37 0.54 0.62 0.63c0.52 0.18 2.57 1.04 3.38 1.42c0.29 0.14 1.36 0.37 2.38 0.53c1.02 0.15 2.29 0.40 2.83 0.54c1.10 0.29 2.59 1.43 2.59 1.97c0.00 0.48 1.29 1.37 2.69 1.86c1.28 0.45 4.44 1.99 5.64 2.75c0.90 0.57 1.89 0.67 2.93 0.27c0.46 -0.17 1.01 -0.18 1.54 -0.03c0.45 0.13 1.54 0.39 2.41 0.57c0.87 0.18 2.34 0.56 3.27 0.86c1.06 0.33 2.10 0.48 2.79 0.41c1.49 -0.17 5.51 -2.19 7.01 -3.53c0.67 -0.60 1.78 -1.41 2.47 -1.81c0.69 -0.40 2.19 -1.73 3.34 -2.95c1.14 -1.22 2.19 -2.22 2.33 -2.22c0.14 0.00 0.65 -0.42 1.15 -0.93c0.71 -0.74 1.10 -0.93 1.90 -0.93c1.17 0.00 4.15 1.48 5.39 2.66c0.44 0.43 0.93 0.77 1.07 0.77c0.15 0.00 0.62 0.37 1.05 0.82c0.95 1.01 3.69 3.15 4.02 3.15c0.13 0.00 0.46 0.24 0.72 0.53c0.26 0.29 0.60 0.53 0.74 0.53c0.15 0.00 0.97 0.72 1.83 1.60l1.56 1.60l20.69 -0.09c18.86 -0.08 20.79 -0.13 21.85 -0.54c0.64 -0.25 1.63 -0.46 2.20 -0.46c0.81 0.00 1.30 -0.22 2.24 -0.99c0.66 -0.55 1.32 -0.96 1.46 -0.92c0.14 0.04 0.20 -0.03 0.12 -0.16c-0.08 -0.13 0.21 -0.57 0.64 -0.98c0.59 -0.57 0.71 -0.83 0.49 -1.10c-0.17 -0.20 -0.20 -0.55 -0.08 -0.82c0.12 -0.26 0.36 -1.12 0.54 -1.92c0.18 -0.80 0.46 -1.98 0.62 -2.61c0.22 -0.86 0.22 -1.64 -0.01 -3.04c-0.17 -1.04 -0.36 -2.60 -0.42 -3.47c-0.06 -0.87 -0.29 -1.98 -0.52 -2.46c-0.28 -0.62 -0.37 -1.46 -0.30 -2.84c0.06 -1.08 0.01 -1.97 -0.10 -1.97c-0.11 0.00 -0.28 -0.45 -0.36 -0.99c-0.16 -1.04 -0.66 -2.94 -0.88 -3.35c-0.07 -0.13 -0.15 -1.18 -0.18 -2.33c-0.05 -1.93 0.00 -2.12 0.61 -2.60c0.75 -0.59 1.57 -0.64 3.50 -0.23c1.62 0.35 3.04 1.66 3.45 3.19c0.29 1.09 1.03 1.99 4.60 5.64c1.28 1.30 2.43 2.65 2.56 2.99c0.13 0.34 0.24 1.63 0.24 2.86c0.00 1.23 0.10 2.44 0.22 2.69c0.37 0.75 1.93 5.45 1.97 5.93c0.02 0.24 0.11 0.40 0.20 0.34c0.09 -0.06 0.43 0.43 0.75 1.07c0.32 0.65 0.70 1.24 0.84 1.33c0.14 0.09 0.49 0.71 0.79 1.40c0.75 1.73 1.31 2.74 1.85 3.36c0.26 0.29 0.61 1.03 0.80 1.65c0.18 0.62 0.55 1.32 0.82 1.56c0.27 0.24 0.49 0.57 0.50 0.73c0.01 0.16 0.24 0.77 0.52 1.35c0.28 0.58 0.52 1.53 0.52 2.10c0.00 0.57 0.18 1.23 0.40 1.47c0.23 0.26 0.45 1.23 0.54 2.40c0.08 1.08 0.33 2.99 0.56 4.24c0.54 2.99 0.23 10.66 -0.46 11.51c-0.22 0.27 -0.71 2.02 -2.25 8.04c-0.35 1.38 -0.64 2.94 -0.64 3.46c0.00 0.68 -0.19 1.11 -0.66 1.53c-0.36 0.32 -0.66 0.81 -0.66 1.11c0.00 0.29 -0.12 0.53 -0.26 0.53c-0.14 0.00 -0.19 0.18 -0.10 0.40c0.08 0.22 0.05 0.40 -0.07 0.40c-0.12 0.00 -0.25 0.39 -0.27 0.87c-0.04 0.72 0.11 0.97 0.93 1.50c1.35 0.89 4.05 1.38 4.41 0.80l0.00 -0.00z"},"11":{name:"Cerrillos",path:"m954.08 1019.82l0.52 -1.01l-0.84 -1.68c-0.46 -0.92 -1.03 -1.84 -1.26 -2.03c-0.67 -0.56 -1.53 -2.06 -2.60 -4.55c-1.25 -2.90 -2.51 -4.17 -5.30 -5.32c-1.09 -0.45 -2.20 -1.05 -2.47 -1.34c-0.27 -0.28 -0.76 -1.35 -1.09 -2.37c-0.33 -1.02 -0.73 -2.03 -0.90 -2.25c-0.17 -0.22 -0.51 -0.81 -0.76 -1.32c-0.25 -0.51 -0.56 -1.10 -0.69 -1.32c-0.13 -0.22 -0.46 -0.93 -0.73 -1.58c-0.62 -1.49 -2.23 -3.08 -3.53 -3.47c-0.55 -0.16 -1.42 -0.69 -1.95 -1.18c-0.80 -0.73 -0.96 -1.06 -0.96 -1.94c0.00 -0.58 0.12 -1.13 0.26 -1.22c0.15 -0.09 0.26 -0.51 0.26 -0.93c0.00 -0.42 -0.12 -0.84 -0.26 -0.93c-0.15 -0.09 -0.27 -0.66 -0.27 -1.27c0.00 -0.61 -0.16 -1.41 -0.35 -1.78c-0.19 -0.37 -0.43 -1.05 -0.52 -1.52c-0.09 -0.47 -0.40 -1.36 -0.69 -1.98c-0.28 -0.62 -0.60 -1.49 -0.71 -1.92c-0.10 -0.43 -0.65 -1.81 -1.20 -3.06c-1.37 -3.06 -1.89 -5.23 -1.93 -7.92c-0.02 -2.02 0.06 -2.43 0.81 -3.97c0.46 -0.95 0.90 -2.14 0.97 -2.65c0.07 -0.51 0.21 -1.11 0.30 -1.34c0.12 -0.30 -0.42 -0.84 -1.96 -1.94c-1.93 -1.39 -2.13 -1.61 -2.13 -2.42c0.00 -0.70 -0.19 -1.03 -0.93 -1.59c-0.56 -0.43 -0.93 -0.93 -0.93 -1.28c0.00 -0.32 -0.14 -0.72 -0.31 -0.89c-0.24 -0.24 -0.23 -0.47 0.04 -0.97c0.33 -0.61 0.30 -0.71 -0.37 -1.23c-0.40 -0.31 -0.82 -0.82 -0.94 -1.14c-0.12 -0.31 -0.12 -2.45 0.00 -4.76c0.19 -3.69 0.29 -4.26 0.76 -4.77c0.30 -0.32 0.54 -0.83 0.54 -1.14c0.00 -0.31 0.11 -0.63 0.23 -0.71c0.42 -0.26 0.60 -2.01 0.30 -2.92c-0.44 -1.33 -1.37 -1.82 -3.02 -1.61c-0.74 0.10 -1.62 0.18 -1.95 0.19c-0.33 0.01 -0.60 0.12 -0.60 0.26c0.00 0.33 -1.82 0.09 -2.96 -0.38c-0.55 -0.23 -1.08 -0.30 -1.31 -0.16c-0.27 0.15 -0.71 -0.04 -1.41 -0.62c-0.83 -0.68 -1.22 -0.83 -2.16 -0.79c-0.63 0.03 -1.44 -0.06 -1.80 -0.20c-0.41 -0.16 -0.71 -0.16 -0.81 0.01c-0.09 0.14 -0.50 0.25 -0.92 0.25c-0.42 0.00 -1.10 0.29 -1.54 0.66c-0.43 0.36 -1.35 0.90 -2.05 1.20c-1.10 0.47 -1.45 0.51 -2.56 0.27c-0.71 -0.15 -1.81 -0.51 -2.45 -0.81c-1.63 -0.74 -3.41 -0.69 -5.12 0.16c-1.19 0.59 -1.49 0.65 -2.12 0.38c-0.76 -0.32 -1.24 -0.21 -3.13 0.69c-0.77 0.36 -0.91 0.36 -1.45 -0.02c-0.33 -0.23 -0.98 -0.42 -1.45 -0.42c-0.47 0.00 -0.93 -0.12 -1.02 -0.26c-0.25 -0.40 -1.35 -0.32 -1.72 0.13c-0.46 0.55 -3.87 0.53 -5.88 -0.04c-0.85 -0.24 -1.61 -0.37 -1.69 -0.29c-0.08 0.08 -0.21 0.66 -0.29 1.29c-0.18 1.43 -0.40 1.71 -1.51 1.92l-0.89 0.17l-0.10 2.01c-0.09 1.87 -0.16 2.06 -0.95 2.77l-0.85 0.76l0.00 2.75c0.00 3.18 -0.17 2.98 2.91 3.36c4.42 0.55 4.91 0.71 4.68 1.59c-0.13 0.51 0.47 0.76 1.82 0.77c1.22 0.01 2.23 0.57 2.23 1.24c0.00 0.55 -1.11 1.67 -1.66 1.67c-0.23 0.00 -1.07 0.67 -3.23 2.58c-0.29 0.25 -0.84 0.66 -1.22 0.90c-0.46 0.29 -0.76 0.77 -0.88 1.39c-0.20 1.07 -0.02 1.33 1.44 2.08c1.29 0.66 1.77 2.15 1.13 3.50l-0.45 0.94l1.55 1.56l1.55 1.56l0.03 1.71c0.02 1.40 -0.08 1.83 -0.53 2.33c-1.02 1.13 -1.43 2.94 -1.25 5.52c0.16 2.31 0.16 2.34 -0.68 3.47l-0.84 1.15l0.74 0.30c0.41 0.17 1.12 0.24 1.59 0.17c0.83 -0.14 0.99 -0.05 2.92 1.53c0.18 0.15 0.33 0.18 0.33 0.08c0.00 -0.11 0.14 -0.05 0.32 0.12c0.17 0.17 0.92 0.33 1.65 0.34c0.83 0.01 1.63 0.21 2.13 0.53c0.44 0.28 1.03 0.61 1.32 0.74c0.71 0.32 1.35 1.08 1.59 1.89c0.11 0.36 0.36 1.02 0.56 1.46c0.20 0.44 0.52 1.27 0.72 1.85c0.28 0.81 0.60 1.17 1.39 1.55c0.57 0.27 1.21 0.64 1.43 0.83c0.22 0.18 1.23 0.41 2.25 0.51c3.31 0.31 4.43 0.81 6.65 2.98c1.09 1.07 2.21 1.94 2.49 1.94c0.28 0.00 0.89 0.22 1.37 0.49c0.48 0.27 1.34 0.64 1.93 0.83c0.58 0.19 1.38 0.64 1.78 1.01c0.40 0.37 0.79 0.61 0.87 0.53c0.08 -0.08 0.20 -0.66 0.26 -1.28c0.06 -0.62 0.18 -1.35 0.27 -1.62c0.10 -0.32 0.00 -0.55 -0.28 -0.66c-0.24 -0.09 -0.55 -0.46 -0.68 -0.81c-0.20 -0.52 -0.11 -0.82 0.43 -1.52l0.67 -0.88l2.30 0.07c1.27 0.04 2.64 0.20 3.05 0.37c0.41 0.17 0.83 0.30 0.94 0.30c0.32 0.00 1.51 1.39 1.98 2.32c0.24 0.47 0.62 1.22 0.85 1.65c0.23 0.43 0.34 0.91 0.25 1.06c-0.09 0.15 -0.04 0.27 0.11 0.27c0.15 0.00 0.28 0.35 0.28 0.77c0.00 0.63 0.14 0.80 0.75 0.94c0.77 0.17 2.66 1.93 3.20 2.99c0.17 0.33 0.44 0.60 0.61 0.60c0.40 0.00 1.53 1.07 1.53 1.46c0.00 0.33 0.95 1.27 1.59 1.56c0.75 0.35 1.48 0.83 2.56 1.68c0.60 0.47 1.20 0.86 1.33 0.86c0.14 0.00 0.92 0.57 1.73 1.26c0.81 0.69 1.73 1.44 2.04 1.65c0.37 0.26 0.71 1.02 1.01 2.25c0.45 1.84 0.45 1.85 1.54 2.12c0.60 0.15 1.32 0.44 1.59 0.66c0.88 0.72 2.04 1.24 4.06 1.84c1.09 0.32 2.58 0.81 3.31 1.08c1.02 0.38 1.94 0.48 4.08 0.44l2.75 -0.05l0.52 -1.01l0.01 -0.00z"},"12":{name:"Chicoana",path:"m809.63 1063.64c0.10 -0.10 1.11 -0.19 2.23 -0.20c1.98 -0.01 2.09 -0.05 3.30 -1.04c1.17 -0.96 1.25 -1.11 1.25 -2.26c0.00 -0.68 0.14 -1.38 0.31 -1.55c0.32 -0.32 0.35 -0.43 0.64 -2.31c0.09 -0.58 0.32 -1.24 0.51 -1.46c0.19 -0.22 0.65 -1.10 1.03 -1.96c0.62 -1.40 0.65 -1.61 0.29 -2.00c-0.70 -0.77 -0.80 -2.08 -0.23 -2.87c0.28 -0.39 0.91 -1.60 1.40 -2.69c0.49 -1.09 0.98 -2.04 1.08 -2.12c0.10 -0.07 0.21 -1.06 0.23 -2.19c0.04 -1.66 0.17 -2.23 0.67 -2.97c0.34 -0.50 0.71 -0.82 0.82 -0.72c0.11 0.10 0.12 0.03 0.01 -0.16c-0.11 -0.19 -0.05 -0.52 0.13 -0.74c0.57 -0.69 0.15 -4.80 -0.67 -6.49c-0.79 -1.62 -0.74 -2.76 0.15 -3.57c1.22 -1.10 6.40 -0.65 8.13 0.71c0.69 0.54 1.24 0.68 0.97 0.24c-0.10 -0.16 0.11 -0.14 0.51 0.04c0.37 0.17 0.61 0.41 0.53 0.53c-0.08 0.12 0.03 0.16 0.24 0.08c0.21 -0.08 1.29 0.42 2.41 1.11c1.41 0.87 2.45 1.31 3.41 1.44c0.92 0.13 1.84 0.50 2.79 1.14c1.00 0.68 1.59 0.91 2.02 0.80c0.33 -0.08 0.69 -0.02 0.79 0.14c0.11 0.18 0.58 -0.03 1.29 -0.61c1.16 -0.94 2.00 -1.27 4.43 -1.75c1.79 -0.35 3.63 -1.85 4.70 -3.84c0.39 -0.72 0.99 -1.46 1.33 -1.63c0.34 -0.17 1.18 -0.84 1.85 -1.48c1.07 -1.02 3.75 -2.44 3.33 -1.77c-0.08 0.13 -0.04 0.24 0.09 0.24c0.61 0.00 1.21 2.21 1.25 4.58c0.04 3.01 0.33 3.76 1.50 3.97c2.55 0.46 6.77 0.71 7.46 0.45c1.11 -0.42 1.81 -0.34 3.45 0.38c1.81 0.80 2.28 0.81 4.26 0.13c1.80 -0.62 3.76 -0.67 4.48 -0.12c0.28 0.21 0.76 0.39 1.06 0.38c0.52 -0.01 5.63 -1.68 5.87 -1.92c0.06 -0.06 0.91 0.17 1.89 0.53c2.17 0.79 3.90 0.67 4.85 -0.34c0.33 -0.35 0.74 -0.64 0.92 -0.64c0.19 0.00 0.38 -0.59 0.47 -1.52c0.39 -3.96 0.89 -6.32 1.57 -7.38c0.22 -0.34 2.25 0.00 2.70 0.45c0.14 0.14 0.48 0.25 0.76 0.25c0.29 0.00 1.54 1.05 2.90 2.41c1.62 1.63 2.87 2.64 3.87 3.12c2.99 1.43 3.50 1.90 4.15 3.86c0.92 2.80 1.03 2.93 2.34 2.82c1.03 -0.08 1.34 0.04 2.58 0.97c1.81 1.37 2.54 1.63 4.54 1.63c0.90 0.00 2.35 0.18 3.22 0.39c1.88 0.46 12.22 0.57 11.46 0.13c-0.73 -0.43 -1.27 -1.83 -1.27 -3.32c0.00 -1.15 0.11 -1.48 0.62 -1.88c0.51 -0.40 0.59 -0.67 0.50 -1.51c-0.07 -0.60 -0.02 -0.96 0.13 -0.87c0.14 0.09 0.28 -0.39 0.31 -1.09c0.10 -2.00 0.57 -3.18 1.60 -4.02c0.52 -0.42 1.28 -1.10 1.68 -1.51l0.73 -0.74l-1.03 -0.31c-0.57 -0.17 -1.32 -0.46 -1.66 -0.64c-0.34 -0.19 -0.96 -0.31 -1.37 -0.28c-0.49 0.04 -1.12 -0.23 -1.85 -0.79c-2.31 -1.77 -2.79 -2.37 -3.09 -3.82c-0.24 -1.14 -0.51 -1.60 -1.53 -2.54c-0.68 -0.63 -1.95 -1.57 -2.81 -2.07c-0.86 -0.51 -2.36 -1.64 -3.33 -2.51c-0.97 -0.87 -2.50 -2.22 -3.40 -2.99c-0.90 -0.77 -1.63 -1.56 -1.63 -1.74c0.00 -0.51 -0.77 -1.07 -2.20 -1.60c-0.70 -0.26 -1.21 -0.54 -1.13 -0.62c0.08 -0.08 0.04 -0.28 -0.08 -0.43c-0.13 -0.16 -0.38 -0.77 -0.57 -1.35c-0.19 -0.58 -0.55 -1.36 -0.80 -1.72c-0.25 -0.36 -0.54 -1.11 -0.63 -1.65c-0.16 -0.95 -0.22 -0.99 -1.20 -0.99c-0.57 0.00 -1.10 -0.12 -1.19 -0.26c-0.09 -0.15 -0.56 -0.26 -1.04 -0.26c-0.48 0.00 -1.03 -0.18 -1.21 -0.40c-0.18 -0.22 -0.45 -0.40 -0.59 -0.40c-0.14 0.00 -0.02 0.21 0.27 0.46c1.03 0.90 1.47 3.42 0.70 4.05c-0.23 0.19 -0.36 0.56 -0.29 0.83c0.07 0.26 0.02 0.48 -0.11 0.48c-0.13 0.00 -0.24 0.28 -0.24 0.62c0.00 0.34 -0.33 0.91 -0.73 1.27c-0.62 0.55 -0.82 0.60 -1.34 0.34c-0.34 -0.17 -0.93 -0.67 -1.32 -1.10c-0.39 -0.44 -1.24 -1.00 -1.90 -1.24c-0.65 -0.25 -1.55 -0.61 -1.98 -0.80c-0.44 -0.19 -1.15 -0.43 -1.59 -0.53c-0.51 -0.11 -1.42 -0.84 -2.51 -1.99c-1.89 -2.00 -2.86 -2.42 -6.35 -2.79c-0.95 -0.10 -1.90 -0.33 -2.12 -0.51c-0.22 -0.18 -1.02 -0.61 -1.79 -0.94c-0.76 -0.34 -1.39 -0.76 -1.39 -0.93c0.00 -0.17 -0.17 -0.46 -0.37 -0.63c-0.20 -0.17 -0.45 -0.63 -0.55 -1.02c-0.10 -0.39 -0.34 -1.07 -0.54 -1.51c-0.20 -0.44 -0.53 -1.21 -0.73 -1.72c-0.47 -1.18 -2.12 -2.04 -4.19 -2.18c-1.22 -0.08 -1.69 -0.27 -2.65 -1.04c-1.18 -0.95 -3.51 -2.15 -4.81 -2.48c-0.39 -0.10 -0.65 -0.28 -0.57 -0.41c0.08 -0.13 -0.21 -0.16 -0.65 -0.07c-0.57 0.11 -0.98 0.01 -1.47 -0.37c-0.37 -0.29 -1.19 -0.61 -1.81 -0.70c-0.63 -0.09 -1.91 -0.40 -2.85 -0.69c-1.88 -0.57 -4.87 -0.70 -5.17 -0.22c-0.24 0.39 -10.29 0.10 -14.87 -0.43c-1.13 -0.13 -1.56 0.05 -3.64 1.58c-0.30 0.22 -0.86 0.42 -1.24 0.46c-0.38 0.03 -0.65 0.13 -0.59 0.22c0.24 0.39 -3.99 2.90 -4.88 2.90c-0.25 0.00 -0.70 0.27 -1.01 0.60c-0.59 0.64 -3.51 5.61 -3.51 5.97c0.00 0.12 -0.40 0.69 -0.89 1.26c-0.59 0.69 -1.57 1.35 -2.91 1.96c-1.11 0.50 -2.02 1.08 -2.02 1.27c0.00 0.20 -0.10 0.30 -0.22 0.22c-0.12 -0.07 -0.21 0.11 -0.20 0.41c0.01 0.30 -0.16 0.63 -0.38 0.74c-0.22 0.11 -0.64 0.31 -0.93 0.46c-0.80 0.40 -3.09 0.39 -3.84 -0.01c-1.88 -1.01 -2.83 -1.60 -3.32 -2.05c-0.30 -0.28 -0.68 -0.50 -0.83 -0.50c-0.16 0.00 -0.66 -0.42 -1.11 -0.94c-0.67 -0.76 -0.82 -1.17 -0.82 -2.18c0.00 -0.69 -0.15 -1.49 -0.33 -1.79c-1.43 -2.37 -1.13 -2.19 -3.89 -2.33c-7.43 -0.38 -11.29 -0.70 -11.81 -0.98c-0.32 -0.17 -0.88 -0.24 -1.24 -0.15c-0.65 0.16 -0.65 0.17 -0.85 4.58c-0.20 4.52 -0.18 4.67 0.90 8.56c0.30 1.09 0.55 2.28 0.56 2.65c0.00 0.36 0.20 1.44 0.45 2.40c0.44 1.72 0.44 1.75 -0.17 3.04c-0.34 0.72 -0.87 1.58 -1.17 1.92c-0.82 0.91 -2.60 1.63 -4.06 1.63c-0.70 0.00 -1.96 0.24 -2.79 0.53c-0.83 0.29 -1.90 0.53 -2.39 0.53c-0.75 0.00 -0.96 0.15 -1.41 0.99c-0.31 0.60 -0.75 1.03 -1.09 1.07c-0.77 0.11 -1.39 2.27 -1.39 4.82l0.00 1.91l0.93 -0.11c0.72 -0.08 0.96 0.00 1.08 0.37c0.08 0.26 0.08 0.59 0.00 0.72c-0.09 0.14 -0.02 0.33 0.14 0.43c0.16 0.10 0.22 0.46 0.14 0.80c-0.21 0.84 0.29 1.08 0.99 0.46c0.89 -0.80 2.41 -1.39 3.53 -1.39c0.88 0.00 1.20 0.19 2.37 1.39c0.74 0.76 1.43 1.53 1.53 1.71c0.23 0.40 -1.64 2.52 -2.02 2.28c-0.16 -0.10 -0.20 -0.04 -0.10 0.12c0.10 0.16 -0.03 0.41 -0.29 0.56c-0.26 0.15 -0.38 0.28 -0.27 0.28c0.11 0.00 -0.04 0.40 -0.33 0.87c-0.29 0.47 -0.52 1.11 -0.53 1.41c0.00 0.30 -0.36 1.25 -0.79 2.10c-0.88 1.71 -0.98 2.88 -0.51 5.54c0.36 2.03 0.69 3.11 1.47 4.83c0.34 0.75 0.62 1.50 0.62 1.65c0.00 0.16 0.24 0.73 0.53 1.27c0.29 0.54 0.53 1.23 0.53 1.52c0.00 0.29 0.23 0.88 0.51 1.31c0.28 0.43 0.44 0.90 0.35 1.06c-0.09 0.15 -0.06 0.19 0.07 0.07c0.50 -0.45 1.23 1.84 1.49 4.70c0.31 3.36 0.75 4.43 2.55 6.28c1.03 1.06 1.38 1.26 2.21 1.26c0.54 0.00 1.07 0.13 1.16 0.29c0.13 0.21 0.26 0.21 0.47 0.00c0.46 -0.46 1.24 -0.34 2.50 0.40c0.85 0.50 1.25 0.61 1.47 0.40c0.45 -0.45 1.91 -0.34 2.36 0.17c0.22 0.25 0.49 0.73 0.59 1.06c0.18 0.61 0.44 0.74 0.77 0.41l-0.00 0.00z"},"13":{name:"La Viña",path:"m802.33 1227.64c0.25 -0.12 0.83 -0.42 1.29 -0.66c0.46 -0.24 1.09 -0.43 1.40 -0.43c0.54 0.00 1.42 -0.52 3.01 -1.79c1.14 -0.90 2.07 -0.78 3.16 0.43c0.65 0.72 1.03 0.96 1.29 0.80c0.51 -0.32 2.02 -0.29 2.23 0.05c0.26 0.42 1.45 0.04 1.98 -0.63c0.75 -0.94 2.10 -1.46 4.30 -1.64c1.19 -0.10 2.11 -0.31 2.17 -0.48c0.06 -0.17 0.14 -1.92 0.18 -3.90l0.08 -3.59l1.43 -1.65c1.07 -1.23 1.59 -2.13 2.05 -3.54c0.34 -1.04 0.62 -2.10 0.62 -2.35c0.00 -0.25 0.10 -0.52 0.21 -0.59c0.12 -0.07 0.24 -1.85 0.27 -3.95c0.03 -2.10 0.17 -4.45 0.32 -5.21c0.14 -0.76 0.26 -1.44 0.26 -1.50c0.00 -0.06 0.14 -0.03 0.31 0.08c0.34 0.21 0.11 -0.28 -0.45 -0.95c-0.23 -0.28 -0.27 -0.78 -0.12 -1.72c0.27 -1.70 -0.23 -3.72 -1.37 -5.50c-0.93 -1.46 -1.45 -4.13 -0.97 -5.03c0.19 -0.36 0.14 -0.67 -0.19 -1.18c-1.08 -1.65 -0.89 -3.60 0.42 -4.30c0.29 -0.15 0.53 -0.45 0.53 -0.66c0.00 -0.21 0.54 -0.98 1.19 -1.72c0.65 -0.74 1.19 -1.51 1.19 -1.72c0.00 -0.21 0.22 -0.59 0.49 -0.85c0.27 -0.26 0.56 -0.95 0.65 -1.53c0.09 -0.58 0.37 -1.24 0.63 -1.46c0.26 -0.22 0.48 -0.55 0.50 -0.73c0.01 -0.18 0.04 -0.55 0.07 -0.83c0.02 -0.27 0.50 -0.96 1.07 -1.53c0.57 -0.57 1.29 -1.53 1.60 -2.13c0.31 -0.60 0.74 -1.24 0.95 -1.41c0.21 -0.17 0.38 -0.58 0.38 -0.91c0.00 -0.33 0.24 -0.89 0.53 -1.26c0.29 -0.37 0.68 -1.13 0.86 -1.68c0.19 -0.58 0.60 -1.14 0.96 -1.32c0.34 -0.17 0.76 -0.58 0.93 -0.91c0.40 -0.80 2.41 -1.83 3.57 -1.83c0.60 0.00 1.16 0.21 1.55 0.58c0.48 0.45 0.69 0.51 0.93 0.26c0.17 -0.17 0.57 -0.31 0.88 -0.31c0.31 0.00 0.84 -0.29 1.17 -0.65c0.33 -0.36 1.12 -0.89 1.75 -1.18c0.68 -0.32 1.21 -0.78 1.32 -1.14c0.10 -0.33 0.34 -0.96 0.54 -1.40c0.20 -0.44 0.46 -1.26 0.57 -1.84c0.18 -0.87 0.40 -1.14 1.37 -1.65c0.64 -0.34 1.27 -0.61 1.41 -0.61c0.14 0.00 0.55 -0.24 0.92 -0.53c0.37 -0.29 0.88 -0.53 1.13 -0.53c0.72 0.00 1.95 -1.78 2.91 -4.23c0.20 -0.51 0.64 -1.28 0.98 -1.72c1.97 -2.53 3.49 -4.23 3.75 -4.17c0.16 0.04 0.30 -0.05 0.30 -0.20c0.00 -0.15 0.17 -0.26 0.38 -0.26c0.50 0.00 2.00 -1.28 2.00 -1.71c0.00 -0.37 1.55 -3.38 1.85 -3.59c0.10 -0.07 0.26 -0.63 0.34 -1.25c0.09 -0.71 0.47 -1.52 1.04 -2.25c0.49 -0.62 1.06 -1.46 1.26 -1.86c0.20 -0.40 0.47 -0.73 0.60 -0.73c0.13 0.00 0.17 -0.11 0.09 -0.24c-0.08 -0.13 0.03 -0.74 0.25 -1.36c0.22 -0.62 0.40 -1.57 0.40 -2.12c0.00 -0.69 0.21 -1.25 0.66 -1.79c0.36 -0.43 0.66 -0.91 0.66 -1.06c0.00 -0.27 1.15 -1.30 3.97 -3.54c1.14 -0.91 1.48 -1.36 1.59 -2.07c0.10 -0.71 0.33 -1.00 1.02 -1.33c0.49 -0.23 0.87 -0.50 0.86 -0.60c-0.06 -0.42 0.32 -1.50 0.53 -1.50c0.13 0.00 0.16 -0.18 0.07 -0.40c-0.08 -0.22 -0.05 -0.40 0.07 -0.40c0.12 0.00 0.27 -0.98 0.32 -2.18c0.09 -2.15 0.32 -2.84 0.96 -2.84c0.56 0.00 0.94 -1.28 0.94 -3.18c0.00 -1.37 0.18 -2.29 0.71 -3.63c0.39 -0.98 0.85 -1.91 1.03 -2.05c0.50 -0.42 1.96 -3.38 1.96 -3.99c0.00 -0.32 0.44 -0.90 1.06 -1.40c0.58 -0.47 1.29 -1.36 1.57 -1.99c0.28 -0.62 0.70 -1.29 0.93 -1.48c0.23 -0.19 0.41 -0.55 0.41 -0.80c0.00 -0.25 0.24 -0.67 0.53 -0.94c0.29 -0.26 0.66 -0.97 0.82 -1.56c0.16 -0.59 0.39 -1.32 0.51 -1.61c0.12 -0.29 0.26 -1.54 0.31 -2.78c0.07 -1.77 0.24 -2.58 0.81 -3.78c0.39 -0.84 0.72 -1.68 0.72 -1.87c0.00 -0.18 0.10 -0.45 0.23 -0.59c0.13 -0.14 0.44 -0.88 0.69 -1.65c0.71 -2.19 1.66 -3.67 3.21 -5.01c0.79 -0.68 1.43 -1.34 1.43 -1.47c0.00 -0.13 0.42 -0.74 0.93 -1.37c0.51 -0.62 0.93 -1.22 0.93 -1.34c0.00 -0.32 1.94 -2.13 2.19 -2.04c0.13 0.04 0.16 -0.04 0.08 -0.17c-0.08 -0.13 0.26 -0.52 0.75 -0.86c0.50 -0.34 0.85 -0.71 0.78 -0.81c-0.07 -0.11 0.51 -0.15 1.29 -0.09c1.42 0.10 4.12 0.97 5.08 1.63c0.29 0.20 0.79 0.36 1.13 0.36c0.33 0.00 0.81 0.12 1.07 0.26c0.25 0.14 1.41 0.57 2.58 0.96c1.16 0.38 2.30 0.86 2.53 1.07c0.54 0.47 0.89 0.46 1.30 -0.03c0.40 -0.48 1.36 -0.52 1.80 -0.08c0.19 0.19 0.32 1.15 0.32 2.47c0.00 1.92 -0.07 2.21 -0.63 2.74c-0.52 0.49 -0.66 0.96 -0.82 2.76c-0.28 3.16 -0.38 12.18 -0.14 12.49c0.31 0.40 0.43 3.03 0.14 3.13c-0.14 0.05 0.06 0.81 0.44 1.69c0.60 1.39 0.66 1.76 0.44 2.76c-0.14 0.64 -0.45 1.57 -0.69 2.08c-0.97 2.05 -0.59 5.03 0.64 5.03c1.15 0.00 2.74 2.02 1.97 2.49c-0.32 0.20 -0.63 1.69 -0.58 2.71c0.03 0.46 -0.06 0.90 -0.18 0.98c-0.33 0.21 -0.08 1.96 0.33 2.30c0.22 0.19 0.52 0.20 0.83 0.05c0.27 -0.13 1.32 -0.52 2.34 -0.85c1.02 -0.34 2.21 -0.83 2.65 -1.09c1.48 -0.88 4.49 -2.27 5.95 -2.75c0.80 -0.26 1.85 -0.69 2.32 -0.96c0.48 -0.27 1.04 -0.49 1.26 -0.49c0.22 0.00 0.63 -0.12 0.92 -0.26c0.29 -0.15 0.76 -0.38 1.05 -0.53c0.29 -0.15 0.82 -0.26 1.18 -0.26c0.36 0.00 1.05 -0.34 1.53 -0.76c0.48 -0.42 1.41 -0.91 2.06 -1.09c1.20 -0.33 2.44 -0.85 3.17 -1.33c0.22 -0.14 0.69 -0.38 1.06 -0.52c0.36 -0.15 0.84 -0.38 1.06 -0.52c0.43 -0.27 1.69 -0.81 3.17 -1.34c0.51 -0.18 1.28 -0.49 1.72 -0.67c3.57 -1.52 4.35 -1.79 5.20 -1.81c0.53 -0.01 0.93 -0.06 0.88 -0.11c-0.14 -0.14 0.67 -1.10 1.98 -2.37c3.18 -3.07 3.98 -3.76 4.35 -3.76c0.32 0.00 0.35 -0.13 0.14 -0.68c-0.14 -0.37 -0.26 -1.04 -0.26 -1.48c0.00 -0.55 -0.33 -1.20 -1.06 -2.07c-1.16 -1.38 -1.24 -1.64 -0.69 -2.09c0.64 -0.53 0.67 -1.57 0.06 -2.34c-0.49 -0.63 -0.57 -1.10 -0.61 -3.94c-0.04 -2.42 -0.19 -3.64 -0.59 -4.87c-0.30 -0.90 -0.48 -1.73 -0.41 -1.85c0.07 -0.11 -0.06 -0.28 -0.28 -0.36c-0.22 -0.09 -0.53 -0.50 -0.67 -0.92c-0.23 -0.66 -0.43 -0.78 -1.47 -0.90c-0.76 -0.09 -1.64 -0.44 -2.39 -0.97c-0.77 -0.54 -1.36 -0.78 -1.69 -0.67c-0.34 0.11 -0.51 0.03 -0.51 -0.23c0.00 -0.48 -1.34 -0.97 -2.64 -0.97c-0.64 0.00 -1.14 -0.18 -1.46 -0.53c-0.36 -0.39 -0.81 -0.53 -1.78 -0.53c-1.03 0.00 -1.41 -0.13 -1.80 -0.60c-0.27 -0.33 -0.50 -0.74 -0.51 -0.92c-0.01 -0.35 -1.34 -1.13 -1.94 -1.13c-0.69 0.00 -3.25 0.95 -3.77 1.40c-0.28 0.25 -1.01 0.90 -1.61 1.45c-1.92 1.75 -3.46 1.21 -3.88 -1.37c-0.09 -0.57 -0.43 -1.32 -0.76 -1.66c-0.50 -0.53 -0.55 -0.72 -0.28 -1.15c0.40 -0.65 0.41 -1.18 0.01 -1.82c-0.24 -0.38 -0.24 -0.88 -0.02 -2.05c0.28 -1.52 0.27 -1.57 -0.52 -2.57c-1.74 -2.21 -2.04 -4.46 -0.67 -5.07c0.32 -0.14 0.72 -0.53 0.88 -0.85c0.16 -0.33 0.49 -0.81 0.73 -1.08c0.24 -0.27 0.44 -0.68 0.44 -0.91c0.00 -0.23 0.12 -0.50 0.26 -0.59c0.85 -0.53 -0.19 -0.66 -5.15 -0.66c-3.96 0.00 -5.82 -0.11 -6.93 -0.40c-0.84 -0.22 -2.30 -0.40 -3.26 -0.40c-1.83 0.00 -3.48 -0.65 -5.12 -2.02c-0.65 -0.54 -0.93 -0.60 -2.14 -0.46c-1.32 0.15 -1.42 0.12 -1.93 -0.60c-0.30 -0.42 -0.84 -1.70 -1.20 -2.85c-0.59 -1.89 -0.76 -2.15 -1.69 -2.68c-0.57 -0.32 -1.33 -0.67 -1.69 -0.79c-0.36 -0.11 -1.01 -0.50 -1.45 -0.87c-1.25 -1.05 -4.29 -3.92 -3.70 -3.50c0.46 0.33 0.49 0.33 0.19 -0.01c-0.19 -0.21 -0.46 -0.40 -0.60 -0.42c-0.14 -0.02 -0.38 -0.05 -0.53 -0.07c-0.15 -0.02 -0.19 -0.18 -0.09 -0.36c0.10 -0.18 0.10 -0.25 -0.02 -0.14c-0.12 0.10 -0.46 0.01 -0.76 -0.20c-0.75 -0.53 -1.23 -0.49 -1.23 0.10c0.00 0.27 -0.07 0.56 -0.16 0.65c-0.09 0.09 -0.21 0.84 -0.28 1.68c-0.06 0.83 -0.18 1.62 -0.27 1.76c-0.08 0.14 -0.20 0.86 -0.26 1.61c-0.06 0.75 -0.22 1.40 -0.37 1.45c-0.14 0.05 -0.19 0.20 -0.11 0.33c0.28 0.45 -1.13 1.53 -2.54 1.94c-1.76 0.52 -3.56 0.53 -5.01 0.02c-1.83 -0.64 -2.90 -0.48 -5.82 0.89c-1.26 0.59 -4.58 0.60 -5.17 0.01c-0.39 -0.39 -0.55 -0.38 -1.90 0.07c-1.98 0.65 -4.03 0.64 -5.17 -0.04c-0.49 -0.29 -1.18 -0.51 -1.54 -0.49c-3.96 0.24 -10.56 -0.31 -10.56 -0.88c0.00 -0.14 -0.12 -0.17 -0.26 -0.08c-0.15 0.09 -0.26 0.02 -0.26 -0.17c0.00 -0.18 -0.27 -0.61 -0.60 -0.96c-0.53 -0.56 -0.61 -0.98 -0.73 -3.83l-0.13 -3.19l-1.51 1.30c-0.83 0.71 -2.22 2.26 -3.09 3.44c-1.02 1.39 -1.90 2.30 -2.51 2.59c-0.52 0.24 -1.00 0.55 -1.09 0.68c-0.08 0.13 -0.83 0.37 -1.66 0.54c-0.83 0.16 -1.87 0.44 -2.31 0.61c-0.44 0.17 -0.89 0.28 -1.01 0.24c-0.12 -0.04 -0.15 0.05 -0.06 0.19c0.14 0.23 -0.69 0.88 -0.95 0.74c-0.06 -0.03 -0.07 -0.01 -0.04 0.04c0.12 0.21 -1.25 1.12 -1.48 0.98c-0.13 -0.08 -0.40 0.06 -0.60 0.31c-0.31 0.40 -0.31 0.43 0.05 0.20c0.23 -0.15 0.18 -0.05 -0.10 0.20c-0.49 0.45 -0.53 0.44 -1.12 -0.36c-1.06 -1.44 -3.15 -2.65 -4.97 -2.88c-1.89 -0.24 -2.83 -0.57 -3.32 -1.16c-0.19 -0.23 -0.49 -0.42 -0.66 -0.42c-0.17 0.00 -0.69 -0.41 -1.16 -0.91c-0.47 -0.50 -1.10 -0.99 -1.39 -1.08c-0.29 -0.09 -0.47 -0.26 -0.41 -0.36c0.07 -0.11 -0.64 -0.20 -1.56 -0.20c-0.93 0.00 -1.84 -0.13 -2.04 -0.28c-0.39 -0.31 -2.75 -0.30 -3.45 0.02c-0.46 0.21 -0.44 0.31 0.32 1.75c0.60 1.11 0.96 3.98 0.77 6.04c-0.15 1.68 -0.28 2.04 -1.01 2.79c-0.79 0.82 -0.83 0.96 -0.83 3.00c0.00 1.53 -0.11 2.23 -0.38 2.45c-0.21 0.17 -0.45 0.66 -0.55 1.07c-0.09 0.42 -0.33 0.89 -0.53 1.06c-0.20 0.17 -0.44 0.64 -0.53 1.06c-0.09 0.42 -0.39 1.05 -0.67 1.40c-0.49 0.62 -0.49 0.65 0.02 1.60c0.28 0.53 0.52 1.20 0.52 1.48c0.00 0.48 -1.23 3.09 -1.79 3.79c-0.14 0.18 -0.32 0.95 -0.39 1.72c-0.07 0.77 -0.32 1.61 -0.56 1.87c-0.28 0.31 -0.44 0.95 -0.44 1.80c0.00 1.17 -0.11 1.42 -0.99 2.26c-1.85 1.77 -3.08 2.26 -6.00 2.42c-2.34 0.13 -2.71 0.09 -3.37 -0.38c-0.41 -0.29 -0.74 -0.69 -0.74 -0.89c0.00 -0.50 -0.45 -0.74 -0.68 -0.36c-0.13 0.21 -0.07 0.24 0.18 0.09c0.21 -0.12 0.28 -0.11 0.16 0.02c-0.38 0.41 -3.43 0.39 -4.34 -0.03c-0.47 -0.22 -0.92 -0.51 -1.01 -0.65c-0.09 -0.14 -0.35 -0.26 -0.57 -0.26c-0.26 0.00 -0.02 0.37 0.65 0.99c0.93 0.86 1.08 1.18 1.22 2.45c0.26 2.45 0.49 3.29 1.00 3.65c0.58 0.41 0.69 2.39 0.16 2.92c-0.22 0.22 -0.32 1.16 -0.30 2.90c0.05 3.96 0.35 6.13 1.08 7.73c0.37 0.80 0.76 1.69 0.87 1.98c0.12 0.29 0.39 0.95 0.61 1.46c0.22 0.51 0.48 1.24 0.58 1.63c0.10 0.39 0.40 0.91 0.68 1.17c0.63 0.57 0.68 2.29 0.10 3.40c-0.31 0.60 -0.34 0.96 -0.13 1.56c0.43 1.23 0.35 6.41 -0.11 7.30c-0.21 0.41 -0.47 1.53 -0.56 2.48l-0.18 1.73l1.11 0.56c0.61 0.31 1.18 0.77 1.27 1.02c0.09 0.25 0.45 0.83 0.80 1.30c0.43 0.58 0.58 1.02 0.46 1.41c-0.14 0.43 0.11 0.87 1.10 1.93c1.25 1.34 1.33 1.52 2.52 5.47c0.15 0.51 0.52 1.19 0.81 1.51c0.49 0.54 0.51 0.70 0.20 2.25c-0.55 2.79 -0.72 5.06 -0.63 8.30c0.08 2.89 0.04 3.17 -0.57 4.21c-0.36 0.61 -0.65 1.29 -0.65 1.51c0.00 0.22 -0.24 0.62 -0.53 0.88c-0.42 0.38 -0.50 0.67 -0.36 1.40c0.22 1.17 1.17 2.67 1.70 2.69c0.89 0.02 1.05 0.60 1.04 3.97c0.00 3.02 -0.06 3.44 -0.66 4.62c-0.36 0.72 -0.66 1.52 -0.66 1.78c0.00 0.27 -0.24 0.63 -0.54 0.82c-0.47 0.29 -3.70 5.38 -3.70 5.83c0.00 0.10 -0.31 0.86 -0.69 1.70c-0.38 0.84 -0.85 1.89 -1.04 2.33c-0.57 1.30 -1.46 1.93 -3.90 2.74c-1.27 0.42 -2.30 0.71 -2.30 0.65c0.00 -0.07 -0.17 0.05 -0.38 0.26c-0.21 0.21 -1.40 0.63 -2.66 0.94c-2.18 0.53 -7.59 2.90 -7.94 3.48c-0.09 0.15 -0.28 0.21 -0.42 0.12c-0.15 -0.09 -0.19 1.16 -0.10 3.20c0.12 2.76 0.07 3.46 -0.26 3.98c-0.31 0.48 -0.41 1.37 -0.41 3.74c0.00 2.65 -0.08 3.25 -0.53 3.98c-0.29 0.48 -0.53 1.21 -0.53 1.64c0.00 0.42 -0.11 0.84 -0.24 0.92c-0.31 0.19 -0.07 1.10 0.40 1.49c0.23 0.19 0.37 0.83 0.37 1.69c0.00 1.34 -0.04 1.42 -1.49 2.74c-1.25 1.15 -1.45 1.45 -1.28 1.96c0.11 0.33 0.28 1.91 0.36 3.51c0.15 2.73 0.19 2.92 0.73 2.99c0.32 0.05 0.72 0.25 0.89 0.46c0.17 0.21 0.46 0.38 0.63 0.38c0.18 0.00 0.60 0.30 0.94 0.66c0.34 0.36 0.83 0.66 1.09 0.66c0.26 0.00 0.54 0.11 0.62 0.25c0.08 0.13 0.60 0.38 1.14 0.55c0.54 0.17 1.23 0.41 1.52 0.53c0.65 0.28 3.56 0.98 5.08 1.21c1.41 0.22 2.18 0.98 1.73 1.70c-0.21 0.34 -0.22 0.56 -0.04 0.67c0.18 0.11 0.21 3.20 0.09 9.54l-0.19 9.37l0.71 0.00c0.39 0.00 0.91 -0.10 1.17 -0.23l-0.00 -0.00z"},"14":{name:"Guachipas",path:"m848.83 1301.54c0.50 -0.11 1.14 -0.60 1.72 -1.34c0.85 -1.07 1.02 -1.17 2.12 -1.17c1.05 -0.00 1.25 -0.10 1.64 -0.79c0.25 -0.44 0.66 -0.79 0.93 -0.80c0.26 -0.00 1.25 -0.66 2.20 -1.45c0.95 -0.80 2.08 -1.68 2.51 -1.96c0.44 -0.28 0.94 -0.64 1.12 -0.80c0.92 -0.80 4.29 -1.02 5.48 -0.35c1.01 0.57 1.34 0.17 1.34 -1.63c0.00 -0.92 -0.09 -1.54 -0.19 -1.38c-0.12 0.19 -0.20 0.11 -0.20 -0.20c0.00 -0.28 -0.43 -0.90 -0.96 -1.39c-0.88 -0.80 -0.94 -0.96 -0.77 -1.87c0.27 -1.41 0.27 -3.89 0.02 -5.81c-0.24 -1.80 -0.27 -1.76 1.68 -1.99c0.63 -0.07 0.64 -0.12 0.73 -3.23c0.08 -2.72 0.17 -3.24 0.62 -3.72c0.45 -0.48 0.53 -0.93 0.53 -3.09c0.00 -3.64 0.13 -4.10 1.21 -4.30c0.57 -0.11 1.24 -0.56 1.89 -1.27c1.59 -1.74 2.30 -2.40 3.45 -3.20c1.02 -0.71 1.12 -0.72 1.84 -0.35c0.81 0.42 2.53 0.36 3.78 -0.13c0.75 -0.29 2.91 -2.86 2.91 -3.45c0.00 -0.21 0.29 -0.66 0.65 -1.00c0.41 -0.38 0.76 -1.14 0.94 -2.03c0.16 -0.78 0.40 -1.48 0.52 -1.55c0.12 -0.08 0.49 -1.30 0.80 -2.72c0.32 -1.42 0.69 -2.69 0.81 -2.83c0.13 -0.14 0.24 -0.52 0.24 -0.85c0.00 -0.98 0.56 -1.98 2.17 -3.88c1.19 -1.40 1.53 -1.99 1.53 -2.68c0.00 -0.50 0.29 -1.30 0.68 -1.87c0.85 -1.26 1.65 -2.99 1.76 -3.82c0.06 -0.43 0.43 -0.84 1.14 -1.23c2.15 -1.21 4.37 -3.69 4.37 -4.89c0.00 -0.27 0.13 -0.56 0.28 -0.66c0.15 -0.10 0.39 -0.46 0.52 -0.81c0.13 -0.35 0.53 -0.75 0.89 -0.89c0.35 -0.13 0.71 -0.46 0.80 -0.73c0.09 -0.27 0.67 -0.92 1.29 -1.44c0.87 -0.73 1.47 -0.99 2.58 -1.13c0.79 -0.10 1.92 -0.35 2.50 -0.54c0.58 -0.20 2.37 -0.43 3.97 -0.52c1.60 -0.09 3.39 -0.27 3.97 -0.41c0.58 -0.14 1.93 -0.25 3.00 -0.26c1.07 -0.00 2.61 -0.20 3.43 -0.44c1.50 -0.44 1.63 -0.43 7.73 0.06c1.09 0.09 2.49 0.33 3.12 0.53c0.62 0.20 1.40 0.37 1.72 0.37c0.57 0.00 0.58 -0.07 0.50 -2.35c-0.08 -2.28 -0.11 -2.37 -0.99 -3.23c-0.50 -0.48 -0.91 -1.03 -0.91 -1.20c0.00 -0.18 -0.28 -0.66 -0.63 -1.07c-1.00 -1.19 -1.11 -1.88 -0.41 -2.62c0.36 -0.38 0.90 -0.64 1.35 -0.64c0.49 0.00 0.96 -0.25 1.34 -0.71c0.33 -0.39 0.98 -1.15 1.45 -1.69c0.55 -0.62 0.86 -1.26 0.86 -1.74c0.00 -0.65 0.69 -2.25 2.05 -4.72c0.72 -1.31 1.34 -1.45 4.64 -1.06c1.66 0.19 1.84 0.16 2.44 -0.40c0.93 -0.88 1.06 -1.99 0.42 -3.71c-0.30 -0.80 -0.51 -1.92 -0.47 -2.51c0.07 -1.02 0.13 -1.08 1.51 -1.63c0.79 -0.32 1.49 -0.73 1.55 -0.93c0.18 -0.57 0.61 -0.72 1.68 -0.62c0.84 0.08 1.00 0.02 1.00 -0.40c0.00 -0.28 0.30 -1.18 0.66 -2.00c0.36 -0.82 0.66 -1.67 0.66 -1.87c0.00 -0.73 0.88 -2.05 2.61 -3.94c2.65 -2.87 3.48 -4.12 3.48 -5.22c0.00 -1.33 0.42 -2.28 1.12 -2.55c0.33 -0.13 0.89 -0.54 1.24 -0.92c0.38 -0.41 0.93 -0.69 1.35 -0.69c0.39 0.00 1.05 -0.27 1.46 -0.60c0.44 -0.34 1.42 -0.71 2.35 -0.86c1.87 -0.31 2.25 -0.81 2.26 -2.92c0.00 -1.39 0.54 -2.51 1.21 -2.51c0.88 0.00 0.26 -3.05 -0.87 -4.27c-0.60 -0.65 -1.11 -2.01 -1.22 -3.26c-0.06 -0.69 0.95 -1.16 2.97 -1.37c1.44 -0.15 1.62 -0.23 1.62 -0.75c0.00 -0.32 -0.24 -0.80 -0.54 -1.07c-0.30 -0.27 -0.74 -0.91 -0.98 -1.43c-0.76 -1.63 -1.51 -2.65 -1.95 -2.66c-1.28 -0.01 -2.88 -1.21 -2.48 -1.86c0.24 -0.40 -0.85 -0.55 -1.57 -0.22c-0.64 0.29 -0.76 0.25 -1.47 -0.59c-0.65 -0.77 -0.75 -1.07 -0.63 -1.96c0.23 -1.75 0.67 -2.87 1.31 -3.37c0.33 -0.26 0.69 -0.74 0.79 -1.06c0.10 -0.32 0.88 -1.37 1.74 -2.33c0.92 -1.03 1.55 -1.99 1.55 -2.34c0.00 -0.88 0.82 -3.56 1.15 -3.77c0.19 -0.12 0.09 -0.40 -0.30 -0.81c-0.32 -0.34 -0.59 -0.89 -0.59 -1.20c0.00 -0.32 -0.13 -0.58 -0.29 -0.58c-0.43 0.00 -2.60 -2.45 -2.61 -2.96c-0.01 -0.27 -0.32 -0.51 -0.80 -0.62c-0.43 -0.10 -1.18 -0.62 -1.65 -1.17c-0.47 -0.55 -1.07 -1.07 -1.33 -1.16c-0.26 -0.09 -0.54 -0.38 -0.63 -0.64c-0.09 -0.26 -0.39 -0.72 -0.66 -1.02c-0.48 -0.54 -0.48 -0.56 0.05 -1.04c0.53 -0.48 0.57 -0.47 1.87 0.23c1.14 0.62 1.68 0.73 3.81 0.78l2.48 0.06l0.16 -0.78c0.12 -0.60 0.01 -0.93 -0.51 -1.47c-0.37 -0.38 -0.66 -0.89 -0.66 -1.12c0.00 -0.24 -0.40 -0.95 -0.88 -1.58c-1.14 -1.49 -1.28 -2.11 -0.71 -2.99c0.26 -0.39 0.41 -0.93 0.34 -1.19c-0.07 -0.26 0.02 -0.74 0.19 -1.07c0.28 -0.53 0.23 -0.66 -0.49 -1.23c-0.76 -0.60 -0.80 -0.72 -0.67 -2.01c0.08 -0.76 0.24 -1.62 0.36 -1.91c0.60 -1.43 0.53 -1.83 -0.46 -2.84c-0.53 -0.55 -1.22 -0.99 -1.53 -0.99c-0.66 0.00 -1.57 -0.91 -1.85 -1.85c-0.11 -0.36 -0.37 -0.86 -0.58 -1.10c-0.28 -0.32 -0.34 -0.76 -0.21 -1.59c0.14 -0.97 0.08 -1.24 -0.38 -1.65c-0.45 -0.40 -0.55 -0.81 -0.55 -2.16c0.00 -0.91 0.11 -1.96 0.25 -2.32l0.25 -0.66l-1.11 0.35c-2.05 0.64 -6.65 2.64 -7.33 3.18c-0.32 0.26 -1.85 0.79 -2.84 1.00c-0.11 0.02 -0.43 0.26 -0.71 0.52c-0.28 0.26 -0.61 0.48 -0.73 0.48c-0.33 0.00 -5.34 2.15 -5.62 2.41c-0.14 0.13 -0.44 0.23 -0.66 0.23c-0.56 0.00 -4.34 1.51 -7.53 3.01c-1.44 0.68 -2.68 1.17 -2.76 1.10c-0.07 -0.07 0.03 -0.13 0.22 -0.13c0.19 0.00 0.29 -0.06 0.21 -0.14c-0.23 -0.23 -1.02 0.17 -0.86 0.43c0.14 0.23 0.02 0.28 -0.74 0.34c-0.18 0.01 -0.39 0.09 -0.46 0.16c-0.12 0.12 -1.04 0.54 -3.88 1.76c-0.46 0.20 -1.00 0.36 -1.20 0.36c-0.20 0.00 -0.48 0.10 -0.62 0.23c-0.14 0.13 -0.57 0.31 -0.96 0.40c-0.59 0.14 -0.90 -0.03 -1.94 -1.07l-1.23 -1.23l0.07 -2.64l0.07 -2.64l-0.87 -0.71c-1.00 -0.82 -1.32 -1.98 -1.34 -4.93c-0.01 -1.50 0.13 -2.14 0.68 -3.26c0.75 -1.51 0.74 -2.92 -0.04 -4.12c-0.25 -0.38 -0.38 -1.19 -0.37 -2.16c0.04 -2.20 -0.29 -5.48 -0.57 -5.78c-0.31 -0.33 -0.31 -4.30 0.00 -4.50c0.24 -0.15 0.68 -4.50 0.63 -6.23c-0.02 -0.58 0.19 -1.22 0.57 -1.72c1.21 -1.60 1.14 -1.79 -0.98 -2.87c-1.06 -0.54 -2.14 -0.97 -2.40 -0.97c-0.26 0.00 -1.13 -0.30 -1.93 -0.66c-0.80 -0.36 -1.65 -0.66 -1.90 -0.66c-0.25 0.00 -1.05 -0.31 -1.78 -0.68c-0.73 -0.37 -2.01 -0.84 -2.84 -1.03l-1.52 -0.36l-2.38 2.52c-1.31 1.39 -2.38 2.66 -2.38 2.83c0.00 0.17 -0.42 0.73 -0.94 1.23c-0.52 0.50 -1.18 1.30 -1.48 1.77c-0.29 0.47 -0.64 0.80 -0.77 0.71c-0.13 -0.08 -0.16 0.06 -0.07 0.31c0.12 0.31 0.08 0.39 -0.14 0.26c-0.17 -0.11 -0.29 -0.10 -0.26 0.02c0.12 0.43 -0.35 1.41 -0.60 1.26c-0.14 -0.09 -0.22 -0.06 -0.19 0.06c0.09 0.31 -0.76 2.72 -1.38 3.94c-0.29 0.56 -0.52 1.35 -0.52 1.74c0.00 0.89 -0.26 1.59 -0.52 1.43c-0.11 -0.07 -0.22 0.85 -0.25 2.04c-0.03 1.19 -0.14 2.29 -0.26 2.44c-0.12 0.15 -0.30 0.69 -0.40 1.20c-0.10 0.51 -0.65 1.64 -1.21 2.51c-0.57 0.87 -1.23 2.00 -1.48 2.51c-0.42 0.86 -3.15 4.00 -3.33 3.83c-0.04 -0.04 -0.09 0.26 -0.10 0.66c-0.01 0.41 -0.38 1.26 -0.80 1.90c-1.30 1.94 -2.01 4.10 -2.20 6.77c-0.16 2.19 -0.26 2.54 -0.99 3.44c-0.72 0.90 -0.82 1.24 -0.94 3.25c-0.08 1.34 -0.31 2.56 -0.56 3.04c-0.24 0.44 -0.43 0.94 -0.43 1.11c0.00 0.18 -0.41 0.65 -0.92 1.05c-0.50 0.40 -0.99 1.06 -1.08 1.46c-0.17 0.79 -2.62 3.11 -3.29 3.13c-0.22 0.00 -0.70 0.41 -1.06 0.90c-0.36 0.49 -0.77 0.83 -0.90 0.75c-0.13 -0.08 -0.15 -0.01 -0.05 0.16c0.11 0.18 -0.13 0.63 -0.55 1.06c-0.41 0.41 -0.78 1.09 -0.82 1.52c-0.19 1.84 -0.65 3.56 -1.13 4.17c-0.28 0.36 -0.51 0.74 -0.51 0.86c0.00 0.19 -1.31 2.90 -1.84 3.82c-0.13 0.22 -0.42 0.83 -0.64 1.35c-0.23 0.53 -0.59 1.10 -0.80 1.28c-0.21 0.18 -0.53 0.76 -0.70 1.29c-0.17 0.53 -0.44 1.13 -0.60 1.33c-0.16 0.20 -0.41 0.60 -0.56 0.89c-0.15 0.29 -0.93 0.88 -1.73 1.32c-1.84 1.00 -2.79 1.90 -3.49 3.31c-0.31 0.62 -0.68 1.05 -0.82 0.96c-0.14 -0.09 -0.19 -0.04 -0.09 0.12c0.25 0.40 -0.09 1.15 -0.43 0.95c-0.16 -0.10 -0.20 -0.04 -0.09 0.14c0.10 0.17 -0.17 0.85 -0.62 1.51c-0.45 0.66 -0.81 1.29 -0.81 1.39c0.00 0.11 -0.80 0.97 -1.79 1.92c-1.77 1.72 -2.79 2.36 -3.78 2.36c-0.34 0.00 -0.57 0.24 -0.68 0.73c-0.47 2.06 -1.97 4.29 -3.38 5.01c-0.46 0.23 -0.89 0.51 -0.96 0.62c-0.07 0.11 -0.72 0.64 -1.44 1.19c-1.29 0.98 -1.33 0.99 -2.51 0.68c-0.66 -0.18 -1.39 -0.49 -1.62 -0.70c-0.23 -0.21 -0.61 -0.38 -0.83 -0.38c-0.40 0.00 -1.80 1.59 -1.80 2.05c0.00 0.13 -0.42 0.63 -0.93 1.13c-0.51 0.49 -0.93 1.14 -0.93 1.43c0.00 0.29 -0.38 0.92 -0.84 1.40c-0.46 0.48 -0.88 1.14 -0.93 1.47c-0.05 0.33 -0.29 0.78 -0.55 0.99c-0.25 0.22 -0.64 0.75 -0.86 1.17c-0.22 0.43 -0.73 0.96 -1.13 1.19c-0.56 0.32 -0.70 0.55 -0.59 1.01c0.17 0.70 -1.55 4.52 -2.13 4.74c-0.21 0.08 -0.38 0.41 -0.38 0.74c0.00 0.34 -0.40 0.95 -0.93 1.43c-0.51 0.46 -1.21 1.29 -1.55 1.83c-0.34 0.54 -0.82 1.15 -1.06 1.35c-0.57 0.48 -0.55 1.13 0.10 2.22c0.44 0.74 0.51 1.24 0.41 2.88c-0.10 1.72 -0.05 2.04 0.40 2.42c0.28 0.24 0.51 0.64 0.51 0.88c0.00 0.24 0.17 0.63 0.37 0.86c0.55 0.62 1.30 3.61 1.42 5.63c0.07 1.10 0.25 1.89 0.48 2.08c0.54 0.45 0.47 0.78 -0.35 1.64c-0.73 0.76 -0.73 0.77 -0.80 5.04c-0.07 4.14 -0.25 5.47 -1.02 7.24c-0.20 0.46 -0.30 1.01 -0.21 1.23c0.15 0.40 -0.78 2.08 -1.91 3.44c-0.40 0.48 -0.62 1.09 -0.63 1.72c0.00 0.55 -0.23 1.26 -0.52 1.63c-0.42 0.53 -0.52 1.09 -0.52 2.81c0.00 1.18 0.16 2.62 0.36 3.20c0.57 1.61 0.66 4.05 0.14 4.05c-0.15 0.00 -0.19 -0.15 -0.09 -0.33c0.11 -0.18 -0.07 -0.10 -0.38 0.17c-0.32 0.28 -0.57 0.38 -0.57 0.22c0.00 -0.15 -0.24 -0.22 -0.53 -0.14c-0.41 0.11 -0.53 0.36 -0.53 1.15c0.00 1.07 -0.18 1.28 -1.45 1.70c-0.64 0.22 -0.83 0.47 -1.00 1.36c-0.18 0.92 -0.12 1.24 0.39 2.01c0.33 0.51 0.84 1.03 1.13 1.16c0.79 0.35 0.80 1.54 0.01 3.14c-0.54 1.10 -0.65 1.63 -0.52 2.45c0.14 0.90 0.08 1.11 -0.50 1.56c-0.64 0.50 -0.64 0.53 -0.16 0.84c0.67 0.42 0.64 0.74 -0.16 1.68c-0.36 0.43 -0.66 0.99 -0.66 1.24c0.00 0.25 -0.73 1.16 -1.62 2.03c-2.78 2.71 -3.77 4.47 -2.84 5.04c0.20 0.12 0.23 0.07 0.10 -0.15c-0.14 -0.23 -0.09 -0.30 0.16 -0.21c0.20 0.07 0.33 0.30 0.28 0.50c-0.05 0.20 0.00 0.28 0.11 0.17c0.11 -0.11 0.38 -0.05 0.60 0.13c0.27 0.22 0.34 0.22 0.22 0.02c-0.13 -0.22 0.14 -0.27 0.94 -0.19c0.84 0.08 0.99 0.05 0.60 -0.14c-0.53 -0.25 -0.53 -0.25 0.00 -0.27c0.29 -0.01 0.65 -0.29 0.79 -0.61c0.14 -0.33 0.69 -0.79 1.20 -1.04c0.52 -0.24 1.10 -0.63 1.29 -0.86c0.46 -0.55 0.70 -0.52 2.27 0.25c1.05 0.51 1.74 0.65 3.31 0.65c1.09 0.00 2.40 -0.12 2.91 -0.26c0.51 -0.15 0.95 -0.18 0.99 -0.07c0.04 0.11 1.63 0.16 3.54 0.12c1.91 -0.04 3.67 0.00 3.90 0.11c0.24 0.10 0.58 0.17 0.76 0.14c0.48 -0.08 0.43 2.73 -0.09 4.76c-0.56 2.20 -1.87 4.64 -2.94 5.50c-0.57 0.45 -0.87 0.92 -0.87 1.36c0.00 1.04 -1.40 3.52 -2.20 3.91c-0.80 0.39 -0.88 0.90 -0.31 2.00c0.29 0.55 0.40 1.62 0.40 3.86c0.00 3.49 -0.13 3.77 -1.92 4.09c-0.55 0.10 -1.14 0.36 -1.32 0.59c-0.18 0.23 -0.60 0.71 -0.94 1.07c-0.51 0.56 -0.57 0.78 -0.35 1.41c0.14 0.41 0.19 0.81 0.10 0.90c-0.09 0.09 -0.05 0.15 0.09 0.15c0.13 0.00 0.20 0.73 0.15 1.62c-0.07 1.26 -0.32 2.06 -1.12 3.58c-0.67 1.27 -1.03 2.31 -1.03 2.95c0.00 0.54 -0.24 1.46 -0.53 2.03c-0.29 0.57 -0.53 1.23 -0.53 1.48c0.00 0.24 0.24 0.74 0.53 1.11c0.29 0.37 0.53 0.89 0.53 1.16c0.00 0.27 0.23 0.91 0.50 1.43c0.30 0.55 0.49 1.39 0.46 2.04c-0.04 0.97 0.02 1.08 0.49 0.97c0.29 -0.07 1.76 -0.23 3.27 -0.35c1.65 -0.14 2.82 -0.35 2.94 -0.55c0.12 -0.19 1.07 -0.38 2.29 -0.47c2.33 -0.16 3.73 0.30 5.30 1.73c0.44 0.41 0.93 0.70 1.09 0.65c0.15 -0.05 0.68 0.09 1.17 0.31c0.85 0.38 1.81 0.39 3.53 0.01l0.00 -0.00z"},"15":{name:"Rosario de la Frontera",path:"m1025.42 1355.29c0.63 -0.56 3.12 -1.22 4.61 -1.22c2.13 0.00 3.00 -0.45 3.90 -2.03l0.79 -1.38l1.52 0.04c1.75 0.05 2.80 -0.31 4.73 -1.64c1.11 -0.76 1.47 -1.20 1.85 -2.27c0.34 -0.96 0.63 -1.35 1.04 -1.40c0.57 -0.08 0.89 -0.92 0.89 -2.33c0.00 -0.49 0.14 -0.63 0.63 -0.63c0.35 0.00 0.78 -0.18 0.96 -0.40c0.18 -0.22 0.49 -0.40 0.68 -0.40c0.19 0.00 0.58 -0.51 0.86 -1.14c0.87 -1.97 3.34 -2.59 6.13 -1.53l1.33 0.50l0.00 -0.59c0.00 -0.98 1.28 -1.94 2.78 -2.10c1.64 -0.17 3.84 -0.76 3.84 -1.03c0.00 -0.11 0.25 -0.20 0.55 -0.20c0.30 0.00 0.77 -0.12 1.04 -0.27c0.84 -0.45 7.84 -0.53 8.70 -0.11c1.06 0.53 2.09 1.76 2.57 3.07c0.09 0.25 0.39 0.53 0.67 0.61c0.28 0.09 0.50 0.24 0.50 0.34c0.00 0.10 0.45 0.20 0.99 0.22c0.55 0.02 1.70 0.19 2.56 0.37c1.69 0.35 3.15 0.07 3.74 -0.74c0.31 -0.42 1.74 -0.36 3.64 0.15c0.67 0.18 1.27 0.18 1.76 0.01c0.56 -0.19 1.08 -0.15 2.03 0.17c0.82 0.28 1.66 0.38 2.34 0.28c0.74 -0.11 1.22 -0.04 1.59 0.24c0.74 0.56 1.81 0.51 2.38 -0.12c0.66 -0.73 1.19 -0.67 1.19 0.13c0.00 0.36 0.09 0.66 0.20 0.66c0.38 0.00 2.18 -1.06 2.71 -1.59c0.40 -0.40 0.88 -0.53 1.94 -0.53c1.23 0.00 1.55 -0.12 2.49 -0.93c0.59 -0.51 1.16 -0.93 1.26 -0.93c0.10 0.00 0.35 -0.18 0.57 -0.40c0.83 -0.83 3.14 -0.10 3.43 1.09l0.16 0.66l0.40 -0.57c0.39 -0.56 0.88 -0.59 1.99 -0.13c0.36 0.15 0.46 0.07 0.46 -0.36c0.00 -0.82 2.95 -2.28 3.93 -1.94c0.39 0.13 0.94 0.15 1.23 0.04c0.77 -0.30 1.98 -0.29 1.98 0.02c0.00 0.15 0.29 0.26 0.65 0.26c0.36 0.00 0.72 0.13 0.82 0.28c0.43 0.69 1.49 0.79 3.12 0.28c2.56 -0.79 4.25 -0.95 4.75 -0.45c0.23 0.23 0.84 0.42 1.35 0.42c0.51 0.00 1.55 0.13 2.30 0.29c1.34 0.29 1.38 0.28 1.99 -0.46c0.34 -0.42 0.62 -1.01 0.63 -1.32c0.01 -0.37 0.23 -0.62 0.65 -0.73c0.83 -0.21 2.27 0.09 2.28 0.47c0.00 0.38 3.35 0.53 3.57 0.16c0.09 -0.14 0.60 -0.26 1.14 -0.26c0.85 0.00 1.03 -0.11 1.35 -0.86c0.20 -0.47 0.51 -1.04 0.68 -1.26c0.37 -0.47 1.20 -3.44 1.20 -4.31c0.00 -0.34 0.12 -0.73 0.26 -0.87c0.14 -0.14 0.34 -0.85 0.43 -1.57c0.09 -0.72 0.32 -1.49 0.49 -1.71c0.18 -0.22 0.46 -0.95 0.62 -1.63c0.31 -1.29 2.05 -4.45 2.44 -4.45c0.30 0.00 3.42 -5.28 3.42 -5.78c0.00 -0.51 3.45 -7.29 3.77 -7.42c0.32 -0.12 3.10 -5.84 3.10 -6.39c0.00 -0.22 -0.77 -1.49 -1.72 -2.83c-0.95 -1.34 -1.72 -2.57 -1.72 -2.74c0.00 -0.17 -0.54 -1.06 -1.19 -1.98c-0.65 -0.92 -1.19 -1.83 -1.18 -2.02c0.00 -0.19 0.42 -1.12 0.93 -2.06c0.51 -0.94 0.92 -1.85 0.92 -2.02c0.00 -0.32 3.47 -6.88 3.91 -7.38c0.54 -0.63 3.24 -5.92 3.24 -6.35c0.00 -0.26 0.52 -1.44 1.16 -2.62c0.64 -1.18 1.72 -3.51 2.40 -5.18c0.68 -1.67 1.34 -3.10 1.47 -3.18c0.33 -0.20 1.30 -2.42 1.31 -2.97c0.01 -0.55 2.91 -7.68 3.21 -7.88c0.29 -0.20 2.88 -6.11 2.88 -6.58c0.00 -0.50 3.19 -8.00 3.57 -8.39c0.16 -0.16 0.48 -0.76 0.71 -1.32c0.23 -0.57 0.74 -1.76 1.12 -2.65c0.38 -0.89 0.69 -1.82 0.69 -2.05c0.00 -0.55 2.89 -7.65 3.19 -7.84c0.30 -0.19 2.89 -6.35 2.89 -6.86c-0.01 -0.57 2.96 -7.76 3.33 -8.08c0.37 -0.32 2.50 -5.65 2.50 -6.25c0.00 -0.57 3.14 -7.99 3.47 -8.19c0.33 -0.20 2.62 -5.89 2.62 -6.50c0.00 -0.62 2.70 -7.61 2.99 -7.73c0.12 -0.05 0.34 -0.39 0.47 -0.75l0.25 -0.66l2.97 0.18c1.64 0.10 4.28 0.28 5.89 0.42c1.60 0.13 3.38 0.24 3.94 0.24c0.96 0.00 1.01 -0.03 0.62 -0.46c-0.45 -0.50 -0.93 -2.95 -1.25 -6.28c-0.11 -1.16 -0.45 -3.07 -0.75 -4.23c-0.30 -1.16 -0.61 -3.02 -0.69 -4.12c-0.08 -1.10 -0.32 -2.42 -0.53 -2.93c-0.21 -0.51 -0.47 -1.58 -0.57 -2.37c-0.10 -0.79 -0.27 -1.55 -0.38 -1.70c-0.11 -0.15 -0.25 -0.86 -0.32 -1.59c-0.07 -0.73 -0.37 -1.86 -0.67 -2.51c-0.40 -0.87 -0.58 -1.93 -0.68 -3.97c-0.09 -1.95 -0.29 -3.19 -0.68 -4.17c-0.34 -0.86 -0.55 -1.99 -0.55 -2.96c0.00 -0.97 -0.13 -1.65 -0.33 -1.78c-0.62 -0.40 -2.71 -0.89 -4.77 -1.13c-1.13 -0.13 -2.74 -0.50 -3.57 -0.81c-0.83 -0.31 -2.62 -0.68 -3.96 -0.80c-1.50 -0.14 -2.93 -0.45 -3.69 -0.80c-2.41 -1.10 -7.12 -1.45 -9.07 -0.68c-0.54 0.21 -4.79 1.30 -5.30 1.35c-0.22 0.02 -0.56 0.14 -0.75 0.25c-0.19 0.12 -0.41 0.14 -0.50 0.06c-0.09 -0.09 -0.29 -0.05 -0.45 0.07c-0.43 0.34 -6.56 2.28 -9.21 2.92c-1.27 0.30 -2.61 0.67 -2.98 0.81c-0.81 0.31 -4.00 -0.34 -4.68 -0.96c-0.24 -0.22 -1.15 -0.49 -2.02 -0.62c-0.87 -0.12 -1.85 -0.37 -2.17 -0.54c-0.91 -0.49 -4.61 -0.40 -4.30 0.10c0.09 0.15 -0.04 0.18 -0.30 0.08c-0.25 -0.10 -0.39 -0.07 -0.31 0.06c0.15 0.24 -0.43 0.55 -1.03 0.55c-0.19 0.00 -0.83 -0.48 -1.43 -1.06c-0.96 -0.93 -1.09 -0.99 -1.09 -0.49c0.00 0.31 -0.23 1.47 -0.51 2.58c-0.28 1.11 -0.64 2.90 -0.80 3.98c-0.16 1.08 -0.40 2.09 -0.53 2.25c-0.38 0.46 -2.36 8.70 -2.65 11.04c-0.15 1.18 -0.37 2.28 -0.49 2.44c-0.19 0.26 -0.74 2.37 -1.23 4.73c-0.08 0.40 -0.28 0.73 -0.43 0.73c-0.15 0.00 -0.22 -0.09 -0.15 -0.20c0.07 -0.11 -0.37 -0.21 -0.98 -0.22c-0.60 -0.01 -1.64 -0.22 -2.29 -0.45c-3.36 -1.20 -9.55 -3.07 -10.72 -3.23c-0.73 -0.10 -1.44 -0.26 -1.59 -0.35c-0.15 -0.09 -0.59 -0.13 -1.00 -0.09c-0.99 0.10 -3.09 -0.62 -5.45 -1.87c-1.07 -0.57 -2.44 -1.13 -3.04 -1.26c-0.60 -0.12 -2.53 -0.60 -4.28 -1.07l-3.17 -0.84l-1.32 0.47c-0.73 0.26 -1.53 0.45 -1.79 0.43c-0.26 -0.02 -0.40 0.08 -0.32 0.21c0.14 0.23 -0.30 0.35 -1.13 0.32c-0.18 -0.01 -0.33 0.10 -0.33 0.24c0.00 0.14 -0.12 0.18 -0.26 0.09c-0.15 -0.09 -0.26 -0.06 -0.26 0.06c0.00 0.12 -0.68 0.45 -1.52 0.71c-0.84 0.27 -2.26 0.77 -3.15 1.11c-0.90 0.34 -2.27 0.75 -3.04 0.91c-2.06 0.42 -3.47 0.79 -3.99 1.06c-0.25 0.13 -0.68 0.24 -0.96 0.24c-0.27 0.00 -0.81 0.25 -1.20 0.55c-0.40 0.32 -0.89 0.48 -1.13 0.39c-0.23 -0.09 -0.68 -0.01 -0.98 0.19c-0.92 0.58 -2.81 1.19 -5.17 1.65c-2.07 0.41 -2.71 0.60 -4.12 1.21c-2.04 0.89 -4.07 1.29 -6.50 1.29c-1.45 0.00 -2.67 -0.12 -2.76 -0.26c-0.27 -0.44 -1.24 -0.30 -2.71 0.39c-0.76 0.36 -1.39 0.56 -1.39 0.46c0.00 -0.10 -0.09 -0.06 -0.20 0.09c-0.44 0.63 -4.96 1.65 -8.93 2.01c-6.89 0.62 -6.33 0.64 -7.47 -0.28c-0.90 -0.72 -1.21 -0.82 -2.43 -0.76c-1.23 0.05 -1.48 -0.02 -1.97 -0.63c-0.31 -0.38 -1.19 -0.89 -1.95 -1.14c-0.76 -0.25 -1.55 -0.68 -1.75 -0.97c-0.35 -0.50 -0.39 -0.50 -1.82 0.25c-1.27 0.67 -1.77 0.77 -3.85 0.81c-1.42 0.03 -2.47 -0.07 -2.57 -0.23c-0.09 -0.15 -0.71 -0.27 -1.37 -0.27c-0.88 0.00 -1.50 0.20 -2.31 0.75c-1.64 1.10 -3.24 1.45 -4.17 0.91c-0.64 -0.38 -0.82 -0.39 -1.42 -0.06c-0.49 0.26 -0.82 0.29 -1.14 0.10c-0.76 -0.45 -1.34 -0.13 -1.53 0.84c-0.13 0.69 -0.46 1.10 -1.34 1.70c-1.28 0.87 -1.70 0.95 -2.43 0.49c-0.31 -0.19 -0.77 -0.22 -1.25 -0.09c-0.42 0.12 -0.93 0.19 -1.12 0.15c-0.20 -0.03 -0.29 0.05 -0.20 0.19c0.09 0.14 -0.32 0.33 -0.91 0.42c-0.75 0.12 -1.14 0.35 -1.34 0.77c-0.45 0.99 -3.06 1.58 -9.15 2.07c-3.97 0.32 -4.77 0.13 -5.19 -1.22c-0.34 -1.09 -1.43 -2.19 -2.35 -2.39c-0.53 -0.12 -0.91 -0.45 -1.20 -1.06c-0.49 -1.03 -1.14 -1.24 -3.75 -1.24c-0.94 0.00 -2.10 -0.16 -2.58 -0.36c-0.48 -0.20 -1.39 -0.36 -2.02 -0.36c-1.28 0.00 -2.97 -0.71 -3.75 -1.57c-0.34 -0.38 -0.55 -1.08 -0.62 -2.12c-0.08 -1.13 -0.23 -1.60 -0.55 -1.71c-0.24 -0.09 -0.73 -0.33 -1.09 -0.54c-0.47 -0.27 -1.09 -0.34 -2.16 -0.23c-1.34 0.14 -1.57 0.09 -2.15 -0.47c-1.28 -1.25 -2.45 -1.57 -4.11 -1.12c-0.60 0.16 -0.60 0.17 -0.11 0.72c0.40 0.45 1.45 2.78 1.51 3.34c0.01 0.07 0.10 0.28 0.22 0.45c0.11 0.18 0.12 1.09 0.03 2.03c-0.15 1.42 -0.31 1.84 -0.93 2.44c-0.47 0.46 -0.76 1.00 -0.76 1.45c0.00 2.04 -1.47 3.55 -3.72 3.82c-1.15 0.14 -1.52 0.30 -1.72 0.74c-0.17 0.40 -0.53 0.59 -1.18 0.64c-0.51 0.04 -1.20 0.21 -1.53 0.38c-0.80 0.40 -1.64 1.81 -1.64 2.72c0.00 0.44 -0.35 1.17 -0.88 1.82c-0.49 0.60 -0.93 1.22 -0.99 1.39c-0.06 0.17 -0.79 1.03 -1.63 1.92c-0.84 0.89 -1.53 1.70 -1.54 1.81c-0.02 0.19 -1.62 3.68 -2.12 4.62c-0.13 0.25 -0.24 0.70 -0.24 0.98c0.00 0.29 -0.20 0.94 -0.45 1.46c-0.35 0.74 -0.59 0.93 -1.12 0.89c-0.62 -0.04 -3.99 1.04 -3.99 1.28c0.00 0.06 0.17 0.37 0.37 0.69c0.24 0.37 0.41 1.53 0.46 3.14c0.08 2.38 0.04 2.61 -0.53 3.21c-0.91 0.96 -2.52 1.32 -5.29 1.16l-2.38 -0.14l-0.95 1.87c-0.55 1.09 -0.95 2.26 -0.95 2.80c0.00 0.66 -0.27 1.27 -0.97 2.14c-1.18 1.48 -2.40 2.61 -3.20 2.94c-0.72 0.30 -0.76 0.87 -0.11 1.51c0.27 0.26 0.85 1.01 1.28 1.66c0.71 1.07 0.82 1.48 0.99 3.97c0.12 1.81 0.32 2.92 0.57 3.20c0.21 0.23 0.38 0.80 0.38 1.27c0.00 0.47 0.30 1.40 0.67 2.06c0.43 0.76 0.78 1.99 0.97 3.36c0.24 1.76 0.44 2.32 1.09 3.08c0.43 0.51 1.06 1.07 1.39 1.25c0.64 0.35 1.90 2.26 2.49 3.78c0.20 0.51 0.64 1.53 0.97 2.28c0.33 0.74 0.72 1.87 0.87 2.51c0.14 0.64 0.51 1.87 0.80 2.73c0.55 1.60 0.71 4.53 0.30 5.58c-0.11 0.29 -0.11 0.71 0.01 0.93c0.12 0.22 0.42 0.85 0.66 1.41c0.25 0.56 0.72 1.12 1.05 1.24c0.33 0.13 0.70 0.39 0.82 0.58c0.46 0.75 2.53 2.12 4.11 2.74c1.68 0.66 4.00 2.59 4.44 3.70c0.12 0.31 1.12 1.01 2.35 1.64c2.34 1.20 5.00 2.93 5.58 3.63c0.77 0.93 2.45 1.52 4.96 1.73c1.36 0.12 2.65 0.36 2.87 0.54c0.40 0.33 0.86 0.42 2.50 0.49c0.68 0.03 1.22 0.31 2.06 1.09c0.62 0.58 1.30 1.06 1.49 1.06c0.20 0.00 0.70 0.18 1.11 0.39l0.76 0.39l0.14 -2.41c0.13 -2.27 0.18 -2.44 0.91 -3.02c1.07 -0.85 1.95 -1.03 2.52 -0.52c0.25 0.23 1.19 0.54 2.08 0.68c0.89 0.14 2.36 0.49 3.28 0.78c2.24 0.70 4.51 0.69 5.67 -0.02c0.49 -0.30 0.89 -0.47 0.89 -0.36c0.00 0.10 0.18 0.04 0.40 -0.14c0.32 -0.27 0.90 -0.17 3.11 0.52c3.28 1.04 8.41 2.68 8.86 2.85c0.22 0.08 0.33 -0.14 0.33 -0.65c0.00 -0.42 0.25 -1.28 0.55 -1.91c0.33 -0.68 0.66 -2.15 0.82 -3.69c0.15 -1.40 0.40 -2.70 0.54 -2.88c0.49 -0.60 1.73 -0.34 4.15 0.88c1.32 0.66 2.46 1.32 2.55 1.46c0.08 0.14 1.04 0.25 2.13 0.25c2.26 0.00 4.18 0.77 4.98 1.99c0.43 0.65 0.55 0.69 1.77 0.52c0.97 -0.13 1.55 -0.07 2.24 0.26c0.51 0.24 1.75 0.53 2.76 0.64c1.34 0.14 2.00 0.35 2.45 0.78c0.49 0.46 0.94 0.58 2.14 0.58c1.74 0.00 2.96 0.52 3.22 1.39c0.10 0.33 0.44 0.88 0.75 1.21c0.50 0.55 0.56 0.93 0.56 3.46c0.00 2.89 0.00 2.88 -1.33 5.58c-1.30 2.64 -1.74 4.25 -1.69 6.28c0.04 1.49 -0.07 2.31 -0.39 2.92c-0.24 0.47 -0.53 0.85 -0.65 0.85c-0.27 0.00 -0.44 1.91 -0.43 4.76c0.01 1.62 0.14 2.52 0.48 3.22c0.26 0.53 0.44 1.25 0.39 1.58c-0.06 0.44 0.06 0.64 0.44 0.71c0.66 0.12 1.46 0.81 1.46 1.26c0.00 0.18 0.30 0.69 0.66 1.12c0.68 0.81 0.92 2.50 0.40 2.83c-0.15 0.09 -0.26 0.49 -0.26 0.89c0.00 0.45 -0.35 1.14 -0.89 1.77c-0.50 0.59 -0.97 1.50 -1.08 2.10c-0.11 0.58 -0.42 1.56 -0.70 2.17c-0.28 0.61 -0.51 1.37 -0.51 1.69c0.00 0.72 -1.29 3.41 -1.63 3.41c-0.14 0.00 -0.18 0.12 -0.09 0.26c0.22 0.35 -1.10 3.10 -2.02 4.23c-0.45 0.55 -0.75 1.24 -0.75 1.72c-0.01 1.74 -1.66 5.17 -2.48 5.17c-0.41 0.00 -0.68 0.56 -0.69 1.41c0.00 0.61 -1.67 4.23 -1.87 4.04c-0.06 -0.06 -0.15 0.86 -0.19 2.05c-0.04 1.19 -0.25 2.75 -0.46 3.46c-0.21 0.72 -0.38 1.63 -0.38 2.03c0.00 0.40 -0.12 0.80 -0.27 0.90c-0.46 0.28 -1.05 2.00 -1.05 3.02c0.00 0.71 -0.18 1.13 -0.66 1.55c-0.36 0.32 -0.66 0.70 -0.66 0.86c0.00 0.16 -0.09 0.22 -0.21 0.15c-0.11 -0.07 -0.24 0.64 -0.28 1.58c-0.05 1.12 -0.30 2.18 -0.72 3.09c-0.68 1.47 -0.81 2.64 -0.39 3.74c0.30 0.78 0.46 0.83 1.04 0.31l-0.00 0.00z"},"16":{name:"La Candelaria",path:"m1025.12 1344.46c0.17 -0.48 0.32 -1.14 0.32 -1.47c0.00 -0.32 0.23 -1.07 0.52 -1.66c0.86 -1.79 1.60 -5.10 1.60 -7.21c0.00 -1.67 0.09 -2.08 0.62 -2.72c0.70 -0.85 1.35 -2.40 1.61 -3.84c0.10 -0.58 0.47 -1.23 0.90 -1.59c0.98 -0.84 1.83 -2.47 2.04 -3.95c0.10 -0.68 0.44 -1.62 0.75 -2.10c1.19 -1.83 1.42 -2.27 1.86 -3.60c0.25 -0.75 0.81 -2.05 1.23 -2.89c0.43 -0.84 0.78 -1.68 0.78 -1.88c0.00 -0.20 0.30 -1.06 0.66 -1.93c0.36 -0.86 0.66 -1.86 0.66 -2.21c0.00 -0.35 0.37 -1.04 0.82 -1.52c0.47 -0.50 0.97 -1.44 1.16 -2.18c0.32 -1.24 0.31 -1.34 -0.40 -2.39c-0.41 -0.60 -1.11 -1.31 -1.56 -1.57c-0.82 -0.48 -1.27 -1.44 -0.99 -2.15c0.08 -0.21 0.04 -0.42 -0.08 -0.46c-0.33 -0.12 -1.06 -3.92 -0.92 -4.85c0.06 -0.44 0.19 -1.63 0.29 -2.65c0.13 -1.33 0.35 -2.08 0.79 -2.66c0.53 -0.70 0.61 -1.11 0.60 -3.05c-0.01 -1.53 0.12 -2.49 0.40 -3.03c0.23 -0.43 0.41 -0.89 0.41 -1.02c0.00 -0.12 0.48 -1.23 1.06 -2.46c1.19 -2.50 1.47 -4.75 0.80 -6.44c-1.11 -2.81 -0.94 -2.65 -2.63 -2.65c-1.11 0.00 -1.89 -0.18 -2.83 -0.66c-0.93 -0.47 -1.73 -0.66 -2.81 -0.66c-0.83 0.00 -1.59 -0.13 -1.69 -0.30c-0.11 -0.18 -0.72 -0.25 -1.60 -0.18c-1.27 0.11 -1.51 0.04 -2.37 -0.67c-0.61 -0.51 -0.91 -0.95 -0.83 -1.24c0.09 -0.34 -0.01 -0.43 -0.36 -0.33c-0.26 0.07 -0.75 -0.07 -1.08 -0.30c-0.45 -0.32 -1.24 -0.42 -3.08 -0.42l-2.48 0.00l-2.07 -1.46l-2.07 -1.46l-0.14 0.99c-0.08 0.55 -0.22 1.64 -0.32 2.43c-0.10 0.79 -0.40 1.84 -0.67 2.32c-0.27 0.49 -0.50 1.16 -0.50 1.50c0.00 0.34 -0.13 0.99 -0.29 1.45c-0.24 0.70 -0.42 0.83 -1.15 0.83c-0.76 0.00 -11.36 -3.19 -12.30 -3.70c-0.23 -0.13 -0.88 0.10 -1.71 0.58c-1.24 0.73 -1.47 0.78 -3.33 0.66c-1.10 -0.07 -2.83 -0.38 -3.85 -0.68c-1.03 -0.31 -2.63 -0.55 -3.61 -0.56l-1.75 -0.01l-0.11 2.49c-0.07 1.53 -0.24 2.65 -0.46 2.91c-0.38 0.46 -1.49 0.57 -1.73 0.18c-0.22 -0.35 -1.73 -1.08 -2.25 -1.08c-0.24 0.00 -0.87 -0.45 -1.41 -1.00c-0.86 -0.88 -1.15 -1.01 -2.35 -1.06c-0.75 -0.03 -1.74 -0.25 -2.19 -0.48c-0.45 -0.23 -1.89 -0.52 -3.20 -0.64c-2.46 -0.23 -3.66 -0.65 -4.51 -1.59c-1.06 -1.17 -5.05 -3.69 -5.85 -3.69c-0.13 0.00 -0.81 -0.60 -1.51 -1.32c-0.71 -0.73 -1.44 -1.32 -1.64 -1.32c-0.20 0.00 -0.75 -0.53 -1.22 -1.17c-0.48 -0.64 -1.17 -1.25 -1.53 -1.34c-0.96 -0.25 -2.44 -0.95 -2.98 -1.41c-0.26 -0.22 -0.68 -0.52 -0.95 -0.68c-1.27 -0.75 -3.70 -2.90 -4.00 -3.54c-0.18 -0.39 -0.52 -1.10 -0.74 -1.58c-0.35 -0.74 -0.36 -1.06 -0.07 -2.28c0.20 -0.82 0.27 -1.91 0.17 -2.58c-0.27 -1.81 -1.29 -4.77 -1.96 -5.72c-0.34 -0.47 -0.53 -1.00 -0.42 -1.17c0.13 -0.21 0.07 -0.24 -0.16 -0.09c-0.25 0.16 -0.30 0.10 -0.18 -0.22c0.09 -0.24 0.05 -0.50 -0.09 -0.59c-0.14 -0.09 -0.25 -0.37 -0.25 -0.62c0.00 -0.26 -0.18 -1.05 -0.39 -1.77c-0.32 -1.07 -0.67 -1.53 -1.97 -2.56c-1.80 -1.43 -2.29 -2.32 -2.55 -4.57c-0.19 -1.69 -0.76 -3.44 -1.35 -4.12c-0.20 -0.23 -0.36 -0.85 -0.36 -1.39l0.00 -0.97l-1.31 0.00c-0.72 0.00 -1.64 -0.13 -2.05 -0.30c-0.70 -0.28 -2.50 -0.50 -7.23 -0.90c-1.63 -0.14 -2.26 -0.07 -3.55 0.38c-1.18 0.42 -2.20 0.55 -4.17 0.55c-1.56 0.00 -2.60 0.11 -2.60 0.26c0.00 0.16 -1.19 0.26 -3.05 0.26c-2.09 0.00 -3.35 0.12 -3.98 0.39c-0.51 0.21 -1.55 0.47 -2.31 0.57c-1.25 0.16 -1.55 0.35 -3.29 2.04c-1.27 1.23 -1.92 2.06 -1.92 2.46c0.00 0.33 -0.11 0.67 -0.24 0.75c-0.13 0.08 -0.32 0.47 -0.41 0.86c-0.39 1.56 -2.80 3.78 -3.72 3.43c-0.47 -0.18 -0.77 0.22 -1.45 1.95c-0.31 0.80 -0.87 1.84 -1.23 2.32c-0.36 0.48 -0.75 1.46 -0.87 2.20c-0.15 0.96 -0.44 1.58 -1.04 2.19c-0.46 0.47 -0.83 0.99 -0.83 1.16c0.00 0.16 -0.27 0.52 -0.60 0.79c-0.83 0.68 -1.26 1.52 -1.26 2.44c0.00 0.43 -0.11 0.85 -0.25 0.93c-0.14 0.08 -0.39 0.83 -0.56 1.67c-0.63 2.99 -1.92 6.81 -2.54 7.48c-0.34 0.37 -0.62 0.81 -0.62 0.98c0.00 0.17 -0.54 0.96 -1.19 1.77c-0.65 0.80 -1.19 1.58 -1.19 1.72c0.00 0.57 -1.76 1.56 -3.04 1.70c-0.73 0.08 -1.83 0.22 -2.45 0.32c-0.74 0.11 -1.27 0.06 -1.52 -0.16c-0.33 -0.27 -0.58 -0.13 -1.52 0.85c-0.62 0.65 -1.33 1.48 -1.57 1.85c-0.25 0.37 -0.90 0.91 -1.46 1.19l-1.00 0.52l-0.13 2.91c-0.09 1.98 -0.25 3.06 -0.51 3.37c-0.27 0.33 -0.39 1.26 -0.42 3.28c-0.04 3.02 -0.22 3.94 -0.89 4.49c-0.23 0.19 -0.28 0.28 -0.09 0.18c0.18 -0.09 0.33 -0.05 0.33 0.09c0.00 0.15 -0.47 0.19 -1.09 0.11c-1.09 -0.15 -1.09 -0.14 -0.73 0.49c0.20 0.35 0.38 1.29 0.41 2.09c0.13 3.85 0.23 4.41 0.96 5.28c0.65 0.78 0.70 0.99 0.60 2.65l-0.11 1.80l0.81 0.16c1.36 0.27 1.96 0.19 2.68 -0.38c0.64 -0.51 0.92 -0.53 4.07 -0.37c1.98 0.10 3.70 0.33 4.15 0.54c0.42 0.20 1.21 0.37 1.74 0.37c1.78 0.00 5.42 0.58 6.01 0.95c0.32 0.20 0.82 0.37 1.11 0.37c0.29 0.00 0.68 0.16 0.88 0.36c0.20 0.20 0.60 0.44 0.89 0.53c0.29 0.09 0.88 0.76 1.31 1.49c0.43 0.73 1.00 1.39 1.27 1.48c1.16 0.38 4.14 -1.54 4.14 -2.67c0.00 -0.56 2.67 -2.67 3.84 -3.04c0.58 -0.18 1.26 -0.51 1.51 -0.73c0.25 -0.22 0.70 -0.33 1.00 -0.25c0.67 0.17 1.56 -0.69 1.77 -1.71c0.08 -0.39 0.31 -0.77 0.51 -0.85c0.20 -0.08 0.37 -0.38 0.37 -0.68c0.00 -0.30 0.14 -0.81 0.31 -1.13c0.17 -0.33 0.39 -0.77 0.49 -0.99c0.10 -0.22 0.58 -0.53 1.07 -0.69c0.49 -0.16 0.93 -0.43 0.99 -0.60c0.06 -0.16 0.39 -0.30 0.75 -0.30c0.36 0.00 0.72 -0.18 0.80 -0.41c0.22 -0.58 1.51 -1.18 2.54 -1.18c1.05 0.00 3.44 0.80 4.10 1.37c0.60 0.52 2.06 1.01 3.02 1.01c0.41 0.00 0.75 0.11 0.75 0.24c0.00 0.13 0.30 0.31 0.66 0.40c0.84 0.21 2.49 1.97 2.51 2.67c0.02 0.97 0.37 1.13 2.75 1.26c2.09 0.11 2.41 0.20 2.85 0.76c0.32 0.41 0.48 1.00 0.45 1.69c-0.03 0.58 0.10 1.42 0.28 1.85c0.18 0.44 0.42 1.27 0.53 1.85c0.11 0.58 0.52 1.63 0.91 2.32c0.39 0.70 0.71 1.43 0.71 1.63c0.00 0.20 0.15 0.41 0.33 0.47c0.44 0.15 -0.53 2.32 -1.03 2.32c-0.53 0.00 -0.43 0.61 0.17 1.13c0.30 0.26 0.53 0.78 0.53 1.22c0.00 0.42 0.19 1.21 0.42 1.76c0.23 0.55 0.35 1.27 0.26 1.60c-0.11 0.45 -0.02 0.65 0.38 0.77c0.40 0.13 0.53 0.40 0.53 1.08c0.00 0.58 0.15 0.97 0.41 1.07c0.77 0.30 1.52 2.20 1.35 3.43c-0.09 0.62 -0.05 1.20 0.08 1.28c0.13 0.08 0.32 0.53 0.42 0.99c0.25 1.12 1.16 2.32 1.76 2.32c0.26 0.00 0.48 0.11 0.48 0.25c0.00 0.14 0.63 0.36 1.39 0.51c0.76 0.14 3.47 0.65 6.02 1.11c2.55 0.47 4.75 0.95 4.91 1.07c0.15 0.12 0.51 0.21 0.79 0.20c0.28 -0.01 0.81 0.06 1.18 0.14c1.80 0.42 4.50 0.94 5.62 1.09c0.69 0.09 1.32 0.28 1.41 0.42c0.09 0.14 0.27 0.18 0.41 0.10c0.14 -0.09 1.17 0.14 2.30 0.51c1.13 0.37 2.58 0.79 3.24 0.94c3.29 0.77 8.62 2.24 8.74 2.43c0.08 0.11 0.97 0.34 1.98 0.50c1.01 0.16 2.44 0.45 3.17 0.65c0.73 0.20 3.17 0.81 5.42 1.36c2.26 0.55 4.16 1.08 4.23 1.18c0.16 0.22 5.18 1.55 6.55 1.73c0.55 0.07 2.48 0.17 4.30 0.21c2.39 0.05 3.64 0.21 4.50 0.54c2.34 0.92 3.22 0.79 7.38 -1.07c1.49 -0.67 4.04 -0.78 5.71 -0.25c0.80 0.25 1.46 0.55 1.46 0.67c0.00 0.11 0.37 0.36 0.82 0.55c0.49 0.20 1.20 0.91 1.75 1.74c0.77 1.16 0.90 1.56 0.76 2.27c-0.42 2.09 -0.47 4.05 -0.15 5.40c0.19 0.78 0.42 1.42 0.51 1.42c0.09 0.00 0.31 -0.40 0.49 -0.88l0.00 0.00z"},"17":{name:"Cafayate",path:"m819.20 1368.63c0.24 -0.73 0.55 -1.32 0.68 -1.32c0.13 0.00 0.24 -0.76 0.24 -1.69c0.00 -1.67 -0.01 -1.69 -1.26 -2.84c-1.47 -1.35 -1.92 -2.24 -1.92 -3.83c0.00 -1.51 0.39 -2.30 1.41 -2.89c1.57 -0.90 2.03 -1.48 2.03 -2.58c0.00 -0.73 -0.18 -1.21 -0.63 -1.65c-0.35 -0.35 -0.91 -1.02 -1.24 -1.51c-0.34 -0.48 -0.74 -0.96 -0.89 -1.07c-0.38 -0.26 -0.53 -4.00 -0.19 -4.64c0.16 -0.29 0.81 -0.78 1.45 -1.08c1.13 -0.53 1.17 -0.59 1.36 -2.06c0.21 -1.69 0.37 -2.03 1.81 -3.90c1.19 -1.54 1.16 -2.11 -0.22 -4.40c-1.74 -2.88 -1.80 -5.05 -0.19 -6.55c0.84 -0.78 0.93 -1.01 1.04 -2.65c0.15 -2.16 0.50 -2.98 1.29 -2.98c0.53 0.00 0.57 -0.10 0.46 -1.12c-0.07 -0.62 -0.01 -2.02 0.12 -3.11c0.22 -1.78 0.19 -2.05 -0.28 -2.69c-0.43 -0.59 -0.50 -0.99 -0.38 -2.38c0.25 -2.96 0.70 -5.23 1.35 -6.78c0.35 -0.83 0.72 -1.97 0.83 -2.53c0.10 -0.56 0.42 -1.23 0.71 -1.50c0.48 -0.45 0.49 -0.55 0.13 -1.37c-0.22 -0.49 -0.54 -1.48 -0.73 -2.21c-0.18 -0.73 -0.51 -1.53 -0.73 -1.78c-0.50 -0.58 -0.73 -2.87 -0.36 -3.56c0.20 -0.38 0.20 -0.61 -0.01 -0.82c-0.38 -0.38 0.19 -2.23 0.89 -2.86c0.27 -0.24 0.49 -0.58 0.49 -0.76c0.00 -0.17 0.37 -1.06 0.83 -1.98l0.83 -1.66l-0.34 -2.18l-0.34 -2.18l1.10 -1.49c1.12 -1.51 2.00 -2.20 2.64 -2.07c0.22 0.05 0.28 -0.05 0.16 -0.25c-0.14 -0.23 -0.04 -0.28 0.37 -0.17c0.55 0.14 0.57 0.08 0.56 -2.27c-0.01 -1.71 -0.12 -2.57 -0.40 -2.94c-0.21 -0.28 -0.39 -1.04 -0.39 -1.69c0.00 -1.03 0.18 -1.39 1.46 -2.96c1.15 -1.41 1.46 -1.97 1.46 -2.71c0.00 -0.76 0.21 -1.13 1.19 -2.03c0.65 -0.60 1.19 -1.33 1.19 -1.61c0.00 -0.28 0.21 -0.66 0.47 -0.85c0.46 -0.34 1.08 -2.16 1.32 -3.85l0.12 -0.86l-2.48 0.02c-3.57 0.03 -10.32 0.42 -10.94 0.62c-0.32 0.11 -0.74 0.01 -1.06 -0.25c-0.29 -0.24 -0.36 -0.34 -0.16 -0.24c0.23 0.12 0.31 0.09 0.20 -0.08c-0.20 -0.32 -2.01 -0.14 -2.49 0.25c-0.18 0.15 -0.33 0.41 -0.33 0.59c0.00 0.64 -1.24 1.47 -2.46 1.63c-2.70 0.37 -4.95 -1.08 -4.95 -3.19c0.00 -0.93 0.40 -1.94 0.93 -2.33c0.16 -0.11 0.10 -0.20 -0.13 -0.20c-0.22 -0.00 0.05 -0.31 0.60 -0.68c0.54 -0.37 0.99 -0.83 0.99 -1.03c0.00 -0.20 0.41 -0.67 0.92 -1.06c1.00 -0.77 1.64 -1.97 1.69 -3.20c0.03 -0.60 -0.03 -0.70 -0.23 -0.40c-0.16 0.24 -0.26 0.27 -0.26 0.08c0.00 -0.17 0.12 -0.39 0.26 -0.48c0.15 -0.09 0.27 -0.66 0.27 -1.27c0.00 -0.68 0.22 -1.46 0.58 -2.03c0.32 -0.51 0.85 -1.40 1.17 -1.98l0.59 -1.06l-1.00 -1.06c-1.33 -1.41 -1.70 -2.52 -1.29 -3.94c0.17 -0.60 0.53 -1.37 0.79 -1.72c0.26 -0.35 0.48 -0.85 0.48 -1.12c0.00 -0.41 0.10 -0.45 0.66 -0.24c0.63 0.24 0.66 0.20 0.66 -0.67c0.00 -0.51 -0.03 -0.99 -0.07 -1.07c-0.09 -0.22 1.17 -0.88 1.69 -0.90c0.47 -0.01 0.92 -0.80 0.45 -0.80c-0.16 0.00 -0.22 -0.16 -0.15 -0.35c0.29 -0.76 -5.21 0.45 -5.92 1.31c-0.74 0.89 -3.73 1.71 -4.10 1.12c-0.09 -0.14 -0.66 -0.18 -1.29 -0.08c-1.05 0.16 -1.22 0.09 -2.21 -0.79l-1.07 -0.96l-1.27 0.97c-1.46 1.12 -2.30 1.49 -2.87 1.27c-0.22 -0.08 -0.40 -0.02 -0.40 0.14c0.00 0.16 -0.15 0.29 -0.33 0.29c-0.18 0.00 -0.69 0.19 -1.12 0.42c-0.44 0.23 -1.45 0.43 -2.25 0.44c-0.80 0.02 -1.51 0.10 -1.59 0.18c-0.07 0.09 -0.47 0.37 -0.89 0.64c-0.67 0.42 -0.74 0.60 -0.60 1.43c0.09 0.55 0.50 1.30 0.99 1.81c0.79 0.81 0.83 0.95 0.72 2.47c-0.09 1.18 -0.27 1.77 -0.69 2.22c-0.32 0.34 -0.58 0.73 -0.58 0.87c0.00 0.32 0.91 2.12 1.33 2.63c0.17 0.21 0.24 0.58 0.15 0.82c-0.10 0.26 0.10 0.78 0.50 1.31c0.39 0.51 0.67 1.22 0.67 1.72c0.00 0.65 0.23 1.05 0.97 1.68c0.93 0.81 1.71 2.59 1.73 3.98c0.03 2.09 -1.31 4.10 -3.64 5.44c-0.79 0.45 -1.43 0.97 -1.43 1.15c0.00 0.58 -3.29 3.33 -4.02 3.35c-0.19 0.01 -0.76 0.36 -1.26 0.79c-0.50 0.43 -1.05 0.78 -1.22 0.78c-0.16 0.00 -0.51 0.23 -0.77 0.51c-0.26 0.28 -0.80 0.59 -1.21 0.68c-0.41 0.09 -0.89 0.34 -1.06 0.54c-0.17 0.21 -0.44 0.38 -0.59 0.38c-0.15 0.00 -0.66 0.30 -1.14 0.66c-0.48 0.36 -0.94 0.66 -1.03 0.66c-0.09 0.00 -0.61 0.35 -1.14 0.79c-0.54 0.43 -1.27 0.82 -1.64 0.86c-0.36 0.04 -0.73 0.17 -0.82 0.29c-0.09 0.12 -0.44 0.25 -0.79 0.30c-0.35 0.05 -0.94 0.20 -1.30 0.35c-0.97 0.39 -3.82 1.30 -6.09 1.94c-1.09 0.31 -2.19 0.67 -2.44 0.80c-0.25 0.13 -0.65 0.24 -0.89 0.24c-0.23 0.00 -0.80 0.17 -1.26 0.37c-1.14 0.51 -5.51 1.46 -7.45 1.63c-2.19 0.19 -3.29 0.40 -3.46 0.68c-0.21 0.34 -1.63 0.29 -2.23 -0.09c-0.41 -0.26 -0.59 -0.26 -0.84 0.00c-0.24 0.24 -1.86 0.32 -5.93 0.32c-4.66 0.00 -5.66 0.07 -5.93 0.40c-0.18 0.22 -0.59 0.40 -0.91 0.40c-0.32 0.00 -0.69 0.11 -0.83 0.24c-0.14 0.13 -0.97 0.43 -1.84 0.67c-6.03 1.64 -7.40 2.03 -9.53 2.66c-1.31 0.39 -2.49 0.82 -2.63 0.95c-0.14 0.13 -0.93 0.24 -1.76 0.24c-1.12 0.00 -1.80 -0.17 -2.66 -0.66c-0.63 -0.36 -1.36 -0.66 -1.61 -0.66c-0.25 -0.00 -0.46 -0.12 -0.46 -0.27c0.00 -0.15 -0.27 -0.26 -0.60 -0.26c-0.45 0.00 -0.50 0.06 -0.23 0.24c0.23 0.15 -0.19 0.19 -1.12 0.13c-1.75 -0.12 -3.43 0.48 -3.84 1.38c-0.15 0.32 -0.68 0.89 -1.18 1.28c-1.10 0.84 -3.12 1.03 -4.28 0.42c-0.62 -0.33 -0.77 -0.34 -0.87 -0.04c-0.07 0.20 -0.92 1.15 -1.91 2.12c-1.46 1.43 -1.82 1.95 -1.95 2.82c-0.11 0.74 -0.44 1.34 -1.09 1.97c-0.78 0.75 -0.93 1.09 -0.93 2.03c0.00 0.62 -0.12 1.20 -0.26 1.29c-0.15 0.09 -0.27 0.54 -0.27 1.01c0.00 1.27 -0.51 2.84 -1.22 3.77c-0.44 0.57 -0.71 1.41 -0.88 2.66c-0.13 1.00 -0.44 2.22 -0.69 2.70c-0.43 0.83 -0.42 0.89 0.04 1.25c0.27 0.20 0.61 0.38 0.76 0.38c0.15 0.00 1.26 1.00 2.47 2.22c2.56 2.58 2.77 3.10 2.71 6.79c-0.05 2.59 -0.36 4.08 -0.98 4.71c-0.56 0.56 -0.42 2.06 0.33 3.54c0.38 0.74 0.80 1.48 0.95 1.64c0.15 0.16 0.70 1.06 1.23 1.99c1.28 2.23 1.59 2.41 2.91 1.67c0.57 -0.32 1.19 -0.59 1.36 -0.59c0.45 0.00 4.24 2.71 4.97 3.55c0.33 0.38 0.79 1.17 1.03 1.76c0.37 0.92 0.66 1.17 2.15 1.84c1.86 0.84 3.15 0.96 5.29 0.50c0.83 -0.18 1.68 -0.19 2.37 -0.03c0.60 0.13 1.18 0.16 1.30 0.05c0.31 -0.28 2.73 -1.06 3.28 -1.06c0.51 0.00 4.54 2.17 5.29 2.85c0.27 0.25 1.78 1.10 3.35 1.88c1.57 0.79 3.81 1.91 4.97 2.51c1.16 0.59 2.83 1.44 3.70 1.88c0.87 0.44 1.65 0.87 1.72 0.97c0.20 0.26 6.06 2.61 6.50 2.61c0.49 0.00 7.60 2.94 7.81 3.23c0.20 0.28 6.44 2.85 6.92 2.85c0.50 0.00 7.43 2.88 7.61 3.16c0.18 0.28 5.94 2.66 6.45 2.66c0.49 0.00 7.67 2.94 7.86 3.22c0.20 0.29 6.59 2.86 7.11 2.86c0.53 0.00 7.27 2.68 7.37 2.94c0.10 0.25 8.37 3.47 9.36 3.65c0.10 0.02 0.37 -0.56 0.62 -1.29l0.00 -0.00z"},"18":{name:"San Carlos",path:"m629.96 1385.92c5.64 -2.83 8.10 -4.35 9.23 -5.73c2.18 -2.64 3.22 -3.45 5.69 -4.39c1.28 -0.49 2.79 -1.19 3.34 -1.57c1.50 -1.01 4.71 -4.68 4.72 -5.40c0.03 -2.23 1.77 -7.89 2.58 -8.40c0.29 -0.18 2.50 -6.07 2.48 -6.63c-0.01 -0.43 2.15 -6.61 2.62 -7.49c0.16 -0.30 0.48 -0.76 0.72 -1.01c0.54 -0.59 3.09 -5.69 3.30 -6.58c0.11 -0.47 0.68 -0.98 1.94 -1.72c2.15 -1.27 4.45 -2.24 5.28 -2.24c0.37 0.00 1.35 -0.66 2.49 -1.66l1.89 -1.66l0.10 -3.29c0.08 -2.59 0.22 -3.58 0.67 -4.69c0.31 -0.77 0.66 -1.40 0.77 -1.40c0.27 0.00 0.72 -1.17 1.07 -2.77c0.16 -0.72 0.61 -1.86 1.01 -2.51c0.72 -1.18 1.76 -4.10 2.43 -6.81c0.32 -1.30 0.41 -1.40 1.53 -1.79c0.65 -0.22 1.49 -0.41 1.85 -0.41c0.47 0.00 1.26 -0.62 2.81 -2.18c2.09 -2.12 2.20 -2.19 3.92 -2.51c0.97 -0.18 2.59 -0.33 3.59 -0.33c1.76 0.00 1.82 -0.02 1.71 -0.61c-0.07 -0.34 0.13 -1.02 0.43 -1.52c0.94 -1.57 1.38 -2.71 1.63 -4.18c0.13 -0.78 0.34 -1.55 0.47 -1.72c0.13 -0.17 0.39 -1.08 0.58 -2.02c0.19 -0.95 0.41 -1.84 0.49 -1.98c0.08 -0.15 0.12 -0.51 0.08 -0.82c-0.05 -0.38 0.29 -0.85 1.11 -1.52c0.74 -0.60 1.25 -1.27 1.36 -1.77c0.30 -1.39 1.41 -3.06 3.24 -4.88c1.72 -1.72 1.80 -1.76 2.84 -1.60c3.54 0.55 3.35 0.58 4.57 -0.86c1.14 -1.36 2.76 -2.17 4.33 -2.17c0.40 0.00 0.80 -0.12 0.89 -0.26c0.26 -0.41 2.14 -0.31 2.52 0.13c0.18 0.22 0.79 0.47 1.34 0.56c0.56 0.09 1.21 0.39 1.46 0.66c0.47 0.52 2.16 0.69 2.63 0.27c0.14 -0.12 0.97 -0.43 1.84 -0.68c2.61 -0.76 4.22 -1.30 4.48 -1.53c0.14 -0.12 0.63 -0.21 1.08 -0.21c0.46 0.00 1.52 -0.24 2.37 -0.53c0.85 -0.29 1.74 -0.53 1.99 -0.53c0.25 0.00 1.27 -0.41 2.27 -0.92l1.82 -0.92l5.56 -0.01c4.81 -0.01 5.77 -0.08 7.12 -0.53c1.18 -0.39 2.28 -0.52 4.46 -0.52c1.97 0.00 3.63 -0.17 5.18 -0.53c2.72 -0.63 5.10 -1.35 5.45 -1.64c0.14 -0.12 0.50 -0.21 0.79 -0.21c0.30 -0.00 1.17 -0.24 1.93 -0.53c0.77 -0.29 1.63 -0.53 1.92 -0.53c0.29 0.00 0.74 -0.11 0.99 -0.24c0.25 -0.13 1.00 -0.44 1.65 -0.69c0.65 -0.25 1.40 -0.56 1.65 -0.69c0.25 -0.13 0.69 -0.24 0.98 -0.24c0.28 0.00 0.59 -0.12 0.68 -0.26c0.09 -0.15 0.40 -0.26 0.68 -0.26c0.54 0.00 1.37 -0.40 2.17 -1.03c0.26 -0.21 0.69 -0.50 0.96 -0.66c0.27 -0.16 1.37 -0.82 2.45 -1.47c1.07 -0.65 2.49 -1.45 3.15 -1.78c0.66 -0.33 1.47 -0.96 1.79 -1.40c0.32 -0.44 0.71 -0.80 0.87 -0.80c0.15 0.00 1.07 -0.70 2.04 -1.56c0.97 -0.86 2.18 -1.76 2.69 -2.01c0.51 -0.25 1.25 -0.77 1.65 -1.14c0.64 -0.59 0.73 -0.88 0.73 -2.25c0.00 -1.42 -0.09 -1.67 -0.90 -2.57c-0.71 -0.78 -0.94 -1.32 -1.08 -2.44c-0.16 -1.29 -0.35 -1.63 -1.74 -3.13c-1.48 -1.60 -1.56 -1.76 -1.56 -3.06c0.00 -0.76 0.12 -1.45 0.28 -1.55c0.16 -0.10 0.22 -0.44 0.14 -0.77c-0.11 -0.45 0.01 -0.68 0.51 -0.95c1.20 -0.64 1.17 -1.98 -0.07 -3.45c-0.47 -0.56 -0.72 -1.23 -0.81 -2.13c-0.11 -1.17 -0.04 -1.40 0.62 -2.10c0.41 -0.43 0.96 -0.78 1.23 -0.78c0.26 0.00 0.48 -0.13 0.48 -0.28c0.00 -0.15 0.09 -0.23 0.20 -0.16c0.11 0.07 0.20 -2.40 0.21 -5.47c0.01 -3.08 0.07 -7.40 0.13 -9.61c0.12 -3.92 0.10 -4.03 -0.50 -4.67c-0.43 -0.46 -1.23 -0.80 -2.65 -1.12c-1.12 -0.26 -2.15 -0.55 -2.29 -0.65c-0.15 -0.10 -0.73 -0.34 -1.31 -0.52c-1.05 -0.34 -1.74 -0.69 -4.56 -2.36c-2.98 -1.76 -2.84 -1.52 -3.03 -5.00c-0.10 -1.70 -0.26 -3.53 -0.36 -4.07c-0.16 -0.84 -0.08 -1.12 0.54 -1.85c0.40 -0.48 1.07 -1.09 1.50 -1.36c0.98 -0.63 0.94 -1.74 -0.11 -2.87c-0.86 -0.93 -0.93 -1.79 -0.20 -2.45c0.29 -0.26 0.53 -0.74 0.53 -1.06c0.00 -0.32 0.24 -0.89 0.53 -1.26c0.46 -0.59 0.53 -1.07 0.53 -3.83c0.00 -2.40 0.10 -3.37 0.43 -4.03c0.37 -0.74 0.39 -1.19 0.17 -3.08c-0.31 -2.56 -0.05 -4.43 0.73 -5.26c0.29 -0.31 1.21 -0.78 2.05 -1.04c1.47 -0.46 2.74 -0.98 4.94 -2.03c0.57 -0.27 1.25 -0.50 1.51 -0.50c0.26 0.00 1.28 -0.31 2.27 -0.68c1.60 -0.61 4.66 -1.59 5.58 -1.79c0.19 -0.04 0.34 -0.19 0.35 -0.32c0.01 -0.14 0.17 -0.43 0.35 -0.64c0.19 -0.22 0.56 -0.99 0.82 -1.72c0.26 -0.73 0.56 -1.44 0.67 -1.59c0.10 -0.15 0.27 -0.64 0.37 -1.11c0.10 -0.46 0.35 -0.98 0.56 -1.16c0.21 -0.17 0.38 -0.46 0.38 -0.65c0.00 -0.18 0.19 -0.49 0.42 -0.68c0.23 -0.19 0.54 -0.60 0.67 -0.89c0.43 -0.94 0.93 -1.73 1.47 -2.34c0.29 -0.32 0.85 -1.28 1.26 -2.13c0.83 -1.73 0.81 -3.25 -0.05 -4.70c-0.34 -0.58 -0.39 -0.89 -0.18 -1.22c0.22 -0.35 0.07 -0.76 -0.68 -1.91c-1.47 -2.25 -1.65 -2.81 -1.33 -3.99c0.15 -0.56 0.39 -1.09 0.52 -1.18c0.66 -0.40 1.64 -2.96 1.59 -4.10c-0.11 -2.27 -0.14 -2.52 -0.37 -2.89c-0.15 -0.24 -0.14 -0.31 0.04 -0.20c0.15 0.09 0.34 -0.00 0.43 -0.22c0.08 -0.21 0.04 -0.46 -0.10 -0.54c-0.28 -0.18 -0.34 -1.27 -0.09 -1.53c0.09 -0.09 0.21 -0.68 0.26 -1.30c0.05 -0.62 0.23 -1.88 0.41 -2.79c0.30 -1.56 0.28 -1.70 -0.27 -2.45c-0.55 -0.74 -1.22 -3.17 -0.87 -3.17c0.09 0.00 -0.10 -0.18 -0.42 -0.41c-0.32 -0.22 -0.78 -0.85 -1.03 -1.39c-0.25 -0.54 -0.73 -1.36 -1.06 -1.82c-0.34 -0.46 -0.65 -1.25 -0.68 -1.76c-0.04 -0.51 -0.18 -0.85 -0.31 -0.77c-0.14 0.09 -0.16 -0.06 -0.05 -0.35c0.11 -0.27 0.12 -0.43 0.04 -0.34c-0.09 0.09 -0.52 -0.19 -0.97 -0.60c-0.45 -0.42 -1.02 -0.76 -1.27 -0.76c-0.64 0.00 -1.60 -1.17 -1.33 -1.61c0.12 -0.19 0.16 -0.45 0.09 -0.56c-0.20 -0.33 0.46 -4.45 0.72 -4.45c0.12 0.00 0.15 -0.20 0.06 -0.44c-0.10 -0.27 -0.06 -0.37 0.11 -0.27c0.19 0.12 0.25 -0.66 0.20 -2.40c-0.09 -3.09 -0.17 -3.77 -0.45 -3.60c-0.39 0.24 -0.21 -1.69 0.19 -2.02c0.56 -0.47 0.49 -1.14 -0.16 -1.54c-0.40 -0.25 -0.51 -0.52 -0.40 -0.96c0.16 -0.65 -1.75 -6.59 -2.35 -7.29c-0.19 -0.22 -0.42 -1.29 -0.52 -2.38c-0.46 -4.93 -0.53 -6.10 -0.38 -6.67c0.09 -0.33 0.03 -0.77 -0.13 -0.98c-0.16 -0.20 -0.31 -1.40 -0.33 -2.65c-0.07 -3.79 -0.34 -4.84 -1.57 -6.20c-0.60 -0.66 -1.65 -1.45 -2.33 -1.76c-1.37 -0.62 -1.71 -1.13 -1.20 -1.75c0.28 -0.34 0.19 -0.56 -0.58 -1.39c-1.31 -1.41 -1.48 -1.92 -1.80 -5.60c-0.21 -2.33 -0.42 -3.49 -0.75 -3.93c-0.79 -1.11 -1.64 -2.80 -1.64 -3.29c0.00 -0.26 -0.24 -0.94 -0.53 -1.50c-0.86 -1.68 -2.14 -5.33 -2.42 -6.89c-0.14 -0.80 -0.33 -2.45 -0.41 -3.66c-0.13 -2.00 -0.08 -2.33 0.51 -3.44c0.36 -0.68 0.93 -2.11 1.25 -3.19c0.42 -1.39 0.89 -2.28 1.59 -3.05l1.00 -1.08l-0.64 -0.75c-0.81 -0.94 -1.70 -0.80 -3.22 0.50c-0.59 0.50 -1.17 0.91 -1.30 0.91c-0.13 0.00 -0.48 0.23 -0.78 0.51c-0.50 0.47 -0.53 0.73 -0.42 3.64c0.10 2.60 0.03 3.51 -0.43 5.35c-0.31 1.22 -0.56 2.42 -0.56 2.67c0.00 0.25 -0.22 0.65 -0.49 0.89c-0.27 0.24 -0.64 0.95 -0.82 1.56c-0.45 1.53 -1.91 2.97 -4.12 4.06c-1.02 0.50 -2.21 1.12 -2.65 1.38c-0.44 0.26 -1.57 0.74 -2.51 1.08c-0.95 0.34 -2.26 0.86 -2.91 1.16c-1.33 0.61 -4.90 3.26 -6.29 4.68c-0.50 0.51 -1.82 1.85 -2.92 2.98c-1.38 1.41 -2.33 2.15 -3.02 2.36c-0.55 0.17 -1.14 0.46 -1.30 0.65c-0.16 0.19 -0.42 0.35 -0.57 0.35c-0.15 0.00 -0.47 0.16 -0.70 0.36c-0.23 0.20 -1.01 0.58 -1.74 0.84c-0.73 0.27 -1.74 0.74 -2.25 1.06c-0.51 0.31 -1.22 0.66 -1.59 0.77c-0.36 0.11 -1.29 0.50 -2.06 0.87l-1.40 0.67l0.17 2.02c0.10 1.11 0.28 2.13 0.40 2.27c0.13 0.14 0.23 1.45 0.23 2.91c0.00 3.30 -0.59 6.02 -1.89 8.67c-0.12 0.25 -0.23 0.76 -0.23 1.13c0.00 0.37 -0.11 0.88 -0.25 1.13c-0.66 1.21 -1.04 2.45 -1.17 3.90c-0.29 3.07 -0.64 5.03 -1.04 5.78c-0.22 0.41 -0.48 1.61 -0.57 2.65c-0.10 1.04 -0.41 2.60 -0.71 3.48c-0.29 0.87 -0.60 2.63 -0.68 3.91c-0.08 1.28 -0.25 2.39 -0.38 2.47c-0.12 0.08 -0.23 0.40 -0.23 0.72c0.00 0.92 -1.13 2.91 -1.85 3.28c-0.79 0.40 -3.87 0.46 -4.10 0.08c-0.09 -0.15 -1.50 -0.27 -3.26 -0.28c-4.84 -0.03 -9.13 -0.37 -9.25 -0.73c-0.06 -0.17 -0.21 -0.25 -0.34 -0.17c-0.13 0.08 -0.69 0.03 -1.23 -0.11c-0.55 -0.14 -3.59 -0.29 -6.76 -0.33l-5.76 -0.07l-1.76 1.31c-0.97 0.72 -1.94 1.43 -2.17 1.58c-0.23 0.15 -0.93 0.59 -1.56 0.99c-0.63 0.40 -1.18 0.73 -1.24 0.73c-0.06 0.00 -1.01 0.60 -2.11 1.33c-1.11 0.73 -2.28 1.45 -2.60 1.59c-0.32 0.14 -0.94 0.49 -1.38 0.76c-0.47 0.30 -1.30 0.51 -2.04 0.53c-0.69 0.01 -1.64 0.19 -2.12 0.39c-0.48 0.21 -1.30 0.56 -1.83 0.79c-1.09 0.47 -1.97 0.54 -2.20 0.17c-0.08 -0.14 -0.44 0.04 -0.80 0.40c-0.35 0.35 -0.86 0.64 -1.12 0.64c-0.26 0.00 -0.90 0.29 -1.42 0.64c-1.14 0.78 -4.02 2.01 -4.68 2.01c-0.27 0.00 -1.08 0.61 -1.79 1.35c-2.37 2.45 -3.42 3.41 -3.74 3.41c-0.17 0.00 -0.94 0.71 -1.71 1.59c-0.77 0.87 -1.62 1.66 -1.90 1.75c-0.28 0.09 -1.35 0.81 -2.38 1.61c-1.04 0.80 -2.86 1.92 -4.06 2.50c-1.83 0.88 -2.51 1.41 -4.30 3.32c-1.17 1.25 -2.13 2.49 -2.13 2.74c0.00 0.26 -0.41 0.96 -0.92 1.57c-0.90 1.08 -1.03 1.43 -1.73 4.56c-0.19 0.83 -0.41 1.47 -0.50 1.41c-0.09 -0.06 -0.18 0.28 -0.20 0.74c-0.02 0.46 -0.16 1.91 -0.31 3.22c-0.67 5.78 -0.70 5.23 0.48 9.86c1.02 3.98 1.09 4.50 0.97 6.88c-0.22 4.34 -0.38 5.75 -0.81 7.22c-0.23 0.77 -0.42 1.95 -0.42 2.62c0.00 0.66 -0.18 1.51 -0.39 1.87c-0.39 0.68 -0.49 0.88 -1.10 2.25c-0.19 0.44 -0.47 0.97 -0.61 1.19c-0.76 1.19 -1.08 2.36 -1.09 3.94c-0.01 2.09 -0.34 3.52 -1.92 8.23c-1.13 3.39 -2.91 7.25 -4.13 8.96c-0.31 0.43 -0.56 0.89 -0.56 1.02c0.00 0.50 -1.79 1.89 -3.31 2.57c-1.77 0.79 -3.69 2.46 -3.34 2.91c0.12 0.16 0.30 0.94 0.39 1.74c0.26 2.25 1.16 5.53 2.00 7.28c0.42 0.87 0.90 2.48 1.08 3.57c0.18 1.09 0.49 2.31 0.69 2.70c0.20 0.39 0.37 1.35 0.38 2.12c0.02 2.23 0.38 3.56 1.23 4.53c1.23 1.40 1.46 2.79 1.02 6.13c-0.29 2.17 -0.50 2.97 -0.93 3.43c-0.34 0.36 -0.82 1.65 -1.24 3.35c-0.38 1.51 -0.85 2.94 -1.05 3.17c-0.20 0.23 -0.37 0.53 -0.37 0.67c0.00 0.14 -0.14 0.39 -0.30 0.56c-0.17 0.17 -0.27 0.92 -0.23 1.71c0.04 0.77 0.11 4.01 0.16 7.19c0.05 3.18 0.20 6.16 0.34 6.61c0.25 0.80 0.54 6.30 0.60 11.07l0.03 2.30l-1.24 1.44c-1.32 1.53 -2.39 2.04 -4.28 2.04c-1.35 -0.00 -3.01 -0.47 -3.67 -1.03c-0.29 -0.25 -1.36 -0.85 -2.38 -1.34c-1.02 -0.49 -2.15 -1.10 -2.52 -1.35c-0.37 -0.25 -1.20 -0.60 -1.85 -0.77c-1.31 -0.35 -3.73 -1.37 -4.76 -2.01c-0.36 -0.22 -0.87 -0.48 -1.12 -0.56c-0.25 -0.08 -0.46 -0.22 -0.46 -0.32c0.00 -0.09 -0.68 -0.21 -1.51 -0.25c-0.83 -0.05 -1.99 -0.30 -2.56 -0.56c-0.78 -0.36 -1.17 -0.41 -1.50 -0.20c-0.37 0.23 -0.82 -0.02 -2.46 -1.35c-2.27 -1.84 -2.37 -1.86 -5.96 -1.23c-2.23 0.39 -2.94 0.71 -2.94 1.31c0.00 0.18 -0.25 0.55 -0.56 0.83c-0.31 0.28 -0.81 1.04 -1.11 1.69c-0.30 0.65 -1.01 1.64 -1.57 2.20c-0.76 0.75 -0.98 1.14 -0.85 1.54c0.18 0.56 -0.50 1.56 -1.06 1.56c-0.17 0.00 -0.58 0.36 -0.90 0.81c-0.36 0.48 -0.78 0.77 -1.04 0.71c-0.79 -0.18 -1.88 0.58 -2.41 1.68c-0.28 0.59 -0.46 1.23 -0.39 1.41c0.32 0.83 -1.86 3.78 -2.59 3.52c-0.51 -0.18 -1.80 0.54 -1.80 1.00c0.00 0.21 -0.58 0.81 -1.28 1.31c-0.90 0.65 -1.55 1.42 -2.16 2.58c-0.48 0.91 -0.98 1.70 -1.11 1.75c-0.13 0.05 -0.13 0.23 0.01 0.40c0.13 0.17 0.51 1.50 0.84 2.95c0.33 1.46 0.75 2.94 0.93 3.31c0.46 0.92 1.99 7.47 1.99 8.54c0.00 0.98 1.05 2.35 4.26 5.56c1.00 1.00 2.26 2.55 2.81 3.44c0.84 1.38 1.00 1.88 1.03 3.22c0.06 2.69 0.39 6.01 0.77 7.67c0.44 1.92 0.92 6.34 0.90 8.33c-0.02 2.60 0.61 6.77 1.08 7.14c0.24 0.20 2.12 7.52 2.12 8.28c0.00 0.80 1.75 6.57 2.06 6.78c0.12 0.08 0.68 1.88 1.23 3.99c0.80 3.06 1.27 4.27 2.27 5.95c0.69 1.16 1.40 2.62 1.56 3.24c0.17 0.62 0.40 1.12 0.53 1.12c0.12 0.00 0.31 0.33 0.41 0.73c0.37 1.47 2.29 6.12 2.67 6.43c0.21 0.18 0.39 0.49 0.39 0.70c0.00 0.21 0.41 0.99 0.92 1.74c0.86 1.28 1.13 1.46 4.30 2.89l3.38 1.53l4.04 0.01l4.04 0.01l1.91 -0.96l-0.00 -0.00z"},"19":{name:"Molinos",path:"m583.80 1288.99c0.55 -0.80 1.29 -1.60 1.65 -1.77c0.36 -0.17 1.01 -0.80 1.45 -1.39c0.43 -0.59 1.03 -1.14 1.32 -1.22c0.29 -0.08 0.83 -0.57 1.19 -1.10c0.86 -1.24 2.35 -3.79 2.54 -4.36c0.08 -0.24 0.52 -0.59 0.97 -0.78c1.01 -0.42 2.57 -1.76 2.57 -2.21c0.00 -0.18 0.67 -0.96 1.48 -1.73c1.35 -1.28 1.94 -2.08 2.91 -3.97c0.19 -0.36 0.85 -1.17 1.48 -1.78c1.04 -1.02 1.35 -1.16 3.39 -1.53c3.95 -0.73 5.49 -0.79 6.08 -0.25c0.29 0.26 0.52 0.63 0.52 0.83c0.00 0.38 1.38 1.15 3.00 1.68c0.56 0.18 1.33 0.49 1.72 0.70c0.39 0.20 1.34 0.37 2.11 0.37c1.10 0.00 1.65 0.16 2.51 0.74c0.61 0.40 1.40 0.87 1.77 1.03c1.64 0.73 2.59 1.10 3.57 1.39c1.83 0.54 3.03 1.14 2.86 1.41c-0.09 0.15 -0.05 0.19 0.10 0.10c0.15 -0.09 1.03 0.24 1.96 0.73c0.93 0.49 2.14 0.98 2.69 1.08c0.55 0.10 1.06 0.30 1.15 0.43c0.65 1.05 3.14 0.64 4.26 -0.69l0.68 -0.81l-0.19 -4.89c-0.11 -2.69 -0.18 -5.26 -0.17 -5.71c0.01 -0.45 -0.15 -1.30 -0.36 -1.90c-0.30 -0.86 -0.35 -2.03 -0.23 -5.60c0.14 -4.02 0.10 -4.58 -0.30 -5.02c-0.28 -0.31 -0.44 -0.89 -0.42 -1.52c0.02 -0.56 -0.05 -1.45 -0.15 -1.96c-0.15 -0.77 -0.06 -1.08 0.47 -1.72c0.36 -0.43 0.74 -1.05 0.84 -1.37c0.10 -0.33 0.29 -0.60 0.42 -0.60c0.13 0.00 0.17 -0.18 0.09 -0.40c-0.08 -0.22 -0.02 -0.40 0.13 -0.40c0.16 0.00 0.22 -0.18 0.13 -0.40c-0.08 -0.22 -0.01 -0.40 0.17 -0.40c0.18 0.00 0.26 -0.16 0.19 -0.35c-0.07 -0.19 0.10 -1.29 0.40 -2.45c0.29 -1.15 0.59 -2.51 0.67 -3.02c0.07 -0.51 0.28 -1.10 0.46 -1.32c0.53 -0.64 0.65 -1.54 0.24 -1.87c-0.52 -0.43 -0.46 -0.98 0.16 -1.36c0.74 -0.46 0.68 -0.69 -0.58 -1.97l-1.10 -1.13l-0.17 -3.12c-0.09 -1.71 -0.30 -3.36 -0.47 -3.65c-0.17 -0.29 -0.48 -1.43 -0.69 -2.54c-0.21 -1.10 -0.65 -2.59 -0.97 -3.31c-0.32 -0.71 -0.81 -1.79 -1.07 -2.39c-0.27 -0.60 -0.62 -2.21 -0.79 -3.57c-0.18 -1.51 -0.46 -2.66 -0.71 -2.95c-0.57 -0.64 -0.13 -1.41 1.92 -3.42c1.17 -1.15 1.96 -1.67 3.01 -2.00c1.22 -0.39 1.54 -0.63 2.27 -1.78c0.47 -0.73 1.03 -1.69 1.26 -2.13c0.22 -0.44 0.73 -1.43 1.13 -2.20c1.70 -3.30 3.83 -10.58 3.84 -13.09c0.01 -1.61 0.16 -2.12 1.50 -5.03c1.23 -2.66 1.53 -3.59 1.69 -5.26c0.11 -1.12 0.30 -2.19 0.42 -2.38c0.12 -0.19 0.25 -1.53 0.29 -2.98c0.04 -1.45 0.19 -2.75 0.33 -2.90c0.60 -0.60 0.26 -2.94 -1.18 -8.23c-0.78 -2.87 -0.78 -3.09 -0.14 -9.66c0.20 -2.04 0.52 -3.73 0.82 -4.42c0.27 -0.61 0.50 -1.53 0.50 -2.03c0.00 -1.24 0.32 -1.97 1.37 -3.09c0.48 -0.52 0.92 -1.23 0.97 -1.57c0.05 -0.36 1.23 -1.84 2.73 -3.42c2.10 -2.22 3.00 -2.96 4.41 -3.65c0.97 -0.47 1.86 -0.86 1.97 -0.87c0.26 -0.01 4.44 -3.04 5.75 -4.18c0.55 -0.48 1.24 -1.37 1.53 -1.99c0.81 -1.71 4.76 -4.67 7.59 -5.67c1.20 -0.43 3.62 -1.49 4.37 -1.92c1.13 -0.65 2.38 -1.01 2.96 -0.86c0.33 0.09 0.49 0.04 0.40 -0.11c-0.09 -0.15 0.75 -0.53 1.95 -0.87c1.16 -0.34 2.17 -0.71 2.25 -0.84c0.08 -0.13 0.67 -0.23 1.30 -0.23c1.32 0.00 2.05 -0.28 4.02 -1.52c0.76 -0.48 1.49 -0.87 1.62 -0.87c0.13 0.00 0.40 -0.19 0.60 -0.42c0.19 -0.23 0.60 -0.53 0.89 -0.67c0.30 -0.13 0.90 -0.48 1.33 -0.76c0.44 -0.29 1.03 -0.64 1.32 -0.79c1.02 -0.51 1.60 -0.94 3.34 -2.45l1.76 -1.52l6.31 0.12c7.27 0.14 9.06 0.29 9.65 0.82c0.27 0.24 0.94 0.37 1.85 0.34c2.60 -0.08 9.34 0.29 10.90 0.60c1.39 0.27 1.59 0.25 2.04 -0.20c0.66 -0.67 1.28 -3.69 1.41 -6.94c0.06 -1.44 0.22 -2.84 0.37 -3.12c0.50 -0.95 1.95 -7.62 1.79 -8.25c-0.10 -0.41 0.03 -0.85 0.38 -1.30c0.35 -0.44 0.54 -1.08 0.54 -1.81c0.00 -0.62 0.18 -1.47 0.40 -1.88c0.22 -0.42 0.40 -1.06 0.40 -1.43c0.00 -0.37 0.24 -1.14 0.53 -1.70c0.29 -0.57 0.60 -1.43 0.69 -1.91c0.09 -0.48 0.27 -0.87 0.39 -0.87c0.12 0.00 0.16 -0.17 0.09 -0.37c-0.08 -0.20 -0.01 -0.45 0.15 -0.55c0.18 -0.11 0.22 -0.53 0.12 -1.09c-0.10 -0.53 -0.06 -0.91 0.09 -0.91c0.15 0.00 0.20 -0.50 0.12 -1.23c-0.11 -0.97 -0.07 -1.18 0.21 -1.02c0.53 0.33 0.12 -4.32 -0.43 -4.93c-0.24 -0.26 -0.35 -0.67 -0.26 -0.96c0.10 -0.32 -0.03 -0.68 -0.37 -0.99c-0.29 -0.27 -0.54 -0.73 -0.54 -1.04c0.00 -0.30 -0.18 -0.85 -0.39 -1.22c-0.21 -0.36 -0.38 -0.91 -0.39 -1.22c-0.01 -0.30 -0.25 -0.77 -0.54 -1.03c-0.29 -0.26 -0.53 -0.71 -0.53 -0.98c0.00 -0.66 -3.28 -2.17 -5.25 -2.43c-0.78 -0.10 -1.93 -0.36 -2.55 -0.57c-1.47 -0.50 -3.96 -0.90 -6.71 -1.07c-2.37 -0.15 -2.87 -0.30 -4.20 -1.27c-0.85 -0.62 -1.70 -0.76 -6.82 -1.07c-0.87 -0.05 -2.84 -0.34 -4.37 -0.63c-1.53 -0.29 -3.55 -0.61 -4.50 -0.69c-0.95 -0.09 -2.49 -0.27 -3.44 -0.41c-1.59 -0.23 -5.44 -0.55 -12.44 -1.03c-1.98 -0.14 -3.13 -0.36 -4.02 -0.77c-0.68 -0.32 -1.46 -0.58 -1.73 -0.58c-0.27 0.00 -0.72 -0.17 -1.01 -0.37c-0.29 -0.20 -1.03 -0.52 -1.65 -0.70c-0.62 -0.19 -1.26 -0.50 -1.42 -0.69c-0.16 -0.19 -0.45 -0.35 -0.64 -0.35c-0.42 0.00 -1.21 -1.06 -1.01 -1.37c0.07 -0.12 0.03 -0.22 -0.09 -0.22c-0.13 0.00 -0.61 -0.54 -1.07 -1.20c-0.46 -0.66 -1.13 -1.30 -1.48 -1.44c-0.35 -0.13 -0.88 -0.59 -1.18 -1.02c-0.38 -0.53 -0.96 -0.88 -1.82 -1.12c-1.29 -0.35 -2.58 -1.30 -3.02 -2.25c-0.37 -0.78 -0.87 -1.61 -1.22 -2.04c-0.17 -0.21 -0.44 -0.98 -0.60 -1.72c-0.16 -0.75 -0.54 -1.57 -0.87 -1.87c-0.73 -0.67 -2.18 -1.01 -2.44 -0.57c-0.25 0.40 -10.10 0.08 -12.45 -0.41c-0.89 -0.18 -2.47 -0.76 -3.53 -1.28c-1.05 -0.52 -2.57 -1.08 -3.37 -1.25c-0.80 -0.17 -2.13 -0.62 -2.96 -1.00c-1.42 -0.66 -1.70 -0.70 -5.21 -0.64c-4.32 0.06 -12.06 -0.41 -12.42 -0.75c-0.14 -0.13 -0.47 -0.24 -0.74 -0.24c-0.27 0.00 -1.14 -0.30 -1.94 -0.66c-0.80 -0.36 -1.61 -0.66 -1.82 -0.66c-0.21 0.00 -0.44 -0.11 -0.52 -0.24c-0.08 -0.13 -0.51 -0.32 -0.94 -0.42c-0.43 -0.10 -0.79 -0.29 -0.79 -0.43c0.00 -0.14 -0.10 -0.20 -0.21 -0.13c-0.28 0.17 -4.06 -0.82 -4.39 -1.16c-0.14 -0.14 -0.50 -0.26 -0.78 -0.26c-0.29 0.00 -0.71 -0.16 -0.94 -0.36c-0.52 -0.45 -2.67 -1.15 -4.25 -1.39c-0.65 -0.10 -1.31 -0.26 -1.46 -0.36c-0.15 -0.10 -0.80 -0.33 -1.46 -0.52c-0.65 -0.19 -1.37 -0.43 -1.60 -0.54c-0.73 -0.37 -3.16 -0.61 -3.16 -0.31c0.00 0.15 0.12 0.35 0.26 0.44c0.15 0.09 0.26 0.45 0.26 0.81c0.00 0.36 -0.12 0.65 -0.26 0.65c-0.15 0.00 -0.26 0.29 -0.26 0.65c0.00 0.36 0.12 0.72 0.26 0.81c0.15 0.09 0.27 0.42 0.27 0.74c0.00 0.32 0.26 1.12 0.56 1.77c0.31 0.65 0.63 1.95 0.72 2.87l0.16 1.68l1.97 1.04c1.08 0.57 2.04 1.13 2.12 1.23c0.08 0.11 0.32 0.21 0.54 0.22c1.15 0.09 1.53 0.34 2.32 1.55c0.84 1.29 0.86 1.37 0.86 4.33c0.00 2.88 0.03 3.04 0.64 3.52c1.14 0.89 1.82 2.27 1.65 3.32c-0.19 1.19 -0.69 1.74 -2.54 2.80c-2.62 1.51 -2.84 1.64 -3.44 2.08l-0.59 0.44l0.95 1.72c0.99 1.80 1.15 2.53 0.65 3.02c-0.22 0.22 -0.18 1.26 0.12 3.96c0.23 2.01 0.42 4.60 0.42 5.75c0.00 2.26 0.25 4.44 0.54 4.65c0.10 0.07 0.30 0.68 0.45 1.36c0.28 1.27 -0.07 7.38 -0.44 7.64c-0.10 0.07 -0.25 1.62 -0.33 3.44c-0.13 3.16 0.01 4.72 0.87 9.13c0.71 3.69 1.06 12.30 0.50 12.30c-0.20 0.00 -0.23 0.49 -0.11 1.52c0.11 0.94 0.01 2.73 -0.26 4.70c-0.24 1.75 -0.53 5.62 -0.65 8.60c-0.15 3.87 -0.39 6.33 -0.83 8.60c-0.34 1.75 -0.69 3.23 -0.78 3.31c-0.19 0.16 -1.57 6.28 -1.58 7.03c-0.01 0.89 -2.60 9.49 -2.88 9.59c-0.33 0.11 -2.67 4.98 -2.67 5.58c0.00 0.52 -3.37 7.76 -3.71 7.97c-0.33 0.21 -2.90 5.74 -2.92 6.29c-0.04 0.95 -2.76 6.01 -3.42 6.36c-0.50 0.26 -1.31 0.30 -3.31 0.15c-4.90 -0.37 -6.87 -0.19 -10.90 1.00c-6.28 1.86 -6.45 1.89 -9.48 1.92c-1.60 0.01 -4.79 -0.14 -7.09 -0.35l-4.18 -0.38l-2.15 1.04c-1.18 0.57 -2.32 1.21 -2.54 1.43c-0.30 0.29 -1.45 0.44 -4.61 0.58l-4.21 0.19l-1.37 1.25c-1.82 1.67 -2.28 2.25 -2.29 2.90c0.00 0.30 -0.38 0.90 -0.83 1.32c-0.45 0.43 -1.55 1.67 -2.43 2.76c-0.89 1.09 -2.18 2.54 -2.87 3.22l-1.26 1.23l0.12 6.31c0.16 8.29 0.38 12.84 0.63 13.18c0.11 0.15 0.46 1.88 0.76 3.84c0.98 6.31 1.06 7.36 0.69 9.79c-1.03 6.80 -1.44 9.72 -1.43 10.25c0.00 0.33 -0.11 0.60 -0.26 0.60c-0.64 0.00 -0.15 5.31 0.53 5.82c0.29 0.21 2.38 8.03 2.38 8.89c0.00 0.43 0.24 1.25 0.53 1.82c0.29 0.57 0.53 1.41 0.53 1.86c0.00 0.87 0.40 1.45 1.00 1.45c0.20 0.00 1.46 0.77 2.79 1.70c2.32 1.63 3.62 3.14 3.62 4.21c0.00 0.80 1.34 2.70 2.78 3.92c0.82 0.70 1.62 1.28 1.76 1.28c0.32 0.00 5.01 3.94 6.17 5.17c1.04 1.11 5.29 4.62 5.59 4.62c0.34 0.00 6.80 4.46 7.01 4.84c0.10 0.18 1.49 1.21 3.09 2.29l2.91 1.97l1.77 2.98c1.98 3.33 2.44 3.78 4.90 4.82l1.72 0.72l0.47 -0.68c0.26 -0.37 0.92 -1.33 1.46 -2.13l-0.00 0.00z"},"20":{name:"Cachi",path:"m749.42 1059.56c1.41 -0.60 2.98 -1.31 3.49 -1.59c0.51 -0.27 1.11 -0.51 1.33 -0.52c0.22 -0.01 0.76 -0.24 1.19 -0.52c0.44 -0.28 1.57 -0.88 2.51 -1.34c1.64 -0.81 4.76 -3.47 4.76 -4.07c0.00 -0.35 1.71 -1.98 2.78 -2.64c0.44 -0.27 1.48 -1.06 2.31 -1.75c1.57 -1.30 1.97 -1.52 5.10 -2.73c2.60 -1.01 3.41 -1.41 7.22 -3.58c0.97 -0.55 1.19 -0.85 1.54 -2.05c0.22 -0.77 0.61 -1.51 0.86 -1.65c0.75 -0.40 1.40 -4.34 1.42 -8.62c0.01 -2.57 0.12 -3.92 0.37 -4.41c0.56 -1.10 0.18 -2.32 -1.03 -3.37l-1.05 -0.91l0.11 -3.19c0.07 -1.97 0.25 -3.44 0.47 -3.85c0.20 -0.36 1.09 -1.38 1.99 -2.27c1.60 -1.58 1.69 -1.63 4.00 -2.10c1.30 -0.27 3.16 -0.58 4.14 -0.69c2.04 -0.24 2.32 -0.36 2.32 -1.00c0.00 -0.25 0.35 -0.87 0.78 -1.37c0.79 -0.92 1.03 -1.94 0.54 -2.24c-0.15 -0.09 -0.26 -0.77 -0.26 -1.51c0.00 -1.35 -0.52 -3.51 -1.25 -5.19c-0.31 -0.72 -0.36 -1.99 -0.26 -6.66c0.07 -3.17 0.23 -5.93 0.35 -6.13c0.28 -0.45 0.18 -1.18 -0.32 -2.27c-0.35 -0.77 -0.50 -0.86 -1.51 -0.85c-0.61 0.01 -1.65 0.13 -2.30 0.27c-2.36 0.52 -4.64 0.67 -7.13 0.49c-1.81 -0.14 -2.59 -0.10 -2.73 0.11c-0.42 0.65 0.15 -4.75 0.60 -5.78c0.91 -2.05 1.36 -4.09 1.23 -5.51c-0.41 -4.15 -0.73 -9.56 -0.61 -10.06c0.13 -0.51 1.17 -1.88 3.23 -4.26c0.37 -0.43 0.80 -1.32 0.95 -1.98c0.46 -2.00 0.85 -3.29 1.21 -3.99c0.19 -0.36 0.34 -0.86 0.34 -1.09c0.00 -0.24 0.17 -0.76 0.38 -1.16c0.21 -0.40 0.64 -1.78 0.96 -3.08c0.70 -2.82 0.56 -3.14 -1.30 -3.14c-1.80 -0.00 -4.01 -0.30 -3.87 -0.53c0.07 -0.11 -1.93 -0.21 -4.44 -0.23c-4.65 -0.04 -6.17 -0.18 -6.43 -0.59c-0.08 -0.13 -0.41 -0.24 -0.72 -0.24c-0.32 -0.01 -0.79 -0.17 -1.04 -0.36c-0.33 -0.25 -1.13 -0.32 -2.77 -0.25l-2.30 0.10l-1.53 -1.65c-0.84 -0.91 -1.53 -1.80 -1.53 -1.98c0.00 -0.18 -0.27 -0.47 -0.60 -0.64c-1.18 -0.61 -2.90 -2.19 -3.14 -2.86c-0.13 -0.38 -0.47 -0.81 -0.75 -0.95c-0.28 -0.14 -1.29 -0.82 -2.26 -1.52c-0.96 -0.69 -1.85 -1.26 -1.97 -1.26c-0.12 0.00 -0.51 -0.23 -0.87 -0.51c-0.36 -0.28 -0.97 -0.59 -1.36 -0.69c-0.42 -0.11 -1.50 -1.05 -2.62 -2.29c-1.99 -2.21 -2.44 -3.16 -2.76 -5.90c-0.18 -1.56 -0.87 -2.44 -2.11 -2.67c-1.27 -0.24 -1.54 -0.67 -1.15 -1.85c0.17 -0.53 0.27 -1.68 0.20 -2.56c-0.11 -1.54 -0.16 -1.64 -1.49 -2.82c-1.34 -1.18 -1.68 -1.98 -1.10 -2.56c0.38 -0.38 0.38 -3.20 -0.01 -4.74c-0.44 -1.77 -1.14 -2.51 -2.36 -2.51c-0.53 0.00 -1.09 0.13 -1.26 0.30c-0.48 0.48 -3.56 0.38 -4.37 -0.14c-0.92 -0.61 -3.50 -0.87 -4.04 -0.42c-0.33 0.28 -0.69 0.28 -1.92 0.00c-1.87 -0.42 -4.45 -1.64 -4.36 -2.07c0.04 -0.17 -0.05 -0.32 -0.20 -0.32c-0.15 0.00 -0.26 -0.17 -0.26 -0.38c0.00 -1.19 -2.40 -1.68 -3.32 -0.67c-0.48 0.53 -0.48 0.54 0.00 0.35c0.37 -0.14 0.44 -0.10 0.28 0.16c-0.13 0.21 -0.11 0.29 0.05 0.19c1.00 -0.61 1.76 2.29 1.48 5.62c-0.11 1.34 -0.03 2.15 0.33 3.22c0.29 0.87 0.47 2.15 0.46 3.28c-0.01 1.15 0.06 1.65 0.19 1.32c0.14 -0.36 0.20 -0.10 0.19 0.79c-0.01 0.73 0.14 2.08 0.34 3.00c0.28 1.31 0.29 1.79 0.05 2.18c-0.17 0.28 -0.32 1.13 -0.32 1.90c0.00 0.77 -0.19 1.75 -0.42 2.19c-0.23 0.44 -0.53 1.51 -0.65 2.38c-0.47 3.21 -1.00 5.69 -1.41 6.51c-0.23 0.46 -0.42 1.14 -0.42 1.51c0.00 0.37 -0.20 0.88 -0.44 1.15c-0.24 0.27 -0.57 0.71 -0.73 0.98c-0.16 0.27 -0.79 1.16 -1.41 1.97c-0.62 0.81 -1.12 1.73 -1.12 2.04c0.00 0.57 -0.09 0.80 -1.56 4.05c-0.45 1.00 -0.82 2.14 -0.82 2.53c0.00 0.39 -0.13 0.84 -0.30 1.01c-0.32 0.32 -0.73 1.02 -1.45 2.46c-0.25 0.51 -0.68 1.24 -0.95 1.63c-0.27 0.39 -0.48 0.93 -0.48 1.21c0.00 0.78 -1.45 2.08 -3.36 3.01c-1.58 0.77 -2.07 0.87 -5.47 1.09c-4.53 0.29 -6.15 0.13 -7.04 -0.70c-0.75 -0.69 -2.12 -1.21 -3.17 -1.21c-0.39 0.00 -1.06 -0.17 -1.49 -0.39c-0.43 -0.21 -1.55 -0.57 -2.49 -0.80c-3.18 -0.76 -4.75 -1.28 -4.75 -1.54c0.00 -0.15 -0.08 -0.19 -0.17 -0.09c-0.22 0.22 -0.89 -1.04 -0.89 -1.67c0.00 -0.70 -0.46 -0.95 -2.70 -1.47c-1.96 -0.46 -2.14 -0.57 -4.78 -2.91c-1.51 -1.34 -3.61 -3.29 -4.66 -4.32c-1.05 -1.04 -1.99 -1.88 -2.08 -1.88c-0.09 0.00 -0.44 -0.26 -0.78 -0.58l-0.61 -0.58l-0.73 0.68c-0.40 0.37 -1.54 0.94 -2.53 1.27c-1.75 0.57 -1.84 0.58 -2.98 0.14c-0.65 -0.25 -1.35 -0.63 -1.57 -0.84c-0.22 -0.22 -0.39 -0.33 -0.39 -0.26c0.00 0.36 -2.66 -0.84 -4.12 -1.86c-0.91 -0.63 -1.75 -1.15 -1.87 -1.15c-0.13 0.00 -0.78 -0.28 -1.46 -0.63c-0.68 -0.34 -1.66 -0.71 -2.18 -0.80c-1.17 -0.22 -2.41 -0.78 -3.57 -1.62c-0.49 -0.35 -1.00 -0.58 -1.13 -0.50c-0.34 0.21 -2.12 -0.40 -2.74 -0.94c-0.29 -0.25 -1.15 -0.68 -1.92 -0.95c-0.76 -0.27 -1.39 -0.58 -1.39 -0.69c0.00 -0.11 -0.20 -0.13 -0.44 -0.04c-0.27 0.11 -0.38 0.06 -0.27 -0.11c0.20 -0.32 -1.00 -0.88 -2.12 -1.00c-0.41 -0.04 -2.11 -0.57 -3.79 -1.17c-2.85 -1.02 -5.24 -1.38 -4.84 -0.72c0.09 0.15 -0.02 0.19 -0.27 0.09c-0.24 -0.09 -0.51 -0.03 -0.61 0.13c-0.12 0.19 -0.06 0.22 0.16 0.08c0.24 -0.15 0.28 -0.11 0.15 0.11c-0.11 0.18 -0.37 0.26 -0.57 0.18c-0.20 -0.08 -0.34 -0.05 -0.30 0.06c0.04 0.11 -0.38 0.60 -0.93 1.08c-0.55 0.48 -0.99 1.02 -0.99 1.20c0.00 0.18 -0.29 0.60 -0.65 0.93c-0.52 0.49 -0.85 0.58 -1.68 0.47c-0.76 -0.10 -1.19 -0.01 -1.66 0.37c-1.19 0.94 -3.54 2.47 -4.80 3.11c-0.69 0.35 -1.76 1.15 -2.38 1.79c-1.43 1.46 -4.03 3.31 -4.31 3.06c-0.12 -0.10 -0.13 -0.05 -0.04 0.11c0.23 0.41 -1.88 2.10 -3.78 3.02c-0.85 0.41 -1.62 0.87 -1.72 1.02c-0.09 0.15 -0.61 0.48 -1.15 0.73c-1.20 0.56 -2.92 1.92 -4.55 3.61c-0.68 0.70 -1.47 1.41 -1.76 1.59c-2.47 1.45 -3.10 2.20 -3.05 3.59c0.02 0.52 -0.15 1.62 -0.38 2.43c-0.39 1.40 -0.39 1.58 0.14 3.34c0.75 2.53 0.75 5.41 -0.01 6.82c-0.39 0.74 -0.60 1.72 -0.70 3.30c-0.11 1.78 -0.30 2.56 -0.89 3.70c-0.41 0.80 -0.75 1.56 -0.75 1.69c0.00 0.13 -0.60 0.99 -1.32 1.92c-0.73 0.93 -1.32 1.77 -1.32 1.87c0.00 0.10 -0.25 0.46 -0.57 0.79c-1.38 1.47 -1.86 2.78 -2.01 5.52c-0.14 2.50 -0.08 2.71 1.61 5.82c0.60 1.10 0.63 6.52 0.04 7.01c-0.22 0.18 -0.40 0.57 -0.40 0.87c0.00 1.31 -1.15 3.78 -2.19 4.71l-1.06 0.94l0.12 5.24c0.11 4.80 0.16 5.27 0.63 5.60c0.28 0.19 0.69 0.51 0.90 0.69c0.21 0.19 0.41 0.28 0.43 0.21c0.02 -0.07 0.88 0.28 1.91 0.77c1.03 0.50 1.83 0.98 1.77 1.07c-0.06 0.09 0.10 0.18 0.34 0.20c0.68 0.05 2.77 0.62 3.28 0.89c0.25 0.13 0.62 0.18 0.83 0.10c0.21 -0.08 0.46 -0.01 0.56 0.15c0.10 0.16 0.41 0.22 0.69 0.13c0.30 -0.09 0.51 -0.04 0.51 0.14c0.00 0.17 0.21 0.23 0.49 0.15c0.27 -0.09 1.49 0.07 2.71 0.36c1.22 0.28 2.68 0.59 3.25 0.68l1.02 0.17l-0.11 -0.98l-0.11 -0.98l2.40 0.15c1.72 0.11 3.21 0.42 5.27 1.09c1.58 0.52 3.16 0.94 3.51 0.94c0.35 0.00 0.84 0.11 1.09 0.25c1.13 0.61 2.91 1.34 3.23 1.34c0.20 0.00 0.55 0.16 0.78 0.35c0.44 0.37 2.82 0.97 3.85 0.97c0.33 0.00 0.76 0.18 0.94 0.40c0.18 0.22 0.82 0.53 1.42 0.69c0.60 0.16 1.70 0.58 2.44 0.93c0.74 0.35 1.58 0.63 1.87 0.63c0.28 0.00 0.66 0.14 0.83 0.31c0.22 0.22 2.65 0.37 8.06 0.49c4.26 0.09 7.98 0.27 8.27 0.39c0.29 0.12 1.04 0.44 1.65 0.71c0.62 0.27 1.73 0.61 2.47 0.75c0.74 0.14 1.66 0.43 2.05 0.63c3.77 2.02 4.39 2.13 12.21 2.14c6.62 0.00 6.77 0.02 7.74 0.63c1.03 0.65 1.56 1.52 2.04 3.41c0.16 0.62 0.71 1.83 1.22 2.69c0.86 1.44 1.04 1.59 2.23 1.88c0.71 0.17 1.43 0.48 1.60 0.68c0.17 0.21 0.39 0.37 0.50 0.37c0.10 0.00 1.39 1.16 2.86 2.58c1.47 1.42 3.07 2.89 3.55 3.27c0.81 0.64 3.83 1.83 4.63 1.83c0.19 0.00 0.85 0.23 1.47 0.51c0.68 0.31 2.00 0.56 3.37 0.65c8.90 0.56 14.63 1.16 19.43 2.05c1.59 0.30 3.26 0.54 3.70 0.54c0.45 0.00 2.28 0.16 4.08 0.35c2.99 0.31 3.33 0.41 4.04 1.09c0.74 0.70 0.95 0.75 3.88 0.91c2.85 0.15 4.66 0.47 6.01 1.07c0.29 0.13 1.55 0.41 2.79 0.62c2.59 0.44 4.54 1.34 6.54 3.00c1.28 1.07 1.39 1.25 1.39 2.29c0.00 1.85 0.17 1.87 3.64 0.39l0.01 0.00z"},"21":{name:"Rosario de Lerma",path:"m824.75 992.76c0.58 -0.65 1.16 -1.17 1.30 -1.17c0.13 0.00 1.08 -0.41 2.12 -0.90c1.78 -0.86 1.92 -0.99 2.61 -2.50c0.40 -0.88 1.15 -2.22 1.65 -2.99c0.51 -0.77 0.92 -1.50 0.92 -1.63c0.00 -0.61 1.67 -2.27 2.45 -2.44c1.49 -0.33 3.56 -1.40 3.70 -1.93c0.15 -0.57 1.58 -1.37 2.45 -1.37c0.32 0.00 1.15 -0.45 1.85 -0.99l1.28 -0.99l2.93 0.07c1.61 0.04 3.88 0.19 5.04 0.33c2.90 0.35 8.69 0.33 9.05 -0.03c0.61 -0.61 8.20 0.54 9.96 1.52c0.79 0.44 2.07 0.34 2.73 -0.20c0.20 -0.16 0.36 -0.74 0.36 -1.28c0.00 -1.34 -0.55 -3.98 -0.83 -3.98c-0.36 0.00 -0.27 -0.62 0.25 -1.68c0.26 -0.54 0.56 -0.89 0.67 -0.79c0.11 0.11 0.48 -0.12 0.83 -0.49c0.35 -0.38 0.56 -0.76 0.48 -0.85c-0.09 -0.09 -0.05 -0.16 0.10 -0.16c0.49 0.00 0.04 -1.81 -0.59 -2.41c-0.35 -0.33 -0.64 -0.75 -0.64 -0.94c0.00 -0.19 -0.36 -0.61 -0.79 -0.93c-0.63 -0.46 -0.79 -0.79 -0.79 -1.54c0.00 -0.53 0.17 -1.19 0.39 -1.47c0.47 -0.63 0.52 -1.75 0.09 -2.18c-0.17 -0.17 -0.61 -0.32 -0.97 -0.32c-1.06 0.00 -1.62 -0.72 -1.62 -2.08c0.00 -1.30 0.10 -1.44 3.57 -4.84l1.58 -1.55l-1.22 0.00c-1.35 0.00 -1.96 -0.46 -1.69 -1.28c0.13 -0.40 -0.02 -0.58 -0.68 -0.81c-0.46 -0.16 -1.31 -0.29 -1.89 -0.29c-1.25 0.00 -3.96 -0.74 -4.23 -1.16c-0.11 -0.16 -0.20 -1.82 -0.20 -3.67c0.00 -2.14 -0.12 -3.56 -0.32 -3.88c-0.42 -0.68 0.12 -1.34 1.10 -1.34c0.66 0.00 0.74 -0.11 0.89 -1.23c0.09 -0.68 0.17 -1.79 0.17 -2.48c0.00 -1.40 0.45 -1.99 1.31 -1.72c0.71 0.22 1.60 -0.07 1.60 -0.52c0.00 -0.27 -0.69 -0.38 -2.90 -0.45c-2.88 -0.09 -2.90 -0.09 -3.82 -0.98l-0.92 -0.90l0.00 -2.97c0.00 -1.64 -0.08 -3.27 -0.17 -3.63c-0.09 -0.36 0.01 -1.32 0.22 -2.13c0.37 -1.41 0.25 -2.05 -0.39 -2.05c-0.20 0.00 -1.92 -1.08 -2.51 -1.57c-0.17 -0.14 -0.52 -0.25 -0.79 -0.25c-0.27 0.00 -1.38 -0.23 -2.47 -0.51c-1.66 -0.44 -2.12 -0.69 -2.85 -1.54c-0.48 -0.56 -1.05 -1.37 -1.26 -1.79c-0.45 -0.87 -0.53 -3.74 -0.12 -4.00c0.15 -0.09 0.20 -0.28 0.12 -0.41c-0.08 -0.14 -0.06 -0.25 0.06 -0.25c0.12 0.00 0.24 -0.37 0.27 -0.83c0.03 -0.46 0.26 -1.05 0.51 -1.32c0.36 -0.39 0.39 -0.62 0.16 -1.09c-1.19 -2.42 -1.17 -2.31 -1.08 -8.35l0.09 -5.80l0.99 -1.10c0.96 -1.06 0.99 -1.15 0.83 -2.52c-0.14 -1.21 -0.06 -1.66 0.56 -2.97c1.31 -2.81 1.59 -3.29 2.16 -3.84c0.49 -0.46 0.53 -0.66 0.30 -1.31c-0.33 -0.94 -0.09 -2.03 0.60 -2.77c0.56 -0.60 0.55 -1.40 -0.02 -2.09c-0.28 -0.34 -0.30 -0.56 -0.07 -0.92c0.40 -0.64 0.67 -2.19 0.70 -3.97c0.02 -1.15 -0.09 -1.55 -0.50 -1.90c-0.44 -0.36 -0.47 -0.54 -0.23 -1.06c0.16 -0.34 0.45 -1.31 0.63 -2.16c0.19 -0.84 0.44 -1.60 0.57 -1.68c0.13 -0.08 0.10 -0.30 -0.06 -0.49c-0.16 -0.19 -0.23 -0.66 -0.16 -1.04c0.07 -0.39 0.02 -0.63 -0.12 -0.54c-0.14 0.08 -0.25 0.02 -0.25 -0.15c0.00 -0.17 -0.20 -0.72 -0.44 -1.22c-0.45 -0.94 -0.43 -3.68 0.08 -10.50c0.17 -2.32 0.17 -2.34 -0.40 -2.16c-0.41 0.13 -0.85 -0.03 -1.56 -0.57c-1.52 -1.15 -2.09 -1.41 -3.12 -1.41c-0.74 0.00 -1.30 -0.28 -2.53 -1.29c-0.87 -0.71 -2.05 -1.42 -2.62 -1.59c-0.57 -0.17 -1.38 -0.60 -1.81 -0.96c-0.43 -0.36 -0.88 -0.66 -1.00 -0.66c-1.32 -0.05 -6.59 -4.06 -7.35 -5.59c-0.48 -0.96 -0.32 -5.24 0.27 -7.08c0.21 -0.64 0.38 -1.84 0.38 -2.65c0.00 -0.81 0.16 -1.77 0.35 -2.14c0.38 -0.73 0.18 -2.16 -0.49 -3.61c-0.52 -1.12 -0.49 -1.84 0.10 -2.26c0.39 -0.27 0.52 -0.84 0.65 -2.73l0.17 -2.39l-2.70 -2.70c-1.49 -1.48 -3.03 -2.95 -3.43 -3.25c-0.40 -0.31 -0.73 -0.71 -0.73 -0.89c0.00 -0.19 -0.24 -0.55 -0.53 -0.82c-0.44 -0.39 -0.53 -0.81 -0.53 -2.39c0.00 -1.36 0.11 -2.00 0.39 -2.24c0.51 -0.42 1.20 -1.81 1.20 -2.41c0.00 -0.26 0.10 -0.54 0.23 -0.62c0.13 -0.08 0.30 -0.77 0.39 -1.54c0.48 -4.12 0.66 -5.02 1.10 -5.50c0.26 -0.29 0.60 -0.52 0.75 -0.52c0.52 0.00 2.02 -1.69 2.02 -2.27c0.00 -0.32 0.18 -0.73 0.40 -0.91c0.22 -0.18 0.40 -0.66 0.40 -1.07c0.00 -0.41 0.12 -1.07 0.27 -1.46c0.36 -0.94 -0.01 -2.09 -1.45 -4.48c-0.61 -1.02 -1.25 -2.42 -1.43 -3.11c-0.59 -2.36 -1.41 -4.17 -2.30 -5.12c-0.49 -0.52 -1.15 -1.48 -1.46 -2.12c-0.63 -1.31 -0.58 -2.58 0.22 -4.99c0.45 -1.36 0.49 -1.52 0.55 -2.31c0.02 -0.25 0.48 -0.95 1.01 -1.54c0.91 -1.00 0.95 -1.14 0.68 -1.92c-0.16 -0.46 -0.25 -1.14 -0.19 -1.50c0.66 -4.29 0.69 -4.72 0.32 -5.60c-0.45 -1.07 -4.84 -5.64 -5.67 -5.89c-0.78 -0.24 -1.17 -1.65 -0.82 -2.98c0.14 -0.55 0.32 -1.26 0.40 -1.57c0.16 -0.65 -0.31 -1.68 -0.77 -1.68c-0.17 0.00 -0.97 -0.69 -1.78 -1.53c-0.80 -0.84 -1.91 -1.80 -2.45 -2.14c-0.55 -0.33 -0.99 -0.71 -0.99 -0.84c0.00 -0.13 -0.34 -0.62 -0.75 -1.10c-0.41 -0.48 -0.82 -1.08 -0.92 -1.33c-0.09 -0.25 -0.58 -0.66 -1.08 -0.90c-0.68 -0.33 -0.95 -0.65 -1.07 -1.30c-0.09 -0.47 -0.38 -1.14 -0.65 -1.48c-0.27 -0.34 -0.74 -1.12 -1.04 -1.72c-0.31 -0.61 -1.04 -1.65 -1.62 -2.33c-0.59 -0.68 -1.07 -1.51 -1.07 -1.84c0.00 -0.94 0.82 -4.42 1.23 -5.24c0.50 -1.00 -0.06 -2.30 -1.74 -4.04c-0.70 -0.73 -1.34 -1.62 -1.42 -1.98c-0.08 -0.36 -0.46 -1.43 -0.85 -2.36c-0.65 -1.55 -0.69 -1.79 -0.39 -2.78c0.18 -0.59 0.36 -1.79 0.39 -2.67c0.04 -0.87 0.15 -1.89 0.25 -2.27c0.15 -0.57 0.01 -0.84 -0.89 -1.65c-0.97 -0.87 -1.23 -0.97 -2.54 -0.97c-1.32 0.00 -1.49 -0.07 -1.71 -0.66c-0.14 -0.37 -0.69 -0.87 -1.23 -1.12c-0.72 -0.34 -1.71 -1.45 -3.82 -4.30c-9.48 -12.77 -9.52 -12.82 -11.53 -14.14c-1.04 -0.69 -3.70 -2.07 -5.90 -3.08l-4.00 -1.83l-2.17 1.09l-2.17 1.09l-4.15 -0.15c-4.70 -0.17 -5.03 -0.28 -7.35 -2.34c-0.79 -0.71 -1.67 -1.28 -1.95 -1.28c-0.28 0.00 -1.24 0.37 -2.13 0.83c-2.99 1.53 -8.34 1.42 -8.90 -0.18c-0.15 -0.42 -0.22 -0.38 -0.56 0.29c-0.22 0.43 -0.55 1.08 -0.75 1.44c-0.19 0.36 -0.43 0.84 -0.53 1.06c-0.10 0.22 -0.43 0.51 -0.74 0.65c-0.38 0.17 -0.62 0.60 -0.74 1.32c-0.10 0.60 -0.51 1.45 -0.94 1.94c-0.42 0.48 -0.76 1.10 -0.76 1.38c0.00 0.28 -0.25 0.96 -0.56 1.51c-0.31 0.55 -0.66 1.75 -0.77 2.67c-0.11 0.92 -0.40 1.89 -0.64 2.15c-0.29 0.32 -0.38 0.70 -0.26 1.17c0.20 0.81 -0.63 3.74 -1.57 5.51c-0.55 1.03 -0.63 1.46 -0.51 2.80c0.09 0.96 0.01 1.98 -0.19 2.60c-0.53 1.60 -2.00 3.71 -2.82 4.05c-0.41 0.17 -1.64 1.33 -2.72 2.58c-1.08 1.25 -2.27 2.42 -2.64 2.61c-0.66 0.35 -1.86 1.76 -1.86 2.19c0.00 0.13 -0.42 0.71 -0.93 1.31c-0.51 0.60 -0.93 1.17 -0.93 1.28c0.00 0.11 -0.57 0.80 -1.26 1.55c-0.69 0.74 -1.58 1.74 -1.97 2.21c-0.50 0.61 -0.93 0.86 -1.48 0.86c-0.42 0.00 -1.15 0.19 -1.60 0.42c-0.66 0.33 -0.83 0.58 -0.83 1.21c0.00 1.21 -0.56 3.15 -0.85 2.97c-0.16 -0.10 -0.19 0.06 -0.07 0.43c0.11 0.33 0.09 0.53 -0.05 0.45c-0.13 -0.08 -0.26 0.05 -0.28 0.30c-0.12 1.20 -0.43 2.18 -0.76 2.45c-0.50 0.42 -0.46 1.68 0.06 2.12c0.35 0.29 0.40 0.71 0.30 2.20c-0.12 1.68 -0.06 1.98 0.65 3.30c0.73 1.35 0.78 1.62 0.70 3.76c-0.07 1.89 -0.20 2.45 -0.69 3.12c-0.55 0.74 -0.58 0.99 -0.42 3.07c0.17 2.18 0.15 2.29 -0.50 2.98c-0.74 0.78 -1.09 2.01 -1.03 3.58c0.03 0.67 -0.06 0.95 -0.25 0.83c-0.16 -0.10 -0.13 0.09 0.07 0.41c0.89 1.47 1.01 1.75 1.01 2.28c0.00 0.36 -0.42 0.88 -1.18 1.46c-0.65 0.49 -1.19 0.98 -1.19 1.08c-0.02 0.54 -1.40 3.06 -1.94 3.57c-0.38 0.35 -0.87 1.39 -1.23 2.65c-0.33 1.13 -0.67 2.17 -0.75 2.31c-0.08 0.13 -0.15 3.31 -0.16 7.06c-0.02 5.08 -0.11 6.90 -0.35 7.15c-0.18 0.18 -0.33 0.53 -0.33 0.77c0.00 0.62 -0.80 1.25 -1.72 1.36c-0.69 0.08 -0.80 0.20 -0.88 1.01c-0.05 0.51 -0.30 1.16 -0.57 1.46c-0.27 0.29 -0.80 1.12 -1.18 1.85c-0.38 0.73 -1.13 1.76 -1.65 2.30c-0.83 0.86 -0.97 1.20 -1.15 2.78c-0.36 3.28 -0.83 5.44 -1.38 6.41c-0.30 0.52 -0.76 1.38 -1.02 1.90c-0.26 0.52 -0.65 1.10 -0.88 1.29c-0.23 0.19 -0.41 0.49 -0.41 0.67c0.00 0.18 -0.53 0.82 -1.18 1.42c-0.65 0.60 -1.07 1.15 -0.94 1.23c0.13 0.08 1.74 0.21 3.58 0.29c1.84 0.08 3.62 0.25 3.95 0.37c0.33 0.13 0.68 0.18 0.77 0.12c0.09 -0.06 0.10 -0.04 0.03 0.06c-0.07 0.10 0.01 0.34 0.17 0.53c0.35 0.42 0.12 3.42 -0.30 3.92c-0.32 0.39 0.35 2.83 0.91 3.30c0.21 0.17 0.46 0.69 0.55 1.16c0.22 1.10 1.22 4.13 1.58 4.81c0.15 0.29 0.74 1.24 1.30 2.11c1.33 2.05 1.85 4.59 1.11 5.41c-0.36 0.40 -0.44 0.76 -0.31 1.45c0.09 0.50 0.07 0.98 -0.07 1.06c-0.13 0.08 -0.39 0.68 -0.57 1.33c-0.18 0.65 -0.56 1.39 -0.83 1.64c-0.66 0.60 -0.63 1.49 0.06 2.11c0.50 0.45 0.55 0.72 0.44 2.61l-0.12 2.10l1.28 1.23c1.38 1.32 1.70 2.49 0.87 3.17c-0.31 0.26 -0.37 0.60 -0.23 1.42c0.27 1.57 0.18 2.69 -0.28 3.58c-0.53 1.03 -0.54 3.28 -0.01 3.72c0.22 0.18 0.40 0.49 0.40 0.68c0.00 0.19 0.36 0.60 0.79 0.91l0.79 0.57l0.00 5.47c0.00 3.46 -0.11 5.81 -0.31 6.40c-0.17 0.51 -0.40 2.17 -0.51 3.70c-0.11 1.53 -0.33 4.15 -0.50 5.82c-0.17 1.67 -0.23 3.94 -0.14 5.03c0.09 1.09 0.19 3.65 0.21 5.69c0.03 2.26 0.17 3.91 0.35 4.23c0.67 1.15 1.15 2.50 1.15 3.25c0.00 0.43 0.18 0.94 0.40 1.12c0.22 0.18 0.40 0.51 0.40 0.73c0.00 0.32 0.07 0.33 0.39 0.07c0.26 -0.22 1.02 -0.29 2.24 -0.22c1.68 0.10 1.94 0.19 2.85 1.04c1.03 0.96 3.12 2.10 3.85 2.10c0.23 0.00 0.48 0.10 0.56 0.23c0.08 0.12 1.28 0.29 2.68 0.38c1.85 0.11 2.68 0.27 3.03 0.59c0.27 0.24 0.61 0.37 0.76 0.28c0.15 -0.09 1.38 -0.27 2.73 -0.40c2.79 -0.26 3.52 -0.01 4.80 1.67c1.07 1.40 2.23 7.78 1.50 8.23c-0.14 0.09 0.14 0.56 0.63 1.05c1.45 1.45 1.80 2.39 1.59 4.33c-0.19 1.79 -0.09 1.97 1.60 2.83c0.69 0.35 1.13 1.30 1.26 2.70c0.06 0.62 0.18 1.20 0.28 1.30c0.10 0.10 0.18 0.40 0.18 0.67c0.00 0.57 0.39 1.31 1.39 2.64c0.40 0.53 0.73 1.08 0.73 1.23c0.00 0.15 0.57 0.59 1.26 0.99c0.69 0.40 1.46 0.90 1.70 1.11c0.30 0.26 0.71 0.33 1.27 0.20c1.52 -0.33 4.65 1.75 5.22 3.49c0.24 0.72 0.92 1.62 1.98 2.64c3.15 3.01 3.65 3.57 3.48 3.85c-0.10 0.16 -0.06 0.22 0.08 0.13c0.14 -0.09 0.44 0.06 0.67 0.32c0.35 0.41 0.70 0.46 2.27 0.35c1.45 -0.10 1.99 -0.04 2.47 0.30c0.34 0.24 0.81 0.43 1.05 0.43c0.24 0.00 0.78 0.18 1.20 0.40c0.59 0.31 1.82 0.40 5.55 0.40c3.58 0.00 5.08 0.10 5.92 0.40c0.62 0.22 1.76 0.40 2.55 0.40c1.26 0.00 1.54 0.11 2.48 0.96c0.95 0.86 1.06 1.09 1.06 2.18c0.00 1.06 -0.83 4.08 -1.56 5.72c-0.13 0.29 -0.46 1.27 -0.72 2.18c-0.27 0.91 -0.58 1.65 -0.70 1.65c-0.12 0.00 -0.15 0.11 -0.07 0.24c0.19 0.31 -0.41 2.93 -0.67 2.93c-0.11 0.00 -0.15 0.21 -0.09 0.46c0.07 0.29 -0.46 1.06 -1.39 2.05c-0.82 0.87 -1.40 1.42 -1.28 1.22c0.15 -0.25 0.11 -0.31 -0.10 -0.18c-0.17 0.11 -0.25 0.29 -0.17 0.42c0.08 0.13 -0.01 0.33 -0.19 0.44c-0.18 0.12 -0.38 0.45 -0.43 0.74c-0.20 1.20 0.00 5.73 0.37 8.16c0.21 1.43 0.31 2.73 0.21 2.89c-0.10 0.17 -0.05 0.21 0.13 0.10c0.19 -0.12 0.31 0.02 0.31 0.37c0.00 0.33 -0.12 0.49 -0.28 0.39c-0.16 -0.10 -0.26 -0.01 -0.23 0.18c0.10 0.72 -0.02 1.05 -0.32 0.86c-0.18 -0.11 -0.23 -0.07 -0.13 0.09c0.10 0.16 -0.18 1.06 -0.62 2.00c-0.47 1.02 -0.80 2.16 -0.80 2.80l0.00 1.08l2.63 0.00c1.49 0.00 3.30 -0.17 4.16 -0.40c0.84 -0.22 2.38 -0.40 3.42 -0.40c1.72 0.00 1.98 0.07 2.71 0.75c0.62 0.58 0.85 1.07 0.99 2.12l0.18 1.36l2.31 0.00c1.58 0.00 2.41 0.11 2.60 0.34c0.20 0.24 1.26 0.36 3.54 0.41c1.79 0.04 3.37 0.18 3.50 0.32c0.14 0.14 1.29 0.25 2.55 0.25c2.45 0.00 3.30 0.35 3.47 1.44c0.04 0.28 0.29 0.74 0.55 1.00c0.65 0.66 0.98 1.63 0.98 2.83c0.00 0.91 0.14 1.12 1.50 2.17c3.80 2.93 4.80 3.11 6.57 1.14l-0.00 0.00z"},"22":{name:"La Poma",path:"m706.22 950.59c1.77 -0.86 2.25 -1.29 2.25 -2.01c0.00 -0.33 0.12 -0.68 0.27 -0.77c0.15 -0.09 0.53 -0.72 0.85 -1.40c0.32 -0.68 0.91 -1.73 1.31 -2.33c0.41 -0.60 0.74 -1.41 0.74 -1.80c0.00 -0.39 0.25 -1.26 0.57 -1.95c1.35 -2.95 1.62 -3.67 1.70 -4.51c0.06 -0.55 0.48 -1.35 1.09 -2.08c1.21 -1.45 2.41 -3.02 2.57 -3.38c0.06 -0.15 0.19 -0.83 0.29 -1.52c0.09 -0.69 0.29 -1.26 0.43 -1.26c0.15 0.00 0.20 -0.11 0.11 -0.24c-0.08 -0.13 0.15 -1.35 0.51 -2.71c0.36 -1.36 0.66 -2.79 0.66 -3.17c0.00 -0.38 0.23 -1.22 0.52 -1.85c0.37 -0.83 0.47 -1.47 0.36 -2.29c-0.10 -0.70 -0.03 -1.38 0.18 -1.76c0.19 -0.36 0.27 -1.05 0.19 -1.64c-0.08 -0.56 -0.28 -2.03 -0.44 -3.27c-0.17 -1.24 -0.47 -3.04 -0.68 -4.01c-0.22 -1.00 -0.38 -3.17 -0.38 -5.05c0.00 -2.96 -0.05 -3.34 -0.53 -3.77c-0.29 -0.26 -0.53 -0.62 -0.53 -0.79c0.00 -0.17 -0.28 -0.58 -0.63 -0.90c-0.35 -0.33 -0.70 -1.04 -0.79 -1.60c-0.09 -0.55 -0.33 -1.14 -0.53 -1.31c-0.20 -0.17 -0.42 -0.81 -0.50 -1.42c-0.07 -0.62 -0.43 -1.78 -0.79 -2.58c-0.36 -0.80 -0.81 -2.50 -1.00 -3.77c-0.31 -2.08 -0.30 -2.36 0.09 -2.79c0.28 -0.31 0.34 -0.57 0.18 -0.73c-0.38 -0.38 -0.35 -7.87 0.04 -10.30c0.19 -1.16 0.31 -3.09 0.26 -4.29c-0.06 -1.74 0.02 -2.31 0.40 -2.90c0.42 -0.63 0.49 -1.45 0.55 -6.17l0.07 -5.44l-1.20 -1.18c-0.89 -0.87 -1.20 -1.38 -1.20 -1.96c0.00 -0.43 -0.14 -1.18 -0.31 -1.66c-0.27 -0.74 -0.25 -0.94 0.13 -1.36c0.25 -0.27 0.45 -0.69 0.45 -0.92c0.00 -0.23 0.13 -0.51 0.30 -0.61c0.27 -0.17 0.23 -0.95 -0.15 -3.21c-0.05 -0.32 0.00 -1.02 0.12 -1.56c0.19 -0.86 0.14 -1.04 -0.41 -1.48c-1.15 -0.90 -1.50 -2.00 -1.31 -4.05c0.15 -1.67 0.12 -1.90 -0.38 -2.36c-0.81 -0.73 -0.79 -2.87 0.03 -3.44c0.50 -0.35 0.60 -0.73 0.73 -2.74c0.10 -1.61 0.29 -2.56 0.63 -3.06c0.49 -0.74 0.43 -2.10 -0.10 -2.43c-0.13 -0.08 -0.49 -0.65 -0.79 -1.26c-0.30 -0.61 -0.84 -1.64 -1.19 -2.30c-0.35 -0.65 -0.64 -1.45 -0.64 -1.77c0.00 -0.32 -0.11 -0.65 -0.25 -0.73c-0.13 -0.08 -0.37 -0.76 -0.53 -1.50c-0.16 -0.74 -0.51 -1.66 -0.77 -2.05c-0.77 -1.11 -1.09 -2.36 -1.10 -4.24c0.00 -0.96 -0.09 -1.88 -0.20 -2.04c-0.11 -0.17 -1.62 -0.37 -3.63 -0.48c-3.23 -0.18 -3.48 -0.23 -4.17 -0.88c-1.09 -1.04 -0.94 -1.70 0.68 -3.08c0.77 -0.66 1.57 -1.53 1.78 -1.94c0.21 -0.41 0.71 -1.17 1.11 -1.71c1.20 -1.57 1.81 -3.65 2.29 -7.83c0.20 -1.75 0.33 -2.04 1.49 -3.44c0.69 -0.84 1.42 -1.89 1.61 -2.34c0.19 -0.45 0.53 -0.97 0.75 -1.15c0.22 -0.18 0.48 -0.76 0.58 -1.27c0.25 -1.31 1.17 -2.65 1.96 -2.84c1.38 -0.32 1.45 -0.73 1.45 -8.50c0.00 -5.10 0.09 -7.28 0.31 -7.54c0.17 -0.21 0.56 -1.04 0.86 -1.84c0.30 -0.81 0.82 -1.83 1.14 -2.28c0.33 -0.45 1.01 -1.66 1.51 -2.71c0.64 -1.33 1.09 -1.94 1.51 -2.05c1.07 -0.27 1.19 -0.71 0.48 -1.75c-0.76 -1.11 -0.80 -1.74 -0.26 -3.53c0.22 -0.71 0.40 -1.55 0.40 -1.85c0.00 -0.30 0.31 -0.84 0.68 -1.18c0.66 -0.62 0.67 -0.70 0.50 -2.95c-0.17 -2.23 -0.16 -2.34 0.51 -3.13c0.60 -0.71 0.69 -1.07 0.69 -2.59c0.00 -1.53 -0.11 -1.92 -0.82 -2.96c-0.77 -1.13 -0.81 -1.28 -0.65 -3.05c0.13 -1.43 0.07 -1.98 -0.23 -2.38c-0.50 -0.66 -0.53 -2.49 -0.05 -3.17c0.20 -0.29 0.45 -1.06 0.56 -1.71c0.11 -0.65 0.48 -1.80 0.83 -2.54c0.35 -0.74 0.63 -1.77 0.63 -2.29c0.00 -0.52 0.21 -1.18 0.46 -1.48c0.67 -0.78 2.34 -1.63 3.20 -1.63c0.59 0.00 1.01 -0.34 2.07 -1.65c0.73 -0.91 1.53 -2.03 1.77 -2.50c0.24 -0.47 0.61 -0.95 0.83 -1.07c0.43 -0.24 1.99 -2.58 1.99 -2.98c0.00 -0.14 0.39 -0.45 0.86 -0.69c1.10 -0.57 6.55 -6.03 6.55 -6.56c0.00 -0.22 0.29 -0.59 0.63 -0.82c0.43 -0.28 0.59 -0.58 0.50 -0.93c-0.07 -0.28 -0.05 -0.72 0.06 -0.98c0.11 -0.26 0.23 -1.12 0.26 -1.92c0.09 -1.87 0.39 -3.21 0.69 -3.03c0.13 0.08 0.15 -0.06 0.06 -0.31c-0.13 -0.33 -0.08 -0.40 0.18 -0.24c0.23 0.14 0.29 0.11 0.17 -0.08c-0.10 -0.16 0.07 -0.80 0.39 -1.42c0.38 -0.75 0.56 -1.56 0.54 -2.44c-0.02 -0.88 0.11 -1.48 0.40 -1.80c0.25 -0.27 0.46 -1.02 0.50 -1.74c0.07 -1.26 0.80 -3.50 1.25 -3.80c0.13 -0.09 0.22 -0.24 0.20 -0.34c-0.14 -0.55 0.39 -1.81 0.93 -2.24c0.44 -0.35 0.68 -0.87 0.80 -1.80c0.15 -1.10 0.31 -1.40 1.07 -1.89c0.49 -0.32 0.90 -0.77 0.90 -0.98c0.00 -0.22 0.14 -0.39 0.31 -0.39c0.17 0.00 0.23 -0.08 0.13 -0.17c-0.10 -0.10 -0.05 -0.32 0.09 -0.50c0.18 -0.22 0.17 -0.76 -0.02 -1.66c-0.29 -1.33 -0.29 -1.34 -2.45 -2.45c-2.49 -1.28 -7.77 -5.10 -7.96 -5.76c-0.20 -0.70 -1.40 -6.30 -1.90 -8.85l-0.45 -2.32l-2.21 -2.16c-1.22 -1.19 -2.21 -2.28 -2.21 -2.42c0.00 -0.14 -0.64 -0.92 -1.41 -1.74l-1.41 -1.48l-0.19 -2.38c-0.33 -4.15 -0.41 -4.99 -0.56 -6.37c-0.10 -0.88 -0.02 -1.71 0.24 -2.38c0.21 -0.57 0.95 -2.64 1.63 -4.60c0.94 -2.71 1.64 -4.17 2.91 -6.10c0.92 -1.40 2.02 -3.09 2.45 -3.77c0.83 -1.30 7.87 -8.69 9.15 -9.60c0.75 -0.53 0.75 -0.54 0.86 -4.09c0.25 -8.10 0.34 -17.65 0.40 -43.38l0.06 -27.12l-1.10 -2.25c-3.02 -6.17 -6.29 -9.45 -12.52 -12.58c-1.93 -0.97 -6.50 -3.84 -7.69 -4.83c-4.08 -3.40 -4.57 -3.76 -7.51 -5.51c-1.57 -0.93 -3.62 -1.68 -4.63 -1.68c-0.39 0.00 -0.85 -0.17 -1.02 -0.37c-0.61 -0.74 -2.87 -1.47 -5.08 -1.64c-1.25 -0.10 -2.40 -0.33 -2.64 -0.54c-0.47 -0.41 -2.75 -0.89 -4.19 -0.89c-0.53 0.00 -1.24 -0.19 -1.57 -0.43c-0.49 -0.35 -1.11 -0.40 -3.21 -0.31c-2.48 0.11 -2.66 0.16 -3.95 1.09c-1.50 1.08 -1.91 1.15 -3.30 0.57c-0.73 -0.30 -0.96 -0.56 -0.96 -1.04c0.00 -1.45 -1.28 -1.92 -3.66 -1.37c-1.78 0.42 -2.84 1.10 -2.46 1.59c0.12 0.16 0.30 0.58 0.38 0.92c0.20 0.80 -1.14 3.84 -1.87 4.23c-0.29 0.15 -1.03 1.06 -1.65 2.01c-1.11 1.70 -1.12 1.74 -0.68 2.42c0.71 1.09 0.68 3.57 -0.06 4.57c-0.33 0.44 -0.60 0.98 -0.60 1.18c0.00 0.21 -0.40 0.68 -0.88 1.05c-0.70 0.54 -0.95 0.98 -1.22 2.21c-0.19 0.85 -0.64 2.22 -1.00 3.04c-0.67 1.51 -0.70 1.76 -0.49 3.92c0.23 2.45 -1.28 6.26 -4.27 10.74l-2.10 3.15l-0.05 3.57c-0.04 3.01 -0.26 6.03 -0.68 9.26c-0.20 1.56 -3.26 10.72 -4.72 14.12l-1.59 3.71l0.31 1.87c0.96 5.76 1.06 6.86 0.80 8.64c-0.32 2.23 -1.85 6.87 -3.08 9.31l-0.93 1.84l0.15 4.79l0.15 4.79l-1.59 4.78l-1.59 4.78l0.55 2.63c1.57 7.58 1.70 8.68 1.35 11.57c-0.18 1.49 -0.39 3.95 -0.46 5.47c-0.08 1.52 -0.18 2.83 -0.23 2.91c-0.05 0.08 0.19 1.34 0.53 2.79c0.34 1.45 0.76 3.43 0.92 4.40c0.30 1.75 0.29 1.77 -0.66 3.67c-0.53 1.05 -0.92 1.94 -0.88 1.97c0.05 0.03 0.51 0.26 1.04 0.50c0.53 0.24 1.11 0.62 1.29 0.84c0.18 0.22 0.47 0.40 0.63 0.40c0.16 0.00 1.22 0.71 2.34 1.58c1.12 0.87 2.55 1.83 3.17 2.13c1.82 0.89 2.31 1.21 3.20 2.03c0.90 0.83 2.87 2.20 3.16 2.20c0.10 0.00 1.34 0.79 2.75 1.76c2.75 1.88 3.76 2.48 6.37 3.81c0.91 0.46 2.22 1.34 2.91 1.95c1.11 0.98 3.15 2.36 4.29 2.89c0.22 0.10 0.75 0.41 1.19 0.69c0.44 0.28 1.39 0.83 2.12 1.22c0.73 0.39 1.85 1.09 2.49 1.54c4.39 3.11 4.21 2.99 7.90 4.96c1.06 0.56 2.12 1.02 2.36 1.02c0.24 0.00 0.72 0.26 1.06 0.58c0.54 0.51 0.61 0.82 0.61 2.62c0.00 1.13 -0.23 3.04 -0.51 4.25c-0.28 1.21 -0.62 4.02 -0.76 6.23c-0.13 2.22 -0.37 4.18 -0.53 4.37c-0.26 0.32 -0.51 2.61 -1.10 10.29c-0.12 1.55 -0.29 3.04 -0.37 3.31c-0.19 0.62 -0.67 7.95 -0.94 14.44c-0.12 2.73 -0.33 5.11 -0.48 5.29c-0.15 0.18 -0.35 1.28 -0.45 2.43c-0.10 1.15 -0.32 2.34 -0.48 2.65c-0.17 0.30 -0.31 1.14 -0.33 1.87c-0.12 5.42 -0.84 14.44 -1.50 18.65c-0.27 1.74 -0.61 7.29 -0.98 16.02c-0.11 2.63 -0.30 4.94 -0.43 5.14c-0.12 0.20 -0.32 2.16 -0.44 4.35c-0.19 3.54 -0.36 5.18 -0.92 8.64c-0.11 0.68 -0.03 1.04 0.27 1.29c0.55 0.46 0.53 1.05 -0.11 3.18c-0.34 1.14 -0.56 2.80 -0.62 4.69c-0.05 1.61 -0.18 3.06 -0.28 3.22c-0.31 0.50 -1.05 0.34 -1.91 -0.43c-0.45 -0.40 -0.96 -0.76 -1.13 -0.80c-0.17 -0.04 -0.78 -0.37 -1.35 -0.73c-0.57 -0.36 -1.14 -0.66 -1.27 -0.66c-0.13 0.00 -0.75 -0.29 -1.39 -0.65c-0.64 -0.36 -1.56 -0.85 -2.03 -1.09c-0.48 -0.24 -1.07 -0.70 -1.32 -1.02c-0.25 -0.32 -1.61 -1.28 -3.01 -2.14c-1.41 -0.86 -2.49 -1.68 -2.41 -1.81c0.08 -0.14 0.03 -0.17 -0.11 -0.08c-0.22 0.14 -1.64 -0.62 -4.58 -2.45c-7.20 -4.47 -9.23 -5.78 -9.12 -5.88c0.07 -0.07 -0.02 -0.13 -0.21 -0.13c-0.73 0.00 -4.61 -2.08 -5.67 -3.04c-0.62 -0.56 -1.34 -1.01 -1.62 -1.01c-0.27 0.00 -0.80 -0.24 -1.17 -0.53c-0.37 -0.29 -0.76 -0.53 -0.87 -0.53c-0.11 0.00 -0.39 -0.17 -0.62 -0.37c-0.37 -0.33 -1.60 -1.04 -3.78 -2.19c-0.40 -0.21 -0.93 -0.64 -1.19 -0.96c-0.56 -0.70 -2.39 -1.85 -5.10 -3.22c-3.21 -1.62 -3.37 -1.71 -3.71 -2.12c-0.18 -0.22 -0.45 -0.39 -0.61 -0.39c-0.15 0.00 -0.85 -0.48 -1.55 -1.07c-0.70 -0.59 -2.10 -1.59 -3.12 -2.21c-1.02 -0.63 -1.79 -1.20 -1.72 -1.26c0.07 -0.07 -0.02 -0.13 -0.21 -0.13c-0.18 -0.00 -1.26 -0.56 -2.40 -1.23c-1.14 -0.68 -2.13 -1.23 -2.20 -1.23c-0.07 0.00 -0.51 -0.29 -0.97 -0.64c-0.87 -0.67 -2.87 -1.81 -4.94 -2.83c-0.65 -0.32 -1.74 -1.04 -2.42 -1.60c-0.68 -0.56 -1.45 -1.01 -1.72 -1.01c-0.57 -0.00 -1.07 -0.31 -4.17 -2.57c-1.24 -0.90 -2.83 -1.89 -3.52 -2.20c-2.07 -0.91 -2.43 -1.12 -3.49 -2.02l-1.01 -0.86l-0.57 0.60c-0.31 0.33 -0.57 0.72 -0.57 0.86c0.00 0.14 -1.08 1.31 -2.40 2.59c-1.32 1.28 -2.51 2.63 -2.66 3.01c-0.14 0.38 -0.19 1.29 -0.10 2.03c0.12 1.01 0.04 1.63 -0.34 2.53c-0.34 0.82 -0.52 1.94 -0.56 3.57c-0.06 2.61 -0.31 3.57 -1.45 5.55c-0.42 0.72 -0.82 1.73 -0.90 2.25c-0.08 0.52 -0.25 1.07 -0.38 1.23c-0.13 0.16 -0.16 0.49 -0.07 0.73c0.13 0.34 0.55 0.43 1.96 0.43c0.98 0.00 2.30 0.18 2.92 0.40c0.62 0.22 1.62 0.40 2.23 0.40c0.64 0.00 1.69 0.28 2.48 0.66c0.75 0.36 1.48 0.66 1.60 0.66c0.13 0.00 0.75 0.23 1.39 0.51c1.88 0.83 4.55 4.00 4.06 4.80c-0.08 0.13 -0.04 0.24 0.09 0.24c0.13 0.00 0.46 0.49 0.73 1.08c0.49 1.09 2.32 2.89 2.93 2.89c0.18 0.00 0.69 0.44 1.14 0.98l0.81 0.98l1.26 -0.45c0.78 -0.28 2.02 -0.45 3.25 -0.44c2.22 0.01 2.45 0.13 5.90 3.24c0.93 0.84 1.82 1.52 1.97 1.52c0.40 0.00 2.97 3.16 2.97 3.66c0.00 0.15 0.22 0.21 0.49 0.14c0.65 -0.17 2.08 1.07 2.57 2.22c0.36 0.87 1.94 2.54 3.20 3.41c0.65 0.44 0.94 2.10 0.99 5.55c0.02 1.35 0.16 2.30 0.38 2.57c0.19 0.24 0.28 0.66 0.19 0.93c-0.09 0.30 0.00 0.64 0.24 0.84c0.22 0.18 0.40 0.48 0.40 0.66c0.00 0.18 0.24 0.54 0.53 0.80c0.30 0.27 0.53 0.81 0.53 1.26c0.00 0.49 0.29 1.12 0.79 1.69c0.44 0.50 0.79 1.03 0.79 1.18c0.00 0.15 0.42 0.77 0.93 1.36c0.51 0.60 0.93 1.19 0.93 1.32c0.00 0.13 0.29 0.61 0.64 1.08c0.35 0.46 0.89 1.44 1.20 2.17c0.31 0.73 0.90 1.62 1.31 1.98c0.77 0.68 2.17 3.94 2.55 5.93c0.11 0.57 0.35 1.34 0.55 1.72c0.20 0.38 0.36 1.28 0.36 2.01c0.00 1.29 -0.05 1.37 -2.27 3.77c-1.25 1.35 -2.54 2.51 -2.86 2.60c-0.64 0.16 -1.22 1.38 -1.22 2.57c0.00 0.38 -0.16 1.09 -0.37 1.57c-0.84 1.99 -1.57 4.36 -1.60 5.14c-0.02 0.80 -0.84 2.05 -1.19 1.83c-0.60 -0.37 0.57 6.12 1.32 7.36c1.02 1.68 1.09 2.05 0.79 4.27c-0.34 2.58 -0.38 2.74 -0.76 3.57c-0.64 1.38 -1.75 2.32 -3.26 2.76c-1.07 0.31 -1.75 0.72 -2.45 1.47l-0.96 1.04l0.93 2.70c0.73 2.12 0.93 3.11 0.93 4.63c0.00 2.56 -0.49 5.78 -1.10 7.20c-0.29 0.67 -0.49 1.78 -0.49 2.67c0.00 1.26 -0.14 1.73 -0.79 2.69c-0.90 1.33 -0.97 1.97 -0.37 3.36c0.70 1.60 0.94 3.17 1.00 6.60c0.05 2.59 0.15 3.33 0.50 3.72c0.30 0.33 0.53 1.34 0.71 3.10c0.32 3.07 0.68 4.58 1.26 5.23c0.37 0.42 0.39 0.85 0.11 3.84c-0.17 1.85 -0.31 3.94 -0.31 4.65c0.00 1.10 -0.12 1.39 -0.83 2.06c-0.46 0.43 -0.78 0.81 -0.73 0.85c0.06 0.04 0.52 0.24 1.03 0.43c0.51 0.20 1.09 0.48 1.28 0.63c0.20 0.15 0.80 0.24 1.34 0.20c0.64 -0.05 1.11 0.07 1.33 0.34c0.19 0.23 0.46 0.41 0.60 0.41c0.14 0.00 0.69 0.34 1.22 0.76c0.99 0.78 2.73 1.62 3.37 1.62c0.34 0.00 2.87 1.04 3.88 1.60c0.25 0.14 0.73 0.40 1.06 0.59c0.33 0.18 0.91 0.61 1.30 0.96c0.39 0.34 1.24 0.72 1.88 0.85c0.65 0.12 1.72 0.59 2.38 1.03l1.20 0.81l1.77 -0.64c0.97 -0.35 2.08 -0.94 2.47 -1.30c0.51 -0.48 0.99 -0.66 1.75 -0.66c0.95 0.00 1.20 0.17 2.67 1.76c0.90 0.97 2.18 2.41 2.86 3.21c1.41 1.66 4.34 4.23 4.83 4.23c0.18 0.00 1.10 0.36 2.04 0.79c0.94 0.44 1.92 0.79 2.16 0.79c0.24 0.00 0.75 0.24 1.12 0.53c0.37 0.29 0.59 0.53 0.49 0.53c-0.10 0.00 0.00 0.19 0.23 0.42c0.23 0.23 0.42 0.63 0.42 0.89c0.00 0.72 0.53 1.03 2.54 1.50c1.00 0.24 2.60 0.70 3.54 1.03c0.95 0.33 2.37 0.68 3.17 0.79c0.90 0.12 1.69 0.40 2.06 0.75c0.72 0.66 3.18 0.95 7.47 0.88c2.34 -0.04 2.99 -0.15 4.10 -0.69l-0.00 -0.00z"},"23":{name:"Los Andes",path:"m540.32 1052.18c5.82 -0.13 23.27 -0.32 38.79 -0.42l28.20 -0.18l-0.37 -0.75c-0.20 -0.41 -0.48 -0.82 -0.62 -0.90c-0.14 -0.08 -0.25 -0.58 -0.25 -1.10c0.00 -1.19 1.13 -2.33 3.50 -3.50c1.84 -0.91 3.12 -1.92 3.12 -2.47c0.00 -0.19 -0.54 -0.80 -1.19 -1.35l-1.19 -1.00l0.00 -3.37c0.00 -3.46 -0.28 -4.54 -1.19 -4.54c-0.20 0.00 -0.53 -0.24 -0.74 -0.53c-0.20 -0.29 -0.45 -0.45 -0.54 -0.35c-0.16 0.16 -1.00 -0.14 -2.03 -0.73c-0.22 -0.12 -0.77 -0.41 -1.22 -0.64c-1.55 -0.79 -2.15 -1.69 -2.28 -3.43c-0.06 -0.87 -0.37 -2.15 -0.69 -2.83c-0.32 -0.68 -0.58 -1.46 -0.58 -1.73c0.00 -0.27 -0.12 -0.61 -0.26 -0.75c-0.14 -0.14 -0.30 -0.67 -0.34 -1.18c-0.07 -0.89 -0.11 -0.92 -1.65 -1.23c-0.86 -0.17 -1.67 -0.25 -1.80 -0.17c-0.27 0.17 -3.65 -0.43 -4.03 -0.71c-0.15 -0.11 -0.86 -0.34 -1.59 -0.51c-1.38 -0.32 -2.54 -0.61 -4.11 -1.01c-0.51 -0.13 -1.43 -0.56 -2.05 -0.94c-0.61 -0.39 -1.22 -0.70 -1.34 -0.70c-0.22 0.00 -0.55 -0.17 -2.80 -1.42c-1.40 -0.78 -1.70 -1.73 -1.72 -5.51c-0.01 -1.75 -0.13 -3.16 -0.28 -3.26c-0.15 -0.09 -0.26 -1.14 -0.26 -2.34l0.00 -2.17l1.44 -1.36c0.84 -0.79 1.51 -1.67 1.60 -2.11c0.09 -0.41 0.42 -1.40 0.74 -2.20c0.46 -1.15 0.58 -2.00 0.58 -3.99c-0.00 -1.53 -0.12 -2.69 -0.31 -2.91c-0.17 -0.20 -0.62 -0.97 -1.01 -1.69c-0.65 -1.22 -0.71 -1.55 -0.68 -4.23c0.03 -2.56 0.11 -3.08 0.73 -4.37c0.38 -0.80 1.03 -1.85 1.45 -2.32c0.41 -0.48 0.75 -1.03 0.75 -1.23c0.00 -0.20 0.40 -0.66 0.89 -1.03c0.49 -0.37 1.09 -1.13 1.34 -1.69c0.25 -0.55 0.56 -1.21 0.70 -1.47c0.14 -0.25 0.25 -0.68 0.25 -0.94c0.00 -0.26 0.11 -0.59 0.25 -0.73c0.14 -0.14 0.37 -1.21 0.51 -2.37c0.15 -1.17 0.51 -2.65 0.80 -3.31c0.70 -1.53 0.70 -3.69 0.03 -5.86c-0.62 -1.99 -0.67 -3.47 -0.15 -4.93c0.21 -0.59 0.31 -1.31 0.24 -1.61c-0.16 -0.61 0.76 -2.68 1.44 -3.25c0.25 -0.21 0.80 -0.55 1.21 -0.76c0.41 -0.21 1.70 -1.30 2.85 -2.44c1.15 -1.13 2.25 -2.06 2.44 -2.06c0.19 0.00 0.64 -0.31 0.99 -0.68c0.35 -0.38 1.14 -0.91 1.75 -1.19c0.61 -0.28 1.18 -0.62 1.26 -0.76c0.09 -0.14 0.72 -0.52 1.41 -0.85c0.69 -0.33 1.91 -1.21 2.71 -1.96c0.80 -0.75 1.90 -1.56 2.44 -1.82c0.54 -0.26 1.78 -1.28 2.75 -2.28c0.99 -1.02 2.08 -1.88 2.48 -1.97c0.39 -0.09 1.11 -0.57 1.60 -1.07c0.49 -0.50 1.02 -0.91 1.18 -0.91c0.16 0.00 0.80 -0.43 1.42 -0.96c1.03 -0.88 1.23 -0.95 2.42 -0.83c1.24 0.12 1.31 0.09 1.56 -0.63c0.15 -0.42 0.51 -0.85 0.82 -0.96c0.31 -0.11 0.70 -0.49 0.87 -0.84c0.17 -0.35 0.90 -0.97 1.60 -1.39c1.53 -0.90 3.51 -1.06 4.93 -0.40c0.51 0.24 1.52 0.57 2.25 0.75c1.63 0.39 2.95 0.93 3.17 1.28c0.11 0.17 0.33 0.16 0.63 -0.03c0.35 -0.22 0.66 -0.19 1.28 0.13c0.75 0.39 0.84 0.39 1.24 -0.05c0.24 -0.26 0.43 -0.86 0.43 -1.33c0.00 -0.47 0.19 -2.30 0.42 -4.06l0.42 -3.20l-0.65 -1.34c-0.46 -0.96 -0.74 -2.20 -0.97 -4.38c-0.22 -2.09 -0.46 -3.20 -0.76 -3.53c-0.35 -0.39 -0.44 -1.09 -0.46 -3.44c-0.01 -2.33 -0.17 -3.49 -0.73 -5.55c-0.90 -3.32 -0.91 -4.49 -0.03 -5.75c0.47 -0.67 0.72 -1.46 0.81 -2.53c0.13 -1.45 0.33 -2.18 0.94 -3.36c0.14 -0.27 0.17 -0.83 0.08 -1.26c-0.09 -0.42 -0.07 -0.77 0.06 -0.77c0.13 0.00 0.25 -0.21 0.27 -0.46c0.02 -0.25 0.12 -1.31 0.22 -2.35c0.15 -1.60 0.08 -2.19 -0.49 -3.97c-0.37 -1.15 -0.86 -2.71 -1.10 -3.48l-0.43 -1.40l1.66 -1.85c1.16 -1.30 2.08 -2.05 3.08 -2.50c0.78 -0.36 1.56 -0.65 1.74 -0.65c0.77 0.00 1.72 -4.98 1.14 -6.00c-1.24 -2.20 -1.51 -2.79 -1.37 -3.01c0.08 -0.14 0.02 -0.25 -0.15 -0.25c-0.18 0.00 -0.23 -0.22 -0.12 -0.56c0.11 -0.33 0.07 -0.50 -0.07 -0.41c-0.48 0.30 -0.91 -1.92 -0.72 -3.75c0.15 -1.47 0.31 -1.90 0.99 -2.61c0.44 -0.47 0.91 -0.79 1.03 -0.71c0.12 0.07 0.15 -0.04 0.07 -0.25c-0.08 -0.21 0.00 -0.66 0.18 -1.00c0.18 -0.33 0.31 -1.02 0.29 -1.52c-0.02 -0.50 0.20 -1.44 0.49 -2.09c0.29 -0.65 0.52 -1.57 0.52 -2.04c0.00 -1.76 0.86 -3.07 2.59 -3.95c0.48 -0.24 0.94 -0.64 1.03 -0.89c0.09 -0.25 0.74 -1.06 1.46 -1.80l1.30 -1.35l-0.56 -2.36c-0.85 -3.59 -1.57 -5.43 -2.54 -6.51c-0.48 -0.54 -1.14 -1.55 -1.45 -2.25c-0.32 -0.70 -1.78 -3.04 -3.25 -5.20c-3.18 -4.66 -2.81 -4.06 -3.98 -6.55c-0.93 -1.99 -1.20 -3.48 -0.68 -3.80c0.40 -0.24 0.32 -2.05 -0.17 -3.99c-0.43 -1.71 -0.44 -1.72 -2.78 -3.47c-1.29 -0.96 -2.35 -1.90 -2.35 -2.07c0.00 -0.18 -0.30 -0.52 -0.66 -0.76c-0.36 -0.24 -0.66 -0.55 -0.66 -0.69c0.00 -0.73 -1.78 -2.97 -3.36 -4.23c-0.99 -0.79 -2.42 -2.00 -3.17 -2.70c-1.25 -1.16 -1.49 -1.27 -2.67 -1.27c-0.71 0.00 -1.88 0.18 -2.60 0.39c-2.32 0.70 -3.00 0.57 -4.42 -0.90c-0.69 -0.71 -1.68 -1.50 -2.19 -1.74c-0.51 -0.24 -1.01 -0.64 -1.10 -0.89c-0.09 -0.24 -0.59 -1.10 -1.11 -1.90c-0.52 -0.80 -1.00 -1.87 -1.07 -2.37c-0.10 -0.72 -0.42 -1.14 -1.46 -1.92c-0.73 -0.55 -1.62 -1.07 -1.98 -1.16c-0.36 -0.08 -1.02 -0.30 -1.46 -0.50c-1.84 -0.80 -2.21 -0.90 -4.09 -1.05c-1.09 -0.09 -2.04 -0.25 -2.12 -0.37c-0.08 -0.11 -0.56 -0.21 -1.07 -0.22c-2.67 -0.04 -3.99 -0.19 -4.24 -0.50c-0.15 -0.19 -0.32 -1.14 -0.36 -2.13c-0.08 -1.73 -0.04 -1.86 1.20 -3.93c0.71 -1.18 1.29 -2.35 1.29 -2.60c0.00 -0.25 0.09 -0.46 0.20 -0.46c0.11 0.00 0.24 -1.16 0.29 -2.57c0.05 -1.42 0.20 -2.78 0.33 -3.03c0.13 -0.25 0.24 -1.57 0.24 -2.94c0.00 -2.15 0.07 -2.55 0.53 -2.97c0.29 -0.26 0.53 -0.75 0.53 -1.08c0.00 -0.57 1.89 -2.49 2.46 -2.49c0.33 0.00 1.82 -1.27 2.16 -1.85c1.30 -2.20 1.75 -2.65 2.58 -2.65c0.53 0.00 1.09 0.24 1.52 0.65c0.37 0.36 1.75 1.21 3.06 1.89c1.31 0.68 2.69 1.40 3.07 1.60c0.38 0.20 0.90 0.60 1.17 0.89c0.26 0.29 0.63 0.53 0.80 0.53c0.18 0.00 0.49 0.19 0.68 0.43c0.54 0.65 2.28 1.68 2.83 1.68c0.27 0.00 0.77 0.30 1.11 0.66c0.34 0.36 0.74 0.66 0.89 0.66c0.14 0.00 0.45 0.17 0.68 0.37c0.42 0.37 1.63 1.09 3.59 2.13c0.58 0.31 1.89 1.10 2.91 1.75c1.02 0.65 2.21 1.35 2.65 1.54c0.44 0.19 1.03 0.48 1.32 0.64c0.29 0.16 1.08 0.57 1.76 0.91c0.68 0.34 1.38 0.80 1.55 1.01c0.18 0.21 0.46 0.38 0.64 0.38c0.18 0.00 0.94 0.60 1.70 1.32c0.76 0.73 1.44 1.32 1.51 1.32c0.07 0.00 0.92 0.55 1.88 1.22c1.50 1.05 5.23 3.01 5.73 3.01c0.16 0.00 1.69 1.13 3.71 2.75c0.97 0.78 2.40 1.65 4.43 2.72c0.38 0.20 0.84 0.53 1.01 0.74c0.17 0.21 0.69 0.45 1.15 0.55c0.46 0.10 1.21 0.53 1.67 0.96c0.90 0.86 2.66 1.82 4.77 2.63c0.75 0.29 1.52 0.71 1.71 0.93c0.19 0.23 0.59 0.52 0.88 0.65c0.30 0.13 1.02 0.53 1.60 0.90c0.58 0.36 1.30 0.77 1.60 0.90c0.30 0.13 0.70 0.43 0.89 0.66c0.19 0.23 0.50 0.42 0.68 0.42c0.18 0.00 0.54 0.24 0.80 0.53c0.26 0.29 0.62 0.53 0.80 0.53c0.18 0.00 0.47 0.18 0.65 0.39c0.18 0.21 0.94 0.70 1.69 1.08c2.52 1.27 3.62 1.90 4.10 2.33c0.26 0.24 0.58 0.43 0.70 0.43c0.12 0.00 0.60 0.29 1.07 0.65c0.87 0.66 3.87 2.26 4.23 2.26c0.40 0.00 2.51 1.89 2.51 2.25c0.00 0.20 0.27 0.45 0.60 0.55c0.33 0.10 1.31 0.52 2.18 0.93l1.59 0.74l0.19 -0.71c0.10 -0.39 0.31 -2.85 0.46 -5.47c0.15 -2.62 0.39 -5.48 0.54 -6.35c0.14 -0.87 0.36 -3.50 0.49 -5.84c0.13 -2.34 0.33 -4.42 0.45 -4.62c0.21 -0.34 0.40 -3.61 0.78 -13.48c0.14 -3.68 0.41 -6.21 1.21 -11.28c0.14 -0.89 0.25 -2.51 0.25 -3.59c0.00 -1.09 0.05 -2.03 0.12 -2.10c0.07 -0.07 0.19 -2.42 0.27 -5.24c0.11 -3.60 0.26 -5.37 0.53 -5.94c0.67 -1.46 1.28 -7.01 1.72 -15.64c0.15 -3.06 0.41 -6.57 0.57 -7.81c0.28 -2.14 0.43 -3.94 0.97 -11.30c0.14 -1.92 0.37 -3.40 0.58 -3.64c0.22 -0.26 0.43 -1.80 0.57 -4.18c0.13 -2.07 0.35 -4.34 0.49 -5.04c0.14 -0.70 0.26 -1.72 0.26 -2.26c0.00 -0.55 0.11 -1.11 0.25 -1.24c0.14 -0.14 0.17 -0.80 0.07 -1.54c-0.18 -1.27 -0.21 -1.30 -2.04 -2.30c-2.35 -1.29 -4.01 -2.10 -4.30 -2.10c-0.13 0.00 -1.06 -0.69 -2.06 -1.53c-2.30 -1.91 -3.93 -2.97 -4.57 -2.97c-0.27 0.00 -0.72 -0.25 -1.00 -0.56c-0.28 -0.31 -0.74 -0.67 -1.03 -0.80c-0.29 -0.13 -0.89 -0.47 -1.32 -0.76c-0.44 -0.29 -1.03 -0.64 -1.32 -0.79c-0.96 -0.48 -1.56 -0.92 -2.80 -1.99c-0.67 -0.58 -1.80 -1.35 -2.52 -1.70c-0.71 -0.35 -1.66 -0.89 -2.09 -1.20c-0.44 -0.31 -1.17 -0.71 -1.63 -0.90c-0.46 -0.19 -1.05 -0.57 -1.30 -0.84c-0.25 -0.28 -0.59 -0.51 -0.75 -0.51c-0.16 -0.00 -1.00 -0.54 -1.87 -1.19c-0.87 -0.65 -1.69 -1.19 -1.83 -1.19c-0.13 0.00 -0.64 -0.30 -1.11 -0.66c-0.48 -0.36 -0.97 -0.66 -1.10 -0.66c-0.13 0.00 -0.51 -0.29 -0.85 -0.65c-0.56 -0.59 -3.54 -2.52 -3.90 -2.52c-0.08 0.00 -0.94 -0.58 -1.90 -1.28c-2.87 -2.11 -6.37 -4.13 -6.65 -3.84c-0.73 0.73 -2.92 6.34 -3.32 8.48l-0.43 2.34l1.25 4.63c0.71 2.64 1.65 5.43 2.18 6.48c0.51 1.02 1.32 2.76 1.80 3.88l0.87 2.03l-2.33 4.77l-2.33 4.77l-0.17 4.31c-0.09 2.37 -0.36 6.10 -0.59 8.28c-0.41 3.82 -0.48 4.09 -1.87 7.27c-0.79 1.81 -1.68 3.46 -1.97 3.66c-0.29 0.20 -1.28 1.01 -2.20 1.79l-1.67 1.42l-2.45 -0.27c-1.96 -0.22 -2.51 -0.20 -2.77 0.08c-0.17 0.19 -1.52 2.27 -2.98 4.63c-1.46 2.35 -3.15 4.94 -3.75 5.75l-1.09 1.48l-3.07 0.00l-3.07 0.00l-1.75 1.29c-1.84 1.35 -3.49 1.96 -7.68 2.85c-1.22 0.26 -2.60 0.72 -3.05 1.03c-0.66 0.45 -1.56 0.62 -4.62 0.89c-2.70 0.24 -3.88 0.25 -4.08 0.05c-0.16 -0.16 -0.65 -0.28 -1.10 -0.28c-0.61 0.00 -1.08 -0.27 -1.87 -1.08c-0.58 -0.59 -1.38 -1.26 -1.80 -1.47c-0.68 -0.36 -0.80 -0.35 -1.25 0.06c-0.44 0.40 -0.91 0.44 -3.61 0.30c-2.01 -0.10 -3.72 -0.34 -4.83 -0.69c-0.95 -0.30 -2.43 -0.62 -3.31 -0.72c-2.36 -0.26 -8.01 -2.15 -8.35 -2.79c-0.18 -0.34 -0.44 -0.47 -0.76 -0.37c-0.78 0.25 -2.33 -0.65 -2.79 -1.63c-0.23 -0.48 -0.76 -1.06 -1.18 -1.28c-1.25 -0.65 -3.24 -2.85 -4.35 -4.83l-1.04 -1.85l-2.26 -0.54c-1.25 -0.30 -3.37 -0.76 -4.71 -1.02c-1.80 -0.35 -2.49 -0.60 -2.59 -0.93c-0.13 -0.42 -0.95 -1.17 -2.45 -2.27c-1.77 -1.29 -2.43 -2.49 -3.44 -6.28c-0.18 -0.67 -0.72 -1.49 -1.48 -2.23l-1.19 -1.17l-11.18 0.45l-11.18 0.45l-2.60 -2.58c-2.33 -2.31 -3.03 -3.27 -6.74 -9.16c-3.87 -6.15 -4.25 -6.66 -5.93 -7.94c-1.80 -1.37 -1.92 -1.57 -2.44 -3.90c-0.13 -0.59 -0.46 -0.77 -2.61 -1.43c-2.25 -0.69 -5.63 -1.07 -10.56 -1.19c-0.65 -0.02 -0.70 -0.12 -0.87 -1.62c-0.17 -1.48 -0.79 -2.63 -1.42 -2.63c-0.41 0.00 -1.12 -1.56 -1.12 -2.46c0.00 -1.07 -0.46 -1.36 -1.50 -0.96c-0.81 0.31 -3.43 -0.44 -5.33 -1.52c-1.06 -0.60 -1.23 -0.63 -2.60 -0.34c-0.81 0.17 -1.53 0.24 -1.60 0.17c-0.07 -0.07 0.03 -1.78 0.22 -3.79c0.57 -5.90 0.52 -6.31 -1.60 -13.72c-1.04 -3.64 -2.26 -7.39 -2.71 -8.33l-0.82 -1.72l-28.84 -23.94c-15.86 -13.17 -28.92 -23.98 -29.02 -24.01c-0.10 -0.04 -1.28 4.19 -2.62 9.39c-4.17 16.22 -5.40 20.68 -9.75 35.13c-0.66 2.18 -1.98 6.65 -2.93 9.92c-1.76 6.02 -12.41 35.97 -13.32 37.44c-0.27 0.44 -0.77 1.05 -1.10 1.37c-0.34 0.31 -17.10 7.98 -37.26 17.03c-43.83 19.69 -45.47 20.43 -53.58 24.06c-6.21 2.78 -10.70 4.80 -23.55 10.59c-8.06 3.63 -12.64 5.69 -20.90 9.40c-6.50 2.92 -10.56 4.74 -18.32 8.24c-4.82 2.17 -14.68 6.60 -24.80 11.14c-16.50 7.40 -21.04 9.44 -32.15 14.43c-32.68 14.67 -31.50 14.12 -32.71 15.31c-1.07 1.05 -2.48 3.50 -2.48 4.32c0.00 0.20 -0.69 1.07 -1.54 1.93c-2.24 2.28 -3.84 4.64 -5.49 8.14c-1.48 3.14 -3.85 7.26 -5.72 9.95l-1.04 1.49l-3.01 0.71c-3.23 0.76 -4.00 0.75 -6.30 -0.15c-0.77 -0.30 -2.61 -0.61 -4.63 -0.78c-1.85 -0.16 -3.62 -0.39 -3.94 -0.52c-0.36 -0.15 -0.90 -0.13 -1.41 0.05c-0.78 0.27 -0.81 0.34 -0.65 1.32c0.10 0.57 0.09 1.63 -0.01 2.36c-0.16 1.18 -0.37 1.51 -1.84 2.97c-0.91 0.90 -1.84 2.01 -2.08 2.46c-0.38 0.73 -0.38 0.86 -0.02 1.22c0.62 0.62 2.56 6.29 2.58 7.54c0.02 1.37 -0.88 2.42 -3.67 4.28l-1.85 1.23l-1.35 3.30c-1.26 3.09 -1.48 3.44 -3.40 5.42c-2.29 2.37 -2.34 2.44 -2.96 4.25c-0.85 2.52 -1.54 3.37 -3.48 4.32c-0.99 0.48 -1.94 1.07 -2.12 1.30c-0.19 0.23 -0.33 1.15 -0.33 2.08c0.00 2.64 -0.72 5.23 -1.70 6.15c-0.49 0.46 -0.79 0.53 -1.68 0.39c-0.59 -0.09 -1.42 -0.38 -1.84 -0.63c-0.84 -0.51 -3.03 -4.13 -4.17 -6.89c-0.90 -2.17 -1.19 -2.49 -1.19 -1.31c0.00 0.50 0.35 1.65 0.77 2.54c0.42 0.89 1.03 2.67 1.35 3.95c0.49 1.96 0.54 2.53 0.30 3.70c-0.52 2.58 -2.02 5.02 -4.88 7.94c-1.93 1.97 -2.92 3.24 -3.74 4.77c-0.61 1.15 -1.73 3.03 -2.48 4.17c-1.39 2.12 -1.90 3.39 -1.91 4.80c-0.02 1.70 -0.49 2.86 -1.66 4.07c-0.65 0.67 -2.14 2.52 -3.33 4.10l-2.15 2.89l-0.01 4.13c0.00 2.27 -0.17 6.32 -0.38 9.00c-0.33 4.37 -0.33 4.99 0.04 5.95c0.59 1.53 2.15 3.05 4.51 4.39c1.12 0.64 4.30 2.59 7.07 4.34c2.76 1.75 6.70 4.04 8.74 5.09c3.35 1.72 3.77 2.02 4.35 3.05c0.35 0.63 1.15 1.94 1.76 2.91c1.37 2.15 1.43 2.38 2.62 9.48c1.09 6.48 1.11 6.54 3.96 8.63c1.01 0.74 2.71 2.45 4.04 4.06c1.27 1.53 3.49 4.03 4.95 5.56c2.85 3.00 5.66 6.34 6.22 7.41c0.63 1.20 3.50 4.87 5.28 6.75c3.28 3.47 4.69 6.64 4.37 9.84c-0.15 1.47 -0.07 1.87 0.77 3.92c0.96 2.35 1.12 2.54 5.15 6.11l0.89 0.78l-3.40 2.07c-1.87 1.14 -4.12 2.49 -4.99 3.02c-0.87 0.52 -3.53 2.24 -5.90 3.82l-4.31 2.88l-2.83 -1.35c-1.56 -0.74 -4.19 -1.76 -5.84 -2.25l-3.01 -0.90l-4.37 2.10c-3.78 1.82 -4.57 2.31 -5.88 3.65l-1.51 1.55l1.75 0.28c0.96 0.15 6.69 1.12 12.73 2.14c6.04 1.02 14.37 2.41 18.52 3.07c4.15 0.67 12.09 2.05 17.65 3.07c5.56 1.02 10.56 1.91 11.11 1.98c0.55 0.07 2.26 0.36 3.78 0.64c1.53 0.29 5.64 1.00 9.13 1.60c3.49 0.59 9.03 1.55 12.30 2.12c6.54 1.15 9.17 1.58 24.61 4.12c22.05 3.61 21.18 3.52 38.38 4.09c15.43 0.51 58.26 2.24 61.90 2.50c1.09 0.08 5.26 0.26 9.26 0.41c4.00 0.15 10.74 0.44 14.98 0.66c5.04 0.26 12.85 0.39 22.63 0.37c8.21 -0.01 17.72 0.11 21.14 0.26c12.67 0.55 38.28 1.31 63.63 1.89c10.31 0.23 19.74 0.51 31.49 0.92c2.33 0.08 6.73 0.33 9.79 0.55c3.06 0.22 9.49 0.49 14.29 0.61c12.33 0.30 46.44 0.31 59.00 0.02l0.01 0.00z"}}}),!function(n,t,i){function r(n,i){var r=t(n);r.data(f,this);this._$element=r;this.shares=[];this._init(i);this._render()}var f="JSSocials",u=function(n,i){return t.isFunction(n)?n.apply(i,t.makeArray(arguments).slice(2)):n},h=/(\.(jpeg|png|gif|bmp|svg)$|^data:image\/(jpeg|png|gif|bmp|svg\+xml);base64)/i,c=/(&?[a-zA-Z0-9]+=)?\{([a-zA-Z0-9]+)\}/g,l={G:1e9,M:1e6,K:1e3},e={},s,o;r.prototype={url:"",text:"",shareIn:"blank",showLabel:function(n){return this.showCount===!1?n>this.smallScreenWidth:n>=this.largeScreenWidth},showCount:function(n){return n<=this.smallScreenWidth?"inside":!0},smallScreenWidth:640,largeScreenWidth:1024,resizeTimeout:200,elementClass:"jssocials",sharesClass:"jssocials-shares",shareClass:"jssocials-share",shareButtonClass:"jssocials-share-button",shareLinkClass:"jssocials-share-link",shareLogoClass:"jssocials-share-logo",shareLabelClass:"jssocials-share-label",shareLinkCountClass:"jssocials-share-link-count",shareCountBoxClass:"jssocials-share-count-box",shareCountClass:"jssocials-share-count",shareZeroCountClass:"jssocials-share-no-count",_init:function(n){this._initDefaults();t.extend(this,n);this._initShares();this._attachWindowResizeCallback()},_initDefaults:function(){this.url=n.location.href;this.text=t.trim(t("meta[name=description]").attr("content")||t("title").text())},_initShares:function(){this.shares=t.map(this.shares,t.proxy(function(n){"string"==typeof n&&(n={share:n});var i=n.share&&e[n.share];if(!i&&!n.renderer)throw Error("Share '"+n.share+"' is not found");return t.extend({url:this.url,text:this.text},i,n)},this))},_attachWindowResizeCallback:function(){t(n).on("resize",t.proxy(this._windowResizeHandler,this))},_detachWindowResizeCallback:function(){t(n).off("resize",this._windowResizeHandler)},_windowResizeHandler:function(){(t.isFunction(this.showLabel)||t.isFunction(this.showCount))&&(n.clearTimeout(this._resizeTimer),this._resizeTimer=setTimeout(t.proxy(this.refresh,this),this.resizeTimeout))},_render:function(){this._clear();this._defineOptionsByScreen();this._$element.addClass(this.elementClass);this._$shares=t("<div>").addClass(this.sharesClass).appendTo(this._$element);this._renderShares()},_defineOptionsByScreen:function(){this._screenWidth=t(n).width();this._showLabel=u(this.showLabel,this,this._screenWidth);this._showCount=u(this.showCount,this,this._screenWidth)},_renderShares:function(){t.each(this.shares,t.proxy(function(n,t){this._renderShare(t)},this))},_renderShare:function(n){var i;i=t.isFunction(n.renderer)?t(n.renderer()):this._createShare(n);i.addClass(this.shareClass).addClass(n.share?"jssocials-share-"+n.share:"").addClass(n.css).appendTo(this._$shares)},_createShare:function(n){var i=t("<div>"),f=this._createShareLink(n).appendTo(i),r,u;return this._showCount&&(r="inside"===this._showCount,u=r?f:t("<div>").addClass(this.shareCountBoxClass).appendTo(i),u.addClass(r?this.shareLinkCountClass:this.shareCountBoxClass),this._renderShareCount(n,u)),i},_createShareLink:function(n){var r=this._getShareStrategy(n),i=r.call(n,{shareUrl:this._getShareUrl(n)});return i.addClass(this.shareLinkClass).append(this._createShareLogo(n)),this._showLabel&&i.append(this._createShareLabel(n)),t.each(this.on||{},function(r,u){t.isFunction(u)&&i.on(r,t.proxy(u,n))}),i},_getShareStrategy:function(n){var t=o[n.shareIn||this.shareIn];if(!t)throw Error("Share strategy '"+this.shareIn+"' not found");return t},_getShareUrl:function(n){var t=u(n.shareUrl,n);return this._formatShareUrl(t,n)},_createShareLogo:function(n){var i=n.logo,r=h.test(i)?t("<img>").attr("src",n.logo):t("<i>").addClass(i);return r.addClass(this.shareLogoClass),r},_createShareLabel:function(n){return t("<span>").addClass(this.shareLabelClass).text(n.label)},_renderShareCount:function(n,i){var r=t("<span>").addClass(this.shareCountClass);i.addClass(this.shareZeroCountClass).append(r);this._loadCount(n).done(t.proxy(function(n){n&&(i.removeClass(this.shareZeroCountClass),r.text(n))},this))},_loadCount:function(n){var i=t.Deferred(),r=this._getCountUrl(n),u;return r?(u=t.proxy(function(t){i.resolve(this._getCountValue(t,n))},this),t.getJSON(r).done(u).fail(function(){t.get(r).done(u).fail(function(){i.resolve(0)})}),i.promise()):i.resolve(0).promise()},_getCountUrl:function(n){var t=u(n.countUrl,n);return this._formatShareUrl(t,n)},_getCountValue:function(n,i){var r=(t.isFunction(i.getCount)?i.getCount(n):n)||0;return"string"==typeof r?r:this._formatNumber(r)},_formatNumber:function(n){return t.each(l,function(t,i){if(n>=i)return(n=parseFloat((n/i).toFixed(2))+t,!1)}),n},_formatShareUrl:function(t,i){return t.replace(c,function(t,r,u){var f=i[u]||"";return f?(r||"")+n.encodeURIComponent(f):""})},_clear:function(){n.clearTimeout(this._resizeTimer);this._$element.empty()},_passOptionToShares:function(n,i){var r=this.shares;t.each(["url","text"],function(u,f){f===n&&t.each(r,function(t,r){r[n]=i})})},_normalizeShare:function(n){return t.isNumeric(n)?this.shares[n]:"string"==typeof n?t.grep(this.shares,function(t){return t.share===n})[0]:n},refresh:function(){this._render()},destroy:function(){this._clear();this._detachWindowResizeCallback();this._$element.removeClass(this.elementClass).removeData(f)},option:function(n,t){return 1===arguments.length?this[n]:(this[n]=t,this._passOptionToShares(n,t),void this.refresh())},shareOption:function(n,t,i){return n=this._normalizeShare(n),2===arguments.length?n[t]:(n[t]=i,void this.refresh())}};t.fn.jsSocials=function(n){var e=t.makeArray(arguments),o=e.slice(1),u=this;return this.each(function(){var s,h=t(this),e=h.data(f);if(e)if("string"==typeof n){if(s=e[n].apply(e,o),s!==i&&s!==e)return u=s,!1}else e._detachWindowResizeCallback(),e._init(n),e._render();else new r(h,n)}),u};s=function(n){var i;t.isPlainObject(n)?i=r.prototype:(i=e[n],n=arguments[1]||{});t.extend(i,n)};o={popup:function(i){return t("<a>").attr("href","#").on("click",function(){return n.open(i.shareUrl,null,"width=600, height=400, location=0, menubar=0, resizeable=0, scrollbars=0, status=0, titlebar=0, toolbar=0"),!1})},blank:function(n){return t("<a>").attr({target:"_blank",href:n.shareUrl})},self:function(n){return t("<a>").attr({target:"_self",href:n.shareUrl})}};n.jsSocials={Socials:r,shares:e,shareStrategies:o,setDefaults:s}}(window,jQuery),function(n,t,i){t.extend(i.shares,{email:{label:"E-mail",logo:"fa fa-at",shareUrl:"mailto:{to}?subject={text}&body={url}",countUrl:"",shareIn:"self"},twitter:{label:"Tweet",logo:"fa fa-twitter",shareUrl:"https://twitter.com/share?url={url}&text={text}&via={via}&hashtags={hashtags}",countUrl:""},facebook:{label:"Like",logo:"fa fa-facebook",shareUrl:"https://facebook.com/sharer/sharer.php?u={url}",countUrl:"https://graph.facebook.com/?id={url}",getCount:function(n){return n.share&&n.share.share_count||0}},vkontakte:{label:"Like",logo:"fa fa-vk",shareUrl:"https://vk.com/share.php?url={url}&title={title}&description={text}",countUrl:"https://vk.com/share.php?act=count&index=1&url={url}",getCount:function(n){return parseInt(n.slice(15,-2).split(", ")[1])}},googleplus:{label:"+1",logo:"fa fa-google",shareUrl:"https://plus.google.com/share?url={url}",countUrl:""},linkedin:{label:"Share",logo:"fa fa-linkedin",shareUrl:"https://www.linkedin.com/shareArticle?mini=true&url={url}",countUrl:"https://www.linkedin.com/countserv/count/share?format=jsonp&url={url}&callback=?",getCount:function(n){return n.count}},pinterest:{label:"Pin it",logo:"fa fa-pinterest",shareUrl:"https://pinterest.com/pin/create/bookmarklet/?media={media}&url={url}&description={text}",countUrl:"https://api.pinterest.com/v1/urls/count.json?&url={url}&callback=?",getCount:function(n){return n.count}},stumbleupon:{label:"Share",logo:"fa fa-stumbleupon",shareUrl:"http://www.stumbleupon.com/submit?url={url}&title={title}",countUrl:"https://cors-anywhere.herokuapp.com/https://www.stumbleupon.com/services/1.01/badge.getinfo?url={url}",getCount:function(n){return n.result.views}},telegram:{label:"Telegram",logo:"fa fa-paper-plane",shareUrl:"tg://msg?text={url} {text}",countUrl:"",shareIn:"self"},whatsapp:{label:"WhatsApp",logo:"fa fa-whatsapp",shareUrl:"whatsapp://send?text={url} {text}",countUrl:"",shareIn:"self"},line:{label:"LINE",logo:"fa fa-comment",shareUrl:"http://line.me/R/msg/text/?{text} {url}",countUrl:""},viber:{label:"Viber",logo:"fa fa-volume-control-phone",shareUrl:"viber://forward?text={url} {text}",countUrl:"",shareIn:"self"},pocket:{label:"Pocket",logo:"fa fa-get-pocket",shareUrl:"https://getpocket.com/save?url={url}&title={title}",countUrl:""},messenger:{label:"Share",logo:"fa fa-commenting",shareUrl:"fb-messenger://share?link={url}",countUrl:"",shareIn:"self"}})}(window,jQuery,window.jsSocials),typeof jQuery=="undefined")throw new Error("Bootstrap's JavaScript requires jQuery");+function(n){"use strict";var t=n.fn.jquery.split(" ")[0].split(".");if(t[0]<2&&t[1]<9||t[0]==1&&t[1]==9&&t[2]<1)throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher");}(jQuery);+function(n){"use strict";function t(){var i=document.createElement("bootstrap"),t={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"},n;for(n in t)if(i.style[n]!==undefined)return{end:t[n]};return!1}n.fn.emulateTransitionEnd=function(t){var i=!1,u=this,r;n(this).one("bsTransitionEnd",function(){i=!0});return r=function(){i||n(u).trigger(n.support.transition.end)},setTimeout(r,t),this};n(function(){(n.support.transition=t(),n.support.transition)&&(n.event.special.bsTransitionEnd={bindType:n.support.transition.end,delegateType:n.support.transition.end,handle:function(t){if(n(t.target).is(this))return t.handleObj.handler.apply(this,arguments)}})})}(jQuery);+function(n){"use strict";function u(i){return this.each(function(){var r=n(this),u=r.data("bs.alert");u||r.data("bs.alert",u=new t(this));typeof i=="string"&&u[i].call(r)})}var i='[data-dismiss="alert"]',t=function(t){n(t).on("click",i,this.close)},r;t.VERSION="3.3.4";t.TRANSITION_DURATION=150;t.prototype.close=function(i){function e(){r.detach().trigger("closed.bs.alert").remove()}var f=n(this),u=f.attr("data-target"),r;(u||(u=f.attr("href"),u=u&&u.replace(/.*(?=#[^\s]*$)/,"")),r=n(u),i&&i.preventDefault(),r.length||(r=f.closest(".alert")),r.trigger(i=n.Event("close.bs.alert")),i.isDefaultPrevented())||(r.removeClass("in"),n.support.transition&&r.hasClass("fade")?r.one("bsTransitionEnd",e).emulateTransitionEnd(t.TRANSITION_DURATION):e())};r=n.fn.alert;n.fn.alert=u;n.fn.alert.Constructor=t;n.fn.alert.noConflict=function(){return n.fn.alert=r,this};n(document).on("click.bs.alert.data-api",i,t.prototype.close)}(jQuery);+function(n){"use strict";function i(i){return this.each(function(){var u=n(this),r=u.data("bs.button"),f=typeof i=="object"&&i;r||u.data("bs.button",r=new t(this,f));i=="toggle"?r.toggle():i&&r.setState(i)})}var t=function(i,r){this.$element=n(i);this.options=n.extend({},t.DEFAULTS,r);this.isLoading=!1},r;t.VERSION="3.3.4";t.DEFAULTS={loadingText:"loading..."};t.prototype.setState=function(t){var r="disabled",i=this.$element,f=i.is("input")?"val":"html",u=i.data();t=t+"Text";u.resetText==null&&i.data("resetText",i[f]());setTimeout(n.proxy(function(){i[f](u[t]==null?this.options[t]:u[t]);t=="loadingText"?(this.isLoading=!0,i.addClass(r).attr(r,r)):this.isLoading&&(this.isLoading=!1,i.removeClass(r).removeAttr(r))},this),0)};t.prototype.toggle=function(){var t=!0,i=this.$element.closest('[data-toggle="buttons"]'),n;i.length?(n=this.$element.find("input"),n.prop("type")=="radio"&&(n.prop("checked")&&this.$element.hasClass("active")?t=!1:i.find(".active").removeClass("active")),t&&n.prop("checked",!this.$element.hasClass("active")).trigger("change")):this.$element.attr("aria-pressed",!this.$element.hasClass("active"));t&&this.$element.toggleClass("active")};r=n.fn.button;n.fn.button=i;n.fn.button.Constructor=t;n.fn.button.noConflict=function(){return n.fn.button=r,this};n(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(t){var r=n(t.target);r.hasClass("btn")||(r=r.closest(".btn"));i.call(r,"toggle");t.preventDefault()}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(t){n(t.target).closest(".btn").toggleClass("focus",/^focus(in)?$/.test(t.type))})}(jQuery);+function(n){"use strict";function i(i){return this.each(function(){var u=n(this),r=u.data("bs.carousel"),f=n.extend({},t.DEFAULTS,u.data(),typeof i=="object"&&i),e=typeof i=="string"?i:f.slide;r||u.data("bs.carousel",r=new t(this,f));typeof i=="number"?r.to(i):e?r[e]():f.interval&&r.pause().cycle()})}var t=function(t,i){this.$element=n(t);this.$indicators=this.$element.find(".carousel-indicators");this.options=i;this.paused=null;this.sliding=null;this.interval=null;this.$active=null;this.$items=null;this.options.keyboard&&this.$element.on("keydown.bs.carousel",n.proxy(this.keydown,this));this.options.pause!="hover"||"ontouchstart"in document.documentElement||this.$element.on("mouseenter.bs.carousel",n.proxy(this.pause,this)).on("mouseleave.bs.carousel",n.proxy(this.cycle,this))},u,r;t.VERSION="3.3.4";t.TRANSITION_DURATION=600;t.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0};t.prototype.keydown=function(n){if(!/input|textarea/i.test(n.target.tagName)){switch(n.which){case 37:this.prev();break;case 39:this.next();break;default:return}n.preventDefault()}};t.prototype.cycle=function(t){return t||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(n.proxy(this.next,this),this.options.interval)),this};t.prototype.getItemIndex=function(n){return this.$items=n.parent().children(".item"),this.$items.index(n||this.$active)};t.prototype.getItemForDirection=function(n,t){var i=this.getItemIndex(t),f=n=="prev"&&i===0||n=="next"&&i==this.$items.length-1,r,u;return f&&!this.options.wrap?t:(r=n=="prev"?-1:1,u=(i+r)%this.$items.length,this.$items.eq(u))};t.prototype.to=function(n){var i=this,t=this.getItemIndex(this.$active=this.$element.find(".item.active"));if(!(n>this.$items.length-1)&&!(n<0))return this.sliding?this.$element.one("slid.bs.carousel",function(){i.to(n)}):t==n?this.pause().cycle():this.slide(n>t?"next":"prev",this.$items.eq(n))};t.prototype.pause=function(t){return t||(this.paused=!0),this.$element.find(".next, .prev").length&&n.support.transition&&(this.$element.trigger(n.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this};t.prototype.next=function(){if(!this.sliding)return this.slide("next")};t.prototype.prev=function(){if(!this.sliding)return this.slide("prev")};t.prototype.slide=function(i,r){var e=this.$element.find(".item.active"),u=r||this.getItemForDirection(i,e),l=this.interval,f=i=="next"?"left":"right",a=this,o,s,h,c;return u.hasClass("active")?this.sliding=!1:(o=u[0],s=n.Event("slide.bs.carousel",{relatedTarget:o,direction:f}),this.$element.trigger(s),s.isDefaultPrevented())?void 0:(this.sliding=!0,l&&this.pause(),this.$indicators.length&&(this.$indicators.find(".active").removeClass("active"),h=n(this.$indicators.children()[this.getItemIndex(u)]),h&&h.addClass("active")),c=n.Event("slid.bs.carousel",{relatedTarget:o,direction:f}),n.support.transition&&this.$element.hasClass("slide")?(u.addClass(i),u[0].offsetWidth,e.addClass(f),u.addClass(f),e.one("bsTransitionEnd",function(){u.removeClass([i,f].join(" ")).addClass("active");e.removeClass(["active",f].join(" "));a.sliding=!1;setTimeout(function(){a.$element.trigger(c)},0)}).emulateTransitionEnd(t.TRANSITION_DURATION)):(e.removeClass("active"),u.addClass("active"),this.sliding=!1,this.$element.trigger(c)),l&&this.cycle(),this)};u=n.fn.carousel;n.fn.carousel=i;n.fn.carousel.Constructor=t;n.fn.carousel.noConflict=function(){return n.fn.carousel=u,this};r=function(t){var o,r=n(this),u=n(r.attr("data-target")||(o=r.attr("href"))&&o.replace(/.*(?=#[^\s]+$)/,"")),e,f;u.hasClass("carousel")&&(e=n.extend({},u.data(),r.data()),f=r.attr("data-slide-to"),f&&(e.interval=!1),i.call(u,e),f&&u.data("bs.carousel").to(f),t.preventDefault())};n(document).on("click.bs.carousel.data-api","[data-slide]",r).on("click.bs.carousel.data-api","[data-slide-to]",r);n(window).on("load",function(){n('[data-ride="carousel"]').each(function(){var t=n(this);i.call(t,t.data())})})}(jQuery);+function(n){"use strict";function r(t){var i,r=t.attr("data-target")||(i=t.attr("href"))&&i.replace(/.*(?=#[^\s]+$)/,"");return n(r)}function i(i){return this.each(function(){var u=n(this),r=u.data("bs.collapse"),f=n.extend({},t.DEFAULTS,u.data(),typeof i=="object"&&i);!r&&f.toggle&&/show|hide/.test(i)&&(f.toggle=!1);r||u.data("bs.collapse",r=new t(this,f));typeof i=="string"&&r[i]()})}var t=function(i,r){this.$element=n(i);this.options=n.extend({},t.DEFAULTS,r);this.$trigger=n('[data-toggle="collapse"][href="#'+i.id+'"],[data-toggle="collapse"][data-target="#'+i.id+'"]');this.transitioning=null;this.options.parent?this.$parent=this.getParent():this.addAriaAndCollapsedClass(this.$element,this.$trigger);this.options.toggle&&this.toggle()},u;t.VERSION="3.3.4";t.TRANSITION_DURATION=350;t.DEFAULTS={toggle:!0};t.prototype.dimension=function(){var n=this.$element.hasClass("width");return n?"width":"height"};t.prototype.show=function(){var f,r,e,u,o,s;if(!this.transitioning&&!this.$element.hasClass("in")&&(r=this.$parent&&this.$parent.children(".panel").children(".in, .collapsing"),!r||!r.length||(f=r.data("bs.collapse"),!f||!f.transitioning))&&(e=n.Event("show.bs.collapse"),this.$element.trigger(e),!e.isDefaultPrevented())){if(r&&r.length&&(i.call(r,"hide"),f||r.data("bs.collapse",null)),u=this.dimension(),this.$element.removeClass("collapse").addClass("collapsing")[u](0).attr("aria-expanded",!0),this.$trigger.removeClass("collapsed").attr("aria-expanded",!0),this.transitioning=1,o=function(){this.$element.removeClass("collapsing").addClass("collapse in")[u]("");this.transitioning=0;this.$element.trigger("shown.bs.collapse")},!n.support.transition)return o.call(this);s=n.camelCase(["scroll",u].join("-"));this.$element.one("bsTransitionEnd",n.proxy(o,this)).emulateTransitionEnd(t.TRANSITION_DURATION)[u](this.$element[0][s])}};t.prototype.hide=function(){var r,i,u;if(!this.transitioning&&this.$element.hasClass("in")&&(r=n.Event("hide.bs.collapse"),this.$element.trigger(r),!r.isDefaultPrevented())){if(i=this.dimension(),this.$element[i](this.$element[i]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse in").attr("aria-expanded",!1),this.$trigger.addClass("collapsed").attr("aria-expanded",!1),this.transitioning=1,u=function(){this.transitioning=0;this.$element.removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")},!n.support.transition)return u.call(this);this.$element[i](0).one("bsTransitionEnd",n.proxy(u,this)).emulateTransitionEnd(t.TRANSITION_DURATION)}};t.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()};t.prototype.getParent=function(){return n(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each(n.proxy(function(t,i){var u=n(i);this.addAriaAndCollapsedClass(r(u),u)},this)).end()};t.prototype.addAriaAndCollapsedClass=function(n,t){var i=n.hasClass("in");n.attr("aria-expanded",i);t.toggleClass("collapsed",!i).attr("aria-expanded",i)};u=n.fn.collapse;n.fn.collapse=i;n.fn.collapse.Constructor=t;n.fn.collapse.noConflict=function(){return n.fn.collapse=u,this};n(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(t){var u=n(this);u.attr("data-target")||t.preventDefault();var f=r(u),e=f.data("bs.collapse"),o=e?"toggle":u.data();i.call(f,o)})}(jQuery);+function(n){"use strict";function r(t){t&&t.which===3||(n(e).remove(),n(i).each(function(){var r=n(this),i=u(r),f={relatedTarget:this};i.hasClass("open")&&((i.trigger(t=n.Event("hide.bs.dropdown",f)),t.isDefaultPrevented())||(r.attr("aria-expanded","false"),i.removeClass("open").trigger("hidden.bs.dropdown",f)))}))}function u(t){var i=t.attr("data-target"),r;return i||(i=t.attr("href"),i=i&&/#[A-Za-z]/.test(i)&&i.replace(/.*(?=#[^\s]*$)/,"")),r=i&&n(i),r&&r.length?r:t.parent()}function o(i){return this.each(function(){var r=n(this),u=r.data("bs.dropdown");u||r.data("bs.dropdown",u=new t(this));typeof i=="string"&&u[i].call(r)})}var e=".dropdown-backdrop",i='[data-toggle="dropdown"]',t=function(t){n(t).on("click.bs.dropdown",this.toggle)},f;t.VERSION="3.3.4";t.prototype.toggle=function(t){var f=n(this),i,o,e;if(!f.is(".disabled, :disabled")){if(i=u(f),o=i.hasClass("open"),r(),!o){if("ontouchstart"in document.documentElement&&!i.closest(".navbar-nav").length)n('<div class="dropdown-backdrop"/>').insertAfter(n(this)).on("click",r);if(e={relatedTarget:this},i.trigger(t=n.Event("show.bs.dropdown",e)),t.isDefaultPrevented())return;f.trigger("focus").attr("aria-expanded","true");i.toggleClass("open").trigger("shown.bs.dropdown",e)}return!1}};t.prototype.keydown=function(t){var e,o,s,h,f,r;if(/(38|40|27|32)/.test(t.which)&&!/input|textarea/i.test(t.target.tagName)&&(e=n(this),t.preventDefault(),t.stopPropagation(),!e.is(".disabled, :disabled"))){if(o=u(e),s=o.hasClass("open"),!s&&t.which!=27||s&&t.which==27)return t.which==27&&o.find(i).trigger("focus"),e.trigger("click");(h=" li:not(.disabled):visible a",f=o.find('[role="menu"]'+h+', [role="listbox"]'+h),f.length)&&(r=f.index(t.target),t.which==38&&r>0&&r--,t.which==40&&r<f.length-1&&r++,~r||(r=0),f.eq(r).trigger("focus"))}};f=n.fn.dropdown;n.fn.dropdown=o;n.fn.dropdown.Constructor=t;n.fn.dropdown.noConflict=function(){return n.fn.dropdown=f,this};n(document).on("click.bs.dropdown.data-api",r).on("click.bs.dropdown.data-api",".dropdown form",function(n){n.stopPropagation()}).on("click.bs.dropdown.data-api",i,t.prototype.toggle).on("keydown.bs.dropdown.data-api",i,t.prototype.keydown).on("keydown.bs.dropdown.data-api",'[role="menu"]',t.prototype.keydown).on("keydown.bs.dropdown.data-api",'[role="listbox"]',t.prototype.keydown)}(jQuery);+function(n){"use strict";function i(i,r){return this.each(function(){var f=n(this),u=f.data("bs.modal"),e=n.extend({},t.DEFAULTS,f.data(),typeof i=="object"&&i);u||f.data("bs.modal",u=new t(this,e));typeof i=="string"?u[i](r):e.show&&u.show(r)})}var t=function(t,i){this.options=i;this.$body=n(document.body);this.$element=n(t);this.$dialog=this.$element.find(".modal-dialog");this.$backdrop=null;this.isShown=null;this.originalBodyPad=null;this.scrollbarWidth=0;this.ignoreBackdropClick=!1;this.options.remote&&this.$element.find(".modal-content").load(this.options.remote,n.proxy(function(){this.$element.trigger("loaded.bs.modal")},this))},r;t.VERSION="3.3.4";t.TRANSITION_DURATION=300;t.BACKDROP_TRANSITION_DURATION=150;t.DEFAULTS={backdrop:!0,keyboard:!0,show:!0};t.prototype.toggle=function(n){return this.isShown?this.hide():this.show(n)};t.prototype.show=function(i){var r=this,u=n.Event("show.bs.modal",{relatedTarget:i});if(this.$element.trigger(u),!this.isShown&&!u.isDefaultPrevented()){this.isShown=!0;this.checkScrollbar();this.setScrollbar();this.$body.addClass("modal-open");this.escape();this.resize();this.$element.on("click.dismiss.bs.modal",'[data-dismiss="modal"]',n.proxy(this.hide,this));this.$dialog.on("mousedown.dismiss.bs.modal",function(){r.$element.one("mouseup.dismiss.bs.modal",function(t){n(t.target).is(r.$element)&&(r.ignoreBackdropClick=!0)})});this.backdrop(function(){var f=n.support.transition&&r.$element.hasClass("fade"),u;r.$element.parent().length||r.$element.appendTo(r.$body);r.$element.show().scrollTop(0);r.adjustDialog();f&&r.$element[0].offsetWidth;r.$element.addClass("in").attr("aria-hidden",!1);r.enforceFocus();u=n.Event("shown.bs.modal",{relatedTarget:i});f?r.$dialog.one("bsTransitionEnd",function(){r.$element.trigger("focus").trigger(u)}).emulateTransitionEnd(t.TRANSITION_DURATION):r.$element.trigger("focus").trigger(u)})}};t.prototype.hide=function(i){(i&&i.preventDefault(),i=n.Event("hide.bs.modal"),this.$element.trigger(i),this.isShown&&!i.isDefaultPrevented())&&(this.isShown=!1,this.escape(),this.resize(),n(document).off("focusin.bs.modal"),this.$element.removeClass("in").attr("aria-hidden",!0).off("click.dismiss.bs.modal").off("mouseup.dismiss.bs.modal"),this.$dialog.off("mousedown.dismiss.bs.modal"),n.support.transition&&this.$element.hasClass("fade")?this.$element.one("bsTransitionEnd",n.proxy(this.hideModal,this)).emulateTransitionEnd(t.TRANSITION_DURATION):this.hideModal())};t.prototype.enforceFocus=function(){n(document).off("focusin.bs.modal").on("focusin.bs.modal",n.proxy(function(n){this.$element[0]===n.target||this.$element.has(n.target).length||this.$element.trigger("focus")},this))};t.prototype.escape=function(){if(this.isShown&&this.options.keyboard)this.$element.on("keydown.dismiss.bs.modal",n.proxy(function(n){n.which==27&&this.hide()},this));else this.isShown||this.$element.off("keydown.dismiss.bs.modal")};t.prototype.resize=function(){if(this.isShown)n(window).on("resize.bs.modal",n.proxy(this.handleUpdate,this));else n(window).off("resize.bs.modal")};t.prototype.hideModal=function(){var n=this;this.$element.hide();this.backdrop(function(){n.$body.removeClass("modal-open");n.resetAdjustments();n.resetScrollbar();n.$element.trigger("hidden.bs.modal")})};t.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove();this.$backdrop=null};t.prototype.backdrop=function(i){var e=this,f=this.$element.hasClass("fade")?"fade":"",r,u;if(this.isShown&&this.options.backdrop){r=n.support.transition&&f;this.$backdrop=n('<div class="modal-backdrop '+f+'" />').appendTo(this.$body);this.$element.on("click.dismiss.bs.modal",n.proxy(function(n){if(this.ignoreBackdropClick){this.ignoreBackdropClick=!1;return}n.target===n.currentTarget&&(this.options.backdrop=="static"?this.$element[0].focus():this.hide())},this));if(r&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!i)return;r?this.$backdrop.one("bsTransitionEnd",i).emulateTransitionEnd(t.BACKDROP_TRANSITION_DURATION):i()}else!this.isShown&&this.$backdrop?(this.$backdrop.removeClass("in"),u=function(){e.removeBackdrop();i&&i()},n.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one("bsTransitionEnd",u).emulateTransitionEnd(t.BACKDROP_TRANSITION_DURATION):u()):i&&i()};t.prototype.handleUpdate=function(){this.adjustDialog()};t.prototype.adjustDialog=function(){var n=this.$element[0].scrollHeight>document.documentElement.clientHeight;this.$element.css({paddingLeft:!this.bodyIsOverflowing&&n?this.scrollbarWidth:"",paddingRight:this.bodyIsOverflowing&&!n?this.scrollbarWidth:""})};t.prototype.resetAdjustments=function(){this.$element.css({paddingLeft:"",paddingRight:""})};t.prototype.checkScrollbar=function(){var n=window.innerWidth,t;n||(t=document.documentElement.getBoundingClientRect(),n=t.right-Math.abs(t.left));this.bodyIsOverflowing=document.body.clientWidth<n;this.scrollbarWidth=this.measureScrollbar()};t.prototype.setScrollbar=function(){var n=parseInt(this.$body.css("padding-right")||0,10);this.originalBodyPad=document.body.style.paddingRight||"";this.bodyIsOverflowing&&this.$body.css("padding-right",n+this.scrollbarWidth)};t.prototype.resetScrollbar=function(){this.$body.css("padding-right",this.originalBodyPad)};t.prototype.measureScrollbar=function(){var n=document.createElement("div"),t;return n.className="modal-scrollbar-measure",this.$body.append(n),t=n.offsetWidth-n.clientWidth,this.$body[0].removeChild(n),t};r=n.fn.modal;n.fn.modal=i;n.fn.modal.Constructor=t;n.fn.modal.noConflict=function(){return n.fn.modal=r,this};n(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(t){var r=n(this),f=r.attr("href"),u=n(r.attr("data-target")||f&&f.replace(/.*(?=#[^\s]+$)/,"")),e=u.data("bs.modal")?"toggle":n.extend({remote:!/#/.test(f)&&f},u.data(),r.data());r.is("a")&&t.preventDefault();u.one("show.bs.modal",function(n){if(!n.isDefaultPrevented())u.one("hidden.bs.modal",function(){r.is(":visible")&&r.trigger("focus")})});i.call(u,e,this)})}(jQuery);+function(n){"use strict";function r(i){return this.each(function(){var u=n(this),r=u.data("bs.tooltip"),f=typeof i=="object"&&i;(r||!/destroy|hide/.test(i))&&(r||u.data("bs.tooltip",r=new t(this,f)),typeof i=="string"&&r[i]())})}var t=function(n,t){this.type=null;this.options=null;this.enabled=null;this.timeout=null;this.hoverState=null;this.$element=null;this.init("tooltip",n,t)},i;t.VERSION="3.3.4";t.TRANSITION_DURATION=150;t.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"><\/div><div class="tooltip-inner"><\/div><\/div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}};t.prototype.init=function(t,i,r){var f,e,u,o,s;if(this.enabled=!0,this.type=t,this.$element=n(i),this.options=this.getOptions(r),this.$viewport=this.options.viewport&&n(this.options.viewport.selector||this.options.viewport),this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(f=this.options.trigger.split(" "),e=f.length;e--;)if(u=f[e],u=="click")this.$element.on("click."+this.type,this.options.selector,n.proxy(this.toggle,this));else if(u!="manual"){o=u=="hover"?"mouseenter":"focusin";s=u=="hover"?"mouseleave":"focusout";this.$element.on(o+"."+this.type,this.options.selector,n.proxy(this.enter,this));this.$element.on(s+"."+this.type,this.options.selector,n.proxy(this.leave,this))}this.options.selector?this._options=n.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()};t.prototype.getDefaults=function(){return t.DEFAULTS};t.prototype.getOptions=function(t){return t=n.extend({},this.getDefaults(),this.$element.data(),t),t.delay&&typeof t.delay=="number"&&(t.delay={show:t.delay,hide:t.delay}),t};t.prototype.getDelegateOptions=function(){var t={},i=this.getDefaults();return this._options&&n.each(this._options,function(n,r){i[n]!=r&&(t[n]=r)}),t};t.prototype.enter=function(t){var i=t instanceof this.constructor?t:n(t.currentTarget).data("bs."+this.type);if(i&&i.$tip&&i.$tip.is(":visible")){i.hoverState="in";return}if(i||(i=new this.constructor(t.currentTarget,this.getDelegateOptions()),n(t.currentTarget).data("bs."+this.type,i)),clearTimeout(i.timeout),i.hoverState="in",!i.options.delay||!i.options.delay.show)return i.show();i.timeout=setTimeout(function(){i.hoverState=="in"&&i.show()},i.options.delay.show)};t.prototype.leave=function(t){var i=t instanceof this.constructor?t:n(t.currentTarget).data("bs."+this.type);if(i||(i=new this.constructor(t.currentTarget,this.getDelegateOptions()),n(t.currentTarget).data("bs."+this.type,i)),clearTimeout(i.timeout),i.hoverState="out",!i.options.delay||!i.options.delay.hide)return i.hide();i.timeout=setTimeout(function(){i.hoverState=="out"&&i.hide()},i.options.delay.hide)};t.prototype.show=function(){var c=n.Event("show.bs."+this.type),l,p,h;if(this.hasContent()&&this.enabled){if(this.$element.trigger(c),l=n.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]),c.isDefaultPrevented()||!l)return;var u=this,r=this.tip(),a=this.getUID(this.type);this.setContent();r.attr("id",a);this.$element.attr("aria-describedby",a);this.options.animation&&r.addClass("fade");var i=typeof this.options.placement=="function"?this.options.placement.call(this,r[0],this.$element[0]):this.options.placement,v=/\s?auto?\s?/i,y=v.test(i);y&&(i=i.replace(v,"")||"top");r.detach().css({top:0,left:0,display:"block"}).addClass(i).data("bs."+this.type,this);this.options.container?r.appendTo(this.options.container):r.insertAfter(this.$element);var f=this.getPosition(),o=r[0].offsetWidth,s=r[0].offsetHeight;if(y){var w=i,b=this.options.container?n(this.options.container):this.$element.parent(),e=this.getPosition(b);i=i=="bottom"&&f.bottom+s>e.bottom?"top":i=="top"&&f.top-s<e.top?"bottom":i=="right"&&f.right+o>e.width?"left":i=="left"&&f.left-o<e.left?"right":i;r.removeClass(w).addClass(i)}p=this.getCalculatedOffset(i,f,o,s);this.applyPlacement(p,i);h=function(){var n=u.hoverState;u.$element.trigger("shown.bs."+u.type);u.hoverState=null;n=="out"&&u.leave(u)};n.support.transition&&this.$tip.hasClass("fade")?r.one("bsTransitionEnd",h).emulateTransitionEnd(t.TRANSITION_DURATION):h()}};t.prototype.applyPlacement=function(t,i){var r=this.tip(),l=r[0].offsetWidth,e=r[0].offsetHeight,o=parseInt(r.css("margin-top"),10),s=parseInt(r.css("margin-left"),10),h,f,u;isNaN(o)&&(o=0);isNaN(s)&&(s=0);t.top=t.top+o;t.left=t.left+s;n.offset.setOffset(r[0],n.extend({using:function(n){r.css({top:Math.round(n.top),left:Math.round(n.left)})}},t),0);r.addClass("in");h=r[0].offsetWidth;f=r[0].offsetHeight;i=="top"&&f!=e&&(t.top=t.top+e-f);u=this.getViewportAdjustedDelta(i,t,h,f);u.left?t.left+=u.left:t.top+=u.top;var c=/top|bottom/.test(i),a=c?u.left*2-l+h:u.top*2-e+f,v=c?"offsetWidth":"offsetHeight";r.offset(t);this.replaceArrow(a,r[0][v],c)};t.prototype.replaceArrow=function(n,t,i){this.arrow().css(i?"left":"top",50*(1-n/t)+"%").css(i?"top":"left","")};t.prototype.setContent=function(){var n=this.tip(),t=this.getTitle();n.find(".tooltip-inner")[this.options.html?"html":"text"](t);n.removeClass("fade in top bottom left right")};t.prototype.hide=function(i){function e(){u.hoverState!="in"&&r.detach();u.$element.removeAttr("aria-describedby").trigger("hidden.bs."+u.type);i&&i()}var u=this,r=n(this.$tip),f=n.Event("hide.bs."+this.type);if(this.$element.trigger(f),!f.isDefaultPrevented())return r.removeClass("in"),n.support.transition&&r.hasClass("fade")?r.one("bsTransitionEnd",e).emulateTransitionEnd(t.TRANSITION_DURATION):e(),this.hoverState=null,this};t.prototype.fixTitle=function(){var n=this.$element;(n.attr("title")||typeof n.attr("data-original-title")!="string")&&n.attr("data-original-title",n.attr("title")||"").attr("title","")};t.prototype.hasContent=function(){return this.getTitle()};t.prototype.getPosition=function(t){t=t||this.$element;var u=t[0],r=u.tagName=="BODY",i=u.getBoundingClientRect();i.width==null&&(i=n.extend({},i,{width:i.right-i.left,height:i.bottom-i.top}));var f=r?{top:0,left:0}:t.offset(),e={scroll:r?document.documentElement.scrollTop||document.body.scrollTop:t.scrollTop()},o=r?{width:n(window).width(),height:n(window).height()}:null;return n.extend({},i,e,o,f)};t.prototype.getCalculatedOffset=function(n,t,i,r){return n=="bottom"?{top:t.top+t.height,left:t.left+t.width/2-i/2}:n=="top"?{top:t.top-r,left:t.left+t.width/2-i/2}:n=="left"?{top:t.top+t.height/2-r/2,left:t.left-i}:{top:t.top+t.height/2-r/2,left:t.left+t.width}};t.prototype.getViewportAdjustedDelta=function(n,t,i,r){var f={top:0,left:0},e,u,o,s,h,c;return this.$viewport?(e=this.options.viewport&&this.options.viewport.padding||0,u=this.getPosition(this.$viewport),/right|left/.test(n)?(o=t.top-e-u.scroll,s=t.top+e-u.scroll+r,o<u.top?f.top=u.top-o:s>u.top+u.height&&(f.top=u.top+u.height-s)):(h=t.left-e,c=t.left+e+i,h<u.left?f.left=u.left-h:c>u.width&&(f.left=u.left+u.width-c)),f):f};t.prototype.getTitle=function(){var t=this.$element,n=this.options;return t.attr("data-original-title")||(typeof n.title=="function"?n.title.call(t[0]):n.title)};t.prototype.getUID=function(n){do n+=~~(Math.random()*1e6);while(document.getElementById(n));return n};t.prototype.tip=function(){return this.$tip=this.$tip||n(this.options.template)};t.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")};t.prototype.enable=function(){this.enabled=!0};t.prototype.disable=function(){this.enabled=!1};t.prototype.toggleEnabled=function(){this.enabled=!this.enabled};t.prototype.toggle=function(t){var i=this;t&&(i=n(t.currentTarget).data("bs."+this.type),i||(i=new this.constructor(t.currentTarget,this.getDelegateOptions()),n(t.currentTarget).data("bs."+this.type,i)));i.tip().hasClass("in")?i.leave(i):i.enter(i)};t.prototype.destroy=function(){var n=this;clearTimeout(this.timeout);this.hide(function(){n.$element.off("."+n.type).removeData("bs."+n.type)})};i=n.fn.tooltip;n.fn.tooltip=r;n.fn.tooltip.Constructor=t;n.fn.tooltip.noConflict=function(){return n.fn.tooltip=i,this}}(jQuery);+function(n){"use strict";function r(i){return this.each(function(){var u=n(this),r=u.data("bs.popover"),f=typeof i=="object"&&i;(r||!/destroy|hide/.test(i))&&(r||u.data("bs.popover",r=new t(this,f)),typeof i=="string"&&r[i]())})}var t=function(n,t){this.init("popover",n,t)},i;if(!n.fn.tooltip)throw new Error("Popover requires tooltip.js");t.VERSION="3.3.4";t.DEFAULTS=n.extend({},n.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"><\/div><h3 class="popover-title"><\/h3><div class="popover-content"><\/div><\/div>'});t.prototype=n.extend({},n.fn.tooltip.Constructor.prototype);t.prototype.constructor=t;t.prototype.getDefaults=function(){return t.DEFAULTS};t.prototype.setContent=function(){var n=this.tip(),i=this.getTitle(),t=this.getContent();n.find(".popover-title")[this.options.html?"html":"text"](i);n.find(".popover-content").children().detach().end()[this.options.html?typeof t=="string"?"html":"append":"text"](t);n.removeClass("fade top bottom left right in");n.find(".popover-title").html()||n.find(".popover-title").hide()};t.prototype.hasContent=function(){return this.getTitle()||this.getContent()};t.prototype.getContent=function(){var t=this.$element,n=this.options;return t.attr("data-content")||(typeof n.content=="function"?n.content.call(t[0]):n.content)};t.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};i=n.fn.popover;n.fn.popover=r;n.fn.popover.Constructor=t;n.fn.popover.noConflict=function(){return n.fn.popover=i,this}}(jQuery);+function(n){"use strict";function t(i,r){this.$body=n(document.body);this.$scrollElement=n(i).is(document.body)?n(window):n(i);this.options=n.extend({},t.DEFAULTS,r);this.selector=(this.options.target||"")+" .nav li > a";this.offsets=[];this.targets=[];this.activeTarget=null;this.scrollHeight=0;this.$scrollElement.on("scroll.bs.scrollspy",n.proxy(this.process,this));this.refresh();this.process()}function i(i){return this.each(function(){var u=n(this),r=u.data("bs.scrollspy"),f=typeof i=="object"&&i;r||u.data("bs.scrollspy",r=new t(this,f));typeof i=="string"&&r[i]()})}t.VERSION="3.3.4";t.DEFAULTS={offset:10};t.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)};t.prototype.refresh=function(){var t=this,i="offset",r=0;this.offsets=[];this.targets=[];this.scrollHeight=this.getScrollHeight();n.isWindow(this.$scrollElement[0])||(i="position",r=this.$scrollElement.scrollTop());this.$body.find(this.selector).map(function(){var f=n(this),u=f.data("target")||f.attr("href"),t=/^#./.test(u)&&n(u);return t&&t.length&&t.is(":visible")&&[[t[i]().top+r,u]]||null}).sort(function(n,t){return n[0]-t[0]}).each(function(){t.offsets.push(this[0]);t.targets.push(this[1])})};t.prototype.process=function(){var i=this.$scrollElement.scrollTop()+this.options.offset,f=this.getScrollHeight(),e=this.options.offset+f-this.$scrollElement.height(),t=this.offsets,r=this.targets,u=this.activeTarget,n;if(this.scrollHeight!=f&&this.refresh(),i>=e)return u!=(n=r[r.length-1])&&this.activate(n);if(u&&i<t[0])return this.activeTarget=null,this.clear();for(n=t.length;n--;)u!=r[n]&&i>=t[n]&&(t[n+1]===undefined||i<t[n+1])&&this.activate(r[n])};t.prototype.activate=function(t){this.activeTarget=t;this.clear();var r=this.selector+'[data-target="'+t+'"],'+this.selector+'[href="'+t+'"]',i=n(r).parents("li").addClass("active");i.parent(".dropdown-menu").length&&(i=i.closest("li.dropdown").addClass("active"));i.trigger("activate.bs.scrollspy")};t.prototype.clear=function(){n(this.selector).parentsUntil(this.options.target,".active").removeClass("active")};var r=n.fn.scrollspy;n.fn.scrollspy=i;n.fn.scrollspy.Constructor=t;n.fn.scrollspy.noConflict=function(){return n.fn.scrollspy=r,this};n(window).on("load.bs.scrollspy.data-api",function(){n('[data-spy="scroll"]').each(function(){var t=n(this);i.call(t,t.data())})})}(jQuery);+function(n){"use strict";function r(i){return this.each(function(){var u=n(this),r=u.data("bs.tab");r||u.data("bs.tab",r=new t(this));typeof i=="string"&&r[i]()})}var t=function(t){this.element=n(t)},u,i;t.VERSION="3.3.4";t.TRANSITION_DURATION=150;t.prototype.show=function(){var t=this.element,f=t.closest("ul:not(.dropdown-menu)"),i=t.data("target"),u;if(i||(i=t.attr("href"),i=i&&i.replace(/.*(?=#[^\s]*$)/,"")),!t.parent("li").hasClass("active")){var r=f.find(".active:last a"),e=n.Event("hide.bs.tab",{relatedTarget:t[0]}),o=n.Event("show.bs.tab",{relatedTarget:r[0]});(r.trigger(e),t.trigger(o),o.isDefaultPrevented()||e.isDefaultPrevented())||(u=n(i),this.activate(t.closest("li"),f),this.activate(u,u.parent(),function(){r.trigger({type:"hidden.bs.tab",relatedTarget:t[0]});t.trigger({type:"shown.bs.tab",relatedTarget:r[0]})}))}};t.prototype.activate=function(i,r,u){function o(){f.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1);i.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0);e?(i[0].offsetWidth,i.addClass("in")):i.removeClass("fade");i.parent(".dropdown-menu").length&&i.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0);u&&u()}var f=r.find("> .active"),e=u&&n.support.transition&&(f.length&&f.hasClass("fade")||!!r.find("> .fade").length);f.length&&e?f.one("bsTransitionEnd",o).emulateTransitionEnd(t.TRANSITION_DURATION):o();f.removeClass("in")};u=n.fn.tab;n.fn.tab=r;n.fn.tab.Constructor=t;n.fn.tab.noConflict=function(){return n.fn.tab=u,this};i=function(t){t.preventDefault();r.call(n(this),"show")};n(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',i).on("click.bs.tab.data-api",'[data-toggle="pill"]',i)}(jQuery);+function(n){"use strict";function i(i){return this.each(function(){var u=n(this),r=u.data("bs.affix"),f=typeof i=="object"&&i;r||u.data("bs.affix",r=new t(this,f));typeof i=="string"&&r[i]()})}var t=function(i,r){this.options=n.extend({},t.DEFAULTS,r);this.$target=n(this.options.target).on("scroll.bs.affix.data-api",n.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",n.proxy(this.checkPositionWithEventLoop,this));this.$element=n(i);this.affixed=null;this.unpin=null;this.pinnedOffset=null;this.checkPosition()},r;t.VERSION="3.3.4";t.RESET="affix affix-top affix-bottom";t.DEFAULTS={offset:0,target:window};t.prototype.getState=function(n,t,i,r){var u=this.$target.scrollTop(),f=this.$element.offset(),e=this.$target.height();if(i!=null&&this.affixed=="top")return u<i?"top":!1;if(this.affixed=="bottom")return i!=null?u+this.unpin<=f.top?!1:"bottom":u+e<=n-r?!1:"bottom";var o=this.affixed==null,s=o?u:f.top,h=o?e:t;return i!=null&&u<=i?"top":r!=null&&s+h>=n-r?"bottom":!1};t.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(t.RESET).addClass("affix");var n=this.$target.scrollTop(),i=this.$element.offset();return this.pinnedOffset=i.top-n};t.prototype.checkPositionWithEventLoop=function(){setTimeout(n.proxy(this.checkPosition,this),1)};t.prototype.checkPosition=function(){var i,e,o;if(this.$element.is(":visible")){var s=this.$element.height(),r=this.options.offset,f=r.top,u=r.bottom,h=n(document.body).height();if(typeof r!="object"&&(u=f=r),typeof f=="function"&&(f=r.top(this.$element)),typeof u=="function"&&(u=r.bottom(this.$element)),i=this.getState(h,s,f,u),this.affixed!=i){if(this.unpin!=null&&this.$element.css("top",""),e="affix"+(i?"-"+i:""),o=n.Event(e+".bs.affix"),this.$element.trigger(o),o.isDefaultPrevented())return;this.affixed=i;this.unpin=i=="bottom"?this.getPinnedOffset():null;this.$element.removeClass(t.RESET).addClass(e).trigger(e.replace("affix","affixed")+".bs.affix")}i=="bottom"&&this.$element.offset({top:h-s-u})}};r=n.fn.affix;n.fn.affix=i;n.fn.affix.Constructor=t;n.fn.affix.noConflict=function(){return n.fn.affix=r,this};n(window).on("load",function(){n('[data-spy="affix"]').each(function(){var r=n(this),t=r.data();t.offset=t.offset||{};t.offsetBottom!=null&&(t.offset.bottom=t.offsetBottom);t.offsetTop!=null&&(t.offset.top=t.offsetTop);i.call(r,t)})})}(jQuery);$(window).on("load",function(){$("#menuCabecera2 .item,#menuCabecera2 .subitem,#menuCabecera2 .subitem2").click(function(n){n.target.href.indexOf(".aspx")>=0?(window.location.href=n.target.href,window.scrollTo(0,0)):n.target.href.indexOf(".pdf")>=0?nuevaVentana(n.target.href):window.location.href=n.target.href.indexOf("#divCargosAElegir")>=0?n.target.href:n.target.href});$(".menu-toggle").click(function(n){n.preventDefault();$("#wrapper").animate({height:"toggle",opacity:"toggle"},"slow")});$(".hmbrgr").hmbrgr({width:28,height:20,barHeight:4,barRadius:3,barColor:"#65a7ce"});$("#divLoader").hide()});lastScrollTop=0;$(window).scroll(function(){document.body.scrollTop>20||document.documentElement.scrollTop>20?$("#btnTop").show():$("#btnTop").hide()});$(function(){soloNumeros()});divProcesando=divProcesando||function(){var n=$('<div class="modal modal-static fade" id="processing-modal" role="dialog" aria-hidden="true"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><h2>Procesando...<\/h2><\/div><div class="modal-body"><div class="progress"><div class="progress-bar progress-bar-striped active" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100" style="width: 100%;"><\/div><\/div><\/div><\/div><\/div><\/div>');return{show:function(){try{n.data()["bs.modal"].isShown&&n.modal()}catch(t){return!1}},hide:function(){n.modal("hide")}}}();$(window).on("load",function(){$("#divLoader").hide()});$(document).ajaxStart(function(){$("#divLoader").show()}).ajaxStop(function(){$("#divLoader").hide()});funciones=new function(){this.formatDateDDMMYYYY="DD/MM/YYYY";this.formatDateYYYYMMDD="YYYY/MM/DD";this.formatDateDDMMYYYY_MMmm="DD/MM/YYYY HH:mm";this.formatDateDDMMYYYY_MMmmss="DD/MM/YYYY HH:mm:ss";this.formatDateLarge="dddd, D [de] MMMM [de] YYYY";this.formatTime="HH:mm";this.modal_sm_size="modal-sm";this.modal_md_size="modal-md";this.modal_xs_size="modal-xs";this.loadSelectWithParamJson=function(n,t,i,r,u,f,e,o){var s=$("#"+n);s.html("");$.ajax({url:t,dataType:"json",async:!1,success:function(n){var h,c,t,l;if(n.length>0)for(h="<option value='{fieldValue}'>{fieldText}<\/option>",u&&(c="<option value=''>"+f+"<\/option>",s.append(c)),t=0;t<n.length;t++)n[t][e]==o&&(l=h.replace("{fieldValue}",n[t][i]).replace("{fieldText}",n[t][r]),s.append(l))}})};this.loadSelectAjax=function(n,t,i,r,u,f){$.ajax({url:t,type:"POST",contentType:"application/json; charset=utf-8",dataType:"json",async:!1,error:function(){escribirMensaje(20,"Se produjo un error, por favor vuelva a intentarlo.")},success:function(t){var o=JSON.parse(t.d),s=$("#"+n),h,e,c;for(s.html(""),u&&(h="<option value=''>"+f+"<\/option>",s.append(h)),e=0;e<o.length;e++)c="<option value='{fieldValue}'>{fieldText}<\/option>".replace("{fieldValue}",o[e][i]).replace("{fieldText}",o[e][r]),s.append(c)}})};this.loadSelectWithFieldData=function(n,t,i,r,u,f,e){var s=$("#"+n),h,l,o,c;if(s.html(""),t.length>0)for(h="<option value='{fieldValue}' data-fielddata='{fieldData}'>{fieldText}<\/option>",u&&(l="<option value=''>"+f+"<\/option>",s.append(l)),o=0;o<t.length;o++)c="",c=isNullOrUndefinedOrEmpty(e)?h.replace("{fieldValue}",t[o][i]).replace("{fieldText}",t[o][r]):h.replace("{fieldValue}",t[o][i]).replace("{fieldText}",t[o][r]).replace("{fieldData}",t[o][e]),s.append(c)};this.isNullOrUndefinedOrEmpty=function(n){return n===undefined||n===null||n===""};this.renderSexoToString=function(n){var t="";switch(n){case"F":t="FEMENINO";break;case"M":t="MASCULINO";break;case"X":t="NO BINARIO"}return t};this.showModal=function(n,t,i){$("#modal-dialog").addClass=i;$("#divModal").modal({keyboard:!0});$("#modal-title").html(n);$("#modal-body").html(t);$("#divModal").on("shown.bs.modal",function(){$("#btnCerrarModal").focus()})}};$(window).on("load",function(){cargarNoticias();cargarMapaSalta()})