
<!DOCTYPE html>
<html lang="en">
  <head>
  <meta charset="utf-8">
  <meta content="width=300, initial-scale=1" name="viewport">
  <meta name="description" content="Free weblog publishing tool from Google, for sharing text, photos and video.">
  <meta name="google-site-verification" content="LrdTUW9psUAMbh4Ia074-BPEVmcpBxF6Gwf0MSgQXZs">
  <title>Blogger</title>
  <style>
  @font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), 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: local('Open Sans'), local('OpenSans'), 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 Blogger
  </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="AFoagUXewF-l6UZVYqYNrYaHsmdMqe41mw:1598108668764">
  <input type="hidden" name="continue" value="https://www.blogger.com/blogin.g?blogspotURL=http://www.ausgeruestet.com/&amp;zx=1ektzbmdcidtm">
  <input type="hidden" name="service" value="blogger">
  <input type="hidden" name="hl" value="en-US">
  <input id="profile-information" name="ProfileInformation" type="hidden" value="">
  <input id="session-state" name="SessionState" type="hidden" value="AEThLlzumt21R8wUrrNUWgStfUXcYNwMaVhF3YwJm3N0CMkUwNNivClDxtpMCQFhIn38lc_PUAPzvFlOf7uV1OESZb-J0QuKTkmi71U-4YMAeu5Wwg7zB8eRCCDildtrQPSj6nfYlF1PYUxZZ1SyNoBQQ3xiKHxRfiX0skflhjvFy_B6JDlru0zA3WS3WVJa0zKFThvSl1ix">
  <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%2Fwww.blogger.com%2Fblogin.g%3FblogspotURL%3Dhttp%3A%2F%2Fwww.ausgeruestet.com%2F%26zx%3D1ektzbmdcidtm&amp;service=blogger&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%2Fwww.blogger.com%2Fblogin.g%3FblogspotURL%3Dhttp%3A%2F%2Fwww.ausgeruestet.com%2F%26zx%3D1ektzbmdcidtm&amp;service=blogger&amp;hl=en-US">
  Sign in with a different account
  </a>
  </span>
  <span id="link-signup">
  <a href="https://accounts.google.com/SignUp?service=blogger&amp;continue=https%3A%2F%2Fwww.blogger.com%2Fblogin.g%3FblogspotURL%3Dhttp%3A%2F%2Fwww.ausgeruestet.com%2F%26zx%3D1ektzbmdcidtm&amp;hl=en-US">
  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="gfTmlmXw5BOrEpvvjXZgCA">
  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="gfTmlmXw5BOrEpvvjXZgCA">Function('var Q=function(J,f,H,X,P,U,b,m,q,n,Y,r,A,W){if(!(21==((J^965)&127)&&(P=this,X={},U=function(E,v){return(v=b.call(P,[fs]),H)[E%24386*f%24386*107*(v|0)%24386*f%24386]},b=P.F,U[P.P]=function(E){X[7120*f%24386]=E},U[P.P](H),H=X,W=U),(J|8)%37)){for(U=0;U<f;++U)XL[U]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(U),u["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(U)]=U;u[u[u["+"]=(XL[f]=P,X),"/"]=63,H]=f}if(!((J-9)%(J-3&(23==((J|(27==(((J>>2)%(15==((21==(((1==((J^258)&119)&&(P=X.type,P in H.Z&&PW(1,H.Z[P],f,X)&&(Q(93,true,X),H.Z[P].length==f&&(delete H.Z[P],H.G--))),24)==(J>>2&123)&&(X=function(){return H()},H=function(){return f},X[this.P]=function(E){f=E},W=X),J-2)&117)&&X.Kt&&D(0,f,X.Kt,H,void 0),J)+6&63)&&(W=!!(U=X.$h,(U|H)+f*(U^P)+(~U&P))&&!!(X.C&P)),100)||(H.push((b=(P=f[0]<<24,r=f[1]<<16,2*~(P&r)+-2*~P+-1*~r+(~P|r))|f[2]<<8,A=f[3],2*(A|0)+-1*~(b&A)+2*~A+-1*(~b^A))),H.push((q=f[4]<<24,m=f[5]<<16,-1*~(q|m)+(~q&m)+(q|~m))|f[6]<<8|f[7]),H.push((X=(U=f[8]<<24,n=f[9]<<16,-1*(n|0)+-1+-2*~(U|n)+(~U|n)),Y=f[10]<<8,(X&Y)+-1+-1*(~X^Y))|f[11])),J^369)&63)&&(this.h=f),1))&55)&&(m=[],b&&(U=HW(U,[b])),D(0,P,[],function(E,v,B,S,M,z){a:{for(B=(M=mg(UN,(z="string"===typeof E?E.split(P):E,v=E.length,U)),X);B<v;B++)if(B in z&&!M.call(void 0,z[B],B,E)){S=false;break a}S=H}!S||b&&!UN(E,b)||m.push(E.join(f))}),W=m),18==(J-3&91)&&(W=Math.floor(this.N())),63)||(U=T(H),U&128&&(U=(X=129+(~U&127)+2*(U|f),P=T(H)<<7,(X|0)+~X+-1*~(X|P))),W=U),54))){for(U=n=0;n<f.length;n++)U+=f.charCodeAt(n),U+=U<<10,U=(q=U>>6,(U|q)+~(U|q)+-1*(~U^q));W=((m=new (P=(U=(U+=U<<3,b=U>>11,-1+(U&~b)+-1*(U|~b)),U+(U<<15)>>>0),Number)(P&(1<<H)-1),m)[0]=(P>>>H)%X,m)}if(21==((J^35)&125)){for(P=[],X=m=0;X<f.length;X++)for(b=b<<H|f[X],m+=H;7<m;)m-=8,P.push((U=b>>m,(U|255)+-2*(~U&255)+-1*(U|-256)+(~U|255)));W=P}if(14==((J^17)&78))if(this.v)f&&(P=this.v,this.L(function(){f(P)})),W=this.v;else{try{X=Q(24,0,true,H,this,f)}catch(E){Q(58,2048,E,this),X=this.v,f&&this.L(function(){f(X)})}W=X}if(!((J|(27==(J-7&63)&&(P=H,P^=P<<13,P=(b=P>>17,(P|b)+~(P&b)+1),P=(U=P<<5,-1*(P|0)+(U|0)+2*~U+-2*~(P|U)),(P&=X)||(P=1),W=~P+-1*~(f|P)+(~f&P)),4))%44)){for(X=[];H--;)X.push(Math.random()*f|0);W=X}if(25==((8==(((27==((J^514)&59)&&(H.i=f,H.listener=null,H.W=null,H.src=null,H.H=null),4==((J^94)&87))&&H.s.splice(f,f,X),J>>1)&127)&&(W=!!(X.C&P)&&!!(X.D&P)!=H&&(!(U=X.Wo,-1*~P+2*(U&~P)+-1*(U^P)+(~U|P))||X.dispatchEvent(bp(64,4,32,f,P,2,1,8,H)))&&!X.hh),J)-3&127)&&(U=0<P.Mb&&P.f&&P.xh&&P.Qa<=f&&!P.c&&!P.ev&&(P.Ah||!H)&&0==document.hidden,q=X?255:H?5:2,m=U?P.N():P.nt,!U||m-P.Zg<P.Mb-q?W=false:(b=O(P,H?193:147),t(P,147,P.l),P.s.push([qd,b]),W=P.ev=true)),16==(J+9&125))if(n=X.J.Z[String(H)]){for(q=(n=n.concat(),0),r=f;q<n.length;++q)(b=n[q])&&!b.i&&b.capture==U&&(m=b.H||b.src,Y=b.listener,b.$&&Q(139,0,X.J,b),r=false!==Y.call(m,P)&&r);W=r&&!P.defaultPrevented}else W=f;if(26==((12==((13==(J+(((J^((J|6)%((J^(6==(J>>1&127)&&(b=f&4,U=-1*~(f&3)+-1,X=T(this),P=T(this),H=O(this,X),b&&(H=ns(191,(""+H).replace(/\\r\\n/g,"\\n"),-449)),U&&w(24,P,this,a(-255,H.length,-2,2)),w(24,P,this,H)),459))%55||(f=this.N()-this.Zg,W=Math.floor(this.th+f)),41)||(W=function(){if(X.h==X){var E=(U|0)+H+f*(U|H),v=[Yb,b,P,void 0,m,q,arguments];if(f+f*~U+f*(U&-3))var B=(Q(122,0,X,v),rf)(32,false,false,false,X);else E?(E=!X.s.length,Q(250,0,X,v),E&&rf(32,false,false,false,X)):B=up(v,0,X,32);return B}}),1==(J>>1&119)&&(W=(U=(m=P[X]<<24,q=P[(X|0)+1]<<16,H*(m&q)+-2*~(m&q)+-2+(m^q))|P[(X|0)+2]<<8,b=P[(X|0)+f],~b+-2*~(U|b)+(~U|b))),858))%70||isNaN(H)||(H>>f).toString(16),(J+3)%61)||(X.v=("E:"+H.message+":"+H.stack).slice(0,f)),5)&125)&&(X.jv=(P=TH(31,0,X,O(X,147))<<24,U=TH(31,0,X,O(X,147))<<H,(P|f)+~(P&U)+-1*~U)|TH(31,0,X,O(X,147))<<8|TH(31,0,X,O(X,147)),X.o=void 0),J)+4&47)&&(q=[],m=!!U,n=!P.s.length,b=[],Q(90,f,P,[EN,b,X]),Q(210,f,P,[ON,U,b,q]),m&&!n||rf(32,m,H,false,P),W=q[f]),J>>2)&63))for(P in b=f,H.Z){for(U=H.Z[X=f,P];X<U.length;X++)++b,Q(89,true,U[X]);delete (H.G--,H.Z)[P]}return W},j_=function(){},S_=function(J,f,H,X,P){return P=ot(X,J),P==H||P==J&&typeof X.length==f},Md=function(J){return Object.prototype.hasOwnProperty.call(J,zH)&&J[zH]||(J[zH]=++V4)},tS=function(J){J.co=(J.X=function(){return J.co?J.co:J.co=new J},void 0)},g=this||self,p,It=function(J,f,H,X){return(X=typeof f,X)==H&&f!=J||"function"==X},Cs=function(J,f){return"function"==ot(J,f)},ot=function(J,f,H){return H=typeof J,H!=f?H:J?Array.isArray(J)?"array":H:"null"},zH="closure_uid_"+(1E9*Math.random()>>>0),HW=function(J){return Array.prototype.concat.apply([],arguments)},V4=0,$b=function(J,f,H,X,P,U,b,m,q,n){for(P=(q=(n=X.length,b=f,U="string"===typeof X?X.split(H):X,[]),f);P<n;P++)P in U&&(m=U[P],J.call(void 0,m,P,X)&&(q[b++]=m));return q},sN=Date.now,ZG,ns=function(J,f,H,X,P,U,b,m,q,n,Y){for(X=[],P=U=0;U<f.length;U++)n=f.charCodeAt(U),128>n?X[P++]=n:(2048>n?X[P++]=(b=n>>6,J+-1*(~b|192)):(55296==-2*~(n&64512)+-64513+2*(~n&64512)+(n|-64513)&&U+1<f.length&&56320==(f.charCodeAt(U+1)&64512)?(n=(q=(n&1023)<<10,2*(65536|q)+-1*~(65536&q)+~(65536|q))+(f.charCodeAt(++U)&1023),X[P++]=n>>18|240,X[P++]=(m=n>>12&63,128+-1*(m&-129)+-2*(~m^128)+2*(m|-129))):X[P++]=(Y=n>>12,H+-3*~(Y|224)+2*(~Y|224)),X[P++]=n>>6&63|128),X[P++]=-1+-1*~n+-1*(n&-64)|128);return X},u={},wf=function(J,f){return/^[\\s\\xa0]*([\\s\\S]*?)[\\s\\xa0]*$/.exec(f)[J]},UN=function(J,f){return 0<=FL(-1,0,1,J,f)},XL={},at,cW=function(J,f,H,X,P){if((H=f.length,H)>J){for(X=(P=Array(H),J);X<H;X++)P[X]=f[X];return P}return[]},gf=function(J,f){return f<J?-1:f>J?1:0},d=function(J,f){function H(){}((J.m=(H.prototype=f.prototype,f.prototype),J).prototype=new H,J.prototype).constructor=J},PW=function(J,f,H,X,P,U){return(P=FL(-1,H,J,f,X),U=P>=H)&&Array.prototype.splice.call(f,P,J),U},mg=function(J,f){var H=Array.prototype.slice.call(arguments,1);return function(){var X=H.slice();return(X.push.apply(X,arguments),J).apply(this,X)}},l,FL=function(J,f,H,X,P,U){if("string"===typeof X)return"string"!==typeof P||P.length!=H?-1:X.indexOf(P,f);for(U=f;U<X.length;U++)if(U in X&&X[U]===P)return U;return J},D=function(J,f,H,X,P,U,b,m){for(U=(m=H.length,b="string"===typeof H?H.split(f):H,J);U<m;U++)U in b&&X.call(P,b[U],U,H)};a:{var ps=g.navigator;if(ps){var df=ps.userAgent;if(df){ZG=df;break a}}ZG=""}var kb=function(J){return(J=g.document)?J.documentMode:void 0},lp="",Ls=function(J,f,H,X,P){for(P in X)if(H.call(void 0,X[P],P,X))return f;return J},Ks=function(J,f,H){return H=GH,Object.prototype.hasOwnProperty.call(H,f)?H[f]:H[f]=J(f)},Rt=function(J,f){for(var H,X=1,P;X<arguments.length;X++){for(P in H=arguments[X],H)J[P]=H[P];for(var U=0;U<xb.length;U++)P=xb[U],Object.prototype.hasOwnProperty.call(H,P)&&(J[P]=H[P])}},xb="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" "),y4=/\\b(?:MSIE|rv)[: ]([^\\);]+)(\\)|;)/.exec(ZG),e_=(y4&&(lp=y4?y4[1]:""),kb()),Nd=null!=e_&&e_>parseFloat(lp)?String(e_):lp,hS,GH={},fl=function(J,f,H){return Ks(function(X,P,U,b,m,q,n,Y,r){for(U=(Y=(q=wf((n=wf(1,(X=0,String)(Nd)).split("."),1),String(f)).split("."),Math).max(n.length,q.length),0);0==X&&U<Y;U++){m=q[U]||H,r=n[U]||H;do{if((b=(P=/(\\d*)(\\D*)(.*)/.exec(r)||["","","",""],/(\\d*)(\\D*)(.*)/.exec(m)||["","","",""]),0==P[0].length)&&0==b[0].length)break;r=(m=b[3],X=gf(0==b[1].length?0:parseInt(b[1],J),0==P[1].length?0:parseInt(P[1],J))||gf(0==b[2].length,0==P[2].length)||gf(b[2],P[2]),P[3])}while(0==X)}return 0<=X},f)};if(g.document){var mJ=kb();hS=mJ?mJ:parseInt(Nd,10)||void 0}else hS=void 0;var UW=9<=Number(hS),iK=!fl(10,"9",""),bK=function(J,f){if(!g.addEventListener||!Object.defineProperty)return false;f=Object.defineProperty({},"passive",{get:(J=false,function(){J=true})});try{g.addEventListener("test",j_,f),g.removeEventListener("test",j_,f)}catch(H){}return J}(),qm=function(){this.hh=this.hh},L=(qm.prototype.hh=false,function(J,f){this.defaultPrevented=this.g=!(this.type=J,this.currentTarget=this.target=f,1)}),G=((L.prototype.preventDefault=function(){this.defaultPrevented=true},L.prototype).stopPropagation=function(){this.g=true},function(J,f,H,X,P){this.A=(this.pointerType=(this.pointerId=(this.charCode=this.keyCode=(this.key=(this.button=this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=this.offsetX=((L.call(this,J?J.type:""),this).relatedTarget=this.currentTarget=this.target=null,0),""),0),this.metaKey=this.shiftKey=this.altKey=this.ctrlKey=false,this.state=null,0),""),null),J&&(H=this.type=J.type,P=J.changedTouches&&J.changedTouches.length?J.changedTouches[0]:null,this.target=J.target||J.srcElement,this.currentTarget=f,X=J.relatedTarget,X||("mouseover"==H?X=J.fromElement:"mouseout"==H&&(X=J.toElement)),this.relatedTarget=X,P?(this.clientX=void 0!==P.clientX?P.clientX:P.pageX,this.clientY=void 0!==P.clientY?P.clientY:P.pageY,this.screenX=P.screenX||0,this.screenY=P.screenY||0):(this.offsetX=void 0!==J.offsetX?J.offsetX:J.layerX,this.offsetY=void 0!==J.offsetY?J.offsetY:J.layerY,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.button=J.button,this.keyCode=J.keyCode||0,this.key=J.key||"",this.charCode=J.charCode||("keypress"==H?J.keyCode:0),this.ctrlKey=J.ctrlKey,this.altKey=J.altKey,this.shiftKey=J.shiftKey,this.metaKey=J.metaKey,this.pointerId=J.pointerId||0,this.pointerType="string"===typeof J.pointerType?J.pointerType:nl[J.pointerType]||"",this.state=J.state,this.A=J,J.defaultPrevented&&this.preventDefault())}),nl=(d(G,L),{2:"touch",3:"pen",4:"mouse"}),Yw="closure_listenable_"+((G.prototype.stopPropagation=(G.prototype.preventDefault=function(J){if(G.m.preventDefault.call(this),J=this.A,J.preventDefault)J.preventDefault();else if(J.returnValue=false,iK)try{if(J.ctrlKey||112<=J.keyCode&&123>=J.keyCode)J.keyCode=-1}catch(f){}},function(){(G.m.stopPropagation.call(this),this.A).stopPropagation?this.A.stopPropagation():this.A.cancelBubble=true}),1E6*Math.random())|0),K=function(J){(this.src=J,this.G=0,this).Z={}},rc=0,uK=function(J,f,H,X,P){this.src=((this.key=++rc,this.W=null,this.type=X,this.capture=!!f,(this.i=this.$=false,this).H=J,this).listener=P,H)},We=((((K.prototype.Bo=function(J,f,H,X,P,U){return-1<((U=(P=this.Z[H.toString()],-1),P)&&(U=We(0,X,-1,J,P,f)),U)?P[U]:null},K.prototype).add=function(J,f,H,X,P,U,b,m,q){return-1<(m=We(0,P,-1,((q=(b=J.toString(),this).Z[b],q)||(q=this.Z[b]=[],this.G++),f),q,X),m)?(U=q[m],H||(U.$=false)):(U=new uK(P,!!X,this.src,b,f),U.$=H,q.push(U)),U},K.prototype).remove=function(J,f,H,X,P,U,b){if(!(U=J.toString(),U in this.Z))return false;return-1<(b=We(0,X,(P=this.Z[U],-1),f,P,H),b)?(Q(29,true,P[b]),Array.prototype.splice.call(P,b,1),0==P.length&&(delete this.Z[U],this.G--),true):false},K).prototype.hasListener=function(J,f,H,X,P){return Ls(false,(P=void 0!==(H=(X=void 0!==J)?J.toString():"",f),true),function(U,b){for(b=0;b<U.length;++b)if(!(X&&U[b].type!=H||P&&U[b].capture!=f))return true;return false},this.Z)},function(J,f,H,X,P,U,b,m){for(b=J;b<P.length;++b)if(m=P[b],!m.i&&m.listener==X&&m.capture==!!U&&m.H==f)return b;return H}),Qi="closure_lm_"+(1E6*Math.random()|0),Du=0,TP=function(J,f){return f in Ab?Ab[f]:Ab[f]=J+f},jb=function(J,f,H,X,P,U,b,m,q,n,Y,r){if(!H)throw Error("Invalid event type");if(!(Y=It(null,X,P)?!!X.capture:!!X,Y)||UW)if((q=EW(m))||(m[Qi]=q=new K(m)),n=q.add(H,U,b,Y,J),!n.W){if((((r=OW(),n).W=r,r).src=m,r).listener=n,m.addEventListener)bK||(X=Y),void 0===X&&(X=f),m.addEventListener(H.toString(),r,X);else if(m.attachEvent)m.attachEvent(TP("on",H.toString()),r);else if(m.addListener&&m.removeListener)m.addListener(r);else throw Error("addEventListener and attachEvent are unavailable.");Du++}},ve=function(J,f,H,X,P,U,b,m){if(U&&U.once)oF(J,"object",P,"object",X,true,f,b,U);else if(Array.isArray(X))for(m=J;m<X.length;m++)ve(0,f,false,X[m],P,U,b);else P=Be("object",P),f&&f[Yw]?f.J.add(String(X),P,H,It(null,U,"object")?!!U.capture:!!U,b):jb(b,false,X,U,"object",P,H,f)},zP=function(J,f,H,X,P,U,b){if(J.i)return true;if(!UW){if(!(P=f))a:{for(X=(b=0,g),H=["window","event"];b<H.length;b++)if(X=X[H[b]],null==X){P=null;break a}P=X}return U=new G(P,this),Sb(0,J,U)}return Sb(0,J,new G(f,this))},Vi=function(J,f,H,X,P,U,b,m,q,n){if(Array.isArray(H))for(q=J;q<H.length;q++)Vi(0,f,H[q],X,P,U);else n=It(null,P,"object")?!!P.capture:!!P,X=Be("object",X),f&&f[Yw]?f.J.remove(String(H),X,n,U):f&&(b=EW(f))&&(m=b.Bo(X,n,H,U))&&Mm("on",157,null,0,m)},oF=function(J,f,H,X,P,U,b,m,q,n){if(Array.isArray(P))for(n=J;n<P.length;n++)oF(0,"object",H,f,P[n],true,b,m,q);else H=Be(f,H),b&&b[Yw]?b.J.add(String(P),H,U,It(null,q,X)?!!q.capture:!!q,m):jb(m,false,P,q,f,H,U,b)},EW=function(J,f){return(f=J[Qi],f instanceof K)?f:null},Sb=function(J,f,H,X,P){return(X=(P=f.listener,f).H||f.src,f.$&&Mm("on",157,null,J,f),P).call(X,H)},OW=function(J,f){return J=zP,f=UW?function(H){return J.call(f.src,f.listener,H)}:function(H,X){if(X=J.call(f.src,f.listener,H),!X)return X}},Ab={},Mm=function(J,f,H,X,P,U,b,m,q){"number"!==typeof P&&P&&!P.i&&((b=P.src)&&b[Yw]?Q(11,X,b.J,P):(U=P.W,q=P.type,b.removeEventListener?b.removeEventListener(q,U,P.capture):b.detachEvent?b.detachEvent(TP(J,q),U):b.addListener&&b.removeListener&&b.removeListener(U),Du--,(m=EW(b))?(Q(267,X,m,P),m.G==X&&(m.src=H,b[Qi]=H)):Q(f,true,P)))},tb="__closure_events_fn_"+(1E9*Math.random()>>>0),x=function(){(this.J=new K((qm.call(this),this)),this.Sv=this,this).mr=null},Be=function(J,f){if(Cs(f,J))return f;return(f[tb]||(f[tb]=function(H){return f.handleEvent(H)}),f)[tb]},IF=((((((d(x,qm),x.prototype[Yw]=true,x.prototype).bK=function(J){this.mr=J},x.prototype).addEventListener=function(J,f,H,X){ve(0,this,false,J,f,H,X)},x.prototype.removeEventListener=function(J,f,H,X){Vi(0,this,J,f,H,X)},x).prototype.dispatchEvent=function(J,f,H,X,P,U,b,m,q,n,Y,r){if(r=this.mr)for(P=1,H=[];r;r=r.mr)H.push(r),++P;if("string"===(U=(f=(n=J,q=this.Sv,H),n).type||n,typeof n)?n=new L(n,q):n instanceof L?n.target=n.target||q:(X=n,n=new L(U,q),Rt(n,X)),b=true,f)for(Y=f.length-1;!n.g&&0<=Y;Y--)m=n.currentTarget=f[Y],b=Q(263,true,U,m,n,true)&&b;if(n.g||(m=n.currentTarget=q,b=Q(391,true,U,m,n,true)&&b,n.g||(b=Q(135,true,U,m,n,false)&&b)),f)for(Y=0;!n.g&&Y<f.length;Y++)m=n.currentTarget=f[Y],b=Q(7,true,U,m,n,false)&&b;return b},x.prototype).Bo=function(J,f,H,X){return this.J.Bo(J,f,String(H),X)},x).prototype.hasListener=function(J,f){return this.J.hasListener(void 0!==J?String(J):void 0,f)},function(J){return J&&J.parentNode?J.parentNode.removeChild(J):null}),Cl,$w=function(J,f,H,X,P,U,b,m,q,n){function Y(r){r&&P.appendChild("string"===typeof r?X.createTextNode(r):r)}for(n=b;n<U.length;n++)if(q=U[n],!S_(H,J,f,q)||It(null,q,H)&&0<q.nodeType)Y(q);else{a:{if(q&&typeof q.length==J){if(It(null,q,H)){m="function"==typeof q.item||"string"==typeof q.item;break a}if(Cs(q,H)){m="function"==typeof q.item;break a}}m=false}D(0,"",m?cW(0,q):q,Y)}},sW=function(){this.I=g.document||document},Zu=(((((p=sW.prototype,p).M=function(J){return"string"===typeof J?this.I.getElementById(J):J},p.getElementsByTagName=function(J,f){return(f||this.I).getElementsByTagName(String(J))},p.createElement=function(J,f,H){return((f=(H=this.I,String(J)),"application/xhtml+xml"===H.contentType)&&(f=f.toLowerCase()),H).createElement(f)},p).createTextNode=function(J){return this.I.createTextNode(String(J))},p.appendChild=function(J,f){J.appendChild(f)},p).append=function(J,f){$w("number","array","object",9==J.nodeType?J:J.ownerDocument||J.document,J,arguments,1)},p.canHaveChildren=function(J){if(1!=J.nodeType)return false;switch(J.tagName){case "APPLET":case "AREA":case "BASE":case "BR":case "COL":case "COMMAND":case "EMBED":case "FRAME":case "HR":case "IMG":case "INPUT":case "IFRAME":case "ISINDEX":case "KEYGEN":case "LINK":case "NOFRAMES":case "NOSCRIPT":case "META":case "OBJECT":case "PARAM":case "SCRIPT":case "SOURCE":case "STYLE":case "TRACK":case "WBR":return false}return true},p).removeNode=IF,p.contains=function(J,f,H){if(!J||!f)return false;if(J.contains&&1==f.nodeType)return J==f||J.contains(f);if("undefined"!=typeof J.compareDocumentPosition)return J==f||!!(H=J.compareDocumentPosition(f),32+-1*(H|16)+2*(H&-17)+-1*(H^16));for(;f&&J!=f;)f=f.parentNode;return f==J},function(J,f,H,X,P,U,b){(b=H+J,Array).isArray(P)&&(P=P.join(f)),""===P||void 0==P?(Cl||(Cl={atomic:false,autocomplete:"none",dropeffect:"none",haspopup:false,live:"off",multiline:false,multiselectable:false,orientation:"vertical",readonly:false,relevant:"additions text",required:false,sort:"none",busy:false,disabled:false,hidden:false,invalid:"false"}),U=Cl,J in U?X.setAttribute(b,U[J]):X.removeAttribute(b)):X.setAttribute(b,P)}),wc=function(){},R=(tS(wc),function(J){(((this.qb=(this.O=((x.call(this),J||at)||(at=new sW),this).Kt=null,void 0),this).rb=null,this).Nb=false,this).Po=this.Dg=null}),bp=(((d(R,(wc.prototype.Un=(wc.prototype.pt="",0),x)),R).prototype.Xc=wc.X(),R.prototype).M=function(){return this.Dg},function(J,f,H,X,P,U,b,m,q){switch(P){case b:return q?"disable":"enable";case U:return q?"highlight":"unhighlight";case f:return q?"activate":"deactivate";case m:return q?"select":"unselect";case X:return q?"check":"uncheck";case H:return q?"focus":"blur";case J:return q?"open":"close"}throw Error("Invalid component state");}),aF=((R.prototype.removeChild=function(J,f,H,X,P,U,b,m,q,n,Y,r){if(J&&("string"===typeof J?Y=J:((P=J.Po)||(U=J.Xc,r=J,n=U.pt+":"+(U.Un++).toString(36),P=r.Po=n),Y=P),b=Y,this.rb&&b?(X=this.rb,q=(null!==X&&b in X?X[b]:void 0)||null):q=null,J=q,b&&J)){if(null==(m=(H=this.rb,b in H&&delete H[b],PW(1,this.Kt,0,J),f&&(J.a(),J.Dg&&IF(J.Dg)),J),m))throw Error("Unable to set parent component");R.m.bK.call(m,(m.O=null,null))}if(!J)throw Error("Child is not in parent component");return J},R.prototype.getParent=function(){return this.O},R).prototype.a=(R.prototype.bK=function(J){if(this.O&&this.O!=J)throw Error("Method not supported");R.m.bK.call(this,J)},function(){Q(33,"",function(J){J.Nb&&J.a()},this),this.qb&&Q(104,0,this.qb),this.Nb=false}),function(J,f,H,X){return f.classList?f.classList.contains(X):UN(FC(J,f,H),X)}),Ll=function(J,f,H,X,P){if(J.classList)D(0,"",f,function(U,b){J.classList?J.classList.add(U):aF("",J,"class",U)||(b=ce("string","class",J,""),gc("string",J,"class",b+(0<b.length?" "+U:U)))});else{for(P in X=(D(0,(H={},""),FC("",J,"class"),function(U){H[U]=true}),D(0,"",f,function(U){H[U]=true}),""),H)X+=0<X.length?" "+P:P;gc("string",J,"class",X)}},GP=function(){},FC=function(J,f,H){return f.classList?f.classList:ce("string",H,f,J).match(/\\S+/g)||[]},Kl=function(J,f,H,X,P,U,b,m){X.classList?X.classList.remove(m):aF(f,X,P,m)&&gc(J,X,P,$b(function(q){return q!=m},H,U,FC(f,X,P)).join(b))},gc=function(J,f,H,X){typeof f.className==J?f.className=X:f.setAttribute&&f.setAttribute(H,X)},ce=function(J,f,H,X){return typeof H.className==J?H.className:H.getAttribute&&H.getAttribute(f)||X},xw=function(J,f){J.classList?D(0,"",f,function(H){Kl("string","",0,J,"class",""," ",H)}):gc("string",J,"class",$b(function(H){return!UN(f,H)},0,"",FC("",J,"class")).join(" "))},RF,yi={button:"pressed",checkbox:((tS(GP),p=GP.prototype,p).Y=function(J,f,H,X,P,U,b){(X=(RF||(RF={1:"disabled",8:"selected",16:"checked",64:"expanded"}),RF)[f],U=J.getAttribute("role")||null)?(b=yi[U]||X,P="checked"==X||"selected"==X?b:X):P=X,P&&Zu(P," ","aria-",J,H)},"checked"),menuitem:"selected",menuitemcheckbox:"checked",menuitemradio:"checked",radio:"checked",tab:"selected",treeitem:"selected"},eb=(p.T=(p.j=function(J,f,H,X,P){if(X=J.M?J.M():J)P=[f],fl(10,"7","")||(P=Q(22,"_",true,0,"",FC("",X,"class"),f),P.push(f)),(H?Ll:xw)(X,P)},p.Jh=(p.RZ=function(){return"goog-control"},function(J){return J.M()}),function(J,f,H,X,P,U){if(X=f.M())this.ya||(U=this.RZ(),U.replace(/\\xa0|\\s/g," "),this.ya={1:U+"-disabled",2:U+"-hover",4:U+"-active",8:U+"-selected",16:U+"-checked",32:U+"-focused",64:U+"-open"}),(P=this.ya[J])&&this.j(f,P,H),this.Y(X,J,H)}),p.uK=function(J,f,H,X,P,U,b,m){if(J.C&32&&(m=J.Jh())){if(!f&&J.D&32){try{m.blur()}catch(q){}J.D&32&&(Q(201,-1,0,J,4)&&J.setActive(false),Q(73,-1,0,J,32)&&Q(17,16,false,J,32)&&J.T(false,32))}if(X=(fl(10,"9","")?P=m.hasAttribute("tabindex"):(U=m.getAttributeNode("tabindex"),P=null!=U&&U.specified),P))b=m.tabIndex,X="number"===typeof b&&0<=b&&32768>b;X!=f&&(H=m,f?H.tabIndex=0:(H.tabIndex=-1,H.removeAttribute("tabIndex")))}},function(){}),Nm=(d(eb,GP),tS(eb),{}),hb=((eb.prototype.RZ=function(){return"goog-button"},eb.prototype).Y=function(J,f,H){switch(f){case 8:case 16:Zu("pressed"," ","aria-",J,H);break;default:case 64:case 1:eb.m.Y.call(this,J,f,H)}},function(J,f,H){if(!J)throw Error("Invalid class name "+J);if(!Cs(f,H))throw Error("Invalid decorator function "+f);}),y=function(J,f,H,X,P,U,b,m){if(!(m=(R.call(this,H),f))){for(X=this.constructor;X;){if(P=(U=Md(X),Nm[U]))break;X=(b=Object.getPrototypeOf(X.prototype))&&b.constructor}m=P?Cs(P.X,"object")?P.X():new P:null}this.R=m};if(!Cs(y,(((((((p=(d(y,R),y).prototype,p.D=0,p).j=function(J,f){f?J&&(this.B?UN(this.B,J)||this.B.push(J):this.B=[J],this.R.j(this,J,true)):J&&this.B&&PW(1,this.B,0,J)&&(0==this.B.length&&(this.B=null),this.R.j(this,J,false))},p.a=function(){((y.m.a.call(this),this.Ho)&&this.Ho.detach(),this.isVisible()&&this.isEnabled())&&this.R.uK(this,false)},p).C=39,p.B=null,p).Jh=function(){return this.R.Jh(this)},p.Wo=0,p).Ct=true,p.$h=255,p.isVisible=function(){return this.Ct},p.isEnabled=function(){return!(this.D&1)},p).setActive=function(J){Q(273,16,J,this,4)&&this.T(J,4)},p).getState=function(){return this.D},p.T=function(J,f,H,X,P,U,b){H||1!=f?this.C&f&&J!=!!(this.D&f)&&(this.R.T(f,this,J),this.D=J?(P=this.D,-1*~(P&f)+(P&~f)+(P^f)+(~P|f)):(X=this.D,-1*~f+(X|~f)+-1*~~f+(~X^~f))):(U=!J,b=this.getParent(),b&&"function"==typeof b.isEnabled&&!b.isEnabled()||!Q(16,16,!U,this,1)||(U||(this.setActive(false),Q(272,16,false,this,2)&&this.T(false,2)),this.isVisible()&&this.R.uK(this,U),this.T(!U,1,true)))},"object")))throw Error("Invalid component class "+y);if(!Cs(GP,"object"))throw Error("Invalid renderer class "+GP);var fI=Md(y),Je=(hb("goog-control",(Nm[fI]=GP,function(){return new y(null)}),"object"),function(){}),Xn=(((d(Je,eb),tS(Je),Je).prototype.uK=j_,Je.prototype.Y=j_,Je.prototype).T=function(J,f,H,X){(Je.m.T.call(this,J,f,H),X=f.M())&&1==J&&(X.disabled=H)},function(J,f,H){y.call(this,J,f||Je.X(),H)}),PP=(hb("goog-button",function(){return new Xn(null)},(d(Xn,y),"object")),function(J,f,H,X,P,U,b){if((U=typeof P,U)==H)if(P){if(P instanceof Array)return"array";if(P instanceof Object)return U;if(b=Object.prototype.toString.call(P),"[object Window]"==b)return H;if("[object Array]"==b||typeof P.length==X&&"undefined"!=typeof P.splice&&"undefined"!=typeof P.propertyIsEnumerable&&!P.propertyIsEnumerable(f))return"array";if("[object Function]"==b||"undefined"!=typeof P.call&&"undefined"!=typeof P.propertyIsEnumerable&&!P.propertyIsEnumerable("call"))return"function"}else return J;else if("function"==U&&"undefined"==typeof P.call)return H;return U}),a=(sN(),function(J,f,H,X,P,U,b){for(P=(X|0)-1,U=[];0<=P;P--)U[(X|0)-1-(P|0)]=(b=f>>8*P,J+H*~b+(~b&255)+2*(~b|255));return U}),HP=function(J,f,H){return(H=f(654150).shift(),J.c(654150)).length||J.S(654150).length||(J.c=void 0,J.S=void 0),H},me={},e=function(J,f,H,X,P,U,b,m,q,n,Y){if(3<(n=((((b=[f,(m=O(J,193)>>3,U=m>>8,-1*~(U|255)+-1*(~U&255)+(~U|255)),(m|0)+(~m^255)+-1*(m|-256)],void 0!=X)&&b.push(X),0)==O(J,96).length&&(J.K[96]=void 0,t(J,96,b)),q="",H)&&(H.message&&(q+=H.message),H.stack&&(q+=":"+H.stack)),O(J,125)),n)){J.h=(Y=(n-=(P=(q=q.slice(0,(n|0)-3),q).length,(P|3)+4+(P|-4)),q=ns(191,q.replace(/\\r\\n/g,"\\n"),-449),J.h),J);try{w(24,222,J,a(-255,q.length,-2,2).concat(q),12)}finally{J.h=Y}}t(J,125,n)},T=function(J,f,H,X,P,U){if(J.c)return HP(J,J.S);return H=((f=(P=(X=O(J,147),X>>3),TH(31,0,J,X)),J.o)!=P>>3&&(J.o=P>>3,U=O(J,74),J.IZ=UP(24,J.o,[0,0,U[1],U[2]],J.jv,5)),J.IZ[P%8]),-1+(f&~H)+-1*(f|~H)},fs={},EN={},qd={},t=function(J,f,H){if(147==f||193==f)if(J.K[f])J.K[f][J.P](H);else J.K[f]=J.aZ(H);else if(80!=f&&222!=f&&239!=f&&96!=f&&138!=f||!J.K[f])J.K[f]=J.Ty(H,f);74==f&&Q(10,0,16,J)},Yb={},ON={},TH=function(J,f,H,X){if(X>=H.l)throw e(H,J),H.V;return t(H,147,(X|f)+8),H.U[X>>3]},Yz=function(J,f,H,X,P,U,b){for(b=(((f.vo=(f.c=void 0,25),f).Ah=(f.Lt=[],f.ev=false,f.Qa=(f.aZ=function(m,q,n){return Q.call(this,96,m,q,n)},f.S=void 0,f.Ty=function(m,q,n,Y,r,A){return Q.call(this,80,q,m,n,Y,r,A)},f.Mb=0,0),false),f).th=(U=[],0),0);128>b;b++)U[b]=String.fromCharCode(b);(Q(82,0,f,[me,(Q(218,0,f,((P=!!((((Q(66,64,(new Xn(((f.On=(X=((((((((((f.f=((((((((((((t(f,(f.Fc=(f.K=[],f.DO=function(m){return Q.call(this,42,m)},f.h=f,[]),147),0),t(f,193,0),f.xh=false,t(f,96,[]),t)(f,151,function(m,q,n,Y,r,A,W,E){(A=(W=(r=(Y=(E=(n=(q=T(m),T)(m),T)(m),T(m)),O)(m,n),O(m,Y)),O(m,E)),t)(m,q,Q(240,-1,1,m,A,W,r))}),t)(f,205,function(m,q,n,Y,r,A){A=(q=(r=(n=(Y=T(m),T(m)),T(m)),O(m,Y)),O(m,n)),t(m,r,+(q==A))}),t(f,195,function(m,q,n,Y,r){q=(r=(n=(Y=T(m),T)(m),O(m,Y)),O(m,n)),t(m,n,q+r)}),t)(f,235,382),t(f,222,Q(40,255,4)),t)(f,131,function(m,q){ih((Q(486,3,(q=O(m,T(m)),q)),m),q,147)}),t)(f,103,function(m,q,n,Y){n=(Y=(q=T(m),T)(m),T(m)),t(m,n,O(m,q)||O(m,Y))}),f).hK=function(m,q,n,Y,r,A,W,E,v,B,S,M){return Q.call(this,400,m,q,n,Y,r,A,W,E,v,B,S,M)},t)(f,57,function(m,q,n,Y,r,A,W){Q(156,1,true,false,m)||(A=bh(0,m,1),q=A.sn,n=A.wb,r=A.b,Y=r.length,0==Y?W=new q[n]:1==Y?W=new q[n](r[0]):2==Y?W=new q[n](r[0],r[1]):3==Y?W=new q[n](r[0],r[1],r[2]):4==Y?W=new q[n](r[0],r[1],r[2],r[3]):e(m,22),t(m,A.lK,W))}),t(f,68,function(m,q,n,Y,r,A,W,E,v,B,S,M,z,k){for(k=(B=(q=((n=Y=(A=(S=T(m),function(V,C,I,Z,c){for(;n<V;)Y=(c=T(m)<<n,(Y|0)+~Y+-1*~(Y|c)),n+=8;return Y>>=(n-=V,Z=(C=(I=1<<V,2*~(I&1)+-2*~I+-1*(I^1)),(Y|0)+-1*(Y^C)+(~Y&C)),V),Z}),0),A(3))|0)+1,A(5)),r=0,z=[],0);r<B;r++)W=A(1),z.push(W),k+=W?0:1;for(M=(-2+-1*~(k|1)+-1*(~k&1)).toString(2).length,r=0,E=[];r<B;r++)z[r]||(E[r]=A(M));for(r=0;r<B;r++)z[r]&&(E[r]=T(m));for(r=(v=[],q);r--;)v.push(O(m,T(m)));t(m,S,function(V,C,I,Z,c){for(C=(c=[],[]),Z=0;Z<B;Z++){if(!z[I=E[Z],Z]){for(;I>=c.length;)c.push(T(V));I=c[I]}C.push(I)}V.S=(V.c=V.Ty(v.slice(),47),V).Ty(C,47)})}),t)(f,239,[]),f).s=[],t)(f,145,function(m,q,n){Q(284,1,true,false,m)||(q=T(m),n=T(m),t(m,n,function(Y){return eval(Y)}(O(m,q))))}),t(f,21,function(m){m.Va(4)}),t(f,32,{}),t)(f,121,function(m,q,n,Y,r,A,W,E,v,B,S,M,z){if(!Q(540,1,true,true,m)){if((v=(Y=(E=(B=T(m),n=T(m),T)(m),T(m)),S=O(m,n),z=O(m,E),r=O(m,Y),O(m,B)),"object")==PP("null","splice","object","number",v)){for(A in q=[],v)q.push(A);v=q}for(M=(z=0<z?z:1,W=0,v.length);W<M;W+=z)S(v.slice(W,(W|0)+(z|0)),r)}}),false),t(f,85,0),t)(f,248,function(m,q,n,Y,r,A,W,E){if((n=Q(67,(q=T(m),-128),m),Y="",m).K[18])for(W=O(m,18),E=0,r=W.length;n--;)E=(A=Q(323,-128,m),2*(E|A)+2+(E^A)+2*(~E^A))%r,Y+=U[W[E]];else for(;n--;)Y+=U[T(m)];t(m,q,Y)}),t(f,26,g),t(f,163,function(m,q,n,Y,r,A,W){(q=(r=T(m),T)(m),W=T(m),m).h==m&&(n=O(m,W),Y=O(m,r),A=O(m,q),Y[A]=n,74==r&&(m.o=void 0,2==A&&Q(138,0,16,m)))}),t(f,34,function(m,q,n,Y,r,A,W,E,v,B){0!==(v=(n=(Y=(q=(B=(E=(W=T(m),T)(m),T)(m),T(m)),O)(m,B),O(m,W)),A=O(m,q),O(m,E)),n)&&(r=Q(244,-1,1,m,A,1,Y,n,v),ve(0,n,false,v,r),t(m,213,[n,v,r]))}),t)(f,185,function(m,q){Q(28,1,true,false,m)||(q=bh(0,m,1),t(m,q.lK,q.wb.apply(q.sn,q.b)))}),t)(f,225,function(m,q,n,Y){if(q=m.gb.pop()){for(Y=T(m);0<Y;Y--)n=T(m),q[n]=m.K[n];m.K=(q[125]=(q[96]=m.K[96],m.K[125]),q)}else t(m,147,m.l)}),t)(f,41,f),t(f,249,function(m){m.iK(4)}),t(f,30,function(){}),t)(f,125,2048),t)(f,66,function(m,q,n){q=(n=T(m),T(m)),t(m,q,""+O(m,n))}),t)(f,191,function(m,q,n,Y,r,A){A=(r=(n=(Y=(q=T(m),T)(m),T)(m),O(m,Y)),O)(m,q),t(m,n,A[r])}),t)(f,109,function(m,q,n,Y){(q=(Y=(n=T(m),T(m)),T(m)),t)(m,q,O(m,n)>>Y)}),t(f,213,0),f.gb=[],t(f,45,function(m,q,n,Y,r){for(r=(Y=T(m),Q(195,-128,m)),n=[],q=0;q<r;q++)n.push(T(m));t(m,Y,n)}),t)(f,207,function(m){qI(m,4)}),t(f,17,function(m,q,n){q=(n=T(m),O)(m,n),Vi(0,q[0],q[1],q[2])}),window.performance||{}),X.timeOrigin)||(X.timing||{}).navigationStart||0,t)(f,138,[0,0,0]),t(f,119,function(m,q,n,Y,r,A,W){Q(412,1,true,false,m)||(Y=bh(0,m,1),q=Y.b,A=Y.sn,r=q.length,n=Y.wb,0==r?W=A[n]():1==r?W=A[n](q[0]):2==r?W=A[n](q[0],q[1]):3==r?W=A[n](q[0],q[1],q[2]):e(m,22),t(m,Y.lK,W))}),"Submit")),"="),62,""),t)(f,80,[165,0,0]),t(f,214,function(m,q,n,Y){0!=(n=(Y=(q=T(m),T(m)),O)(m,Y),O(m,q))&&t(m,147,n)}),t(f,89,function(m,q,n,Y,r){r=PP("null","splice","object","number",(Y=(q=(n=T(m),T)(m),O(m,n)),Y)),t(m,q,r)}),t(f,107,function(m){qI(m,1)}),t)(f,106,function(m,q,n,Y,r,A){(Y=(r=(q=(n=T(m),A=T(m),T(m)),O(m,n)),O)(m,A),t)(m,q,r in Y|0)}),f).l=0,J.kh),f).U=[],[nI,H])),J).kh]),rf)(32,P,true,false,f)},bh=function(J,f,H,X,P,U,b,m){for(m=(U=(X=(((P=(b={},T)(f),b).lK=T(f),b).b=[],f.h==f)?(T(f)|J)-H:1,T)(f),J);m<X;m++)b.b.push(T(f));for(b.wb=O(f,P);X--;)b.b[X]=O(f,b.b[X]);return b.sn=O(f,U),b},up=function(J,f,H,X,P,U,b,m,q,n,Y,r,A){if(H.Ah=(n=J[f],false),n==EN)H.vo=25,H.F(J);else if(n==ON){b=(P=J[3],J)[1];try{r=H.F(J)}catch(W){Q(119,2048,W,H),r=H.v}b&&H.L(function(){b(r)}),P.push(r)}else if(n==qd)H.F(J);else if(n==nI)H.F(J);else if(n==me){try{for(q=f;q<H.Fc.length;q++)try{m=H.Fc[q],m[f][m[1]](m[2])}catch(W){}}catch(W){}(A=(H.Fc=[],J[1]))&&H.L(function(){A()})}else if(n==Yb)return Y=J[2],U=J[6],t(H,140,J[4]?[U[f].A]:U),t(H,X,Y),H.F(J)},N=function(J,f){try{Yz(f,this,J)}catch(H){Q(241,2048,H,this)}},uh=(N.prototype.rB=(p=N.prototype,(N.prototype.zy=false,N.prototype).Gy=function(J,f,H,X){return Q.call(this,14,J,f,H,X)},function(J,f,H,X){if(3==J.length){for(X=0;3>X;X++)f[X]+=J[X];for(H=[13,8,(X=0,13),12,16,5,3,10,15];9>X;X++)f[3](f,X%3,H[X])}}),function(J,f,H,X,P){return(r_(424,J,(Q((Q(212,(P=O(X,147),3),f),300),3,P),X.U&&P<X.l?(t(X,147,X.l),ih(X,f,147)):t(X,147,f),147),X,H),t)(X,147,P),O(X,32)}),O=((p.N=(window.performance||{}).now?function(){return this.On+window.performance.now()}:function(){return+new Date},N.prototype.Yh=function(){return T(this)},p).ft=(N.prototype.K8=function(J,f,H,X,P,U){try{X=J[(~(f&2)+9+(f&-3)+2*(f|-3))%3],J[f]=(P=J[f],U=J[((f|0)+1)%3],(P|U)+-1*(P&U)+-2*~P+2*~(P|U))-(X|0)^(1==f?X<<H:X>>>H)}catch(b){throw b;}},function(J,f,H,X,P,U){return Q.call(this,34,J,f,H,X,P,U)}),function(J,f,H,X,P){if(void 0===(H=J.K[f],H))throw e(J,30,0,f),J.V;for(X=7,P=f;X--;)P*=P*(3>X?f:1),P%=411;return H(18690*P)}),w=function(J,f,H,X,P,U,b,m,q,n){if(H.h==H)for(m=O(H,f),222==f?(U=function(Y,r,A,W,E,v,B){if((B=(W=m.length,(W|0)-4>>3),m.En)!=B){(v=(E=B<<3,(A=[0,0,q[1],q[2]],-2+-1*(E^4))+-2*(~E|4)),m).En=B;try{m.oZ=UP(J,Q(258,3,-1,(v&4)+5+2*(v&-5)+(~v|4),m),A,Q(19,3,-1,v,m),5)}catch(S){throw S;}}m.push((r=m.oZ[W&7],(Y|0)+-1*(r&Y)+-1+-1*(~r|Y)))},q=O(H,138)):U=function(Y){m.push(Y)},P&&U(-1*~(P|255)+-1*(~P&255)+(~P|255)),b=0,n=X.length;b<n;b++)U(X[b])},UP=function(J,f,H,X,P,U,b,m,q,n,Y){try{for(m=0;79669387488!=m;)X+=(f<<4^f>>>P)+(f|0)^(U=H[-1*~(m&3)+(~m&3)+(m|-4)],2*(m|U)+-1*~U+~(m|U)+-1*(~m&U)),m+=2489668359,f+=(n=X<<4^X>>>P,(n|X)+-1*~(n|X)+(~n^X))^(m|0)+(H[m>>>11&3]|0);return[X>>>J,(Y=X>>16,(Y|0)+~(Y&255)+256+-1*(Y^255)),(b=X>>8,-1*~(b&255)+-1),(X|0)+(~X^255)+-1*(X|-256),f>>>J,f>>16&255,(q=f>>8,(q|255)+-1*(q&-256)+-1*(~q&255)),255+-1*~f+~(f|255)]}catch(r){throw r;}},nI=(N.prototype.V={},p.JK=function(J,f,H,X,P,U,b){return Q.call(this,52,J,f,H,X,P,U,b)},p.ZO=function(){return Q.call(this,21)},p.wB=(p.el=function(J){return Q.call(this,36,J)},function(J,f,H,X,P,U,b,m,q){return Q.call(this,117,J,f,H,X,P,U,b,m,q)}),{}),r_=function(J,f,H,X,P,U,b,m,q,n){X.Qa++;try{for(m=(U=5001,q=(b=void 0,X.l),0);(X.zy||--U)&&(X.c||(m=O(X,H))<q);)try{X.c?b=HP(X,X.c):(t(X,193,m),n=T(X),b=O(X,n)),b&&b.call?b(X):e(X,21,0,n),X.Ah=true,Q(28,1,false,false,X)}catch(Y){Y!=X.V&&(O(X,f)?e(X,22,Y):t(X,f,Y))}U||e(X,33)}catch(Y){try{e(X,22,Y)}catch(r){Q(J,P,r,X)}}X.Qa--},ih=(N.prototype.P="toString",function(J,f,H){(J.gb.push(J.K.slice()),J).K[H]=void 0,t(J,H,f)}),WP=(N.prototype.F=function(J,f){return f=(J={},{}),function(H,X,P,U,b,m,q,n,Y,r,A,W,E,v,B,S,M,z,k,V,C,I,Z,c,WW,F,pl,Jb,vW,JS,XC,dc,kw,Q4,DG,AS,Pe,BW,ip,He){J=(I=J,f);try{if((B=H[0],B)==fs)return I==f?40:70;if(B==nI)if((z=H[1])&&33==z.charCodeAt(0))this.v=z;else{try{for(AS=[],F=0;F<z.length;){if((k=(r=(X=u[z.charAt(F++)],F<z.length?u[z.charAt(F)]:0),++F,C=F<z.length?u[z.charAt(F)]:64,++F,F)<z.length?u[z.charAt(F)]:64,++F,null==X||null==r||null==C)||null==k)throw Error();(AS.push(X<<2|r>>4),64)!=C&&(AS.push((vW=r<<4&240,Z=C>>2,-1*~(vW|Z)+(~vW&Z)+(vW|~Z))),64!=k&&AS.push(C<<6&192|k))}t(this,(this.l=(this.U=AS,this).U.length<<3,74),[0,0,0])}catch(lK){lK!=this.V&&e(this,17,lK);return}r_(424,235,147,this,2048)}else if(B==EN)JS=H[1],JS.push(O(this,239).length,O(this,222).length,O(this,125),O(this,80).length),t(this,32,H[2]),this.K[212]&&uh(235,O(this,212),2048,this);else{if(B==ON){(v=(P=a(-255,(JS=H[2],b=O(this,80).length,(b&2)+-1+-1*~(b|2)),-2,2),this).h,this).h=this;try{Y=O(this,96),0<Y.length&&w(24,80,this,a(-255,Y.length,-2,2).concat(Y),15),V=0,V+=(A=O(this,85),-1+-1*~(A|2047)+-1*(A^2047)),V-=(O(this,80).length|0)+5,W=O(this,222),4<W.length&&(V-=(DG=W.length,-2*~(DG&3)+(DG&-4)+3*(~DG&3)+2*(DG|-4))),0<V&&w(24,80,this,a(-255,V,-2,2).concat(Q(128,255,V)),10),4<W.length&&w(24,80,this,a(-255,W.length,-2,2).concat(W),153)}finally{this.h=v}for((S=Q(44,255,2).concat(O(this,80)),S)[1]=(WW=S[0],-1*(WW&3)+-1*~(WW|3)+(~WW&3)+(WW|-4)),S[3]=(E=S[1],n=P[0],(n|0)+-2*(E&n)+-1+-1*~E),S[4]=S[1]^P[1],m=0,Pe=[];m<S.length;m+=3)c=m+2<S.length,Q4=(U=m+1<S.length)?S[m+1]:0,Jb=c?S[m+2]:0,q=S[m],pl=q>>2,He=(Q4|0)+-1*~(Q4&15)+~Q4<<2|Jb>>6,XC=Jb&63,kw=(q&3)<<4|Q4>>4,c||(XC=64,U||(He=64)),Pe.push(XL[pl],XL[kw],XL[He],XL[XC]);if(ip=Pe.join(""))ip="!"+ip;else for(BW=0,ip="";BW<S.length;BW++)M=S[BW][this.P](16),1==M.length&&(M="0"+M),ip+=M;return(O(this,(dc=ip,239)).length=JS.shift(),O(this,222).length=JS.shift(),t)(this,125,JS.shift()),O(this,80).length=JS.shift(),dc}if(B==qd)uh(235,H[1],2048,this);else if(B==Yb)return uh(235,H[1],2048,this)}}finally{J=I}}}(),N.prototype.Va=function(J,f,H,X,P){for(P=(H=T(this),0);0<J;J--)P=(f=P<<8,X=T(this),(X|0)+-1*(f&X)+-1+-1*~f);t(this,H,P)},function(J,f,H,X,P,U,b,m,q,n){for(;P.s.length;)if(P.ev=f,n=P.s.pop(),q=up(n,X,P,U),b&&P.ev){P.L((m=P,function(){rf(J,H,H,false,m)}));break}return q}),QC=["botguard"],qI=((N.prototype.iK=function(J,f,H,X,P,U){return Q.call(this,12,J,f,H,X,P,U)},N).prototype.L=g.requestIdleCallback?function(J){requestIdleCallback(J,{timeout:4})}:g.setImmediate?function(J){setImmediate(J)}:function(J){setTimeout(J,0)},function(J,f,H,X){(X=T(J),H=T(J),w)(24,H,J,a(-255,O(J,X),-2,f))}),rf=function(J,f,H,X,P,U,b,m,q){if(P.s.length){(P.f&&0(),P.f=true,P).xh=f;try{U=P.N(),P.nt=U,P.Zg=U,q=WP(32,false,true,0,P,J,f),m=P.N(),b=m-P.Zg,P.th+=b,b<(H?0:10)||0>=P.vo--||(b=Math.floor(b),P.Lt.push(254>=b?b:254))}finally{P.f=X}return q}},h=g;QC[0]in h||"undefined"==typeof h.execScript||h.execScript("var "+QC[0]);for(var DB;QC.length&&(DB=QC.shift());)h=h[DB]&&h[DB]!==Object.prototype[DB]?h[DB]:h[DB]={};(l=g.botguard,l).bg=function(J,f,H){return J&&J.substring&&(H=l[J.substring(0,3)])?new H(J.substring(3),f):new l.szs(J,f)},l.szs=function(J,f,H){this.invoke=(H=new N(J,{kh:f}),function(X,P,U,b){return b=H.Gy(P&&X,U),X&&!P&&X(b),b})};try{l.u||(ve(0,g,false,"unload",function(){}),l.u=1)}catch(J){};')();</script>
  <script type="text/javascript" nonce="gfTmlmXw5BOrEpvvjXZgCA">
  document.bg = new botguard.bg('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');
  </script>
