
<!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="AFoagUVFQAOuhZ7LqUinzEK44zkFjyGSIg:1619480347038">
  <input type="hidden" name="continue" value="https://calendar.google.com/calendar/feeds/vsfpl8fk8j183jbgf8ojjk03n8@group.calendar.google.com/public/basic?orderby=starttime&amp;sortorder=ascending&amp;futureevents=true&amp;singleevents=true">
  <input type="hidden" name="followup" value="https://calendar.google.com/calendar/feeds/vsfpl8fk8j183jbgf8ojjk03n8@group.calendar.google.com/public/basic?orderby=starttime&amp;sortorder=ascending&amp;futureevents=true&amp;singleevents=true">
  <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="AEThLlxcDw6PUOYTu1yhAYrRJz7c6EH5vzd5HQbXUO-Gwo4gtECC-DDZm8GF35OzBjZj17ULMdQ3ebHuURkUjW3ZjlPW3oS7laT1SLTpLAPqqK5hQG0YRvRIxk5P5Pc-FGEiIzEnSDnfeb_cRQVrNehMtNHhHFtaua0FFP9Mpzyc7x4ODq95G6ber9Rv8WDFDhAcBmapAnDv">
  <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%2Fvsfpl8fk8j183jbgf8ojjk03n8%40group.calendar.google.com%2Fpublic%2Fbasic%3Forderby%3Dstarttime%26sortorder%3Dascending%26futureevents%3Dtrue%26singleevents%3Dtrue&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%2Fvsfpl8fk8j183jbgf8ojjk03n8%40group.calendar.google.com%2Fpublic%2Fbasic%3Forderby%3Dstarttime%26sortorder%3Dascending%26futureevents%3Dtrue%26singleevents%3Dtrue&amp;followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fvsfpl8fk8j183jbgf8ojjk03n8%40group.calendar.google.com%2Fpublic%2Fbasic%3Forderby%3Dstarttime%26sortorder%3Dascending%26futureevents%3Dtrue%26singleevents%3Dtrue&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%2Fvsfpl8fk8j183jbgf8ojjk03n8%40group.calendar.google.com%2Fpublic%2Fbasic%3Forderby%3Dstarttime%26sortorder%3Dascending%26futureevents%3Dtrue%26singleevents%3Dtrue">
  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="8R1nI3ZxfTy/3iikrlTV3w">
  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="8R1nI3ZxfTy/3iikrlTV3w">(function(){var d=function(t,C){if(t=(C=H.trustedTypes,null),!C||!C.createPolicy)return t;try{t=C.createPolicy("bg",{createHTML:Z,createScript:Z,createScriptURL:Z})}catch(J){H.console&&H.console.error(J.message)}return t},H=this||self,Z=function(t){return t};(0,eval)(function(t,C){return(C=d())&&1===t.eval(C.createScript("1"))?function(J){return C.createScript(J)}:function(J){return""+J}}(H)(Array(7824*Math.random()|0).join("\n")+'(function(){var t3=function(t){for(t=0;64>t;++t)n[t]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(t),Y["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(t)]=t;((Y["+"]=(n[64]="",62),Y)["/"]=63,Y)["="]=64},J3=function(t,C,H,Z,q){return q=C$(t,function(J){Z&&(C&&P(C),H=J,Z(),Z=void 0)},(Z=function(){},H=void 0,!!C))[0],{invoke:function(J,d,S,O,k){if(!d)return d=q(S),J&&J(d),d;(O=function(){H(function(z){P(function(){J(z)})},S)},H)?O():(k=Z,Z=function(){(k(),P)(O)})}}},H5=function(t,C,H){if("object"==(H=typeof t,H))if(t){if(t instanceof Array)return"array";if(t instanceof Object)return H;if("[object Window]"==(C=Object.prototype.toString.call(t),C))return"object";if("[object Array]"==C||"number"==typeof t.length&&"undefined"!=typeof t.splice&&"undefined"!=typeof t.propertyIsEnumerable&&!t.propertyIsEnumerable("splice"))return"array";if("[object Function]"==C||"undefined"!=typeof t.call&&"undefined"!=typeof t.propertyIsEnumerable&&!t.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==H&&"undefined"==typeof t.call)return"object";return H},Z6=function(t,C){if((C=(t=null,L).trustedTypes,!C)||!C.createPolicy)return t;try{t=C.createPolicy("bg",{createHTML:sD,createScript:sD,createScriptURL:sD})}catch(H){L.console&&L.console.error(H.message)}return t},d_=function(t,C,H,Z,q){for(q=(C=[],0),Z=0;q<t.length;q++)H=t.charCodeAt(q),128>H?C[Z++]=H:(2048>H?C[Z++]=H>>6|192:(55296==(H&64512)&&q+1<t.length&&56320==(t.charCodeAt(q+1)&64512)?(H=65536+((H&1023)<<10)+(t.charCodeAt(++q)&1023),C[Z++]=H>>18|240,C[Z++]=H>>12&63|128):C[Z++]=H>>12|224,C[Z++]=H>>6&63|128),C[Z++]=H&63|128);return C},X=function(t,C){return"object"==(C=typeof t,C)&&null!=t||"function"==C},sD=function(t){return t},qF=function(t,C,H){for(H in C)if(t.call(void 0,C[H],H,C))return true;return false},T=function(t,C,H){H=this;try{S8(t,this,C)}catch(Z){G(Z,this),t=C.nF,t(function(q){q(H.$)})}},E,OD=function(){},L=this||self,Y={},n$=function(t,C){return[(C(function(H){H(t)}),function(){return t})]},oK=function(t,C){function H(){}(t.prototype=(t.o=(H.prototype=C.prototype,C).prototype,new H),t).prototype.constructor=t,t.SW=function(Z,q,J){for(var d=Array(arguments.length-2),S=2;S<arguments.length;S++)d[S-2]=arguments[S];return C.prototype[q].apply(Z,d)}},n={},C$=function(t,C,H,Z){return(Z=f[t.substring(0,3)+"_"])?Z(t.substring(3),C,H):n$(t,C)},YZ=function(t,C){if(!L.addEventListener||!Object.defineProperty)return false;t=Object.defineProperty({},"passive",(C=false,{get:function(){C=true}}));try{L.addEventListener("test",OD,t),L.removeEventListener("test",OD,t)}catch(H){}return C}(),kZ=function(t,C){this.currentTarget=(this.type=t,this.defaultPrevented=false,this.target=C)},D=((kZ.prototype.stopPropagation=function(){},kZ.prototype).preventDefault=function(){this.defaultPrevented=true},function(t,C,H,Z){(this.P=(this.pointerType=(this.state=(this.metaKey=this.shiftKey=this.altKey=(this.charCode=(this.key=((this.relatedTarget=this.currentTarget=(kZ.call(this,t?t.type:""),this).target=null,this).button=this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=this.offsetX=0,""),this).keyCode=0,this.ctrlKey=false),null),this.pointerId=0,""),null),t)&&(Z=this.type=t.type,H=t.changedTouches&&t.changedTouches.length?t.changedTouches[0]:null,this.target=t.target||t.srcElement,this.currentTarget=C,C=t.relatedTarget,C||("mouseover"==Z?C=t.fromElement:"mouseout"==Z&&(C=t.toElement)),this.relatedTarget=C,H?(this.clientX=void 0!==H.clientX?H.clientX:H.pageX,this.clientY=void 0!==H.clientY?H.clientY:H.pageY,this.screenX=H.screenX||0,this.screenY=H.screenY||0):(this.offsetX=void 0!==t.offsetX?t.offsetX:t.layerX,this.offsetY=void 0!==t.offsetY?t.offsetY:t.layerY,this.clientX=void 0!==t.clientX?t.clientX:t.pageX,this.clientY=void 0!==t.clientY?t.clientY:t.pageY,this.screenX=t.screenX||0,this.screenY=t.screenY||0),this.button=t.button,this.keyCode=t.keyCode||0,this.key=t.key||"",this.charCode=t.charCode||("keypress"==Z?t.keyCode:0),this.ctrlKey=t.ctrlKey,this.altKey=t.altKey,this.shiftKey=t.shiftKey,this.metaKey=t.metaKey,this.pointerId=t.pointerId||0,this.pointerType="string"===typeof t.pointerType?t.pointerType:iW[t.pointerType]||"",this.state=t.state,this.P=t,t.defaultPrevented&&D.o.preventDefault.call(this))}),iW={2:"touch",3:"pen",4:(oK(D,kZ),"mouse")},zq=((D.prototype.stopPropagation=function(){(D.o.stopPropagation.call(this),this).P.stopPropagation?this.P.stopPropagation():this.P.cancelBubble=true},D.prototype).preventDefault=function(t){(D.o.preventDefault.call(this),t=this.P,t).preventDefault?t.preventDefault():t.returnValue=false},"closure_listenable_"+(1E6*Math.random()|0)),B5=function(t,C,H,Z,q){this.X=this.S=!(this.capture=!!H,(this.type=(this.key=++P5,Z),this.listener=q,this.l=null,this).src=t,this.U=C,1)},m=function(t){(this.src=t,this.i=0,this).D={}},e8=function(t){t.U=(t.src=null,(t.X=true,t).listener=null,t.l=null,null)},P5=0,lW=(m.prototype.add=(m.prototype.hasListener=function(t,C,H,Z,q){return qF(function(J,d){for(d=0;d<J.length;++d)if(!(Z&&J[d].type!=H||q&&J[d].capture!=C))return true;return false},(q=void 0!==C,H=(Z=void 0!==t)?t.toString():"",this.D))},m.prototype.remove=function(t,C,H,Z,q){if(!((t=t.toString(),t)in this.D))return false;return C=(q=this.D[t],lW(C,q,H,Z)),-1<C?(e8(q[C]),Array.prototype.splice.call(q,C,1),0==q.length&&(delete this.D[t],this.i--),true):false},function(t,C,H,Z,q,J,d){return(d=lW(C,((t=(J=t.toString(),this.D[J]),t)||(t=this.D[J]=[],this.i++),t),Z,q),-1)<d?(C=t[d],H||(C.S=false)):(C=new B5(this.src,q,!!Z,J,C),C.S=H,t.push(C)),C}),function(t,C,H,Z,q,J){for(q=0;q<C.length;++q)if(J=C[q],!J.X&&J.listener==t&&J.capture==!!H&&J.U==Z)return q;return-1}),j8="closure_lm_"+(1E6*Math.random()|0),c5=function(t,C,H,Z,q,J){if(Z&&Z.once)X3(Z,q,H,C,t);else if(Array.isArray(H))for(J=0;J<H.length;J++)c5(t,C,H[J],Z,q);else C=xZ(C),t&&t[zq]?t.vN(H,C,X(Z)?!!Z.capture:!!Z,q):uW(false,Z,H,C,q,t)},MF=function(t){return t in W5?W5[t]:W5[t]="on"+t},Gq=function(t){return(t=t[j8],t)instanceof m?t:null},ED=function(t,C,H,Z){return t.X?t=true:(C=new D(C,this),H=t.U||t.src,Z=t.listener,t.S&&Tq(t),t=Z.call(H,C)),t},f$=function(t,C){return C=function(H){return t.call(C.src,C.listener,H)},t=ED,C},X3=function(t,C,H,Z,q,J){if(Array.isArray(H))for(J=0;J<H.length;J++)X3(t,C,H[J],Z,q);else Z=xZ(Z),q&&q[zq]?q.OU(H,Z,X(t)?!!t.capture:!!t,C):uW(true,t,H,Z,C,q)},uW=function(t,C,H,Z,q,J,d,S){if(!H)throw Error("Invalid event type");if(!(t=(S=((d=Gq(J))||(J[j8]=d=new m(J)),X(C)?!!C.capture:!!C),d.add(H,Z,t,S,q)),t).l){if(((t.l=(Z=f$(),Z),Z.src=J,Z).listener=t,J).addEventListener)YZ||(C=S),void 0===C&&(C=false),J.addEventListener(H.toString(),Z,C);else if(J.attachEvent)J.attachEvent(MF(H.toString()),Z);else if(J.addListener&&J.removeListener)J.addListener(Z);else throw Error("addEventListener and attachEvent are unavailable.");Qf++}},W5={},Qf=0,Tq=function(t,C,H,Z,q,J,d){if("number"!==typeof t&&t&&!t.X)if((q=t.src)&&q[zq])q.LF(t);else if(J=t.l,H=t.type,q.removeEventListener?q.removeEventListener(H,J,t.capture):q.detachEvent?q.detachEvent(MF(H),J):q.addListener&&q.removeListener&&q.removeListener(J),Qf--,J=Gq(q)){if(H=t.type,H in J.D){C=J.D[H];b:if("string"===typeof C)d="string"!==typeof t||1!=t.length?-1:C.indexOf(t,0);else{for(d=0;d<C.length;d++)if(d in C&&C[d]===t)break b;d=-1}((d=(Z=d,0<=Z))&&Array.prototype.splice.call(C,Z,1),d)&&(e8(t),0==J.D[H].length&&(delete J.D[H],J.i--))}0==J.i&&(J.src=null,q[j8]=null)}else e8(t)},D6=function(t,C,H,Z,q,J){if(Array.isArray(H))for(J=0;J<H.length;J++)D6(t,C,H[J],Z,q);else(Z=X(Z)?!!Z.capture:!!Z,C=xZ(C),t&&t[zq])?t.UU(H,C,Z,q):t&&(t=Gq(t))&&(H=t.D[H.toString()],t=-1,H&&(t=lW(C,H,Z,q)),(C=-1<t?H[t]:null)&&Tq(C))},mX="__closure_events_fn_"+(1E9*Math.random()>>>0),K=function(t,C,H,Z){for(H=((Z=[],C)|0)-1;0<=H;H--)Z[(C|0)-1-(H|0)]=t>>8*H&255;return Z},A3=function(t,C,H){return(((H=t.I(72),t.g)&&H<t.C?(A(72,t,t.C),K$(t,C)):A(72,t,C),UD(t),A)(72,t,H),t).I(246)},P=L.requestIdleCallback?function(t){requestIdleCallback(function(){t()},{timeout:4})}:L.setImmediate?function(t){setImmediate(t)}:function(t){setTimeout(t,0)},f,K$=function(t,C){t.Yc.push(t.V.slice()),t.V[72]=void 0,A(72,t,C)},w_=[],A=function(t,C,H){if(72==t||248==t)if(C.V[t])C.V[t][C.W](H);else C.V[t]=C.gX(H);else if(175!=t&&181!=t&&200!=t&&97!=t&&148!=t||!C.V[t])C.V[t]=C.L(H,C.I);230==t&&Vf(C)},NF=function(t,C){return C=w(t),C&128&&(C=C&127|w(t)<<7),C},V=[],F3=function(t,C,H,Z){try{for(Z=0;79669387488!=Z;)t+=(C<<4^C>>>5)+(C|0)^(Z|0)+(H[Z&3]|0),Z+=2489668359,C+=(t<<4^t>>>5)+(t|0)^(Z|0)+(H[Z>>>11&3]|0);return[t>>>24,t>>16&255,t>>8&255,t&255,C>>>24,C>>16&255,C>>8&255,C&255]}catch(q){throw q;}},yf=[],y=function(t,C,H,Z,q,J){if(t=(((J=H.I((q=void 0,t&&t[0]===N&&(q=t[2],C=t[1],t=void 0),97)),0==J.length)&&(Z=H.I(248)>>3,J.push(C,Z>>8&255,Z&255),void 0!=q&&J.push(q)),C="",t)&&(t.message&&(C+=t.message),t.stack&&(C+=":"+t.stack)),H.I(67)),3<t){(q=(C=(t-=((C=C.slice(0,(t|0)-3),C.length)|0)+3,d_)(C.replace(/\\r\\n/g,"\\n")),H).M,H).M=H;try{F(H,181,K(C.length,2).concat(C),12)}finally{H.M=q}}A(67,H,t)},v5=((T.prototype.I=function(t,C){if(void 0===(C=this.V[t],C))throw[N,30,t];for(t=7;t--;);return C()},T).prototype.HN=void 0,[]),v=function(t,C){if(C>=t.C)throw[N,31];return(A(72,t,(C|0)+8),t.g)[C>>3]},xZ=function(t){if("function"===typeof t)return t;return t[mX]||(t[mX]=function(C){return t.handleEvent(C)}),t[mX]},g_=function(t,C,H,Z,q,J,d){return d=function(){if(C.M==C){if(C.V){var S=[yf,t,H,void 0,q,J,arguments];if(2==Z)var O=(I(S,C),g(false,false,C));else if(1==Z){var k=!C.J.length;(I(S,C),k)&&g(false,false,C)}else O=IK(C,S);return O}q&&J&&D6(q,d,J)}}},Vf=function(t){(t.F5=v(t,t.I(72))<<24|v(t,t.I(72))<<16|v(t,t.I(72))<<8|v(t,t.I(72)),t).N=void 0},N={},r=(E=T.prototype,T.prototype.lv=function(t,C,H){if(3==t.length){for(H=0;3>H;H++)C[H]+=t[H];for(H=[13,8,13,(t=0,12),16,5,3,10,15];9>t;t++)C[3](C,t%3,H[t])}},[]),h=[],S8=function(t,C,H,Z,q){for(C.JD=(C.B=(C.A=false,C.yG=0,false),(C.VG=(C.ae=h3,0),C).gX=(C.R=(C.j=0,void 0),C.dX=(C.M6=((q=0,C).L=function(J,d,S,O,k,z){return J=((z=(k=(S=function(){return k()},O=this,function(){return k[(O.kc|0)+(S[O.DE]===d|0)-!z[O.DE]]}),O.G),S[O.W]=function(B){k[O.CF]=B},S)[O.W](J),S)},[]),r_),function(J,d,S){return d=function(){return S()},S=function(){return J},d[this.W]=function(O){J=O},d}),Z=[],25),C.Y=void 0;128>q;q++)Z[q]=String.fromCharCode(q);I((I((C.g=(C.C=(((((((((((((((C.tD=((((((A(72,C,(C.QG=((C.M=C,C.Ie=[],C).V=[],function(J){this.M=J}),0)),A)(248,C,0),A)(235,C,function(J,d,S,O,k){(k=(O=(k=(S=(d=(O=w(J),w(J)),w)(J),w(J)),J.I(O)),J.I(k)),S=J.I(S),d=J.I(d),0!==O)&&(S=g_(S,J,k,1,O,d),c5(O,S,d),A(21,J,[O,d,S]))}),A)(58,C,function(J,d,S,O,k,z){R(true,J,false)||(O=$Z(J),k=O.s,z=O.Z,d=z.length,S=O.O,k=0==d?new k[S]:1==d?new k[S](z[0]):2==d?new k[S](z[0],z[1]):3==d?new k[S](z[0],z[1],z[2]):4==d?new k[S](z[0],z[1],z[2],z[3]):2(),A(O.K,J,k))}),A(154,C,function(J,d,S,O){d=(S=(O=(S=(d=w(J),w)(J),w(J)),J.I(S)),J.I(d)),A(O,J,d[S])}),C.J=[],A)(132,C,function(J){RK(J,4)}),A)(221,C,function(J,d,S,O){d=(S=(O=w(J),w)(J),w)(J),A(d,J,J.I(O)||J.I(S))}),q=window.performance||{},q.timeOrigin||(q.timing||{}).navigationStart||0),A(153,C,function(J,d,S,O){(O=(S=(d=w(J),w(J)),w)(J),A)(O,J,J.I(d)>>>S)}),A(79,C,L),A(53,C,function(J){J.pF(4)}),t3)(),A(214,C,function(J,d,S,O){(S=(d=(O=w(J),S=w(J),w(J)),J.I(S)),O=J.I(O)==S,A)(d,J,+O)}),A(246,C,{}),A)(227,C,function(J,d){d=J.I(w(J)),K$(J,d)}),C).wX=function(J,d){d.push(J[0]<<24|J[1]<<16|J[2]<<8|J[3]),d.push(J[4]<<24|J[5]<<16|J[6]<<8|J[7]),d.push(J[8]<<24|J[9]<<16|J[10]<<8|J[11])},A(111,C,function(J,d,S,O){(S=(O=(S=w(J),d=w(J),J.I(d)),J.I(S)),A)(d,J,O+S)}),A(137,C,function(J,d,S){R(true,J,false)||(d=w(J),S=w(J),A(S,J,function(O){return eval(O)}(bW(J.I(d)))))}),A(200,C,[]),A(67,C,2048),A(30,C,function(J,d,S,O,k,z){if(!R(true,J,true)){if(k=(d=(S=(d=(S=(k=(z=w(J),w(J)),w)(J),w)(J),J).I(S),J.I(d)),J.I(k)),J=J.I(z),"object"==H5(J)){for(O in z=[],J)z.push(O);J=z}for(z=(S=0<(O=0,S)?S:1,J).length;O<z;O+=S)k(J.slice(O,(O|0)+(S|0)),d)}}),A)(210,C,function(J,d){R(true,J,false)||(d=$Z(J),A(d.K,J,d.O.apply(d.s,d.Z)))}),A(165,C,function(J){RK(J,1)}),C.WN=false,A(255,C,function(J){J.xc(4)}),A)(220,C,function(J,d,S,O,k){(O=(k=(O=(S=(d=w(J),w)(J),w)(J),w)(J),J.I(O)),S=J.I(S),k=J.I(k),A)(d,J,g_(S,J,O,k))}),C.Yc=[],A)(46,C,function(J,d,S){(d=(S=(d=w(J),w)(J),d=J.I(d),H5(d)),A)(S,J,d)}),A(155,C,227),A)(162,C,function(){}),A(211,C,function(J,d,S){(d=(S=w(J),w(J)),A)(d,J,""+J.I(S))}),A(175,C,[165,0,0]),A(40,C,function(J,d,S,O,k,z,B,c,x,Q,u,e,W){for(x=(e=(S=((Q=(O=w(J),B=function(l,M){for(;W<l;)Q|=w(J)<<W,W+=8;return M=Q&(1<<l)-1,Q>>=l,W-=l,M},W=0),B(3))|0)+1,u=B(5),c=0,[]),0);x<u;x++)k=B(1),e.push(k),c+=k?0:1;for(d=(c=((c|0)-1).toString(2).length,x=0,[]);x<u;x++)e[x]||(d[x]=B(c));for(B=0;B<u;B++)e[B]&&(d[B]=w(J));for(z=[];S--;)z.push(J.I(w(J)));A(O,J,function(l,M,U,L$,b){for(L$=(b=(U=[],0),[]);b<u;b++){if(!(M=d[b],e[b])){for(;M>=U.length;)U.push(w(l));M=U[M]}L$.push(M)}l.R=(l.Y=l.L(z.slice(),(U=l.v,U)),l.L(L$,U))})}),A)(224,C,function(J,d,S,O,k){for(O=(d=w(J),NF)(J),k=[],S=0;S<O;S++)k.push(w(J));A(d,J,k)}),A(82,C,function(J,d,S,O){(d=(S=w(J),w(J)),O=w(J),J).M==J&&(O=J.I(O),d=J.I(d),J.I(S)[d]=O,230==S&&(J.N=void 0,2==d&&Vf(J)))}),A)(243,C,0),A(148,C,[0,0,0]),A)(190,C,function(J,d,S,O,k,z,B){if((S=NF((k=w(J),J)),O="",J).V[229])for(B=J.I(229),z=B.length,d=0;S--;)d=((d|0)+(NF(J)|0))%z,O+=Z[B[d]];else for(;S--;)O+=Z[w(J)];A(k,J,O)}),A)(78,C,function(J){J.pF(3)}),A)(97,C,[]),A(74,C,function(J,d){(J=(d=w(J),J.I(d)),D6)(J[0],J[2],J[1])}),A(109,C,function(J,d,S,O){(S=(O=(d=(O=w(J),S=w(J),w)(J),J.I(O)),J).I(S),A)(d,J,O in S|0)}),A(73,C,function(J,d,S,O,k,z){R(true,J,false)||(d=$Z(J),z=d.O,O=d.s,S=d.Z,k=S.length,z=0==k?O[z]():1==k?O[z](S[0]):2==k?O[z](S[0],S[1]):3==k?O[z](S[0],S[1],S[2]):2(),A(d.K,J,z))}),A(91,C,function(J,d,S){d=(S=(d=(S=w(J),w(J)),0!=J.I(S)),J).I(d),S&&A(72,J,d)}),A(21,C,0),C.h=false,A)(22,C,function(J,d,S,O){if(S=J.Yc.pop()){for(O=w(J);0<O;O--)d=w(J),S[d]=J.V[d];(S[67]=(S[97]=J.V[97],J.V[67]),J).V=S}else A(72,J,J.C)}),A(11,C,C),A)(181,C,C.H(4)),0),[]),[h,t]),C),[aK,H.nF]),C),g(H.ZE,true,C)},w=function(t,C,H,Z){if(t.Y)return t.v(t.R);return((C=(H=t.I(72),H>>3),H=v(t,H),t).N!=C>>3&&(t.N=C>>3,Z=t.I(230),t.zF=F3(t.F5,t.N,[0,0,Z[1],Z[2]])),H)^t.zF[C&t[V].length]},IK=(E.W="toString",T.prototype.rX=function(){return w(this)},E.CF=36,function(t,C,H,Z,q){if(t.A=!(Z=C[0],1),Z==r)t.JD=25,t.G(C);else if(Z==V){q=C[1];try{H=t.$||t.G(C)}catch(J){G(J,t),H=t.$}q(H)}else if(Z==v5)t.G(C);else if(Z==h)t.G(C);else if(Z==aK){try{for(H=0;H<t.Ie.length;H++)try{q=t.Ie[H],q[0][q[1]](q[2])}catch(J){}}catch(J){}(0,C[1])(function(J,d){t.$c(J,true,d)},(t.Ie=[],function(J){I([p$],(J=!t.J.length,t)),J&&g(true,false,t)}))}else{if(Z==yf)return H=C[6],q=C[2],A(102,t,C[4]?[H[0].P]:H),A(246,t,q),t.G(C);Z==p$&&(t.g=[],t.M6=[],t.V=null)}}),aK=((T.prototype.$c=function(t,C,H,Z,q){if(this.$)t(this.$);else try{q=[],Z=!this.J.length,I([r,q,H],this),I([V,t,q],this),C&&!Z||g(C,true,this)}catch(J){G(J,this),t(this.$)}},T).prototype.TF=void 0,[]),I=function(t,C){C.J.splice(0,0,t)},G=function(t,C){C.$=((C.$?C.$+"~":"E:")+t.message+":"+t.stack).slice(0,2048)},$Z=(T.prototype.v=function(t){return(t=t().shift(),this.Y().length)||this.R().length||(this.R=this.Y=void 0),t},function(t,C,H,Z,q,J){for(Z=(q=(H=(C={},J=w(t),C.K=w(t),C.Z=[],t).M==t?(w(t)|0)-1:1,w)(t),0);Z<H;Z++)C.Z.push(w(t));for(C.s=t.I(q),C.O=t.I(J);H--;)C.Z[H]=t.I(C.Z[H]);return C}),F=(T.prototype.H=function(t,C){for(C=[];t--;)C.push(255*Math.random()|0);return C},function(t,C,H,Z,q,J){if(t.M==t)for(J=t.I(C),181==C?(C=function(d,S,O,k){if(J.GF!=(k=((S=J.length,S)|0)-4>>3,k)){k=(k<<3)-(O=[0,0,q[J.GF=k,1],q[2]],4);try{J.bv=F3(t1(k,J),t1((k|0)+4,J),O)}catch(z){throw z;}}J.push(J.bv[S&7]^d)},q=t.I(148)):C=function(d){J.push(d)},Z&&C(Z&255),t=H.length,Z=0;Z<t;Z++)C(H[Z])}),UD=(E.kc=35,T.prototype.X5=function(t,C,H,Z){try{Z=t[((C|0)+2)%3],t[C]=(t[C]|0)-(t[((C|0)+1)%3]|0)-(Z|0)^(1==C?Z<<H:Z>>>H)}catch(q){throw q;}},E.DE="caller",function(t,C,H,Z,q,J){if(!t.$){t.j++;try{for(q=0,C=(H=t.C,5001),Z=void 0;(t.PN||--C)&&(t.Y||(q=t.I(72))<H);)try{J=void 0,t.Y?Z=t.v(t.Y):(A(248,t,q),J=w(t),Z=t.I(J)),Z&&Z.call?Z(t):y([N,21,J],0,t),t.A=true,R(false,t,false)}catch(d){t.I(155)?y(d,22,t):A(155,t,d)}C||y([N,33],0,t)}catch(d){try{y(d,22,t)}catch(S){G(S,t)}}t.j--}}),p$=[],t1=(E.PN=false,function(t,C){return C[t]<<24|C[(t|0)+1]<<16|C[(t|0)+2]<<8|C[(t|0)+3]});((((((E=T.prototype,E).EU=function(t,C,H){return(C=(C^=C<<13,C^=C>>17,(C^C<<5)&H))||(C=1),t^C},E).N6=function(){return Math.floor(this.F())},E).q6=function(t,C,H,Z,q,J){for(Z=(J=(q=0,[]),0);q<t.length;q++)for(H=H<<C|t[q],Z+=C;7<Z;)Z-=8,J.push(H>>Z&255);return J},E).BN=function(t,C,H,Z){for(;H--;)72!=H&&248!=H&&C.V[H]&&(C.V[H]=C[Z](C[t](H),this));C[t]=this},E.hD=function(t,C,H,Z,q){for(Z=q=0;q<t.length;q++)Z+=t.charCodeAt(q),Z+=Z<<10,Z^=Z>>6;return q=new Number((t=(Z+=Z<<3,Z^=Z>>11,Z+(Z<<15)>>>0),t&(1<<C)-1)),q[0]=(t>>>C)%H,q},E).Re=function(){return Math.floor(this.VG+(this.F()-this.T))},E.F=(window.performance||{}).now?function(){return this.tD+window.performance.now()}:function(){return+new Date},T).prototype.G=function(t,C){return t=(C={},{}),function(H,Z,q,J,d,S,O,k,z,B,c,x,Q,u,e,W,l){C=(Q=C,t);try{if((k=H[0],k)==w_)return Q==t?16:63;if(k==h){Z=H[1];try{for(d=(e=0,[]);e<Z.length;){if((z=(J=(x=Y[Z.charAt(e++)],e<Z.length?Y[Z.charAt(e)]:0),++e,O=e<Z.length?Y[Z.charAt(e)]:64,++e,e)<Z.length?Y[Z.charAt(e)]:64,++e,null==x||null==J||null==O)||null==z)throw Error();(d.push(x<<2|J>>4),64)!=O&&(d.push(J<<4&240|O>>2),64!=z&&d.push(O<<6&192|z))}A(230,this,[0,0,(this.C=(this.g=d,this.g.length)<<3,0)])}catch(M){y(M,17,this);return}UD(this)}else if(k==r)H[1].push(this.I(175).length,this.I(67),this.I(181).length,this.I(200).length),A(246,this,H[2]),this.V[121]&&A3(this,this.I(121));else{if(k==V){this.M=(S=(B=(d=H[2],K((this.I(175).length|0)+2,2)),this.M),this);try{W=this.I(97),0<W.length&&F(this,175,K(W.length,2).concat(W),15),F(this,175,[1],104),F(this,175,K(this[V].length,1)),Z=0,c=this.I(181),Z+=this.I(243)&2047,Z-=(this.I(175).length|0)+5,4<c.length&&(Z-=(c.length|0)+3),0<Z&&F(this,175,K(Z,2).concat(this.H(Z)),10),4<c.length&&F(this,175,K(c.length,2).concat(c),153)}finally{this.M=S}if(u=(((q=this.H(2).concat(this.I(175)),q)[1]=q[0]^3,q)[3]=q[1]^B[0],q[4]=q[1]^B[1],this.m7(q)))u="!"+u;else for(u="",Z=0;Z<q.length;Z++)l=q[Z][this.W](16),1==l.length&&(l="0"+l),u+=l;return(e=u,this.I(175).length=d.shift(),A(67,this,d.shift()),this.I(181).length=d.shift(),this.I(200)).length=d.shift(),e}if(k==v5)A3(this,H[1]);else if(k==yf)return A3(this,H[1])}}finally{C=Q}}}();var h3,g=function(t,C,H,Z,q,J){if(H.J.length){H.WN=(H.h=!(H.h&&0(),0),t);try{Z=H.F(),H.T=Z,H.cN=Z,J=C0(H,t),q=H.F()-H.T,H.VG+=q,q<(C?0:10)||0>=H.JD--||(q=Math.floor(q),H.M6.push(254>=q?q:254))}finally{H.h=false}return J}},R=function(t,C,H,Z){if((Z=0<C.yG&&C.h&&C.WN&&1>=C.j&&!C.Y&&!C.B&&(C.A||!t)&&0==document.hidden,!Z)||(Z?C.F():C.cN)-C.T<C.yG-(H?255:t?5:2))return false;return C.B=(((t=C.I(t?248:72),A)(72,C,C.C),C.J).push([v5,t]),true)},C0=((T.prototype.xc=function(t,C,H){for(H=(C=w(this),0);0<t;t--)H=H<<8|w(this);A(C,this,H)},T).prototype.m7=function(t,C,H,Z,q,J,d,S,O){for(Z=(H=[],0);Z<t.length;Z+=3)q=Z+1<t.length,d=Z+2<t.length,C=q?t[Z+1]:0,S=d?t[Z+2]:0,J=S&63,O=t[Z],S=(C&15)<<2|S>>6,C=(O&3)<<4|C>>4,O>>=2,d||(J=64,q||(S=64)),H.push(n[O],n[C],n[S],n[J]);return H.join("")},h3=function(t){return w(t)^w(t)},T.prototype.pF=function(t,C,H,Z){(((C=(H=(Z=t&4,t&=3,w)(this),w(this)),H=this.I(H),Z)&&(H=d_((""+H).replace(/\\r\\n/g,"\\n"))),t)&&F(this,C,K(H.length,2)),F)(this,C,H)},function(t,C,H,Z){for(;t.J.length;){H=(t.B=false,t).J.pop();try{Z=IK(t,H)}catch(q){G(q,t)}if(C&&t.B){P(function(){g(true,true,t)});break}}return Z}),r_,J1=(r_=/./,function(t,C,H){return t.$c(function(Z){H=Z},false,C),H}),RK=(T.prototype[aK]=[0,0,1,1,0,1,1],function(t,C,H,Z){H=(Z=w(t),w)(t),F(t,H,K(t.I(Z),C))}),bW=(T.bind&&(h3[T.prototype.W]=h.pop.bind(T.prototype[r]),r_[T.prototype.W]=h.pop.bind(T.prototype[r])),function(t,C){return(C=Z6())&&1===t.eval(C.createScript("1"))?function(H){return C.createScript(H)}:function(H){return""+H}}(L)),a=L,HQ=["botguard"];HQ[0]in a||"undefined"==typeof a.execScript||a.execScript("var "+HQ[0]);for(var p;HQ.length&&(p=HQ.shift());)a=a[p]&&a[p]!==Object.prototype[p]?a[p]:a[p]={};((f=L.botguard,40)<f.m||(f.m=41,f.bg=J3,f.a=C$),f).NaA_=function(t,C,H,Z){return Z=new T(t,{nF:C,ZE:H}),[function(q){return J1(Z,q)}]};try{f.u||(c5(L,function(){},"unload"),f.u=1)}catch(t){};}).call(this);'));}).call(this);</script>
  <script type="text/javascript" nonce="8R1nI3ZxfTy/3iikrlTV3w">
  document.bg = new botguard.bg('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');
  </script>
