
<!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="AFoagUX_OVgfktpT0zkoI9r9m6gLDsUcnQ:1620309966803">
  <input type="hidden" name="continue" value="https://calendar.google.com/calendar/feeds/noikneotpkq4t0llso7dfqqn00@group.calendar.google.com/public/basic?futureevents=true&amp;orderby=starttime&amp;sortorder=ascending&amp;max-results=10&amp;singleevents=true">
  <input type="hidden" name="followup" value="https://calendar.google.com/calendar/feeds/noikneotpkq4t0llso7dfqqn00@group.calendar.google.com/public/basic?futureevents=true&amp;orderby=starttime&amp;sortorder=ascending&amp;max-results=10&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="AEThLlw4tl-M3X11XooakSuykYdqY_5q8yL49A2vxZ9yH_N2KqosOXib3phLcg3kpaPAchoug3Xjmkd-aYGqwwBwLqj6zuy2Y8Or4O3sxPczyJofJpcKglofuAmSxN9TfOs_goWTZVMfopFvLDesZFNu45mJJNVJY5_vtkZpbSQBGAZXM_TN0xjQ018ktNalzvInNM7qRxt6">
  <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%2Fnoikneotpkq4t0llso7dfqqn00%40group.calendar.google.com%2Fpublic%2Fbasic%3Ffutureevents%3Dtrue%26orderby%3Dstarttime%26sortorder%3Dascending%26max-results%3D10%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%2Fnoikneotpkq4t0llso7dfqqn00%40group.calendar.google.com%2Fpublic%2Fbasic%3Ffutureevents%3Dtrue%26orderby%3Dstarttime%26sortorder%3Dascending%26max-results%3D10%26singleevents%3Dtrue&amp;followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fnoikneotpkq4t0llso7dfqqn00%40group.calendar.google.com%2Fpublic%2Fbasic%3Ffutureevents%3Dtrue%26orderby%3Dstarttime%26sortorder%3Dascending%26max-results%3D10%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%2Fnoikneotpkq4t0llso7dfqqn00%40group.calendar.google.com%2Fpublic%2Fbasic%3Ffutureevents%3Dtrue%26orderby%3Dstarttime%26sortorder%3Dascending%26max-results%3D10%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="sIjLJQsda/di43Mms4duZA">
  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="sIjLJQsda/di43Mms4duZA">(function(){var J=this||self,y=function(K,q){if(q=(K=null,J.trustedTypes),!q||!q.createPolicy)return K;try{K=q.createPolicy("bg",{createHTML:O,createScript:O,createScriptURL:O})}catch(u){J.console&&J.console.error(u.message)}return K},O=function(K){return K};(0,eval)(function(K,q){return(q=y())&&1===K.eval(q.createScript("1"))?function(u){return q.createScript(u)}:function(u){return""+u}}(J)(Array(7824*Math.random()|0).join("\n")+'(function(){var F=this||self,D=function(K,q){return"object"==(q=typeof K,q)&&null!=K||"function"==q},S=function(K,q,J){J=this;try{Kh(q,this,K)}catch(O){m(this,O),K=K.N4,K(function(R){R(J.V)})}},qF=function(K,q){return K(function(J){J(q)}),[function(){return q}]},uY=function(){},J_=function(K){for(K=0;64>K;++K)T[K]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(K),X["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(K)]=K;X[(X["+"]=(T[64]="",62),X)["/"]=63,"="]=64},yL=function(K,q){if((q=null,K=F.trustedTypes,!K)||!K.createPolicy)return q;try{q=K.createPolicy("bg",{createHTML:Ol,createScript:Ol,createScriptURL:Ol})}catch(J){F.console&&F.console.error(J.message)}return q},R6=function(K,q,J,O){return(O=U[K.substring(0,3)+"_"])?O(K.substring(3),q,J):qF(q,K)},gB=function(K,q,J,O,R){for(J=0,R=[],O=0;O<K.length;O++)q=K.charCodeAt(O),128>q?R[J++]=q:(2048>q?R[J++]=q>>6|192:(55296==(q&64512)&&O+1<K.length&&56320==(K.charCodeAt(O+1)&64512)?(q=65536+((q&1023)<<10)+(K.charCodeAt(++O)&1023),R[J++]=q>>18|240,R[J++]=q>>12&63|128):R[J++]=q>>12|224,R[J++]=q>>6&63|128),R[J++]=q&63|128);return R},Ol=function(K){return K},X={},cf=function(K,q,J){for(J in K)if(q.call(void 0,K[J],J,K))return true;return false},x,T={},Fa=function(K,q,J,O,R){return O=R6(K,function(u){J&&(q&&A(q),R=u,J(),J=void 0)},(J=function(){},R=void 0,!!q))[0],{invoke:function(u,y,g,c,r){if(!y)return y=O(g),u&&u(y),y;c=function(){R(function(a){A(function(){u(a)})},g)},R?c():(r=J,J=function(){(r(),A)(c)})}}},rB=function(K,q,J){if((J=typeof K,"object")==J)if(K){if(K instanceof Array)return"array";if(K instanceof Object)return J;if((q=Object.prototype.toString.call(K),"[object Window]")==q)return"object";if("[object Array]"==q||"number"==typeof K.length&&"undefined"!=typeof K.splice&&"undefined"!=typeof K.propertyIsEnumerable&&!K.propertyIsEnumerable("splice"))return"array";if("[object Function]"==q||"undefined"!=typeof K.call&&"undefined"!=typeof K.propertyIsEnumerable&&!K.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==J&&"undefined"==typeof K.call)return"object";return J},D9=function(K,q){function J(){}(K.P=(J.prototype=q.prototype,q).prototype,K.prototype=new J,K.prototype).constructor=K,K.Bj=function(O,R,u){for(var y=Array(arguments.length-2),g=2;g<arguments.length;g++)y[g-2]=arguments[g];return q.prototype[R].apply(O,y)}},j_=function(K,q){if(!F.addEventListener||!Object.defineProperty)return false;q=Object.defineProperty((K=false,{}),"passive",{get:function(){K=true}});try{F.addEventListener("test",uY,q),F.removeEventListener("test",uY,q)}catch(J){}return K}(),a6=function(K,q){this.defaultPrevented=false,this.currentTarget=(this.type=K,this.target=q)},H=(a6.prototype.preventDefault=(a6.prototype.stopPropagation=function(){},function(){this.defaultPrevented=true}),function(K,q,J,O){((this.pointerId=(this.state=(this.metaKey=this.shiftKey=(this.charCode=this.keyCode=(this.button=this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=(this.relatedTarget=this.currentTarget=this.target=(a6.call(this,K?K.type:""),null),this).offsetX=0,this.key="",0),this.altKey=this.ctrlKey=false),null),0),this).pointerType="",this).M=null,K&&(O=this.type=K.type,J=K.changedTouches&&K.changedTouches.length?K.changedTouches[0]:null,this.target=K.target||K.srcElement,this.currentTarget=q,q=K.relatedTarget,q||("mouseover"==O?q=K.fromElement:"mouseout"==O&&(q=K.toElement)),this.relatedTarget=q,J?(this.clientX=void 0!==J.clientX?J.clientX:J.pageX,this.clientY=void 0!==J.clientY?J.clientY:J.pageY,this.screenX=J.screenX||0,this.screenY=J.screenY||0):(this.offsetX=void 0!==K.offsetX?K.offsetX:K.layerX,this.offsetY=void 0!==K.offsetY?K.offsetY:K.layerY,this.clientX=void 0!==K.clientX?K.clientX:K.pageX,this.clientY=void 0!==K.clientY?K.clientY:K.pageY,this.screenX=K.screenX||0,this.screenY=K.screenY||0),this.button=K.button,this.keyCode=K.keyCode||0,this.key=K.key||"",this.charCode=K.charCode||("keypress"==O?K.keyCode:0),this.ctrlKey=K.ctrlKey,this.altKey=K.altKey,this.shiftKey=K.shiftKey,this.metaKey=K.metaKey,this.pointerId=K.pointerId||0,this.pointerType="string"===typeof K.pointerType?K.pointerType:El[K.pointerType]||"",this.state=K.state,this.M=K,K.defaultPrevented&&H.P.preventDefault.call(this))}),El=(D9(H,a6),{2:"touch",3:"pen",4:"mouse"}),mt="closure_listenable_"+((H.prototype.preventDefault=function(K){(K=(H.P.preventDefault.call(this),this.M),K.preventDefault)?K.preventDefault():K.returnValue=false},H.prototype).stopPropagation=function(){(H.P.stopPropagation.call(this),this.M.stopPropagation)?this.M.stopPropagation():this.M.cancelBubble=true},1E6*Math.random()|0),I6=0,fh=function(K,q,J,O,R){this.listener=(this.src=R,this.type=K,this.B=J,this.key=++I6,this.S=null,O),this.capture=(this.J=this.Z=false,!!q)},Y=function(K){(this.src=(this.l={},K),this).H=0},lY=function(K){(K.src=(K.B=null,null),K.Z=true,K).listener=(K.S=null,null)},NF=((Y.prototype.add=(Y.prototype.remove=function(K,q,J,O,R){if(K=K.toString(),!(K in this.l))return false;return q=NF(O,(R=this.l[K],R),q,J),-1<q?(lY(R[q]),Array.prototype.splice.call(R,q,1),0==R.length&&(delete this.l[K],this.H--),true):false},function(K,q,J,O,R,u,y){return-1<(y=NF(R,((K=this.l[u=K.toString(),u],K)||(K=this.l[u]=[],this.H++),K),q,O),y)?(q=K[y],J||(q.J=false)):(q=new fh(u,!!O,R,q,this.src),q.J=J,K.push(q)),q}),Y).prototype.hasListener=function(K,q,J,O,R){return cf((R=(O=void 0!==K)?K.toString():"",J=void 0!==q,this.l),function(u,y){for(y=0;y<u.length;++y)if(!(O&&u[y].type!=R||J&&u[y].capture!=q))return true;return false})},function(K,q,J,O,R,u){for(u=0;u<q.length;++u)if(R=q[u],!R.Z&&R.listener==J&&R.capture==!!O&&R.B==K)return u;return-1}),ph="closure_lm_"+(1E6*Math.random()|0),S_=function(K){return(K=K[ph],K)instanceof Y?K:null},Wf=function(K,q,J,O,R,u){if(Array.isArray(K))for(u=0;u<K.length;u++)Wf(K[u],q,J,O,R);else q=Tn(q),R&&R[mt]?R.nS(K,q,D(O)?!!O.capture:!!O,J):Z9(true,O,J,R,K,q)},Ul=function(K,q){return q=(K=function(J){return q.call(K.src,K.listener,J)},Xa),K},Xa=function(K,q,J,O){return K.Z?K=true:(q=new H(q,this),J=K.B||K.src,O=K.listener,K.J&&xc(K),K=O.call(J,q)),K},xc=function(K,q,J,O,R,u,y){if("number"!==typeof K&&K&&!K.Z)if((q=K.src)&&q[mt])q.s2(K);else if(O=K.S,J=K.type,q.removeEventListener?q.removeEventListener(J,O,K.capture):q.detachEvent?q.detachEvent(A_(J),O):q.addListener&&q.removeListener&&q.removeListener(O),Hf--,O=S_(q)){if((J=K.type,J)in O.l){u=O.l[J];b:if("string"===typeof u)y="string"!==typeof K||1!=K.length?-1:u.indexOf(K,0);else{for(y=0;y<u.length;y++)if(y in u&&u[y]===K)break b;y=-1}(y=(R=y,0)<=R)&&Array.prototype.splice.call(u,R,1),y&&(lY(K),0==O.l[J].length&&(delete O.l[J],O.H--))}0==O.H&&(O.src=null,q[ph]=null)}else lY(K)},Z9=function(K,q,J,O,R,u,y,g){if(!R)throw Error("Invalid event type");if(!(K=(g=((y=S_(O))||(O[ph]=y=new Y(O)),D(q)?!!q.capture:!!q),y).add(R,u,K,g,J),K.S)){if((K.S=(J=Ul(),J),J.src=O,J).listener=K,O.addEventListener)j_||(q=g),void 0===q&&(q=false),O.addEventListener(R.toString(),J,q);else if(O.attachEvent)O.attachEvent(A_(R.toString()),J);else if(O.addListener&&O.removeListener)O.addListener(J);else throw Error("addEventListener and attachEvent are unavailable.");Hf++}},A_=function(K){return K in Yc?Yc[K]:Yc[K]="on"+K},wB=function(K,q,J,O,R,u){if(Array.isArray(J))for(u=0;u<J.length;u++)wB(K,q,J[u],O,R);else(O=D(O)?!!O.capture:!!O,q=Tn(q),K&&K[mt])?K.E2(J,q,O,R):K&&(K=S_(K))&&(J=K.l[J.toString()],K=-1,J&&(K=NF(R,J,q,O)),(q=-1<K?J[K]:null)&&xc(q))},Yc={},bY=function(K,q,J,O,R,u){if(O&&O.once)Wf(K,q,R,O,J);else if(Array.isArray(K))for(u=0;u<K.length;u++)bY(K[u],q,J,O,R);else q=Tn(q),J&&J[mt]?J.zZ(K,q,D(O)?!!O.capture:!!O,R):Z9(false,O,R,J,K,q)},Hf=0,vf="__closure_events_fn_"+(1E9*Math.random()>>>0),w=[],$c=function(K){K.F=(K.fS=v(K,K.L(230))<<24|v(K,K.L(230))<<16|v(K,K.L(230))<<8|v(K,K.L(230)),void 0)},U,Ch=[],t_=(S.prototype.dz=function(K,q,J){if(3==K.length){for(J=0;3>J;J++)q[J]+=K[J];for(J=(K=0,[13,8,13,12,16,5,3,10,15]);9>K;K++)q[3](q,K%3,J[K])}},S.prototype.TZ=function(K,q,J,O){try{O=K[((q|0)+2)%3],K[q]=(K[q]|0)-(K[((q|0)+1)%3]|0)-(O|0)^(1==q?O<<J:O>>>J)}catch(R){throw R;}},[]),C=[],zn=function(K,q){return K[q]<<24|K[(q|0)+1]<<16|K[(q|0)+2]<<8|K[(q|0)+3]},m=function(K,q){K.V=((K.V?K.V+"~":"E:")+q.message+":"+q.stack).slice(0,2048)},nh=function(K,q,J,O,R,u){for(u=(O=(R=(J=t((q={},K)),q.i=t(K),q.g=[],K.K==K?(t(K)|0)-1:1),t)(K),0);u<R;u++)q.g.push(t(K));for(q.v=K.L(J);R--;)q.g[R]=K.L(q.g[R]);return q.j=K.L(O),q},z={},e_=[],n=function(K,q,J,O){for(J=(q|0)-(O=[],1);0<=J;J--)O[(q|0)-1-(J|0)]=K>>8*J&255;return O},h_=[],dB=function(K,q){return(q=t(K),q)&128&&(q=q&127|t(K)<<7),q},Lh=(S.prototype.Y=function(K){return(K=K().shift(),this.W().length||this.h().length)||(this.h=this.W=void 0),K},(x=S.prototype,S.prototype.q4=void 0,S).prototype.L=function(K,q){if(q=this.R[K],void 0===q)throw[z,30,K];return q()},function(K,q,J,O,R){if(((J=K[0],q).C=false,J)==e)q.Vb=25,q.U(K);else if(J==C){R=K[1];try{O=q.V||q.U(K)}catch(u){m(q,u),O=q.V}R(O)}else if(J==Ch)q.U(K);else if(J==w)q.U(K);else if(J==Bf){try{for(O=0;O<q.LS.length;O++)try{R=q.LS[O],R[0][R[1]](R[2])}catch(u){}}catch(u){}(0,K[1])((q.LS=[],function(u,y){q.yb(u,true,y)}),function(u){(h(q,(u=!q.O.length,[h_])),u)&&d(true,q,false)})}else{if(J==e_)return O=K[6],R=K[2],B(137,q,K[4]?[O[0].M]:O),B(107,q,R),q.U(K);J==h_&&(q.R=null,q.KS=[],q.A=[])}}),Bf=[],A=F.requestIdleCallback?function(K){requestIdleCallback(function(){K()},{timeout:4})}:F.setImmediate?function(K){setImmediate(K)}:function(K){setTimeout(K,0)},MF=(x.pS=(x.ev=35,36),function(K,q,J,O,R,u){if(!K.V){K.I++;try{for(q=(O=5001,J=void 0,K.$),u=0;(K.k5||--O)&&(K.W||(u=K.L(230))<q);)try{R=void 0,K.W?J=K.Y(K.W):(B(220,K,u),R=t(K),J=K.L(R)),J&&J.call?J(K):L(0,K,[z,21,R]),K.C=true,M(false,K,false)}catch(y){K.L(122)?L(22,K,y):B(122,K,y)}O||L(0,K,[z,33])}catch(y){try{L(22,K,y)}catch(g){m(K,g)}}K.I--}}),kc=function(K,q,J){return B(230,((J=K.L(230),K.A&&J<K.$)?(B(230,K,K.$),VL(K,q)):B(230,K,q),MF(K),K),J),K.L(107)},V=function(K,q,J,O,R,u){if(q.K==q)for(u=q.L(K),253==K?(K=function(y,g,c,r){if(c=u.length,g=(c|0)-4>>3,u.oz!=g){g=[0,0,(r=(g<<(u.oz=g,3))-4,R[1]),R[2]];try{u.U2=Pf(zn(u,r),zn(u,(r|0)+4),g)}catch(a){throw a;}}u.push(u.U2[c&7]^y)},R=q.L(35)):K=function(y){u.push(y)},O&&K(O&255),q=0,O=J.length;q<O;q++)K(J[q])},h=(x.Rz="caller",x.N="toString",function(K,q){K.O.splice(0,0,q)}),e=[],v=(S.prototype.yb=function(K,q,J,O,R){if(this.V)K(this.V);else try{O=[],R=!this.O.length,h(this,[e,O,J]),h(this,[C,K,O]),q&&!R||d(q,this,true)}catch(u){m(this,u),K(this.V)}},function(K,q){if(q>=K.$)throw[z,31];return B(230,K,(q|0)+8),K.A[q>>3]}),t=(S.prototype.G=function(K,q){for(q=[];K--;)q.push(255*Math.random()|0);return q},function(K,q,J,O){if(K.W)return K.Y(K.h);return((q=(O=K.L(230),O>>3),O=v(K,O),K.F)!=q>>3&&(K.F=q>>3,J=K.L(141),K.AQ=Pf(K.fS,K.F,[0,0,J[1],J[2]])),O)^K.AQ[q&K[C].length]}),VL=function(K,q){B(230,K,((K.O2.push(K.R.slice()),K).R[230]=void 0,q))},Kh=function(K,q,J,O,R){for(R=(((q.GZ=QL,q.W=void 0,q).Vb=((q.I=(O=((q.hQ=function(u,y,g){return g=function(){return u},y=function(){return g()},y[this.N]=function(c){u=c},y},q).Qb=Gn,[]),q.T=false,0),q.C=false,q).bS=0,q.uS=(q.h=void 0,0),q.s=function(u,y,g,c,r,a){return a=(c=(g=function(){return g[(c.ev|0)+(r[c.Rz]===y|0)-!a[c.Rz]]},r=function(){return g()},this),c.U),r[c.N]=function(f){g[c.pS]=f},r[c.N](u),u=r},25),q).KS=[],0);128>R;R++)O[R]=String.fromCharCode(R);(h(q,(q.$=((B(246,q,(B((B(125,(B((B(23,q,(B(253,q,(B(104,(B(3,(B(175,(((B((B((B(147,(B(98,q,(B(119,q,(B((B(199,q,((B(68,q,(B(128,(B(101,(B(217,(B(249,q,(B(85,(B(140,(B(207,(q.O2=(B((B(58,(B(102,q,(q.O=(B(225,(B(135,(B(205,q,(B(122,(B(133,(B(163,(q.Dp=(B(153,(B(74,q,(B(59,q,(B(161,q,(B(220,(B(230,q,((q.wz=function(u){this.K=u},q).LS=(q.R=[],q.K=q,[]),0)),q),0),function(u){u.lS(3)})),F)),R=window.performance||{},q.FG=R.timeOrigin||(R.timing||{}).navigationStart||0,function(u,y,g,c,r,a){M(false,u,true)||(y=nh(u),a=y.v,c=y.j,g=y.g,r=g.length,a=0==r?c[a]():1==r?c[a](g[0]):2==r?c[a](g[0],g[1]):3==r?c[a](g[0],g[1],g[2]):2(),B(y.i,u,a))})),q),function(u,y,g){(y=(g=t(u),t(u)),B)(y,u,""+u.L(g))}),function(u,y){(y.push(u[0]<<24|u[1]<<16|u[2]<<8|u[3]),y).push(u[4]<<24|u[5]<<16|u[6]<<8|u[7]),y.push(u[8]<<24|u[9]<<16|u[10]<<8|u[11])}),B(145,q,function(u,y,g,c,r){for(y=(g=(c=t(u),dB(u)),r=0,[]);r<g;r++)y.push(t(u));B(c,u,y)}),q),0),q),function(u,y,g,c,r,a,f,I,l,W,E,b,N){for(E=(l=((I=(g=f=(y=t(u),0),function(p,Z){for(;f<p;)g|=t(u)<<f,f+=8;return g>>=(Z=(f-=p,g)&(1<<p)-1,p),Z}),I)(3)|0)+1,r=I(5),[]),W=N=0;N<r;N++)a=I(1),E.push(a),W+=a?0:1;for(c=(W=(N=((W|0)-1).toString(2).length,0),[]);W<r;W++)E[W]||(c[W]=I(N));for(I=0;I<r;I++)E[I]&&(c[I]=t(u));for(b=[];l--;)b.push(u.L(t(u)));B(y,u,function(p,Z,k,sl,P){for(P=(Z=(sl=[],[]),0);P<r;P++){if(!E[k=c[P],P]){for(;k>=Z.length;)Z.push(t(p));k=Z[k]}sl.push(k)}p.h=(Z=p.Y,p.W=p.s(b.slice(),Z),p).s(sl,Z)})}),q.Wj=false,q),352),function(u,y){u=(y=t(u),u.L(y)),wB(u[0],u[2],u[1])})),q),function(u,y,g,c){g=(y=t((g=(c=t(u),t(u)),u)),u).L(g),c=u.L(c),B(y,u,c[g])}),q),function(u,y,g,c){g=(y=(c=t(u),t(u)),t(u)),B(g,u,u.L(c)||u.L(y))}),[]),function(u,y,g,c,r,a){if(!M(true,u,true)){if("object"==(u=(g=(y=(r=(a=(r=t((g=t(u),u)),y=t(u),t)(u),u.L(r)),u).L(y),u).L(g),u).L(a),rB(g))){for(c in a=[],g)a.push(c);g=a}for(y=(c=0,0)<y?y:1,a=g.length;c<a;c+=y)r(g.slice(c,(c|0)+(y|0)),u)}})),q),function(u){o6(u,1)}),244),q,function(u,y,g,c,r,a,f){if((f=(c=dB((y=t(u),u)),""),u.R)[214])for(a=u.L(214),g=a.length,r=0;c--;)r=((r|0)+(dB(u)|0))%g,f+=O[a[r]];else for(;c--;)f+=O[t(u)];B(y,u,f)}),[]),q),function(u,y,g,c){B((c=(y=(g=(y=(c=t(u),t(u)),t(u)),u.L(y)),u.L(c))==y,g),u,+c)}),q),function(u,y,g,c){(y=(c=(y=(g=t(u),t(u)),t(u)),u).L(y),g=u.L(g),B)(c,u,g in y|0)}),q),function(u,y){M(false,u,true)||(y=nh(u),B(y.i,u,y.v.apply(y.j,y.g)))}),function(u){u.lS(4)})),q),function(u){u.mT(4)}),q),function(u,y,g,c){(c=t((y=(g=t(u),t(u)),u)),u.K)==u&&(c=u.L(c),y=u.L(y),u.L(g)[y]=c,141==g&&(u.F=void 0,2==y&&$c(u)))}),q),[]),function(u,y,g){0!=(y=(y=t((g=t(u),u)),u.L(y)),u.L(g))&&B(230,u,y)})),q).X=false,function(u,y,g,c,r){c=(g=(r=(g=t((c=t((r=(y=t(u),t(u)),u)),u)),u.L(r)),u.L(g)),u.L(c)),B(y,u,iY(u,c,r,g))})),35),q,[0,0,0]),function(u,y,g){B((y=(y=(g=t((y=t(u),u)),u).L(y),rB(y)),g),u,y)})),J_(),function(u,y,g,c,r,a){M(false,u,true)||(g=nh(u),r=g.j,c=g.v,a=g.g,y=a.length,r=0==y?new r[c]:1==y?new r[c](a[0]):2==y?new r[c](a[0],a[1]):3==y?new r[c](a[0],a[1],a[2]):4==y?new r[c](a[0],a[1],a[2],a[3]):2(),B(g.i,u,r))})),q),function(u,y){VL((y=u.L(t(u)),u),y)}),124),q,[]),107),q,{}),B)(40,q,function(u,y,g,c){B((c=(y=(c=t(u),t)(u),u.L(c)),g=u.L(y),y),u,g+c)}),B)(237,q,2048),q),function(u){o6(u,4)}),q),0),B(143,q,[165,0,0]),q),function(u,y,g){M(false,u,true)||(g=t(u),y=t(u),B(y,u,function(c){return eval(c)}(K3(u.L(g)))))}),q.G(4))),function(){})),208),q,function(u,y,g,c){(y=(g=t(u),t(u)),c=t(u),B)(c,u,u.L(g)>>>y)}),q),function(u,y,g,c){if(g=u.O2.pop()){for(y=t(u);0<y;y--)c=t(u),g[c]=u.R[c];u.R=(g[128]=u.R[128],g[237]=u.R[237],g)}else B(230,u,u.$)}),38),q,q),function(u,y,g,c,r){(r=(c=(g=(y=(r=(y=t((g=t((c=t(u),u)),u)),t(u)),u.L(y)),u.L(g)),u.L(c)),u.L(r)),0)!==c&&(r=iY(u,r,y,1,c,g),bY(g,r,c),B(163,u,[c,g,r]))})),q).A=[],0),h(q,[w,K]),[Bf,J.N4])),d)(J.M4,q,true)},iY=(S.prototype.XG=function(){return t(this)},function(K,q,J,O,R,u,y){return y=function(){if(K.K==K){if(K.R){var g=[e_,J,q,void 0,R,u,arguments];if(2==O)var c=(h(K,g),d)(false,K,false);else if(1==O){var r=!K.O.length;(h(K,g),r)&&d(false,K,false)}else c=Lh(g,K);return c}R&&u&&wB(R,y,u)}}}),Pf=function(K,q,J,O){try{for(O=0;-1934991136!==O;)K=(K|0)+(((q<<4|0)^q>>>5)+(q|0)^(O|0)+(J[O&3]|0))|0,O=O+2489668359|0,q=(q|0)+(((K<<4|0)^K>>>5)+(K|0)^(O|0)+(J[O>>>11&3]|0))|0;return[K>>>24,K>>16&255,K>>8&255,K&255,q>>>24,q>>16&255,q>>8&255,q&255]}catch(R){throw R;}},L=function(K,q,J,O,R,u){if(J=(((R=void 0,J)&&J[0]===z&&(R=J[2],K=J[1],J=void 0),u=q.L(128),0==u.length)&&(O=q.L(220)>>3,u.push(K,O>>8&255,O&255),void 0!=R&&u.push(R)),K="",J&&(J.message&&(K+=J.message),J.stack&&(K+=":"+J.stack)),q.L(237)),3<J){q.K=(R=(K=(J-=(K=K.slice(0,(J|0)-3),(K.length|0)+3),gB(K.replace(/\\r\\n/g,"\\n"))),q).K,q);try{V(253,q,n(K.length,2).concat(K),12)}finally{q.K=R}}B(237,q,J)},Tn=function(K){if("function"===typeof K)return K;return K[K[vf]||(K[vf]=function(q){return K.handleEvent(q)}),vf]},B=((S.prototype.vj=void 0,x).k5=false,function(K,q,J){if(230==K||220==K)if(q.R[K])q.R[K][q.N](J);else q.R[K]=q.hQ(J);else if(143!=K&&253!=K&&124!=K&&128!=K&&35!=K||!q.R[K])q.R[K]=q.s(J,q.L);141==K&&$c(q)});S.prototype.U=((x=S.prototype,x).o=(window.performance||{}).now?function(){return this.FG+window.performance.now()}:function(){return+new Date},x.cj=function(K,q,J,O,R){for(O=R=0;R<K.length;R++)O+=K.charCodeAt(R),O+=O<<10,O^=O>>6;return(R=(K=(O+=O<<3,O^=O>>11,O)+(O<<15)>>>0,new Number(K&(1<<q)-1)),R)[0]=(K>>>q)%J,R},x.Y5=function(K,q,J,O,R,u){for(R=(u=(J=[],0),0);u<K.length;u++)for(O=O<<q|K[u],R+=q;7<R;)R-=8,J.push(O>>R&255);return J},x.Zp=function(K,q,J){return(q=(q^=q<<13,q^=q>>17,(q^q<<5)&J))||(q=1),K^q},x.tQ=function(){return Math.floor(this.uS+(this.o()-this.D))},x.JQ=function(K,q,J,O){for(;J--;)230!=J&&220!=J&&q.R[J]&&(q.R[J]=q[O](q[K](J),this));q[K]=this},x.Hj=function(){return Math.floor(this.o())},function(K,q){return K=(q={},{}),function(J,O,R,u,y,g,c,r,a,f,I,l,W,E,b,N,p){q=(b=q,K);try{if((u=J[0],u)==t_)return b==K?21:78;if(u==w){E=J[1];try{for(l=(N=[],0);l<E.length;){if((a=(g=(R=X[E.charAt(l++)],c=l<E.length?X[E.charAt(l)]:0,++l,l)<E.length?X[E.charAt(l)]:64,++l,l)<E.length?X[E.charAt(l)]:64,++l,null==R||null==c||null==g)||null==a)throw Error();(N.push(R<<2|c>>4),64)!=g&&(N.push(c<<4&240|g>>2),64!=a&&N.push(g<<6&192|a))}B(141,this,[0,(this.$=(this.A=N,this.A).length<<3,0),0])}catch(Z){L(17,this,Z);return}MF(this)}else if(u==e)J[1].push(this.L(124).length,this.L(237),this.L(253).length,this.L(143).length),B(107,this,J[2]),this.R[203]&&kc(this,this.L(203));else{if(u==C){this.K=(p=n((N=J[2],(this.L(143).length|0)+2),2),y=this.K,this);try{r=this.L(128),0<r.length&&V(143,this,n(r.length,2).concat(r),15),V(143,this,[1],104),V(143,this,n(this[C].length,1)),E=0,f=this.L(253),E+=this.L(3)&2047,E-=(this.L(143).length|0)+5,4<f.length&&(E-=(f.length|0)+3),0<E&&V(143,this,n(E,2).concat(this.G(E)),10),4<f.length&&V(143,this,n(f.length,2).concat(f),153)}finally{this.K=y}if(O=((I=this.G(2).concat(this.L(143)),I[1]=I[0]^3,I[3]=I[1]^p[0],I)[4]=I[1]^p[1],this).gz(I))O="!"+O;else for(O="",E=0;E<I.length;E++)W=I[E][this.N](16),1==W.length&&(W="0"+W),O+=W;return((B(237,(l=O,this.L(124).length=N.shift(),this),N.shift()),this).L(253).length=N.shift(),this).L(143).length=N.shift(),l}if(u==Ch)kc(this,J[1]);else if(u==e_)return kc(this,J[1])}}finally{q=b}}}());var Gn,o6=function(K,q,J,O){V((O=(J=t(K),t(K)),O),K,n(K.L(J),q))},d=function(K,q,J,O,R,u){if(q.O.length){q.X=!(q.X&&0(),0),q.Wj=K;try{R=q.o(),q.D=R,q.Sv=R,O=qy(q,K),u=q.o()-q.D,q.uS+=u,u<(J?0:10)||0>=q.Vb--||(u=Math.floor(u),q.KS.push(254>=u?u:254))}finally{q.X=false}return O}};S.prototype.gz=function(K,q,J,O,R,u,y,g,c,r){for(u=(g=0,[]);g<K.length;g+=3)J=g+1<K.length,q=(R=g+2<K.length)?K[g+2]:0,O=J?K[g+1]:0,r=q&63,q=(O&15)<<2|q>>6,c=K[g],y=c>>2,O=(c&3)<<4|O>>4,R||(r=64,J||(q=64)),u.push(T[y],T[O],T[q],T[r]);return u.join("")};var QL,M=function(K,q,J,O){if((O=0<q.bS&&q.X&&q.Wj&&1>=q.I&&!q.W&&!q.T&&(q.C||!J)&&0==document.hidden,!O)||(O?q.o():q.Sv)-q.D<q.bS-(K?255:J?5:2))return false;return q.T=!(B(230,q,(K=q.L(J?220:230),q).$),q.O.push([Ch,K]),0)},u4=function(K,q,J){return K.yb(function(O){J=O},false,q),J},qy=function(K,q,J,O){for(;K.O.length;){O=(K.T=false,K.O.pop());try{J=Lh(O,K)}catch(R){m(K,R)}if(q&&K.T){A(function(){d(true,K,true)});break}}return J},K3=(S.prototype.mT=function(K,q,J){for(q=(J=t(this),0);0<K;K--)q=q<<8|t(this);B(J,this,q)},S.prototype[Bf]=[0,0,1,1,0,1,1],(Gn=/./,S.prototype).lS=(QL=function(K){return t(K)^t(K)},function(K,q,J,O){V(((O=(q=(K&=(J=K&4,3),O=t(this),t)(this),this.L(O)),J)&&(O=gB((""+O).replace(/\\r\\n/g,"\\n"))),K&&V(q,this,n(O.length,2)),q),this,O)}),S.bind&&(QL[S.prototype.N]=w.pop.bind(S.prototype[e]),Gn[S.prototype.N]=w.pop.bind(S.prototype[e])),function(K,q){return(q=yL())&&1===K.eval(q.createScript("1"))?function(J){return q.createScript(J)}:function(J){return""+J}})(F),G=F,Jl=["botguard"];Jl[0]in G||"undefined"==typeof G.execScript||G.execScript("var "+Jl[0]);for(var Q;Jl.length&&(Q=Jl.shift());)G=G[Q]&&G[Q]!==Object.prototype[Q]?G[Q]:G[Q]={};(U=F.botguard,40<U.m||(U.m=41,U.bg=Fa,U.a=R6),U).Yau_=function(K,q,J,O){return[(O=new S({N4:q,M4:J},K),function(R){return u4(O,R)})]};try{U.u||(bY("unload",function(){},F),U.u=1)}catch(K){};}).call(this);'));}).call(this);</script>
  <script type="text/javascript" nonce="sIjLJQsda/di43Mms4duZA">
  document.bg = new botguard.bg('YaurBeZE4hWqIgu/X24A7gxxrZydaDndPwMYd18brWGDaiXs3Gp4w6q1FIC4T1rDv1LlkHyY9rCi9clbkeNeeFE94edzW9Ou5Zdgk0oS2ncki5xUFq9W5LqARnkeW8JFDIxuW6CV7FPl8jJYVrAOKte32GbgaYm3LhpgAuROy6sQ6L1SEfZ6Jy+ewjt+tOYhUAgdHd9OgOQxBCDER2m7G7IjrRAIFQJ6ibj5zDaRdKRpIGEvuZ54w72vfuh3RWNXoFInizb75kTYwrJT7jHwb86AuazdeXSEAxtzMc33U5YcAAI5EzvaLLa0g0u77DhsH4sV6uObbK6wth/uM1LCC5jYc6VfEj6M2cTdctK+burk/f2tHXeYprwkQFYFZIV4Ko7rEKMhZVQz+49Q4s4rbGh73wk8I7pHAfZkTS92e8LfhyqXQqTs32llTrP0jjJwWbbo++e365M7d234OgVIuhtQFlOmXG/8HaBxmhiLFoOQv6aaR51bRfZBKCbs30GFonneOo2hBSkuxS/FaKsSFpMuj+ZPqGzK7W20NJQEfcw7ctpd3Wj0GItcRNML0SZA+FP744Ik/phJgSfW1ffe2i+sAWPwmw5DnPAW0036L3LjzkS1ZR5+bWEhjpTaSqe8rdpr8QM9XIC3TNi6cctr4MicIg3+rXUYYQnt1hgvEH6ZNgntPUHhq9tecPN2f+XKeTHhRk7wpkU3LDD811GE2CsLSOe4DMOROhtNiYPxwCTUz1T2n2tI6BxmBtNbtGOvxsizipGftWDfDzmUsEnptKdKPIKf03XzsMIpCNt9zLtvUCgfImwnFYRMCp1LNQ3TZ2l9IIZ4EVFvM3DmlduxQ0vJ7wv7+9Tuq8MpmIwUWGGF+b1DFAqwfCbZ9PZEE8nGz/HEHI/ZQ1RMZAguVNiuueYS6DaKJheIkf7J1hk317dc+qHM5f/+eXfEowODcM3NEzkFL/X+zSgWNAY+sfaXYbV+5anevr+8aDwUOD/3Wv2LjnbIWkWyX1cl0dZb6PqUjDUAtt2ZXiHevOtEdsWKVv1X9jaXY7qXcoxIUGP7R0ofgEUG/GEuVTx5svd77wLQdPfbruGdcBczwZw9RZkKD2+9x4xV4gUCQAlyw2mBoeTjmNVWjDjZRjhyfvCTGr2j8t0q1mVGS6f4iDik8wMure6pc7ISu3NNRr+88yPp95Y38a6sNHyzEwNQuQfRqEEP0Yur6ED4YYaPpqWMbfgwhd3ssagNTuhTfnQz4wySwxoOGN/rz9I7Mk3lqVtpL+OM1Omo4O7WQ/NHzQ9X5KRk5ir9GzNoBj9W/5UThtqhZjVO7SLhhshFX+Nb/bF05z3QT0W+9ASVW3syB6VQekX98TJQ0Jvq5h0DbP1zHa1jeTFSr+CAPT7w8PNNDa5rJ/1w7bPwauCy0Y4OFn2F0LfN9Nq54NPVZWKuhd/enHiAAQ3BMb3Q/v6cxw8jSrhM8KTiMRf3bPybtXBYB2vXsLudJje5vo6520IUhjSpPs8Be1IWqhawIOS1F6nkC7rUIc3e6reSGdD+pIo0DzD3JaL59I6pGE3kpt6D4629l5ADo6qbXvc/qGamEodk9llK2I3RSuSyJ1Ky9bEehG6g1x2djzRQb1lWK/khZDnlmEZNar15Cptoxb3OfD3LhMpHzBIRP8YSDmiQOl820CrXSs4b4z4TH5VgROQlJDwR1Jz7mTII4VxZR/MH4KzGNRuocpemSN5ZuqB+nK7jTVv//o3GIlDtEExGXnjHV5ivHycYkwGX1IbQmcaLay/cpcnd81CyU7O4xlv8De2/EBIbgz+wPyYZPVsgbOaLkovxOlOeCOmN51AQpS1t1vD4Kjw3qrLX/4EhIiGLuVp0Xgq3mS9CxIfKcQUxql5vD5ah2nfzUgJTv8AbjiwfbZXcVRlNm1+PnIxPonatwjFqJjibSMk0eP+XP8Z3jwT4C7cyGEb4eRdGue1qY1rMMRcOo+wZFbxDpn7MC538hkef3ViDY0prmHTqPGXK7IRc4zuxBQlQOsah76Oeh2I0Y6+TOR/jUHV86LX5AR22SWeWu8k5K4EyZ7Ne4MNW++cNGFYsYe3MoDjZZ0WIV7O7ZuEzOPV0Y+A9KM42xXdN9IJwSStqhvagxZU0Pxmp/DKVaM4YgplBHtjIhzFcVoIPabe4UsBvNFjdvaNeIlUwlwlycjxrMXg5JDyqn16AQeerETefIshwrVfqNpVPeWvV1h7tH3VQxnyIpjTIiYvfTX0LQvXmpw0CItac8+xynsBKEMBu0AOOrwqDnxeD+mzUAp7kQvjIABb5Rp3nJBJk/RcUoQxgS/ZJgQKX4IQnyUYZHgw5XbVMH9lJ6gOuLuZmYh6zVz1zt/y6lKDYL88WgLkh1SDPTAWvO83J3YKB+zxr9s8MYN7Xo2jYziD6siUVcfJ0q5oNDdZrBcSJnw8v4FbSJI4mZJHziTl1c+p/HP1R4zV/sPrlZyanAcObyr2lw4Tp+RGj+2j0Nw6R+5F5Kl20KN1YQmud1FhekPQgtH1/uD9wD5nMuZdcAAkkp7BP8iNelBLBUOauQ7gSHuPIPRxjggNIuRGRbCqpGW0El2OjqnQ+hYil0uivE0iyo5EmotSvt5QdfMCHM/4x2bQO7AFT61l9XrDJn5QJGmCMsEt+U+E9VIvhr6GpQHKUwPi9ga5P08Z6HTfHvHF+vydUafWZbizZb5RTMF3FAi/gVSg6EEdf5Me0eAQcbKdy6jnayr6PTjfnm7N/9w0VzUpAJolLBktjX129Gj3FbOvdnPiQbBWCq0RmicdfGGxiVLhvQAnOEAdAdjjSjr5rWb0RueYhl+BM/7Ke3JiN1kg9CEE1QpScl2wFf8CEcQIe7PXsM9ooVsEdnkzk1frtz3Nn2v378UKSGl5RtJV19xiu7wOHGVj/XASXmzes/nQJuBDICXGH8/r1HmeqgkRaGp/Kw6+sqxWLyHcip16STZ4YS1PB8um8xSABk4joEUxHQ3ZMUWAgMwS/8e0gIDLs57e2ZxfmTf4BgJiMwZ5xSDWwwxMewhVcKS7YqDnk7csql2eAcGSRUz2JxEFcy2+1gbxLQbWbwTkZtVW/Ipr2TU8143FBxq4OpFMM/mO2VVT2r+aBajgPzijHL/Kmg2N8Iltx4Ikl9QicHyzLpixzC942ETNb6mBSnOwkgAYziT3ouFm+2zKcxjBagTnp6tcQdhbyo0jSRB9EH9Wn4OQW8lZyB4VWut4krMhTBGKFf6+6oaNC2SHOrzHInkA7bExWahVyO+V/yR+4QORSn+yzUEkGGtvfpoG+gzgGE01X2eD/3LR9OaJfZ2U/XtZfpSgRJN9ITIaQfZZlpiqV534B2rGqAUotlx2WzTJKKYOst18OxGNCZgwa/td7qUzjcsUizWHEFn3sb/5V/YvL375pYok7yZdocC/hyaqrSBLc5PSocCeLCgpodEmUuBB480cijXEk0i9wNXrlTLnsdZ7abl8Whhsot/Nv0uD/1x2eU5fvR2RPTy4Wg5/tLwNetO/DUG03mFOizqBHCsRvcXZNlRtFBfiCSwN0BEBm78iCS8RE2vL7hB0E+IDlQ4fWWHSQzMpVN2hj9ZD40LzWty7m20H7WqtwNsc2/Zsl8UBR+Vgp3CGM1XhklwAszztjHKYbLvIFyvYtLiNxC69DRDvkeXThqcUasnebBpUnPNNYJr+0UG1ijYcOPTU1SIMRjsnytZt7jEkNInwXqxIFL76Q6zUQ/ZacBkKnt5s9Grm89mKApFH8TvNEtFWeCzc7Xf8t1hxrHf8/2x/htzVYF5jhaPLXw5/f3cLHEC9gE8RCdGJrdlabczMd2kVIdXrh65wfhHdRkEx2PRBFPHaLq3Gl1emQBqNK2g8Qc3A0mv/kG34dmafC9MELT2FvWJv0K/I3AgDR6T0RBMV/yvci41RF6b4YWqbIT5vppNZVBzEqUyrs5vSwg9BwlYBBb/MhfwAj8HRGk9NFueN8qBjPtPiUwkpg/T3xQN4+R8oBu9enDIvPRT83Cm7jDWchiCcCNIbhr4MkmSaSpP6iMHUi2h0Dzck97GiiTWMwjnIG1HHOLLAwvFZ0yz/FWoEuCTuOq/YxKao9iXUzRcdnXN1p9tQQGpvSPWWhD37bg3qtYTqHaHBaAdXmZ2sylT9qCymfxtb4Yfaqj4LORfTffLpi23GdwgNl/swfAlq5qp0QvNu0k9b1iysUY9yQY9SVVuyXFyJRZtTDdBXmrmXSWGnsym0oqi6rPCwgeSUW3mSINRbk74wz7833psSbbgWUu7b+trFtqmGsAa2QxAuNmeBcku2frOxHjpnVag/lbjftobzkiVDqLygAaV9rQVXEeMIaeHpjcInGwrKueFvvkZnLik7xw2ZsA+Z8ecHdm3E6VR8hcsRZCzKFtGRArvaG6ksuKIHzu5gDBe/dIbtdMnYr8mZ5QStAy0Tn/WmhIvtdIgiu946qDGEh1wrekIbUREdwGve1C/ZapaLM2go70+ww2aeJakZSW3IWyoYV1mCDLBpENmm5NKVc5C0Hy08EecqOj5h5g/mbbjgzv2K3n+U3FMGf824kICwTxWgiMdAQ7G5aRnoY32oqnp26wGxPOtS8xATxThR0wElgO2KSZqFjxKHmN+4sMWIGmuvc2puBqpwoTi5hnUHW6qwCWs4f7g7CYRtdOSVQlX7TO3eTWqWFUmgsFnsSkXddjeSjda59Pat229xvfKnl1CqqBsyBaoRSQcfQeVcKtg4pmIFcz0bBPex/JaKilMEnqEV5FJAfAeRY0g3sx2xJkJy7YUJtbGzsRV0Xgxr2qSSoYv+X82ERHgXAkQyuy6ZOsNdZIvyCEwfmGiCQ6yh83UApP7YdqltFgOkFtp0/yijT6lqIMn0O8Wy1rkMe8RCm258FT33ZXMGjn3g+mFLWVsNnld0wpEKDzKvZjbZi8I1LXdtH0r3NmJiUEY299FaIWc70O/PkxmiWR0SwqSGuSFgMBcQ/l9rCgVn/IqrW4JYX4Bat3cFbLUYt7cEKC2LTSEx0Guwk8kwQw9vKxsPV1qNOLSIScT1y+1FS6dlfCtT7r7FZHeH9N3NNj040cRRqU83qnzQiUSnkWht70N1YniPbT8bvkFBcmqHK5jydnELvvm7N5+fUK3IgR84xVzQnIGrSu4g0bYNDvuj9BLGG+0OtYnskhuu7EBozJwuyJQExz0j+4vbZxhnGRvG7039hylMIVmiHmWg9wYzRXU7eNNZhlz5l71z5eVp9nj9fWq+HTvvXR8RWnEhYjCfGH5bN2DI6EO4xpUa2V078Bt2LWqzR8SpikWlQEeb2B3ctEvciHraP8tWwLkH+Vq3AEO81ybcxJHKzUCP2t10eKOJqUPxxLfOVSrce3R4V7TW7Bo8Wc61uFZB1yk7vEtTOf70BhfWIPZIk6wL9JPZz4eSv8c0StEZY5raBYmaexIsSCbqilYXngx3f9TgRrjCp4XNaMxw3r5haOXJ5Re7y2/ALuWbKtwl3g9cjPHjx/kO2Vo92PpjpVyRdO9e6PPcCxXN06jEMCTajbnkMBWLvA7tbBNAfTnO11DRbbU+QxBGyVFTHwL3/2xi9FnyYh31di0jnlLRNJgfhHaCcBjw0ye7FOtEJIP2R4v78eunh7Zf4lJgopjiEMaUOYEdrJlr7opK7BrYmFHutk5xccdfVGZQlFNz0bZwNvyTlr5kMptAWUB6lL/J+3HZ2kycW/3vBv6rMHvjl1G82VOXsFrDbN6g2lz9Kw/A1o4sVU+skZNYBS/VLJhOCKel2xnf+owtQQ068Wdf2idbKyXzCEwdOJXv0xQ25rlTFjHvVLVsYrfE+4C52oSi9WhK7nxJkZ/NoxkvsMQ3AULyIwiyf9PbuX7yZOzH1ZuiTkQDsNhpQUR98PU3WNWiPEwruY+T6Yu2QDx700sSzEUPgEcGe/zGflvOBojviVqs8kmIjgGga7791rtV3gygDFNjwsMsLVUvdHUXrBQqttlUa+cyoPOYVJkrwfsOVWKI1pQroBicjyrzZzMsNJ0b/SmHVAbFl137aMy/gk8N/tXjbuoz5/pmtY+/6YB1Xe03SlYywRV6ajrOcaxa5lS4dP+foVjDru1/NZtGY1hlx146WOxp5vnPWhExx1iMdHgzbiIhAUB5LptI2VRAyIpQq3gdrYFcvuYXQwggWeKOMl08BXn/lpmJsLv7l8UZrTa3k8k9FhYQru8x8svgM/f9QXtdEl8vrQt+/Qd17vucTV+JGc6pNU4FR516nuDuuRCrNKbrqlAov3B+6XVqq1GdUEw+JrYtDU81arGAIYpfSIFoHtyS7dgiDBtexWTQ3h1CkdncWYv4ti+I4TnGb31Ex2Zr9aeAOC6AKmcYKibBXJyev+JW4+aFHd5Av7fMt85IqhQfbQwEDEgQ9Zkmf2xliLiwxMNBv6ZLevy0e4LKNTyBgEYZLh/t/9yS7YLrULfqUSwy3mv+u/fU3+YLhtzpmPcISB9YTFJ5AHs5t6N6mHInUPphaGJHEger2cPD+Ld/y/rKerQ6UPxRfUrrVBlbCblxcvQLghjluml3DSLazR1E0dsrEBZBnCRc+xZREe8CZhw2caSxV7PUDxF6rBSzj3AIWM3CEA52stCHpPeuTwjWlmVOc0WDqnEVwyFhdTK72iTWSdD/ZPWGibix5qQenQF5h99zdYXH9g6Agn2bfLRtk7hNrBee2kmNjTLNtQJQQH35/4xPQ+d7qrC2Mung+E/saS106yTRLwO/LyqCu+07gF04F8IkZyGr+P4qBTafIFozzPp2XgSE3C3arV7Ego9fZ8JQGFxnxzysombACzy7Hg7PVSdcGh7AhbeumkqT+qkVT8cyjQxQekuED7oPY43MISNBcttaEtMPp9qgLWbqEKG4TRY35KC1FTTfJVXVbp9QpZEkeGO/UENPFW1WXADm92b5jSny5qZ03w8zvgPh6batak0RpL9gmSK6hx4qL9BGblT8yUhXqkquoFj4XPOvmINmASoDEur5K7kcNbemaWGvPv8iQnHBGB0uKGCJTPGJ5wAC70gVFhXV6fdwnGK5IN+QNKAbTV69jxVGxX7Ei0vv2LtXQBkbWTWXpeKQ/9xJ6BFkS+ygmeJx+GspvQHqfK7aGdUgKqtCojVRaNCESGDxnveR/ajzT+rBxWWNlgQxIC4N3ui557fP1Z3Zbrp3SFr50ZeSRUA40fUkhCIMjgr4P054lQrmSKyQQc7P7Z/cCRHoqUYPb/GpxxvWsMFmiCTkGZRXOrX8zFO1GrPDnY2meZoaeYhmb9JnbU5P4hclIYjA3vYWhXAhYYuj1/fO+oTKij7svK8sQpjckGeSo+DCQFqDYRSFrDCoyXUe+rVLi9lLPEf5+SPPNWuK3kHTTILetoklPcVcp+KAD/AyjJMGXntO+ln90WUvSh/Ltj0ivafR6Kv4gTloBaxdXXvrzgpul2mcHTj7kiUp/5fZ8dtqCTMYioSfOo889gmb9VBpuzUw/QETGhZcXA/Gw7KvnlHY2qkQokp3nzsGNe8zc4UXKTJ2WttnyvggpPGQCUUScAU7ZPKQ/DD2MS1UGtDbiT4yx3REljuxQGGN4l4nxoyPt3PgUHDtehvU+tL1bw3rCcQ2t+9G5LM/g9v8ZLvNaoj21aRsT3rPGT+baCwcOhTm2HFdulbrPgfNcUMdlfwLgQ4y+kzr4ygX48/VMR5Ufo9eME7sq8EhPj3UQ7FOq5p6WZuBHXNmcc7uolVQZp7IDwxzSzssNLrXgq7QRneZErpeFDBUZ+KHm89p3EzKb1goRkPhYaWMuo0CQQr2PHI2loZCgQE4DKqfS8gy7yJ6tnfiAo7a3T1to7qXOgEewPYqgfAqfXJ9y8iyYnLwoGMdjmasHaosSVHr0c4C1OTRZtWoFP0D3qt1B6MSz3pFNLTwEmchkAu7TB4BTzoO8CLrFXtsfot7CLYTuX/BBArPZVnF6BdActzXbyAhif5BL/ShNxXnSQT8zk1hFZJDhWd05ALgaE051j9aH+Y/YuX3fuunI2qrgUAdlpDpN02QXGj8qlOFQ7qTF4OAMT+p1dmlH7jTkCCg9IIO5hMY/pDtIDw3cWnnbniKoB//gQXAEx2GFBEep8p2mGARE/CFWOl0hTqo4QzFJoK2HlC6CQo0joZBoUTmY5r3hPQOGKoAN2LUjQo5dArbXiTi5Ax0lIrpe329pc9vYD4toX0VumLME70mOWY6MYwKA2PZhXwkAd1wXHxbX7rxgan7vLbWOLHFNj7yITw86/XoXca/9sY8iO6vrjtUI50HyrOgcHWjOGovTon4f3Oxj8Aw9RhQkaIJJGckA5YfXC+k5Ix26FkU6/812q8QosjmoBmN9HDOSLES9wfxxCpcti0PgbkHHcOfIRShAB/u8Ntwt4IsduVJc/rWe0pK+ZaSpQT9BNnnO6AYo1yQEto0SRnLVBET68sUPAmcApLQBYLp9ZQWpM2h8UcAxlYv+Vzm63OnSAfEgHC3SLhwiSnJv+DQSKKtGfiZAGtGeXk/1m8hZUVhuCSeY/ynS1oGYT70maAs/i5COmcDOoAyM8krwkJfpEKn6OAsUZrOBOoL9PAIWcFxuRQNgv4xx2B5r1yil8D2O6RA77vDRDMyNcEB8oSF8LsUpifFkvnoG0FO72dmgVRviWv4s/4+pcVlpgwvfHLA+KZ9vxAYp18iRVkS7CV23ACfwWoJqDkkICowc4xBwCKPWZVenplZz3x405KgM2Oe1uki0iG/Z7HmnPgP12J0f3SfSwgH9ohbugmNLWzlhjCQn9s200R+dh3K7BydDw357pn5/hqhqsuj0bdgp9+VfU1ycUwEExUggjuNYqCyvrL6kAmO3fHA5xrur0XYPk3q/ipFVlbskvUa47AAKkZibPP+VYsxNYlrPqsbBSUdqpHf9CiaMCnjl2t076Z3jGrwVIKv+ZvSRFBykHT05rRALD/MJFH6cxP8QjGmG8FXFXwohkh8RDIkt/2g1uLONfvOaLMtIaqSvYLhGDZW9AYBQ/rCvrOGNYTXxzFpxtd+KLZLWKvbFzRoPsm1dMfowAR7aqduMTzrgl+02oPPaWl0qYnW3zKLDh4e0vkH+QZtu38aAFgI4O5bYkSGAIqKxlrisUCnWCKP2fHbTqKfv1hJHPBtpQ+Dp0kFJoG0DM/qhpmI+zWMyWOPd/sRjNDqgNOxmjx/RQI1/Y3bfYcy2cCv0O6+y+LCS8oAgpDpc0+WW8ZwLSOM9Xnlw/Qi2ANJVMShRE7l+BSMqfDMNHW2QuCHNVe7pPqYiSHmhe25Bt1nDUca5H8d6NnL7giowZTLB4hMinjw5QLuKMCAoBZDnH5xftim6M/ee4R1sP74CjFp3qC6JR+8qldhC6wDwFyHfZbKQ0BjRAJ1PZPE13DDhd+/iIGSLssg3hCxHAjUgJ3kod7pq3XGo9xLtcxfrV+wVtfU/hjtuYXek81evfba8hnWXBw7jbHO827HhVpaWqKxl+jeBifjaiuj8dSbEpsUrFZw2ZpgD2ARhU60dTS2l7O2rjJ393oTdUeJzlfDcUqrJ7u4M3pQVewu47cImHModq3UdgG+7Ut12r95udUSiyL91Zwk8YftgUpiHaEWXcJ0o755UlQRKv9GNK29ol5BBdrkUyC2HN8fNud8X6Ex+0VzQottwHqmjmv67gBBx9fRm+l4AEmlkY4fXPQZIvvp1tSVg93uCzcy2XJtTM8YBkovUjs9Y8yq6N9G2xf7+s4ZR86q/+A8g21S42lx67n1mBiLd7gFt1/zAUayEuwDF9TWrfQOsmN9pSm+Sxy35fLrAceEHT4FEs/Xuzxn10gSX6JU9nAyJyckWlZRFXHEppysz+fFlLv89kRZoHiAgOIbIN7lS/b0Ii6MIz8k8BJtmRidV8w9dNp4svM1gpx8FXFU1X0V1Ziq/9845oXX256g+Mx65RB1Xa1dXexrmoipmsjGWD3wXn+XQzTCi5w7QIV4njvaRfiSBHgRe9lNZ88gGMjt1DuahCvxFczTjWjamY66DcCnCV2j4VEBxdo8o0+IlSe/QODK/JPuJXANLaH3bgDB80lPPhokQjz0W11YnC6rysmGzL2CUhDVVTlaHiyFuUJq9F89cUyb8zzb3iB9NKN1gPOuUhOkppnaiHdI888HXA2K7ZhYuagHw8jVCTn3KUYDgTg2+HsphU3Mhc0yZHdIoev5syTvL0zKbmMYCm66VuR5/QXHL4P/JH6B1B+Oabx/rOY6Fx3a8EHJ0JoJZLmK//ToU/8Hqh74BQIJWtAuYAWzaVWz/3eVRnTxhXMVb4916lVjDyvgNnzKXUEXARECZTZ/7nKETboK6TZphfPZ3gqeGhJU+pddE8ZPRIaXsdAmxDdKlW9I9adm4mtL6oD3MibYJk+hDgTIHuuWdh2QTefA4Xcmyf62qdA6nJhZ1JqnZC67j3O/AmXZXy17eU/lCaQA4NZdxB3JpZ5DuIax/uQ58TbSHBDb1kyQxU1+SjRTNDIzAmR3LJuE9ikYVJCg8cw6ggvHmTQZ5ZFZgdmwu85A8X+su2Et/wrkjL3CVQSWtgU138gmuT9JcS8zWJYq9q9NVyOaHkv9sxX+KMCzoLH9snXH4H0LV4LkVBI6+La1QXS3fT9gNf63V6TrDqIE+EfSGRSaTK29EQVSsiTEmQJu/3OxMWQkMulkj29PxBUqsuEoEFssZBeOS9CelsVyNuQyxt2hFNHHsT8ajnOl8kRXY+pBecFcrX5au97mkwZdRErciFWcRpR3tXGgWGfLb8Uno3Ix+Xj8l5fXcrAAZzzCFJJk2ZEQUgqVJhlw87YOT09esisraE/GU0ReuJLTbBBndoNgYKLwVz8OOLOfXK8mWW0ADFwOnSeenvdBSoTOZCT7o/7oP9e97rk4iazqcVh/dgRefop6aYroRrvYLpeLZS1pbmtS+TyJkOfMuy0bqkgWQvkX4eTyD+8jznpK5nMktDVzATmF5dmgB2YIKeu9jgdmosP+5NZEuLx60DPN6kr3vzJP0yNxACtJ9lV6TdyXPKaH/Gs00xIFtIHCzcSzxBSQR1PcRDHJdloLugP+cazDPZvtyQ7ojz0BQyhkSOG033VgiC4azxJSZt1uunnaX8CGVTQ=');
  </script>
