
<!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="AFoagUW0E1FU6dbjaVA85NeGZbd9XwW0HA:1538859099302">
  <input type="hidden" name="continue" value="https://sites.google.com/a/kraslavasgimnazija.lv/jaunumi/rss.xml">
  <input type="hidden" name="followup" value="https://sites.google.com/a/kraslavasgimnazija.lv/jaunumi/rss.xml">
  <input id="profile-information" name="ProfileInformation" type="hidden" value="">
  <input id="session-state" name="SessionState" type="hidden" value="AEThLly885fHJaw5Zk1mYC9UN1-NHiQBhISImRYf6mYzbj-dEPy0Qt_jalP10D_tZv3VwqckABUV_NNiXzMdYauLtfRBAhbOmqw6iVnU_rmkscWMLQSA7Iblljk1qhqOOhsddDWezhnGG_cm63TDfJye-6mNNa1pjSNcI3ibm8nlGFl0rTNgRcc">
  <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%2Fa%2Fkraslavasgimnazija.lv%2Fjaunumi%2Frss.xml&amp;hl=en">
  Find my account
  </a>
  </div>
  </div>
  </form>
</div>
  <div class="card-mask-wrap
    
        
     no-name">
  <div class="card-mask">
  <div class="one-google">
  <p class="create-account">
  <span id="link-signin-different">
  <a href="https://accounts.google.com/AccountChooser?continue=https%3A%2F%2Fsites.google.com%2Fa%2Fkraslavasgimnazija.lv%2Fjaunumi%2Frss.xml&amp;followup=https%3A%2F%2Fsites.google.com%2Fa%2Fkraslavasgimnazija.lv%2Fjaunumi%2Frss.xml">
  Sign in with a different account
  </a>
  </span>
  <span id="link-signup">
  <a href="https://accounts.google.com/SignUp?continue=https%3A%2F%2Fsites.google.com%2Fa%2Fkraslavasgimnazija.lv%2Fjaunumi%2Frss.xml">
  Create account
  </a>
  </span>
  </p>
<p class="tagline">
  One Google Account for everything Google
</p>
<div class="logo-strip"></div>
  </div>
  </div>
  </div>
</div>
  </div>
  <div class="google-footer-bar">
  <div class="footer content clearfix">
  <ul id="footer-list">
  <li>
  <a href="https://www.google.com/intl/en/about" target="_blank">
  About Google
  </a>
  </li>
  <li>
  <a href="https://accounts.google.com/TOS?loc=US&hl=en&privacy=true" target="_blank">
  Privacy
  </a>
  </li>
  <li>
  <a href="https://accounts.google.com/TOS?loc=US&hl=en" target="_blank">
  Terms
  </a>
  </li>
  <li>
  <a href="http://www.google.com/support/accounts?hl=en" target="_blank">
  Help
  </a>
  </li>
  </ul>
  </div>
</div>
  </div>