<script nonce="gfTmlmXw5BOrEpvvjXZgCA">
  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="gfTmlmXw5BOrEpvvjXZgCA">
  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="gfTmlmXw5BOrEpvvjXZgCA">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
  </script>
<script nonce="gfTmlmXw5BOrEpvvjXZgCA">
  (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;
  signinButton = document.getElementById('next');
  gaia_attachEvent(window, 'load', function(){
  gaia_scrollToElement(signinButton);
  });
  })();
</script>
  <script nonce="gfTmlmXw5BOrEpvvjXZgCA">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.a=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.a;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.h=function(b,c,a){var d=this.a;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.a;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.h;
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.g=b;this.f=c;this.c=m();this.b=!1},q=function(){var b=n,c=m();c==b.c||b.b||(b.c=c,(new k).get(b.f,function(a){var d=n;a&&a.status&&200==a.status&&"OK"==a.text&&(d.a&&clearInterval(d.a),d.b||(window.location=d.g))}))};p.prototype.start=function(b){if(this.a)return!1;this.a=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.b=!0;b.a&&(clearInterval(b.a),b.a=null)});
</script>
  <script type="text/javascript" nonce="gfTmlmXw5BOrEpvvjXZgCA">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fwww.blogger.com%2Fblogin.g%3FblogspotURL%3Dhttp%3A%2F%2Fwww.ausgeruestet.com%2F%26zx%3D1ektzbmdcidtm\x26hl=en-US\x26service=blogger\x26passive=true\x26noautologin=true',
  'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fwww.blogger.com%2Fblogin.g%3FblogspotURL%3Dhttp%3A%2F%2Fwww.ausgeruestet.com%2F%26zx%3D1ektzbmdcidtm\x26hl=en-US\x26service=blogger\x26passive=true');
  </script>
  </body>
</html>
