
<!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="AFoagUVUp-7MZDCMAWwdTal9t8ishJ4eKA:1620276723638">
  <input type="hidden" name="continue" value="https://calendar.google.com/calendar/feeds/8eq37kbivi2vs5cbo11gdq3afc@group.calendar.google.com/public/basic">
  <input type="hidden" name="followup" value="https://calendar.google.com/calendar/feeds/8eq37kbivi2vs5cbo11gdq3afc@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="AEThLlwGgVYWhmt4IsM2S3LT6nO56YdHT3hYmXaPE9VCQfxZ0mWRNrYlZA86HTHhmuPhvL45N1Mj3U_rS4KWBFw6GmSTXA58PzhUOFNgpn9A8ExczHk_RMHzD-vp_Tss92reyAhf9HorBuChAO9-vPn4ThItQ32NVzM3tfA30mqohFftTy7BHV_62VorgoLCb6Jef3rdg3Fm">
  <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%2F8eq37kbivi2vs5cbo11gdq3afc%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%2F8eq37kbivi2vs5cbo11gdq3afc%40group.calendar.google.com%2Fpublic%2Fbasic&amp;followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2F8eq37kbivi2vs5cbo11gdq3afc%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%2F8eq37kbivi2vs5cbo11gdq3afc%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="IBpyddLeUr+EHliM+neagA">
  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="IBpyddLeUr+EHliM+neagA">(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="IBpyddLeUr+EHliM+neagA">
  document.bg = new botguard.bg('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');
  </script>
<script nonce="IBpyddLeUr+EHliM+neagA">
  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="IBpyddLeUr+EHliM+neagA">
  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="IBpyddLeUr+EHliM+neagA">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
</script>
<script nonce="IBpyddLeUr+EHliM+neagA">
  (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="IBpyddLeUr+EHliM+neagA">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="IBpyddLeUr+EHliM+neagA">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2F8eq37kbivi2vs5cbo11gdq3afc%40group.calendar.google.com%2Fpublic%2Fbasic\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2F8eq37kbivi2vs5cbo11gdq3afc%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%2F8eq37kbivi2vs5cbo11gdq3afc%40group.calendar.google.com%2Fpublic%2Fbasic\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2F8eq37kbivi2vs5cbo11gdq3afc%40group.calendar.google.com%2Fpublic%2Fbasic\x26osid=1\x26service=cl\x26passive=1209600');
  </script>
  </body>
</html>
