
<!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="AFoagUUU8qSiZWFnt3bF2f_X3F3UiyOknw:1621452448757">
  <input type="hidden" name="continue" value="https://sites.google.com/view/troop42/feeds/posts/default?alt=rss">
  <input type="hidden" name="followup" value="https://sites.google.com/view/troop42/feeds/posts/default?alt=rss">
  <input id="profile-information" name="ProfileInformation" type="hidden" value="">
  <input id="session-state" name="SessionState" type="hidden" value="AEThLlzS2-3iLHcsOCdYQpuXKnvoTLpwXEWYdxaPbI2MJYJPAD99uMC7l_kGnfvrTknpdEHDHDeGPW_6j7UXnkWBgaD_Xn1N36nH14TPYfW32F69dmAvs8SRn8epzcN7FEeoaaZ19dWHoEMkzUkbPAR6VKrO8T1h7-JI_mtvqorRNl4qmNqqWfNGzxek2rwhAxPWqQF86chJ">
  <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%2Fsites.google.com%2Fview%2Ftroop42%2Ffeeds%2Fposts%2Fdefault%3Falt%3Drss&amp;hl=en">
  Find my account
  </a>
  </div>
  </div>
  </form>
</div>
  <div class="card-mask-wrap
        
     no-name">
  <div class="card-mask">
  <div class="one-google">
  <p class="create-account">
  <span id="link-signin-different">
  <a href="https://accounts.google.com/AccountChooser?continue=https%3A%2F%2Fsites.google.com%2Fview%2Ftroop42%2Ffeeds%2Fposts%2Fdefault%3Falt%3Drss&amp;followup=https%3A%2F%2Fsites.google.com%2Fview%2Ftroop42%2Ffeeds%2Fposts%2Fdefault%3Falt%3Drss">
  Sign in with a different account
  </a>
  </span>
  <span id="link-signup">
  <a href="https://accounts.google.com/SignUp?continue=https%3A%2F%2Fsites.google.com%2Fview%2Ftroop42%2Ffeeds%2Fposts%2Fdefault%3Falt%3Drss">
  Create account
  </a>
  </span>
  </p>
<p class="tagline">
  One Google Account for everything Google
</p>
<div class="logo-strip"></div>
  </div>
  </div>
  </div>
</div>
  </div>
  <div class="google-footer-bar">
  <div class="footer content clearfix">
  <ul id="footer-list">
  <li>
  <a href="https://www.google.com/intl/en/about" target="_blank">
  About Google
  </a>
  </li>
  <li>
  <a href="https://accounts.google.com/TOS?loc=US&hl=en&privacy=true" target="_blank">
  Privacy
  </a>
  </li>
  <li>
  <a href="https://accounts.google.com/TOS?loc=US&hl=en" target="_blank">
  Terms
  </a>
  </li>
  <li>
  <a href="http://www.google.com/support/accounts?hl=en" target="_blank">
  Help
  </a>
  </li>
  </ul>
  </div>
</div>
  </div>
