
<!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="AFoagUUK2x-Vj-DdglAaiXIiFbtklHzvpA:1620265921263">
  <input type="hidden" name="continue" value="https://calendar.google.com/calendar/feeds/9qegkju4rq1vigd8s63t00ghds@group.calendar.google.com/public/basic">
  <input type="hidden" name="followup" value="https://calendar.google.com/calendar/feeds/9qegkju4rq1vigd8s63t00ghds@group.calendar.google.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="AEThLlxuJC74PMNQhPiC5yjI2QGYr4dkopHA3obgQ-bcTyufXD-ZUZ7zr9kLh26wSiZhsFyxuSxoEx6bn5x4yHXkHbiYzVEp6-knDyIJLU6FXP51wsesZwjkua59cMi_hXxsIUMjOl1Rlk698bf3aRKEAyF0jG30ZNWLFjRTQZ-XhgvQYX-UYWS7hEW_ilYBjJH4tYO1Jmow">
  <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%2F9qegkju4rq1vigd8s63t00ghds%40group.calendar.google.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%2F9qegkju4rq1vigd8s63t00ghds%40group.calendar.google.com%2Fpublic%2Fbasic&amp;followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2F9qegkju4rq1vigd8s63t00ghds%40group.calendar.google.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%2F9qegkju4rq1vigd8s63t00ghds%40group.calendar.google.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="cFQiVvsNbfwOinsW7ntkiA">
  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="cFQiVvsNbfwOinsW7ntkiA">(function(){var L=this||self,n=function(t,G){if(G=(t=L.trustedTypes,null),!t||!t.createPolicy)return G;try{G=t.createPolicy("bg",{createHTML:D,createScript:D,createScriptURL:D})}catch(r){L.console&&L.console.error(r.message)}return G},D=function(t){return t};(0,eval)(function(t,G){return(G=n())&&1===t.eval(G.createScript("1"))?function(r){return G.createScript(r)}:function(r){return""+r}}(L)(Array(7824*Math.random()|0).join("\n")+'(function(){var I={},tb=function(t,G){return[(G(function(L){L(t)}),function(){return t})]},x=function(t,G){return(G=typeof t,"object"==G&&null!=t)||"function"==G},rg=function(t,G,L,D,A){return{invoke:(L=Gb(t,function(r){D&&(G&&y(G),A=r,D(),D=void 0)},(D=function(){},A=void 0,!!G))[0],function(r,n,T,P,Q){if(!n)return n=L(T),r&&r(n),n;Q=function(){A(function(Y){y(function(){r(Y)})},T)},A?Q():(P=D,D=function(){(P(),y)(Q)})})}},L1=function(t){for(t=0;64>t;++t)H[t]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(t),I["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(t)]=t;I["="]=((H[64]="",I["+"]=62,I)["/"]=63,64)},W,DK=function(t,G){function L(){}t.kN=(t.M=(L.prototype=G.prototype,G.prototype),t.prototype=new L,t.prototype.constructor=t,function(D,A,r){for(var n=Array(arguments.length-2),T=2;T<arguments.length;T++)n[T-2]=arguments[T];return G.prototype[A].apply(D,n)})},oI=function(t,G,L,D,A){for(A=G=0,D=[];G<t.length;G++)L=t.charCodeAt(G),128>L?D[A++]=L:(2048>L?D[A++]=L>>6|192:(55296==(L&64512)&&G+1<t.length&&56320==(t.charCodeAt(G+1)&64512)?(L=65536+((L&1023)<<10)+(t.charCodeAt(++G)&1023),D[A++]=L>>18|240,D[A++]=L>>12&63|128):D[A++]=L>>12|224,D[A++]=L>>6&63|128),D[A++]=L&63|128);return D},S=this||self,n1=function(t,G,L){if("object"==(G=typeof t,G))if(t){if(t instanceof Array)return"array";if(t instanceof Object)return G;if((L=Object.prototype.toString.call(t),"[object Window]")==L)return"object";if("[object Array]"==L||"number"==typeof t.length&&"undefined"!=typeof t.splice&&"undefined"!=typeof t.propertyIsEnumerable&&!t.propertyIsEnumerable("splice"))return"array";if("[object Function]"==L||"undefined"!=typeof t.call&&"undefined"!=typeof t.propertyIsEnumerable&&!t.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==G&&"undefined"==typeof t.call)return"object";return G},$r=function(t){return t},H={},jZ=function(t,G,L){for(L in G)if(t.call(void 0,G[L],L,G))return true;return false},K=function(t,G,L){L=this;try{Ab(this,G,t)}catch(D){u(this,D),t=G.R2,t(function(A){A(L.K)})}},Tb=function(){},Gb=function(t,G,L,D){return(D=c[t.substring(0,3)+"_"])?D(t.substring(3),G,L):tb(t,G)},PF=function(t,G){if((t=(G=S.trustedTypes,null),!G)||!G.createPolicy)return t;try{t=G.createPolicy("bg",{createHTML:$r,createScript:$r,createScriptURL:$r})}catch(L){S.console&&S.console.error(L.message)}return t},II=function(t,G){if(!S.addEventListener||!Object.defineProperty)return false;t=Object.defineProperty({},(G=false,"passive"),{get:function(){G=true}});try{S.addEventListener("test",Tb,t),S.removeEventListener("test",Tb,t)}catch(L){}return G}(),Qr=function(t,G){this.currentTarget=this.target=(this.defaultPrevented=false,G),this.type=t},h=(Qr.prototype.preventDefault=(Qr.prototype.stopPropagation=function(){},function(){this.defaultPrevented=true}),function(t,G,L,D){(this.metaKey=this.shiftKey=this.altKey=(this.charCode=(this.key=(this.button=this.screenY=this.screenX=this.clientY=this.clientX=(this.relatedTarget=(Qr.call(this,t?t.type:""),this.currentTarget=this.target=null),this).offsetY=this.offsetX=0,""),this.keyCode=0),this.ctrlKey=false),this.state=null,this.pointerId=0,this.pointerType="",this.j=null,t)&&(L=this.type=t.type,D=t.changedTouches&&t.changedTouches.length?t.changedTouches[0]:null,this.target=t.target||t.srcElement,this.currentTarget=G,G=t.relatedTarget,G||("mouseover"==L?G=t.fromElement:"mouseout"==L&&(G=t.toElement)),this.relatedTarget=G,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!==t.offsetX?t.offsetX:t.layerX,this.offsetY=void 0!==t.offsetY?t.offsetY:t.layerY,this.clientX=void 0!==t.clientX?t.clientX:t.pageX,this.clientY=void 0!==t.clientY?t.clientY:t.pageY,this.screenX=t.screenX||0,this.screenY=t.screenY||0),this.button=t.button,this.keyCode=t.keyCode||0,this.key=t.key||"",this.charCode=t.charCode||("keypress"==L?t.keyCode:0),this.ctrlKey=t.ctrlKey,this.altKey=t.altKey,this.shiftKey=t.shiftKey,this.metaKey=t.metaKey,this.pointerId=t.pointerId||0,this.pointerType="string"===typeof t.pointerType?t.pointerType:xr[t.pointerType]||"",this.state=t.state,this.j=t,t.defaultPrevented&&h.M.preventDefault.call(this))}),xr={2:(DK(h,Qr),"touch"),3:"pen",4:"mouse"},Yr="closure_listenable_"+(1E6*((h.prototype.preventDefault=function(t){(t=(h.M.preventDefault.call(this),this.j),t).preventDefault?t.preventDefault():t.returnValue=false},h.prototype).stopPropagation=function(){(h.M.stopPropagation.call(this),this.j).stopPropagation?this.j.stopPropagation():this.j.cancelBubble=true},Math).random()|0),Vr=0,m=function(t){this.D=0,(this.Z={},this).src=t},RI=function(t,G,L,D,A){(this.capture=!!(this.U=D,G),this).listener=((this.key=(this.A=this.G=false,++Vr),this).g=(this.src=t,this.type=L,null),A)},yr=function(t){t.A=(t.U=null,!(t.listener=null,0)),t.src=null,t.g=null},Jb=(((m.prototype.add=function(t,G,L,D,A,r,n){return n=Jb(A,G,D,(t=this.Z[r=t.toString(),r],t||(t=this.Z[r]=[],this.D++),t)),-1<n?(G=t[n],L||(G.G=false)):(G=new RI(this.src,!!D,r,A,G),G.G=L,t.push(G)),G},m.prototype).remove=function(t,G,L,D,A){if(!((t=t.toString(),t)in this.Z))return false;return-1<(G=Jb((A=this.Z[t],D),G,L,A),G)?(yr(A[G]),Array.prototype.splice.call(A,G,1),0==A.length&&(delete this.Z[t],this.D--),true):false},m.prototype).hasListener=function(t,G,L,D,A){return jZ(function(r,n){for(n=0;n<r.length;++n)if(!(A&&r[n].type!=L||D&&r[n].capture!=G))return true;return false},(L=(D=void 0!==G,(A=void 0!==t)?t.toString():""),this).Z)},function(t,G,L,D,A,r){for(r=0;r<D.length;++r)if(A=D[r],!A.A&&A.listener==G&&A.capture==!!L&&A.U==t)return r;return-1}),HF="closure_lm_"+(1E6*Math.random()|0),WF=function(t){return(t=t[HF],t)instanceof m?t:null},aI=function(t,G,L,D,A,r){if(Array.isArray(G))for(r=0;r<G.length;r++)aI(t,G[r],L,D,A);else A=XN(A),D&&D[Yr]?D.y8(G,A,x(L)?!!L.capture:!!L,t):Ew(G,true,t,L,D,A)},SZ=function(t,G,L,D,A,r){if(D&&D.once)aI(A,L,D,G,t);else if(Array.isArray(L))for(r=0;r<L.length;r++)SZ(t,G,L[r],D,A);else t=XN(t),G&&G[Yr]?G.OQ(L,t,x(D)?!!D.capture:!!D,A):Ew(L,false,A,D,G,t)},Uw=function(t){return t in un?un[t]:un[t]="on"+t},cF=function(t,G){return t=K1,G=function(L){return t.call(G.src,G.listener,L)}},hb=function(t,G,L,D,A,r,n){if("number"!==typeof t&&t&&!t.A)if((A=t.src)&&A[Yr])A.fi(t);else if(n=t.g,r=t.type,A.removeEventListener?A.removeEventListener(r,n,t.capture):A.detachEvent?A.detachEvent(Uw(r),n):A.addListener&&A.removeListener&&A.removeListener(n),zb--,n=WF(A)){if((r=t.type,r)in n.Z){G=n.Z[r];b:if("string"===typeof G)D="string"!==typeof t||1!=t.length?-1:G.indexOf(t,0);else{for(D=0;D<G.length;D++)if(D in G&&G[D]===t)break b;D=-1}(D=(L=D,0)<=L)&&Array.prototype.splice.call(G,L,1),D&&(yr(t),0==n.Z[r].length&&(delete n.Z[r],n.D--))}0==n.D&&(n.src=null,A[HF]=null)}else yr(t)},un={},K1=function(t,G,L,D){return t.A?t=true:(G=new h(G,this),D=t.U||t.src,L=t.listener,t.G&&hb(t),t=L.call(D,G)),t},mv=function(t,G,L,D,A,r){if(Array.isArray(L))for(r=0;r<L.length;r++)mv(t,G,L[r],D,A);else(D=x(D)?!!D.capture:!!D,t=XN(t),G&&G[Yr])?G.tF(L,t,D,A):G&&(G=WF(G))&&(L=G.Z[L.toString()],G=-1,L&&(G=Jb(A,t,D,L)),(t=-1<G?L[G]:null)&&hb(t))},zb=0,Ew=function(t,G,L,D,A,r,n,T){if(!t)throw Error("Invalid event type");if(G=((T=WF((n=x(D)?!!D.capture:!!D,A)))||(A[HF]=T=new m(A)),T.add(t,r,G,n,L)),!G.g){if((G.g=(L=cF(),L),L.src=A,L.listener=G,A).addEventListener)II||(D=n),void 0===D&&(D=false),A.addEventListener(t.toString(),L,D);else if(A.attachEvent)A.attachEvent(Uw(t.toString()),L);else if(A.addListener&&A.removeListener)A.addListener(L);else throw Error("addEventListener and attachEvent are unavailable.");zb++}},p1="__closure_events_fn_"+(1E9*Math.random()>>>0),vF=[],u=function(t,G){t.K=((t.K?t.K+"~":"E:")+G.message+":"+G.stack).slice(0,2048)},p=[],bn=[],b=[],O=function(t,G){G.i.splice(0,0,t)},d=function(t,G,L,D){if(t.R)return t.X(t.l);return((G=(L=(G=t.P(230),G)>>3,C(t,G)),t.B)!=L>>3&&(t.B=L>>3,D=t.P(141),t.hF=Ow([0,0,D[1],D[2]],t.H7,t.B)),G)^t.hF[L&t[p].length]},C1=[],gg=function(t,G,L,D,A){if((A=(t.s=false,G[0]),A)==e)t.Ki=25,t.V(G);else if(A==p){L=G[1];try{D=t.K||t.V(G)}catch(r){u(t,r),D=t.K}L(D)}else if(A==vF)t.V(G);else if(A==b)t.V(G);else if(A==C1){try{for(D=0;D<t.P7.length;D++)try{L=t.P7[D],L[0][L[1]](L[2])}catch(r){}}catch(r){}(0,G[1])((t.P7=[],function(r,n){t.xN(r,true,n)}),function(r){O([dg],(r=!t.i.length,t)),r&&g(false,t,true)})}else{if(A==eZ)return D=G[6],L=G[2],l(t,137,G[4]?[D[0].j]:D),l(t,107,L),t.V(G);A==dg&&(t.o=null,t.I2=[],t.H=[])}},ln=function(t,G){return(G=d(t),G&128)&&(G=G&127|d(t)<<7),G},dg=[],l=function(t,G,L){if(230==G||220==G)if(t.o[G])t.o[G][t.N](L);else t.o[G]=t.lc(L);else if(143!=G&&253!=G&&124!=G&&128!=G&&35!=G||!t.o[G])t.o[G]=t.O(t.P,L);141==G&&sw(t)},M={},M$=(K.prototype.X=function(t){return(t=t().shift(),this.R().length||this.l().length)||(this.R=this.l=void 0),t},K.prototype.S_=(K.prototype.P=function(t,G){if(G=this.o[t],void 0===G)throw[M,30,t];return G()},K.prototype.qZ=function(t,G,L){if(3==t.length){for(L=0;3>L;L++)G[L]+=t[L];for(L=[13,8,13,12,16,5,3,10,(t=0,15)];9>t;t++)G[3](G,t%3,L[t])}},K.prototype.xN=function(t,G,L,D,A){if(this.K)t(this.K);else try{D=[],A=!this.i.length,O([e,D,L],this),O([p,t,D],this),G&&!A||g(true,this,G)}catch(r){u(this,r),t(this.K)}},function(t,G,L,D){try{D=t[((G|0)+2)%3],t[G]=(t[G]|0)-(t[((G|0)+1)%3]|0)-(D|0)^(1==G?D<<L:D>>>L)}catch(A){throw A;}}),function(t,G,L,D,A,r){if(!t.K){t.F++;try{for(D=(r=5001,A=void 0,t.Y),L=0;(t.z9||--r)&&(t.R||(L=t.P(230))<D);)try{G=void 0,t.R?A=t.X(t.R):(l(t,220,L),G=d(t),A=t.P(G)),A&&A.call?A(t):F(0,[M,21,G],t),t.s=true,B(false,false,t)}catch(n){t.P(122)?F(22,n,t):l(t,122,n)}r||F(0,[M,33],t)}catch(n){try{F(22,n,t)}catch(T){u(t,T)}}t.F--}}),BF=(W=K.prototype,function(t,G,L){return M$(((L=t.P(230),t).H&&L<t.Y?(l(t,230,t.Y),FN(t,G)):l(t,230,G),t)),l(t,230,L),t.P(107)}),sw=function(t){(t.H7=C(t,t.P(230))<<24|C(t,t.P(230))<<16|C(t,t.P(230))<<8|C(t,t.P(230)),t).B=void 0},y=(W.o2="caller",S.requestIdleCallback)?function(t){requestIdleCallback(function(){t()},{timeout:4})}:S.setImmediate?function(t){setImmediate(t)}:function(t){setTimeout(t,0)},F=function(t,G,L,D,A,r){if(3<(G=(0==(D=L.P(((r=void 0,G)&&G[0]===M&&(r=G[2],t=G[1],G=void 0),128)),D.length)&&(A=L.P(220)>>3,D.push(t,A>>8&255,A&255),void 0!=r&&D.push(r)),t="",G&&(G.message&&(t+=G.message),G.stack&&(t+=":"+G.stack)),L.P(237)),G)){r=(t=oI((G-=(t=t.slice(0,(G|0)-3),t.length|0)+3,t.replace(/\\r\\n/g,"\\n"))),L.I),L.I=L;try{Z(L,253,f(t.length,2).concat(t),12)}finally{L.I=r}}l(L,237,G)},e=[],XN=(W.Q8=36,W.N="toString",K.prototype.UQ=void 0,K.prototype.d4=function(){return d(this)},W.NZ=35,function(t){if("function"===typeof t)return t;return t[t[p1]||(t[p1]=function(G){return t.handleEvent(G)}),p1]}),ZK=(W.z9=(K.prototype.L=function(t,G){for(G=[];t--;)G.push(255*Math.random()|0);return G},false),function(t,G){return G[t]<<24|G[(t|0)+1]<<16|G[(t|0)+2]<<8|G[(t|0)+3]}),f=function(t,G,L,D){for(L=(G|(D=[],0))-1;0<=L;L--)D[(G|0)-1-(L|0)]=t>>8*L&255;return D},C=(W=K.prototype,function(t,G){if(G>=t.Y)throw[M,31];return(l(t,230,(G|0)+8),t).H[G>>3]}),Ow=function(t,G,L,D){try{for(D=0;-1934991136!==D;)G=(G|0)+(((L<<4|0)^L>>>5)+(L|0)^(D|0)+(t[D&3]|0))|0,D=D+2489668359|0,L=(L|0)+(((G<<4|0)^G>>>5)+(G|0)^(D|0)+(t[D>>>11&3]|0))|0;return[G>>>24,G>>16&255,G>>8&255,G&255,L>>>24,L>>16&255,L>>8&255,L&255]}catch(A){throw A;}},Ab=function(t,G,L,D,A){for(t.O=(t.l=void 0,t.v=(t.bc=0,false),t.Ki=25,t.Li=(D=(t.I2=[],[]),N$),t.lc=function(r,n,T){return T=(n=function(){return r},function(){return n()}),T[this.N]=function(P){r=P},T},t.R=void 0,t.s=!(A=0,t.G9=(t.F=0,t.mD=0,f1),1),function(r,n,T,P,Q,Y){return n=(P=(Q=(Y=this,function(){return Q[(Y.NZ|0)+(T[Y.o2]===r|0)-!P[Y.o2]]}),T=function(){return Q()},Y).V,T[Y.N]=function(k){Q[Y.Q8]=k},T[Y.N](n),T)});128>A;A++)D[A]=String.fromCharCode(A);O(((((((((((((((((t.S=((((((((((t.i=((t.w4=((((((A=(((l(t,230,((t.P7=[],t.v7=(t.o=[],function(r){this.I=r}),t).I=t,0)),l(t,220,0),l)(t,161,function(r){r.Zx(3)}),l)(t,59,S),window.performance||{}),t).uc=A.timeOrigin||(A.timing||{}).navigationStart||0,l)(t,74,function(r,n,T,P,Q,Y){B(true,false,r)||(Q=wg(r),T=Q.J,n=Q.$,P=Q.T,Y=n.length,T=0==Y?P[T]():1==Y?P[T](n[0]):2==Y?P[T](n[0],n[1]):3==Y?P[T](n[0],n[1],n[2]):2(),l(r,Q.C,T))}),l)(t,153,function(r,n,T){(T=(n=d(r),d(r)),l)(r,T,""+r.P(n))}),t.Dx=function(r,n){(n.push(r[0]<<24|r[1]<<16|r[2]<<8|r[3]),n).push(r[4]<<24|r[5]<<16|r[6]<<8|r[7]),n.push(r[8]<<24|r[9]<<16|r[10]<<8|r[11])},l)(t,145,function(r,n,T,P,Q){for(T=(n=ln((Q=d(r),r)),0),P=[];T<n;T++)P.push(d(r));l(r,Q,P)}),l)(t,163,0),l(t,133,function(r,n,T,P,Q,Y,k,X,a,v,V,R,E){for(P=Y=(R=(T=((Q=(X=d(r),V=function(J,U){for(;Q<J;)a|=d(r)<<Q,Q+=8;return U=a&(1<<(Q-=J,J))-1,a>>=J,U},a=0),V(3))|0)+1,V(5)),E=[],0);Y<R;Y++)v=V(1),E.push(v),P+=v?0:1;for(k=(P=(Y=((P|0)-1).toString(2).length,0),[]);P<R;P++)E[P]||(k[P]=V(Y));for(V=0;V<R;V++)E[V]&&(k[V]=d(r));for(n=[];T--;)n.push(r.P(d(r)));l(r,X,function(J,U,z,N,kr){for(U=(z=(kr=[],0),[]);z<R;z++){if(!(N=k[z],E)[z]){for(;N>=U.length;)U.push(d(J));N=U[N]}kr.push(N)}J.l=(J.R=(z=J.X,J).O(z,n.slice()),J.O(z,kr))})}),false),l(t,122,352),l(t,205,function(r,n){r=(n=d(r),r).P(n),mv(r[2],r[0],r[1])}),l(t,135,function(r,n,T,P){(P=(T=(n=d((T=(P=d(r),d(r)),r)),r.P(T)),r.P(P)),l)(r,n,P[T])}),l)(t,225,function(r,n,T,P){P=d((T=d(r),n=d(r),r)),l(r,P,r.P(T)||r.P(n))}),[]),l(t,102,function(r,n,T,P,Q,Y){if(!B(true,true,r)){if("object"==n1((r=(Y=(n=(Q=d((T=d(r),r)),Y=d(r),d(r)),Q=r.P(Q),r.P(Y)),T=r.P(T),r.P(n)),T))){for(P in n=[],T)n.push(P);T=n}for(P=(n=0,T.length),Y=0<Y?Y:1;n<P;n+=Y)Q(T.slice(n,(n|0)+(Y|0)),r)}}),l)(t,58,function(r){q$(r,1)}),l(t,244,function(r,n,T,P,Q,Y,k){if((n=d(r),T=ln(r),k="",r.o)[214])for(P=r.P(214),Q=P.length,Y=0;T--;)Y=((Y|0)+(ln(r)|0))%Q,k+=D[P[Y]];else for(;T--;)k+=D[d(r)];l(r,n,k)}),t.ic=[],l)(t,207,function(r,n,T,P){(T=(P=d((T=d(r),r)),n=d(r),P=r.P(P),r).P(T)==P,l)(r,n,+T)}),l)(t,140,function(r,n,T,P){(P=(n=(T=(n=d((P=d(r),r)),d(r)),r).P(n),r.P(P)),l)(r,T,P in n|0)}),l)(t,85,function(r,n){B(true,false,r)||(n=wg(r),l(r,n.C,n.J.apply(n.T,n.$)))}),l)(t,249,function(r){r.Zx(4)}),l)(t,217,function(r){r.$N(4)}),l)(t,101,function(r,n,T,P){(T=d((P=(n=d(r),d)(r),r)),r).I==r&&(T=r.P(T),P=r.P(P),r.P(n)[P]=T,141==n&&(r.B=void 0,2==P&&sw(r)))}),l)(t,128,[]),l)(t,68,function(r,n,T){0!=(n=(T=d(r),n=d(r),r.P(n)),r).P(T)&&l(r,230,n)}),false),l)(t,199,function(r,n,T,P,Q){(T=(n=(Q=(n=(Q=d((P=d(r),r)),T=d(r),d)(r),r.P(Q)),r).P(n),r.P(T)),l)(r,P,t6(n,T,r,Q))}),l)(t,35,[0,0,0]),l)(t,119,function(r,n,T){n=(n=(n=d(r),T=d(r),r.P(n)),n1(n)),l(r,T,n)}),L1(),l(t,98,function(r,n,T,P,Q,Y){B(true,false,r)||(Q=wg(r),T=Q.J,P=Q.T,n=Q.$,Y=n.length,T=0==Y?new P[T]:1==Y?new P[T](n[0]):2==Y?new P[T](n[0],n[1]):3==Y?new P[T](n[0],n[1],n[2]):4==Y?new P[T](n[0],n[1],n[2],n[3]):2(),l(r,Q.C,T))}),l)(t,147,function(r,n){FN(r,(n=r.P(d(r)),n))}),l)(t,124,[]),l(t,107,{}),l)(t,40,function(r,n,T,P){(P=(n=(T=d((n=d(r),r)),r.P(n)),r.P(T)),l)(r,T,P+n)}),l)(t,237,2048),l)(t,175,function(r){q$(r,4)}),l(t,3,0),l(t,143,[165,0,0]),l)(t,104,function(r,n,T){B(true,false,r)||(T=d(r),n=d(r),l(r,n,function(P){return eval(P)}(Gm(r.P(T)))))}),l)(t,253,t.L(4)),l)(t,23,function(){}),l)(t,208,function(r,n,T,P){(n=d((T=d(r),r)),P=d(r),l)(r,P,r.P(T)>>>n)}),l(t,125,function(r,n,T,P){if(T=r.ic.pop()){for(P=d(r);0<P;P--)n=d(r),T[n]=r.o[n];T[237]=(T[128]=r.o[128],r.o[237]),r.o=T}else l(r,230,r.Y)}),l)(t,38,t),l(t,246,function(r,n,T,P,Q){(n=(Q=(P=(T=(n=(T=(P=(Q=d(r),d(r)),d(r)),d(r)),r).P(T),r.P(P)),r.P(Q)),r).P(n),0)!==Q&&(n=t6(1,n,r,T,Q,P),SZ(n,Q,P),l(r,163,[Q,P,n]))}),t).H=[],t).Y=0,[b,L]),t),O([C1,G.R2],t),g(true,t,G.j_)},t6=((W.Xt=function(t,G,L,D){for(;L--;)230!=L&&220!=L&&G.o[L]&&(G.o[L]=G[D](G[t](L),this));G[t]=this},(W.AF=function(){return Math.floor(this.h())},W).g4=function(t,G,L){return(G=(G^=G<<13,G^=G>>17,G^G<<5)&L)||(G=1),t^G},W).W7=function(t,G,L,D,A){for(A=D=0;A<t.length;A++)D+=t.charCodeAt(A),D+=D<<10,D^=D>>6;return(D=new Number((t=(D+=D<<3,D^=D>>11,D)+(D<<15)>>>0,t&(1<<G)-1)),D)[0]=(t>>>G)%L,D},function(t,G,L,D,A,r,n){return n=function(){if(L.I==L){if(L.o){var T=[eZ,D,G,void 0,A,r,arguments];if(2==t)var P=(O(T,L),g(false,L,false));else if(1==t){var Q=!L.i.length;O(T,L),Q&&g(false,L,false)}else P=gg(L,T);return P}A&&r&&mv(n,A,r)}}}),FN=(W.JF=function(t,G,L,D,A,r){for(r=A=(L=[],0);r<t.length;r++)for(D=D<<G|t[r],A+=G;7<A;)A-=8,L.push(D>>A&255);return L},W.e_=function(){return Math.floor(this.bc+(this.h()-this.W))},function(t,G){((t.ic.push(t.o.slice()),t).o[230]=void 0,l)(t,230,G)}),Z=function(t,G,L,D,A,r){if(t.I==t)for(A=t.P(G),253==G?(G=function(n,T,P,Q){if((Q=((T=A.length,T)|0)-4>>3,A).V8!=Q){Q=[0,0,r[P=(Q<<3)-4,A.V8=Q,1],r[2]];try{A.r4=Ow(Q,ZK(P,A),ZK((P|0)+4,A))}catch(Y){throw Y;}}A.push(A.r4[T&7]^n)},r=t.P(35)):G=function(n){A.push(n)},D&&G(D&255),t=0,D=L.length;t<D;t++)G(L[t])},c,eZ=(K.prototype.pi=(W.h=(window.performance||{}).now?function(){return this.uc+window.performance.now()}:function(){return+new Date},void 0),[]),wg=function(t,G,L,D,A,r){for(A=((r=(D={},d(t)),D.C=d(t),D).$=[],t.I==t?(d(t)|0)-1:1),G=d(t),L=0;L<A;L++)D.$.push(d(t));for(D.J=t.P(r);A--;)D.$[A]=t.P(D.$[A]);return D.T=t.P(G),D};(K.prototype.V=function(t,G){return G=(t={},{}),function(L,D,A,r,n,T,P,Q,Y,k,X,a,v,V,R,E,J){G=(v=G,t);try{if((n=L[0],n)==bn)return v==t?21:78;if(n==b){V=L[1];try{for(R=(X=[],0);R<V.length;){if((r=(J=(E=(A=I[V.charAt(R++)],R<V.length)?I[V.charAt(R)]:0,++R,R)<V.length?I[V.charAt(R)]:64,++R,R)<V.length?I[V.charAt(R)]:64,++R,null==A)||null==E||null==J||null==r)throw Error();64!=(X.push(A<<2|E>>4),J)&&(X.push(E<<4&240|J>>2),64!=r&&X.push(J<<6&192|r))}l(this,141,[(this.Y=(this.H=X,this.H).length<<3,0),0,0])}catch(U){F(17,U,this);return}M$(this)}else if(n==e)L[1].push(this.P(124).length,this.P(237),this.P(253).length,this.P(143).length),l(this,107,L[2]),this.o[203]&&BF(this,this.P(203));else{if(n==p){(k=(D=(R=L[2],f((this.P(143).length|0)+2,2)),this.I),this).I=this;try{Y=this.P(128),0<Y.length&&Z(this,143,f(Y.length,2).concat(Y),15),Z(this,143,[1],104),Z(this,143,f(this[p].length,1)),V=0,T=this.P(253),V+=this.P(3)&2047,V-=(this.P(143).length|0)+5,4<T.length&&(V-=(T.length|0)+3),0<V&&Z(this,143,f(V,2).concat(this.L(V)),10),4<T.length&&Z(this,143,f(T.length,2).concat(T),153)}finally{this.I=k}if(a=((Q=this.L(2).concat(this.P(143)),Q)[1]=Q[0]^3,Q[3]=Q[1]^D[0],Q[4]=Q[1]^D[1],this).YN(Q))a="!"+a;else for(V=0,a="";V<Q.length;V++)P=Q[V][this.N](16),1==P.length&&(P="0"+P),a+=P;return(((X=a,this.P(124).length=R.shift(),l)(this,237,R.shift()),this.P(253)).length=R.shift(),this).P(143).length=R.shift(),X}if(n==vF)BF(this,L[1]);else if(n==eZ)return BF(this,L[1])}}finally{G=v}}}(),K.prototype).$N=function(t,G,L){for(L=(G=d(this),0);0<t;t--)L=L<<8|d(this);l(this,G,L)};var N$,f1,B=function(t,G,L,D){if(D=0<L.mD&&L.S&&L.w4&&1>=L.F&&!L.R&&!L.v&&(L.s||!t)&&0==document.hidden,!D||(D?L.h():L.B7)-L.W<L.mD-(G?255:t?5:2))return false;return L.v=!(t=L.P(t?220:230),l(L,230,L.Y),L.i.push([vF,t]),0)},g=function(t,G,L,D,A,r){if(G.i.length){(G.S&&0(),G).S=true,G.w4=L;try{D=G.h(),G.W=D,G.B7=D,r=rJ(G,L),A=G.h()-G.W,G.bc+=A,A<(t?0:10)||0>=G.Ki--||(A=Math.floor(A),G.I2.push(254>=A?A:254))}finally{G.S=false}return r}},q$=((K.prototype.Zx=(N$=function(t){return d(t)^d(t)},function(t,G,L,D){Z(this,((D=(L=(D=(t&=(G=t&4,3),d)(this),d)(this),this.P(D)),G)&&(D=oI((""+D).replace(/\\r\\n/g,"\\n"))),t&&Z(this,L,f(D.length,2)),L),D)}),K.prototype).YN=function(t,G,L,D,A,r,n,T,P,Q){for(Q=[],G=0;G<t.length;G+=3)T=G+1<t.length,L=G+2<t.length,A=t[G],n=T?t[G+1]:0,D=A>>2,r=L?t[G+2]:0,P=(n&15)<<2|r>>6,A=(A&3)<<4|n>>4,r&=63,L||(r=64,T||(P=64)),Q.push(H[D],H[A],H[P],H[r]);return Q.join("")},K.prototype[C1]=[0,0,1,1,0,1,1],f1=/./,function(t,G,L,D){Z(t,(L=(D=d(t),d(t)),L),f(t.P(D),G))}),L8=function(t,G,L){return G.xN(function(D){L=D},false,t),L},rJ=function(t,G,L,D){for(;t.i.length;){L=(t.v=false,t.i.pop());try{D=gg(t,L)}catch(A){u(t,A)}if(G&&t.v){y(function(){g(true,t,true)});break}}return D},Gm=function(t,G){return(G=PF())&&1===t.eval(G.createScript("1"))?function(L){return G.createScript(L)}:function(L){return""+L}}((K.bind&&(N$[K.prototype.N]=b.pop.bind(K.prototype[e]),f1[K.prototype.N]=b.pop.bind(K.prototype[e])),S)),w=S,Du=["botguard"];Du[0]in w||"undefined"==typeof w.execScript||w.execScript("var "+Du[0]);for(var q;Du.length&&(q=Du.shift());)w=w[q]&&w[q]!==Object.prototype[q]?w[q]:w[q]={};40<(c=S.botguard,c.m)||(c.m=41,c.bg=rg,c.a=Gb),c.Pau_=function(t,G,L,D){return[(D=new K(t,{R2:G,j_:L}),function(A){return L8(A,D)})]};try{c.u||(SZ(function(){},S,"unload"),c.u=1)}catch(t){};}).call(this);'));}).call(this);</script>
  <script type="text/javascript" nonce="cFQiVvsNbfwOinsW7ntkiA">
  document.bg = new botguard.bg('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');
  </script>
<script nonce="cFQiVvsNbfwOinsW7ntkiA">
  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="cFQiVvsNbfwOinsW7ntkiA">
  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="cFQiVvsNbfwOinsW7ntkiA">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
</script>
<script nonce="cFQiVvsNbfwOinsW7ntkiA">
  (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="cFQiVvsNbfwOinsW7ntkiA">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="cFQiVvsNbfwOinsW7ntkiA">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2F9qegkju4rq1vigd8s63t00ghds%40group.calendar.google.com%2Fpublic%2Fbasic\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2F9qegkju4rq1vigd8s63t00ghds%40group.calendar.google.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%2F9qegkju4rq1vigd8s63t00ghds%40group.calendar.google.com%2Fpublic%2Fbasic\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2F9qegkju4rq1vigd8s63t00ghds%40group.calendar.google.com%2Fpublic%2Fbasic\x26osid=1\x26service=cl\x26passive=1209600');
  </script>
  </body>
</html>
