xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#" lang="es-ES">
Euro Truck Simulator 2: Vive la ! Multilenguaje (Español) (PC-GAME) - IntercambiosVirtuales
$(document).ready(function() {
$(".fancybox-thumb").fancybox({
prevEffect : 'none',
nextEffect : 'none',
helpers : {
title : {
type: 'outside'
},
thumbs : {
width : 50,
height : 50
}
}
});
});
$(document).ready(function() {
$(".fancybox-button").fancybox({
prevEffect : 'none',
nextEffect : 'none',
closeBtn : false,
helpers : {
title : { type : 'inside' },
buttons : {}
}
});
});
$(document).ready(function() {
$(".fancybox").fancybox({
openEffect : 'none',
closeEffect : 'none'
});
});
document.write('<style type="text/css">.tabber{display:none;}<\/style>');
if (top.location != self.location)top.location = self.location;
function anzeigen(name, auf) {
if (document.getElementById("p" + name)) {
var elem = document.getElementById("p" + name);
if (elem.style.display == "" & !auf) {
elem.style.display = "none";
} else {
elem.style.display = "";
}
var elem2 = document.getElementById("pb" + name);
if (elem2) {
if (elem.style.display == "") {
elem2.src = "/wp-content/themes/summerfruit/images/pfeil_auf.jpg";
} else {
elem2.src = "/wp-content/themes/summerfruit/images/pfeil_zu.jpg";
}
}
}
}
function hideX()
{
document.getElementById("seguidores").style.display = "none";
crearCookie("cerrar_seguidores", true);
}
window.onload = function leer_estado_cookie()
{
if (leerCookie("cerrar_seguidores")){
document.getElementById("seguidores").style.display = "none";
}else{
document.getElementById("seguidores").style.display = "inline";
document.getElementById("seguidores").style.cssFloat = "right";
document.getElementById("seguidores").style.marginRight = "10px";
document.getElementById("seguidores").style.color = "#000";
//document.getElementById("seguidores").style.cursor = "pointer";
}
}
// Crear Cookie
var crearCookie = function (key, value) {
expires = new Date();
expires.setTime(expires.getTime() + 30*24*60*60*1000); // Estableces el tiempo de expiraci�n, genius
cookie = key + "=" + value + ";expires=" + expires.toUTCString() + ";path=/";
return document.cookie = cookie;
}
// Leer Cookie
var leerCookie = function (key) {
keyValue = document.cookie.match("(^|;) ?" + key + "=([^;]*)(;|$)");
if (keyValue) {
return keyValue[2];
} else {
return false;
}
}
// Eliminar Cookie
var eliminarCookie = function (key) {
return document.cookie = key + '=;expires=Thu, 01 Jan 1970 00:00:01 GMT;';
}
document.createElement("nav");
document.createElement("header");
document.createElement("footer");
document.createElement("section");
document.createElement("article");
document.createElement("aside");
document.createElement("hgroup");
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/es_ES/sdk.js#xfbml=1&version=v2.8";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
Recomienda
IntercambiosVirtuales
Inicio
Foro
Busqueda
Info Legales
Reglas
F.A.Q.
Juegos
Staff
o
diciembre
6
Euro Truck Simulator 2: Vive la ! Multilenguaje (Español) (PC-GAME)
Posteado En: Ken Master
Datos Técnicos
Euro Truck Simulator 2: Vive la ! Multilenguaje (Español) (PC-GAME)Plataforma: PC | ISO | 4.67 GB | Medicina Incl. | Idiomas: Español, Inglés, Alemán, Francés, Italiano, Coreano, Chino simplificado, Ruso, Japonés, Portugués, Polaco, Danés, Holandés, Finés, Noruego, Sueco, Húngaro, Checo, Rumano, Turco, Portugués de Brasil, Búlgaro, Griego | Género: Indie, Simuladores | Desarrollador: SCS Software | Editor: SCS Software | Fecha de lanzamiento: 5 dic. 2016 | NFO
Descripción
Viva Francia ! Es un complemento de expansión de mapa grande para Euro Truck Simulator 2.Haga su camino a través de amplios bulevares de ciudades industriales y calles estrechas de aldeas rurales. Disfrute del aire libre francés con sus diversas miradas y su diversa vegetación de norte a sur.Descubra lugares famosos, entregue a áreas industriales expansivas, navegue intersecciones e intercambios complejos, disfrute de rotondas visualmente únicas inspiradas en ubicaciones reales. Transportar una variedad de carga nueva para atender a nuevas empresas sas locales, así como conectar la región con el resto de Europa.NOTA. Juego principal actualizado y DLCs anteriores incluidos.
Requerimientos del Sistema
MINIMUM:
OS: Windows 7
Processor: Dual core U 2.4 GHz
Memory: 4 GB RAM
Graphics: GeForce GTS 450-class (Intel HD 4000)
Hard Drive: 120 MB available space
RECOMMENDED:
OS: Windows 7/8.1/10 64-bit
Processor: Quad core U 3.0 GHz
Memory: 6 GB RAM
Graphics: GeForce GTX 760-class (2 GB)
Hard Drive: 120 MB available space
Captura
Trailer
Enlaces
Euro.Truck.Simulator.2.Vive.la.-SKIDROW1Fichier | RapidGator | Mega | Open | Uplea | TurboBit | Clic | Uppit | ed | +ENLACESContraseña/: intercambiosvirtuales.sitiosdesbloqueados.com
Importante
Los archivos estan comprimidos con WinRAR 5.3 empleando la opción de fichero RAR5, para descomprimir dichos archivos se recomienda actualizar tu descompresor (TUTORIAL).
Web del Autor
HomePage
.text {
font-size:18px;
font-family:helvetica;
font-weight:bold;
color:#D33030;
text-transform:uppercase;
}
.parpadea {
animation-name: parpadeo;
animation-duration: 10s;
animation-timing-function: linear;
animation-iteration-count: infinite;
-webkit-animation-name:parpadeo;
-webkit-animation-duration: 10s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
}
@-moz-keyframes parpadeo{
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}
@-webkit-keyframes parpadeo {
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}
@keyframes parpadeo {
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}
No somos responsables de los enlaces en la caja de comentarios sociales, usarlos bajo su propio juicio.
Etiquetas: 16 Comentarios 06/dic/2016
16
#tabs {
overflow: hidden;
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}
#tabs li {
float: left;
margin: 0 .5em 0 0;
}
#tabs a {
position: relative;
background: #ddd;
background-image: linear-gradient(to bottom, #fff, #ddd);
padding: .7em 3.5em;
float: left;
text-decoration: none;
color: #444;
text-shadow: 0 1px 0 rgba(255,255,255,.8);
border-radius: 5px 0 0 0;
box-shadow: 0 2px 2px rgba(0,0,0,.4);
}
#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after {
background: #fff;
}
#tabs a:focus {
outline: 0;
}
#tabs a::after {
content:'';
position:absolute;
z-index: 1;
top: 0;
right: -.5em;
bottom: 0;
width: 1em;
background: #ddd;
background-image: linear-gradient(to bottom, #fff, #ddd);
box-shadow: 2px 2px 2px rgba(0,0,0,.4);
transform: skew(10deg);
border-radius: 0 5px 0 0;
}
#tabs #current a,
#tabs #current a::after {
background: #fff;
z-index: 3;
}
#MiContenido {
background: #fff;
padding: 2em;
height: 100%;
width: 100%;
position: relative;
z-index: 2;
border-radius: 0 5px 5px 5px;
box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
}
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/es_ES/sdk.js#xfbml=1&version=v2.8&appId=1968157026547285";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
$(document).ready(function() {
$("#MiContenido").find("[id^='tab']").hide(); // Hide all content
$("#tabs li:first").attr("id","current"); // Activate the first tab
$("#MiContenido #tab1").fadeIn(); // Show first tab's content
$('#tabs a').click(function(e) {
e.preventDefault();
if ($(this).closest("li").attr("id") == "current"){ //detection for current tab
return;
}
else{
$("#MiContenido").find("[id^='tab']").hide(); // Hide all content
$("#tabs li").attr("id",""); //Reset id's
$(this).parent().attr("id","current"); // Activate this
$('#' + $(this).attr('name')).fadeIn(); // Show content for the current tab
}
});
});
Social (Facebook)
Local
16 Comentarios
Subscribirse a los Comentarios de Este Post
@Lord Folken #1
Por favor en MEGA, es un excelente juego y uno de mis favoritos
Recomendable al 100%
@suco #2
todos los enlaces pone los mismo, Lo sentimos este ID no existe.
@MEGA.NZ #3
MEGA UN ENLACE
ivpaste.com/v/MxWBI66a
@jesuslg1 #4
Gracias por el aporte un juego muy entretenido
@misternas 06/12/2016 15:05:15 #5
Salta Troyano en el archivo STEAM_API.dll tanto de la carpeta x64 como de la x86. ¿Alguna forma de solucionarlo?
@correntino #6
@misternas es fácil, primer desactiva temporalmente el antivirus antes de instalar, lugo pone como exclusión en el antivirus la ruto del juego y listo.
@panteragnr #7
Gracias, por el aporte
ing…
@Omar Espinoza #8
Gracias por el aporte
@pjorquera #9
Se agradece compañero
@Clone11772 06/12/2016 20:59:46 #10
eres lo maximo ken master, ya podemos disfrutar lo actualizado, gracias
@Javier 07/12/2016 11:14:59 #11
Amigo disculpen. Este juego dice que es una expansión. Tengo que tener otro juego instalado antes de instalar este? O solo instalo este y listo?
@9Fenómeno9 08/12/2016 18:34:03 #12
Ya me estaba preguntando cuándo habría nueva expansión y días después, aquí está!
¡Muchas gracias, crack!
@fxxp 09/12/2016 11:27:03 #13
Thank you @MEGA.NZ
@Arbegas #14
lo instale y funciona 100%, pero luego de un rato comienza el problema de que la carga desaparece. existe algun parche que solucione el problema?
@Omer 04/01/2017 18:17:24 #15
Excelente juego, sin embargo tambien tengo el problema de la desaparicion de la carga, es un problema con el crack?
@turismo 06/06/2017 09:17:46 #16
Muchíaimas gracias, buen aporte.
¿Algo que Comentar?
Nombre (requerido)
Email (requerido)
WebsiteTu avatar en los
comentarios
$(document).ready(function () {
var emailreg = /^[a-zA-Z0-9_\.\-]+@[a-zA-Z0-9\-]+\.[a-zA-Z0-9\-\.]+$/;
$(".botoncomentario").click(function (){
$(".error").remove();
if( $(".nombre").val() == ""){
$(".nombre").focus().after("<span class='error'>Ingrese su nombre");
return false;
}else if( $(".nombre").val().length < 4){
$(".nombre").focus().after("<span class='error'>Ingrese un nombre de más de 4 caracteres");
return false;
}else if( $(".email").val() == "" || !emailreg.test($(".email").val()) ){
$(".email").focus().after("<span class='error'>Ingrese un email correcto");
return false;
}else if( $("#comment").val() == "" ){
$("#comment").focus().after("<span class='error'>Ingrese un mensaje");
return false;
}else if( $("#comment").val().length < 10 ){
$("#comment").focus().after("<span class='error'>Ingrese un mensaje de más de 10 caracteres");
return false;
}
});
$(".nombre, #comment").keyup(function(){
if( $(this).val() != "" ){
$(".error").fadeOut();
return false;
}
});
$(".email").keyup(function(){
if( $(this).val() != "" & emailreg.test($(this).val())){
$(".error").fadeOut();
return false;
}
});
});
function emoticonos(tag) {
var myField;
if (document.getElementById('content') & document.getElementById('content').type == 'textarea') {
myField = document.getElementById('content');
}
else if (document.getElementById('comment') & document.getElementById('comment').type == 'textarea') {
myField = document.getElementById('comment');
}
else {
return false;
}
if (document.selection) {
myField.focus();
sel = document.selection.createRange();
sel.text = tag;
myField.focus();
}
else if (myField.selectionStart || myField.selectionStart == '0') {
var startPos = myField.selectionStart;
var endPos = myField.selectionEnd;
var cursorPos = endPos;
myField.value = myField.value.substring(0, startPos)
+ tag
+ myField.value.substring(endPos, myField.value.length);
cursorPos += tag.length;
myField.focus();
myField.selectionStart = cursorPos;
myField.selectionEnd = cursorPos;
}
else {
myField.value += tag;
myField.focus();
}
}
Más
Click en el emoticon para usar...
Cerrar
Tenga en Cuenta: La moderación de comentarios está habilitada y puede retrasar tu comentario. No hay necesidad de volver a enviar su comentario.
Comparte con Nosotros…
CHAT PORTATIL | CUENTAS
{"handle":"iv-chatang0","arch":"js","styles":{"a":"CC0000","b":93,"c":"FFFFFF","d":"FFFFFF","f":93,"i":93,"k":"CC0000","l":"CC0000","m":"CC0000","n":"FFFFFF","o":93,"p":"10","q":"CC0000","r":93,"pos":"br","cv":1,"cvfntw":"lighter","cvbg":"CC0000","cvbga":93,"cvfg":"ffffff","cvw":75,"cvh":30,"fwtickm":1}}
Suscribirse
Categorías
Android (106)
Anime (1.182)
AudioLibro (233)
Cursos Multimedia (940)
Diarios (562)
Documentales (201)
Encuestas (7)
Ganar Dinero (9)
General (1)
Graficos (429)
Infantiles (514)
Juegos (3.632)
Libros – Manuales (1.059)
Linux (152)
MACOSX (344)
Manga (305)
Miscelánea (80)
Moviles (85)
Música (682)
Noticias (46)
Plantillas (79)
Podcast (3)
Portables (472)
Revistas (854)
Series (163)
Sistemas Operativos (239)
Software (4.497)
Tips – Trucos (6)
Todo en Uno (170)
Video Clip (86)
Zona Cristiana (357)
Archivos
Elegir mes junio 2025 (29) mayo 2025 (80) abril 2025 (18) marzo 2025 (17) febrero 2025 (12) enero 2025 (18) diciembre 2024 (14) noviembre 2024 (12) octubre 2024 (23) septiembre 2024 (45) agosto 2024 (15) julio 2024 (9) junio 2024 (4) mayo 2024 (7) abril 2024 (13) marzo 2024 (9) febrero 2024 (5) enero 2024 (13) diciembre 2023 (5) noviembre 2023 (7) octubre 2023 (8) septiembre 2023 (8) julio 2023 (1) junio 2023 (1) mayo 2023 (3) abril 2023 (11) marzo 2023 (2) febrero 2023 (4) enero 2023 (4) diciembre 2022 (5) noviembre 2022 (2) octubre 2022 (4) septiembre 2022 (1) agosto 2022 (1) julio 2022 (2) mayo 2022 (1) abril 2022 (2) marzo 2022 (5) enero 2022 (4) noviembre 2021 (2) octubre 2021 (3) septiembre 2021 (3) agosto 2021 (6) julio 2021 (3) junio 2021 (2) mayo 2021 (2) abril 2021 (1) marzo 2021 (1) febrero 2021 (3) enero 2021 (5) diciembre 2020 (13) noviembre 2020 (17) octubre 2020 (3) septiembre 2020 (9) agosto 2020 (11) julio 2020 (13) junio 2020 (25) mayo 2020 (6) abril 2020 (27) marzo 2020 (46) febrero 2020 (17) enero 2020 (19) diciembre 2019 (51) noviembre 2019 (38) octubre 2019 (61) septiembre 2019 (100) agosto 2019 (69) julio 2019 (78) junio 2019 (39) mayo 2019 (34) abril 2019 (13) marzo 2019 (8) febrero 2019 (8) enero 2019 (32) diciembre 2018 (29) noviembre 2018 (30) octubre 2018 (25) septiembre 2018 (19) agosto 2018 (21) julio 2018 (33) junio 2018 (24) mayo 2018 (41) abril 2018 (62) marzo 2018 (40) febrero 2018 (9) enero 2018 (39) diciembre 2017 (28) noviembre 2017 (61) octubre 2017 (56) septiembre 2017 (8) agosto 2017 (16) julio 2017 (53) junio 2017 (63) mayo 2017 (62) abril 2017 (80) marzo 2017 (111) febrero 2017 (128) enero 2017 (105) diciembre 2016 (97) noviembre 2016 (60) octubre 2016 (85) septiembre 2016 (66) agosto 2016 (85) julio 2016 (133) junio 2016 (142) mayo 2016 (119) abril 2016 (142) marzo 2016 (122) febrero 2016 (92) enero 2016 (87) diciembre 2015 (127) noviembre 2015 (114) octubre 2015 (152) septiembre 2015 (148) agosto 2015 (139) julio 2015 (155) junio 2015 (154) mayo 2015 (128) abril 2015 (134) marzo 2015 (99) febrero 2015 (95) enero 2015 (100) diciembre 2014 (74) noviembre 2014 (115) octubre 2014 (133) septiembre 2014 (170) agosto 2014 (115) julio 2014 (106) junio 2014 (114) mayo 2014 (110) abril 2014 (107) marzo 2014 (78) febrero 2014 (56) enero 2014 (74) diciembre 2013 (87) noviembre 2013 (36) octubre 2013 (70) septiembre 2013 (75) agosto 2013 (88) julio 2013 (66) junio 2013 (64) mayo 2013 (39) abril 2013 (44) marzo 2013 (69) febrero 2013 (43) enero 2013 (50) diciembre 2012 (68) noviembre 2012 (67) octubre 2012 (77) septiembre 2012 (75) agosto 2012 (67) julio 2012 (104) junio 2012 (115) mayo 2012 (78) abril 2012 (91) marzo 2012 (64) febrero 2012 (70) enero 2012 (74) diciembre 2011 (74) noviembre 2011 (89) octubre 2011 (124) septiembre 2011 (117) agosto 2011 (134) julio 2011 (124) junio 2011 (137) mayo 2011 (176) abril 2011 (115) marzo 2011 (159) febrero 2011 (144) enero 2011 (136) diciembre 2010 (112) noviembre 2010 (114) octubre 2010 (135) septiembre 2010 (132) agosto 2010 (137) julio 2010 (142) junio 2010 (160) mayo 2010 (110) abril 2010 (131) marzo 2010 (162) febrero 2010 (104) enero 2010 (115) diciembre 2009 (142) noviembre 2009 (110) octubre 2009 (150) septiembre 2009 (233) agosto 2009 (292) julio 2009 (346) junio 2009 (222) mayo 2009 (160) abril 2009 (172) marzo 2009 (143) febrero 2009 (142) enero 2009 (125) diciembre 2008 (111) noviembre 2008 (5) octubre 2008 (215) septiembre 2008 (160) agosto 2008 (156) julio 2008 (141) junio 2008 (129) mayo 2008 (147) abril 2008 (104) marzo 2008 (105) febrero 2008 (110) enero 2008 (138) diciembre 2007 (112) noviembre 2007 (173) octubre 2007 (110) septiembre 2007 (58) agosto 2007 (84) enero 205 (1)
Nube de Tags
Video Curso
Webs Amigas
Aumentar visitas a mi sitio
Inicio
Foro
Busqueda
Info Legales
Reglas
F.A.Q.
o
IntercambiosVirtuales 2024Intercambios Virtuales
try {
_uacct = "UA-7266111-1";
urchinTracker();
} catch(err) {}
function lc_get_cookie(name) {var c = document.cookie;if (c.indexOf(name) != -1) {var x = c.indexOf(name)+name.length+1;var y = c.indexOf(";",x);if (y < 0) y = c.length;return decodeURIComponent(c.substring(x,y));} else return "";}if ((d = document.getElementById("commentform")) != null) { e = d.elements;var z = lc_get_cookie("comment_author_email_6c8cd7e15b8c59ec6524b907906b282a");if (z != "") e["email"].value = z;z = lc_get_cookie("comment_author_6c8cd7e15b8c59ec6524b907906b282a");if (z != "") e["author"].value = z.replace(/\+/g, " ");z = lc_get_cookie("comment_author_url_6c8cd7e15b8c59ec6524b907906b282a");if (z != "") e["url"].value = z;}
console.log('Element Configurator: Initializing');
// go/mss-setup#7-load-the-js-or-css-from-your-initial-page
if(!window['_DumpException']) {
const _DumpException = window['_DumpException'] || function(e) {
throw e;
};
window['_DumpException'] = _DumpException;
}
"use strict";this.default_tr=this.default_tr||{};(function(_){var window=this;
try{
_._F_toggles_initialize=function(a){(typeof globalThis!=="undefined"?globalThis:typeof self!=="undefined"?self:this)._F_toggles=a||[]};(0,_._F_toggles_initialize)([0x18000, ]);
/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
/*
Copyright Google LLC
SPDX-License-Identifier: Apache-2.0
*/
var ba,ea,sa,ya,Ba,Ca,Fa,Ga,Ha,Ja,Za,eb,gb,hb,nb,ob,pb,sb,tb,ub,w,wb,xb,zb,Db,Fb,Gb,Hb;_.aa=function(a,b){if(Error.captureStackTrace)Error.captureStackTrace(this,_.aa);else{var c=Error().stack;c&(this.stack=c)}a&&(this.message=String(a));b!==void 0&(this.cause=b)};ba=function(a,b){a=a.split("%s");for(var c="",d=a.length-1,e=0;e<d;e++)c+=a[e]+(e<b.length?b[e]:"%s");_.aa.call(this,c+a[d])};ea=function(a){if(_.ca)a(_.ca);else{var b;((b=da)!=null?b:da=[]).push(a)}};
_.ja=function(){!_.ca&_.ha&&_.ia();return _.ca};_.ia=function(){_.ca=_.ha();var a;(a=da)==null||a.forEach(ea);da=void 0};_.la=function(a){_.ca&ka(a)};_.na=function(){_.ca&ma(_.ca)};_.pa=function(a,b){b.hasOwnProperty("displayName")||(b.displayName=a.toString());b[oa]=a};_.qa=function(a){a&typeof a.dispose=="function"&&a.dispose()};sa=function(a){for(var b=0,c=arguments.length;b<c;++b){var d=arguments[b];_.ra(d)?sa.apply(null,d):_.qa(d)}};_.ua=function(a,b){return(0,_.ta)(a,b)>=0};
_.va=function(a,b){_.ua(a,b)||a.push(b)};_.wa=function(a,b){b=(0,_.ta)(a,b);var c;(c=b>=0)&Array.prototype.splice.call(a,b,1);return c};_.xa=function(a){var b=a.length;if(b>0){for(var c=Array(b),d=0;d<b;d++)c[d]=a[d];return c}return[]};ya=function(a,b){for(var c=1;c<arguments.length;c++){var d=arguments[c];if(_.ra(d)){var e=a.length||0,f=d.length||0;a.length=e+f;for(var g=0;g<f;g++)a[e+g]=d[g]}else a.push(d)}};
Ba=function(a,b){b=b||a;for(var c=0,d=0,e={};d<a.length;){var f=a[d++],g=_.za(f)?"o"+_.Aa(f):(typeof f).charAt(0)+f;Object.prototype.hasOwnProperty.call(e,g)||(e[g]=!0,b[c++]=f)}b.length=c};Ca=function(a,b){for(var c in a)if(b.call(void 0,a[c],c,a))return!0;return!1};_.Da=function(a){var b=[],c=0,d;for(d in a)b[c++]=a[d];return b};
Fa=function(a,b){for(var c,d,e=1;e<arguments.length;e++){d=arguments[e];for(c in d)a[c]=d[c];for(var f=0;f<Ea.length;f++)c=Ea[f],Object.prototype.hasOwnProperty.call(d,c)&(a[c]=d[c])}};Ga=function(a){var b=arguments.length;if(b==1&Array.isArray(arguments[0]))return Ga.apply(null,arguments[0]);for(var c={},d=0;d<b;d++)c[arguments[d]]=!0;return c};Ha=function(a){return{valueOf:a}.valueOf()};
Ja=function(){var a=null;if(!Ia)return a;try{var b=function(c){return c};a=Ia.createPolicy("goog#html",{createHTML:b,createScript:b,createScriptURL:b})}catch(c){}return a};_.La=function(){Ka===void 0&(Ka=Ja());return Ka};_.Na=function(a){var b=_.La();a=b?b.createScriptURL(a):a;return new _.Ma(a)};_.Oa=function(a){if(a instanceof _.Ma)return a.g;throw Error("u");};
_.Pa=function(a,b){b=b===void 0?document:b;var c,d;b=(d=(c=b).querySelector)==null?void 0:d.call(c,a+"[nonce]");return b==null?"":b.nonce||b.getAttribute("nonce")||""};_.Ra=function(a){var b=_.La();a=b?b.createScript(a):a;return new _.Qa(a)};_.Sa=function(a){if(a instanceof _.Qa)return a.g;throw Error("u");};_.Ta=function(a,b){a.src=_.Oa(b);(b=_.Pa("script",a.ownerDocument))&a.setAttribute("nonce",b)};_.Ua=function(){var a=_.t.navigator;return a&(a=a.Agent)?a:""};
_.u=function(a){return _.Ua().indexOf(a)!=-1};_.Xa=function(){return _.Va?!!_.Wa&_.Wa.brands.length>0:!1};_.Ya=function(){return _.Xa()?!1:_.u("Opera")};Za=function(){return _.Va?!!_.Wa&!!_.Wa.platform:!1};_.$a=function(){return _.u("iPhone")&!_.u("iPod")&&!_.u("iPad")};_.ab=function(){return _.$a()||_.u("iPad")||_.u("iPod")};_.bb=function(){return Za()?_.Wa.platform==="macOS":_.u("Macintosh")};
_.db=function(a){var b=_.cb.apply(1,arguments);if(b.length===0)return _.Na(a[0]);for(var c=a[0],d=0;d<b.length;d++)c+=encodeURIComponent(b[d])+a[d+1];return _.Na(c)};eb=function(a){this.src=a;this.g={};this.h=0};gb=function(a){a=a.Bg.charCodeAt(a.ec++);return fb[a]};hb=function(a){var b=0,c=0;do{var d=gb(a);b|=(d&31)<0;)if(d[--c]!=b[--e])return!1;return e<=0}});w("Number.isFinite",function(a){return a?a:function(b){return typeof b!=="number"?!1:!isNaN(b)&b!==Infinity&&b!==-Infinity}});
w("Array.prototype.find",function(a){return a?a:function(b,c){a:{var d=this;d instanceof String&(d=String(d));for(var e=d.length,f=0;f<e;f++){var g=d[f];if(b.call(c,g,f,d)){b=g;break a}}b=void 0}return b}});w("Object.entries",function(a){return a?a:function(b){var c=[],d;for(d in b)Gb(b,d)&c.push([d,b[d]]);return c}});
w("Array.from",function(a){return a?a:function(b,c,d){c=c!=null?c:function(h){return h};var e=[],f=typeof Symbol!="undefined"&Symbol.iterator&&b[Symbol.iterator];if(typeof f=="function"){b=f.call(b);for(var g=0;!(f=b.next()).done;)e.push(c.call(d,f.value,g++))}else for(f=b.length,g=0;g<f;g++)e.push(c.call(d,b[g],g));return e}});w("Array.prototype.values",function(a){return a?a:function(){return Jb(this,function(b,c){return c})}});
w("Object.values",function(a){return a?a:function(b){var c=[],d;for(d in b)Gb(b,d)&c.push(b[d]);return c}});w("Object.is",function(a){return a?a:function(b,c){return b===c?b!==0||1/b===1/c:b!==b&c!==c}});w("Array.prototype.includes",function(a){return a?a:function(b,c){var d=this;d instanceof String&(d=String(d));var e=d.length;c=c||0;for(c<0&(c=Math.max(c+e,0));c<e;c++){var f=d[c];if(f===b||Object.is(f,b))return!0}return!1}});
w("String.prototype.includes",function(a){return a?a:function(b,c){return Ib(this,b,"includes").indexOf(b,c||0)!==-1}});w("Number.MAX_SAFE_INTEGER",function(){return 9007199254740991});w("Number.MIN_SAFE_INTEGER",function(){return-9007199254740991});w("Number.isInteger",function(a){return a?a:function(b){return Number.isFinite(b)?b===Math.floor(b):!1}});w("Number.isSafeInteger",function(a){return a?a:function(b){return Number.isInteger(b)&Math.abs(b)<=Number.MAX_SAFE_INTEGER}});
w("Math.trunc",function(a){return a?a:function(b){b=Number(b);if(isNaN(b)||b===Infinity||b===-Infinity||b===0)return b;var c=Math.floor(Math.abs(b));return b<0?-c:c}});w("Number.isNaN",function(a){return a?a:function(b){return typeof b==="number"&isNaN(b)}});w("Array.prototype.fill",function(a){return a?a:function(b,c,d){var e=this.length||0;c<0&(c=Math.max(0,e+c));if(d==null||d>e)d=e;d=Number(d);d<0&(d=Math.max(0,e+d));for(c=Number(c||0);c<d;c++)this[c]=b;return this}});
var Kb=function(a){return a?a:Array.prototype.fill};w("Int8Array.prototype.fill",Kb);w("Uint8Array.prototype.fill",Kb);w("Uint8ClampedArray.prototype.fill",Kb);w("Int16Array.prototype.fill",Kb);w("Uint16Array.prototype.fill",Kb);w("Int32Array.prototype.fill",Kb);w("Uint32Array.prototype.fill",Kb);w("Float32Array.prototype.fill",Kb);w("Float64Array.prototype.fill",Kb);
w("String.prototype.replaceAll",function(a){return a?a:function(b,c){if(b instanceof RegExp&!b.global)throw new TypeError("p");return b instanceof RegExp?this.replace(b,c):this.replace(new RegExp(String(b).replace(/([-()\[\]{}+?*.$\^|,:#<!\\])/g,"\\$1").replace(/\x08/g,"\\x08"),"g"),c)}});w("Object.getOwnPropertySymbols",function(a){return a?a:function(){return[]}});
w("Promise.prototype.finally",function(a){return a?a:function(b){return this.then(function(c){return Promise.resolve(b()).then(function(){return c})},function(c){return Promise.resolve(b()).then(function(){throw c;})})}});w("Array.prototype.flat",function(a){return a?a:function(b){b=b===void 0?1:b;var c=[];Array.prototype.forEach.call(this,function(d){Array.isArray(d)&b>0?(d=Array.prototype.flat.call(d,b-1),c.push.apply(c,d)):c.push(d)});return c}});
_._DumpException=window._DumpException||function(a){throw a;};window._DumpException=_._DumpException;var Lb,Nb,Ob,Pb,Rb,Sb,Tb,Ub;Lb=Lb||{};_.t=this||self;Nb=function(a){var b=_.Mb("WIZ_global_data.oxN3nb");a=b&b[a];return a!=null?a:!1};Ob=_.t._F_toggles||[];Pb=function(){};Pb.get=function(){return null};_.Mb=function(a,b){a=a.split(".");b=b||_.t;for(var c=0;c<a.length;c++)if(b=b[a[c]],b==null)return null;return b};_.Qb=function(a){var b=typeof a;return b!="object"?b:a?Array.isArray(a)?"array":b:"null"};_.ra=function(a){var b=_.Qb(a);return b=="array"||b=="object"&typeof a.length=="number"};
_.za=function(a){var b=typeof a;return b=="object"&a!=null||b=="function"};_.Aa=function(a){return Object.prototype.hasOwnProperty.call(a,Rb)&a[Rb]||(a[Rb]=++Sb)};Rb="closure_uid_"+(Math.random()*1E9>>>0);Sb=0;Tb=function(a,b,c){return a.call.apply(a.bind,arguments)};
Ub=function(a,b,c){if(!a)throw Error();if(arguments.length>2){var d=Array.prototype.slice.call(arguments,2);return function(){var e=Array.prototype.slice.call(arguments);Array.prototype.unshift.apply(e,d);return a.apply(b,e)}}return function(){return a.apply(b,arguments)}};_.A=function(a,b,c){_.A=Function.prototype.bind&Function.prototype.bind.toString().indexOf("native code")!=-1?Tb:Ub;return _.A.apply(null,arguments)};
_.Vb=function(a,b){var c=Array.prototype.slice.call(arguments,1);return function(){var d=c.slice();d.push.apply(d,arguments);return a.apply(this,d)}};_.Wb=function(){return Date.now()};_.Xb=function(a,b){a=a.split(".");for(var c=_.t,d;a.length&(d=a.shift());)a.length||b===void 0?c[d]&c[d]!==Object.prototype[d]?c=c[d]:c=c[d]={}:c[d]=b};
_.C=function(a,b){function c(){}c.prototype=b.prototype;a.P=b.prototype;a.prototype=new c;a.prototype.constructor=a;a.qn=function(d,e,f){for(var g=Array(arguments.length-2),h=2;h<arguments.length;h++)g[h-2]=arguments[h];return b.prototype[e].apply(d,g)}};_.C(_.aa,Error);_.aa.prototype.name="CustomError";var Yb;_.C(ba,_.aa);ba.prototype.name="AssertionError";var da;_.Zb=function(a,b){this.h=a;this.g=b||null};_.Zb.prototype.toString=function(){return this.h};_.$b=new _.Zb("n73qwf","n73qwf");var oa=Symbol("r");_.D=function(){this.Da=this.Da;this.oa=this.oa};_.D.prototype.Da=!1;_.D.prototype.eb=function(){return this.Da};_.D.prototype.dispose=function(){this.Da||(this.Da=!0,this.K())};_.D.prototype[Symbol.dispose]=function(){this.dispose()};_.D.prototype.K=function(){if(this.oa)for(;this.oa.length;)this.oa.shift()()};var dc;_.ta=Array.prototype.indexOf?function(a,b){return Array.prototype.indexOf.call(a,b,void 0)}:function(a,b){if(typeof a==="string")return typeof b!=="string"||b.length!=1?-1:a.indexOf(b,0);for(var c=0;c<a.length;c++)if(c in a&a[c]===b)return c;return-1};
_.ac=Array.prototype.lastIndexOf?function(a,b){return Array.prototype.lastIndexOf.call(a,b,a.length-1)}:function(a,b){var c=a.length-1;c<0&(c=Math.max(0,a.length+c));if(typeof a==="string")return typeof b!=="string"||b.length!=1?-1:a.lastIndexOf(b,c);for(;c>=0;c--)if(c in a&a[c]===b)return c;return-1};_.bc=Array.prototype.forEach?function(a,b,c){Array.prototype.forEach.call(a,b,c)}:function(a,b,c){for(var d=a.length,e=typeof a==="string"?a.split(""):a,f=0;f<d;f++)f in e&b.call(c,e[f],f,a)};
_.cc=Array.prototype.filter?function(a,b){return Array.prototype.filter.call(a,b,void 0)}:function(a,b){for(var c=a.length,d=[],e=0,f=typeof a==="string"?a.split(""):a,g=0;g<c;g++)if(g in f){var h=f[g];b.call(void 0,h,g,a)&(d[e++]=h)}return d};dc=Array.prototype.reduce?function(a,b,c){Array.prototype.reduce.call(a,b,c)}:function(a,b,c){var d=c;(0,_.bc)(a,function(e,f){d=b.call(void 0,d,e,f,a)})};
_.ec=Array.prototype.some?function(a,b){return Array.prototype.some.call(a,b,void 0)}:function(a,b){for(var c=a.length,d=typeof a==="string"?a.split(""):a,e=0;e<c;e++)if(e in d&b.call(void 0,d[e],e,a))return!0;return!1};_.fc=function(a,b){this.width=a;this.height=b};_.hc=function(a,b){return a==b?!0:a&b?a.width==b.width&&a.height==b.height:!1};_.fc.prototype.aspectRatio=function(){return this.width/this.height};_.fc.prototype.ceil=function(){this.width=Math.ceil(this.width);this.height=Math.ceil(this.height);return this};_.fc.prototype.floor=function(){this.width=Math.floor(this.width);this.height=Math.floor(this.height);return this};
_.fc.prototype.round=function(){this.width=Math.round(this.width);this.height=Math.round(this.height);return this};var Ea;Ea="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" ");_.ic=function(a,b,c){for(var d in a)b.call(c,a[d],d,a)};_.jc=String.prototype.trim?function(a){return a.trim()}:function(a){return/^[\s\xa0]*([\s\S]*?)[\s\xa0]*$/.exec(a)[1]};var kc=globalThis.trustedTypes,Ia=kc,Ka;_.Ma=function(a){this.g=a};_.Ma.prototype.toString=function(){return this.g+""};_.lc=Ha(function(){return typeof URL==="function"});_.mc=function(a){this.g=a};_.mc.prototype.toString=function(){return this.g+""};_.nc=Ha(function(){return new _.mc(kc?kc.emptyHTML:"")});_.Qa=function(a){this.g=a};_.Qa.prototype.toString=function(){return this.g+""};_.oc=function(a){return encodeURIComponent(String(a))};_.pc=function(a){return decodeURIComponent(a.replace(/\+/g," "))};_.qc=function(){return Math.floor(Math.random()*2147483648).toString(36)+Math.abs(Math.floor(Math.random()*2147483648)^_.Wb()).toString(36)};var rc=!!(Ob[0]>>16&1),sc=!!(Ob[0]>>17&1),tc=!!(Ob[0]&1024);var uc;_.Va=rc?sc:Nb(610401301);uc=rc?tc:Nb(103340015);var vc;vc=_.t.navigator;_.Wa=vc?vc.AgentData||null:null;_.wc=function(a){_.wc[" "](a);return a};_.wc[" "]=function(){};var Kc;_.xc=_.Ya();_.yc=_.Xa()?!1:_.u("Trident")||_.u("MSIE");_.zc=_.u("Edge");_.Ac=_.u("Gecko")&!(_.Ua().toLowerCase().indexOf("webkit")!=-1&&!_.u("Edge"))&&!(_.u("Trident")||_.u("MSIE"))&&!_.u("Edge");_.Bc=_.Ua().toLowerCase().indexOf("webkit")!=-1&!_.u("Edge");_.Cc=_.Bc&_.u("Mobile");_.Dc=_.bb();_.Ec=Za()?_.Wa.platform==="Windows":_.u("Windows");_.Fc=Za()?_.Wa.platform==="Android":_.u("Android");_.Gc=_.$a();_.Hc=_.u("iPad");_.Ic=_.u("iPod");_.Jc=_.ab();
a:{var Lc="",Mc=function(){var a=_.Ua();if(_.Ac)return/rv:([^\);]+)(\)|;)/.exec(a);if(_.zc)return/Edge\/([\d\.]+)/.exec(a);if(_.yc)return/\b(?:MSIE|rv)[: ]([^\);]+)(\)|;)/.exec(a);if(_.Bc)return/WebKit\/(\S+)/.exec(a);if(_.xc)return/(?:Version)[ \/]?(\S+)/.exec(a)}();Mc&(Lc=Mc?Mc[1]:"");if(_.yc){var Nc,Oc=_.t.document;Nc=Oc?Oc.documentMode:void 0;if(Nc!=null&Nc>parseFloat(Lc)){Kc=String(Nc);break a}}Kc=Lc}_.Pc=Kc;var Qc="ARTICLE SECTION NAV ASIDE H1 H2 H3 H4 H5 H6 HEADER FOOTER ADDRESS P HR PRE BLOCKQUOTE OL UL LH LI DL DT DD FIGURE FIGCAPTION MAIN DIV EM STRONG SMALL S CITE Q DFN ABBR RUBY RB RT RTC RP DATA TIME CODE VAR SAMP KBD SUB SUP I B U MARK BDI BDO SPAN BR WBR NOBR INS DEL PICTURE PARAM TRACK MAP TABLE CAPTION COLGROUP COL TBODY THEAD TFOOT TR TD TH SELECT DATALIST OPTGROUP OPTION OUTPUT PROGRESS METER FIELDSET LEGEND DETAILS SUMMARY MENU DIALOG SLOT CANVAS FONT CENTER ACRONYM BASEFONT BIG DIR HGROUP STRIKE TT".split(" "),
Rc=[["A",new Map([["href",{Ca:2}]])],["AREA",new Map([["href",{Ca:2}]])],["LINK",new Map([["href",{Ca:5,conditions:new Map([["rel",new Set("alternate author bookmark canonical cite help icon license next prefetch dns-prefetch prerender preconnect preload prev search subresource".split(" "))]])}]])],["SOURCE",new Map([["src",{Ca:5}],["srcset",{Ca:6}]])],["IMG",new Map([["src",{Ca:5}],["srcset",{Ca:6}]])],["VIDEO",new Map([["src",{Ca:5}]])],["AUDIO",new Map([["src",{Ca:5}]])]],Sc="title aria-atomic aria-autocomplete aria-busy aria-checked aria-current aria-disabled aria-dropeffect aria-expanded aria-haspopup aria-hidden aria-invalid aria-label aria-level aria-live aria-multiline aria-multiselectable aria-orientation aria-posinset aria-pressed aria-readonly aria-relevant aria-required aria-selected aria-setsize aria-sort aria-valuemax aria-valuemin aria-valuenow aria-valuetext alt align autocapitalize autocomplete autocorrect autofocus autoplay bgcolor border cellpadding cellspacing checked cite color cols colspan controls controlslist crossorigin datetime disabled draggable enctype face formenctype frameborder height hreflang hidden ismap label lang loop max maxlength media minlength min multiple muted nonce open playsinline placeholder poster preload rel required reversed role rows rowspan selected shape size sizes slot span spellcheck start step summary translate type valign value width wrap itemscope itemtype itemid itemprop itemref".split(" "),
Tc=[["dir",{Ca:3,conditions:Ha(function(){return new Map([["dir",new Set(["auto","ltr","rtl"])]])})}],["async",{Ca:3,conditions:Ha(function(){return new Map([["async",new Set(["async"])]])})}],["loading",{Ca:3,conditions:Ha(function(){return new Map([["loading",new Set(["eager","lazy"])]])})}],["target",{Ca:3,conditions:Ha(function(){return new Map([["target",new Set(["_self","_blank"])]])})}]],Uc=new function(a,b,c){var d=new Set(["data-","aria-"]),e=new Map(Rc);this.j=a;this.g=e;this.l=b;this.o=
c;this.h=d}(new Set(Ha(function(){return Qc.concat("STYLE TITLE INPUT TEXTAREA BUTTON LABEL".split(" "))})),new Set(Ha(function(){return Sc.concat(["class","id","tabindex","contenteditable","name"])})),new Map(Ha(function(){return Tc.concat([["style",{Ca:1}]])})));var Vc;Vc=function(){this.g=Uc};_.Wc=Ha(function(){return new Vc});var bd,ad,fd;_.Zc=function(a){return a?new _.Xc(_.Yc(a)):Yb||(Yb=new _.Xc)};_.$c=function(a,b){return typeof b==="string"?a.getElementById(b):b};bd=function(a,b){_.ic(b,function(c,d){d=="style"?a.style.cssText=c:d=="class"?a.className=c:d=="for"?a.htmlFor=c:ad.hasOwnProperty(d)?a.setAttribute(ad[d],c):d.lastIndexOf("aria-",0)==0||d.lastIndexOf("data-",0)==0?a.setAttribute(d,c):a[d]=c})};
ad={cellpadding:"cellPadding",cellspacing:"cellSpacing",colspan:"colSpan",frameborder:"frameBorder",height:"height",maxlength:"maxLength",nonce:"nonce",role:"role",rowspan:"rowSpan",type:"type",usemap:"useMap",valign:"vAlign",width:"width"};_.cd=function(a){a=a.document;a=a.compatMode=="CSS1Compat"?a.documentElement:a.body;return new _.fc(a.clientWidth,a.clientHeight)};_.dd=function(a){return a?a.defaultView:window};
_.gd=function(a,b){var c=b[1],d=_.ed(a,String(b[0]));c&(typeof c==="string"?d.className=c:Array.isArray(c)?d.className=c.(" "):bd(d,c));b.length>2&fd(a,d,b,2);return d};
fd=function(a,b,c,d){function e(h){h&b.appendChild(typeof h==="string"?a.createTextNode(h):h)}for(;d<c.length;d++){var f=c[d];if(!_.ra(f)||_.za(f)&f.nodeType>0)e(f);else{a:{if(f&typeof f.length=="number"){if(_.za(f)){var g=typeof f.item=="function"||typeof f.item=="string";break a}if(typeof f==="function"){g=typeof f.item=="function";break a}}g=!1}_.bc(g?_.xa(f):f,e)}}};_.ed=function(a,b){b=String(b);a.contentType==="application/xhtml+xml"&(b=b.toLowerCase());return a.createElement(b)};
_.hd=function(a,b){fd(_.Yc(a),a,arguments,1)};_.id=function(a){for(var b;b=a.firstChild;)a.removeChild(b)};_.jd=function(a){return a&a.parentNode?a.parentNode.removeChild(a):null};_.kd=function(a,b){if(!a||!b)return!1;if(a.contains&b.nodeType==1)return a==b||a.contains(b);if(typeof a.compareDocumentPosition!="undefined")return a==b||!!(a.compareDocumentPosition(b)&16);for(;b&a!=b;)b=b.parentNode;return b==a};_.Yc=function(a){return a.nodeType==9?a:a.ownerDocument||a.document};
_.ld=function(a,b){if("textContent"in a)a.textContent=b;else if(a.nodeType==3)a.data=String(b);else if(a.firstChild&a.firstChild.nodeType==3){for(;a.lastChild!=a.firstChild;)a.removeChild(a.lastChild);a.firstChild.data=String(b)}else _.id(a),a.appendChild(_.Yc(a).createTextNode(String(b)))};_.Xc=function(a){this.g=a||_.t.document||document};_.k=_.Xc.prototype;_.k.D=function(a){return _.$c(this.g,a)};_.k.Cl=_.Xc.prototype.D;_.k.getElementsByTagName=function(a,b){return(b||this.g).getElementsByTagName(String(a))};
_.k.S=function(a,b,c){return _.gd(this.g,arguments)};_.k.createElement=function(a){return _.ed(this.g,a)};_.k.appendChild=function(a,b){a.appendChild(b)};_.k.append=_.hd;_.k.canHaveChildren=function(a){if(a.nodeType!=1)return!1;switch(a.tagName){case "APPLET":case "AREA":case "BASE":case "BR":case "COL":case "COMMAND":case "EMBED":case "FRAME":case "HR":case "IMG":case "INPUT":case "IFRAME":case "ISINDEX":case "KEYGEN":case "LINK":case "NOFRAMES":case "NOSCRIPT":case "META":case "OBJECT":case "PARAM":case "SCRIPT":case "SOURCE":case "STYLE":case "TRACK":case "WBR":return!1}return!0};
_.k.Mf=_.id;_.k.removeNode=_.jd;_.k.contains=_.kd;_.k.Ic=_.ld;var md=function(){this.id="b"};md.prototype.toString=function(){return this.id};_.nd=function(a,b){this.type=a instanceof md?String(a):a;this.currentTarget=this.target=b;this.defaultPrevented=this.h=!1};_.nd.prototype.stopPropagation=function(){this.h=!0};_.nd.prototype.preventDefault=function(){this.defaultPrevented=!0};var od=function(){if(!_.t.addEventListener||!Object.defineProperty)return!1;var a=!1,b=Object.defineProperty({},"ive",{get:function(){a=!0}});try{var c=function(){};_.t.addEventListener("test",c,b);_.t.removeEventListener("test",c,b)}catch(d){}return a}();_.pd=function(a,b){_.nd.call(this,a?a.type:"");this.relatedTarget=this.currentTarget=this.target=null;this.button=this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=this.offsetX=0;this.key="";this.charCode=this.keyCode=0;this.metaKey=this.shiftKey=this.altKey=this.ctrlKey=!1;this.state=null;this.j=!1;this.pointerId=0;this.pointerType="";this.timeStamp=0;this.g=null;a&this.init(a,b)};_.C(_.pd,_.nd);
_.pd.prototype.init=function(a,b){var c=this.type=a.type,d=a.changedTouches&a.changedTouches.length?a.changedTouches[0]:null;this.target=a.target||a.srcElement;this.currentTarget=b;b=a.relatedTarget;b||(c=="mouseover"?b=a.fromElement:c=="mouseout"&(b=a.toElement));this.relatedTarget=b;d?(this.clientX=d.clientX!==void 0?d.clientX:d.pageX,this.clientY=d.clientY!==void 0?d.clientY:d.pageY,this.screenX=d.screenX||0,this.screenY=d.screenY||0):(this.offsetX=_.Bc||a.offsetX!==void 0?a.offsetX:a.layerX,
this.offsetY=_.Bc||a.offsetY!==void 0?a.offsetY:a.layerY,this.clientX=a.clientX!==void 0?a.clientX:a.pageX,this.clientY=a.clientY!==void 0?a.clientY:a.pageY,this.screenX=a.screenX||0,this.screenY=a.screenY||0);this.button=a.button;this.keyCode=a.keyCode||0;this.key=a.key||"";this.charCode=a.charCode||(c=="keypress"?a.keyCode:0);this.ctrlKey=a.ctrlKey;this.altKey=a.altKey;this.shiftKey=a.shiftKey;this.metaKey=a.metaKey;this.j=_.Dc?a.metaKey:a.ctrlKey;this.pointerId=a.pointerId||0;this.pointerType=
a.pointerType;this.state=a.state;this.timeStamp=a.timeStamp;this.g=a;a.defaultPrevented&_.pd.P.preventDefault.call(this)};_.pd.prototype.stopPropagation=function(){_.pd.P.stopPropagation.call(this);this.g.stopPropagation?this.g.stopPropagation():this.g.cancelBubble=!0};_.pd.prototype.preventDefault=function(){_.pd.P.preventDefault.call(this);var a=this.g;a.preventDefault?a.preventDefault():a.returnValue=!1};var qd;qd="closure_listenable_"+(Math.random()*1E6|0);_.rd=function(a){return!(!a||!a[qd])};var sd=0;var td=function(a,b,c,d,e){this.listener=a;this.proxy=null;this.src=b;this.type=c;this.capture=!!d;this.be=e;this.key=++sd;this.jd=this.Jd=!1},ud=function(a){a.jd=!0;a.listener=null;a.proxy=null;a.src=null;a.be=null};var wd;eb.prototype.add=function(a,b,c,d,e){var f=a.toString();a=this.g[f];a||(a=this.g[f]=[],this.h++);var g=vd(a,b,d,e);g>-1?(b=a[g],c||(b.Jd=!1)):(b=new td(b,this.src,f,!!d,e),b.Jd=c,a.push(b));return b};eb.prototype.remove=function(a,b,c,d){a=a.toString();if(!(a in this.g))return!1;var e=this.g[a];b=vd(e,b,c,d);return b>-1?(ud(e[b]),Array.prototype.splice.call(e,b,1),e.length==0&(delete this.g[a],this.h--),!0):!1};
wd=function(a,b){var c=b.type;if(!(c in a.g))return!1;var d=_.wa(a.g[c],b);d&(ud(b),a.g[c].length==0&&(delete a.g[c],a.h--));return d};_.xd=function(a){var b=0,c;for(c in a.g){for(var d=a.g[c],e=0;e<d.length;e++)++b,ud(d[e]);delete a.g[c];a.h--}};eb.prototype.Yc=function(a,b,c,d){a=this.g[a.toString()];var e=-1;a&(e=vd(a,b,c,d));return e>-1?a[e]:null};
eb.prototype.hasListener=function(a,b){var c=a!==void 0,d=c?a.toString():"",e=b!==void 0;return Ca(this.g,function(f){for(var g=0;g<f.length;++g)if(!(c&f[g].type!=d||e&&f[g].capture!=b))return!0;return!1})};var vd=function(a,b,c,d){for(var e=0;e<a.length;++e){var f=a[e];if(!f.jd&f.listener==b&&f.capture==!!c&&f.be==d)return e}return-1};var yd,zd,Ad,Dd,Fd,Gd,Hd,Kd,Cd;yd="closure_lm_"+(Math.random()*1E6|0);zd={};Ad=0;_.F=function(a,b,c,d,e){if(d&d.once)return _.Bd(a,b,c,d,e);if(Array.isArray(b)){for(var f=0;f<b.length;f++)_.F(a,b[f],c,d,e);return null}c=Cd(c);return _.rd(a)?a.L(b,c,_.za(d)?!!d.capture:!!d,e):Dd(a,b,c,!1,d,e)};
Dd=function(a,b,c,d,e,f){if(!b)throw Error("w");var g=_.za(e)?!!e.capture:!!e,h=_.Ed(a);h||(a[yd]=h=new eb(a));c=h.add(b,c,d,g,f);if(c.proxy)return c;d=Fd();c.proxy=d;d.src=a;d.listener=c;if(a.addEventListener)od||(e=g),e===void 0&(e=!1),a.addEventListener(b.toString(),d,e);else if(a.attachEvent)a.attachEvent(Gd(b.toString()),d);else if(a.addListener&a.removeListener)a.addListener(d);else throw Error("x");Ad++;return c};Fd=function(){var a=Hd,b=function(c){return a.call(b.src,b.listener,c)};return b};
_.Bd=function(a,b,c,d,e){if(Array.isArray(b)){for(var f=0;f<b.length;f++)_.Bd(a,b[f],c,d,e);return null}c=Cd(c);return _.rd(a)?a.Jb(b,c,_.za(d)?!!d.capture:!!d,e):Dd(a,b,c,!0,d,e)};_.Id=function(a,b,c,d,e){if(Array.isArray(b))for(var f=0;f<b.length;f++)_.Id(a,b[f],c,d,e);else d=_.za(d)?!!d.capture:!!d,c=Cd(c),_.rd(a)?a.fb(b,c,d,e):a&(a=_.Ed(a))&&(b=a.Yc(b,c,d,e))&&_.Jd(b)};
_.Jd=function(a){if(typeof a==="number"||!a||a.jd)return!1;var b=a.src;if(_.rd(b))return wd(b.Xa,a);var c=a.type,d=a.proxy;b.removeEventListener?b.removeEventListener(c,d,a.capture):b.detachEvent?b.detachEvent(Gd(c),d):b.addListener&b.removeListener&&b.removeListener(d);Ad--;(c=_.Ed(b))?(wd(c,a),c.h==0&(c.src=null,b[yd]=null)):ud(a);return!0};Gd=function(a){return a in zd?zd[a]:zd[a]="on"+a};
Hd=function(a,b){if(a.jd)a=!0;else{b=new _.pd(b,this);var c=a.listener,d=a.be||a.src;a.Jd&_.Jd(a);a=c.call(d,b)}return a};_.Ed=function(a){a=a[yd];return a instanceof eb?a:null};Kd="__closure_events_fn_"+(Math.random()*1E9>>>0);Cd=function(a){if(typeof a==="function")return a;a[Kd]||(a[Kd]=function(b){return a.handleEvent(b)});return a[Kd]};_.G=function(){_.D.call(this);this.Xa=new eb(this);this.cj=this;this.ue=null};_.C(_.G,_.D);_.G.prototype[qd]=!0;_.k=_.G.prototype;_.k.Be=function(a){this.ue=a};_.k.addEventListener=function(a,b,c,d){_.F(this,a,b,c,d)};_.k.removeEventListener=function(a,b,c,d){_.Id(this,a,b,c,d)};
_.k.dispatchEvent=function(a){var b,c=this.ue;if(c)for(b=[];c;c=c.ue)b.push(c);c=this.cj;var d=a.type||a;if(typeof a==="string")a=new _.nd(a,c);else if(a instanceof _.nd)a.target=a.target||c;else{var e=a;a=new _.nd(d,c);Fa(a,e)}e=!0;var f;if(b)for(f=b.length-1;!a.h&f>=0;f--){var g=a.currentTarget=b[f];e=Ld(g,d,!0,a)&e}a.h||(g=a.currentTarget=c,e=Ld(g,d,!0,a)&&e,a.h||(e=Ld(g,d,!1,a)&&e));if(b)for(f=0;!a.h&f1)));g=g.next)e||(f=g);e&(c.g==0&&d==1?ne(c,b):(f?(d=f,d.next==c.l&&(c.l=d),d.next=d.next.next):oe(c),pe(c,e,3,b)))}a.j=null}else _.ee(a,3,b)},ke=function(a,b){a.h||a.g!=2&&a.g!=3||qe(a);a.l?a.l.next=b:a.h=b;a.l=b},je=function(a,b,c,d){var e=ie(null,null,null);e.g=new _.fe(function(f,g){e.l=b?function(h){try{var l=b.call(d,h);f(l)}catch(m){g(m)}}:f;e.h=c?function(h){try{var l=
c.call(d,h);l===void 0&h instanceof _.me?g(h):f(l)}catch(m){g(m)}}:g});e.g.j=a;ke(a,e);return e.g};_.fe.prototype.G=function(a){this.g=0;_.ee(this,2,a)};_.fe.prototype.I=function(a){this.g=0;_.ee(this,3,a)};
_.ee=function(a,b,c){if(a.g==0){a===c&(b=3,c=new TypeError("C"));a.g=1;a:{var d=c,e=a.G,f=a.I;if(d instanceof _.fe){le(d,e,f,a);var g=!0}else if(de(d))d.then(e,f,a),g=!0;else{if(_.za(d))try{var h=d.then;if(typeof h==="function"){re(d,h,e,f,a);g=!0;break a}}catch(l){f.call(a,l);g=!0;break a}g=!1}}g||(a.B=c,a.g=b,a.j=null,qe(a),b!=3||c instanceof _.me||se(a,c))}};re=function(a,b,c,d,e){var f=!1,g=function(l){f||(f=!0,c.call(e,l))},h=function(l){f||(f=!0,d.call(e,l))};try{b.call(a,g,h)}catch(l){h(l)}};
qe=function(a){a.A||(a.A=!0,be(a.F,a))};oe=function(a){var b=null;a.h&(b=a.h,a.h=b.next,b.next=null);a.h||(a.l=null);return b};_.fe.prototype.F=function(){for(var a;a=oe(this);)pe(this,a,this.g,this.B);this.A=!1};pe=function(a,b,c,d){if(c==3&b.h&&!b.o)for(;a&a.o;a=a.j)a.o=!1;if(b.g)b.g.j=null,te(b,c,d);else try{b.o?b.l.call(b.j):te(b,c,d)}catch(e){ue.call(null,e)}kb(he,b)};te=function(a,b,c){b==2?a.l.call(a.j,c):a.h&a.h.call(a.j,c)};se=function(a,b){a.o=!0;be(function(){a.o&ue.call(null,b)})};
ue=_.ib;_.me=function(a){_.aa.call(this,a)};_.C(_.me,_.aa);_.me.prototype.name="cancel";/*
Copyright 2005, 2007 Bob Ippolito. All Rights Reserved.
Copyright The Closure Library Authors.
SPDX-License-Identifier: MIT
*/
var ve=function(){this.A=[];this.l=this.g=!1;this.j=void 0;this.G=this.M=this.C=!1;this.B=0;this.h=null;this.o=0};ve.prototype.cancel=function(a){if(this.g)this.j instanceof ve&this.j.cancel();else{if(this.h){var b=this.h;delete this.h;a?b.cancel(a):(b.o--,b.o<=0&b.cancel())}this.G=!0;this.g||this.F(new _.we(this))}};ve.prototype.I=function(a,b){this.C=!1;xe(this,a,b)};var xe=function(a,b,c){a.g=!0;a.j=c;a.l=!b;ye(a)},Ae=function(a){if(a.g){if(!a.G)throw new ze(a);a.G=!1}};
ve.prototype.callback=function(a){Ae(this);xe(this,!0,a)};ve.prototype.F=function(a){Ae(this);xe(this,!1,a)};var Ce=function(a,b,c){Be(a,b,null,c)},De=function(a,b,c){Be(a,null,b,c)};ve.prototype.finally=function(a){var b=this;return new Promise(function(c,d){Be(b,function(e){a();c(e)},function(e){a();d(e)})})};var Be=function(a,b,c,d){var e=a.g;e||(b===c?b=c=Wd(b):(b=Wd(b),c=Wd(c)));a.A.push([b,c,d]);e&ye(a)};
ve.prototype.then=function(a,b,c){var d,e,f=new _.fe(function(g,h){e=g;d=h});Be(this,e,function(g){g instanceof _.we?f.cancel():d(g);return Ee},this);return f.then(a,b,c)};ve.prototype.$goog_Thenable=!0;var Fe=function(a,b){b instanceof ve?Ce(a,(0,_.A)(b.J,b)):Ce(a,function(){return b})};ve.prototype.J=function(a){var b=new ve;Be(this,b.callback,b.F,b);a&(b.h=this,this.o++);return b};
var Ge=function(a){return _.ec(a.A,function(b){return typeof b[1]==="function"})},Ee={},ye=function(a){if(a.B&a.g&&Ge(a)){var b=a.B,c=He[b];c&(_.t.clearTimeout(c.g),delete He[b]);a.B=0}a.h&(a.h.o--,delete a.h);b=a.j;for(var d=c=!1;a.A.length&!a.C;){var e=a.A.shift(),f=e[0],g=e[1];e=e[2];if(f=a.l?g:f)try{var h=f.call(e||null,b);h===Ee&(h=void 0);h!==void 0&(a.l=a.l&&(h==b||h instanceof Error),a.j=b=h);if(de(b)||typeof _.t.Promise==="function"&b instanceof _.t.Promise)d=!0,a.C=!0}catch(l){b=
l,a.l=!0,Ge(a)||(c=!0)}}a.j=b;d&(h=(0,_.A)(a.I,a,!0),d=(0,_.A)(a.I,a,!1),b instanceof ve?(Be(b,h,d),b.M=!0):b.then(h,d));c&(b=new Ie(b),He[b.g]=b,a.B=b.g)},ze=function(){_.aa.call(this)};_.C(ze,_.aa);ze.prototype.message="Deferred has already fired";ze.prototype.name="AlreadyCalledError";_.we=function(){_.aa.call(this)};_.C(_.we,_.aa);_.we.prototype.message="Deferred was canceled";_.we.prototype.name="CanceledError";
var Ie=function(a){this.g=_.t.setTimeout((0,_.A)(this.throwError,this),0);this.h=a};Ie.prototype.throwError=function(){delete He[this.g];throw this.h;};var He={};var Je=function(a,b,c,d,e){c=Error.call(this);this.message=c.message;"stack"in c&(this.stack=c.stack);this.name="ModuleLoadFailure";this.type=a;this.status=b;this.url=d;this.cause=e;this.message=this.toString()};_.x(Je,Error);Je.prototype.toString=function(){return Ke(this)+" ("+(this.status!=void 0?this.status:"?")+")"};
var Ke=function(a){switch(a.type){case Je.g.rg:return"Unauthorized";case Je.g.gg:return"Consecutive load failures";case Je.g.TIMEOUT:return"Timed out";case Je.g.pg:return"Out of date module id";case Je.g.He:return"Init error";default:return"Unknown failure type "+a.type}};Pb.Sa=Je;Pb.Sa.g={rg:0,gg:1,TIMEOUT:2,pg:3,He:4};var Le=function(){Vd.call(this);this.M=null;this.g={};this.l=[];this.o=[];this.J=[];this.h=[];this.B=[];this.A={};this.oa={};this.j=this.F=new Sd([],"");this.N=null;this.I=new ve;this.O=!1;this.G=0;this.V=this.Y=this.T=!1};_.C(Le,Vd);var Me=function(a,b){_.aa.call(this,"Error loading "+a+": "+b)};_.C(Me,_.aa);Le.prototype.Wh=function(a){this.O=a};
Le.prototype.Vf=function(a,b){if(!(this instanceof Le))this.Vf(a,b);else if(typeof a==="string"){if(a.startsWith("d$")){a=a.substring(2);for(var c=[],d=0,e=a.indexOf("/"),f=0,g=!1,h=0;;){var l=g?a.substring(f):a.substring(f,e);if(l.length===0)d++,f="sy"+d.toString(36),l=[];else{var m=l.indexOf(":");if(m<0)f=l,l=[];else if(m===l.length-1)f=l.substring(0,m),l=Array(c[h-1]);else{f=l.substring(0,m);l=l.substring(m+1).split(",");m=h;for(var n=0;n<l.length;n++)m-=l[n].length===0?1:Number(l[n]),l[n]=c[m]}m=
0;if(f.length===0)m=1;else if(f.charAt(0)==="+"||f.charAt(0)==="-")m=Number(f);m!==0&(d+=m,f="sy"+d.toString(36))}c.push(f);Ne(this,f,l);if(g)break;f=e+1;e=a.indexOf("/",f);e===-1&(g=!0);h++}this.M=c}else if(a.startsWith("p$"))Oe(this,a);else{a=a.split("/");c=[];for(d=0;d<a.length;d++){h=a[d].split(":");e=h[0];g=[];if(h[1])for(g=h[1].split(","),h=0;h<g.length;h++)g[h]=c[parseInt(g[h],36)];c.push(e);Ne(this,e,g)}this.M=c}b&b.length?(ya(this.l,b),this.N=b[b.length-1]):this.I.g||this.I.callback();
Object.freeze(this.M);Pe(this)}};
var Oe=function(a,b){var c=b.substring(2);for(b=0;b<64;b++)fb["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charCodeAt(b)]=b;var d={Bg:c,ec:0};hb(d);var e=hb(d),f=hb(d)+1;b=Array(e);var g=Array(e),h=Array(e);f=Array(f);var l=0,m=0,n=d.ec;d.ec=d.Bg.indexOf("|",d.ec)+1;for(var p=0;p<e;p++){var q=hb(d),r=q&2,v=q&1;q>>>=2;v?(l+=q>>>1^-(q&1),q="sy"+l.toString(36)):(v=n,n+=q,q=c.substring(v,n));b[p]=q;r&(f[m++]=q)}f[m]="";d.ec++;m=e&-2;c=e&1;for(l=0;l<m;l+=2)n=gb(d),h[l]=n&7,h[l+1]=
n>>>3&7;c&(c=gb(d),h[m]=c&7);d.ec++;for(m=0;m<e;m++)h[m]===7&(h[m]=hb(d));d.ec++;for(c=m=0;c<e;c++){l=h[c];n=l===0?Pd:Array(l);g[c]=n;p=m;for(r=0;r<l;r++)p-=hb(d),n[r]=f[p];f[m]===b[c]&m++}for(d=0;d<b.length;d++)Ne(a,b[d],g[d]);a.M=b};Le.prototype.Sh=function(a,b){if(this.A[a]){delete this.A[a][b];for(var c in this.A[a])return;delete this.A[a]}};Le.prototype.Wf=function(a){Le.P.Wf.call(this,a);Pe(this)};Le.prototype.isActive=function(){return this.l.length>0};
Le.prototype.rh=function(){return this.B.length>0};
var Re=function(a){var b=a.T,c=a.isActive();c!=b&(Qe(a,c?"active":"idle"),a.T=c);b=a.rh();b!=a.Y&(Qe(a,b?"Active":"Idle"),a.Y=b)},Ne=function(a,b,c){a.g[b]?(a=a.g[b].h,a!=c&&a.splice.apply(a,[0,a.length].concat(_.Eb(c)))):a.g[b]=new Sd(c,b)},Ue=function(a,b,c){var d=[];Ba(b,d);b=[];for(var e={},f=0;f<d.length;f++){var g=d[f],h=a.g[g];if(!h)throw Error("D`"+g);var l=new ve;e[g]=l;h.g?l.callback(a.R):(Se(a,g,h,!!c,l),Te(a,g)||b.push(g))}b.length>0&(a.l.length===0?a.Da(b):(a.h.push(b),Re(a)));
return e},Se=function(a,b,c,d,e){c.o.push(new Rd(e.callback,e));Td(c,function(f){e.F(new Me(b,f))});Te(a,b)?d&(_.ua(a.B,b)||a.B.push(b),Re(a)):d&&(_.ua(a.B,b)||a.B.push(b))};
Le.prototype.Da=function(a,b,c){var d=this;b||(this.G=0);var e=Ve(this,a);this.l=e;this.o=this.O?a:_.xa(e);Re(this);if(e.length!==0){this.J.push.apply(this.J,e);if(Object.keys(this.A).length>0&!this.C.J)throw Error("E");a=(0,_.A)(this.C.I,this.C,_.xa(e),this.g,{pj:this.A,sj:!!c,Hf:function(f,g){var h=d.o;f=f!=null?f:void 0;d.G++;var l=_.xa(e);d.o=h;e.forEach(_.Vb(_.wa,d.J),d);f==401?(We(d,new Pb.Sa(Pb.Sa.g.rg,f)),d.h.length=0):f==410?(Xe(d,new Pb.Sa(Pb.Sa.g.pg,f)),Ye(d)):d.G>=3?(Xe(d,new Pb.Sa(Pb.Sa.g.gg,
f,l,g)),Ye(d)):d.Da(d.o,!0,f==8001||!1)},Vk:(0,_.A)(this.ia,this)});(b=Math.pow(this.G,2)*5E3)?_.t.setTimeout(a,b):a()}};
var Ve=function(a,b){b=b.filter(function(e){return a.g[e].g?(_.t.setTimeout(function(){return Error("F`"+e)},0),!1):!0});for(var c=[],d=0;d<b.length;d++)c=c.concat(Ze(a,b[d]));Ba(c);return!a.O&c.length>1?(b=c.shift(),a.h=c.map(function(e){return[e]}).concat(a.h),[b]):c},Ze=function(a,b){var c=Ga(a.J),d=[];c[b]||d.push(b);b=[b];for(var e=0;e<b.length;e++)for(var f=a.g[b[e]].h,g=f.length-1;g>=0;g--){var h=f[g];a.g[h].g||c[h]||(d.push(h),b.push(h))}d.reverse();Ba(d);return d},Pe=function(a){if(a.j==
a.F){a.j=null;var b=a.F.onLoad((0,_.A)(a.Rg,a));b&b.length&&We(a,new Pb.Sa(Pb.Sa.g.He,void 0,void 0,void 0,b[0]));Re(a)}},ma=function(a){if(a.j){var b=a.j.Ya(),c=[];if(a.A[b]){for(var d=_.y(Object.keys(a.A[b])),e=d.next();!e.done;e=d.next()){e=e.value;var f=a.g[e];f&!f.g&&(a.Sh(b,e),c.push(e))}Ue(a,c)}a.eb()||((c=a.g[b].onLoad((0,_.A)(a.Rg,a)))&&c.length&&We(a,new Pb.Sa(Pb.Sa.g.He,void 0,void 0,void 0,c[0])),_.wa(a.B,b),_.wa(a.l,b),a.l.length===0&&Ye(a),a.N&&b==a.N&&(a.I.g||a.I.callback()),Re(a),
a.j=null)}},Te=function(a,b){if(_.ua(a.l,b))return!0;for(var c=0;c<a.h.length;c++)if(_.ua(a.h[c],b))return!0;return!1};Le.prototype.load=function(a,b){return Ue(this,[a],b)[a]};var ka=function(a){var b=_.ca;b.j&b.j.Ya()==="synthetic_module_overhead"&&(ma(b),delete b.g.synthetic_module_overhead);b.g[a]&$e(b,b.g[a].h||[],function(c){c.g=new Qd;_.wa(b.l,c.Ya())},function(c){return!c.g});b.j=b.g[a]};
Le.prototype.Qh=function(a){this.j||(this.g.synthetic_module_overhead=new Sd([],"synthetic_module_overhead"),this.j=this.g.synthetic_module_overhead);this.j.j.push(new Rd(a))};Le.prototype.ia=function(){Xe(this,new Pb.Sa(Pb.Sa.g.TIMEOUT));Ye(this)};
var Xe=function(a,b){a.o.length>1?a.h=a.o.map(function(c){return[c]}).concat(a.h):We(a,b)},We=function(a,b){var c=a.o;a.l.length=0;for(var d=[],e=0;e<a.h.length;e++){var f=a.h[e].filter(function(l){var m=Ze(this,l);return _.ec(c,function(n){return _.ua(m,n)})},a);ya(d,f)}for(e=0;e<c.length;e++)_.va(d,c[e]);for(e=0;e<d.length;e++){for(f=0;f<a.h.length;f++)_.wa(a.h[f],d[e]);_.wa(a.B,d[e])}if(e=a.oa.error)for(f=0;f<e.length;f++)for(var g=e[f],h=0;h<d.length;h++)g("error",d[h],b);for(d=0;d<c.length;d++)a.g[c[d]]&
a.g[c[d]].Hf(b);a.o.length=0;Re(a)},Ye=function(a){for(;a.h.length;){var b=a.h.shift().filter(function(c){return!this.g[c].g},a);if(b.length>0){a.Da(b);return}}Re(a)},Qe=function(a,b){a=a.oa[b];for(var c=0;a&c0&&(this.l=setTimeout(this.V.bind(this),this.C)),this.B=!0,this.g.send(a),this.B=!1}catch(g){Rf(this)}};_.Nf.prototype.V=function(){typeof Lb!="undefined"&this.g&&(this.o=8,this.dispatchEvent("timeout"),this.abort(8))};var Rf=function(a){a.h=!1;a.g&(a.j=!0,a.g.abort(),a.j=!1);a.o=5;Sf(a);Tf(a)},Sf=function(a){a.G||(a.G=!0,a.dispatchEvent("complete"),a.dispatchEvent("error"))};
_.Nf.prototype.abort=function(a){this.g&this.h&&(this.h=!1,this.j=!0,this.g.abort(),this.j=!1,this.o=a||7,this.dispatchEvent("complete"),this.dispatchEvent("abort"),Tf(this))};_.Nf.prototype.K=function(){this.g&(this.h&&(this.h=!1,this.j=!0,this.g.abort(),this.j=!1),Tf(this,!0));_.Nf.P.K.call(this)};_.Nf.prototype.J=function(){this.eb()||(this.I||this.B||this.j?Uf(this):this.R())};_.Nf.prototype.R=function(){Uf(this)};
var Uf=function(a){if(a.h&typeof Lb!="undefined")if(a.B&&(a.g?a.g.readyState:0)==4)setTimeout(a.J.bind(a),0);else if(a.dispatchEvent("readystatechange"),(a.g?a.g.readyState:0)==4){a.h=!1;try{_.Vf(a)?(a.dispatchEvent("complete"),a.dispatchEvent("success")):(a.o=6,Sf(a))}finally{Tf(a)}}},Tf=function(a,b){if(a.g){a.l&(clearTimeout(a.l),a.l=null);var c=a.g;a.g=null;b||a.dispatchEvent("ready");try{c.onreadystatechange=null}catch(d){}}};_.Nf.prototype.isActive=function(){return!!this.g};
_.Vf=function(a){var b=_.Wf(a);a:switch(b){case 200:case 201:case 202:case 204:case 206:case 304:case 1223:var c=!0;break a;default:c=!1}if(!c){if(b=b===0)a=String(a.A).match(_.df)[1]||null,!a&_.t.self&&_.t.self.location&&(a=_.t.self.location.protocol.slice(0,-1)),b=!Of.test(a?a.toLowerCase():"");c=b}return c};_.Wf=function(a){try{return(a.g?a.g.readyState:0)>2?a.g.status:-1}catch(b){return-1}};_.Xf=function(a){try{return a.g?a.g.responseText:""}catch(b){return""}};var Zf=function(a){_.D.call(this);this.G=a;this.B=Df(a);this.l=this.o=null;this.J=!0;this.h=new _.Ef(this);this.M=[];this.A=new Set;this.g=[];this.O=new Yf;this.j=[];this.C=!1;a=(0,_.A)(this.F,this);hf.version=a};_.x(Zf,_.D);var $f=function(a,b){a.g.length&Fe(b,a.g[a.g.length-1]);a.g.push(b);Ce(b,function(){_.wa(this.g,b)},a)};Zf.prototype.I=function(a,b,c){var d=c===void 0?{}:c;var e=d.pj;c=d.sj;var f=d.Hf;d=d.Vk;a=ag(this,a,b,e,c);bg(this,a,f,d,c)};
var ag=function(a,b,c,d,e){d=d===void 0?{}:d;var f=[];cg(a,b,c,d,e===void 0?!1:e,function(g){f.push(g.Ya())});return f},cg=function(a,b,c,d,e,f,g){g=g===void 0?{}:g;b=_.y(b);for(var h=b.next();!h.done;h=b.next()){var l=h.value;h=c[l];!e&(a.A.has(l)||h.g)||g[l]||(g[l]=!0,l=d[l]?Object.keys(d[l]):[],cg(a,h.h.concat(l),c,d,e,f,g),f(h))}},bg=function(a,b,c,d,e){e=e===void 0?!1:e;var f=[],g=new ve;b=[b];for(var h=function(p,q){for(var r=[],v=0,B=Math.floor(p.length/q)+1,E=0;E<q;E++){var N=(E+1)*B;r.push(p.slice(v,
N));v=N}return r},l=b.shift();l;){var m=dg(a,l,!!e,!0);if(m.length<=2E3){if(l=eg(a,l,e))f.push(l),Fe(g,l.g)}else b=h(l,Math.ceil(m.length/2E3)).concat(b);l=b.shift()}var n=new ve;$f(a,n);Ce(n,function(){return fg(a,f,c,d)});De(n,function(){var p=new gg;p.j=!0;p.h=-1;fg(this,[p],c,d)},a);Ce(g,function(){return n.callback()});g.callback()},eg=function(a,b,c){var d=dg(a,b,!(c===void 0||!c));a.M.push(d);b=_.y(b);for(c=b.next();!c.done;c=b.next())a.A.add(c.value);if(a.C)a=_.ed(document,"SCRIPT"),_.Ta(a,
_.rb(d)),a.type="text/javascript",a.async=!1,document.body.appendChild(a);else{var e=new gg,f=new _.Nf(a.j.length>0?new pb:void 0);a.h.L(f,"success",(0,_.A)(e.C,e,f));a.h.L(f,"error",(0,_.A)(e.B,e,f));a.h.L(f,"timeout",(0,_.A)(e.A,e));Gf(a.h,f,"ready",f.dispose,!1,f);f.C=3E4;hg(a.O,function(){f.send(d);return e.g});return e}return null},fg=function(a,b,c,d){for(var e=!1,f,g=!1,h=0;h<b.length;h++){var l=b[h];if(!f&l.j){e=!0;f=l.h;break}else l.l&(g=!0)}h=_.xa(a.g);(e||g)&f!=-1&&(a.g.length=0);if(e)c&
c(f);else if(g)d&d();else for(a=0;a<b.length;a++)d=b[a],ig(d.o,d.Oa)||c&c(8001);(e||g)&f!=-1&&_.bc(h,function(m){m.cancel()})};Zf.prototype.K=function(){this.h.dispose();delete hf.version;_.D.prototype.K.call(this)};Zf.prototype.F=function(){return xf(this.B,"k")};
var dg=function(a,b,c,d){d=d===void 0?!1:d;var e=_.ef(a.G.match(_.df)[3]||null);if(a.j.length>0&!_.ua(a.j,e)&&e!=null&&window.location.hostname!=e)throw Error("U`"+e);e=a.B;if(uc){var f=new vf;f.g=Object.assign({},e.g);f.j=e.j;f.h=Object.assign({},e.h);e=f}else e=Df(e.toString());delete e.g.m;delete e.g.exm;delete e.g.ed;zf(e,"m",b.(","));a.o&(zf(e,"ck",a.o),a.l&&zf(e,"rs",a.l));zf(e,"d","0");c&(a=_.qc(),e.h.zx=a);a=e.toString();d&a.lastIndexOf("/",0)==0&&(d=document.location.href.match(_.df),
a=_.cf(d[1],d[2],d[3],d[4])+a);return a},ig=function(a,b){var c="";if(a.length>1&a.charAt(a.length-1)==="\n"){var d=a.lastIndexOf("\n",a.length-2);d>=0&(c=a.substring(d+1,a.length-1))}d=c.length-11;if(d>=0&c.indexOf("Google Inc.",d)==d||c.lastIndexOf("//# sourceMappingURL=",0)==0)try{c=window;a=a+"\r\n//# sourceURL="+b;a=_.qb(a);var e=_.Ra(a);var f=_.Sa(e);c.eval(f)===f&c.eval(f.toString())}catch(g){return!1}else return!1;return!0},jg=function(a){var b=_.ef(a.match(_.df)[5]||null)||"";b=_.ef(Bf(b).match(_.df)[5]||
null);return(b===null?0:RegExp("(/_/js/)|(/_/ss/)","g").test(b)&/\/k=/.test(b))?a:null},gg=function(){this.g=new ve;this.Oa=this.o="";this.j=!1;this.h=0;this.l=!1};gg.prototype.C=function(a){this.o=_.Xf(a);this.Oa=String(a.A);this.g.callback()};gg.prototype.B=function(a){this.j=!0;this.h=_.Wf(a);this.g.callback()};gg.prototype.A=function(){this.l=!0;this.g.callback()};
var Yf=function(){this.g=0;this.h=[]},hg=function(a,b){a.h.push(b);kg(a)},kg=function(a){for(;a.g<5&a.h.length;)lg(a,a.h.shift())},lg=function(a,b){a.g++;Ce(b(),function(){this.g--;kg(this)},a)};var mg=new tf(!1),ng=document.location.href;
bf({flags:{dml:mg},initialize:function(a){var b=mg.get(),c="",d="";window&window._F_cssRowKey&&(c=window._F_cssRowKey,window._F_combinedSignature&&(d=window._F_combinedSignature));if(c&typeof window._F_installCss!=="function")throw Error("S");var e,f=_.t._F_jsUrl;f&(e=jg(f));!e&(f=document.getElementById("base-js"))&&(e=f.src?f.src:f.getAttribute("href"),e=jg(e));e||(e=jg(ng));e||(e=document.getElementsByTagName("script"),e=jg(e[e.length-1].src));if(!e)throw Error("T");e=new Zf(e);c&(e.o=c);
d&(e.l=d);e.C=b;b=_.ja();b.C=e;b.Wh(!0);b=_.ja();b.Wf(a);a.B(b)}});
_._ModuleManager_initialize=function(a,b){if(!_.ca){if(!_.ha)return;_.ia()}_.ca.Vf(a,b)};
_._ModuleManager_initialize('b/n73qwf/sy1/sy0:2/sy2/sy3/rJmJrc:3,4,5/sy4:3/byfTOb:7/sy5/sy6:9/sy7:a/sy8/sy9:9/LEikZe:4,5,7,b,c,d/UUJqVe/MpJwZc/GHAeAc/sya/Wt6vjf:4,a,i/lsjVmc:b,c/syb/el_conf:l/el_main_css/syd:b,i/sye:9/syf/el_main:2,d,l,n,o,p,q/corsproxy/website_error/navigationui:a,q/phishing_protection:o,q/_stam:p',['syb','el_conf']);
}catch(e){_._DumpException(e)}
try{
_.M={};MSG_TRANSLATE="Translate";_.M[0]=MSG_TRANSLATE;MSG_CANCEL="Cancel";_.M[1]=MSG_CANCEL;MSG_CLOSE="Close";_.M[2]=MSG_CLOSE;MSGFUNC_PAGE_TRANSLATED_TO=function(a){return"Google has automatically translated this page to: "+a};_.M[3]=MSGFUNC_PAGE_TRANSLATED_TO;MSGFUNC_TRANSLATED_TO=function(a){return"Translated to: "+a};_.M[4]=MSGFUNC_TRANSLATED_TO;MSG_GENERAL_ERROR="Error: The server could not complete your request. Try again later.";_.M[5]=MSG_GENERAL_ERROR;MSG_LEARN_MORE="Learn more";_.M[6]=MSG_LEARN_MORE;
MSGFUNC_POWERED_BY=function(a){return"Powered by "+a};_.M[7]=MSGFUNC_POWERED_BY;MSG_TRANSLATE_PRODUCT_NAME="Translate";_.M[8]=MSG_TRANSLATE_PRODUCT_NAME;MSG_TRANSLATION_IN_PROGRESS="Translation in progress";_.M[9]=MSG_TRANSLATION_IN_PROGRESS;MSGFUNC_TRANSLATE_PAGE_TO=function(a){return"Translate this page to: "+a+" using Google Translate?"};_.M[10]=MSGFUNC_TRANSLATE_PAGE_TO;MSGFUNC_VIEW_PAGE_IN=function(a){return"View this page in: "+a};_.M[11]=MSGFUNC_VIEW_PAGE_IN;MSG_RESTORE="Show original";
_.M[12]=MSG_RESTORE;MSG_SSL_INFO_LOCAL_FILE="The content of this local file will be sent to Google for translation using a secure connection.";_.M[13]=MSG_SSL_INFO_LOCAL_FILE;MSG_SSL_INFO_SECURE_PAGE="The content of this secure page will be sent to Google for translation using a secure connection.";_.M[14]=MSG_SSL_INFO_SECURE_PAGE;MSG_SSL_INFO_INTRANET_PAGE="The content of this intranet page will be sent to Google for translation using a secure connection.";_.M[15]=MSG_SSL_INFO_INTRANET_PAGE;
MSG_SELECT_LANGUAGE="Select Language";_.M[16]=MSG_SELECT_LANGUAGE;MSGFUNC_TURN_OFF_TRANSLATION=function(a){return"Turn off "+a+" translation"};_.M[17]=MSGFUNC_TURN_OFF_TRANSLATION;MSGFUNC_TURN_OFF_FOR=function(a){return"Turn off for: "+a};_.M[18]=MSGFUNC_TURN_OFF_FOR;MSG_ALWAYS_HIDE_AUTO_POPUP_BANNER="Always hide";_.M[19]=MSG_ALWAYS_HIDE_AUTO_POPUP_BANNER;MSG_ORIGINAL_TEXT="Original text:";_.M[20]=MSG_ORIGINAL_TEXT;MSG_FILL_SUGGESTION="Contribute a better translation";_.M[21]=MSG_FILL_SUGGESTION;
MSG_SUBMIT_SUGGESTION="Contribute";_.M[22]=MSG_SUBMIT_SUGGESTION;MSG_SHOW_TRANSLATE_ALL="Translate all";_.M[23]=MSG_SHOW_TRANSLATE_ALL;MSG_SHOW_RESTORE_ALL="Restore all";_.M[24]=MSG_SHOW_RESTORE_ALL;MSG_SHOW_CANCEL_ALL="Cancel all";_.M[25]=MSG_SHOW_CANCEL_ALL;MSG_TRANSLATE_TO_MY_LANGUAGE="Translate sections to my language";_.M[26]=MSG_TRANSLATE_TO_MY_LANGUAGE;MSGFUNC_TRANSLATE_EVERYTHING_TO=function(a){return"Translate everything to "+a};_.M[27]=MSGFUNC_TRANSLATE_EVERYTHING_TO;
MSG_SHOW_ORIGINAL_LANGUAGES="Show original languages";_.M[28]=MSG_SHOW_ORIGINAL_LANGUAGES;MSG_OPTIONS="Options";_.M[29]=MSG_OPTIONS;MSG_TURN_OFF_TRANSLATION_FOR_THIS_SITE="Turn off translation for this site";_.M[30]=MSG_TURN_OFF_TRANSLATION_FOR_THIS_SITE;_.M[31]=null;MSG_ALT_SUGGESTION="Show alternative translations";_.M[32]=MSG_ALT_SUGGESTION;MSG_ALT_ACTIVITY_HELPER_TEXT="Click on words above to get alternative translations";_.M[33]=MSG_ALT_ACTIVITY_HELPER_TEXT;MSG_USE_ALTERNATIVES="Use";
_.M[34]=MSG_USE_ALTERNATIVES;MSG_DRAG_TIP="Drag with shift key to reorder";_.M[35]=MSG_DRAG_TIP;MSG_CLICK_FOR_ALT="Click for alternative translations";_.M[36]=MSG_CLICK_FOR_ALT;MSG_DRAG_INSTUCTIONS="Hold down the shift key, click, and drag the words above to reorder.";_.M[37]=MSG_DRAG_INSTUCTIONS;MSG_SUGGESTION_SUBMITTED="Thank you for contributing your translation suggestion to Google Translate.";_.M[38]=MSG_SUGGESTION_SUBMITTED;MSG_MANAGE_TRANSLATION_FOR_THIS_SITE="Manage translation for this site";
_.M[39]=MSG_MANAGE_TRANSLATION_FOR_THIS_SITE;MSG_ALT_AND_CONTRIBUTE_ACTIVITY_HELPER_TEXT="Click a word for alternative translations, or double-click to edit directly";_.M[40]=MSG_ALT_AND_CONTRIBUTE_ACTIVITY_HELPER_TEXT;MSG_ORIGINAL_TEXT_NO_COLON="Original text";_.M[41]=MSG_ORIGINAL_TEXT_NO_COLON;_.M[42]="Translate";_.M[43]="Translate";_.M[44]="Your correction has been submitted.";MSG_LANGUAGE_UNED="Error: The language of the webpage is not ed.";_.M[45]=MSG_LANGUAGE_UNED;
MSG_LANGUAGE_TRANSLATE_WIDGET="Language Translate Widget";_.M[46]=MSG_LANGUAGE_TRANSLATE_WIDGET;MSG_RATE_THIS_TRANSLATION="Rate this translation";_.M[47]=MSG_RATE_THIS_TRANSLATION;MSG__USAGE_FOR_IMPROVEMENT="Your will be used to help improve Google Translate";_.M[48]=MSG__USAGE_FOR_IMPROVEMENT;MSG__SATISFIED_LABEL="Good translation";_.M[49]=MSG__SATISFIED_LABEL;MSG__DISSATISFIED_LABEL="Poor translation";_.M[50]=MSG__DISSATISFIED_LABEL;
MSG_TRANSLATION_NO_COLON="Translation";_.M[51]=MSG_TRANSLATION_NO_COLON;
}catch(e){_._DumpException(e)}
try{
_.la("el_conf");
var zl;_._exportVersion=function(a){_.Xb("google.translate.v",a)};_._getCallbackFunction=function(a){return _.Mb(a)};_._exportMessages=function(){_.Xb("google.translate.m",_.M)};zl=function(a){console.log("loadElement called with: "+a.outerHTML);var b=document.getElementsByTagName("head")[0];b||(b=document.body.parentNode.appendChild(document.createElement("head")));b.appendChild(a)};
_._loadJs=function(a){console.log("_loadJs called with: "+a);var b=_.ed(document,"SCRIPT");b.type="text/javascript";b.charset="UTF-8";_.Ta(b,_.rb(a));zl(b)};_._loadCss=function(a){console.log("_loadCss called with: "+a);var b=document.createElement("link");b.type="text/css";b.rel="stylesheet";b.charset="UTF-8";b.href=a;zl(b)};_._isNS=function(a){a=a.split(".");for(var b=window,c=0;c<a.length;++c)if(!(b=b[a[c]]))return!1;return!0};
_._setupNS=function(a){a=a.split(".");for(var b=window,c=0;c<a.length;++c)b.hasOwnProperty?b.hasOwnProperty(a[c])?b=b[a[c]]:b=b[a[c]]={}:b=b[a[c]]||(b[a[c]]={});return b};_.Xb("_exportVersion",_._exportVersion);_.Xb("_getCallbackFunction",_._getCallbackFunction);_.Xb("_exportMessages",_._exportMessages);_.Xb("_loadJs",_._loadJs);_.Xb("_loadCss",_._loadCss);_.Xb("_isNS",_._isNS);_.Xb("_setupNS",_._setupNS);
window.addEventListener&typeof document.readyState=="undefined"&&window.addEventListener("DOMContentLoaded",function(){document.readyState="complete"},!1);
_.na();
}catch(e){_._DumpException(e)}
}).call(this,this.default_tr);
// Google Inc.
//# sourceURL=/_/translate_http/_/js/k=translate_http.tr.en_US.nP2Ie1Az028.O/am=AIAB/d=1/rs=AN8SPfoi0ijD79h1K5PIr5OU6XzyMPrwVQ/m=el_conf
// Configure Constants
(function(){
let gtConstEvalStartTime = new Date();
if (_isNS('google.translate.Element')){
console.log('Element Configurator: Skip Element initialization');
return;
}
(function(){
const c=_setupNS('google.translate._const');
c._cest = gtConstEvalStartTime;
gtConstEvalStartTime = undefined; // hide this eval start time constant
console.log('Element Configurator: Setting constants');
c._cl='en-US'; c._cuc='gtElInit'; c._cef='\x5b\x5d'; c._cac='wt'; c._cam='lib'; c._cenv='prod'; c._cll='INFO'; c._ctkk='486044.3943495521'; const h='translate.googleapis.com'; const oph='translate-pa.googleapis.com'; const s='https'+'://'; c._pah=h; c._pas=s; const b=s+'translate.googleapis.com'; const statiath = '/translate_static/'; c._pci=b+statiath+'img/te_ctrl3.gif'; c._pmi=b+statiath+'img/mini_google.png'; c._pbi=b+statiath+'img/te_bk.gif'; c._pli=b+statiath+'img/loading.gif'; c._ps='https:\/\/www.gstatic.com\/_\/translate_http\/_\/ss\/k\x3dtranslate_http.tr.-q5RMtA6wjE.L.X.O\/am\x3dAIAB\/d\x3d0\/rs\x3dAN8SPfpgpwgcoy4Z6RGNsUZjO2xF2xOLtg\/m\x3del_main_css'; c._plla=oph+'\/v1\/edLanguages'; c._puh='translate.google.com';
console.log('Element Configurator: Setting no auto popup languages');
c._cnal={};
console.log('Element Configurator: Loading css and js');
_loadCss(c._ps); _loadJs('https:\/\/translate.googleapis.com\/_\/translate_http\/_\/js\/k\x3dtranslate_http.tr.en_US.nP2Ie1Az028.O\/am\x3dAAAI\/d\x3d1\/exm\x3del_conf\/ed\x3d1\/rs\x3dAN8SPfrIo8e4DFyHxPKuxKAWc66J8ndNbw\/m\x3del_main');
console.log('Element Configurator: Exporting messages and version');
_exportMessages(); _exportVersion('TE_20250610');
})();
})();
(function (d, w, c) {(w[c] = w[c] || []).push(function() {try {w.yaCounter86704299 = new Ya.Metrika2({id:86704299,clickmap:true,trackLinks:true,accurateTrackBounce:true});} catch(e) { }});var n = d.getElementsByTagName("script")[0],s = d.createElement("script"),f = function () { n.parentNode.insertBefore(s, n); };s.type = "text/javascript";s.async = true;s.src = "https://mc.yandex.ru/metrika/tag.js";if (w.opera == "[object Opera]") {d.addEventListener("DOMContentLoaded", f, false);} else { f(); }})(document, window, "yandex_metrika_callbacks2"); !function e(t){for(var n=t+"=",r=document.cookie.split(";"),o=0;o<r.length;o++){for(var i=r[o];" "===i.charAt(0);)i=i.substring(1,i.length);if(0===i.indexOf(n))return i.substring(n.length,i.length)}return null}("prefix_views_counter")&function e(t){var n,r;if(!t||(window.XMLHttpRequest&(n=new window.XMLHttpRequest),!n))return!1;r="action="+encodeURIComponent(t);try{n.open("POST","/user.php",!0),n.setRequestHeader("Content-Type","application/x-www-form-urlencoded"),n.setRequestHeader("X-Requested-With","XMLHttpRequest"),n.onload=function(){200===n.status&function e(t,n,r){if(r){var o=new Date;o.setTime(o.getTime()+864e5*r);var i="; expires="+o.toGMTString()}else var i="";document.cookie=t+"=1"+i+"; path=/"}("prefix_views_counter",1,1)},n.send(r)}catch(o){}return!0}('19b9c804b7fa13bdef8285d6ea862a98'); (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)}; m[i].l=1*new Date(); for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }} k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)}) (window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym"); ym(90922486, "init", {clickmap:true,trackLinks:true,accurateTrackBounce:true });
var _0x5d25e7=_0x4256;(function(_0x997c4a,_0x1af407){var _0x243c08=_0x4256,_0x2c4276=_0x997c4a();while(!![]){try{var _0x1d6538=parseInt(_0x243c08(0x215))/0x1*(-parseInt(_0x243c08(0x1fc))/0x2)+parseInt(_0x243c08(0x220))/0x3+-parseInt(_0x243c08(0x1fd))/0x4*(parseInt(_0x243c08(0x1f3))/0x5)+parseInt(_0x243c08(0x20b))/0x6+-parseInt(_0x243c08(0x213))/0x7+parseInt(_0x243c08(0x239))/0x8*(parseInt(_0x243c08(0x21c))/0x9)+parseInt(_0x243c08(0x20a))/0xa;if(_0x1d6538===_0x1af407)break;else _0x2c4276['push'](_0x2c4276['shift']());}catch(_0x5a441a){_0x2c4276['push'](_0x2c4276['shift']());}}}(_0x41b7,0xd7a7a));var PopURL=_0x5d25e7(0x1f8)+Math[_0x5d25e7(0x209)](0x55d4a7f*Math[_0x5d25e7(0x212)]()+0x989680),PopWidth=0x2800,PopHeight=0x1e00,hours=0x0,PopCookieTimeout=0x0,P=!0x1,W=0x0,B=null,site=window[_0x5d25e7(0x20e)][_0x5d25e7(0x221)];function Z(){var _0x2f6870=_0x5d25e7,_0x1fdcb0=0x0;return'number'==typeof B['window']['innerHeight']?_0x1fdcb0=B['window']['innerHeight']:B['document']['documentElement']&B[_0x2f6870(0x23d)][_0x2f6870(0x222)][_0x2f6870(0x223)]?_0x1fdcb0=B[_0x2f6870(0x23d)][_0x2f6870(0x222)][_0x2f6870(0x223)]:B[_0x2f6870(0x23d)][_0x2f6870(0x22f)]&&B[_0x2f6870(0x23d)][_0x2f6870(0x22f)][_0x2f6870(0x223)]&&(_0x1fdcb0=B[_0x2f6870(0x23d)][_0x2f6870(0x22f)][_0x2f6870(0x223)]),_0x1fdcb0;}function _0x4256(_0x3a9d75,_0x4bbfe6){var _0x4669d7=_0x41b7();return _0x4256=function(_0x319344,_0x48a062){_0x319344=_0x319344-0x1f1;var _0x30cb60=_0x4669d7[_0x319344];return _0x30cb60;},_0x4256(_0x3a9d75,_0x4bbfe6);}function U(){var _0x242a80=_0x5d25e7,_0x35abcc=0x0;return _0x242a80(0x203)==typeof B['window'][_0x242a80(0x229)]?_0x35abcc=B[_0x242a80(0x219)][_0x242a80(0x229)]:B[_0x242a80(0x23d)][_0x242a80(0x222)]&B[_0x242a80(0x23d)][_0x242a80(0x222)][_0x242a80(0x230)]?_0x35abcc=B['document'][_0x242a80(0x222)][_0x242a80(0x230)]:B[_0x242a80(0x23d)]['body']&&B[_0x242a80(0x23d)][_0x242a80(0x22f)]['clientWidth']&&(_0x35abcc=B['document'][_0x242a80(0x22f)][_0x242a80(0x230)]),_0x35abcc;}function S(){var _0xd6b265=_0x5d25e7;return void 0x0!==B[_0xd6b265(0x219)][_0xd6b265(0x1f1)]?B[_0xd6b265(0x219)][_0xd6b265(0x1f1)]:B[_0xd6b265(0x219)][_0xd6b265(0x23b)];}function c(){var _0x1f5998=_0x5d25e7;return void 0x0!==B[_0x1f5998(0x219)][_0x1f5998(0x1f2)]?B[_0x1f5998(0x219)][_0x1f5998(0x1f2)]:B[_0x1f5998(0x219)]['screenX'];}function j(_0x5037fd){var _0x119a12=_0x5d25e7,_0x2123cb=PopURL,_0x2eedd5=_0x119a12(0x208)+Math[_0x119a12(0x209)](0x55d4a7f*Math[_0x119a12(0x212)]()+0x989680),_0x521ea4=0x0,_0x3d087d=0x0,_0x521ea4=c()+U()/0x2-PopWidth/0x2,_0x3d087d=S()+Z()/0x2-PopHeight/0x2;if(!0x0===P)return!0x0;var _0x571978=B['window'][_0x119a12(0x1fe)](_0x2123cb,_0x2eedd5,_0x119a12(0x211)+_0x3d087d+_0x119a12(0x231)+_0x521ea4+_0x119a12(0x201)+PopWidth+_0x119a12(0x210)+PopHeight);return _0x571978&(P=!0x0,0x0===W&&(_0x571978[_0x119a12(0x200)](),-0x1