.tcl-static-content__navigation {
  padding-top: 10px;
  padding-bottom: 5px;
  position: -webkit-sticky;
  position: sticky;
  top: 170px;
  margin-bottom: 50px;
  padding-right: 30px;
  padding-left: 50px;
}
@media (max-width: 1199px) {
  .tcl-static-content__navigation {
    display: none;
  }
}
.tcl-static-content__navigation-wrapper {
  position: relative;
}
.tcl-static-content__navigation-item {
  margin-bottom: 20px;
}
.tcl-static-content__navigation-item:last-child {
  margin-bottom: 0;
}
.tcl-static-content__navigation-item a {
  font-family: "Karla";
  font-style: normal;
  word-break: break-word;
  font-weight: 400;
  line-height: 150%;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.02em;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #000000;
  display: block;
  text-decoration: none;
  position: relative;
}
@media (max-width: 1199px) {
  .tcl-static-content__navigation-item a {
    font-size: 18px;
  }
}
.tcl-static-content__navigation-item a:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  left: -50px;
  top: 0;
  background-color: var(--main-design-color);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.tcl-static-content__navigation-item a.active {
  text-shadow: 0.5px 0 0 currentColor;
}
.tcl-static-content__navigation-item a.active:after {
  opacity: 1;
}
.tcl-static-content__content {
  color: #000000;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .tcl-static-content__content {
    margin-bottom: 0;
  }
}
.tcl-static-content__content:last-child {
  margin-bottom: 0;
}
.tcl-static-content__content-heading {
  font-family: "Lora";
  font-style: normal;
  word-break: break-word;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 34px;
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  .tcl-static-content__content-heading {
    font-size: 30px;
  }
}
.tcl-static-content__content-heading svg {
  display: none;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.tcl-static-content__content-heading svg path {
  stroke: var(--main-design-color);
}
@media (max-width: 1199px) {
  .tcl-static-content__content-heading {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #f3f3f3;
    padding: 20px 0;
    margin-bottom: 0;
    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-static-content__content-heading span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 20px;
  }
  .tcl-static-content__content-heading svg {
    display: block;
    width: 16px;
    height: 16px;
  }
}
.tcl-static-content__content-text {
  font-family: "Karla";
  font-style: normal;
  word-break: break-word;
  font-weight: 400;
  line-height: 150%;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #000000;
}
@media (max-width: 1199px) {
  .tcl-static-content__content-text {
    font-size: 18px;
  }
}
.tcl-static-content__content-text a {
  color: #000000;
}
.tcl-static-content__content-text p {
  margin: 29px 0;
}
.tcl-static-content__content-text p:first-child {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .tcl-static-content__content-text {
    display: none;
  }
}
.tcl-static-content__content-text table {
  table-layout: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tcl-static-content__content-text table th {
  width: 330px;
  color: #fff;
}
@media (max-width: 1199px) {
  .tcl-static-content__content-text table th {
    width: 205px;
  }
}
.tcl-static-content__content-text table th,
.tcl-static-content__content-text table td {
  padding: 20px 10px;
}
@media (max-width: 1199px) {
  .tcl-static-content__content-text table th,
  .tcl-static-content__content-text table td {
    padding: 10px;
  }
}
.tcl-static-content__content-text table tr:nth-child(even) th,
.tcl-static-content__content-text table tr:nth-child(even) td {
  background-color: #f3f3f3;
}
.tcl-static-content__content-text table tr:nth-child(odd) th,
.tcl-static-content__content-text table tr:nth-child(odd) td {
  background-color: #fff;
}
.tcl-static-content__content[data-open=true] .tcl-static-content__content-heading svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}