@charset "UTF-8";
.tcl-downloads__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.tcl-downloads__download:last-child {
  margin-bottom: 0px;
}
.tcl-downloads__download-name {
  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;
  line-height: 200%;
  font-weight: 500;
  color: #333333;
  width: 50%;
  position: relative;
}
@media (max-width: 1199px) {
  .tcl-downloads__download-name {
    font-size: 18px;
  }
}
.tcl-downloads__download-name.bullet {
  padding-left: 20px;
}
.tcl-downloads__download-name.bullet a:after {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
.tcl-downloads__download-name a {
  color: #000000;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .tcl-downloads__download-name {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
  }
}
.tcl-downloads__download-file {
  width: 30%;
}
@media (max-width: 1199px) {
  .tcl-downloads__download-file {
    margin-top: 10px;
    width: 100%;
  }
}
.tcl-downloads__download-file 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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 200%;
  text-decoration: none;
  color: #000000;
}
@media (max-width: 1199px) {
  .tcl-downloads__download-file a {
    font-size: 18px;
  }
}
.tcl-downloads__download-file a span {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.tcl-downloads__download-file a svg {
  margin-right: 27px;
}
.tcl-downloads__download-link {
  width: 30%;
}
@media (max-width: 1199px) {
  .tcl-downloads__download-link {
    margin-top: 10px;
    width: 100%;
  }
}
.tcl-downloads__download-link 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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 200%;
  text-decoration: none;
  color: #000000;
}
@media (max-width: 1199px) {
  .tcl-downloads__download-link a {
    font-size: 18px;
  }
}
.tcl-downloads__download-link a span {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.tcl-downloads__download-link a svg {
  margin-right: 27px;
}
@media (max-width: 1199px) {
  .tcl-downloads__download {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}