.nav-item a.nav-link.active {
  font-weight: 600 !important;
  color: var(--bs-warning) !important;
}

.bg-semidark {
  background: #2d2c38;
}

.maxWidth {
  max-width:960px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.maxWidth--small {
  max-width:820px !important;
}

.faq_content blockquote {
  background-color: var(--bs-dark);
  padding: 20px 30px;
  border-radius: 10px;
}

.faq_content hr {
  display: none;
}

.faq_content blockquote h4 {
  margin:15px 0 20px;
  display: block;
  text-align: center;
  font-weight: bold;
  color: var(--bs-warning);
}




.form-control.is--required{
  background-color: #ffb5cd !important;
  border-color: #6d0a2a !important;
}
.form-control.is--required::placeholder {
  color: #6d0a2a !important;
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.content-home h3{
  margin-bottom:1rem;
}
.content-home p{
  line-height: 1.9;
  margin: 25px 0;
}

.content-real h3 {
  margin: 10px 0 20px;
}

.content-real ol li{
	margin:15px 0;
}

.content-real a {
	color: var(--bs-warning) !important;
}