<script nonce="8R1nI3ZxfTy/3iikrlTV3w">
  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="8R1nI3ZxfTy/3iikrlTV3w">
  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="8R1nI3ZxfTy/3iikrlTV3w">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
</script>
<script nonce="8R1nI3ZxfTy/3iikrlTV3w">
  (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="8R1nI3ZxfTy/3iikrlTV3w">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="8R1nI3ZxfTy/3iikrlTV3w">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fvsfpl8fk8j183jbgf8ojjk03n8%40group.calendar.google.com%2Fpublic%2Fbasic%3Forderby%3Dstarttime%26sortorder%3Dascending%26futureevents%3Dtrue%26singleevents%3Dtrue\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fvsfpl8fk8j183jbgf8ojjk03n8%40group.calendar.google.com%2Fpublic%2Fbasic%3Forderby%3Dstarttime%26sortorder%3Dascending%26futureevents%3Dtrue%26singleevents%3Dtrue\x26osid=1\x26service=cl\x26passive=1209600\x26noautologin=true',
  'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fvsfpl8fk8j183jbgf8ojjk03n8%40group.calendar.google.com%2Fpublic%2Fbasic%3Forderby%3Dstarttime%26sortorder%3Dascending%26futureevents%3Dtrue%26singleevents%3Dtrue\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fvsfpl8fk8j183jbgf8ojjk03n8%40group.calendar.google.com%2Fpublic%2Fbasic%3Forderby%3Dstarttime%26sortorder%3Dascending%26futureevents%3Dtrue%26singleevents%3Dtrue\x26osid=1\x26service=cl\x26passive=1209600');
  </script>
  </body>
</html>
