@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
body {
  background-color: #000;
  color: #E2CA8C;
  font-weight: 300;
}

section.intro {
  padding-top: 110px;
  padding-bottom: 40px;
}
section.intro .description {
  color: #fff;
  font-weight: 400;
}
section.intro .title-top {
  color: #E2CA8C;
  margin-top: 20px;
  font-weight: 300;
  text-align: center;
}
section.intro .sub-title-top {
  color: #fff;
  font-weight: 300;
  text-align: center;
}
section.intro .category-title {
  color: #E2CA8C;
  margin-top: 20px;
  font-weight: 300;
  padding-top: 20px;
}
section.intro .img-st7 img {
  width: 100%;
  margin-bottom: 60px;
}
section.intro .txt-download {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section.intro .txt-download h3 {
  font-weight: 400;
  text-align: center;
  padding-bottom: 30px;
}
section.intro .txt-download a {
  text-decoration: none;
  color: #E2CA8C;
  text-align: center;
  padding: 15px 25px;
  border: 1px solid #E2CA8C;
  border-radius: 23px;
  transition: 0.3s;
}
section.intro .txt-download a:hover {
  background-color: #E2CA8C;
  color: #000;
}
section.intro .table {
  background-color: #000;
  font-weight: 400;
}
section.intro .table th, section.intro .table td {
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  background-color: rgb(20, 20, 20);
  color: #fff;
  text-align: center;
}
section.intro .table a {
  text-decoration: underline;
  color: #E2CA8C;
  transition: 0.3s;
}
section.intro .table a:hover {
  color: #efdba9;
}
section.intro .category {
  display: none;
}
section.intro .category.active {
  display: block;
}
section.intro label {
  display: block;
  margin-bottom: 10px;
}
section.intro .custom-select {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
  max-width: 450px;
  width: 100%;
}
section.intro .custom-select:focus {
  border-color: #E2CA8C;
  box-shadow: 0 0 0 0.2rem rgba(226, 202, 140, 0.25);
}
@media (max-width: 1200px) {
  section.intro .bottom__txt-link {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  section.intro .mid-img img {
    padding-bottom: 15px;
  }
}