<script type="text/javascript" nonce="t3bezOgmPnbMtXPbRYSURQ">
  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="t3bezOgmPnbMtXPbRYSURQ">(function(){var b=function(L,n){if(L=(n=u.trustedTypes,null),!n||!n.createPolicy)return L;try{L=n.createPolicy("bg",{createHTML:w,createScript:w,createScriptURL:w})}catch(f){u.console&&u.console.error(f.message)}return L},w=function(L){return L},u=this||self;(0,eval)(function(L,n){return(n=b())&&1===L.eval(n.createScript("1"))?function(f){return n.createScript(f)}:function(f){return""+f}}(u)(Array(7824*Math.random()|0).join("\n")+'(function(){var LW=function(L,f){function n(){}L.d0=(L.J=(n.prototype=f.prototype,f.prototype),L.prototype=new n,L.prototype.constructor=L,function(w,B,u){for(var b=Array(arguments.length-2),r=2;r<arguments.length;r++)b[r-2]=arguments[r];return f.prototype[B].apply(w,b)})},I,fW=function(L,f,n,w,B){return{invoke:(B=nW(L,function(u){w&&(f&&l(f),n=u,w(),w=void 0)},(w=function(){},n=void 0,!!f))[0],function(u,b,r,D,J){if(!b)return b=B(r),u&&u(b),b;(J=function(){n(function(X){l(function(){u(X)})},r)},n)?J():(D=w,w=function(){D(),l(J)})})}},uy=function(){},nW=function(L,f,n,w){return(w=A[L.substring(0,3)+"_"])?w(L.substring(3),f,n):w2(L,f)},z=function(L,f,n){n=this;try{by(L,f,this)}catch(w){d(this,w),f(function(B){B(n.K)})}},Bf=function(L,f,n){for(n in L)if(f.call(void 0,L[n],n,L))return true;return false},DM=function(L,f){if(!(L=(f=null,M).trustedTypes,L)||!L.createPolicy)return f;try{f=L.createPolicy("bg",{createHTML:r2,createScript:r2,createScriptURL:r2})}catch(n){M.console&&M.console.error(n.message)}return f},J7=function(L,f,n){if("object"==(n=typeof L,n))if(L){if(L instanceof Array)return"array";if(L instanceof Object)return n;if((f=Object.prototype.toString.call(L),"[object Window]")==f)return"object";if("[object Array]"==f||"number"==typeof L.length&&"undefined"!=typeof L.splice&&"undefined"!=typeof L.propertyIsEnumerable&&!L.propertyIsEnumerable("splice"))return"array";if("[object Function]"==f||"undefined"!=typeof L.call&&"undefined"!=typeof L.propertyIsEnumerable&&!L.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==n&&"undefined"==typeof L.call)return"object";return n},r2=function(L){return L},Y={},M=this||self,e={},It=function(L){for(L=0;64>L;++L)Y[L]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(L),e["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(L)]=L;(e[e["+"]=(Y[64]="",62),"/"]=63,e)["="]=64},E=function(L,f){return(f=typeof L,"object"==f)&&null!=L||"function"==f},ly=function(L,f,n,w,B){for(w=(B=[],n=0);n<L.length;n++)f=L.charCodeAt(n),128>f?B[w++]=f:(2048>f?B[w++]=f>>6|192:(55296==(f&64512)&&n+1<L.length&&56320==(L.charCodeAt(n+1)&64512)?(f=65536+((f&1023)<<10)+(L.charCodeAt(++n)&1023),B[w++]=f>>18|240,B[w++]=f>>12&63|128):B[w++]=f>>12|224,B[w++]=f>>6&63|128),B[w++]=f&63|128);return B},w2=function(L,f){return[(f(function(n){n(L)}),function(){return L})]},X_=function(L,f){if(!M.addEventListener||!Object.defineProperty)return false;L=Object.defineProperty({},(f=false,"passive"),{get:function(){f=true}});try{M.addEventListener("test",uy,L),M.removeEventListener("test",uy,L)}catch(n){}return f}(),A7=function(L,f){this.defaultPrevented=(this.currentTarget=this.target=(this.type=L,f),false)},R=(A7.prototype.stopPropagation=(A7.prototype.preventDefault=function(){this.defaultPrevented=true},function(){}),function(L,f,n,w){(this.g=((this.state=(this.metaKey=(this.button=this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=(this.relatedTarget=this.currentTarget=(A7.call(this,L?L.type:""),this).target=null,this.offsetX=0),this.key="",this.charCode=this.keyCode=0,this).shiftKey=this.altKey=this.ctrlKey=false,null),this.pointerId=0,this).pointerType="",null),L)&&(w=this.type=L.type,n=L.changedTouches&&L.changedTouches.length?L.changedTouches[0]:null,this.target=L.target||L.srcElement,this.currentTarget=f,f=L.relatedTarget,f||("mouseover"==w?f=L.fromElement:"mouseout"==w&&(f=L.toElement)),this.relatedTarget=f,n?(this.clientX=void 0!==n.clientX?n.clientX:n.pageX,this.clientY=void 0!==n.clientY?n.clientY:n.pageY,this.screenX=n.screenX||0,this.screenY=n.screenY||0):(this.offsetX=void 0!==L.offsetX?L.offsetX:L.layerX,this.offsetY=void 0!==L.offsetY?L.offsetY:L.layerY,this.clientX=void 0!==L.clientX?L.clientX:L.pageX,this.clientY=void 0!==L.clientY?L.clientY:L.pageY,this.screenX=L.screenX||0,this.screenY=L.screenY||0),this.button=L.button,this.keyCode=L.keyCode||0,this.key=L.key||"",this.charCode=L.charCode||("keypress"==w?L.keyCode:0),this.ctrlKey=L.ctrlKey,this.altKey=L.altKey,this.shiftKey=L.shiftKey,this.metaKey=L.metaKey,this.pointerId=L.pointerId||0,this.pointerType="string"===typeof L.pointerType?L.pointerType:ot[L.pointerType]||"",this.state=L.state,this.g=L,L.defaultPrevented&&R.J.preventDefault.call(this))}),ot=(LW(R,A7),{2:"touch",3:"pen",4:"mouse"}),Vg="closure_listenable_"+(((R.prototype.preventDefault=function(L){L=(R.J.preventDefault.call(this),this.g),L.preventDefault?L.preventDefault():L.returnValue=false},R).prototype.stopPropagation=function(){R.J.stopPropagation.call(this),this.g.stopPropagation?this.g.stopPropagation():this.g.cancelBubble=true},1E6*Math.random())|0),Z=function(L){(this.X={},this).src=(this.V=0,L)},d2=function(L,f,n,w,B){(this.key=++U9,this.T=L,this.capture=!!w,this.listener=n,this.src=f,this).R=null,this.h=this.U=false,this.type=B},G2=function(L){L.src=(L.T=null,L.listener=null,L.R=null,L.U=true,null)},U9=0,z2=((Z.prototype.hasListener=function(L,f,n,w,B){return Bf(this.X,(w=(B=void 0!==f,(n=void 0!==L)?L.toString():""),function(u,b){for(b=0;b<u.length;++b)if(!(n&&u[b].type!=w||B&&u[b].capture!=f))return true;return false}))},Z.prototype).remove=function(L,f,n,w,B){if(L=L.toString(),!(L in this.X))return false;return f=z2(f,(B=this.X[L],B),n,w),-1<f?(G2(B[f]),Array.prototype.splice.call(B,f,1),0==B.length&&(delete this.X[L],this.V--),true):false},Z.prototype.add=function(L,f,n,w,B,u,b){return(b=z2((u=L.toString(),L=this.X[u],L||(L=this.X[u]=[],this.V++),f),L,w,B),-1)<b?(f=L[b],n||(f.h=false)):(f=new d2(B,this.src,f,!!w,u),f.h=n,L.push(f)),f},function(L,f,n,w,B,u){for(B=0;B<f.length;++B)if(u=f[B],!u.U&&u.listener==L&&u.capture==!!n&&u.T==w)return B;return-1}),xB="closure_lm_"+(1E6*Math.random()|0),MU=function(L,f,n,w,B,u,b){if("number"!==typeof L&&L&&!L.U)if((f=L.src)&&f[Vg])f.Bh(L);else if(b=L.type,w=L.R,f.removeEventListener?f.removeEventListener(b,w,L.capture):f.detachEvent?f.detachEvent(kB(b),w):f.addListener&&f.removeListener&&f.removeListener(w),at--,b=NU(f)){if((w=L.type,w)in b.X){u=b.X[w];b:if("string"===typeof u)B="string"!==typeof L||1!=L.length?-1:u.indexOf(L,0);else{for(B=0;B<u.length;B++)if(B in u&&u[B]===L)break b;B=-1}(n=0<=B)&&Array.prototype.splice.call(u,B,1),n&&(G2(L),0==b.X[w].length&&(delete b.X[w],b.V--))}0==b.V&&(b.src=null,f[xB]=null)}else G2(L)},O9=function(L,f,n,w,B,u){if(Array.isArray(n))for(u=0;u<n.length;u++)O9(L,f,n[u],w,B);else w=YB(w),L&&L[Vg]?L.hJ(n,w,E(B)?!!B.capture:!!B,f):eT(B,true,w,f,n,L)},s9=function(L,f,n,w){return L.U?L=true:(f=new R(f,this),w=L.T||L.src,n=L.listener,L.h&&MU(L),L=n.call(w,f)),L},E9=function(L,f){return L=(f=s9,function(n){return f.call(L.src,L.listener,n)})},eT=function(L,f,n,w,B,u,b,r){if(!B)throw Error("Invalid event type");if(!(f=((b=NU((r=E(L)?!!L.capture:!!L,u)))||(u[xB]=b=new Z(u)),b.add(B,n,f,r,w)),f.R)){if((n=E9(),f.R=n,n.src=u,n).listener=f,u.addEventListener)X_||(L=r),void 0===L&&(L=false),u.addEventListener(B.toString(),n,L);else if(u.attachEvent)u.attachEvent(kB(B.toString()),n);else if(u.addListener&&u.removeListener)u.addListener(n);else throw Error("addEventListener and attachEvent are unavailable.");at++}},at=0,Hf=function(L,f,n,w,B,u){if(w&&w.once)O9(L,B,n,f,w);else if(Array.isArray(n))for(u=0;u<n.length;u++)Hf(L,f,n[u],w,B);else f=YB(f),L&&L[Vg]?L.Ce(n,f,E(w)?!!w.capture:!!w,B):eT(w,false,f,B,n,L)},Rt=function(L,f,n,w,B,u){if(Array.isArray(n))for(u=0;u<n.length;u++)Rt(L,f,n[u],w,B);else(w=E(w)?!!w.capture:!!w,L=YB(L),f&&f[Vg])?f.q8(n,L,w,B):f&&(f=NU(f))&&(n=f.X[n.toString()],f=-1,n&&(f=z2(L,n,w,B)),(L=-1<f?n[f]:null)&&MU(L))},ZM={},NU=function(L){return(L=L[xB],L)instanceof Z?L:null},kB=function(L){return L in ZM?ZM[L]:ZM[L]="on"+L},Wf="__closure_events_fn_"+(1E9*Math.random()>>>0),K=(z.prototype.jq=void 0,z.prototype.XQ=(z.prototype.C=function(L,f){for(f=[];L--;)f.push(255*Math.random()|0);return f},function(L,f,n,w,B){if(this.K)L(this.K);else try{w=!this.I.length,B=[],t(this,[S,B,n]),t(this,[Q,L,B]),f&&!w||v(this,true,f)}catch(u){d(this,u),L(this.K)}}),[]),g=function(L,f,n,w){for(n=(f|0)-1,w=[];0<=n;n--)w[(f|0)-1-(n|0)]=L>>8*n&255;return w},F=function(L,f){if(f>=L.S)throw[P,31];return q(17,L,(f|0)+8),L.M[f>>3]},KW=function(L){L.pe=F(L,L.D(17))<<24|F(L,L.D(17))<<16|F(L,L.D(17))<<8|F(L,L.D(17)),L.l=void 0},g2=[],Pf=[],Q=[],by=function(L,f,n,w,B){for(n.o=((n.r0=25,n.RA=qU,B=(n.G=void 0,0),(((n.F=function(u,b,r,D,J,X){return((D=(r=(J=function(){return J[(r.tJ|0)+(X[r.w0]===b|0)-!D[r.w0]]},X=function(){return J()},this),r.v),X)[r.L]=function(U){J[r.IA]=U},X)[r.L](u),u=X},w=[],n).AJ=0,n).s=false,n).fe=function(u,b,r){return b=(r=function(){return u},function(){return r()}),b[this.L]=function(D){u=D},b},n.xH=[],n).N=(n.O=0,n.Ql=0,n.UA=iy,void 0),false);128>B;B++)w[B]=String.fromCharCode(B);((t(n,((n.S=(q(101,n,(q(240,(q(141,(q(69,(q(216,n,(q(183,n,(n.zK=!(n.Ke=(q(33,(q(145,n,(q((q((q(44,n,(q(169,n,(q(103,(q(116,n,(q(226,n,((q(219,n,(q(166,(q(162,((q((q(140,(q(99,n,(q(167,(q(207,(q(24,n,((q(85,n,(q(88,n,(n.$H=(B=(q(236,n,(q(16,(q(179,(q((q(11,(q((q(114,n,(q(120,n,(q((q(170,n,(q(17,((n.i=[],n.Dq=(n.kH=function(u){this.A=u},[]),n).A=n,n),0),0)),104),n,function(u,b,r,D){q((r=c((D=c(u),b=c(u),u)),r),u,u.D(D)>>>b)}),function(u,b,r,D,J,X){if(!m(true,true,u)){if("object"==J7((u=(J=(D=c((r=(J=(b=c(u),c(u)),c(u)),u)),u.D(J)),r=u.D(r),b=u.D(b),u).D(D),b))){for(X in D=[],b)D.push(X);b=D}for(D=(r=0<(X=0,r)?r:1,b.length);X<D;X+=r)J(b.slice(X,(X|0)+(r|0)),u)}})),0)),q(38,n,function(u,b,r,D,J){for(r=(b=(J=c(u),F_)(u),D=[],0);r<b;r++)D.push(c(u));q(J,u,D)}),214),n,function(u,b){u=(b=c(u),u.D(b)),Rt(u[2],u[0],u[1])}),n),0),25),n,function(u,b,r,D,J){q((J=(J=c((b=c((D=c(u),u)),u)),r=c(u),u.D(J)),b=u.D(b),r=u.D(r),D),u,Qg(r,b,J,u))}),n),function(u,b,r,D){if(b=u.Ke.pop()){for(r=c(u);0<r;r--)D=c(u),b[D]=u.i[D];u.i=(b[236]=(b[169]=u.i[169],u).i[236],b)}else q(17,u,u.S)}),n),function(u,b,r,D,J,X,U,G,W,N,x,a,k){for(J=(r=(b=(G=(W=c(u),function(V,O){for(;U<V;)a|=c(u)<<U,U+=8;return a>>=(O=a&(U-=V,(1<<V)-1),V),O}),a=U=0,(G(3)|0)+1),x=G(5),0),[]),k=0;k<x;k++)N=G(1),J.push(N),r+=N?0:1;for(D=(k=(r=((r|0)-1).toString(2).length,0),[]);k<x;k++)J[k]||(D[k]=G(r));for(G=0;G<x;G++)J[G]&&(D[G]=c(u));for(X=[];b--;)X.push(u.D(c(u)));q(W,u,function(V,O,$B,h,H){for(O=($B=(H=0,[]),[]);H<x;H++){if(!(h=D[H],J)[H]){for(;h>=O.length;)O.push(c(V));h=O[h]}$B.push(h)}V.N=(H=V.B,V.G=V.F(X.slice(),H),V.F($B,H))})}),q(110,n,function(u,b,r,D){(r=(b=(D=(r=c((b=c(u),u)),c(u)),u.D(b)),u.D(r)),q)(D,u,b in r|0)}),2048)),window.performance||{}),B.timeOrigin||(B.timing||{}).navigationStart||0),{})),function(u){u.ie(4)})),n).W=false,41)),n),function(u,b,r,D,J,X){m(true,false,u)||(D=cf(u),X=D.P,J=D.Y,r=D.$,b=r.length,X=0==b?new J[X]:1==b?new J[X](r[0]):2==b?new J[X](r[0],r[1]):3==b?new J[X](r[0],r[1],r[2]):4==b?new J[X](r[0],r[1],r[2],r[3]):2(),q(D.H,u,X))}),n),n.C(4)),function(u,b,r,D){(b=(r=(b=c(u),r=c(u),D=c(u),u.D(r)),u.D(b)),q)(D,u,b[r])})),q(87,n,function(u,b,r){m(true,false,u)||(b=c(u),r=c(u),q(r,u,function(D){return eval(D)}(mg(u.D(b)))))}),n),function(u,b,r,D){r=(b=(D=(b=c(u),c(u)),u.D(b)),u).D(D),q(D,u,r+b)}),249),n,function(u,b,r,D){q((r=(b=(D=c(u),c(u)),c)(u),r),u,u.D(D)||u.D(b))}),q)(152,n,function(u,b,r,D){q((b=c((D=(r=c(u),c(u)),u)),D=u.D(D),r=u.D(r)==D,b),u,+r)}),n),function(u){t7(1,u)}),n),[165,0,0]),[])),It)(),function(u){t7(4,u)})),function(u,b,r,D,J,X){m(true,false,u)||(b=cf(u),J=b.Y,X=b.P,r=b.$,D=r.length,J=0==D?J[X]():1==D?J[X](r[0]):2==D?J[X](r[0],r[1]):3==D?J[X](r[0],r[1],r[2]):2(),q(b.H,u,J))})),n.I=[],q(198,n,function(u,b,r,D,J,X,U){if((U=c(u),r=F_(u),b="",u).i[242])for(J=u.D(242),D=J.length,X=0;r--;)X=((X|0)+(F_(u)|0))%D,b+=w[J[X]];else for(;r--;)b+=w[c(u)];q(U,u,b)}),n),function(u,b,r,D,J){D=(r=(J=c(u),c(u)),c(u)),u.A==u&&(b=u.D(J),D=u.D(D),r=u.D(r),b[r]=D,21==J&&(u.l=void 0,2==r&&KW(u)))}),[])),M)),201),n,function(u,b,r){(b=c((r=c(u),u)),q)(b,u,""+u.D(r))}),107),n,[0,0,0]),function(u,b,r){r=J7((b=c((r=c(u),u)),r=u.D(r),r)),q(b,u,r)})),n),function(u,b){(b=u.D(c(u)),vf)(b,u)}),n.N8=function(u,b){((b.push(u[0]<<24|u[1]<<16|u[2]<<8|u[3]),b).push(u[4]<<24|u[5]<<16|u[6]<<8|u[7]),b).push(u[8]<<24|u[9]<<16|u[10]<<8|u[11])},[]),1),function(u){u.ie(3)})),function(u,b,r){0!=(b=c((r=c(u),u)),b=u.D(b),u.D(r))&&q(17,u,b)})),n),n),q(220,n,function(u,b){m(true,false,u)||(b=cf(u),q(b.H,u,b.P.apply(b.Y,b.$)))}),n),function(){}),n),function(u,b,r,D,J){0!==(r=(J=(D=(r=(b=c(u),c)(u),J=c(u),c)(u),D=u.D(D),b=u.D(b),u.D(J)),u).D(r),b)&&(D=Qg(1,J,D,u,b,r),Hf(b,D,r),q(11,u,[b,r,D]))}),function(u){u.GK(4)})),0),n).M=[],[K,L])),t)(n,[ST,f]),v)(n,true,true)},P={},ST=[],h7=function(L,f,n,w){try{for(w=0;-1934991136!==w;)n=(n|0)+(((L<<4|0)^L>>>5)+(L|0)^(w|0)+(f[w&3]|0))|0,w=w+2489668359|0,L=(L|0)+(((n<<4|0)^n>>>5)+(n|0)^(w|0)+(f[w>>>11&3]|0))|0;return[n>>>24,n>>16&255,n>>8&255,n&255,L>>>24,L>>16&255,L>>8&255,L&255]}catch(B){throw B;}},A,c=(z.prototype.aA=function(){return c(this)},z.prototype.M8=function(L,f,n){if(3==L.length){for(n=0;3>n;n++)f[n]+=L[n];for(n=[13,(L=0,8),13,12,16,5,3,10,15];9>L;L++)f[3](f,L%3,n[L])}},I=z.prototype,function(L,f,n,w){if(L.G)return L.B(L.N);return((w=F(L,(n=(w=L.D(17),w>>3),w)),L).l!=n>>3&&(L.l=n>>3,f=L.D(21),L.Sq=h7(L.l,[0,0,f[1],f[2]],L.pe)),w)^L.Sq[n&L[Q].length]}),Qg=function(L,f,n,w,B,u,b){return b=function(){if(w.A==w){if(w.i){var r=[T2,f,n,void 0,B,u,arguments];if(2==L)var D=(t(w,r),v(w,false,false));else if(1==L){var J=!w.I.length;t(w,r),J&&v(w,false,false)}else D=CW(r,w);return D}B&&u&&Rt(b,B,u)}}},vf=function(L,f){q(17,((f.Ke.push(f.i.slice()),f.i)[17]=void 0,f),L)},q=(z.prototype.sA=(z.prototype.D=function(L,f){if(void 0===(f=this.i[L],f))throw[P,30,L];return f()},void 0),function(L,f,n){if(17==L||170==L)if(f.i[L])f.i[L][f.L](n);else f.i[L]=f.fe(n);else if(166!=L&&167!=L&&219!=L&&169!=L&&107!=L||!f.i[L])f.i[L]=f.F(n,f.D);21==L&&KW(f)}),cf=function(L,f,n,w,B,u){for(n=c((B=(((f=(w={},c)(L),w).H=c(L),w).$=[],L.A==L?(c(L)|0)-1:1),L)),u=0;u<B;u++)w.$.push(c(L));for((w.Y=L.D(n),w).P=L.D(f);B--;)w.$[B]=L.D(w.$[B]);return w},F_=(I.tJ=35,function(L,f){return(f=c(L),f)&128&&(f=f&127|c(L)<<7),f}),d=function(L,f){L.K=((L.K?L.K+"~":"E:")+f.message+":"+f.stack).slice(0,2048)},yg=function(L,f,n,w,B,u){if(!L.K){L.O++;try{for(u=(B=(w=(n=void 0,L).S,5001),0);(L.mx||--B)&&(L.G||(u=L.D(17))<w);)try{f=void 0,L.G?n=L.B(L.G):(q(170,L,u),f=c(L),n=L.D(f)),n&&n.call?n(L):T(0,L,[P,21,f]),L.o=true,m(false,false,L)}catch(b){L.D(24)?T(22,L,b):q(24,L,b)}B||T(0,L,[P,33])}catch(b){try{T(22,L,b)}catch(r){d(L,r)}}L.O--}},t=(I.L="toString",I.mx=false,function(L,f){L.I.splice(0,0,f)}),jT=function(L,f,n){return(q(17,L,(yg(((n=L.D(17),L).M&&n<L.S?(q(17,L,L.S),vf(f,L)):q(17,L,f),L)),n)),L).D(88)},pW=function(L,f){return L[f]<<24|L[(f|0)+1]<<16|L[(f|0)+2]<<8|L[(f|0)+3]},S=(I.w0="caller",[]),T2=[],Le=[],T=(z.prototype.B=function(L){return(L=L().shift(),this.G()).length||this.N().length||(this.G=this.N=void 0),L},function(L,f,n,w,B,u){if(L=(0==(w=(u=void 0,n&&n[0]===P&&(u=n[2],L=n[1],n=void 0),f.D(169)),w.length)&&(B=f.D(170)>>3,w.push(L,B>>8&255,B&255),void 0!=u&&w.push(u)),""),n&&(n.message&&(L+=n.message),n.stack&&(L+=":"+n.stack)),n=f.D(236),3<n){f.A=(u=(L=(n-=((L=L.slice(0,(n|0)-3),L.length)|0)+3,ly(L.replace(/\\r\\n/g,"\\n"))),f).A,f);try{C(167,f,g(L.length,2).concat(L),12)}finally{f.A=u}}q(236,f,n)}),l=((I.IA=36,z).prototype.ne=function(L,f,n,w){try{w=L[((f|0)+2)%3],L[f]=(L[f]|0)-(L[((f|0)+1)%3]|0)-(w|0)^(1==f?w<<n:w>>>n)}catch(B){throw B;}},M.requestIdleCallback?function(L){requestIdleCallback(function(){L()},{timeout:4})}:M.setImmediate?function(L){setImmediate(L)}:function(L){setTimeout(L,0)}),YB=function(L){if("function"===typeof L)return L;return L[L[Wf]||(L[Wf]=function(f){return L.handleEvent(f)}),Wf]},C=function(L,f,n,w,B,u){if(f.A==f)for(B=f.D(L),167==L?(L=function(b,r,D,J){if((J=(r=B.length,r|0)-4>>3,B.Le)!=J){D=[0,0,u[1],(B.Le=J,u)[2]],J=(J<<3)-4;try{B.eq=h7(pW(B,(J|0)+4),D,pW(B,J))}catch(X){throw X;}}B.push(B.eq[r&7]^b)},u=f.D(107)):L=function(b){B.push(b)},w&&L(w&255),f=n.length,w=0;w<f;w++)L(n[w])},CW=((((((I=z.prototype,I.Vl=function(L,f,n,w,B,u){for(n=(B=[],0),w=0;n<L.length;n++)for(u=u<<f|L[n],w+=f;7<w;)w-=8,B.push(u>>w&255);return B},I).Z=(window.performance||{}).now?function(){return this.$H+window.performance.now()}:function(){return+new Date},I).Wh=function(L,f,n,w){for(;n--;)17!=n&&170!=n&&f.i[n]&&(f.i[n]=f[w](f[L](n),this));f[L]=this},I).vh=function(){return Math.floor(this.Ql+(this.Z()-this.j))},I).le=function(L,f,n,w,B){for(B=w=0;B<L.length;B++)w+=L.charCodeAt(B),w+=w<<10,w^=w>>6;return L=(w+=w<<3,w^=w>>11,w+(w<<15))>>>0,w=new Number(L&(1<<f)-1),w[0]=(L>>>f)%n,w},I).Zq=function(){return Math.floor(this.Z())},I.g0=function(L,f,n){return((f^=f<<13,f^=f>>17,f=(f^f<<5)&n)||(f=1),L)^f},function(L,f,n,w,B){if((n=L[f.o=false,0],n)==S)f.r0=25,f.v(L);else if(n==Q){w=L[1];try{B=f.K||f.v(L)}catch(u){d(f,u),B=f.K}w(B)}else if(n==Pf)f.v(L);else if(n==K)f.v(L);else if(n==ST){try{for(B=0;B<f.Dq.length;B++)try{w=f.Dq[B],w[0][w[1]](w[2])}catch(u){}}catch(u){}(0,L[1])(function(u,b){f.XQ(u,true,b)},(f.Dq=[],function(u){t(f,(u=!f.I.length,[Le])),u&&v(f,false,true)}))}else{if(n==T2)return B=L[6],w=L[2],q(76,f,L[4]?[B[0].g]:B),q(88,f,w),f.v(L);n==Le&&(f.xH=[],f.M=[],f.i=null)}});z.prototype.v=function(L,f){return f=(L={},{}),function(n,w,B,u,b,r,D,J,X,U,G,W,N,x,a,k,V){k=L,L=f;try{if(J=n[0],J==g2)return k==f?30:71;if(J==K){X=n[1];try{for(x=[],u=0;u<X.length;){if((D=(W=(G=e[X.charAt(u++)],u<X.length?e[X.charAt(u)]:0),++u,r=u<X.length?e[X.charAt(u)]:64,++u,u)<X.length?e[X.charAt(u)]:64,++u,null==G||null==W||null==r)||null==D)throw Error();x.push(G<<2|W>>4),64!=r&&(x.push(W<<4&240|r>>2),64!=D&&x.push(r<<6&192|D))}q(21,this,(this.S=(this.M=x,this.M.length<<3),[0,0,0]))}catch(O){T(17,this,O);return}yg(this)}else if(J==S)n[1].push(this.D(219).length,this.D(167).length,this.D(166).length,this.D(236)),q(88,this,n[2]),this.i[86]&&jT(this,this.D(86));else{if(J==Q){this.A=(b=(B=g(((u=n[2],this).D(166).length|0)+2,2),this.A),this);try{w=this.D(169),0<w.length&&C(166,this,g(w.length,2).concat(w),15),C(166,this,[1],104),C(166,this,g(this[Q].length,1)),X=0,X+=this.D(114)&2047,N=this.D(167),X-=(this.D(166).length|0)+5,4<N.length&&(X-=(N.length|0)+3),0<X&&C(166,this,g(X,2).concat(this.C(X)),10),4<N.length&&C(166,this,g(N.length,2).concat(N),153)}finally{this.A=b}if(a=((V=this.C(2).concat(this.D(166)),V)[1]=V[0]^3,V[3]=V[1]^B[0],V[4]=V[1]^B[1],this.ue(V)))a="!"+a;else for(X=0,a="";X<V.length;X++)U=V[X][this.L](16),1==U.length&&(U="0"+U),a+=U;return q(236,(((this.D((x=a,219)).length=u.shift(),this.D(167)).length=u.shift(),this).D(166).length=u.shift(),this),u.shift()),x}if(J==Pf)jT(this,n[1]);else if(J==T2)return jT(this,n[1])}}finally{L=k}}}();var qU,ne=(z.prototype.GK=function(L,f,n){for(n=(f=c(this),0);0<L;L--)n=n<<8|c(this);q(f,this,n)},z.prototype.ie=function(L,f,n,w){n=(f=(n=c((w=L&3,L&=4,this)),c)(this),this).D(n),L&&(n=ly((""+n).replace(/\\r\\n/g,"\\n"))),w&&C(f,this,g(n.length,2)),C(f,this,n)},z.prototype.ue=function(L,f,n,w,B,u,b,r,D,J){for(J=(b=0,[]);b<L.length;b+=3)u=b+2<L.length,n=b+1<L.length,B=u?L[b+2]:0,r=n?L[b+1]:0,f=B&63,D=L[b],B=(r&15)<<2|B>>6,w=D>>2,r=(D&3)<<4|r>>4,u||(f=64,n||(B=64)),J.push(Y[w],Y[r],Y[B],Y[f]);return J.join("")},function(L,f,n,w){for(;L.I.length;){n=(L.s=false,L.I.pop());try{w=CW(n,L)}catch(B){d(L,B)}if(f&&L.s){l(function(){v(L,true,true)});break}}return w}),iy,m=function(L,f,n,w){if(!(w=0<n.AJ&&n.W&&n.zK&&1>=n.O&&!n.G&&!n.s&&(n.o||!L)&&0==document.hidden,w)||(w?n.Z():n.yl)-n.j<n.AJ-(f?255:L?5:2))return false;return(q(17,n,(L=n.D(L?170:17),n.S)),n).I.push([Pf,L]),n.s=true},fe=function(L,f,n){return f.XQ(function(w){n=w},false,L),n},t7=(iy=(z.prototype[ST]=[0,0,1,1,0,1,1],qU=function(L){return c(L)^c(L)},/./),function(L,f,n,w){C((n=c((w=c(f),f)),n),f,g(f.D(w),L))}),v=function(L,f,n,w,B,u){if(L.I.length){L.W=(L.zK=(L.W&&0(),n),true);try{u=L.Z(),L.yl=u,L.j=u,w=ne(L,n),B=L.Z()-L.j,L.Ql+=B,B<(f?0:10)||0>=L.r0--||(B=Math.floor(B),L.xH.push(254>=B?B:254))}finally{L.W=false}return w}},mg=(z.bind&&(qU[z.prototype.L]=K.pop.bind(z.prototype[S]),iy[z.prototype.L]=K.pop.bind(z.prototype[S])),function(L,f){return(f=DM())&&1===L.eval(f.createScript("1"))?function(n){return f.createScript(n)}:function(n){return""+n}}(M)),uP=["botguard"],y=M;uP[0]in y||"undefined"==typeof y.execScript||y.execScript("var "+uP[0]);for(var p;uP.length&&(p=uP.shift());)y=y[p]&&y[p]!==Object.prototype[p]?y[p]:y[p]={};A=M.botguard,40<A.m||(A.m=41,A.bg=fW,A.a=nW),A.vaD_=function(L,f,n){return n=new z(L,f),[function(w){return fe(w,n)}]};try{A.u||(Hf(M,function(){},"unload"),A.u=1)}catch(L){};}).call(this);'));}).call(this);</script>
  <script type="text/javascript" nonce="t3bezOgmPnbMtXPbRYSURQ">
  document.bg = new botguard.bg('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');
  </script>
