<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.home-faq-left {
  max-width: 1100px;
  margin: 0 auto;
}
.home-faq-inner {
  background: #fcf9f5;
  padding: 40px;
  border-radius: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.home-faq .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.home-faq .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: unset;
}

.home-faq .accordion .accordion-button {
  background: transparent;
  border: none;
  color: #35404e;
  cursor: poInter;
  width: 100%;
  font-size: 17px;
  transition: all linear 0.5s;
  text-decoration: none;
  font-weight: 700;
  padding: 15px;
}
.home-faq .accordion-item .accordion-body {
  font-size: 1rem;
  letter-spacing: -.25px;
  line-height: 1.6;
  color: #7b8893;
  margin-bottom: 1rem;
  padding: 0 20px 20px;
}
.home-faq .accordion-button:not(.collapsed) {
  box-shadow: unset;
}

.home-faq .accordion-item {
  color: var(--bs-accordion-color);
  background-color: transparent;
}
.home-faq .accordion-button:not(.collapsed)::after {
  background-image: unset;
  transform: var(--bs-accordion-btn-icon-transform);
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  rotate: 46deg;
  transition: .3s ease-in-out;
}
.home-faq .accordion-button::after {
  width: unset;
  height: unset;
  background-image: unset;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\2b";
  font-size: 34px;
  transition: .3s ease-in-out;
}

.home-faq .accordion-item {
  background-color: white;
  color: black;
  border-radius: 20px !important;
  box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
  margin: 25px 0;
  color: var(--bs-accordion-color);
  background-color: var(--white);
  border: none;
}
.home-faq-right img {
  width: 100%;
}

.hpme-faq-right img {
  width: 100%;
  border-radius: 10px;
  transition: .3s ease-in-out;
}
.hpme-faq-right figure {
  overflow: hidden;
  border-radius: 10px;
}
.hpme-faq-right img:hover {
  transform: scale(1.1);
}
@media(max-width:768px){
  .home-faq-inner .row {
  flex-direction: column-reverse;
  row-gap: 0px;
}
.home-faq-inner .row {
  flex-direction: row-reverse;
}
}
@media(max-width:575px){
  .home-faq-inner {
  padding: 20px;
}
.home-faq .accordion .accordion-button {
  font-size: 15px;
}
}</pre></body></html>