.tcl-faq__wrapper {
  color: #d9d9d9;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.tcl-faq__wrapper h2 {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 30px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .tcl-faq__wrapper h2 {
    font-size: 24px;
  }
}
.tcl-faq__item:last-of-type .tcl-faq__answer:after {
  display: none;
}
.tcl-faq__question {
  position: relative;
  padding: 20px 30px 20px 0;
  cursor: pointer;
}
.tcl-faq__question:before {
  content: "";
  width: 100%;
  height: 1.1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.05)), color-stop(56.25%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.8)));
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.8) 56.25%, rgba(255, 255, 255, 0.8) 100%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.8) 56.25%, rgba(255, 255, 255, 0.8) 100%);
  opacity: 0.5;
}
.tcl-faq__question span {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../../../images/icon-arrow.svg") no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tcl-faq__question.open span {
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.tcl-faq__question h3 {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 600;
  font-size: 25px;
  font-weight: 400;
  font-size: 20px;
  margin: 0;
}
.tcl-faq__answer {
  display: none;
  position: relative;
  padding: 30px 0;
}
.tcl-faq__answer:after {
  content: "";
  width: 100%;
  height: 1.1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.05)), color-stop(56.25%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.8)));
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.8) 56.25%, rgba(255, 255, 255, 0.8) 100%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.8) 56.25%, rgba(255, 255, 255, 0.8) 100%);
  opacity: 0.5;
}
.tcl-faq__other-links {
  margin-top: 45px;
}
.tcl-faq__link {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: #111111;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 8px 45px 8px 15px;
  background: url("../../../images/icon-arrow.svg") no-repeat calc(100% - 10px) center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tcl-faq__link:disabled {
  opacity: 0.5 !important;
}
.tcl-faq__link:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.tcl-faq__link:not(:disabled):hover {
  background-position: calc(100% + 24px) center;
}
.tcl-faq__link:hover {
  color: #ffffff;
  background-color: #111111;
}

.tcl-section--light .tcl-faq__wrapper {
  color: #111111;
}
.tcl-section--light .tcl-faq__question:before {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.05)), color-stop(56.25%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.8) 56.25%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.8) 56.25%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0.5;
}
.tcl-section--light .tcl-faq__question span {
  background: url("../../../images/icon-arrow-dark.svg") no-repeat center;
  background-size: contain;
}
.tcl-section--light .tcl-faq__answer:after {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.05)), color-stop(56.25%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.8) 56.25%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.8) 56.25%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0.5;
}
.tcl-section--light .tcl-faq__link {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: #111111;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 10px 8px 15px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  padding: 8px 45px 8px 15px;
  background: url("../../../images/icon-arrow.svg") no-repeat calc(100% - 10px) center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #111111;
  border: 1px solid rgba(17, 17, 17, 0.3);
  background: url("../../../images/icon-arrow-dark.svg") no-repeat calc(100% - 10px) center;
}
.tcl-section--light .tcl-faq__link:disabled {
  opacity: 0.5 !important;
}
.tcl-section--light .tcl-faq__link:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.tcl-section--light .tcl-faq__link:not(:disabled):hover {
  background-position: calc(100% + 24px) center;
}
.tcl-section--light .tcl-faq__link:hover {
  color: #ffffff;
  background-color: #111111;
}
.tcl-section--light .tcl-faq__link:hover {
  color: #111111;
  background-color: #ffffff;
}