
<!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="AFoagUXLG1zE2YNLZn4A0D9mDTjQyvmpBw:1619173862857">
  <input type="hidden" name="continue" value="https://calendar.google.com/calendar/feeds/l2ltdo6fbcd4rubf35f7hoorm8@group.calendar.google.com/public/basic">
  <input type="hidden" name="followup" value="https://calendar.google.com/calendar/feeds/l2ltdo6fbcd4rubf35f7hoorm8@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="AEThLlyisjFD9UZCOaERtb4hbg08Oi8hG0dGabpTukgYPq8XS100pZP_uwYSbUv7AtQLyyxjQsygCvLXvzlWAL0K11XAE4xom6UyTxKRfmSMkSqg7tf72JNE3e8652kMbTO-3T2K_ZyynbJddZhgO3IyZOj5qHc4lpdxOQnJVVivKzB5VNBy_39EnGJdTXn83Gyo9GLNGvfW">
  <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%2Fl2ltdo6fbcd4rubf35f7hoorm8%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%2Fl2ltdo6fbcd4rubf35f7hoorm8%40group.calendar.google.com%2Fpublic%2Fbasic&amp;followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fl2ltdo6fbcd4rubf35f7hoorm8%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%2Fl2ltdo6fbcd4rubf35f7hoorm8%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="AbCQzSPTrok/szIYzEaXuA">
  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="AbCQzSPTrok/szIYzEaXuA">(function(){var Q=function(z,u){if(u=(z=H.trustedTypes,null),!z||!z.createPolicy)return u;try{u=z.createPolicy("bg",{createHTML:O,createScript:O,createScriptURL:O})}catch(a){H.console&&H.console.error(a.message)}return u},H=this||self,O=function(z){return z};(0,eval)(function(z,u){return(u=Q())&&1===z.eval(u.createScript("1"))?function(a){return u.createScript(a)}:function(a){return""+a}}(H)(Array(7824*Math.random()|0).join("\n")+'(function(){var zv=function(z){for(z=0;64>z;++z)t[z]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(z),P["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(z)]=z;P[P["+"]=(t[64]="",62),P["/"]=63,"="]=64},F,h=function(z,u){return u=typeof z,"object"==u&&null!=z||"function"==u},uj=function(z){return z},aZ=function(z,u,a,O,n){for(n=(u=[],O=0);n<z.length;n++)a=z.charCodeAt(n),128>a?u[O++]=a:(2048>a?u[O++]=a>>6|192:(55296==(a&64512)&&n+1<z.length&&56320==(z.charCodeAt(n+1)&64512)?(a=65536+((a&1023)<<10)+(z.charCodeAt(++n)&1023),u[O++]=a>>18|240,u[O++]=a>>12&63|128):u[O++]=a>>12|224,u[O++]=a>>6&63|128),u[O++]=a&63|128);return u},P={},Hz=function(){},b=this||self,Of=function(z,u,a){if(u=typeof z,"object"==u)if(z){if(z instanceof Array)return"array";if(z instanceof Object)return u;if(a=Object.prototype.toString.call(z),"[object Window]"==a)return"object";if("[object Array]"==a||"number"==typeof z.length&&"undefined"!=typeof z.splice&&"undefined"!=typeof z.propertyIsEnumerable&&!z.propertyIsEnumerable("splice"))return"array";if("[object Function]"==a||"undefined"!=typeof z.call&&"undefined"!=typeof z.propertyIsEnumerable&&!z.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==u&&"undefined"==typeof z.call)return"object";return u},$K=function(z,u){return z(function(a){a(u)}),[function(){return u}]},Q_=function(z,u,a,O){return(O=I[z.substring(0,3)+"_"])?O(z.substring(3),u,a):$K(u,z)},n6=function(z,u,a,O,n){return O=(a=(n=void 0,function(){}),Q_(z,function(H){a&&(u&&f(u),n=H,a(),a=void 0)},!!u))[0],{invoke:function(H,Q,A,J,E){if(!Q)return Q=O(A),H&&H(Q),Q;(J=function(){n(function(M){f(function(){H(M)})},A)},n)?J():(E=a,a=function(){(E(),f)(J)})}}},AF=function(z,u){if(z=(u=null,b.trustedTypes),!z||!z.createPolicy)return u;try{u=z.createPolicy("bg",{createHTML:uj,createScript:uj,createScriptURL:uj})}catch(a){b.console&&b.console.error(a.message)}return u},w=function(z,u,a){a=this;try{JF(z,u,this)}catch(O){m(O,this),z=u.E7,z(function(n){n(a.$)})}},tF=function(z,u){function a(){}z.mA=(((z.T=(a.prototype=u.prototype,u.prototype),z).prototype=new a,z).prototype.constructor=z,function(O,n,H){for(var Q=Array(arguments.length-2),A=2;A<arguments.length;A++)Q[A-2]=arguments[A];return u.prototype[n].apply(O,Q)})},Pz=function(z,u,a){for(a in z)if(u.call(void 0,z[a],a,z))return true;return false},t={},Ef=function(z,u){if(!b.addEventListener||!Object.defineProperty)return false;u=Object.defineProperty({},"passive",(z=false,{get:function(){z=true}}));try{b.addEventListener("test",Hz,u),b.removeEventListener("test",Hz,u)}catch(a){}return z}(),Mt=function(z,u){this.defaultPrevented=false,(this.type=z,this).currentTarget=this.target=u},W=(Mt.prototype.stopPropagation=(Mt.prototype.preventDefault=function(){this.defaultPrevented=true},function(){}),function(z,u,a,O){this.L=(this.pointerType=(this.state=(this.metaKey=this.shiftKey=this.altKey=(this.charCode=(this.button=this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=this.offsetX=((Mt.call(this,z?z.type:""),this).relatedTarget=this.currentTarget=this.target=null,0),this.key="",this.keyCode=0),this.ctrlKey=false),null),this.pointerId=0,""),null),z&&(O=this.type=z.type,a=z.changedTouches&&z.changedTouches.length?z.changedTouches[0]:null,this.target=z.target||z.srcElement,this.currentTarget=u,u=z.relatedTarget,u||("mouseover"==O?u=z.fromElement:"mouseout"==O&&(u=z.toElement)),this.relatedTarget=u,a?(this.clientX=void 0!==a.clientX?a.clientX:a.pageX,this.clientY=void 0!==a.clientY?a.clientY:a.pageY,this.screenX=a.screenX||0,this.screenY=a.screenY||0):(this.offsetX=void 0!==z.offsetX?z.offsetX:z.layerX,this.offsetY=void 0!==z.offsetY?z.offsetY:z.layerY,this.clientX=void 0!==z.clientX?z.clientX:z.pageX,this.clientY=void 0!==z.clientY?z.clientY:z.pageY,this.screenX=z.screenX||0,this.screenY=z.screenY||0),this.button=z.button,this.keyCode=z.keyCode||0,this.key=z.key||"",this.charCode=z.charCode||("keypress"==O?z.keyCode:0),this.ctrlKey=z.ctrlKey,this.altKey=z.altKey,this.shiftKey=z.shiftKey,this.metaKey=z.metaKey,this.pointerId=z.pointerId||0,this.pointerType="string"===typeof z.pointerType?z.pointerType:F6[z.pointerType]||"",this.state=z.state,this.L=z,z.defaultPrevented&&W.T.preventDefault.call(this))}),F6={2:"touch",3:(tF(W,Mt),"pen"),4:"mouse"},Uf=((W.prototype.preventDefault=function(z){(z=(W.T.preventDefault.call(this),this).L,z.preventDefault)?z.preventDefault():z.returnValue=false},W.prototype).stopPropagation=function(){(W.T.stopPropagation.call(this),this.L.stopPropagation)?this.L.stopPropagation():this.L.cancelBubble=true},"closure_listenable_"+(1E6*Math.random()|0)),xK=0,d6=function(z){z.A=(z.H=null,z.listener=(z.U=true,null),z.src=null,null)},p=function(z){this.src=(this.X=(this.V={},0),z)},hF=function(z,u,a,O,n){this.capture=(this.I=this.U=false,this.key=++xK,(this.src=z,this.listener=a,(this.H=O,this).type=n,this).A=null,!!u)},bj=(p.prototype.add=(p.prototype.remove=(p.prototype.hasListener=function(z,u,a,O,n){return a=void 0!==(O=(n=void 0!==z)?z.toString():"",u),Pz(this.V,function(H,Q){for(Q=0;Q<H.length;++Q)if(!(n&&H[Q].type!=O||a&&H[Q].capture!=u))return true;return false})},function(z,u,a,O,n){if(!(z=z.toString(),z in this.V))return false;return-1<(u=bj(O,a,(n=this.V[z],n),u),u)?(d6(n[u]),Array.prototype.splice.call(n,u,1),0==n.length&&(delete this.V[z],this.X--),true):false}),function(z,u,a,O,n,H,Q){return-1<(Q=bj(n,((z=this.V[H=z.toString(),H],z)||(z=this.V[H]=[],this.X++),O),z,u),Q)?(u=z[Q],a||(u.I=false)):(u=new hF(this.src,!!O,u,n,H),u.I=a,z.push(u)),u}),F=w.prototype,function(z,u,a,O,n,H){for(H=0;H<a.length;++H)if(n=a[H],!n.U&&n.listener==O&&n.capture==!!u&&n.H==z)return H;return-1}),r6="closure_lm_"+(1E6*Math.random()|0),IZ=function(z,u){return z=Bz,u=function(a){return z.call(u.src,u.listener,a)}},f6=function(z,u,a,O,n,H){if(Array.isArray(O))for(H=0;H<O.length;H++)f6(z,u,a,O[H],n);else n=L6(n),z&&z[Uf]?z.uA(O,n,h(a)?!!a.capture:!!a,u):X6(a,true,z,n,O,u)},md=function(z){return(z=z[r6],z instanceof p)?z:null},w6=function(z,u,a,O,n,H){if(O&&O.once)f6(u,n,O,z,a);else if(Array.isArray(z))for(H=0;H<z.length;H++)w6(z[H],u,a,O,n);else a=L6(a),u&&u[Uf]?u.Se(z,a,h(O)?!!O.capture:!!O,n):X6(O,false,u,a,z,n)},kK={},Wz=function(z,u,a,O,n,H){if(Array.isArray(a))for(H=0;H<a.length;H++)Wz(z,u,a[H],O,n);else(O=h(O)?!!O.capture:!!O,z=L6(z),u&&u[Uf])?u.RS(a,z,O,n):u&&(u=md(u))&&(a=u.V[a.toString()],u=-1,a&&(u=bj(n,O,a,z)),(z=-1<u?a[u]:null)&&p6(z))},X6=function(z,u,a,O,n,H,Q,A){if(!n)throw Error("Invalid event type");if(u=((Q=md((A=h(z)?!!z.capture:!!z,a)))||(a[r6]=Q=new p(a)),Q).add(n,O,u,A,H),!u.A){if(((O=IZ(),u).A=O,O.src=a,O).listener=u,a.addEventListener)Ef||(z=A),void 0===z&&(z=false),a.addEventListener(n.toString(),O,z);else if(a.attachEvent)a.attachEvent(SX(n.toString()),O);else if(a.addListener&&a.removeListener)a.addListener(O);else throw Error("addEventListener and attachEvent are unavailable.");oZ++}},SX=function(z){return z in kK?kK[z]:kK[z]="on"+z},Bz=function(z,u,a,O){return z.U?z=true:(u=new W(u,this),O=z.listener,a=z.H||z.src,z.I&&p6(z),z=O.call(a,u)),z},p6=function(z,u,a,O,n,H,Q){if("number"!==typeof z&&z&&!z.U)if((Q=z.src)&&Q[Uf])Q.Hw(z);else if(H=z.A,O=z.type,Q.removeEventListener?Q.removeEventListener(O,H,z.capture):Q.detachEvent?Q.detachEvent(SX(O),H):Q.addListener&&Q.removeListener&&Q.removeListener(H),oZ--,H=md(Q)){if(O=z.type,O in H.V){a=H.V[O];b:if("string"===typeof a)n="string"!==typeof z||1!=z.length?-1:a.indexOf(z,0);else{for(n=0;n<a.length;n++)if(n in a&&a[n]===z)break b;n=-1}u=n,(n=0<=u)&&Array.prototype.splice.call(a,u,1),n&&(d6(z),0==H.V[O].length&&(delete H.V[O],H.X--))}0==H.X&&(H.src=null,Q[r6]=null)}else d6(z)},oZ=0,jX="__closure_events_fn_"+(1E9*Math.random()>>>0),T=function(z,u){if(u>=z.P)throw[S,31];return(y(z,72,(u|0)+8),z.K)[u>>3]},Y=function(z,u,a,O){for(O=(u|0)-(a=[],1);0<=O;O--)a[(u|0)-1-(O|0)]=z>>8*O&255;return a},N=(w.prototype.G=function(z,u){if((u=this.C[z],void 0)===u)throw[S,30,z];for(z=7;z--;);return u()},F.GT="caller",function(z,u,a,O){if(z.M)return z.S(z.D);return(a=T(z,(u=(a=z.G(72),a>>3),a)),z.j!=u>>3&&(z.j=u>>3,O=z.G(230),z.ee=lj([0,0,O[1],O[2]],z.Lb,z.j)),a)^z.ee[u&z[G].length]}),y_=[],V=function(z,u,a,O,n,H){if(3<(u=((a=(0==(n=((O=void 0,u&&u[0]===S)&&(a=u[1],O=u[2],u=void 0),z).G(97),n.length)&&(H=z.G(248)>>3,n.push(a,H>>8&255,H&255),void 0!=O&&n.push(O)),""),u)&&(u.message&&(a+=u.message),u.stack&&(a+=":"+u.stack)),z.G(67)),u)){z.N=(O=(a=(u-=((a=a.slice(0,(u|0)-3),a).length|0)+3,aZ(a.replace(/\\r\\n/g,"\\n"))),z).N,z);try{K(181,z,Y(a.length,2).concat(a),12)}finally{z.N=O}}y(z,67,u)},Gv=function(z,u,a){return(((a=z.G(72),z.K&&a<z.P)?(y(z,72,z.P),Tv(u,z)):y(z,72,u),YK(z),y)(z,72,a),z).G(246)},Nt=(w.prototype.fb=void 0,[]),K6=function(z,u){return(u=N(z),u&128)&&(u=u&127|N(z)<<7),u},V_=function(z,u,a,O,n,H){for(H=(n=N((u={},z)),u.Z=N(z),u.F=[],a=z.N==z?(N(z)|0)-1:1,N)(z),O=0;O<a;O++)u.F.push(N(z));for((u.l=z.G(H),u).R=z.G(n);a--;)u.F[a]=z.G(u.F[a]);return u},I,Z=[],ij=function(z,u,a,O,n,H,Q){return Q=function(){if(O.N==O){if(O.C){var A=[Nt,z,u,void 0,n,H,arguments];if(2==a)var J=(g(O,A),R)(O,false,false);else if(1==a){var E=!O.o.length;(g(O,A),E)&&R(O,false,false)}else J=ZE(A,O);return J}n&&H&&Wz(Q,n,H)}}},g6=(F.oS=36,[]),RZ=[],lj=function(z,u,a,O){try{for(O=0;79669387488!=O;)u+=(a<<4^a>>>5)+(a|0)^(O|0)+(z[O&3]|0),O+=2489668359,a+=(u<<4^u>>>5)+(u|0)^(O|0)+(z[O>>>11&3]|0);return[u>>>24,u>>16&255,u>>8&255,u&255,a>>>24,a>>16&255,a>>8&255,a&255]}catch(n){throw n;}},f=b.requestIdleCallback?function(z){requestIdleCallback(function(){z()},{timeout:4})}:b.setImmediate?function(z){setImmediate(z)}:function(z){setTimeout(z,0)},G=[],S={},K=function(z,u,a,O,n,H){if(u.N==u)for(n=u.G(z),181==z?(z=function(Q,A,J,E){if(E=n.length,J=(E|0)-4>>3,n.rn!=J){J=(A=[0,0,(n.rn=J,H[1]),H[2]],(J<<3)-4);try{n.FP=lj(A,vz(J,n),vz((J|0)+4,n))}catch(M){throw M;}}n.push(n.FP[E&7]^Q)},H=u.G(148)):z=function(Q){n.push(Q)},O&&z(O&255),u=0,O=a.length;u<O;u++)z(a[u])},v=(w.prototype.IS=(F.Pw=false,void 0),F.MJ=35,[]),vz=(w.prototype.W=function(z,u){for(u=[];z--;)u.push(255*Math.random()|0);return u},function(z,u){return u[z]<<24|u[(z|0)+1]<<16|u[(z|0)+2]<<8|u[(z|0)+3]}),y=function(z,u,a){if(72==u||248==u)if(z.C[u])z.C[u][z.Y](a);else z.C[u]=z.O7(a);else if(175!=u&&181!=u&&200!=u&&97!=u&&148!=u||!z.C[u])z.C[u]=z.h(z.G,a);230==u&&DE(z)},g=(w.prototype.S=function(z){return(z=z().shift(),this.M().length||this.D().length)||(this.D=this.M=void 0),z},F.Y="toString",function(z,u){z.o.splice(0,0,u)}),JF=function(z,u,a,O,n){for(a.nb=(n=(a.B=(a.zT=25,0),a.h=function(H,Q,A,J,E,M){return Q=(((E=(M=function(){return M[(A.MJ|0)+(J[A.GT]===H|0)-!E[A.GT]]},(A=this,J=function(){return M()},A).O),J)[A.Y]=function(x){M[A.oS]=x},J)[A.Y](Q),J)},a.M=void 0,((a.i=false,a).D=void 0,(a.pb=0,a).O7=(O=0,function(H,Q,A){return Q=function(){return H},A=function(){return Q()},A[this.Y]=function(J){H=J},A}),a).dn=(a.iA=eX,a.s=false,sf),a.VL=[],[]),0);128>O;O++)n[O]=String.fromCharCode(O);g(a,[g6,(g(a,[v,(a.P=(((a.v=!((((((((((a.bA=(((((((((((((O=((a.o=(((y(a,((a.C=[],a.N=a,a.yL=function(H){this.N=H},a).kA=[],72),0),y)(a,248,0),y(a,235,function(H,Q,A,J,E){(J=(E=(A=(E=(J=N((Q=(A=N(H),N(H)),H)),N(H)),H.G(A)),H.G(E)),H.G(J)),Q=H.G(Q),0)!==A&&(J=ij(J,E,1,H,A,Q),w6(Q,A,J),y(H,21,[A,Q,J]))}),y)(a,58,function(H,Q,A,J,E,M){D(false,H,true)||(E=V_(H),A=E.F,M=E.R,J=A.length,Q=E.l,A=0==J?new Q[M]:1==J?new Q[M](A[0]):2==J?new Q[M](A[0],A[1]):3==J?new Q[M](A[0],A[1],A[2]):4==J?new Q[M](A[0],A[1],A[2],A[3]):2(),y(H,E.Z,A))}),y(a,154,function(H,Q,A,J){J=(Q=(A=(Q=(J=N(H),N)(H),N(H)),H).G(Q),H).G(J),y(H,A,J[Q])}),[]),y)(a,132,function(H){qt(4,H)}),y(a,221,function(H,Q,A,J){(Q=N((J=(A=N(H),N)(H),H)),y)(H,Q,H.G(A)||H.G(J))}),window.performance)||{},a).Jc=O.timeOrigin||(O.timing||{}).navigationStart||0,y)(a,153,function(H,Q,A,J){(Q=(J=N((A=N(H),H)),N)(H),y)(H,Q,H.G(A)>>>J)}),y)(a,79,b),y)(a,53,function(H){H.Cb(4)}),zv(),y(a,214,function(H,Q,A,J){(A=(Q=(J=(Q=N((A=N(H),H)),N)(H),H.G(Q)),H.G(A))==Q,y)(H,J,+A)}),y(a,246,{}),y(a,227,function(H,Q){(Q=H.G(N(H)),Tv)(Q,H)}),a.vw=function(H,Q){(Q.push(H[0]<<24|H[1]<<16|H[2]<<8|H[3]),Q).push(H[4]<<24|H[5]<<16|H[6]<<8|H[7]),Q.push(H[8]<<24|H[9]<<16|H[10]<<8|H[11])},y)(a,111,function(H,Q,A,J){(J=(A=(Q=N(H),N(H)),H.G(A)),Q=H.G(Q),y)(H,A,J+Q)}),y)(a,137,function(H,Q,A){D(false,H,true)||(Q=N(H),A=N(H),y(H,A,function(J){return eval(J)}(C6(H.G(Q)))))}),y)(a,200,[]),y)(a,67,2048),y)(a,30,function(H,Q,A,J,E,M){if(!D(true,H,true)){if(H=(A=(E=(E=(M=N((A=(J=N(H),N)(H),H)),N)(H),M=H.G(M),H.G(E)),H.G(A)),H.G(J)),"object"==Of(H)){for(Q in J=[],H)J.push(Q);H=J}for(J=(Q=H.length,0),M=0<M?M:1;J<Q;J+=M)A(H.slice(J,(J|0)+(M|0)),E)}}),y(a,210,function(H,Q){D(false,H,true)||(Q=V_(H),y(H,Q.Z,Q.R.apply(Q.l,Q.F)))}),y)(a,165,function(H){qt(1,H)}),a.$A=false,y)(a,255,function(H){H.QL(4)}),y)(a,220,function(H,Q,A,J,E){(Q=(J=(E=(Q=N((E=(J=(A=N(H),N(H)),N(H)),H)),H).G(E),H).G(J),H).G(Q),y)(H,A,ij(J,E,Q,H))}),[]),y(a,46,function(H,Q,A){A=(A=(Q=N((A=N(H),H)),H).G(A),Of(A)),y(H,Q,A)}),y(a,155,227),y)(a,162,function(){}),y(a,211,function(H,Q,A){(Q=N(H),A=N(H),y)(H,A,""+H.G(Q))}),y(a,175,[165,0,0]),y)(a,40,function(H,Q,A,J,E,M,x,r,L,k,d,X,c){for(L=(J=(k=r=(d=(X=N(H),function(U,B){for(;r<U;)k|=N(H)<<r,r+=8;return k>>=(B=k&(1<<U)-(r-=U,1),U),B}),0),(d(3)|0)+1),d(5)),Q=E=0,A=[];E<L;E++)x=d(1),A.push(x),Q+=x?0:1;for(Q=(M=(E=((Q|0)-1).toString(2).length,[]),0);Q<L;Q++)A[Q]||(M[Q]=d(E));for(d=0;d<L;d++)A[d]&&(M[d]=N(H));for(c=[];J--;)c.push(H.G(N(H)));y(H,X,function(U,B,cz,l,e){for(B=(l=(cz=[],[]),0);B<L;B++){if(!(e=M[B],A)[B]){for(;e>=l.length;)l.push(N(U));e=l[e]}cz.push(e)}U.D=(U.M=(l=U.S,U.h(l,c.slice())),U.h(l,cz))})}),y(a,224,function(H,Q,A,J,E){for(E=K6((A=N(H),H)),Q=[],J=0;J<E;J++)Q.push(N(H));y(H,A,Q)}),y)(a,82,function(H,Q,A,J){(J=(Q=N(H),N)(H),A=N(H),H.N)==H&&(A=H.G(A),J=H.G(J),H.G(Q)[J]=A,230==Q&&(H.j=void 0,2==J&&DE(H)))}),y(a,243,0),y)(a,148,[0,0,0]),y(a,190,function(H,Q,A,J,E,M,x){if(Q=(J=K6((E=N(H),H)),""),H.C[229])for(A=H.G(229),M=A.length,x=0;J--;)x=((x|0)+(K6(H)|0))%M,Q+=n[A[x]];else for(;J--;)Q+=n[N(H)];y(H,E,Q)}),y)(a,78,function(H){H.Cb(3)}),y)(a,97,[]),y(a,74,function(H,Q){Q=N(H),H=H.G(Q),Wz(H[2],H[0],H[1])}),y)(a,109,function(H,Q,A,J){Q=(J=(Q=N(H),A=N(H),N(H)),H.G(Q)),A=H.G(A),y(H,J,Q in A|0)}),y)(a,73,function(H,Q,A,J,E,M){D(false,H,true)||(J=V_(H),Q=J.l,E=J.F,M=J.R,A=E.length,Q=0==A?Q[M]():1==A?Q[M](E[0]):2==A?Q[M](E[0],E[1]):3==A?Q[M](E[0],E[1],E[2]):2(),y(H,J.Z,Q))}),y(a,91,function(H,Q,A){(Q=(A=(Q=(A=N(H),N(H)),0!=H.G(A)),H).G(Q),A)&&y(H,72,Q)}),y)(a,21,0),1),y)(a,22,function(H,Q,A,J){if(Q=H.bA.pop()){for(A=N(H);0<A;A--)J=N(H),Q[J]=H.C[J];H.C=(Q[97]=H.C[97],Q[67]=H.C[67],Q)}else y(H,72,H.P)}),y(a,11,a),y)(a,181,a.W(4)),0),a.K=[],z)]),u.E7)]),R(a,true,u.YA)},za=[],ZE=function(z,u,a,O,n){if(a=z[u.s=false,0],a==Z)u.zT=25,u.O(z);else if(a==G){O=z[1];try{n=u.$||u.O(z)}catch(H){m(H,u),n=u.$}O(n)}else if(a==za)u.O(z);else if(a==v)u.O(z);else if(a==g6){try{for(n=0;n<u.kA.length;n++)try{O=u.kA[n],O[0][O[1]](O[2])}catch(H){}}catch(H){}(0,z[1])(function(H,Q){u.NJ(H,true,Q)},(u.kA=[],function(H){(H=!u.o.length,g(u,[y_]),H)&&R(u,false,true)}))}else{if(a==Nt)return n=z[6],O=z[2],y(u,102,z[4]?[n[0].L]:n),y(u,246,O),u.O(z);a==y_&&(u.C=null,u.VL=[],u.K=[])}},m=(w.prototype.DI=function(){return N(this)},function(z,u){u.$=((u.$?u.$+"~":"E:")+z.message+":"+z.stack).slice(0,2048)}),L6=((F=w.prototype,w.prototype).Ac=function(z,u,a){if(3==z.length){for(a=0;3>a;a++)u[a]+=z[a];for(z=0,a=[13,8,13,12,16,5,3,10,15];9>z;z++)u[3](u,z%3,a[z])}},function(z){if("function"===typeof z)return z;return z[z[jX]||(z[jX]=function(u){return z.handleEvent(u)}),jX]}),Tv=function(z,u){((u.bA.push(u.C.slice()),u).C[72]=void 0,y)(u,72,z)},DE=(F.Ww=function(z,u,a,O,n,H){for(O=(a=H=0,[]);a<z.length;a++)for(n=n<<u|z[a],H+=u;7<H;)H-=8,O.push(n>>H&255);return O},F.J=(window.performance||{}).now?function(){return this.Jc+window.performance.now()}:function(){return+new Date},F.Kb=function(z,u,a){return z^((u^=u<<13,u^=u>>17,u=(u^u<<5)&a)||(u=1),u)},function(z){z.j=(z.Lb=T(z,z.G(72))<<24|T(z,z.G(72))<<16|T(z,z.G(72))<<8|T(z,z.G(72)),void 0)}),YK=(F.gn=function(z,u,a,O){for(;a--;)72!=a&&248!=a&&u.C[a]&&(u.C[a]=u[O](u[z](a),this));u[z]=this},F.je=((F.cw=function(){return Math.floor(this.pb+(this.J()-this.g))},(w.prototype.NJ=function(z,u,a,O,n){if(this.$)z(this.$);else try{n=!this.o.length,O=[],g(this,[Z,O,a]),g(this,[G,z,O]),u&&!n||R(this,true,u)}catch(H){m(H,this),z(this.$)}},w).prototype).U7=function(z,u,a,O){try{O=z[((u|0)+2)%3],z[u]=(z[u]|0)-(z[((u|0)+1)%3]|0)-(O|0)^(1==u?O<<a:O>>>a)}catch(n){throw n;}},F.XP=function(z,u,a,O,n){for(O=n=0;O<z.length;O++)n+=z.charCodeAt(O),n+=n<<10,n^=n>>6;return(n=new Number((z=(n+=n<<3,n^=n>>11,n+(n<<15)>>>0),z&(1<<u)-1)),n)[0]=(z>>>u)%a,n},function(){return Math.floor(this.J())}),function(z,u,a,O,n,H){if(!z.$){z.B++;try{for(u=void 0,H=(O=5001,z.P),n=0;(z.Pw||--O)&&(z.M||(n=z.G(72))<H);)try{a=void 0,z.M?u=z.S(z.M):(y(z,248,n),a=N(z),u=z.G(a)),u&&u.call?u(z):V(z,[S,21,a],0),z.s=true,D(false,z,false)}catch(Q){z.G(155)?V(z,Q,22):y(z,155,Q)}O||V(z,[S,33],0)}catch(Q){try{V(z,Q,22)}catch(A){m(A,z)}}z.B--}}),R=(w.prototype.O=function(z,u){return z=(u={},{}),function(a,O,n,H,Q,A,J,E,M,x,r,L,k,d,X,c,U){k=z,z=u;try{if(U=a[0],U==RZ)return k==u?16:63;if(U==v){M=a[1];try{for(c=(n=0,[]);n<M.length;){if(r=(d=(A=(L=P[M.charAt(n++)],n<M.length?P[M.charAt(n)]:0),++n,n<M.length?P[M.charAt(n)]:64),++n,n<M.length?P[M.charAt(n)]:64),++n,null==L||null==A||null==d||null==r)throw Error();64!=(c.push(L<<2|A>>4),d)&&(c.push(A<<4&240|d>>2),64!=r&&c.push(d<<6&192|r))}y(this,(this.P=(this.K=c,this.K).length<<3,230),[0,0,0])}catch(B){V(this,B,17);return}YK(this)}else if(U==Z)a[1].push(this.G(175).length,this.G(67),this.G(181).length,this.G(200).length),y(this,246,a[2]),this.C[121]&&Gv(this,this.G(121));else{if(U==G){(H=(J=Y((this.G((n=a[2],175)).length|0)+2,2),this.N),this).N=this;try{Q=this.G(97),0<Q.length&&K(175,this,Y(Q.length,2).concat(Q),15),K(175,this,[1],104),K(175,this,Y(this[G].length,1)),M=0,X=this.G(181),M+=this.G(243)&2047,M-=(this.G(175).length|0)+5,4<X.length&&(M-=(X.length|0)+3),0<M&&K(175,this,Y(M,2).concat(this.W(M)),10),4<X.length&&K(175,this,Y(X.length,2).concat(X),153)}finally{this.N=H}if(E=(((O=this.W(2).concat(this.G(175)),O[1]=O[0]^3,O)[3]=O[1]^J[0],O)[4]=O[1]^J[1],this.tc(O)))E="!"+E;else for(E="",M=0;M<O.length;M++)x=O[M][this.Y](16),1==x.length&&(x="0"+x),E+=x;return((this.G((c=E,175)).length=n.shift(),y(this,67,n.shift()),this.G(181)).length=n.shift(),this.G(200)).length=n.shift(),c}if(U==za)Gv(this,a[1]);else if(U==Nt)return Gv(this,a[1])}}finally{z=k}}}(),function(z,u,a,O,n,H){if(z.o.length){z.$A=(z.v=(z.v&&0(),true),a);try{H=z.J(),z.g=H,z.aS=H,O=uR(z,a),n=z.J()-z.g,z.pb+=n,n<(u?0:10)||0>=z.zT--||(n=Math.floor(n),z.VL.push(254>=n?n:254))}finally{z.v=false}return O}}),aT=(w.prototype.QL=function(z,u,a){for(a=N(this),u=0;0<z;z--)u=u<<8|N(this);y(this,a,u)},function(z,u,a){return z.NJ(function(O){a=O},false,u),a}),eX,D=function(z,u,a,O){if((O=0<u.nb&&u.v&&u.$A&&1>=u.B&&!u.M&&!u.i&&(u.s||!a)&&0==document.hidden,!O)||(O?u.J():u.aS)-u.g<u.nb-(z?255:a?5:2))return false;return u.i=((z=u.G(a?248:72),y(u,72,u.P),u).o.push([za,z]),true)};eX=function(z){return N(z)^N(z)};var sf,uR=(w.prototype.tc=(w.prototype[g6]=[0,0,1,1,0,1,1],function(z,u,a,O,n,H,Q,A,J,E){for(a=(O=0,[]);O<z.length;O+=3)u=(H=O+2<z.length)?z[O+2]:0,E=u&63,J=z[O],A=O+1<z.length,n=J>>2,Q=A?z[O+1]:0,u=(Q&15)<<2|u>>6,J=(J&3)<<4|Q>>4,H||(E=64,A||(u=64)),a.push(t[n],t[J],t[u],t[E]);return a.join("")}),sf=(w.prototype.Cb=function(z,u,a,O){(u=(a=N((u=(O=z&4,z&=3,N)(this),this)),this.G(u)),O&&(u=aZ((""+u).replace(/\\r\\n/g,"\\n"))),z&&K(a,this,Y(u.length,2)),K)(a,this,u)},/./),function(z,u,a,O){for(;z.o.length;){z.i=false,O=z.o.pop();try{a=ZE(O,z)}catch(n){m(n,z)}if(u&&z.i){f(function(){R(z,true,true)});break}}return a}),qt=function(z,u,a,O){(a=N((O=N(u),u)),K)(a,u,Y(u.G(O),z))},C6=function(z,u){return(u=AF())&&1===z.eval(u.createScript("1"))?function(a){return u.createScript(a)}:function(a){return""+a}}((w.bind&&(eX[w.prototype.Y]=v.pop.bind(w.prototype[Z]),sf[w.prototype.Y]=v.pop.bind(w.prototype[Z])),b)),Hc=["botguard"],q=b;Hc[0]in q||"undefined"==typeof q.execScript||q.execScript("var "+Hc[0]);for(var C;Hc.length&&(C=Hc.shift());)q=q[C]&&q[C]!==Object.prototype[C]?q[C]:q[C]={};(I=b.botguard,40<I.m||(I.m=41,I.bg=n6,I.a=Q_),I).caA_=function(z,u,a,O){return O=new w(z,{E7:u,YA:a}),[function(n){return aT(O,n)}]};try{I.u||(w6("unload",b,function(){}),I.u=1)}catch(z){};}).call(this);'));}).call(this);</script>
  <script type="text/javascript" nonce="AbCQzSPTrok/szIYzEaXuA">
  document.bg = new botguard.bg('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');
  </script>
<script nonce="AbCQzSPTrok/szIYzEaXuA">
  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="AbCQzSPTrok/szIYzEaXuA">
  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="AbCQzSPTrok/szIYzEaXuA">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
</script>
<script nonce="AbCQzSPTrok/szIYzEaXuA">
  (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="AbCQzSPTrok/szIYzEaXuA">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="AbCQzSPTrok/szIYzEaXuA">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fl2ltdo6fbcd4rubf35f7hoorm8%40group.calendar.google.com%2Fpublic%2Fbasic\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fl2ltdo6fbcd4rubf35f7hoorm8%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%2Fl2ltdo6fbcd4rubf35f7hoorm8%40group.calendar.google.com%2Fpublic%2Fbasic\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fl2ltdo6fbcd4rubf35f7hoorm8%40group.calendar.google.com%2Fpublic%2Fbasic\x26osid=1\x26service=cl\x26passive=1209600');
  </script>
  </body>
</html>
