.faq-template-section .container {
  max-width: 1600px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .faq-template-section .container {
    max-width: 1690px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.faq-template-section .container .page {
  margin: 0 auto;
  padding-bottom: 50px;
  padding-top: 30px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .faq-template-section .container .page {
    display: block;
    padding-bottom: 100px;
  }
}
.faq-template-section .container .page-faq {
  max-width: 1470px;
}
@media screen and (min-width: 1025px) {
  .faq-template-section .container .page-faq {
    min-height: calc(100vh - 175px);
    padding-top: 50px;
  }
}
.faq-template-section .section-header {
  color: #191919;
  display: block;
  margin-bottom: 10px;
  margin-top: 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .faq-template-section .section-header {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .faq-template-section .section-header {
    margin-bottom: 50px;
  }
}
.faq-template-section .section-header .title {
  color: inherit;
  font-size: 1.25em;
  font-style: normal;
  font-weight: 100;
  line-height: 1.3;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .faq-template-section .section-header .title {
    font-size: 2em;
  }
}
@media screen and (min-width: 768px) {
  .faq-template-section .section-header .title {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 989px) {
  .faq-template-section .section-header .title {
    font-size: 30px !important;
  }
}
.faq-template-section .page-sidebar {
  display: none;
}
.faq-template-section .page-content {
  padding: 20px 0 0;
  position: relative;
  width: 100%;
}
.faq-template-section .faqs-paragraph {
  display: block;
}
.faq-template-section .faq-title {
  border-bottom: 1px solid #191919;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 10px;
  text-transform: capitalize;
}
@media screen and (min-width: 1025px) {
  .faq-template-section .faq-title {
    padding-bottom: 20px;
  }
}
.faq-template-section .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  background-color: #fff;
  border: none;
  border-radius: 0.25rem;
  border-radius: 0;
  border-top: 1px solid #e6e6e6;
}
.faq-template-section .card:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.faq-template-section .faqs-paragraph + .faqs-paragraph {
  margin-top: 40px;
}
@media screen and (min-width: 1025px) {
  .faq-template-section .faqs-paragraph + .faqs-paragraph {
    margin-top: 70px;
  }
}
.faq-template-section .card-header {
  background-color: #fff;
  border: none;
  margin-bottom: 0;
  padding: 15px 0;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .faq-template-section .card-header {
    padding: 20px 0;
  }
}
.faq-template-section .card-header .icon-plus {
  display: inline-block;
  height: 16px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  z-index: 2;
}
.faq-template-section .card-header .icon-plus:before {
  background-color: #787878;
  content: "";
  height: 16px;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  width: 2px;
  z-index: 2;
}
.faq-template-section .card-header .icon-plus:after {
  background-color: #787878;
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  z-index: 2;
}
.faq-template-section .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.faq-template-section .page-hero .section-header {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1530px;
  padding: 0 30px;
}
@media screen and (max-width: 1024px) {
  .faq-template-section .page-hero .section-header {
    padding: 0 15px;
  }
}
.faq-template-section .page-hero__image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
}
.faq-template-section .card-header .title {
  background-color: transparent;
  border: none;
  color: #787878;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  font-weight: 400;
  padding: 0 25px 0 0;
  text-align: left !important;
  text-transform: none;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.faq-template-section .card-header .title[aria-expanded="true"] {
  color: #191919;
}
.faq-template-section
  .card-header
  .title[aria-expanded="true"]
  + .icon-plus:before {
  transform: translateY(-50%) rotate(90deg);
}
.faq-template-section .card .collapse {
  position: relative;
}
.faq-template-section .collapse {
  display: none;
}
.faq-template-section .collapse.show {
  display: block;
}
.faq-template-section .card-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.faq-template-section .card-body a {
  color: #000;
}
.faq-template-section .card-body p {
  color: #787878;
  margin: 0 0 15px;
}
.faq-template-section .card-body p:last-child {
  margin-bottom: 0;
}
.faq-template-section .faq-content {
  padding: 50px 0;
}
.faq-template-section .faq-content.text-right {
  text-align: right !important;
}
.faq-template-section .faq-content a {
  background: #000 0 0 no-repeat padding-box;
  border: 1px solid #000;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0 0 0 25px;
  padding: 6px 19px;
  transition: all 0.4s;
}
@media screen and (max-width: 989px) {
  .faq-template-section .faq-content a {
    margin-left: 5px;
    padding: 7px 10px;
  }
}
.faq-template-section .faq-content a:hover {
  background: #fff;
  color: #000;
}
