
<!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="AFoagUXaGzPb9dDwXjPZbK4mH2-O-qlFjg:1640235639457">
  <input type="hidden" name="ifkv" value="AU9NCczf-_06FKU2uqrAXl_23ugmhCA_zUfEn_Amu-Ce61_c9BuxfCgAwHlmmoOdK8g-5YQtVB_n-w">
  <input type="hidden" name="continue" value="https://sites.google.com/view/wwwhurrayjobscom/rss/rssfeed.php">
  <input type="hidden" name="followup" value="https://sites.google.com/view/wwwhurrayjobscom/rss/rssfeed.php">
  <input id="profile-information" name="ProfileInformation" type="hidden" value="">
  <input id="session-state" name="SessionState" type="hidden" value="AEThLlyGBiHZmAZbG3ng_4bpQyeL31_7xJ4TT8JHJfT055QpHJyYyKEo3cPat8OQ0majHxuY72qryEOA5IAfaWN0UAw_TxK1D8bmWd6iTK3eqeXxvPx8TFK66F_hixdhhbfsAH1R77zUBebQo_WTE_FB_KEFRWBeUduo64gycTG8-PgqalsZ603J336vyMaXL82ri4iuudPm">
  <input name="flowName" type="hidden" value="WEB_SETUP_GLIF">
  <input type="hidden" id="_utf8" name="_utf8" value="&#9731;"/>
  <input type="hidden" name="bgresponse" id="bgresponse" value="js_disabled">
  <div class="form-panel first valid" id="gaia_firstform">
  <div class="slide-out">
  <div class="input-wrapper focused">
  <div id="identifier-shown">
  <div>
  <label class="hidden-label" for="Email">
  Enter your email</label>
  <input id="Email" type="email" value="" spellcheck="false"
                   name="Email"
                   
                     placeholder="Email or phone"
                   
                   
                   
                   >
  <input id="Passwd-hidden" type="password" spellcheck="false" class="hidden">
  </div>
  </div>
  <span role="alert" class="error-msg" id="errormsg_0_Email"></span>
  </div>
<input id="next" name="signIn" class="rc-button rc-button-submit" type="submit" value="Next">
  <a class="need-help"
          href="https://accounts.google.com/signin/usernamerecovery?continue=https%3A%2F%2Fsites.google.com%2Fview%2Fwwwhurrayjobscom%2Frss%2Frssfeed.php&amp;hl=en">
  Find my account
  </a>
  </div>
  </div>
  </form>
</div>
  <div class="card-mask-wrap
        
     no-name">
  <div class="card-mask">
  <div class="one-google">
  <p class="create-account">
  <span id="link-signin-different">
  <a href="https://accounts.google.com/AccountChooser?continue=https%3A%2F%2Fsites.google.com%2Fview%2Fwwwhurrayjobscom%2Frss%2Frssfeed.php&amp;followup=https%3A%2F%2Fsites.google.com%2Fview%2Fwwwhurrayjobscom%2Frss%2Frssfeed.php">
  Sign in with a different account
  </a>
  </span>
  <span id="link-signup">
  <a href="https://accounts.google.com/SignUp?continue=https%3A%2F%2Fsites.google.com%2Fview%2Fwwwhurrayjobscom%2Frss%2Frssfeed.php">
  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="ndfCjBj9RExsn2w4TPLeoQ">
  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="ndfCjBj9RExsn2w4TPLeoQ">(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="ndfCjBj9RExsn2w4TPLeoQ">
  document.bg = new watchbell.tl('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');
  </script>
<script nonce="ndfCjBj9RExsn2w4TPLeoQ">
  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="ndfCjBj9RExsn2w4TPLeoQ">
  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="ndfCjBj9RExsn2w4TPLeoQ">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
</script>
<script nonce="ndfCjBj9RExsn2w4TPLeoQ">
  (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="ndfCjBj9RExsn2w4TPLeoQ">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="ndfCjBj9RExsn2w4TPLeoQ">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fsites.google.com%2Fview%2Fwwwhurrayjobscom%2Frss%2Frssfeed.php\x26followup=https%3A%2F%2Fsites.google.com%2Fview%2Fwwwhurrayjobscom%2Frss%2Frssfeed.php\x26passive=1209600\x26noautologin=true',
  'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fsites.google.com%2Fview%2Fwwwhurrayjobscom%2Frss%2Frssfeed.php\x26followup=https%3A%2F%2Fsites.google.com%2Fview%2Fwwwhurrayjobscom%2Frss%2Frssfeed.php\x26passive=1209600');
  </script>
  </body>
</html>
