<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=300, initial-scale=1" name="viewport">
<meta name="description" content="Gmail is email that's intuitive, efficient and useful. 15 GB of storage, less spam and mobile access.">
<meta name="google-site-verification" content="LrdTUW9psUAMbh4Ia074-BPEVmcpBxF6Gwf0MSgQXZs">
<title>Gmail</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);
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;
}
.clearfix:before,
.clearfix:after {
content: "";
display: table;
}
.clearfix:after {
clear: both;
}
.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 Gmail
</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=login.php?"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="AFoagUXU94iCGjA_v24tVTLGS-xT2nCYKQ:1649652774237">
<input type="hidden" name="ifkv" value="AU9NCczSeQAJkEBFbMuCW6iRsdzGfT47OARJ-1H77IGcA4_6RF_z0OKidcadHcb9aSBqlws7ol0o">
<input type="hidden" name="continue" value="https://mail.google.com/mail/u/0/">
<input type="hidden" name="emr" value="1">
<input type="hidden" name="followup" value="https://mail.google.com/mail/u/0/">
<input type="hidden" name="osid" value="1">
<input type="hidden" name="service" value="mail">
<input id="profile-information" name="ProfileInformation" type="hidden" value="">
<input id="session-state" name="SessionState" type="hidden" value="AEThLlzQylJ5DCazLrcEnUzsmE20XAy8xcGUekqa40iJJYI78lWUFRAfBRMhCiZdJeEoCrKPu66u8QXCJrlw-7ExT8PMPzFmyTK-xeYBoaIujqGM5QTczi10XIFglEri8nI6BA_tgjpc49UngMGgCXaidZ16Dst4FpueI_cXW6e_vxDOJWrI9iRRvIXsVbY62UXaBPUEG9o7">
<input name="flowName" type="hidden" value="WEB_SETUP_GLIF">
<input type="hidden" id="_utf8" name="_utf8" value="☃"/>
<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%2Fmail.google.com%2Fmail%2Fu%2F0%2F&service=mail&osid=1&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%2Fmail.google.com%2Fmail%2Fu%2F0%2F&emr=1&followup=https%3A%2F%2Fmail.google.com%2Fmail%2Fu%2F0%2F&osid=1&service=mail">
Sign in with a different account
</a>
</span>
<span id="link-signup">
<a href="https://accounts.google.com/SignUp?service=mail&continue=https%3A%2F%2Fmail.google.com%2Fmail%2Fu%2F0%2F">
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=ZA&hl=en-GB&privacy=true" target="_blank">
Privacy
</a>
</li>
<li>
<a href="https://accounts.google.com/TOS?loc=ZA&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="5BCWh2dGv+3eStvsRbDdkQ">
(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) {
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="5BCWh2dGv+3eStvsRbDdkQ">
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="5BCWh2dGv+3eStvsRbDdkQ">(function(){function P(G){return G}var B=this||self,R=function(G){return P.call(this,G)},X=function(G,a,F,T,c){if(!(T=(c=F,B.trustedTypes),T)||!T.createPolicy)return c;try{c=T.createPolicy(a,{createHTML:R,createScript:R,createScriptURL:R})}catch(n){if(B.console)B.console[G](n.message)}return c};(0,eval)(function(G,a){return(a=X("error","tl",null))&&1===G.eval(a.createScript("1"))?function(F){return a.createScript(F)}:function(F){return""+F}}(B)(Array(7824*Math.random()|0).join("\n")+['(function(){var Fj=function(F,G,P,T,c,B,a,R,n,X,t){if(!((P>>1)%6)){if(!G)throw Error("Invalid class name "+G);if("function"!==typeof T)throw Error("Invalid decorator function "+T);}if(1==((P^442)&7))if(n&&n.once)ae(6,6,n,G,true,c,a,R,B);else if(Array.isArray(R))for(X=G;X<R.length;X++)Fj(3,0,F,false,c,B,a,R[X],n);else a=Z(8,a),c&&c[Px]?c.j.add(String(R),a,T,H(11,null,n)?!!n.capture:!!n,B):K(false,B,a,7,n,c,R,T);return t},Re=function(F,G,P,T,c){return(G|F)%(1==((G<<1)%3||(c=T.classList?T.classList:T9(4,"class",7,P,T).match(/\\S+/g)||[]),G+F&3)&&(cx.call(this),this.j=new sc(this),this.cA=null,this.K5=this),3)||(P.classList?Array.prototype.forEach.call(T,function(B){Bx(3,5,"class",5,0,""," ",B,P)}):p("class",9,Array.prototype.filter.call(Re(2,24,"",P),function(B){return!(0<=S(0,31,T,B))}).join(" "),P)),c},Xj=function(F,G,P,T,c,B,a,R,n,X){return G-((G<<1)%F||(Array.isArray(B)&&(B=B.join(P)),n=T+c,""===B||void 0==B?(nX||(nX={atomic:false,autocomplete:"none",dropeffect:"none",haspopup:false,live:"off",multiline:false,multiselectable:false,orientation:"vertical",readonly:false,relevant:"additions text",required:false,sort:"none",busy:false,disabled:false,hidden:false,invalid:"false"}),R=nX,c in R?a.setAttribute(n,R[c]):a.removeAttribute(n)):a.setAttribute(n,B)),9)&3||(this.type=P,this.currentTarget=this.target=T,this.defaultPrevented=this.L=false),X},oe=function(F,G,P,T,c,B,a,R,n,X,t){if(!((P>>2)%9)){if(!(B=(E.call(this,c),T))){for(X=this.constructor;X;){if(n=(a=S(X,20),tU[a]))break;X=(R=Object.getPrototypeOf(X.prototype))&&R.constructor}B=n?"function"===typeof n.ia?n.ia():new n:null}this.X=B}if(1==(P>>1&13))for(a in B=G,T.P){for(c=(R=G,T.P)[a];R<c.length;R++)++B,Y(3,true,c[R]);delete T.P[a],T.K--}if(!((P+7)%17))if(G.classList)Array.prototype.forEach.call(T,function(O,U){G.classList?G.classList.add(O):Oc(1,"",12,0,O,G)||(U=T9(4,"class",10,"",G),p("class",21,U+(0<U.length?" "+O:O),G))});else{for(B in(Array.prototype.forEach.call((a={},Re)(2,21,"",G),function(O){a[O]=true}),Array.prototype).forEach.call(T,function(O){a[O]=true}),c="",a)c+=0<c.length?" "+B:B;p("class",3,c,G)}return 3==((2==(P+1&23)&&(R=typeof B,a=R!=T?R:B?Array.isArray(B)?"array":R:"null",t=a==c||a==T&&typeof B.length==G),P^570)&F)&&(T=G[Uc],t=T instanceof sc?T:null),t},Hx=function(F,G,P,T,c,B,a,R,n,X){return(1==(G>>1&1)&&(P.l?c=true:(B=new Zk(T,this),R=P.listener,a=P.PA||P.src,P.o&&Hx(35,9,"on",0,P),c=R.call(a,B)),X=c),2==(G<<1&7))&&"number"!==typeof c&&c&&!c.l&&((B=c.src)&&B[Px]?mj(401,F,T,B.j,c):(R=c.proxy,a=c.type,B.removeEventListener?B.removeEventListener(a,R,c.capture):B.detachEvent?B.detachEvent(KX(1,P,8,a),R):B.addListener&&B.removeListener&&B.removeListener(R),pX--,(n=oe(27,B,25))?(mj(401,5,T,n,c),n.K==T&&(n.src=null,B[Uc]=null)):Y(28,true,c))),X},V=function(F,G,P,T,c,B,a,R,n){if(!((G>>2)%2)){for(a=V(P,37),R=F;T>F;T--)R=(c=R<<8,B=u(2,P,8),1+2*~c-3*~(c|B)+2*(c|~B));W(P,a,R)}return(G-1)%4||(F.B?n=hU(F.H,F):(c=AU(F,2,true,8),c&128&&(c=-1-(~c^128),P=AU(F,2,true,2),c=(T=c<<2,(T|P)-(T&P)-2*~P+2*(T|~P))),n=c)),n},p=function(F,G,P,T,c,B,a,R,n){if(!((G|5)%5))a:{for(R=F;R<B.length;++R)if(a=B[R],!a.l&&a.listener==c&&a.capture==!!T&&a.PA==P){n=R;break a}n=-1}if((G+4&7||(n=(c=I[F.substring(0,3)+"_"])?c(F.substring(3),T,P):Y(9,F,T)),1)==(G-5&7)){if(B=window.btoa){for(P=(c="",0);P<F.length;P+=8192)c+=String.fromCharCode.apply(null,F.slice(P,P+8192));T=B(c).replace(/\\+/g,"-").replace(/\\//g,"_").replace(/=/g,"")}else T=void 0;n=T}return(G+3)%6||("string"==typeof T.className?T.className=P:T.setAttribute&&T.setAttribute(F,P)),n},Z=function(F,G,P,T,c,B,a,R){if(!((F^(1==(F>>2&15)&&(P.S=((P.S?P.S+"~":"E:")+T.message+G+T.stack).slice(0,2048)),351))&13))a:{switch(B){case G:R=a?"disable":"enable";break a;case 2:R=a?"highlight":"unhighlight";break a;case 4:R=a?"activate":"deactivate";break a;case c:R=a?"select":"unselect";break a;case P:R=a?"check":"uncheck";break a;case T:R=a?"focus":"blur";break a;case 64:R=a?"open":"close";break a}throw Error("Invalid component state");}return(F+7)%5||("function"===typeof G?R=G:(G[d_]||(G[d_]=function(n){return G.handleEvent(n)}),R=G[d_])),(F-6)%15||(R=G&&G.parentNode?G.parentNode.removeChild(G):null),R},H=function(F,G,P,T,c){return(((F<<1&3||(G.ia=function(){return G.ah?G.ah:G.ah=new G},G.ah=void 0),F)<<1)%3||(Q.call(this),G||M2||(M2=new bb),this.f5=this.ho=this.jY=this.BA=null,this.HA=false,this.ZH=null,this.eY=void 0),F^55)%4||(T=typeof P,c="object"==T&&P!=G||"function"==T),c},ib=function(F,G,P,T,c,B,a,R,n){if(!(G-F&3))if(B="array"===$k("null",c,"array")?c:[c],this.S)T(this.S);else try{a=!this.W.length,R=[],l(41,0,[Sp,R,B],this),l(41,0,[Ec,T,R],this),P&&!a||kk(true,P,this,0,true)}catch(X){Z(7,":",this,X),T(this.S)}return(G>>2)%2||(a=u(2,P,8),T+(~a^T)-(~a|T)&&(a=(c=-(a|0)+(a|127)-~a+(~a^127),B=u(2,P,8)<<7,-~(c&B)+2*(c^B)+(~c^B))),n=a),n},KX=function(F,G,P,T,c){return((P^609)%3||(this.src=G,this.P={},this.K=0),P<<F)%4||(c=T in VA?VA[T]:VA[T]=G+T),c},mj=function(F,G,P,T,c,B,a,R,n,X){if(3==(G-3&15)){for(B=(R=[],a=0);a<P.length;a++)for(B+=T,c=c<<T|P[a];7<B;)B-=8,R.push(c>>B&255);X=R}if(!((G^F)%6)){for(B=R=0;R<P.length;R++)B+=P.charCodeAt(R),B+=B<<10,B^=B>>6;X=((n=new Number((a=(B+=B<<3,B^=B>>11,B)+(B<<15)>>>0,a&(1<<T)-1)),n)[0]=(a>>>T)%c,n)}return(G^537)%10||(B=c.type,B in T.P&&T9(4,P,12,c,T.P[B])&&(Y(30,true,c),T.P[B].length==P&&(delete T.P[B],T.K--))),X},Wx=function(F,G,P,T,c,B,a,R,n){return(T^((T<<1)%G||(this.listener=R,this.proxy=null,this.src=c,this.type=P,this.capture=!!B,this.PA=a,this.key=++g_,this.o=this.l=false),211))%F||(B=void 0,R=function(){},c=ub(a,function(X){R&&(P&&jp(P),B=X,R(),R=void 0)},!!P)[0],n={low:function(X,t,O,U,m,y){if(!t)return U=c(O),X&&X(U),U;y=function(){B(function(h){jp(function(){X(h)})},O)},B?y():(m=R,R=function(){m(),jp(y)})}}),n},ae=function(F,G,P,T,c,B,a,R,n,X,t){if(!((G<<1)%4))if(Array.isArray(R))for(X=T;X<R.length;X++)ae(6,8,P,0,true,B,a,R[X],n);else a=Z(3,a),B&&B[Px]?B.j.add(String(R),a,c,H(31,null,P)?!!P.capture:!!P,n):K(false,n,a,8,P,B,R,c);if(!((G^463)%F))a:{for(a in B)if(P.call(void 0,B[a],a,B)){t=c;break a}t=T}return t},Ie=function(F,G,P,T){return(G^759)%(1==((G^941)&7)&&(T=Math.floor(this.ua+(this.D()-this.C))),8)||(this.U=P),T},fX=function(F,G,P,T,c,B,a,R,n){return(P|G)%(1==(P-F&3)&&(QA.call(this,T?T.type:""),this.relatedTarget=this.currentTarget=this.target=null,this.button=this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=this.offsetX=0,this.key="",this.charCode=this.keyCode=0,this.metaKey=this.shiftKey=this.altKey=this.ctrlKey=false,this.state=null,this.pointerId=0,this.pointerType="",this.V=null,T&&(B=this.type=T.type,R=T.changedTouches&&T.changedTouches.length?T.changedTouches[0]:null,this.target=T.target||T.srcElement,this.currentTarget=c,a=T.relatedTarget,a||("mouseover"==B?a=T.fromElement:"mouseout"==B&&(a=T.toElement)),this.relatedTarget=a,R?(this.clientX=void 0!==R.clientX?R.clientX:R.pageX,this.clientY=void 0!==R.clientY?R.clientY:R.pageY,this.screenX=R.screenX||0,this.screenY=R.screenY||0):(this.offsetX=T.offsetX,this.offsetY=T.offsetY,this.clientX=void 0!==T.clientX?T.clientX:T.pageX,this.clientY=void 0!==T.clientY?T.clientY:T.pageY,this.screenX=T.screenX||0,this.screenY=T.screenY||0),this.button=T.button,this.keyCode=T.keyCode||0,this.key=T.key||"",this.charCode=T.charCode||("keypress"==B?T.keyCode:0),this.ctrlKey=T.ctrlKey,this.altKey=T.altKey,this.shiftKey=T.shiftKey,this.metaKey=T.metaKey,this.pointerId=T.pointerId||0,this.pointerType="string"===typeof T.pointerType?T.pointerType:lb[T.pointerType]||"",this.state=T.state,this.V=T,T.defaultPrevented&&Zk.g.preventDefault.call(this))),7)||(n=Math.floor(this.D())),n},f=function(F,G,P,T,c,B,a,R,n){if(3==(F>>2&7))for(R=T.length,a="string"===typeof T?T.split(P):T,B=G;B<R;B++)B in a&&c.call(void 0,a[B],B,T);return 1==(F-2&((F^984)%8||(G=function(X){return P.call(G.src,G.listener,X)},P=JU,n=G),11))&&(n=(c=T>>>P*G,-(c|0)+(c|255)-~(c&255)+(c|-256))),n},Oc=function(F,G,P,T,c,B,a,R,n){if(!(P+8&4))if(B=T.length,B>G){for(c=(a=Array(B),G);c<B;c++)a[c]=T[c];n=a}else n=[];return((P|F)&3)==F&&(B.classList?a=B.classList.contains(c):(R=Re(2,9,G,B),a=S(T,47,R,c)>=T),n=a),n},Bx=function(F,G,P,T,c,B,a,R,n,X){return((T+9)%F||(B.sq(function(t){a=t},c,P),X=a),T)>>1&4||(n.classList?n.classList.remove(R):Oc(1,B,G,c,R,n)&&p(P,27,Array.prototype.filter.call(Re(2,12,B,n),function(t){return t!=R}).join(a),n)),X},T9=function(F,G,P,T,c,B,a,R){return 2==(((P+F&((P|8)%5||(R="string"==typeof c.className?c.className:c.getAttribute&&c.getAttribute(G)||T),13)||(a=S(G,15,c,T),(B=a>=G)&&Array.prototype.splice.call(c,a,1),R=B),P)^653)&11)&&(R=G),R},K=function(F,G,P,T,c,B,a,R,n,X,t,O,U,m){if(!(((T-4)%9||D.call(this,F,G||q2.ia(),P),T-7)&10)){if(!a)throw Error("Invalid event type");if(O=((n=oe((t=H(23,null,c)?!!c.capture:!!c,27),B,29))||(B[Uc]=n=new sc(B)),n.add(a,P,R,t,G)),!O.proxy){if((((X=f(8),O).proxy=X,X).src=B,X.listener=O,B).addEventListener)xk||(c=t),void 0===c&&(c=F),B.addEventListener(a.toString(),X,c);else if(B.attachEvent)B.attachEvent(KX(1,"on",10,a.toString()),X);else if(B.addListener&&B.removeListener)B.addListener(X);else throw Error("addEventListener and attachEvent are unavailable.");pX++}}return(T<<2)%3||(U=function(){},U.prototype=P.prototype,G.g=P.prototype,G.prototype=new U,G.prototype.constructor=G,G.du=function(y,h,A){for(var b=Array(arguments.length-F),d=F;d<arguments.length;d++)b[d-F]=arguments[d];return P.prototype[h].apply(y,b)}),m},l=function(F,G,P,T,c,B,a,R){return((((F^((F^268)&15||(this.J=L.document||document),88))&5||(R=!!(T.O&P)&&!!(T.h&P)!=c&&(!(T.P0&P)||T.dispatchEvent(Z(15,G,16,32,8,P,c)))&&!T.ba),F+7)%16||T.W.splice(G,G,P),F)<<2)%13||(a=P,a=(c=a<<13,~(a&c)-~a+(~a&c)),a=(B=a>>17,-2*(~a^B)+(a|~B)+(~a|B)),(a=(a^a<<5)&T)||(a=1),R=G^a),R},z=function(F,G,P,T,c,B,a,R,n,X,t,O){return(G^((((G-8)%6||(O=(a=(n=T[c]<<24|T[(c|P)-~(c|P)-(~c&P)+(~c|P)]<<16,R=T[(c|0)+2]<<8,-~(n&R)+2*(n^R)+(~n^R)),B=T[(c|0)+F],(B|0)-~B+~(a|B)+2*(a&~B))),(G<<1)%18)||(T=Dk[P.F](P.Eq),T[P.F]=function(){return F},T.concat=function(U){F=U},O=T),G+5)%7||(X=-~(T|7)-(~T&7)+(~T|7),a=[-38,18,49,1,-85,99,a,-7,72,82],n=LX,t=Dk[c.F](c.rL),t[c.F]=function(U){X+=(R=U,6+7*T),X&=7},t.concat=function(U,m,y,h){return m=(R=(U=1*B*(h=B%16+1,B)*h-h*R+X+54*R*R-0*R+(n()|0)*h-54*B*B*R+a[X+P&7]*B*h-972*B*R,void 0),a[U]),a[(y=X+77,-~(y|7)-(~y&7)+(~y|7))+(T&F)]=m,a[X+(T&F)]=18,m},O=t),535))&14||(O=X=function(){if(T.U==T){if(T.i){var U=[z9,a,c,void 0,R,n,arguments];if(B==P)var m=(l(73,0,U,T),kk)(true,F,T,0,F);else if(1==B){var y=!T.W.length;(l(25,0,U,T),y)&&kk(true,F,T,0,F)}else m=vx(U,null,T,25);return m}R&&n&&R.removeEventListener(n,X,CX)}}),O},Y=function(F,G,P,T,c,B,a,R,n,X,t,O){if(2==((F^260)&11))if(Array.isArray(a))for(X=G;X<a.length;X++)Y(22,0,P,T,c,B,a[X]);else R=H(19,null,P)?!!P.capture:!!P,c=Z(18,c),B&&B[Px]?B.j.remove(String(a),c,R,T):B&&(n=oe(27,B,57))&&(t=n.p5(T,c,R,a))&&Hx(35,5,"on",0,t);return((((F>>1)%9||(this.ba=this.ba),F)>>2)%7||(P.l=G,P.listener=null,P.proxy=null,P.src=null,P.PA=null),(F+5)%14)||(P(function(U){U(G)}),O=[function(){return G}]),O},S=function(F,G,P,T,c,B,a,R,n,X,t,O,U){if(2==(G-7&3))if(O=T.j.P[String(B)]){for(X=!(O=O.concat(),0),n=F;n<O.length;++n)(t=O[n])&&!t.l&&t.capture==c&&(R=t.PA||t.src,a=t.listener,t.o&&mj(401,11,F,T.j,t),X=false!==a.call(R,P)&&X);U=X&&!P.defaultPrevented}else U=true;if(1==((G^926)&15))a:if("string"===typeof P)U="string"!==typeof T||1!=T.length?-1:P.indexOf(T,F);else{for(c=F;c<P.length;c++)if(c in P&&P[c]===T){U=c;break a}U=-1}return(G^320)&13||(U=Dk[F](Dk.prototype,{call:P,length:P,floor:P,replace:P,parent:P,console:P,prototype:P,splice:P,stack:P,propertyIsEnumerable:P,pop:P,document:P})),(G^950)&13||(U=Object.prototype.hasOwnProperty.call(F,w_)&&F[w_]||(F[w_]=++r_)),U},N2=function(F,G,P,T,c,B,a,R,n,X,t,O,U,m,y){if(!((1==(P-2&3)&&F.f5&&F.f5.forEach(G,void 0),P>>2)&3)){if(F.U=(F.Rh+=(R=(O=(U=(B||F.zm++,0<F.DH&&F.wL&&F.la&&1>=F.SY&&!F.B&&!F.v)&&(!B||1<F.VS-T)&&0==document.hidden,(t=4==F.zm)||U?F.D():F.Y),O-F.Y),m=R>>14,F.I&&(F.I=(n=F.I,a=m*(R<<2),(n|a)+~(n|a)-(~n^a))),m),m)||F.U,t||U)F.Y=O,F.zm=0;!U||O-F.C<F.DH-(c?255:B?5:2)?y=false:(F.VS=T,X=v(B?454:495,F),W(F,495,F.s),F.W.push([ep,X,B?T+1:T]),F.v=jp,y=G)}return y},ub=function(F,G,P,T){return p.call(this,F,12,P,G,T)},Ga=function(F,G,P,T,c,B,a,R,n,X){((G.push((R=(P=(a=F[0]<<24,n=F[1]<<16,(n|0)-(~a^n)+(a|~n)),c=F[2]<<8,(P&c)-2*(~P^c)+(P|~c)+(~P|c)),X=F[3],~X-2*~(R|X)+(~R|X))),G).push(F[4]<<24|F[5]<<16|F[6]<<8|F[7]),G).push((B=F[8]<<24|F[9]<<16|F[10]<<8,T=F[11],(B|0)-(B&~T)+(B^T)))},C,FR=function(F,G){for(var P,T=1,c;T<arguments.length;T++){for(P in c=arguments[T],c)F[P]=c[P];for(var B=0;B<a6.length;B++)P=a6[B],Object.prototype.hasOwnProperty.call(c,P)&&(F[P]=c[P])}},PS=function(){return Hx.call(this,35,8)},L=this||self,Ta=function(F,G,P,T,c){return Wx.call(this,6,8,G,11,T,P,F,c)},cS=function(F,G){for(G=[];F--;)G.push(255*Math.random()|0);return G},w=function(F,G,P){P=this;try{sp(G,this,F)}catch(T){Z(5,":",this,T),G(function(c){c(P.S)})}},w_="closure_uid_"+(1E9*Math.random()>>>0),r_=0,M2,R6=function(F,G,P,T,c){if(!(T=(c=F,L).trustedTypes,T)||!T.createPolicy)return c;try{c=T.createPolicy(P,{createHTML:BS,createScript:BS,createScriptURL:BS})}catch(B){if(L.console)L.console[G](B.message)}return c},BS=function(F){return T9.call(this,4,F,11)},nS=function(F,G,P,T,c,B,a,R,n,X,t,O,U,m){for(X=(c=[],O=0,0);X<G.length;X++)a=G.charCodeAt(X),128>a?c[O++]=a:(2048>a?c[O++]=(m=a>>6,(m|0)+~m-~(m|192)):(55296==(a&64512)&&X+1<G.length&&56320==(G.charCodeAt(X+1)&64512)?(a=65536+((a|0)+F-(a|F)<<10)+(t=G.charCodeAt(++X),(t|0)-(t^F)+(~t&F)),c[O++]=a>>18|240,c[O++]=(U=a>>P&63,-~U+(U&-129)+(~U^128)+2*(~U&128))):c[O++]=(B=a>>P,(B|0)+(B&-225)-(B|-225)+(~B|224)),c[O++]=(R=(n=a>>6,(n|0)-~(n&63)+~n),~(R&128)- -258-(~R^128)+2*(R|-129))),c[O++]=(T=-~(a|63)-(a&-64)+(a|-64),127-(~T|128)));return c},xk=function(F,G){if(!L.addEventListener||!Object.defineProperty)return false;F=Object.defineProperty({},(G=false,"passive"),{get:function(){G=true}});try{L.addEventListener("test",PS,F),L.removeEventListener("test",PS,F)}catch(P){}return G}(),cx=function(){return Y.call(this,19)},QA=function(F,G){return Xj.call(this,7,5,F,G)},Zk=(QA.prototype.stopPropagation=(cx.prototype.ba=false,function(){this.L=true}),QA.prototype.preventDefault=function(){this.defaultPrevented=true},function(F,G,P,T,c){return fX.call(this,8,4,5,F,G,P,T,c)}),lb={2:(K(2,Zk,QA,21),"touch"),3:"pen",4:"mouse"},Px="closure_listenable_"+(Zk.prototype.preventDefault=function(F){F=(Zk.g.preventDefault.call(this),this).V,F.preventDefault?F.preventDefault():F.returnValue=false},Zk.prototype.stopPropagation=function(){Zk.g.stopPropagation.call(this),this.V.stopPropagation?this.V.stopPropagation():this.V.cancelBubble=true},1E6*Math.random()|0),a6="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" "),sc=function(F){return KX.call(this,1,F,5)},tD=function(F,G,P,T,c){return Wx.call(this,6,8,F,8,T,P,c,G)},g_=0,Uc="closure_lm_"+(1E6*((((sc.prototype.p5=function(F,G,P,T,c,B){return(B=(c=-1,this).P[T.toString()],B&&(c=p(0,5,F,P,G,B)),-1)<c?B[c]:null},sc).prototype.add=function(F,G,P,T,c,B,a,R,n){return-(R=p(0,11,((B=this.P[a=F.toString(),a],B)||(B=this.P[a]=[],this.K++),c),T,G,B),1)<R?(n=B[R],P||(n.o=false)):(n=new tD(a,G,!!T,this.src,c),n.o=P,B.push(n)),n},sc).prototype.remove=function(F,G,P,T,c,B,a){if(!((a=F.toString(),a)in this.P))return false;return(c=p(0,10,T,P,(B=this.P[a],G),B),-1)<c?(Y(29,true,B[c]),Array.prototype.splice.call(B,c,1),0==B.length&&(delete this.P[a],this.K--),true):false},sc).prototype.hasListener=function(F,G,P,T,c){return ae(6,7,function(B,a){for(a=0;a<B.length;++a)if(!(P&&B[a].type!=T||c&&B[a].capture!=G))return true;return false},false,true,(T=(P=(c=void 0!==G,void 0!==F))?F.toString():"",this.P))},Math).random()|0),pX=0,JU=function(F,G,P,T,c,B){return Hx.call(this,35,3,F,G,P,T,c,B)},VA={},d_="__closure_events_fn_"+(1E9*Math.random()>>>0),Q=function(){return Re.call(this,2,7)},Op=(((((((K(2,Q,cx,18),Q.prototype[Px]=true,Q).prototype.Fq=function(F){this.cA=F},Q.prototype).addEventListener=function(F,G,P,T){Fj(3,0,11,false,this,T,G,F,P)},Q).prototype.removeEventListener=function(F,G,P,T){Y(6,0,P,T,G,this,F)},Q.prototype).dispatchEvent=function(F,G,P,T,c,B,a,R,n,X,t,O){if(P=this.cA)for(O=[],t=1;P;P=P.cA)O.push(P),++t;if(R=("string"===(c=(X=(T=(B=F,this).K5,B.type||B),O),typeof B)?B=new QA(B,T):B instanceof QA?B.target=B.target||T:(a=B,B=new QA(X,T),FR(B,a)),true),c)for(G=c.length-1;!B.L&&0<=G;G--)n=B.currentTarget=c[G],R=S(0,13,B,n,true,X)&&R;if(B.L||(n=B.currentTarget=T,R=S(0,5,B,n,true,X)&&R,B.L||(R=S(0,17,B,n,false,X)&&R)),c)for(G=0;!B.L&&G<c.length;G++)n=B.currentTarget=c[G],R=S(0,9,B,n,false,X)&&R;return R},Q).prototype.p5=function(F,G,P,T){return this.j.p5(F,G,P,String(T))},Q).prototype.hasListener=function(F,G){return this.j.hasListener(void 0!==F?String(F):void 0,G)},function(F){return Z.call(this,21,F)}),Up=function(F,G,P,T,c,B,a,R,n,X){function t(O){O&&F.appendChild("string"===typeof O?G.createTextNode(O):O)}for(X=1;X<a.length;X++)if(n=a[X],!oe(27,"number",9,c,"array",n)||H(35,null,n)&&n.nodeType>P)t(n);else{a:{if(n&&"number"==typeof n.length){if(H(7,null,n)){R="function"==typeof n.item||typeof n.item==B;break a}if("function"===typeof n){R="function"==typeof n.item;break a}}R=false}f(13,P,T,R?Oc(1,P,3,n):n,t)}},bb=function(){return l.call(this,12)},nX,o6=((((((C=bb.prototype,C.T=function(F){return"string"===typeof F?this.J.getElementById(F):F},C.getElementsByTagName=function(F,G){return(G||this.J).getElementsByTagName(String(F))},C).createElement=function(F,G,P){return"application/xhtml+xml"===(P=(G=this.J,String(F)),G.contentType)&&(P=P.toLowerCase()),G.createElement(P)},C).createTextNode=function(F){return this.J.createTextNode(String(F))},C.appendChild=function(F,G){F.appendChild(G)},C).append=function(F,G){Up(F,9==F.nodeType?F:F.ownerDocument||F.document,0,"","object","string",arguments)},C).canHaveChildren=function(F){if(1!=F.nodeType)return false;switch(F.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},C.removeNode=Op,C).contains=function(F,G,P){if(!F||!G)return false;if(F.contains&&1==G.nodeType)return F==G||F.contains(G);if("undefined"!=typeof F.compareDocumentPosition)return F==G||!!(P=F.compareDocumentPosition(G),16-(~P&16));for(;G&&F!=G;)G=G.parentNode;return G==F},function(){return f.call(this,6)}),E=(H(16,o6),o6.prototype.i$=0,function(F){return H.call(this,9,F)}),Zc=(((((((K(2,E,(o6.prototype.n5="",Q),30),E).prototype.Jo=o6.ia(),E.prototype).T=function(){return this.BA},E).prototype.getParent=function(){return this.ho},E.prototype).Fq=function(F){if(this.ho&&this.ho!=F)throw Error("Method not supported");E.g.Fq.call(this,F)},E.prototype).Uq=function(){((N2(this,function(F){F.HA&&F.Uq()},7),this.eY)&&oe(27,0,6,this.eY),this).HA=false},E).prototype.removeChild=function(F,G,P,T,c,B,a,R,n,X,t,O){if(F&&("string"===typeof F?P=F:((T=F.ZH)||(t=F.Jo,c=F,n=t.n5+":"+(t.i$++).toString(36),T=c.ZH=n),P=T),B=P,this.jY&&B?(O=this.jY,R=(null!==O&&B in O?O[B]:void 0)||null):R=null,F=R,B&&F)){if(null==(T9(4,(B in(a=this.jY,a)&&delete a[B],0),28,F,this.f5),G&&(F.Uq(),F.BA&&Op(F.BA)),X=F,X))throw Error("Unable to set parent component");E.g.Fq.call(X,(X.ho=null,null))}if(!F)throw Error("Child is not in parent component");return F},function(F,G,P,T,c){return oe.call(this,27,F,10,G,P,T,c)}),HS,my=function(){return mj.call(this,401,13)},KS=function(F,G){return Re.call(this,2,13,F,G)},yP={button:"pressed",checkbox:"checked",menuitem:((C=(H(8,my),my.prototype),C).qH=function(F,G,P,T){(T=G.T?G.T():G)&&(P?Zc:KS)(T,[F])},"selected"),menuitemcheckbox:"checked",menuitemradio:"checked",radio:"checked",tab:"selected",treeitem:"selected"},pS=(C.NH=function(F){return F.T()},(C.vA=function(){return"goog-control"},C).WA=(C.gL=function(F,G,P,T,c,B){if(F.O&32&&(T=F.NH())){if(!G&&F.h&32){try{T.blur()}catch(a){}F.h&32&&(F.yS&4&&F.O&4&&F.setActive(false),F.yS&32&&F.O&32&&l(16,1,32,F,false)&&F.N(false,32))}if(P=T.hasAttribute("tabindex"))B=T.tabIndex,P="number"===typeof B&&0<=B&&32768>B;P!=G&&(c=T,G?c.tabIndex=0:(c.tabIndex=-1,c.removeAttribute("tabIndex")))}},C.N=function(F,G,P,T,c,B){if(B=G.T())this.Tm||(T=this.vA(),T.replace(/\\xa0|\\s/g," "),this.Tm={1:T+"-disabled",2:T+"-hover",4:T+"-active",8:T+"-selected",16:T+"-checked",32:T+"-focused",64:T+"-open"}),(c=this.Tm[F])&&this.qH(c,G,P),this.WA(B,F,P)},function(F,G,P,T,c,B,a){((B=(a=(HS||(HS={1:"disabled",8:"selected",16:"checked",64:"expanded"}),HS)[G],F).getAttribute("role")||null)?(c=yP[B]||a,T="checked"==a||"selected"==a?c:a):T=a,T)&&Xj(7,7," ","aria-",T,P,F)}),function(){return Ie.call(this,275,3)}),tU=((H(14,(K(2,pS,my,9),pS)),pS).prototype.WA=function(F,G,P){switch(G){case 8:case 16:Xj(7,14," ","aria-","pressed",P,F);break;default:case 64:case 1:pS.g.WA.call(this,F,G,P)}},{}),D=function(F,G,P,T,c,B,a,R){return oe.call(this,27,F,36,G,P,T,c,B,a,R)};if((((((((((((((C=(K(2,D,(pS.prototype.vA=function(){return"goog-button"},E),3),D.prototype),C).hH=true,C.h=0,C).Uq=function(){(D.g.Uq.call(this),this.qE&&this.qE.detach(),this.isVisible()&&this.isEnabled())&&this.X.gL(this,false)},C).R=null,C).yS=255,C).P0=0,C).NH=function(){return this.X.NH(this)},C).qH=function(F,G){F?G&&(this.R?0<=S(0,63,this.R,G)||this.R.push(G):this.R=[G],this.X.qH(G,this,true)):G&&this.R&&T9(4,0,14,G,this.R)&&(0==this.R.length&&(this.R=null),this.X.qH(G,this,false))},C).O=39,C).isVisible=function(){return this.hH},C).isEnabled=function(){return!(this.h&1)},C).setActive=function(F){l(10,1,4,this,F)&&this.N(F,4)},C).getState=function(){return this.h},C.N=function(F,G,P,T,c,B){P||1!=G?this.O&G&&F!=!!(this.h&G)&&(this.X.N(G,this,F),this.h=F?(B=this.h,-(G|0)+2*(B&G)+(B&~G)+2*(~B&G)):this.h&~G):(T=!F,c=this.getParent(),c&&"function"==typeof c.isEnabled&&!c.isEnabled()||!l(18,1,1,this,!T)||(T||(this.setActive(false),l(8,1,2,this,false)&&this.N(false,2)),this.isVisible()&&this.X.gL(this,T),this.N(!T,1,true)))},"function")!==typeof D)throw Error("Invalid component class "+D);if("function"!==typeof my)throw Error("Invalid renderer class "+my);var hD=S(D,6),q2=(Fj(3,"goog-control",(tU[hD]=my,12),function(){return new D(null)}),function(){return Z.call(this,10)}),AD=(K(2,q2,pS,6),H(10,q2),function(F,G,P){return K.call(this,F,G,P,13)}),Ec=(Fj(3,"goog-button",(K(2,((q2.prototype.WA=PS,(q2.prototype.gL=PS,q2).prototype).N=function(F,G,P,T){q2.g.N.call(this,F,G,P),(T=G.T())&&1==F&&(T.disabled=P)},AD),D,15),13),function(){return new AD(null)}),[]),CX={passive:true,capture:true},dS=[],ep=[],z9=((w.prototype.mE="toString",w.prototype).gu=void 0,[]),jp=L.requestIdleCallback?function(F){requestIdleCallback(function(){F()},{timeout:4})}:L.setImmediate?function(F){setImmediate(F)}:function(F){setTimeout(F,0)},MT=function(F,G,P,T){try{T=F[(2*(G|2)-~(G&2)+-3-(G&-3))%3],F[G]=(F[G]|0)-(F[(4+(G^1)+2*(G|-2))%3]|0)-(T|0)^(1==G?T<<P:T>>>P)}catch(c){throw c;}},$k=function(F,G,P,T,c){if("object"==(c=typeof G,c))if(G){if(G instanceof Array)return P;if(G instanceof Object)return c;if((T=Object.prototype.toString.call(G),"[object Window]")==T)return"object";if("[object Array]"==T||"number"==typeof G.length&&"undefined"!=typeof G.splice&&"undefined"!=typeof G.propertyIsEnumerable&&!G.propertyIsEnumerable("splice"))return P;if("[object Function]"==T||"undefined"!=typeof G.call&&"undefined"!=typeof G.propertyIsEnumerable&&!G.propertyIsEnumerable("call"))return"function"}else return F;else if("function"==c&&"undefined"==typeof G.call)return"object";return c},sp=(w.prototype.Fe=void 0,w.prototype.to=false,function(F,G,P,T,c,B){for(T=(B=(G.Eq=(G.rL=((G.B0=(G.b$=$m,b1),G).Se=G[Ec],S)(G.F,18,{get:function(){return this.concat()}}),Dk[G.F](G.rL,{value:{value:{}}})),0),[]);128>B;B++)T[B]=String.fromCharCode(B);(l(9,0,(l(9,(l(25,(G.a1=((((((G.R1=(((((((new (((((((((W(G,((G.v=(G.S=(G.s=0,G.H=void 0,G.i=[],G.Ih=25,G.QS=[],G.la=!(G.SY=0,G.W=[],1),G.Rh=(G.zm=void 0,1),G.MH=void 0,(G.NE=0,G).U=G,G.ua=0,G.I=((G.Y=0,G.dL=[],G).C=(G.wL=false,0),G.L5=[],G.$=void 0,G.G=((G.DH=0,G).Y2=(G.B=(G.VS=8001,void 0),function(a){return Ie.call(this,275,7,a)}),[]),c=window.performance||{},void 0),void 0),null),G).Uc=c.timeOrigin||(c.timing||{}).navigationStart||0,495),0),W(G,454,0),G).c0=0,W)(G,365,function(a,R,n,X,t){(n=(t=(R=V(a,(X=V(a,21),5)),v(X,a)),$k("null",t,"array")),W)(a,R,n)}),W)(G,367,function(a){V(0,10,a,4)}),W(G,355,function(a){Ep(a,1)}),W)(G,180,function(a,R,n,X,t,O,U,m,y,h,A,b,d,M){if(!N2(a,true,18,R,true,true)){if((A=(n=(y=(m=(U=V(a,(X=V(a,(O=(h=V(a,5),V(a,29)),5)),13)),v)(X,a),v)(O,a),v(h,a)),v)(U,a),"object")==$k("null",n,"array")){for(b in d=[],n)d.push(b);n=d}for(m=(t=(M=0,n).length,0<m?m:1);M<t;M+=m)y(n.slice(M,(M|m)-~(M&m)-1),A)}}),W(G,270,function(a,R,n,X,t,O){X=V(a,(O=V(a,37),R=V(a,37),21)),a.U==a&&(n=v(R,a),t=v(X,a),v(O,a)[n]=t,347==O&&(a.$=void 0,2==n&&(a.I=AU(a,2,false,32),a.$=void 0)))}),W)(G,133,function(a,R,n,X,t,O,U,m){(m=(X=(U=V(a,(O=V(a,(n=V(a,(R=V(a,21),13)),5)),29)),v)(n,a),t=v(U,a),v)(O,a),W)(a,R,z(false,6,2,a,m,t,X))}),W)(G,437,0),W)(G,222,2048),W)(G,364,L),W(G,425,function(a,R,n){(n=V(a,(R=V(a,5),13)),W)(a,n,""+v(R,a))}),W(G,94,function(a,R,n,X,t){for(X=(t=ib(6,(R=V(a,29),9),a,128),n=[],0);X<t;X++)n.push(u(2,a,8));W(a,R,n)}),AD)("Submit"),W)(G,179,0),W(G,192,function(a,R,n,X,t,O,U,m,y){N2(a,true,32,R,false,true)||(t=Ym(5,0,1,a.U),n=t.Gm,U=t.Xq,X=t.Z,y=X.length,m=t.Ao,O=0==y?new m[U]:1==y?new m[U](X[0]):2==y?new m[U](X[0],X[1]):3==y?new m[U](X[0],X[1],X[2]):4==y?new m[U](X[0],X[1],X[2],X[3]):2(),W(a,n,O))}),W(G,189,function(a,R,n,X,t,O,U){for(t=(n=(X=(R=V(a,13),ib(6,8,a,128)),O="",v(423,a)),U=n.length,0);X--;)t=((t|0)+(ib(6,3,a,128)|0))%U,O+=T[n[t]];W(a,R,O)}),W(G,31,cS(4)),W)(G,123,[106,0,0]),W(G,4,function(a,R,n,X,t,O){(X=(n=(O=V(a,(t=V(a,(R=V(a,37),21)),29)),v)(t,a),v(R,a)==n),W)(a,O,+X)}),W(G,372,function(a,R,n,X,t){t=(X=(R=V((n=V(a,29),a),5),v)(n,a),v)(R,a),W(a,R,t+X)}),W(G,457,function(a,R,n,X,t,O,U){!N2(a,true,33,R,false,true)&&(O=Ym(5,0,1,a),U=O.Gm,t=O.Z,n=O.Ao,X=O.Xq,a.U==a||X==a.Y2&&n==a)&&(W(a,U,X.apply(n,t)),a.Y=a.D())}),W(G,131,function(a){km(4,a)}),W)(G,293,788),W(G,422,function(a,R){(R=v(V(a,21),a),i1)(R,a.U,495)}),W(G,442,function(a,R,n,X,t,O){O=(t=(n=V(a,(R=V((X=V(a,29),a),13),29)),v)(X,a),v(R,a)),W(a,n,t in O|0)}),W)(G,37,[0,0,0]),W(G,379,function(a,R,n,X,t,O){R=(t=V(a,(n=V((O=V(a,13),a),13),5)),X=v(n,a),v)(O,a),W(a,t,R[X])}),W)(G,109,function(a,R,n,X){(n=V(a,(X=(R=V(a,21),u(2,a,8)),37)),W)(a,n,v(R,a)>>>X)}),W(G,297,function(a,R,n,X,t){t=(n=V(a,(X=V(a,37),13)),R=0!=v(X,a),v(n,a)),R&&W(a,495,t)}),W)(G,465,[]),W(G,282,function(){}),W(G,494,function(a){km(3,a)}),W(G,97,function(a,R,n,X,t,O,U,m,y,h){(O=(m=(n=(X=(h=V(a,(y=V(a,(U=V(a,(t=V(a,29),21)),37)),29)),v(t,a.U)),v)(U,a),v)(h,a),v(y,a)),0!==X)&&(R=z(false,7,2,a,m,1,O,X,n),X.addEventListener(n,R,CX),W(a,179,[X,n,R]))}),W(G,250,[]),0),W)(G,458,G),W)(G,491,function(a,R,n,X){N2(a,true,16,R,false,true)||(n=V(a,29),X=V(a,21),W(a,X,function(t){return eval(t)}(Ss(v(n,a.U)))))}),W)(G,87,{}),W)(G,239,function(a,R,n,X,t,O,U,m,y,h,A,b,d,M,J,q,k,x){for(R=(y=(M=(d=(X=V(a,37),function(g,N,G9){for(;x<g;)h|=u(2,a,8)<<x,x+=8;return G9=(x-=g,h&(N=1<<g,-(N&1)-~N+(N|-2))),h>>=g,G9}),x=h=0,U=d(3),2*(U|1)-~U+-2-2*(U&-2)),d(5)),b=k=0,[]);b<y;b++)n=d(1),R.push(n),k+=n?0:1;for(A=(q=(J=(-(~k^1)-(~k&1)+(k|-2)).toString(2).length,[]),0);A<y;A++)R[A]||(q[A]=d(J));for(O=0;O<y;O++)R[O]&&(q[O]=V(a,5));for(m=(t=[],M);m--;)t.push(v(V(a,21),a));W(a,X,function(g,N,G9,yA,Yk){for(Yk=(N=[],yA=0,[]);yA<y;yA++){if(!R[G9=q[yA],yA]){for(;G9>=Yk.length;)Yk.push(V(g,21));G9=Yk[G9]}N.push(G9)}g.H=z((g.B=z(t.slice(),27,g),N),18,g)})}),W(G,434,function(a,R,n){(n=(R=V(a,13),v)(R,a),n[0]).removeEventListener(n[1],n[2],CX)}),W(G,53,function(a,R,n,X){(R=V(a,(n=(X=V(a,5),V(a,37)),13)),W)(a,R,v(X,a)||v(n,a))}),W)(G,342,function(a,R,n,X){if(X=a.L5.pop()){for(R=u(2,a,8);0<R;R--)n=V(a,37),X[n]=a.i[n];X[222]=a.i[X[465]=a.i[465],222],a.i=X}else W(a,495,a.s)}),W(G,316,function(a){Ep(a,4)}),0),0),[VP],G),0),[gS,P],G),[u1,F]),G),kk)(true,true,G,0,true)}),js=function(F,G,P,T,c,B,a,R,n,X){for(X=(R=(n=0,B[3]|0),B[2]|0);n<T;n++)c=c>>>8|c<<a,c+=P|0,P=P<<3|P>>>29,c^=X+1768,R=R>>>8|R<<a,R+=X|0,R^=n+1768,P^=c,X=X<<3|X>>>29,X^=R;return[f(23,8,3,P),f(G,8,2,P),f(7,8,1,P),f(35,8,0,P),f(51,8,3,c),f(3,8,2,c),f(F,8,1,c),f(19,8,0,c)]},I,WS={},gS=[],VP=[],u1=[],I6=function(F,G,P,T,c){if(3==F.length){for(P=0;3>P;P++)G[P]+=F[P];for(T=[13,8,13,12,16,(c=0,5),3,10,15];9>c;c++)G[3](G,c%3,T[c])}},Sp=[],W=(C=((((Ga,function(){})(cS),function(){})(MT),function(){})(I6),w.prototype),function(F,G,P){(495==G||454==G?F.i[G]?F.i[G].concat(P):F.i[G]=z(P,36,F):123==G||31==G||250==G||465==G||37==G?F.i[G]||(F.i[G]=z(2,30,59,14,F,G,P)):F.i[G]=z(2,16,59,17,F,G,P),347==G)&&(F.I=AU(F,2,false,32),F.$=void 0)}),Dk=WS.constructor,LX=((C.W0=function(){return Ie.call(this,275,12)},C).kp=function(F,G,P,T,c,B,a){return mj.call(this,401,3,F,G,P,T,c,B,a)},w.prototype.sq=function(F,G,P,T,c,B){return ib.call(this,6,6,G,F,P,T,c,B)},void 0),AU=function(F,G,P,T,c,B,a,R,n,X,t,O,U,m,y,h,A,b,d){if((O=v(495,F),O)>=F.s)throw[WS,31];for(m=(d=(n=T,F.Se).length,O),t=0;0<n;)U=m>>3,a=F.G[U],X=m%8,R=8-(X|0),B=R<n?R:n,P&&(A=F,A.$!=m>>6&&(A.$=m>>6,c=v(347,A),A.MH=js(55,39,A.I,15,A.$,[0,0,c[1],c[G]],24)),a^=F.MH[U&d]),t=(b=(a>>-4*~(8&X)+-9+3*~X+G*(8^X)-(B|0)&(y=1<<B,-~(y&1)+-4-~(y|1)))<<(n|0)-(B|0),-~b+(t^b)+(t|~b)),n-=B,m+=B;return W(F,495,(h=t,~(O&T)-3*~(O|T)-G*(~O&T)+G*(~O|T))),h},v=function(F,G,P){if((P=G.i[F],void 0)===P)throw[WS,30,F];if(P.value)return P.create();return P.create(1*F*F+18*F),P.prototype},QP=(C.xp=function(F,G,P,T,c,B){return l.call(this,13,F,G,P,T,c,B)},function(F,G,P,T,c,B,a,R,n,X,t,O){if(3<(X=((n=((c=((B=void 0,T&&T[0]===WS)&&(F=T[1],B=T[2],T=void 0),v(465,G)),0==c.length)&&(R=v(454,G)>>3,c.push(F,(t=R>>8,-~t-(t&-256)+(~t&255)+(t|-256)),-~(R|255)-2*(R&-256)-(~R^255)+2*(R|-256)),void 0!=B&&c.push((B|255)-~B- -256+2*~(B|255))),""),T)&&(T.message&&(n+=T.message),T.stack&&(n+=":"+T.stack)),v)(222,G),X)){(a=(n=(X-=(O=(n=n.slice(0,(X|0)-3),n).length,2*(O&3)+2*(O&-4)-(O|-4)+(~O|3)),nS)(1023,n.replace(/\\r\\n/g,"\\n"),12),G).U,G).U=G;try{r(e(2,n.length).concat(n),31,G,P)}finally{G.U=a}}W(G,222,X)}),Ym=function(F,G,P,T,c,B,a,R,n,X){for(R=V((c=((X=V(T,(B={},13)),B).Gm=V(T,21),B.Z=[],T.U==T?(a=u(2,T,8),2*(a&P)- -2+-4+(a^P)):1),T),37),n=G;n<c;n++)B.Z.push(V(T,F));for(;c--;)B.Z[c]=v(B.Z[c],T);return B.Xq=v(X,T),B.Ao=v(R,T),B},i1=function(F,G,P){(G.L5.push(G.i.slice()),G.i[P]=void 0,W)(G,P,F)},r=function(F,G,P,T,c,B,a,R,n){if(P.U==P)for(a=v(G,P),31==G?(n=function(X,t,O,U,m){if(a.oh!=(U=(m=a.length,(m|0)-4)>>3,U)){O=(t=[0,0,c[1],(a.oh=U,c[2])],(U<<3)-4);try{a.C5=js(55,39,z(3,8,1,a,O),15,z(3,14,1,a,2*(O&4)+~O- -5+2*(O&-5)),t,24)}catch(y){throw y;}}a.push(a.C5[8+(m&-8)+(~m^7)]^X)},c=v(37,P)):n=function(X){a.push(X)},T&&n(T&255),B=0,R=F.length;B<R;B++)n(F[B])},hU=function(F,G,P){return(P=F.create().shift(),G.B.create()).length||G.H.create().length||(G.H=void 0,G.B=void 0),P},fS=(C.je=function(){return fX.call(this,8,4,3)},function(F,G,P,T,c,B){return(l1(71,((B=v(495,c),c.G&&B<c.s)?(W(c,495,c.s),i1(T,c,495)):W(c,495,T),P),c,G),W(c,495,B),v)(F,c)}),l1=(C.py=function(F,G,P,T,c,B){return mj.call(this,401,6,F,G,P,T,c,B)},function(F,G,P,T,c,B,a,R){if(!P.S){P.SY++;try{for(B=(c=void 0,P.s),a=0;--T;)try{if(R=void 0,P.B)c=hU(P.B,P);else{if((a=v(495,P),a)>=B)break;c=(R=V(P,(W(P,454,a),13)),v)(R,P)}N2(P,(c&&c.call?c(P,T):QP(0,P,G,[WS,21,R]),true),17,T,false,false)}catch(n){v(293,P)?QP(22,P,G,n):W(P,293,n)}if(!T){if(P.to){l1(71,195,(P.SY--,P),647416092897);return}QP(0,P,G,[WS,33])}}catch(n){try{QP(22,P,G,n)}catch(X){Z(F,":",P,X)}}P.SY--}}),vx=((C.D=(window.performance||{}).now?function(){return this.Uc+window.performance.now()}:function(){return+new Date},w).prototype.F="create",function(F,G,P,T,c,B,a,R,n,X){if((R=F[0],R)==Sp)P.Ih=T,P.A(F);else if(R==Ec){X=F[1];try{n=P.S||P.A(F)}catch(t){Z(69,":",P,t),n=P.S}X(n)}else if(R==ep)P.A(F);else if(R==gS)P.A(F);else if(R==u1){try{for(B=0;B<P.dL.length;B++)try{a=P.dL[B],a[0][a[1]](a[2])}catch(t){}}catch(t){}P.dL=[],(0,F[1])(function(t,O){P.sq(t,true,O)},function(t){(l(57,(t=!P.W.length,0),[dS],P),t)&&kk(true,true,P,0,false)})}else{if(R==z9)return c=F[2],W(P,377,F[6]),W(P,87,c),P.A(F);R==dS?(P.i=G,P.G=[],P.QS=[]):R==VP&&"loading"===L.document.readyState&&(P.v=function(t,O,U){((U=!(O=function(){U||(U=true,t())},1),L.document).addEventListener("DOMContentLoaded",O,CX),L).addEventListener("load",O,CX)})}}),u=function(F,G,P){return G.B?hU(G.H,G):AU(G,F,true,P)},e=function(F,G,P,T,c){for(c=-(F|1)+3*(F&1)+2*~(F&1)-2*(~F|1),P=[];0<=c;c--)P[(F|0)-1-(c|0)]=(T=G>>8*c,(T|0)+(~T^255)-(T|-256));return P},JD=(w.prototype.A=function(F,G){return F=(LX=function(){return F==G?0:-25},G={},{}),function(P,T,c,B,a,R,n,X,t,O,U,m,y,h,A,b,d,M,J,q,k,x){T=F,F=G;try{if(n=P[0],n==gS){d=P[1];try{for(B=(A=(m=atob(d),[]),y=0);B<m.length;B++)k=m.charCodeAt(B),255<k&&(A[y++]=-~(k|255)-(~k^255)-2*(~k&255)+2*(~k|255),k>>=8),A[y++]=k;W(this,347,[0,0,(this.G=A,this.s=this.G.length<<3,0)])}catch(g){QP(17,this,195,g);return}l1(71,195,this,8001)}else if(n==Sp)P[1].push(v(123,this).length,v(222,this),v(250,this).length,v(31,this).length),W(this,87,P[2]),this.i[409]&&fS(87,8001,195,v(409,this),this);else{if(n==Ec){U=(t=(X=P[2],e(2,(v(123,this).length|0)+2)),this.U),this.U=this;try{h=v(465,this),0<h.length&&r(e(2,h.length).concat(h),123,this,192),r(e(1,this.Rh),123,this,167),r(e(1,this[Ec].length),123,this),J=0,J+=v(437,this)&2047,J-=(v(123,this).length|0)+5,R=v(31,this),4<R.length&&(J-=(R.length|0)+3),0<J&&r(e(2,J).concat(cS(J)),123,this,197),4<R.length&&r(e(2,R.length).concat(R),123,this,86)}finally{this.U=U}if(c=(((M=cS(2).concat(v(123,this)),M)[1]=M[0]^204,M)[3]=M[1]^t[0],M[4]=(q=M[1],a=t[1],(q|0)+~(q&a)-(q&~a)-(~q^a)),this).Oq(M))c="<"+c;else for(x=0,c="";x<M.length;x++)O=M[x][this.mE](16),1==O.length&&(O="0"+O),c+=O;return((((b=c,v(123,this)).length=X.shift(),W)(this,222,X.shift()),v)(250,this).length=X.shift(),v(31,this)).length=X.shift(),b}if(n==ep)fS(87,P[2],195,P[1],this);else if(n==z9)return fS(87,8001,195,P[1],this)}}finally{F=T}}}(),function(F,G,P,T,c,B,a,R,n,X){for(;T.W.length;){n=(T.v=a,T).W.pop();try{X=vx(n,null,T,25)}catch(t){Z(F,B,T,t)}if(c&&T.v){R=T.v,R(function(){kk(true,P,T,G,P)});break}}return X}),kk=function(F,G,P,T,c,B,a,R){if(P.W.length){(P.wL=(P.wL&&T(),F),P).la=G;try{a=P.D(),P.C=a,P.zm=T,P.Y=a,R=JD(70,0,true,P,G,":",null),B=P.D()-P.C,P.ua+=B,B<(c?0:10)||P.Ih--<=T||(B=Math.floor(B),P.QS.push(254>=B?B:254))}finally{P.wL=false}return R}},Ep=function(F,G,P,T){r(e(G,(P=V(F,(T=V(F,29),21)),v(T,F))),P,F)},km=(w.prototype.Oq=function(F,G,P,T,c){return p.call(this,F,6,P,G,T,c)},w.prototype.wu=0,function(F,G,P,T,c,B,a){r(((a=(c=V(G,(P=F&(B=F&3,4),T=V(G,29),5)),v(T,G)),P)&&(a=nS(1023,(""+a).replace(/\\r\\n/g,"\\n"),12)),B&&r(e(2,a.length),c,G),a),c,G)}),b1=/./,$m,qT=(w.prototype[u1]=[0,0,1,1,0,1,1],gS.pop.bind(w.prototype[Sp])),Ss=function(F,G){return(G=R6(null,"error","tl"))&&1===F.eval(G.createScript("1"))?function(P){return G.createScript(P)}:function(P){return""+P}}((($m=S(w.prototype.F,(b1[w.prototype.mE]=qT,16),{get:qT}),w).prototype.zk=void 0,L));(I=L.watchbell||(L.watchbell={}),40<I.m)||(I.m=41,I.tl=Ta,I.a=ub),I.SQV_=function(F,G,P){return P=new w(F,G),[function(T){return Bx(3,5,T,9,false,P)}]};try{I.u||(L.addEventListener("unload",function(){},CX),I.u=1)}catch(F){};/*',
' == 0*/',
'}).call(this);'].join('\n')));}).call(this);</script>
<script type="text/javascript" nonce="5BCWh2dGv+3eStvsRbDdkQ">
document.bg = new watchbell.tl('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');
</script>
<script nonce="5BCWh2dGv+3eStvsRbDdkQ">
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="5BCWh2dGv+3eStvsRbDdkQ">
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 type="text/javascript" nonce="5BCWh2dGv+3eStvsRbDdkQ">
var BrowserSupport_={IsBrowserSupported:function(){var agt=navigator.userAgent.toLowerCase();var is_op=agt.indexOf("opera")!=-1;var is_ie=agt.indexOf("msie")!=-1&&document.all&&!is_op;var is_ie5=agt.indexOf("msie 5")!=-1&&document.all&&!is_op;var is_mac=agt.indexOf("mac")!=-1;var is_gk=agt.indexOf("gecko")!=-1;var is_sf=agt.indexOf("safari")!=-1;if(is_ie&&!is_op&&!is_mac){if(agt.indexOf("palmsource")!=
-1||agt.indexOf("regking")!=-1||agt.indexOf("windows ce")!=-1||agt.indexOf("j2me")!=-1||agt.indexOf("avantgo")!=-1||agt.indexOf(" stb")!=-1)return false;var v=BrowserSupport_.GetFollowingFloat(agt,"msie ");if(v!=null)return v>=5.5}if(is_gk&&!is_sf){var v=BrowserSupport_.GetFollowingFloat(agt,"rv:");if(v!=null)return v>=1.4;else{v=BrowserSupport_.GetFollowingFloat(agt,"galeon/");if(v!=null)return v>=
1.3}}if(is_sf){if(agt.indexOf("rv:3.14.15.92.65")!=-1)return false;var v=BrowserSupport_.GetFollowingFloat(agt,"applewebkit/");if(v!=null)return v>=312}if(is_op){if(agt.indexOf("sony/com1")!=-1)return false;var v=BrowserSupport_.GetFollowingFloat(agt,"opera ");if(v==null)v=BrowserSupport_.GetFollowingFloat(agt,"opera/");if(v!=null)return v>=8}if(agt.indexOf("pda; sony/com2")!=-1)return true;return false},
GetFollowingFloat:function(str,pfx){var i=str.indexOf(pfx);if(i!=-1){var v=parseFloat(str.substring(i+pfx.length));if(!isNaN(v))return v}return null}};var is_browser_supported=BrowserSupport_.IsBrowserSupported()
</script>
<script type=text/javascript nonce="5BCWh2dGv+3eStvsRbDdkQ">
<!--
var start_time = (new Date()).getTime();
if (top.location != self.location) {
top.location = self.location.href;
}
function SetGmailCookie(name, value) {
document.cookie = name + "=" + value + ";path=/;domain=.google.com";
}
function lg() {
var now = (new Date()).getTime();
var cookie = "T" + start_time + "/" + start_time + "/" + now;
SetGmailCookie("GMAIL_LOGIN", cookie);
}
function StripParam(url, param) {
var start = url.indexOf(param);
if (start == -1) return url;
var end = start + param.length;
var charBefore = url.charAt(start-1);
if (charBefore != '?' && charBefore != '&') return url;
var charAfter = (url.length >= end+1) ? url.charAt(end) : '';
if (charAfter != '' && charAfter != '&' && charAfter != '#') return url;
if (charBefore == '&') {
--start;
} else if (charAfter == '&') {
++end;
}
return url.substring(0, start) + url.substring(end);
}
var fixed = 0;
function FixForm() {
if (is_browser_supported) {
var form = el("gaia_loginform");
if (form && form["continue"]) {
var url = form["continue"].value;
url = StripParam(url, "ui=html");
url = StripParam(url, "zy=l");
form["continue"].value = url;
}
}
fixed = 1;
}
function el(id) {
if (document.getElementById) {
return document.getElementById(id);
} else if (window[id]) {
return window[id];
}
return null;
}
var ONE_PX = "https://mail.google.com/mail/images/cleardot.gif?t=" +
(new Date()).getTime();
function LogRoundtripTime() {
var img = new Image();
var start = (new Date()).getTime();
img.onload = GetRoundtripTimeFunction(start);
img.src = ONE_PX;
}
function GetRoundtripTimeFunction(start) {
return function() {
var end = (new Date()).getTime();
SetGmailCookie("GMAIL_RTT", (end - start));
}
}
function MaybePingUser() {
var f = el("gaia_loginform");
if (f.Email.value) {
new Image().src = 'https://mail.google.com/mail/gxlu?email=' +
encodeURIComponent(f.Email.value) +
'&zx=' + (new Date().getTime());
}
}
var passwd_elem = el("Passwd");
if (passwd_elem) {
passwd_elem.onfocus = MaybePingUser;
}
function OnLoad() {
MaybePingUser();
LogRoundtripTime();
LoadConversionScript();
}
function LoadConversionScript() {}
// -->
</script>
<script nonce="5BCWh2dGv+3eStvsRbDdkQ">
gaia_attachEvent(window, 'load', function() {
OnLoad();
FixForm();
});
(function() {
var gaiaLoginForm = document.getElementById('gaia_loginform');
var gaia_onsubmitHandler = gaiaLoginForm.onsubmit;
gaiaLoginForm.onsubmit = function() {
lg();
if (!fixed) {
FixForm();
}
gaia_onsubmitHandler();
};
})();
</script>
<script nonce="5BCWh2dGv+3eStvsRbDdkQ">
if (gaia.ps.hasPrefilledIdentifier) {
var form = document.getElementById('gaia_loginform');
if (form) {
form.submit();
}
}
</script>
<script nonce="5BCWh2dGv+3eStvsRbDdkQ">
(function(){
gaia_onLoginSubmit = function() {
try {
gaia.loginAutoRedirect.stop();
} catch (err) {
}
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="5BCWh2dGv+3eStvsRbDdkQ">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.prototype.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="5BCWh2dGv+3eStvsRbDdkQ">
gaia.loginAutoRedirect.start(5000,
'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fmail.google.com%2Fmail%2Fu%2F0%2F\x26followup=https%3A%2F%2Fmail.google.com%2Fmail%2Fu%2F0%2F\x26osid=1\x26service=mail\x26passive=1209600\x26noautologin=true',
'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fmail.google.com%2Fmail%2Fu%2F0%2F\x26followup=https%3A%2F%2Fmail.google.com%2Fmail%2Fu%2F0%2F\x26osid=1\x26service=mail\x26passive=1209600');
</script>
</body>
</html>