<script nonce="sIjLJQsda/di43Mms4duZA">
  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="sIjLJQsda/di43Mms4duZA">
  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="sIjLJQsda/di43Mms4duZA">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
</script>
<script nonce="sIjLJQsda/di43Mms4duZA">
  (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="sIjLJQsda/di43Mms4duZA">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="sIjLJQsda/di43Mms4duZA">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fnoikneotpkq4t0llso7dfqqn00%40group.calendar.google.com%2Fpublic%2Fbasic%3Ffutureevents%3Dtrue%26orderby%3Dstarttime%26sortorder%3Dascending%26max-results%3D10%26singleevents%3Dtrue\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fnoikneotpkq4t0llso7dfqqn00%40group.calendar.google.com%2Fpublic%2Fbasic%3Ffutureevents%3Dtrue%26orderby%3Dstarttime%26sortorder%3Dascending%26max-results%3D10%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%2Fnoikneotpkq4t0llso7dfqqn00%40group.calendar.google.com%2Fpublic%2Fbasic%3Ffutureevents%3Dtrue%26orderby%3Dstarttime%26sortorder%3Dascending%26max-results%3D10%26singleevents%3Dtrue\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Fnoikneotpkq4t0llso7dfqqn00%40group.calendar.google.com%2Fpublic%2Fbasic%3Ffutureevents%3Dtrue%26orderby%3Dstarttime%26sortorder%3Dascending%26max-results%3D10%26singleevents%3Dtrue\x26osid=1\x26service=cl\x26passive=1209600');
  </script>
  </body>
</html>
