@-webkit-keyframes moveRight {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(-100%) translateY(-50%);
            transform: translateX(-100%) translateY(-50%);
  }
}
@keyframes moveRight {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(-100%) translateY(-50%);
            transform: translateX(-100%) translateY(-50%);
  }
}
@-webkit-keyframes moveLeft {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(-50%);
            transform: translateX(0%) translateY(-50%);
  }
}
@keyframes moveLeft {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(0%) translateY(-50%);
            transform: translateX(0%) translateY(-50%);
  }
}
@-webkit-keyframes moveRightWithoutTransform {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: -10%;
  }
}
@keyframes moveRightWithoutTransform {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: -10%;
  }
}
@-webkit-keyframes moveLeftWithoutTransform {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: 10%;
  }
}
@keyframes moveLeftWithoutTransform {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: 10%;
  }
}
@-webkit-keyframes wiggleUp {
  0% {
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  25% {
    -webkit-transform: translateY(-250%) translateX(-25%);
            transform: translateY(-250%) translateX(-25%);
  }
  50% {
    -webkit-transform: translateY(-450%) translateX(-50%);
            transform: translateY(-450%) translateX(-50%);
  }
  75% {
    -webkit-transform: translateY(-650%) translateX(-75%);
            transform: translateY(-650%) translateX(-75%);
  }
  100% {
    -webkit-transform: translateY(-850%) translateX(-50%);
            transform: translateY(-850%) translateX(-50%);
  }
}
@keyframes wiggleUp {
  0% {
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  25% {
    -webkit-transform: translateY(-250%) translateX(-25%);
            transform: translateY(-250%) translateX(-25%);
  }
  50% {
    -webkit-transform: translateY(-450%) translateX(-50%);
            transform: translateY(-450%) translateX(-50%);
  }
  75% {
    -webkit-transform: translateY(-650%) translateX(-75%);
            transform: translateY(-650%) translateX(-75%);
  }
  100% {
    -webkit-transform: translateY(-850%) translateX(-50%);
            transform: translateY(-850%) translateX(-50%);
  }
}
@-webkit-keyframes moveAllTheWayLeft {
  0% {
    margin-left: -200px;
    opacity: 0;
  }
  5% {
    opacity: 0.8;
  }
  100% {
    margin-left: 100%;
    opacity: 0;
  }
}
@keyframes moveAllTheWayLeft {
  0% {
    margin-left: -200px;
    opacity: 0;
  }
  5% {
    opacity: 0.8;
  }
  100% {
    margin-left: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.tcl-text-with-anchors {
  color: #595959;
}
.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__sidemenu {
  position: sticky;
  top: 140px;
}
.tcl-text-with-anchors__sidemenu-item {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #202053;
  margin-bottom: 40px;
  padding: 0 30px;
  display: block;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .tcl-text-with-anchors__sidemenu-item {
    font-size: 16px;
  }
}
.tcl-text-with-anchors__sidemenu-item.active {
  color: #282A3E;
  font-weight: 500;
  border-left: 2px solid;
}
.tcl-text-with-anchors__chapter-title {
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  font-style: normal;
  margin-top: 0;
  color: #202053;
  font-weight: 500;
  font-size: 40px;
  color: #282A3E;
}
.tcl-text-with-anchors__chapter-title small {
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #7D7D7D;
  display: block;
  line-height: normal;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .tcl-text-with-anchors__chapter-title {
    font-size: 30px;
  }
  .tcl-text-with-anchors__chapter-title small {
    font-size: 20px;
  }
}
.tcl-text-with-anchors h3 {
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  font-style: normal;
  margin-top: 0;
  color: #202053;
  font-weight: 400;
  font-size: 33px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .tcl-text-with-anchors h3 {
    font-size: 28px;
  }
}
.tcl-text-with-anchors p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #202053;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .tcl-text-with-anchors p {
    font-size: 16px;
  }
}

@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(43, 43, 120, 0.05)), color-stop(29.68%, rgba(43, 43, 120, 0.8)), color-stop(60.79%, rgba(43, 43, 120, 0.8)), color-stop(91.9%, rgba(43, 43, 120, 0.05)));
    background: linear-gradient(270deg, rgba(43, 43, 120, 0.05) 0%, rgba(43, 43, 120, 0.8) 29.68%, rgba(43, 43, 120, 0.8) 60.79%, rgba(43, 43, 120, 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(43, 43, 120, 0.05)), color-stop(29.68%, rgba(43, 43, 120, 0.8)), color-stop(60.79%, rgba(43, 43, 120, 0.8)), color-stop(91.9%, rgba(43, 43, 120, 0.05)));
    background: linear-gradient(270deg, rgba(43, 43, 120, 0.05) 0%, rgba(43, 43, 120, 0.8) 29.68%, rgba(43, 43, 120, 0.8) 60.79%, rgba(43, 43, 120, 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(../../../imgs/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__chapter-title.just-heading {
    cursor: auto;
  }
  .tcl-text-with-anchors__chapter-title.just-heading:before, .tcl-text-with-anchors__chapter-title.just-heading:after {
    display: none;
  }
  .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);
  }
}