
<!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="AFoagUVs1rzLmuXiYc8r6GcqT9A4uF3kjQ:1567689839170">
  <input type="hidden" name="continue" value="https://sites.google.com/cca.sg/spinfocomm/feed/atom/">
  <input type="hidden" name="followup" value="https://sites.google.com/cca.sg/spinfocomm/feed/atom/">
  <input id="profile-information" name="ProfileInformation" type="hidden" value="">
  <input id="session-state" name="SessionState" type="hidden" value="AEThLlzTLxUnsx_wPeMFFu73r0DoqRSbOPxh3VXGA48_jlYphl4NqpwworLIOLKFw5DfBMnMn2xamzuL_c8P_X2PGkzAF5Wz9OxAqwr2vW20m25HX28SDCXZZQLxZWnrkq-fdHkv08ZBXrZAs4jWXpQG5mil1lHM-qq7vKt9M4XZhsOGMqj7yRA">
  <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%2Fcca.sg%2Fspinfocomm%2Ffeed%2Fatom%2F&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%2Fcca.sg%2Fspinfocomm%2Ffeed%2Fatom%2F&amp;followup=https%3A%2F%2Fsites.google.com%2Fcca.sg%2Fspinfocomm%2Ffeed%2Fatom%2F">
  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%2Fcca.sg%2Fspinfocomm%2Ffeed%2Fatom%2F">
  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="z7xYLHuAf7l8/CNVRhSY0g">
  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="z7xYLHuAf7l8/CNVRhSY0g">/* Anti-spam. Want to say hello? Contact (base64) Ym90Z3VhcmQtY29udGFjdEBnb29nbGUuY29t */Function('var D,si=function(c){return/^[\\s\\xa0]*([\\s\\S]*?)[\\s\\xa0]*$/.exec(c)[1]},cP=function(){},Z=function(c,K){return(K=typeof c,"object"==K)&&null!=c||"function"==K},S=function(c,K){return c<K?-1:c>K?1:0},K8=function(c,K){function m(){}(c.Z=(m.prototype=K.prototype,K.prototype),c.prototype=new m,c).prototype.constructor=c},zi=function(c){for(c=0;64>c;++c)e[c]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(c),O["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(c)]=c;(O["/"]=(e[64]="",O["+"]=62,63),O)["="]=64},d=function(c,K,m){if("object"==(K=typeof c,K))if(c){if(c instanceof Array)return"array";if(c instanceof Object)return K;if(m=Object.prototype.toString.call(c),"[object Window]"==m)return"object";if("[object Array]"==m||"number"==typeof c.length&&"undefined"!=typeof c.splice&&"undefined"!=typeof c.propertyIsEnumerable&&!c.propertyIsEnumerable("splice"))return"array";if("[object Function]"==m||"undefined"!=typeof c.call&&"undefined"!=typeof c.propertyIsEnumerable&&!c.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==K&&"undefined"==typeof c.call)return"object";return K},O={},E=this||self,mF=function(c,K,m,A,H){for(K=[],A=m=0;A<c.length;A++)H=c.charCodeAt(A),128>H?K[m++]=H:(2048>H?K[m++]=H>>6|192:(55296==(H&64512)&&A+1<c.length&&56320==(c.charCodeAt(A+1)&64512)?(H=65536+((H&1023)<<10)+(c.charCodeAt(++A)&1023),K[m++]=H>>18|240,K[m++]=H>>12&63|128):K[m++]=H>>12|224,K[m++]=H>>6&63|128),K[m++]=H&63|128);return K},e={},f;a:{var AE=E.navigator;if(AE){var vP=AE.userAgent;if(vP){D=vP;break a}}D=""}var HP=function(c,K,m){for(m in c)if(K.call(void 0,c[m],m,c))return true;return false},Vz=function(c,K,m){return(m=Ti,Object).prototype.hasOwnProperty.call(m,c)?m[c]:m[c]=K(c)},X="",DD=function(c){return(c=E.document)?c.documentMode:void 0},r=/\\b(?:MSIE|rv)[: ]([^\\);]+)(\\)|;)/.exec(D),W=(r&&(X=r?r[1]:""),DD)(),C8=null!=W&&W>parseFloat(X)?String(W):X,Ti={},ZD,w=9<=(ZD=E.document?DD():void 0,Number(ZD)),JE=!function(c){return Vz(c,function(K,m,A,H,z,v,T){for(z=(H=(m=(K=0,(A=si(String(c)).split("."),si)(String(C8))).split("."),Math.max(m.length,A.length)),0);0==K&&z<H;z++){v=m[T=A[z]||"",z]||"";do{if(T=/(\\d*)(\\D*)(.*)/.exec((v=/(\\d*)(\\D*)(.*)/.exec(v)||["","","",""],T))||["","","",""],0==v[0].length&&0==T[0].length)break;v=v[K=S(0==v[1].length?0:parseInt(v[1],10),0==T[1].length?0:parseInt(T[1],10))||S(0==v[2].length,0==T[2].length)||S(v[2],T[2]),T=T[3],3]}while(0==K)}return 0<=K})}("9"),S0=function(c,K){if(!E.addEventListener||!Object.defineProperty)return false;K=Object.defineProperty({},(c=false,"passive"),{get:function(){c=true}});try{E.addEventListener("test",cP,K),E.removeEventListener("test",cP,K)}catch(m){}return c}(),R=function(c,K){this.type=(this.currentTarget=(this.defaultPrevented=false,this.target=K),c)},M=(R.prototype.stopPropagation=(R.prototype.preventDefault=function(){this.defaultPrevented=true},function(){}),function(c,K,m,A){this.O=(((this.metaKey=this.shiftKey=(this.charCode=((this.button=this.screenY=this.screenX=this.clientY=(this.relatedTarget=this.currentTarget=(R.call(this,c?c.type:""),this).target=null,this.clientX=this.offsetY=this.offsetX=0),this).key="",this).keyCode=0,this.altKey=this.ctrlKey=false),this).state=null,this.pointerId=0,this).pointerType="",null),c&&(m=this.type=c.type,A=c.changedTouches&&c.changedTouches.length?c.changedTouches[0]:null,this.target=c.target||c.srcElement,this.currentTarget=K,K=c.relatedTarget,K||("mouseover"==m?K=c.fromElement:"mouseout"==m&&(K=c.toElement)),this.relatedTarget=K,A?(this.clientX=void 0!==A.clientX?A.clientX:A.pageX,this.clientY=void 0!==A.clientY?A.clientY:A.pageY,this.screenX=A.screenX||0,this.screenY=A.screenY||0):(this.offsetX=void 0!==c.offsetX?c.offsetX:c.layerX,this.offsetY=void 0!==c.offsetY?c.offsetY:c.layerY,this.clientX=void 0!==c.clientX?c.clientX:c.pageX,this.clientY=void 0!==c.clientY?c.clientY:c.pageY,this.screenX=c.screenX||0,this.screenY=c.screenY||0),this.button=c.button,this.keyCode=c.keyCode||0,this.key=c.key||"",this.charCode=c.charCode||("keypress"==m?c.keyCode:0),this.ctrlKey=c.ctrlKey,this.altKey=c.altKey,this.shiftKey=c.shiftKey,this.metaKey=c.metaKey,this.pointerId=c.pointerId||0,this.pointerType="string"==typeof c.pointerType?c.pointerType:aL[c.pointerType]||"",this.state=c.state,this.O=c,c.defaultPrevented&&this.preventDefault())}),aL={2:(K8(M,R),"touch"),3:"pen",4:"mouse"},b="closure_listenable_"+((M.prototype.stopPropagation=(M.prototype.preventDefault=function(c){if(c=(M.Z.preventDefault.call(this),this.O),c.preventDefault)c.preventDefault();else if(c.returnValue=false,JE)try{if(c.ctrlKey||112<=c.keyCode&&123>=c.keyCode)c.keyCode=-1}catch(K){}},function(){(M.Z.stopPropagation.call(this),this.O).stopPropagation?this.O.stopPropagation():this.O.cancelBubble=true}),1E6*Math.random())|0),U=function(c){((this.M={},this).src=c,this).S=0},e0=function(c){c.L=(c.listener=(c.src=null,null),c.J=null,c.C=null,true)},Oi=0,dg=function(c,K,m,A,H){this.src=(this.L=this.A=false,(this.key=++Oi,this.J=null,this).listener=(this.type=(this.capture=!!A,m),c),this.C=H,K)},Ei=((U.prototype.hasListener=function(c,K,m,A,H){return HP(this.M,(H=void 0!==K,A=(m=void 0!==c)?c.toString():"",function(z,v){for(v=0;v<z.length;++v)if(!(m&&z[v].type!=A||H&&z[v].capture!=K))return true;return false}))},U.prototype).remove=function(c,K,m,A,H){if(!(c=c.toString(),c in this.M))return false;return(K=(H=this.M[c],Ei(H,K,m,A)),-1)<K?(e0(H[K]),Array.prototype.splice.call(H,K,1),0==H.length&&(delete this.M[c],this.S--),true):false},U.prototype.add=function(c,K,m,A,H,z,v){return-1<(v=Ei(((c=(z=c.toString(),this.M[z]),c)||(c=this.M[z]=[],this.S++),c),K,A,H),v)?(K=c[v],m||(K.A=false)):(K=new dg(K,this.src,z,!!A,H),K.A=m,c.push(K)),K},function(c,K,m,A,H,z){for(H=0;H<c.length;++H)if(z=c[H],!z.L&&z.listener==K&&z.capture==!!m&&z.C==A)return H;return-1}),f8="closure_lm_"+(1E6*Math.random()|0),n8=function(c,K,m,A,H,z){if("array"==d(K))for(z=0;z<K.length;z++)n8(c,K[z],m,A,H);else m=Xl(m),c&&c[b]?c.FH(K,m,Z(A)?!!A.capture:!!A,H):rg(c,K,m,true,A,H)},rg=function(c,K,m,A,H,z,v,T){if(!K)throw Error("Invalid event type");if(!(v=Z(H)?!!H.capture:!!H,v)||w)if((T=WP(c))||(c[f8]=T=new U(c)),m=T.add(K,m,A,v,z),!m.J){if((((m.J=(A=oL(),A),A).src=c,A).listener=m,c).addEventListener)S0||(H=v),void 0===H&&(H=false),c.addEventListener(K.toString(),A,H);else if(c.attachEvent)c.attachEvent(wg(K.toString()),A);else if(c.addListener&&c.removeListener)c.addListener(A);else throw Error("addEventListener and attachEvent are unavailable.");RL++}},MV=function(c,K,m,A,H,z){if("array"==d(K))for(z=0;z<K.length;z++)MV(c,K[z],m,A,H);else(A=Z(A)?!!A.capture:!!A,m=Xl(m),c&&c[b])?c.JS(K,m,A,H):c&&(c=WP(c))&&(K=c.M[K.toString()],c=-1,K&&(c=Ei(K,m,A,H)),(m=-1<c?K[c]:null)&&bS(m))},oL=function(c,K){return K=(c=Ui,w?function(m){return c.call(K.src,K.listener,m)}:function(m){if(!(m=c.call(K.src,K.listener,m),m))return m})},RL=0,BP=function(c,K,m,A,H,z){if(A&&A.once)n8(c,K,m,A,H);else if("array"==d(K))for(z=0;z<K.length;z++)BP(c,K[z],m,A,H);else m=Xl(m),c&&c[b]?c.wp(K,m,Z(A)?!!A.capture:!!A,H):rg(c,K,m,false,A,H)},L8=function(c,K,m,A){return(m=(A=c.C||c.src,c.listener),c.A&&bS(c),m).call(A,K)},bS=function(c,K,m,A,H,z,v){if("number"!=typeof c&&c&&!c.L)if((K=c.src)&&K[b])K.LM(c);else if(A=c.J,m=c.type,K.removeEventListener?K.removeEventListener(m,A,c.capture):K.detachEvent?K.detachEvent(wg(m),A):K.addListener&&K.removeListener&&K.removeListener(A),RL--,m=WP(K)){if((A=c.type,A)in m.M){H=m.M[A];b:if("string"==typeof H)z="string"==typeof c&&1==c.length?H.indexOf(c,0):-1;else{for(z=0;z<H.length;z++)if(z in H&&H[z]===c)break b;z=-1}((v=0<=z)&&Array.prototype.splice.call(H,z,1),v)&&(e0(c),0==m.M[A].length&&(delete m.M[A],m.S--))}0==m.S&&(m.src=null,K[f8]=null)}else e0(c)},wg=function(c){return c in uS?uS[c]:uS[c]="on"+c},Ui=function(c,K,m,A){if(c.L)return true;if(!w){if(!K)a:{for(K=(m=E,A=0,["window","event"]);A<K.length;A++)if(m=m[K[A]],null==m){K=null;break a}K=m}return L8(c,(K=new M(K,this),K))}return L8(c,new M(K,this))},WP=function(c){return(c=c[f8],c)instanceof U?c:null},uS={},IL="__closure_events_fn_"+(1E9*Math.random()>>>0),gg=function(c,K,m,A,H,z){for(z=(H=(A=((m=(K={},c).g(),K).N=c.g(),K.G=[],c.m)==c?c.g()-1:1,c.g()),0);z<A;z++)K.G.push(c.g());for((K.a=c.Y(m),K).i=c.Y(H);A--;)K.G[A]=c.Y(K.G[A]);return K},iS=function(c,K){for(K=[];c--;)K.push(255*Math.random()|0);return K},lS=function(c,K,m,A,H){for((c.v=(H=0,c.fM=function(z,v,T){return T=(v=function(){return T()},function(){return z}),v[this.B]=function(V){z=V},v},c.$=0,c.T=function(z,v,T,V,C,p){return z=(((V=(C=function(){return V()},T=this,function(){return V[T.gp+(C[T.j]===v)-!p[T.j]]}),p=T.o,C)[T.B]=function(N){V[T.c]=N},C)[T.B](z),C)},A=(c.K=(c.F=void 0,25),c.I=false,[]),false),c.P=0,c.f=void 0,c).H2=[];128>H;H++)A[H]=String.fromCharCode(H);((((((H=(((((((((((((((((((((((c.W=(c.m=(c.H=(c.P2=function(z){this.m=z},[]),c),[]),g)(c,47,0),g)(c,92,0),g(c,131,function(z){yz(z,1)}),g)(c,225,272),g)(c,135,function(z,v,T,V,C,p,N){y(z,1,5)||(v=gg(z),C=v.a,T=v.G,N=T.length,V=v.i,0==N?p=new V[C]:1==N?p=new V[C](T[0]):2==N?p=new V[C](T[0],T[1]):3==N?p=new V[C](T[0],T[1],T[2]):4==N?p=new V[C](T[0],T[1],T[2],T[3]):t(z,22),g(z,v.N,p))}),c).ob=function(z,v){(v.push(z[0]<<24|z[1]<<16|z[2]<<8|z[3]),v.push(z[4]<<24|z[5]<<16|z[6]<<8|z[7]),v).push(z[8]<<24|z[9]<<16|z[10]<<8|z[11])},zi)(),g)(c,210,function(z,v,T,V,C){for(C=(V=(v=z.g(),T=tE(z),[]),0);C<T;C++)V.push(z.g());g(z,v,V)}),g)(c,50,{}),g(c,126,function(z,v){y(z,1,5)||(v=gg(z),g(z,v.N,v.a.apply(v.i,v.G)))}),g(c,200,function(z){z.Y_(4)}),g)(c,141,function(z,v,T){v=(T=(v=z.g(),z.g()),z.Y(v)),g(z,T,d(v))}),g)(c,155,0),g(c,201,function(z,v,T,V){v=(V=(T=(v=z.g(),z.g()),z).g(),T=z.Y(T),z.Y(v)),g(z,V,v[T])}),g(c,40,function(z,v,T){v=z.g(),T=z.g(),g(z,T,z.Y(T)+z.Y(v))}),g(c,158,E),g(c,214,c),g)(c,72,function(z,v,T,V,C,p,N,B,L,J,p8,F,j0){for(J=(N=(p=(C=(V=T=(v=z.g(),0),function(a,n){for(;V<a;)T|=z.g()<<V,V+=8;return T>>=(n=(V-=a,T&(1<<a)-1),a),n}),C(3)+1),C(5)),B=[],L=0);J<N;J++)p8=C(1),B.push(p8),L+=p8?0:1;for(L=(J=0,(L-1).toString(2)).length,F=[];J<N;J++)B[J]||(F[J]=C(L));for(J=0;J<N;J++)B[J]&&(F[J]=z.g());for(j0=(J=p,[]);J--;)j0.push(z.Y(z.g()));g(z,v,function(a,n,NV,u,I){for(u=(NV=(n=[],a.P++,[]),0);u<N;u++){if(I=F[u],!B[u]){for(;I>=n.length;)n.push(a.g());I=n[I]}NV.push(I)}a.F=(a.f=a.T(j0.slice(),a.g),a).T(NV,a.g)})}),g(c,84,function(z,v,T,V,C,p,N){if((V=(T=(v=z.g(),tE(z)),""),z).H[67])for(C=z.Y(67),p=0,N=C.length;T--;)p=(p+tE(z))%N,V+=A[C[p]];else for(;T--;)V+=A[z.g()];g(z,v,V)}),g(c,233,[]),g)(c,88,2048),g)(c,187,function(z,v,T,V,C,p,N){y(z,1,5)||(v=gg(z),C=v.a,V=v.i,T=v.G,N=T.length,0==N?p=V[C]():1==N?p=V[C](T[0]):2==N?p=V[C](T[0],T[1]):3==N?p=V[C](T[0],T[1],T[2]):t(z,22),g(z,v.N,p))}),g(c,22,function(z,v,T){y(z,1,5)||(v=z.g(),T=z.g(),g(z,T,function(V){return eval(V)}(z.Y(v))))}),g)(c,6,function(){}),g)(c,58,[165,0,0]),g(c,246,function(z){yz(z,2)}),g(c,251,function(z,v){(z=(v=z.g(),z.Y(v)),MV)(z[0],z[1],z[2])}),g)(c,65,function(z,v,T,V){(T=(v=z.g(),z.g()),V=z.g(),z.m)==z&&(z.Y(v)[z.Y(T)]=z.Y(V))}),g(c,205,function(z,v,T,V){V=(T=(v=z.g(),z.g()),z.g()),g(z,V,z.Y(v)||z.Y(T))}),g(c,110,0),g(c,182,function(z,v,T,V){(T=(v=z.g(),z).g(),V=z.g(),v=z.Y(v)==z.Y(T),g)(z,V,+v)}),c).U=[],g)(c,38,function(z){$l(z,1)}),g)(c,89,function(z,v){v=z.Y(z.g()),Qz(z,v)}),g(c,5,function(z){$l(z,4)}),g)(c,221,function(z){yz(z,4)}),g)(c,31,function(z,v,T,V){(V=(T=(v=z.g(),z.g()),z.g()),g)(z,V,(z.Y(v)in z.Y(T))+0)}),g(c,175,function(z,v,T,V,C){(T=(C=(V=(T=(v=z.g(),z.g()),z.Y(z.g())),z.Y(z.g())),z.Y(T)),g)(z,v,Fl(z,T,V,C))}),g)(c,125,0),g(c,170,function(z,v,T,V){(V=(T=(v=z.g(),z).g(),z).g(),g)(z,V,z.Y(v)>>T)}),m.l||function(){}),g)(c,215,[]),g)(c,198,function(z,v,T){(v=z.g(),T=z.g(),0)!=z.Y(v)&&g(z,47,z.Y(T))}),g(c,15,function(z,v,T,V,C){T=(T=(v=z.g(),z.g()),V=z.g(),v=z.Y(v),C=z.Y(z.g()),z.Y(T)),V=z.Y(V),0!==v&&(V=Fl(z,V,C,1,v,T),BP(v,T,V),g(z,217,[v,T,V]))}),g)(c,217,0),g)(c,87,function(z,v,T,V,C,p){if(!y(z,1,255)){if((z=(V=(v=(V=(T=(v=z.g(),z).g(),z.g()),C=z.g(),z.Y(v)),T=z.Y(T),z.Y(V)),z.Y(C)),"object")==d(v)){for(p in C=[],v)C.push(p);v=C}for(V=0<(C=(p=v.length,0),V)?V:1;C<p;C+=V)T(v.slice(C,C+V),z)}}),g(c,24,function(z,v,T,V){if(v=z.U.pop()){for(T=z.g();0<T;T--)V=z.g(),v[V]=z.H[V];z.H=(v[88]=(v[233]=z.H[233],z.H[88]),v)}else g(z,47,z.h.length)}),c.s=[],g(c,172,iS(4)),c).Gl=((window.performance||{}).timing||{}).navigationStart||0,g(c,127,function(z,v,T){(v=(T=(v=z.g(),z.g()),z.H[v])&&z.Y(v),g)(z,T,v)}),g(c,197,function(z,v,T){T=(v=z.g(),z).g(),g(z,T,""+z.Y(v))}),K&&"!"==K.charAt(0))?(c.w=K,H()):(m=!!m.l,c.h=[],Q(c,[kl,K]),Q(c,[PP,H]),k(c,false,m,true))},l=function(c,K){try{lS(this,c,K)}catch(m){P(this,m)}},tE=(l.prototype.g=function(c,K){if(this.f)return c=c?this.f().shift():this.F().shift(),this.f().length||this.F().length||(this.F=this.f=void 0,this.P--),c;if(c=this.Y(47),!(c in this.h))throw t(this,31),this.b;return(((void 0==this.V&&(this.V=xl(this.h,c-4),this.R=void 0),this.R)!=c>>3&&(this.R=c>>3,K=[0,0,0,this.Y(125)],this.hS=Yl(this.V,this.R,K)),g)(this,47,c+1),this.h[c])^this.hS[c%8]},l.prototype.B="toString",function(c,K){return K=c.g(),K&128&&(K=K&127|c.g()<<7),K}),Gi=(l.prototype.j="caller",function(c,K,m){return qV(c,((m=c.Y(47),c.h)&&m<c.h.length?(g(c,47,c.h.length),Qz(c,K)):g(c,47,K),m))}),Xl=(l.prototype.b={},function(c){if("function"==d(c))return c;return c[c[IL]||(c[IL]=function(K){return c.handleEvent(K)}),IL]}),hE=((l.prototype.Y_=function(c,K,m,A){Y(this,((A=(c&=(K=c&4,3),m=this.g(),this.g()),m=this.Y(m),K)&&(m=mF((""+m).replace(/\\r\\n/g,"\\n"))),c&&Y(this,A,q(m.length,2)),A),m)},l).prototype.OY=function(c,K,m,A){try{A=c[(K+2)%3],c[K]=c[K]-c[(K+1)%3]-A^(1==K?A<<m:A>>>m)}catch(H){throw H;}},{}),yz=function(c,K,m,A){for(A=(m=c.g(),0);0<K;K--)A=A<<8|c.g();g(c,m,A)},xl=function(c,K){return c[K]<<24|c[K+1]<<16|c[K+2]<<8|c[K+3]},z2=function(c,K,m,A,H){if((m=K[0],c.v=false,m)==sW)c.K=25,c.o(K);else if(m==hE){A=(m=K[3],K[1]);try{H=c.o(K)}catch(z){P(c,z),H=c.w}A&&A(H),m.push(H)}else if(m==cW)c.o(K);else if(m==kl)c.o(K);else if(m==PP){try{for(H=0;H<c.W.length;H++)try{A=c.W[H],A[0][A[1]](A[2])}catch(z){}}catch(z){}c.W=[],(0,K[1])()}else if(m==KP)return H=K[2],A=K[6],g(c,79,K[4]?[A[0].O]:A),g(c,50,H),c.o(K)},x=["botguard"],t=function(c,K,m,A,H){if((m=((((H=c.Y(92),K=[K,H>>8&255,H&255],void 0)!=A&&K.push(A),0)==c.Y(233).length&&(c.H[233]=void 0,g(c,233,K)),A="",m)&&(m.message&&(A+=m.message),m.stack&&(A+=":"+m.stack)),c.Y(88)),3)<m){K=(A=(A=A.slice(0,m-3),m-=A.length+3,mF)(A.replace(/\\r\\n/g,"\\n")),c.m),c.m=c;try{Y(c,172,q(A.length,2).concat(A),12)}finally{c.m=K}}g(c,88,m)},PP={},Q=(l.prototype.nM=function(c,K,m,A){for(;m--;)47!=m&&92!=m&&K.H[m]&&(K.H[m]=K[A](K[c](m),this));K[c]=this},function(c,K){c.s.splice(0,0,K)}),y=function(c,K,m){if(0>=c.$||1<c.P||!c.v&&0<K||0!=document.hidden||c.D()-c.X<c.$-m)return false;return!((K=(c.I=true,c.Y(47)-K),g)(c,47,c.h.length),c.s.push([cW,K]),0)},KP=(l.prototype.sY=function(c,K,m){return(K^=K<<13,K^=K>>17,K=(K^K<<5)&m)||(K=1),c^K},l.prototype.o=function(c,K,m,A,H,z,v,T,V,C){if(K=c[0],K==kl){m=c[1];try{for(H=(A=[],0);H<m.length;){if(V=(T=(v=(z=O[m.charAt(H++)],H)<m.length?O[m.charAt(H)]:0,++H,H<m.length?O[m.charAt(H)]:64),++H,H<m.length?O[m.charAt(H)]:64),++H,null==z||null==v||null==T||null==V)throw Error();64!=(A.push(z<<2|v>>4),T)&&(A.push(v<<4&240|T>>2),64!=V&&A.push(T<<6&192|V))}this.h=A}catch(p){t(this,17,p)}qV(this)}else if(K==sW)z=c[1],z.push(this.Y(58).length,this.Y(172).length,this.Y(215).length,this.Y(88)),g(this,50,c[2]),this.H[146]&&Gi(this,this.Y(146));else{if(K==hE){(T=q((z=c[2],this.Y(58)).length+2,2),v=this.m,this).m=this;try{m=this.Y(233),0<m.length&&Y(this,58,q(m.length,2).concat(m),15),A=this.Y(110)&511,A-=this.Y(58).length+5,H=this.Y(172),4<H.length&&(A-=H.length+3),0<A&&Y(this,58,q(A,2).concat(iS(A)),10),4<H.length&&Y(this,58,q(H.length,2).concat(H),153)}finally{this.m=v}for(T=(v=iS(2).concat(this.Y(58)),v[1]=v[0]^3,v[3]=v[1]^T[0],v[4]=v[1]^T[1],[]),V=0;V<v.length;V+=3)K=v[V],C=(m=V+1<v.length)?v[V+1]:0,c=(A=V+2<v.length)?v[V+2]:0,H=K>>2,K=(K&3)<<4|C>>4,C=(C&15)<<2|c>>6,c&=63,A||(c=64,m||(C=64)),T.push(e[H],e[K],e[C],e[c]);if(T=T.join(""))T="!"+T;else for(V=0,T="";V<v.length;V++)m=v[V][this.B](16),1==m.length&&(m="0"+m),T+=m;return(this.Y((v=T,58)).length=z[0],this.Y(172)).length=z[1],this.Y(215).length=z[2],g(this,88,z[3]),v}if(K==cW)Gi(this,c[1]);else if(K==KP)return Gi(this,c[1])}},{}),Y=function(c,K,m,A,H,z){if(c.m==c)for(H=c.Y(K),172==K?(K=function(v,T,V,C){if((V=(T=H.length,T)-4>>3,H.EY)!=V){V=(V<<(C=[0,0,0,z],H.EY=V,3))-4;try{H.mU=Yl(xl(H,V),xl(H,V+4),C)}catch(p){throw p;}}H.push(H.mU[T&7]^v)},z=c.Y(155)):K=function(v){H.push(v)},A&&K(A&255),A=0,c=m.length;A<c;A++)K(m[A])},Yl=function(c,K,m,A){try{for(A=0;79669387488!=A;)c+=(K<<4^K>>>5)+K^A+m[A&3],A+=2489668359,K+=(c<<4^c>>>5)+c^A+m[A>>>11&3];return[c>>>24,c>>16&255,c>>8&255,c&255,K>>>24,K>>16&255,K>>8&255,K&255]}catch(H){throw H;}},cW=(l.prototype.D=(l.prototype.tS=function(c,K,m){if(3==c.length){for(m=0;3>m;m++)K[m]+=c[m];for(c=[13,8,13,12,16,5,3,10,(m=0,15)];9>m;m++)K[3](K,m%3,c[m])}},(window.performance||{}).now)?function(){return this.Gl+(window.performance.now()|0)}:function(){return+new Date},{}),Fl=function(c,K,m,A,H,z){return function(){if(c.m==c){var v=[KP,K,m,void 0,H,z,arguments],T=A&1;if(A&2)var V=(Q(c,v),k(c,true,false,false));else T&&c.s.length?Q(c,v):T?(Q(c,v),k(c,true,false,false)):V=z2(c,v);return V}}},Qz=(l.prototype.MC=false,l.prototype.gp=35,function(c,K){((c.U.push(c.H.slice()),c).H[47]=void 0,g)(c,47,K)}),P=function(c,K){c.w=("E:"+K.message+":"+K.stack).slice(0,2048)},sW={},g=function(c,K,m){if(47==K||92==K)if(c.H[K])c.H[K][c.B](m);else c.H[K]=c.fM(m);else if(58!=K&&172!=K&&215!=K&&233!=K||!c.H[K])c.H[K]=c.T(m,c.Y);125==K&&(c.V=void 0,g(c,47,c.Y(47)+4))},kl=(l.prototype.rp=E.requestIdleCallback?function(c){requestIdleCallback(c,{timeout:4})}:E.setImmediate?function(c){setImmediate(c)}:function(c){setTimeout(c,0)},{}),G=(l.prototype.c=(l.prototype.yi=function(c,K,m,A,H,z){for(m=[],z=A=0;z<c.length;z++)for(H=H<<K|c[z],A+=K;7<A;)A-=8,m.push(H>>A&255);return m},36),E),mo=function(c,K,m,A,H){for(;c.s.length;){if(m=m&&K)c.$&&c.I?(c.I=false,m=0!=document.hidden?false:true):m=false;if(m){(H=c,c).rp(function(){k(H,false,K,false)});break}A=z2((A=(m=true,c.s.pop()),c),A)}return A},$l=(l.prototype.Y=function(c,K){if(K=this.H[c],void 0===K)throw t(this,30,0,c),this.b;return K()},function(c,K,m,A){Y(c,(A=(m=c.g(),c.g()),A),q(c.Y(m),K))}),k=(l.prototype.B2=(l.prototype.Qi=function(c,K,m,A,H,z){if(this.w)return this.w;try{H=[],z=[],A=!!c,Q(this,[sW,H,K]),Q(this,[hE,c,H,z]),k(this,false,A,true),m=z[0]}catch(v){P(this,v),m=this.w,c&&c(m)}return m},function(c,K,m,A,H){for(H=A=0;H<c.length;H++)A+=c.charCodeAt(H),A+=A<<10,A^=A>>6;return A=new Number((c=(A+=A<<3,A^=A>>11,A)+(A<<15)>>>0,c&(1<<K)-1)),A[0]=(c>>>K)%m,A}),function(c,K,m,A,H){if(0!=c.s.length){if(H=0==c.P)c.X=c.D();return(m=mo(c,m,A),H)&&(H=c.D()-c.X,H<(K?10:0)||0>=c.K--||c.H2.push(254>=H?H:254)),m}}),qV=function(c,K,m,A,H,z,v){c.P++;try{for(m=(A=5001,(H=void 0,c).h.length),z=0;(c.MC||--A)&&(c.f||(z=c.Y(47))<m);)try{c.f?H=c.g(true):(g(c,92,z),v=c.g(),H=c.Y(v)),H&&H.call?H(c):t(c,21,0,v),c.v=true,y(c,0,2)}catch(T){T!=c.b&&(c.Y(225)?t(c,22,T):g(c,225,T))}A||t(c,33)}catch(T){try{t(c,22,T)}catch(V){P(c,V)}}return(m=c.Y(50),K)&&g(c,47,K),c.P--,m},q=function(c,K,m,A){for(A=K-1,m=[];0<=A;A--)m[K-1-A]=c>>8*A&255;return m};x[0]in G||"undefined"==typeof G.execScript||G.execScript("var "+x[0]);for(var h;x.length&&(h=x.shift());)G=G[h]&&G[h]!==Object.prototype[h]?G[h]:G[h]={};(f=E.botguard,f).ILH=function(c,K,m){m=new l(c,{l:K}),this.invoke=function(A,H,z){return z=m.Qi(H&&A,z),A&&!H&&A(z),z}},f.bg=function(c,K,m){return c&&c.substring&&(m=f[c.substring(0,3)])?new m(c.substring(3),K):new f.ILH(c,K)};try{f.u||(BP(E,"unload",function(){}),f.u=1)}catch(c){};')();</script>
  <script type="text/javascript" nonce="z7xYLHuAf7l8/CNVRhSY0g">
  document.bg = new botguard.bg('ILHS9qf/2Yuh37mfQGZazqgG0tW4w1Hke9BVtqxSUzBL7EZYQ+GsRrNsObVpSe1U91TYKNeNl+dTaFH2/BXVL0+f6RZauqYSq8J+l2/pZ6DJJF3J5CBro8vLzrHWaHJ4jp4u+I2iXIToDmITfYIOGg8aYgfizXW76la8SACTzt/HmvC4oVcuvGzcLxrtANkJXCk++O1qqKJGc+KSqeD4edtE7Yg3cKcwb0PHb84murmk8qKFmONcDjScrgcpQ0g7AglRgmvPP0SYUBfhPLSMpa+/eoSl8aWcNXK6R5NLmSZZ8YsfplMXNbTq62/HUt4jlsW5FHI6RFOsjfOj3EQ1+86fuOjN8i6K5ZIyltNMsqkHua0rM7OchmdSuAQmsU5knKNhveieqEvSg6zxeXNWBHxy6F3BDMLAW37U2nb1uUOyp0H3/DaNXzBX9HMRKLO5WB4GY7Sxy3WKxPI6NyYIeTeOvSHtv06DAqPRBrhRXk1ZOGQq1WP6uLt0iimbcwpo/apxTikm23j3QqRFy0t5isLUrB46zkAyQIElNbYSAeFMZ0qGqUZOchKVHajGUg95Xfkirw+GWC5Xltl/nRgTNkqkBu3wrb96YHU5BDgwH+fkK42x2HKUN/iCe5CFPLDrhxOLoxG4i5JlsiwaXTR7HGyfMpoZTuL1UrWvZHVIr7t2I+1a4oLvrTlYeT2UrFaxgiRbl9a9WSAGXLDrcAbYBbPE1DEzwYMq+Te7JnW7qe9YQFn5X4S4VS+HwF9UFVUwP+5a5Oy6aKpkIqQgONtVPcO0ied7cH57/EKa9OCGMZOkNXZe6abQ5Paj0a+FIO+cXVszJUtNs27TWYKdjMs2TMQ7A9ixBWj3c3xLfvz4M1i+ks2X30OUFqgwPsYK9mRTt4ftiTS1CkLP4bfA2CkDwZSuvtkNXmLZrDqcyyOxET076kiqFvNrBPKqseLs8ZondaD5mK3XPYBd32fKgreFfLvjHWEU4cXAmZ/foKoHJIfK5J7I+/t6damlSFIx/fNYmwsP6MTqrwq64F7lW3KI8Gg2Fy8U8Y4nY+3ZospTt/hqocKe1bhrE5o9MycvXfjglNcwPpy7Z8TyxzVXK0Bh61w0J6XG8r5w2I4aziJIzWS9Bt1DIPNsEBuMnKRAjePd9QD+mhwTxr4z2HrRTHSIGikjw4XFAl1WUMdWwCeJp9bTWrMDyljcbbASAanqSIX3tlHslejAXomfN5oVlGPnLXxeJTOy/lWErv7A8T/3NeN7t4p9vrYorMWLfeLsiakiBVg9shn/EzfxkOJlaLteUIPwfVFyTlgUZ/oHqq3VAoOL/yZkJuI8HuzpmWrvCG6L0zvU3qAIvMs7Tc38QV+7IayY5rRmKXz0cRBvcDgIQjddjH2qf+MutZDg4guRDwRJdY4eMvwpdZJicyAago4LZr6BsAgPpaM2nwhIaH7WeJVqFv5BlIjr+pc+EaufGtzpXZyP+/WB3XBSt3I//mCPup3THPOj+2bM+2rvM4cIf+iOdMDdPu3X4mqvv2jphf12bET1JCP2UHKjiVudDP1kkKDfh7II3T41UVmXODW4u3x9UBCPTwahwp7QQPFu2zFxVJ2s8ocn8gQ68kK1mYaiWoLpIgHs9mke4ILzqxqiZ4DWY17iEkCwidofRLGgLcmTdNfbf0MLd18sFCvhXEHwEnqUdvhTSRWzwoP79d5Jq6DjN0tuhPwml7RLoNGD1FbMgQqEQJjXozDHBZ6f8sv8LIMkM1Z3Z9bChDQ8eFM1z0VpL2hSLj8OtNEwPknUiVQElwoVjHmEtfp3C6rfS8mgWI1rT5bZpSokps7FELTgNO3N98jF8muQPPcQ/AqYHDH5AGRceR2bogHw81oz1JWBABr6A8gb70hEOuFJimmbIciiYANAf0qq28dGsk3TNb4KjH65VNzTCtBhQgxlKxC2fKKlQUMrJ2slWp05QCpgJurXgdQ02vbxqVnzflXsdNP57lY+wCvmPFWeNKj6Etk5Ct62Wzo049dtS+AGhvEzfraXE/6eLajPeX3I+ccAiGb3MwUH9MgrhHePJCLFIXHYHnRuvr+lw4HRGETCpBa8djYp2SuRqxXh9cvPcTNmLCxedPCUdefBmjawph2qHFbgGzzcuP5+eS2e2KoUOl+11HZDqr3tmmCg2FIp8y4HWXjTnyzo9AiDFPiAGf557nAzGiR58Iwvy7dN/7wqnGGLVr6beHzxU4oavHVKGBHGgIIKr5n5Y+9ztQoWbCxbFwLOh46bR2/TBv4Wovk2F8qXlUjhEw+aga2At//DHdZYd0EdT5K0OfKF+jXw9L/V9rYryyd4CDBPATgvaQzk5/TEoCHpMiS8YZo17zB9snmni++QR/WBhkmjOwx+sSJKCFEA4lKuuGI/XhGSo4QWN53SA23SAZK2M1F0gxm0bmlVhY6nxwZYM9SM08Tw9OnLXybkyIfUJiTDySJXAO56E+ABvTSVicfW3RMpyRuQV/JlAFV4y8sxH82xh6qfJWwAAB6rjb71G/C/E9uLvWx9Z1oS5A7I2tEU8KswiADO6YxKQcHCTihaVJRr7htnrILEttTTLnENoq9oCdsfA6kfc390zn5eLltdc+SiM1XRrYs3Y/hBOQpsBb43bPk//CvqL7qe2/CejThvjzCau2hlYYq76wezBk96jnSrO9v8V8VvB4boK/U8OUE6ofGi4gayJsud1qEMtHZdpzOxOgzQe2GFlBH3WRrUp88HGaHyWJyamOXu27jmDKIHx2bdz5mTxxui8Ytf6dDWspspw+vunDN2kEsRuT2FVltDx1+Hp8HdyfedZic7kr7TC+cO/EkRgLf4hD8hTKGM88LOJWeR8qmE/gdLsA0Zx0YY/N9WKROncsTtNcrsmLZ4pk0Plf/Q/Bj1K+j3XEWl7ytU6dJZCX6V5inSSlENl9xSTQzxftIfbSnbSc4WT0vUDJp7eUhqJrd39BWHJSnsNJggdRWF2WvsVnm/IdJV5I6JVNRhdrUsS8F6urLnQV7028Gtrl3zFfApKgOJDjVGrbHlrYWk0P1bKctrI6Pn84wjnNOlfhefkKIFZW5zfHaTO1G2esBbQov8Qc5yMMo7NN03A+Cmn012vn7LNGbe16ZtZd4ec87vokaal7W3ooZNifi9oC5vZFcKWRI20YGUbxr0eXMJ7iX57GpjHPSOTMjG3GwBJB4Q/fTQeOYcdaTWchRjy1Wv7X6hfptabgFtykVQOal/WXM7QbOI7doFSqaztGnj8YOTi6gd/RahS5jWM2o/XTvHZeWJyy07S+JKhmhctappv1n2O/RRFVLcImY/gn41hHsFgM1eh9x67WSmA1ZbD2m7eEH+1iiUmByLfzzzPqKhHQDbZ6+Ht3Q6IhTbmGjjgLjMPjlDkMqOuepcxiPmcWSXqV5aXUO/kpqEnVfiR6CLoTJfdpRFhI8jGhwUSRfpqBAE0u9i4cDe0h7bSUvjD8YX3o0drVXu98Mbo6S0Xh0oCVAfZ/S8YQI1CAAEgHXD0d9NGWWh4VSEhj6FEe10ZrxenB2GPkcYr0SvokeO7J7ObZ0alVLYS/wpDnMHpozTZmbnWnWpNLdmeXsz/lHNmn5maBQsIiPWfuMM7KmNcosW0LFozyj6MDg1dqhdKeJ/T9vUmNcJopKzk0bklOU9UUtSuhW97eqqXvYE/kjOXU5ELDRn544bl5+rJysBocCEmte/GAGvESFxwtxeiHXuKcz5h8VRtFnRP/uXHQ3dT4TXIY9NtExSkkt4JWAqMOK0jaDpql0N/RjOR7BQkE7TUxrnDg5zMmfwxQbbq9p1sScFtcqmSyFll3Wz1HOa5ahclRxaHVoHI2riIUzoPddAgafA94kKUqcT+7vwMCk6IJk6uPKzQV5crVnqwSG65cfFoi/DOlVHFRZNhDSRSlnMH6fdNd+Zkb5JY8LxoTQ/5Yjh9eWSEV/sU8TFrGG0d0c2TCwo0P8aqRbUmU7QiB6cj95sI3RrS3BjmPBaKBdyJXIlS58GJ7HLLvzkVtb/8lEK60T7Y2+WGxpMZHwT9rwge1b1Q3soBVVi7xghlY9z4+lCgAsG8dfKM0u2kZQpNihoJOwl/09wYl0ZxLRlJJ4D162isXsVzU20Z2Lq5KJpWM5uEuGx4GYpDfF7iLnzif3h03HD4Lomi2NacfZWfIAdYiVnH3/oI5uBjKlKKQaC4CxxX7q6PhLNaJtEIZsPzMFwO3/dW5SBDV+2nx4euO2a7EJ8MZHPFNRsg+RY21BnetBnFxWeAMyq5iUtR1M5GN7W6fDacopdjb3EM6OW15BME3ArURKWlcvbqCVYdBkPKNSNqNbhB2XJE7x0UxQhISm3TFPqA7lHWloh1BPb85EnmN4583Q6AV3uslpmA51ThDZQ/3ofvyiffzSAVBG1rWWYcJ3f+6OAFsUVmM1ltv72jZekdzy0ckBaga98dlqDOs0z+afPTMJrLzOtU2d9zKcIZIL2xf0FKBdg0HBqG1uGG1anzE9iDMLdgc1RtU8Bp5RFfaD/UU9Noob0j0U13t3UQiZqDqQmzxtGx9GJ+mvaVSwFZmLROkAOvD6cBCoMVfo2OiiVR8CPj+FzVHZAyWSqrwMJb1ssdypP/0H5QIPn84aGFR8mKgS/iD/dWIWpKi6rc0EjDE/qOD1deN58dutRdgTAQdetT7B3GYoVztaJmhejA2H4PeUJWh409+FBeyTPBrEjYoIlv3up/wKoY0fQ2pViQ8S6VyMbge38mI/itfISSFg3/CojS/oSyoUs93aQveIznD/F5m1zT1FnBhYIHzntxrGLB7jtnw6NLIqBKpZAtPEQ6M/UY+D3Az5OwddL5tdpSglRNIFN62elUeHu9BLTPSBQa/8i/btelSX/a6g2yW7QQXMCPNufPFpSEooz1k1w5FlmoKG4dSdJVNNc0Wtr0sJPTte7VUMMtxxHAvczV44xIOrF5vnsdqSxmY1M3kK4dPXr6eAn5sKkCVl4RlbEoo5OP6GQQ6DTdaa/P0NM9QAEeoj5xwCSzNPS2lkUI2PeZsTzx09B30Fg1DD3L3uguS/JakaIHSX2rbl64nDwnaaQPDRouVuGrblaQ==');
  </script>
