@import url(https://use.typekit.net/rju4ist.css);
.header {
  background-color: #18152E;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 25px 25px 0;
  position: relative;
  width: calc(100% - 50px);
}
@media (max-width: 991.98px) {
  .header {
    margin: 15px 15px 0 15px;
    width: calc(100% - 30px);
  }
}
@media (max-width: 575.98px) {
  .header {
    margin: 0;
    width: 100%;
  }
}
.header:before {
  background-color: #18152E;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}
.header__title {
  padding: 190px 0 100px;
  position: relative;
}
.header--alt .header__title {
  padding: 170px 0 50px;
}

.faq {
  box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.04) inset;
  background-color: #e9ecef;
  display: block;
  height: 84px;
  margin-bottom: 20px;
  position: relative;
  transition: box-shadow 0.3s ease;
}
.faq:hover {
  box-shadow: 0 -84px 0 0 rgba(0, 0, 0, 0.04) inset;
  color: #212529;
}
.faq--alt {
  box-shadow: 0 -4px 0 0 rgba(21, 66, 115, 0.1) inset;
  background-color: #fff;
}
.faq--alt:hover {
  box-shadow: 0 -84px 0 0 rgba(21, 66, 115, 0.1) inset;
}
.faq__title {
  font-size: 1.0625rem;
  font-family: "utopia-std", "Times New Roman", Times, serif;
  left: 0;
  line-height: 1.3;
  padding: 0 70px 0 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.faq__icon {
  line-height: 0;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
