h1 {
  margin: 0 0 30px;
}
.article__teaser {
  margin: 0 0 30px;
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-family: var(--Cheltenham);
}
.article__top {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 30px;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.article__category {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 10px;
  font-size: 1.4rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: var(--jade);
}
.article__info time {
  display: block;
}
.article__author {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 0 0 30px;
  padding: 0 0 0 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}
.article__author figure {
  -ms-flex: 1 0 46px;
  -webkit-flex: 1 0 46px;
          flex: 1 0 46px;
  width: 46px;
  height: 46px;
  margin: 0 10px 0 0;
  border-radius: 50%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  overflow: hidden;
}
.article__author span {
  -ms-flex: 1 0 calc(100% - 50px);
  -webkit-flex: 1 0 calc(100% - 50px);
          flex: 1 0 calc(100% - 50px);
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 900;
  color: var(--jade);
}
.article__author svg {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  width: 74px;
  height: 60px;
  fill: var(--mint-cream);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.article__glance {
  margin: 0 0 30px;
}
.article__glance li {
  position: relative;
  display: block;
  margin: 0 0 10px;
  padding: 0 0 0 17px;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: bold;
}
.article__glance li:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  border-top: 6px solid transparent;
  border-left: 7px solid var(--opal);
  border-bottom: 6px solid transparent;
}
.article__body {
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.44em;
}
.article__body p {
  margin: 0 0 30px;
}
.article__body a {
  font-weight: 900;
  color: var(--jade);
  max-width: 100%;
  word-break: break-word;
}
.article__body .google-auto-placed {
  margin-bottom: 20px;
}
.article__body h2 {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  margin: 40px 0 20px;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-family: var(--Cheltenham);
  font-style: italic;
}
.article__body h2:before {
  content: '';
  position: absolute;
  bottom: 9px;
  right: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--opal);
}
.article__body h2:after {
  content: '';
  -ms-flex: 1 1 0px;
  -webkit-flex: 1 1 0;
          flex: 1 1 0;
  margin: 0 16px 0 20px;
  padding: 10px 0 0;
  border-top: 4px solid var(--opal);
}
.article__body h3 {
  margin: 30px 0 20px;
  font-size: 2rem;
  line-height: 2.4rem;
  font-family: var(--Cheltenham);
}
.article__body h4,
.article__body h5 {
  margin-bottom: .5em;
}
.article__body ul,
.article__body ol {
  margin: 0 0 30px;
}
.article__body li {
  position: relative;
  display: block;
  margin: 0 0 24px;
  padding: 0;
}
.article__body ul li:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 0 0;
  border-top: 6px solid transparent;
  border-left: 7px solid var(--opal);
  border-bottom: 6px solid transparent;
}
.article__body ol li {
  counter-increment: list;
}
.article__body ol li:before {
  content: counter(list) ".";
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 0 0;
  font-size: 2rem;
  font-family: var(--Cheltenham);
  font-weight: bold;
  color: var(--steel-teal);
}
.embed-media {
  margin: 0 0 40px;
  clear: both;
}
.article figcaption {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  max-width: 423px;
  min-height: 38px;
  margin: 10px 0 0;
  padding: 0 0 0 21px;
  border-left: 2px solid var(--opal);
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-style: italic;
}
.article figcaption:before {
  content: '';
  position: absolute;
  top: calc(50% - 6px);
  left: 2px;
  border-top: 6px solid transparent;
  border-left: 7px solid var(--opal);
  border-bottom: 6px solid transparent;
}
.article__body hr {
  max-width: 300px;
  margin: 30px auto;
  border: 0;
  border-top: 4px solid var(--opal);
}
.article__table {
  margin: 0 0 30px;
  clear: both;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.article__body table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.article__body th {
  padding: 10px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  font-weight: bold;
  background: var(--opal);
}
.article__body td {
  padding: 10px;
  border-top: 1px solid var(--opal);
  letter-spacing: 0;
  background: var(--mint-cream);
}
.article__body th:first-child,
.article__body td:first-child {
  padding-left: 20px;
}
.article__body th:last-child,
.article__body td:last-child {
  padding-right: 20px;
}
.gnews {
  display: block;
  padding: 10px;
  text-align: center;
  background: var(--mint-cream);
}
.gnews img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.gnews span {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
.article__tags {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  background: var(--page--background);
  border: 4px solid var(--mint-cream-trans);
}
.article__tags-title {
  display: inline-block;
  vertical-align: top;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-family: var(--Cheltenham);
  font-weight: bold;
  font-style: italic;
  color: var(--steel-teal);
  margin: 0;
  -webkit-transform: translateY(-1.5rem);
      -ms-transform: translateY(-1.5rem);
          transform: translateY(-1.5rem);
  background: var(--page--background);
  padding: 0 12px;
}
.article__tags ul {
  padding: 26px 0;
  margin-top: -16px;
  font-size: 0;
  line-height: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 6px 10px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.article__tags a {
  display: block;
  font-size: 1.6rem;
  line-height: 1.6rem;
  letter-spacing: 0;
  padding: 12px 20px;
  font-weight: 900;
}
.article__tags li:hover a {
  color: var(--steel-teal);
}
.article__tags svg {
  position: absolute;
  top: calc(50% - 15px);
  left: -13px;
  width: 26px;
  height: 30px;
  fill: var(--steel-teal);
}
.article__tools {
  position: absolute;
  top: 0;
  left: -88px;
  bottom: 0;
}
.article__tools-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 88px;
  width: 68px;
  padding: 10px 11px;
  border-radius: 60px;
  font-size: 0;
  line-height: 0;
  background: var(--mint-cream);
  mix-blend-mode: multiply;
}
.article__share-trigger {
  display: none;
}
.article__tools li {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
}
.article__tools li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--steel-teal);
  opacity: 0;
  transition: 0.2s opacity;
}
.article__tools a {
  display: block;
}
.article__tools svg {
  display: block;
  width: 46px;
  height: 46px;
  padding: 10px;
  fill: currentColor;
}
.article__font-size {
  position: relative;
  margin: 10px 0 0;
  padding: 14px 0 0;
}
.article__font-size:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 4px solid var(--opal);
  mix-blend-mode: multiply;
}
.article__font-size li {
  cursor: pointer;
}
.increase svg {
  padding: 6px;
}


