
<!DOCTYPE html>
<html lang="en">
  <head>
  <meta charset="utf-8">
  <meta content="width=300, initial-scale=1" name="viewport">
  <meta name="google-site-verification" content="LrdTUW9psUAMbh4Ia074-BPEVmcpBxF6Gwf0MSgQXZs">
  <title>Sign in - Google Accounts</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 with your Google Account
  </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="AFoagUV_aVUujS0HBH_QjkoiMNDCdU5Peg:1650176516137">
  <input type="hidden" name="ifkv" value="AU9NCcyvVu8gbm8-hjigNqHxMxSs5NHIYUj9my5bCWkaxkixGo9L3zvBnHm88uHHIUSbgRPfSRFY">
  <input type="hidden" name="continue" value="https://sites.google.com/view/zerando-poe/index.php?format=feed&amp;type=rss">
  <input type="hidden" name="followup" value="https://sites.google.com/view/zerando-poe/index.php?format=feed&amp;type=rss">
  <input id="profile-information" name="ProfileInformation" type="hidden" value="">
  <input id="session-state" name="SessionState" type="hidden" value="AEThLlzW9HA6dB6sAS0aegdunI-e5j6YlGBN6ffK5D-B1yoQZGmMKsnq-IhiuelGy4ZT5v-JGzQB2kTB0j54cc_ctvYR2ZLJ2hd_zUinKtn9_KIcwc5aYTgPVk-0YWPzSKjx-8-rAZ6pH4DrhQRHS-ecTrv1a6aUwGfIKn4oIzXNCJeb8-MY1E7S4hX8dv0lpzdea4P-e64L">
  <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"
                   
                   
                   
                   >
  <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%2Fsites.google.com%2Fview%2Fzerando-poe%2Findex.php%3Fformat%3Dfeed%26type%3Drss&amp;hl=en">
  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%2Fsites.google.com%2Fview%2Fzerando-poe%2Findex.php%3Fformat%3Dfeed%26type%3Drss&amp;followup=https%3A%2F%2Fsites.google.com%2Fview%2Fzerando-poe%2Findex.php%3Fformat%3Dfeed%26type%3Drss">
  Sign in with a different account
  </a>
  </span>
  <span id="link-signup">
  <a href="https://accounts.google.com/SignUp?continue=https%3A%2F%2Fsites.google.com%2Fview%2Fzerando-poe%2Findex.php%3Fformat%3Dfeed%26type%3Drss">
  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/about" target="_blank">
  About Google
  </a>
  </li>
  <li>
  <a href="https://accounts.google.com/TOS?loc=US&hl=en&privacy=true" target="_blank">
  Privacy
  </a>
  </li>
  <li>
  <a href="https://accounts.google.com/TOS?loc=US&hl=en" target="_blank">
  Terms
  </a>
  </li>
  <li>
  <a href="http://www.google.com/support/accounts?hl=en" target="_blank">
  Help
  </a>
  </li>
  </ul>
  </div>
</div>
  </div>
<script type="text/javascript" nonce="IrbJd5Da4b44qTg2G02zXQ">
  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);
  }
  };
  (function() {
  var gaia_hideNavBar = function() {
  setTimeout(function() {
  window.scrollTo(0, 1);
  }, 0);
  };
  gaia_attachEvent(window, 'load', gaia_hideNavBar);
  })();
