body {
  color: #000000;
}
.header {
  height: auto;
}
.header .content-width {
  padding-bottom: 0;
}
.navigation {
  padding-bottom: 1.875rem;
}

/* FAQ */
.FAQ {
  background: #1f2437;
  color: #ffffff;
}
.FAQ-header {
  margin-bottom: 2.5rem;
}
.FAQ-header h5 {
  margin-bottom: 0.5rem;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}
.FAQ-header p {
  font-weight: 400;
}
.FAQ-ques ul {
  list-style: none;
}
.FAQ-ques ul li a {
  text-decoration: none;
  display: flex;
}
.FAQ-ques ul li:not(ol li) {
  background-color: #515356;
  margin-bottom: 2px;
}
.FAQ-ques ul li.active {
  background-color: #ff7b47;
  -webkit-transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.FAQ-answer {
  font-weight: 400;
}
.FAQ-answer > div > p:first-of-type {
  margin-bottom: 1.5rem;
}
div[data-view-active="false"] {
  display: none;
}
div[data-name-active="false"] {
  display: none !important;
}

/* Have more ques */
.have-more-ques {
  background: #ffffff;
}
.have-more-ques .content-width {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.have-more-ques h2 {
  font-weight: 700;
  text-transform: capitalize;
}
.have-more-ques p {
  font-weight: 400;
  margin-bottom: 2.125rem;
}
.button--primary {
  background: #ff7b47;
  border: none;
  border-radius: 10rem;
  font-weight: 700;
  letter-spacing: 2.4px;
}
.button--primary a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.button--primary:hover {
  background: #f05e25;
  transition: 0.2s;
}

/* Newsletter Banner */
.newsletter-banner {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .FAQ .content-width {
    padding-bottom: 7.25rem;
    padding-top: 4.0625rem;
  }
  .FAQ-header p {
    max-width: 58%;
  }
  .FAQ-contents {
    display: flex;
    justify-content: space-between;
  }
  .FAQ-header h5 {
    font-size: 1rem;
    font-weight: 700;
  }
  .FAQ-header h1 {
    font-size: 2.25rem;
    line-height: 3.15rem;
    margin-bottom: 1.25rem;
  }
  .FAQ-header p {
    margin-bottom: 2.625rem;
  }
  .mobile-ques {
    display: none;
  }
  .FAQ-ques {
    flex-basis: 33%;
  }
  .FAQ-ques ul li a {
    padding: 1rem 1.875rem;
  }
  .FAQ-answer {
    flex-basis: 65%;
    border: 2px solid #515356;
  }
  .FAQ-answer div {
    padding: 2.1875rem;
  }
  .mobile {
    display: none;
  }

  /* Have more ques */
  .have-more-ques .content-width {
    max-width: 96%;
    padding: 6.125rem 1.25rem;
  }
  .have-more-ques h2 {
    font-size: 2.25rem;
    line-height: 3.125rem;
    margin-bottom: 1rem;
  }
  .button--primary {
    width: 400px;
    height: 52px;
    font-size: 0.75rem;
    line-height: 0.9rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  p {
    font-size: 0.875rem;
  }
  .FAQ-header p {
    max-width: 89%;
  }
  .FAQ-ques ul li a {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 1024px) {
  .FAQ-header p {
    max-width: 76.5%;
  }
  /* Have more ques */
  .have-more-ques .content-width {
    max-width: 81%;
  }
}

@media screen and (min-width: 1300px) {
  .FAQ-header p {
    max-width: 58%;
  }
  /* Have more ques */
  .have-more-ques .content-width {
    max-width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .desktop {
    display: none;
  }
  .FAQ .content-width {
    padding-bottom: 4.1875rem;
    padding-top: 2.1875rem;
  }
  .FAQ-header h5 {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.125rem;
  }
  .FAQ-header h1 {
    font-size: 1.875rem;
    line-height: 2.625rem;
    margin-bottom: 0.75rem;
  }
  .FAQ-header p {
    margin-bottom: 1.125rem;
  }
  .FAQ-answer.mobile {
    background: transparent;
  }
  .desktop-ques {
    display: none;
  }
  .FAQ-ques ul li a {
    font-size: 0.75rem;
    line-height: 1.25rem;
    padding: 0.875rem 1.5rem;
  }
  .border {
    border: 2px solid #515356;
  }
  .FAQ-ques ul li {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .FAQ-answer div {
    padding: 0.9375rem;
  }

  /* Have more ques */
  .have-more-ques .content-width {
    padding: 4.375rem 1.25rem;
  }
  .have-more-ques h2 {
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 0.625rem;
  }
  .button--primary {
    width: 295px;
    height: 50px;
    font-size: 0.5rem;
    line-height: 0.6rem;
  }
}

@media screen and (min-width: 425px) and (max-width: 767px) {
  .have-more-ques p {
    max-width: 91%;
  }
}
