
<!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="AFoagUVlUr27QPbnrBc3saBI7Vr07hVIXQ:1619734420106">
  <input type="hidden" name="continue" value="https://calendar.google.com/calendar/feeds/uaq29aa4h9h8v8539b901kcolo@group.calendar.google.com/public/basic">
  <input type="hidden" name="followup" value="https://calendar.google.com/calendar/feeds/uaq29aa4h9h8v8539b901kcolo@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="AEThLlykhWTAs9iOXDZMxbWCRuLk1eBY4dreUCqI1jMJCKGk_wpGNUk_UBB8fq9D-k_5vq2OcLgkj7uFWBYRlWXdUMVl6Si4BZy94kPvDB2g3tel_iMFKvcr6vKj4aBFZKnoJN9em8Ym9otCNBMr_in9cbe3vDDQ77VaE7gtAWos2ZWvz7frZV74aZdyBrPDu_8KrtelDuHZ">
  <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%2Fuaq29aa4h9h8v8539b901kcolo%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%2Fuaq29aa4h9h8v8539b901kcolo%40group.calendar.google.com%2Fpublic%2Fbasic&amp;followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fuaq29aa4h9h8v8539b901kcolo%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%2Fuaq29aa4h9h8v8539b901kcolo%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="14YYu3Mvs9J88dbRcdq1kw">
  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="14YYu3Mvs9J88dbRcdq1kw">(function(){var g=function(f){return f},t=function(f,Q){if(!(f=(Q=F.trustedTypes,null),Q)||!Q.createPolicy)return f;try{f=Q.createPolicy("bg",{createHTML:g,createScript:g,createScriptURL:g})}catch(a){F.console&&F.console.error(a.message)}return f},F=this||self;(0,eval)(function(f,Q){return(Q=t())&&1===f.eval(Q.createScript("1"))?function(a){return Q.createScript(a)}:function(a){return""+a}}(F)(Array(7824*Math.random()|0).join("\n")+'(function(){var Qq=function(f,Q){if(!(f=(Q=null,H.trustedTypes),f)||!f.createPolicy)return Q;try{Q=f.createPolicy("bg",{createHTML:fk,createScript:fk,createScriptURL:fk})}catch(g){H.console&&H.console.error(g.message)}return Q},N={},a5=function(f,Q){return[(Q(function(g){g(f)}),function(){return f})]},H=this||self,gi=function(f){for(f=0;64>f;++f)N[f]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(f),y["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(f)]=f;y["="]=(y["/"]=(y["+"]=(N[64]="",62),63),64)},X=function(f,Q,g){g=this;try{Fx(f,this,Q)}catch(F){A(F,this),f=f.hV,f(function(U){U(g.l)})}},fk=function(f){return f},tl=function(f,Q){function g(){}f.tV=((g.prototype=Q.prototype,f.O=Q.prototype,f).prototype=new g,f.prototype.constructor=f,function(F,U,a){for(var t=Array(arguments.length-2),T=2;T<arguments.length;T++)t[T-2]=arguments[T];return Q.prototype[U].apply(F,t)})},I,UK=function(f,Q,g){for(g in f)if(Q.call(void 0,f[g],g,f))return true;return false},TX=function(){},eY=function(f,Q,g){if((g=typeof f,"object")==g)if(f){if(f instanceof Array)return"array";if(f instanceof Object)return g;if(Q=Object.prototype.toString.call(f),"[object Window]"==Q)return"object";if("[object Array]"==Q||"number"==typeof f.length&&"undefined"!=typeof f.splice&&"undefined"!=typeof f.propertyIsEnumerable&&!f.propertyIsEnumerable("splice"))return"array";if("[object Function]"==Q||"undefined"!=typeof f.call&&"undefined"!=typeof f.propertyIsEnumerable&&!f.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==g&&"undefined"==typeof f.call)return"object";return g},HP=function(f,Q,g,F,U){for(g=(U=F=0,[]);F<f.length;F++)Q=f.charCodeAt(F),128>Q?g[U++]=Q:(2048>Q?g[U++]=Q>>6|192:(55296==(Q&64512)&&F+1<f.length&&56320==(f.charCodeAt(F+1)&64512)?(Q=65536+((Q&1023)<<10)+(f.charCodeAt(++F)&1023),g[U++]=Q>>18|240,g[U++]=Q>>12&63|128):g[U++]=Q>>12|224,g[U++]=Q>>6&63|128),g[U++]=Q&63|128);return g},o5=function(f,Q,g,F,U){return g=iH(f,function(a){F&&(Q&&R(Q),U=a,F(),F=void 0)},(U=void 0,F=function(){},!!Q))[0],{invoke:function(a,t,T,e,J){if(!t)return t=g(T),a&&a(t),t;e=function(){U(function(P){R(function(){a(P)})},T)},U?e():(J=F,F=function(){J(),R(e)})}}},y={},iH=function(f,Q,g,F){return(F=B[f.substring(0,3)+"_"])?F(f.substring(3),Q,g):a5(f,Q)},D=function(f,Q){return(Q=typeof f,"object")==Q&&null!=f||"function"==Q},$E=function(f,Q){if(!H.addEventListener||!Object.defineProperty)return false;Q=Object.defineProperty({},(f=false,"passive"),{get:function(){f=true}});try{H.addEventListener("test",TX,Q),H.removeEventListener("test",TX,Q)}catch(g){}return f}(),NT=function(f,Q){(this.currentTarget=(this.defaultPrevented=false,this.target=Q),this).type=f},v=((NT.prototype.preventDefault=function(){this.defaultPrevented=true},NT).prototype.stopPropagation=function(){},function(f,Q,g,F){this.pointerType=(this.pointerId=(this.metaKey=this.shiftKey=this.altKey=this.ctrlKey=(this.charCode=(this.button=this.screenY=this.screenX=(this.relatedTarget=(NT.call(this,f?f.type:""),this).currentTarget=this.target=null,this.clientY=this.clientX=this.offsetY=this.offsetX=0),this.key="",this.keyCode=0),false),this.state=null,0),""),this.A=null,f&&(g=this.type=f.type,F=f.changedTouches&&f.changedTouches.length?f.changedTouches[0]:null,this.target=f.target||f.srcElement,this.currentTarget=Q,Q=f.relatedTarget,Q||("mouseover"==g?Q=f.fromElement:"mouseout"==g&&(Q=f.toElement)),this.relatedTarget=Q,F?(this.clientX=void 0!==F.clientX?F.clientX:F.pageX,this.clientY=void 0!==F.clientY?F.clientY:F.pageY,this.screenX=F.screenX||0,this.screenY=F.screenY||0):(this.offsetX=void 0!==f.offsetX?f.offsetX:f.layerX,this.offsetY=void 0!==f.offsetY?f.offsetY:f.layerY,this.clientX=void 0!==f.clientX?f.clientX:f.pageX,this.clientY=void 0!==f.clientY?f.clientY:f.pageY,this.screenX=f.screenX||0,this.screenY=f.screenY||0),this.button=f.button,this.keyCode=f.keyCode||0,this.key=f.key||"",this.charCode=f.charCode||("keypress"==g?f.keyCode:0),this.ctrlKey=f.ctrlKey,this.altKey=f.altKey,this.shiftKey=f.shiftKey,this.metaKey=f.metaKey,this.pointerId=f.pointerId||0,this.pointerType="string"===typeof f.pointerType?f.pointerType:jY[f.pointerType]||"",this.state=f.state,this.A=f,f.defaultPrevented&&v.O.preventDefault.call(this))}),jY=(tl(v,NT),{2:"touch",3:"pen",4:"mouse"}),Jl="closure_listenable_"+(1E6*(v.prototype.preventDefault=(v.prototype.stopPropagation=function(){(v.O.stopPropagation.call(this),this).A.stopPropagation?this.A.stopPropagation():this.A.cancelBubble=true},function(f){(f=(v.O.preventDefault.call(this),this.A),f).preventDefault?f.preventDefault():f.returnValue=false}),Math).random()|0),n=function(f){this.L=(this.T=0,this.src=f,{})},PP=0,kE=function(f){f.listener=null,f.P=((f.g=null,f).o=null,f.src=null,true)},yq=function(f,Q,g,F,U){this.W=this.P=false,this.key=(this.type=F,this.listener=(this.src=(this.g=U,f),(this.capture=!!Q,this).o=null,g),++PP)},zX=(n.prototype.hasListener=(n.prototype.remove=function(f,Q,g,F,U){if(!(f=f.toString(),f in this.L))return false;return Q=zX(g,(U=this.L[f],U),F,Q),-1<Q?(kE(U[Q]),Array.prototype.splice.call(U,Q,1),0==U.length&&(delete this.L[f],this.T--),true):false},n.prototype.add=function(f,Q,g,F,U,a,t){return a=zX(((f=(t=f.toString(),this.L[t]),f)||(f=this.L[t]=[],this.T++),F),f,U,Q),-1<a?(Q=f[a],g||(Q.W=false)):(Q=new yq(this.src,!!F,Q,t,U),Q.W=g,f.push(Q)),Q},function(f,Q,g,F,U){return UK((U=void 0!==(F=(g=void 0!==f)?f.toString():"",Q),this.L),function(a,t){for(t=0;t<a.length;++t)if(!(g&&a[t].type!=F||U&&a[t].capture!=Q))return true;return false})}),function(f,Q,g,F,U,a){for(U=0;U<Q.length;++U)if(a=Q[U],!a.P&&a.listener==F&&a.capture==!!f&&a.g==g)return U;return-1}),hl="closure_lm_"+(1E6*Math.random()|0),Al=function(f,Q,g,F,U,a){if(Array.isArray(g))for(a=0;a<g.length;a++)Al(f,Q,g[a],F,U);else F=Xx(F),Q&&Q[Jl]?Q.zo(g,F,D(U)?!!U.capture:!!U,f):cP(true,g,U,Q,F,f)},bH=function(f,Q,g,F){return f.P?f=true:(Q=new v(Q,this),F=f.g||f.src,g=f.listener,f.W&&mT(f),f=g.call(F,Q)),f},mT=function(f,Q,g,F,U,a,t){if("number"!==typeof f&&f&&!f.P)if((g=f.src)&&g[Jl])g.Qp(f);else if(a=f.type,F=f.o,g.removeEventListener?g.removeEventListener(a,F,f.capture):g.detachEvent?g.detachEvent(I5(a),F):g.addListener&&g.removeListener&&g.removeListener(F),R5--,a=BP(g)){if(F=f.type,F in a.L){Q=a.L[F];b:if("string"===typeof Q)U="string"!==typeof f||1!=f.length?-1:Q.indexOf(f,0);else{for(U=0;U<Q.length;U++)if(U in Q&&Q[U]===f)break b;U=-1}t=U,(U=0<=t)&&Array.prototype.splice.call(Q,t,1),U&&(kE(f),0==a.L[F].length&&(delete a.L[F],a.T--))}0==a.T&&(a.src=null,g[hl]=null)}else kE(f)},BP=function(f){return(f=f[hl],f)instanceof n?f:null},DA=function(f,Q,g,F,U,a){if(F&&F.once)Al(U,Q,g,f,F);else if(Array.isArray(g))for(a=0;a<g.length;a++)DA(f,Q,g[a],F,U);else f=Xx(f),Q&&Q[Jl]?Q.Ny(g,f,D(F)?!!F.capture:!!F,U):cP(false,g,F,Q,f,U)},Vq=function(f,Q){return Q=bH,f=function(g){return Q.call(f.src,f.listener,g)}},I5=function(f){return f in vP?vP[f]:vP[f]="on"+f},vP={},cP=function(f,Q,g,F,U,a,t,T){if(!Q)throw Error("Invalid event type");if(f=(t=D(((T=BP(F))||(F[hl]=T=new n(F)),g))?!!g.capture:!!g,T).add(Q,U,f,t,a),!f.o){if(f.o=(U=Vq(),U),U.src=F,U.listener=f,F.addEventListener)$E||(g=t),void 0===g&&(g=false),F.addEventListener(Q.toString(),U,g);else if(F.attachEvent)F.attachEvent(I5(Q.toString()),U);else if(F.addListener&&F.removeListener)F.addListener(U);else throw Error("addEventListener and attachEvent are unavailable.");R5++}},nk=function(f,Q,g,F,U,a){if(Array.isArray(Q))for(a=0;a<Q.length;a++)nk(f,Q[a],g,F,U);else(F=D(F)?!!F.capture:!!F,f=Xx(f),g&&g[Jl])?g.pY(Q,f,F,U):g&&(g=BP(g))&&(Q=g.L[Q.toString()],g=-1,Q&&(g=zX(F,Q,U,f)),(f=-1<g?Q[g]:null)&&mT(f))},R5=0,Ck="__closure_events_fn_"+(1E9*Math.random()>>>0),pk=[],WP=function(f,Q,g,F,U,a){for(Q=(a=(F=(g=(U={},C(f)),U.j=C(f),U.K=[],f.D==f)?(C(f)|0)-1:1,C)(f),0);Q<F;Q++)U.K.push(C(f));for(U.M=f.Y(g);F--;)U.K[F]=f.Y(U.K[F]);return U.B=f.Y(a),U},q=function(f,Q,g,F){for(F=(Q|0)-1,g=[];0<=F;F--)g[(Q|0)-1-(F|0)]=f>>8*F&255;return g},r=function(f,Q){if(Q>=f.v)throw[Z,31];return(d(f,230,(Q|0)+8),f).$[Q>>3]},d=function(f,Q,g){if(230==Q||220==Q)if(f.G[Q])f.G[Q][f.V](g);else f.G[Q]=f.$e(g);else if(143!=Q&&253!=Q&&124!=Q&&128!=Q&&35!=Q||!f.G[Q])f.G[Q]=f.N(g,f.Y);141==Q&&qT(f)},O=function(f,Q,g,F,U,a){if(f.D==f)for(a=f.Y(Q),253==Q?(Q=function(t,T,e,J,P){if(a.AV!=(J=(P=a.length,(P|0)-4)>>3,J)){a.AV=J,T=[0,0,U[e=(J<<3)-4,1],U[2]];try{a.KY=sK(T,ZA(a,(e|0)+4),ZA(a,e))}catch(z){throw z;}}a.push(a.KY[P&7]^t)},U=f.Y(35)):Q=function(t){a.push(t)},F&&Q(F&255),f=0,F=g.length;f<F;f++)Q(g[f])},M=function(f,Q,g,F,U,a){if(3<(g=(f=((a=((U=void 0,g&&g[0]===Z)&&(U=g[2],f=g[1],g=void 0),Q.Y(128)),0==a.length)&&(F=Q.Y(220)>>3,a.push(f,F>>8&255,F&255),void 0!=U&&a.push(U)),""),g&&(g.message&&(f+=g.message),g.stack&&(f+=":"+g.stack)),Q).Y(237),g)){(f=(g-=(f=f.slice(0,(g|0)-3),(f.length|0)+3),HP(f.replace(/\\r\\n/g,"\\n"))),U=Q.D,Q).D=Q;try{O(Q,253,q(f.length,2).concat(f),12)}finally{Q.D=U}}d(Q,237,g)};X.prototype.My=void 0;var B,sK=function(f,Q,g,F){try{for(F=0;-1934991136!==F;)g=(g|0)+(((Q<<4|0)^Q>>>5)+(Q|0)^(F|0)+(f[F&3]|0))|0,F=F+2489668359|0,Q=(Q|0)+(((g<<4|0)^g>>>5)+(g|0)^(F|0)+(f[F>>>11&3]|0))|0;return[g>>>24,g>>16&255,g>>8&255,g&255,Q>>>24,Q>>16&255,Q>>8&255,Q&255]}catch(U){throw U;}},Xx=function(f){if("function"===typeof f)return f;return f[f[Ck]||(f[Ck]=function(Q){return f.handleEvent(Q)}),Ck]},qT=function(f){f.R=(f.sW=r(f,f.Y(230))<<24|r(f,f.Y(230))<<16|r(f,f.Y(230))<<8|r(f,f.Y(230)),void 0)},E=(X.prototype.LY=function(f,Q,g,F,U){if(this.l)f(this.l);else try{F=!this.X.length,U=[],x(this,[L,U,g]),x(this,[K,f,U]),Q&&!F||u(Q,this,true)}catch(a){A(a,this),f(this.l)}},X.prototype.To=function(f,Q,g){if(3==f.length){for(g=0;3>g;g++)Q[g]+=f[g];for(g=[13,8,13,12,16,5,3,10,(f=0,15)];9>f;f++)Q[3](Q,f%3,g[f])}},[]),L=[],K=[],di=(X.prototype.Y=function(f,Q){if(void 0===(Q=this.G[f],Q))throw[Z,30,f];return Q()},function(f,Q,g,F,U,a){if(!f.l){f.i++;try{for(a=(U=(g=(F=f.v,5001),0),void 0);(f.vE||--g)&&(f.h||(U=f.Y(230))<F);)try{Q=void 0,f.h?a=f.C(f.h):(d(f,220,U),Q=C(f),a=f.Y(Q)),a&&a.call?a(f):M(0,f,[Z,21,Q]),f.S=true,G(f,false,false)}catch(t){f.Y(122)?M(22,f,t):d(f,122,t)}g||M(0,f,[Z,33])}catch(t){try{M(22,f,t)}catch(T){A(T,f)}}f.i--}}),Z={},A=(X.prototype.gI=void 0,function(f,Q){Q.l=((Q.l?Q.l+"~":"E:")+f.message+":"+f.stack).slice(0,2048)}),ri=((X.prototype.PE=function(){return C(this)},I=X.prototype,X).prototype.F0=function(f,Q,g,F){try{F=f[((Q|0)+2)%3],f[Q]=(f[Q]|0)-(f[((Q|0)+1)%3]|0)-(F|0)^(1==Q?F<<g:F>>>g)}catch(U){throw U;}},[]),OK=function(f,Q){f.xe.push(f.G.slice()),f.G[230]=void 0,d(f,230,Q)},MT=(I.vE=false,(I.Vp=36,I).fY=35,function(f,Q){return(Q=C(f),Q&128)&&(Q=Q&127|C(f)<<7),Q}),Lk=(I.V="toString",I.cE="caller",function(f,Q,g,F,U,a,t){return t=function(){if(g.D==g){if(g.G){var T=[ri,Q,F,void 0,U,a,arguments];if(2==f)var e=(x(g,T),u)(false,g,false);else if(1==f){var J=!g.X.length;x(g,T),J&&u(false,g,false)}else e=EK(T,g);return e}U&&a&&nk(t,a,U)}}}),EK=function(f,Q,g,F,U){if((U=f[0],Q.S=false,U)==L)Q.ln=25,Q.Z(f);else if(U==K){F=f[1];try{g=Q.l||Q.Z(f)}catch(a){A(a,Q),g=Q.l}F(g)}else if(U==Kk)Q.Z(f);else if(U==E)Q.Z(f);else if(U==pk){try{for(g=0;g<Q.mc.length;g++)try{F=Q.mc[g],F[0][F[1]](F[2])}catch(a){}}catch(a){}(0,f[1])(function(a,t){Q.LY(a,true,t)},(Q.mc=[],function(a){(x(Q,(a=!Q.X.length,[xE])),a)&&u(true,Q,false)}))}else{if(U==ri)return g=f[2],F=f[6],d(Q,137,f[4]?[F[0].A]:F),d(Q,107,g),Q.Z(f);U==xE&&(Q.Go=[],Q.G=null,Q.$=[])}},xE=(X.prototype.C=function(f){return(f=f().shift(),this.h().length||this.U().length)||(this.h=this.U=void 0),f},[]),uH=(I=X.prototype,function(f,Q,g){return((g=f.Y(230),f.$&&g<f.v?(d(f,230,f.v),OK(f,Q)):d(f,230,Q),di(f),d)(f,230,g),f).Y(107)}),GX=[],ZA=function(f,Q){return f[Q]<<24|f[(Q|0)+1]<<16|f[(Q|0)+2]<<8|f[(Q|0)+3]},Kk=[],C=function(f,Q,g,F){if(f.h)return f.C(f.U);return(g=r(f,(Q=(g=f.Y(230),g>>3),g)),f).R!=Q>>3&&(f.R=Q>>3,F=f.Y(141),f.Zs=sK([0,0,F[1],F[2]],f.R,f.sW)),g^f.Zs[Q&f[K].length]},Fx=((I.un=function(f,Q,g,F,U,a){for(g=(a=F=0,[]);a<f.length;a++)for(U=U<<Q|f[a],F+=Q;7<F;)F-=8,g.push(U>>F&255);return g},I).s=(I.wI=function(){return Math.floor(this.s())},((I.HE=(I.CY=function(f,Q,g,F){for(;g--;)230!=g&&220!=g&&Q.G[g]&&(Q.G[g]=Q[F](Q[f](g),this));Q[f]=this},function(f,Q,g,F,U){for(F=U=0;U<f.length;U++)F+=f.charCodeAt(U),F+=F<<10,F^=F>>6;return U=new Number((f=(F+=F<<3,F^=F>>11,F)+(F<<15)>>>0,f&(1<<Q)-1)),U[0]=(f>>>Q)%g,U}),window.performance)||{}).now?function(){return this.UW+window.performance.now()}:function(){return+new Date}),I.IR=function(){return Math.floor(this.EW+(this.s()-this.H))},function(f,Q,g,F,U){for(Q.ln=(Q.EW=(Q.U=void 0,Q.F=(Q.S=(Q.h=void 0,false),false),F=0,Q.$e=(U=[],function(a,t,T){return t=function(){return a},T=function(){return t()},T[this.V]=function(e){a=e},T}),Q.Go=[],Q.WE=YE,Q.N=function(a,t,T,e,J,P){return a=((P=(J=(T=this,function(){return e()}),e=function(){return e[(T.fY|0)+(J[T.cE]===t|0)-!P[T.cE]]},T.Z),J[T.V]=function(z){e[T.Vp]=z},J)[T.V](a),J)},0),25),Q.Ds=0,Q.JV=wi,Q.i=0;128>F;F++)U[F]=String.fromCharCode(F);x(Q,[(x(Q,[E,(((((((((Q.I=((((((Q.X=((Q.X0=(Q.aR=(((F=(((d(Q,(Q.D=(Q.mc=[],Q.G=[],Q.nY=function(a){this.D=a},Q),230),0),d)(Q,220,0),d)(Q,161,function(a){a.Ye(3)}),d(Q,59,H),window.performance||{}),Q.UW=F.timeOrigin||(F.timing||{}).navigationStart||0,d)(Q,74,function(a,t,T,e,J,P){G(a,false,true)||(J=WP(a),t=J.M,e=J.B,P=J.K,T=P.length,t=0==T?e[t]():1==T?e[t](P[0]):2==T?e[t](P[0],P[1]):3==T?e[t](P[0],P[1],P[2]):2(),d(a,J.j,t))}),d)(Q,153,function(a,t,T){T=(t=C(a),C)(a),d(a,T,""+a.Y(t))}),function(a,t){(t.push(a[0]<<24|a[1]<<16|a[2]<<8|a[3]),t.push(a[4]<<24|a[5]<<16|a[6]<<8|a[7]),t).push(a[8]<<24|a[9]<<16|a[10]<<8|a[11])}),d(Q,145,function(a,t,T,e,J){for(T=(J=(t=C(a),e=MT(a),[]),0);T<e;T++)J.push(C(a));d(a,t,J)}),d(Q,163,0),d(Q,133,function(a,t,T,e,J,P,z,V,c,m,p,k,h){for(c=(P=(k=(e=(z=p=(J=C(a),h=function(l,b){for(;z<l;)p|=C(a)<<z,z+=8;return p>>=(b=p&(z-=l,(1<<l)-1),l),b},0),(h(3)|0)+1),h(5)),[]),T=0);c<k;c++)V=h(1),P.push(V),T+=V?0:1;for(c=(T=((T|0)-1).toString(2).length,0),t=[];c<k;c++)P[c]||(t[c]=h(T));for(h=0;h<k;h++)P[h]&&(t[h]=C(a));for(m=[];e--;)m.push(a.Y(C(a)));d(a,J,function(l,b,Y,W,lH){for(lH=(Y=(W=[],0),[]);Y<k;Y++){if(!(b=t[Y],P[Y])){for(;b>=W.length;)W.push(C(l));b=W[b]}lH.push(b)}l.h=l.N(m.slice(),(W=l.C,W)),l.U=l.N(lH,W)})}),false),d(Q,122,352),d)(Q,205,function(a,t){(a=(t=C(a),a).Y(t),nk)(a[2],a[1],a[0])}),d(Q,135,function(a,t,T,e){(T=(t=(e=(T=C(a),t=C(a),C)(a),a).Y(t),a.Y(T)),d)(a,e,T[t])}),d(Q,225,function(a,t,T,e){e=(T=(t=C(a),C(a)),C(a)),d(a,e,a.Y(t)||a.Y(T))}),[]),d)(Q,102,function(a,t,T,e,J,P){if(!G(a,true,true)){if("object"==eY((a=(T=(t=(P=(t=(P=(T=C(a),C(a)),C(a)),J=C(a),a.Y(P)),a.Y(t)),a.Y(T)),a).Y(J),T))){for(e in J=[],T)J.push(e);T=J}for(J=(e=0,T.length),t=0<t?t:1;e<J;e+=t)P(T.slice(e,(e|0)+(t|0)),a)}}),d(Q,58,function(a){SY(a,1)}),d(Q,244,function(a,t,T,e,J,P,z){if((P=(z=(e=C(a),MT)(a),""),a.G)[214])for(T=a.Y(214),t=T.length,J=0;z--;)J=((J|0)+(MT(a)|0))%t,P+=U[T[J]];else for(;z--;)P+=U[C(a)];d(a,e,P)}),Q.xe=[],d(Q,207,function(a,t,T,e){e=(t=(T=(t=(e=C(a),C)(a),C)(a),a).Y(t),a).Y(e)==t,d(a,T,+e)}),d(Q,140,function(a,t,T,e){(e=(e=(t=C(a),C)(a),T=C(a),a).Y(e),t=a.Y(t),d)(a,T,t in e|0)}),d)(Q,85,function(a,t){G(a,false,true)||(t=WP(a),d(a,t.j,t.M.apply(t.B,t.K)))}),d)(Q,249,function(a){a.Ye(4)}),d)(Q,217,function(a){a.ke(4)}),d(Q,101,function(a,t,T,e){(e=(T=(t=C(a),C(a)),C(a)),a).D==a&&(e=a.Y(e),T=a.Y(T),a.Y(t)[T]=e,141==t&&(a.R=void 0,2==T&&qT(a)))}),d(Q,128,[]),d)(Q,68,function(a,t,T){0!=(T=(T=(t=C(a),C(a)),a.Y(T)),a.Y(t))&&d(a,230,T)}),false),d(Q,199,function(a,t,T,e,J){t=(e=(J=(e=(t=(J=(T=C(a),C(a)),C(a)),C(a)),a.Y(J)),a).Y(e),a).Y(t),d(a,T,Lk(e,J,a,t))}),d(Q,35,[0,0,0]),d)(Q,119,function(a,t,T){t=eY((t=(T=(t=C(a),C(a)),a.Y(t)),t)),d(a,T,t)}),gi(),d(Q,98,function(a,t,T,e,J,P){G(a,false,true)||(J=WP(a),T=J.B,e=J.K,P=J.M,t=e.length,T=0==t?new T[P]:1==t?new T[P](e[0]):2==t?new T[P](e[0],e[1]):3==t?new T[P](e[0],e[1],e[2]):4==t?new T[P](e[0],e[1],e[2],e[3]):2(),d(a,J.j,T))}),d(Q,147,function(a,t){OK(a,(t=a.Y(C(a)),t))}),d)(Q,124,[]),d)(Q,107,{}),d(Q,40,function(a,t,T,e){t=(e=(T=C(a),C)(a),T=a.Y(T),a.Y(e)),d(a,e,t+T)}),d(Q,237,2048),d(Q,175,function(a){SY(a,4)}),d)(Q,3,0),d(Q,143,[165,0,0]),d)(Q,104,function(a,t,T){G(a,false,true)||(T=C(a),t=C(a),d(a,t,function(e){return eval(e)}(fG(a.Y(T)))))}),d(Q,253,Q.J(4)),d(Q,23,function(){}),d(Q,208,function(a,t,T,e){(t=(T=(e=C(a),C(a)),C)(a),d)(a,t,a.Y(e)>>>T)}),d)(Q,125,function(a,t,T,e){if(t=a.xe.pop()){for(T=C(a);0<T;T--)e=C(a),t[e]=a.G[e];(t[237]=(t[128]=a.G[128],a.G)[237],a).G=t}else d(a,230,a.v)}),d(Q,38,Q),d(Q,246,function(a,t,T,e,J){0!==(e=(T=(J=(t=(e=(t=(J=(T=C(a),C(a)),C)(a),C(a)),a.Y(t)),a.Y(J)),a).Y(T),a.Y(e)),T)&&(e=Lk(1,t,a,e,T,J),DA(e,T,J),d(a,163,[T,J,e]))}),Q).$=[],Q).v=0,g)]),pk),f.hV]),u(f.dI,Q,true)}),R=(X.prototype.J=function(f,Q){for(Q=[];f--;)Q.push(255*Math.random()|0);return Q},(I.oR=function(f,Q,g){return f^((Q=((Q^=Q<<13,Q^=Q>>17,Q)^Q<<5)&g)||(Q=1),Q)},H).requestIdleCallback)?function(f){requestIdleCallback(function(){f()},{timeout:4})}:H.setImmediate?function(f){setImmediate(f)}:function(f){setTimeout(f,0)},x=function(f,Q){f.X.splice(0,0,Q)};X.prototype.Z=function(f,Q){return Q=(f={},{}),function(g,F,U,a,t,T,e,J,P,z,V,c,m,p,k,h,l){t=f,f=Q;try{if(m=g[0],m==GX)return t==Q?21:78;if(m==E){k=g[1];try{for(e=(F=0,[]);F<k.length;){if(null==(J=(c=y[k.charAt(F++)],F<k.length)?y[k.charAt(F)]:0,++F,T=F<k.length?y[k.charAt(F)]:64,++F,a=F<k.length?y[k.charAt(F)]:64,++F,c)||null==J||null==T||null==a)throw Error();64!=(e.push(c<<2|J>>4),T)&&(e.push(J<<4&240|T>>2),64!=a&&e.push(T<<6&192|a))}(this.$=e,this).v=this.$.length<<3,d(this,141,[0,0,0])}catch(b){M(17,this,b);return}di(this)}else if(m==L)g[1].push(this.Y(124).length,this.Y(237),this.Y(253).length,this.Y(143).length),d(this,107,g[2]),this.G[203]&&uH(this,this.Y(203));else{if(m==K){this.D=(p=(l=q(((F=g[2],this.Y(143)).length|0)+2,2),this.D),this);try{V=this.Y(128),0<V.length&&O(this,143,q(V.length,2).concat(V),15),O(this,143,[1],104),O(this,143,q(this[K].length,1)),k=0,h=this.Y(253),k+=this.Y(3)&2047,k-=(this.Y(143).length|0)+5,4<h.length&&(k-=(h.length|0)+3),0<k&&O(this,143,q(k,2).concat(this.J(k)),10),4<h.length&&O(this,143,q(h.length,2).concat(h),153)}finally{this.D=p}if(z=((P=this.J(2).concat(this.Y(143)),P)[1]=P[0]^3,P[3]=P[1]^l[0],P[4]=P[1]^l[1],this).yp(P))z="!"+z;else for(z="",k=0;k<P.length;k++)U=P[k][this.V](16),1==U.length&&(U="0"+U),z+=U;return(((e=z,this.Y(124).length=F.shift(),d)(this,237,F.shift()),this.Y(253)).length=F.shift(),this).Y(143).length=F.shift(),e}if(m==Kk)uH(this,g[1]);else if(m==ri)return uH(this,g[1])}}finally{f=t}}}();var YE,SY=function(f,Q,g,F){O(f,(g=(F=C(f),C(f)),g),q(f.Y(F),Q))},Qy=(X.prototype.ke=(X.prototype.Ye=function(f,Q,g,F){O(this,((Q=C((f&=(g=f&3,4),this)),F=C(this),Q=this.Y(Q),f)&&(Q=HP((""+Q).replace(/\\r\\n/g,"\\n"))),g&&O(this,F,q(Q.length,2)),F),Q)},function(f,Q,g){for(g=(Q=C(this),0);0<f;f--)g=g<<8|C(this);d(this,Q,g)}),YE=/./,function(f,Q,g){return Q.LY(function(F){g=F},false,f),g}),u=(X.prototype.yp=function(f,Q,g,F,U,a,t,T,e){for(e=0,Q=[];e<f.length;e+=3)t=e+2<f.length,a=f[e],T=a>>2,U=(g=e+1<f.length)?f[e+1]:0,a=(a&3)<<4|U>>4,F=t?f[e+2]:0,U=(U&15)<<2|F>>6,F&=63,t||(F=64,g||(U=64)),Q.push(N[T],N[a],N[U],N[F]);return Q.join("")},function(f,Q,g,F,U,a){if(Q.X.length){((Q.I&&0(),Q).I=true,Q).X0=f;try{F=Q.s(),Q.RR=F,Q.H=F,a=aB(f,Q),U=Q.s()-Q.H,Q.EW+=U,U<(g?0:10)||0>=Q.ln--||(U=Math.floor(U),Q.Go.push(254>=U?U:254))}finally{Q.I=false}return a}}),aB=function(f,Q,g,F){for(;Q.X.length;){F=(Q.F=false,Q.X.pop());try{g=EK(F,Q)}catch(U){A(U,Q)}if(f&&Q.F){R(function(){u(true,Q,true)});break}}return g},G=function(f,Q,g,F){if(F=0<f.Ds&&f.I&&f.X0&&1>=f.i&&!f.h&&!f.F&&(f.S||!g)&&0==document.hidden,!F||(F?f.s():f.RR)-f.H<f.Ds-(Q?255:g?5:2))return false;return((Q=f.Y(g?220:230),d(f,230,f.v),f.X).push([Kk,Q]),f).F=true},wi,fG=((wi=function(f){return C(f)^C(f)},X.prototype)[pk]=[0,0,1,1,0,1,1],X.bind&&(wi[X.prototype.V]=E.pop.bind(X.prototype[L]),YE[X.prototype.V]=E.pop.bind(X.prototype[L])),function(f,Q){return(Q=Qq())&&1===f.eval(Q.createScript("1"))?function(g){return Q.createScript(g)}:function(g){return""+g}}(H)),gk=["botguard"],w=H;gk[0]in w||"undefined"==typeof w.execScript||w.execScript("var "+gk[0]);for(var S;gk.length&&(S=gk.shift());)w=w[S]&&w[S]!==Object.prototype[S]?w[S]:w[S]={};(B=H.botguard,40)<B.m||(B.m=41,B.bg=o5,B.a=iH),B.Sau_=function(f,Q,g,F){return F=new X({hV:Q,dI:g},f),[function(U){return Qy(U,F)}]};try{B.u||(DA(function(){},H,"unload"),B.u=1)}catch(f){};}).call(this);'));}).call(this);</script>
  <script type="text/javascript" nonce="14YYu3Mvs9J88dbRcdq1kw">
  document.bg = new botguard.bg('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');
  </script>
<script nonce="14YYu3Mvs9J88dbRcdq1kw">
  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="14YYu3Mvs9J88dbRcdq1kw">
  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="14YYu3Mvs9J88dbRcdq1kw">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
</script>
<script nonce="14YYu3Mvs9J88dbRcdq1kw">
  (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="14YYu3Mvs9J88dbRcdq1kw">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="14YYu3Mvs9J88dbRcdq1kw">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fuaq29aa4h9h8v8539b901kcolo%40group.calendar.google.com%2Fpublic%2Fbasic\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fuaq29aa4h9h8v8539b901kcolo%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%2Fuaq29aa4h9h8v8539b901kcolo%40group.calendar.google.com%2Fpublic%2Fbasic\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fuaq29aa4h9h8v8539b901kcolo%40group.calendar.google.com%2Fpublic%2Fbasic\x26osid=1\x26service=cl\x26passive=1209600');
  </script>
  </body>
</html>