@media (hover: hover) {
  .article__tools li:hover {
    color: #fff;
  }
  .article__tools li:hover:before {
    opacity: 1;
  }
}

@media screen and (max-width: 1024px) {
  h1,
  .article__teaser,
  .article__top,
  .article__glance {
    margin: 0 0 20px;
  }
  .article__tools {
    position: fixed;
    top: auto;
    left: auto;
    right: 10px;
    bottom: 10px;
    z-index: 2;
  }
  .article__tools-inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: auto;
    padding: 0;
    border-radius: 60px;
    mix-blend-mode: normal;
    overflow: hidden;
  }
  .article__share-trigger {
    display: block;
    padding: 15px 55px;
    font-size: 0;
    line-height: 0;
  }
  .article__share-trigger svg {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    padding: 0;
  }
  .article__share-trigger span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-family: var(--Cheltenham);
    font-weight: bold;
  }
  .article__share {
    display: none;
    position: relative;
    margin: 0 0 0 45px;
  }
  .article__tools--open .article__share {
    display: block;
  }
  .article__share:after {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    left: calc(100% + 15px);
    width: 20px;
    border-top: 4px solid var(--opal);
  }
  .article__share li {
    display: inline-block;
    vertical-align: middle;
    margin: 2px 0;
  }
  .article__font-size {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .article figcaption {
    margin: 10px 20px 0;
  }
}

@media screen and (max-width: 600px) {
  .article__teaser {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
  .article__body h2 {
    display: block;
    padding: 14px 0 0;
    line-height: 2.6rem;
  }
  .article__body h2:before {
    top: -1px;
  }
  .article__body h2:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 16px;
    margin: 0;
  }
  .article__tags ul {
    padding: 20px 20px 25px;
  }
  .article__tags svg {
    top: auto;
    bottom: -15px;
    left: calc(50% - 13px);
  }
  .article__tools {
    bottom: 6px;
    right: 6px;
    width: calc(50% - 6px);
  }
  .article__tools--open {
    left: 6px;
    width: auto;
    z-index: 3;
  }
  .article__tools-inner {
    border-radius: 0 60px 60px 0;
  }
  .article__tools--open .article__tools-inner {
    border-radius: 60px;
  }
  .article__share-trigger {
    width: 100%;
    padding: 15px 20px;
    text-align: center;
    cursor: pointer;
  }
  .article__tools--open .article__share-trigger {
    width: 50%;
  }
  .article__share {
    margin: 0;
  }
  .default-section:last-child {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 450px) {
  .article figcaption {
    margin: 10px 10px 0;
  }
  .article__tags {
    margin: 0 -10px;
  }
}
