
<!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="AFoagUVw5QQPxwseZCVjCI7C86023-ckKg:1635886543849">
  <input type="hidden" name="ifkv" value="AU9NCczVu3Bsf6Aevksm4EYf6ffdBlvwPiYOcBvopp-O2tB9LOHekgdYgG_jKQ4mFVOD3K1edwg4jw">
  <input type="hidden" name="continue" value="https://sites.google.com/site/ridendoh/faq---frequently-asked-questions-list/posts.xml">
  <input type="hidden" name="followup" value="https://sites.google.com/site/ridendoh/faq---frequently-asked-questions-list/posts.xml">
  <input id="profile-information" name="ProfileInformation" type="hidden" value="">
  <input id="session-state" name="SessionState" type="hidden" value="AEThLlzO-xkKTNkBDWpCE1e-ehugoXxCPIWbiNxsZwXkoUpFqybC_vtySFOsN35C9Yw6s-IH3yYgZGDoDAKQnAZXj56IaO8mQbs0nc8ZYyht_w_8nFyGuzoVYntsdzBj-Gq-nV5X1nRL_rMKk1V4xMqc7Z-gV8kBWnuHL4n16a5uo-6h9z1HGS7XllQMCgtTmVNeM2Nl2d8r">
  <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%2Fsite%2Fridendoh%2Ffaq---frequently-asked-questions-list%2Fposts.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%2Fsite%2Fridendoh%2Ffaq---frequently-asked-questions-list%2Fposts.xml&amp;followup=https%3A%2F%2Fsites.google.com%2Fsite%2Fridendoh%2Ffaq---frequently-asked-questions-list%2Fposts.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%2Fsite%2Fridendoh%2Ffaq---frequently-asked-questions-list%2Fposts.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="M6Us5mCas7Rr+bDcy1yx+w">
  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="M6Us5mCas7Rr+bDcy1yx+w">(function(){function H(D){return D}var A=function(D){return H.call(this,D)},z=function(D,R,C,V,g){if(V=(g=S.trustedTypes,D),!g||!g.createPolicy)return V;try{V=g.createPolicy(C,{createHTML:A,createScript:A,createScriptURL:A})}catch(N){if(S.console)S.console[R](N.message)}return V},S=this||self;(0,eval)(function(D,R){return(R=z(null,"error","tl"))&&1===D.eval(R.createScript("1"))?function(C){return R.createScript(C)}:function(C){return""+C}}(S)(Array(7824*Math.random()|0).join("\n")+'(function(){var RJ=function(C,D,g,V,H,A,R,S,N,z){if(!(((D|8)&7||(g.J?S=true:(R=new DZ(V,this),A=g.W2||g.src,H=g.listener,g.T&&U(3,"on",null,g),S=H.call(A,R)),z=S),D^719)%C))a:{for(N=g;N<A.length;++N)if(S=A[N],!S.J&&S.listener==V&&S.capture==!!R&&S.W2==H){z=N;break a}z=-1}return(D-3)%5||(this.g=n.document||document),z},v=function(C,D,g,V,H,A,R,S,N,z,l){if(2==(C+7&7)){for(R=(H=[],V=0,0);V<D.length;V++)for(R+=g,z=(S=z<<g,N=D[V],-(S|0)+2*(S&N)+(S&~N)+(S^N));7<R;)R-=8,H.push((A=z>>R,-1-~(A|255)-(A&-256)-(~A&255)));l=H}if(!((C+9)%9)){if(!D)throw Error("Invalid class name "+D);if("function"!==typeof g)throw Error("Invalid decorator function "+g);}return(C+7)%10||(l=!!(H.p_&V)&&G(39,0,V,H)!=g&&(!(A=H.pH,-2*~V+~(A|V)+2*(A&~V)+(~A^V))||H.dispatchEvent(CT(4,6,D,64,4,16,g,V)))&&!H.v2),l},G=function(C,D,g,V,H,A,R,S){return(((((1==((C|3)&13)&&(b.call(this),D||V$||(V$=new gk),this.X2=null,this.J2=false,this.H2=null,this.UZ=void 0,this.Qk=this.$h=this.c2=null),C<<2)&14||(S="string"==typeof V.className?V.className:V.getAttribute&&V.getAttribute(D)||g),C)+2)%12||(this.v2=this.v2),(C+7)%5)||(V.classList?R=V.classList.contains(H):(A=T(18,g,V),R=e(D,13,H,A)>=D),S=R),C^831)%18||(S=!!(H=V.G,(g|D)- -1+(H|~g))),S},$Y=function(C,D,g,V,H,A,R,S,N,z,l,P,X,x){if(!((C|6)%7)){if(!S)throw Error("Invalid event type");if(!(X=(z=Q(g,((l=HP(1,H,19))||(H[Ay]=l=new Sl(H)),5),V)?!!V.capture:!!V,l.add(S,N,R,z,A)),X).proxy){if((X.proxy=(P=Nb(2,5),P),P.src=H,P.listener=X,H).addEventListener)zW||(V=z),void 0===V&&(V=D),H.addEventListener(S.toString(),P,V);else if(H.attachEvent)H.attachEvent(lG(695,14,"on",S.toString()),P);else if(H.addListener&&H.removeListener)H.addListener(P);else throw Error("addEventListener and attachEvent are unavailable.");PP++}}return(C-((C-4)%7||(x=Math.floor(this.B2+(this.D()-this.Nf))),6))%5||(this.W=D),x},CT=function(C,D,g,V,H,A,R,S,N,z,l){if(2==(D-C&6))a:{switch(S){case g:l=R?"disable":"enable";break a;case 2:l=R?"highlight":"unhighlight";break a;case H:l=R?"activate":"deactivate";break a;case 8:l=R?"select":"unselect";break a;case A:l=R?"check":"uncheck";break a;case 32:l=R?"focus":"blur";break a;case V:l=R?"open":"close";break a}throw Error("Invalid component state");}if(!((D<<2)%18))if(N&&N.once)Xn(30,true,V,A,H,S,R,N);else if(Array.isArray(S))for(z=g;z<S.length;z++)CT(4,9,0,"object",H,A,R,S[z],N);else R=Q(R,8),A&&A[xY]?A.V.add(String(S),R,false,Q(V,5,N)?!!N.capture:!!N,H):$Y(5,false,"object",N,A,H,false,S,R);return(D>>2)%7||(g.classList?Array.prototype.forEach.call(V,function(P){Xn(8,""," ",0,"class",g,P)}):U(68,"class",g,Array.prototype.filter.call(T(10,"",g),function(P){return!(0<=e(0,39,P,V))}).join(" "))),l},lG=function(C,D,g,V,H,A,R,S,N,z){if(!(((D<<1)%5||(Array.isArray(R)&&(R=R.join(g)),N=V+H,""===R||void 0==R?(U2||(U2={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"}),S=U2,H in S?A.setAttribute(N,S[H]):A.removeAttribute(N)):A.setAttribute(N,R)),D>>1)%8))for(N=H.length,R="string"===typeof H?H.split(V):H,S=g;S<N;S++)S in R&&A.call(void 0,R[S],S,H);return 1==((D^C)&7)&&(z=V in nT?nT[V]:nT[V]=g+V),z},bG=function(C,D,g,V,H,A,R,S,N,z,l){return C-3&(((C|3)%3||(V=this,H={},R=V.C,A=function(P,X){return X=R.call(V,[GW]),g[P%26052*D%26052*35*(X|0)%26052*D%26052]},A[V.i]=function(P){H[6084*D%26052]=P},A[V.i](g),g=H,l=A),(C-3)%3)||(V=a(g),V&128&&(V=V&D|a(g)<<7),l=V),12)||(l=z=function(){if(R.W==R){if(R.H){var P=[vP,V,H,void 0,S,N,arguments];if(A==g)var X=(I(0,10,P,R),qb(false,true,false,false,R));else if(A==D){var x=!R.$.length;(I(0,32,P,R),x)&&qb(false,true,false,false,R)}else X=Fn(68,6,P,R);return X}S&&N&&S.removeEventListener(N,z,false)}}),l},Xn=function(C,D,g,V,H,A,R,S,N,z,l,P,X){if(C+8&13||(A.classList?A.classList.remove(R):G(23,V,D,A,R)&&U(23,H,A,Array.prototype.filter.call(T(11,D,A),function(x){return x!=R}).join(g))),!((C|6)%6))if(Array.isArray(A))for(N=0;N<A.length;N++)Xn(6,true,"object",V,H,A[N],R,S);else R=Q(R,10),V&&V[xY]?V.V.add(String(A),R,D,Q(g,36,S)?!!S.capture:!!S,H):$Y(3,false,"object",S,V,H,D,A,R);if(!(C+5&6))if(Array.isArray(R))for(N=g;N<R.length;N++)Xn(3,"object",0,V,H,A,R[N],S);else z=Q(D,6,S)?!!S.capture:!!S,A=Q(A,9),H&&H[xY]?H.V.remove(String(R),A,z,V):H&&(P=HP(1,H,11))&&(l=P.qf(V,A,z,R))&&U(6,"on",null,l);return 2==(C<<1&7)&&(this.type=g,this.currentTarget=this.target=D,this.defaultPrevented=this.X=false),X},I=function(C,D,g,V,H,A,R){return(D-2)%((D<<((D|(3==((D^892)&7)&&(g.J=C,g.listener=null,g.proxy=null,g.src=null,g.W2=null),8))%10||V.$.splice(C,C,g),2))%7||(V=void 0,H=function(){},A=rk(C,function(S){H&&(g&&el(g),V=S,H(),H=void 0)},!!g)[0],R={low:function(S,N,z,l,P,X){if(!N)return l=A(z),S&&S(l),l;(P=function(){V(function(x){el(function(){S(x)})},z)},V)?P():(X=H,H=function(){X(),el(P)})}}),12)||(R=C&&C.parentNode?C.parentNode.removeChild(C):null),R},k=function(C,D,g,V,H,A,R,S,N,z,l,P,X){if(!(C+8&11))if(V=g.length,V>D){for(A=(H=Array(V),D);A<V;A++)H[A]=g[A];X=H}else X=[];if(!((C<<1)%21))if(N=A.V.R[String(g)]){for(R=(P=(N=N.concat(),true),D);R<N.length;++R)(z=N[R])&&!z.J&&z.capture==V&&(l=z.W2||z.src,S=z.listener,z.T&&k(14,1,z,A.V),P=false!==S.call(l,H)&&P);X=P&&!H.defaultPrevented}else X=true;return(4==(C-9&14)&&(H=g.type,H in V.R&&Nb(2,21,D,g,V.R[H])&&(I(true,31,g),0==V.R[H].length&&(delete V.R[H],V.A--))),(C|9)%19)||g.Qk&&g.Qk.forEach(D,void 0),X},T=function(C,D,g,V,H,A,R,S,N,z,l,P,X,x,q){if(2==((C^804)&14))a:{for(A in H)if(V.call(void 0,H[A],A,H)){q=D;break a}q=g}if(1==(C-3&5)){if(g.W=(((N=(l=(P=(x=0<(A||g.Ik++,g).jM&&g.Rk&&g.A2&&g.P2<=D&&!g.Y&&!g.h&&(g.t2||!A)&&0==document.hidden,4==g.Ik))||x?g.D():g.C_,l-g.C_),z=N>>14,g).F&&(g.F=(X=g.F,S=z*(N<<2),2*(X|0)+~X+~S-2*(X|~S))),g).Vk+=z,z||g.W),P||x)g.Ik=0,g.C_=l;!x||l-g.Nf<g.jM-(H?255:A?5:2)?q=false:(R=y(g,A?24:237),K(237,g,g.l),g.$.push([ZZ,R,A?V+D:V]),g.h=el,q=true)}return(C^163)&6||(q=g.classList?g.classList:G(20,"class",D,g).match(/\\S+/g)||[]),q},HP=function(C,D,g,V,H,A,R,S){return((g<<C)%4||(iG.call(this,D?D.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.K=null,D&&(H=this.type=D.type,R=D.changedTouches&&D.changedTouches.length?D.changedTouches[0]:null,this.target=D.target||D.srcElement,this.currentTarget=V,A=D.relatedTarget,A||("mouseover"==H?A=D.fromElement:"mouseout"==H&&(A=D.toElement)),this.relatedTarget=A,R?(this.clientX=void 0!==R.clientX?R.clientX:R.pageX,this.clientY=void 0!==R.clientY?R.clientY:R.pageY,this.screenX=R.screenX||0,this.screenY=R.screenY||0):(this.offsetX=D.offsetX,this.offsetY=D.offsetY,this.clientX=void 0!==D.clientX?D.clientX:D.pageX,this.clientY=void 0!==D.clientY?D.clientY:D.pageY,this.screenX=D.screenX||0,this.screenY=D.screenY||0),this.button=D.button,this.keyCode=D.keyCode||0,this.key=D.key||"",this.charCode=D.charCode||("keypress"==H?D.keyCode:0),this.ctrlKey=D.ctrlKey,this.altKey=D.altKey,this.shiftKey=D.shiftKey,this.metaKey=D.metaKey,this.pointerId=D.pointerId||0,this.pointerType="string"===typeof D.pointerType?D.pointerType:Q$[D.pointerType]||"",this.state=D.state,this.K=D,D.defaultPrevented&&DZ.P.preventDefault.call(this))),g-3)%8||(V=D[Ay],S=V instanceof Sl?V:null),S},s2=function(C,D,g,V,H,A,R,S,N,z){return 1==((V^((2==((V|6)&11)&&(S=(g|0)-2*(g&-4)-(~g^3)+(g|-4),A=5+(g&-5)+(~g^4),R=a(this),H=a(this),D=y(this,R),A&&(D=ty(240,2,1,(C+D).replace(/\\r\\n/g,"\\n"))),S&&u(this,H,J(D.length,2)),u(this,H,D)),V-6)%9||(H=function(){return D()},D=function(){return g},H[this.i]=function(l){g=l},z=H),364))&11)&&(D.F=(S=(N=LT(3,237,D,y(D,237))<<24,A=LT(3,237,D,y(D,237))<<16,-~(N&A)-H+(N^A)),R=LT(3,237,D,y(D,237))<<g,(S&R)-~(S&R)+~(S|R)+2*(S^R))|LT(3,237,D,y(D,237)),D.O=void 0),z},U=function(C,D,g,V,H,A,R,S,N,z){return(((C|5)%9||w.call(this,D,g||O2.Z(),V),(C-1)%7)||(N=function(){},N.prototype=V.prototype,g.P=V.prototype,g.prototype=new N,g.prototype.constructor=g,g.lB=function(l,P,X){for(var x=Array(arguments.length-D),q=D;q<arguments.length;q++)x[q-D]=arguments[q];return V.prototype[P].apply(l,x)}),(C^516)%9||("string"==typeof g.className?g.className=V:g.setAttribute&&g.setAttribute(D,V)),(C<<2)%6||"number"===typeof V||!V||V.J)||((S=V.src)&&S[xY]?k(13,1,V,S.V):(A=V.proxy,H=V.type,S.removeEventListener?S.removeEventListener(H,A,V.capture):S.detachEvent?S.detachEvent(lG(695,22,D,H),A):S.addListener&&S.removeListener&&S.removeListener(A),PP--,(R=HP(1,S,3))?(k(29,1,V,R),0==R.A&&(R.src=g,S[Ay]=g)):I(true,15,V))),(C<<2)%14||(z=Math.floor(this.D())),z},e=function(C,D,g,V,H,A){if(!((D|4)%((D<<2)%7||(C.sZ=void 0,C.Z=function(){return C.sZ?C.sZ:C.sZ=new C}),1==((D|1)&15)&&(A=!!(H=g.OZ,-2*~(H&V)-C+~V+(~H&V))&&!!(g.p_&V)),13)))a:if("string"===typeof V)A="string"!==typeof g||1!=g.length?-1:V.indexOf(g,C);else{for(H=C;H<V.length;H++)if(H in V&&V[H]===g){A=H;break a}A=-1}return(D|6)%9||(this.src=C,this.R={},this.A=0),A},Q=function(C,D,g,V,H){return 1==(D>>2&((D^7)%4||(g(function(A){A(C)}),H=[function(){return C}]),5)||("function"===typeof C?H=C:(C[BP]||(C[BP]=function(A){return C.handleEvent(A)}),H=C[BP])),D>>2&7)&&(V=typeof g,H=V==C&&null!=g||"function"==V),H},fT=function(C,D,g,V,H,A,R,S,N,z){if(!(g<<1&5))for(S in A=V,H.R){for(N=(R=V,H.R)[S];R<N.length;R++)++A,I(true,D,N[R]);delete H.R[H.A--,S]}return 1==(g>>C&1)&&(this.listener=H,this.proxy=null,this.src=S,this.type=A,this.capture=!!V,this.W2=R,this.key=++jl,this.J=this.T=false),z},y$=function(C,D,g,V,H,A,R,S,N,z,l,P){if(!((g>>1)%16))if(A="array"===aJ("array",V,"null")?V:[V],this.N)C(this.N);else try{H=!this.$.length,R=[],I(0,30,[IJ,R,A],this),I(0,22,[kY,C,R],this),D&&!H||qb(false,true,D,true,this)}catch(X){m(7,0,this,X),C(this.N)}if(4==(g<<1&7)){for(D=[];C--;)D.push(255*Math.random()|0);P=D}if((g^934)%6||(D.push((R=(H=C[0]<<24|C[1]<<16,N=C[2]<<8,2*(N|0)+~N-(~H|N)),l=C[3],2*(l|0)+~l-(~R|l))),D.push(C[4]<<24|C[5]<<16|C[6]<<8|C[7]),D.push((S=(z=C[8]<<24,A=C[9]<<16,-~A+(z^A)+(z|~A))|C[10]<<8,V=C[11],(S&V)+-2-(S|~V)-(~S|V)))),3==(g>>1&7)){for(A=(H=a(D),C);V>C;V--)A=A<<8|a(D);K(H,D,A)}return g+3&15||(P=(S=(A=V[H]<<24,N=V[(H|1)-~(H&1)+(H&-2)+(~H|1)]<<C,~(A&N)-2*~N+(A&~N)+(A|~N))|V[(H|0)+2]<<8,R=V[(H|0)+D],(S&R)+2*(S&~R)-(S|~R)+(~S|R))),P},m=function(C,D,g,V,H,A,R,S,N,z,l,P){if(!(((C|8)%((((C+2)%12||(A=g,A=(H=A<<13,(A|0)-(H|0)-2*(~A^H)+2*(~A|H)),A^=A>>17,(A=(A^A<<5)&V)||(A=1),P=~(D&A)-~A+(D&~A)),C)+9)%7||(P=(H=c[D.substring(0,3)+"_"])?H(D.substring(3),g,V):Q(D,15,g)),14)||(g.D6(function(X){H=X},D,V),P=H),C>>1)&13)){for(R=S=0;S<D.length;S++)R+=D.charCodeAt(S),R+=R<<10,R=(l=R>>6,(R&~l)-(~R^l)+(~R|l));(H=new Number((N=(1<<g)-1,z=(R+=R<<3,R=(A=R>>11,-2*(~R^A)+(R|~A)+(~R|A)),R+(R<<15))>>>0,-2*~z+~N-(z|~N)+2*(~z|N))),H)[0]=(z>>>g)%V,P=H}return(C-7)%22||(g.N=((g.N?g.N+"~":"E:")+V.message+":"+V.stack).slice(D,2048)),P},Nb=function(C,D,g,V,H,A,R,S,N){if(!((D+4)%((D+5)%6||(R=typeof A,S=R!=g?R:A?Array.isArray(A)?"array":R:"null",N=S==V||S==g&&typeof A.length==H),15))){if(R=window.btoa){for(A=(V="",0);A<g.length;A+=8192)V+=String.fromCharCode.apply(null,g.slice(A,A+8192));H=R(V).replace(/\\+/g,"-").replace(/\\//g,"_").replace(/=/g,"")}else H=void 0;N=H}return(D+3)%((1==(D-C&15)&&(hy.call(this),this.V=new Sl(this),this.io=null,this.EZ=this),1)==(D>>C&7)&&(g=KT,N=V=function(z){return g.call(V.src,V.listener,z)}),12)||(R=e(0,9,V,H),(A=0<=R)&&Array.prototype.splice.call(H,R,g),N=A),N},uG=function(C,D,g,V,H,A,R,S,N,z,l){if(3==(D>>1&15)&&(l=g),!((D^553)&11))if(g.classList)Array.prototype.forEach.call(V,function(P,X){g.classList?g.classList.add(P):G(13,0,"",g,P)||(X=G(12,"class","",g),U(5,"class",g,X+(0<X.length?" "+P:P)))});else{for(A in H=((Array.prototype.forEach.call(T(3,"",(R={},g)),function(P){R[P]=true}),Array.prototype).forEach.call(V,function(P){R[P]=true}),""),R)H+=0<H.length?" "+A:A;U(86,"class",g,H)}if(!((D>>2)%C)){if(!(R=(E.call(this,H),V))){for(z=this.constructor;z;){if(N=(S=uG(19,21,z),Jy[S]))break;z=(A=Object.getPrototypeOf(z.prototype))&&A.constructor}R=N?"function"===typeof N.Z?N.Z():new N:null}this.B=R}return 2==((D^751)&7)&&(l=Object.prototype.hasOwnProperty.call(g,wk)&&g[wk]||(g[wk]=++YY)),l},dk=function(C,D,g,V,H){return I.call(this,C,21,D,g,V,H)},cP=function(C,D){for(var g,V=1,H;V<arguments.length;V++){for(H in g=arguments[V],g)C[H]=g[H];for(var A=0;A<mM.length;A++)H=mM[A],Object.prototype.hasOwnProperty.call(g,H)&&(C[H]=g[H])}},rk=function(C,D,g,V){return m.call(this,12,C,D,g,V)},E2=function(){return lG.call(this,695,3)},M,W=function(C,D,g){g=this;try{Mb(D,this,C)}catch(V){m(73,0,this,V),C(function(H){H(g.N)})}},n=this||self,wk="closure_uid_"+(1E9*Math.random()>>>0),ty=function(C,D,g,V,H,A,R,S,N,z){for(H=(S=(R=0,[]),0);R<V.length;R++)z=V.charCodeAt(R),128>z?S[H++]=z:(2048>z?S[H++]=z>>6|192:(55296==(z&64512)&&R+g<V.length&&56320==(V.charCodeAt(R+g)&64512)?(z=(N=(z|0)-(z^1023)+(~z&1023)<<10,~(65536&N)-3*~(65536|N)+D*(-65537^N))+(V.charCodeAt(++R)&1023),S[H++]=z>>18|C,S[H++]=(A=z>>12,(A|0)- -64+~(A|63))|128):S[H++]=z>>12|224,S[H++]=z>>6&63|128),S[H++]=z&63|128);return S},WP=function(C,D,g,V,H){if(!(H=(V=C,n.trustedTypes),H)||!H.createPolicy)return V;try{V=H.createPolicy(D,{createHTML:pT,createScript:pT,createScriptURL:pT})}catch(A){if(n.console)n.console[g](A.message)}return V},V$,pT=function(C){return uG.call(this,19,6,C)},YY=0,zW=function(C,D){if(!n.addEventListener||!Object.defineProperty)return false;C=Object.defineProperty({},"passive",(D=false,{get:function(){D=true}}));try{n.addEventListener("test",E2,C),n.removeEventListener("test",E2,C)}catch(g){}return D}(),iG=function(C,D){return Xn.call(this,5,D,C)},hy=function(){return G.call(this,10)},DZ=(iG.prototype.preventDefault=function(){this.defaultPrevented=true},iG.prototype.stopPropagation=function(){this.X=true},hy.prototype.v2=false,function(C,D,g,V,H){return HP.call(this,1,C,6,D,g,V,H)}),Q$={2:(U(71,2,DZ,iG),"touch"),3:"pen",4:"mouse"},xY="closure_listenable_"+(DZ.prototype.preventDefault=(DZ.prototype.stopPropagation=function(){DZ.P.stopPropagation.call(this),this.K.stopPropagation?this.K.stopPropagation():this.K.cancelBubble=true},function(C){C=(DZ.P.preventDefault.call(this),this.K),C.preventDefault?C.preventDefault():C.returnValue=false}),1E6*Math.random()|0),mM="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" "),jl=0,Sl=function(C){return e.call(this,C,50)},oJ=function(C,D,g,V,H){return fT.call(this,2,39,6,D,H,g,V,C)},Ay="closure_lm_"+((Sl.prototype.qf=((Sl.prototype.add=function(C,D,g,V,H,A,R,S,N){return-(N=RJ((S=this.R[A=C.toString(),A],S||(S=this.R[A]=[],this.A++),6),11,0,D,H,S,V),1)<N?(R=S[N],g||(R.T=false)):(R=new oJ(this.src,!!V,A,H,D),R.T=g,S.push(R)),R},(Sl.prototype.hasListener=function(C,D,g,V,H){return T(7,true,(g=(V=void 0!==D,(H=void 0!==C)?C.toString():""),false),function(A,R){for(R=0;R<A.length;++R)if(!(H&&A[R].type!=g||V&&A[R].capture!=D))return true;return false},this.R)},Sl).prototype).remove=function(C,D,g,V,H,A,R){if(R=C.toString(),!(R in this.R))return false;return(A=RJ(6,5,0,D,V,(H=this.R[R],H),g),-1)<A?(I(true,23,H[A]),Array.prototype.splice.call(H,A,1),0==H.length&&(delete this.R[R],this.A--),true):false},function(C,D,g,V,H,A){return(H=-(A=this.R[V.toString()],1),A&&(H=RJ(6,19,0,D,C,A,g)),-1)<H?A[H]:null}),1E6*Math.random())|0),nT={},PP=0,KT=function(C,D,g,V,H,A){return RJ.call(this,6,16,C,D,g,V,H,A)},BP="__closure_events_fn_"+(1E9*Math.random()>>>0),b=function(){return Nb.call(this,2,3)};((((U(50,2,b,hy),b.prototype)[xY]=true,b.prototype.lo=function(C){this.io=C},b.prototype.addEventListener=function(C,D,g,V){CT(4,18,0,"object",V,this,D,C,g)},b.prototype).removeEventListener=function(C,D,g,V){Xn(11,"object",0,V,this,D,C,g)},b).prototype.dispatchEvent=function(C,D,g,V,H,A,R,S,N,z,l,P){if(V=this.io)for(H=[],N=1;V;V=V.io)H.push(V),++N;if(l=!((P=(g=H,A=this.EZ,C),z=P.type||P,"string")===typeof P?P=new iG(P,A):P instanceof iG?P.target=P.target||A:(D=P,P=new iG(z,A),cP(P,D)),0),g)for(S=g.length-1;!P.X&&0<=S;S--)R=P.currentTarget=g[S],l=k(21,0,z,true,P,R)&&l;if(P.X||(R=P.currentTarget=A,l=k(84,0,z,true,P,R)&&l,P.X||(l=k(63,0,z,false,P,R)&&l)),g)for(S=0;!P.X&&S<g.length;S++)R=P.currentTarget=g[S],l=k(42,0,z,false,P,R)&&l;return l},b.prototype).qf=function(C,D,g,V){return this.V.qf(C,D,g,String(V))},b.prototype.hasListener=function(C,D){return this.V.hasListener(void 0!==C?String(C):void 0,D)};var U2,gk=function(){return RJ.call(this,6,3)},Dm=function(C,D,g,V,H,A,R,S,N,z){function l(P){P&&H.appendChild("string"===typeof P?R.createTextNode(P):P)}for(N=D;N<A.length;N++)if(z=A[N],!Nb(2,13,C,"array",g,z)||Q(C,37,z)&&0<z.nodeType)l(z);else{a:{if(z&&typeof z.length==g){if(Q(C,38,z)){S="function"==typeof z.item||"string"==typeof z.item;break a}if("function"===typeof z){S="function"==typeof z.item;break a}}S=false}lG(695,16,0,V,S?k(8,0,z):z,l)}},Rt=(M=gk.prototype,function(C){return I.call(this,C,26)}),CF=(((M.createElement=function(C,D,g){return"application/xhtml+xml"===(D=(g=String(C),this.g),D).contentType&&(g=g.toLowerCase()),D.createElement(g)},((M.canHaveChildren=function(C){if(1!=C.nodeType)return false;switch(C.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},M).createTextNode=(M.removeNode=Rt,function(C){return this.g.createTextNode(String(C))}),M.contains=function(C,D,g){if(!C||!D)return false;if(C.contains&&1==D.nodeType)return C==D||C.contains(D);if("undefined"!=typeof C.compareDocumentPosition)return C==D||!!(g=C.compareDocumentPosition(D),(g|0)+16-(g|16));for(;D&&C!=D;)D=D.parentNode;return D==C},M.append=function(C,D){Dm("object",1,"number","",C,arguments,9==C.nodeType?C:C.ownerDocument||C.document)},M).getElementsByTagName=function(C,D){return(D||this.g).getElementsByTagName(String(C))},M).I=function(C){return"string"===typeof C?this.g.getElementById(C):C},M).appendChild=function(C,D){C.appendChild(D)},function(){return v.call(this,14)}),E=(((e(CF,14),CF.prototype).HO=0,CF).prototype.dn="",function(C){return G.call(this,17,C)}),VW=((((((U(64,2,E,b),E.prototype).ak=CF.Z(),E).prototype.I=function(){return this.c2},E.prototype).getParent=function(){return this.H2},E.prototype.L=function(){this.J2=((k(48,function(C){C.J2&&C.L()},this),this).UZ&&fT(2,39,8,0,this.UZ),false)},E.prototype).lo=function(C){if(this.H2&&this.H2!=C)throw Error("Method not supported");E.P.lo.call(this,C)},E.prototype).removeChild=function(C,D,g,V,H,A,R,S,N,z,l,P){if(C&&("string"===typeof C?N=C:((S=C.X2)||(V=C,l=C.ak,A=l.dn+":"+(l.HO++).toString(36),S=V.X2=A),N=S),H=N,this.$h&&H?(g=this.$h,P=(null!==g&&H in g?g[H]:void 0)||null):P=null,C=P,H&&C)){if(Nb(2,33,1,C,((R=this.$h,H)in R&&delete R[H],this.Qk)),D&&(C.L(),C.c2&&Rt(C.c2)),z=C,null==z)throw Error("Unable to set parent component");E.P.lo.call((z.H2=null,z),null)}if(!C)throw Error("Child is not in parent component");return C},function(C,D,g,V,H){return uG.call(this,19,9,C,D,g,V,H)}),gE=function(){return CT.call(this,4,20)},HK,Aq=function(C,D){return CT.call(this,4,3,C,D)},SM=(e(gE,28),{button:"pressed",checkbox:"checked",menuitem:"selected",menuitemcheckbox:"checked",menuitemradio:"checked",radio:"checked",tab:"selected",treeitem:"selected"}),Nt=((M=gE.prototype,M).wn=function(C,D,g,V,H,A,R){(H=(HK||(HK={1:"disabled",8:"selected",16:"checked",64:"expanded"}),HK[D]),(R=C.getAttribute("role")||null)?(V=SM[R]||H,A="checked"==H||"selected"==H?V:H):A=H,A)&&lG(695,10," ","aria-",A,C,g)},M.yk=function(C,D,g,V,H,A){if(C.p_&32&&(H=C.Yh())){if(!D&&G(77,0,32,C)){try{H.blur()}catch(R){}G(57,0,32,C)&&(e(1,16,C,4)&&C.setActive(false),e(1,17,C,32)&&v(13,1,false,32,C)&&C.s(32,false))}if(A=H.hasAttribute("tabindex"))V=H.tabIndex,A="number"===typeof V&&0<=V&&32768>V;A!=D&&(g=H,D?g.tabIndex=0:(g.tabIndex=-1,g.removeAttribute("tabIndex")))}},function(){return T.call(this,8)}),Jy=((e(Nt,(U(43,(M.s=(M.bo=function(){return"goog-control"},function(C,D,g,V,H,A){if(V=C.I())this.K_||(H=this.bo(),H.replace(/\\xa0|\\s/g," "),this.K_={1:H+"-disabled",2:H+"-hover",4:H+"-active",8:H+"-selected",16:H+"-checked",32:H+"-focused",64:H+"-open"}),(A=this.K_[D])&&this.o(C,A,g),this.wn(V,D,g)}),(M.Yh=function(C){return C.I()},M).o=function(C,D,g,V){(V=C.I?C.I():C)&&(g?VW:Aq)(V,[D])},2),Nt,gE),21)),Nt).prototype.wn=function(C,D,g){switch(D){case 8:case 16:lG(695,5," ","aria-","pressed",C,g);break;default:case 64:case 1:Nt.P.wn.call(this,C,D,g)}},{}),w=function(C,D,g,V,H,A,R,S){return uG.call(this,19,3,C,D,g,V,H,A,R,S)};if((((((M=(U(29,(Nt.prototype.bo=function(){return"goog-button"},2),w,E),w.prototype),M.L=function(){(w.P.L.call(this),this.Z6&&this.Z6.detach(),this).isVisible()&&this.isEnabled()&&this.B.yk(this,false)},M.o=function(C,D){D?C&&(this.v?0<=e(0,74,C,this.v)||this.v.push(C):this.v=[C],this.B.o(this,C,true)):C&&this.v&&Nb(2,9,1,C,this.v)&&(0==this.v.length&&(this.v=null),this.B.o(this,C,false))},M.v=null,M.G=0,M.Yh=function(){return this.B.Yh(this)},M).RW=true,M.OZ=255,M).pH=0,M.p_=39,M.isVisible=function(){return this.RW},M).isEnabled=function(){return!G(21,0,1,this)},M).setActive=function(C){v(23,1,C,4,this)&&this.s(4,C)},M.getState=function(){return this.G},w).prototype.s=function(C,D,g,V,H,A,R){g||1!=C?this.p_&C&&D!=G(95,0,C,this)&&(this.B.s(this,C,D),this.G=D?(H=this.G,-(H&C)-2*~(H|C)+(H|~C)+(~H|C)):(V=this.G,-2*~~C+~(V|~C)-(~V^~C)+2*(V|~~C))):(A=!D,R=this.getParent(),R&&"function"==typeof R.isEnabled&&!R.isEnabled()||!v(33,1,!A,1,this)||(A||(this.setActive(false),v(53,1,false,2,this)&&this.s(2,false)),this.isVisible()&&this.B.yk(this,A),this.s(1,!A,true)))},"function"!==typeof w)throw Error("Invalid component class "+w);if("function"!==typeof gE)throw Error("Invalid renderer class "+gE);var zE=uG(19,5,w),O2=(Jy[zE]=gE,v(18,"goog-control",function(){return new w(null)}),function(){return k.call(this,3)}),lc=((((e((U(22,2,O2,Nt),O2),7),O2).prototype.yk=E2,O2.prototype).s=function(C,D,g,V){(V=(O2.P.s.call(this,C,D,g),C.I()))&&1==D&&(V.disabled=g)},O2.prototype).wn=E2,function(C,D,g){return U.call(this,40,C,D,g)}),IJ=(v(9,"goog-button",(U(8,2,lc,w),function(){return new lc(null)})),[]),aJ=function(C,D,g,V,H){if("object"==(V=typeof D,V))if(D){if(D instanceof Array)return C;if(D instanceof Object)return V;if("[object Window]"==(H=Object.prototype.toString.call(D),H))return"object";if("[object Array]"==H||"number"==typeof D.length&&"undefined"!=typeof D.splice&&"undefined"!=typeof D.propertyIsEnumerable&&!D.propertyIsEnumerable("splice"))return C;if("[object Function]"==H||"undefined"!=typeof D.call&&"undefined"!=typeof D.propertyIsEnumerable&&!D.propertyIsEnumerable("call"))return"function"}else return g;else if("function"==V&&"undefined"==typeof D.call)return"object";return V},a=function(C,D,g,V,H,A){if(C.Y)return PK(C,C.S);return(D=y(C,237),g=D>>3,A=LT(3,237,C,D),C.O!=g>>3&&(C.O=g>>3,H=y(C,229),C.uo=$2(C.F,24,C.O,[0,0,H[1],H[2]],255)),A)^C.uo[V=C[kY].length,(V|0)- -1+(g|~V)]},Uk=function(C,D,g,V,H,A){return(x2(false,78,H,g,((A=y(g,H),g.U&&A<g.l)?(K(H,g,g.l),X4(H,g,V)):K(H,g,V),C),D),K(H,g,A),y)(g,70)},nF=false,J=((W.prototype.z$=function(C,D){return y$.call(this,C,D,10)},W).prototype.D6=(W.prototype.i="toString",function(C,D,g,V,H,A){return y$.call(this,C,D,32,g,V,H,A)}),W.prototype.T$=false,function(C,D,g,V,H){for(g=(H=[],(D|0)-1);0<=g;g--)H[(D|0)-1-(g|0)]=(V=C>>8*g,255-(~V&255));return H}),ZZ=[],GE=[],qt=function(C,D,g,V,H,A,R,S,N,z,l){if(S=((A=(0==(z=y(D,((N=void 0,V&&V[0]===vK)&&(N=V[2],C=V[1],V=void 0),162)),z.length)&&(l=y(D,24)>>3,z.push(C,(H=l>>8,2*(H|0)-(H|255)-(H&-256)+(~H&255)),-~(l&255)+(l^255)+(~l^255)),void 0!=N&&z.push(N&255)),""),V)&&(V.message&&(A+=V.message),V.stack&&(A+=":"+V.stack)),y(D,81)),3<S){R=(A=ty(240,(S-=(A=A.slice(0,(S&-4)+(~S^3)-(~S|3)),A.length|0)+3,2),1,A.replace(/\\r\\n/g,"\\n")),D.W),D.W=D;try{u(D,77,J(A.length,2).concat(A),g)}finally{D.W=R}}K(81,D,S)},Mb=(W.prototype.iB=void 0,function(C,D,g,V,H,A){for(D.t2=!(D.xh=((D.S=(D.B2=0,D.n_=[],V=0,(D.Ye=(D.ql=bc,F4),D.jM=0,(D.P2=0,D).rn=(D.L_=function(R,S,N){return s2.call(this,"",N,R,15,S)},25),D).h=(A=(D.Y=void 0,[]),null),void 0),D).Vk=1,function(R,S,N,z,l,P){return bG.call(this,13,R,S,N,z,l,P)}),1);128>V;V++)A[V]=String.fromCharCode(V);I(0,40,[QW,g],(I((I(0,60,[Zm],((D.vO=(((((D.Rk=!(D.mu=((((((new (D.A2=(((((H=((((D.eA=(((((((D.fH=(D.$=((K(237,(D.s9=0,D.Mf=(D.W=D,(D.H=[],D).kh=function(R){return $Y.call(this,6,R)},[]),D),0),K(24,D,0),K(186,D,function(R){rE(1,R)}),K)(29,D,function(R,S,N,z,l,P,X,x,q,F,r,O,L,Y){if(!T(14,1,R,S,true,true)){if((L=(N=(r=(P=(q=(l=(F=a(R),a(R)),a(R)),a(R)),y(R,P)),y)(R,F),X=y(R,q),y(R,l)),"object")==aJ("array",N,"null")){for(O in x=[],N)x.push(O);N=x}for(Y=(z=0,X=0<X?X:1,N).length;z<Y;z+=X)L(N.slice(z,(z&X)-1-~(z|X)),r)}}),K(101,D,function(R,S,N,z,l,P,X,x,q,F){(q=(F=(N=(z=(S=(P=a(R),a(R)),a(R)),X=a(R),x=y(R,S),y(R.W,P)),y)(R,X),y(R,z)),0!==N)&&(l=bG(19,1,2,q,F,1,R,N,x),N.addEventListener(x,l,nF),K(197,R,[N,x,l]))}),D.PO=0,[]),0),K)(115,D,function(R,S,N,z,l){l=(N=0!=(S=(z=a(R),a(R)),y)(R,z),y)(R,S),N&&K(237,R,l)}),K)(57,D,function(R,S,N,z){if(S=R.mu.pop()){for(z=a(R);0<z;z--)N=a(R),S[N]=R.H[N];S[81]=R.H[S[162]=R.H[162],81],R.H=S}else K(237,R,R.l)}),K(200,D,function(R){y$(0,R,23,4)}),K)(162,D,[]),K)(15,D,function(R,S,N){(S=a(R),N=y(R,S),N[0]).removeEventListener(N[1],N[2],false)}),K(17,D,function(R,S,N,z){(S=(N=(z=a(R),a)(R),a)(R),K)(S,R,y(R,z)>>>N)}),K)(212,D,function(R,S,N,z,l,P){z=(N=a(R),a)(R),P=a(R),R.W==R&&(l=y(R,z),S=y(R,P),y(R,N)[l]=S,229==N&&(R.O=void 0,2==l&&s2("",R,8,9,1)))}),K)(228,D,function(R){R.h2(3)}),K(234,D,function(R,S,N,z,l){for(l=(z=(S=bG(30,127,(N=a(R),R)),[]),0);l<S;l++)z.push(a(R));K(N,R,z)}),0),K)(241,D,[]),K(207,D,function(){}),K)(103,D,function(R,S,N){N=(S=a(R),a)(R),K(N,R,""+y(R,S))}),K)(253,D,function(R,S,N,z,l,P,X,x){T(62,1,R,S,false,true)||(X=eM(0,1,R.W),N=X.eM,P=X.f_,x=X.j,z=x.length,l=0==z?new N[P]:1==z?new N[P](x[0]):2==z?new N[P](x[0],x[1]):3==z?new N[P](x[0],x[1],x[2]):4==z?new N[P](x[0],x[1],x[2],x[3]):2(),K(X.G$,R,l))}),window.performance)||{},D).WO=H.timeOrigin||(H.timing||{}).navigationStart||0,K)(70,D,{}),K)(18,D,function(R,S,N,z,l){(z=(l=(S=(N=a(R),a(R)),y)(R,N),y(R,S)),K)(S,R,z+l)}),K(92,D,function(R,S,N,z,l,P){(l=(z=a(R),S=a(R),P=a(R),y(R,z)),N=y(R,S),K)(P,R,l in N|0)}),K)(62,D,function(R,S,N,z,l,P){(z=(P=(N=(S=a(R),a)(R),a(R)),y)(R,N),l=y(R,S),K)(P,R,l[z])}),K(76,D,n),false),K(31,D,function(R,S,N,z,l,P){z=(P=(l=(N=(S=a(R),a(R)),a(R)),y(R,S)),y(R,N)),K(l,R,+(P==z))}),lc)("Submit"),K)(66,D,function(R,S,N){T(30,1,R,S,false,true)||(N=eM(0,1,R),(R.W==R||N.f_==R.kh&&N.eM==R)&&K(N.G$,R,N.f_.apply(N.eM,N.j)))}),K(104,D,341),K(81,D,2048),K)(156,D,function(R){R.h2(4)}),K)(5,D,function(R,S,N,z,l){(l=(z=a(R),S=a(R),N=y(R,z),aJ("array",N,"null")),K)(S,R,l)}),K)(158,D,function(R,S,N,z){S=(N=(z=a(R),a(R)),a(R)),K(S,R,y(R,z)||y(R,N))}),K)(152,D,function(R,S,N,z,l,P,X,x,q,F,r,O,L,Y,h,p,B){for(z=(B=(h=(N=(L=(x=a(R),function(Z,t,f){for(;N<Z;)X|=a(R)<<N,N+=8;return X>>=(f=X&(N-=Z,t=1<<Z,-~(t&1)+~t+2*(t&-2)-(~t&1)),Z),f}),X=0),q=(L(3)|0)+1,L(5)),0),p=[],0);z<h;z++)S=L(1),p.push(S),B+=S?0:1;for(l=(O=(~(B&1)-3*~B+2*~(B|1)+(~B&1)).toString(2).length,Y=[],0);l<h;l++)p[l]||(Y[l]=L(O));for(F=0;F<h;F++)p[F]&&(Y[F]=a(R));for(r=[],P=q;P--;)r.push(y(R,a(R)));K(x,R,function(Z,t,f,d,TW){for(TW=(t=(d=[],0),[]);t<h;t++){if(f=Y[t],!p[t]){for(;f>=d.length;)d.push(a(Z));f=d[f]}TW.push(f)}Z.S=(Z.Y=Z.xh(47,r.slice()),Z.xh(47,TW))})}),K(77,D,D.z$(4)),[]),1),K)(95,D,function(R,S,N,z,l,P,X,x){if(S=bG(9,127,(X=a(R),R)),z="",R.H[208])for(x=y(R,208),l=x.length,N=0;S--;)N=(P=bG(18,127,R),-2*~(N&P)+-2+(N^P))%l,z+=A[x[N]];else for(;S--;)z+=A[a(R)];K(X,R,z)}),K)(36,D,[106,0,0]),K)(124,D,function(R,S,N,z){T(46,1,R,S,false,true)||(N=a(R),z=a(R),K(z,R,function(l){return eval(l)}(TE(y(R.W,N)))))}),K(96,D,function(R){rE(4,R)}),K(211,D,function(R,S,N,z,l,P,X,x){(z=(X=(S=(P=(l=(N=a(R),a)(R),x=a(R),a(R)),y)(R,l),y(R,P)),y(R,x)),K)(N,R,bG(5,1,2,S,z,X,R))}),K)(174,D,[0,0,0]),K(93,D,function(R,S){X4(237,(S=y(R,a(R)),R.W),S)}),function(R,S,N,z,l,P,X,x,q,F){return y$.call(this,R,S,8,N,z,l,P,X,x,q,F)}),K(197,D,0),K(64,D,0),K)(225,D,D),D.l=0,D.U=[],D)),0),10,[ic,C],D),D)),qb(false,true,true,true,D)}),kY=(M=W.prototype,[]),vK=(M.D=(window.performance||{}).now?function(){return this.WO+window.performance.now()}:function(){return+new Date},{}),QW=(M.xe=function(C,D,g,V,H,A,R,S,N){return v.call(this,11,C,D,g,V,H,A,R,S,N)},[]),X4=(W.prototype.Qz=function(C,D,g,V,H){if(3==C.length){for(g=0;3>g;g++)D[g]+=C[g];for(V=[13,8,13,12,(H=0,16),5,3,10,15];9>H;H++)D[3](D,H%3,V[H])}},function(C,D,g){(D.mu.push(D.H.slice()),D.H)[C]=void 0,K(C,D,g)}),vP=[],c,PK=(M.$e=function(){return U.call(this,7)},M.zX=function(){return $Y.call(this,18)},function(C,D,g){return(g=D(524160).shift(),C.Y(524160).length)||C.S(524160).length||(C.S=void 0,C.Y=void 0),g}),Fn=function(C,D,g,V,H,A,R,S,N,z){if(V.t2=false,A=g[0],A==IJ)V.rn=25,V.C(g);else if(A==kY){S=g[1];try{z=V.N||V.C(g)}catch(l){m(29,0,V,l),z=V.N}S(z)}else if(A==ZZ)V.C(g);else if(A==ic)V.C(g);else if(A==QW){try{for(H=0;H<V.Mf.length;H++)try{N=V.Mf[H],N[0][N[1]](N[2])}catch(l){}}catch(l){}(0,g[V.Mf=[],1])(function(l,P){V.D6(l,true,P)},function(l){(I(0,52,[GE],(l=!V.$.length,V)),l)&&qb(false,true,true,false,V)})}else{if(A==vP)return R=g[2],K(C,V,g[D]),K(70,V,R),V.C(g);A==GE?(V.U=[],V.n_=[],V.H=null):A==Zm&&"loading"===n.document.readyState&&(V.h=function(l,P,X){(P=(X=false,function(){X||(X=true,l())}),n).document.addEventListener("DOMContentLoaded",P,nF),n.addEventListener("load",P,nF)})}},GW=[],$2=function(C,D,g,V,H,A,R,S,N,z,l,P,X,x,q,F,r){try{for(x=0;1414361568!==x;)C=(C|0)+(F=((g<<4|0)^g>>>5)+(g|0),q=(l=V[x&3],-2*~x+2*(x&~l)-(x|~l)+3*(~x|l)),(F&q)+~(F&q)-(~F^q))|0,x=x+2325900175|0,g=(g|0)+(P=(R=C<<4,X=C>>>5,1+3*(~R&X)+2*(R|~X)-(~R|X))+(C|0),A=(x|0)+(V[N=x>>>11,-~N+(N^3)+2*(~N^3)-(N|-4)]|0),-(P|0)-~(P|A)+2*(P&~A)+(~P|A))|0;return[C>>>D,(z=C>>16,H+(~z^H)-(~z|H)),(r=C>>8,-~(r&H)- -1+2*(r^H)+2*(~r^H)),-~(C&H)+(C&-256)+(~C|H),g>>>D,(S=g>>16,~(S&H)-~S- -256+(~S^H)),g>>8&H,-1-~g-(g&-256)]}catch(O){throw O;}},Zm=(M.cO=function(C,D,g,V,H,A,R,S,N,z){return m.call(this,32,C,D,g,V,H,A,R,S,N,z)},W.prototype.yz=void 0,[]),K=function(C,D,g){if(237==C||24==C)if(D.H[C])D.H[C][D.i](g);else D.H[C]=D.L_(g);else if(36!=C&&77!=C&&241!=C&&162!=C&&174!=C||!D.H[C])D.H[C]=D.xh(C,g);229==C&&s2("",D,8,13,1)},eM=function(C,D,g,V,H,A,R,S,N){for(H=(N=(((S=(V={},a(g)),V).G$=a(g),V).j=[],A=g.W==g?(R=a(g),(R|D)+~(R|D)-(~R&D)-(~R|D)):1,a)(g),C);H<A;H++)V.j.push(a(g));for(V.eM=y(g,N);A--;)V.j[A]=y(g,V.j[A]);return V.f_=y(g,S),V},LT=(W.prototype.Vz=(M.wi=function(C,D,g,V,H){return m.call(this,10,C,D,g,V,H)},function(C,D,g,V,H,A){try{H=C[((D|0)+2)%3],C[D]=(A=C[D],V=C[((D|0)+1)%3],(A|V)+~V-(A^V)-(~A|V))-(H|0)^(1==D?H<<g:H>>>g)}catch(R){throw R;}}),function(C,D,g,V){if(V>=g.l)throw[vK,31];return(K(D,g,-2-~V- -9),g.U)[V>>C]}),y=function(C,D,g,V,H,A){if((A=C.H[D],void 0)===A)throw[vK,30,D];return A(16380*(H=((H=((H=(H=(H=g=(H=D|0,V=(H*H|0)%2004|0,(((V*V|0)%2004|0)*H|0)%2004|0),(H*H|0)%2004|0),H*H|0)%2004|0,H)*H|0)%2004|0,H*H)|0)%2004|0,(((H*H|0)%2004|0)*g|0)%2004|0))},ic=[],u=(W.prototype.C=function(C,D){return D=(C={},{}),function(g,V,H,A,R,S,N,z,l,P,X,x,q,F,r,O,L,Y,h,p,B,Z,t,f,d){D=(H=D,C);try{if(V=g[0],V==GW)return H==C?39:109;if(V==ic){P=g[1];try{for(O=(N=(L=p=0,atob(P)),[]);L<N.length;L++)z=N.charCodeAt(L),255<z&&(O[p++]=-1-~(z|255)-(z^255),z>>=8),O[p++]=z;K((this.l=(this.U=O,this.U.length<<3),229),this,[0,0,0])}catch(TW){qt(17,this,195,TW);return}x2(false,78,237,this,22,8001)}else if(V==IJ)g[1].push(y(this,77).length,y(this,36).length,y(this,241).length,y(this,81)),K(70,this,g[2]),this.H[116]&&Uk(22,8001,this,y(this,116),237);else{if(V==kY){Y=(f=J((r=y((h=g[2],this),36).length,-2*~r-4*(r&-3)+3*(r^2)+2*(r|-3)),2),this.W),this.W=this;try{X=y(this,162),0<X.length&&u(this,36,J(X.length,2).concat(X),192),u(this,36,J(this.Vk,1),167),u(this,36,J(this[kY].length,1)),F=0,F-=(B=y(this,36).length,-2*~(B|5)-(B&-6)+(~B&5)+2*(B|-6)),F+=(q=y(this,64),2*(q|0)-2047-2*(q&-2048)+(~q&2047)),A=y(this,77),4<A.length&&(F-=(x=A.length,3*(x&3)+~(x&3)+(~x&3)-(~x|3))),0<F&&u(this,36,J(F,2).concat(this.z$(F)),197),4<A.length&&u(this,36,J(A.length,2).concat(A),86)}finally{this.W=Y}if((l=this.z$(2).concat(y(this,36)),l[1]=(S=l[0],1+2*(S&-205)+(~S^204)+2*(~S&204)),l[3]=l[1]^f[0],l)[4]=l[1]^f[1],R=this.SM(l))R="<"+R;else for(R="",Z=0;Z<l.length;Z++)d=l[Z][this.i](16),1==d.length&&(d="0"+d),R+=d;return((t=R,y)(this,77).length=h.shift(),y)(this,36).length=h.shift(),y(this,241).length=h.shift(),K(81,this,h.shift()),t}if(V==ZZ)Uk(22,g[2],this,g[1],237);else if(V==vP)return Uk(22,8001,this,g[1],237)}}finally{D=H}}}(),function(C,D,g,V,H,A,R,S,N){if(C.W==C)for(R=y(C,D),77==D?(N=function(z,l,P,X,x,q){if(R.gn!=(X=(l=R.length,(l|0)-4>>3),X)){P=(x=X<<(R.gn=X,3),-2*(x&4)-~(x&4)-~(x|4)+2*(x|-(q=[0,0,H[1],H[2]],5)));try{R.F2=$2(y$(16,3,29,R,P),24,y$(16,3,13,R,(P|0)+4),q,255)}catch(F){throw F;}}R.push(R.F2[l&7]^z)},H=y(C,174)):N=function(z){R.push(z)},V&&N((V|0)-(V^255)+(~V&255)),S=g.length,A=0;A<S;A++)N(g[A])}),x2=function(C,D,g,V,H,A,R,S,N,z){if(!V.N){V.P2++;try{for(R=(S=(z=V.l,0),void 0);(V.T$||--A)&&(V.Y||(S=y(V,g))<z);)try{N=void 0,V.Y?R=PK(V,V.Y):(K(24,V,S),N=a(V),R=y(V,N)),R&&R.call?R(V,A):qt(0,V,195,[vK,21,N]),V.t2=true,T(D,1,V,A,C,C)}catch(l){y(V,104)?qt(H,V,195,l):K(104,V,l)}A||qt(0,V,195,[vK,33])}catch(l){try{qt(H,V,195,l)}catch(P){m(95,0,V,P)}}V.P2--}},el=n.requestIdleCallback?function(C){requestIdleCallback(function(){C()},{timeout:4})}:n.setImmediate?function(C){setImmediate(C)}:function(C){setTimeout(C,0)};W.prototype.Nl=0;var bc,F4,tq=function(C,D,g,V,H,A,R,S,N,z){for(;A.$.length;){A.h=C,N=A.$.pop();try{z=Fn(D,g,N,A)}catch(l){m(51,V,A,l)}if(H&&A.h){(S=A.h,S)(function(){qb(false,true,R,R,A)});break}}return z},qb=(W.prototype[QW]=[0,0,1,1,0,1,1],(bc=/./,W.prototype.h2=function(C,D,g,V,H,A){return s2.call(this,"",g,C,16,D,V,H,A)},W.prototype).SM=function(C,D,g,V,H){return Nb.call(this,2,11,C,D,g,V,H)},F4=function(C){return a(C)^a(C)},function(C,D,g,V,H,A,R,S){if(H.$.length){(H.A2=(H.Rk&&0(),g),H).Rk=D;try{A=H.D(),H.Ik=0,H.Nf=A,H.C_=A,S=tq(null,68,6,0,g,H,true),R=H.D()-H.Nf,H.B2+=R,R<(V?0:10)||0>=H.rn--||(R=Math.floor(R),H.n_.push(254>=R?R:254))}finally{H.Rk=C}return S}}),rE=function(C,D,g,V){V=(g=a(D),a(D)),u(D,V,J(y(D,g),C))},TE=function(C,D){return(D=WP(null,"tl","error"))&&1===C.eval(D.createScript("1"))?function(g){return D.createScript(g)}:function(g){return""+g}}((W.bind&&(F4[W.prototype.i]=ic.pop.bind(W.prototype[IJ]),bc[W.prototype.i]=ic.pop.bind(W.prototype[IJ])),n));(c=n.watchbell||(n.watchbell={}),40<c.m||(c.m=41,c.tl=dk,c.a=rk),c).mqp_=function(C,D,g){return[(g=new W(D,C),function(V){return m(6,false,g,V)})]};try{c.u||(n.addEventListener("unload",function(){},nF),c.u=1)}catch(C){}try{n.addEventListener("test",null,Object.defineProperty({},"passive",{get:function(){nF={passive:true}}}))}catch(C){};}).call(this);'));}).call(this);</script>
  <script type="text/javascript" nonce="M6Us5mCas7Rr+bDcy1yx+w">
  document.bg = new watchbell.tl('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');
  </script>
<script nonce="M6Us5mCas7Rr+bDcy1yx+w">
  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="M6Us5mCas7Rr+bDcy1yx+w">
  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="M6Us5mCas7Rr+bDcy1yx+w">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
</script>
<script nonce="M6Us5mCas7Rr+bDcy1yx+w">
  (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="M6Us5mCas7Rr+bDcy1yx+w">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="M6Us5mCas7Rr+bDcy1yx+w">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fsites.google.com%2Fsite%2Fridendoh%2Ffaq---frequently-asked-questions-list%2Fposts.xml\x26followup=https%3A%2F%2Fsites.google.com%2Fsite%2Fridendoh%2Ffaq---frequently-asked-questions-list%2Fposts.xml\x26passive=1209600\x26noautologin=true',
  'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fsites.google.com%2Fsite%2Fridendoh%2Ffaq---frequently-asked-questions-list%2Fposts.xml\x26followup=https%3A%2F%2Fsites.google.com%2Fsite%2Fridendoh%2Ffaq---frequently-asked-questions-list%2Fposts.xml\x26passive=1209600');
  </script>
  </body>
</html>
