#faq .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#faq .menu li {
  padding: 0 1.5rem;
}
#faq .menu li a {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
  padding: 1.25rem;
  font-size: 2.5rem;
  background: #fff;
  border-right: none;
  color: #757575;
  height: 8rem;
}
#faq .menu li.on a {
  background: #fff;
  color: #b49773;
  z-index: 1;
  font-weight: 500;
}
#faq .menu li.on a:before {
  background: #b49773;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 17px;
  right: -1px;
  width: 5px;
  height: 5px;
}
#faq .list {
  margin-top: 5rem;
}
#faq .list li {
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: -1px;
  position: relative;
  z-index: 0;
  background: #fff;
}
#faq .list li h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 2.5rem;
  padding-left: 4.5rem;
}
#faq .list li h3:before {
  content: "Q";
  color: #b49773;
  font-weight: 700;
  position: absolute;
  left: 1.25rem;
  text-align: center;
  width: 2.5rem;
}
#faq .list li h3 .icon-add {
  color: #bdbdbd;
}
#faq .list li h3 .icon-remove {
  color: #b49773;
}
#faq .list li.active {
  border-color: #757575;
  z-index: 1;
}
#faq .list li.active h3 {
  color: #b49773;
  font-weight: 500;
}
#faq .list div {
  position: relative;
  background: #fbfaf8;
  font-size: 2.5rem;
  padding: 2.5rem;
  padding-left: 5rem;
  border-top: 1px solid rgba(189, 189, 189, 0.2);
}
#faq .list div:before {
  content: "A";
  color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
  position: absolute;
  left: 1.3888888889rem;
  text-align: center;
  width: 2.5rem;
}
#faq .list div.hide {
  position: absolute;
  left: -1000%;
  top: 0;
  width: 1px;
  height: 1px;
  line-height: 0;
  overflow: hidden;
}
#faq .list div.faqContent img {
  max-width: 100%;
  height: auto;
}
#faq .notFAQ {
  height: calc((calc(var(--c-vh, 1vh) * 100) - 13.5rem - calc(var(--f-vh, 1vh) * 100)) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.5rem;
}