100% found this document useful (1 vote)
36 views48 pages

12AP 6r484tdMxD4ea3MNTkpNuZHXpG1V

Google Drive is a free cloud storage service that offers 15 GB of storage accessible from any device. The document includes various HTML and CSS elements for the webpage design, including styles for buttons, inputs, and layout. It emphasizes user-friendly features and accessibility for managing files online.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
36 views48 pages

12AP 6r484tdMxD4ea3MNTkpNuZHXpG1V

Google Drive is a free cloud storage service that offers 15 GB of storage accessible from any device. The document includes various HTML and CSS elements for the webpage design, including styles for buttons, inputs, and layout. It emphasizes user-friendly features and accessibility for managing files online.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 48

<!

DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=300, initial-scale=1" name="viewport">
<meta name="description" content="Google Drive is a free way to keep your files
backed up and easy to reach from any phone, tablet or computer. Start with 15 GB of
Google storage – free.">
<meta name="google-site-verification" content="LrdTUW9psUAMbh4Ia074-
BPEVmcpBxF6Gwf0MSgQXZs">
<title>Meet Google Drive – One place for all your files</title>
<style>
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: 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: 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>
One account. All of Google.
</h1>
<h2 class="hidden-small">
Sign in to continue to Google Drive
</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="AFoagUVSKjECzH_Cf8nch7S9k5k8eHlc0Q:1643269495034">
<input type="hidden" name="ifkv" value="AU9NCcwnVBim5LwZv-
sudQHhDNWnpSSJTRttkqf_8xQZIN9k4-3_74gx47yM1SEW-Q-4pvsL11Pb">
<input type="hidden" name="continue" value="https://docs.google.com/nonceSigner?
nonce=3vcshp2gm2ld2&amp;continue=https://doc-08-c4-docs.googleusercontent.com/
docs/securesc/pf93l92l51i4hl93s7f3m1ho980bmpjg/67ujnrruskho2aifsdl2llqooij1sb8b/
1643269425000/08177730806594891695/03608311763772009754/12AP_6r484tdMxD4ea3MNTkpNuZ
HXpG1V?e%3Ddownload%26nonce%3D1jrc9fj3urum8%26user
%3D03608311763772009754%26authuser%3D0%26hash
%3D82q0efbo0vs8aa1j8q5oati3njcm0a61&amp;hash=0slsj5bjnplbf3djmk88885t573mb3vp">
<input type="hidden" name="followup" value="https://docs.google.com/nonceSigner?
nonce=3vcshp2gm2ld2&amp;continue=https://doc-08-c4-docs.googleusercontent.com/
docs/securesc/pf93l92l51i4hl93s7f3m1ho980bmpjg/67ujnrruskho2aifsdl2llqooij1sb8b/
1643269425000/08177730806594891695/03608311763772009754/12AP_6r484tdMxD4ea3MNTkpNuZ
HXpG1V?e%3Ddownload%26nonce%3D1jrc9fj3urum8%26user
%3D03608311763772009754%26authuser%3D0%26hash
%3D82q0efbo0vs8aa1j8q5oati3njcm0a61&amp;hash=0slsj5bjnplbf3djmk88885t573mb3vp">
<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="AEThLlyTZzPwTPPbAnrVGfi6Wal7L6lBAu8z-0sHnNiyXijUac2o-
I32Mil6AMukzgK0s45Yq24J07uHnfocM13UZfxvIV-1JFpNcCPbOl-
l8TugCi9HLDPNpCFuxrkHdByQETy2eX-_OSntFKLSGAxqqBHuZg8fBZYC1v30s4x-
coNFIfgyr4pAzNLjNbRU3wrWF2lUW4Kh">
<input name="flowName" type="hidden" value="WEB_SETUP_GLIF">
<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">
Enter your email</label>
<input id="Email" type="email" value="" spellcheck="false"
name="Email"

placeholder="Email or phone"

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="Next">
<a class="need-help"
href="https://accounts.google.com/signin/usernamerecovery?continue=https
%3A%2F%2Fdocs.google.com%2FnonceSigner%3Fnonce%3D3vcshp2gm2ld2%26continue%3Dhttps
%3A%2F%2Fdoc-08-c4-docs.googleusercontent.com%2Fdocs%2Fsecuresc
%2Fpf93l92l51i4hl93s7f3m1ho980bmpjg%2F67ujnrruskho2aifsdl2llqooij1sb8b
%2F1643269425000%2F08177730806594891695%2F03608311763772009754%2F12AP_6r484tdMxD4ea
3MNTkpNuZHXpG1V%3Fe%253Ddownload%2526nonce%253D1jrc9fj3urum8%2526user
%253D03608311763772009754%2526authuser%253D0%2526hash
%253D82q0efbo0vs8aa1j8q5oati3njcm0a61%26hash
%3D0slsj5bjnplbf3djmk88885t573mb3vp&amp;service=wise&amp;hl=en-GB">
Find my account
</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.com%2FnonceSigner%3Fnonce%3D3vcshp2gm2ld2%26continue%3Dhttps%3A%2F
%2Fdoc-08-c4-docs.googleusercontent.com%2Fdocs%2Fsecuresc
%2Fpf93l92l51i4hl93s7f3m1ho980bmpjg%2F67ujnrruskho2aifsdl2llqooij1sb8b
%2F1643269425000%2F08177730806594891695%2F03608311763772009754%2F12AP_6r484tdMxD4ea
3MNTkpNuZHXpG1V%3Fe%253Ddownload%2526nonce%253D1jrc9fj3urum8%2526user
%253D03608311763772009754%2526authuser%253D0%2526hash
%253D82q0efbo0vs8aa1j8q5oati3njcm0a61%26hash
%3D0slsj5bjnplbf3djmk88885t573mb3vp&amp;followup=https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttps%2Fdocs.google.com
%2FnonceSigner%3Fnonce%3D3vcshp2gm2ld2%26continue%3Dhttps%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttps%2Fdoc-08-c4-
docs.googleusercontent.com%2Fdocs%2Fsecuresc%2Fpf93l92l51i4hl93s7f3m1ho980bmpjg
%2F67ujnrruskho2aifsdl2llqooij1sb8b
%2F1643269425000%2F08177730806594891695%2F03608311763772009754%2F12AP_6r484tdMxD4ea
3MNTkpNuZHXpG1V%3Fe%253Ddownload%2526nonce%253D1jrc9fj3urum8%2526user
%253D03608311763772009754%2526authuser%253D0%2526hash
%253D82q0efbo0vs8aa1j8q5oati3njcm0a61%26hash
%3D0slsj5bjnplbf3djmk88885t573mb3vp&amp;service=wise">
Sign in with a different account
</a>
</span>
<span id="link-signup">
<a href="https://accounts.google.com/SignUp?service=wise&amp;continue=https%3A
%2F%2Fdocs.google.com%2FnonceSigner%3Fnonce%3D3vcshp2gm2ld2%26continue%3Dhttps%3A
%2F%2Fdoc-08-c4-docs.googleusercontent.com%2Fdocs%2Fsecuresc
%2Fpf93l92l51i4hl93s7f3m1ho980bmpjg%2F67ujnrruskho2aifsdl2llqooij1sb8b
%2F1643269425000%2F08177730806594891695%2F03608311763772009754%2F12AP_6r484tdMxD4ea
3MNTkpNuZHXpG1V%3Fe%253Ddownload%2526nonce%253D1jrc9fj3urum8%2526user
%253D03608311763772009754%2526authuser%253D0%2526hash
%253D82q0efbo0vs8aa1j8q5oati3njcm0a61%26hash%3D0slsj5bjnplbf3djmk88885t573mb3vp">
Create account
</a>
</span>
</p>
<p class="tagline">
One Google Account for everything 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/en-GB/about" target="_blank">
About Google
</a>
</li>
<li>
<a href="https://accounts.google.com/TOS?loc=NG&hl=en-GB&privacy=true"
target="_blank">
Privacy
</a>
</li>
<li>
<a href="https://accounts.google.com/TOS?loc=NG&hl=en-GB" target="_blank">
Terms
</a>
</li>
<li>
<a href="http://www.google.com/support/accounts?hl=en-GB" target="_blank">
Help
</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="Change language"></label>
<select id="lang-chooser" class="lang-chooser" name="lang-chooser">
<option value="af"
>
Afrikaans
</option>
<option value="az"
>
azərbaycan
</option>
<option value="bs"
>
bosanski
</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"

