<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.author .article_author_image img {
  border-radius: 100%;
  border: 0 none;
}

body.author h1.tagstyle {
  color: var(--text-color);
}

@media only screen and (min-width: 768px) {
  body.author .article_author_image_container {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
  body.author h1.tagstyle {
    padding: 0 12.48rem .83rem .83rem;
    font-size: 4.16rem;
    line-height: 4.92rem;
  }
}

footer {
  padding-bottom: 58px;
}

.bottom_bar_fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  height: 52px;
  background-color: white;
  -webkit-box-shadow: 0px -1px 1px #ccc;
  box-shadow: 0px -1px 1px #ccc;
  font-size: 1.6rem;
}

.bottom_bar_fixed ul.social_share {
  display: table;
  position: absolute;
  width: 100%;
  background-color: #fff;
  height: 100%;
}

.bottom_bar_fixed ul.social_share li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  width: 20%;
}

.bottom_bar_fixed ul.social_share li a {
  text-align: center;
  width: 100%;
  line-height: 52px;
  display: block;
}

@media only screen and (min-width: 992px) {
  .bottom_bar_fixed {
    display: none;
  }
  footer {
    padding-bottom: 0;
  }
}

a.share-twitter-front,
.share-button-front.tw {
  color: #23b3ef;
}

a.share-telegram-front,
.share-button-front.tg {
  color: #0088CC;
}

a.share-msn-front,
.share-button-front.msn {
  color: #0084FF;
}

a.share-facebook-front,
.share-button-front.fb {
  color: #214285;
}

a.share-linkedin-front,
.share-button-front.ln {
  color: #0073b2;
}

a.share-pinterest-front,
.share-button-front.pn {
  color: #cb2027;
}

a.share-envelope-front,
.share-button-front.mail {
  color: #a3a9b2;
}

a.share-whatsapp-front,
.share-button-front.wa {
  color: #65d449;
}

a:not([href]).share-twitter-bg, .share-button.tw {
  background-color: #23b3ef;
  color: white;
}

a:not([href]).share-facebook-bg, .share-button.fb {
  background-color: #214285;
  color: white;
}

a.share-linkedin-bg {
  background-color: #0073b2;
  color: white;
}

a.share-pinterest-bg {
  background-color: #cb2027;
  color: white;
}

a.share-envelope-bg {
  background-color: #a3a9b2;
  color: white;
}

a:not([href]).share-whatsapp-bg, .share-button.wa {
  background-color: #65d449;
  color: white;
}

a:not([href]).share-telegram-bg, .share-button.tg {
  background-color: #0088CC;
  color: white;
}

.shareinfo .share-sidebar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.shareinfo .share-sidebar-container .count-container {
  font-size: 2rem;
}

.shareinfo .share-sidebar-container .share-button-container {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shareinfo .share-sidebar-container .share-button-container .share-button-front {
  padding: 0 .8rem;
}

.shareinfo .share-sidebar-container .share-button-container .share-button-front:last-child {
  padding-right: 0;
}

.shareinfo .share-sidebar-container .share-button-container .share-button.system {
  padding: 0 .8rem;
}

.shareinfo .print {
  color: var(--gray-background-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.shareinfo .print a:link,
.shareinfo .print a:visited,
.shareinfo .print a:hover,
.shareinfo .print a:focus,
.shareinfo .print a:active {
  color: var(--gray-background-color);
  text-decoration: none;
}

.shareinfo .print i {
  font-size: 1.8rem;
}

.count-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #666666;
}

.count-container &gt; * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  text-align: center;
}

.count-container &gt; .count-counter {
  font-weight: 700;
  font-size: 22px;
}

.count-container &gt; .count-label {
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  .shareinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .shareinfo .share-sidebar-container .share-button-container {
    margin-bottom: 0;
  }
  .shareinfo .share-sidebar-container .share-button-container .share-button-front:last-child {
    padding-right: .8rem;
  }
}
</pre></body></html>