
<!DOCTYPE html>
<html lang="en">
  <head>
  <meta charset="utf-8">
  <meta content="width=300, initial-scale=1" name="viewport">
  <meta name="description" content="With Google&#39;s free online calendar, it’s easy to keep track of life’s important events all in one place.">
  <meta name="google-site-verification" content="LrdTUW9psUAMbh4Ia074-BPEVmcpBxF6Gwf0MSgQXZs">
  <title>Google Calendar</title>
  <style>
  @font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
  </style>
  <style>
  h1, h2 {
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0;
  }
  @-webkit-keyframes fontfix {
  from {
  opacity: 1;
  }
  to {
  opacity: 1;
  }
  }
  </style>
<style>
  html, body {
  font-family: Arial, sans-serif;
  background: #fff;
  margin: 0;
  padding: 0;
  border: 0;
  position: absolute;
  height: 100%;
  min-width: 100%;
  font-size: 13px;
  color: #404040;
  direction: ltr;
  -webkit-text-size-adjust: none;
  }
  button,
  input[type=button],
  input[type=submit] {
  font-family: Arial, sans-serif;
  font-size: 13px;
  }
  a,
  a:hover,
  a:visited {
  color: #427fed;
  cursor: pointer;
  text-decoration: none;
  }
  a:hover {
  text-decoration: underline;
  }
  h1 {
  font-size: 20px;
  color: #262626;
  margin: 0 0 15px;
  font-weight: normal;
  }
  h2 {
  font-size: 14px;
  color: #262626;
  margin: 0 0 15px;
  font-weight: bold;
  }
  input[type=email],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  input[type=url] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  height: 36px;
  padding: 0 8px;
  margin: 0;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  font-size: 15px;
  color: #404040;
  }
  input[type=email]:hover,
  input[type=number]:hover,
  input[type=password]:hover,
  input[type=tel]:hover,
  input[type=text]:hover,
  input[type=url]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  }
  input[type=email]:focus,
  input[type=number]:focus,
  input[type=password]:focus,
  input[type=tel]:focus,
  input[type=text]:focus,
  input[type=url]:focus {
  outline: none;
  border: 1px solid #4d90fe;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  }
  input[type=checkbox],
  input[type=radio] {
  -webkit-appearance: none;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0;
  cursor: pointer;
  vertical-align: bottom;
  background: #fff;
  border: 1px solid #c6c6c6;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  }
  input[type=checkbox]:active,
  input[type=radio]:active {
  background: #ebebeb;
  }
  input[type=checkbox]:hover {
  border-color: #c6c6c6;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  }
  input[type=radio] {
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  width: 15px;
  height: 15px;
  }
  input[type=checkbox]:checked,
  input[type=radio]:checked {
  background: #fff;
  }
  input[type=radio]:checked::after {
  content: '';
  display: block;
  position: relative;
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  background: #666;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  }
  input[type=checkbox]:checked::after {
  content: url(https://ssl.gstatic.com/ui/v1/menu/checkmark.png);
  display: block;
  position: absolute;
  top: -6px;
  left: -5px;
  }
  input[type=checkbox]:focus {
  outline: none;
  border-color: #4d90fe;
  }
  .stacked-label {
  display: block;
  font-weight: bold;
  margin: .5em 0;
  }
  .hidden-label {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 0px;
  width: 0px;
  overflow: hidden;
  visibility: hidden;
  }
  input[type=checkbox].form-error,
  input[type=email].form-error,
  input[type=number].form-error,
  input[type=password].form-error,
  input[type=text].form-error,
  input[type=tel].form-error,
  input[type=url].form-error {
  border: 1px solid #dd4b39;
  }
  .error-msg {
  margin: .5em 0;
  display: block;
  color: #dd4b39;
  line-height: 17px;
  }
  .help-link {
  background: #dd4b39;
  padding: 0 5px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  text-decoration: none;
  position: relative;
  top: 0px;
  }
  .help-link:visited {
  color: #fff;
  }
  .help-link:hover {
  color: #fff;
  background: #c03523;
  text-decoration: none;
  }
  .help-link:active {
  opacity: 1;
  background: #ae2817;
  }
  .wrapper {
  position: relative;
  min-height: 100%;
  }
  .content {
  padding: 0 44px;
  }
  .main {
  padding-bottom: 100px;
  }
  /* For modern browsers */
  .clearfix:before,
  .clearfix:after {
  content: "";
  display: table;
  }
  .clearfix:after {
  clear: both;
  }
  /* For IE 6/7 (trigger hasLayout) */
  .clearfix {
  zoom:1;
  }
  .google-header-bar {
  height: 71px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  }
  .header .logo {
  background-image: url(https://ssl.gstatic.com/accounts/ui/logo_1x.png);
  background-size: 116px 38px;
  background-repeat: no-repeat;
  margin: 17px 0 0;
  float: left;
  height: 38px;
  width: 116px;
  }
  .header .logo-w {
  background-image: url(https://ssl.gstatic.com/images/branding/googlelogo/1x/googlelogo_color_112x36dp.png);
  background-size: 112px 36px;
  margin: 21px 0 0;
  }
  .header .secondary-link {
  margin: 28px 0 0;
  float: right;
  }
  .header .secondary-link a {
  font-weight: normal;
  }
  .google-header-bar.centered {
  border: 0;
  height: 108px;
  }
  .google-header-bar.centered .header .logo {
  float: none;
  margin: 40px auto 30px;
  display: block;
  }
  .google-header-bar.centered .header .secondary-link {
  display: none
  }
  .google-footer-bar {
  position: absolute;
  bottom: 0;
  height: 35px;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
  }
  .footer {
  padding-top: 7px;
  font-size: .85em;
  white-space: nowrap;
  line-height: 0;
  }
  .footer ul {
  float: left;
  max-width: 80%;
  min-height: 16px;
  padding: 0;
  }
  .footer ul li {
  color: #737373;
  display: inline;
  padding: 0;
  padding-right: 1.5em;
  }
  .footer a {
  color: #737373;
  }
  .lang-chooser-wrap {
  float: right;
  display: inline;
  }
  .lang-chooser-wrap img {
  vertical-align: top;
  }
  .lang-chooser {
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  }
  .lang-chooser option {
  font-size: 13px;
  line-height: 24px;
  }
  .hidden {
  height: 0px;
  width: 0px;
  overflow: hidden;
  visibility: hidden;
  display: none !important;
  }
  .banner {
  text-align: center;
  }
  .card {
  background-color: #f7f7f7;
  padding: 20px 25px 30px;
  margin: 0 auto 25px;
  width: 304px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  }
  .card > *:first-child {
  margin-top: 0;
  }
  .rc-button,
  .rc-button:visited {
  display: inline-block;
  min-width: 46px;
  text-align: center;
  color: #444;
  font-size: 14px;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
  line-height: 36px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -o-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
  border: 1px solid #dcdcdc;
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
  -o-transition: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  }
  .card .rc-button {
  width: 100%;
  padding: 0;
  }
  .rc-button.disabled,
  .rc-button[disabled] {
  opacity: .5;
  filter: alpha(opacity=50);
  cursor: default;
  pointer-events: none;
  }
  .rc-button:hover {
  border: 1px solid #c6c6c6;
  color: #333;
  text-decoration: none;
  -o-transition: all 0.0s;
  -moz-transition: all 0.0s;
  -webkit-transition: all 0.0s;
  transition: all 0.0s;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  }
  .rc-button:active {
  background-color: #f6f6f6;
  background-image: -webkit-linear-gradient(top,#f6f6f6,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f6f6f6,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f6f6f6,#f1f1f1);
  background-image: -o-linear-gradient(top,#f6f6f6,#f1f1f1);
  background-image: linear-gradient(top,#f6f6f6,#f1f1f1);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  }
  .rc-button-submit,
  .rc-button-submit:visited {
  border: 1px solid #3079ed;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  background-color: #4d90fe;
  background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
  background-image: linear-gradient(top,#4d90fe,#4787ed);
  }
  .rc-button-submit:hover {
  border: 1px solid #2f5bb7;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
  background-image: linear-gradient(top,#4d90fe,#357ae8);
  }
  .rc-button-submit:active {
  background-color: #357ae8;
  background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
  background-image: linear-gradient(top,#4d90fe,#357ae8);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  }
  .rc-button-red,
  .rc-button-red:visited {
  border: 1px solid transparent;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  background-color: #d14836;
  background-image: -webkit-linear-gradient(top,#dd4b39,#d14836);
  background-image: -moz-linear-gradient(top,#dd4b39,#d14836);
  background-image: -ms-linear-gradient(top,#dd4b39,#d14836);
  background-image: -o-linear-gradient(top,#dd4b39,#d14836);
  background-image: linear-gradient(top,#dd4b39,#d14836);
  }
  .rc-button-red:hover {
  border: 1px solid #b0281a;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #c53727;
  background-image: -webkit-linear-gradient(top,#dd4b39,#c53727);
  background-image: -moz-linear-gradient(top,#dd4b39,#c53727);
  background-image: -ms-linear-gradient(top,#dd4b39,#c53727);
  background-image: -o-linear-gradient(top,#dd4b39,#c53727);
  background-image: linear-gradient(top,#dd4b39,#c53727);
  }
  .rc-button-red:active {
  border: 1px solid #992a1b;
  background-color: #b0281a;
  background-image: -webkit-linear-gradient(top,#dd4b39,#b0281a);
  background-image: -moz-linear-gradient(top,#dd4b39,#b0281a);
  background-image: -ms-linear-gradient(top,#dd4b39,#b0281a);
  background-image: -o-linear-gradient(top,#dd4b39,#b0281a);
  background-image: linear-gradient(top,#dd4b39,#b0281a);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  }
  .secondary-actions {
  text-align: center;
  }
</style>
<style media="screen and (max-width: 800px), screen and (max-height: 800px)">
  .google-header-bar.centered {
  height: 83px;
  }
  .google-header-bar.centered .header .logo {
  margin: 25px auto 20px;
  }
  .card {
  margin-bottom: 20px;
  }
</style>
<style media="screen and (max-width: 580px)">
  html, body {
  font-size: 14px;
  }
  .google-header-bar.centered {
  height: 73px;
  }
  .google-header-bar.centered .header .logo {
  margin: 20px auto 15px;
  }
  .content {
  padding-left: 10px;
  padding-right: 10px;
  }
  .hidden-small {
  display: none;
  }
  .card {
  padding: 20px 15px 30px;
  width: 270px;
  }
  .footer ul li {
  padding-right: 1em;
  }
  .lang-chooser-wrap {
  display: none;
  }
</style>
<style media="screen and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5)">
  .header .logo {
  background-image: url(https://ssl.gstatic.com/accounts/ui/logo_2x.png);
  }
  .header .logo-w {
  background-image: url(https://ssl.gstatic.com/images/branding/googlelogo/2x/googlelogo_color_112x36dp.png);
  }
</style>
<style>
  pre.debug {
  font-family: monospace;
  position: absolute;
  left: 0;
  margin: 0;
  padding: 1.5em;
  font-size: 13px;
  background: #f1f1f1;
  border-top: 1px solid #e5e5e5;
  direction: ltr;
  white-space: pre-wrap;
  width: 90%;
  overflow: hidden;
  }
</style>
<style>
  .banner h1 {
  font-family: 'Open Sans', arial;
  -webkit-font-smoothing: antialiased;
  color: #555;
  font-size: 42px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
  }
  .banner h2 {
  font-family: 'Open Sans', arial;
  -webkit-font-smoothing: antialiased;
  color: #555;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  }
  .signin-card {
  width: 274px;
  padding: 40px 40px;
  }
  .signin-card .profile-img {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  }
  .signin-card .profile-name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
  min-height: 1em;
  }
  .signin-card .profile-email {
  font-size: 16px;
  text-align: center;
  margin: 10px 0 20px 0;
  min-height: 1em;
  }
  .signin-card input[type=email],
  .signin-card input[type=password],
  .signin-card input[type=text],
  .signin-card input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }
  .signin-card #Email,
  .signin-card #Passwd,
  .signin-card .captcha {
  direction: ltr;
  height: 44px;
  font-size: 16px;
  }
  .signin-card #Email + .stacked-label {
  margin-top: 15px;
  }
  .signin-card #reauthEmail {
  display: block;
  margin-bottom: 10px;
  line-height: 36px;
  padding: 0 8px;
  font-size: 15px;
  color: #404040;
  line-height: 2;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }
  .one-google p {
  margin: 0 0 10px;
  color: #555;
  font-size: 14px;
  text-align: center;
  }
  .one-google p.create-account,
  .one-google p.switch-account {
  margin-bottom: 60px;
  }
  .one-google .logo-strip {
  background-repeat: no-repeat;
  display: block;
  margin: 10px auto;
  background-image: url(https://ssl.gstatic.com/accounts/ui/wlogostrip_230x17_1x.png);
  background-size: 230px 17px;
  width: 230px;
  height: 17px;
  }
</style>
<style media="screen and (max-width: 800px), screen and (max-height: 800px)">
  .banner h1 {
  font-size: 38px;
  margin-bottom: 15px;
  }
  .banner h2 {
  margin-bottom: 15px;
  }
  .one-google p.create-account,
  .one-google p.switch-account {
  margin-bottom: 30px;
  }
  .signin-card #Email {
  margin-bottom: 0;
  }
  .signin-card #Passwd {
  margin-top: -1px;
  }
  .signin-card #Email.form-error,
  .signin-card #Passwd.form-error {
  z-index: 2;
  }
  .signin-card #Email:hover,
  .signin-card #Email:focus,
  .signin-card #Passwd:hover,
  .signin-card #Passwd:focus {
  z-index: 3;
  }
</style>
<style media="screen and (max-width: 580px)">
  .banner h1 {
  font-size: 22px;
  margin-bottom: 15px;
  }
  .signin-card {
  width: 260px;
  padding: 20px 20px;
  margin: 0 auto 20px;
  }
  .signin-card .profile-img {
  width: 72px;
  height: 72px;
  -moz-border-radius: 72px;
  -webkit-border-radius: 72px;
  border-radius: 72px;
  }
</style>
<style media="screen and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5)">
  .one-google .logo-strip {
  background-image: url(https://ssl.gstatic.com/accounts/ui/wlogostrip_230x17_2x.png);
  }
</style>
<style>
  .remember .bubble-wrap {
  position: absolute;
  padding-top: 3px;
  -o-transition: opacity .218s ease-in .218s;
  -moz-transition: opacity .218s ease-in .218s;
  -webkit-transition: opacity .218s ease-in .218s;
  transition: opacity .218s ease-in .218s;
  left: -999em;
  opacity: 0;
  width: 314px;
  margin-left: -20px;
  }
  .remember:hover .bubble-wrap,
  .remember input:focus ~ .bubble-wrap,
  .remember .bubble-wrap:hover,
  .remember .bubble-wrap:focus {
  opacity: 1;
  left: inherit;
  }
  .bubble-pointer {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  width: 0;
  height: 0;
  margin-left: 17px;
  }
  .bubble {
  background-color: #fff;
  padding: 15px;
  margin-top: -1px;
  font-size: 11px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  }
  #stay-signed-in {
  float: left;
  }
  #stay-signed-in-tooltip {
  left: auto;
  margin-left: -20px;
  padding-top: 3px;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 314px;
  z-index: 1;
  }
  .dasher-tooltip {
  top: 380px;
  }
</style>
<style media="screen and (max-width: 800px), screen and (max-height: 800px)">
  .dasher-tooltip {
  top: 340px;
  }
</style>
<style>
  .jfk-tooltip {
  background-color: #fff;
  border: 1px solid;
  color: #737373;
  font-size: 12px;
  position: absolute;
  z-index: 800 !important;
  border-color: #bbb #bbb #a8a8a8;
  padding: 16px;
  width: 250px;
  }
 .jfk-tooltip h3 {
  color: #555;
  font-size: 12px;
  margin: 0 0 .5em;
  }
 .jfk-tooltip-content p:last-child {
  margin-bottom: 0;
  }
  .jfk-tooltip-arrow {
  position: absolute;
  }
  .jfk-tooltip-arrow .jfk-tooltip-arrowimplbefore,
  .jfk-tooltip-arrow .jfk-tooltip-arrowimplafter {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  }
  .jfk-tooltip-arrow .jfk-tooltip-arrowimplbefore {
  border: 9px solid;
  }
  .jfk-tooltip-arrow .jfk-tooltip-arrowimplafter {
  border: 8px solid;
  }
  .jfk-tooltip-arrowdown {
  bottom: 0;
  }
  .jfk-tooltip-arrowup {
  top: -9px;
  }
  .jfk-tooltip-arrowleft {
  left: -9px;
  top: 30px;
  }
  .jfk-tooltip-arrowright {
  right: 0;
  top: 30px;
  }
  .jfk-tooltip-arrowdown .jfk-tooltip-arrowimplbefore,.jfk-tooltip-arrowup .jfk-tooltip-arrowimplbefore {
  border-color: #bbb transparent;
  left: -9px;
  }
  .jfk-tooltip-arrowdown .jfk-tooltip-arrowimplbefore {
  border-color: #a8a8a8 transparent;
  }
  .jfk-tooltip-arrowdown .jfk-tooltip-arrowimplafter,.jfk-tooltip-arrowup .jfk-tooltip-arrowimplafter {
  border-color: #fff transparent;
  left: -8px;
  }
  .jfk-tooltip-arrowdown .jfk-tooltip-arrowimplbefore {
  border-bottom-width: 0;
  }
  .jfk-tooltip-arrowdown .jfk-tooltip-arrowimplafter {
  border-bottom-width: 0;
  }
  .jfk-tooltip-arrowup .jfk-tooltip-arrowimplbefore {
  border-top-width: 0;
  }
  .jfk-tooltip-arrowup .jfk-tooltip-arrowimplafter {
  border-top-width: 0;
  top: 1px;
  }
  .jfk-tooltip-arrowleft .jfk-tooltip-arrowimplbefore,
  .jfk-tooltip-arrowright .jfk-tooltip-arrowimplbefore {
  border-color: transparent #bbb;
  top: -9px;
  }
  .jfk-tooltip-arrowleft .jfk-tooltip-arrowimplafter,
  .jfk-tooltip-arrowright .jfk-tooltip-arrowimplafter {
  border-color:transparent #fff;
  top:-8px;
  }
  .jfk-tooltip-arrowleft .jfk-tooltip-arrowimplbefore {
  border-left-width: 0;
  }
  .jfk-tooltip-arrowleft .jfk-tooltip-arrowimplafter {
  border-left-width: 0;
  left: 1px;
  }
  .jfk-tooltip-arrowright .jfk-tooltip-arrowimplbefore {
  border-right-width: 0;
  }
  .jfk-tooltip-arrowright .jfk-tooltip-arrowimplafter {
  border-right-width: 0;
  }
  .jfk-tooltip-closebtn {
  background: url("//ssl.gstatic.com/ui/v1/icons/common/x_8px.png") no-repeat;
  border: 1px solid transparent;
  height: 21px;
  opacity: .4;
  outline: 0;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 21px;
  }
  .jfk-tooltip-closebtn:focus,
  .jfk-tooltip-closebtn:hover {
  opacity: .8;
  cursor: pointer;
  }
  .jfk-tooltip-closebtn:focus {
  border-color: #4d90fe;
  }
</style>
<style media="screen and (max-width: 580px)">
  .jfk-tooltip {
  display: none;
  }
</style>
<style type="text/css">
.captcha-box {
  background: #fff;
  margin: 0 0 10px;
  overflow: hidden;
  padding: 10px;
}
.captcha-box .captcha-img {
  text-align: center;
}
.captcha-box .captcha-label {
  font-weight: bold;
  display: block;
  margin: .5em 0;
}
.captcha-box .captcha-msg {
  color: #999;
  display: block;
  position: relative;
}
.captcha-box .captcha-msg .accessibility-logo {
  float: right;
  border: 0;
}
.captcha-box .audio-box {
  position: absolute;
  top: 0;
}
</style>
<style>
.chromiumsync-custom-content {
  padding-top: 20px;
  margin-bottom: 0;
}
.form-panel {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
}
.form-panel.first {
  z-index: 2;
}
.form-panel.second {
  z-index: 1;
}
.shift-form .form-panel.first {
  z-index: 1;
}
.shift-form .form-panel.second {
  z-index: 2;
}
.slide-in,
.slide-out {
  display: block;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.slide-out {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.shift-form .slide-out {
  opacity: 0;
  -webkit-transform: translate3d(-120%, 0, 0);
  -moz-transform: translate3d(-120%, 0, 0);
  -ms-transform: translate3d(-120%, 0, 0);
  -o-transform: translate3d(-120%, 0, 0);
  transform: translate3d(-120%, 0, 0);
}
.slide-in {
  -webkit-transform: translate3d(120%, 0, 0);
  -moz-transform: translate3d(120%, 0, 0);
  -ms-transform: translate3d(120%, 0, 0);
  -o-transform: translate3d(120%, 0, 0);
  transform: translate3d(120%, 0, 0);
}
.shift-form .slide-in {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.error-msg {
  -webkit-transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
  -moz-transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
  -ms-transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
  -o-transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
  transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
  height: auto;
  max-height: 0;
  opacity: 0;
}
.has-error .error-msg {
  max-height: 3.5em;
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 1;
  visibility: visible;
}
.back-arrow {
  position: absolute;
  top: 37px;
  width: 24px;
  height: 24px;
  display: none;
  cursor: pointer;
}
.back-arrow {
  border-style: none;
}
.shift-form.back-arrow {
  display: block;
}
.back-arrow img {
  display: block;
}
#link-signup {
  text-align: center;
  font-size: 14px;
}
.shift-form #link-signup{
  display: none;
}
#link-signin-different {
  display: none;
  text-align: center;
  font-size: 14px;
}
.shift-form #link-signin-different {
  display: block;
}
.signin-card #profile-name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  min-height: 1em;
}
.signin-card.no-name #profile-name {
  display: none;
}
.signin-card.no-name #email-display {
  line-height: initial;
  margin-bottom: 16px;
}
.signin-card #email-display {
  display: block;
  padding: 0px 8px;
  color: rgb(64, 64, 64);
  line-height: 2;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.signin-card #Email {
  margin-top: 16px;
}
.need-help {
  float: right;
  text-align: right;
}
.form-panel {
  width: 274px;
}
#gaia_firstform {
  z-index: 2;
}
.signin-card {
  position: relative;
  overflow: hidden;
}
.signin-card #profile-name {
  color: #000;
}
.circle-mask {
  display: block;
  height: 96px;
  width: 96px;
  overflow: hidden;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  margin-bottom: 10px;
}
.circle {
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -ms-transition-property: -ms-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
  -moz-transition-timing-function: cubic-bezier(.645,.045,.355,1);
  -ms-transition-timing-function: cubic-bezier(.645,.045,.355,1);
  -o-transition-timing-function: cubic-bezier(.645,.045,.355,1);
  transition-timing-function: cubic-bezier(.645,.045,.355,1);
}
.circle {
  position: absolute;
  z-index: 101;
  height: 96px;
  width: 96px;
  border-radius: 50%;
  opacity: 0.99;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
}
.main {
  overflow: hidden;
}
.card-mask-wrap {
  position: relative;
  width: 360px;
  margin: 0 auto;
  z-index: 1;
}
.dasher-tooltip {
  position: absolute;
  left: 50%;
  margin-left: 150px;
}
.dasher-tooltip .tooltip-pointer {
  margin-top: 15px;
}
.dasher-tooltip p {
  margin-top: 0;
}
.dasher-tooltip p span {
  display: block;
}
.card {
  margin-bottom: 0;
}
.one-google {
  padding-top: 27px;
}
#canvas {
  -webkit-transition: opacity 0.075s;
  -moz-transition: opacity 0.075s;
  -ms-transition: opacity 0.075s;
  -o-transition: opacity 0.075s;
  transition: opacity 0.075s;
  opacity: 0.01;
}
.shift-form #canvas {
  opacity: 0.99;
}
.label {
  color: #404040;
}
#account-chooser-link {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.input-wrapper {
  position: relative;
}
.google-footer-bar {
  z-index: 2;
}
</style>
<style media="screen and (max-width: 580px)">
.back-arrow {
  top: 17px;
}
.circle-mask {
  height: 72px;
  width: 72px;
  background-size: 72px;
}
.circle {
  height: 72px;
  width: 72px;
}
#canvas {
  height: 72px;
  width: 72px;
}
.form-panel {
  width: 256px;
}
.card-mask-wrap {
  width: 300px;
}
.signin-card {
  width: 256px;
}
.signin-card #EmailFirst {
  margin-top: 15px;
}
.one-google {
  padding-top: 22px;
}
</style>
  </head>
  <body>
  <div class="wrapper">
  <div class="google-header-bar  centered">
  <div class="header content clearfix">
  <div class="logo logo-w" aria-label="Google"></div>
  </div>
  </div>
  <div class="main content clearfix">
<div class="banner">
<h1>
  One account. All of Google.
</h1>
  <h2 class="hidden-small">
  Sign in to continue to Google Calendar
  </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="AFoagUVitzUQEGyQr4Z7P0N1lnbF7KA91A:1618789678650">
  <input type="hidden" name="continue" value="https://calendar.google.com/calendar/feeds/info.isnrv@gmail.com/public/basic">
  <input type="hidden" name="followup" value="https://calendar.google.com/calendar/feeds/info.isnrv@gmail.com/public/basic">
  <input type="hidden" name="service" value="cl">
  <input type="hidden" name="scc" value="1">
  <input type="hidden" name="osid" value="1">
  <input id="profile-information" name="ProfileInformation" type="hidden" value="">
  <input id="session-state" name="SessionState" type="hidden" value="AEThLlzJOr8VTJB59DhgDoeRAd6smvKaYP21RUSCOiWNAoCaa-rF9zwus_dfG8QTBkBuRwKs8fBhld2E_dRVb_K-sQcOCargOSyzNykKkRKxfLmVlJTRqepyXLGIxONvBIjGZ321kb5OZM5zpqGrSf2mqA5SotaAxwaJsDq3DpVqYD2nn395tN6j54Ksy7PPEgrm7frOpUfS">
  <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%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Finfo.isnrv%40gmail.com%2Fpublic%2Fbasic&amp;service=cl&amp;scc=1&amp;osid=1&amp;hl=en">
  Find my account
  </a>
  </div>
  </div>
  </form>
</div>
  <div class="card-mask-wrap
        
     no-name">
  <div class="card-mask">
  <div class="one-google">
  <p class="create-account">
  <span id="link-signin-different">
  <a href="https://accounts.google.com/AccountChooser?continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Finfo.isnrv%40gmail.com%2Fpublic%2Fbasic&amp;followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Finfo.isnrv%40gmail.com%2Fpublic%2Fbasic&amp;service=cl&amp;scc=1&amp;osid=1">
  Sign in with a different account
  </a>
  </span>
  <span id="link-signup">
  <a href="https://accounts.google.com/SignUp?service=cl&amp;continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Finfo.isnrv%40gmail.com%2Fpublic%2Fbasic">
  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="FxBIGDKUNwVf4/VFd5wgRw">
  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="FxBIGDKUNwVf4/VFd5wgRw">(function(){var y=function(X,P){if((P=(X=m.trustedTypes,null),!X)||!X.createPolicy)return P;try{P=X.createPolicy("bg",{createHTML:d,createScript:d,createScriptURL:d})}catch(k){m.console&&m.console.error(k.message)}return P},m=this||self,d=function(X){return X};(0,eval)(function(X,P){return(P=y())&&1===X.eval(P.createScript("1"))?function(k){return P.createScript(k)}:function(k){return""+k}}(m)(Array(7824*Math.random()|0).join("\n")+'(function(){var r=function(X,P,k){k=this;try{XO(P,X,this)}catch(d){C(this,d),X=X.M7,X(function(J){J(k.Y)})}},jD=function(X,P,k){if("object"==(P=typeof X,P))if(X){if(X instanceof Array)return"array";if(X instanceof Object)return P;if("[object Window]"==(k=Object.prototype.toString.call(X),k))return"object";if("[object Array]"==k||"number"==typeof X.length&&"undefined"!=typeof X.splice&&"undefined"!=typeof X.propertyIsEnumerable&&!X.propertyIsEnumerable("splice"))return"array";if("[object Function]"==k||"undefined"!=typeof X.call&&"undefined"!=typeof X.propertyIsEnumerable&&!X.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==P&&"undefined"==typeof X.call)return"object";return P},P$=function(){},M,k7=function(X,P,k,d,J){for(d=(k=J=0,[]);J<X.length;J++)P=X.charCodeAt(J),128>P?d[k++]=P:(2048>P?d[k++]=P>>6|192:(55296==(P&64512)&&J+1<X.length&&56320==(X.charCodeAt(J+1)&64512)?(P=65536+((P&1023)<<10)+(X.charCodeAt(++J)&1023),d[k++]=P>>18|240,d[k++]=P>>12&63|128):d[k++]=P>>12|224,d[k++]=P>>6&63|128),d[k++]=P&63|128);return d},A={},mN=function(X,P){function k(){}((k.prototype=P.prototype,X).C=P.prototype,X).prototype=new k,X.prototype.constructor=X,X.q7=function(d,J,m){for(var y=Array(arguments.length-2),g=2;g<arguments.length;g++)y[g-2]=arguments[g];return P.prototype[J].apply(d,y)}},e=this||self,y9=function(X,P,k,d){return(d=D[X.substring(0,3)+"_"])?d(X.substring(3),P,k):dS(X,P)},gS=function(X,P,k,d,J){return{invoke:(k=y9(X,(J=(d=function(){},void 0),function(m){d&&(P&&x(P),J=m,d(),d=void 0)}),!!P)[0],function(m,y,g,Z,K){if(!y)return y=k(g),m&&m(y),y;(K=function(){J(function(W){x(function(){m(W)})},g)},J)?K():(Z=d,d=function(){(Z(),x)(K)})})}},dS=function(X,P){return[(P(function(k){k(X)}),function(){return X})]},ZI=function(X,P){if((X=(P=e.trustedTypes,null),!P)||!P.createPolicy)return X;try{X=P.createPolicy("bg",{createHTML:Jl,createScript:Jl,createScriptURL:Jl})}catch(k){e.console&&e.console.error(k.message)}return X},Cq=function(X,P,k){for(k in P)if(X.call(void 0,P[k],k,P))return true;return false},f={},rS=function(X){for(X=0;64>X;++X)A[X]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(X),f["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(X)]=X;f[f["/"]=((A[64]="",f)["+"]=62,63),"="]=64},w=function(X,P){return"object"==(P=typeof X,P)&&null!=X||"function"==P},Jl=function(X){return X},Kq=function(X,P){if(!e.addEventListener||!Object.defineProperty)return false;P=Object.defineProperty({},"passive",(X=false,{get:function(){X=true}}));try{e.addEventListener("test",P$,P),e.removeEventListener("test",P$,P)}catch(k){}return X}(),W$=function(X,P){(this.currentTarget=this.target=P,this.defaultPrevented=false,this).type=X},E=(W$.prototype.stopPropagation=(W$.prototype.preventDefault=function(){this.defaultPrevented=true},function(){}),function(X,P,k,d){this.P=(this.pointerType=(this.pointerId=(this.state=((this.charCode=(this.key=(this.button=this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=(this.relatedTarget=this.currentTarget=(W$.call(this,X?X.type:""),this.target=null),this.offsetX=0),""),this.keyCode=0),this).metaKey=this.shiftKey=this.altKey=this.ctrlKey=false,null),0),""),null),X&&(k=this.type=X.type,d=X.changedTouches&&X.changedTouches.length?X.changedTouches[0]:null,this.target=X.target||X.srcElement,this.currentTarget=P,P=X.relatedTarget,P||("mouseover"==k?P=X.fromElement:"mouseout"==k&&(P=X.toElement)),this.relatedTarget=P,d?(this.clientX=void 0!==d.clientX?d.clientX:d.pageX,this.clientY=void 0!==d.clientY?d.clientY:d.pageY,this.screenX=d.screenX||0,this.screenY=d.screenY||0):(this.offsetX=void 0!==X.offsetX?X.offsetX:X.layerX,this.offsetY=void 0!==X.offsetY?X.offsetY:X.layerY,this.clientX=void 0!==X.clientX?X.clientX:X.pageX,this.clientY=void 0!==X.clientY?X.clientY:X.pageY,this.screenX=X.screenX||0,this.screenY=X.screenY||0),this.button=X.button,this.keyCode=X.keyCode||0,this.key=X.key||"",this.charCode=X.charCode||("keypress"==k?X.keyCode:0),this.ctrlKey=X.ctrlKey,this.altKey=X.altKey,this.shiftKey=X.shiftKey,this.metaKey=X.metaKey,this.pointerId=X.pointerId||0,this.pointerType="string"===typeof X.pointerType?X.pointerType:qc[X.pointerType]||"",this.state=X.state,this.P=X,X.defaultPrevented&&E.C.preventDefault.call(this))}),qc={2:"touch",3:"pen",4:(mN(E,W$),"mouse")},Mc="closure_listenable_"+(E.prototype.stopPropagation=(E.prototype.preventDefault=function(X){(E.C.preventDefault.call(this),X=this.P,X).preventDefault?X.preventDefault():X.returnValue=false},function(){(E.C.stopPropagation.call(this),this.P).stopPropagation?this.P.stopPropagation():this.P.cancelBubble=true}),1E6*Math.random()|0),G=function(X){this.src=(this.H={},this.g=0,X)},uL=function(X,P,k,d,J){this.v=(this.N=this.$=false,this.listener=(this.key=++Al,this.type=k,this.K=null,d),this.capture=!!P,this.src=X,J)},eD=function(X){X.K=null,X.N=(X.listener=null,X.src=(X.v=null,null),true)},Al=0,tl=((G.prototype.add=function(X,P,k,d,J,m,y){return(m=(X=this.H[y=X.toString(),y],X||(X=this.H[y]=[],this.g++),tl)(J,d,X,P),-1<m)?(P=X[m],k||(P.$=false)):(P=new uL(this.src,!!d,y,P,J),P.$=k,X.push(P)),P},G.prototype.hasListener=function(X,P,k,d,J){return Cq(function(m,y){for(y=0;y<m.length;++y)if(!(d&&m[y].type!=k||J&&m[y].capture!=P))return true;return false},(k=(d=void 0!==(J=void 0!==P,X))?X.toString():"",this.H))},G).prototype.remove=function(X,P,k,d,J){if(!(X=X.toString(),X in this.H))return false;return P=(J=this.H[X],tl(d,k,J,P)),-1<P?(eD(J[P]),Array.prototype.splice.call(J,P,1),0==J.length&&(delete this.H[X],this.g--),true):false},function(X,P,k,d,J,m){for(J=0;J<k.length;++J)if(m=k[J],!m.N&&m.listener==d&&m.capture==!!P&&m.v==X)return J;return-1}),R0="closure_lm_"+(1E6*Math.random()|0),iL={},FO=function(X,P,k,d,J,m){if(Array.isArray(k))for(m=0;m<k.length;m++)FO(X,P,k[m],d,J);else d=Oi(d),J&&J[Mc]?J.z3(k,d,w(P)?!!P.capture:!!P,X):Q9(X,J,P,true,d,k)},nq=function(X){return(X=X[R0],X instanceof G)?X:null},DI=function(X,P,k,d,J,m){if(Array.isArray(P))for(m=0;m<P.length;m++)DI(X,P[m],k,d,J);else(d=w(d)?!!d.capture:!!d,X=Oi(X),k&&k[Mc])?k.$L(P,X,d,J):k&&(k=nq(k))&&(P=k.H[P.toString()],k=-1,P&&(k=tl(J,d,P,X)),(X=-1<k?P[k]:null)&&x7(X))},fq=function(X){return X in iL?iL[X]:iL[X]="on"+X},wS=function(X,P,k,d,J,m){if(d&&d.once)FO(J,d,k,X,P);else if(Array.isArray(k))for(m=0;m<k.length;m++)wS(X,P,k[m],d,J);else X=Oi(X),P&&P[Mc]?P.Qu(k,X,w(d)?!!d.capture:!!d,J):Q9(J,P,d,false,X,k)},Ei=function(X,P,k,d){return X.N?X=true:(P=new E(P,this),d=X.v||X.src,k=X.listener,X.$&&x7(X),X=k.call(d,P)),X},GX=function(X,P){return P=Ei,X=function(k){return P.call(X.src,X.listener,k)}},B$=0,x7=function(X,P,k,d,J,m,y){if("number"!==typeof X&&X&&!X.N)if((y=X.src)&&y[Mc])y.OO(X);else if(P=X.type,d=X.K,y.removeEventListener?y.removeEventListener(P,d,X.capture):y.detachEvent?y.detachEvent(fq(P),d):y.addListener&&y.removeListener&&y.removeListener(d),B$--,P=nq(y)){if((d=X.type,d)in P.H){m=P.H[d];b:if("string"===typeof m)k="string"!==typeof X||1!=X.length?-1:m.indexOf(X,0);else{for(k=0;k<m.length;k++)if(k in m&&m[k]===X)break b;k=-1}(J=0<=k)&&Array.prototype.splice.call(m,k,1),J&&(eD(X),0==P.H[d].length&&(delete P.H[d],P.g--))}0==P.g&&(P.src=null,y[R0]=null)}else eD(X)},Q9=function(X,P,k,d,J,m,y,g){if(!m)throw Error("Invalid event type");if(X=((y=nq(P))||(P[R0]=y=new G(P)),g=w(k)?!!k.capture:!!k,y.add(m,J,d,g,X)),!X.K){if(d=GX(),X.K=d,d.src=P,d.listener=X,P.addEventListener)Kq||(k=g),void 0===k&&(k=false),P.addEventListener(m.toString(),d,k);else if(P.attachEvent)P.attachEvent(fq(m.toString()),d);else if(P.addListener&&P.removeListener)P.addListener(d);else throw Error("addEventListener and attachEvent are unavailable.");B$++}},a0="__closure_events_fn_"+(1E9*Math.random()>>>0),H$=[],C=function(X,P){X.Y=((X.Y?X.Y+"~":"E:")+P.message+":"+P.stack).slice(0,2048)},B=[],XO=function(X,P,k,d,J){for((k.YL=25,k.G=(k.EO=((k.dF=(k.S=false,SD),d=0,k).I=void 0,k.V=false,k.Ic=(k.yu=0,function(m,y,g){return(g=function(){return y()},y=function(){return m},g)[this.h]=function(Z){m=Z},g}),k.UO=(k.M=void 0,[]),(J=[],k).Z=0,Nc),function(m,y,g,Z,K,W){return m=(Z=(g=function(){return W()},K=(W=function(){return W[(K.sO|0)+(g[K.nO]===y|0)-!Z[K.nO]]},this),K.W),g[K.h]=function(F){W[K.hD]=F},g[K.h](m),g)}),k).lU=0;128>d;d++)J[d]=String.fromCharCode(d);(k.s=(((k.j=((((((((((((((((((((k.oc=(d=((((a(k,127,((k.l=k,k.gF=function(m){this.l=m},k.U=[],k).uU=[],0)),a)(k,99,0),a(k,124,function(){}),a)(k,160,[0,0,0]),a(k,76,[]),a(k,224,function(m){bL(4,m)}),a(k,13,function(m,y,g,Z,K,W,F){if((g=(y=H(m),K=I0(m),""),m.U)[41])for(Z=m.D(41),F=Z.length,W=0;K--;)W=((W|0)+(I0(m)|0))%F,g+=J[Z[W]];else for(;K--;)g+=J[H(m)];a(m,y,g)}),a(k,129,function(m,y,g,Z,K){(Z=(g=(y=(g=(y=(Z=(K=H(m),H(m)),H)(m),H)(m),m).D(y),m.D(g)),m.D(Z)),a)(m,K,$7(g,Z,m,y))}),a)(k,169,function(m,y){(y=H(m),m=m.D(y),DI)(m[2],m[1],m[0])}),window).performance||{},d.timeOrigin||(d.timing||{}).navigationStart)||0,a(k,153,function(m,y,g){(g=(y=0!=(g=(y=H(m),H(m)),m).D(y),m.D(g)),y)&&a(m,127,g)}),a)(k,242,function(m,y,g){(y=(g=H(m),H)(m),a)(m,y,""+m.D(g))}),a)(k,119,0),a)(k,75,k.T(4)),a(k,20,function(m,y){N(false,true,m)||(y=c$(m),a(m,y.R,y.L.apply(y.B,y.X)))}),a)(k,198,function(m){bL(1,m)}),a(k,220,function(m,y,g,Z){if(g=m.wF.pop()){for(Z=H(m);0<Z;Z--)y=H(m),g[y]=m.U[y];(g[g[217]=m.U[217],154]=m.U[154],m).U=g}else a(m,127,m.s)}),k.cW=function(m,y){(y.push(m[0]<<24|m[1]<<16|m[2]<<8|m[3]),y.push(m[4]<<24|m[5]<<16|m[6]<<8|m[7]),y).push(m[8]<<24|m[9]<<16|m[10]<<8|m[11])},a)(k,106,function(m,y,g,Z){g=H(m),Z=H(m),y=H(m),a(m,y,m.D(g)>>>Z)}),a(k,19,function(m,y,g,Z){Z=(y=H(m),g=H(m),H(m)),y=m.D(y),g=m.D(g),a(m,Z,y[g])}),a)(k,33,function(m,y,g){(g=(g=(y=(g=H(m),H(m)),m.D(g)),jD(g)),a)(m,y,g)}),a)(k,86,function(m,y,g,Z,K,W){N(false,true,m)||(y=c$(m),g=y.X,K=y.L,W=g.length,Z=y.B,g=0==W?new Z[K]:1==W?new Z[K](g[0]):2==W?new Z[K](g[0],g[1]):3==W?new Z[K](g[0],g[1],g[2]):4==W?new Z[K](g[0],g[1],g[2],g[3]):2(),a(m,y.R,g))}),a(k,23,function(m,y,g,Z){g=(y=(y=H(m),Z=H(m),m).D(y),m).D(Z),a(m,Z,g+y)}),k).jv=false,a)(k,243,function(m){m.ev(4)}),a)(k,212,339),a(k,144,function(m,y){y=m.D(H(m)),TX(m,y)}),a)(k,66,function(m,y,g){N(false,true,m)||(g=H(m),y=H(m),a(m,y,function(Z){return eval(Z)}(si(m.D(g)))))}),a(k,130,function(m,y,g,Z,K,W){if(!N(true,true,m)){if(g=(W=(K=(Z=(W=H(m),H(m)),H(m)),g=H(m),Z=m.D(Z),m).D(W),m.D(g)),m=m.D(K),"object"==jD(W)){for(y in K=[],W)K.push(y);W=K}for(K=(y=(m=0<m?m:1,0),W).length;y<K;y+=m)Z(W.slice(y,(y|0)+(m|0)),g)}}),a(k,154,2048),a)(k,72,function(m){m.Dz(3)}),a)(k,136,function(m,y,g,Z,K){(y=(g=H(m),H(m)),Z=H(m),m.l)==m&&(K=m.D(g),Z=m.D(Z),y=m.D(y),K[y]=Z,78==g&&(m.o=void 0,2==y&&v$(m)))}),rS(),a(k,208,function(m,y,g,Z,K){0!==(g=(Z=(K=(y=H(m),H(m)),H(m)),H(m)),y=m.D(y),g=m.D(g),Z=m.D(Z),K=m.D(K),y)&&(Z=$7(1,Z,m,g,y,K),wS(Z,y,K),a(m,255,[y,K,Z]))}),a)(k,40,k),a)(k,37,function(m){m.Dz(4)}),a)(k,51,function(m,y,g,Z){(Z=(y=(g=H(m),H)(m),H)(m),a)(m,Z,m.D(g)||m.D(y))}),k.wF=[],a(k,235,function(m,y,g,Z,K,W,F,u,V,O,t,Q,n){for(u=t=(n=(Z=(V=(F=H(m),function(q,R){for(;O<q;)K|=H(m)<<O,O+=8;return K>>=(R=(O-=q,K&(1<<q)-1),q),R}),O=K=0,(V(3)|0)+1),g=V(5),[]),0);t<g;t++)y=V(1),n.push(y),u+=y?0:1;for(u=(Q=(t=((u|0)-1).toString(2).length,[]),0);u<g;u++)n[u]||(Q[u]=V(t));for(V=0;V<g;V++)n[V]&&(Q[V]=H(m));for(W=[];Z--;)W.push(m.D(H(m)));a(m,F,function(q,R,V9,T,v){for(T=(V9=(R=[],[]),0);T<g;T++){if(!(v=Q[T],n)[T]){for(;v>=R.length;)R.push(H(q));v=R[v]}V9.push(v)}(q.M=q.G(W.slice(),(R=q.O,R)),q).I=q.G(V9,R)})}),a(k,255,0),a(k,103,[165,0,0]),a)(k,186,function(m,y,g,Z){y=(g=(Z=(g=(y=H(m),H)(m),H)(m),m.D(g)),m.D(y)==g),a(m,Z,+y)}),a)(k,239,function(m,y,g,Z,K,W){N(false,true,m)||(K=c$(m),g=K.B,Z=K.X,y=Z.length,W=K.L,g=0==y?g[W]():1==y?g[W](Z[0]):2==y?g[W](Z[0],Z[1]):3==y?g[W](Z[0],Z[1],Z[2]):2(),a(m,K.R,g))}),a)(k,143,function(m,y,g,Z,K){for(g=(y=H(m),I0)(m),Z=0,K=[];Z<g;Z++)K.push(H(m));a(m,y,K)}),[]),a)(k,194,e),k.i=false,a(k,111,{}),a(k,217,[]),a(k,170,function(m,y,g,Z){(Z=(g=(Z=(g=H(m),H(m)),y=H(m),m).D(g),m.D(Z)),a)(m,y,g in Z|0)}),k).J=[],0),S)(k,[B,X]),S(k,[Lq,P.M7]),b(k,P.PW,true)},Ui=(r.prototype.D=function(X,P){if(void 0===(P=this.U[X],P))throw[I,30,X];for(X=7;X--;);return P()},r.prototype.T=function(X,P){for(P=[];X--;)P.push(255*Math.random()|0);return P},function(X,P){return P[X]<<24|P[(X|0)+1]<<16|P[(X|0)+2]<<8|P[(X|0)+3]}),pq=function(X,P,k,d){try{for(d=0;79669387488!=d;)X+=(P<<4^P>>>5)+(P|0)^(d|0)+(k[d&3]|0),d+=2489668359,P+=(X<<4^X>>>5)+(X|0)^(d|0)+(k[d>>>11&3]|0);return[X>>>24,X>>16&255,X>>8&255,X&255,P>>>24,P>>16&255,P>>8&255,P&255]}catch(J){throw J;}},a=function(X,P,k){if(127==P||99==P)if(X.U[P])X.U[P][X.h](k);else X.U[P]=X.Ic(k);else if(103!=P&&75!=P&&76!=P&&217!=P&&160!=P||!X.U[P])X.U[P]=X.G(k,X.D);78==P&&v$(X)},zX=[],c=(r.prototype.rF=void 0,function(X,P,k,d,J,m){if(X.l==X)for(m=X.D(P),75==P?(P=function(y,g,Z,K){if((Z=((g=m.length,g)|0)-4>>3,m.JD)!=Z){K=[0,0,(Z=(m.JD=Z,Z<<3)-4,J[1]),J[2]];try{m.AD=pq(Ui(Z,m),Ui((Z|0)+4,m),K)}catch(W){throw W;}}m.push(m.AD[g&7]^y)},J=X.D(160)):P=function(y){m.push(y)},d&&P(d&255),X=k.length,d=0;d<X;d++)P(k[d])}),L=[],c$=(r.prototype.ac=void 0,function(X,P,k,d,J,m){for(d=(P=((m={},J=H(X),m).R=H(X),m.X=[],X).l==X?(H(X)|0)-1:1,H(X)),k=0;k<P;k++)m.X.push(H(X));for(m.L=X.D(J);P--;)m.X[P]=X.D(m.X[P]);return m.B=X.D(d),m}),I0=function(X,P){return(P=H(X),P)&128&&(P=P&127|H(X)<<7),P},x=e.requestIdleCallback?function(X){requestIdleCallback(function(){X()},{timeout:4})}:e.setImmediate?function(X){setImmediate(X)}:function(X){setTimeout(X,0)},Oi=function(X){if("function"===typeof X)return X;return X[a0]||(X[a0]=function(P){return X.handleEvent(P)}),X[a0]},Lq=[],I={},U=(r.prototype.N7=(r.prototype.mE=function(){return H(this)},function(X,P,k){if(3==X.length){for(k=0;3>k;k++)P[k]+=X[k];for(k=[13,8,13,12,16,5,(X=0,3),10,15];9>X;X++)P[3](P,X%3,k[X])}}),function(X,P){if(P>=X.s)throw[I,31];return a(X,127,(P|0)+8),X.J[P>>3]}),TX=(r.prototype.iU=function(X,P,k,d){try{d=X[((P|0)+2)%3],X[P]=(X[P]|0)-(X[((P|0)+1)%3]|0)-(d|0)^(1==P?d<<k:d>>>k)}catch(J){throw J;}},function(X,P){X.wF.push(X.U.slice()),X.U[127]=void 0,a(X,127,P)}),D,p=(M=r.prototype,[]),v$=(M.nO=(M.hD=36,r.prototype.O=function(X){return X=X().shift(),this.M().length||this.I().length||(this.M=this.I=void 0),X},"caller"),function(X){X.kL=U(X,X.D(127))<<24|U(X,X.D(127))<<16|U(X,X.D(127))<<8|U(X,X.D(127)),X.o=void 0}),z=function(X,P,k,d){for(k=(P|(d=[],0))-1;0<=k;k--)d[(P|0)-1-(k|0)]=X>>8*k&255;return d},S=(M.sO=35,function(X,P){X.j.splice(0,0,P)}),lL=function(X,P,k,d,J,m){if(!X.Y){X.Z++;try{for(d=(m=0,P=(J=X.s,5001),void 0);(X.WW||--P)&&(X.M||(m=X.D(127))<J);)try{k=void 0,X.M?d=X.O(X.M):(a(X,99,m),k=H(X),d=X.D(k)),d&&d.call?d(X):l([I,21,k],X,0),X.V=true,N(false,false,X)}catch(y){X.D(212)?l(y,X,22):a(X,212,y)}P||l([I,33],X,0)}catch(y){try{l(y,X,22)}catch(g){C(X,g)}}X.Z--}},hl=(M.h="toString",function(X,P,k,d,J){if(P.V=(J=X[0],false),J==L)P.YL=25,P.W(X);else if(J==p){k=X[1];try{d=P.Y||P.W(X)}catch(m){C(P,m),d=P.Y}k(d)}else if(J==H$)P.W(X);else if(J==B)P.W(X);else if(J==Lq){try{for(d=0;d<P.uU.length;d++)try{k=P.uU[d],k[0][k[1]](k[2])}catch(m){}}catch(m){}(0,(P.uU=[],X)[1])(function(m,y){P.HW(m,true,y)},function(m){(S(P,(m=!P.j.length,[Y7])),m)&&b(P,true,false)})}else{if(J==o0)return d=X[6],k=X[2],a(P,234,X[4]?[d[0].P]:d),a(P,111,k),P.W(X);J==Y7&&(P.U=null,P.J=[],P.UO=[])}}),Xc=function(X,P,k){return(k=X.D(127),X.J&&k<X.s?(a(X,127,X.s),TX(X,P)):a(X,127,P),lL)(X),a(X,127,k),X.D(111)},o0=[],H=function(X,P,k,d){if(X.M)return X.O(X.I);return(k=(P=X.D(127),P)>>3,P=U(X,P),X).o!=k>>3&&(X.o=k>>3,d=X.D(78),X.fO=pq(X.kL,X.o,[0,0,d[1],d[2]])),P^X.fO[k&X[p].length]},Y7=(M.WW=false,[]),l=(M=r.prototype,r.prototype.HW=function(X,P,k,d,J){if(this.Y)X(this.Y);else try{d=[],J=!this.j.length,S(this,[L,d,k]),S(this,[p,X,d]),P&&!J||b(this,P,true)}catch(m){C(this,m),X(this.Y)}},function(X,P,k,d,J,m){if(3<(X=(k=(0==(m=((d=void 0,X)&&X[0]===I&&(k=X[1],d=X[2],X=void 0),P.D(217)),m.length)&&(J=P.D(99)>>3,m.push(k,J>>8&255,J&255),void 0!=d&&m.push(d)),""),X&&(X.message&&(k+=X.message),X.stack&&(k+=":"+X.stack)),P).D(154),X)){d=(k=k7((X-=((k=k.slice(0,(X|0)-3),k.length)|0)+3,k.replace(/\\r\\n/g,"\\n"))),P).l,P.l=P;try{c(P,75,z(k.length,2).concat(k),12)}finally{P.l=d}}a(P,154,X)}),$7=function(X,P,k,d,J,m,y){return y=function(){if(k.l==k){if(k.U){var g=[o0,P,d,void 0,J,m,arguments];if(2==X)var Z=(S(k,g),b(k,false,false));else if(1==X){var K=!k.j.length;S(k,g),K&&b(k,false,false)}else Z=hl(g,k);return Z}J&&m&&DI(y,m,J)}}},jL=((M.KO=function(){return Math.floor(this.A())},M.F8=function(X,P,k,d){for(;k--;)127!=k&&99!=k&&P.U[k]&&(P.U[k]=P[d](P[X](k),this));P[X]=this},M.pO=function(X,P,k){return(P=(P^=P<<13,P^=P>>17,(P^P<<5)&k))||(P=1),X^P},M.Sv=(M.xL=function(){return Math.floor(this.yu+(this.A()-this.F))},M.A=(window.performance||{}).now?function(){return this.oc+window.performance.now()}:function(){return+new Date},function(X,P,k,d,J){for(d=J=0;d<X.length;d++)J+=X.charCodeAt(d),J+=J<<10,J^=J>>6;return J=(X=(J+=J<<3,J^=J>>11,J+(J<<15))>>>0,new Number(X&(1<<P)-1)),J[0]=(X>>>P)%k,J}),M.T3=function(X,P,k,d,J,m){for(m=(d=0,J=[],0);d<X.length;d++)for(m+=P,k=k<<P|X[d];7<m;)m-=8,J.push(k>>m&255);return J},r).prototype.W=function(X,P){return X={},P={},function(k,d,J,m,y,g,Z,K,W,F,u,V,O,t,Q,n,q){X=(F=X,P);try{if(t=k[0],t==zX)return F==P?59:83;if(t==B){d=k[1];try{for(q=0,Z=[];q<d.length;){if((g=(O=(n=(m=f[d.charAt(q++)],q<d.length)?f[d.charAt(q)]:0,++q,q<d.length?f[d.charAt(q)]:64),++q,q<d.length)?f[d.charAt(q)]:64,++q,null==m||null==n||null==O)||null==g)throw Error();64!=(Z.push(m<<2|n>>4),O)&&(Z.push(n<<4&240|O>>2),64!=g&&Z.push(O<<6&192|g))}a(this,78,[0,((this.J=Z,this).s=this.J.length<<3,0),0])}catch(R){l(R,this,17);return}lL(this)}else if(t==L)k[1].push(this.D(103).length,this.D(75).length,this.D(154),this.D(76).length),a(this,111,k[2]),this.U[174]&&Xc(this,this.D(174));else{if(t==p){this.l=(V=z(((q=k[2],this.D(103).length)|0)+2,2),J=this.l,this);try{K=this.D(217),0<K.length&&c(this,103,z(K.length,2).concat(K),15),c(this,103,[1],104),c(this,103,z(this[p].length,1)),d=0,d+=this.D(119)&2047,y=this.D(75),d-=(this.D(103).length|0)+5,4<y.length&&(d-=(y.length|0)+3),0<d&&c(this,103,z(d,2).concat(this.T(d)),10),4<y.length&&c(this,103,z(y.length,2).concat(y),153)}finally{this.l=J}if(((W=this.T(2).concat(this.D(103)),W)[1]=W[0]^3,W[3]=W[1]^V[0],W)[4]=W[1]^V[1],Q=this.X8(W))Q="!"+Q;else for(Q="",d=0;d<W.length;d++)u=W[d][this.h](16),1==u.length&&(u="0"+u),Q+=u;return((Z=Q,this.D(103)).length=q.shift(),this.D(75).length=q.shift(),a(this,154,q.shift()),this).D(76).length=q.shift(),Z}if(t==H$)Xc(this,k[1]);else if(t==o0)return Xc(this,k[1])}}finally{X=F}}}(),function(X,P,k,d){for(;P.j.length;){d=(P.S=false,P.j.pop());try{k=hl(d,P)}catch(J){C(P,J)}if(X&&P.S){x(function(){b(P,true,true)});break}}return k}),Ph=((r.prototype.Dz=function(X,P,k,d){c(this,((d=(k=H((X&=(P=X&4,3),this)),H(this)),k=this.D(k),P)&&(k=k7((""+k).replace(/\\r\\n/g,"\\n"))),X&&c(this,d,z(k.length,2)),d),k)},r).prototype.X8=function(X,P,k,d,J,m,y,g,Z){for(J=(Z=0,[]);Z<X.length;Z+=3)y=X[Z],d=(g=Z+1<X.length)?X[Z+1]:0,k=y>>2,P=Z+2<X.length,y=(y&3)<<4|d>>4,m=P?X[Z+2]:0,d=(d&15)<<2|m>>6,m&=63,P||(m=64,g||(d=64)),J.push(A[k],A[y],A[d],A[m]);return J.join("")},function(X,P,k){return X.HW(function(d){k=d},false,P),k}),N=function(X,P,k,d){if(d=0<k.lU&&k.i&&k.jv&&1>=k.Z&&!k.M&&!k.S&&(k.V||!P)&&0==document.hidden,!d||(d?k.A():k.bU)-k.F<k.lU-(X?255:P?5:2))return false;return k.S=(X=k.D(P?99:127),a(k,127,k.s),k.j.push([H$,X]),true)},SD,Nc,b=(SD=function(X){return H(X)^H(X)},Nc=/./,function(X,P,k,d,J,m){if(X.j.length){X.jv=(X.i=(X.i&&0(),true),P);try{d=X.A(),X.bU=d,X.F=d,J=jL(P,X),m=X.A()-X.F,X.yu+=m,m<(k?0:10)||0>=X.YL--||(m=Math.floor(m),X.UO.push(254>=m?m:254))}finally{X.i=false}return J}}),bL=((r.prototype[Lq]=[0,0,1,1,0,1,1],r.prototype).ev=function(X,P,k){for(P=(k=H(this),0);0<X;X--)P=P<<8|H(this);a(this,k,P)},function(X,P,k,d){c(P,(k=(d=H(P),H)(P),k),z(P.D(d),X))}),si=function(X,P){return(P=ZI())&&1===X.eval(P.createScript("1"))?function(k){return P.createScript(k)}:function(k){return""+k}}((r.bind&&(SD[r.prototype.h]=B.pop.bind(r.prototype[L]),Nc[r.prototype.h]=B.pop.bind(r.prototype[L])),e)),Y=e,kt=["botguard"];kt[0]in Y||"undefined"==typeof Y.execScript||Y.execScript("var "+kt[0]);for(var h;kt.length&&(h=kt.shift());)Y=Y[h]&&Y[h]!==Object.prototype[h]?Y[h]:Y[h]={};40<(D=e.botguard,D.m)||(D.m=41,D.bg=gS,D.a=y9),D.qaK_=function(X,P,k,d){return[(d=new r({M7:P,PW:k},X),function(J){return Ph(d,J)})]};try{D.u||(wS(function(){},e,"unload"),D.u=1)}catch(X){};}).call(this);'));}).call(this);</script>
  <script type="text/javascript" nonce="FxBIGDKUNwVf4/VFd5wgRw">
  document.bg = new botguard.bg('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');
  </script>
<script nonce="FxBIGDKUNwVf4/VFd5wgRw">
  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="FxBIGDKUNwVf4/VFd5wgRw">
  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="FxBIGDKUNwVf4/VFd5wgRw">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
</script>
<script nonce="FxBIGDKUNwVf4/VFd5wgRw">
  (function(){
  gaia_onLoginSubmit = function() {
  try {
  gaia.loginAutoRedirect.stop();
  } catch (err) {
  // do not prevent form from being submitted
  }
  try {
  document.bg.invoke(function(response) {
  document.getElementById('bgresponse').value = response;
  });
  } catch (err) {
  document.getElementById('bgresponse').value = '';
  }
  return true;
  }
  document.getElementById('gaia_loginform').onsubmit = gaia_onLoginSubmit;
  var signinButton = document.getElementById('next');
  gaia_attachEvent(window, 'load', function(){
  gaia_scrollToElement(signinButton);
  });
  })();
</script>
  <script nonce="FxBIGDKUNwVf4/VFd5wgRw">var e=this,g=function(b,c){b=b.split(".");var a=e;b[0]in a||!a.execScript||a.execScript("var "+b[0]);for(var d;b.length&&(d=b.shift());)b.length||void 0===c?a[d]?a=a[d]:a=a[d]={}:a[d]=c};var h=function(){try{return new XMLHttpRequest}catch(a){for(var b=["MSXML2.XMLHTTP.6.0","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","Microsoft.XMLHTTP"],c=0;c<b.length;c++)try{return new ActiveXObject(b[c])}catch(d){}}return null};g("gaia.ajax.newXmlHttpRequest",h);var k=function(){this.g=h();this.parameters={}};
k.prototype.send=function(b,c){var a=[],d;for(d in this.parameters)a.push(d+"="+encodeURIComponent(this.parameters[d]));a=a.join("&");var f=this.g;f.open("POST",b,!0);f.setRequestHeader("Content-type","application/x-www-form-urlencoded");f.onreadystatechange=function(){4==f.readyState&&c({status:f.status,text:f.responseText})};f.send(a)};
k.prototype.m=function(b,c,a){var d=this.g;d.open("POST",b,!0);d.setRequestHeader("Content-type","application/json");d.onreadystatechange=function(){4==d.readyState&&a({status:d.status,text:d.responseText})};d.send(c)};k.prototype.get=function(b,c){var a=this.g;a.open("GET",b,!0);a.onreadystatechange=function(){4==a.readyState&&c({status:a.status,text:a.responseText})};a.send()};g("gaia.ajax.XmlHttpFormRequest",k);k.prototype.get=k.prototype.get;k.prototype.sendJson=k.prototype.m;
k.prototype.send=k.prototype.send;var l=/\s*;\s*/,m=function(){if(!document.cookie)return"";for(var b=document.cookie.split(l),c=0;c<b.length;c++){var a=b[c];a=a.replace(/^\s+/,"");a=a.replace(/\s+$/,"");if(0==a.indexOf("APISID="))return a.substr(7)}return""};var n=null,p=function(b,c){this.l=b;this.j=c;this.i=m();this.h=!1},q=function(){var b=n,c=m();c==b.i||b.h||(b.i=c,(new k).get(b.j,function(a){var d=n;a&&a.status&&200==a.status&&"OK"==a.text&&(d.g&&clearInterval(d.g),d.h||(window.location=d.l))}))};p.prototype.start=function(b){if(this.g)return!1;this.g=setInterval(function(){q()},b);return!0};g("gaia.loginAutoRedirect.start",function(b,c,a){if(n||!a||!c||0>=b)return!1;n=new p(c,a);return n.start(b)});
g("gaia.loginAutoRedirect.stop",function(){var b=n;b.h=!0;b.g&&(clearInterval(b.g),b.g=null)});
</script>
  <script type="text/javascript" nonce="FxBIGDKUNwVf4/VFd5wgRw">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Finfo.isnrv%40gmail.com%2Fpublic%2Fbasic\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Finfo.isnrv%40gmail.com%2Fpublic%2Fbasic\x26osid=1\x26service=cl\x26passive=1209600\x26noautologin=true',
  'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Finfo.isnrv%40gmail.com%2Fpublic%2Fbasic\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Finfo.isnrv%40gmail.com%2Fpublic%2Fbasic\x26osid=1\x26service=cl\x26passive=1209600');
  </script>
  </body>
</html>
