
<!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="AFoagUVN2ZRbyc61twmKiwrAbxiAHO8Bdg:1620263938053">
  <input type="hidden" name="continue" value="https://calendar.google.com/calendar/feeds/oqc6mreqbo400400khekv5gl70@group.calendar.google.com/public/basic">
  <input type="hidden" name="followup" value="https://calendar.google.com/calendar/feeds/oqc6mreqbo400400khekv5gl70@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="AEThLlz1XHGe2vHWl6TP65widUwURe6bQHKy9D3ZjRKbHzzweuFhCIv90K0REE-2lRf_o17vD0DT2stFBeiaOosiXEjg6IwBtSeM8D6VcML8ROg4PRBKcuUrRo7hoys5Aq815uJBIi8ui8hJRscZr0wDJGeqx7NBx_n3jUhN2MGmVqPvlDOqNbp29UT6iNwn2p3O0R7mJQq9">
  <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%2Foqc6mreqbo400400khekv5gl70%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%2Foqc6mreqbo400400khekv5gl70%40group.calendar.google.com%2Fpublic%2Fbasic&amp;followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Foqc6mreqbo400400khekv5gl70%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%2Foqc6mreqbo400400khekv5gl70%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="ufogcOiSEBQ+VXI53TAnaw">
  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="ufogcOiSEBQ+VXI53TAnaw">(function(){var L=this||self,n=function(t,G){if(G=(t=L.trustedTypes,null),!t||!t.createPolicy)return G;try{G=t.createPolicy("bg",{createHTML:D,createScript:D,createScriptURL:D})}catch(r){L.console&&L.console.error(r.message)}return G},D=function(t){return t};(0,eval)(function(t,G){return(G=n())&&1===t.eval(G.createScript("1"))?function(r){return G.createScript(r)}:function(r){return""+r}}(L)(Array(7824*Math.random()|0).join("\n")+'(function(){var I={},tb=function(t,G){return[(G(function(L){L(t)}),function(){return t})]},x=function(t,G){return(G=typeof t,"object"==G&&null!=t)||"function"==G},rg=function(t,G,L,D,A){return{invoke:(L=Gb(t,function(r){D&&(G&&y(G),A=r,D(),D=void 0)},(D=function(){},A=void 0,!!G))[0],function(r,n,T,P,Q){if(!n)return n=L(T),r&&r(n),n;Q=function(){A(function(Y){y(function(){r(Y)})},T)},A?Q():(P=D,D=function(){(P(),y)(Q)})})}},L1=function(t){for(t=0;64>t;++t)H[t]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(t),I["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(t)]=t;I["="]=((H[64]="",I["+"]=62,I)["/"]=63,64)},W,DK=function(t,G){function L(){}t.kN=(t.M=(L.prototype=G.prototype,G.prototype),t.prototype=new L,t.prototype.constructor=t,function(D,A,r){for(var n=Array(arguments.length-2),T=2;T<arguments.length;T++)n[T-2]=arguments[T];return G.prototype[A].apply(D,n)})},oI=function(t,G,L,D,A){for(A=G=0,D=[];G<t.length;G++)L=t.charCodeAt(G),128>L?D[A++]=L:(2048>L?D[A++]=L>>6|192:(55296==(L&64512)&&G+1<t.length&&56320==(t.charCodeAt(G+1)&64512)?(L=65536+((L&1023)<<10)+(t.charCodeAt(++G)&1023),D[A++]=L>>18|240,D[A++]=L>>12&63|128):D[A++]=L>>12|224,D[A++]=L>>6&63|128),D[A++]=L&63|128);return D},S=this||self,n1=function(t,G,L){if("object"==(G=typeof t,G))if(t){if(t instanceof Array)return"array";if(t instanceof Object)return G;if((L=Object.prototype.toString.call(t),"[object Window]")==L)return"object";if("[object Array]"==L||"number"==typeof t.length&&"undefined"!=typeof t.splice&&"undefined"!=typeof t.propertyIsEnumerable&&!t.propertyIsEnumerable("splice"))return"array";if("[object Function]"==L||"undefined"!=typeof t.call&&"undefined"!=typeof t.propertyIsEnumerable&&!t.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==G&&"undefined"==typeof t.call)return"object";return G},$r=function(t){return t},H={},jZ=function(t,G,L){for(L in G)if(t.call(void 0,G[L],L,G))return true;return false},K=function(t,G,L){L=this;try{Ab(this,G,t)}catch(D){u(this,D),t=G.R2,t(function(A){A(L.K)})}},Tb=function(){},Gb=function(t,G,L,D){return(D=c[t.substring(0,3)+"_"])?D(t.substring(3),G,L):tb(t,G)},PF=function(t,G){if((t=(G=S.trustedTypes,null),!G)||!G.createPolicy)return t;try{t=G.createPolicy("bg",{createHTML:$r,createScript:$r,createScriptURL:$r})}catch(L){S.console&&S.console.error(L.message)}return t},II=function(t,G){if(!S.addEventListener||!Object.defineProperty)return false;t=Object.defineProperty({},(G=false,"passive"),{get:function(){G=true}});try{S.addEventListener("test",Tb,t),S.removeEventListener("test",Tb,t)}catch(L){}return G}(),Qr=function(t,G){this.currentTarget=this.target=(this.defaultPrevented=false,G),this.type=t},h=(Qr.prototype.preventDefault=(Qr.prototype.stopPropagation=function(){},function(){this.defaultPrevented=true}),function(t,G,L,D){(this.metaKey=this.shiftKey=this.altKey=(this.charCode=(this.key=(this.button=this.screenY=this.screenX=this.clientY=this.clientX=(this.relatedTarget=(Qr.call(this,t?t.type:""),this.currentTarget=this.target=null),this).offsetY=this.offsetX=0,""),this.keyCode=0),this.ctrlKey=false),this.state=null,this.pointerId=0,this.pointerType="",this.j=null,t)&&(L=this.type=t.type,D=t.changedTouches&&t.changedTouches.length?t.changedTouches[0]:null,this.target=t.target||t.srcElement,this.currentTarget=G,G=t.relatedTarget,G||("mouseover"==L?G=t.fromElement:"mouseout"==L&&(G=t.toElement)),this.relatedTarget=G,D?(this.clientX=void 0!==D.clientX?D.clientX:D.pageX,this.clientY=void 0!==D.clientY?D.clientY:D.pageY,this.screenX=D.screenX||0,this.screenY=D.screenY||0):(this.offsetX=void 0!==t.offsetX?t.offsetX:t.layerX,this.offsetY=void 0!==t.offsetY?t.offsetY:t.layerY,this.clientX=void 0!==t.clientX?t.clientX:t.pageX,this.clientY=void 0!==t.clientY?t.clientY:t.pageY,this.screenX=t.screenX||0,this.screenY=t.screenY||0),this.button=t.button,this.keyCode=t.keyCode||0,this.key=t.key||"",this.charCode=t.charCode||("keypress"==L?t.keyCode:0),this.ctrlKey=t.ctrlKey,this.altKey=t.altKey,this.shiftKey=t.shiftKey,this.metaKey=t.metaKey,this.pointerId=t.pointerId||0,this.pointerType="string"===typeof t.pointerType?t.pointerType:xr[t.pointerType]||"",this.state=t.state,this.j=t,t.defaultPrevented&&h.M.preventDefault.call(this))}),xr={2:(DK(h,Qr),"touch"),3:"pen",4:"mouse"},Yr="closure_listenable_"+(1E6*((h.prototype.preventDefault=function(t){(t=(h.M.preventDefault.call(this),this.j),t).preventDefault?t.preventDefault():t.returnValue=false},h.prototype).stopPropagation=function(){(h.M.stopPropagation.call(this),this.j).stopPropagation?this.j.stopPropagation():this.j.cancelBubble=true},Math).random()|0),Vr=0,m=function(t){this.D=0,(this.Z={},this).src=t},RI=function(t,G,L,D,A){(this.capture=!!(this.U=D,G),this).listener=((this.key=(this.A=this.G=false,++Vr),this).g=(this.src=t,this.type=L,null),A)},yr=function(t){t.A=(t.U=null,!(t.listener=null,0)),t.src=null,t.g=null},Jb=(((m.prototype.add=function(t,G,L,D,A,r,n){return n=Jb(A,G,D,(t=this.Z[r=t.toString(),r],t||(t=this.Z[r]=[],this.D++),t)),-1<n?(G=t[n],L||(G.G=false)):(G=new RI(this.src,!!D,r,A,G),G.G=L,t.push(G)),G},m.prototype).remove=function(t,G,L,D,A){if(!((t=t.toString(),t)in this.Z))return false;return-1<(G=Jb((A=this.Z[t],D),G,L,A),G)?(yr(A[G]),Array.prototype.splice.call(A,G,1),0==A.length&&(delete this.Z[t],this.D--),true):false},m.prototype).hasListener=function(t,G,L,D,A){return jZ(function(r,n){for(n=0;n<r.length;++n)if(!(A&&r[n].type!=L||D&&r[n].capture!=G))return true;return false},(L=(D=void 0!==G,(A=void 0!==t)?t.toString():""),this).Z)},function(t,G,L,D,A,r){for(r=0;r<D.length;++r)if(A=D[r],!A.A&&A.listener==G&&A.capture==!!L&&A.U==t)return r;return-1}),HF="closure_lm_"+(1E6*Math.random()|0),WF=function(t){return(t=t[HF],t)instanceof m?t:null},aI=function(t,G,L,D,A,r){if(Array.isArray(G))for(r=0;r<G.length;r++)aI(t,G[r],L,D,A);else A=XN(A),D&&D[Yr]?D.y8(G,A,x(L)?!!L.capture:!!L,t):Ew(G,true,t,L,D,A)},SZ=function(t,G,L,D,A,r){if(D&&D.once)aI(A,L,D,G,t);else if(Array.isArray(L))for(r=0;r<L.length;r++)SZ(t,G,L[r],D,A);else t=XN(t),G&&G[Yr]?G.OQ(L,t,x(D)?!!D.capture:!!D,A):Ew(L,false,A,D,G,t)},Uw=function(t){return t in un?un[t]:un[t]="on"+t},cF=function(t,G){return t=K1,G=function(L){return t.call(G.src,G.listener,L)}},hb=function(t,G,L,D,A,r,n){if("number"!==typeof t&&t&&!t.A)if((A=t.src)&&A[Yr])A.fi(t);else if(n=t.g,r=t.type,A.removeEventListener?A.removeEventListener(r,n,t.capture):A.detachEvent?A.detachEvent(Uw(r),n):A.addListener&&A.removeListener&&A.removeListener(n),zb--,n=WF(A)){if((r=t.type,r)in n.Z){G=n.Z[r];b:if("string"===typeof G)D="string"!==typeof t||1!=t.length?-1:G.indexOf(t,0);else{for(D=0;D<G.length;D++)if(D in G&&G[D]===t)break b;D=-1}(D=(L=D,0)<=L)&&Array.prototype.splice.call(G,L,1),D&&(yr(t),0==n.Z[r].length&&(delete n.Z[r],n.D--))}0==n.D&&(n.src=null,A[HF]=null)}else yr(t)},un={},K1=function(t,G,L,D){return t.A?t=true:(G=new h(G,this),D=t.U||t.src,L=t.listener,t.G&&hb(t),t=L.call(D,G)),t},mv=function(t,G,L,D,A,r){if(Array.isArray(L))for(r=0;r<L.length;r++)mv(t,G,L[r],D,A);else(D=x(D)?!!D.capture:!!D,t=XN(t),G&&G[Yr])?G.tF(L,t,D,A):G&&(G=WF(G))&&(L=G.Z[L.toString()],G=-1,L&&(G=Jb(A,t,D,L)),(t=-1<G?L[G]:null)&&hb(t))},zb=0,Ew=function(t,G,L,D,A,r,n,T){if(!t)throw Error("Invalid event type");if(G=((T=WF((n=x(D)?!!D.capture:!!D,A)))||(A[HF]=T=new m(A)),T.add(t,r,G,n,L)),!G.g){if((G.g=(L=cF(),L),L.src=A,L.listener=G,A).addEventListener)II||(D=n),void 0===D&&(D=false),A.addEventListener(t.toString(),L,D);else if(A.attachEvent)A.attachEvent(Uw(t.toString()),L);else if(A.addListener&&A.removeListener)A.addListener(L);else throw Error("addEventListener and attachEvent are unavailable.");zb++}},p1="__closure_events_fn_"+(1E9*Math.random()>>>0),vF=[],u=function(t,G){t.K=((t.K?t.K+"~":"E:")+G.message+":"+G.stack).slice(0,2048)},p=[],bn=[],b=[],O=function(t,G){G.i.splice(0,0,t)},d=function(t,G,L,D){if(t.R)return t.X(t.l);return((G=(L=(G=t.P(230),G)>>3,C(t,G)),t.B)!=L>>3&&(t.B=L>>3,D=t.P(141),t.hF=Ow([0,0,D[1],D[2]],t.H7,t.B)),G)^t.hF[L&t[p].length]},C1=[],gg=function(t,G,L,D,A){if((A=(t.s=false,G[0]),A)==e)t.Ki=25,t.V(G);else if(A==p){L=G[1];try{D=t.K||t.V(G)}catch(r){u(t,r),D=t.K}L(D)}else if(A==vF)t.V(G);else if(A==b)t.V(G);else if(A==C1){try{for(D=0;D<t.P7.length;D++)try{L=t.P7[D],L[0][L[1]](L[2])}catch(r){}}catch(r){}(0,G[1])((t.P7=[],function(r,n){t.xN(r,true,n)}),function(r){O([dg],(r=!t.i.length,t)),r&&g(false,t,true)})}else{if(A==eZ)return D=G[6],L=G[2],l(t,137,G[4]?[D[0].j]:D),l(t,107,L),t.V(G);A==dg&&(t.o=null,t.I2=[],t.H=[])}},ln=function(t,G){return(G=d(t),G&128)&&(G=G&127|d(t)<<7),G},dg=[],l=function(t,G,L){if(230==G||220==G)if(t.o[G])t.o[G][t.N](L);else t.o[G]=t.lc(L);else if(143!=G&&253!=G&&124!=G&&128!=G&&35!=G||!t.o[G])t.o[G]=t.O(t.P,L);141==G&&sw(t)},M={},M$=(K.prototype.X=function(t){return(t=t().shift(),this.R().length||this.l().length)||(this.R=this.l=void 0),t},K.prototype.S_=(K.prototype.P=function(t,G){if(G=this.o[t],void 0===G)throw[M,30,t];return G()},K.prototype.qZ=function(t,G,L){if(3==t.length){for(L=0;3>L;L++)G[L]+=t[L];for(L=[13,8,13,12,16,5,3,10,(t=0,15)];9>t;t++)G[3](G,t%3,L[t])}},K.prototype.xN=function(t,G,L,D,A){if(this.K)t(this.K);else try{D=[],A=!this.i.length,O([e,D,L],this),O([p,t,D],this),G&&!A||g(true,this,G)}catch(r){u(this,r),t(this.K)}},function(t,G,L,D){try{D=t[((G|0)+2)%3],t[G]=(t[G]|0)-(t[((G|0)+1)%3]|0)-(D|0)^(1==G?D<<L:D>>>L)}catch(A){throw A;}}),function(t,G,L,D,A,r){if(!t.K){t.F++;try{for(D=(r=5001,A=void 0,t.Y),L=0;(t.z9||--r)&&(t.R||(L=t.P(230))<D);)try{G=void 0,t.R?A=t.X(t.R):(l(t,220,L),G=d(t),A=t.P(G)),A&&A.call?A(t):F(0,[M,21,G],t),t.s=true,B(false,false,t)}catch(n){t.P(122)?F(22,n,t):l(t,122,n)}r||F(0,[M,33],t)}catch(n){try{F(22,n,t)}catch(T){u(t,T)}}t.F--}}),BF=(W=K.prototype,function(t,G,L){return M$(((L=t.P(230),t).H&&L<t.Y?(l(t,230,t.Y),FN(t,G)):l(t,230,G),t)),l(t,230,L),t.P(107)}),sw=function(t){(t.H7=C(t,t.P(230))<<24|C(t,t.P(230))<<16|C(t,t.P(230))<<8|C(t,t.P(230)),t).B=void 0},y=(W.o2="caller",S.requestIdleCallback)?function(t){requestIdleCallback(function(){t()},{timeout:4})}:S.setImmediate?function(t){setImmediate(t)}:function(t){setTimeout(t,0)},F=function(t,G,L,D,A,r){if(3<(G=(0==(D=L.P(((r=void 0,G)&&G[0]===M&&(r=G[2],t=G[1],G=void 0),128)),D.length)&&(A=L.P(220)>>3,D.push(t,A>>8&255,A&255),void 0!=r&&D.push(r)),t="",G&&(G.message&&(t+=G.message),G.stack&&(t+=":"+G.stack)),L.P(237)),G)){r=(t=oI((G-=(t=t.slice(0,(G|0)-3),t.length|0)+3,t.replace(/\\r\\n/g,"\\n"))),L.I),L.I=L;try{Z(L,253,f(t.length,2).concat(t),12)}finally{L.I=r}}l(L,237,G)},e=[],XN=(W.Q8=36,W.N="toString",K.prototype.UQ=void 0,K.prototype.d4=function(){return d(this)},W.NZ=35,function(t){if("function"===typeof t)return t;return t[t[p1]||(t[p1]=function(G){return t.handleEvent(G)}),p1]}),ZK=(W.z9=(K.prototype.L=function(t,G){for(G=[];t--;)G.push(255*Math.random()|0);return G},false),function(t,G){return G[t]<<24|G[(t|0)+1]<<16|G[(t|0)+2]<<8|G[(t|0)+3]}),f=function(t,G,L,D){for(L=(G|(D=[],0))-1;0<=L;L--)D[(G|0)-1-(L|0)]=t>>8*L&255;return D},C=(W=K.prototype,function(t,G){if(G>=t.Y)throw[M,31];return(l(t,230,(G|0)+8),t).H[G>>3]}),Ow=function(t,G,L,D){try{for(D=0;-1934991136!==D;)G=(G|0)+(((L<<4|0)^L>>>5)+(L|0)^(D|0)+(t[D&3]|0))|0,D=D+2489668359|0,L=(L|0)+(((G<<4|0)^G>>>5)+(G|0)^(D|0)+(t[D>>>11&3]|0))|0;return[G>>>24,G>>16&255,G>>8&255,G&255,L>>>24,L>>16&255,L>>8&255,L&255]}catch(A){throw A;}},Ab=function(t,G,L,D,A){for(t.O=(t.l=void 0,t.v=(t.bc=0,false),t.Ki=25,t.Li=(D=(t.I2=[],[]),N$),t.lc=function(r,n,T){return T=(n=function(){return r},function(){return n()}),T[this.N]=function(P){r=P},T},t.R=void 0,t.s=!(A=0,t.G9=(t.F=0,t.mD=0,f1),1),function(r,n,T,P,Q,Y){return n=(P=(Q=(Y=this,function(){return Q[(Y.NZ|0)+(T[Y.o2]===r|0)-!P[Y.o2]]}),T=function(){return Q()},Y).V,T[Y.N]=function(k){Q[Y.Q8]=k},T[Y.N](n),T)});128>A;A++)D[A]=String.fromCharCode(A);O(((((((((((((((((t.S=((((((((((t.i=((t.w4=((((((A=(((l(t,230,((t.P7=[],t.v7=(t.o=[],function(r){this.I=r}),t).I=t,0)),l(t,220,0),l)(t,161,function(r){r.Zx(3)}),l)(t,59,S),window.performance||{}),t).uc=A.timeOrigin||(A.timing||{}).navigationStart||0,l)(t,74,function(r,n,T,P,Q,Y){B(true,false,r)||(Q=wg(r),T=Q.J,n=Q.$,P=Q.T,Y=n.length,T=0==Y?P[T]():1==Y?P[T](n[0]):2==Y?P[T](n[0],n[1]):3==Y?P[T](n[0],n[1],n[2]):2(),l(r,Q.C,T))}),l)(t,153,function(r,n,T){(T=(n=d(r),d(r)),l)(r,T,""+r.P(n))}),t.Dx=function(r,n){(n.push(r[0]<<24|r[1]<<16|r[2]<<8|r[3]),n).push(r[4]<<24|r[5]<<16|r[6]<<8|r[7]),n.push(r[8]<<24|r[9]<<16|r[10]<<8|r[11])},l)(t,145,function(r,n,T,P,Q){for(T=(n=ln((Q=d(r),r)),0),P=[];T<n;T++)P.push(d(r));l(r,Q,P)}),l)(t,163,0),l(t,133,function(r,n,T,P,Q,Y,k,X,a,v,V,R,E){for(P=Y=(R=(T=((Q=(X=d(r),V=function(J,U){for(;Q<J;)a|=d(r)<<Q,Q+=8;return U=a&(1<<(Q-=J,J))-1,a>>=J,U},a=0),V(3))|0)+1,V(5)),E=[],0);Y<R;Y++)v=V(1),E.push(v),P+=v?0:1;for(k=(P=(Y=((P|0)-1).toString(2).length,0),[]);P<R;P++)E[P]||(k[P]=V(Y));for(V=0;V<R;V++)E[V]&&(k[V]=d(r));for(n=[];T--;)n.push(r.P(d(r)));l(r,X,function(J,U,z,N,kr){for(U=(z=(kr=[],0),[]);z<R;z++){if(!(N=k[z],E)[z]){for(;N>=U.length;)U.push(d(J));N=U[N]}kr.push(N)}J.l=(J.R=(z=J.X,J).O(z,n.slice()),J.O(z,kr))})}),false),l(t,122,352),l(t,205,function(r,n){r=(n=d(r),r).P(n),mv(r[2],r[0],r[1])}),l(t,135,function(r,n,T,P){(P=(T=(n=d((T=(P=d(r),d(r)),r)),r.P(T)),r.P(P)),l)(r,n,P[T])}),l)(t,225,function(r,n,T,P){P=d((T=d(r),n=d(r),r)),l(r,P,r.P(T)||r.P(n))}),[]),l(t,102,function(r,n,T,P,Q,Y){if(!B(true,true,r)){if("object"==n1((r=(Y=(n=(Q=d((T=d(r),r)),Y=d(r),d(r)),Q=r.P(Q),r.P(Y)),T=r.P(T),r.P(n)),T))){for(P in n=[],T)n.push(P);T=n}for(P=(n=0,T.length),Y=0<Y?Y:1;n<P;n+=Y)Q(T.slice(n,(n|0)+(Y|0)),r)}}),l)(t,58,function(r){q$(r,1)}),l(t,244,function(r,n,T,P,Q,Y,k){if((n=d(r),T=ln(r),k="",r.o)[214])for(P=r.P(214),Q=P.length,Y=0;T--;)Y=((Y|0)+(ln(r)|0))%Q,k+=D[P[Y]];else for(;T--;)k+=D[d(r)];l(r,n,k)}),t.ic=[],l)(t,207,function(r,n,T,P){(T=(P=d((T=d(r),r)),n=d(r),P=r.P(P),r).P(T)==P,l)(r,n,+T)}),l)(t,140,function(r,n,T,P){(P=(n=(T=(n=d((P=d(r),r)),d(r)),r).P(n),r.P(P)),l)(r,T,P in n|0)}),l)(t,85,function(r,n){B(true,false,r)||(n=wg(r),l(r,n.C,n.J.apply(n.T,n.$)))}),l)(t,249,function(r){r.Zx(4)}),l)(t,217,function(r){r.$N(4)}),l)(t,101,function(r,n,T,P){(T=d((P=(n=d(r),d)(r),r)),r).I==r&&(T=r.P(T),P=r.P(P),r.P(n)[P]=T,141==n&&(r.B=void 0,2==P&&sw(r)))}),l)(t,128,[]),l)(t,68,function(r,n,T){0!=(n=(T=d(r),n=d(r),r.P(n)),r).P(T)&&l(r,230,n)}),false),l)(t,199,function(r,n,T,P,Q){(T=(n=(Q=(n=(Q=d((P=d(r),r)),T=d(r),d)(r),r.P(Q)),r).P(n),r.P(T)),l)(r,P,t6(n,T,r,Q))}),l)(t,35,[0,0,0]),l)(t,119,function(r,n,T){n=(n=(n=d(r),T=d(r),r.P(n)),n1(n)),l(r,T,n)}),L1(),l(t,98,function(r,n,T,P,Q,Y){B(true,false,r)||(Q=wg(r),T=Q.J,P=Q.T,n=Q.$,Y=n.length,T=0==Y?new P[T]:1==Y?new P[T](n[0]):2==Y?new P[T](n[0],n[1]):3==Y?new P[T](n[0],n[1],n[2]):4==Y?new P[T](n[0],n[1],n[2],n[3]):2(),l(r,Q.C,T))}),l)(t,147,function(r,n){FN(r,(n=r.P(d(r)),n))}),l)(t,124,[]),l(t,107,{}),l)(t,40,function(r,n,T,P){(P=(n=(T=d((n=d(r),r)),r.P(n)),r.P(T)),l)(r,T,P+n)}),l)(t,237,2048),l)(t,175,function(r){q$(r,4)}),l(t,3,0),l(t,143,[165,0,0]),l)(t,104,function(r,n,T){B(true,false,r)||(T=d(r),n=d(r),l(r,n,function(P){return eval(P)}(Gm(r.P(T)))))}),l)(t,253,t.L(4)),l)(t,23,function(){}),l)(t,208,function(r,n,T,P){(n=d((T=d(r),r)),P=d(r),l)(r,P,r.P(T)>>>n)}),l(t,125,function(r,n,T,P){if(T=r.ic.pop()){for(P=d(r);0<P;P--)n=d(r),T[n]=r.o[n];T[237]=(T[128]=r.o[128],r.o[237]),r.o=T}else l(r,230,r.Y)}),l)(t,38,t),l(t,246,function(r,n,T,P,Q){(n=(Q=(P=(T=(n=(T=(P=(Q=d(r),d(r)),d(r)),d(r)),r).P(T),r.P(P)),r.P(Q)),r).P(n),0)!==Q&&(n=t6(1,n,r,T,Q,P),SZ(n,Q,P),l(r,163,[Q,P,n]))}),t).H=[],t).Y=0,[b,L]),t),O([C1,G.R2],t),g(true,t,G.j_)},t6=((W.Xt=function(t,G,L,D){for(;L--;)230!=L&&220!=L&&G.o[L]&&(G.o[L]=G[D](G[t](L),this));G[t]=this},(W.AF=function(){return Math.floor(this.h())},W).g4=function(t,G,L){return(G=(G^=G<<13,G^=G>>17,G^G<<5)&L)||(G=1),t^G},W).W7=function(t,G,L,D,A){for(A=D=0;A<t.length;A++)D+=t.charCodeAt(A),D+=D<<10,D^=D>>6;return(D=new Number((t=(D+=D<<3,D^=D>>11,D)+(D<<15)>>>0,t&(1<<G)-1)),D)[0]=(t>>>G)%L,D},function(t,G,L,D,A,r,n){return n=function(){if(L.I==L){if(L.o){var T=[eZ,D,G,void 0,A,r,arguments];if(2==t)var P=(O(T,L),g(false,L,false));else if(1==t){var Q=!L.i.length;O(T,L),Q&&g(false,L,false)}else P=gg(L,T);return P}A&&r&&mv(n,A,r)}}}),FN=(W.JF=function(t,G,L,D,A,r){for(r=A=(L=[],0);r<t.length;r++)for(D=D<<G|t[r],A+=G;7<A;)A-=8,L.push(D>>A&255);return L},W.e_=function(){return Math.floor(this.bc+(this.h()-this.W))},function(t,G){((t.ic.push(t.o.slice()),t).o[230]=void 0,l)(t,230,G)}),Z=function(t,G,L,D,A,r){if(t.I==t)for(A=t.P(G),253==G?(G=function(n,T,P,Q){if((Q=((T=A.length,T)|0)-4>>3,A).V8!=Q){Q=[0,0,r[P=(Q<<3)-4,A.V8=Q,1],r[2]];try{A.r4=Ow(Q,ZK(P,A),ZK((P|0)+4,A))}catch(Y){throw Y;}}A.push(A.r4[T&7]^n)},r=t.P(35)):G=function(n){A.push(n)},D&&G(D&255),t=0,D=L.length;t<D;t++)G(L[t])},c,eZ=(K.prototype.pi=(W.h=(window.performance||{}).now?function(){return this.uc+window.performance.now()}:function(){return+new Date},void 0),[]),wg=function(t,G,L,D,A,r){for(A=((r=(D={},d(t)),D.C=d(t),D).$=[],t.I==t?(d(t)|0)-1:1),G=d(t),L=0;L<A;L++)D.$.push(d(t));for(D.J=t.P(r);A--;)D.$[A]=t.P(D.$[A]);return D.T=t.P(G),D};(K.prototype.V=function(t,G){return G=(t={},{}),function(L,D,A,r,n,T,P,Q,Y,k,X,a,v,V,R,E,J){G=(v=G,t);try{if((n=L[0],n)==bn)return v==t?21:78;if(n==b){V=L[1];try{for(R=(X=[],0);R<V.length;){if((r=(J=(E=(A=I[V.charAt(R++)],R<V.length)?I[V.charAt(R)]:0,++R,R)<V.length?I[V.charAt(R)]:64,++R,R)<V.length?I[V.charAt(R)]:64,++R,null==A)||null==E||null==J||null==r)throw Error();64!=(X.push(A<<2|E>>4),J)&&(X.push(E<<4&240|J>>2),64!=r&&X.push(J<<6&192|r))}l(this,141,[(this.Y=(this.H=X,this.H).length<<3,0),0,0])}catch(U){F(17,U,this);return}M$(this)}else if(n==e)L[1].push(this.P(124).length,this.P(237),this.P(253).length,this.P(143).length),l(this,107,L[2]),this.o[203]&&BF(this,this.P(203));else{if(n==p){(k=(D=(R=L[2],f((this.P(143).length|0)+2,2)),this.I),this).I=this;try{Y=this.P(128),0<Y.length&&Z(this,143,f(Y.length,2).concat(Y),15),Z(this,143,[1],104),Z(this,143,f(this[p].length,1)),V=0,T=this.P(253),V+=this.P(3)&2047,V-=(this.P(143).length|0)+5,4<T.length&&(V-=(T.length|0)+3),0<V&&Z(this,143,f(V,2).concat(this.L(V)),10),4<T.length&&Z(this,143,f(T.length,2).concat(T),153)}finally{this.I=k}if(a=((Q=this.L(2).concat(this.P(143)),Q)[1]=Q[0]^3,Q[3]=Q[1]^D[0],Q[4]=Q[1]^D[1],this).YN(Q))a="!"+a;else for(V=0,a="";V<Q.length;V++)P=Q[V][this.N](16),1==P.length&&(P="0"+P),a+=P;return(((X=a,this.P(124).length=R.shift(),l)(this,237,R.shift()),this.P(253)).length=R.shift(),this).P(143).length=R.shift(),X}if(n==vF)BF(this,L[1]);else if(n==eZ)return BF(this,L[1])}}finally{G=v}}}(),K.prototype).$N=function(t,G,L){for(L=(G=d(this),0);0<t;t--)L=L<<8|d(this);l(this,G,L)};var N$,f1,B=function(t,G,L,D){if(D=0<L.mD&&L.S&&L.w4&&1>=L.F&&!L.R&&!L.v&&(L.s||!t)&&0==document.hidden,!D||(D?L.h():L.B7)-L.W<L.mD-(G?255:t?5:2))return false;return L.v=!(t=L.P(t?220:230),l(L,230,L.Y),L.i.push([vF,t]),0)},g=function(t,G,L,D,A,r){if(G.i.length){(G.S&&0(),G).S=true,G.w4=L;try{D=G.h(),G.W=D,G.B7=D,r=rJ(G,L),A=G.h()-G.W,G.bc+=A,A<(t?0:10)||0>=G.Ki--||(A=Math.floor(A),G.I2.push(254>=A?A:254))}finally{G.S=false}return r}},q$=((K.prototype.Zx=(N$=function(t){return d(t)^d(t)},function(t,G,L,D){Z(this,((D=(L=(D=(t&=(G=t&4,3),d)(this),d)(this),this.P(D)),G)&&(D=oI((""+D).replace(/\\r\\n/g,"\\n"))),t&&Z(this,L,f(D.length,2)),L),D)}),K.prototype).YN=function(t,G,L,D,A,r,n,T,P,Q){for(Q=[],G=0;G<t.length;G+=3)T=G+1<t.length,L=G+2<t.length,A=t[G],n=T?t[G+1]:0,D=A>>2,r=L?t[G+2]:0,P=(n&15)<<2|r>>6,A=(A&3)<<4|n>>4,r&=63,L||(r=64,T||(P=64)),Q.push(H[D],H[A],H[P],H[r]);return Q.join("")},K.prototype[C1]=[0,0,1,1,0,1,1],f1=/./,function(t,G,L,D){Z(t,(L=(D=d(t),d(t)),L),f(t.P(D),G))}),L8=function(t,G,L){return G.xN(function(D){L=D},false,t),L},rJ=function(t,G,L,D){for(;t.i.length;){L=(t.v=false,t.i.pop());try{D=gg(t,L)}catch(A){u(t,A)}if(G&&t.v){y(function(){g(true,t,true)});break}}return D},Gm=function(t,G){return(G=PF())&&1===t.eval(G.createScript("1"))?function(L){return G.createScript(L)}:function(L){return""+L}}((K.bind&&(N$[K.prototype.N]=b.pop.bind(K.prototype[e]),f1[K.prototype.N]=b.pop.bind(K.prototype[e])),S)),w=S,Du=["botguard"];Du[0]in w||"undefined"==typeof w.execScript||w.execScript("var "+Du[0]);for(var q;Du.length&&(q=Du.shift());)w=w[q]&&w[q]!==Object.prototype[q]?w[q]:w[q]={};40<(c=S.botguard,c.m)||(c.m=41,c.bg=rg,c.a=Gb),c.Pau_=function(t,G,L,D){return[(D=new K(t,{R2:G,j_:L}),function(A){return L8(A,D)})]};try{c.u||(SZ(function(){},S,"unload"),c.u=1)}catch(t){};}).call(this);'));}).call(this);</script>
  <script type="text/javascript" nonce="ufogcOiSEBQ+VXI53TAnaw">
  document.bg = new botguard.bg('PauRL06GQqZ4+gtiNh9NUzeB6aZc/HtyRfGOem3ywpAyy3Ml+JAXqbn6hxfDddqqQcOm2ZJngpDwledZaNoDiaEuluPspA2DSo28rIlWBnzjwnhWMsW52I6u9P2WY/h+VemdV0GBpf2HnvYazpSAt2Y2J0UNQNGxCt87mErp7HdUZTYprqZc4C07r7I33r3otCSoXiQ26BbFRZlso4XoaNKqExPk9ZnUtO8xdbbrbrKSPk50JxstTnTQZ7aD+652dnEL60wTa9V4I6jjic6WUnC9UWaieibmepMOxioECEIroMFcStSdMAT4QIAsuMQmgFLkp0S7AOjD/U5sFFfNHOQzkZQwkqX2XwuHDkiFGZZ0hxczmENU6SeHB/6RmG/MtwGarfxRHykzugxaPUx2j46xk0CJUkMFR0nxtGPqzB/Jl2e5nFd8gTgLF2l1ZJ3Ap2XXL0/593BvkVGofoITy7JGCxt7SjX+NkwHKgYu7eJBXedHBbS14M2BHPLWnfODXqcOcw3xtj3wQ7gM1iSO7QLbsBhDCZH+lIEH+et2SdVYEroPK0phC+vY6ahp+xRhZwNkW3mFZC1ceHOA/gia+F3DvZHqGVbybcohoQD1APbU1IQVhoIDVmM30pE0jGxe4vIbNEQHsLutdnSlwePtgDnp3bi1g/eKjEP6ntov5MK03Mc9M7DyN4NxOKM6D54NPmOrkClz0+lHR3R+yF05fLtbwgRcwPncrlSrxRxEHkLsMROmQ31WijQyooyhjmcTmqORmyFlpr+Gx0cwTJxHuLffYvJNtwDgoonH5eUaYuGhVA4xcb67S5red+iPFOdydft3Y83n7x0JC7CvukncEfyRVtBM2CJrnxmmKo2K66zOkdv93VRcxsTl1spZV57NgS9I78q5rehm2ZMtw0Ju1GKz0p4wNPdqtJt9AC693RCvqFRk5/7gutyNmaMJ8G0AutzREX2nZKlCPz3ut/mFIA/wbTx8vW1OfpIOwRmowb61RDG9TE9YQNXe5phKkHrkUpHC9XFr5v71T/l08ZUrqFUX3KalAY3y6L57j/o7fz6hllVpouHdf1/SLbvNy4SD3xpoCda1dYiMTuc4NiMGmT3xfY/a4PAUOCGca7i+y27/tZaQGWJNs2st23h9jJApgY/ESKSsmEH4HDlXeWr/sD55rYjssbKA6AQ1KY+2NTw5PJtVcXI1jem/GJUnPRNQKZh6J51nwePPXO9AbNZTd2A59jOSTXeXRfYKVAtEN0mMIA5sVS4jHMbZgXeqwL3aubpvmjL5+ixDZFFbEvI+onWKwpnJaRpr2i1fWIyk0+V62eapaOdoiHyNuLL3eoqXFlQ6DPWSWd8jGGfyoBol2cWG9y3H910sb4IpRj9CKAsxFhFTAk0iOPwCYJI+ST3ChO0Uo5UIZFtTrxXbaiRPS/zrUZOE3575QqWORd0kH4ZDp9Nl24ORBp2Q14lhnVB7bTBy/WNuWgyJFGyLx4ZQnllPqFLJv8qVqipXrmvXFrHJ8ZnKcZqwhjB8mi/eIkJJJCv7fCRvm9bfTvndj32AHTs1EtHlCpw7kF6lKi8CqJlFOLNWw0+FMOltuPKv3reGqjqkN2WY3J+t/tosuh6nsmEFSfjrCLXv/w2hhKAz7d5lnZSJMfjEUoqsA/lLnP4dxHmxTuupVkUo45UM5NuVF/bLY5y5Rw/pImop+dDUm4nqVPQ+oIyekLQDFKaIxL5Hau869QovW8T3l0rwETvraMylYwuu7p0BfPYeudP2uS38XxC8O0R6QwXwsyfdFQXn45jA5Ih9rGCHG1vqUGkvxf/Yudt5kNZEtWrEOa9Y2anQVbCM3ZkVwUVVy4qW8+VN7SjgtYNRFazfvqkjKwM5q8EPlwEiD/eQoL5hPT9IHuC0vb5UI2VzVSFuqEQEHtShnwHaazR+elOYtJXMImmwP4+7j8RahJq+vw9Ki0ZN4T3yifMv3YK3F62VibSbnFhrARXgQL0KZyZqlq57eJNst3DScBSFFFWwr65WavLBygqWzFmaiAAw0i/9rElZIESR8yaA57Caf2q68laALriFKSXWHd4cWGEWP7qc1egxf7rQoAGsKAlhzZ9f5puGowY3OLkAGnXhv/LMZBbID+udl3QiKlzSvsYK6rYwfmvkZhhLC0ygxSTgcCH0w/g/V4s4BfZlbmDEtCOh8XLJPH+rJ4K0qQH+gjzllrJ6rrwHdL4+HnFjlK/AaPaFNQna1qLwcjiBZwyWId86snDXvxOQUPvYxqcb9W1e/PsGkNpgjVXzN9ZHS7bRoLz36NL8ERW1VFDrA4+8i6ey1zWvg5HXWBQWM6C+ywbw+HxTKZecqe3+B+GFys3tFMYvCooolvAoLi1/E0qsQcF/h1amboDMJsS5XJkkeYY2Bnxef41t4QutMBN2beN1NKbG3EOLElqMBhdbtWdtCQwRoac602spv/vOYbYWx5ullfZuP1Z414rI0mrqoaLbIsxw+/K5yqU4uzzyc0HgUCRn4kJyborguROXvGh92GkMwwGYULz0kR7mbIROXOy57kHwWpseY0tZUAxTp4zl/bAvVcAvNImhA/iDEBDMaKHCq3Sy4kkGR0Fu9SAlM+G0BsOykr9uOYCPxCrP7OQiLrTcOv00SIgeqGFWMupNURVwHW7MPnoNyUBxkWPTYBATPmZGdf01dQfkhTxACoGF03gOqc8KleyWA/4DDnjaOPQHiDGbkOdsP+k3AfhalfAv45rwhyTQrkTskkYiEuJoGXPMLI4CFlXiEbt/jmZLmr3uhv/Ldr2l5MC9+Coq/pf14XgGZNwM7RlL08TsVGGvr+PcH6UivELu+sbpwvGngXOoaxVnGtJPBc4LvEA1QNcJkSU1Zb66gC+TwQPkQ4ChghMhi4R5ys2pfyEjaOTZ9ABlJaM1cnKyTVHvcYyq7tJgNPl7RyH5IXvo82C+U2ocWcUBZPqjH8ISZT9xl6t75XM21zfaBfQzShRIYwe9TnaU0jUhQkqLMnRvuVVZvRUAg46un6++Pzmof4a1qUgUhCI1OnZpBd73Gx5B1vqAk4aaUdhYoZ3lf7cTs9m3Td14rkHKPjJDqS4zT5uSlibXst96RF+LFvp1C36pyEQJ5YgXSJbJlHUgS1d0Lpd+BXRnYgJjY1lo3Yxnw70IF8WEC+K+Q6QPS/pyCSSrOfj4pF71iJGPM4x2R/Qw8ckzTQGKBZzyRhYxOS31Z4UxVyrhJLRRSY9fxAPZEzooOLOzQBHS8W0O2lNUQvnAOjWeOJHk7NAeaQYh0zKo8Q7MRF9QqiwyfmFBPzMcUMdYeIpRdAfqy7BzcIyRcO00q1+GgHdd+gdeKS8aLY5NdaZFAERs+QYeUk+O6G2yyuifRI8j8ljPRCmgdV9ivV5b7/xPjxEe7i++eCJ7cihXZqpvTGG6HTt4UrMI7NiVWD8XsHVMOuQSKkH3waNYAkUurzCVMb4XsJHWby/8pMOfT6xi8R68bhNAizvo2Hql6VkM1ecWpa7rQdfqx3j5IlP4MTDQP9jz2a3FAw07FkPpKUvpxkl+0AeMdoKemW3bTuWTPhYZvRvUyPwNnhZbAX43McDnqu1+ZsfA2HDf6YjyNbTiEoqJ/EULJ+AkxwAz5Gi4Nq2h8Q6M5kR0LU5CAzh3qmIKPCXsOxwpxzCb6sypcCozeU598cwCJFkxTN395ZP2PlyG75p8CNiOKg7h4RPtNB1lpBCBKTzJBCrxV3qx7AOmqaNXeO/sgDM2Z7D45j1WDY6lxG1oB7e6UpBDt2zbPwbcMYk4KYPILLpDP5X9pMK8A3x4WsNDNhYvspRDdSX2PqeSxiQZVOUeH59VSh2fTJBZa0FEx9xOBgHpCd6rpmA6NfNux9at2egPGqOmCHqJ1JSQqsSEsdfOtskEEaLzr62KiCa9DXyrfIJHxzIoTkguzTTXLlTzXctZhHcxbvoOiub8aS9SDTJ8pIP8T1KDelJ9ZrSHNaqCFNmJhqFpdkHMfaK464UcyGS7lrKOxN6kriTSTg2leofroSARE0fpfYNoVE8NrkEYGMDRwIBAXjQmODtFCZQEX8/ybPKfIb/U5a7I63rblvGa4FJ+hx9tQf3c0MDM8qxvh8kEM8QWoduUgGDHcGUSqIzRg8bcnV0tgTm2/UuCjgJTmV3erLLhU0bPJKEFE+keQLvj0R54/0nxzo1wszlqzSG9XqBTfIpa6/2LeV3D84XqwYM6FqkMhdW/DYZ5MR1fjB27eAE68hWqevzwm9auaIDzjkC+M7Eu+bRai8IWzoO27o8guqgcv6AD3f33uzZfQ9Tt309bgpIun7rTI3M7cKuDHWgW8uqT/+QNsVwcXYK72Osv8EPMJIsbcwZjR6UbcBr5ZuUdhpwp390Rwt2b3OB8GN+pa94H5QaFj5COcwhEIogi4Kmz4puQ53U0iR9u+CRB+9V24XrJ+9JYCe4KOipF39mVALAJT+ebBqDa7hX4BaB5H+ZiNx8xLQMFSjU6rpZ+TlRXUH6CN2uOoa2fPA/01MdcX6fzOvjWWxUB/5qOfTSdAG8MOSHRSykeugFCNX7IT3A+rJbqkJcwRzH0sxIopuEZ9GFwfF6i2zXDKBYQMqUSIELak/dfBoSrSIMF5iLg3fxcFFgOaKxrbgmivUdfPzteu5vYdtn7Dwv0ArjtucIOxTWjJ+pZqeFxIUP058cOgtpZKF7dIT+c4PjdN5PG5TSV9a7Jq7svpKluEt5zlgWod94Lo0HK76kvaUrIYHKiMjkT6EDgx3gppyryEFs3+bR0c1WCnpVYpoN/3xIZpVOPHbsjIWLXv/Rv1FJyrHs3Wq/Nckv/a4ZCcKJuSB3c9VaNmDSHDHFkpMPZHYT4iNOdhkygMxp2cS6WvbDSI1dk30DOH6W1L69hYE6s8hIYBDKgEMsw0lNikCJxtAVC5oVg8tTvDsjdTrlEpGcm1KN4DMoMEqb9WLIM5lACN557bnrOpQHN6J6tDgBKj9MfehajrPTVwRpBLm4Gzm9hKHhH2xPQm9eJ6W/tOG8fOtWk4yCP9BCDBJnjhcpWKuVGAI7gz4+KGyz4XR1yLz4Ia6X1SWvKNQhGW+qIWBmLufdHG4sRDK9oNGQMolaqJYSQ6QKHFerCMPowqZLrxBg8q19EBpJC9bMChAxr6nloPANXmQCqvQ5dkDgNIwAXZARv3ELxVA47ANp6w1+9yMqf4weNvowmgBlSOEitiDQNwcwvCVwU9qkKYGiCRmR7xwI1kXBDsbdXnposaJ/tcnahtYkyN4MtP2lGXq5lvCG/yJalnt/IR7ZlloTCmHxcBgL59yRopLbQfdUQ6CCV2NTBdlrdAin+1KsNekgy2zikJ66PRZZfIoBb5nBU8bFP5dxNaXZOReul4DxQxurOSdhTT1lDEMruoUpA61t40iEhgMz/CrNpkgDjs5HqPZ6etFcwC5T5NL+RZidsJBAnGdDynotjD5KLjAriN583Bre6mie2gJN3FRU1WusH4yE/pcbYHXZLi0wpK/TAkc2zy9GkBPo1FYTabtx6XaQ56ukleBaIzmL8YJAGQ9lA9OXWS46bkI01MIpV4e5Y5RG0M5+mFoW3Fh/p/rgzB9JeaFCMKe1o7A8Z1crO1ZeZC0pwoPvdxnfA5NDW2CPyuXC6OTAFd1YZnvSZq/U652HKTrpxSVxMqlBX2Z1uOWfhqF68xqbxXwAq54LxBmj/U78PaE4bXzYomAq/T9fe2QlBCNF/5fv7bybEkpBfFBbtOTPjC+47CysoUqoynbcCUi8I2aOh+Y/699KhduaAJD/DapZNHjEwxY/uUf7EuYVPpiNXZI/EZ7V2/ufISQH9jpEE/cpIrkcAiVPWoN4G5u8qxmgSH602zHVyGEpBKymyJDW6dDVIgz9pFqhJ2hHeMD45kfDsZ4FWKHf3s1DveLpEETZyPh/eM8BsrJ7HocM0l1to5GauspDp9fGMQwABs0jQ0HBnAg/+ub/2//lm6fCmJ15Pr2C6Aqo+YREUWsYNiUdOKeuh7/9lZSRLvzdrtLIGm+l2n0V83hulau3YhmdX6d8MspfBx/gL+6dX1jsjiE1xb2cjPbeUovvvmQulOLWBP6bvugi8G249iPu8nbtqQXZsrl0Tv55WJ2DZnIbXUD1RuXD6AtD7kMTOGlt4VAPI2+RhurwfjupVObMh1qIxAUmnUUTwuolPFdvdnX+8QbnjDKD8VqUaKrbPQM751a3W1A5BpEVqCtAVfp2qBEYx0CZFw7B+swzLrh7WpUVMl660PxCFzeBWbR/TNi7clwQip1oRzwyuW6ld6au/fsmxIgeGTYD6Kjs+cfViUiVt/GrZSsRKKRJzUZQ/719xaAByl4KaljpG+7FQ8m2E0aXJu7h35Yiwb6WHrfLo+D4xVxHhVBW/srF0J3F/j6VWKDDFxctLZYaOIsbq52HJY9X0EU9Vpeyh4YZtXKTiHs1KGEq/qapgCdJBxEfGDpnhg2gu5Mqd5qgwLquUlhWqB6nw1jXj+h2Owy6Fw2yDnw+i5ImQI8o2NMX4fwZR5N1/GhvNo4mp3of2Wn4WfjASb+3MNRuLn7dTuO4EuhNW0RHkcHa6wvlCtZQXMVEKrW/wR0vOGx9pwychYOdxJKpglbPrWyrPe6jqJZineKA41A7b1HOC13CJWAjmXOpJZcnfjw9xi7SQ/TJeEmkFCO6X1B4Ib49OE7SjQVGAyd2lmfq4d4X9l1mmwoAsX/sggPNjUxdTfkNPzQO7J8iXOp4esVepelG6Sc9UmBHvYBS3KCFBJuhr4hF22hmuRhCP6uu5+VXHcg8zxJBPs16By2qjwrCAC+dJIdI4OXuhM8kPe1L/hZbJEtPDX/Boc/LFRoV4Dq7mrlRI0LPVOo8dom3MvHOrSfyA1nWIRaq2+5fLA80n8mJ8un9AdSuR8AqzCEubI1ylbGSJHulr/KF7BrL6gQ+/swlUG6BY+ok67NTZk8uD/4uCnCLCqES2Xol0c/+U+htu4XN5KAKcMGib8/ackPt79V5p8OeGOKIhdfYsDC2iiJvEKNcIjAKe2oM3GHxjTumC6Wzd5o3QVkuXPKb2cTmxiFEmApNoKnF1MemjcVdNkD13U0FUwROuckYaBbTK/Tf87649tqGAizVy/i6mLQcystcTKrGE+OlkiyFpyjylG2qnqvfaUell8Nm5BmukRlUxDFMBjHStiIliMxE9GirGExXtJUH5Ij77EHg2KVk3eLSy/qAD851UnzUuo1jczP1Rx6LM7gAmsXBswgzG7DOlZUh0Y4mgtiR3XUjDlQc3AQHxX/Up9wUaCcYaJFbkqgEGIoekfC8tsyrC7x2Wvm4E/A1IcxIcDEyC5BCpa8L8ufmU6Q0gleXXDDfXvKmnFHs0mhl1h2O2J4Ouftd4qnXCxVVd0hFzADegMmQd7VThmImVkvObWpI3svGDf3/2w8EVeF2UZcNnv8qFbXwlFzoJMnMs02yiR2m4nFqJnr9fGqsqjH+BVg8/W0ek3fM2Zf/HxRvk4Q3fnP4W/moFZUfMWwqylBzBVrIJoMwpqiYiUavMXq0ZumkJSUSETZpKzdUAEC0NVTfuZMsBaB7KfVpYScGdYIy4xmqv5NiCO5bHYw41R0r6MwQLkqcKYNBCk3329V++2X4F5sMawl3RBS4a4p7BlSzXZD+QMwl3pBBobFHw4nY5/7GwZAz9gW9VhyX36BK12QPYVlJ0WKoZqG+nCgJbi6kUCyc6GGNZHCz74m6yazdPQEe8UAt68hiYvHSQK/JYGvp8SDzDQBMQ5ho6YuC3h3/2cvIvsfM+O5ggr1jne+QRYl5nL8REC5bR2ZVpA6xiZMD2IslH/O1gv3U9mfW6kibY7fOr3zqXhrfpTiyZn2vMrTgCvF7Sq2hq4qvBkRzNmAjTzkmQWiCpm5aTMV7sDMZXFFI7Jk3HGuCtvf3NPkoIS7XFotygE6rkwalpaZYdcSp2XD8B0V2Wjrqi8M0P7RdotK7yYM01INHd7XH7Vz/LWew14o78pLK265IPKTKSfnqBer73ACWiOteIpBWqxv43+zoFPp/2dZ5rXmPML2MVDBa9ZnuMfkJilHJF8H2bfwLDhYpWnOiqavOPz4AbyU+rmHa4l5TYFkdxAfz++1On1uUseDJ2b2K9/73XMtwi7Hv8pju0j4COphIbMCOLpd/hdDqiXnvf8XNaLdYuREsj1Bb1k3ds+Qhd1+AFC1Lh9bzzH5ublVh660tZwu8j/P/f0u1idhvOrQm0dFzWld6uMzpWINyYMUZVig0M4TFb3yZYu6WoO3YbVxehefhHXsXu5ab5OQfFuhRXfuUOtGgk4GCSnmWXesiDY9ak+p+xR9ng57GkExQK5MXVOgqlLLKalLXzQ68/PHZfYBIZjMKzzVWB66hRlUQ8XEBfIz+fP9kMvMRexb1uJaSmphTK+2bb2VJ68DmLN7iHC2+GPNmE8Lq2QluPH1R5TDtAEQ2Y717tJCrkOi4VC312aeed/XMTUJ3pOF9SSCxAbAbCdn7TJgymrSxlsxGA5OpDHdbpUpyagJyvKofYCv9bkdAX3b7dWISomvhy3vz7BqrF7P7EdYgm7RqSfmeVyQsRgpSXZ6f+Kp2do+uA1H7lLvL4inKqlZJGbzWIEESVrLrJ+tZKBlE35qs+yDxtjXY1Akqx6UVjtUjAIaYYGERwelGLRiLAWMqD9Yk3NcBfDfD9/XIqxueAlP0U2s7bLxGppuUoPslD8tD60aF59IwKQW5cTgWfytfl82haMaTrpwVI7ldtG+plgRPNGQb57Mjcp7BMtyCyt5hx3bxOCRy60TTi4uCRDi/WgJ9rdLQbsVY0i5t8aXRjb2RnpNGPYhRlJKXTjLQIiPVO15vrSc430gOUxATi3+TRtuQW+qruliGz4xbe9bz1W0DtIK1Fqcb/6v9c+ye6CaJd7HieqjeGCAaqxd9anE2x4FHbGjgQMB/DdTF1PySd1a9QkB6tW+85rttRLCebyF63YZIf1ChNM6d9otp6ze+/oW+69RlXYhmG7Q8dZqWKJDCp5rg6UfhGOhcseAX/1LFXJ6AA6ofi/8CRDLBliOYFkgQ26UIoNab3/YFz4Uw5njWXx99uq0YE+I3jHmmNoli+IDAGYj4ygK+ZEOFmOL845jlJExQ1eP4toANJ/NwobF6qn/XfNW5wGxSXrfGRnxxYwubqYEzxC4o2bOO+wuc7XUm6jnDNNMVqD79jXYxBsYOT1OwEzfswopDCMGtelcOWGEKQf6K41g337U3dyqJLoEhyextzz6Mpb/t4xr4D6yf+434hc713yMtpMLI/AHNLVKkUeTBuuvCgHXtLVqqobjSsTxucO1zz9UAPD9Gs3ytBQngVnR/jGKw62lthON3NOdw5sGQKVAjjUxCKz2Q/dqt63jkRjHaDPgVRKYWBudQSNYTGX5mRALm/9/L5gteWdstxSmofkVrdA4gbCA4z8hsKY88Thk+6hhH4yeN1U+xFK7uN3Wt76K17JIWLlTW4+7KHylKOYGfCTclbsHL+ummjHKeC5dXcP7+VobpnBwZqYUx4golDDw1P8YKpMVPsc3Lx7Ey01RXkCwAfuWZTWARlCiwNA34r8wI9TJyEjCF9xDw6pNu+x0sfAqfBrGzFVcnCYOIM0ZHy/Z766CqsATEw8yHLZcaR+m2lyXt9JiG06aezdRXgs2/lUZy9vFd4HNKkM6SPAzQKSZ79lrihqWc8/6Nu+TOcTo6TaodNdGkoICfwsljTYxH32XIVUG8BtxQy1yYzeKOqlwvsk8U8juGOwf+DXJv2hlFg7j0j4XukBMGl64f3fX4XYw8jToHveDtip8Fwt+X94IOrWX+DKHr4zqZCVCEyTLlDCw9VAdoadPFcOgeEyKnItDpoz1bVxQC65P20SW8M63TNvY3K2cf9/UPSynPR9lETz/A3sEH9VMTXQiMq4+V/NgUqAbbsniKAiF+JRFkmU3hwW+u2sgQvl8ve/UvjPMjEXdbLaTYUGv58cyexyoDuVcb82CKKvwRdSL6E5ZgSRNcOefcVK8o2Qx4hF60YH/r+f2UTrJSI0mxqfQaiz7dLK2D/aNGJfctSxSrf/vJUB+hLdJyUTkI/kywG/bOdRkQO+4gdrHaL4D9UtWg6ZIYbe3I1ErAyIzb7vnXBV+e0ffr5dwr6DXX1+GLrc2QXM1fQbHL81eFTDcjVU7aouReawRT7So1plTvxDbzY4H/OzJE+e8o121MJB7ajq/lXK4bk/p1MKjwhcrY6xw8AYJNcK9kVIZlviGbaL/ylXqMMa7l8ZGuO6D6Wn9tMfHzvKb6MtN8Pef8E3av5MPNZYH7r/HU8fbyBlQ11cbwxlYSCIzKiJHvDGBslYgaAE27SZvIYgT1wbQjCuv82WEDBZzwlNnFaPa+4kR7xiUDlvx7PFxfH4bjVTBBqmS9RmeMIDzpyn8PU2iJ92BB5+UdugMwtvm0cCCGHbBRlkzb/b02YWXaByC/2gibss9UTUZzsy0chZ6mYu7whAs7u5vTxJThp/7DMBoD063tjtqLUbyLWgisHkR0zOmtDln6l/nydahdbzxnIVJR6EQ7z9GOs71WbY0X03LCMOEXYrxl4tK3V5JJ8PkASkSrxjxRzxoweBqJR/wxwu8kkkRrbeZKRmH7tA1H/KvruJBZ7MSA7nH0yMBj9Ug4lfUgczjvlZurNqsIlNUevd7WCk4eWq/QKemKgLsH1RbALKE0DX8XaSWLbgcIQk05bCk98DX9hhwOEhfOOKsXfa0oflNEy9rRTMY6WJ+uXlOpdY0up9tipMn1OlOfpXzM6HFRT65Houi1m5Zj4iLSNATirwT62Op/0HlYGn671jhjE6vUBnZPFxapNBG+G9TAmngBAk9snHiY8907lP6P4MyYyqyld/ZZxVlEapgwJ2bNLadD+Rre6fnJcEqzBm/ZaBZ4PR+oJ6PUtAsVl26wLiwshTYO29tSWaTVwZoPzuiXyWvSI3cQyMrQWaPwy6pVVYM/A1C3ML5dzSEqX9g+s2GoIt7W6Tyjw4cwKd4dGTH9VVVC4pgjceTPhSZjhMYxt522L6iz/j797NYojjOL8X8RIVuCQ+yeyWF2HKLJUpbb83OvSdu9vCz/c3UMUVUOgqdztIIgJbBBYAZVofUf4MmPT95NHTR6gRvjLCHzEyZuhnfGwMyUFs5dHXWUEFaeG4t+x2z+vFDOhTovckbj0iiwXgSWws3iJ2sR+BiDRClON15vXH+LHlhLuoxe9zZXnwOs+Q0=');
  </script>
<script nonce="ufogcOiSEBQ+VXI53TAnaw">
  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="ufogcOiSEBQ+VXI53TAnaw">
  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="ufogcOiSEBQ+VXI53TAnaw">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
</script>
<script nonce="ufogcOiSEBQ+VXI53TAnaw">
  (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="ufogcOiSEBQ+VXI53TAnaw">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="ufogcOiSEBQ+VXI53TAnaw">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Foqc6mreqbo400400khekv5gl70%40group.calendar.google.com%2Fpublic%2Fbasic\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Foqc6mreqbo400400khekv5gl70%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%2Foqc6mreqbo400400khekv5gl70%40group.calendar.google.com%2Fpublic%2Fbasic\x26followup=https%3A%2F%2Fcalendar.google.com%2Fcalendar%2Ffeeds%2Foqc6mreqbo400400khekv5gl70%40group.calendar.google.com%2Fpublic%2Fbasic\x26osid=1\x26service=cl\x26passive=1209600');
  </script>
  </body>
</html>
