You are on page 1of 53

<!

DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta content="width=300, initial-scale=1" name="viewport">
<meta name="description" content="Google Drive es una herramienta gratuita que te permite
mantener una copia de seguridad de tus archivos y acceder a ellos fácilmente desde cualquier
teléfono, tablet o computadora. Empieza con 15 GB de almacenamiento de Google sin costo.">
<meta name="google-site-verification"
content="LrdTUW9psUAMbh4Ia074-BPEVmcpBxF6Gwf0MSgQXZs">
<title>Descubre Google Drive: un lugar para todos tus archivos</title>
<style>
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'),
url(//fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf)
format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'),
url(//fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
</style>
<style>
h1, h2 {
-webkit-animation-duration: 0.1s;
-webkit-animation-name: fontfix;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: linear;
-webkit-animation-delay: 0;
}
@-webkit-keyframes fontfix {
from {
opacity: 1;
}
to {
opacity: 1;
}
}
</style>
<style>
html, body {
font-family: Arial, sans-serif;
background: #fff;
margin: 0;
padding: 0;
border: 0;
position: absolute;
height: 100%;
min-width: 100%;
font-size: 13px;
color: #404040;
direction: ltr;
-webkit-text-size-adjust: none;
}
button,
input[type=button],
input[type=submit] {
font-family: Arial, sans-serif;
font-size: 13px;
}
a,
a:hover,
a:visited {
color: #427fed;
cursor: pointer;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
h1 {
font-size: 20px;
color: #262626;
margin: 0 0 15px;
font-weight: normal;
}
h2 {
font-size: 14px;
color: #262626;
margin: 0 0 15px;
font-weight: bold;
}
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url] {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
display: inline-block;
height: 36px;
padding: 0 8px;
margin: 0;
background: #fff;
border: 1px solid #d9d9d9;
border-top: 1px solid #c0c0c0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
font-size: 15px;
color: #404040;
}
input[type=email]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=text]:hover,
input[type=url]:hover {
border: 1px solid #b9b9b9;
border-top: 1px solid #a0a0a0;
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus {
outline: none;
border: 1px solid #4d90fe;
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}
input[type=checkbox],
input[type=radio] {
-webkit-appearance: none;
display: inline-block;
width: 13px;
height: 13px;
margin: 0;
cursor: pointer;
vertical-align: bottom;
background: #fff;
border: 1px solid #c6c6c6;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
}
input[type=checkbox]:active,
input[type=radio]:active {
background: #ebebeb;
}
input[type=checkbox]:hover {
border-color: #c6c6c6;
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
input[type=radio] {
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
border-radius: 1em;
width: 15px;
height: 15px;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
background: #fff;
}
input[type=radio]:checked::after {
content: '';
display: block;
position: relative;
top: 3px;
left: 3px;
width: 7px;
height: 7px;
background: #666;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
border-radius: 1em;
}
input[type=checkbox]:checked::after {
content: url(https://ssl.gstatic.com/ui/v1/menu/checkmark.png);
display: block;
position: absolute;
top: -6px;
left: -5px;
}
input[type=checkbox]:focus {
outline: none;
border-color: #4d90fe;
}
.stacked-label {
display: block;
font-weight: bold;
margin: .5em 0;
}
.hidden-label {
position: absolute !important;
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px);
height: 0px;
width: 0px;
overflow: hidden;
visibility: hidden;
}
input[type=checkbox].form-error,
input[type=email].form-error,
input[type=number].form-error,
input[type=password].form-error,
input[type=text].form-error,
input[type=tel].form-error,
input[type=url].form-error {
border: 1px solid #dd4b39;
}
.error-msg {
margin: .5em 0;
display: block;
color: #dd4b39;
line-height: 17px;
}
.help-link {
background: #dd4b39;
padding: 0 5px;
color: #fff;
font-weight: bold;
display: inline-block;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
border-radius: 1em;
text-decoration: none;
position: relative;
top: 0px;
}
.help-link:visited {
color: #fff;
}
.help-link:hover {
color: #fff;
background: #c03523;
text-decoration: none;
}
.help-link:active {
opacity: 1;
background: #ae2817;
}
.wrapper {
position: relative;
min-height: 100%;
}
.content {
padding: 0 44px;
}
.main {
padding-bottom: 100px;
}
/* For modern browsers */
.clearfix:before,
.clearfix:after {
content: "";
display: table;
}
.clearfix:after {
clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
zoom:1;
}
.google-header-bar {
height: 71px;
border-bottom: 1px solid #e5e5e5;
overflow: hidden;
}
.header .logo {
background-image: url(https://ssl.gstatic.com/accounts/ui/logo_1x.png);
background-size: 116px 38px;
background-repeat: no-repeat;
margin: 17px 0 0;
float: left;
height: 38px;
width: 116px;
}
.header .logo-w {
background-image:
url(https://ssl.gstatic.com/images/branding/googlelogo/1x/googlelogo_color_112x36dp.png);
background-size: 112px 36px;
margin: 21px 0 0;
}
.header .secondary-link {
margin: 28px 0 0;
float: right;
}
.header .secondary-link a {
font-weight: normal;
}
.google-header-bar.centered {
border: 0;
height: 108px;
}
.google-header-bar.centered .header .logo {
float: none;
margin: 40px auto 30px;
display: block;
}
.google-header-bar.centered .header .secondary-link {
display: none
}
.google-footer-bar {
position: absolute;
bottom: 0;
height: 35px;
width: 100%;
border-top: 1px solid #e5e5e5;
overflow: hidden;
}
.footer {
padding-top: 7px;
font-size: .85em;
white-space: nowrap;
line-height: 0;
}
.footer ul {
float: left;
max-width: 80%;
min-height: 16px;
padding: 0;
}
.footer ul li {
color: #737373;
display: inline;
padding: 0;
padding-right: 1.5em;
}
.footer a {
color: #737373;
}
.lang-chooser-wrap {
float: right;
display: inline;
}
.lang-chooser-wrap img {
vertical-align: top;
}
.lang-chooser {
font-size: 13px;
height: 24px;
line-height: 24px;
}
.lang-chooser option {
font-size: 13px;
line-height: 24px;
}
.hidden {
height: 0px;
width: 0px;
overflow: hidden;
visibility: hidden;
display: none !important;
}
.banner {
text-align: center;
}
.card {
background-color: #f7f7f7;
padding: 20px 25px 30px;
margin: 0 auto 25px;
width: 304px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.card > *:first-child {
margin-top: 0;
}
.rc-button,
.rc-button:visited {
display: inline-block;
min-width: 46px;
text-align: center;
color: #444;
font-size: 14px;
font-weight: 700;
height: 36px;
padding: 0 8px;
line-height: 36px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-o-transition: all 0.218s;
-moz-transition: all 0.218s;
-webkit-transition: all 0.218s;
transition: all 0.218s;
border: 1px solid #dcdcdc;
background-color: #f5f5f5;
background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
-o-transition: none;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
cursor: default;
}
.card .rc-button {
width: 100%;
padding: 0;
}
.rc-button.disabled,
.rc-button[disabled] {
opacity: .5;
filter: alpha(opacity=50);
cursor: default;
pointer-events: none;
}
.rc-button:hover {
border: 1px solid #c6c6c6;
color: #333;
text-decoration: none;
-o-transition: all 0.0s;
-moz-transition: all 0.0s;
-webkit-transition: all 0.0s;
transition: all 0.0s;
background-color: #f8f8f8;
background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.rc-button:active {
background-color: #f6f6f6;
background-image: -webkit-linear-gradient(top,#f6f6f6,#f1f1f1);
background-image: -moz-linear-gradient(top,#f6f6f6,#f1f1f1);
background-image: -ms-linear-gradient(top,#f6f6f6,#f1f1f1);
background-image: -o-linear-gradient(top,#f6f6f6,#f1f1f1);
background-image: linear-gradient(top,#f6f6f6,#f1f1f1);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.rc-button-submit,
.rc-button-submit:visited {
border: 1px solid #3079ed;
color: #fff;
text-shadow: 0 1px rgba(0,0,0,0.1);
background-color: #4d90fe;
background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
background-image: linear-gradient(top,#4d90fe,#4787ed);
}
.rc-button-submit:hover {
border: 1px solid #2f5bb7;
color: #fff;
text-shadow: 0 1px rgba(0,0,0,0.3);
background-color: #357ae8;
background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
background-image: linear-gradient(top,#4d90fe,#357ae8);
}
.rc-button-submit:active {
background-color: #357ae8;
background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
background-image: linear-gradient(top,#4d90fe,#357ae8);
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}
.rc-button-red,
.rc-button-red:visited {
border: 1px solid transparent;
color: #fff;
text-shadow: 0 1px rgba(0,0,0,0.1);
background-color: #d14836;
background-image: -webkit-linear-gradient(top,#dd4b39,#d14836);
background-image: -moz-linear-gradient(top,#dd4b39,#d14836);
background-image: -ms-linear-gradient(top,#dd4b39,#d14836);
background-image: -o-linear-gradient(top,#dd4b39,#d14836);
background-image: linear-gradient(top,#dd4b39,#d14836);
}
.rc-button-red:hover {
border: 1px solid #b0281a;
color: #fff;
text-shadow: 0 1px rgba(0,0,0,0.3);
background-color: #c53727;
background-image: -webkit-linear-gradient(top,#dd4b39,#c53727);
background-image: -moz-linear-gradient(top,#dd4b39,#c53727);
background-image: -ms-linear-gradient(top,#dd4b39,#c53727);
background-image: -o-linear-gradient(top,#dd4b39,#c53727);
background-image: linear-gradient(top,#dd4b39,#c53727);
}
.rc-button-red:active {
border: 1px solid #992a1b;
background-color: #b0281a;
background-image: -webkit-linear-gradient(top,#dd4b39,#b0281a);
background-image: -moz-linear-gradient(top,#dd4b39,#b0281a);
background-image: -ms-linear-gradient(top,#dd4b39,#b0281a);
background-image: -o-linear-gradient(top,#dd4b39,#b0281a);
background-image: linear-gradient(top,#dd4b39,#b0281a);
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}
.secondary-actions {
text-align: center;
}
</style>
<style media="screen and (max-width: 800px), screen and (max-height: 800px)">
.google-header-bar.centered {
height: 83px;
}
.google-header-bar.centered .header .logo {
margin: 25px auto 20px;
}
.card {
margin-bottom: 20px;
}
</style>
<style media="screen and (max-width: 580px)">
html, body {
font-size: 14px;
}
.google-header-bar.centered {
height: 73px;
}
.google-header-bar.centered .header .logo {
margin: 20px auto 15px;
}
.content {
padding-left: 10px;
padding-right: 10px;
}
.hidden-small {
display: none;
}
.card {
padding: 20px 15px 30px;
width: 270px;
}
.footer ul li {
padding-right: 1em;
}
.lang-chooser-wrap {
display: none;
}
</style>
<style media="screen and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio:
1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5)">
.header .logo {
background-image: url(https://ssl.gstatic.com/accounts/ui/logo_2x.png);
}
.header .logo-w {
background-image:
url(https://ssl.gstatic.com/images/branding/googlelogo/2x/googlelogo_color_112x36dp.png);
}
</style>
<style>
pre.debug {
font-family: monospace;
position: absolute;
left: 0;
margin: 0;
padding: 1.5em;
font-size: 13px;
background: #f1f1f1;
border-top: 1px solid #e5e5e5;
direction: ltr;
white-space: pre-wrap;
width: 90%;
overflow: hidden;
}
</style>
<style>
.banner h1 {
font-family: 'Open Sans', arial;
-webkit-font-smoothing: antialiased;
color: #555;
font-size: 42px;
font-weight: 300;
margin-top: 0;
margin-bottom: 20px;
}
.banner h2 {
font-family: 'Open Sans', arial;
-webkit-font-smoothing: antialiased;
color: #555;
font-size: 18px;
font-weight: 400;
margin-bottom: 20px;
}
.signin-card {
width: 274px;
padding: 40px 40px;
}
.signin-card .profile-img {
width: 96px;
height: 96px;
margin: 0 auto 10px;
display: block;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.signin-card .profile-name {
font-size: 16px;
font-weight: bold;
text-align: center;
margin: 10px 0 0;
min-height: 1em;
}
.signin-card .profile-email {
font-size: 16px;
text-align: center;
margin: 10px 0 20px 0;
min-height: 1em;
}
.signin-card input[type=email],
.signin-card input[type=password],
.signin-card input[type=text],
.signin-card input[type=submit] {
width: 100%;
display: block;
margin-bottom: 10px;
z-index: 1;
position: relative;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.signin-card #Email,
.signin-card #Passwd,
.signin-card .captcha {
direction: ltr;
height: 44px;
font-size: 16px;
}
.signin-card #Email + .stacked-label {
margin-top: 15px;
}
.signin-card #reauthEmail {
display: block;
margin-bottom: 10px;
line-height: 36px;
padding: 0 8px;
font-size: 15px;
color: #404040;
line-height: 2;
margin-bottom: 10px;
font-size: 14px;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.one-google p {
margin: 0 0 10px;
color: #555;
font-size: 14px;
text-align: center;
}
.one-google p.create-account,
.one-google p.switch-account {
margin-bottom: 60px;
}
.one-google .logo-strip {
background-repeat: no-repeat;
display: block;
margin: 10px auto;
background-image: url(https://ssl.gstatic.com/accounts/ui/wlogostrip_230x17_1x.png);
background-size: 230px 17px;
width: 230px;
height: 17px;
}
</style>
<style media="screen and (max-width: 800px), screen and (max-height: 800px)">
.banner h1 {
font-size: 38px;
margin-bottom: 15px;
}
.banner h2 {
margin-bottom: 15px;
}
.one-google p.create-account,
.one-google p.switch-account {
margin-bottom: 30px;
}
.signin-card #Email {
margin-bottom: 0;
}
.signin-card #Passwd {
margin-top: -1px;
}
.signin-card #Email.form-error,
.signin-card #Passwd.form-error {
z-index: 2;
}
.signin-card #Email:hover,
.signin-card #Email:focus,
.signin-card #Passwd:hover,
.signin-card #Passwd:focus {
z-index: 3;
}
</style>
<style media="screen and (max-width: 580px)">
.banner h1 {
font-size: 22px;
margin-bottom: 15px;
}
.signin-card {
width: 260px;
padding: 20px 20px;
margin: 0 auto 20px;
}
.signin-card .profile-img {
width: 72px;
height: 72px;
-moz-border-radius: 72px;
-webkit-border-radius: 72px;
border-radius: 72px;
}
</style>
<style media="screen and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio:
1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5)">
.one-google .logo-strip {
background-image: url(https://ssl.gstatic.com/accounts/ui/wlogostrip_230x17_2x.png);
}
</style>
<style>
.remember .bubble-wrap {
position: absolute;
padding-top: 3px;
-o-transition: opacity .218s ease-in .218s;
-moz-transition: opacity .218s ease-in .218s;
-webkit-transition: opacity .218s ease-in .218s;
transition: opacity .218s ease-in .218s;
left: -999em;
opacity: 0;
width: 314px;
margin-left: -20px;
}
.remember:hover .bubble-wrap,
.remember input:focus ~ .bubble-wrap,
.remember .bubble-wrap:hover,
.remember .bubble-wrap:focus {
opacity: 1;
left: inherit;
}
.bubble-pointer {
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #fff;
width: 0;
height: 0;
margin-left: 17px;
}
.bubble {
background-color: #fff;
padding: 15px;
margin-top: -1px;
font-size: 11px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
#stay-signed-in {
float: left;
}
#stay-signed-in-tooltip {
left: auto;
margin-left: -20px;
padding-top: 3px;
position: absolute;
top: 0;
visibility: hidden;
width: 314px;
z-index: 1;
}
.dasher-tooltip {
top: 380px;
}
</style>
<style media="screen and (max-width: 800px), screen and (max-height: 800px)">
.dasher-tooltip {
top: 340px;
}
</style>
<style>
.jfk-tooltip {
background-color: #fff;
border: 1px solid;
color: #737373;
font-size: 12px;
position: absolute;
z-index: 800 !important;
border-color: #bbb #bbb #a8a8a8;
padding: 16px;
width: 250px;
}
.jfk-tooltip h3 {
color: #555;
font-size: 12px;
margin: 0 0 .5em;
}
.jfk-tooltip-content p:last-child {
margin-bottom: 0;
}
.jfk-tooltip-arrow {
position: absolute;
}
.jfk-tooltip-arrow .jfk-tooltip-arrowimplbefore,
.jfk-tooltip-arrow .jfk-tooltip-arrowimplafter {
display: block;
height: 0;
position: absolute;
width: 0;
}
.jfk-tooltip-arrow .jfk-tooltip-arrowimplbefore {
border: 9px solid;
}
.jfk-tooltip-arrow .jfk-tooltip-arrowimplafter {
border: 8px solid;
}
.jfk-tooltip-arrowdown {
bottom: 0;
}
.jfk-tooltip-arrowup {
top: -9px;
}
.jfk-tooltip-arrowleft {
left: -9px;
top: 30px;
}
.jfk-tooltip-arrowright {
right: 0;
top: 30px;
}
.jfk-tooltip-arrowdown .jfk-tooltip-arrowimplbefore,.jfk-tooltip-arrowup
.jfk-tooltip-arrowimplbefore {
border-color: #bbb transparent;
left: -9px;
}
.jfk-tooltip-arrowdown .jfk-tooltip-arrowimplbefore {
border-color: #a8a8a8 transparent;
}
.jfk-tooltip-arrowdown .jfk-tooltip-arrowimplafter,.jfk-tooltip-arrowup .jfk-tooltip-arrowimplafter {
border-color: #fff transparent;
left: -8px;
}
.jfk-tooltip-arrowdown .jfk-tooltip-arrowimplbefore {
border-bottom-width: 0;
}
.jfk-tooltip-arrowdown .jfk-tooltip-arrowimplafter {
border-bottom-width: 0;
}
.jfk-tooltip-arrowup .jfk-tooltip-arrowimplbefore {
border-top-width: 0;
}
.jfk-tooltip-arrowup .jfk-tooltip-arrowimplafter {
border-top-width: 0;
top: 1px;
}
.jfk-tooltip-arrowleft .jfk-tooltip-arrowimplbefore,
.jfk-tooltip-arrowright .jfk-tooltip-arrowimplbefore {
border-color: transparent #bbb;
top: -9px;
}
.jfk-tooltip-arrowleft .jfk-tooltip-arrowimplafter,
.jfk-tooltip-arrowright .jfk-tooltip-arrowimplafter {
border-color:transparent #fff;
top:-8px;
}
.jfk-tooltip-arrowleft .jfk-tooltip-arrowimplbefore {
border-left-width: 0;
}
.jfk-tooltip-arrowleft .jfk-tooltip-arrowimplafter {
border-left-width: 0;
left: 1px;
}
.jfk-tooltip-arrowright .jfk-tooltip-arrowimplbefore {
border-right-width: 0;
}
.jfk-tooltip-arrowright .jfk-tooltip-arrowimplafter {
border-right-width: 0;
}
.jfk-tooltip-closebtn {
background: url("//ssl.gstatic.com/ui/v1/icons/common/x_8px.png") no-repeat;
border: 1px solid transparent;
height: 21px;
opacity: .4;
outline: 0;
position: absolute;
right: 2px;
top: 2px;
width: 21px;
}
.jfk-tooltip-closebtn:focus,
.jfk-tooltip-closebtn:hover {
opacity: .8;
cursor: pointer;
}
.jfk-tooltip-closebtn:focus {
border-color: #4d90fe;
}
</style>
<style media="screen and (max-width: 580px)">
.jfk-tooltip {
display: none;
}
</style>
<style type="text/css">
.captcha-box {
background: #fff;
margin: 0 0 10px;
overflow: hidden;
padding: 10px;
}
.captcha-box .captcha-img {
text-align: center;
}
.captcha-box .captcha-label {
font-weight: bold;
display: block;
margin: .5em 0;
}
.captcha-box .captcha-msg {
color: #999;
display: block;
position: relative;
}
.captcha-box .captcha-msg .accessibility-logo {
float: right;
border: 0;
}
.captcha-box .audio-box {
position: absolute;
top: 0;
}
</style>
<style>
.chromiumsync-custom-content {
padding-top: 20px;
margin-bottom: 0;
}
.form-panel {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
width: 100%;
}
.form-panel.first {
z-index: 2;
}
.form-panel.second {
z-index: 1;
}
.shift-form .form-panel.first {
z-index: 1;
}
.shift-form .form-panel.second {
z-index: 2;
}
.slide-in,
.slide-out {
display: block;
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
-ms-transition-property: -ms-transform, opacity;
-o-transition-property: -o-transform, opacity;
transition-property: transform, opacity;
-webkit-transition-duration: 0.1s;
-moz-transition-duration: 0.1s;
-ms-transition-duration: 0.1s;
-o-transition-duration: 0.1s;
transition-duration: 0.1s;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
-moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
-ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
-o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.slide-out {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.shift-form .slide-out {
opacity: 0;
-webkit-transform: translate3d(-120%, 0, 0);
-moz-transform: translate3d(-120%, 0, 0);
-ms-transform: translate3d(-120%, 0, 0);
-o-transform: translate3d(-120%, 0, 0);
transform: translate3d(-120%, 0, 0);
}
.slide-in {
-webkit-transform: translate3d(120%, 0, 0);
-moz-transform: translate3d(120%, 0, 0);
-ms-transform: translate3d(120%, 0, 0);
-o-transform: translate3d(120%, 0, 0);
transform: translate3d(120%, 0, 0);
}
.shift-form .slide-in {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.error-msg {
-webkit-transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
-moz-transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
-ms-transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
-o-transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
height: auto;
max-height: 0;
opacity: 0;
}
.has-error .error-msg {
max-height: 3.5em;
margin-top: 10px;
margin-bottom: 10px;
opacity: 1;
visibility: visible;
}
.back-arrow {
position: absolute;
top: 37px;
width: 24px;
height: 24px;
display: none;
cursor: pointer;
}
.back-arrow {
border-style: none;
}
.shift-form.back-arrow {
display: block;
}
.back-arrow img {
display: block;
}
#link-signup {
text-align: center;
font-size: 14px;
}
.shift-form #link-signup{
display: none;
}
#link-signin-different {
display: none;
text-align: center;
font-size: 14px;
}
.shift-form #link-signin-different {
display: block;
}
.signin-card #profile-name {
font-size: 16px;
font-weight: bold;
text-align: center;
margin: 0;
min-height: 1em;
}
.signin-card.no-name #profile-name {
display: none;
}
.signin-card.no-name #email-display {
line-height: initial;
margin-bottom: 16px;
}
.signin-card #email-display {
display: block;
padding: 0px 8px;
color: rgb(64, 64, 64);
line-height: 2;
margin-bottom: 10px;
font-size: 14px;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.signin-card #Email {
margin-top: 16px;
}
.need-help {
float: right;
text-align: right;
}
.form-panel {
width: 274px;
}
#gaia_firstform {
z-index: 2;
}
.signin-card {
position: relative;
overflow: hidden;
}
.signin-card #profile-name {
color: #000;
}
.circle-mask {
display: block;
height: 96px;
width: 96px;
overflow: hidden;
border-radius: 50%;
margin-left: auto;
margin-right: auto;
z-index: 100;
margin-bottom: 10px;
}
.circle {
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-ms-transition-property: -ms-transform;
-o-transition-property: -o-transform;
transition-property: transform;
-webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
-moz-transition-timing-function: cubic-bezier(.645,.045,.355,1);
-ms-transition-timing-function: cubic-bezier(.645,.045,.355,1);
-o-transition-timing-function: cubic-bezier(.645,.045,.355,1);
transition-timing-function: cubic-bezier(.645,.045,.355,1);
}
.circle {
position: absolute;
z-index: 101;
height: 96px;
width: 96px;
border-radius: 50%;
opacity: 0.99;
overflow: hidden;
background-repeat: no-repeat;
background-position: center center;
}
.main {
overflow: hidden;
}
.card-mask-wrap {
position: relative;
width: 360px;
margin: 0 auto;
z-index: 1;
}
.dasher-tooltip {
position: absolute;
left: 50%;
margin-left: 150px;
}
.dasher-tooltip .tooltip-pointer {
margin-top: 15px;
}
.dasher-tooltip p {
margin-top: 0;
}
.dasher-tooltip p span {
display: block;
}
.card {
margin-bottom: 0;
}
.one-google {
padding-top: 27px;
}
#canvas {
-webkit-transition: opacity 0.075s;
-moz-transition: opacity 0.075s;
-ms-transition: opacity 0.075s;
-o-transition: opacity 0.075s;
transition: opacity 0.075s;
opacity: 0.01;
}
.shift-form #canvas {
opacity: 0.99;
}
.label {
color: #404040;
}
#account-chooser-link {
-webkit-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
-ms-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.input-wrapper {
position: relative;
}
.google-footer-bar {
z-index: 2;
}
</style>
<style media="screen and (max-width: 580px)">
.back-arrow {
top: 17px;
}
.circle-mask {
height: 72px;
width: 72px;
background-size: 72px;
}
.circle {
height: 72px;
width: 72px;
}
#canvas {
height: 72px;
width: 72px;
}
.form-panel {
width: 256px;
}
.card-mask-wrap {
width: 300px;
}
.signin-card {
width: 256px;
}
.signin-card #EmailFirst {
margin-top: 15px;
}
.one-google {
padding-top: 22px;
}
</style>
</head>
<body>
<div class="wrapper">
<div class="google-header-bar centered">
<div class="header content clearfix">
<div class="logo logo-w" aria-label="Google"></div>
</div>
</div>
<div class="main content clearfix">
<div class="banner">
<h1>
Una cuenta. Todo Google.
</h1>
<h2 class="hidden-small">
Acceder a Google Drive para continuar
</h2>
</div>
<div class="main-content

no-name
">
<div class="card signin-card

pre-shift

no-name">
<img class="circle-mask"

src="https://ssl.gstatic.com/accounts/ui/avatar_2x.png"

>
<form novalidate method="post" action="https://accounts.google.com/signin/v1/lookup"
id="gaia_loginform">
<input name="Page" type="hidden" value="PasswordSeparationSignIn">
<input type="hidden" name="" value="">
<input type="hidden" name="gxf"
value="AFoagUUrPlVV1Ugl1VvBNLuLxlyj4bK5uQ:1584889491039">
<input type="hidden" name="continue"
value="https://docs.google.com/nonceSigner?nonce=5nii7p6ie20li&amp;continue=https://doc-04
-bo-docs.googleusercontent.com/docs/securesc/3ueq22102tr8ki82ju10u2rifha1711q/nhc5a04s4
bpr3gb8aolm6fj7d157lvlg/1584889425000/01419961089780175236/13662988504825073444/1
68vAsV7Ec2rFCtjWx3_ATvig0DxRMqiN?e%3Ddownload%26nonce%3D9o7t74idp5da8%26use
r%3D13662988504825073444%26authuser%3D0%26hash%3D15b5rud1202u1tpab48d8foottff
6obd&amp;hash=p5704vi98mjmt31c3q18b1bli38jboie">
<input type="hidden" name="followup"
value="https://docs.google.com/nonceSigner?nonce=5nii7p6ie20li&amp;continue=https://doc-04
-bo-docs.googleusercontent.com/docs/securesc/3ueq22102tr8ki82ju10u2rifha1711q/nhc5a04s4
bpr3gb8aolm6fj7d157lvlg/1584889425000/01419961089780175236/13662988504825073444/1
68vAsV7Ec2rFCtjWx3_ATvig0DxRMqiN?e%3Ddownload%26nonce%3D9o7t74idp5da8%26use
r%3D13662988504825073444%26authuser%3D0%26hash%3D15b5rud1202u1tpab48d8foottff
6obd&amp;hash=p5704vi98mjmt31c3q18b1bli38jboie">
<input type="hidden" name="service" value="wise">
<input id="profile-information" name="ProfileInformation" type="hidden" value="">
<input id="session-state" name="SessionState" type="hidden"
value="AEThLlw_sFFLYASwz-_RFa7_DRuJitqFj2jyb6Sgmd9vqpujjGw7XNLe4JvUFhXHr7RqrN
Fj-reYjaT8s49p_lmbdFR2RaoVr097l1Ajv5_1rDyFSmPt8w6VHJl4AM4uwpyNOXLxNRsh3E-DiS
ntJQiLhEwp4hTRWdp0tQJt6D3dJQrOo4OUjN_rs_t75UxB0GYsDKenU3zZ">
<input name="flowName" type="hidden" value="GlifWebSignIn">
<input type="hidden" id="_utf8" name="_utf8" value="&#9731;"/>
<input type="hidden" name="bgresponse" id="bgresponse" value="js_disabled">
<div class="form-panel first valid" id="gaia_firstform">
<div class="slide-out ">
<div class="input-wrapper focused">
<div id="identifier-shown">
<div>
<label class="hidden-label" for="Email">
Ingresa tu dirección de correo electrónico.</label>
<input id="Email" type="email" value="" spellcheck="false"
name="Email"

placeholder="Correo electrónico o teléfono"

autofocus>
<input id="Passwd-hidden" type="password" spellcheck="false" class="hidden">
</div>
</div>
<span role="alert" class="error-msg" id="errormsg_0_Email"></span>
</div>
<input id="next" name="signIn" class="rc-button rc-button-submit" type="submit"
value="Siguiente">
<a class="need-help"

href="https://accounts.google.com/signin/usernamerecovery?continue=https%3A%2F%2Fdocs.
google.com%2FnonceSigner%3Fnonce%3D5nii7p6ie20li%26continue%3Dhttps%3A%2F%2Fd
oc-04-bo-docs.googleusercontent.com%2Fdocs%2Fsecuresc%2F3ueq22102tr8ki82ju10u2rifha
1711q%2Fnhc5a04s4bpr3gb8aolm6fj7d157lvlg%2F1584889425000%2F014199610897801752
36%2F13662988504825073444%2F168vAsV7Ec2rFCtjWx3_ATvig0DxRMqiN%3Fe%253Ddow
nload%2526nonce%253D9o7t74idp5da8%2526user%253D13662988504825073444%2526aut
huser%253D0%2526hash%253D15b5rud1202u1tpab48d8foottff6obd%26hash%3Dp5704vi98
mjmt31c3q18b1bli38jboie&amp;service=wise&amp;hl=es-419">
Buscar mi cuenta
</a>
</div>
</div>
</form>
</div>
<div class="card-mask-wrap

no-name">
<div class="card-mask">
<div class="one-google">
<p class="create-account">
<span id="link-signin-different">
<a
href="https://accounts.google.com/AccountChooser?continue=https%3A%2F%2Fdocs.google.c
om%2FnonceSigner%3Fnonce%3D5nii7p6ie20li%26continue%3Dhttps%3A%2F%2Fdoc-04-bo
-docs.googleusercontent.com%2Fdocs%2Fsecuresc%2F3ueq22102tr8ki82ju10u2rifha1711q%
2Fnhc5a04s4bpr3gb8aolm6fj7d157lvlg%2F1584889425000%2F01419961089780175236%2F1
3662988504825073444%2F168vAsV7Ec2rFCtjWx3_ATvig0DxRMqiN%3Fe%253Ddownload%
2526nonce%253D9o7t74idp5da8%2526user%253D13662988504825073444%2526authuser%
253D0%2526hash%253D15b5rud1202u1tpab48d8foottff6obd%26hash%3Dp5704vi98mjmt31c
3q18b1bli38jboie&amp;followup=https%3A%2F%2Fdocs.google.com%2FnonceSigner%3Fnonc
e%3D5nii7p6ie20li%26continue%3Dhttps%3A%2F%2Fdoc-04-bo-docs.googleusercontent.com
%2Fdocs%2Fsecuresc%2F3ueq22102tr8ki82ju10u2rifha1711q%2Fnhc5a04s4bpr3gb8aolm6fj7
d157lvlg%2F1584889425000%2F01419961089780175236%2F13662988504825073444%2F16
8vAsV7Ec2rFCtjWx3_ATvig0DxRMqiN%3Fe%253Ddownload%2526nonce%253D9o7t74idp5d
a8%2526user%253D13662988504825073444%2526authuser%253D0%2526hash%253D15b5r
ud1202u1tpab48d8foottff6obd%26hash%3Dp5704vi98mjmt31c3q18b1bli38jboie&amp;service=
wise">
Acceder con otra cuenta
</a>
</span>
<span id="link-signup">
<a
href="https://accounts.google.com/SignUp?service=wise&amp;continue=https%3A%2F%2Fdoc
s.google.com%2FnonceSigner%3Fnonce%3D5nii7p6ie20li%26continue%3Dhttps%3A%2F%2F
doc-04-bo-docs.googleusercontent.com%2Fdocs%2Fsecuresc%2F3ueq22102tr8ki82ju10u2rifh
a1711q%2Fnhc5a04s4bpr3gb8aolm6fj7d157lvlg%2F1584889425000%2F01419961089780175
236%2F13662988504825073444%2F168vAsV7Ec2rFCtjWx3_ATvig0DxRMqiN%3Fe%253Ddo
wnload%2526nonce%253D9o7t74idp5da8%2526user%253D13662988504825073444%2526a
uthuser%253D0%2526hash%253D15b5rud1202u1tpab48d8foottff6obd%26hash%3Dp5704vi9
8mjmt31c3q18b1bli38jboie">
Crear cuenta
</a>
</span>
</p>
<p class="tagline">
Una sola cuenta de Google para todos los servicios de Google
</p>
<div class="logo-strip"></div>
</div>
</div>
</div>
</div>
</div>
<div class="google-footer-bar">
<div class="footer content clearfix">
<ul id="footer-list">
<li>
<a href="https://www.google.com/intl/es-419/about" target="_blank">
Acerca de Google
</a>
</li>
<li>
<a href="https://accounts.google.com/TOS?loc=AR&hl=es-419&privacy=true" target="_blank">
Privacidad
</a>
</li>
<li>
<a href="https://accounts.google.com/TOS?loc=AR&hl=es-419" target="_blank">
Condiciones
</a>
</li>
<li>
<a href="http://www.google.com/support/accounts?hl=es-419" target="_blank">
Ayuda
</a>
</li>
</ul>
<div id="lang-vis-control" style="display: none">
<span id="lang-chooser-wrap" class="lang-chooser-wrap">
<label for="lang-chooser"><img
src="//ssl.gstatic.com/images/icons/ui/common/universal_language_settings-21.png"
alt="Cambiar de idioma"></label>
<select id="lang-chooser" class="lang-chooser" name="lang-chooser">
<option value="af"
>
​Afrikaans​
</option>
<option value="az"
>
​azərbaycan​
</option>
<option value="ca"
>
​català​
</option>
<option value="cs"
>
​Čeština​
</option>
<option value="da"
>
​Dansk​
</option>
<option value="de"
>
​Deutsch​
</option>
<option value="et"
>
​eesti​
</option>
<option value="en-GB"
>
​English (United Kingdom)​
</option>
<option value="en"
>
​English (United States)​
</option>
<option value="es"
>
​Español (España)​
</option>
<option value="es-419"

selected="selected"
>
​Español (Latinoamérica)​
</option>
<option value="eu"
>
​euskara​
</option>
<option value="fil"
>
​Filipino​
</option>
<option value="fr-CA"
>
​Français (Canada)​
</option>
<option value="fr"
>
​Français (France)​
</option>
<option value="gl"
>
​galego​
</option>
<option value="hr"
>
​Hrvatski​
</option>
<option value="in"
>
​Indonesia​
</option>
<option value="zu"
>
​isiZulu​
</option>
<option value="is"
>
​íslenska​
</option>
<option value="it"
>
​Italiano​
</option>
<option value="sw"
>
​Kiswahili​
</option>
<option value="lv"
>
​latviešu​
</option>
<option value="lt"
>
​lietuvių​
</option>
<option value="hu"
>
​magyar​
</option>
<option value="ms"
>
​Melayu​
</option>
<option value="nl"
>
​Nederlands​
</option>
<option value="no"
>
​norsk​
</option>
<option value="pl"
>
​polski​
</option>
<option value="pt"
>
​Português (Brasil)​
</option>
<option value="pt-PT"
>
​Português (Portugal)​
</option>
<option value="ro"
>
​română​
</option>
<option value="sk"
>
​Slovenčina​
</option>
<option value="sl"
>
​slovenščina​
</option>
<option value="fi"
>
​Suomi​
</option>
<option value="sv"
>
​Svenska​
</option>
<option value="vi"
>
Tiếng Việt
</option>
<option value="tr"
>
​Türkçe​
</option>
<option value="el"
>
​Ελληνικά​
</option>
<option value="bg"
>
​български​
</option>
<option value="mn"
>
​монгол​
</option>
<option value="ru"
>
​Русский​
</option>
<option value="sr"
>
​српски​
</option>
<option value="uk"
>
​Українська​
</option>
<option value="ka"
>
​ქართული​
</option>
<option value="hy"
>
​հայերեն​
</option>
<option value="iw"
>
‫​עברית‬
</option>
<option value="ur"
>
‫اردو‬
</option>
<option value="ar"
>
‫اﻟﻌﺮﺑﯿﺔ‬
</option>
<option value="fa"
>
‫ﻓﺎرﺳﯽ‬
</option>
<option value="am"
>
​አማርኛ​
</option>
<option value="ne"
>
नेपाल
</option>
<option value="mr"
>
मराठ
</option>
<option value="hi"
>
ह द
</option>
<option value="bn"
>
বাংলা
</option>
<option value="gu"
>
ુ રાતી

</option>
<option value="ta"
>
தமி
</option>
<option value="te"
>
ెల గ
</option>
<option value="kn"
>
ಕನ ಡ
</option>
<option value="ml"
>
മലയാളം
</option>
<option value="si"
>
ංහල
</option>
<option value="th"
>
ไทย
</option>
<option value="lo"
>
ລາວ
</option>
<option value="my"
>
မနမ
</option>
<option value="km"
>
ែខរ
</option>
<option value="ko"
>
​한국어​
</option>
<option value="zh-HK"
>
​中文(香港)​
</option>
<option value="ja"
>
​日本語​
</option>
<option value="zh-CN"
>
​简体中文​
</option>
<option value="zh-TW"
>
​繁體中文​
</option>
</select>
</span>
</div>
</div>
</div>
</div>
<script nonce="N0wdjTTkvEe+voEiE02Atg">
(function(){
var splitByFirstChar = function(toBeSplit, splitChar) {
var index = toBeSplit.indexOf(splitChar);
if (index >= 0) {
return [toBeSplit.substring(0, index),
toBeSplit.substring(index + 1)];
}
return [toBeSplit];
}
var langChooser_parseParams = function(paramsSection) {
if (paramsSection) {
var query = {};
var params = paramsSection.split('&');
for (var i = 0; i < params.length; i++) {
var param = splitByFirstChar(params[i], '=');
if (param.length == 2) {
query[param[0]] = param[1];
}
}
return query;
}
return {};
}
var appendHiddenParams = function(query) {
var loginForm = document.getElementById('gaia_loginform');
if (loginForm) {
var loginInputs = loginForm.getElementsByTagName('input');
for (var i = 0, input; input = loginInputs[i]; i++) {
if (input.type == 'hidden' && input.value && !query[input.name]) {
query[input.name] = input.value;
}
}
}
}
var post = function(path, params) {
var form = document.createElement('form');
form.setAttribute('method', 'post');
form.setAttribute('action', path);

for (var key in params) {


if (params.hasOwnProperty(key)) {
var hiddenField = document.createElement('input');
hiddenField.setAttribute('type', 'hidden');
hiddenField.setAttribute('name', key);
hiddenField.setAttribute('value', params[key]);

form.appendChild(hiddenField);
}
}

document.body.appendChild(form);
form.submit();
}
var langChooser_getParamStr = function(params) {
var paramsStr = [];
for (var a in params) {
paramsStr.push(a + "=" + params[a]);
}
return paramsStr.join('&');
}
var langChooser_currentUrl = window.location.href;
var match = langChooser_currentUrl.match("^(.*?)(\\?(.*?))?(#(.*))?$");
var langChooser_currentPath = match[1];
var langChooser_params = langChooser_parseParams(match[3]);
var langChooser_fragment = match[5];
var langChooser = document.getElementById('lang-chooser');
var langChooserWrap = document.getElementById('lang-chooser-wrap');
var langVisControl = document.getElementById('lang-vis-control');
if (langVisControl && langChooser) {
langVisControl.style.display = 'inline';
langChooser.onchange = function() {
langChooser_params['lp'] = 1;
langChooser_params['hl'] = encodeURIComponent(this.value);
var hiddenEmailInput = document.getElementById('Email-hidden');
if (hiddenEmailInput) {
// If we are in password separation on password page, post to
// /AccountLoginInfo.
appendHiddenParams(langChooser_params);
langChooser_params['Email'] = hiddenEmailInput.value;
post('/AccountLoginInfo', langChooser_params);
} else {
var paramsStr = langChooser_getParamStr(langChooser_params);
var newHref = langChooser_currentPath + "?" + paramsStr;
if (langChooser_fragment) {
newHref = newHref + "#" + langChooser_fragment;
}
window.location.href = newHref;
}
};
}
})();
</script>
<script type="text/javascript" nonce="N0wdjTTkvEe+voEiE02Atg">
var gaia_attachEvent = function(element, event, callback) {
if (element && element.addEventListener) {
element.addEventListener(event, callback, false);
} else if (element && element.attachEvent) {
element.attachEvent('on' + event, callback);
}
};
</script>
<script type="text/javascript" nonce="N0wdjTTkvEe+voEiE02Atg">/* Anti-spam. Want to say
hello? Contact (base64) Ym90Z3VhcmQtY29udGFjdEBnb29nbGUuY29t */Function('var
L={},R=function(w,F,E,M,P){if(0!=E.v.length){if(P=0==E.b)E.X=E.F();return
w=wH(w,E,F),P&&(P=E.F()-E.X,P<(M?10:0)||0>=E.m--||E.J.push(254>=P?P:254)),w}},z=functio
n(w,F){return
w[F]<<24|w[F+1]<<16|w[F+2]<<8|w[F+3]},Q=function(w,F,E,M){try{for(M=0;79669387488!=M;)w
+=(F<<4^F>>>5)+F^M+E[M&3],M+=2489668359,F+=(w<<4^w>>>5)+w^M+E[M>>>11&3];retur
n[w>>>24,w>>16&255,w>>8&255,w&255,F>>>24,F>>16&255,F>>8&255,F&255]}catch(P){thro
w P;}},W=function(w,F,E,M){for(E=(M=F-1,[]);0<=M;M--)E[F-1-M]=w>>8*M&255;return
E},x=function(w,F,E){if(176==w||64==w)if(F.Y[w])F.Y[w][F.N](E);else F.Y[w]=F.dT(E);else
if(228!=w&&238!=w&&142!=w&&224!=w&&127!=w||!F.Y[w])F.Y[w]=F.T(E,F.s);125==w&&(F.$=v
oid
0,x(176,F,F.s(176)+32))},r={},wH=function(w,F,E,M,P){for(;F.v.length;){if(E=E&&w)F.S&&F.a?(F.
a=false,E=0!=document.hidden?false:true):E=false;if(E){(P=F,F).ZH(function(){R(w,false,P,false
)});break}M=m((E=true,M=F.v.pop(),F),M)}return
M},V=false,I=function(w,F){F.C=("E:"+w.message+":"+w.stack).slice(0,2048)},yG={},sN=function
(w,F){x(176,(F.l.push(F.Y.slice()),F.Y[176]=void 0,F),w)},F0=function(w,F,E){if(F=typeof
w,"object"==F)if(w){if(w instanceof Array)return"array";if(w instanceof Object)return
F;if((E=Object.prototype.toString.call(w),"[object Window]")==E)return"object";if("[object
Array]"==E||"number"==typeof w.length&&"undefined"!=typeof w.splice&&"undefined"!=typeof
w.propertyIsEnumerable&&!w.propertyIsEnumerable("splice"))return"array";if("[object
Function]"==E||"undefined"!=typeof w.call&&"undefined"!=typeof
w.propertyIsEnumerable&&!w.propertyIsEnumerable("call"))return"function"}else
return"null";else if("function"==F&&"undefined"==typeof w.call)return"object";return
F},n=this||self,U=function(w,F){return
F=S(w),F&128&&(F=F&127|S(w)<<7),F},c=function(w,F){for(F=[];w--;)F.push(255*Math.random(
)|0);return
F},d={},iy=function(w,F,E,M,P){for(w.a=(((w.b=0,P=0,w).I=(w.T=function(y,K,X,v,a,h){return
y=(h=(X=this,a=function(){return v()},v=function(){return
v[X.A+(a[X.c]===K)-!h[X.c]]},X.G),a[X.N]=function(H){v[X.h]=H},a[X.N](y),a)},w.m=25,w.S=(M=[],
0),void 0),w.w=(w.dT=function(y,K,X){return K=function(){return X()},X=function(){return
y},K[this.N]=function(v){y=v},K},void
0),w).P=!(w.J=[],1),false);128>P;P++)M[P]=String.fromCharCode(P);(x(241,w,(x(22,(x(148,w,(x(
103,(x(75,w,(x(199,w,(x(58,(x((x(81,((x(184,w,(x(228,w,((x(114,((x(76,w,(x(106,w,(x(224,(x(171,(
x(117,w,(x((x(166,w,(x(155,w,(x(102,w,(w.l=(x(125,w,((x(100,(x(248,w,(x((x(243,(x((x((x(124,w,(
w.v=(x(189,w,(x(91,(x(142,w,(P=(x(201,w,(x(82,(x((P=(x(64,(x(176,w,(w.vW=(w.H=[],(w.Z=w,w).
Y=[],function(y){this.Z=y}),0)),w),0),window).performance||{},w.YP=P.timeOrigin||(P.timing||{}).na
vigationStart||0,26),w,w),w),function(y){EN(y,4)}),377)),E.D)||function(){},[])),w),function(y,K,X,v){
(v=(X=S((K=S(y),y)),S(y)),y.Z)==y&&(y.s(K)[y.s(X)]=y.s(v),125==K&&(y.U=void
0,2==y.s(X)&&(y.$=void
0,x(176,y,y.s(176)+32))))}),2048)),[]),x(67,w,0),function(y,K,X,v){x((v=S((X=S((K=S(y),y)),y)),v),y
,y.s(K)>>X)})),162),w,function(y){p(1,y)}),70),w,function(y,K,X,v,a,h,H,J,e,b,Z,l,Y){for(H=(h=(a=(v
=X=(K=S(y),0),function(k,t){for(;v<k;)X|=S(y)<<v,v+=8;return
v-=(X>>=(t=X&(1<<k)-1,k),k),t}),a)(3)+1,a)(5),J=[],b=e=0;b<H;b++)Z=a(1),J.push(Z),e+=Z?0:1;fo
r(b=(e=(e-1).toString(2).length,0),l=[];b<H;b++)J[b]||(l[b]=a(e));for(b=0;b<H;b++)J[b]&&(l[b]=S(y))
;for(Y=(b=h,[]);b--;)Y.push(y.s(S(y)));x(K,y,function(k,t,N,D,f){for(N=(k.b++,t=[],[]),D=0;D<H;D++)
{if(!J[f=l[D],D]){for(;f>=t.length;)t.push(S(k));f=t[f]}N.push(f)}k.w=(k.I=k.T(Y.slice(),k.V),k.T(N,k.V))
})}),w),function(y,K){sN((K=y.s(S(y)),K),y)}),7),w,{}),function(y,K,X,v){if(K=y.l.pop()){for(X=S(y);0
<X;X--)v=S(y),K[v]=y.Y[v];(K[189]=(K[224]=y.Y[224],y).Y[189],y).Y=K}else
x(176,y,y.W)})),w),function(y,K,X,v,a){0!==(v=(X=(X=(K=S(y),S(y)),v=S(y),K=y.s(K),a=y.s(S(y)),y
).s(X),y.s(v)),K)&&(v=KC(1,a,y,v,K,X),K.addEventListener(X,v,V),x(67,y,[K,X,v]))}),x)(180,w,func
tion(y,K,X,v,a,h){if(!G(255,true,y)){if(y=(v=(X=(K=(a=S((v=(X=S((K=S(y),y)),S)(y),y)),y.s(K)),y).s(
X),y.s(v)),y.s(a)),"object"==F0(K)){for(h in
a=[],K)a.push(h);K=a}for(a=(v=0<v?v:1,0),h=K.length;a<h;a+=v)X(K.slice(a,a+v),y)}}),[0,0,0])),x(
68,w,function(y,K,X,v){v=(X=(K=S(y),S(y)),S(y)),x(v,y,(y.s(K)in
y.s(X))+0)}),[]),function(y,K,X,v){v=S((X=(K=S(y),S)(y),y)),x(v,y,y.s(K)||y.s(X))})),function(y){p(2,y
)})),n)),127),w,[0,0,0]),function(y){EN(y,1)})),w),function(y){p(4,y)}),w),[]),function(y,K,X){(X=S((K
=S(y),y)),x)(X,y,y.s(X)+y.s(K))})),function(y,K,X,v,a){x((X=(a=(X=(K=S(y),S(y)),v=y.s(S(y)),y.s(S(
y))),y.s(X)),K),y,KC(a,v,y,X))})),x(250,w,function(y,K,X,v,a,h,H){if((X=U((K=S(y),y)),v="",y.Y)[239
])for(a=y.s(239),h=0,H=a.length;X--;)h=(h+U(y))%H,v+=M[a[h]];else
for(;X--;)v+=M[S(y)];x(K,y,v)}),x)(112,w,function(y,K,X){x((X=S((K=S(y),y)),X),y,""+y.s(K))}),w),fu
nction(y,K,X){G(5,true,y)||(K=S(y),X=S(y),x(X,y,function(v){return
eval(v)}(y.s(K))))}),x(164,w,function(y){y.B(4)}),w.zg=function(y,K){K.push(y[0]<<24|y[1]<<16|y[2]
<<8|y[3]),K.push(y[4]<<24|y[5]<<16|y[6]<<8|y[7]),K.push(y[8]<<24|y[9]<<16|y[10]<<8|y[11])},x)(2
55,w,function(y,K,X,v){x((K=(X=(v=S((X=S((K=S(y),y)),y)),y).s(X),y).s(K),v),y,K[X])}),[165,0,0])),f
unction(y,K,X){x((K=(X=(K=S(y),S(y)),y.s(K)),X),y,F0(K))})),x)(194,w,function(y,K){G(5,true,y)||(K
=M5(y),x(K.L,y,K.M.apply(K.o,K.j)))}),w),function(y,K,X){(X=(K=S(y),S(y)),0!=y.s(K))&&x(176,y,y.
s(X))}),238),w,c(4)),w),function(y,K,X,v,a,h,H){G(5,true,y)||(K=M5(y),v=K.o,X=K.j,H=X.length,a=
K.M,0==H?h=new v[a]:1==H?h=new v[a](X[0]):2==H?h=new v[a](X[0],X[1]):3==H?h=new
v[a](X[0],X[1],X[2]):4==H?h=new
v[a](X[0],X[1],X[2],X[3]):O(y,22),x(K.L,y,h))}),function(y,K){(y=(K=S(y),y.s(K)),y)[0].removeEvent
Listener(y[1],y[2],false)})),function(y,K,X,v){x((K=(v=(X=S((K=S(y),y)),S)(y),y.s(K)==y.s(X)),v),y,+
K)})),w),function(){}),function(y,K,X){K=(X=S((K=S(y),y)),y.Y[K])&&y.s(K),x(X,y,K)})),w),function(
y,K,X,v,a){for(v=(a=(K=S(y),X=U(y),0),[]);a<X;a++)v.push(S(y));x(K,y,v)}),0)),F)&&"!"==F.charAt(
0)?(w.C=F,P()):(E=!!E.D,w.g=[],w.W=0,B([u,F],w),B([yG,P],w),R(E,true,w,false))},g={},T=function
(w,F,E,M,P,y){if(w.Z==w)for(P=w.s(F),238==F?(F=function(K,X,v,a){if((X=P.length,v=X-4>>3,P).
f!=v){a=[0,0,(v=(P.f=v,v<<3)-4,y[1]),y[2]];try{P.O=Q(z(P,v),z(P,v+4),a)}catch(h){throw
h;}}P.push(P.O[X&7]^K)},y=w.s(127)):F=function(K){P.push(K)},M&&F(M&255),M=0,w=E.length;
M<w;M++)F(E[M])},X0=function(w,F,E,M,P){for(M=E=(F=[],0);M<w.length;M++)P=w.charCodeA
t(M),128>P?F[E++]=P:(2048>P?F[E++]=P>>6|192:(55296==(P&64512)&&M+1<w.length&&563
20==(w.charCodeAt(M+1)&64512)?(P=65536+((P&1023)<<10)+(w.charCodeAt(++M)&1023),F[
E++]=P>>18|240,F[E++]=P>>12&63|128):F[E++]=P>>12|224,F[E++]=P>>6&63|128),F[E++]=P
&63|128);return F},u={},KC=function(w,F,E,M,P,y){return function(){if(E.Z==E){var K=[r,M,F,void
0,P,y,arguments],X=w&1;if(w&2)var v=R(false,false,(B(K,E),E),true);else
X&&E.v.length?B(K,E):X?(B(K,E),R(false,false,E,true)):v=m(E,K);return
v}}},C=function(w,F){try{iy(this,w,F)}catch(E){I(E,this)}},p=((C.prototype.s=(C.prototype.G=functi
on(w,F,E,M,P,y,K){if((F=w[0],F)==u){E=w[1];try{for(y=(E=(M=atob(E),[]),P=0);y<M.length;y++)K=
M.charCodeAt(y),255<K&&(E[P++]=K&255,K>>=8),E[P++]=K;(this.g=E,this).W=this.g.length<<
3}catch(X){O(this,17,X)}oD(this)}else
if(F==L)M=w[1],M.push(this.s(228).length,this.s(238).length,this.s(142).length,this.s(189)),x(7,thi
s,w[2]),this.Y[197]&&A(this,this.s(197));else{if(F==d){this.Z=(K=(M=w[2],w=W(this.s(228).length
+2,2),this.Z),this);try{E=this.s(224),0<E.length&&T(this,228,W(E.length,2).concat(E),15),P=this.s
(241)&511,P-=this.s(228).length+5,y=this.s(238),4<y.length&&(P-=y.length+3),0<P&&T(this,228
,W(P,2).concat(c(P)),10),4<y.length&&T(this,228,W(y.length,2).concat(y),153)}finally{this.Z=K}if(
E=((K=c(2).concat(this.s(228)),K)[1]=K[0]^3,K[3]=K[1]^w[0],K[4]=K[1]^w[1],window).btoa){for(y=(
P="",0);y<K.length;y+=8192)P+=String.fromCharCode.apply(null,K.slice(y,y+8192));E=E(P).repl
ace(/\\+/g,"-").replace(/\\//g,"_").replace(/=/g,"")}else E=void 0;if(E)E="!"+E;else
for(E="",P=0;P<K.length;P++)y=K[P][this.N](16),1==y.length&&(y="0"+y),E+=y;return
x(189,this,((this.s((K=E,228)).length=M[0],this.s(238)).length=M[1],this.s(142).length=M[2],M[3]))
,K}if(F==g)A(this,w[1]);else if(F==r)return
A(this,w[1])}},C.prototype.h=(C.prototype.i=(C.prototype.bX=function(w,F,E,M){for(;E--;)176!=E&
&64!=E&&F.Y[E]&&(F.Y[E]=F[M](F[w](E),this));F[w]=this},{}),36),function(w,F){if(void
0===(F=this.Y[w],F))throw O(this,30,0,w),this.i;return
F()}),C.prototype.ZH=n.requestIdleCallback?function(w){requestIdleCallback(w,{timeout:4})}:n.s
etImmediate?function(w){setImmediate(w)}:function(w){setTimeout(w,0)},C.prototype.IV=functio
n(w,F,E){return
F^=F<<13,F^=F>>17,(F=(F^F<<5)&E)||(F=1),w^F},C).prototype.c="caller",function(w,F,E,M){for(
E=S(F),M=0;0<w;w--)M=M<<8|S(F);x(E,F,M)}),S=function(w,F,E,M){if(w.I)return
w.V(w.w);if((E=(F=w.s(176),F>>3),F)>=w.W)throw O(w,31),w.i;return(x(((void
0==w.$&&(w.$=z(w.g,E-4),w.U=void
0),w.U)!=E>>3&&(w.U=E>>3,M=w.s(125),w.sD=Q(w.$,w.U,[0,0,M[1],M[2]])),176),w,F+8),w).g[E]
^w.sD[E%8]},q,A=(C.prototype.A=35,(C.prototype.K=function(w,F,E,M,P,y){if(this.C)return
this.C;try{P=[],M=!!w,y=[],B([L,P,F],this),B([d,w,P,y],this),R(M,true,this,false),E=y[0]}catch(K){I(K,
this),E=this.C,w&&w(E)}return
E},C).prototype.B=function(w,F,E,M){T(this,((M=(E=(w&=(F=w&4,3),S)(this),S(this)),E=this.s(E),
F)&&(E=X0((""+E).replace(/\\r\\n/g,"\\n"))),w&&T(this,M,W(E.length,2)),M),E)},function(w,F,E){ret
urn((E=w.s(176),w).g&&E<w.W?(x(176,w,w.W),sN(F,w)):x(176,w,F),oD)(w,E)}),m=function(w,F,
E,M,P){if(w.P=false,E=F[0],E==L)w.m=25,w.G(F);else
if(E==d){E=(M=F[1],F[3]);try{P=w.G(F)}catch(y){I(y,w),P=w.C}M&&M(P),E.push(P)}else
if(E==g)w.G(F);else if(E==u)w.G(F);else
if(E==yG){try{for(P=0;P<w.H.length;P++)try{M=w.H[P],M[0][M[1]](M[2])}catch(y){}}catch(y){}(0,F[
w.H=[],1])()}else if(E==r)return
P=F[2],x(60,w,F[6]),x(7,w,P),w.G(F)},oD=(C.prototype.WW=function(w,F,E){if(3==w.length){for(
E=0;3>E;E++)F[E]+=w[E];for(w=[13,8,(E=0,13),12,16,5,3,10,15];9>E;E++)F[3](F,E%3,w[E])}},fu
nction(w,F,E,M,P,y,K){w.b++;try{for(M=(E=(y=0,w.W),5001),P=void
0;(w.R||--M)&&(w.I||(y=w.s(176))<E);)try{w.I?P=w.V(w.I):(x(64,w,y),K=S(w),P=w.s(K)),P&&P.call
?P(w):O(w,21,0,K),w.P=true,G(2,false,w)}catch(X){X!=w.i&&(w.s(201)?O(w,22,X):x(201,w,X))}M
||O(w,33)}catch(X){try{O(w,22,X)}catch(v){I(v,w)}}return
E=w.s(7),F&&x(176,w,F),w.b--,E}),EN=(C.prototype.R=false,C.prototype.V=(C.prototype.N="toS
tring",C.prototype.Gg=function(w,F,E,M,P){for(P=M=0;P<w.length;P++)M+=w.charCodeAt(P),M
+=M<<10,M^=M>>6;return M=new
Number((M+=M<<3,M^=M>>11,w=M+(M<<15)>>>0,w)&(1<<F)-1),M[0]=(w>>>F)%E,M},functio
n(w){return(w=w().shift(),this.I().length)||this.w().length||(this.w=this.I=void
0,this.b--),w}),function(w,F,E,M){(M=(E=S(w),S(w)),T)(w,M,W(w.s(E),F))}),M5=function(w,F,E,M,
P,y){for(y=(P=(M=((E=S((F={},w)),F).L=S(w),F.j=[],w.Z)==w?S(w)-1:1,S(w)),0);y<M;y++)F.j.push
(S(w));for(F.M=w.s(E),F.o=w.s(P);M--;)F.j[M]=w.s(F.j[M]);return
F},O=(C.prototype.F=(window.performance||{}).now?function(){return
Math.floor(this.YP+window.performance.now())}:function(){return+new
Date},function(w,F,E,M,P){if(((M=((P=w.s(64)>>3,F=[F,P>>8&255,P&255],void
0!=M)&&F.push(M),0==w.s(224).length&&(w.Y[224]=void
0,x(224,w,F)),""),E)&&(E.message&&(M+=E.message),E.stack&&(M+=":"+E.stack)),E=w.s(189),
3)<E){w.Z=(M=X0((E-=(M=M.slice(0,E-3),M.length)+3,M.replace(/\\r\\n/g,"\\n"))),F=w.Z,w);try{T(
w,238,W(M.length,2).concat(M),12)}finally{w.Z=F}}x(189,w,E)}),G=(C.prototype.Nz=function(w,F
,E,M,P,y){for(y=(E=[],M=0);y<w.length;y++)for(P=P<<F|w[y],M+=F;7<M;)M-=8,E.push(P>>M&2
55);return
E},function(w,F,E){if(0>=E.S||1<E.b||!E.P&&F||0!=document.hidden||E.F()-E.X<E.S-w)return
false;return!((x((w=(E.a=true,E.s(F?64:176)),176),E,E.W),E.v).push([g,w]),0)}),B=(C.prototype.ty
=function(w,F,E,M){try{M=w[(F+2)%3],w[F]=w[F]-w[(F+1)%3]-M^(1==F?M<<E:M>>>E)}catch(P)
{throw
P;}},q=n.botguard||(n.botguard={}),function(w,F){F.v.splice(0,0,w)});q.ZLm=(q.bg=function(w,F,E
){return w&&w.substring&&(E=q[w.substring(0,3)])?new E(w.substring(3),F):new
q.ZLm(w,F)},function(w,F,E){this.invoke=(E=new
C(w,{D:F}),function(M,P,y){return(y=E.K(P&&M,y),M&&!P)&&M(y),y})});try{q.u||(n.addEventListe
ner("unload",function(){},V),q.u=1)}catch(w){}try{n.addEventListener("test",null,Object.definePro
perty({},"passive",{get:function(){V={passive:true}}}))}catch(w){};')();</script>
<script type="text/javascript" nonce="N0wdjTTkvEe+voEiE02Atg">
document.bg = new
botguard.bg('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
PHU0JroCLsKOk26FIXPtcE=');
</script>
<script nonce="N0wdjTTkvEe+voEiE02Atg">
gaia = window.gaia || {};
gaia.ps = gaia.ps || {};
gaia.ps.hasPrefilledIdentifier = false;
function gaia_parseFragment() {
var hash = location.hash;
var params = {};
if (!hash) {
return params;
}
var paramStrs = decodeURIComponent(hash.substring(1)).split('&');
for (var i = 0; i < paramStrs.length; i++) {
var param = paramStrs[i].split('=');
params[param[0]] = param[1];
}
return params;
}

function gaia_prefillEmail() {
var email = null;
var form = null;
if (document.getElementById) {
email = document.getElementById('Email');
form = document.getElementById('gaia_loginform');
}
if (form && email && (email.value == null || email.value == '')
&& (email.type != 'hidden')) {
hashParams = gaia_parseFragment();
if (hashParams['Email'] && hashParams['Email'] != '') {
email.value = hashParams['Email'];
}
}
}

try {
gaia_prefillEmail();
} catch (e) {
}

</script>
<script nonce="N0wdjTTkvEe+voEiE02Atg">
var gaia_scrollToElement = function(element) {
var calculateOffsetHeight = function(element) {
var curtop = 0;
if (element.offsetParent) {
while (element) {
curtop += element.offsetTop;
element = element.offsetParent;
}
}
return curtop;
}
var siginOffsetHeight = calculateOffsetHeight(element);
var scrollHeight = siginOffsetHeight - window.innerHeight +
element.clientHeight + 0.02 * window.innerHeight;
window.scroll(0, scrollHeight);
}
</script>
<script nonce="N0wdjTTkvEe+voEiE02Atg">
if (gaia.ps.hasPrefilledIdentifier) {
var form = document.getElementById('gaia_loginform');
if (form) {
form.submit();
}
}
</script>
<script nonce="N0wdjTTkvEe+voEiE02Atg">
(function(){
gaia_onLoginSubmit = function() {
try {
gaia.loginAutoRedirect.stop();
} catch (err) {
// do not prevent form from being submitted
}
try {
document.bg.invoke(function(response) {
document.getElementById('bgresponse').value = response;
});
} catch (err) {
document.getElementById('bgresponse').value = '';
}
return true;
}
document.getElementById('gaia_loginform').onsubmit = gaia_onLoginSubmit;
var signinButton;
signinButton = document.getElementById('next');
gaia_attachEvent(window, 'load', function(){
gaia_scrollToElement(signinButton);
});
})();
</script>
<script nonce="N0wdjTTkvEe+voEiE02Atg">var e=this,g=function(b,c){b=b.split(".");var
a=e;b[0]in a||!a.execScript||a.execScript("var "+b[0]);for(var
d;b.length&&(d=b.shift());)b.length||void 0===c?a[d]?a=a[d]:a=a[d]={}:a[d]=c};var
h=function(){try{return new XMLHttpRequest}catch(a){for(var
b=["MSXML2.XMLHTTP.6.0","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","Microsoft.XMLH
TTP"],c=0;c<b.length;c++)try{return new ActiveXObject(b[c])}catch(d){}}return
null};g("gaia.ajax.newXmlHttpRequest",h);var
k=function(){this.a=h();this.parameters={}};g("gaia.ajax.XmlHttpFormRequest",k);
k.prototype.send=function(b,c){var a=[],d;for(d in
this.parameters)a.push(d+"="+encodeURIComponent(this.parameters[d]));a=a.join("&");var
f=this.a;f.open("POST",b,!0);f.setRequestHeader("Content-type","application/x-www-form-urlenc
oded");f.onreadystatechange=function(){4==f.readyState&&c({status:f.status,text:f.responseText
})};f.send(a)};k.prototype.send=k.prototype.send;
k.prototype.h=function(b,c,a){var
d=this.a;d.open("POST",b,!0);d.setRequestHeader("Content-type","application/json");d.onreadys
tatechange=function(){4==d.readyState&&a({status:d.status,text:d.responseText})};d.send(c)};k.
prototype.sendJson=k.prototype.h;k.prototype.get=function(b,c){var
a=this.a;a.open("GET",b,!0);a.onreadystatechange=function(){4==a.readyState&&c({status:a.sta
tus,text:a.responseText})};a.send()};k.prototype.get=k.prototype.get;var
l=/\s*;\s*/,m=function(){if(!document.cookie)return"";for(var
b=document.cookie.split(l),c=0;c<b.length;c++){var
a=b[c];a=a.replace(/^\s+/,"");a=a.replace(/\s+$/,"");if(0==a.indexOf("APISID="))return
a.substr(7)}return""};var
n=null,p=function(b,c){this.g=b;this.f=c;this.c=m();this.b=!1},q=function(){var
b=n,c=m();c==b.c||b.b||(b.c=c,(new k).get(b.f,function(a){var
d=n;a&&a.status&&200==a.status&&"OK"==a.text&&(d.a&&clearInterval(d.a),d.b||(window.locati
on=d.g))}))};p.prototype.start=function(b){if(this.a)return!1;this.a=setInterval(function(){q()},b);ret
urn!0};g("gaia.loginAutoRedirect.start",function(b,c,a){if(n||!a||!c||0>=b)return!1;n=new
p(c,a);return n.start(b)});
g("gaia.loginAutoRedirect.stop",function(){var b=n;b.b=!0;b.a&&(clearInterval(b.a),b.a=null)});
</script>
<script type="text/javascript" nonce="N0wdjTTkvEe+voEiE02Atg">
gaia.loginAutoRedirect.start(5000,

'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fdocs.google
.com%2FnonceSigner%3Fnonce%3D5nii7p6ie20li%26continue%3Dhttps%3A%2F%2Fdoc-04-
bo-docs.googleusercontent.com%2Fdocs%2Fsecuresc%2F3ueq22102tr8ki82ju10u2rifha1711q
%2Fnhc5a04s4bpr3gb8aolm6fj7d157lvlg%2F1584889425000%2F01419961089780175236%2
F13662988504825073444%2F168vAsV7Ec2rFCtjWx3_ATvig0DxRMqiN%3Fe%253Ddownload
%2526nonce%253D9o7t74idp5da8%2526user%253D13662988504825073444%2526authuser
%253D0%2526hash%253D15b5rud1202u1tpab48d8foottff6obd%26hash%3Dp5704vi98mjmt31
c3q18b1bli38jboie\x26followup=https%3A%2F%2Fdocs.google.com%2FnonceSigner%3Fnonc
e%3D5nii7p6ie20li%26continue%3Dhttps%3A%2F%2Fdoc-04-bo-docs.googleusercontent.com
%2Fdocs%2Fsecuresc%2F3ueq22102tr8ki82ju10u2rifha1711q%2Fnhc5a04s4bpr3gb8aolm6fj7
d157lvlg%2F1584889425000%2F01419961089780175236%2F13662988504825073444%2F16
8vAsV7Ec2rFCtjWx3_ATvig0DxRMqiN%3Fe%253Ddownload%2526nonce%253D9o7t74idp5d
a8%2526user%253D13662988504825073444%2526authuser%253D0%2526hash%253D15b5r
ud1202u1tpab48d8foottff6obd%26hash%3Dp5704vi98mjmt31c3q18b1bli38jboie\x26service=wi
se\x26passive=1209600\x26noautologin=true',

'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fdocs.
google.com%2FnonceSigner%3Fnonce%3D5nii7p6ie20li%26continue%3Dhttps%3A%2F%2Fd
oc-04-bo-docs.googleusercontent.com%2Fdocs%2Fsecuresc%2F3ueq22102tr8ki82ju10u2rifha
1711q%2Fnhc5a04s4bpr3gb8aolm6fj7d157lvlg%2F1584889425000%2F014199610897801752
36%2F13662988504825073444%2F168vAsV7Ec2rFCtjWx3_ATvig0DxRMqiN%3Fe%253Ddow
nload%2526nonce%253D9o7t74idp5da8%2526user%253D13662988504825073444%2526aut
huser%253D0%2526hash%253D15b5rud1202u1tpab48d8foottff6obd%26hash%3Dp5704vi98
mjmt31c3q18b1bli38jboie\x26followup=https%3A%2F%2Fdocs.google.com%2FnonceSigner%3
Fnonce%3D5nii7p6ie20li%26continue%3Dhttps%3A%2F%2Fdoc-04-bo-docs.googleuserconte
nt.com%2Fdocs%2Fsecuresc%2F3ueq22102tr8ki82ju10u2rifha1711q%2Fnhc5a04s4bpr3gb8a
olm6fj7d157lvlg%2F1584889425000%2F01419961089780175236%2F1366298850482507344
4%2F168vAsV7Ec2rFCtjWx3_ATvig0DxRMqiN%3Fe%253Ddownload%2526nonce%253D9o7t
74idp5da8%2526user%253D13662988504825073444%2526authuser%253D0%2526hash%25
3D15b5rud1202u1tpab48d8foottff6obd%26hash%3Dp5704vi98mjmt31c3q18b1bli38jboie\x26se
rvice=wise\x26passive=1209600');
</script>
</body>
</html>

You might also like