<script type="text/javascript" nonce="13n7E78UqZN6bPeN8a3yAp/ewJg">
  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="13n7E78UqZN6bPeN8a3yAp/ewJg">/* Anti-spam. Want to say hello? Contact (base64) Ym90Z3VhcmQtY29udGFjdEBnb29nbGUuY29t */Function('var X=function(Y,H){return Y<H?-1:Y>H?1:0},YD=function(){},g,F=this,K,e=function(Y,H,D){if(H=typeof Y,"object"==H)if(Y){if(Y instanceof Array)return"array";if(Y instanceof Object)return H;if((D=Object.prototype.toString.call(Y),"[object Window]")==D)return"object";if("[object Array]"==D||"number"==typeof Y.length&&"undefined"!=typeof Y.splice&&"undefined"!=typeof Y.propertyIsEnumerable&&!Y.propertyIsEnumerable("splice"))return"array";if("[object Function]"==D||"undefined"!=typeof Y.call&&"undefined"!=typeof Y.propertyIsEnumerable&&!Y.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==H&&"undefined"==typeof Y.call)return"object";return H},Hp=function(Y){return/^[\\s\\xa0]*([\\s\\S]*?)[\\s\\xa0]*$/.exec(Y)[1]},Dd=function(Y,H,D,v,T){for(v=D=(H=[],0);v<Y.length;v++)T=Y.charCodeAt(v),128>T?H[D++]=T:(2048>T?H[D++]=T>>6|192:(55296==(T&64512)&&v+1<Y.length&&56320==(Y.charCodeAt(v+1)&64512)?(T=65536+((T&1023)<<10)+(Y.charCodeAt(++v)&1023),H[D++]=T>>18|240,H[D++]=T>>12&63|128):H[D++]=T>>12|224,H[D++]=T>>6&63|128),H[D++]=T&63|128);return H},M=function(Y,H){return(H=typeof Y,"object")==H&&null!=Y||"function"==H},n={},vp=function(Y,H){function D(){}((Y.prototype=((D.prototype=H.prototype,Y).f=H.prototype,new D),Y).prototype.constructor=Y,Y).bR=function(Y,D,V){for(var v=Array(arguments.length-2),T=2;T<arguments.length;T++)v[T-2]=arguments[T];return H.prototype[D].apply(Y,v)}},p={},oi=function(Y){for(Y=0;64>Y;++Y)p[Y]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(Y),n["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(Y)]=Y;(n["/"]=(p[64]="",n["+"]=62,63),n)["="]=64};a:{var TZ=F.navigator;if(TZ){var VN=TZ.userAgent;if(VN){g=VN;break a}}g=""}var d="",XW=function(Y){return(Y=F.document)?Y.documentMode:void 0},mg=function(Y,H,D){return(D=ai,Object).prototype.hasOwnProperty.call(D,Y)?D[Y]:D[Y]=H(Y)},g6=function(Y,H,D){for(D in Y)if(H.call(void 0,Y[D],D,Y))return true;return false},B=/\\b(?:MSIE|rv)[: ]([^\\);]+)(\\)|;)/.exec(g),b=(B&&(d=B?B[1]:""),XW()),Uv=null!=b&&b>parseFloat(d)?String(b):d,ai={},FW,fF=F.document,O=(FW=fF?XW()||("CSS1Compat"==fF.compatMode?parseInt(Uv,10):5):void 0,9<=Number(FW)),KF=!function(Y){return mg(Y,function(H,D,v,T,V,a,L){for(V=(T=Math.max((D=Hp((v=Hp(String(Y)).split("."),H=0,String(Uv))).split("."),D.length),v.length),0);0==H&&V<T;V++){a=(L=v[V]||"",D[V]||"");do{if((L=(a=/(\\d*)(\\D*)(.*)/.exec(a)||["","","",""],/(\\d*)(\\D*)(.*)/.exec(L))||["","","",""],0==a[0].length)&&0==L[0].length)break;a=(L=(H=X(0==a[1].length?0:parseInt(a[1],10),0==L[1].length?0:parseInt(L[1],10))||X(0==a[2].length,0==L[2].length)||X(a[2],L[2]),L)[3],a)[3]}while(0==H)}return 0<=H})}("9"),hC=function(Y,H){if(!F.addEventListener||!Object.defineProperty)return false;H=Object.defineProperty({},"passive",{get:(Y=false,function(){Y=true})});try{F.addEventListener("test",YD,H),F.removeEventListener("test",YD,H)}catch(D){}return Y}(),A=function(Y,H){(this.defaultPrevented=false,this).type=(this.currentTarget=this.target=H,Y)},J=((A.prototype.stopPropagation=function(){},A).prototype.preventDefault=function(){this.defaultPrevented=true},function(Y,H,D,v){(this.w=((this.pointerId=(this.metaKey=this.shiftKey=this.altKey=(this.charCode=(this.button=this.screenY=this.screenX=(this.relatedTarget=this.currentTarget=(A.call(this,Y?Y.type:""),this).target=null,this.clientY=this.clientX=this.offsetY=this.offsetX=0),this.key="",this.keyCode=0),this.ctrlKey=false),this.state=null,0),this).pointerType="",null),Y)&&(D=this.type=Y.type,v=Y.changedTouches?Y.changedTouches[0]:null,this.target=Y.target||Y.srcElement,this.currentTarget=H,H=Y.relatedTarget,H||("mouseover"==D?H=Y.fromElement:"mouseout"==D&&(H=Y.toElement)),this.relatedTarget=H,null===v?(this.offsetX=void 0!==Y.offsetX?Y.offsetX:Y.layerX,this.offsetY=void 0!==Y.offsetY?Y.offsetY:Y.layerY,this.clientX=void 0!==Y.clientX?Y.clientX:Y.pageX,this.clientY=void 0!==Y.clientY?Y.clientY:Y.pageY,this.screenX=Y.screenX||0,this.screenY=Y.screenY||0):(this.clientX=void 0!==v.clientX?v.clientX:v.pageX,this.clientY=void 0!==v.clientY?v.clientY:v.pageY,this.screenX=v.screenX||0,this.screenY=v.screenY||0),this.button=Y.button,this.keyCode=Y.keyCode||0,this.key=Y.key||"",this.charCode=Y.charCode||("keypress"==D?Y.keyCode:0),this.ctrlKey=Y.ctrlKey,this.altKey=Y.altKey,this.shiftKey=Y.shiftKey,this.metaKey=Y.metaKey,this.pointerId=Y.pointerId||0,this.pointerType="string"==typeof Y.pointerType?Y.pointerType:ed[Y.pointerType]||"",this.state=Y.state,this.w=Y,Y.defaultPrevented&&this.preventDefault())}),ed=(vp(J,A),{2:"touch",3:"pen",4:"mouse"}),x=(J.prototype.preventDefault=function(Y){if((Y=(J.f.preventDefault.call(this),this.w),Y).preventDefault)Y.preventDefault();else if(Y.returnValue=false,KF)try{if(Y.ctrlKey||112<=Y.keyCode&&123>=Y.keyCode)Y.keyCode=-1}catch(H){}},J.prototype.stopPropagation=function(){J.f.stopPropagation.call(this),this.w.stopPropagation?this.w.stopPropagation():this.w.cancelBubble=true},"closure_listenable_"+(1E6*Math.random()|0)),M3=0,nF=function(Y,H,D,v,T){this.type=(this.capture=!!v,(this.M=this.X=false,this.key=++M3,this.src=H,this).listener=Y,this.c=null,D),this.j=T},R=function(Y){((this.$=0,this).src=Y,this).I={}},q=function(Y){((Y.M=(Y.c=null,!(Y.listener=null,0)),Y).src=null,Y).j=null},E=(R.prototype.hasListener=function(Y,H,D,v,T){return T=(v=(D=void 0!==Y)?Y.toString():"",void 0)!==H,g6(this.I,function(Y,a){for(a=0;a<Y.length;++a)if(!(D&&Y[a].type!=v||T&&Y[a].capture!=H))return true;return false})},(R.prototype.remove=function(Y,H,D,v,T){if(!((Y=Y.toString(),Y)in this.I))return false;return(H=E((T=this.I[Y],T),H,D,v),-1)<H?(q(T[H]),Array.prototype.splice.call(T,H,1),0==T.length&&(delete this.I[Y],this.$--),true):false},R.prototype).add=function(Y,H,D,v,T,V,a){return(Y=(V=Y.toString(),this.I)[V],Y||(Y=this.I[V]=[],this.$++),a=E(Y,H,v,T),-1<a)?(H=Y[a],D||(H.X=false)):(H=new nF(H,this.src,V,!!v,T),H.X=D,Y.push(H)),H},function(Y,H,D,v,T,V){for(T=0;T<Y.length;++T)if(V=Y[T],!V.M&&V.listener==H&&V.capture==!!D&&V.j==v)return T;return-1}),P="closure_lm_"+(1E6*Math.random()|0),be=function(Y,H,D,v,T,V,a,L){if(!H)throw Error("Invalid event type");if((a=M(T)?!!T.capture:!!T,!a)||O)if((L=N(Y))||(Y[P]=L=new R(Y)),D=L.add(H,D,v,a,V),!D.c){if((((v=pF(),D).c=v,v).src=Y,v).listener=D,Y.addEventListener)hC||(T=a),void 0===T&&(T=false),Y.addEventListener(H.toString(),v,T);else if(Y.attachEvent)Y.attachEvent(d6(H.toString()),v);else if(Y.addListener&&Y.removeListener)Y.addListener(v);else throw Error("addEventListener and attachEvent are unavailable.");Bp++}},Ov=function(Y,H,D,v,T,V,a){if("number"!=typeof Y&&Y&&!Y.M)if((H=Y.src)&&H[x])H.cP(Y);else if(v=Y.c,D=Y.type,H.removeEventListener?H.removeEventListener(D,v,Y.capture):H.detachEvent?H.detachEvent(d6(D),v):H.addListener&&H.removeListener&&H.removeListener(v),Bp--,D=N(H)){if(v=Y.type,v in D.I){T=D.I[v];b:if("string"==typeof T)V="string"==typeof Y&&1==Y.length?T.indexOf(Y,0):-1;else{for(V=0;V<T.length;V++)if(V in T&&T[V]===Y)break b;V=-1}(a=0<=V)&&Array.prototype.splice.call(T,V,1),a&&(q(Y),0==D.I[v].length&&(delete D.I[v],D.$--))}0==D.$&&(D.src=null,H[P]=null)}else q(Y)},AC=function(Y,H,D,v,T,V){if("array"==e(H))for(V=0;V<H.length;V++)AC(Y,H[V],D,v,T);else D=JC(D),Y&&Y[x]?Y.Ri(H,D,M(v)?!!v.capture:!!v,T):be(Y,H,D,true,v,T)},sv=function(Y,H,D,v){return((D=(v=Y.j||Y.src,Y.listener),Y.X)&&Ov(Y),D).call(v,H)},d6=function(Y){return Y in jd?jd[Y]:jd[Y]="on"+Y},xD=function(Y,H,D,v){if(Y.M)return true;if(!O){if(!H)a:{for(D=(H=["window",(v=0,"event")],F);v<H.length;v++)if(D=D[H[v]],null==D){H=null;break a}H=D}return sv((H=new J(H,this),Y),H)}return sv(Y,new J(H,this))},ie=function(Y,H,D,v,T,V){if(v&&v.once)AC(Y,H,D,v,T);else if("array"==e(H))for(V=0;V<H.length;V++)ie(Y,H[V],D,v,T);else D=JC(D),Y&&Y[x]?Y.q5(H,D,M(v)?!!v.capture:!!v,T):be(Y,H,D,false,v,T)},N=function(Y){return Y=Y[P],Y instanceof R?Y:null},Bp=0,jd={},pF=function(Y,H){return Y=xD,H=O?function(D){return Y.call(H.src,H.listener,D)}:function(D){if(!(D=Y.call(H.src,H.listener,D),D))return D}},Ri=function(Y,H,D,v,T,V){if("array"==e(H))for(V=0;V<H.length;V++)Ri(Y,H[V],D,v,T);else(v=M(v)?!!v.capture:!!v,D=JC(D),Y&&Y[x])?Y.lR(H,D,v,T):Y&&(Y=N(Y))&&(H=Y.I[H.toString()],Y=-1,H&&(Y=E(H,D,v,T)),(D=-1<Y?H[Y]:null)&&Ov(D))},q3="__closure_events_fn_"+(1E9*Math.random()>>>0),GZ=function(Y,H){return(H=Y.s(),H&128)&&(H=H&127|Y.s()<<7),H},C=function(Y,H){try{Ii(this,Y,H)}catch(D){Q(this,D)}},Ev=function(Y,H,D,v){(v=(D=Y.s(),Y.s()),w)(Y,v,r(Y.B(D),H))},Pp=function(Y,H){(Y.g.push(Y.K.slice()),Y.K)[163]=void 0,W(Y,163,H)},JC=(C.prototype.o=function(Y,H,D,v,T,V,a,L,f,h){if(4==(H=Y[0],H)){Y=Y[1];try{for(D=0,H=[];D<Y.length;){if(V=(T=(v=n[Y.charAt(D++)],D<Y.length?n[Y.charAt(D)]:0),++D,D)<Y.length?n[Y.charAt(D)]:64,++D,a=D<Y.length?n[Y.charAt(D)]:64,++D,null==v||null==T||null==V||null==a)throw Error();H.push(v<<2|T>>4),64!=V&&(H.push(T<<4&240|V>>2),64!=a&&H.push(V<<6&192|a))}this.C=H}catch(m){z(this,17,m)}w6(this)}else if(1==H)T=Y[1],v=Y[2],v.push(this.B(210).length,this.B(39).length,this.B(36).length,this.B(34)),this.v=T,W(this,24,Y[3]),this.K[38]&&Wp(this,this.B(38));else{if(2==H){for(V=(T=((((T=(T=(V=r((v=Y[2],this.B(210).length)+2,2),this).B(236),0<T.length&&w(this,210,r(T.length,2).concat(T),15),this.B(162))&511,T-=this.B(210).length+5,a=this.B(39),4)<a.length&&(T-=a.length+3),0<T)&&w(this,210,r(T,2).concat(Sd(T)),10),4)<a.length&&w(this,210,r(a.length,2).concat(a),153),Sd(2).concat(this.B(210))),T[1]=T[0]^3,T[3]=T[1]^V[0],T[4]=T[1]^V[1],[]),a=0;a<T.length;a+=3)L=T[a],f=(Y=a+1<T.length)?T[a+1]:0,h=(H=a+2<T.length)?T[a+2]:0,D=L>>2,L=(L&3)<<4|f>>4,f=(f&15)<<2|h>>6,h&=63,H||(h=64,Y||(f=64)),V.push(p[D],p[L],p[f],p[h]);if(V=V.join(""))V="!"+V;else for(V="",a=0;a<T.length;a++)Y=T[a][this.a](16),1==Y.length&&(Y="0"+Y),V+=Y;return((T=V,this.B(210).length=v[0],this).B(39).length=v[1],this.B(36).length=v[2],W)(this,34,v[3]),T}if(3==H)Wp(this,Y[1]);else if(6==H)return Wp(this,Y[1])}},C.prototype.A={},C.prototype.P="caller",function(Y){if("function"==e(Y))return Y;return Y[q3]||(Y[q3]=function(H){return Y.handleEvent(H)}),Y[q3]}),S=function(Y,H,D,v,T){if(0!=Y.W.length){if(T=0==Y.Z)Y.S=Y.R();return(D=N3(Y,D,v),T)&&(T=Y.R()-Y.S,T<(H?10:0)||0>=Y.T--||Y.BP.push(254>=T?T:254)),D}},QN=function(Y,H,D,v){for(D=Y.s(),v=0;0<H;H--)v=v<<8|Y.s();W(Y,D,v)},yN=function(Y,H,D,v,T,V){return function(){var a=v&1,L=[6,H,D,void 0,T,V,arguments];if(v&2)var f=S(Y,true,(Z(Y,L),false),false);else a&&Y.W.length?Z(Y,L):a?(Z(Y,L),S(Y,true,false,false)):f=CF(Y,L);return f}},N3=function(Y,H,D,v,T){for(;Y.W.length;){if(D&&H&&$D(Y)){T=Y,Y.wp(function(){S(T,false,H,false)});break}v=(v=(D=true,Y.W.pop()),CF(Y,v))}return v},w6=function(Y,H,D,v,T,V,a){Y.Z++;try{for(V=0,v=(D=Y.C.length,5001),T=void 0;(Y.Ii||--v)&&(Y.V||(V=Y.B(163))<D);)try{Y.V?T=Y.s(true):(W(Y,44,V),a=Y.s(),T=Y.B(a)),T&&T.call?T(Y):z(Y,21,0,a),Y.L=true,t(Y,0,2)}catch(L){L!=Y.A&&(Y.B(11)?z(Y,22,L):W(Y,11,L))}v||z(Y,33)}catch(L){try{z(Y,22,L)}catch(f){Q(Y,f)}}return D=Y.B(24),H&&W(Y,163,H),Y.Z--,D},r6=function(Y,H){(H=Y.B(163)-H,W(Y,163,Y.C.length),Y.W).push([3,H])},k=F,Z=(C.prototype.R=(window.performance||{}).now?function(){return this.E1+(window.performance.now()|0)}:function(){return+new Date},function(Y,H){Y.W.splice(0,0,H)}),Zd=(C.prototype.wp=F.requestIdleCallback?function(Y){requestIdleCallback(Y,{timeout:4})}:F.setImmediate?function(Y){setImmediate(Y)}:function(Y){setTimeout(Y,0)},function(Y,H){return Y[H]<<24|Y[H+1]<<16|Y[H+2]<<8|Y[H+3]}),w=function(Y,H,D,v,T,V){for(v=(((T=Y.B(H),39==H)?(H=function(Y,H,D,v){if((D=(H=T.length,H-4)>>3,T).Vi!=D){D=(D<<3)-(T.Vi=D,4),v=[0,0,0,V];try{T.C7=zZ(Zd(T,D),Zd(T,D+4),v)}catch(m){throw m;}}T.push(T.C7[H&7]^Y)},V=Y.B(230)):H=function(Y){T.push(Y)},v)&&H(v&255),Y=D.length,0);v<Y;v++)H(D[v])},Q=(C.prototype.uR=(C.prototype.a="toString",function(Y,H,D,v,T){for(T=v=0;T<Y.length;T++)v+=Y.charCodeAt(T),v+=v<<10,v^=v>>6;return(v=new (v+=v<<3,v^=v>>11,Y=v+(v<<15)>>>0,Number)(Y&(1<<H)-1),v)[0]=(Y>>>H)%D,v}),C.prototype.Y=(C.prototype.xD=function(Y,H,D,v){for(;D--;)163!=D&&44!=D&&H.K[D]&&(H.K[D]=H[v](H[Y](D),this));H[Y]=this},36),C.prototype.ai=function(Y,H,D,v){try{v=Y[(H+2)%3],Y[H]=Y[H]-Y[(H+1)%3]-v^(1==H?v<<D:v>>>D)}catch(T){throw T;}},function(Y,H){Y.b=("E:"+H.message+":"+H.stack).slice(0,2048)}),u=[(C.prototype.B=(C.prototype.oi=function(Y,H,D){return(H=((H^=H<<13,H^=H>>17,H)^H<<5)&D)||(H=1),Y^H},function(Y,H){if((H=this.K[Y],void 0)===H)throw z(this,30,0,Y),this.A;return H()}),C.prototype.s1=function(Y,H,D,v){(D=(v=(Y&=(H=Y&4,3),D=this.s(),this.s()),this).B(D),H&&(D=Dd((""+D).replace(/\\r\\n/g,"\\n"))),Y&&w(this,v,r(D.length,2)),w)(this,v,D)},"botguard")],W=function(Y,H,D){if(163==H||44==H)if(Y.K[H])Y.K[H][Y.a](D);else Y.K[H]=Y.WP(D);else if(210!=H&&39!=H&&36!=H&&236!=H||!Y.K[H])Y.K[H]=Y.m(D,Y.B);52==H&&(Y.G=void 0,W(Y,163,Y.B(163)+4))},z=function(Y,H,D,v,T){(D=((v=(0==((H=(T=Y.B(44),[H,T>>8&255,T&255]),void 0!=v)&&H.push(v),Y.B(236).length)&&(Y.K[236]=void 0,W(Y,236,H)),""),D)&&(D.message&&(v+=D.message),D.stack&&(v+=":"+D.stack)),Y.B(34)),3<D&&(v=v.slice(0,D-3),D-=v.length+3,v=Dd(v.replace(/\\r\\n/g,"\\n")),w(Y,39,r(v.length,2).concat(v),12)),W)(Y,34,D)},zZ=function(Y,H,D,v){try{for(v=0;79669387488!=v;)Y+=(H<<4^H>>>5)+H^v+D[v&3],v+=2489668359,H+=(Y<<4^Y>>>5)+Y^v+D[v>>>11&3];return[Y>>>24,Y>>16&255,Y>>8&255,Y&255,H>>>24,H>>16&255,H>>8&255,H&255]}catch(T){throw T;}},r=function(Y,H,D,v){for(D=(v=H-1,[]);0<=v;v--)D[H-1-v]=Y>>8*v&255;return D},tC=function(Y,H,D,v,T,V){for(T=(v=((D=(H={},Y.s()),H.O=Y.s(),H).F=[],Y.s()-1),Y).s(),V=0;V<v;V++)H.F.push(Y.s());for(H.N=Y.B(D),H.h=Y.B(T);v--;)H.F[v]=Y.B(H.F[v]);return H},Wp=(C.prototype.ZW=function(Y,H,D){if(3==Y.length){for(D=0;3>D;D++)H[D]+=Y[D];for(D=(Y=[13,8,13,12,16,5,3,10,15],0);9>D;D++)H[3](H,D%3,Y[D])}},function(Y,H,D){return w6((D=Y.B(163),Y.C&&D<Y.C.length?(W(Y,163,Y.C.length),Pp(Y,H)):W(Y,163,H),Y),D)}),Sd=(C.prototype.s=function(Y,H){if(this.V)return Y=Y?this.V().shift():this.l().shift(),this.V().length||this.l().length||(this.l=this.V=void 0,this.Z--),Y;if(!(Y=this.B(163),Y in this.C))throw z(this,31),this.A;return(((void 0==this.G&&(this.G=Zd(this.C,Y-4),this.U=void 0),this.U!=Y>>3)&&(this.U=Y>>3,H=[0,0,0,this.B(52)],this.F3=zZ(this.G,this.U,H)),W)(this,163,Y+1),this.C[Y])^this.F3[Y%8]},function(Y,H){for(H=[];Y--;)H.push(255*Math.random()|0);return H}),CF=function(Y,H,D,v,T){if(1==(D=(Y.L=false,H)[0],D))Y.T=25,Y.o(H);else if(2==D){v=H[D=H[1],3];try{Y.v=false,T=Y.o(H)}catch(V){Q(Y,V),T=Y.b}D&&D(T),v.push(T)}else if(3==D)Y.o(H);else if(4==D)Y.o(H);else if(5==D)H=H[1],Y.v=false,H();else if(6==D)return T=H[2],D=H[6],W(Y,218,H[4]?[D[0].w]:D),W(Y,24,T),Y.o(H)},$D=((C.prototype.H=35,C.prototype.K7=function(Y,H,D,v,T,V){if(this.b)return this.b;try{v=!!Y,T=[],V=[],Z(this,[1,v,T,H]),Z(this,[2,Y,T,V]),S(this,false,v,true),D=V[0]}catch(a){Q(this,a),D=this.b,Y&&Y(D)}return D},C.prototype).Ii=false,C.prototype.vP=function(Y,H,D,v,T,V){for(V=(D=[],v=0);V<Y.length;V++)for(v+=H,T=T<<H|Y[V];7<v;)v-=8,D.push(T>>v&255);return D},function(Y){if(Y.i){if(!Y.J)return false;Y.J=false}else if(10>Y.R()-Y.S)return false;return 0!=document.hidden?false:true}),Ii=function(Y,H,D,v,T){for(Y.J=((v=[],(Y.Z=0,Y.V=void 0,Y).m=(Y.i=0,function(Y,H,D,v,T,m){return m=(D=this,v=function(){return v[D.H+(T[D.P]===H)-!m[D.P]]},T=function(){return v()},D.o),T[D.a]=function(Y){v[D.Y]=Y},T[D.a](Y),Y=T}),Y).T=25,Y.L=!(Y.BP=[],1),((T=0,Y).l=void 0,Y).WP=function(Y,H,D){return(H=(D=function(){return Y},function(){return D()}),H)[this.a]=function(H){Y=H},H},false);128>T;T++)v[T]=String.fromCharCode(T);(Y.W=((((T=((Y.E1=((((((Y.zj=(((((((((((Y.K=[],W(Y,163,0),W)(Y,44,0),W)(Y,152,function(Y,H,D){D=(H=Y.s(),Y).s(),W(Y,D,Y.B(D)+Y.B(H))}),W(Y,200,function(Y){QN(Y,4)}),W)(Y,67,function(Y){Y.s1(4)}),W)(Y,52,0),W)(Y,27,function(Y,H,D,v){(H=(v=(H=Y.s(),D=Y.s(),Y).s(),Y.B(H)==Y.B(D)),W)(Y,v,+H)}),W(Y,206,function(Y,H,D,v,T,m,l){t(Y,1,5)||(H=tC(Y),T=H.N,D=H.F,l=D.length,v=H.h,0==l?m=new v[T]:1==l?m=new v[T](D[0]):2==l?m=new v[T](D[0],D[1]):3==l?m=new v[T](D[0],D[1],D[2]):4==l?m=new v[T](D[0],D[1],D[2],D[3]):z(Y,22),W(Y,H.O,m))}),W)(Y,160,function(Y,H,D,v){(D=(H=Y.s(),D=Y.s(),v=Y.s(),Y).B(D),H=Y.B(H),W)(Y,v,H[D])}),W)(Y,7,function(Y,H){t(Y,1,5)||(H=tC(Y),W(Y,H.O,H.N.apply(H.h,H.F)))}),W(Y,239,function(Y){Ev(Y,1)}),W)(Y,162,0),W(Y,24,{}),W(Y,202,function(Y){Ev(Y,4)}),W(Y,186,function(Y,H,D){(D=(H=Y.s(),Y.s()),0)!=Y.B(H)&&W(Y,163,Y.B(D))}),W)(Y,121,function(Y,H){(H=Y.B(Y.s()),Pp)(Y,H)}),Y.v=false,W)(Y,210,[165,0,0]),function(Y,H){H.push(Y[0]<<24|Y[1]<<16|Y[2]<<8|Y[3]),H.push(Y[4]<<24|Y[5]<<16|Y[6]<<8|Y[7]),H.push(Y[8]<<24|Y[9]<<16|Y[10]<<8|Y[11])}),W)(Y,221,function(Y,H,D,v,T,m,l){t(Y,1,5)||(H=tC(Y),D=H.F,T=H.N,l=D.length,v=H.h,0==l?m=v[T]():1==l?m=v[T](D[0]):2==l?m=v[T](D[0],D[1]):3==l?m=v[T](D[0],D[1],D[2]):z(Y,22),W(Y,H.O,m))}),W(Y,223,function(Y,H,D){(H=(D=(H=Y.s(),Y.s()),Y.K[H])&&Y.B(H),W)(Y,D,H)}),W(Y,5,function(Y,H,D,v){if(H=Y.g.pop()){for(D=Y.s();0<D;D--)v=Y.s(),H[v]=Y.K[v];Y.K=(H[34]=Y.K[H[236]=Y.K[236],34],H)}else W(Y,163,Y.C.length)}),W)(Y,199,function(Y){Y.v&&r6(Y,0)}),W(Y,222,function(Y,H,D,T,h,m,l){if((D=GZ((H=Y.s(),Y)),T="",Y).K[161])for(h=Y.B(161),m=0,l=h.length;D--;)m=(m+GZ(Y))%l,T+=v[h[m]];else for(;D--;)T+=v[Y.s()];W(Y,H,T)}),W(Y,125,function(Y,H,D,v,T){for(v=(T=(D=GZ((H=Y.s(),Y)),0),[]);T<D;T++)v.push(Y.s());W(Y,H,v)}),W)(Y,252,function(Y,H,D,v,T,m){if(!t(Y,1,255)){if("object"==e((Y=(D=(D=(H=Y.s(),Y.s()),v=Y.s(),T=Y.s(),H=Y.B(H),Y.B(D)),v=Y.B(v),Y).B(T),H))){for(m in T=[],H)T.push(m);H=T}for(m=(T=0,H.length);T<m;T+=v)D(H.slice(T,T+v),Y)}}),W(Y,20,Y),W(Y,32,function(Y,H,D,v){(H=Y.s(),D=Y.s(),v=Y.s(),W)(Y,v,Y.B(H)||Y.B(D))}),W)(Y,11,174),W)(Y,136,function(Y,H,D,v){(H=Y.s(),D=Y.s(),v=Y.s(),W)(Y,v,Y.B(H)>>D)}),(window.performance||{}).timing||{}).navigationStart||0,W)(Y,70,function(Y){QN(Y,2)}),D.D||function(){}),Y).g=[],W(Y,34,2048),W(Y,36,[]),W(Y,8,function(Y,H,D){(D=(H=Y.s(),Y).s(),W)(Y,D,""+Y.B(H))}),W(Y,109,function(){}),W(Y,103,function(Y){QN(Y,1)}),W(Y,141,function(Y,H,D,v){v=(D=(H=Y.s(),Y.s()),Y.s()),W(Y,v,(Y.B(H)in Y.B(D))+0)}),W(Y,230,0),W(Y,178,function(Y,H,D){t(Y,1,5)||(H=Y.s(),D=Y.s(),W(Y,D,function(Y){return eval(Y)}(Y.B(H))))}),W(Y,39,Sd(4)),W(Y,47,F),W)(Y,192,function(Y,H,D,v){(v=(H=Y.s(),D=Y.s(),Y).s(),Y.B(H))[Y.B(D)]=Y.B(v)}),W(Y,64,function(Y,H){Y=(H=Y.s(),Y.B(H)),Ri(Y[0],Y[1],Y[2])}),W(Y,130,function(Y,H,D,v,T){(v=(H=Y.s(),D=Y.s(),Y.B(Y.s())),T=Y.B(Y.s()),D=Y.B(D),W)(Y,H,yN(Y,D,v,T))}),W)(Y,236,[]),W(Y,126,function(Y,H,D,v,T){0!==(v=(T=(H=(v=(D=(H=Y.s(),Y.s()),Y).s(),Y).B(H),Y.B(Y.s())),D=Y.B(D),Y).B(v),H)&&(v=yN(Y,v,T,1,H,D),ie(H,D,v),W(Y,251,[H,D,v]))}),W(Y,251,0),W(Y,154,function(Y,H,D,v,T,m,l,G,I,U,LF,y,le){for(m=(T=(v=(H=Y.s(),D=0),function(H,T){for(;v<H;)D|=Y.s()<<v,v+=8;return D>>=(v-=H,T=D&(1<<H)-1,H),T}),T(3)+1),l=T(5),G=[],U=I=0;U<l;U++)LF=T(1),G.push(LF),I+=LF?0:1;for(y=(I=((U=0,I)-1).toString(2).length,[]);U<l;U++)G[U]||(y[U]=T(I));for(U=0;U<l;U++)G[U]&&(y[U]=Y.s());for(le=[],U=m;U--;)le.push(Y.B(Y.s()));W(Y,H,function(Y,H,D,v,T){for(D=[],v=(Y.Z++,0),H=[];v<l;v++){if(!(T=y[v],G)[v]){for(;T>=H.length;)H.push(Y.s());T=H[T]}D.push(T)}Y.V=Y.m(le.slice(),Y.s),Y.l=Y.m(D,Y.s)})}),W(Y,182,function(Y,H,D){H=(H=Y.s(),D=Y.s(),Y).B(H),W(Y,D,e(H))}),oi(),[]),H)&&"!"==H.charAt(0)?(Y.b=H,T()):(Y.C=[],D=!!D.D,Y.v=D,Z(Y,[4,H]),Z(Y,[5,T]),S(Y,false,D,true))},t=function(Y,H,D){if(0>=Y.i||1<Y.Z||!Y.L&&0<H||0!=document.hidden||Y.R()-Y.S<Y.i-D)return false;return r6(Y,(Y.J=true,H)),true};u[0]in k||"undefined"==typeof k.execScript||k.execScript("var "+u[0]);for(var c;u.length&&(c=u.shift());)k=k[c]&&k[c]!==Object.prototype[c]?k[c]:k[c]={};(K=F.botguard,K.bg=function(Y,H,D){return Y&&Y.substring&&(D=K[Y.substring(0,3)])?new D(Y.substring(3),H):new K.KKX(Y,H)},K).KKX=function(Y,H,D){(D=new C(Y,{D:H}),this).invoke=function(Y,H,V){return V=D.K7(H&&Y,V),Y&&!H&&Y(V),V}};try{K.u||(ie(F,"unload",function(){}),K.u=1)}catch(Y){};')();</script>
  <script type="text/javascript" nonce="13n7E78UqZN6bPeN8a3yAp/ewJg">
  document.bg = new botguard.bg('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');
  </script>
