
<!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="AFoagUXlyqeP47G3BiZSrDdmMuLGuK9FKg:1619622687246">
  <input type="hidden" name="continue" value="https://calendar.google.com/calendar/feeds/m0ma96s46n761tjtq0bdb80834@group.calendar.google.com/public/basic">
  <input type="hidden" name="followup" value="https://calendar.google.com/calendar/feeds/m0ma96s46n761tjtq0bdb80834@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="AEThLly4W1wQ-W80T2hTRJIyoC-D0Quhq8JKBqGUeXr9nLwiNcRLlGYOtpOG9rr0XU5JKWKBb1fifVB5s2UvvmN0xEFP79FjpyTkpPrbWUjtYoRXYNWCUrZxp0kSqdQjuBxWxEOapCm3QMhz57thbfoMrkuA7VF_EddRyGvPxukTQGarr5HJYiVUDaa20f6j0BPP4WDCBWVF">
  <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%2Fm0ma96s46n761tjtq0bdb80834%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%2Fm0ma96s46n761tjtq0bdb80834%40group.calendar.google.com%2Fpublic%2Fbasic&amp;followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fm0ma96s46n761tjtq0bdb80834%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%2Fm0ma96s46n761tjtq0bdb80834%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="Z2JJhcSJVGgw5YAO++Bcvg">
  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="Z2JJhcSJVGgw5YAO++Bcvg">(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="Z2JJhcSJVGgw5YAO++Bcvg">
  document.bg = new botguard.bg('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');
  </script>
<script nonce="Z2JJhcSJVGgw5YAO++Bcvg">
  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="Z2JJhcSJVGgw5YAO++Bcvg">
  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="Z2JJhcSJVGgw5YAO++Bcvg">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
</script>
<script nonce="Z2JJhcSJVGgw5YAO++Bcvg">
  (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="Z2JJhcSJVGgw5YAO++Bcvg">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="Z2JJhcSJVGgw5YAO++Bcvg">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fm0ma96s46n761tjtq0bdb80834%40group.calendar.google.com%2Fpublic%2Fbasic\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fm0ma96s46n761tjtq0bdb80834%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%2Fm0ma96s46n761tjtq0bdb80834%40group.calendar.google.com%2Fpublic%2Fbasic\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fm0ma96s46n761tjtq0bdb80834%40group.calendar.google.com%2Fpublic%2Fbasic\x26osid=1\x26service=cl\x26passive=1209600');
  </script>
  </body>
</html>