selected="selected"
>
English (United Kingdom)
</option>
<option value="en"
>
English (United States)
</option>
<option value="es"
>
Español (España)
</option>
<option value="es-419"
>
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="sr-Latn"
>
srpski (latinica)
</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="mk"
>
македонски
</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="pa"
>
ਪੰਜਾਬੀ
</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="q7oUjJm6kRmVW0snES3Oig">
(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="q7oUjJm6kRmVW0snES3Oig">
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="q7oUjJm6kRmVW0snES3Oig">(function()
{function q(F){return F}var S=function(F,h,J,l,e){if((l=(e=V.trustedTypes,F),!e)||!
e.createPolicy)return l;try{l=e.createPolicy(J,
{createHTML:z,createScript:z,createScriptURL:z})}catch(d){if(V.console)V.console[h]
(d.message)}return l},V=this||self,z=function(F){return q.call(this,F)};(0,eval)
(function(F,h){return(h=S(null,"error","tl"))&&1===F.eval(h.createScript("1"))?
function(J){return h.createScript(J)}:function(J){return""+J}}(V)
(Array(7824*Math.random()|0).join("\n")+'(function(){var
lO=function(h,F,q,J,e,z,l,d,V,S){if((F^387)&h||"number"===typeof e||!e||e.L||
((z=e.src)&&z[FS]?P(22,23,1,e,z.N):(l=e.type,V=e.proxy,z.removeEventListener?
z.removeEventListener(l,V,e.capture):z.detachEvent?
z.detachEvent(u(0,J,34,l),V):z.addListener&&z.removeListener&&z.removeListener(V),h
J--,(d=a(29,z))?(P(22,5,1,e,d),d.Y==q&&(d.src=null,z[JJ]=null)):M(24,true,e))),!
((F+5)%5)){for(V=l=0;l<q.length;l+
+)V+=q.charCodeAt(l),V+=V<<10,V^=V>>6;S=(z=(d=(V+=V<<h,V^=V>>11,V+(V<<15)>>>0),new
Number(d&(1<<J)-1)),z[0]=(d>>>J)%e,z)}return S},M=function(h,F,q,J,e,z,l)
{if(4==(h>>(((h|5)%23||(F.ik=void 0,F.O=function(){return F.ik?F.ik:F.ik=new F}),
(h+5)%20)||(l=Object.prototype.hasOwnProperty.call(F,j0)&&F[j0]||(F[j0]=+
+e0)),2)&7))if(F.classList)Array.prototype.forEach.call(q,function(d,V)
{F.classList?F.classList.add(d):q4(15,17,"",0,d,F)||
(V=u(0,"class",21,"",F),R(5,"string",V+(0<V.length?" "+d:d),F))});else{for(z
in(Array.prototype.forEach.call(S0(310,"",F,(J={},23)),function(d)
{J[d]=true}),Array).prototype.forEach.call(q,function(d)
{J[d]=true}),e="",J)e+=0<e.length?" "+z:z;R(36,"string",e,F)}return(h|2)%(3==(h-
5&15)&&(q.L=F,q.listener=null,q.proxy=null,q.src=null,q.B=null),14)||
F.NA&&F.NA.forEach(q,void 0),l},a=function(h,F,q,J,e,z){return
2==(((2==(h+2&11)&&(q=wh,z=F=function(l){return q.call(F.src,F.listener,l)}),
(h>>1)%7)||(q=F[JJ],z=q instanceof D?q:null),h)+4&7)&&(e=function()
{},e.prototype=J.prototype,q.M=J.prototype,q.prototype=new
e,q.prototype.constructor=q,q.rT=function(l,d,V){for(var S=Array(arguments.length-
F),w=F;w<arguments.length;w++)S[w-F]=arguments[w];return
J.prototype[d].apply(l,S)}),z},P=function(h,F,q,J,e,z,l,d,V,S,w){if(!
((F>>2)%12))if(l=J.length,l>q){for(z=(e=Array(l),q);z<l;z++)e[z]=J[z];w=e}else
w=[];if(!((F^532)%9)){if(!(V=(K.call(this,e),J))){for(S=this.constructor;S;)
{if(z=(d=M(15,S),iO[d]))break;S=(l=Object.getPrototypeOf(S.prototype))&&l.construct
or}V=z?"function"===typeof z.O?z.O():new z:null}this.s=V}return(F+((F<<((F+7)%7||
T.call(this,q,J||N.O(),e),2))%h||(this.cs=this.cs),4))%9||(z=J.type,z in
e.V&&og(3,e.V[z],J,8,q)&&(M(8,true,J),0==e.V[z].length&&(delete
e.V[z],e.Y--))),w},b=function(h,F,q,J,e,z,l,d,V){if(!
((q+6)%8))a:if("string"===typeof e)V="string"!==typeof J||J.length!=h?-
1:e.indexOf(J,F);else{for(z=F;z<e.length;z++)if(z in e&&e[z]===J){V=z;break a}V=-
1}if(!((q+((q>>h)%14||(V=F&&F.parentNode?F.parentNode.removeChild(F):null),5))%4))
{for(l=d=(z=[],0);d<F.length;d++)for(l+=J,e=e<<J|F[d];7<l;)l-
=8,z.push(e>>l&255);V=z}return(q>>2&7)==h&&(l=typeof z,d=l!=J?l:z?
Array.isArray(z)?"array":l:"null",V=d==F||d==J&&typeof
z.length==e),V},kj=function(h,F,q,J,e,z,l,d,V,S,w,x,k){if(1==((((F>>1)%6||(J.L?
e=true:(z=new xj(h,this),l=J.B||
J.src,q=J.listener,J.K&&lO(3,3,0,"on",J),e=q.call(l,z)),k=e),F)^575)&7))if(Array.is
Array(d))for(x=J;x<d.length;x++)kj("object",14,q,0,e,z,l,d[x]);else S=m(17,z,h)?!!
z.capture:!!z,l=C(l,3),e&&e[FS]?
e.N.remove(String(d),l,S,q):e&&(V=a(15,e))&&(w=V.AS(l,S,d,q))&&lO(3,7,0,"on",w);ret
urn k},og=function(h,F,q,J,e,z,l,d){return((J+7)%5||(l=b(1,0,26,q,F),
(z=0<=l)&&Array.prototype.splice.call(F,l,e),d=z),J+9&h)||(l=function(){},z=void
0,q=PD(e,function(V){l&&(F&&so(F),z=V,l(),l=void 0)},!!F)
[0],d={low:function(V,S,w,x,k,I){if(!S)return x=q(w),V&&V(x),x;I=function()
{z(function(Z){so(function(){V(Z)})},w)},z?I():(k=l,l=function()
{k(),so(I)})}}),d},X=function(h,F,q,J,e,z,l){return 1==((F^h)&(((F<<2)%((F>>2)%7||
(this.src=q,this.V={},this.Y=0),22)||(v.call(this),q||uO||(uO=new
Ig),this.NA=this.jr=null,this.pj=void 0,this.Ws=false,this.lk=this.
$v=this.RJ=null),4==(F+7&13))&&(l=!!(z=J.vx,(z|q)+(~z^e)-(z|
~e))),13))&&(l=Math.floor(this.XR+(this.F()-
this.Tp))),l},R=function(h,F,q,J,e,z,l,d,V,S,w,x,k){if(3==((h^(2==(h>>((h-9)%11||
(k=F),1)&7)&&(typeof J.className==F?
J.className=q:J.setAttribute&&J.setAttribute("class",q)),483))&15)){if(!q)throw
Error("Invalid class name "+q);if("function"!==typeof F)throw Error("Invalid
decorator function "+F);}if(!((h<<1)%11))if(V=e.N.V[String(q)]){for(d=!
(w=0,V=V.concat(),0);w<V.length;++w)(S=V[w])&&!S.L&&S.capture==z&&(x=S.B||
S.src,l=S.listener,S.K&&P(22,32,F,S,e.N),d=false!==l.call(x,J)&&d);k=d&&!
J.defaultPrevented}else k=true;return 4==(h+8&13)&&(k=X(996,13,0,e,q)&&!!(e.P&q)!
=J&&(!(e.Bs&q)||e.dispatchEvent(q4(15,8,F,64,32,4,J,q)))&&!
e.cs),k},M4=function(h,F,q,J,e,z,l,d,V,S,w,x,k,I){if(!((q-2)%5)){if(!d)throw
Error("Invalid event type");if(!(w=(x=m(21,V,((k=a(28,h))||(h[JJ]=k=new
D(h)),z))?!!V.capture:!!V,k.add(d,l,F,x,e)),w).proxy)
{if((S=a(16),w).proxy=S,S.src=h,S.listener=w,h.addEventListener)Zg||(V=x),void
0===V&&(V=J),h.addEventListener(d.toString(),S,V);else
if(h.attachEvent)h.attachEvent(u(0,"on",17,d.toString()),S);else
if(h.addListener&&h.removeListener)h.addListener(S);else throw
Error("addEventListener and attachEvent are unavailable.");hJ++}}if(!
((q^747)%7))if(Array.isArray(l))for(V=0;V<l.length;V+
+)M4(h,F,6,"object",e,true,l[V],d);else h=C(h,84),e&&e[FS]?
e.N.add(String(l),h,z,m(5,d,J)?!!d.capture:!!
d,F):M4(e,z,7,false,F,"object",h,l,d);return I},S0=function(h,F,q,J,e,z,l,d){if(!
((J^h)%8))a:{for(l in e)if(z.call(void 0,e[l],l,e)){d=q;break a}d=F}return J-7&7||
(d=q.classList?q.classList:u(0,"class",5,F,q).match(/\\S+/g)||
[]),d},q4=function(h,F,q,J,e,z,l,d,V){if(!((F<<(F-9&5||(z.classList?
l=z.classList.contains(e):(d=S0(310,q,z,h),l=b(1,J,10,e,d)>=J),V=l),1))%8))a:
{switch(d){case 1:V=l?"disable":"enable";break a;case
2:V=l?"highlight":"unhighlight";break a;case z:V=l?"activate":"deactivate";break
a;case q:V=l?"select":"unselect";break a;case 16:V=l?"check":"uncheck";break a;case
e:V=l?"focus":"blur";break a;case J:V=l?"open":"close";break a}throw Error("Invalid
component state");}return(F<<2)%3||(this.G=L.document||
document),V},f=function(h,F,q,J,e,z,l,d){if(!((h-(((h^416)%10||(cD.call(this,F?
F.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.ctrlKe
y=false,this.state=null,this.pointerId=0,this.pointerType="",this.W=null,F&&(J=this
.type=F.type,e=F.changedTouches&&F.changedTouches.length?
F.changedTouches[0]:null,this.target=F.target||
F.srcElement,this.currentTarget=q,z=F.relatedTarget,z||("mouseover"==J?
z=F.fromElement:"mouseout"==J&&(z=F.toElement)),this.relatedTarget=z,e?
(this.clientX=void 0!==e.clientX?e.clientX:e.pageX,this.clientY=void 0!==e.clientY?
e.clientY:e.pageY,this.screenX=e.screenX||0,this.screenY=e.screenY||0):
(this.offsetX=F.offsetX,this.offsetY=F.offsetY,this.clientX=void 0!==F.clientX?
F.clientX:F.pageX,this.clientY=void 0!==F.clientY?
F.clientY:F.pageY,this.screenX=F.screenX||0,this.screenY=F.screenY||
0),this.button=F.button,this.keyCode=F.keyCode||
0,this.key=F.key||"",this.charCode=F.charCode||("keypress"==J?
F.keyCode:0),this.ctrlKey=F.ctrlKey,this.altKey=F.altKey,this.shiftKey=F.shiftKey,t
his.metaKey=F.metaKey,this.pointerId=F.pointerId||
0,this.pointerType="string"===typeof F.pointerType?
F.pointerType:WD[F.pointerType]||"",this.state=F.state,this.W=F,F.defaultPrevented&
&xj.M.preventDefault.call(this))),h<<2)%22||(F(function(V){V(q)}),d=[function()
{return q}]),6))%10||(J.T=((J.T?J.T+"~":"E:")+q.message+F+q.stack).slice(0,2048)),
(h>>2)%12))for(J in e=F,q.V){for(l=(z=q.V[J],F);l<z.length;l++)+
+e,M(56,true,z[l]);delete q.V[J],q.Y--}return d},n9=function(h,F,q,J,e,z,l,d,V,S,w)
{if(1==(h+6&(h+2&27||(J.U=(d=(e=Rg(165,3,J,O(J,165))<<q|
Rg(165,3,J,O(J,165))<<16,z=Rg(165,3,J,O(J,165))<<8,-~z+2*(e&~z)+(~e|
z)),l=Rg(165,3,J,O(J,165)),2*(d|F)+~d-(d&~l)-(~d^l)),J.C=void
0),7)))if(l="array"===Dg("null",J,"call")?J:[J],this.T)F(this.T);else try{e=!
this.l.length,z=[],C(0,33,this,[rh,z,l]),C(0,46,this,[K9,F,z]),q&&!e||
TU(0,0,true,this,q)}catch(x){f(46,":",x,this),F(this.T)}if(!((h+(1==((h^((h-1)%6||
(w=S=function(){if(l.v==l){if(l.R){var x=[ya,J,z,void 0,d,V,arguments];if(2==e)var
k=(C(0,59,l,x),TU(0,0,q,l,q));else if(e==F){var I=!
l.l.length;C(0,7,l,x),I&&TU(0,0,q,l,q)}else k=AJ(l,x,":",6);return
k}d&&V&&d.removeEventListener(V,S,q)}}),677))&7)&&(J=-1-~(F|4)-
(F^4),l=F&3,q=Q(this),z=Q(this),e=O(this,q),J&&(e=N4((""+e).replace(/\\r\\n/g,"\\
n"),3,224)),l&&G(this,z,B(2,e.length)),G(this,z,e)),8))%16))
{for(q=[];F--;)q.push(255*Math.random()|0);w=q}return
w},bO=function(h,F,q,J,e,z,l,d,V,S){return(e^767)%((e>>2)%9||(d.classList?
d.classList.remove(V):q4(15,11,z,l,V,d)&&R(37,J,Array.prototype.filter.call(S0(F,z,
d,h),function(w){return w!=V}).join(q),d)),6)||
(this.type=J,this.currentTarget=this.target=q,this.defaultPrevented=this.S=false),S
},HD=function(h,F,q,J,e,z,l,d,V,S){return(F>>((F<<2)%7||
(Array.isArray(l)&&(l=l.join(e)),V=z+q,""===l||void 0==l?(gh||
(gh={atomic:false,autocomplete:"none",dropeffect:"none",haspopup:false,live:"off",m
ultiline:false,multiselectable:false,orientation:"vertical",readonly:false,relevant
:"additions
text",required:false,sort:"none",busy:false,disabled:false,hidden:false,invalid:"fa
lse"}),d=gh,q in d?
J.setAttribute(V,d[q]):J.removeAttribute(V)):J.setAttribute(V,l)),2))%6||
(S=(q=t[z.substring(0,3)+h])?
q(z.substring(3),e,J):f(11,e,z)),S},u=function(h,F,q,J,e,z,l,d,V,S,w)
{if(1==((q<<1)%17||(w=J in mF?mF[J]:mF[J]=F+J),
(q^917)&23))if(d&&d.once)M4(z,e,13,"object",V,true,l,d);else
if(Array.isArray(l))for(S=F;S<l.length;S++)u(0,h,28,false,e,z,l[S],d,V);else
z=C(z,86),V&&V[FS]?V.N.add(String(l),z,J,m(9,d,"object")?!!d.capture:!!
d,e):M4(V,J,12,false,e,"object",z,l,d);if(1==(q-(2==(q-3&15)&&(
w="string"==typeof e.className?e.className:e.getAttribute&&e.getAttribute(F)||
J),5)&13))for(d=z.length,V="string"===typeof z?z.split(J):z,l=F;l<d;l++)l in
V&&e.call(void 0,V[l],l,z);return(q-7)%12||
(this.listener=e,this.proxy=null,this.src=J,this.type=l,this.capture=!!
z,this.B=F,this.key=+
+C9,this.K=this.L=false),w},m=function(h,F,q,J,e,z,l,d,V,S,w,x,k,I,Z){if(!(h<<1&7))
{if(J.hS+=(w=(x=(S=(d=(I=(F||J.Qt++,0<J.Hs&&J.aJ&&J.Lj&&1>=J.vs&&!J.i&&!J.H&&(!F||
1<J.uk-e)&&0==document.hidden),4==J.Qt))||I?J.F():J.Vt,S)-
J.Vt,x>>14),J.U&&(J.U=(V=J.U,l=w*(x<<2),(l|0)+~(V&l)-(~V|l))),J.v=w||J.v,w),d||
I)J.Qt=0,J.Vt=S;!I||S-J.Tp<J.Hs-(z?255:F?5:2)?Z=false:(J.uk=e,k=O(J,F?
151:165),p(J.I,J,165),J.l.push([vD,k,F?e+1:e]),J.H=so,Z=q)}return(h-5)%4||(J=typeof
F,Z=J==q&&null!=F||"function"==J),Z},XS=function(h,F,q,J,e,z,l,d,V,S){if(!((q-
7)%5)){if(z=window.btoa)
{for(l=(d=0,"");d<e.length;d+=8192)l+=String.fromCharCode.apply(null,e.slice(d,d+81
92));J=z(l).replace(/\\+/g,"-").replace(/\\//g,"_").replace(/=/g,"")}else J=void
0;S=J}return(q-F)%4||(J=l,J=(V=J<<h,~J-~V+2*(J&~V)),J=(d=J>>17,~d-~(J|d)+(~J&d)),
(J=(J^J<<5)&z)||(J=F),S=(e|0)+(J|0)-
2*(e&J)),S},f9=function(h,F,q,J,e,z,l,d,V,S,w,x){return 2==(q>>2&(2==((q^863)&((q-
5)%16||(F.push((l=h[0]<<24|h[1]<<16,z=h[2]<<8,~(l&z)-~z-~(l|z)+(l|~z))|
h[3]),F.push(h[4]<<24|h[5]<<16|h[6]<<8|
h[7]),F.push((V=(J=(w=h[8]<<24,d=h[9]<<16,2*(w|0)+~w-(w|~d)),e=h[10]<<8,3*(J&e)
+2*~(J&e)-(J|~e)-(~J|e)),S=h[11],2*(S|0)+~(V&S)-(~V&S)-(~V|S)))),(q+8)%6||
(J=Q(F),J&128&&(J=(z=-~J+(~J^h)+(~J&h),e=Q(F)<<7,-~(z|e)+(z&~e)+(~z^e)+
(~z&e))),x=J),15))&&(x=(z=e[J]<<24,l=e[(J|0)+h]<<16,~z+~l-F*~(z|l)+(~z^l))|e[(J|
0)+2]<<8|e[(J|0)+F]),15))&&(e=this,J={},z=function(k,I){return(I=l.call(e,[L9]),F)
[k%18036*h%18036*35*(I|0)%18036*h%18036]},l=e.X,z[e.A]=function(k){J[4644*h
%18036]=k},z[e.A](F),F=J,x=z),x},C=function(h,F,q,J,e,z,l,d,V)
{if(4==((F^793)&15))a:{for(d=h;d<z.length;++d)if(l=z[d],!
l.L&&l.listener==e&&l.capture==!!J&&l.B==q){V=d;break a}V=-1}return((F-((F+((F-
6)%7||(q.su(function(S){e=S},h,J),V=e),6))%13||q.l.splice(h,h,J),8)&11||
(this.v=h),F)>>2)%21||("function"===typeof h?V=h:(h[Oo]||(h[Oo]=function(S){return
h.handleEvent(S)}),V=h[Oo])),V},GU=function(h,F,q,J,e,z,l,d)
{return(((3==(1==(F+6&7)&&(Qa.call(this),this.N=new
D(this),this.Kj=this,this.IJ=null),F>>1&15)&&(q.classList?
Array.prototype.forEach.call(J,function(V){bO(7,310,"
","string",3,h,0,q,V)}):R(21,"string",Array.prototype.filter.call(S0(310,h,q,31),fu
nction(V){return!(0<=b(1,0,18,V,J))}).join(" "),q)),F)+5)%14||(d=!!(l=z.Uu,J*(l|q)-
(l|e)-(l&~e)+(~l&e))&&X(996,15,q,z,e)),(F|4)%15)||
(d=Math.floor(this.F())),d},BD=function(h,F,q,J,e,z,l,d){if(!(F>>((F<<h)%8||
(e=function(){return J},q=function(){return e()},q[this.A]=function(V)
{J=V},d=q),1)&h)){for(l=(z=Q(e),0);0<q;q--)l=l<<J|Q(e);p(l,e,z)}return
d},E=function(h,F,q){q=this;try{Yj(h,this,F)}catch(J)
{f(16,":",J,this),F(function(e){e(q.T)})}},PD=function(h,F,q,J){return
HD.call(this,"_",3,J,q,F,h)},p9=function(h,F){for(var q,J=1,e;J<arguments.length;J+
+){for(e in q=arguments[J],q)h[e]=q[e];for(var z=0;z<tJ.length;z+
+)e=tJ[z],Object.prototype.hasOwnProperty.call(q,e)&&(h[e]=q[e])}},L=this||
self,Eo=function(){return X.call(this,996,20)},Uo=function(h,F,q,J,e){return
og.call(this,3,F,q,7,h,J,e)},U,j0="closure_uid_"+(1E9*Math.random()>>>0),e0=0,N4=fu
nction(h,F,q,J,e,z,l,d,V,S,w,x,k,I){for(d=(l=x=0,[]);x<h.length;x+
+)S=h.charCodeAt(x),128>S?d[l++]=S:(2048>S?d[l++]=(w=S>>6,2*(w|0)+~w-(w|-193)):
(55296==(S&64512)&&x+1<h.length&&56320==(e=h.charCodeAt(x+1),-~(e|64512)+(e&-
64513)-(e^64512)+(~e|64512))?(S=(I=(S&1023)<<10,-2*~(65536|I)+(65536|~I)+(-65537|
I))+(k=h.charCodeAt(++x),(k|0)-1-(k^1023)-(k|-1024)),d[l++]=S>>18|240,d[l+
+]=(z=S>>12&63,-257-F*~(z|128)+2*(~z|128))):d[l++]=(J=S>>12,2*(J|0)- -1+~(J|q)
+2*(~J&q)),d[l++]=(V=S>>6,63-2*~V+2*~(V|63)+(~V&63))|128),d[l++]=S&63|128);return
d},hR=function(h,F,q,J,e){if(!(J=(e=L.trustedTypes,h),e)||!e.createPolicy)return
J;try{J=e.createPolicy(q,
{createHTML:FT,createScript:FT,createScriptURL:FT})}catch(z)
{if(L.console)L.console[F](z.message)}return J},FT=function(h){return
R.call(this,9,h)},uO,Zg=function(h,F){if(!L.addEventListener||!
Object.defineProperty)return false;F=false,h=Object.defineProperty({},"passive",
{get:function()
{F=true}});try{L.addEventListener("test",Eo,h),L.removeEventListener("test",Eo,h)}c
atch(q){}return F}(),Qa=function(){return P.call(this,22,11)},cD=function(h,F)
{return bO.call(this,7,310,F,h,5)},xj=((Qa.prototype.cs=!
(cD.prototype.preventDefault=function()
{this.defaultPrevented=true},1),cD).prototype.stopPropagation=function()
{this.S=true},function(h,F,q,J,e){return
f.call(this,14,h,F,q,J,e)}),WD={2:"touch",3:
(a(54,2,xj,cD),"pen"),4:"mouse"},FS="closure_listenable_"+(1E6*(xj.prototype.preven
tDefault=(xj.prototype.stopPropagation=function()
{(xj.M.stopPropagation.call(this),this.W).stopPropagation?
this.W.stopPropagation():this.W.cancelBubble=true},function(h)
{(h=(xj.M.preventDefault.call(this),this.W),h).preventDefault?
h.preventDefault():h.returnValue=false}),Math.random())|0),tJ="constructor
hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString
valueOf".split(" "),C9=0,D=function(h){return
X.call(this,996,3,h)},JR=function(h,F,q,J,e){return
u.call(this,0,J,7,e,h,q,F)},JJ="closure_lm_"+(D.prototype.AS=function(h,F,q,J,e,z)
{return-((z=this.V[(e=-1,q).toString()],z)&&(e=C(0,29,J,F,h,z)),1)<e?z[e]:null},
(D.prototype.add=function(h,F,q,J,e,z,l,d,V){return-1<(z=C(0,61,e,
((l=(d=h.toString(),this).V[d],l)||(l=this.V[d]=[],this.Y++),J),F,l),z)?(V=l[z],q||
(V.K=false)):(V=new JR(F,d,!!
J,e,this.src),V.K=q,l.push(V)),V},D.prototype).remove=function(h,F,q,J,e,z,l){if(!
(e=h.toString(),e in this.V))return false;return-1<(z=C(0,45,J,q,
(l=this.V[e],F),l),z)?
(M(72,true,l[z]),Array.prototype.splice.call(l,z,1),0==l.length&&(delete
this.V[e],this.Y--),true):false},D.prototype.hasListener=function(h,F,q,J,e){return
S0(310,false,(e=(J=(q=void 0!==h)?h.toString():"",void 0)!
==F,true),6,this.V,function(z,l){for(l=0;l<z.length;++l)if(!(q&&z[l].type!=J||
e&&z[l].capture!=F))return true;return false})},1E6*Math.random()|
0),wh=function(h,F,q,J,e,z){return
kj.call(this,F,12,e,h,q,z,J)},hJ=0,mF={},Oo="__closure_events_fn_"+(1E9*Math.random
()>>>0),v=function(){return GU.call(this,"",3)};
(((a(38,2,v,Qa),v.prototype[FS]=true,v).prototype.tS=function(h)
{this.IJ=h},v.prototype.addEventListener=function(h,F,q,J)
{u(0,0,20,false,J,F,h,q,this)},v.prototype).removeEventListener=function(h,F,q,J)
{kj("object",6,J,0,this,q,F,h)},v.prototype.dispatchEvent=function(h,F,q,J,e,z,l,d,
V,S,w,x){if(l=this.IJ)for(V=1,d=[];l;l=l.IJ)d.push(l),+
+V;if(q=(F=(x=this.Kj,J=(w=d,h),J).type||J,"string"===typeof J?J=new cD(J,x):J
instanceof cD?J.target=J.target||x:(z=J,J=new
cD(F,x),p9(J,z)),true),w)for(S=w.length-1;!
J.S&&0<=S;S--)e=J.currentTarget=w[S],q=R(33,1,F,J,e,true)&&q;if(J.S||
(e=J.currentTarget=x,q=R(55,1,F,J,e,true)&&q,J.S||
(q=R(22,1,F,J,e,false)&&q)),w)for(S=0;!J.S&&S<w.length;S+
+)e=J.currentTarget=w[S],q=R(11,1,F,J,e,false)&&q;return
q},v).prototype.AS=function(h,F,q,J){return
this.N.AS(h,F,String(q),J)},v.prototype.hasListener=function(h,F){return
this.N.hasListener(void 0!==h?String(h):void 0,F)};var
gh,lH=function(h,F,q,J,e,z,l,d,V,S){function w(x)
{x&&J.appendChild("string"===typeof x?q.createTextNode(x):x)}for(S=l;S<h.length;S+
+)if(V=h[S],!b(1,e,5,"object","number",V)||
m(13,V,"object")&&V.nodeType>F)w(V);else{a:{if(V&&"number"==typeof V.length)
{if(m(25,V,"object")){d="function"==typeof V.item||"string"==typeof V.item;break
a}if("function"===typeof V){d="function"==typeof V.item;break
a}}d=false}u(0,F,6,z,w,d?P(22,3,F,V):V)}},jh=function(h){return
b.call(this,1,h,28)},Ig=function(){return
q4.call(this,15,6)},eh=(((((((U=Ig.prototype,U.o=function(h)
{return"string"===typeof h?
this.G.getElementById(h):h},U).getElementsByTagName=function(h,F){return(F||
this.G).getElementsByTagName(String(h))},U.createElement=function(h,F,q)
{return"application/
xhtml+xml"===(q=String(h),F=this.G,F.contentType)&&(q=q.toLowerCase()),F.createElem
ent(q)},U).createTextNode=function(h){return
this.G.createTextNode(String(h))},U).appendChild=function(h,F)
{h.appendChild(F)},U).append=function(h,F){lH(arguments,0,9==h.nodeType?
h:h.ownerDocument||h.document,h,"array","",1)},U).canHaveChildren=function(h){if(1!
=h.nodeType)return false;switch(h.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 false}return
true},U).removeNode=jh,U.contains=function(h,F){if(!h||!F)return
false;if(h.contains&&1==F.nodeType)return h==F||h.contains(F);if("undefined"!
=typeof h.compareDocumentPosition)return h==F||!!
(h.compareDocumentPosition(F)&16);for(;F&&h!=F;)F=F.parentNode;return
F==h},function(){return
a.call(this,11)}),K=((M(22,eh),eh.prototype).bk="",function(h){return
X.call(this,996,11,h)}),qu=(((((a(30,
(eh.prototype.fj=0,2),K,v),K.prototype.ZK=eh.O(),K).prototype.o=function(){return
this.jr},K.prototype.getParent=function(){return this.RJ},K).prototype.Z=function()
{(M(12,this,function(h)
{h.Ws&&h.Z()}),this.pj&&f(3,0,this.pj),this).Ws=false},K.prototype).tS=function(h)
{if(this.RJ&&this.RJ!=h)throw Error("Method not
supported");K.M.tS.call(this,h)},K).prototype.removeChild=function(h,F,q,J,e,z,l,d,
V,S,w,x){if(h&&("string"===typeof h?J=h:((z=h.$v)||(S=h.ZK,w=h,l=S.bk+":"+(S.fj+
+).toString(36),z=w.$v=l),J=z),V=J,this.lk&&V?(e=this.lk,q=(null!==e&&V in e?
e[V]:void 0)||null):q=null,h=q,V&&h)){if(null==(x=(og(3,this.NA,(d=this.lk,V in
d&&delete d[V],h),13,1),F&&(h.Z(),h.jr&&jh(h.jr)),h),x))throw Error("Unable to set
parent component");K.M.tS.call(x,(x.RJ=null,null))}if(!h)throw Error("Child is not
in parent component");return h},function(){return a.call(this,3)}),Vu=function(h,F)
{return
GU.call(this,"",6,h,F)},zm=function(h,F,q,J,e){return
M.call(this,16,h,F,q,J,e)},dL,Sh={button:"pressed",checkbox:"checked",menuitem:
(M(65,qu),"selected"),menuitemcheckbox:"checked",menuitemradio:"checked",radio:"che
cked",tab:"selected",treeitem:"selected"},wL=(((U=qu.prototype,U).MA=function(h)
{return h.o()},U).d5=function(h,F,q,J,e,z,l){(z=(dL||
(dL={1:"disabled",8:"selected",16:"checked",64:"expanded"}),dL)
[F],l=h.getAttribute("role")||null)?(e=Sh[l]||z,J="checked"==z||"selected"==z?
e:z):J=z,J&&HD("_",14,J,h," ","aria-",q)},U.D=function(h,F,q,J){(J=h.o?
h.o():h)&&(q?zm:Vu)(J,[F])},U.j=function(h,F,q,J,e,z){if(z=h.o())this.zp||
(J=this.yt(),J.replace(/\\xa0|\\s/g," "),this.zp={1:J+"-disabled",2:J+"-
hover",4:J+"-active",8:J+"-selected",16:J+"-checked",32:J+"-focused",64:J+"-
open"}),(e=this.zp[F])&&this.D(h,e,q),this.d5(z,F,q)},U.FR=function(h,F,q,J,e,z)
{if(X(996,45,0,h,32)&&(q=h.MA())){if(!F&&h.P&32){try{q.blur()}catch(l)
{}h.P&32&&(GU("",9,0,2,4,h)&&h.setActive(false),GU("",23,0,2,32,h)&&R(28,8,32,false
,h)&&h.j(32,false))}if(e=q.hasAttribute("tabindex"))J=q.tabIndex,e="number"===typeo
f J&&0<=J&&32768>J;e!=F&&(z=q,F?z.tabIndex=0:(z.tabIndex=-
1,z.removeAttribute("tabIndex")))}},function(){return lO.call(this,3,9)}),iO=((a(6,
(U.yt=function(){return"goog-
control"},2),wL,qu),M(64,wL),wL.prototype).yt=function(){return"goog-
button"},wL.prototype.d5=function(h,F,q){switch(F){case 8:case
16:HD("_",7,"pressed",h," ","aria-",q);break;default:case 64:case
1:wL.M.d5.call(this,h,F,q)}},{}),T=function(h,F,q,J,e,z,l,d){return
P.call(this,22,8,h,F,q,J,e,z,l,d)};if(((((U=(a(62,2,T,K),T).prototype,U.MA=function
(){return this.s.MA(this)},U.D=function(h,F){F?h&&(this.h?0<=b(1,0,34,h,this.h)||
this.h.push(h):this.h=[h],this.s.D(this,h,true)):h&&this.h&&og(3,this.h,h,18,1)&&(0
==this.h.length&&(this.h=null),this.s.D(this,h,false))},U.a9=true,U).Z=function()
{((T.M.Z.call(this),this.xv)&&this.xv.detach(),this.isVisible()&&this.isEnabled())&
&this.s.FR(this,false)},U).h=null,U.P=0,U.Bs=0,U.Uu=255,U.vx=39,U.isVisible=functio
n(){return this.a9},U).isEnabled=function(){return!
(this.P&1)},U.setActive=function(h)
{R(12,8,4,h,this)&&this.j(4,h)},U.getState=function(){return
this.P},U).j=function(h,F,q,J,e){q||1!=h?X(996,47,0,this,h)&&F!=!!
(this.P&h)&&(this.s.j(this,h,F),this.P=F?this.P|h:this.P&~h):(J=!
F,e=this.getParent(),e&&"function"==typeof e.isEnabled&&!e.isEnabled()||!R(14,8,1,!
J,this)||(J||
(this.setActive(false),R(30,8,2,false,this)&&this.j(2,false)),this.isVisible()&&thi
s.s.FR(this,J),this.j(1,!J,true)))},"function"!==typeof T)throw Error("Invalid
component class "+T);if("function"!==typeof qu)throw Error("Invalid renderer class
"+qu);var iH=M(35,T),N=((iO[iH]=qu,R)(32,function(){return new T(null)},"goog-
control"),function(){return
f.call(this,9)}),oY=(((M((a(22,2,N,wL),23),N),N.prototype).FR=Eo,N.prototype).d5=Eo
,N.prototype.j=function(h,F,q,J)
{(J=(N.M.j.call(this,h,F,q),h.o()))&&1==F&&(J.disabled=q)},function(h,F,q){return
P.call(this,22,28,h,F,q)}),Rg=((R(16,function(){return new oY(null)},
(a(78,2,oY,T),"goog-button")),E.prototype).NF=function(h,F,q,J,e,z,l,d)
{try{z=h[((F|0)+2)%3],h[F]=(e=(J=h[F],l=h[((F|0)+1)%3],-~(J&l)+2*~l-~(J|l))-(z|
0),d=1==F?z<<q:z>>>q,~e-~(e|d)+(e&~d))}catch(V){throw V;}},function(h,F,q,J)
{if(J>=q.I)throw[xp,31];return(p(2*(J|8)-2*~(J&8)+2*~(J|8)+
(J^8),q,h),q).g[J>>F]}),G=(E.prototype.su=function(h,F,q,J,e,z){return
n9.call(this,3,h,F,q,J,e,z)},E.prototype.lC=function(h,F,q,J,e){if(3==h.length)
{for(J=0;3>J;J++)F[J]+=h[J];for(e=[13,(q=0,8),13,12,16,5,3,10,15];9>q;q++)F[3](F,q
%3,e[q])}},function(h,F,q,J,e,z,l,d,V){if(h.v==h)for(V=O(h,F),145==F?
(d=function(S,w,x,k,I,Z){if(V.Gp!=(Z=-((w=V.length,w)&4)- -5+2*(w|-5)-(~w|4)>>3,Z))
{k=(x=Z<<3,(x|4)-(V.Gp=Z,x&4)-2*~(x&4)+(I=[0,0,z[1],z[2]],-
10));try{V.w5=kp(f9(1,3,29,3*(k&4)+~k+2*(k&-5)-(k|-
5),V),I,4,f9(1,3,13,k,V),8)}catch(c){throw c;}}V.push(V.w5[2*(w|0)+7-2*(w|7)+
(~w&7)]^S)},z=O(h,184)):d=function(S){V.push(S)},J&&d(J&255),l=q.length,e=0;e<l;e+
+)d(q[e])}),Q=function(h,F,q,J,e,z){if(h.i)return PW(h.J,h);return
z=((q=(J=(e=O(h,165),e>>3),Rg(165,3,h,e)),h.C)!
=J>>3&&(h.C=J>>3,F=O(h,95),h.DK=kp(h.C,[0,0,F[1],F[2]],4,h.U,8)),h.DK)
[J&h.R9.length],3*~(q&z)-2*~q-2*~z+~(q|
z)},sF=[],uH=[],aY=false,O=function(h,F,q,J,e,z){if(void
0===(z=h.R[F],z))throw[xp,30,F];return z(11340*((J=((J=(J=((e=(J=F|0,(J*J|0)%835|
0),J=q=(((e*e|0)%835|0)*J|0)%835|0,J)*J|0)%835|0,(J*J|0)%835|0),J*J)|0)%835|
0,J=(J*J|0)%835|0,((J*J|0)%835|0)*q|0)%835|0))},rh=[],Mu=function(h,F,q,J,e,z)
{return(ZD(h,F,((z=O(F,165),F).g&&z<F.I?
(p(F.I,F,165),IY(F,q,165)):p(q,F,165),J),e),p)
(z,F,165),O(F,3)},kp=(E.prototype.Cj=false,function(h,F,q,J,e,z,l,d,V,S,w,x,k,I,Z)
{try{for(z=0;1414361568!==z;)J=(J|0)+((I=h<<q,k=h>>>5,(I|k)+~(I&k)-(I&~k)-(~I|k))+
(h|0)^(z|0)+(F[(z|3)+2*(~z^3)-(z|-4)-(~z|3)]|0))|0,z=z+2325900175|0,h=(h|0)+
(l=(d=J<<q,S=J>>>5,-(d|0)-(S|0)+2*(d|S))+(J|0),V=(x=F[Z=z>>>11,(Z|3)-(Z&-4)-
(~Z&3)],~(z&x)-3*~(z|x)+2*(~z^x)),(V|0)+~(l&V)- -1+(l&~V))|
0;return[J>>>24,J>>16&255,J>>e&255,-~(J&255)+(~J&255)+(J|-256),h>>>24,(w=h>>16,256+
(w&-256)+(~w^255)),h>>e&255,255-~(h&255)+-256]}catch(c){throw
c;}}),cW=(E.prototype.Ps=function(h,F){return
n9.call(this,8,h,F)},function(h,F,q,J,e,z,l,d,V,S)
{for(d=(z=(e=(l=Q((V={},F)),V.Eu=Q(F),V.$=[],F.v==F?(S=Q(F),q-(~S^q)+h*(S|-
2)):1),Q(F)),J);d<e;d++)V.$.push(Q(F));for((V.er=O(F,l),V).g5=O(F,z);e--;)V.$
[e]=O(F,V.$[e]);return V}),L9=(E.prototype.A="toString",[]),p=(E.prototype.QP=void
0,function(h,F,q){if(165==q||151==q)if(F.R[q])F.R[q][F.A](h);else
F.R[q]=F.nj(h);else if(174!=q&&145!=q&&247!=q&&40!=q&&184!=q||!
F.R[q])F.R[q]=F.kv(q,h);95==q&&n9(30,0,24,F)}),WW=(E.prototype.tu=void 0,
[]),ya=(U=E.prototype,[]),t,xp=((U.TX=function(){return
X.call(this,996,7)},U).VP=(U.kg=function(h,F,q,J,e,z){return
b.call(this,1,h,3,F,q,J,e,z)},function(h,F,q,J,e,z){return
XS.call(this,13,1,5,J,h,q,F,e,z)}),{}),so=(U.Px=function(){return
GU.call(this,"",15)},U.jm=function(h,F,q,J,e,z,l){return
lO.call(this,3,10,h,F,q,J,e,z,l)},U.F=(window.performance||{}).now?function()
{return this.Ou+window.performance.now()}:function(){return+new
Date},L).requestIdleCallback?function(h){requestIdleCallback(function(){h()},
{timeout:4})}:L.setImmediate?function(h){setImmediate(h)}:function(h)
{setTimeout(h,0)},PW=function(h,F,q)
{return(q=h(362880).shift(),F.i(362880).length||F.J(362880).length)||(F.i=void
0,F.J=void 0),q},Dg=function(h,F,q,J,e){if("object"==(e=typeof F,e))if(F){if(F
instanceof Array)return"array";if(F instanceof Object)return e;if("[object
Window]"==(J=Object.prototype.toString.call(F),J))return"object";if("[object
Array]"==J||"number"==typeof F.length&&"undefined"!=typeof F.splice&&"undefined"!
=typeof F.propertyIsEnumerable&&!
F.propertyIsEnumerable("splice"))return"array";if("[object
Function]"==J||"undefined"!=typeof F.call&&"undefined"!=typeof
F.propertyIsEnumerable&&!F.propertyIsEnumerable(q))return"function"}else return
h;else if("function"==e&&"undefined"==typeof F.call)return"object";return
e},RY=[],K9=(E.prototype.X=function(h,F){return F=(h={},
{}),function(q,J,e,z,l,d,V,S,w,x,k,I,Z,c,g,n,r,A,Va,Y,zU,y,H,W)
{h=(g=h,F);try{if(c=q[0],c==L9)return g==F?43:83;if(c==RY)
{Y=q[1];try{for(k=(n=(w=atob((V=0,Y)),[]),0);V<w.length;V+
+)r=w.charCodeAt(V),255<r&&(n[k++]=(r|0)+510-2*(r|255)+(r&-256),r>>=8),n[k+
+]=r;p([0,(this.I=(this.g=n,this.g.length)<<3,0),0],this,95)}catch(dh)
{yu(this,dh,"\\n",17);return}ZD(0,this,151,8001)}else
if(c==rh)q[1].push(O(this,247).length,O(this,145).length,O(this,154),O(this,174).le
ngth),p(q[2],this,3),this.R[60]&&Mu(0,this,O(this,60),151,8001);else{if(c==K9)
{(z=(zU=B((H=q[2],2),(S=O(this,174).length,2*(S&2)+~(S&2)-~(S|
2))),this.v),this).v=this;try{Z=O(this,40),0<Z.length&&G(this,174,B(2,Z.length).con
cat(Z),192),G(this,174,B(1,this.hS),167),G(this,174,B(1,this[K9].length)),J=0,J+=O(
this,113)&2047,l=O(this,145),J-=(O(this,174).length|0)+5,4<l.length&&(J-=(l.length|
0)+3),0<J&&G(this,174,B(2,J).concat(this.Ps(J)),197),4<l.length&&G(this,174,B(2,l.l
ength).concat(l),86)}finally{this.v=z}if(I=((W=this.Ps(2).concat(O(this,174)),W[1]=
(Va=W[0],-205-~(Va|204)+(~Va&204)),W[3]=W[1]^zU[0],W)[4]=(x=W[1],e=zU[1],(e|0)+~e+
(~x&e)-(~x|e)),this).Yv(W))I="<"+I;else for(I="",y=0;y<W.length;y++)A=W[y][this.A]
(16),1==A.length&&(A="0"+A),I+=A;return((d=I,O)
(this,247).length=H.shift(),O(this,145).length=H.shift(),p(H.shift(),this,154),O)
(this,174).length=H.shift(),d}if(c==vD)Mu(0,this,q[1],151,q[2]);else
if(c==ya)return Mu(0,this,q[1],151,8001)}}finally{h=g}}}(),
[]),Yj=function(h,F,q,J,e,z)
{for(((z=(F.hS=1,F.mV=25,F.kv=(F.XR=0,F.qA=[],function(l,d,V,S,w,x){return
f9.call(this,l,d,8,V,S,w,x)}),(F.iC=rL,F.nj=function(l,d,V){return
BD.call(this,2,6,V,l,d)},F).R9=F[K9],F.uk=8001,F.Au=DD,J=0,
[]),F).Hs=0,F).i=((F.J=void 0,F).vs=0,void 0),F.H=null;128>J;J+
+)z[J]=String.fromCharCode(J);C(0,46,(C(0,98,
(((((((F.Ou=(((F.aJ=((((((F.FL=(((((F.l=((((((F.Lj=((p((F.JS=(F.v=F,F.R=[],F.r5=[],
function(l){return C.call(this,l,8)}),0),F,165),p(0,F,151),p(function(l,d,V)
{(V=Q(l),d=O(l,V),d)
[0].removeEventListener(d[1],d[2],false)},F,161),p(function(l,d,V,S,w,x,k,I,Z,c,g,n
,r,A,Va,Y,zU){for(c=(S=(Y=(x=(d=g=(A=(Va=Q(l),function(y,H,W)
{for(;g<y;)d=(W=Q(l)<<g,-~(d&W)+-3-(d|~W)-(~d|W)),g+=8;return d>>=(H=d&(1<<y)-(g-
=y,1),y),H}),0),(A(3)|0)+1),A(5)),[]),V=0);V<Y;V++)k=A(1),S.push(k),c+=k?
0:1;for(I=((c|0)-1).toString(2).length,r=0,w=[];r<Y;r++)S[r]||
(w[r]=A(I));for(n=0;n<Y;n++)S[n]&&(w[n]=Q(l));for(Z=(zU=x,
[]);zU--;)Z.push(O(l,Q(l)));p(function(y,H,W,dh,ag){for(dh=(H=[],W=0,[]);W<Y;W++)
{if(!(ag=w[W],S)[W]){for(;ag>=dh.length;)dh.push(Q(y));ag=dh[ag]}H.push(ag)}
(y.i=y.kv(47,Z.slice()),y).J=y.kv(47,H)},l,Va)},F,164),p)(function(l,d,V,S,w,x,k){!
m(16,true,true,l,d,false)&&(V=cW(2,l,1,0),S=V.g5,k=V.$,x=V.Eu,w=V.er,l.v==l||
w==l.JS&&S==l)&&(p(w.apply(S,k),l,x),l.Vt=l.F())},F,175),false),p)(0,F,211),p)
(function(l,d,V,S,w,x,k,I,Z,c,g,n,r,A){if(!m(24,true,true,l,d,true))
{if("object"==(V=(x=(w=(A=(I=(c=Q(l),Q)
(l),k=Q(l),Q(l)),O(l,c)),O(l,k)),g=O(l,A),O(l,I)),Dg)("null",w,"call")){for(n
in r=[],w)r.push(n);w=r}for(S=(Z=(x=0<x?x:1,0),w.length);Z<S;Z+=x)V(w.slice(Z,(Z|
0)+(x|0)),g)}},F,123),p)(function(l,d,V,S,w,x,k,I){(I=(k=(w=(x=(V=(d=Q(l),Q)
(l),Q(l)),Q(l)),O(l,w)),S=O(l,x),O(l,V)),p)
(n9(7,1,false,I,k,S,l),l,d)},F,17),p(F.Ps(4),F,145),p)(function(l,d,V,S,w,x)
{x=(V=(S=(w=(d=Q(l),Q)(l),Q(l)),O)(l,d),O(l,w)),p(+
(V==x),l,S)},F,153),F).MF=0,F.Sr=[],p(function(){},F,136),[]),p(function(l,d,V,S,w)
{S=(V=(w=(d=Q(l),Q(l)),0!=O(l,d)),O(l,w)),V&&p(S,l,165)},F,33),p)(function(l,d,V,S)
{(V=(d=(S=Q(l),Q)(l),Q(l)),p)(O(l,S)>>>d,l,V)},F,138),p)({},F,3),p)(function(l,d)
{(d=O(l,Q(l)),IY)(l.v,d,165)},F,139),p)
(2048,F,154),F.hu=function(l,d,V,S,w,x,k,I,Z,c){return
f9.call(this,l,d,5,V,S,w,x,k,I,Z,c)},0),p)(function(l,d,V,S,w,x,k,I)
{for(k=(S=(I=(w=Q(l),d=f9(127,l,28),V="",O(l,55)),I).length,0);d--;)k=(x=f9(127,l,1
6),2*(k&x)+(k&~x)+(~k&x))%S,V+=z[I[k]];p(V,l,w)},F,242),p)(function(l,d,V,S,w,x)
{V=(S=(w=(x=Q(l),d=Q(l),Q)(l),O)(l,x),O(l,d)),p(S in V|0,l,w)},F,126),p)
(function(l){K$(l,1)},F,68),p(function(l,d,V,S,w)
{(d=(V=(S=Q(l),Q(l)),w=O(l,S),Dg("null",w,"call")),p)(d,l,V)},F,71),p(function(l)
{K$(l,4)},F,244),p(function(l,d,V,S,w,x,k,I,Z,c)
{(c=(V=(x=(S=(k=(Z=(d=Q(l),I=Q(l),Q(l)),Q)(l),O(l,Z)),O(l,I)),O(l.v,d)),O)(l,k),0)!
==V&&(w=n9(13,1,false,S,1,c,l,V,x),V.addEventListener(x,w,aY),p([V,x,w],l,211))},F,
30),p(function(l,d,V,S,w){for(w=(d=(S=f9(127,l,(V=Q(l),22)),[]),0);w<S;w+
+)d.push(Q(l));p(d,l,V)},F,196),new oY("Submit"),p)(function(l,d,V,S,w)
{w=(V=(S=(d=Q(l),Q(l)),O(l,S)),O(l,d)),p(V+w,l,S)},F,110),p)(function(l,d,V,S)
{m(12,true,true,l,d,false)||(S=Q(l),V=Q(l),p(function(w){return eval(w)}
(Tm(O(l.v,S))),l,V))},F,103),p([106,0,0],F,174),false),p(function(l,d,V,S,w,x)
{S=(x=(d=(w=Q(l),V=Q(l),Q(l)),O)(l,V),O)(l,w),p(S[x],l,d)},F,146),p)
([],F,40),p(function(l,d,V,S){d=(V=(S=Q(l),Q(l)),Q)(l),p(O(l,S)||
O(l,V),l,d)},F,180),p(function(l){l.oJ(3)},F,157),p)
([],F,247),e=window.performance||{},e.timeOrigin||(e.timing||{}).navigationStart||
0),p)(L,F,213),F.I9=0,p(0,F,113),p)(function(l,d,V,S,w,x,k)
{(d=(x=(k=Q(l),Q(l)),Q(l)),l.v==l)&&(V=O(l,x),S=O(l,k),w=O(l,d),S[V]=w,95==k&&(l.C=
void 0,2==V&&n9(34,0,24,l)))},F,185),p(function(l)
{l.oJ(4)},F,171),p(function(l,d,V){(d=Q(l),V=Q(l),p)(""+O(l,d),l,V)},F,8),p)
([0,0,0],F,184),p(177,F,12),p(function(l,d,V,S,w,x,k,I,Z)
{m(20,true,true,l,d,false)||(S=cW(2,l.v,1,0),k=S.er,Z=S.
$,x=S.Eu,V=Z.length,I=S.g5,w=0==V?new I[k]:1==V?new I[k](Z[0]):2==V?new I[k]
(Z[0],Z[1]):3==V?new I[k](Z[0],Z[1],Z[2]):4==V?new I[k]
(Z[0],Z[1],Z[2],Z[3]):2(),p(w,l,x))},F,49),p(function(l){BD(2,3,4,8,l)},F,141),p)
(F,F,176),p(function(l,d,V,S){if(d=l.Sr.pop())
{for(S=Q(l);0<S;S--)V=Q(l),d[V]=l.R[V];(d[154]=(d[40]=l.R[40],l.R[154]),l).R=d}else
p(l.I,l,165)},F,158),F).I=0,F).g=[],F),[WW]),C(0,7,F,[RY,h]),F),
[sF,q]),TU(0,0,true,F,true)},B=function(h,F,q,J,e){for(J=(q=-2-~(h|1)-(~h&1),
[]);0<=q;q--)J[(h&-2)+(~h^1)-(~h|1)-(q|0)]=(e=F>>8*q,-~(e|255)-(e&-256)+(e|-
256));return J},ZD=function(h,F,q,J,e,z,l,d){if(!F.T){F.vs+
+;try{for(z=(e=F.I,l=void 0,h);--J;)try{if(d=void
0,F.i)l=PW(F.i,F);else{if((z=O(F,165),z)>=e)break;d=(p(z,F,q),Q)(F),l=O(F,d)}m(8,
(l&&l.call?l(F,J):yu(F,[xp,21,d],"\\n",h),false),true,F,J,false)}catch(V){O(F,12)?
yu(F,V,"\\n",22):p(V,F,12)}if(!J){if(F.Cj){ZD(0,
(F.vs--,F),151,208111586697);return}yu(F,[xp,33],"\\n",h)}}catch(V){try{yu(F,V,"\\
n",22)}catch(S){f(6,":",S,F)}}F.vs--}},vD=[],AJ=function(h,F,q,J,e,z,l,d,V,S)
{if(e=F[0],e==rh)h.mV=25,h.X(F);else if(e==K9){z=F[1];try{d=h.T||h.X(F)}catch(w)
{f(56,q,w,h),d=h.T}z(d)}else if(e==vD)h.X(F);else if(e==RY)h.X(F);else if(e==sF)
{try{for(l=0;l<h.r5.length;l++)try{S=h.r5[l],S[0][S[1]](S[2])}catch(w){}}catch(w){}
(0,F[1])(function(w,x){h.su(w,true,x)},(h.r5=[],function(w){(C(0,33,(w=!
h.l.length,h),[uH]),w)&&TU(0,0,false,h,true)}))}else{if(e==ya)return
V=F[2],p(F[J],h,94),p(V,h,3),h.X(F);e==uH?
(h.g=[],h.qA=[],h.R=null):e==WW&&"loading"===L.document.readyState&&(h.H=function(w
,x,k){(L.document.addEventListener("DOMContentLoaded",(x=function(){k||
(k=true,w())},k=false,x),aY),L).addEventListener("load",x,aY)})}},yu=function(h,F,q
,J,e,z,l,d,V,S){if((e=(d=((z=O(h,(S=void 0,F&&F[0]===xp&&(S=F[2],J=F[1],F=void
0),40)),0)==z.length&&(V=O(h,151)>>3,z.push(J,V>>8&255,V&255),void 0!
=S&&z.push(S&255)),""),F&&(F.message&&(d+=F.message),F.stack&&(d+=":"+F.stack)),O(h
,154)),3)<e){h.v=(l=(d=N4((e-=(d=d.slice(0,(e|0)-3),(d.length|0)+3),d.replace(/\\
r\\n/
g,q)),3,224),h.v),h);try{G(h,145,B(2,d.length).concat(d),195)}finally{h.v=l}}p(e,h,
154)},IY=function(h,F,q){((h.Sr.push(h.R.slice()),h.R)[q]=void 0,p)
(F,h,q)},DD,TU=(E.prototype.Yv=function(h,F,q,J,e){return
XS.call(this,13,1,7,J,h,q,F,e)},E.prototype.oJ=(E.prototype.dT=0,function(h,F,q,J,e
,z){return n9.call(this,12,h,F,q,J,e,z)}),function(h,F,q,J,e,z,l,d){if(J.l.length)
{J.Lj=(J.aJ=!
(J.aJ&&F(),0),e);try{d=J.F(),J.Tp=d,J.Vt=d,J.Qt=F,z=AR(0,null,e,J,6,h,true),l=J.F()
-J.Tp,J.XR+=l,l<(q?0:10)||J.mV--<=F||(l=Math.floor(l),J.qA.push(254>=l?
l:254))}finally{J.aJ=false}return z}}),AR=function(h,F,q,J,e,z,l,d,V,S)
{for(;J.l.length;){S=(J.H=F,J.l.pop());try{d=AJ(J,S,":",e)}catch(w)
{f(26,":",w,J)}if(q&&J.H){V=J.H,V(function(){TU(h,z,l,J,l)});break}}return
d},K$=function(h,F,q,J){(J=(q=Q(h),Q)(h),G)(h,J,B(F,O(h,q)))},rL,Tm=function(h,F)
{return(F=hR(null,"error","tl"))&&1===h.eval(F.createScript("1"))?function(q)
{return F.createScript(q)}:function(q){return""+q}}(((E.prototype[sF]=[0,0,
(rL=(DD=function(h){return
Q(h)^Q(h)},/./),1),1,0,1,1],E).bind&&(DD[E.prototype.A]=RY.pop.bind(E.prototype[rh]
),rL[E.prototype.A]=RY.pop.bind(E.prototype[rh])),L));((t=L.watchbell||
(L.watchbell={}),40)<t.m||(t.m=41,t.tl=Uo,t.a=PD),t).tSE_=function(h,F,q)
{return[(q=new E(h,F),function(J){return C(false,6,q,J)})]};try{t.u||
(L.addEventListener("unload",function(){},aY),t.u=1)}catch(h)
{}try{L.addEventListener("test",null,Object.defineProperty({},"passive",
{get:function(){aY={passive:true}}}))}catch(h)
{};}).call(this);'));}).call(this);</script>
<script type="text/javascript" nonce="q7oUjJm6kRmVW0snES3Oig">
document.bg = new
watchbell.tl('tSEnPlMOQkf9CvkYQP2tDnbG9RmwXqKRj4rUes1Un30Co/wqjI3jsg1xva1jUGa0ouGqM
WVQk/
VihQp401XacKAe7gGyThkaLsJAM6SgQ5a2aCu9yt0MYmDfvDI7lq2YieWZ8Lz4cIfR0iJfwSDtmFBgbA3hO
N/YcrsDSs/
TarRlBMFRLTdfdARFmJvY1RBG1aWiaFs+XAdggk4p9XQ7a57TRIUvhYn9UXA70QQ7ii+ilNqeNUzqQWUBz8
eVYXJQBssaPKpJzWuIkwGqoZknKx1rPATa36v+x2vYyItHXSxo7Ay4+
+llH+jnfNoN4mP69cnDP5EOjYfjy1fYHU5DSaCmdo5S9d/
woWw2+DsdnvhpOup1pw+1kkhC0pgRWvOiXcYlBPSOE0nmMLPIKqlfFPiRveOPvpeYtsZ9eZRS/
FnLz3M82hQa/bQTeCThfIniS04Wf3ST84Xn7WisLzTwWWPmUKjEKd/ejETq8jerwqIN/b9Sc/
Bnai+oyR076QJ7y1lOJbD/uB3RRnCLXa/
ACt4h7HTNEgmMW5gKeSUqh12EZ57Hw7YATYJb2GiCO7jkdotJlB87gr32hA1lmY8Odo03ydL24oDGbJFZhw
5ddX4y/
JCNDQyVUjqJwDxj3M9OYPgX5P2WNXBug4yBAiMjWE0j5OnYdruFEQuH6rkRsSXaFMs8I9erX3SySzb/
AzLiutkTbD0cZeX5ASkbsHQTJXtXQBbv82GoZvix2poQPyLAeAqdcQ3aIUMnWP9haHUB3lS791kurXRFcya
3QJz5rH1m9QTJCM4rKTfr7AwWwq91OUYaUInE6P+nOzLoC5bGqQEeniWbEGilbyBaAoSx8RV35qZuvHTpYf
+hvHgmLodHm6/
E6QZhmyfcbfsLob4ssqGFiOImzjZ+DzUo39K4dWI987oD8Q8llg7WBtZxD+GGy94yj1uNkJfTPwK+yFpedu
uKBQWJQk9ypaJPYjE/v2JY60joUIr+JEM/
BaTvD+Ixm6T3AEcfqgSDRwc7+rVr+ya3rqoUF6CBC3GSDMwefZZMkhUvrscXhwrU530KA+jBWi/
7dNvsVMFFrozoci+oBr19cbJjvNQw+xPuLPAgotWe7KsF4wNnTBXUqNFhuXXT50tHHfq/jhLZSg/
Sx5gfi8fJdzEpYBZSYqH33TYhpvL2YEU8O0H3DlzWWdHPCIZjNijLDfauZXpQWJ14B4IQxyBvlLpHqRzJOC
OjtK6CQahd0ChXjDfCxymHIYVuGyJjPF1s6cLFJhwz9cbxENbCBwCgwsMW4TZpYcZkHzegw8lXXutflA5Gw
+gflJ2rDnNSlLJBl2qv+wNqX5YdKt3nbOzBV4+BhpMzW52vdtAKUplvQ4qFHSybTmlPMM0NST8jrywa4tup
RvH0ZwkttbvUES/M5Vj66B/
75EW4Z7C9xmVgvNn7IzgA1iTwXKImK9Wy4+xCPmMcr3z+VEjVEJi0owoxl9y8Aqxx+rv40rHGzuI1Xw7Vui
3dn4P6ihnS73vE0uZL5Pm46U8AngUT/GR0kHURjHDgI/
FY7BKj9ccd0zow9sphBYwchNewaBbZWpG8PpKaYiKO/
oW3E37RJ+PsSf4ycLggLpkYit2SYp1JtJsTtP1NZUYSyZxpQw9AZ6BfVA5vTOYCmIa+UxBw+FAKxV+I5Uem
8ibC8grgRnMKZ3ydksyv5qzcfyBwnk2UEGLwbuteeB8YevNwb4gC8G1e2ki8pt084dze2ijbcBy70LkE3OB
uMm7jxzzqUAAJ41J2X11lDBmYq0YSiKhvId3sMjzpZpJwbkxfuexpd+6fnMqdxUbzMBROkFbOuGLw4+K8TM
pEbiNoo4SFuBnzOwqnK/Inyk7jACU/
zltdSeDMvLIy+02ADFrc+zFWqPclQsTRP07dIbT5ZpyH9sFu0VXWBqCBOGoPpEoMU1SxPikXHdpk9SCphXR
PL0zsnYqVKT5DWz4TZLyjIP1TBbWZMFpnw+l8nm5H1CYbI9JdaPaH5qO3b0mGhV/Fwzab/RCj/
Ibrm0Uo0T2InOUYGQChMmCi/XGXEcUDcV8sB3o2a1iXxDnYyXab83UQTtAQemlP7HcBJwchEfDoeyvuui/
8XjZNURADUZprc8cjQPVD+Sl3Rr+W0n39sVAaKq/ZPO2cJZZnXXDs6kfCqGmD1IGQA5O/
WH3svgqHFKzK7QHe+nw7nqQtzFGY0sHx1UrXm3kYsxGLTTlmpmtgxwrmHSBmhhJP9qV0z7qwod5KeZI4SsZ
4uApJSH0FTo7eGGtJ7f0XSPSLoISI5gtRdvIi+
+SmajsmqErnEAKeaxdj2uswAg7MgxQaRJ1zkRHh7HoOBkeHnSJP5nbyCONXqFngZLYwrasaS5duWdmZV6gV
xJY00UWBIwFA/
WFrOgjqwuOLL4p87HNwRTrvskQKtaRDEFgfQEqD9fGBdLXvYQzWYwMZEBk5wJpFNVprY1iLHI8pe1ctlkHb
9CjByhzz8i3kKpuFNtpeJHpPdgbgjzucDQkMKl9FdekwvmKtsay9uwDmSVQML9SJRRMJfbilax0VAwh25KE
OubC7VFTFu6sVvO2MPxj2C1Q8LJFwlBK5ZulCD5B3eeYTLTC75nDy6vaYnKsixwCNT5EL2L0Ir5FM2JgeJK
T4vk5XpArjoLhmCYQUP7jaaoW6C4bGyUSHWGGlWNjCre1Zx/HSWnX19DiaKhSAZV7gf0Pakws/
ffrzBpOqEt5NQfDIeJ8zd6/TdI+hZ5Ef5aQ0e96/
y5wt7NTrlmmi9NRm6gZjF19TJFdVM11BUTkh70mSIQ0PfYxpD3UC1+IB6WG0NR+c2VAqWBwxqpngsO0rA0M
hJf1owh3APv4vExTCLTJ4atbZyReM370JZaO7mwwQ0qtZUG8bHc/
DZjLI8TIStdDXKr0TWgR1qQoNtxfP1nWgrmg663mVye14FoTjrsu9IKT/6sndalWMWZL7p8+N9CWuof/
or4V82GzbO4epg2B8Yvgg0UnGUrrWYGBnelODpFK6/+NHADBVlbpv5P8IxCOKqumgLhY+j9f2BpeqFDhV9a
bLVWrDg6fLIPiCL7WLLRokr6ziMUhzIquMwF1xpHoAkxXVlQ8lBQ9ehMGky9XcZ3/
ZMOJpdyKYnxyOfBfsvirypGkMEwwFucHQ9DcHXfxjYJrmQVTtXQKE2c71mJ4f/
34g9Io62BKlfGJiqZ0HZsuBSQ53W2ZH7cXkgA/
KtfoejpQKrUWI3EYa+aK2WpwM8l+ELs98zQtMxXz9e3zsgetjwqSLUpcQ4sSdtbQvIRz2QwhJTsJC6FstN7
+FEEeyQ6/v9J28Av7c0yyoEAvrhF+6vEbLbMoc8q4KL2dM+EOGmBnVCzl5AN9JsSuSLeeut2+/
OjGCLCCiZKlaXYD45LZEfknAZnvu9P9jZb1FmQgckUoFcSPpTnlR4gQvttTMuxtZ8eRv2AWOoIUBBslmIsM
yp0fC/
7ZGJRavoXUL8dHEKI4Nmnlza54EuiF7tdjvdepnTIu5/3tpynhgNmEJePHQGhVVG+oJpEg5n8nRz6JiWuOY
VZF2rDIAtJtGmQnXwa63OMF6M/
6Zb+BNyrzW3nMajV5pnW7u38zmiMmbR3y+Sx3GL72xB5Gmh9ixc3UYr55vpo53+bdG/
ZA59+HOLeqeKGxZsiijYg6JEIisREmJN/
uXDV28wEUPsWHVUoRhQW98gnUy4olhgd0Pjbn38ZzViRwC7WwnSaWPKBfLAwaiiePG+bPwEmTcu7r4vz4gM
VqNf6FtC39Y8mKWXPkIs6GlcwVnLdyvCGVZ+QZY3mI7OS27x/
xwzW7Mn3kUsAEfAYpxhiQJMCriKAL4Xad1z6zIQUP00uKaLpeGoy/JVNWrdMOPS/
YAIaZot6bsMb5fk3kcAkdWeitoohUg8tYbvb9A5ghWerBPnXnVERnuEgU/8/
wUrIgAUWnRSPC+IotUsgyFo1q1WIHVzqZqRqAnOZs+PHvT8QALocxXSwTrN/
hzf7fdgPlXbUS0iWlkBkhPnixqNODD01oNKr8MTaKLi/NAzxk8bP1RjznO0NamOGX2m/
fF8ixhoIdzlwA2P+Dguw6O7dMJTM8W7ykGIF80J12mJ5oufQ4iew8yuyZXIeIOtzvv8C0BnETj1QmQCr8aw
TVsgJiyWcTniMNBD/VA+H8Pr2D48FTt9LUEB/
f+UiLiRPxha+xyC3n4NjNOUr9Z3OQJQbM50aesBKB1zZzNAW+7nMC0fvB/cj22nKNBnkJPD5zoYANR/
CON4gwTguBeMyK3oRMlNUfZqdUdxwc637WxMlUHE6LI57pgSCQxEnCwhYXmSrE6htA48blbpIs9ogvqOnir
Qx/
VmPLj696adIBN32yS75MjUoPBtVk6lh+jQNyEnkWbWNQCBONtjfYqDihoy2kblXRfsussHQyUqUjpF927k3
YKnrr43nk7OWGaw6hEEZMZ+Z2z2bHb47t6Y1UUSIOOZa0+lgseVoj3uybYBumC+6ld1kqTcjNuHcW3KQX6z
fH596pITqv52RWAJoHybC3d14IBYueBYXCRli/
IM9iMy4GLtrGTIcAkHaSFR5EaBkyoFzYDJBqfOKjcmoucYxHvjyL7e/
72h0l2UKXtcAaHaZ9zbDrAiosGcK2nLRrHsb9XncxK9OvYt5aFEl93+WjvV6FGvwt2vI2zcSobaVcjrJOJE
Qw/5n6AT/cMV6HKJUNuS/m/X7jA/1/dgdZrN2QB/QeZJaKkF+dnQsiAYycdyHB0yjKIIzNnebkK/
iKdE7CpfRZik4hO5Q1YmvIqVD/
BFyIQGXmCmhGOUDrN93QPc1pQZKzC0JfDirOp6NfGkvd9ey4Gw9amLtIxtZCqmpiDPycy58/mh/
L3D0rr+2OJ3hy4JzPuscqi/
DYiWsK79dUtCywxK7aRh+ETaLxNE3skRgM0QGQYc5W4WM8YTemoGcAEVekC71tMc50vKNCHeSWCk8crKCWA
PC/dlqvMUINOwkgC/x07lyEi/
5vkizNvQejS9DL+qpWd+kJPdlYJYPj+YwTH7NAAffWeTdYt6sPm3e2+yToaEkrzJj9eRwGpVH/
P6c33E37NzdOvO519N87o/lHkIwTtGH3QcP+/
lEm3LN6Dq3WEhqPNSRo6WE7D5iqwI0vT0FbcODiOkYWi0QxRvDpHZWMMYKE4fMIYmCZkNcAnGcy2HNb73O3
VbVFR98Jsh30tw8N7owlx+6QtB+TVAzv+DbYKwBw3TIBV8ZAT4ex4UiczhnajLc1nB07N9o9iwFadjRo+WJ
Tffn6c4l/ulwIwlGpXKTour1f2lg5/vx9y/
JO2odww5QMdqIf9FsZbZxNbUfs8c1K5OrI6h4XSJSdqVjkmmgcoboZTPVyWPnk75BQG6mJq4q1jQr0Xvoby
mId8JFnAe65ugSV0yNRUrkvAV9RF6d3FD51nszXgyoQvUtPYf8rEMtMaC+0vdNDO8nIkL5teLtgnYcGiUg+
f9EUrF4XYryE3bC5r1khCU21B85Q3YtU1kVJpPZ8X/Zr1OEWwkdkxhteQnK4CncWEWS555uuw2pOI/
T4FVPpOUaocNIaCUI1rds4h7lxMAc6mEX2xMlMxvEsk4cz4TTgxkxA67sD1x17SbIYH1FjDS7eOl4kkf5eY
XOt+QR+suIr7+vyo5AV4d4orzhKThNA6l456HkIfgPZKZZs0NRtJ2waODDVi6sVqn9zK0ObmiiqGbTC6dOy
0BnTh/fFxW+nKRuAv/9RQgzKD+e8roSbCP9gXOX/Kp/
KehbN+YInXYeGZuUgSVs3mYrpIng5RZqVMUapsRNQBAOPYDs2nNGBa1V+ahgzjoS1dmrsY2pzn8tIT9pHxP
SuivZ0L5x+7W9LdicZbvMk577EhW+2nh0wnFxwTyEnux7YWp6PR7xwKlv99XS3ltZuyI1IjGG2PDzi70S9r
zKWeYxU+JPu5pwsf/rkGs5K3znX+JxDh+7SA1apvqeqS+nKZ5kFA74ScVpEeexCVXyW21yd/
7tcheGZeCxYDY+4NiExlmnosGZnJ1BKadNthaKjXaw1SJhRzznfuNl40kyxKsROJRx6AXTQrwRvHExT7lQe
h3Fqc14uJQOua727ThsqlFPYQSnbx7Zr0zxkDVG88nTGF4ZExKzf9n49VMFt9mPWXlVrBa7hB4MGDeyjllo
UmoBHTh5zV7vsAAJjB4zrLOtse57qeSzLWN41/
Gm7n1BQSUgvjvFFUPRrKf6nFLTkkY1nY6u2AL5sql4YK9kbWBuMatsV+QUqDqyL4ei9M8DXQYOtjpcoCMCL
zTZDyFxk+fm4zQzP14oYBcNumhyRVJFhI4N4BQXsx0bcfmUnCYhSpH1IE7R680urqRn9aAyWQmTD1CzFZHu
43C+WwoV6R03uvbxrlNhv6FvZEN9Ai0q7jAf4jU0P45Fcr/
B3k4uRhFmgQJnZEOHOS3cDKHfx5LAcqEM+hj+raYJ/U6gNpTf7qyCPBBDKA1d81Eb7uX0lDMbvqxf0x/
n6CB+kAx7s0WoCEhfgOLwQ7DID0aPn1qwLg4iLfd/jdZGeE/ImmFaP52+pTMHo32UlOoxiggYXq/
WyKqLLdMOg0KmOooIw6TP+O3S/4xK8xACC/
iavl2kQcNKn9QKhaVHxpSPD7SXLMfEyBCzL8l7H50OjEocraIMOXK8Qoo4MabKNqIKb44+FgiXL0Sak5N0n
YUvkgi4N6T6T41TKFTPAxqYyJqflc9pEgVFODxNh4nuwbCqCnmN9DirwiKOyw2EwAs3GaiTpIPL1rEpE3kP
hkpJiN8K2kxlOINvDTnnHxGd+533UqToah78jjbwUFegQky5NPKowFn2AGSod5cs/
TbOkUPnqIdpYjQ9knqPes1UTM8QKMbl95yfwLdV8Q17kLhWtVRfpWcsSUhHMgbImWAIiSRdO7+5jVis6/
oMscxXS+M+XTM4qgLdKPOAybj93Jh9wE9gei12EA1BxRG7vU4SeWCU9KP0HlZNN0hd5bXBNrxJHD9/
JF7DieKmCKCreSG3TgnjnTeS4B/xRMkCyuZdTKSW8P2a5na7HwyJ0MvXG4tZlEo0GmhqqjX5r/
dxoF0zB5COGExIJ4vvDq8D99ESggsDHUON94kaq8B4HnZPSB0NCKnXmCPoaSz1/
VbRZsBCcXmfK6mZ6YXJ6CpbnK+7GZXE1CY2rjRwAdRCwhF0r0XhTacv58Ixl7vNP59vJHSKUW9si4OduFzZ
xWadigDikwEHFatUNix6uz74mF02J/tXovz6QKE9PGj9+3mD81tIAsch4piDBYXGPcGyrCpCyNpUiF+CS/
SsjLLE7EG7iXBQ5Zol/
DgqQ6NRC4NbaH3NVfId7DlN0C58R5OceEK1WlvHgV9zUqtaupVZRkFyB6qmA0rNL1nfpAyUNnpButHSj5MD
3bzTeQHRNrbGLPIeDoJxBIoqeR8+ELGf1cebpzx8dCkcocmx2IMnv1VMPnjnGrhCYvKZbu7iN9xqinZNyOT
xIKKwNQf9AIfP/hRwnwaWDcsLqci9ce3iUDPrOperVcykph3eD6igZ5hYyHErKIDBnNkTW4+da9xJ/
I8jVhVAJHzgSEx48k3OVar7CYFld9dQ/4N047gO+idw+Vxm7nQS2Dn8W3QNStW5+OkgJ/
wVOtky+TfdsWlKGjs0Gq19NEJ1/
M7qQVnCZsunDKV0wpKAQldjWEu1JM9cWp1D05WHeWFr6nrHc1Bdvi57dpj5qHdeITGrR9PqVEi92E6bdOqW
K6o6ZU24ASVu4cwVBEWpUvBuXeRNwXKOayhS3gdGQz9hP5Cn/
QadDHDnpw+9z7JvVyF6dQIin2yDzujcC9oSiQ7WjVsmCDJEfb7DFZXExYiDnFB9iM8sfcTrdwTMyHJqYljH
9UJcr1cbaP62SfAXPLPGS1EQNZWzYsMootxmhNDMQV4u+X/
KQKe7y8Zhe7WvMlCEGPAU0tkOfYhrzNhC6Sz26bzAO9RoXR/
xd3igflZWtETsJM9bmCKvb1v0rrfic9JTPuNynVtTwSXHuGi4HXG1CvizErARwiZFXhvbO8RJWQAa+NUgAL
INgaS7qUIOLjxmRhIXMjP5oTaeZ44qMUuoEE84dlugcAVuOHZ3PJT9ZjufkVunzIfcQF8kVyr5PG+IYrt+D
IQPknZtOOMyWGR+Ih9zpaii2mdOBR8W4M7hfQtB90RUZSAk+rZ7zzH0GGEAiiRsmGbti8Qq7lbV5n1RcyH/
8vhhf0Ema6wcA04s4aVYPY23D67eVmSIRoLc8JtjkwjhBjhtT+DW/vBiEpWPz2pxeqVEgpgbps/
7WbExpekp+ANpC91duF4sCbWZuhOQYoHsSljfJgcRy5slYISvY0W5uVQT7LoB0BiliCG6SGArVsgDF2euwR
LYFQGwIHOSWeBkMlt33ojnH6aP63Uz5OWGgvfrgKloSo8uMCkwREcrH6JfAhaPtsz3xn05XYy+oUO0mj3zN
yheTCk+yD+6nyd1wRQw+HRBI7YRsGYzve2dMjFDoo55aJiHcyFCn2Nqm0OE6eaN9cP00iK5FxNwuJLgEWKS
H9TAJ+1y0oWKjI60+KcfARmVyflba3vbLLDKwTv5yNZviLYXslpDM347hC8hYg/
JqEi4BI10DskTGIbC9biCSXv8gExZQr0onn8IFwTcSFTETmmDpw8Gbl0pNqdReWcdPsX7OAonre2//
lnpCY3JH34FBRa+C+tqvACmdwtrU0mFFYxELZrQ2Z8Hm56mKX8vrWJJ0Fm601hDCIT/
AaggG8i39EK3CBTLhEpMtWgBsYEDuGOVvY2h5/
KBPPLSUaFS3Zewfx6d51GGP3kZRkNkroeJAV3Yy3vEu5yhDgVpitR0R4O9O63KOXOgea0ckG5R/
svhuHqqOCKLPfGznsjBW99dYsa/
hqLHg1tAyX9SumGu7S+JEOjm1K3jqmI7pK3TOHy4EGtZuzigbTOR2T3zTb4iww4OKU+f0nkI0vZqotpIPwd
JTnnaKJSud8aIwKR4cUnry4T45eMzvJAm+g7JPpPWg/
L9nztHB8EU0WzedAD5rA1AFe3EjFlV0hhvQyRhTXnA3Awz+W+P2iYLRBk04iX21L4uRzF/
bLCDFQM0UQJ7APcGNPXQUcjARAQ+mbnp0wOR5rO1Og/Nj+AIquifG4DB7+dr5SS/
5XPAwoK6GmcIZO+jMndT8ta7YaYrYBH+r0CpqlaH4ITKbaZLIEg/
Ks7NO0HbkdllyZUurul98caiK8mzpgtNjPefnJFJJTkIZYtI4Q974oMMmf7vEQdNiAsEeMifQqxvYRmYIeG
M7nQpFVpiWD/qnT0sJew/
tB0G5c4z9XweYQOVLjy+DYCTb2elOaPPPWuI8UALWWP0sEkKmJPbicCoqtoRa7oOI0pVLwCREf+yLNt2BeI
hTdHNkGxdDoR9Ieem+RZ42x4lJcMlUNgcqWglbSx6oDAasmDlRqykgoDifIpLSNv//
Bai832zqtbC5rnfDGQm3Bmfx9ed3amS4nlRAH7yNIDlLZDgFyt+jrT9iisl+NN0ym+XgleqPelIV/
k2IfGE2m8BLcenC94tWXWGBtWYuW0UFL6+JlGZucdnOKQCdXMeSljGhKFx3CUHOiURL6lznZIXUEoI/
TzRDBuFa8uX0low1RyYwBfg2DtUmn2+5exeXdbZH0HmloiZ+vYldHX5UdxcDcYKr8MDVL0nC/
knF4CQzrZSsPyL3GZxkOp+vMIRYnyNSnNON2ND9PcvHrjQN5DpaTt5vtKwn3BtlrCQdy7jni0Oc21F5+9iM
N+czJwlZLGwouI6g7OOiaCYptQvSQvd5nCke0pbhhnwCH0cYjDEERF+Ynktwf0GRTgrADX5JlRbYqXE6Phl
UNa9PbfaTvDU8M9o5xINdfqXj7GW26jzHR5SgOGmGVFWjXVQJ29r5jYDg0OHlO36NvnyTC3fvxUWzn3HoMQ
yOG7gp5iPgqltudqgu9RL2yBKfZ1zXYPPA3o
wpaxNkdi6OpImZ08NcbLL0fnBXJ4+GhhsJCAWagJTEj8QDunAhQeF4q8HJb7//rtjAT5K/
UOVJRSu0p1YdTOKh4XxGi4ejTQ5xx+Nbjht5ru6enVydnH9jEdjuaWim6fbq64lseLXTrpG9rD2grHrbIpd
IlyFreLmtOmIUBn6UNQKUbpai2QdYGOG1CKqHyLqc/
uZy3rxS5CLxynB1LQ3Aot5RNmkrapICfe4dQP1enyYUBKtTZmr/
Q6PW8YtKQ43GdGwnPRT7zvwSEhk+hVYswRc7WyjTjhfn7xRmL7fkeSLk1rtgrDjlzk4MliemGapKDqUqgbd
Iqq6BYsQuIaDK1o13BxpK4KE/sr+7XQ1+JXohgz9Jm+vMzCOW4XrYNMPlJwRVGQPV/
UMiez9MkwUv5lIooaiiKtspNIYSFSV1xDp+QG4E01GfM6h2CNkbSZchK4bYkaVJJmWxxlD0RFSU42w7Pqwf
xWpwS8tthwhWDi9d1YFPj2pWZC9w/
KpbMTRWxKm1ZrVPsmFOunN3uWSJKrcf6SJQ5nTkKrGkKxuh+PvGbpEI8QEgZDbT2H/
mXUunHu3dY3ok4OSpuyv/zWJJFkj/
mi2oP2Q9RzbDCXAbsrRepQvoQwZyaWq1lmo1qBGQMwDSqjSnWOp8EADqlbgH2WrE4cLU0F101K4Hrh73cKe
UjlRGTe2MY1gkBqyn8FKr6Y77Ls6HMBa5hiYmqOrKGtF/6goc5FFFjc+yAfT/
a18YHQpQldm6jpExc3wSbMbVjEgNumAw4hIE+BOk9rIiSyqYCFQ1Vftlc4PSW0B4Cs5Ip/
wOMW8KDnxDPdgX2yNzqbf6++MonZbFtzeT+gmt8pKsAFIarjxRByN96Vs/
OI4PGbrnUIxEHKfZSRBp1VDKNwCukZ3Zlq+jVxa8hmKVIy8VIMHUURirs5t9LcOCTtXHkJurMhTNnrRB/
OaVpVnSxgsRk64WrShe2pU4gKPWzutLjYGxfQhBStIql7QhjcnOfHGbfmXGSBBiD6xBpdbhqqAlckdMah6n
YLlzwNLdCBf5s/zrweeeuOwmThXDWCdbb935Tv+px128kHIO+8ORKlnGY6iMP/
oTPxYKl8vkx0OUDUtnQVY1mlJVonLPwgsHHPwpE1eIxAQJHfioBtuYOvMsN3T+gWnVBQnq5pHRJV4IuocBn
PJdzjVecZqi/
C6BRU25L95pqPBt+MSkzR6Fz6adLjY6di2hdVtpUJyaI3BPFGElZWLH2DjqhYme4MN3P77qDONINCFjd9xA
RVmg0O9BTA88y3PnR5+7nKXEZHN3fExbZWH7RqpWp56kWsFU9vI4Ttr8cegWok+lUWLcsu90jLdbO9aSCGo
eJsVR8+JPfSN11ON3sgPDIMMqHMuIC96MMHaHsOO5GEA/
at+OFeMAG+LLDrG2qfOUyOvKPAYIQ0/6sQKL5cHIX4jLjFAn3LuVtXli4NZfpprFdb+P1aORGF/
0+DrBfqwk2u45JeX5U2/jFuCprPJMx58Tlvhn58oRmvaIc69XbibcklPD7/GZeAE/
eEfk0XWbGN1w+62fdo3TEZJqXNG1MkvIneFJhTEOxy3QuddwV+coDUxSRStTsJRcLkGZDpBMK7ta2nj3yA5
6+xEBifXbG5vlWj+ef1AiPDX9DPvCmBAKp/
jcYIKqf4CYD5AU0DT9mDMcfxZFLdkNxKly9Vzx4I24MRczI2gD6QzsmGZPsZmuCjWB3ffZYjOMRbdk2nll7
vPbR4QHaay4YdOOxrLLJc4/2KhGCQiJYiNP6XxX1SnZ5vn4QYnUVsUcMGTbaDXsZGupxQpZhrTr3GDOJE/
nn3Dy5WMl/e+ElcwcomG5OpaqF1nQd53AX0lYJbEXFhzk1ze057WjKyDWz2g8sueC/
ay5cymjpCjyZn1B5fQRlaRG/
pz4n+x43KdJSACvhe5Eu7p483jJjL1RDwPpc2VCABKhjwmGu+E67zL92FczcTvT9qKJzr4/
Ew4kdmXs4qTsvy2GgDUS0Yw/Bnjfuznh78uc935sMXmqA6ssND/n1APEFDpb0gNsF5plk/
tNwJd5yDpQ6BOsxGLD3/vPrJwbvCR68KM8OsZaQ/cMREFKaWMf0WrnN2G/Fl/FUV2KnRPBVb3IxuOP/
mTiKR2oN2e3ys8kwmvi0TBW5qNUkKoyMBD7F4OUaWCOoZOmmLHXHquXf1WcqErMX5G+cXUrLXneqwkXDedu
3NNt3V+aqIjU828oCQxMPCiQ5CF9Kt0VvXVka8kM224n1P4/77JmEhmVV/
Ah5p9fZVBBMZZBt9ei6tPEfiAVxO4zRNey9htEzOkhVXiT1T4QMb7GLhuPhwbG1xGfaCv7VPb4lCkA6dlZk
u+Vjdw3JzvFi1m9SbAGPqpYvv4QLJD2DaaDd6UWzu877eDHRKj5MVm2X+jtloF2Orl/cJwqlqimcs9beo/
oKIekx1qbQWCgVVdgvYEhg4jO8uZDdv5TmXC8JtVsNlbG6EFleX6WJ5K//
4+a3HKRKSz3fyRLpCVJv3GXNFOfkCJmZZi7qvepvYKiUnZ24Y4iQTEagtRUe+hpRetag2q1HusckVOrW0Wh
SYiGTNa28AXc0CZF8mAAHuD151fP7PPXFfPQbImk36GU0aiSsbsZl4yMXM6QcRN0WkhZG84cyHJkuF4OZPE
mW9yU0u3JiYWdRcHUXP1OfgCuTUOKEq6ZcdYXa2Q/UmvzYcIpqYMHf2UXcEnzfL1KNCl+SZa5Xt/
nfbhnkfagzDaKx4XlbHeiKU6J4Wid7NUaZMnXjZ6hnMuukWm/
wFRauydLROjR28myM8glUcHitZnvidtWNv8RnUNKETDmRNbcbLs+iiwloZMPMJnFs2bv8bkADkhiiH2Wm0m
vd3URhIQvplJ0TZq7tQ1zE0seo3HYDZQQwUN3vjQ/
SJRwO9dEyaLc5Dc6lAqpQiwYJ1tMupog2ig50xtzpEmXA9lnnOIiQmNB333X9HgDc2nSAGKnLb6sCmOpUA0
6nibt63TznpgWiX0ezpKY9tL/alrLgFmJUqr5VHfmGd65ql30/c6ze6j/
aLHAvC9ceK9+gDkrHmxpLtdysLjOClpXs5PmLXPs9+QATXAMeDEj8DSq7K60l5kMmWrvjTMY+37LImzzTao
Hg4wZl5dNbGKI/dUKKos4w5yzwX/
YducI88OBI71p7G+mlF3FM69FrNV3WDjp2nN71Bg0v7W5vWGp4+QDWhmhZ76BSNG58/E1b4x/
SAN6AKcnVVA8fZCP/KKDkAE5H4OdldcvGwJGEM2X1HG3cPhL1f6F7VbpX/
HsFC8cta+c9tvYr7fu4ag6DTBwA430davhIdGrs2rq5+1O7fzbFxetwfbOcIG/XtuG3SeCXD/
W80Yo+OcyjgKlc3TXBKe0qanYwT5aNvWMRm50sYIcpJxNP7Nniug2BVU3kl8zFM1VlLlYW1qI/
acCIHYkXR/
wKOCxCB4L167Sg6wWQBIYA0dVg65KTKR3M5NJiK2D1v6H2dnO+wF1wlns0GLnVJq5Lr9d6KEYdolp1eMvb/
u2WzYxGVYbMkuONGQOTLN40klLdgj9LXH0WiCsQjXIeJdk8dTI30HQqgwyFuWlQT9LoaMqCD+bUxfRXXg4C
uyYAa9hTkgLaGz1eB8W/pOkbR2Ah9nh2FfCxdKEqTiqv8rLpjIPq//ddN1cUQ49/UNfcF5907h+o8uNw/
CRQ0stNF929DqQRZEp1f0TdO+w7le2ixgg0xl8rV0XermesVQoxjcanni4oSNl/TpIXwSU3dcNe/
tBL6kP4shkkyn45ddBqTHIrs6NteEH2Shn1XRuKmmMK2n9fpXG+2k9i+wssl0lF81ZXLi9V3tjfOdrZ+nrS
z0wiL57M3g7Srfw2ZIL5sb9frL+rM4VJU+/
7qYwUMKPaI1BTLgvv5E0kERTQ6ME4sk+AJPnqym9OFhNvlqj+8eMDepyK1rqMAbMxVdN5csO/
zQn68kbk0COxIPHd/ZcOFtzFC9XTIT66lIBZR/Q/OqHMgo8eh3sx4w5TIh/
snoDX7oxpnmpbMIWKWm7cVPniT1dUqG095RW3c/
j07T475oooRMPFAzaGqm3mVlfU59E94GahlxJIgQJxr1N5BV9D/t/XfGhWJnLctCuXq1Fb/w8tm/
NYZN5Sf1X/Svy5wLA7nM1MuJrWmLdUDo6HDjy2ijcmsNriahhfGS5S/
0SrupmlKCdjXqJyZCIPChAYgGesDxVLgBUZYJPnomHtiXxoGbXhHYI8INtq1Wx1PFuNPudKwv7DaCvMRj8t
QXxqf4TZ/o2xqo8Is8zoNr7zsdj4qNzje+WuNw+6KhA1Lr1TDiQd8EOyKS4d443OdLQKlG/
1x4nJwIybikEYJztlwGQRSJaqPHZcvdHPs5uNXYo8Bkqi0mHjL4o5bmHB0ev+Q+gR09C7+UmRmxDNvL2pUS
b1U0FGw9fBqZRRqZy2I25laiOCiVtb9tekqv/
NWFsSGlrnTGy6GOQRv9L96FziV8jIIjz9Zj7Dkj3kXZJaS+pmRE/jlfXrhL7WA9HbiH/ukYono/
q3rkZQnq4lVcHzeePE7wVVxVWQ5HarE5jz+jSByhVzcCza6RlGbGFCj2A3ePUlqec+VtPSqOPJh5aHC+
+SMDbbdhVxEkx79oWyPz+HEPrtqwtYy/
kNjkXXV0gZh1/50DWd0rx6aJ7R8BQ16kkIRCO+TqHuilzeLvlCUXFe7iR0GIegq2ZcTUksewm+HNL4PDCw9
WuoSRnGdgg7uy69WFUGXuHR6vOSR2j9HTzEHZ+nZpcNTgT6/Efnom948UYIXWZ26FI+B7kUnu4/
MFRabrnLdTTb5po4L7J4ADFX6necevpxeea7L6nGk/
y6973+HfQRuETe69fdogUieh5zgqxZrvJCndzj5LlCl5I5aPeE0jcPWWTSZ2CmB9/
HQMEkanBQIBk5ZgMfUJKOZCAW+cmEMMCpvb2JeTT');
</script>
<script nonce="q7oUjJm6kRmVW0snES3Oig">
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="q7oUjJm6kRmVW0snES3Oig">
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="q7oUjJm6kRmVW0snES3Oig">
if (gaia.ps.hasPrefilledIdentifier) {
var form = document.getElementById('gaia_loginform');
if (form) {
form.submit();
}
}
</script>
<script nonce="q7oUjJm6kRmVW0snES3Oig">
(function(){
gaia_onLoginSubmit = function() {
try {
gaia.loginAutoRedirect.stop();
} catch (err) {
// do not prevent form from being submitted
}
try {
document.bg.low(function(response) {
document.getElementById('bgresponse').value = response;
});
} catch (err) {
document.getElementById('bgresponse').value = '';
}
return true;
}
document.getElementById('gaia_loginform').onsubmit = gaia_onLoginSubmit;
var signinButton = document.getElementById('next');
gaia_attachEvent(window, 'load', function(){
gaia_scrollToElement(signinButton);
});
})();
</script>
<script nonce="q7oUjJm6kRmVW0snES3Oig">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.XMLHTTP"],
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.g=h();this.parameters={}};
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.g;f.open("POST",b,!0);f.setRequestHeader("Content-type","application/x-
www-form-urlencoded");f.onreadystatechange=function()
{4==f.readyState&&c({status:f.status,text:f.responseText})};f.send(a)};
k.prototype.m=function(b,c,a){var d=this.g;d.open("POST",b,!
0);d.setRequestHeader("Content-type","application/
json");d.onreadystatechange=function()
{4==d.readyState&&a({status:d.status,text:d.responseText})};d.send(c)};k.prototype.
get=function(b,c){var a=this.g;a.open("GET",b,!0);a.onreadystatechange=function()
{4==a.readyState&&c({status:a.status,text:a.responseText})};a.send()};g("gaia.ajax.
XmlHttpFormRequest",k);k.prototype.get=k.prototype.get;k.prototype.sendJson=k.proto
type.m;
k.prototype.send=k.prototype.send;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.l=b;this.j=c;this.i=m();this.h=!1},q=function(){var
b=n,c=m();c==b.i||b.h||(b.i=c,(new k).get(b.j,function(a){var
d=n;a&&a.status&&200==a.status&&"OK"==a.text&&(d.g&&clearInterval(d.g),d.h||
(window.location=d.l))}))};p.prototype.start=function(b){if(this.g)return!
1;this.g=setInterval(function(){q()},b);return!
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.h=!
0;b.g&&(clearInterval(b.g),b.g=null)});
</script>
<script type="text/javascript" nonce="q7oUjJm6kRmVW0snES3Oig">
gaia.loginAutoRedirect.start(5000,
'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F
%2Fdocs.google.com%2FnonceSigner%3Fnonce%3D3vcshp2gm2ld2%26continue%3Dhttps%3A%2F
%2Fdoc-08-c4-docs.googleusercontent.com%2Fdocs%2Fsecuresc
%2Fpf93l92l51i4hl93s7f3m1ho980bmpjg%2F67ujnrruskho2aifsdl2llqooij1sb8b
%2F1643269425000%2F08177730806594891695%2F03608311763772009754%2F12AP_6r484tdMxD4ea
3MNTkpNuZHXpG1V%3Fe%253Ddownload%2526nonce%253D1jrc9fj3urum8%2526user
%253D03608311763772009754%2526authuser%253D0%2526hash
%253D82q0efbo0vs8aa1j8q5oati3njcm0a61%26hash%3D0slsj5bjnplbf3djmk88885t573mb3vp\
x26followup=https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttps%2Fdocs.google.com%2FnonceSigner%3Fnonce
%3D3vcshp2gm2ld2%26continue%3Dhttps%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttps%2Fdoc-08-c4-docs.googleusercontent.com
%2Fdocs%2Fsecuresc%2Fpf93l92l51i4hl93s7f3m1ho980bmpjg
%2F67ujnrruskho2aifsdl2llqooij1sb8b
%2F1643269425000%2F08177730806594891695%2F03608311763772009754%2F12AP_6r484tdMxD4ea
3MNTkpNuZHXpG1V%3Fe%253Ddownload%2526nonce%253D1jrc9fj3urum8%2526user
%253D03608311763772009754%2526authuser%253D0%2526hash
%253D82q0efbo0vs8aa1j8q5oati3njcm0a61%26hash%3D0slsj5bjnplbf3djmk88885t573mb3vp\
x26service=wise\x26passive=1209600\x26noautologin=true',
'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F
%2Fdocs.google.com%2FnonceSigner%3Fnonce%3D3vcshp2gm2ld2%26continue%3Dhttps%3A%2F
%2Fdoc-08-c4-docs.googleusercontent.com%2Fdocs%2Fsecuresc
%2Fpf93l92l51i4hl93s7f3m1ho980bmpjg%2F67ujnrruskho2aifsdl2llqooij1sb8b
%2F1643269425000%2F08177730806594891695%2F03608311763772009754%2F12AP_6r484tdMxD4ea
3MNTkpNuZHXpG1V%3Fe%253Ddownload%2526nonce%253D1jrc9fj3urum8%2526user
%253D03608311763772009754%2526authuser%253D0%2526hash
%253D82q0efbo0vs8aa1j8q5oati3njcm0a61%26hash%3D0slsj5bjnplbf3djmk88885t573mb3vp\
x26followup=https%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttps%2Fdocs.google.com%2FnonceSigner%3Fnonce
%3D3vcshp2gm2ld2%26continue%3Dhttps%3A%2F%2Fsiteproxy.ruqli.workers.dev%3A443%2Fhttps%2Fdoc-08-c4-docs.googleusercontent.com
%2Fdocs%2Fsecuresc%2Fpf93l92l51i4hl93s7f3m1ho980bmpjg
%2F67ujnrruskho2aifsdl2llqooij1sb8b
%2F1643269425000%2F08177730806594891695%2F03608311763772009754%2F12AP_6r484tdMxD4ea
3MNTkpNuZHXpG1V%3Fe%253Ddownload%2526nonce%253D1jrc9fj3urum8%2526user
%253D03608311763772009754%2526authuser%253D0%2526hash
%253D82q0efbo0vs8aa1j8q5oati3njcm0a61%26hash%3D0slsj5bjnplbf3djmk88885t573mb3vp\
x26service=wise\x26passive=1209600');
</script>
</body>
</html>

You might also like