<script nonce="13n7E78UqZN6bPeN8a3yAp/ewJg">
  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="13n7E78UqZN6bPeN8a3yAp/ewJg">
  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="13n7E78UqZN6bPeN8a3yAp/ewJg">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
  </script>
<script nonce="13n7E78UqZN6bPeN8a3yAp/ewJg">
  (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="13n7E78UqZN6bPeN8a3yAp/ewJg">var e=this,g=function(a,c){a=a.split(".");var b=e;a[0]in b||!b.execScript||b.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)a.length||void 0===c?b[d]?b=b[d]:b=b[d]={}:b[d]=c};var h=function(){try{return new XMLHttpRequest}catch(b){for(var a=["MSXML2.XMLHTTP.6.0","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","Microsoft.XMLHTTP"],c=0;c<a.length;c++)try{return new ActiveXObject(a[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(a,c){var b=[],d;for(d in this.parameters)b.push(d+"="+encodeURIComponent(this.parameters[d]));b=b.join("&");var f=this.a;f.open("POST",a,!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(b)};k.prototype.send=k.prototype.send;
k.prototype.h=function(a,c,b){var d=this.a;d.open("POST",a,!0);d.setRequestHeader("Content-type","application/json");d.onreadystatechange=function(){4==d.readyState&&b({status:d.status,text:d.responseText})};d.send(c)};k.prototype.sendJson=k.prototype.h;k.prototype.get=function(a,c){var b=this.a;b.open("GET",a,!0);b.onreadystatechange=function(){4==b.readyState&&c({status:b.status,text:b.responseText})};b.send()};k.prototype.get=k.prototype.get;var l=/\s*;\s*/,m=function(){if(!document.cookie)return"";for(var a=document.cookie.split(l),c=0;c<a.length;c++){var b=a[c];b=b.replace(/^\s+/,"");b=b.replace(/\s+$/,"");if(0==b.indexOf("APISID="))return b.substr(7)}return""};var n=null,p=function(a,c){this.g=a;this.f=c;this.c=m();this.b=!1},q=function(){var a=n,c=m();c==a.c||a.b||(a.c=c,(new k).get(a.f,function(b){var a=n;b&&b.status&&200==b.status&&"OK"==b.text&&(a.a&&clearInterval(a.a),a.b||(window.location=a.g))}))};p.prototype.start=function(a){if(this.a)return!1;this.a=setInterval(function(){q()},a);return!0};g("gaia.loginAutoRedirect.start",function(a,c,b){if(n||!b||!c||0>=a)return!1;n=new p(c,b);return n.start(a)});
g("gaia.loginAutoRedirect.stop",function(){var a=n;a.b=!0;a.a&&(clearInterval(a.a),a.a=null)});
</script>
  <script type="text/javascript" nonce="13n7E78UqZN6bPeN8a3yAp/ewJg">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fsites.google.com%2Fa%2Fkraslavasgimnazija.lv%2Fjaunumi%2Frss.xml\x26followup=https%3A%2F%2Fsites.google.com%2Fa%2Fkraslavasgimnazija.lv%2Fjaunumi%2Frss.xml\x26passive=1209600\x26noautologin=true',
  'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fsites.google.com%2Fa%2Fkraslavasgimnazija.lv%2Fjaunumi%2Frss.xml\x26followup=https%3A%2F%2Fsites.google.com%2Fa%2Fkraslavasgimnazija.lv%2Fjaunumi%2Frss.xml\x26passive=1209600');
  </script>
  </body>
</html>
