
<!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: local('Open Sans Light'), local('OpenSans-Light'), 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: local('Open Sans'), local('OpenSans'), 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="AFoagUUV1cSy7MAbFgChR0ThD_ynYzCtQA:1569831223062">
  <input type="hidden" name="continue" value="https://accounts.google.com/o/oauth2/auth?access_type=offline&amp;approval_prompt=auto&amp;client_id=767914437528-1isebieigfcpbs3nb45vpi24k2qi3o40.apps.googleusercontent.com&amp;redirect_uri=https://globaldevtools.bbva.com/oauth2/callback&amp;response_type=code&amp;scope=profile+email&amp;state=/&amp;from_login=1&amp;as=M17VQ52NUyNj-76_Sl3TJw">
  <input type="hidden" name="followup" value="https://accounts.google.com/o/oauth2/auth?access_type=offline&amp;approval_prompt=auto&amp;client_id=767914437528-1isebieigfcpbs3nb45vpi24k2qi3o40.apps.googleusercontent.com&amp;redirect_uri=https://globaldevtools.bbva.com/oauth2/callback&amp;response_type=code&amp;scope=profile+email&amp;state=/&amp;from_login=1&amp;as=M17VQ52NUyNj-76_Sl3TJw">
  <input type="hidden" name="scc" value="1">
  <input type="hidden" name="sarp" value="1">
  <input type="hidden" name="oauth" value="1">
  <input type="hidden" name="faa" value="1">
  <input id="profile-information" name="ProfileInformation" type="hidden" value="">
  <input id="session-state" name="SessionState" type="hidden" value="AEThLlwC4fNGr0P7LwM25jv5OWMS6FLGBgM5jws8_EzAxFTCWxdKwdLyD_H7JTlGB6bbbfCQG1dycD8_A3FU4Td5nqTmD5EuA3pQrTrm7nJoGnRFxeJvctPlGJglNu6gaQxwHDABB09sO5pKTryZ_46VGi7GKVw0mQTzD7BhR4-RGplOQNIvQBw">
  <input name="flowName" type="hidden" value="GlifWebSignIn">
  <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%2Faccounts.google.com%2Fo%2Foauth2%2Fauth%3Faccess_type%3Doffline%26approval_prompt%3Dauto%26client_id%3D767914437528-1isebieigfcpbs3nb45vpi24k2qi3o40.apps.googleusercontent.com%26redirect_uri%3Dhttps%3A%2F%2Fglobaldevtools.bbva.com%2Foauth2%2Fcallback%26response_type%3Dcode%26scope%3Dprofile%2Bemail%26state%3D%2F%26from_login%3D1%26as%3DM17VQ52NUyNj-76_Sl3TJw&amp;sarp=1&amp;scc=1&amp;faa=1&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%2Faccounts.google.com%2Fo%2Foauth2%2Fauth%3Faccess_type%3Doffline%26approval_prompt%3Dauto%26client_id%3D767914437528-1isebieigfcpbs3nb45vpi24k2qi3o40.apps.googleusercontent.com%26redirect_uri%3Dhttps%3A%2F%2Fglobaldevtools.bbva.com%2Foauth2%2Fcallback%26response_type%3Dcode%26scope%3Dprofile%2Bemail%26state%3D%2F%26from_login%3D1%26as%3DM17VQ52NUyNj-76_Sl3TJw&amp;followup=https%3A%2F%2Faccounts.google.com%2Fo%2Foauth2%2Fauth%3Faccess_type%3Doffline%26approval_prompt%3Dauto%26client_id%3D767914437528-1isebieigfcpbs3nb45vpi24k2qi3o40.apps.googleusercontent.com%26redirect_uri%3Dhttps%3A%2F%2Fglobaldevtools.bbva.com%2Foauth2%2Fcallback%26response_type%3Dcode%26scope%3Dprofile%2Bemail%26state%3D%2F%26from_login%3D1%26as%3DM17VQ52NUyNj-76_Sl3TJw&amp;scc=1&amp;sarp=1&amp;oauth=1&amp;faa=1">
  Sign in with a different account
  </a>
  </span>
  <span id="link-signup">
  <a href="https://accounts.google.com/SignUp?continue=https%3A%2F%2Faccounts.google.com%2Fo%2Foauth2%2Fauth%3Faccess_type%3Doffline%26approval_prompt%3Dauto%26client_id%3D767914437528-1isebieigfcpbs3nb45vpi24k2qi3o40.apps.googleusercontent.com%26redirect_uri%3Dhttps%3A%2F%2Fglobaldevtools.bbva.com%2Foauth2%2Fcallback%26response_type%3Dcode%26scope%3Dprofile%2Bemail%26state%3D%2F%26from_login%3D1%26as%3DM17VQ52NUyNj-76_Sl3TJw">
  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="LQhSsbTBP2XQTr0cxaHaCw">
  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="LQhSsbTBP2XQTr0cxaHaCw">/* Anti-spam. Want to say hello? Contact (base64) Ym90Z3VhcmQtY29udGFjdEBnb29nbGUuY29t */Function('var pO=function(p){for(p=0;64>p;++p)g[p]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(p),K["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(p)]=p;K["="]=(K[K[g[64]="","+"]=62,"/"]=63,64)},CO=function(p){return/^[\\s\\xa0]*([\\s\\S]*?)[\\s\\xa0]*$/.exec(p)[1]},dt=function(){},n=function(p,C){return(C=typeof p,"object")==C&&null!=p||"function"==C},B=this||self,jT=function(p,C,W,z,u){for(z=W=(C=[],0);z<p.length;z++)u=p.charCodeAt(z),128>u?C[W++]=u:(2048>u?C[W++]=u>>6|192:(55296==(u&64512)&&z+1<p.length&&56320==(p.charCodeAt(z+1)&64512)?(u=65536+((u&1023)<<10)+(p.charCodeAt(++z)&1023),C[W++]=u>>18|240,C[W++]=u>>12&63|128):C[W++]=u>>12|224,C[W++]=u>>6&63|128),C[W++]=u&63|128);return C},K={},g={},WH=function(p,C){function W(){}(W.prototype=C.prototype,p.I=C.prototype,p.prototype=new W,p).prototype.constructor=p},l=function(p,C){return p<C?-1:p>C?1:0},Y,F,Z=function(p,C,W){if(C=typeof p,"object"==C)if(p){if(p instanceof Array)return"array";if(p instanceof Object)return C;if(W=Object.prototype.toString.call(p),"[object Window]"==W)return"object";if("[object Array]"==W||"number"==typeof p.length&&"undefined"!=typeof p.splice&&"undefined"!=typeof p.propertyIsEnumerable&&!p.propertyIsEnumerable("splice"))return"array";if("[object Function]"==W||"undefined"!=typeof p.call&&"undefined"!=typeof p.propertyIsEnumerable&&!p.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==C&&"undefined"==typeof p.call)return"object";return C};a:{var it=B.navigator;if(it){var zx=it.userAgent;if(zx){F=zx;break a}}F=""}var aI=function(p){return(p=B.document)?p.documentMode:void 0},R="",oI=function(p,C,W){for(W in p)if(C.call(void 0,p[W],W,p))return true;return false},ST=function(p,C,W){return(W=ut,Object.prototype.hasOwnProperty.call(W,p))?W[p]:W[p]=C(p)},E=/\\b(?:MSIE|rv)[: ]([^\\);]+)(\\)|;)/.exec(F),q=(E&&(R=E?E[1]:""),aI()),Gx=null!=q&&q>parseFloat(R)?String(q):R,gt,ut={},h=9<=(gt=B.document?aI():void 0,Number(gt)),Tx=!function(p){return ST(p,function(C,W,z,u,d,a,S){for(d=(z=CO(String((C=0,W=CO(String(Gx)).split("."),p))).split("."),u=Math.max(W.length,z.length),0);0==C&&d<u;d++){S=z[a=W[d]||"",d]||"";do{if(0==(a=/(\\d*)(\\D*)(.*)/.exec((S=/(\\d*)(\\D*)(.*)/.exec(S)||["","","",""],a))||["","","",""],a[0]).length&&0==S[0].length)break;a=a[S=(C=l(0==a[1].length?0:parseInt(a[1],10),0==S[1].length?0:parseInt(S[1],10))||l(0==a[2].length,0==S[2].length)||l(a[2],S[2]),S[3]),3]}while(0==C)}return 0<=C})}("9"),A5=function(p,C){if(!B.addEventListener||!Object.defineProperty)return false;C=Object.defineProperty({},"passive",{get:(p=false,function(){p=true})});try{B.addEventListener("test",dt,C),B.removeEventListener("test",dt,C)}catch(W){}return p}(),Q=function(p,C){(this.defaultPrevented=false,this).currentTarget=(this.type=p,this.target=C)},t=(Q.prototype.preventDefault=(Q.prototype.stopPropagation=function(){},function(){this.defaultPrevented=true}),function(p,C,W,z){(this.pointerType=(this.pointerId=(this.state=(this.metaKey=this.shiftKey=this.altKey=(this.charCode=(this.key=(this.button=(this.relatedTarget=this.currentTarget=(Q.call(this,p?p.type:""),this.target=null),this).screenY=this.screenX=this.clientY=this.clientX=this.offsetY=this.offsetX=0,""),this.keyCode=0),this.ctrlKey=false),null),0),""),this.X=null,p)&&(W=this.type=p.type,z=p.changedTouches&&p.changedTouches.length?p.changedTouches[0]:null,this.target=p.target||p.srcElement,this.currentTarget=C,C=p.relatedTarget,C||("mouseover"==W?C=p.fromElement:"mouseout"==W&&(C=p.toElement)),this.relatedTarget=C,z?(this.clientX=void 0!==z.clientX?z.clientX:z.pageX,this.clientY=void 0!==z.clientY?z.clientY:z.pageY,this.screenX=z.screenX||0,this.screenY=z.screenY||0):(this.offsetX=void 0!==p.offsetX?p.offsetX:p.layerX,this.offsetY=void 0!==p.offsetY?p.offsetY:p.layerY,this.clientX=void 0!==p.clientX?p.clientX:p.pageX,this.clientY=void 0!==p.clientY?p.clientY:p.pageY,this.screenX=p.screenX||0,this.screenY=p.screenY||0),this.button=p.button,this.keyCode=p.keyCode||0,this.key=p.key||"",this.charCode=p.charCode||("keypress"==W?p.keyCode:0),this.ctrlKey=p.ctrlKey,this.altKey=p.altKey,this.shiftKey=p.shiftKey,this.metaKey=p.metaKey,this.pointerId=p.pointerId||0,this.pointerType="string"==typeof p.pointerType?p.pointerType:nO[p.pointerType]||"",this.state=p.state,this.X=p,p.defaultPrevented&&this.preventDefault())}),nO={2:(WH(t,Q),"touch"),3:"pen",4:"mouse"},O="closure_listenable_"+(1E6*((t.prototype.stopPropagation=function(){(t.I.stopPropagation.call(this),this.X).stopPropagation?this.X.stopPropagation():this.X.cancelBubble=true},t).prototype.preventDefault=function(p){if(p=(t.I.preventDefault.call(this),this).X,p.preventDefault)p.preventDefault();else if(p.returnValue=false,Tx)try{if(p.ctrlKey||112<=p.keyCode&&123>=p.keyCode)p.keyCode=-1}catch(C){}},Math.random())|0),J5=0,BH=function(p){(p.src=null,p).l=(p.W=(p.listener=null,true),p.Z=null,null)},e=function(p){(this.R={},this.src=p,this).V=0},lt=function(p,C,W,z,u){(this.listener=p,this.src=(this.Z=(this.key=++J5,u),C),this).l=((this.capture=!!z,this).type=W,null),this.W=this.a=false},YU=(e.prototype.add=(e.prototype.remove=function(p,C,W,z,u){if(p=p.toString(),!(p in this.R))return false;return-1<(C=YU((u=this.R[p],u),C,W,z),C)?(BH(u[C]),Array.prototype.splice.call(u,C,1),0==u.length&&(delete this.R[p],this.V--),true):false},e.prototype.hasListener=function(p,C,W,z,u){return(z=(W=(u=void 0!==C,void 0)!==p)?p.toString():"",oI)(this.R,function(d,a){for(a=0;a<d.length;++a)if(!(W&&d[a].type!=z||u&&d[a].capture!=C))return true;return false})},function(p,C,W,z,u,d,a){return-1<(a=((p=this.R[d=p.toString(),d],p)||(p=this.R[d]=[],this.V++),YU(p,C,z,u)),a)?(C=p[a],W||(C.a=false)):(C=new lt(C,this.src,d,!!z,u),C.a=W,p.push(C)),C}),function(p,C,W,z,u,d){for(u=0;u<p.length;++u)if(d=p[u],!d.W&&d.listener==C&&d.capture==!!W&&d.Z==z)return u;return-1}),Fr="closure_lm_"+(1E6*Math.random()|0),II=function(p,C,W,z,u,d,a,S){if(!C)throw Error("Invalid event type");if((a=n(u)?!!u.capture:!!u,!a)||h)if((S=ZB(p))||(p[Fr]=S=new e(p)),W=S.add(C,W,z,a,d),!W.l){if(((z=RI(),W).l=z,z.src=p,z.listener=W,p).addEventListener)A5||(u=a),void 0===u&&(u=false),p.addEventListener(C.toString(),z,u);else if(p.attachEvent)p.attachEvent(Eo(C.toString()),z);else if(p.addListener&&p.removeListener)p.addListener(z);else throw Error("addEventListener and attachEvent are unavailable.");qO++}},Qd=function(p,C,W,z){return(z=(W=p.listener,p.Z||p.src),p).a&&h5(p),W.call(z,C)},ZB=function(p){return(p=p[Fr],p instanceof e)?p:null},Eo=function(p){return p in t5?t5[p]:t5[p]="on"+p},RI=function(p,C){return C=(p=Oo,h)?function(W){return p.call(C.src,C.listener,W)}:function(W){if(!(W=p.call(C.src,C.listener,W),W))return W}},eT=function(p,C,W,z,u,d){if(z&&z.once)so(p,C,W,z,u);else if("array"==Z(C))for(d=0;d<C.length;d++)eT(p,C[d],W,z,u);else W=xU(W),p&&p[O]?p.bw(C,W,n(z)?!!z.capture:!!z,u):II(p,C,W,false,z,u)},Oo=function(p,C,W,z){if(p.W)return true;if(!h){if(!C)a:{for(z=(C=[(W=B,"window"),"event"],0);z<C.length;z++)if(W=W[C[z]],null==W){C=null;break a}C=W}return Qd((C=new t(C,this),p),C)}return Qd(p,new t(C,this))},vH=function(p,C,W,z,u,d){if("array"==Z(C))for(d=0;d<C.length;d++)vH(p,C[d],W,z,u);else(z=n(z)?!!z.capture:!!z,W=xU(W),p&&p[O])?p.Wn(C,W,z,u):p&&(p=ZB(p))&&(C=p.R[C.toString()],p=-1,C&&(p=YU(C,W,z,u)),(W=-1<p?C[p]:null)&&h5(W))},t5={},so=function(p,C,W,z,u,d){if("array"==Z(C))for(d=0;d<C.length;d++)so(p,C[d],W,z,u);else W=xU(W),p&&p[O]?p.lw(C,W,n(z)?!!z.capture:!!z,u):II(p,C,W,true,z,u)},h5=function(p,C,W,z,u,d,a){if("number"!=typeof p&&p&&!p.W)if((C=p.src)&&C[O])C.VJ(p);else if(z=p.l,W=p.type,C.removeEventListener?C.removeEventListener(W,z,p.capture):C.detachEvent?C.detachEvent(Eo(W),z):C.addListener&&C.removeListener&&C.removeListener(z),qO--,W=ZB(C)){if((z=p.type,z)in W.R){u=W.R[z];b:if("string"==typeof u)d="string"==typeof p&&1==p.length?u.indexOf(p,0):-1;else{for(d=0;d<u.length;d++)if(d in u&&u[d]===p)break b;d=-1}((a=0<=d)&&Array.prototype.splice.call(u,d,1),a)&&(BH(p),0==W.R[z].length&&(delete W.R[z],W.V--))}0==W.V&&(W.src=null,C[Fr]=null)}else BH(p)},qO=0,NO="__closure_events_fn_"+(1E9*Math.random()>>>0),MO={},f=function(p,C,W,z){for(W=(z=C-1,[]);0<=z;z--)W[C-1-z]=p>>8*z&255;return W},fO={},m=function(p,C,W,z,u){if(W=((z=(0==(void 0!=(C=(u=p.w(171),[C,u>>8&255,u&255]),z)&&C.push(z),p.w(176)).length&&(p.g[176]=void 0,w(p,176,C)),""),W)&&(W.message&&(z+=W.message),W.stack&&(z+=":"+W.stack)),p).w(99),3<W){p.K=(z=(W-=(z=z.slice(0,W-3),z).length+3,jT(z.replace(/\\r\\n/g,"\\n"))),C=p.K,p);try{P(p,233,f(z.length,2).concat(z),12)}finally{p.K=C}}w(p,99,W)},wt=function(p,C){return p[C]<<24|p[C+1]<<16|p[C+2]<<8|p[C+3]},PH=function(p,C){return(C=p.v(),C&128)&&(C=C&127|p.v()<<7),C},w=function(p,C,W){if(194==C||171==C)if(p.g[C])p.g[C][p.M](W);else p.g[C]=p.A3(W);else if(24!=C&&233!=C&&98!=C&&176!=C||!p.g[C])p.g[C]=p.C(W,p.w);183==C&&(p.i=void 0,w(p,194,p.w(194)+4))},D=function(p,C){p.m.splice(0,0,C)},U=function(p,C){p.f=("E:"+C.message+":"+C.stack).slice(0,2048)},$U=function(p,C,W,z,u){for(u=((p.b=(p.s=0,void 0),p.vn=[],p.A3=((p.o=0,p).Y=(p.B=false,void 0),p.C=function(d,a,S,G,T,A){return d=(A=(G=function(){return G[S.yJ+(T[S.N]===a)-!A[S.N]]},S=this,T=function(){return G()},S.c),T[S.M]=function(b){G[S.P]=b},T[S.M](d),T)},function(d,a,S){return a=(S=function(){return d},function(){return S()}),a[this.M]=function(G){d=G},a}),p).H=(p.h=false,z=[],25),0);128>u;u++)z[u]=String.fromCharCode(u);(((((((((p.Y1=((((p.D=(((((((((((p.m=(p.cn=(w(p,194,(p.g=((p.G=[],p).K=p,p.t3=function(d){this.K=d},[]),0)),w(p,171,0),function(d,a){(a.push(d[0]<<24|d[1]<<16|d[2]<<8|d[3]),a).push(d[4]<<24|d[5]<<16|d[6]<<8|d[7]),a.push(d[8]<<24|d[9]<<16|d[10]<<8|d[11])}),[]),w)(p,71,function(d,a,S,G){(S=(a=d.v(),d.v()),G=d.v(),d).K==d&&(d.w(a)[d.w(S)]=d.w(G))}),w(p,6,function(d,a){(d=(a=d.v(),d.w(a)),vH)(d[0],d[1],d[2])}),w(p,193,function(d,a,S,G,T){for(G=(T=(S=PH((a=d.v(),d)),0),[]);T<S;T++)G.push(d.v());w(d,a,G)}),w(p,27,function(d,a,S,G,T){S=(T=(G=(S=(a=d.v(),d).v(),d.w(d.v())),d.w(d.v())),d).w(S),w(d,a,mq(d,S,G,T))}),pO(),w)(p,18,function(d,a,S){S=(a=d.v(),d).v(),w(d,S,d.w(S)+d.w(a))}),w(p,19,function(d,a,S){a=(S=(a=d.v(),d.v()),d).w(a),w(d,S,Z(a))}),w(p,211,function(d){DB(d,2)}),w)(p,86,function(d,a,S,G,T,A){if(!k(d,1,255)){if("object"==(d=(S=(a=(T=(G=(S=(a=d.v(),d.v()),d.v()),d.v()),d.w(a)),d.w(S)),G=d.w(G),d.w(T)),Z(a))){for(A in T=[],a)T.push(A);a=T}for(G=0<(A=a.length,T=0,G)?G:1;T<A;T+=G)S(a.slice(T,T+G),d)}}),w(p,139,function(d,a,S,G){G=(S=(a=d.v(),d.v()),d).v(),w(d,G,d.w(a)||d.w(S))}),w)(p,104,function(d,a,S,G,T,A,b){k(d,1,5)||(a=Vd(d),S=a.U,b=S.length,T=a.L,G=a.O,0==b?A=G[T]():1==b?A=G[T](S[0]):2==b?A=G[T](S[0],S[1]):3==b?A=G[T](S[0],S[1],S[2]):m(d,22),w(d,a.T,A))}),w(p,39,B),w)(p,105,p),w)(p,67,0),w)(p,48,function(d,a){k(d,1,5)||(a=Vd(d),w(d,a.T,a.L.apply(a.O,a.U)))}),w)(p,253,function(d,a,S){(a=(a=d.v(),S=d.v(),d.g[a])&&d.w(a),w)(d,S,a)}),w)(p,203,0),w(p,172,function(d,a,S){0!=(S=(a=d.v(),d.v()),d.w(a))&&w(d,194,d.w(S))}),w)(p,242,function(d){d.uw(4)}),w(p,14,function(d,a,S,G,T,A,b){if((G=(S=PH((a=d.v(),d)),""),d).g[219])for(T=d.w(219),A=0,b=T.length;S--;)A=(A+PH(d))%b,G+=z[T[A]];else for(;S--;)G+=z[d.v()];w(d,a,G)}),w(p,183,0),[]),w(p,249,443),w)(p,120,{}),w(p,98,[]),w(p,100,function(d){Uo(d,4)}),w)(p,231,function(d,a,S,G){(G=(S=(a=d.v(),d.v()),d.v()),w)(d,G,d.w(a)>>S)}),w(p,168,function(d,a,S,G){(G=(S=(a=d.v(),d.v()),d.v()),w)(d,G,(d.w(a)in d.w(S))+0)}),w)(p,77,function(d,a,S){S=(a=d.v(),d.v()),w(d,S,""+d.w(a))}),w(p,233,kU(4)),w(p,53,function(d,a,S,G,T){(G=(S=(T=(G=(S=(a=d.v(),d.v()),d).v(),a=d.w(a),d.w(d.v())),d).w(S),d).w(G),0)!==a&&(G=mq(d,G,T,1,a,S),eT(a,S,G),w(d,203,[a,S,G]))}),u=W.$||function(){},w(p,145,function(d){DB(d,1)}),((window.performance||{}).timing||{}).navigationStart||0),w)(p,52,function(d,a,S,G){(G=(S=(a=d.v(),d).v(),d.v()),S=d.w(S),a=d.w(a),w)(d,G,a[S])}),w(p,99,2048),w(p,24,[165,0,0]),w(p,208,function(d,a,S,G){if(a=d.D.pop()){for(S=d.v();0<S;S--)G=d.v(),a[G]=d.g[G];(a[99]=d.g[a[176]=d.g[176],99],d).g=a}else w(d,194,d.A.length)}),w)(p,176,[]),w)(p,85,function(){}),w)(p,121,function(d,a,S,G,T,A,b,x,v,r,bt,V,KO){for(r=(x=(b=(T=(G=(a=d.v(),S=0),function(J,I){for(;G<J;)S|=d.v()<<G,G+=8;return G-=J,S>>=(I=S&(1<<J)-1,J),I}),A=T(3)+1,T(5)),[]),v=0);r<b;r++)bt=T(1),x.push(bt),v+=bt?0:1;for(V=(v=(v-1).toString(2).length,r=0,[]);r<b;r++)x[r]||(V[r]=T(v));for(r=0;r<b;r++)x[r]&&(V[r]=d.v());for(KO=(r=A,[]);r--;)KO.push(d.w(d.v()));w(d,a,function(J,I,rt,N,M){for(rt=(J.s++,N=0,[]),I=[];N<b;N++){if(!x[M=V[N],N]){for(;M>=I.length;)I.push(J.v());M=I[M]}rt.push(M)}(J.Y=J.C(KO.slice(),J.v),J).b=J.C(rt,J.v)})}),w)(p,134,function(d,a,S){k(d,1,5)||(a=d.v(),S=d.v(),w(d,S,function(G){return eval(G)}(d.w(a))))}),w)(p,5,function(d,a){(a=d.w(d.v()),HH)(d,a)}),w(p,224,function(d){Uo(d,1)}),w(p,56,function(d,a,S,G,T,A,b){k(d,1,5)||(a=Vd(d),T=a.L,S=a.U,G=a.O,b=S.length,0==b?A=new G[T]:1==b?A=new G[T](S[0]):2==b?A=new G[T](S[0],S[1]):3==b?A=new G[T](S[0],S[1],S[2]):4==b?A=new G[T](S[0],S[1],S[2],S[3]):m(d,22),w(d,a.T,A))}),w)(p,31,0),w(p,129,function(d){DB(d,4)}),w)(p,209,function(d,a,S,G){a=(G=(S=(a=d.v(),d).v(),d.v()),d.w(a))==d.w(S),w(d,G,+a)}),C)&&"!"==C.charAt(0)?(p.f=C,u()):(W=!!W.$,p.A=[],D(p,[cH,C]),D(p,[LO,u]),H(p,false,W,true))},yd={},po=function(p,C,W,z,u){for(;p.m.length;){if(W=W&&C)p.o&&p.B?(W=0!=document.hidden?false:true,p.B=false):W=false;if(W){p.p4((u=p,function(){H(u,false,C,false)}));break}z=(z=(W=true,p.m.pop()),Xr(p,z))}return z},dA=function(p,C,W){return((W=p.w(194),p).A&&W<p.A.length?(w(p,194,p.A.length),HH(p,C)):w(p,194,C),Co)(p,W)},cH={},kU=function(p,C){for(C=[];p--;)C.push(255*Math.random()|0);return C},LO={},jw={},c=function(p,C){try{$U(this,p,C)}catch(W){U(this,W)}},k=function(p,C,W){if(0>=p.o||1<p.s||!p.h&&0<C||0!=document.hidden||p.F()-p.J<p.o-W)return false;return p.B=true,C=p.w(194)-C,w(p,194,p.A.length),p.m.push([MO,C]),true},Xr=(c.prototype.se=function(p,C,W,z,u){for(u=z=0;u<p.length;u++)z+=p.charCodeAt(u),z+=z<<10,z^=z>>6;return z=(p=(z+=z<<3,z^=z>>11,z+(z<<15)>>>0),new Number(p&(1<<C)-1)),z[0]=(p>>>C)%W,z},(c.prototype.P=36,c.prototype).yJ=35,function(p,C,W,z,u){if(p.h=(W=C[0],false),W==yd)p.H=25,p.c(C);else if(W==jw){W=C[z=C[1],3];try{u=p.c(C)}catch(d){U(p,d),u=p.f}z&&z(u),W.push(u)}else if(W==MO)p.c(C);else if(W==cH)p.c(C);else if(W==LO){try{for(u=0;u<p.G.length;u++)try{z=p.G[u],z[0][z[1]](z[2])}catch(d){}}catch(d){}(0,(p.G=[],C)[1])()}else if(W==fO)return z=C[6],u=C[2],w(p,239,C[4]?[z[0].X]:z),w(p,120,u),p.c(C)}),H=(c.prototype.F=(window.performance||{}).now?function(){return this.Y1+(window.performance.now()|0)}:function(){return+new Date},function(p,C,W,z,u){if(0!=p.m.length){if(u=0==p.s)p.J=p.F();return(W=po(p,W,z),u)&&(u=p.F()-p.J,u<(C?10:0)||0>=p.H--||p.vn.push(254>=u?u:254)),W}}),xU=((c.prototype.N="caller",c.prototype.c=function(p,C,W,z,u,d,a,S,G,T){if(C=p[0],C==cH){W=p[1];try{for(u=(z=[],0);u<W.length;){if((a=(d=K[W.charAt(u++)],u<W.length?K[W.charAt(u)]:0),++u,S=u<W.length?K[W.charAt(u)]:64,++u,G=u<W.length?K[W.charAt(u)]:64,++u,null==d||null==a)||null==S||null==G)throw Error();(z.push(d<<2|a>>4),64)!=S&&(z.push(a<<4&240|S>>2),64!=G&&z.push(S<<6&192|G))}this.A=z}catch(A){m(this,17,A)}Co(this)}else if(C==yd)d=p[1],d.push(this.w(24).length,this.w(233).length,this.w(98).length,this.w(99)),w(this,120,p[2]),this.g[228]&&dA(this,this.w(228));else{if(C==jw){this.K=(a=(S=f((d=p[2],this.w(24)).length+2,2),this.K),this);try{W=this.w(176),0<W.length&&P(this,24,f(W.length,2).concat(W),15),z=this.w(31)&511,z-=this.w(24).length+5,u=this.w(233),4<u.length&&(z-=u.length+3),0<z&&P(this,24,f(z,2).concat(kU(z)),10),4<u.length&&P(this,24,f(u.length,2).concat(u),153)}finally{this.K=a}for(S=((a=kU(2).concat(this.w(24)),a)[1]=a[0]^3,a[3]=a[1]^S[0],a[4]=a[1]^S[1],[]),G=0;G<a.length;G+=3)C=a[G],T=(W=G+1<a.length)?a[G+1]:0,p=(z=G+2<a.length)?a[G+2]:0,u=C>>2,C=(C&3)<<4|T>>4,T=(T&15)<<2|p>>6,p&=63,z||(p=64,W||(T=64)),S.push(g[u],g[C],g[T],g[p]);if(S=S.join(""))S="!"+S;else for(S="",G=0;G<a.length;G++)W=a[G][this.M](16),1==W.length&&(W="0"+W),S+=W;return(this.w((a=S,24)).length=d[0],this.w(233).length=d[1],this).w(98).length=d[2],w(this,99,d[3]),a}if(C==MO)dA(this,p[1]);else if(C==fO)return dA(this,p[1])}},c.prototype.v=function(p,C){if(this.Y)return p=p?this.Y().shift():this.b().shift(),this.Y().length||this.b().length||(this.b=this.Y=void 0,this.s--),p;if(!(p=this.w(194),p in this.A))throw m(this,31),this.S;return((void 0==this.i&&(this.i=wt(this.A,p-4),this.j=void 0),this.j)!=p>>3&&(this.j=p>>3,C=[0,0,0,this.w(183)],this.K4=W5(this.i,this.j,C)),w(this,194,p+1),this.A)[p]^this.K4[p%8]},c).prototype.Xs=(c.prototype.S={},function(p,C,W,z){try{z=p[(C+2)%3],p[C]=p[C]-p[(C+1)%3]-z^(1==C?z<<W:z>>>W)}catch(u){throw u;}}),c.prototype.gi=false,function(p){if("function"==Z(p))return p;return(p[NO]||(p[NO]=function(C){return p.handleEvent(C)}),p)[NO]}),Uo=(c.prototype.w=function(p,C){if(void 0===(C=this.g[p],C))throw m(this,30,0,p),this.S;return C()},c.prototype.M7=function(p,C,W,z){for(;W--;)194!=W&&171!=W&&C.g[W]&&(C.g[W]=C[z](C[p](W),this));C[p]=this},function(p,C,W,z){(W=p.v(),z=p.v(),P)(p,z,f(p.w(W),C))}),L=(c.prototype.M="toString",B),DB=(c.prototype.p4=B.requestIdleCallback?function(p){requestIdleCallback(p,{timeout:4})}:B.setImmediate?function(p){setImmediate(p)}:function(p){setTimeout(p,0)},c.prototype.uw=function(p,C,W,z){((W=(W=(C=p&4,p&=3,this.v()),z=this.v(),this).w(W),C)&&(W=jT((""+W).replace(/\\r\\n/g,"\\n"))),p)&&P(this,z,f(W.length,2)),P(this,z,W)},function(p,C,W,z){for(z=(W=p.v(),0);0<C;C--)z=z<<8|p.v();w(p,W,z)}),Co=(c.prototype.f4=function(p,C,W,z,u,d){for(d=z=(W=[],0);d<p.length;d++)for(z+=C,u=u<<C|p[d];7<z;)z-=8,W.push(u>>z&255);return W},function(p,C,W,z,u,d,a){p.s++;try{for(u=(d=(z=(W=p.A.length,5001),0),void 0);(p.gi||--z)&&(p.Y||(d=p.w(194))<W);)try{p.Y?u=p.v(true):(w(p,171,d),a=p.v(),u=p.w(a)),u&&u.call?u(p):m(p,21,0,a),p.h=true,k(p,0,2)}catch(S){S!=p.S&&(p.w(249)?m(p,22,S):w(p,249,S))}z||m(p,33)}catch(S){try{m(p,22,S)}catch(G){U(p,G)}}return(W=p.w(120),C)&&w(p,194,C),p.s--,W}),Vd=function(p,C,W,z,u,d){for(u=((W=(C={},p.v()),C.T=p.v(),C).U=[],z=p.K==p?p.v()-1:1,p.v()),d=0;d<z;d++)C.U.push(p.v());for((C.L=p.w(W),C).O=p.w(u);z--;)C.U[z]=p.w(C.U[z]);return C},P=(c.prototype.mH=function(p,C,W){if(3==p.length){for(W=0;3>W;W++)C[W]+=p[W];for(p=[13,(W=0,8),13,12,16,5,3,10,15];9>W;W++)C[3](C,W%3,p[W])}},function(p,C,W,z,u,d){if(p.K==p)for(u=p.w(C),233==C?(C=function(a,S,G,T){if((G=(S=u.length,S-4)>>3,u.Rs)!=G){T=[0,(G=(u.Rs=G,(G<<3)-4),0),0,d];try{u.Ee=W5(wt(u,G),wt(u,G+4),T)}catch(A){throw A;}}u.push(u.Ee[S&7]^a)},d=p.w(67)):C=function(a){u.push(a)},z&&C(z&255),p=W.length,z=0;z<p;z++)C(W[z])}),y=["botguard"],HH=function(p,C){((p.D.push(p.g.slice()),p).g[194]=void 0,w)(p,194,C)},W5=(c.prototype.Ue=function(p,C,W){return((C=(C^=C<<13,C^=C>>17,C^C<<5)&W)||(C=1),p)^C},c.prototype.wi=function(p,C,W,z,u,d){if(this.f)return this.f;try{z=!!p,u=[],d=[],D(this,[yd,u,C]),D(this,[jw,p,u,d]),H(this,false,z,true),W=d[0]}catch(a){U(this,a),W=this.f,p&&p(W)}return W},function(p,C,W,z){try{for(z=0;79669387488!=z;)p+=(C<<4^C>>>5)+C^z+W[z&3],z+=2489668359,C+=(p<<4^p>>>5)+p^z+W[z>>>11&3];return[p>>>24,p>>16&255,p>>8&255,p&255,C>>>24,C>>16&255,C>>8&255,C&255]}catch(u){throw u;}}),mq=function(p,C,W,z,u,d){return function(){if(p.K==p){var a=z&1,S=[fO,C,W,void 0,u,d,arguments];if(z&2)var G=(D(p,S),H)(p,true,false,false);else a&&p.m.length?D(p,S):a?(D(p,S),H(p,true,false,false)):G=Xr(p,S);return G}}};y[0]in L||"undefined"==typeof L.execScript||L.execScript("var "+y[0]);for(var X;y.length&&(X=y.shift());)L=L[X]&&L[X]!==Object.prototype[X]?L[X]:L[X]={};(Y=B.botguard,Y).OLA=function(p,C,W){W=new c(p,{$:C}),this.invoke=function(z,u,d){return(d=W.wi(u&&z,d),z)&&!u&&z(d),d}},Y.bg=function(p,C,W){return p&&p.substring&&(W=Y[p.substring(0,3)])?new W(p.substring(3),C):new Y.OLA(p,C)};try{Y.u||(eT(B,"unload",function(){}),Y.u=1)}catch(p){};')();</script>
  <script type="text/javascript" nonce="LQhSsbTBP2XQTr0cxaHaCw">
  document.bg = new botguard.bg('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');
  </script>
<script nonce="LQhSsbTBP2XQTr0cxaHaCw">
  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="LQhSsbTBP2XQTr0cxaHaCw">
  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="LQhSsbTBP2XQTr0cxaHaCw">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
  </script>
<script nonce="LQhSsbTBP2XQTr0cxaHaCw">
  (function(){
  gaia_onLoginSubmit = function() {
  try {
  document.bg.invoke(function(response) {
  document.getElementById('bgresponse').value = response;
  });
  } catch (err) {
  document.getElementById('bgresponse').value = '';
  }
  return true;
  }
  document.getElementById('gaia_loginform').onsubmit = gaia_onLoginSubmit;
  var signinButton;
  signinButton = document.getElementById('next');
  gaia_attachEvent(window, 'load', function(){
  gaia_scrollToElement(signinButton);
  });
  })();
</script>
  </body>
</html>
