
<!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="AFoagUX96dqWc7ZF6OCmoCZ8jtmp6KMT5A:1619061884671">
  <input type="hidden" name="continue" value="https://calendar.google.com/calendar/feeds/7eata4kl51mkddpl5gqi0d1j7k@group.calendar.google.com/public/basic">
  <input type="hidden" name="followup" value="https://calendar.google.com/calendar/feeds/7eata4kl51mkddpl5gqi0d1j7k@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="AEThLlw7Azj4OhROuU0ehOmkp2nJMR3Lz_1-wCngVE-WEiLfqvUKIEC5RBPv45gobu1T3QaFJhhKMkn8cs8yMT9nqPptmjbNRxpL5Hfo1cYOxqQQbIBRJ1LTUEHXia-hxwiIwVnZs-J61A6cfjB8fD7X5HUct7ZRKliFlZMyCQl8TBVRTgOkAi3YoEQO-9VZpZ0H8946ZyT6">
  <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%2F7eata4kl51mkddpl5gqi0d1j7k%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%2F7eata4kl51mkddpl5gqi0d1j7k%40group.calendar.google.com%2Fpublic%2Fbasic&amp;followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2F7eata4kl51mkddpl5gqi0d1j7k%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%2F7eata4kl51mkddpl5gqi0d1j7k%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="mvAFzL1dfSPmlgIZiSC82w">
  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="mvAFzL1dfSPmlgIZiSC82w">(function(){var t=function(G,W){if(!(W=(G=null,p.trustedTypes),W)||!W.createPolicy)return G;try{G=W.createPolicy("bg",{createHTML:D,createScript:D,createScriptURL:D})}catch(T){p.console&&p.console.error(T.message)}return G},D=function(G){return G},p=this||self;(0,eval)(function(G,W){return(W=t())&&1===G.eval(W.createScript("1"))?function(T){return W.createScript(T)}:function(T){return""+T}}(p)(Array(7824*Math.random()|0).join("\n")+'(function(){var R=function(G,T,W){W=this;try{sH(T,G,this)}catch(D){f(D,this),G=G.Jl,G(function(t){t(W.F)})}},GD=function(G){for(G=0;64>G;++G)U[G]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(G),E["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(G)]=G;E[E["/"]=(E["+"]=(U[64]="",62),63),"="]=64},WT=function(G,T){return[(T(function(W){W(G)}),function(){return G})]},TD=function(G,T,W){if("object"==(W=typeof G,W))if(G){if(G instanceof Array)return"array";if(G instanceof Object)return W;if("[object Window]"==(T=Object.prototype.toString.call(G),T))return"object";if("[object Array]"==T||"number"==typeof G.length&&"undefined"!=typeof G.splice&&"undefined"!=typeof G.propertyIsEnumerable&&!G.propertyIsEnumerable("splice"))return"array";if("[object Function]"==T||"undefined"!=typeof G.call&&"undefined"!=typeof G.propertyIsEnumerable&&!G.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==W&&"undefined"==typeof G.call)return"object";return W},D1=function(G,T){if(T=r.trustedTypes,G=null,!T||!T.createPolicy)return G;try{G=T.createPolicy("bg",{createHTML:pt,createScript:pt,createScriptURL:pt})}catch(W){r.console&&r.console.error(W.message)}return G},U={},pt=function(G){return G},t7=function(G,T,W,D,t){for(W=(D=(T=[],0),0);D<G.length;D++)t=G.charCodeAt(D),128>t?T[W++]=t:(2048>t?T[W++]=t>>6|192:(55296==(t&64512)&&D+1<G.length&&56320==(G.charCodeAt(D+1)&64512)?(t=65536+((t&1023)<<10)+(G.charCodeAt(++D)&1023),T[W++]=t>>18|240,T[W++]=t>>12&63|128):T[W++]=t>>12|224,T[W++]=t>>6&63|128),T[W++]=t&63|128);return T},E={},r=this||self,jN=function(){},qj=function(G,T,W,D){return(D=z[G.substring(0,3)+"_"])?D(G.substring(3),T,W):WT(G,T)},oB=function(G,T){function W(){}G.cs=(G.prototype=(W.prototype=T.prototype,G.v=T.prototype,new W),G.prototype.constructor=G,function(D,t,p){for(var q=Array(arguments.length-2),A=2;A<arguments.length;A++)q[A-2]=arguments[A];return T.prototype[t].apply(D,q)})},A7=function(G,T,W){for(W in G)if(T.call(void 0,G[W],W,G))return true;return false},Kt=function(G,T,W,D,t){return{invoke:(W=qj(G,function(p){t&&(T&&X(T),D=p,t(),t=void 0)},(D=(t=function(){},void 0),!!T))[0],function(p,q,A,K,H){if(!q)return q=W(A),p&&p(q),q;K=function(){D(function(m){X(function(){p(m)})},A)},D?K():(H=t,t=function(){H(),X(K)})})}},Y,B=function(G,T){return T=typeof G,"object"==T&&null!=G||"function"==T},HT=function(G,T){if(!r.addEventListener||!Object.defineProperty)return false;G=Object.defineProperty({},"passive",(T=false,{get:function(){T=true}}));try{r.addEventListener("test",jN,G),r.removeEventListener("test",jN,G)}catch(W){}return T}(),ft=function(G,T){this.currentTarget=((this.defaultPrevented=false,this).type=G,this.target=T)},L=((ft.prototype.stopPropagation=function(){},ft.prototype).preventDefault=function(){this.defaultPrevented=true},function(G,T,W,D){(this.N=(this.pointerType=(this.pointerId=((this.metaKey=this.shiftKey=this.altKey=(this.charCode=this.keyCode=(this.key=(this.button=this.screenY=(this.relatedTarget=(ft.call(this,G?G.type:""),this.currentTarget=this.target=null),this.screenX=this.clientY=this.clientX=this.offsetY=this.offsetX=0),""),0),this.ctrlKey=false),this).state=null,0),""),null),G)&&(D=this.type=G.type,W=G.changedTouches&&G.changedTouches.length?G.changedTouches[0]:null,this.target=G.target||G.srcElement,this.currentTarget=T,T=G.relatedTarget,T||("mouseover"==D?T=G.fromElement:"mouseout"==D&&(T=G.toElement)),this.relatedTarget=T,W?(this.clientX=void 0!==W.clientX?W.clientX:W.pageX,this.clientY=void 0!==W.clientY?W.clientY:W.pageY,this.screenX=W.screenX||0,this.screenY=W.screenY||0):(this.offsetX=void 0!==G.offsetX?G.offsetX:G.layerX,this.offsetY=void 0!==G.offsetY?G.offsetY:G.layerY,this.clientX=void 0!==G.clientX?G.clientX:G.pageX,this.clientY=void 0!==G.clientY?G.clientY:G.pageY,this.screenX=G.screenX||0,this.screenY=G.screenY||0),this.button=G.button,this.keyCode=G.keyCode||0,this.key=G.key||"",this.charCode=G.charCode||("keypress"==D?G.keyCode:0),this.ctrlKey=G.ctrlKey,this.altKey=G.altKey,this.shiftKey=G.shiftKey,this.metaKey=G.metaKey,this.pointerId=G.pointerId||0,this.pointerType="string"===typeof G.pointerType?G.pointerType:RB[G.pointerType]||"",this.state=G.state,this.N=G,G.defaultPrevented&&L.v.preventDefault.call(this))}),RB=(oB(L,ft),{2:"touch",3:"pen",4:"mouse"}),mr="closure_listenable_"+(1E6*(L.prototype.stopPropagation=(L.prototype.preventDefault=function(G){L.v.preventDefault.call(this),G=this.N,G.preventDefault?G.preventDefault():G.returnValue=false},function(){(L.v.stopPropagation.call(this),this).N.stopPropagation?this.N.stopPropagation():this.N.cancelBubble=true}),Math.random())|0),h=function(G){this.j=(this.src=G,this.I={},0)},UH=0,Qy=function(G,T,W,D,t){(this.src=D,this.type=T,this).listener=(this.key=++UH,this.capture=!!(this.Z=(this.L=this.l=false,t),G),this.W=null,W)},EH=function(G){(G.listener=(G.W=null,null),G.Z=null,G).l=true,G.src=null},Mj=((h.prototype.hasListener=function(G,T,W,D,t){return A7(this.I,(t=(W=(D=void 0!==G)?G.toString():"",void 0!==T),function(p,q){for(q=0;q<p.length;++q)if(!(D&&p[q].type!=W||t&&p[q].capture!=T))return true;return false}))},h.prototype).remove=(Y=R.prototype,function(G,T,W,D,t){if(!(G=G.toString(),G in this.I))return false;return-1<(T=Mj(D,W,(t=this.I[G],T),t),T)?(EH(t[T]),Array.prototype.splice.call(t,T,1),0==t.length&&(delete this.I[G],this.j--),true):false}),h.prototype.add=function(G,T,W,D,t,p,q){return(p=Mj(t,D,(G=this.I[q=G.toString(),q],G||(G=this.I[q]=[],this.j++),T),G),-1<p)?(T=G[p],W||(T.L=false)):(T=new Qy(!!D,q,T,this.src,t),T.L=W,G.push(T)),T},function(G,T,W,D,t,p){for(t=0;t<D.length;++t)if(p=D[t],!p.l&&p.listener==W&&p.capture==!!T&&p.Z==G)return t;return-1}),ru="closure_lm_"+(1E6*Math.random()|0),Z1=function(G,T,W,D,t,p){if(Array.isArray(G))for(p=0;p<G.length;p++)Z1(G[p],T,W,D,t);else(D=B(D)?!!D.capture:!!D,T=xM(T),W&&W[mr])?W.XI(G,T,D,t):W&&(W=vT(W))&&(G=W.I[G.toString()],W=-1,G&&(W=Mj(t,D,T,G)),(T=-1<W?G[W]:null)&&FA(T))},zD=function(G,T,W,D,t,p){if(Array.isArray(T))for(p=0;p<T.length;p++)zD(G,T[p],W,D,t);else W=xM(W),t&&t[mr]?t.$Q(T,W,B(G)?!!G.capture:!!G,D):XA(true,T,t,D,G,W)},kM=function(G,T,W,D,t,p){if(D&&D.once)zD(D,W,G,t,T);else if(Array.isArray(W))for(p=0;p<W.length;p++)kM(G,T,W[p],D,t);else G=xM(G),T&&T[mr]?T.LK(W,G,B(D)?!!D.capture:!!D,t):XA(false,W,T,t,D,G)},YM={},BT=function(G){return G in YM?YM[G]:YM[G]="on"+G},vT=function(G){return(G=G[ru],G)instanceof h?G:null},Lt=0,FA=function(G,T,W,D,t,p,q){if("number"!==typeof G&&G&&!G.l)if((q=G.src)&&q[mr])q.ZB(G);else if(D=G.type,W=G.W,q.removeEventListener?q.removeEventListener(D,W,G.capture):q.detachEvent?q.detachEvent(BT(D),W):q.addListener&&q.removeListener&&q.removeListener(W),Lt--,D=vT(q)){if((W=G.type,W)in D.I){p=D.I[W];b:if("string"===typeof p)T="string"!==typeof G||1!=G.length?-1:p.indexOf(G,0);else{for(T=0;T<p.length;T++)if(T in p&&p[T]===G)break b;T=-1}(T=(t=T,0<=t))&&Array.prototype.splice.call(p,t,1),T&&(EH(G),0==D.I[W].length&&(delete D.I[W],D.j--))}0==D.j&&(D.src=null,q[ru]=null)}else EH(G)},h7=function(G,T,W,D){return G.l?G=true:(T=new L(T,this),D=G.listener,W=G.Z||G.src,G.L&&FA(G),G=D.call(W,T)),G},Vy=function(G,T){return G=h7,T=function(W){return G.call(T.src,T.listener,W)},T},XA=function(G,T,W,D,t,p,q,A){if(!T)throw Error("Invalid event type");if(!((A=vT((q=B(t)?!!t.capture:!!t,W)))||(W[ru]=A=new h(W)),G=A.add(T,p,G,q,D),G.W)){if(((G.W=(D=Vy(),D),D).src=W,D).listener=G,W.addEventListener)HT||(t=q),void 0===t&&(t=false),W.addEventListener(T.toString(),D,t);else if(W.attachEvent)W.attachEvent(BT(T.toString()),D);else if(W.addListener&&W.removeListener)W.addListener(D);else throw Error("addEventListener and attachEvent are unavailable.");Lt++}},Ct="__closure_events_fn_"+(1E9*Math.random()>>>0),O=function(G,T,W,D,t,p){if(3<(T=((0==((t=void 0,T)&&T[0]===V&&(W=T[1],t=T[2],T=void 0),p=G.g(97),p).length&&(D=G.g(248)>>3,p.push(W,D>>8&255,D&255),void 0!=t&&p.push(t)),W="",T)&&(T.message&&(W+=T.message),T.stack&&(W+=":"+T.stack)),G.g(67)),T)){W=(T-=(W=W.slice(0,(T|0)-3),(W.length|0)+3),t7(W.replace(/\\r\\n/g,"\\n"))),t=G.M,G.M=G;try{N(G,181,c(W.length,2).concat(W),12)}finally{G.M=t}}e(67,G,T)},Nj=function(G,T){return T[G]<<24|T[(G|0)+1]<<16|T[(G|0)+2]<<8|T[(G|0)+3]},N=function(G,T,W,D,t,p){if(G.M==G)for(p=G.g(T),181==T?(T=function(q,A,K,H){if(p.Nx!=(H=p.length,A=(H|0)-4>>3,A)){A=((K=[0,(p.Nx=A,0),t[1],t[2]],A)<<3)-4;try{p.Tn=cT(K,Nj(A,p),Nj((A|0)+4,p))}catch(m){throw m;}}p.push(p.Tn[H&7]^q)},t=G.g(148)):T=function(q){p.push(q)},D&&T(D&255),G=W.length,D=0;D<G;D++)T(W[D])},f=(R.prototype.$=(Y.dT="caller",function(G){return(G=G().shift(),this.U()).length||this.S().length||(this.S=this.U=void 0),G}),function(G,T){T.F=((T.F?T.F+"~":"E:")+G.message+":"+G.stack).slice(0,2048)}),S=[],eN=[],b=function(G,T,W,D){if(G.U)return G.$(G.S);return((T=y(G,(D=(T=G.g(72),T)>>3,T)),G).Y!=D>>3&&(G.Y=D>>3,W=G.g(230),G.Bs=cT([0,0,W[1],W[2]],G.VE,G.Y)),T)^G.Bs[D&G[d].length]},iY=function(G){G.Y=(G.VE=y(G,G.g(72))<<24|y(G,G.g(72))<<16|y(G,G.g(72))<<8|y(G,G.g(72)),void 0)},PT=[],d=(R.prototype.sI=function(G,T,W,D){try{D=G[((T|0)+2)%3],G[T]=(G[T]|0)-(G[((T|0)+1)%3]|0)-(D|0)^(1==T?D<<W:D>>>W)}catch(t){throw t;}},[]),c=function(G,T,W,D){for(D=(W=(T|0)-1,[]);0<=W;W--)D[(T|0)-1-(W|0)]=G>>8*W&255;return D},g=[],OH=((R.prototype.YQ=function(){return b(this)},R.prototype).g=function(G,T){if(void 0===(T=this.O[G],T))throw[V,30,G];for(G=7;G--;);return T()},[]),yy=function(G,T,W,D,t,p,q){return q=function(){if(T.M==T){if(T.O){var A=[eN,D,G,void 0,t,p,arguments];if(2==W)var K=(w(T,A),J)(false,false,T);else if(1==W){var H=!T.J.length;w(T,A),H&&J(false,false,T)}else K=SN(A,T);return K}t&&p&&Z1(p,q,t)}}},gu=function(G,T,W){return((W=G.g(72),G).K&&W<G.H?(e(72,G,G.H),du(G,T)):e(72,G,T),bY)(G),e(72,G,W),G.g(246)},z,w=(R.prototype.QE=function(G,T,W){if(3==G.length){for(W=0;3>W;W++)T[W]+=G[W];for(W=(G=[13,8,13,12,16,5,3,10,15],0);9>W;W++)T[3](T,W%3,G[W])}},function(G,T){G.J.splice(0,0,T)}),wu=(Y.EI=false,(Y.UI=35,R.prototype).Gn=void 0,function(G,T){return(T=b(G),T)&128&&(T=T&127|b(G)<<7),T}),y=(Y.R="toString",function(G,T){if(T>=G.H)throw[V,31];return e(72,G,(T|0)+8),G.K[T>>3]}),du=function(G,T){((G.FI.push(G.O.slice()),G.O)[72]=void 0,e)(72,G,T)},J7=(R.prototype.hl=(R.prototype.IH=function(G,T,W,D,t){if(this.F)G(this.F);else try{t=!this.J.length,D=[],w(this,[g,D,W]),w(this,[d,G,D]),T&&!t||J(T,true,this)}catch(p){f(p,this),G(this.F)}},void 0),[]),cT=function(G,T,W,D){try{for(D=0;79669387488!=D;)T+=(W<<4^W>>>5)+(W|0)^(D|0)+(G[D&3]|0),D+=2489668359,W+=(T<<4^T>>>5)+(T|0)^(D|0)+(G[D>>>11&3]|0);return[T>>>24,T>>16&255,T>>8&255,T&255,W>>>24,W>>16&255,W>>8&255,W&255]}catch(t){throw t;}},V={},nt=function(G,T,W,D,t,p){for(p=(T=(t=(W=b((D={},G)),D.C=b(G),D.T=[],G.M==G?(b(G)|0)-1:1),b(G)),0);p<t;p++)D.T.push(b(G));for((D.D=G.g(T),D).X=G.g(W);t--;)D.T[t]=G.g(D.T[t]);return D},xM=function(G){if("function"===typeof G)return G;return G[G[Ct]||(G[Ct]=function(T){return G.handleEvent(T)}),Ct]},uY=(R.prototype.h=function(G,T){for(T=[];G--;)T.push(255*Math.random()|0);return T},[]),sH=function(G,T,W,D,t){for(W.A=!(W.eK=(t=0,W.aH=aB,(W.OI=[],W.S=void 0,W).oH=(W.i=(W.P=function(p,q,A,K,H,m){return q=(m=this,K=function(){return K[(m.UI|0)+(A[m.dT]===p|0)-!H[m.dT]]},H=(A=function(){return K()},m.B),A[m.R]=function(Q){K[m.rT]=Q},A[m.R](q),A)},W.Mx=25,W.o=false,W.U=void 0,D=[],0),W.gT=0,W.KK=function(p,q,A){return(A=function(){return p},q=function(){return A()},q)[this.R]=function(K){p=K},q},$M),0),1);128>t;t++)D[t]=String.fromCharCode(t);(w((W.K=((((((((((W.FI=(((W.xQ=((W.wT=(((((((t=(W.J=((e(72,W,(W.M=(W.yE=[],W.jK=function(p){this.M=p},W.O=[],W),0)),e(248,W,0),e(235,W,function(p,q,A,K,H){(K=(A=(q=(H=(K=(A=b(p),b)(p),b(p)),b)(p),p.g(A)),q=p.g(q),H=p.g(H),p.g(K)),0!==A)&&(H=yy(q,p,1,H,A,K),kM(H,A,K),e(21,p,[A,K,H]))}),e)(58,W,function(p,q,A,K,H,m){n(true,false,p)||(H=nt(p),q=H.X,K=H.T,A=H.D,m=K.length,q=0==m?new A[q]:1==m?new A[q](K[0]):2==m?new A[q](K[0],K[1]):3==m?new A[q](K[0],K[1],K[2]):4==m?new A[q](K[0],K[1],K[2],K[3]):2(),e(H.C,p,q))}),e(154,W,function(p,q,A,K){K=(A=b((K=b(p),q=b(p),p)),q=p.g(q),p.g(K)),e(A,p,K[q])}),[]),e(132,W,function(p){lY(4,p)}),e(221,W,function(p,q,A,K){A=b((K=b((q=b(p),p)),p)),e(A,p,p.g(q)||p.g(K))}),window.performance)||{},W).SK=t.timeOrigin||(t.timing||{}).navigationStart||0,e(153,W,function(p,q,A,K){K=(q=b((A=b(p),p)),b(p)),e(K,p,p.g(A)>>>q)}),e)(79,W,r),e)(53,W,function(p){p.uk(4)}),GD(),e)(214,W,function(p,q,A,K){(A=(q=(K=(A=b(p),b(p)),b(p)),K=p.g(K),p.g(A)==K),e)(q,p,+A)}),e)(246,W,{}),e)(227,W,function(p,q){du(p,(q=p.g(b(p)),q))}),function(p,q){(q.push(p[0]<<24|p[1]<<16|p[2]<<8|p[3]),q).push(p[4]<<24|p[5]<<16|p[6]<<8|p[7]),q.push(p[8]<<24|p[9]<<16|p[10]<<8|p[11])}),e(111,W,function(p,q,A,K){q=(K=b((q=b(p),p)),A=p.g(K),p.g(q)),e(K,p,A+q)}),e(137,W,function(p,q,A){n(true,false,p)||(A=b(p),q=b(p),e(q,p,function(K){return eval(K)}(sr(p.g(A)))))}),e(200,W,[]),e(67,W,2048),e)(30,W,function(p,q,A,K,H,m){if(!n(true,true,p)){if(p=(H=(q=b((H=(m=b(p),K=b(p),b(p)),p)),p.g(H)),q=p.g(q),K=p.g(K),p.g(m)),"object"==TD(p)){for(A in m=[],p)m.push(A);p=m}for(H=0<(A=p.length,H)?H:1,m=0;m<A;m+=H)K(p.slice(m,(m|0)+(H|0)),q)}}),e(210,W,function(p,q){n(true,false,p)||(q=nt(p),e(q.C,p,q.X.apply(q.D,q.T)))}),e(165,W,function(p){lY(1,p)}),false),e)(255,W,function(p){p.RH(4)}),e)(220,W,function(p,q,A,K,H){(K=(q=(A=(K=b((A=(H=b(p),q=b(p),b(p)),p)),p).g(A),p).g(q),p.g(K)),e)(H,p,yy(A,p,K,q))}),[]),e(46,W,function(p,q,A){A=(q=(A=b(p),b(p)),p.g(A)),A=TD(A),e(q,p,A)}),e)(155,W,227),e(162,W,function(){}),e)(211,W,function(p,q,A){(q=b((A=b(p),p)),e)(q,p,""+p.g(A))}),e(175,W,[165,0,0]),e)(40,W,function(p,q,A,K,H,m,Q,I,v,P,x,k,Z){for(I=(Q=(v=(q=(K=(Z=(P=b(p),0),function(M,F){for(;Z<M;)q|=b(p)<<Z,Z+=8;return F=q&((Z-=M,1)<<M)-1,q>>=M,F}),0),K(3)|0)+1,K(5)),x=0),m=[];x<Q;x++)H=K(1),m.push(H),I+=H?0:1;for(I=(x=((I|0)-1).toString(2).length,0),A=[];I<Q;I++)m[I]||(A[I]=K(x));for(K=0;K<Q;K++)m[K]&&(A[K]=b(p));for(k=[];v--;)k.push(p.g(b(p)));e(P,p,function(M,F,u,IB,C){for(IB=(u=(C=[],0),[]);u<Q;u++){if(F=A[u],!m[u]){for(;F>=C.length;)C.push(b(M));F=C[F]}IB.push(F)}(C=M.$,M).U=M.P(C,k.slice()),M.S=M.P(C,IB)})}),e)(224,W,function(p,q,A,K,H){for(q=(K=(A=(H=b(p),wu(p)),0),[]);K<A;K++)q.push(b(p));e(H,p,q)}),e(82,W,function(p,q,A,K){(K=(q=b(p),A=b(p),b(p)),p).M==p&&(K=p.g(K),A=p.g(A),p.g(q)[A]=K,230==q&&(p.Y=void 0,2==A&&iY(p)))}),e(243,W,0),e)(148,W,[0,0,0]),e(190,W,function(p,q,A,K,H,m,Q){if((A=(H=(Q=b(p),wu)(p),""),p.O)[229])for(m=p.g(229),q=m.length,K=0;H--;)K=((K|0)+(wu(p)|0))%q,A+=D[m[K]];else for(;H--;)A+=D[b(p)];e(Q,p,A)}),e)(78,W,function(p){p.uk(3)}),e(97,W,[]),e(74,W,function(p,q){(p=(q=b(p),p.g(q)),Z1)(p[1],p[2],p[0])}),e)(109,W,function(p,q,A,K){(q=(A=(K=b((q=b((A=b(p),p)),p)),p.g(A)),p.g(q)),e)(K,p,A in q|0)}),e(73,W,function(p,q,A,K,H,m){n(true,false,p)||(K=nt(p),H=K.D,A=K.T,m=A.length,q=K.X,H=0==m?H[q]():1==m?H[q](A[0]):2==m?H[q](A[0],A[1]):3==m?H[q](A[0],A[1],A[2]):2(),e(K.C,p,H))}),e(91,W,function(p,q,A){q=(A=0!=(q=(A=b(p),b(p)),p.g(A)),p.g(q)),A&&e(72,p,q)}),e(21,W,0),W).s=false,e)(22,W,function(p,q,A,K){if(A=p.FI.pop()){for(q=b(p);0<q;q--)K=b(p),A[K]=p.O[K];p.O=(A[67]=p.O[A[97]=p.O[97],67],A)}else e(72,p,p.H)}),e(11,W,W),e(181,W,W.h(4)),W.H=0,[]),W),[S,G]),w(W,[J7,T.Jl]),J)(T.Hs,true,W)},bY=(Y.rT=36,function(G,T,W,D,t,p){if(!G.F){G.i++;try{for(t=(W=G.H,T=0,p=5001,void 0);(G.EI||--p)&&(G.U||(T=G.g(72))<W);)try{D=void 0,G.U?t=G.$(G.U):(e(248,G,T),D=b(G),t=G.g(D)),t&&t.call?t(G):O(G,[V,21,D],0),G.A=true,n(false,false,G)}catch(q){G.g(155)?O(G,q,22):e(155,G,q)}p||O(G,[V,33],0)}catch(q){try{O(G,q,22)}catch(A){f(A,G)}}G.i--}}),e=function(G,T,W){if(72==G||248==G)if(T.O[G])T.O[G][T.R](W);else T.O[G]=T.KK(W);else if(175!=G&&181!=G&&200!=G&&97!=G&&148!=G||!T.O[G])T.O[G]=T.P(T.g,W);230==G&&iY(T)},X=r.requestIdleCallback?function(G){requestIdleCallback(function(){G()},{timeout:4})}:r.setImmediate?function(G){setImmediate(G)}:function(G){setTimeout(G,0)},SN=(((((Y=R.prototype,Y).pK=function(G,T,W,D,t){for(t=D=0;t<G.length;t++)D+=G.charCodeAt(t),D+=D<<10,D^=D>>6;return D=new Number((G=(D+=D<<3,D^=D>>11,D+(D<<15))>>>0,G&(1<<T)-1)),D[0]=(G>>>T)%W,D},Y).Ws=function(){return Math.floor(this.gT+(this.V()-this.G))},Y).lk=function(){return Math.floor(this.V())},Y).fK=function(G,T,W){return G^((T=(T^=T<<13,T^=T>>17,(T^T<<5)&W))||(T=1),T)},function(G,T,W,D,t){if((W=G[T.A=false,0],W)==g)T.Mx=25,T.B(G);else if(W==d){D=G[1];try{t=T.F||T.B(G)}catch(p){f(p,T),t=T.F}D(t)}else if(W==OH)T.B(G);else if(W==S)T.B(G);else if(W==J7){try{for(t=0;t<T.yE.length;t++)try{D=T.yE[t],D[0][D[1]](D[2])}catch(p){}}catch(p){}(0,G[1])(function(p,q){T.IH(p,true,q)},(T.yE=[],function(p){(w(T,[(p=!T.J.length,PT)]),p)&&J(true,false,T)}))}else{if(W==eN)return t=G[6],D=G[2],e(102,T,G[4]?[t[0].N]:t),e(246,T,D),T.B(G);W==PT&&(T.OI=[],T.K=[],T.O=null)}}),G_=((((Y.mV=(Y.V=(Y.bk=function(G,T,W,D){for(;W--;)72!=W&&248!=W&&T.O[W]&&(T.O[W]=T[D](T[G](W),this));T[G]=this},window.performance||{}).now?function(){return this.SK+window.performance.now()}:function(){return+new Date},function(G,T,W,D,t,p){for(p=[],W=t=0;W<G.length;W++)for(t+=T,D=D<<T|G[W];7<t;)t-=8,p.push(D>>t&255);return p}),R.prototype).B=function(G,T){return G=(T={},{}),function(W,D,t,p,q,A,K,H,m,Q,I,v,P,x,k,Z,M){D=T,T=G;try{if(Q=W[0],Q==uY)return D==G?16:63;if(Q==S){H=W[1];try{for(t=(v=[],0);t<H.length;){if((I=(x=(m=(P=E[H.charAt(t++)],t<H.length?E[H.charAt(t)]:0),++t,t<H.length?E[H.charAt(t)]:64),++t,t<H.length?E[H.charAt(t)]:64),++t,null==P||null==m||null==x)||null==I)throw Error();64!=(v.push(P<<2|m>>4),x)&&(v.push(m<<4&240|x>>2),64!=I&&v.push(x<<6&192|I))}e(230,this,(this.H=(this.K=v,this.K.length<<3),[0,0,0]))}catch(F){O(this,F,17);return}bY(this)}else if(Q==g)W[1].push(this.g(175).length,this.g(67),this.g(181).length,this.g(200).length),e(246,this,W[2]),this.O[121]&&gu(this,this.g(121));else{if(Q==d){(M=(q=(t=W[2],c)((this.g(175).length|0)+2,2),this.M),this).M=this;try{p=this.g(97),0<p.length&&N(this,175,c(p.length,2).concat(p),15),N(this,175,[1],104),N(this,175,c(this[d].length,1)),H=0,K=this.g(181),H+=this.g(243)&2047,H-=(this.g(175).length|0)+5,4<K.length&&(H-=(K.length|0)+3),0<H&&N(this,175,c(H,2).concat(this.h(H)),10),4<K.length&&N(this,175,c(K.length,2).concat(K),153)}finally{this.M=M}if((((A=this.h(2).concat(this.g(175)),A)[1]=A[0]^3,A)[3]=A[1]^q[0],A)[4]=A[1]^q[1],Z=this.qx(A))Z="!"+Z;else for(Z="",H=0;H<A.length;H++)k=A[H][this.R](16),1==k.length&&(k="0"+k),Z+=k;return(((v=Z,this.g(175).length=t.shift(),e)(67,this,t.shift()),this).g(181).length=t.shift(),this.g(200)).length=t.shift(),v}if(Q==OH)gu(this,W[1]);else if(Q==eN)return gu(this,W[1])}}finally{T=D}}}(),R.prototype).qx=function(G,T,W,D,t,p,q,A,K){for(D=0,q=[];D<G.length;D+=3)t=G[D],p=t>>2,K=(W=D+1<G.length)?G[D+1]:0,T=(A=D+2<G.length)?G[D+2]:0,t=(t&3)<<4|K>>4,K=(K&15)<<2|T>>6,T&=63,A||(T=64,W||(K=64)),q.push(U[p],U[t],U[K],U[T]);return q.join("")},R.prototype).uk=function(G,T,W,D){((W=(D=(W=(G&=(T=G&4,3),b(this)),b)(this),this.g(W)),T)&&(W=t7((""+W).replace(/\\r\\n/g,"\\n"))),G&&N(this,D,c(W.length,2)),N)(this,D,W)},function(G,T,W,D){for(;G.J.length;){G.o=false,D=G.J.pop();try{W=SN(D,G)}catch(t){f(t,G)}if(T&&G.o){X(function(){J(true,true,G)});break}}return W}),$M,WW=function(G,T,W){return T.IH(function(D){W=D},false,G),W},J=(R.prototype.RH=function(G,T,W){for(T=(W=b(this),0);0<G;G--)T=T<<8|b(this);e(W,this,T)},function(G,T,W,D,t,p){if(W.J.length){(W.s&&0(),W.s=true,W).xQ=G;try{D=W.V(),W.zn=D,W.G=D,p=G_(W,G),t=W.V()-W.G,W.gT+=t,t<(T?0:10)||0>=W.Mx--||(t=Math.floor(t),W.OI.push(254>=t?t:254))}finally{W.s=false}return p}}),lY=function(G,T,W,D){D=b((W=b(T),T)),N(T,D,c(T.g(W),G))},aB,n=function(G,T,W,D){if(D=0<W.eK&&W.s&&W.xQ&&1>=W.i&&!W.U&&!W.o&&(W.A||!G)&&0==document.hidden,!D||(D?W.V():W.zn)-W.G<W.eK-(T?255:G?5:2))return false;return W.o=(G=W.g(G?248:72),e(72,W,W.H),W.J.push([OH,G]),true)},sr=function(G,T){return(T=D1())&&1===G.eval(T.createScript("1"))?function(W){return T.createScript(W)}:function(W){return""+W}}((R.prototype[$M=(aB=function(G){return b(G)^b(G)},/./),J7]=[0,0,1,1,0,1,1],R.bind&&(aB[R.prototype.R]=S.pop.bind(R.prototype[g]),$M[R.prototype.R]=S.pop.bind(R.prototype[g])),r)),T_=["botguard"],a=r;T_[0]in a||"undefined"==typeof a.execScript||a.execScript("var "+T_[0]);for(var l;T_.length&&(l=T_.shift());)a=a[l]&&a[l]!==Object.prototype[l]?a[l]:a[l]={};40<(z=r.botguard,z).m||(z.m=41,z.bg=Kt,z.a=qj),z.laA_=function(G,T,W,D){return[(D=new R({Jl:T,Hs:W},G),function(t){return WW(t,D)})]};try{z.u||(kM(function(){},r,"unload"),z.u=1)}catch(G){};}).call(this);'));}).call(this);</script>
  <script type="text/javascript" nonce="mvAFzL1dfSPmlgIZiSC82w">
  document.bg = new botguard.bg('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');
  </script>
<script nonce="mvAFzL1dfSPmlgIZiSC82w">
  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="mvAFzL1dfSPmlgIZiSC82w">
  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="mvAFzL1dfSPmlgIZiSC82w">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
</script>
<script nonce="mvAFzL1dfSPmlgIZiSC82w">
  (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="mvAFzL1dfSPmlgIZiSC82w">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="mvAFzL1dfSPmlgIZiSC82w">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2F7eata4kl51mkddpl5gqi0d1j7k%40group.calendar.google.com%2Fpublic%2Fbasic\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2F7eata4kl51mkddpl5gqi0d1j7k%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%2F7eata4kl51mkddpl5gqi0d1j7k%40group.calendar.google.com%2Fpublic%2Fbasic\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2F7eata4kl51mkddpl5gqi0d1j7k%40group.calendar.google.com%2Fpublic%2Fbasic\x26osid=1\x26service=cl\x26passive=1209600');
  </script>
  </body>
</html>