<script nonce="z7xYLHuAf7l8/CNVRhSY0g">
  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="z7xYLHuAf7l8/CNVRhSY0g">
  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="z7xYLHuAf7l8/CNVRhSY0g">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
  </script>
<script nonce="z7xYLHuAf7l8/CNVRhSY0g">
  (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;
  signinButton = document.getElementById('next');
  gaia_attachEvent(window, 'load', function(){
  gaia_scrollToElement(signinButton);
  });
  })();
</script>
  <script nonce="z7xYLHuAf7l8/CNVRhSY0g">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.a=h();this.parameters={}};g("gaia.ajax.XmlHttpFormRequest",k);
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.a;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.send=k.prototype.send;
k.prototype.h=function(b,c,a){var d=this.a;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.sendJson=k.prototype.h;k.prototype.get=function(b,c){var a=this.a;a.open("GET",b,!0);a.onreadystatechange=function(){4==a.readyState&&c({status:a.status,text:a.responseText})};a.send()};k.prototype.get=k.prototype.get;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.g=b;this.f=c;this.c=m();this.b=!1},q=function(){var b=n,c=m();c==b.c||b.b||(b.c=c,(new k).get(b.f,function(a){var d=n;a&&a.status&&200==a.status&&"OK"==a.text&&(d.a&&clearInterval(d.a),d.b||(window.location=d.g))}))};p.prototype.start=function(b){if(this.a)return!1;this.a=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.b=!0;b.a&&(clearInterval(b.a),b.a=null)});
</script>
  <script type="text/javascript" nonce="z7xYLHuAf7l8/CNVRhSY0g">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fsites.google.com%2Fcca.sg%2Fspinfocomm%2Ffeed%2Fatom%2F\x26followup=https%3A%2F%2Fsites.google.com%2Fcca.sg%2Fspinfocomm%2Ffeed%2Fatom%2F\x26passive=1209600\x26noautologin=true',
  'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fsites.google.com%2Fcca.sg%2Fspinfocomm%2Ffeed%2Fatom%2F\x26followup=https%3A%2F%2Fsites.google.com%2Fcca.sg%2Fspinfocomm%2Ffeed%2Fatom%2F\x26passive=1209600');
  </script>
  </body>
</html>
