
<!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="AFoagUXHVBz1UqiSOgmK9Nq0XiGtCwgGYA:1565690875246">
  <input type="hidden" name="continue" value="https://www.blogger.com/blogin.g?blogspotURL=http://www.sourcedecalcium.com/feed/&amp;zx=sysng49eufrp">
  <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="AEThLlyXBWEGfZfBSM5DamOWhsEl2Nwue4zI_FmdZELjiBSAcSgjKgup1wqyXZTbMLz1_ilqJR9-E_yHb5shNW8vCFs494XaZ9cpkKFC2XIQQH5QjM6k5_gvMz68hK2zzETmqqjcdn2X37GfJ5ivK8BfVgekzqtBfcu6NHHv39UJkg2A0wxW-ME">
  <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.sourcedecalcium.com%2Ffeed%2F%26zx%3Dsysng49eufrp&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.sourcedecalcium.com%2Ffeed%2F%26zx%3Dsysng49eufrp&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.sourcedecalcium.com%2Ffeed%2F%26zx%3Dsysng49eufrp&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="T+mjE7ibiIibrrGBgw6nyA">
  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="T+mjE7ibiIibrrGBgw6nyA">/* Anti-spam. Want to say hello? Contact (base64) Ym90Z3VhcmQtY29udGFjdEBnb29nbGUuY29t */Function('var QR=function(Q,M,d,D,O){for(D=(M=[],d=0);D<Q.length;D++)O=Q.charCodeAt(D),128>O?M[d++]=O:(2048>O?M[d++]=O>>6|192:(55296==(O&64512)&&D+1<Q.length&&56320==(Q.charCodeAt(D+1)&64512)?(O=65536+((O&1023)<<10)+(Q.charCodeAt(++D)&1023),M[d++]=O>>18|240,M[d++]=O>>12&63|128):M[d++]=O>>12|224,M[d++]=O>>6&63|128),M[d++]=O&63|128);return M},MY=function(Q){for(Q=0;64>Q;++Q)L[Q]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(Q),x["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(Q)]=Q;(x[(L[64]="",x)["+"]=62,"/"]=63,x)["="]=64},x={},C,b=function(Q,M){return Q<M?-1:Q>M?1:0},n=function(Q,M){return"object"==(M=typeof Q,M)&&null!=Q||"function"==M},qY=function(Q){return/^[\\s\\xa0]*([\\s\\S]*?)[\\s\\xa0]*$/.exec(Q)[1]},dv=function(){},f=this||self,T,L={},$L=function(Q,M){function d(){}Q.prototype=(Q.a=(d.prototype=M.prototype,M.prototype),new d),Q.prototype.constructor=Q},E=function(Q,M,d){if(M=typeof Q,"object"==M)if(Q){if(Q instanceof Array)return"array";if(Q instanceof Object)return M;if("[object Window]"==(d=Object.prototype.toString.call(Q),d))return"object";if("[object Array]"==d||"number"==typeof Q.length&&"undefined"!=typeof Q.splice&&"undefined"!=typeof Q.propertyIsEnumerable&&!Q.propertyIsEnumerable("splice"))return"array";if("[object Function]"==d||"undefined"!=typeof Q.call&&"undefined"!=typeof Q.propertyIsEnumerable&&!Q.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==M&&"undefined"==typeof Q.call)return"object";return M};a:{var DQ=f.navigator;if(DQ){var rv=DQ.userAgent;if(rv){T=rv;break a}}T=""}var OL=function(Q){return(Q=f.document)?Q.documentMode:void 0},k="",pj=function(Q,M,d){return(d=wv,Object.prototype.hasOwnProperty.call(d,Q))?d[Q]:d[Q]=M(Q)},Lj=function(Q,M,d){for(d in Q)if(M.call(void 0,Q[d],d,Q))return true;return false},A=/\\b(?:MSIE|rv)[: ]([^\\);]+)(\\)|;)/.exec(T),a=(A&&(k=A?A[1]:""),OL)(),mw=null!=a&&a>parseFloat(k)?String(a):k,wv={},tC,h=(tC=f.document?OL():void 0,9<=Number(tC)),XK=!function(Q){return pj(Q,function(M,d,D,O,q,r,w){for(q=(O=(D=(d=qY(String((M=0,mw))).split("."),qY(String(Q)).split(".")),Math.max(d.length,D.length)),0);0==M&&q<O;q++){r=(w=D[q]||"",d[q]||"");do{if(0==(r=(w=/(\\d*)(\\D*)(.*)/.exec(w)||["","","",""],/(\\d*)(\\D*)(.*)/.exec(r)||["","","",""]),r[0].length)&&0==w[0].length)break;r=(w=(M=b(0==r[1].length?0:parseInt(r[1],10),0==w[1].length?0:parseInt(w[1],10))||b(0==r[2].length,0==w[2].length)||b(r[2],w[2]),w)[3],r[3])}while(0==M)}return 0<=M})}("9"),xL=function(Q,M){if(!f.addEventListener||!Object.defineProperty)return false;M=Object.defineProperty({},(Q=false,"passive"),{get:function(){Q=true}});try{f.addEventListener("test",dv,M),f.removeEventListener("test",dv,M)}catch(d){}return Q}(),B=function(Q,M){((this.defaultPrevented=false,this).currentTarget=this.target=M,this).type=Q},N=(B.prototype.preventDefault=function(){this.defaultPrevented=true},B.prototype.stopPropagation=function(){},function(Q,M,d,D){this.I=((this.pointerId=(this.state=(this.metaKey=this.shiftKey=(this.charCode=this.keyCode=((this.button=this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=(this.relatedTarget=(B.call(this,Q?Q.type:""),this.currentTarget=this.target=null),this.offsetX=0),this).key="",0),this.altKey=this.ctrlKey=false),null),0),this).pointerType="",null),Q&&(d=this.type=Q.type,D=Q.changedTouches&&Q.changedTouches.length?Q.changedTouches[0]:null,this.target=Q.target||Q.srcElement,this.currentTarget=M,M=Q.relatedTarget,M||("mouseover"==d?M=Q.fromElement:"mouseout"==d&&(M=Q.toElement)),this.relatedTarget=M,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!==Q.offsetX?Q.offsetX:Q.layerX,this.offsetY=void 0!==Q.offsetY?Q.offsetY:Q.layerY,this.clientX=void 0!==Q.clientX?Q.clientX:Q.pageX,this.clientY=void 0!==Q.clientY?Q.clientY:Q.pageY,this.screenX=Q.screenX||0,this.screenY=Q.screenY||0),this.button=Q.button,this.keyCode=Q.keyCode||0,this.key=Q.key||"",this.charCode=Q.charCode||("keypress"==d?Q.keyCode:0),this.ctrlKey=Q.ctrlKey,this.altKey=Q.altKey,this.shiftKey=Q.shiftKey,this.metaKey=Q.metaKey,this.pointerId=Q.pointerId||0,this.pointerType="string"==typeof Q.pointerType?Q.pointerType:sL[Q.pointerType]||"",this.state=Q.state,this.I=Q,Q.defaultPrevented&&this.preventDefault())}),sL=($L(N,B),{2:"touch",3:"pen",4:"mouse"}),e=(N.prototype.preventDefault=function(Q){if((N.a.preventDefault.call(this),Q=this.I,Q).preventDefault)Q.preventDefault();else if(Q.returnValue=false,XK)try{if(Q.ctrlKey||112<=Q.keyCode&&123>=Q.keyCode)Q.keyCode=-1}catch(M){}},N.prototype.stopPropagation=function(){(N.a.stopPropagation.call(this),this.I.stopPropagation)?this.I.stopPropagation():this.I.cancelBubble=true},"closure_listenable_"+(1E6*Math.random()|0)),HY=0,Cj=function(Q){Q.listener=(Q.L=true,Q.src=null,null),Q.Y=null,Q.R=null},Kj=function(Q,M,d,D,O){(this.key=++HY,(this.L=this.c=false,this).type=d,this).src=(this.capture=!!D,this.R=(this.listener=(this.Y=O,Q),null),M)},z=function(Q){this.G=0,this.src=(this.D={},Q)},TJ=(z.prototype.remove=(z.prototype.add=function(Q,M,d,D,O,q,r){return(r=TJ((Q=this.D[q=Q.toString(),q],Q||(Q=this.D[q]=[],this.G++),Q),M,D,O),-1)<r?(M=Q[r],d||(M.c=false)):(M=new Kj(M,this.src,q,!!D,O),M.c=d,Q.push(M)),M},function(Q,M,d,D,O){if(Q=Q.toString(),!(Q in this.D))return false;return-1<(M=TJ((O=this.D[Q],O),M,d,D),M)?(Cj(O[M]),Array.prototype.splice.call(O,M,1),0==O.length&&(delete this.D[Q],this.G--),true):false}),z.prototype.hasListener=function(Q,M,d,D,O){return(O=(D=(d=void 0!==Q)?Q.toString():"",void 0)!==M,Lj)(this.D,function(q,r){for(r=0;r<q.length;++r)if(!(d&&q[r].type!=D||O&&q[r].capture!=M))return true;return false})},function(Q,M,d,D,O,q){for(O=0;O<Q.length;++O)if(q=Q[O],!q.L&&q.listener==M&&q.capture==!!d&&q.Y==D)return O;return-1}),EL="closure_lm_"+(1E6*Math.random()|0),hC=function(Q,M,d,D,O,q,r,w){if(!M)throw Error("Invalid event type");if(r=n(O)?!!O.capture:!!O,!r||h)if((w=kL(Q))||(Q[EL]=w=new z(Q)),d=w.add(M,d,D,r,q),!d.R){if((d.R=(D=AC(),D),D.src=Q,D).listener=d,Q.addEventListener)xL||(O=r),void 0===O&&(O=false),Q.addEventListener(M.toString(),D,O);else if(Q.attachEvent)Q.attachEvent(ai(M.toString()),D);else if(Q.addListener&&Q.removeListener)Q.addListener(D);else throw Error("addEventListener and attachEvent are unavailable.");vY++}},BY={},NY=function(Q,M,d,D,O,q){if("array"==E(M))for(q=0;q<M.length;q++)NY(Q,M[q],d,D,O);else(D=n(D)?!!D.capture:!!D,d=e_(d),Q&&Q[e])?Q.ep(M,d,D,O):Q&&(Q=kL(Q))&&(M=Q.D[M.toString()],Q=-1,M&&(Q=TJ(M,d,D,O)),(d=-1<Q?M[Q]:null)&&oi(d))},VR=function(Q,M,d,D){if(Q.L)return true;if(!h){if(!M)a:{for(M=["window",(D=0,"event")],d=f;D<M.length;D++)if(d=d[M[D]],null==d){M=null;break a}M=d}return(M=new N(M,this),zJ)(Q,M)}return zJ(Q,new N(M,this))},vY=0,ai=function(Q){return Q in BY?BY[Q]:BY[Q]="on"+Q},kL=function(Q){return Q=Q[EL],Q instanceof z?Q:null},Ii=function(Q,M,d,D,O,q){if("array"==E(M))for(q=0;q<M.length;q++)Ii(Q,M[q],d,D,O);else d=e_(d),Q&&Q[e]?Q.LT(M,d,n(D)?!!D.capture:!!D,O):hC(Q,M,d,true,D,O)},zJ=function(Q,M,d,D){return(D=(d=Q.listener,Q.Y||Q.src),Q.c&&oi(Q),d).call(D,M)},AC=function(Q,M){return M=(Q=VR,h)?function(d){return Q.call(M.src,M.listener,d)}:function(d){if(!(d=Q.call(M.src,M.listener,d),d))return d}},oi=function(Q,M,d,D,O,q,r){if("number"!=typeof Q&&Q&&!Q.L)if((M=Q.src)&&M[e])M.Qn(Q);else if(D=Q.R,d=Q.type,M.removeEventListener?M.removeEventListener(d,D,Q.capture):M.detachEvent?M.detachEvent(ai(d),D):M.addListener&&M.removeListener&&M.removeListener(D),vY--,d=kL(M)){if((D=Q.type,D)in d.D){O=d.D[D];b:if("string"==typeof O)q="string"==typeof Q&&1==Q.length?O.indexOf(Q,0):-1;else{for(q=0;q<O.length;q++)if(q in O&&O[q]===Q)break b;q=-1}((r=0<=q)&&Array.prototype.splice.call(O,q,1),r)&&(Cj(Q),0==d.D[D].length&&(delete d.D[D],d.G--))}0==d.G&&(d.src=null,M[EL]=null)}else Cj(Q)},WY=function(Q,M,d,D,O,q){if(D&&D.once)Ii(Q,M,d,D,O);else if("array"==E(M))for(q=0;q<M.length;q++)WY(Q,M[q],d,D,O);else d=e_(d),Q&&Q[e]?Q.Rl(M,d,n(D)?!!D.capture:!!D,O):hC(Q,M,d,false,D,O)},lZ="__closure_events_fn_"+(1E9*Math.random()>>>0),V=f,S_=function(Q,M,d){return(d=Q.U(172),Q).S&&d<Q.S.length?(Y(Q,172,Q.S.length),ZQ(Q,M)):Y(Q,172,M),YL(Q,d)},FK=function(Q,M){return Q[M]<<24|Q[M+1]<<16|Q[M+2]<<8|Q[M+3]},uZ=function(Q,M,d,D,O){if((Q.H=(d=M[0],false),d)==gv)Q.B=25,Q.g(M);else if(d==yR){D=(d=M[3],M[1]);try{O=Q.g(M)}catch(q){S(Q,q),O=Q.$}(D&&D(O),d).push(O)}else if(d==Ri)Q.g(M);else if(d==j_)Q.g(M);else if(d==UL){try{for(O=0;O<Q.A.length;O++)try{D=Q.A[O],D[0][D[1]](D[2])}catch(q){}}catch(q){}(0,M[Q.A=[],1])()}else if(d==iZ)return D=M[6],O=M[2],Y(Q,157,M[4]?[D[0].I]:D),Y(Q,141,O),Q.g(M)},iZ={},UL={},PY=function(Q,M){for(M=[];Q--;)M.push(255*Math.random()|0);return M},gv={},R=function(Q,M,d,D,O){((d=((D=(0==((M=(O=Q.U(95),[M,O>>8&255,O&255]),void 0)!=D&&M.push(D),Q).U(232).length&&(Q.M[232]=void 0,Y(Q,232,M)),""),d)&&(d.message&&(D+=d.message),d.stack&&(D+=":"+d.stack)),Q.U(186)),3<d)&&(D=D.slice(0,d-3),d-=D.length+3,D=QR(D.replace(/\\r\\n/g,"\\n")),F(Q,47,g(D.length,2).concat(D),12)),Y)(Q,186,d)},j_={},S=function(Q,M){Q.$=("E:"+M.message+":"+M.stack).slice(0,2048)},e_=function(Q){if("function"==E(Q))return Q;return(Q[lZ]||(Q[lZ]=function(M){return Q.handleEvent(M)}),Q)[lZ]},Ri={},yR={},cY=function(Q,M,d,D,O,q){return function(){var r=D&1,w=[iZ,M,d,void 0,O,q,arguments];if(D&2)var p=(U(Q,w),u)(Q,true,false,false);else r&&Q.V.length?U(Q,w):r?(U(Q,w),u(Q,true,false,false)):p=uZ(Q,w);return p}},qr=function(Q,M,d,D,O){for(Q.J=((D=[],(Q.B=25,Q.T=function(q,r,w,p,m,t){return t=(p=(w=this,m=function(){return p()},function(){return p[w.N+(m[w.X]===r)-!t[w.X]]}),w.g),m[w.h]=function(X){p[w.j]=X},m[w.h](q),q=m},Q).b=void 0,O=0,Q).H=(Q.O=0,Q.s=void 0,Q.fT=function(q,r,w){return(w=(r=function(){return w()},function(){return q}),r)[this.h]=function(p){q=p},r},Q.o=false,Q.Ue=[],false),0);128>O;O++)D[O]=String.fromCharCode(O);((((Q.i=((((((((((((((((((O=((((((Y(Q,(Q.A=[],Q.M=[],172),0),Y)(Q,95,0),Y(Q,111,function(q,r,w,p){(p=(w=(r=q.F(),q).F(),q.F()),Y)(q,p,(q.U(r)in q.U(w))+0)}),Y(Q,240,function(q,r,w,p,m,t,X){P(q,1,5)||(r=GJ(q),p=r.P,w=r.f,m=r.K,X=w.length,0==X?t=p[m]():1==X?t=p[m](w[0]):2==X?t=p[m](w[0],w[1]):3==X?t=p[m](w[0],w[1],w[2]):R(q,22),Y(q,r.C,t))}),Y)(Q,112,function(q,r){(r=q.F(),q=q.U(r),NY)(q[0],q[1],q[2])}),Y)(Q,252,function(q,r,w,p){(w=(p=(w=(r=q.F(),q.F()),q).F(),q).U(w),r=q.U(r),Y)(q,p,r[w])}),Y)(Q,115,function(q,r,w,p){if(r=q.i.pop()){for(w=q.F();0<w;w--)p=q.F(),r[p]=q.M[p];q.M=(r[186]=q.M[r[232]=q.M[232],186],r)}else Y(q,172,q.S.length)}),Y)(Q,139,0),d.W)||function(){},Y(Q,104,function(q,r,w,p){r=(p=(w=(r=q.F(),q).F(),q.F()),q.U(r)==q.U(w)),Y(q,p,+r)}),Y)(Q,62,[]),Y(Q,141,{}),Y)(Q,223,function(q,r,w){P(q,1,5)||(r=q.F(),w=q.F(),Y(q,w,function(p){return eval(p)}(q.U(r))))}),Y(Q,7,function(q,r,w,p,m,t){if(!P(q,1,255)){if("object"==E((q=(p=(w=(r=(m=(p=(r=q.F(),w=q.F(),q.F()),q.F()),q.U(r)),q.U(w)),q.U(p)),q.U(m)),r))){for(t in m=[],r)m.push(t);r=m}for(t=(m=0,r.length);m<t;m+=p)w(r.slice(m,m+p),q)}}),Y)(Q,17,function(q){JC(q,1)}),Y(Q,145,function(q,r,w,p){p=(w=(r=q.F(),q.F()),q.F()),Y(q,p,q.U(r)||q.U(w))}),Y)(Q,38,Q),Y(Q,88,0),Y)(Q,52,function(q,r,w,p,m,t,X){if(p=(w=(r=q.F(),QA(q)),""),q.M[98])for(m=q.U(98),t=0,X=m.length;w--;)t=(t+QA(q))%X,p+=D[m[t]];else for(;w--;)p+=D[q.F()];Y(q,r,p)}),Y)(Q,64,[165,0,0]),Y)(Q,217,function(q){JC(q,4)}),Y(Q,179,f),Y)(Q,196,function(q,r,w,p,m){(w=(m=(p=(w=(r=q.F(),q.F()),q.U(q.F())),q).U(q.F()),q).U(w),Y)(q,r,cY(q,w,p,m))}),Y(Q,107,function(q,r,w){r=(w=(r=q.F(),q.F()),q.U(r)),Y(q,w,E(r))}),Y(Q,165,function(q){Mr(q,2)}),Y(Q,200,0),Y)(Q,186,2048),Y)(Q,150,function(q){Mr(q,1)}),Y)(Q,225,function(q,r,w){w=(r=q.F(),q).F(),Y(q,w,q.U(w)+q.U(r))}),Y(Q,251,function(q,r,w,p,m,t,X){P(q,1,5)||(r=GJ(q),p=r.P,w=r.f,X=w.length,m=r.K,0==X?t=new p[m]:1==X?t=new p[m](w[0]):2==X?t=new p[m](w[0],w[1]):3==X?t=new p[m](w[0],w[1],w[2]):4==X?t=new p[m](w[0],w[1],w[2],w[3]):R(q,22),Y(q,r.C,t))}),Y)(Q,187,function(q,r,w,p,m,t,X,I,W,H,bZ,y,nj){for(I=(t=(m=(r=q.F(),p=w=0,function(K,v){for(;p<K;)w|=q.F()<<p,p+=8;return w>>=(v=(p-=K,w)&(1<<K)-1,K),v}),m(3)+1),X=m(5),[]),H=W=0;H<X;H++)bZ=m(1),I.push(bZ),W+=bZ?0:1;for(y=(W=(H=0,(W-1).toString(2)).length,[]);H<X;H++)I[H]||(y[H]=m(W));for(H=0;H<X;H++)I[H]&&(y[H]=q.F());for(nj=(H=t,[]);H--;)nj.push(q.U(q.F()));Y(q,r,function(K,v,fj,l,Z){for(v=(l=0,K.O++,fj=[],[]);l<X;l++){if(!I[Z=y[l],l]){for(;Z>=v.length;)v.push(K.F());Z=v[Z]}fj.push(Z)}(K.b=K.T(nj.slice(),K.F),K).s=K.T(fj,K.F)})}),MY)(),Y)(Q,197,function(q,r,w,p){(r=q.F(),w=q.F(),p=q.F(),q.U(r))[q.U(w)]=q.U(p)}),Y(Q,232,[]),Y)(Q,108,function(){}),Y(Q,47,PY(4)),Q).V=[],Y)(Q,195,function(q,r){r=q.U(q.F()),ZQ(q,r)}),Y(Q,163,335),Y(Q,140,function(q){q.FI(4)}),Y(Q,18,function(q){Mr(q,4)}),Q.Vn=((window.performance||{}).timing||{}).navigationStart||0,[]),Q).$V=function(q,r){r.push(q[0]<<24|q[1]<<16|q[2]<<8|q[3]),r.push(q[4]<<24|q[5]<<16|q[6]<<8|q[7]),r.push(q[8]<<24|q[9]<<16|q[10]<<8|q[11])},Y(Q,131,function(q,r,w,p,m){0!==(w=(m=(r=(p=(w=(r=q.F(),q).F(),q).F(),q).U(r),q.U(q.F())),q).U(w),p=q.U(p),r)&&(p=cY(q,p,m,1,r,w),WY(r,w,p),Y(q,59,[r,w,p]))}),Y(Q,189,function(q,r){P(q,1,5)||(r=GJ(q),Y(q,r.C,r.K.apply(r.P,r.f)))}),Y(Q,120,function(q,r,w){r=(r=q.F(),w=q.F(),q.M[r]&&q.U(r)),Y(q,w,r)}),Y(Q,59,0),Y)(Q,148,function(q,r,w){0!=(r=q.F(),w=q.F(),q.U(r))&&Y(q,172,q.U(w))}),Y)(Q,2,function(q,r,w,p){p=(w=(r=q.F(),q.F()),q.F()),Y(q,p,q.U(r)>>w)}),Y)(Q,86,function(q,r,w){w=(r=q.F(),q.F()),Y(q,w,""+q.U(r))}),Y(Q,220,function(q,r,w,p,m){for(m=(w=(r=q.F(),QA(q)),p=[],0);m<w;m++)p.push(q.F());Y(q,r,p)}),M&&"!"==M.charAt(0)?(Q.$=M,O()):(Q.S=[],d=!!d.W,U(Q,[j_,M]),U(Q,[UL,O]),u(Q,false,d,true))},c=function(Q,M){try{qr(this,Q,M)}catch(d){S(this,d)}},d6=function(Q,M,d,D,O){for(;Q.V.length;){if(d=d&&M)Q.J&&Q.o?(Q.o=false,d=0!=document.hidden?false:true):d=false;if(d){Q.Il((O=Q,function(){u(O,false,M,false)}));break}D=uZ((D=(d=true,Q.V.pop()),Q),D)}return D},G=[(c.prototype.X=(c.prototype.Z=(window.performance||{}).now?function(){return this.Vn+(window.performance.now()|0)}:function(){return+new Date},(c.prototype.Oe=function(Q,M,d){if(3==Q.length){for(d=0;3>d;d++)M[d]+=Q[d];for(d=(Q=[13,8,13,12,16,5,3,10,15],0);9>d;d++)M[3](M,d%3,Q[d])}},c).prototype.se=function(Q,M,d,D){for(;d--;)172!=d&&95!=d&&M.M[d]&&(M.M[d]=M[D](M[Q](d),this));M[Q]=this},c.prototype.DN=false,"caller"),"botguard")],u=function(Q,M,d,D,O){if(0!=Q.V.length){if(O=0==Q.O)Q.l=Q.Z();return(d=d6(Q,d,D),O)&&(O=Q.Z()-Q.l,O<(M?10:0)||0>=Q.B--||Q.Ue.push(254>=O?O:254)),d}},YL=function(Q,M,d,D,O,q,r){Q.O++;try{for(O=(d=(D=(q=0,5001),Q.S.length),void 0);(Q.DN||--D)&&(Q.b||(q=Q.U(172))<d);)try{Q.b?O=Q.F(true):(Y(Q,95,q),r=Q.F(),O=Q.U(r)),O&&O.call?O(Q):R(Q,21,0,r),Q.H=true,P(Q,0,2)}catch(w){w!=Q.m&&(Q.U(163)?R(Q,22,w):Y(Q,163,w))}D||R(Q,33)}catch(w){try{R(Q,22,w)}catch(p){S(Q,p)}}return d=Q.U(141),M&&Y(Q,172,M),Q.O--,d},Mr=function(Q,M,d,D){for(D=(d=Q.F(),0);0<M;M--)D=D<<8|Q.F();Y(Q,d,D)},P=(c.prototype.Il=(c.prototype.N=35,f.requestIdleCallback?function(Q){requestIdleCallback(Q,{timeout:4})}:f.setImmediate?function(Q){setImmediate(Q)}:function(Q){setTimeout(Q,0)}),function(Q,M,d){if(0>=Q.J||1<Q.O||!Q.H&&0<M||0!=document.hidden||Q.Z()-Q.l<Q.J-d)return false;return!(M=(Q.o=true,Q.U(172)-M),Y(Q,172,Q.S.length),Q.V.push([Ri,M]),0)}),ZQ=(c.prototype.g=function(Q,M,d,D,O,q,r,w,p,m){if((M=Q[0],M)==j_){Q=Q[1];try{for(d=(M=[],0);d<Q.length;){if((r=(q=(D=x[Q.charAt(d++)],O=d<Q.length?x[Q.charAt(d)]:0,++d,d<Q.length?x[Q.charAt(d)]:64),++d,d)<Q.length?x[Q.charAt(d)]:64,++d,null)==D||null==O||null==q||null==r)throw Error();(M.push(D<<2|O>>4),64)!=q&&(M.push(O<<4&240|q>>2),64!=r&&M.push(q<<6&192|r))}this.S=M}catch(t){R(this,17,t)}YL(this)}else if(M==gv)D=Q[1],D.push(this.U(64).length,this.U(47).length,this.U(62).length,this.U(186)),Y(this,141,Q[2]),this.M[242]&&S_(this,this.U(242));else{if(M==yR){for(r=(q=(((O=(0<((O=(0<(O=(q=g((D=Q[2],this.U(64)).length+2,2),this.U(232)),O.length)&&F(this,64,g(O.length,2).concat(O),15),this.U(88)&511),O-=this.U(64).length+5,r=this.U(47),4)<r.length&&(O-=r.length+3),O)&&F(this,64,g(O,2).concat(PY(O)),10),4<r.length&&F(this,64,g(r.length,2).concat(r),153),PY(2).concat(this.U(64))),O)[1]=O[0]^3,O[3]=O[1]^q[0],O)[4]=O[1]^q[1],[]),0);r<O.length;r+=3)w=O[r],p=(Q=r+1<O.length)?O[r+1]:0,m=(M=r+2<O.length)?O[r+2]:0,d=w>>2,w=(w&3)<<4|p>>4,p=(p&15)<<2|m>>6,m&=63,M||(m=64,Q||(p=64)),q.push(L[d],L[w],L[p],L[m]);if(q=q.join(""))q="!"+q;else for(r=0,q="";r<O.length;r++)Q=O[r][this.h](16),1==Q.length&&(Q="0"+Q),q+=Q;return((this.U((O=q,64)).length=D[0],this).U(47).length=D[1],this.U(62).length=D[2],Y)(this,186,D[3]),O}if(M==Ri)S_(this,Q[1]);else if(M==iZ)return S_(this,Q[1])}},c.prototype.MK=function(Q,M,d,D,O,q){if(this.$)return this.$;try{D=!!Q,q=[],O=[],U(this,[gv,O,M]),U(this,[yR,Q,O,q]),u(this,false,D,true),d=q[0]}catch(r){S(this,r),d=this.$,Q&&Q(d)}return d},c.prototype.yn=function(Q,M,d,D,O){for(O=D=0;O<Q.length;O++)D+=Q.charCodeAt(O),D+=D<<10,D^=D>>6;return(D=new Number((Q=(D+=D<<3,D^=D>>11,D+(D<<15)>>>0),Q&(1<<M)-1)),D)[0]=(Q>>>M)%d,D},function(Q,M){(Q.i.push(Q.M.slice()),Q).M[172]=void 0,Y(Q,172,M)}),F=(c.prototype.h="toString",function(Q,M,d,D,O,q){for(D=(Q=(47==(O=Q.U(M),M)?(M=function(r,w,p,m){if(w=O.length,p=w-4>>3,O.bK!=p){p=(p<<(m=[0,0,0,q],O.bK=p,3))-4;try{O.Sp=$h(FK(O,p),FK(O,p+4),m)}catch(t){throw t;}}O.push(O.Sp[w&7]^r)},q=Q.U(139)):M=function(r){O.push(r)},D&&M(D&255),d.length),0);D<Q;D++)M(d[D])}),$h=((c.prototype.U=function(Q,M){if(void 0===(M=this.M[Q],M))throw R(this,30,0,Q),this.m;return M()},c).prototype.FI=function(Q,M,d,D){((d=(D=(d=(Q&=(M=Q&4,3),this.F()),this.F()),this.U(d)),M)&&(d=QR((""+d).replace(/\\r\\n/g,"\\n"))),Q&&F(this,D,g(d.length,2)),F)(this,D,d)},function(Q,M,d,D){try{for(D=0;79669387488!=D;)Q+=(M<<4^M>>>5)+M^D+d[D&3],D+=2489668359,M+=(Q<<4^Q>>>5)+Q^D+d[D>>>11&3];return[Q>>>24,Q>>16&255,Q>>8&255,Q&255,M>>>24,M>>16&255,M>>8&255,M&255]}catch(O){throw O;}}),Y=(c.prototype.pT=function(Q,M,d,D,O,q){for(q=(d=[],D=0);q<Q.length;q++)for(D+=M,O=O<<M|Q[q];7<D;)D-=8,d.push(O>>D&255);return d},function(Q,M,d){if(172==M||95==M)if(Q.M[M])Q.M[M][Q.h](d);else Q.M[M]=Q.fT(d);else if(64!=M&&47!=M&&62!=M&&232!=M||!Q.M[M])Q.M[M]=Q.T(d,Q.U);200==M&&(Q.v=void 0,Y(Q,172,Q.U(172)+4))}),JC=(c.prototype.j=36,c.prototype.h7=function(Q,M,d,D){try{D=Q[(M+2)%3],Q[M]=Q[M]-Q[(M+1)%3]-D^(1==M?D<<d:D>>>d)}catch(O){throw O;}},function(Q,M,d,D){(D=(d=Q.F(),Q.F()),F)(Q,D,g(Q.U(d),M))}),U=((c.prototype.m={},c).prototype.gt=function(Q,M,d){return((M=((M^=M<<13,M^=M>>17,M)^M<<5)&d)||(M=1),Q)^M},function(Q,M){Q.V.splice(0,0,M)}),QA=(c.prototype.F=function(Q,M){if(this.b)return Q=Q?this.b().shift():this.s().shift(),this.b().length||this.s().length||(this.s=this.b=void 0,this.O--),Q;if(!(Q=this.U(172),Q in this.S))throw R(this,31),this.m;return((void 0==this.v&&(this.v=FK(this.S,Q-4),this.w=void 0),this.w!=Q>>3&&(this.w=Q>>3,M=[0,0,0,this.U(200)],this.nT=$h(this.v,this.w,M)),Y)(this,172,Q+1),this.S)[Q]^this.nT[Q%8]},function(Q,M){return M=Q.F(),M&128&&(M=M&127|Q.F()<<7),M}),g=function(Q,M,d,D){for(D=M-1,d=[];0<=D;D--)d[M-1-D]=Q>>8*D&255;return d},GJ=function(Q,M,d,D,O,q){for(q=(O=(D=(d=(M={},Q.F()),M.C=Q.F(),M.f=[],Q).F()-1,Q.F()),0);q<D;q++)M.f.push(Q.F());for((M.K=Q.U(d),M).P=Q.U(O);D--;)M.f[D]=Q.U(M.f[D]);return M};G[0]in V||"undefined"==typeof V.execScript||V.execScript("var "+G[0]);for(var J;G.length&&(J=G.shift());)V=V[J]&&V[J]!==Object.prototype[J]?V[J]:V[J]={};(C=f.botguard,C).bg=function(Q,M,d){return Q&&Q.substring&&(d=C[Q.substring(0,3)])?new d(Q.substring(3),M):new C.aLn(Q,M)},C.aLn=function(Q,M,d){d=new c(Q,{W:M}),this.invoke=function(D,O,q){return(q=d.MK(O&&D,q),D)&&!O&&D(q),q}};try{C.u||(WY(f,"unload",function(){}),C.u=1)}catch(Q){};')();</script>
  <script type="text/javascript" nonce="T+mjE7ibiIibrrGBgw6nyA">
  document.bg = new botguard.bg('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');
  </script>
<script nonce="T+mjE7ibiIibrrGBgw6nyA">
  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="T+mjE7ibiIibrrGBgw6nyA">
  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="T+mjE7ibiIibrrGBgw6nyA">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
  </script>
<script nonce="T+mjE7ibiIibrrGBgw6nyA">
  (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="T+mjE7ibiIibrrGBgw6nyA">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={}};g("gaia.ajax.XmlHttpFormRequest",k);
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.send=k.prototype.send;
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.sendJson=k.prototype.h;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()};k.prototype.get=k.prototype.get;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="T+mjE7ibiIibrrGBgw6nyA">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fwww.blogger.com%2Fblogin.g%3FblogspotURL%3Dhttp%3A%2F%2Fwww.sourcedecalcium.com%2Ffeed%2F%26zx%3Dsysng49eufrp\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.sourcedecalcium.com%2Ffeed%2F%26zx%3Dsysng49eufrp\x26hl=en-US\x26service=blogger\x26passive=true');
  </script>
  </body>
</html>
