.tcl-text-with-anchors {
  color: #d9d9d9;
}
.tcl-text-with-anchors__chapter {
  padding-top: 60px;
}
.tcl-text-with-anchors__chapter:first-child {
  padding-top: 0;
}
.tcl-text-with-anchors__chapter-menu {
  display: inline-block;
  width: 100%;
  margin-top: 35px;
}
.tcl-text-with-anchors__chapter-menu > :first-child {
  margin-top: 0;
}
.tcl-text-with-anchors__chapter-menu ul {
  list-style: disc;
  padding-left: 24px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.tcl-text-with-anchors__chapter-menu ul li {
  margin-bottom: 10px;
}
.tcl-text-with-anchors__chapter-menu ul li:last-child {
  margin-bottom: 0;
}
.tcl-text-with-anchors__chapter-menu ol {
  list-style: decimal;
  padding-left: 24px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.tcl-text-with-anchors__chapter-menu ol li {
  margin-bottom: 10px;
}
.tcl-text-with-anchors__chapter-menu ol li:last-child {
  margin-bottom: 0;
}
.tcl-text-with-anchors__sidemenu {
  position: sticky;
  top: 80px;
}
.tcl-text-with-anchors__sidemenu-item {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 40px;
  padding: 0 30px;
  display: block;
  text-decoration: none;
}
.tcl-text-with-anchors__sidemenu-item.active {
  color: #ffffff;
  border-left: 1px solid;
}
.tcl-text-with-anchors__chapter-title {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-size: 30px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .tcl-text-with-anchors__chapter-title {
    font-size: 24px;
  }
}
.tcl-text-with-anchors h3 {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-size: 20px;
  font-weight: 400;
}
.tcl-text-with-anchors p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-top: 15px;
}

.tcl-section--light {
  color: #111;
}
.tcl-section--light .tcl-text-with-anchors__sidemenu-item.active {
  color: #111111;
}

@media (max-width: 991px) {
  .tcl-text-with-anchors__chapter {
    padding-top: 0;
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .tcl-text-with-anchors__chapter:last-child:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 100%;
    height: 1px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.05)), color-stop(29.68%, rgba(255, 255, 255, 0.8)), color-stop(60.79%, rgba(255, 255, 255, 0.8)), color-stop(91.9%, rgba(255, 255, 255, 0.05)));
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.8) 29.68%, rgba(255, 255, 255, 0.8) 60.79%, rgba(255, 255, 255, 0.05) 91.9%);
    opacity: 0.5;
  }
  .tcl-text-with-anchors__chapter-menu {
    display: none;
    margin: 20px 0 60px;
    float: left;
  }
  .tcl-text-with-anchors__chapter-title {
    font-size: 24px;
    font-weight: 300;
    line-height: 130%;
    padding: 20px 35px 20px 0;
    position: relative;
    margin: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .tcl-text-with-anchors__chapter-title.active:after {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
  }
  .tcl-text-with-anchors__chapter-title:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.05)), color-stop(29.68%, rgba(255, 255, 255, 0.8)), color-stop(60.79%, rgba(255, 255, 255, 0.8)), color-stop(91.9%, rgba(255, 255, 255, 0.05)));
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.8) 29.68%, rgba(255, 255, 255, 0.8) 60.79%, rgba(255, 255, 255, 0.05) 91.9%);
    opacity: 0.5;
  }
  .tcl-text-with-anchors__chapter-title:after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    content: "";
    display: block;
    position: absolute;
    width: 27px;
    height: 14px;
    background-image: url(../../../images/small-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .tcl-text-with-anchors__sidemenu {
    display: none;
  }
  .tcl-section--light .tcl-text-with-anchors__chapter:last-child:before {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.05)), color-stop(29.68%, rgba(0, 0, 0, 0.8)), color-stop(60.79%, rgba(0, 0, 0, 0.8)), color-stop(91.9%, rgba(0, 0, 0, 0.05)));
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.8) 29.68%, rgba(0, 0, 0, 0.8) 60.79%, rgba(0, 0, 0, 0.05) 91.9%);
  }
  .tcl-section--light .tcl-text-with-anchors__chapter-title:before {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.05)), color-stop(29.68%, rgba(0, 0, 0, 0.8)), color-stop(60.79%, rgba(0, 0, 0, 0.8)), color-stop(91.9%, rgba(0, 0, 0, 0.05)));
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.8) 29.68%, rgba(0, 0, 0, 0.8) 60.79%, rgba(0, 0, 0, 0.05) 91.9%);
  }
  .tcl-section--light .tcl-text-with-anchors__chapter-title:after {
    background-image: url(../../../images/small-arrow-down-dark.svg);
  }
}