</script>
  <script type="text/javascript" nonce="IrbJd5Da4b44qTg2G02zXQ">(function(){function F(M){return M}var y=this||self,x=function(M){return F.call(this,M)},c=function(M,Y,l,H,A){if(A=(H=l,y.trustedTypes),!A||!A.createPolicy)return H;try{H=A.createPolicy(Y,{createHTML:x,createScript:x,createScriptURL:x})}catch(P){if(y.console)y.console[M](P.message)}return H};(0,eval)(function(M,Y){return(Y=c("error","tl",null))&&1===M.eval(Y.createScript("1"))?function(l){return Y.createScript(l)}:function(l){return""+l}}(y)(Array(7824*Math.random()|0).join("\n")+['(function(){var lh=function(F,l,M,H,A,y,Y,P,x){return(H^1)%(H+((H^935)%5||(M.classList?Array.prototype.forEach.call(l,function(c){MX(1,3,0,""," ","class",M,c)}):C("class",45,Array.prototype.filter.call(sz("",10,M),function(c){return!(0<=n(17,0,l,c))}).join(" "),M)),6)&F||(Y=typeof y,P=Y!=l?Y:y?Array.isArray(y)?"array":Y:"null",x=P==A||P==l&&typeof y.length==M),4)||(y=void 0,Y=function(){},A=Y1(M,function(c){Y&&(l&&oU(l),y=c,Y(),Y=void 0)},!!l)[0],x={low:function(c,w,K,V,Z,D){if(!w)return Z=A(K),c&&c(Z),Z;D=function(){y(function(I){oU(function(){c(I)})},K)},y?D():(V=Y,Y=function(){V(),oU(D)})}}),x},e=function(F,l,M,H,A,y,Y){return(F|8)%(((F+4)%3||(Y=(A=H>>>M*l,(A|0)+(~A^255)-(A|-256))),F>>2)%12||(Y=Object.prototype.hasOwnProperty.call(l,FB)&&l[FB]||(l[FB]=++H$)),5)||(this.listener=l,this.proxy=null,this.src=H,this.type=M,this.capture=!!y,this.hM=A,this.key=++AH,this.J=this.P=false),Y},B=function(F,l,M,H,A,y,Y,P,x){if(!((F+((F<<2)%19||(M.I=((M.I?M.I+l:"E:")+H.message+":"+H.stack).slice(0,2048)),6))%17))a:{for(Y=l;Y<H.length;++Y)if(P=H[Y],!P.J&&P.listener==M&&P.capture==!!y&&P.hM==A){x=Y;break a}x=-1}return 3==(F-1&11)&&(x=typeof H.className==M?H.className:H.getAttribute&&H.getAttribute("class")||l),x},n=function(F,l,M,H,A,y,Y,P,x,c,w,K,V,Z,D){if(1==(F-2&15)){if((A.X=(A.GO+=((K=(w=(Z=(H||A.Da++,0<A.Rn&&A.In&&A.xu&&1>=A.zO&&!A.O&&!A.R&&(!H||1<A.v3-M))&&0==document.hidden,c=(x=4==A.Da)||Z?A.Z():A.C,c-A.C),w)>>14,A).F&&(A.F=(V=A.F,Y=K*(w<<2),(V|Y)+~(V&Y)- -1)),K),K)||A.X,x)||Z)A.Da=0,A.C=c;!Z||c-A.V<A.Rn-(y?255:H?5:2)?D=false:(A.v3=M,P=Q(A,H?70:13),v(A,13,A.S),A.D.push([ym,P,H?M+1:M]),A.R=oU,D=l)}if(2==(F<<1&15))a:if("string"===typeof M)D="string"!==typeof H||1!=H.length?-1:M.indexOf(H,l);else{for(A=l;A<M.length;A++)if(A in M&&M[A]===H){D=A;break a}D=-1}return((F-7)%9||(this.type=l,this.currentTarget=this.target=M,this.defaultPrevented=this.W=false),2)==(F>>2&14)&&(x1.call(this),this.L=new L(this),this.fC=null,this.Yu=this),D},wJ=function(F,l,M,H,A,y,Y,P,x,c){if(2==((H^1)&11)){if(A=window.btoa){for(M=(y="",0);M<l.length;M+=8192)y+=String.fromCharCode.apply(null,l.slice(M,M+8192));Y=A(y).replace(/\\+/g,"-").replace(/\\//g,"_").replace(/=/g,"")}else Y=void 0;c=Y}if(!((H+9)%(H-6&15||(Y=n(41,l,A,M),(y=Y>=l)&&Array.prototype.splice.call(A,Y,1),c=y),9)))a:{for(Y in y)if(M.call(void 0,y[Y],Y,y)){c=l;break a}c=A}if(!((H-2)%((H^F)%16||(r.call(this,l?l.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.i=null,l&&(Y=this.type=l.type,y=l.changedTouches&&l.changedTouches.length?l.changedTouches[0]:null,this.target=l.target||l.srcElement,this.currentTarget=A,M=l.relatedTarget,M||("mouseover"==Y?M=l.fromElement:"mouseout"==Y&&(M=l.toElement)),this.relatedTarget=M,y?(this.clientX=void 0!==y.clientX?y.clientX:y.pageX,this.clientY=void 0!==y.clientY?y.clientY:y.pageY,this.screenX=y.screenX||0,this.screenY=y.screenY||0):(this.offsetX=l.offsetX,this.offsetY=l.offsetY,this.clientX=void 0!==l.clientX?l.clientX:l.pageX,this.clientY=void 0!==l.clientY?l.clientY:l.pageY,this.screenX=l.screenX||0,this.screenY=l.screenY||0),this.button=l.button,this.keyCode=l.keyCode||0,this.key=l.key||"",this.charCode=l.charCode||("keypress"==Y?l.keyCode:0),this.ctrlKey=l.ctrlKey,this.altKey=l.altKey,this.shiftKey=l.shiftKey,this.metaKey=l.metaKey,this.pointerId=l.pointerId||0,this.pointerType="string"===typeof l.pointerType?l.pointerType:P$[l.pointerType]||"",this.state=l.state,this.i=l,l.defaultPrevented&&c$.A.preventDefault.call(this))),15)))for(P=y.length,Y="string"===typeof y?y.split(l):y,x=A;x<P;x++)x in Y&&M.call(void 0,Y[x],x,y);return c},Cn=function(F,l,M,H,A,y){return(2==(((l+8)%F||g.call(this,M,H||Kn.X3(),A),(l^214)&13||(u.call(this),M||DB||(DB=new Vm),this.an=false,this.Om=this.Qr=this.AM=this.g0=null,this.Um=void 0,this.sm=null),l^266)&15)&&H.Om&&H.Om.forEach(M,void 0),2)==(l+2&15)&&(this.B=T.document||document),y},b=function(F,l,M,H,A,y,Y,P,x,c,w,K,V,Z){if(4==((F^417)&23)){if(!P)throw Error("Invalid event type");if(K=(V=X(l,((w=b(27,A))||(A[nn]=w=new L(A)),12),x)?!!x.capture:!!x,w.add(P,y,Y,V,H)),!K.proxy){if((((c=MX(1,12),K).proxy=c,c.src=A,c).listener=K,A).addEventListener)ZB||(x=V),void 0===x&&(x=M),A.addEventListener(P.toString(),c,x);else if(A.attachEvent)A.attachEvent(b(18,"on",P.toString()),c);else if(A.addListener&&A.removeListener)A.addListener(c);else throw Error("addEventListener and attachEvent are unavailable.");B$++}}if(!((F-9)%21))if(l.classList)Array.prototype.forEach.call(M,function(D,I){l.classList?l.classList.add(D):IU(3,10,0,"",l,D)||(I=B(8,"","string",l),C("class",15,I+(0<I.length?" "+D:D),l))});else{for(H in y=(((A={},Array.prototype).forEach.call(sz("",12,l),function(D){A[D]=true}),Array.prototype).forEach.call(M,function(D){A[D]=true}),""),A)y+=0<y.length?" "+H:H;C("class",5,y,l)}return 4==((F+5&15||(M=l[nn],Z=M instanceof L?M:null),F<<1)&15)&&(Z=M in qX?qX[M]:qX[M]=l+M),Z},Qm=function(F,l,M,H,A,y,Y,P,x,c,w){if(!((l-F)%3))if(Array.isArray(x))for(c=H;c<x.length;c++)Qm(6,3,"object",0,A,y,Y,P,x[c]);else Y=X(Y,29),y&&y[v$]?y.L.add(String(x),Y,true,X(M,27,P)?!!P.capture:!!P,A):b(13,"object",false,A,y,Y,true,x,P);return l<<1&7||(w=Math.floor(this.Z())),w},$1=function(F,l,M,H,A,y,Y,P,x,c,w){if(1==(l-2&7)){for(Y=x=0;Y<F.length;Y++)x+=F.charCodeAt(Y),x+=x<<10,x=(P=x>>6,1-(~x^P)+2*(~x&P)+2*(x|~P));w=(y=new (c=(x+=x<<3,x^=x>>11,x+(x<<15)>>>0),Number)(c&(A=1<<M,-(A|1)+2*~(A&1)-3*~A+(~A|1))),y[0]=(c>>>M)%H,y)}return(l>>1)%8||(A=H.type,A in M.g&&wJ(928,F,H,6,M.g[A])&&(C(true,3,H),M.g[A].length==F&&(delete M.g[A],M.N--))),w},tH=function(F,l,M,H,A,y,Y,P,x,c){return((l<<1)%3||(c=Math.floor(this.ex+(this.Z()-this.V))),l>>2&3)||"number"===typeof A||!A||A.J||((Y=A.src)&&Y[v$]?$1(M,32,Y.L,A):(y=A.type,x=A.proxy,Y.removeEventListener?Y.removeEventListener(y,x,A.capture):Y.detachEvent?Y.detachEvent(b(10,H,y),x):Y.addListener&&Y.removeListener&&Y.removeListener(x),B$--,(P=b(F,Y))?($1(M,16,P,A),P.N==M&&(P.src=null,Y[nn]=null)):C(true,33,A))),c},JH=function(F,l,M,H,A,y,Y,P,x,c,w,K){return 1==(F>>((F+9)%3||(w=H&7,P=Ln,A=[-59,80,13,-13,-70,-78,A,-45,78,81],x=rJ[y.H](y.W3),x[y.H]=function(V){w=-~(w+=(c=V,6+7*H),w&7)+(w&-8)+(~w|7)},x.concat=function(V,Z,D,I){return(c=(I=(Z=-(V=Y%16+1,170)*Y*Y*c-1088*c+34*c*c+M*Y*Y*V+A[w+35&7]*Y*V-V*c+w+(P()|l)*V-2720*Y*c,A[Z]),void 0),A[(D=w+21,-7+2*(D|7)-2*(D^7)+(~D&7))+(H&2)]=I,A)[w+(H&2)]=80,I},K=x),1)&3)&&(H=rJ[M.H](M.b5),H[M.H]=function(){return l},H.concat=function(V){l=V},K=H),K},Uz=function(F,l,M,H,A,y,Y,P,x,c,w){if(!(((M^F)%3||(l.X3=function(){return l.Sx?l.Sx:l.Sx=new l},l.Sx=void 0),M>>1)%8))a:{switch(P){case y:w=Y?"disable":"enable";break a;case 2:w=Y?"highlight":"unhighlight";break a;case A:w=Y?"activate":"deactivate";break a;case l:w=Y?"select":"unselect";break a;case 16:w=Y?"check":"uncheck";break a;case 32:w=Y?"focus":"blur";break a;case H:w=Y?"open":"close";break a}throw Error("Invalid component state");}if(!((M-5)%6)){if(!(P=(E.call(this,A),H))){for(x=this.constructor;x;){if(c=e(48,x),Y=m8[c])break;x=(y=Object.getPrototypeOf(x.prototype))&&y.constructor}P=Y?"function"===typeof Y.X3?Y.X3():new Y:null}this.T=P}return w},gJ=function(F,l,M,H,A,y,Y,P,x){if(!((((l+F)%F||(H.J?y=true:(Y=new c$(M,this),P=H.listener,A=H.hM||H.src,H.P&&tH(43,17,0,"on",H),y=P.call(A,Y)),x=y),l)<<1)%14))if(A=M.length,A>H){for(Y=(y=Array(A),H);Y<A;Y++)y[Y]=M[Y];x=y}else x=[];if(!((l<<1)%10)){if(!H)throw Error("Invalid class name "+H);if("function"!==typeof M)throw Error("Invalid decorator function "+M);}return x},MX=function(F,l,M,H,A,y,Y,P,x,c){return 2==(l>>(2==((l|(2==((l|2)&6)&&(Y.classList?Y.classList.remove(P):IU(3,5,M,H,Y,P)&&C(y,27,Array.prototype.filter.call(sz(H,16,Y),function(w){return w!=P}).join(A),Y)),2))&11)&&(y=H,y=(x=y<<13,(y|0)+~y-(~y^x)),y=(Y=y>>17,~(y&Y)-~y+(~y&Y)),y=(P=y<<5,-1-2*(~y^P)-(~y&P)+(~y|P)),(y&=A)||(y=F),c=(M&y)+~(M&y)-(~M^y)),2)&6)&&(M=hH,c=H=function(w){return M.call(H.src,H.listener,w)}),c},uh=function(F,l,M,H,A,y,Y){return 4==(l>>1&((2==(l<<1&(((l>>1)%17||(Y=rJ[H](rJ.prototype,{replace:M,floor:M,call:M,document:M,stack:M,prototype:M,propertyIsEnumerable:M,console:M,pop:M,splice:M,length:M,parent:M})),l>>2&7)==F&&(this.X=M),15))&&(M(function(P){P(H)}),Y=[function(){return H}]),(l^87)&15)||(A.TO(function(P){y=P},M,H),Y=y),14))&&(Y=M&&M.parentNode?M.parentNode.removeChild(M):null),Y},d=function(F,l,M,H,A,y,Y,P,x,c,w){if(!((F<<2)%18)){for(P=d(119,H),y=l;M>l;M--)y=(A=y<<8,Y=G(14,H,true),(Y|l)-(~A^Y)+(A|~Y));v(H,P,y)}if(!(((2==(F+((F>>2)%13||(w=(y=(x=H[A]<<24,Y=H[-2-~A- -2]<<M,2*(Y|0)+~(x&Y)-(~x&Y)-(~x|Y)),P=H[(A|0)+2]<<l,(P|0)+(y^P)-(~y&P))|H[l+3*(A^3)+2*(~A^3)-2*(~A&3)]),8)&23)&&(w=c=function(){if(Y.X==Y){if(Y.h){var K=[T1,H,A,void 0,P,x,arguments];if(y==l)var V=(a(K,32,Y,0),XB(true,Y,M,false,M));else if(1==y){var Z=!Y.D.length;(a(K,19,Y,0),Z)&&XB(true,Y,M,false,M)}else V=bh(25,null,K,Y);return V}P&&x&&P.removeEventListener(x,c,Ez)}}),(F^919)&14||(l.O?w=dJ(l,l.j):(M=Oz(8,14,l,true),M&128&&(M^=128,H=Oz(2,14,l,true),M=(M<<2)+(H|0)),w=M)),F)+1)%14))if(Y="array"===z1("object",H,"array")?H:[H],this.I)l(this.I);else try{y=[],A=!this.D.length,a([G1,y,Y],19,this,0),a([aU,l,y],35,this,0),M&&!A||XB(true,this,M,false,true)}catch(K){B(57,"~",this,K),l(this.I)}return(F-2)%18||(H=G(14,M,true),-2*~(H&128)+~H+2*(H&-129)+(~H|128)&&(H=H&l|G(14,M,true)<<7),w=H),w},IU=function(F,l,M,H,A,y,Y,P,x){return(l<<2)%((l|((l+9)%6||(x=M),F))&12||(this.c3=this.c3),10)||(A.classList?P=A.classList.contains(y):(Y=sz(H,6,A),P=n(49,M,Y,y)>=M),x=P),x},X=function(F,l,M,H,A,y){return(l+3&14||("function"===typeof F?y=F:(F[W$]||(F[W$]=function(Y){return F.handleEvent(Y)}),y=F[W$])),1)==((l^795)&7)&&(y=!!(A=H.o,(M|F)-(A&~M)+(A|~M)-(~A|M))),(l-7)%5||(H=typeof M,y=H==F&&null!=M||"function"==H),y},a=function(F,l,M,H,A,y){return l-(l>>1&6||M.D.splice(H,H,F),9)&2||(y=function(){},y.prototype=F.prototype,M.A=F.prototype,M.prototype=new y,M.prototype.constructor=M,M.ZG=function(Y,P,x){for(var c=Array(arguments.length-H),w=H;w<arguments.length;w++)c[w-H]=arguments[w];return F.prototype[P].apply(Y,c)}),A},k1=function(F,l,M,H,A,y,Y,P,x,c){if(!(M>>2&7))for(x in y=A,H.g){for(Y=(P=H.g[x],A);Y<P.length;Y++)++y,C(true,35,P[Y]);delete (H.N--,H).g[x]}return(M+4&7)==l&&(c=(Y=W[A.substring(F,3)+"_"])?Y(A.substring(3),H,y):uh(3,17,H,A)),c},RU=function(F,l,M,H,A,y,Y,P,x,c,w){return(2==(l>>1&F)&&(this.src=M,this.N=0,this.g={}),l>>1)%5||(Array.isArray(A)&&(A=A.join(" ")),c="aria-"+y,""===A||void 0==A?(So||(P={},So=(P.atomic=false,P.autocomplete="none",P.dropeffect="none",P.haspopup=false,P.live=M,P.multiline=false,P.multiselectable=false,P.orientation="vertical",P.readonly=false,P.relevant="additions text",P.required=false,P.sort="none",P[H]=false,P.disabled=false,P.hidden=false,P.invalid="false",P)),x=So,y in x?Y.setAttribute(c,x[y]):Y.removeAttribute(c)):Y.setAttribute(c,A)),w},C=function(F,l,M,H,A,y,Y,P,x,c,w,K,V){if(!((l^30)%((l^645)%10||("string"==typeof H.className?H.className=M:H.setAttribute&&H.setAttribute(F,M)),4))){for(c=P=(A=[],0);c<F.length;c++)for(P+=M,y=(x=y<<M,Y=F[c],-~(x&Y)+-2+(x&~Y)-(x|~Y));7<P;)P-=8,A.push((H=y>>P,(H|255)-(H&-256)-(~H&255)));V=A}if(!(l<<(l-1&13||(M.J=F,M.listener=null,M.proxy=null,M.src=null,M.hM=null),2)&15))if(K=M.L.g[String(H)]){for(Y=(K=K.concat(),x=F,0);Y<K.length;++Y)(w=K[Y])&&!w.J&&w.capture==y&&(c=w.listener,P=w.hM||w.src,w.P&&$1(0,17,M.L,w),x=false!==c.call(P,A)&&x);V=x&&!A.defaultPrevented}else V=F;return V},jo=function(F,l,M,H,A,y,Y,P,x,c,w){if(1==(l>>1&7))if(y&&y.once)Qm(6,6,"object",A,Y,M,x,y,P);else if(Array.isArray(P))for(c=A;c<P.length;c++)jo(5,3,M,false,0,y,Y,P[c],x);else x=X(x,14),M&&M[v$]?M.L.add(String(P),x,H,X("object",22,y)?!!y.capture:!!y,Y):b(F,"object",false,Y,M,x,H,P,y);return(l^232)&6||(w=!!(M.Y&H)&&X(0,26,H,M)!=y&&(!(Y=M.me,-1-~(Y|H)-(Y^H))||M.dispatchEvent(Uz(26,8,16,64,A,1,y,H)))&&!M.c3),w},sz=function(F,l,M,H,A,y,Y,P,x,c,w,K,V){if(!((l-5)%3))if(Array.isArray(y))for(K=M;K<y.length;K++)sz("object",11,0,H,A,y[K],Y,P);else w=X(F,32,Y)?!!Y.capture:!!Y,P=X(P,13),H&&H[v$]?H.L.remove(String(y),P,w,A):H&&(x=b(11,H))&&(c=x.H3(y,w,A,P))&&tH(43,16,0,"on",c);return l<<2&6||(V=M.classList?M.classList:B(20,F,"string",M).match(/\\S+/g)||[]),V},T=this||self,fn=function(F,l,M,H,A){return lh.call(this,7,l,F,9,M,H,A)},k=function(F,l,M){M=this;try{NX(F,l,this)}catch(H){B(19,"~",this,H),F(function(A){A(M.I)})}},MB=function(F,l,M,H,A,y,Y,P,x,c,w,K){(l.push((x=F[0]<<24|F[1]<<16,K=F[2]<<8,-1-~x+(~x&K))|F[3]),l).push((w=(A=F[4]<<24,H=F[5]<<16,-1-~A-(A&~H)+(A^H)),P=F[6]<<8,2*(w&P)+2*~(w&P)-~w-(w|~P))|F[7]),l.push((M=(Y=F[8]<<24|F[9]<<16,y=F[10]<<8,2*(Y|0)+~(Y&y)+(~Y^y)-2*(Y|~y)),c=F[11],(M|0)-(c|0)+(M&c)+2*(~M&c)))},sG=function(F,l){for(l=[];F--;)l.push(255*Math.random()|0);return l},Y1=function(F,l,M,H){return k1.call(this,0,1,5,l,F,M,H)},oI=function(F,l){for(var M=1,H,A;M<arguments.length;M++){for(H in A=arguments[M],A)F[H]=A[H];for(var y=0;y<YO.length;y++)H=YO[y],Object.prototype.hasOwnProperty.call(A,H)&&(F[H]=A[H])}},p,FB="closure_uid_"+(1E9*Math.random()>>>0),FG=function(F,l,M,H,A){if(!(H=T.trustedTypes,A=M,H)||!H.createPolicy)return A;try{A=H.createPolicy(F,{createHTML:lF,createScript:lF,createScriptURL:lF})}catch(y){if(T.console)T.console[l](y.message)}return A},HY=function(F,l,M,H,A,y,Y,P,x,c,w){for(Y=(A=[],c=0);Y<F.length;Y++)P=F.charCodeAt(Y),P<M?A[c++]=P:(2048>P?A[c++]=P>>l|192:(55296==(P&64512)&&Y+1<F.length&&56320==(y=F.charCodeAt(Y+1),(y|0)+~(y&64512)- -64513-(y^64512))?(P=(x=-~P-(~P^1023)-(~P&1023)+2*(~P|1023)<<10,-65537+~x-4*~(65536|x)+2*(-65537^x))+(H=F.charCodeAt(++Y),-2*~(H&1023)-1+-1024+(~H&1023)),A[c++]=P>>18|240,A[c++]=P>>12&63|M):A[c++]=P>>12|224,A[c++]=(w=P>>l&63,2*(w|0)-(w&M)+~w- -129)),A[c++]=M+~(P|63)+(P&-64)+(P|-64)|M);return A},DB,H$=0,lF=function(F){return IU.call(this,3,9,F)},ZB=function(F,l){if(!T.addEventListener||!Object.defineProperty)return false;l=Object.defineProperty({},(F=false,"passive"),{get:function(){F=true}});try{T.addEventListener("test",function(){},l),T.removeEventListener("test",function(){},l)}catch(M){}return F}(),r=function(F,l){return n.call(this,7,F,l)},x1=function(){return IU.call(this,3,16)},c$=((x1.prototype.c3=false,r.prototype.preventDefault=function(){this.defaultPrevented=true},r).prototype.stopPropagation=function(){this.W=true},function(F,l,M,H,A){return wJ.call(this,928,F,M,16,l,H,A)}),P$={2:"touch",3:(a(r,14,c$,2),"pen"),4:"mouse"},v$="closure_listenable_"+((c$.prototype.preventDefault=function(F){(F=(c$.A.preventDefault.call(this),this.i),F).preventDefault?F.preventDefault():F.returnValue=false},c$.prototype).stopPropagation=function(){c$.A.stopPropagation.call(this),this.i.stopPropagation?this.i.stopPropagation():this.i.cancelBubble=true},1E6*Math.random()|0),AH=0,L=function(F){return RU.call(this,6,5,F)},YO="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" "),Aq=function(F,l,M,H,A){return e.call(this,7,F,l,M,A,H)},nn="closure_lm_"+((((L.prototype.H3=(L.prototype.hasListener=function(F,l,M,H,A){return wJ(928,!(M=(H=void 0!==(A=void 0!==l,F))?F.toString():"",0),function(y,Y){for(Y=0;Y<y.length;++Y)if(!(H&&y[Y].type!=M||A&&y[Y].capture!=l))return true;return false},9,false,this.g)},function(F,l,M,H,A,y){return(y=this.g[A=-1,F.toString()],y)&&(A=B(45,0,H,y,M,l)),-1<A?y[A]:null}),L).prototype.remove=function(F,l,M,H,A,y,Y){if(y=F.toString(),!(y in this.g))return false;return(A=B((Y=this.g[y],11),0,l,Y,H,M),-1)<A?(C(true,19,Y[A]),Array.prototype.splice.call(Y,A,1),0==Y.length&&(delete this.g[y],this.N--),true):false},L).prototype.add=function(F,l,M,H,A,y,Y,P,x){return y=B(28,((x=F.toString(),Y=this.g[x],Y)||(Y=this.g[x]=[],this.N++),0),l,Y,A,H),-1<y?(P=Y[y],M||(P.P=false)):(P=new Aq(l,x,this.src,!!H,A),P.P=M,Y.push(P)),P},1E6*Math.random())|0),qX={},B$=0,hH=function(F,l,M,H,A,y){return gJ.call(this,3,3,l,F,M,H,A,y)},W$="__closure_events_fn_"+(1E9*Math.random()>>>0),u=function(){return n.call(this,8)},Vm=(((((a(x1,5,u,2),u.prototype)[v$]=true,u.prototype).$u=function(F){this.fC=F},u.prototype).addEventListener=function(F,l,M,H){jo(5,18,this,false,0,M,H,F,l)},u.prototype.removeEventListener=function(F,l,M,H){sz("object",5,0,this,H,F,M,l)},u).prototype.dispatchEvent=function(F,l,M,H,A,y,Y,P,x,c,w,K){if(w=this.fC)for(H=1,M=[];w;w=w.fC)M.push(w),++H;if(Y=!("string"===(y=(l=M,K=(x=F,this.Yu),x.type||x),typeof x)?x=new r(x,K):x instanceof r?x.target=x.target||K:(P=x,x=new r(y,K),oI(x,P)),0),l)for(c=l.length-1;!x.W&&0<=c;c--)A=x.currentTarget=l[c],Y=C(true,20,A,y,x,true)&&Y;if(x.W||(A=x.currentTarget=K,Y=C(true,12,A,y,x,true)&&Y,x.W||(Y=C(true,16,A,y,x,false)&&Y)),l)for(c=0;!x.W&&c<l.length;c++)A=x.currentTarget=l[c],Y=C(true,8,A,y,x,false)&&Y;return Y},u.prototype.H3=function(F,l,M,H){return this.L.H3(String(F),l,M,H)},u.prototype.hasListener=function(F,l){return this.L.hasListener(void 0!==F?String(F):void 0,l)},function(){return Cn.call(this,17,16)}),So,yM=function(F,l,M,H,A,y,Y,P,x,c){function w(K){K&&M.appendChild("string"===typeof K?H.createTextNode(K):K)}for(P=A;P<F.length;P++)if(c=F[P],!lh(7,"object",y,10,Y,c)||X("object",17,c)&&0<c.nodeType)w(c);else{a:{if(c&&typeof c.length==y){if(X("object",7,c)){x="function"==typeof c.item||"string"==typeof c.item;break a}if("function"===typeof c){x="function"==typeof c.item;break a}}x=false}wJ(928,l,w,17,0,x?gJ(3,7,c,0):c)}},xO=(p=Vm.prototype,function(F){return uh.call(this,3,8,F)}),PY=((p.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},p.appendChild=function(F,l){F.appendChild(l)},p).K=(p.getElementsByTagName=function(F,l){return(l||this.B).getElementsByTagName(String(F))},p.contains=function(F,l,M){if(!F||!l)return false;if(F.contains&&1==l.nodeType)return F==l||F.contains(l);if("undefined"!=typeof F.compareDocumentPosition)return F==l||!!(M=F.compareDocumentPosition(l),32-(M|16)-~M+-17);for(;l&&F!=l;)l=l.parentNode;return l==F},p.createTextNode=function(F){return this.B.createTextNode(String(F))},p.createElement=(p.removeNode=xO,p.append=function(F,l){yM(arguments,"",F,9==F.nodeType?F:F.ownerDocument||F.document,1,"number","array")},function(F,l,M){return("application/xhtml+xml"===(M=(l=this.B,String(F)),l.contentType)&&(M=M.toLowerCase()),l).createElement(M)}),function(F){return"string"===typeof F?this.B.getElementById(F):F}),function(){return b.call(this,16)}),E=(((Uz(26,PY,21),PY).prototype.ku="",PY).prototype.B3=0,function(F){return Cn.call(this,17,6,F)}),cY=(((((a(u,13,E,2),E.prototype).Mo=PY.X3(),E.prototype.K=function(){return this.AM},E).prototype.getParent=function(){return this.g0},E.prototype).$u=function(F){if(this.g0&&this.g0!=F)throw Error("Method not supported");E.A.$u.call(this,F)},E.prototype.qo=function(){this.an=((Cn(17,8,function(F){F.an&&F.qo()},this),this).Um&&k1(0,1,3,this.Um,0),false)},E).prototype.removeChild=function(F,l,M,H,A,y,Y,P,x,c,w,K){if(F&&("string"===typeof F?c=F:((y=F.Qr)||(K=F.Mo,H=F,M=K.ku+":"+(K.B3++).toString(36),y=H.Qr=M),c=y),P=c,this.sm&&P?(Y=this.sm,w=(null!==Y&&P in Y?Y[P]:void 0)||null):w=null,F=w,P&&F)){if(null==((wJ(928,0,F,((A=this.sm,P in A)&&delete A[P],22),this.Om),l)&&(F.qo(),F.AM&&xO(F.AM)),x=F,x))throw Error("Unable to set parent component");E.A.$u.call(x,(x.g0=null,null))}if(!F)throw Error("Child is not in parent component");return F},function(F,l){return lh.call(this,7,l,F,11)}),w4=function(){return RU.call(this,6,16)},K$=function(F,l,M,H,A){return b.call(this,9,F,l,M,H,A)},Dm,VM={button:"pressed",checkbox:"checked",menuitem:"selected",menuitemcheckbox:"checked",menuitemradio:"checked",radio:"checked",tab:(Uz(26,w4,15),"selected"),treeitem:"selected"},C$=function(){return IU.call(this,3,7)},g=((Uz(26,(a(w4,21,C$,(((((p=w4.prototype,p).Za=function(F,l,M,H,A,y){if(F.Y&32&&(A=F.d0())){if(!l&&X(0,34,32,F)){try{A.blur()}catch(Y){}X(0,50,32,F)&&(F.tM&4&&F.Y&4&&F.setActive(false),F.tM&32&&F.Y&32&&jo(5,17,F,32,4,false)&&F.G(32,false))}if(M=A.hasAttribute("tabindex"))y=A.tabIndex,M="number"===typeof y&&0<=y&&32768>y;M!=l&&(H=A,l?H.tabIndex=0:(H.tabIndex=-1,H.removeAttribute("tabIndex")))}},p).LC=function(F,l,M,H,A,y,Y){(Dm||(Dm={1:"disabled",8:"selected",16:"checked",64:"expanded"}),A=Dm[l],y=F.getAttribute("role")||null)?(H=VM[y]||A,Y="checked"==A||"selected"==A?H:A):Y=A,Y&&RU(6,11,"off","busy",M,Y,F)},p.mk=function(F,l,M,H){(H=l.K?l.K():l)&&(M?K$:cY)(H,[F])},p).G=function(F,l,M,H,A,y){if(H=F.K())this.jx||(A=this.u5(),A.replace(/\\xa0|\\s/g," "),this.jx={1:A+"-disabled",2:A+"-hover",4:A+"-active",8:A+"-selected",16:A+"-checked",32:A+"-focused",64:A+"-open"}),(y=this.jx[l])&&this.mk(y,F,M),this.LC(H,l,M)},p.d0=function(F){return F.K()},p).u5=function(){return"goog-control"},2)),C$),8),C$).prototype.u5=function(){return"goog-button"},function(F,l,M,H,A,y,Y,P){return Uz.call(this,26,F,5,l,M,H,A,y,Y,P)}),m8={};if("function"!==(((((((((p=(a(E,6,(C$.prototype.LC=function(F,l,M){switch(l){case 8:case 16:RU(6,10,"off","busy",M,"pressed",F);break;default:case 64:case 1:C$.A.LC.call(this,F,l,M)}},g),2),g).prototype,p.Y=39,p).d0=function(){return this.T.d0(this)},p.qo=function(){((g.A.qo.call(this),this.Vr)&&this.Vr.detach(),this.isVisible()&&this.isEnabled())&&this.T.Za(this,false)},p).me=0,p).mk=function(F,l){F?l&&(this.s?0<=n(33,0,this.s,l)||this.s.push(l):this.s=[l],this.T.mk(l,this,true)):l&&this.s&&wJ(928,0,l,38,this.s)&&(0==this.s.length&&(this.s=null),this.T.mk(l,this,false))},p).X7=true,p.o=0,p).s=null,p).tM=255,p).isVisible=function(){return this.X7},p.isEnabled=function(){return!X(0,10,1,this)},p).setActive=function(F){jo(5,9,this,4,4,F)&&this.G(4,F)},p.getState=function(){return this.o},g.prototype.G=function(F,l,M,H,A,y){M||1!=F?this.Y&F&&l!=X(0,18,F,this)&&(this.T.G(this,F,l),this.o=l?(H=this.o,2*(H|0)+~H-(H|~F)):this.o&~F):(A=!l,y=this.getParent(),y&&"function"==typeof y.isEnabled&&!y.isEnabled()||!jo(5,8,this,1,4,!A)||(A||(this.setActive(false),jo(5,16,this,2,4,false)&&this.G(2,false)),this.isVisible()&&this.T.Za(this,A),this.G(1,!A,true)))},typeof g))throw Error("Invalid component class "+g);if("function"!==typeof w4)throw Error("Invalid renderer class "+w4);var n$=e(3,g),Kn=(gJ(3,5,(m8[n$]=w4,function(){return new g(null)}),"goog-control"),function(){return B.call(this,5)}),eP=((Uz((a(C$,9,Kn,2),26),Kn,19),Kn).prototype.LC=function(){},function(F,l,M){return Cn.call(this,17,9,F,l,M)}),Zm=((gJ(3,10,function(){return new eP(null)},(a(g,(Kn.prototype.Za=function(){},Kn.prototype.G=function(F,l,M,H){(H=(Kn.A.G.call(this,F,l,M),F).K())&&1==l&&(H.disabled=M)},10),eP,2),"goog-button")),k.prototype).Sm=void 0,function(F,l,M,H,A,y,Y,P,x,c){for(P=M[x=M[2]|0,A]|0,c=0;c<H;c++)P=P>>>l|P<<24,P+=x|0,P^=c+2181,Y=Y>>>l|Y<<24,Y+=y|0,Y^=x+2181,x=x<<A|x>>>29,y=y<<A|y>>>29,x^=P,y^=Y;return[e(5,l,A,y),e(29,l,2,y),e(l,l,1,y),e(23,l,0,y),e(20,l,A,Y),e(F,l,2,Y),e(26,l,1,Y),e(14,l,0,Y)]}),BY=((k.prototype.f2=void 0,k).prototype.nC="toString",[]),aU=[],ym=[],II=function(F,l,M,H,A){if(3==F.length){for(H=0;3>H;H++)l[H]+=F[H];for(M=[13,8,13,12,16,5,3,10,15],A=0;9>A;A++)l[3](l,A%3,M[A])}},Ez={passive:true,capture:true},oU=T.requestIdleCallback?function(F){requestIdleCallback(function(){F()},{timeout:4})}:T.setImmediate?function(F){setImmediate(F)}:function(F){setTimeout(F,0)},qB=function(F,l,M,H){try{H=F[((l|2)-(l&2)- -6+2*(l|-3))%3],F[l]=(F[l]|0)-(F[(2*(l&1)+2*~(l&1)-~l- -2)%3]|0)-(H|0)^(1==l?H<<M:H>>>M)}catch(A){throw A;}},T1=[],QM=[],NX=function(F,l,M,H,A,y){for(A=(M.b5=(M.W3=uh(3,34,{get:(M.qS=(M.Oo=$O,M[M.GN=vY,aU]),function(){return this.concat()})},M.H),rJ[M.H](M.W3,{value:{value:{}}})),H=0,[]);128>H;H++)A[H]=String.fromCharCode(H);(a([mq,(a([QM,l],(a([BY],3,((((((((((((((M.H8=((((((((((M.dY=((new eP((((v(M,13,((M.O=((M.GO=1,M.l5=25,(M.c8=(M.D=[],0),M).Rn=0,M).I=(M.h=[],M.F=(M.F3=[],M.v=[],M.v3=8001,M.Da=void 0,M.w0=[],M.i5=(M.ex=0,M.R=null,M.zO=0,void 0),M.In=false,M.X=M,M.KC=[],M.j=void 0,void 0),void 0),void 0),M).xu=(M.V=0,M.$=void 0,M.S=0,y=(M.on=function(Y){return uh.call(this,3,12,Y)},window.performance||{}),M.C=0,false),M.P3=y.timeOrigin||(y.timing||{}).navigationStart||0,0)),v(M,70,0),v)(M,346,function(Y,P,x,c){x=d((P=(c=d(71,Y),d)(70,Y),119),Y),v(Y,x,Q(Y,c)||Q(Y,P))}),v(M,363,function(Y,P,x,c,w,K){(P=(c=(w=d(103,(x=(K=d(6,Y),d(23,Y)),Y)),Q)(Y,K),Q)(Y,x),v)(Y,w,c[P])}),v(M,280,function(){}),v)(M,446,function(Y,P,x,c,w,K){c=(w=(x=d(39,(K=(P=d(71,Y),d(22,Y)),Y)),Q)(Y,P),Q(Y,K)),v(Y,x,w in c|0)}),v(M,45,function(Y,P,x,c,w){c=d(119,(w=d(23,Y),Y)),x=Q(Y,w),P=z1("object",x,"array"),v(Y,c,P)}),v(M,390,function(Y,P,x,c){0!=(x=(P=d(22,Y),d(7,Y)),c=Q(Y,x),Q)(Y,P)&&v(Y,13,c)}),v(M,481,function(Y){L$(Y,4)}),"Submit")),v(M,39,function(Y,P,x){x=(P=d(70,Y),d(102,Y)),v(Y,x,""+Q(Y,P))}),v(M,277,[0,0,0]),v(M,256,function(Y){d(36,0,4,Y)}),v)(M,302,function(Y){L$(Y,1)}),0),v)(M,313,326),v)(M,110,function(Y,P,x,c,w){for(P=(x=(c=d(56,127,(w=d(103,Y),Y)),[]),0);P<c;P++)x.push(G(14,Y,true));v(Y,w,x)}),v)(M,198,function(Y,P,x,c,w,K,V,Z,D,I,q,t,J,m){if(!n(3,true,P,true,Y,true)){if("object"==(Z=(D=(t=(x=d(7,(K=d(70,(J=d(118,(w=d(86,Y),Y)),Y)),Y)),Q(Y,J)),V=Q(Y,x),Q(Y,K)),Q(Y,w)),z1("object",Z,"array"))){for(I in q=[],Z)q.push(I);Z=q}for(m=(D=0<D?D:1,Z.length),c=0;c<m;c+=D)t(Z.slice(c,(c|D)-~(c|D)+(~c^D)),V)}}),v)(M,124,function(Y,P,x,c){if(P=Y.w0.pop()){for(x=G(14,Y,true);0<x;x--)c=d(7,Y),P[c]=Y.h[c];P[102]=Y.h[102],P[462]=Y.h[462],Y.h=P}else v(Y,13,Y.S)}),v(M,137,function(Y,P,x,c){c=d(39,(P=(x=d(6,Y),G)(14,Y,true),Y)),v(Y,c,Q(Y,x)>>>P)}),v)(M,380,[106,0,0]),v(M,279,function(Y,P){P=Q(Y,d(103,Y)),r4(Y.X,P,13)}),v)(M,6,function(Y,P,x,c){n(51,true,P,true,Y,false)||(x=d(6,Y),c=d(118,Y),v(Y,c,function(w){return eval(w)}(tq(Q(Y.X,x)))))}),v(M,46,function(Y,P,x,c,w,K,V){!n(35,true,P,true,Y,false)&&(x=iF(86,6,Y,0,1),K=x.r0,V=x.JM,c=x.yr,w=x.l,Y.X==Y||K==Y.on&&c==Y)&&(v(Y,V,K.apply(c,w)),Y.C=Y.Z())}),M.so=0,v(M,218,function(Y,P,x,c,w,K){(w=d(70,(P=d((x=d(103,Y),118),Y),Y)),Y.X)==Y&&(K=Q(Y,w),c=Q(Y,P),Q(Y,x)[c]=K,455==x&&(Y.$=void 0,2==c&&(Y.F=Oz(32,14,Y,false),Y.$=void 0)))}),v)(M,102,[]),v)(M,125,function(Y,P,x,c,w,K,V){for(c=(w=(K=(V=d(20,(P=d(86,Y),127),Y),x="",Q)(Y,197),K.length),0);V--;)c=((c|0)+(d(74,127,Y)|0))%w,x+=A[K[c]];v(Y,P,x)}),v)(M,388,function(Y){Jq(Y,3)}),0),v)(M,422,0),v)(M,297,sG(4)),v)(M,146,function(Y,P,x,c,w,K,V,Z,D){n(19,true,P,true,Y,false)||(Z=iF(86,6,Y.X,0,1),K=Z.l,c=Z.yr,D=Z.r0,w=K.length,V=Z.JM,x=0==w?new c[D]:1==w?new c[D](K[0]):2==w?new c[D](K[0],K[1]):3==w?new c[D](K[0],K[1],K[2]):4==w?new c[D](K[0],K[1],K[2],K[3]):2(),v(Y,V,x))}),v)(M,105,function(Y){Jq(Y,4)}),v)(M,80,T),v(M,395,M),v)(M,160,[]),v(M,269,function(Y,P,x,c,w,K){x=(P=d(7,(K=d(22,(c=d(87,Y),Y)),Y)),w=Q(Y,K),Q(Y,c)==w),v(Y,P,+x)}),v(M,262,function(Y,P,x,c,w,K,V,Z){(x=(c=(K=d(86,(w=d(87,(V=d(86,(P=d(39,Y),Y)),Y)),Y)),Z=Q(Y,K),Q)(Y,w),Q(Y,V)),v)(Y,P,d(26,2,false,x,c,Z,Y))}),v)(M,155,{}),v)(M,64,0),v)(M,77,function(Y,P,x,c,w){c=(P=(w=(x=d(23,Y),d(70,Y)),Q(Y,x)),Q(Y,w)),v(Y,w,c+P)}),v)(M,462,2048),v)(M,290,function(Y,P,x){(x=(P=d(87,Y),Q)(Y,P),x[0]).removeEventListener(x[1],x[2],Ez)}),v)(M,423,function(Y,P,x,c,w,K,V,Z,D,I,q,t,J,m,S,O,R,h){for(O=(h=(q=(S=(w=(D=(P=(K=d(22,Y),function(U,z){for(;D<U;)R|=G(14,Y,true)<<D,D+=8;return z=R&(1<<U)-1,R>>=(D-=U,U),z}),R=0),P(3)),2+(w^1)-2*(~w&1)),P)(5),[]),V=0);V<q;V++)I=P(1),h.push(I),O+=I?0:1;for(t=(m=((O|0)-1).toString(2).length,[]),x=0;x<q;x++)h[x]||(t[x]=P(m));for(c=0;c<q;c++)h[c]&&(t[c]=d(102,Y));for(J=S,Z=[];J--;)Z.push(Q(Y,d(71,Y)));v(Y,K,function(U,z,eo,pn,ih){for(eo=(pn=[],ih=[],0);eo<q;eo++){if(z=t[eo],!h[eo]){for(;z>=ih.length;)ih.push(d(22,U));z=ih[z]}pn.push(z)}U.j=(U.O=JH(10,Z.slice(),U),JH)(11,pn,U)})}),v)(M,245,function(Y,P,x,c,w,K,V,Z,D,I){0!==(K=(V=(D=(P=(x=d((Z=(I=d(71,(w=d(102,Y),Y)),d(118,Y)),39),Y),Q(Y,Z)),Q)(Y,I),Q(Y,x)),Q)(Y.X,w),K)&&(c=d(34,2,false,P,V,1,Y,K,D),K.addEventListener(D,c,Ez),v(Y,64,[K,D,c]))}),M),0),3),M,0),F)],16,M,0),XB)(true,M,true,false,true)},UG=(k.prototype.CC=false,{}),mq=[],z1=function(F,l,M,H,A){if((H=typeof l,H)==F)if(l){if(l instanceof Array)return M;if(l instanceof Object)return H;if(A=Object.prototype.toString.call(l),"[object Window]"==A)return F;if("[object Array]"==A||"number"==typeof l.length&&"undefined"!=typeof l.splice&&"undefined"!=typeof l.propertyIsEnumerable&&!l.propertyIsEnumerable("splice"))return M;if("[object Function]"==A||"undefined"!=typeof l.call&&"undefined"!=typeof l.propertyIsEnumerable&&!l.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==H&&"undefined"==typeof l.call)return F;return H},G1=[],g4=[],W,v=((((MB,function(){})(sG),function(){})(qB),function(){})(II),function(F,l,M){(13==l||70==l?F.h[l]?F.h[l].concat(M):F.h[l]=JH(19,M,F):380==l||297==l||160==l||102==l||277==l?F.h[l]||(F.h[l]=JH(6,0,5,134,M,F,l)):F.h[l]=JH(9,0,5,65,M,F,l),455)==l&&(F.F=Oz(32,14,F,false),F.$=void 0)}),f=function(F,l,M,H){for(H=(M=[],-(l|1)+(l&1)+2*(l&-2));0<=H;H--)M[1+(l&-2)+(l|-2)-(H|0)]=F>>8*H&255;return M},bh=function(F,l,M,H,A,y,Y,P,x,c){if((y=M[0],y)==G1)H.l5=F,H.U(M);else if(y==aU){x=M[1];try{c=H.I||H.U(M)}catch(w){B(19,"~",H,w),c=H.I}x(c)}else if(y==ym)H.U(M);else if(y==QM)H.U(M);else if(y==mq){try{for(P=0;P<H.F3.length;P++)try{A=H.F3[P],A[0][A[1]](A[2])}catch(w){}}catch(w){}(0,M[1])(function(w,K){H.TO(w,true,K)},(H.F3=[],function(w){(a((w=!H.D.length,[g4]),16,H,0),w)&&XB(true,H,true,false,false)}))}else{if(y==T1)return Y=M[2],v(H,174,M[6]),v(H,155,Y),H.U(M);y==g4?(H.h=l,H.KC=[],H.v=[]):y==BY&&"loading"===T.document.readyState&&(H.R=function(w,K,V){T.document.addEventListener((K=(V=false,function(){V||(V=true,w())}),"DOMContentLoaded"),K,Ez),T.addEventListener("load",K,Ez)})}},uF=function(F,l,M,H,A,y,Y,P){if(!H.I){H.zO++;try{for(P=(Y=(y=0,void 0),H.S);--l;)try{if(A=void 0,H.O)Y=dJ(H,H.O);else{if((y=Q(H,M),y)>=P)break;Y=(A=(v(H,F,y),d(6,H)),Q(H,A))}n(67,true,(Y&&Y.call?Y(H,l):hq(2,0,[UG,21,A],H),l),false,H,false)}catch(x){Q(H,313)?hq(2,22,x,H):v(H,313,x)}if(!l){if(H.CC){uF(70,347971282974,(H.zO--,13),H);return}hq(2,0,[UG,33],H)}}catch(x){try{hq(2,22,x,H)}catch(c){B(76,"~",H,c)}}H.zO--}},iF=function(F,l,M,H,A,y,Y,P,x,c){for(c=(P=d(F,(Y=((y=(x={},d(102,M)),x).JM=d(39,M),x.l=[],M.X==M)?(G(14,M,true)|H)-A:1,M)),H);c<Y;c++)x.l.push(d(l,M));for(;Y--;)x.l[Y]=Q(M,x.l[Y]);return x.yr=Q(M,P),x.r0=Q(M,y),x},Oz=function(F,l,M,H,A,y,Y,P,x,c,w,K,V,Z,D,I,q,t,J,m,S){if(P=Q(M,13),P>=M.S)throw[UG,31];for(y=(S=(x=(Y=0,F),M.qS).length,P);0<x;)J=y>>3,c=y%8,t=-1+(-9^c)-2*(-9|c),I=t<x?t:x,A=M.v[J],H&&(V=M,V.$!=y>>6&&(V.$=y>>6,q=Q(V,455),V.i5=Zm(11,8,[0,0,q[1],q[2]],l,3,V.F,V.$)),A=(Z=M.i5[J&S],-(A&Z)-1-~(A|Z))),Y=(m=(w=A>>18+2*~c-(8^c)+2*(-9&c)-(I|0),D=(1<<I)-1,-(D|0)-2*~(w|D)+2*(~w^D)+(~w&D))<<2*~(x&I)-2*~x-(x^I),-(Y&m)-~(Y&m)+-2-~(Y|m)),y+=I,x-=I;return v(M,13,(P|(K=Y,0))+(F|0)),K},Ln=void 0,Q=function(F,l,M){if(void 0===(M=F.h[l],M))throw[UG,30,l];if(M.value)return M.create();return(M.create(5*l*l+80*l+32),M).prototype},r4=(k.prototype.H="create",k.prototype.TO=function(F,l,M,H,A,y){return d.call(this,13,F,l,M,H,A,y)},function(F,l,M){((F.w0.push(F.h.slice()),F.h)[M]=void 0,v)(F,M,l)}),hq=function(F,l,M,H,A,y,Y,P,x,c,w){if(3<(x=(c=((w=Q(H,(A=void 0,M&&M[0]===UG&&(A=M[F],l=M[1],M=void 0),102)),0==w.length)&&(y=Q(H,70)>>3,w.push(l,y>>8&255,y&255),void 0!=A&&w.push(-1-~A-(A&-256))),""),M&&(M.message&&(c+=M.message),M.stack&&(c+=":"+M.stack)),Q)(H,462),x)){H.X=(Y=(c=HY((x-=(P=(c=c.slice(0,(x|0)-3),c.length),-2*~(P&3)+-3+(~P&3)-(~P|3)),c.replace(/\\r\\n/g,"\\n")),6,128),H.X),H);try{N(f(c.length,F).concat(c),H,297,195)}finally{H.X=Y}}v(H,462,x)},rJ=UG.constructor,G=function(F,l,M){return l.O?dJ(l,l.j):Oz(8,F,l,M)},dJ=function(F,l,M){return(M=l.create().shift(),F).O.create().length||F.j.create().length||(F.O=void 0,F.j=void 0),M},TE=(p=k.prototype,function(F,l,M,H,A,y){return(uF(F,l,13,(y=Q(M,13),M.v&&y<M.S?(v(M,13,M.S),r4(M,A,13)):v(M,13,A),M)),v(M,13,y),Q)(M,H)}),N=(p.hT=function(F,l,M,H,A,y,Y){return MX.call(this,1,6,F,l,M,H,A,y,Y)},p.AT=(p.Z=(window.performance||{}).now?function(){return this.P3+window.performance.now()}:function(){return+new Date},p.L2=function(F,l,M,H,A,y,Y,P,x){return $1.call(this,F,3,l,M,H,A,y,Y,P,x)},p.IZ=function(){return tH.call(this,43,6)},function(F,l,M,H,A,y,Y,P,x){return C.call(this,F,6,l,M,H,A,y,Y,P,x)}),p.DG=function(){return Qm.call(this,6,8)},function(F,l,M,H,A,y,Y,P,x){if(l.X==l)for(y=Q(l,M),297==M?(A=function(c,w,K,V,Z,D){if(y.No!=(V=(K=y.length,-~K- -5)+2*~(K|4)+2*(K&-5)>>3,V)){(w=(V<<3)-4,Z=[0,0,P[1],P[2]],y).No=V;try{y.pC=Zm(11,8,Z,14,3,d(52,8,16,y,w),d(3,8,16,y,-1-2*~(w|4)+(~w^4)))}catch(I){throw I;}}y.push((D=y.pC[(K|7)-2*~(K&7)+~K+-8],2*(c|0)-~D+3*~c-2*(D|~c)))},P=Q(l,277)):A=function(c){y.push(c)},H&&A(H&255),Y=0,x=F.length;Y<x;Y++)A(F[Y])});k.prototype.U=function(F,l){return F=(l=(Ln=function(){return F==l?32:42},{}),{}),function(M,H,A,y,Y,P,x,c,w,K,V,Z,D,I,q,t,J,m,S,O,R,h,U){A=F,F=l;try{if(O=M[0],O==QM){V=M[1];try{for(y=atob((U=J=0,V)),t=[];J<y.length;J++)q=y.charCodeAt(J),255<q&&(t[U++]=q&255,q>>=8),t[U++]=q;v(this,455,(this.S=(this.v=t,this.v.length)<<3,[0,0,0]))}catch(z){hq(2,17,z,this);return}uF(70,8001,13,this)}else if(O==G1)M[1].push(Q(this,380).length,Q(this,160).length,Q(this,462),Q(this,297).length),v(this,155,M[2]),this.h[157]&&TE(70,8001,this,155,Q(this,157));else{if(O==aU){S=(H=f((c=M[2],Z=Q(this,380).length,-(Z|2)+3*(Z&2)+2*(Z^2)),2),this.X),this.X=this;try{w=Q(this,102),0<w.length&&N(f(w.length,2).concat(w),this,380,192),N(f(this.GO,1),this,380,167),N(f(this[aU].length,1),this,380),K=0,h=Q(this,297),K+=(m=Q(this,422),2047-~m+~(m|2047)),K-=(R=Q(this,380).length,12+(R^5)+2*(R|-6)),4<h.length&&(K-=(h.length|0)+3),0<K&&N(f(K,2).concat(sG(K)),this,380,197),4<h.length&&N(f(h.length,2).concat(h),this,380,86)}finally{this.X=S}if(x=(((D=sG(2).concat(Q(this,380)),D)[1]=D[0]^204,D)[3]=D[1]^H[0],D[4]=D[1]^H[1],this.Em(D)))x="<"+x;else for(Y=0,x="";Y<D.length;Y++)I=D[Y][this.nC](16),1==I.length&&(I="0"+I),x+=I;return(((P=x,Q)(this,380).length=c.shift(),Q)(this,160).length=c.shift(),v(this,462,c.shift()),Q(this,297)).length=c.shift(),P}if(O==ym)TE(70,M[2],this,155,M[1]);else if(O==T1)return TE(70,8001,this,155,M[1])}}finally{F=A}}}(),k.prototype.zN=0;var $O,L$=function(F,l,M,H){N((H=d(87,(M=d(71,F),F)),f)(Q(F,M),l),F,H)},vY=/./,XG=function(F,l,M,H,A,y,Y,P,x,c){for(;M.D.length;){x=(M.R=y,M.D.pop());try{c=bh(A,null,x,M)}catch(w){B(F,Y,M,w)}if(H&&M.R){(P=M.R,P)(function(){XB(true,M,l,false,l)});break}}return c},XB=function(F,l,M,H,A,y,Y,P){if(l.D.length){(l.xu=(l.In&&0(),M),l).In=F;try{y=l.Z(),l.Da=0,l.V=y,l.C=y,P=XG(38,true,l,M,25,null,"~"),Y=l.Z()-l.V,l.ex+=Y,Y<(A?0:10)||0>=l.l5--||(Y=Math.floor(Y),l.KC.push(254>=Y?Y:254))}finally{l.In=H}return P}},Jq=function(F,l,M,H,A,y,Y){N((Y=(A=d(23,(y=-(l|0)-2*~(l|4)+(l&-5)+2*(H=l&3,~l^4),F)),d(7,F)),M=Q(F,A),y&&(M=HY((""+M).replace(/\\r\\n/g,"\\n"),6,128)),H&&N(f(M.length,2),F,Y),M),F,Y)},bF=(k.prototype[mq]=[0,(k.prototype.Em=function(F,l,M,H,A){return wJ.call(this,928,F,M,3,l,H,A)},0),1,1,0,1,1],QM.pop.bind(k.prototype[G1])),tq=function(F,l){return(l=FG("tl","error",null))&&1===F.eval(l.createScript("1"))?function(M){return l.createScript(M)}:function(M){return""+M}}(($O=uh(3,(vY[k.prototype.nC]=bF,35),{get:bF},k.prototype.H),k.prototype.gY=void 0,T));(W=T.watchbell||(T.watchbell={}),40<W.m||(W.m=41,W.tl=fn,W.a=Y1),W).KQd_=function(F,l,M){return M=new k(l,F),[function(H){return uh(3,7,false,H,M)}]};try{W.u||(T.addEventListener("unload",function(){},Ez),W.u=1)}catch(F){};/*',
' == 0*/',
'}).call(this);'].join('\n')));}).call(this);</script>
  <script type="text/javascript" nonce="IrbJd5Da4b44qTg2G02zXQ">
  document.bg = new watchbell.tl('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');
  </script>
<script nonce="IrbJd5Da4b44qTg2G02zXQ">
  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="IrbJd5Da4b44qTg2G02zXQ">
  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="IrbJd5Da4b44qTg2G02zXQ">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
</script>
<script nonce="IrbJd5Da4b44qTg2G02zXQ">
  (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="IrbJd5Da4b44qTg2G02zXQ">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="IrbJd5Da4b44qTg2G02zXQ">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fsites.google.com%2Fview%2Fzerando-poe%2Findex.php%3Fformat%3Dfeed%26type%3Drss\x26followup=https%3A%2F%2Fsites.google.com%2Fview%2Fzerando-poe%2Findex.php%3Fformat%3Dfeed%26type%3Drss\x26passive=1209600\x26noautologin=true',
  'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fsites.google.com%2Fview%2Fzerando-poe%2Findex.php%3Fformat%3Dfeed%26type%3Drss\x26followup=https%3A%2F%2Fsites.google.com%2Fview%2Fzerando-poe%2Findex.php%3Fformat%3Dfeed%26type%3Drss\x26passive=1209600');
  </script>
  </body>
</html>
