
<!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="AFoagUXKxPByF8lAzx1LEhxNqXXbQkkJSQ:1641045365741">
  <input type="hidden" name="ifkv" value="AU9NCczi17nf0Ytfmo_udXzqzwfuDp81NCUJlzSmwnTZcYjJAlUmmoISLVtmfdsFYpYr75y06AEk4g">
  <input type="hidden" name="continue" value="https://sites.google.com/bausermedia.com/home/blog/rss.xml">
  <input type="hidden" name="followup" value="https://sites.google.com/bausermedia.com/home/blog/rss.xml">
  <input id="profile-information" name="ProfileInformation" type="hidden" value="">
  <input id="session-state" name="SessionState" type="hidden" value="AEThLlykM1rsXoRi91bkT5TlpODmYt1eTAzP3opGF31A32CbYqZrgE_ccYUMBVE8QFyBHXXvF1pUlPdckobLoBJYuXAHvMGmyr4UCcSqRfmN7jX3TSFVTvjd6ko0GELJxQ3UNXl36e6RoWiGLdPB2K6ppvnpFkYTvmiaX84clSYqKZqFgdiB5ZH6Ph3WCA1YUjbUqse0UyEE">
  <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%2Fbausermedia.com%2Fhome%2Fblog%2Frss.xml&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%2Fbausermedia.com%2Fhome%2Fblog%2Frss.xml&amp;followup=https%3A%2F%2Fsites.google.com%2Fbausermedia.com%2Fhome%2Fblog%2Frss.xml">
  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%2Fbausermedia.com%2Fhome%2Fblog%2Frss.xml">
  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="ZaMzoLzwHyNH8sV3iIqhCw">
  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="ZaMzoLzwHyNH8sV3iIqhCw">(function(){function g(f){return f}var A=this||self,v=function(f){return g.call(this,f)},C=function(f,U,B,F,m){if(!(F=(m=B,A.trustedTypes),F)||!F.createPolicy)return m;try{m=F.createPolicy(U,{createHTML:v,createScript:v,createScriptURL:v})}catch(Y){if(A.console)A.console[f](Y.message)}return m};(0,eval)(function(f,U){return(U=C("error","tl",null))&&1===f.eval(U.createScript("1"))?function(B){return U.createScript(B)}:function(B){return""+B}}(A)(Array(7824*Math.random()|0).join("\n")+'(function(){var t=function(f,g,U,m,F,A,B,v,Y,C,N,c,S,h){if(4==(f>>1&30||(B.classList?B.classList.remove(A):fA(45,F,g,B,A)&&G("class",m,17,B,Array.prototype.filter.call(UO(13,18,F,B),function(V){return V!=A}).join(U))),f>>1&7)&&(m.F=((m.F?m.F+g:"E:")+U.message+":"+U.stack).slice(0,2048)),!((f^84)&19)){if(!F)throw Error("Invalid event type");if(!(S=(c=Bv(44,9,((N=G("class",A,23))||(A[g_]=N=new FA(A)),m),g)?!!m.capture:!!m,N).add(F,v,B,c,Y),S).proxy){if(((((C=mW(11,3),S).proxy=C,C).src=A,C).listener=S,A).addEventListener)$X||(m=c),void 0===m&&(m=U),A.addEventListener(F.toString(),C,m);else if(A.attachEvent)A.attachEvent(A3(5,14,F.toString(),"on"),C);else if(A.addListener&&A.removeListener)A.addListener(C);else throw Error("addEventListener and attachEvent are unavailable.");vv++}}return((f^738)%7||(A=YX(353,47,g,m,U),(F=A>=g)&&Array.prototype.splice.call(U,A,1),h=F),f+9)%16||(this.K=g),h},YX=function(f,g,U,m,F,A,B,v){if(!((g>>2)%11))a:if("string"===typeof F)v="string"!==typeof m||1!=m.length?-1:F.indexOf(m,U);else{for(A=U;A<F.length;A++)if(A in F&&F[A]===m){v=A;break a}v=-1}return((g^f)&3||x.call(this,U,m||CA.S(),F),(g^194)&7)||(B=m,B=(A=B<<13,(B|A)-2*(B&A)-~(B&A)-1),B^=B>>17,B^=B<<5,(B=(B|F)-(B&~F)-(~B&F))||(B=1),v=(U|B)- -1+~U+(U&~B)),v},UO=function(f,g,U,m,F,A,B,v,Y){if(2==(g-8&7)&&(Y=m.classList?m.classList:mW(11,14,U,"string",m).match(/\\S+/g)||[]),1==(g-7&7))a:{switch(v){case 1:Y=B?"disable":"enable";break a;case 2:Y=B?"highlight":"unhighlight";break a;case 4:Y=B?"activate":"deactivate";break a;case m:Y=B?"select":"unselect";break a;case A:Y=B?"check":"uncheck";break a;case U:Y=B?"focus":"blur";break a;case F:Y=B?"open":"close";break a}throw Error("Invalid component state");}return Y},p=function(f,g,U,m,F,A,B,v,Y){if(!(((g^192)%7||U.L.splice(f,f,m),g>>2)%19))a:{for(B=f;B<U.length;++B)if(v=U[B],!v.I&&v.listener==F&&v.capture==!!m&&v.B==A){Y=B;break a}Y=-1}if(3==((g+8&11||(A=void 0,U=function(){},F=Nr(f,function(C){U&&(m&&cv(m),A=C,U(),U=void 0)},!!m)[0],Y={low:function(C,N,c,S,h,V){if(!N)return h=F(c),C&&C(h),h;S=function(){A(function(T){cv(function(){C(T)})},c)},A?S():(V=U,U=function(){(V(),cv)(S)})}}),g)-2&11))a:{for(A in U)if(F.call(void 0,U[A],A,U)){Y=m;break a}Y=f}return Y},mW=function(f,g,U,m,F,A){return((2==(g-((g>>2)%15||(m=function(B){return U.call(m.src,m.listener,B)},U=sO,A=m),5)&f)&&(this.type=U,this.currentTarget=this.target=m,this.defaultPrevented=this.l=false),(g^457)%7)||(A=typeof F.className==m?F.className:F.getAttribute&&F.getAttribute(U)||""),2)==(g>>2&7)&&(A=Object.prototype.hasOwnProperty.call(U,Sw)&&U[Sw]||(U[Sw]=++Gw)),A},Q=function(f,g,U,m,F,A){return f-(f<<2&(f>>1&5||("function"===typeof g?A=g:(g[t3]||(g[t3]=function(B){return g.handleEvent(B)}),A=g[t3])),4)||(L.call(this),g||xX||(xX=new h3),this.Ki=this.Li=this.lx=null,this.oh=void 0,this.$f=this.Fp=null,this.Ih=false),9)&11||(A=I(40,g,F,m)&&!!(F.O&m)!=U&&(!(F.KS&m)||F.dispatchEvent(UO(13,8,32,8,64,16,U,m)))&&!F.qV),f-1&13||(g.classList?Array.prototype.forEach.call(U,function(B){t(3,0," ","string","class",B,g)}):G("class","string",9,g,Array.prototype.filter.call(UO(13,26,"class",g),function(B){return!(0<=YX(353,44,0,B,U))}).join(" "))),A},A3=function(f,g,U,m,F){return(g>>1)%7||(F=U in pA?pA[U]:pA[U]=m+U),g+f&7||(U.I=true,U.listener=m,U.proxy=m,U.src=m,U.B=m),F},Tw=function(f,g,U,m,F,A,B,v,Y){return(g>>1)%(3==(g+((g-7)%10||(this.g=k.document||document),2)&f)&&(U.I?v=true:(B=new VC(m,this),F=U.listener,A=U.B||U.src,U.G&&fA(7,"on",0,U),v=F.call(A,B)),Y=v),9)||(F.Yf(function(C){A=C},U,m),Y=A),Y},I=function(f,g,U,m,F,A,B,v,Y,C,N,c,S){if(4==(f-3&15)){if(!U)throw Error("Invalid class name "+U);if("function"!==typeof g)throw Error("Invalid decorator function "+g);}if(!((f>>2)%15))if(v=F.J.$[String(U)]){for(B=(v=(Y=0,v.concat()),g);Y<v.length;++Y)(C=v[Y])&&!C.I&&C.capture==m&&(N=C.B||C.src,c=C.listener,C.G&&LA(2,3,0,C,F.J),B=false!==c.call(N,A)&&B);S=B&&!A.defaultPrevented}else S=g;if(!((f+6)%21))if(A=U.length,A>g){for(m=(F=Array(A),g);m<A;m++)F[m]=U[m];S=F}else S=[];return 4==(f>>1&13)&&(S=!!(F=U.pS,-(F|m)-g*~m+(F^m)+g*(F|~m))),S},fA=function(f,g,U,m,F,A,B,v,Y,C,N){if(!((f^710)%((((f>>2)%11||(m.classList?B=m.classList.contains(F):(A=UO(13,34,g,m),B=YX(353,3,U,F,A)>=U),N=B),(f|5)%7)||"number"===typeof m||!m||m.I||((F=m.src)&&F[IL]?LA(2,36,U,m,F.J):(B=m.proxy,v=m.type,F.removeEventListener?F.removeEventListener(v,B,m.capture):F.detachEvent?F.detachEvent(A3(5,15,v,g),B):F.addListener&&F.removeListener&&F.removeListener(B),vv--,(A=G("class",F,15))?(LA(2,37,U,m,A),A.i==U&&(A.src=null,F[g_]=null)):A3(5,19,m,null))),f+3)%14||(uL.call(this),this.J=new FA(this),this.Pr=this,this.DE=null),13))){for(v=F=0;v<g.length;v++)F+=g.charCodeAt(v),F+=F<<10,F^=F>>6;(C=new Number((Y=(1<<U)-(B=(F=(F+=F<<3,A=F>>11,2*(A|0)-2*(F&A)-~F+~A),F+(F<<15)>>>0),1),-~(B|Y)-(B&~Y)+(B|~Y))),C)[0]=(B>>>U)%m,N=C}return N},Bv=function(f,g,U,m,F,A,B,v){if(!((g^(1==((g|1)&7)&&(F=typeof U,v=F==m&&null!=U||"function"==F),836))&6))if(m.classList)Array.prototype.forEach.call(U,function(Y,C){m.classList?m.classList.add(Y):fA(f,"class",0,m,Y)||(C=mW(11,21,"class","string",m),G("class","string",25,m,C+(0<C.length?" "+Y:Y)))});else{for(F in A=((Array.prototype.forEach.call(UO(13,10,"class",(B={},m)),function(Y){B[Y]=true}),Array).prototype.forEach.call(U,function(Y){B[Y]=true}),""),B)A+=0<A.length?" "+F:F;G("class","string",33,m,A)}return v},G=function(f,g,U,m,F,A,B,v,Y){return 2==((((U>>1)%13||(v=typeof A,B=v!=F?v:A?Array.isArray(A)?"array":v:"null",Y=B==m||B==F&&typeof A.length==g),U-7)%8||(m=g[g_],Y=m instanceof FA?m:null),U-7)&7)&&(typeof m.className==g?m.className=F:m.setAttribute&&m.setAttribute(f,F)),Y},K=function(f,g,U,m,F,A,B,v,Y,C,N){if(3==(g>>2&15)){for(U=[];f--;)U.push(255*Math.random()|0);N=U}if(!((g|3)%(((g+9)%6||(A=this,F={},m=function(c,S){return S=B.call(A,[aL]),f[c%10855*U%10855*35*(S|0)%10855*U%10855]},B=A.R,m[A.W]=function(c){F[2730*U%10855]=c},m[A.W](f),f=F,N=m),g<<2&15)||(U.push(f[0]<<24|f[1]<<16|f[2]<<8|f[3]),U.push((A=(B=(v=f[4]<<24,Y=f[5]<<16,(Y|0)+(v&Y)+~Y-(~v^Y)),m=f[6]<<8,-~(B&m)+-2-(~B^m)),F=f[7],(F|0)-~F+~(A|F)+2*(A&~F))),U.push(f[8]<<24|f[9]<<16|f[10]<<8|f[11])),9))){for(A=(F=E(U),f);m>f;m--)A=(B=A<<8,v=E(U),2*(B&v)+~(B&v)+(B&~v)-(B|~v));z(A,F,U)}return(g<<1)%10||(N=C=function(){if(F.K==F){if(F.N){var c=[QC,A,m,void 0,v,Y,arguments];if(B==U)var S=(p(0,32,F,c),kX)(1,false,F,0,false);else if(B==f){var h=!F.L.length;(p(0,32,F,c),h)&&kX(1,false,F,0,false)}else S=Pv(F,c,true,1);return S}v&&Y&&v.removeEventListener(Y,C,false)}}),N},b=function(f,g,U,m,F,A,B,v,Y){if(!((((g+7)%6||(Y=function(){},Y.prototype=m.prototype,U.A=m.prototype,U.prototype=new Y,U.prototype.constructor=U,U.nS=function(C,N,c){for(var S=Array(arguments.length-f),h=f;h<arguments.length;h++)S[h-f]=arguments[h];return m.prototype[N].apply(C,S)}),g)-4)%8))for(F in A=f,U.$){for(m=(B=f,U.$[F]);B<m.length;B++)++A,A3(5,11,m[B],null);delete U.$[U.i--,F]}return((g-9)%10||(this.src=f,this.i=0,this.$={}),g>>2)%15||(this.listener=f,this.proxy=null,this.src=m,this.type=A,this.capture=!!U,this.B=F,this.key=++w_,this.I=this.G=false),v},OO=function(f,g,U,m,F,A,B,v,Y){if(1==(U>>1&7)){if(v=window.btoa){for(m=(A=0,g);A<F.length;A+=8192)m+=String.fromCharCode.apply(null,F.slice(A,A+8192));B=v(m).replace(/\\+/g,f).replace(/\\//g,"_").replace(/=/g,g)}else B=void 0;Y=B}return(U^16)%4||F.Fp&&F.Fp.forEach(m,void 0),Y},jw=function(f,g,U,m,F,A,B,v,Y,C,N){if(!((g|((g+6)%15||(U.Xp=void 0,U.S=function(){return U.Xp?U.Xp:U.Xp=new U}),f))%9))if(A&&A.once)EO(9,12,0,true,F,B,Y,A,v);else if(Array.isArray(F))for(C=0;C<F.length;C++)jw(7,57,"object",false,F[C],A,B,v,Y);else Y=Q(5,Y),B&&B[IL]?B.J.add(String(F),Y,m,Bv(44,17,A,U)?!!A.capture:!!A,v):t(20,"object",false,A,F,B,m,Y,v);return(g|2)%f||(U(function(c){c(m)}),N=[function(){return m}]),N},iL=function(f,g,U,m,F,A,B,v,Y,C){if(!((U>>2)%9))if(v="array"===zw("null",g,"splice")?g:[g],this.F)F(this.F);else try{A=!this.L.length,B=[],p(0,11,this,[RL,B,v]),p(0,18,this,[ZQ,F,B]),m&&!A||kX(1,true,this,0,m)}catch(N){t(57,"~",N,this),F(this.F)}return 1==(U+9&f)&&(g.T=(v=(Y=DQ(3,g,91,W(g,m))<<24,A=DQ(3,g,91,W(g,m))<<F,(A|0)+(~Y&A)+(Y|~A)-(~Y|A)),B=DQ(3,g,91,W(g,m))<<8,-2-~B-(~v|B))|DQ(3,g,91,W(g,m)),g.P=void 0),C},EO=function(f,g,U,m,F,A,B,v,Y,C,N){if(3==(g>>2&15))if(Array.isArray(F))for(C=U;C<F.length;C++)EO(9,13,0,true,F[C],A,B,v,Y);else B=Q(37,B),A&&A[IL]?A.J.add(String(F),B,m,Bv(44,24,v,"object")?!!v.capture:!!v,Y):t(16,"object",false,v,F,A,m,B,Y);if(1==((g|1)&15)&&(this.qV=this.qV),2==(g-4&7)){if(!(A=(H.call(this,F),m))){for(v=this.constructor;v;){if(B=(C=mW(11,10,v),KA[C]))break;v=(Y=Object.getPrototypeOf(v.prototype))&&Y.constructor}A=B?"function"===typeof B.S?B.S():new B:null}this.Y=A}return(g|6)%f||(N=Math.floor(this.V())),N},LA=function(f,g,U,m,F,A,B){return((g<<f)%7||(B=U),g>>f)%9||(A=m.type,A in F.$&&t(15,U,F.$[A],m)&&(A3(5,3,m,null),F.$[A].length==U&&(delete F.$[A],F.i--))),B},Mr=function(f,g,U,m,F,A,B,v,Y,C,N,c,S){if(!((f>>1)%4)){for(A=(U=[],v=0,0);v<F.length;v++)for(A+=m,B=(g=B<<m,Y=F[v],-~Y+2*(g&~Y)+(~g^Y)+(~g&Y));7<A;)A-=8,U.push(B>>A&255);S=U}if(!((f-6)%4)){if(g.Of+=(((c=(N=(Y=(U||g.fi++,0<g.tW&&g.pi&&g.ux)&&1>=g.ZE&&!g.Z&&!g.v&&(g.bx||!U)&&0==document.hidden,B=(C=4==g.fi)||Y?g.V():g.ni,B-g.ni),N)>>14,g).T&&(g.T^=c*(N<<2)),g).K=c||g.K,c),C||Y)g.ni=B,g.fi=0;!Y||B-g.NV<g.tW-(A?255:U?5:2)?S=false:(v=W(g,U?216:91),z(g.H,F,g),g.L.push([bL,v,U?m+1:m]),g.v=cv,S=true)}return S},J3=function(f,g,U,m,F,A,B,v,Y,C,N,c,S){if(!((f^500)%12))if(Array.isArray(A))for(N=g;N<A.length;N++)J3(20,0,"object",m,F,A[N],B,v);else c=Bv(44,16,F,U)?!!F.capture:!!F,m=Q(21,m),v&&v[IL]?v.J.remove(String(A),m,c,B):v&&(C=G("class",v,7))&&(Y=C.xf(c,A,B,m))&&fA(6,"on",0,Y);if(2==(f>>((f<<1)%22||(Array.isArray(A)&&(A=A.join(U)),B=g+F,""===A||void 0==A?(oL||(oL={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"}),v=oL,F in v?m.setAttribute(B,v[F]):m.removeAttribute(B)):m.setAttribute(B,A)),2)&27)&&(S=g&&g.parentNode?g.parentNode.removeChild(g):null),!(f>>1&13))for(B=m.length,A="string"===typeof m?m.split(U):m,v=g;v<B;v++)v in A&&F.call(void 0,A[v],v,m);return S},yC=function(f,g,U,m,F,A,B,v,Y,C,N){return(U>>((U^681)%(U+2&15||(F=E(g),F&m&&(F=F&127|E(g)<<7),N=F),4)||(B=m&4,g=m&3,A=E(this),v=E(this),F=W(this,A),B&&(F=qr(192,0,(""+F).replace(/\\r\\n/g,"\\n"))),g&&d(v,e(F.length,2),this),d(v,F,this)),2)&15||(g=function(){return m},F=function(){return g()},F[this.W]=function(c){m=c},N=F),(U|5)%13)||(N=(B=(C=A[F]<<24|A[(F|g)- -2+(F|-2)]<<m,v=A[(F|0)+2]<<f,-2-~C-(C&~v)-(~C^v)),Y=A[(F&3)+~(F&3)-2*~(F|3)+(~F^3)],2*(B|0)- -1+~(B|Y)+2*(~B&Y))),N},d_=function(f,g,U,m,F,A,B,v){return g+((g>>1)%12||(v=(A=l[U.substring(0,f)+"_"])?A(U.substring(f),m,F):jw(7,5,m,U)),4)&4||(v=Math.floor(this.Rh+(this.V()-this.NV))),(g-1)%5||(Wv.call(this,U?U.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.j=null,U&&(A=this.type=U.type,F=U.changedTouches&&U.changedTouches.length?U.changedTouches[0]:null,this.target=U.target||U.srcElement,this.currentTarget=m,B=U.relatedTarget,B||("mouseover"==A?B=U.fromElement:"mouseout"==A&&(B=U.toElement)),this.relatedTarget=B,F?(this.clientX=void 0!==F.clientX?F.clientX:F.pageX,this.clientY=void 0!==F.clientY?F.clientY:F.pageY,this.screenX=F.screenX||0,this.screenY=F.screenY||0):(this.offsetX=U.offsetX,this.offsetY=U.offsetY,this.clientX=void 0!==U.clientX?U.clientX:U.pageX,this.clientY=void 0!==U.clientY?U.clientY:U.pageY,this.screenX=U.screenX||0,this.screenY=U.screenY||0),this.button=U.button,this.keyCode=U.keyCode||0,this.key=U.key||"",this.charCode=U.charCode||("keypress"==A?U.keyCode:0),this.ctrlKey=U.ctrlKey,this.altKey=U.altKey,this.shiftKey=U.shiftKey,this.metaKey=U.metaKey,this.pointerId=U.pointerId||0,this.pointerType="string"===typeof U.pointerType?U.pointerType:Hv[U.pointerType]||"",this.state=U.state,this.j=U,U.defaultPrevented&&VC.A.preventDefault.call(this))),v},Nr=function(f,g,U,m){return d_.call(this,3,24,f,g,U,m)},lL=function(f,g){for(var U,m=1,F;m<arguments.length;m++){for(U in F=arguments[m],F)f[U]=F[U];for(var A=0;A<ew.length;A++)U=ew[A],Object.prototype.hasOwnProperty.call(F,U)&&(f[U]=F[U])}},r_=function(f,g,U,m,F){return p.call(this,f,8,U,g,m,F)},nA=function(){return jw.call(this,7,3)},k=this||self,n=function(f,g,U){U=this;try{XA(this,f,g)}catch(m){t(9,"~",m,this),g(function(F){F(U.F)})}},X,Sw="closure_uid_"+(1E9*Math.random()>>>0),Gw=0,Uu=function(f,g,U,m,F){if(!(m=(F=k.trustedTypes,g),F)||!F.createPolicy)return m;try{m=F.createPolicy(U,{createHTML:ff,createScript:ff,createScriptURL:ff})}catch(A){if(k.console)k.console[f](A.message)}return m},ff=function(f){return LA.call(this,2,7,f)},qr=function(f,g,U,m,F,A,B,v,Y,C,N,c){for(F=(N=Y=g,[]);N<U.length;N++)c=U.charCodeAt(N),128>c?F[Y++]=c:(2048>c?F[Y++]=c>>6|f:(55296==(c&64512)&&N+1<U.length&&56320==(U.charCodeAt(N+1)&64512)?(c=65536+((c&1023)<<10)+(A=U.charCodeAt(++N),-~(A&1023)+(A&-1024)+(~A|1023)),F[Y++]=(B=c>>18,-~(B&240)-(~B^240)+2*(~B&240)+2*(B|-241)),F[Y++]=(v=(C=c>>12,(C|g)-(C|63)-1- -64),-~(v&128)+2*(v&-129)+(~v^128)+2*(~v&128))):F[Y++]=(m=c>>12,224+(m^224)-(~m&224)),F[Y++]=c>>6&63|128),F[Y++]=-1-~(c|63)-(c^63)|128);return F},xX,$X=function(f,g){if(!k.addEventListener||!Object.defineProperty)return false;f=Object.defineProperty({},"passive",(g=false,{get:function(){g=true}}));try{k.addEventListener("test",nA,f),k.removeEventListener("test",nA,f)}catch(U){}return g}(),uL=function(){return EO.call(this,9,16)},Wv=function(f,g){return mW.call(this,11,23,f,g)},VC=(((Wv.prototype.preventDefault=function(){this.defaultPrevented=true},Wv).prototype.stopPropagation=function(){this.l=true},uL.prototype).qV=false,function(f,g,U,m,F){return d_.call(this,3,11,f,g,U,m,F)}),Hv={2:"touch",3:(b(2,23,VC,Wv),"pen"),4:"mouse"},IL="closure_listenable_"+(1E6*(VC.prototype.preventDefault=(VC.prototype.stopPropagation=function(){(VC.A.stopPropagation.call(this),this.j).stopPropagation?this.j.stopPropagation():this.j.cancelBubble=true},function(f){(f=(VC.A.preventDefault.call(this),this.j),f).preventDefault?f.preventDefault():f.returnValue=false}),Math).random()|0),w_=0,BA=function(f,g,U,m,F){return b.call(this,m,3,g,U,F,f)},FA=function(f){return b.call(this,f,9)},ew="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" "),g_="closure_lm_"+((((FA.prototype.hasListener=function(f,g,U,m,F){return p((F=(m=(U=void 0!==f)?f.toString():"",void 0!==g),false),5,this.$,true,function(A,B){for(B=0;B<A.length;++B)if(!(U&&A[B].type!=m||F&&A[B].capture!=g))return true;return false})},FA).prototype.xf=function(f,g,U,m,F,A){return-1<(A=(F=-1,this.$[g.toString()]),A&&(F=p(0,77,A,f,m,U)),F)?A[F]:null},FA.prototype).remove=function(f,g,U,m,F,A,B){if(!((A=f.toString(),A)in this.$))return false;return(B=p(0,(F=this.$[A],78),F,U,g,m),-1<B)?(A3(5,27,F[B],null),Array.prototype.splice.call(F,B,1),0==F.length&&(delete this.$[A],this.i--),true):false},FA.prototype.add=function(f,g,U,m,F,A,B,v,Y){return-1<(A=p(0,(Y=this.$[B=f.toString(),B],Y||(Y=this.$[B]=[],this.i++),3),Y,m,g,F),A)?(v=Y[A],U||(v.G=false)):(v=new BA(B,!!m,this.src,g,F),v.G=U,Y.push(v)),v},1E6*Math.random())|0),vv=0,sO=function(f,g,U,m,F,A){return Tw.call(this,11,5,f,g,U,m,F,A)},pA={},t3="__closure_events_fn_"+(1E9*Math.random()>>>0),L=function(){return fA.call(this,11)},g$=((((((b(2,47,L,uL),L).prototype[IL]=true,L.prototype.Wr=function(f){this.DE=f},L).prototype.addEventListener=function(f,g,U,m){jw(7,56,"object",false,f,U,this,m,g)},L.prototype).removeEventListener=function(f,g,U,m){J3(12,0,"object",g,U,f,m,this)},L).prototype.dispatchEvent=function(f,g,U,m,F,A,B,v,Y,C,N,c){if(m=this.DE)for(N=[],C=1;m;m=m.DE)N.push(m),++C;if(g=("string"===(A=(B=N,Y=this.Pr,U=f,U.type)||U,typeof U)?U=new Wv(U,Y):U instanceof Wv?U.target=U.target||Y:(F=U,U=new Wv(A,Y),lL(U,F)),true),B)for(v=B.length-1;!U.l&&0<=v;v--)c=U.currentTarget=B[v],g=I(61,true,A,true,c,U)&&g;if(U.l||(c=U.currentTarget=Y,g=I(62,true,A,true,c,U)&&g,U.l||(g=I(3,true,A,false,c,U)&&g)),B)for(v=0;!U.l&&v<B.length;v++)c=U.currentTarget=B[v],g=I(60,true,A,false,c,U)&&g;return g},L.prototype.xf=function(f,g,U,m){return this.J.xf(f,String(g),U,m)},L).prototype.hasListener=function(f,g){return this.J.hasListener(void 0!==f?String(f):void 0,g)},function(f){return J3.call(this,8,f)}),oL,F5=function(f,g,U,m,F,A,B,v,Y,C){function N(c){c&&B.appendChild("string"===typeof c?g.createTextNode(c):c)}for(Y=1;Y<A.length;Y++)if(C=A[Y],!G("class",m,26,f,U,C)||Bv(44,25,C,U)&&C.nodeType>F)N(C);else{a:{if(C&&typeof C.length==m){if(Bv(44,8,C,U)){v="function"==typeof C.item||"string"==typeof C.item;break a}if("function"===typeof C){v="function"==typeof C.item;break a}}v=false}J3(5,F,"",v?I(15,F,C):C,N)}},h3=function(){return Tw.call(this,11,7)},mN=(((((X=h3.prototype,X.h=function(f){return"string"===typeof f?this.g.getElementById(f):f},X.getElementsByTagName=function(f,g){return(g||this.g).getElementsByTagName(String(f))},X.createElement=function(f,g,U){return("application/xhtml+xml"===(U=(g=this.g,String(f)),g).contentType&&(U=U.toLowerCase()),g).createElement(U)},X).createTextNode=function(f){return this.g.createTextNode(String(f))},X).appendChild=function(f,g){f.appendChild(g)},X).append=function(f,g){F5("array",9==f.nodeType?f:f.ownerDocument||f.document,"object","number",0,arguments,f)},X.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},X).removeNode=g$,X.contains=function(f,g){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||!!(f.compareDocumentPosition(g)&16);for(;g&&f!=g;)g=g.parentNode;return g==f},function(){return I.call(this,16)}),H=((jw(7,54,mN),mN.prototype.QQ=0,mN.prototype).rp="",function(f){return Q.call(this,6,f)}),$o=((((b(2,35,H,L),H).prototype.wp=mN.S(),H.prototype.h=function(){return this.Li},H.prototype.getParent=function(){return this.Ki},H).prototype.C=function(){this.Ih=((OO("-","",8,function(f){f.Ih&&f.C()},this),this).oh&&b(0,12,this.oh),false)},H.prototype.Wr=function(f){if(this.Ki&&this.Ki!=f)throw Error("Method not supported");H.A.Wr.call(this,f)},H).prototype.removeChild=function(f,g,U,m,F,A,B,v,Y,C,N,c){if(f&&("string"===typeof f?N=f:((c=f.lx)||(v=f,m=f.wp,U=m.rp+":"+(m.QQ++).toString(36),c=v.lx=U),N=c),A=N,this.$f&&A?(C=this.$f,B=(null!==C&&A in C?C[A]:void 0)||null):B=null,f=B,A&&f)){if(((t(22,0,((Y=this.$f,A in Y)&&delete Y[A],this).Fp,f),g)&&(f.C(),f.Li&&g$(f.Li)),F=f,null)==F)throw Error("Unable to set parent component");(F.Ki=null,H).A.Wr.call(F,null)}if(!f)throw Error("Child is not in parent component");return f},function(f,g,U,m,F){return Bv.call(this,44,5,g,f,U,m,F)}),Ac,vA=function(f,g){return Q.call(this,3,f,g)},Yo=function(){return Tw.call(this,11,8)},Cf={button:"pressed",checkbox:"checked",menuitem:(jw(7,24,Yo),"selected"),menuitemcheckbox:"checked",menuitemradio:"checked",radio:"checked",tab:"selected",treeitem:"selected"},N3=(((X=Yo.prototype,X.ah=function(f,g,U,m,F,A,B){((A=(F=(Ac||(Ac={1:"disabled",8:"selected",16:"checked",64:"expanded"}),Ac)[g],f.getAttribute("role"))||null)?(B=Cf[A]||F,m="checked"==F||"selected"==F?B:F):m=F,m)&&J3(22,"aria-"," ",f,m,U)},X).JW=function(f){return f.h()},X).AW=function(f,g,U,m,F,A){if(I(8,2,f,32)&&(U=f.JW())){if(!g&&f.O&32){try{U.blur()}catch(B){}f.O&32&&(f.vr&4&&I(13,2,f,4)&&f.setActive(false),f.vr&32&&I(12,2,f,32)&&Q(29,2,false,32,f)&&f.D(false,32))}if(F=U.hasAttribute("tabindex"))A=U.tabIndex,F="number"===typeof A&&0<=A&&32768>A;F!=g&&(m=U,g?m.tabIndex=0:(m.tabIndex=-1,m.removeAttribute("tabIndex")))}},function(){return UO.call(this,13,3)}),x=((jw(7,39,(b((X.s=(X.D=function(f,g,U,m,F,A){if(A=g.h())this.Uf||(F=this.jp(),F.replace(/\\xa0|\\s/g," "),this.Uf={1:F+"-disabled",2:F+"-hover",4:F+"-active",8:F+"-selected",16:F+"-checked",32:F+"-focused",64:F+"-open"}),(m=this.Uf[f])&&this.s(g,m,U),this.ah(A,f,U)},X.jp=function(){return"goog-control"},function(f,g,U,m){(m=f.h?f.h():f)&&(U?$o:vA)(m,[g])}),2),5,N3,Yo),N3)),N3).prototype.ah=function(f,g,U){switch(g){case 8:case 16:J3(44,"aria-"," ",f,"pressed",U);break;default:case 64:case 1:N3.A.ah.call(this,f,g,U)}},function(f,g,U,m,F,A,B,v){return EO.call(this,9,6,f,g,U,m,F,A,B,v)}),KA={};if("function"!==(((((((((((b(2,11,x,(N3.prototype.jp=function(){return"goog-button"},H)),X=x.prototype,X.JW=function(){return this.Y.JW(this)},X).s=function(f,g){g?f&&(this.X?0<=YX(353,46,0,f,this.X)||this.X.push(f):this.X=[f],this.Y.s(this,f,true)):f&&this.X&&t(33,0,this.X,f)&&(0==this.X.length&&(this.X=null),this.Y.s(this,f,false))},X.C=function(){(x.A.C.call(this),this.Sp)&&this.Sp.detach(),this.isVisible()&&this.isEnabled()&&this.Y.AW(this,false)},X).O=0,X).X=null,X.aX=true,X).pS=39,X).vr=255,X.KS=0,X).isVisible=function(){return this.aX},X).isEnabled=function(){return!(this.O&1)},X).setActive=function(f){Q(25,2,f,4,this)&&this.D(f,4)},X).getState=function(){return this.O},X).D=function(f,g,U,m,F,A){U||1!=g?I(41,2,this,g)&&f!=!!(this.O&g)&&(this.Y.D(g,this,f),this.O=f?(m=this.O,-(m|0)-2*~m+3*(~m&g)+2*(m|~g)):this.O&~g):(A=!f,F=this.getParent(),F&&"function"==typeof F.isEnabled&&!F.isEnabled()||!Q(13,2,!A,1,this)||(A||(this.setActive(false),Q(9,2,false,2,this)&&this.D(false,2)),this.isVisible()&&this.Y.AW(this,A),this.D(!A,1,true)))},typeof x))throw Error("Invalid component class "+x);if("function"!==typeof Yo)throw Error("Invalid renderer class "+Yo);var cA=mW(11,8,x),CA=(I(39,function(){return new x(null)},(KA[cA]=Yo,"goog-control")),function(){return J3.call(this,13)}),su=(((jw((b(2,41,CA,N3),7),9,CA),CA.prototype).D=function(f,g,U,m){(CA.A.D.call(this,f,g,U),m=g.h())&&1==f&&(m.disabled=U)},CA.prototype).ah=nA,function(f,g,U){return YX.call(this,353,5,f,g,U)}),zw=(I(7,(b((CA.prototype.AW=nA,2),17,su,x),function(){return new su(null)}),"goog-button"),function(f,g,U,m,F){if((F=typeof g,"object")==F)if(g){if(g instanceof Array)return"array";if(g instanceof Object)return F;if("[object Window]"==(m=Object.prototype.toString.call(g),m))return"object";if("[object Array]"==m||"number"==typeof g.length&&"undefined"!=typeof g.splice&&"undefined"!=typeof g.propertyIsEnumerable&&!g.propertyIsEnumerable(U))return"array";if("[object Function]"==m||"undefined"!=typeof g.call&&"undefined"!=typeof g.propertyIsEnumerable&&!g.propertyIsEnumerable("call"))return"function"}else return f;else if("function"==F&&"undefined"==typeof g.call)return"object";return F}),z=function(f,g,U){if(91==g||216==g)if(U.N[g])U.N[g][U.W](f);else U.N[g]=U.cr(f);else if(124!=g&&243!=g&&23!=g&&249!=g&&232!=g||!U.N[g])U.N[g]=U.yQ(f,g);30==g&&iL(5,U,8,91,16)},W=function(f,g,U,m,F,A){if(void 0===(U=f.N[g],U))throw[SN,30,g];return(F=(F=((F=((F=((F=m=(A=((F=g|0,F)*F|0)%2004|0,(((A*A|0)%2004|0)*F|0)%2004|0),F)*F|0)%2004|0,F*F)|0)%2004|0,F*F)|0)%2004|0,(F*F|0)%2004|0),U)(6825*((((F*F|0)%2004|0)*m|0)%2004|0))},e=function(f,g,U,m){for(m=(g|0)-(U=[],1);0<=m;m--)U[(g|1)-(g&1)-2*~(g&1)+-4-(m|0)]=f>>8*m&255;return U},Gb=(n.prototype.Wo=((n.prototype.W="toString",X=n.prototype,n.prototype).qO=function(f,g,U,m,F,A){try{A=f[((g|0)+2)%3],f[g]=(F=f[g],m=f[(-2*~(g|1)+(g|-2)+(~g|1))%3],4*(F&~m)-2*(F^m)-(F|~m)+(~F|m))-(A|0)^(1==g?A<<U:A>>>U)}catch(B){throw B;}},void 0),false),hc=(n.prototype.ep=function(f,g){return K.call(this,f,13,g)},function(f,g,U,m,F,A,B,v,Y,C){if(!m.F){m.ZE++;try{for(C=0,Y=m.H,v=void 0;(m.TY||--A)&&(m.Z||(C=W(m,f))<Y);)try{B=void 0,m.Z?v=tc(m,m.Z):(z(C,U,m),B=E(m),v=W(m,B)),v&&v.call?v(m,A):xo(2,[SN,21,B],0,m),m.bx=true,Mr(10,m,F,A,f,F)}catch(N){W(m,226)?xo(2,N,22,m):z(N,226,m)}A||xo(2,[SN,33],0,m)}catch(N){try{xo(2,N,22,m)}catch(c){t(g,"~",c,m)}}m.ZE--}}),pf=(X.$F=function(){return d_.call(this,3,5)},[]),ZQ=[],tc=function(f,g,U){return(U=g(218400).shift(),f.Z(218400).length||f.M(218400).length)||(f.Z=void 0,f.M=void 0),U},bL=[],Vn=[],QC=[],Pv=(n.prototype.bw=void 0,X.NO=function(f,g,U,m,F){return YX.call(this,353,10,f,g,U,m,F)},function(f,g,U,m,F,A,B,v,Y,C){if(B=g[f.bx=false,0],B==RL)f.VQ=25,f.R(g);else if(B==ZQ){A=g[m];try{C=f.F||f.R(g)}catch(N){t(8,"~",N,f),C=f.F}A(C)}else if(B==bL)f.R(g);else if(B==pf)f.R(g);else if(B==Tb){try{for(v=0;v<f.Hr.length;v++)try{F=f.Hr[v],F[0][F[m]](F[2])}catch(N){}}catch(N){}(0,(f.Hr=[],g)[m])(function(N,c){f.Yf(N,U,c)},function(N){(p(0,18,f,(N=!f.L.length,[Vn])),N)&&kX(1,false,f,0,U)})}else{if(B==QC)return Y=g[2],z(g[6],149,f),z(Y,228,f),f.R(g);B==Vn?(f.o=[],f.N=null,f.mz=[]):B==Lf&&"loading"===k.document.readyState&&(f.v=function(N,c,S){((c=(S=function(){c||(c=U,N())},false),k).document.addEventListener("DOMContentLoaded",S,Gb),k).addEventListener("load",S,Gb)})}}),uE=function(f,g,U,m,F,A){return(hc(f,41,g,U,((A=W(U,f),U.o&&A<U.H)?(z(U.H,f,U),IG(f,U,m)):z(m,f,U),false),F),z(A,f,U),W)(U,228)},IG=(n.prototype.Yf=function(f,g,U,m,F,A){return iL.call(this,5,U,3,g,f,m,F,A)},function(f,g,U){(g.Ef.push(g.N.slice()),g.N)[f]=void 0,z(U,f,g)}),xo=function(f,g,U,m,F,A,B,v,Y,C){if(3<(v=((B=((Y=W(m,((C=void 0,g&&g[0]===SN)&&(U=g[1],C=g[f],g=void 0),249)),0)==Y.length&&(F=W(m,216)>>3,Y.push(U,F>>8&255,F&255),void 0!=C&&Y.push(C&255)),""),g)&&(g.message&&(B+=g.message),g.stack&&(B+=":"+g.stack)),W(m,148)),v)){(A=(B=qr(192,(v-=((B=B.slice(0,-(v|3)-~(v&3)-1+f*(v&-4)),B).length|0)+3,0),B.replace(/\\r\\n/g,"\\n")),m.K),m).K=m;try{d(243,e(B.length,f).concat(B),m,195)}finally{m.K=A}}z(v,148,m)},DQ=(X.Jf=function(f,g,U,m,F,A,B,v,Y){return fA.call(this,13,f,g,U,m,F,A,B,v,Y)},function(f,g,U,m){if(m>=g.H)throw[SN,31];return z(-3-2*~m+(~m^8)-2*(m|-9),U,g),g.o[m>>f]}),XA=(X.Zj=function(f,g,U,m,F,A,B,v){return Mr.call(this,8,m,U,g,f,F,A,B,v)},function(f,g,U,m,F,A){for(f.yD=(f.tW=(f.yQ=(f.Rh=0,function(B,v,Y,C,N,c){return K.call(this,B,3,v,Y,C,N,c)}),f.VQ=((F=[],f).v=(f.cr=function(B,v,Y){return yC.call(this,8,v,3,B,Y)},f.XE=aG,(f.Of=1,f.ZE=0,f).M=void 0,m=(f.bx=false,f.mz=[],0),f.Z=void 0,null),25),0),Qn);128>m;m++)F[m]=String.fromCharCode(m);(p((p(0,(p(0,39,((f.H=((f.Ef=((((((((((((new su(((f.Br=(A=(((((f.Af=(((((((z(0,(f.Hr=((f.K=f,f.GY=function(B){return t.call(this,7,B)},f).N=[],[]),91),f),z(0,216,f),f.ux=false,z)(function(B,v,Y,C,N){for(N=(Y=(C=yC(8,(v=E(B),B),46,128),[]),0);N<C;N++)Y.push(E(B));z(Y,v,B)},111,f),z(function(B,v,Y,C,N,c,S,h,V,T,R,u,P,M){if(!Mr(18,B,true,v,91,true)){if("object"==(R=(V=(c=(N=(Y=(u=(h=E(B),E(B)),E)(B),E(B)),P=W(B,Y),W(B,N)),W(B,h)),W(B,u)),zw)("null",V,"splice")){for(M in C=[],V)C.push(M);V=C}for(P=(S=(T=0,V.length),0<P?P:1);T<S;T+=P)R(V.slice(T,(T|0)+(P|0)),c)}},38,f),z([106,0,0],124,f),z(function(B,v,Y,C){v=E(B),C=E(B),Y=E(B),z(W(B,v)>>>C,Y,B)},197,f),z(function(B){K(0,61,B,4)},35,f),z(function(B,v,Y){v=E(B),Y=W(B,v),Y[0].removeEventListener(Y[1],Y[2],false)},96,f),z(function(B,v){IG((v=W(B,E(B)),91),B.K,v)},6,f),z(function(B,v,Y,C,N,c,S,h,V){Mr(22,B,true,v,91,false)||(C=ko(0,1,B.K),V=C.kf,N=C.MV,h=C.ix,S=C.U,c=S.length,Y=0==c?new h[V]:1==c?new h[V](S[0]):2==c?new h[V](S[0],S[1]):3==c?new h[V](S[0],S[1],S[2]):4==c?new h[V](S[0],S[1],S[2],S[3]):2(),z(Y,N,B))},223,f),z)(function(B,v,Y,C,N){C=(N=(v=(Y=E(B),E(B)),W(B,Y)),zw("null",N,"splice")),z(C,v,B)},173,f),z)([],249,f),f).Dj=0,z)(f,253,f),z)(function(B){PA(1,B)},46,f),0),z(function(B){B.hW(3)},80,f),z)(function(B,v,Y,C,N,c,S,h){C=(S=(Y=(N=(h=(v=E(B),E(B)),E(B)),E)(B),W)(B,Y),W(B,h)),c=W(B,N),z(K(1,10,2,c,B,C,S),v,B)},28,f),z)(function(B,v,Y,C,N,c){(c=(Y=(N=(v=E(B),E(B)),E(B)),C=W(B,N),W(B,v))==C,z)(+c,Y,B)},72,f),z)(function(B,v,Y,C,N,c){(c=(Y=(v=E(B),N=E(B),E(B)),W(B,v)),C=W(B,N),z)(c in C|0,Y,B)},180,f),z)(function(B,v,Y,C,N,c,S){Mr(6,B,true,v,91,false)||(N=ko(0,1,B),c=N.U,Y=N.ix,C=N.MV,S=N.kf,(B.K==B||S==B.GY&&Y==B)&&z(S.apply(Y,c),C,B))},2,f),z(function(B,v,Y,C,N,c,S,h,V,T,R,u,P,M,J,r,q,w){for(u=(q=(T=(w=(h=(C=(r=(R=E(B),function(O,Z,D,a,y){for(;S<O;)C=(a=E(B)<<S,1-~C+3*(~C&a)+2*(C|~a)),S+=8;return C>>=(Z=(y=(D=1<<O,(D|1)-(D&1)-2*(~D&(S-=O,1))),(C|0)- -1+(~C|y)),O),Z}),S=0),r(3)),-2*~h-2*(h&-2)+3*(h^1)+2*(~h^1)),r)(5),0),[]),v=0;v<T;v++)J=r(1),u.push(J),q+=J?0:1;for(Y=(P=((q|0)-1).toString(2).length,M=[],0);Y<T;Y++)u[Y]||(M[Y]=r(P));for(c=0;c<T;c++)u[c]&&(M[c]=E(B));for(N=[],V=w;V--;)N.push(W(B,E(B)));z(function(O,Z,D,a,y){for(Z=(y=0,D=[],[]);y<T;y++){if(a=M[y],!u[y]){for(;a>=Z.length;)Z.push(E(O));a=Z[a]}D.push(a)}O.M=(O.Z=O.yQ(N.slice(),47),O.yQ(D,47))},R,B)},160,f),window.performance||{}),A).timeOrigin||(A.timing||{}).navigationStart||0,z)(2048,148,f),"Submit")),z)(function(){},22,f),z)(function(B,v,Y,C,N,c,S,h,V,T){(v=(N=(S=(T=(Y=(c=(V=(C=E(B),E(B)),E(B)),E(B)),W(B,c)),W(B,Y)),W(B,V)),W(B.K,C)),0!==v)&&(h=K(1,5,2,S,B,T,1,v,N),v.addEventListener(N,h,Gb),z([v,N,h],10,B))},213,f),z)(function(B){B.hW(4)},172,f),z(317,226,f),z)(function(B,v,Y,C,N,c,S){(S=(c=E(B),C=E(B),E(B)),B).K==B&&(v=W(B,c),N=W(B,S),Y=W(B,C),v[Y]=N,30==c&&(B.P=void 0,2==Y&&iL(5,B,10,91,16)))},147,f),z)(function(B,v,Y,C,N){C=(Y=E(B),N=E(B),v=W(B,Y),W)(B,N),z(C+v,N,B)},229,f),z)([0,0,0],232,f),z([],23,f),z)(function(B,v,Y){(v=(Y=E(B),E(B)),z)(""+W(B,Y),v,B)},57,f),z)(function(B,v,Y,C){if(C=B.Ef.pop()){for(v=E(B);0<v;v--)Y=E(B),C[Y]=B.N[Y];C[148]=B.N[C[249]=B.N[249],148],B.N=C}else z(B.H,91,B)},59,f),z(function(B,v,Y,C,N,c,S){if(N=(v=yC(8,B,14,(S=E(B),128)),""),B.N[87])for(c=W(B,87),C=c.length,Y=0;v--;)Y=((Y|0)+(yC(8,B,30,128)|0))%C,N+=F[c[Y]];else for(;v--;)N+=F[E(B)];z(N,S,B)},157,f),z(function(B){PA(4,B)},12,f),z(function(B,v,Y,C,N){(v=(N=(C=(Y=E(B),E(B)),0!=W(B,Y)),W(B,C)),N)&&z(v,91,B)},27,f),z(k,112,f),z(function(B,v,Y,C,N,c){v=(N=E(B),c=E(B),Y=E(B),W(B,N)),C=W(B,c),z(v[C],Y,B)},3,f),z)(0,10,f),f.xF=0,f).pi=false,z)(f.ep(4),243,f),[]),z(0,13,f),f.LS=function(B,v,Y,C,N,c,S,h){return K.call(this,B,8,v,Y,C,N,c,S,h)},z(function(B,v,Y,C){Mr(14,B,true,v,91,false)||(Y=E(B),C=E(B),z(function(N){return eval(N)}(w$(W(B.K,Y))),C,B))},51,f),f.L=[],z(function(B,v,Y,C){Y=E(B),v=E(B),C=E(B),z(W(B,Y)||W(B,v),C,B)},48,f),z)({},228,f),0),f).o=[],f),[Lf]),46),f,[pf,g]),0),11,f,[Tb,U]),kX)(1,true,f,0,true)}),E=function(f,g,U,m,F,A){if(f.Z)return tc(f,f.M);return g=(A=(F=W(f,91),F>>3),DQ(3,f,91,F)),f.P!=A>>3&&(f.P=A>>3,m=W(f,30),f.Ci=Ou([0,0,m[1],m[2]],3,f.T,8,f.P)),g^f.Ci[U=f[ZQ].length,(A|0)-~U+~(A|U)]},d=function(f,g,U,m,F,A,B,v,Y){if(U.K==U)for(Y=W(U,f),243==f?(A=function(C,N,c,S,h){if(Y.sf!=(c=Y.length,S=-~(c&4)+-5+(c&-5)>>3,S)){N=[0,(Y.sf=S,0),v[1],v[2]],h=(S<<3)-4;try{Y.gp=Ou(N,3,yC(8,1,12,16,h,Y),8,yC(8,1,8,16,10+3*(h^4)+2*(~h^4)-2*(~h&4),Y))}catch(V){throw V;}}Y.push(Y.gp[c&7]^C)},v=W(U,232)):A=function(C){Y.push(C)},m&&A(m&255),F=g.length,B=0;B<F;B++)A(g[B])},RL=[],ko=(n.prototype.O0=function(f,g,U,m,F){if(3==f.length){for(U=0;3>U;U++)g[U]+=f[U];for(F=(m=[13,8,13,12,16,5,3,10,15],0);9>F;F++)g[3](g,F%3,m[F])}},function(f,g,U,m,F,A,B,v){for(v=((B={},F=E(U),B).MV=E(U),B.U=[],m=U.K==U?(E(U)|f)-g:1,A=E(U),f);v<m;v++)B.U.push(E(U));for(B.kf=W(U,F);m--;)B.U[m]=W(U,B.U[m]);return B.ix=W(U,A),B}),Lf=[],l,Tb=(X.FE=(n.prototype.TY=(X.V=(window.performance||{}).now?function(){return this.Br+window.performance.now()}:function(){return+new Date},false),function(){return EO.call(this,9,50)}),[]),cv=k.requestIdleCallback?function(f){requestIdleCallback(function(){f()},{timeout:4})}:k.setImmediate?function(f){setImmediate(f)}:function(f){setTimeout(f,0)},aL=[],SN={},Ou=function(f,g,U,m,F,A,B,v,Y,C,N,c){try{for(C=0;1414361568!==C;)U=(U|0)+(v=((F<<4|0)^F>>>5)+(F|0),A=(C|0)+(f[C&g]|0),2*(~v&A)+(v|~A)-(~v|A))|0,C=C+2325900175|0,F=(F|0)+(((U<<4|0)^U>>>5)+(U|0)^(B=f[N=C>>>11,-~(N|g)-(~N&g)+(~N|g)],~(C&B)-2*~C-~(C|B)+2*(~C|B)))|0;return[U>>>24,(Y=U>>16,-2*~(Y&255)+-256+2*(~Y&255)+(Y|-256)),U>>m&255,(U|255)- -1+(~U^255),F>>>24,(c=F>>16,-~(c&255)+(c&-256)+(~c|255)),F>>m&255,F&255]}catch(S){throw S;}},PA=(n.prototype.R=function(f,g){return g={},f={},function(U,m,F,A,B,v,Y,C,N,c,S,h,V,T,R,u,P,M,J,r,q,w,O,Z,D,a){N=g,g=f;try{if((F=U[0],F)==aL)return N==f?42:107;if(F==pf){D=U[1];try{for(C=(Z=atob((c=v=0,D)),[]);v<Z.length;v++)h=Z.charCodeAt(v),255<h&&(C[c++]=-255-2*~(h|255)+(~h^255)+(~h|255),h>>=8),C[c++]=h;z([0,(this.H=(this.o=C,this).o.length<<3,0),0],30,this)}catch(y){xo(2,y,17,this);return}hc(91,41,216,this,false,8001)}else if(F==RL)U[1].push(W(this,124).length,W(this,23).length,W(this,148),W(this,243).length),z(U[2],228,this),this.N[83]&&uE(91,216,this,W(this,83),8001);else{if(F==ZQ){(O=(V=e((R=U[2],Y=W(this,124).length,3*(Y|2)-~(Y&2)- -1+2*~(Y|2)),2),this.K),this).K=this;try{a=W(this,249),0<a.length&&d(124,e(a.length,2).concat(a),this,192),d(124,e(this.Of,1),this,167),d(124,e(this[ZQ].length,1),this),S=0,S+=W(this,13)&2047,J=W(this,243),S-=(W(this,124).length|0)+5,4<J.length&&(S-=(P=J.length,8+(P^3)+2*(P|-4))),0<S&&d(124,e(S,2).concat(this.ep(S)),this,197),4<J.length&&d(124,e(J.length,2).concat(J),this,86)}finally{this.K=O}if(q=((w=this.ep(2).concat(W(this,124)),w)[1]=w[0]^204,w[3]=(A=w[1],r=V[0],-~A+~r+2*(~A&r)),w[4]=(B=w[1],T=V[1],~(B&T)-1-~T-(~B|T)),this).zY(w))q="<"+q;else for(m=0,q="";m<w.length;m++)u=w[m][this.W](16),1==u.length&&(u="0"+u),q+=u;return(M=q,W)(this,124).length=R.shift(),W(this,23).length=R.shift(),z(R.shift(),148,this),W(this,243).length=R.shift(),M}if(F==bL)uE(91,216,this,U[1],U[2]);else if(F==QC)return uE(91,216,this,U[1],8001)}}finally{g=N}}}(),function(f,g,U,m){(U=(m=E(g),E(g)),d)(U,e(W(g,m),f),g)}),aG,kX=function(f,g,U,m,F,A,B,v){if(U.L.length){U.pi&&m(),U.pi=true,U.ux=F;try{B=U.V(),U.ni=B,U.NV=B,U.fi=m,A=Eu(null,"~",0,true,U,F,f),v=U.V()-U.NV,U.Rh+=v,v<(g?0:10)||U.VQ--<=m||(v=Math.floor(v),U.mz.push(254>=v?v:254))}finally{U.pi=false}return A}},Eu=(aG=function(f,g,U){return U=E(f),g=E(f),(U&~g)-(~U^g)+(~U|g)},n.prototype.zY=(n.prototype.hW=function(f,g,U,m,F,A){return yC.call(this,8,g,5,f,U,m,F,A)},n.prototype.eK=0,function(f,g,U,m,F){return OO.call(this,"-","",3,g,f,U,m,F)}),function(f,g,U,m,F,A,B,v,Y,C){for(;F.L.length;){C=(F.v=f,F.L.pop());try{Y=Pv(F,C,true,B)}catch(N){t(72,g,N,F)}if(A&&F.v){(v=F.v,v)(function(){kX(1,m,F,U,m)});break}}return Y}),Qn,w$=function(f,g){return(g=Uu("error",null,"tl"))&&1===f.eval(g.createScript("1"))?function(U){return g.createScript(U)}:function(U){return""+U}}((n.prototype[Tb]=[0,0,(Qn=/./,1),1,0,1,1],n.bind&&(aG[n.prototype.W]=pf.pop.bind(n.prototype[RL]),Qn[n.prototype.W]=pf.pop.bind(n.prototype[RL])),k));(l=k.watchbell||(k.watchbell={}),40<l.m||(l.m=41,l.tl=r_,l.a=Nr),l).Jqz_=function(f,g,U){return[(U=new n(f,g),function(m){return Tw(11,18,false,m,U)})]};try{l.u||(k.addEventListener("unload",function(){},Gb),l.u=1)}catch(f){}try{k.addEventListener("test",null,Object.defineProperty({},"passive",{get:function(){Gb={passive:true}}}))}catch(f){};}).call(this);'));}).call(this);</script>
  <script type="text/javascript" nonce="ZaMzoLzwHyNH8sV3iIqhCw">
  document.bg = new watchbell.tl('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');
  </script>
<script nonce="ZaMzoLzwHyNH8sV3iIqhCw">
  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="ZaMzoLzwHyNH8sV3iIqhCw">
  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="ZaMzoLzwHyNH8sV3iIqhCw">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
</script>
<script nonce="ZaMzoLzwHyNH8sV3iIqhCw">
  (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="ZaMzoLzwHyNH8sV3iIqhCw">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="ZaMzoLzwHyNH8sV3iIqhCw">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fsites.google.com%2Fbausermedia.com%2Fhome%2Fblog%2Frss.xml\x26followup=https%3A%2F%2Fsites.google.com%2Fbausermedia.com%2Fhome%2Fblog%2Frss.xml\x26passive=1209600\x26noautologin=true',
  'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fsites.google.com%2Fbausermedia.com%2Fhome%2Fblog%2Frss.xml\x26followup=https%3A%2F%2Fsites.google.com%2Fbausermedia.com%2Fhome%2Fblog%2Frss.xml\x26passive=1209600');
  </script>
  </body>
</html>
