.tcl-downloads__heading {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 600;
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 10px;
}
@media (max-width: 1199px) {
  .tcl-downloads__heading {
    font-size: 32px;
  }
}
.tcl-downloads__heading::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  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: 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-downloads__subheading {
  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;
  color: #ffffff;
  margin-bottom: 30px;
}
.tcl-downloads__description {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  margin-bottom: 50px;
}
.tcl-downloads__title {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 120%;
  color: #444444;
  margin-bottom: 50px;
}
.tcl-downloads__name {
  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;
  padding-right: 40px;
  color: #ffffff;
  width: 65%;
}
@media (max-width: 1199px) {
  .tcl-downloads__name {
    padding: 0 0;
    width: 100%;
  }
}
.tcl-downloads__file {
  width: 30%;
}
.tcl-downloads__file a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.tcl-downloads__file a svg {
  margin-right: 30px;
}
.tcl-downloads__file a span {
  text-decoration-line: underline;
  text-align: right;
  width: calc(100% - 55px);
}
@media (max-width: 1199px) {
  .tcl-downloads__file a span {
    text-align: left;
    width: auto;
  }
}
@media (max-width: 1199px) {
  .tcl-downloads__file {
    margin-top: 20px;
    width: 100%;
  }
}
.tcl-downloads__item {
  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;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #444444;
  position: relative;
}
@media (max-width: 1199px) {
  .tcl-downloads__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.tcl-section--dark .tcl-downloads__file a svg {
  -webkit-filter: grayscale(1) invert(1);
          filter: grayscale(1) invert(1);
}

.tcl-section--light .tcl-downloads__heading {
  color: #111111;
}
.tcl-section--light .tcl-downloads__heading:after {
  background: -webkit-gradient(linear, right top, left top, from(rgba(17, 17, 17, 0.05)), color-stop(56.25%, rgba(17, 17, 17, 0.8)), to(rgba(17, 17, 17, 0.8)));
  background: linear-gradient(270deg, rgba(17, 17, 17, 0.05) 0%, rgba(17, 17, 17, 0.8) 56.25%, rgba(17, 17, 17, 0.8) 100%);
}
.tcl-section--light .tcl-downloads__subheading {
  color: #111111;
}
.tcl-section--light .tcl-downloads__description {
  color: #111111;
}
.tcl-section--light .tcl-downloads__name {
  color: #111111;
}
.tcl-section--light .tcl-downloads__file a {
  color: #111111;
}