@-webkit-keyframes pulse {
  from {
    scale: 1;
  }
  to {
    scale: 1.1;
  }
}
@keyframes pulse {
  from {
    scale: 1;
  }
  to {
    scale: 1.1;
  }
}
.tcl-article-hero {
  padding-top: 50px;
  margin-bottom: 70px;
}
.tcl-article-hero__hero-gallery .slick-arrow {
  top: auto;
  bottom: 30px;
}
.tcl-article-hero__slide {
  position: relative;
  max-height: 100vh;
}
.tcl-article-hero__slide:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}
.tcl-article-hero__slide img {
  width: 100%;
}
.tcl-article-hero .plyr__controls,
.tcl-article-hero button.plyr__control.plyr__control--overlaid,
.tcl-article-hero button.plyr__control.plyr__control--overlaid.plyr__control--pressed {
  display: none !important;
}
.tcl-article-hero__slide-text {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  font-size: 24px;
}
.tcl-article-hero__slide-heading {
  font-family: "Brandon Grotesque";
  line-height: normal;
  font-style: normal;
  margin-top: 0;
  text-transform: uppercase;
  color: inherit;
  font-weight: 500;
  font-size: 46px;
  font-size: 200px;
  line-height: 160px;
  opacity: 0.8;
  line-break: anywhere;
}
@media (max-width: 1199px) {
  .tcl-article-hero__slide-heading {
    font-size: 40px;
  }
}
.tcl-article-hero__logo {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
.tcl-article-hero__logo a .tcl-picture {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: inline-block;
}
.tcl-article-hero__logo a .tcl-picture img {
  width: 100%;
  max-width: 215px;
}
.tcl-article-hero__back {
  margin-bottom: 70px;
}
.tcl-article-hero__back button {
  cursor: pointer;
}
.tcl-article-hero__heading {
  font-family: "Brandon Grotesque";
  line-height: normal;
  font-style: normal;
  margin-top: 0;
  text-transform: uppercase;
  color: inherit;
  font-weight: 500;
  font-size: 46px;
  font-size: 50px;
  font-weight: 400;
  position: relative;
  margin-bottom: 55px;
}
@media (max-width: 1199px) {
  .tcl-article-hero__heading {
    font-size: 40px;
  }
}
.tcl-article-hero__heading:after {
  content: "";
  height: 1px;
  width: 100vw;
  background: #D8D8D3;
  opacity: 0.5;
  display: block;
  right: 0;
  position: absolute;
  margin-top: 10px;
}
.tcl-article-hero__description {
  line-height: 150%;
  margin-bottom: 50px;
}
.tcl-article-hero__info {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tcl-article-hero__navigation-heading {
  margin-bottom: 24px;
}
.tcl-article-hero__navigation-item a {
  line-height: 150%;
  position: relative;
}
.tcl-article-hero__navigation-item a:after {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}