<script nonce="t3bezOgmPnbMtXPbRYSURQ">
  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="t3bezOgmPnbMtXPbRYSURQ">
  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="t3bezOgmPnbMtXPbRYSURQ">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
</script>
<script nonce="t3bezOgmPnbMtXPbRYSURQ">
  (function(){
  gaia_onLoginSubmit = function() {
  try {
  gaia.loginAutoRedirect.stop();
  } catch (err) {
  // do not prevent form from being submitted
  }
  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 = document.getElementById('next');
  gaia_attachEvent(window, 'load', function(){
  gaia_scrollToElement(signinButton);
  });
  })();
</script>
  <script nonce="t3bezOgmPnbMtXPbRYSURQ">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="t3bezOgmPnbMtXPbRYSURQ">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fsites.google.com%2Fview%2Ftroop42%2Ffeeds%2Fposts%2Fdefault%3Falt%3Drss\x26followup=https%3A%2F%2Fsites.google.com%2Fview%2Ftroop42%2Ffeeds%2Fposts%2Fdefault%3Falt%3Drss\x26passive=1209600\x26noautologin=true',
  'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fsites.google.com%2Fview%2Ftroop42%2Ffeeds%2Fposts%2Fdefault%3Falt%3Drss\x26followup=https%3A%2F%2Fsites.google.com%2Fview%2Ftroop42%2Ffeeds%2Fposts%2Fdefault%3Falt%3Drss\x26passive=1209600');
  </script>
  </body>
</html>
