/* blocks */
.block-title-wrap .title-prefix {
  color: #737a83;
  font-size: 15px;
  display: block;
  margin: 0px 0 10px;
  text-transform: uppercase;
}
.block-title-wrap .block-title {
  font-size: 35px;
  line-height: 1.1;
  margin-bottom: 25px;
}

.two-column-section {
  padding: 85px 15px;
}
.two-column-section .col-lg-6 {
  padding: 0 50px;
}
.two-column-section.section-bg {
  background-color: #f4f9ff;
  border-top: 1px solid #d6e9ff;
  border-bottom: 1px solid #d6e9ff;
}
.two-column-section.image-right .image-wrap-col {
  order: 2;
}
.two-column-section .content-wrap-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-section .cta-wrap {
  text-align: center;
  padding: 40px 20px 58px;
  margin: 10px 0 90px;
  background: #ccc;
}
.cta-section .cta-wrap .title-suffix {
  margin-bottom: 58px;
}

img {
  max-width: 100%;
}

.col-two-section {
  padding: 80px 15px 40px;
}

.grid-number-section {
  padding: 40px 15px;
}
.grid-number-section .block-title-wrap {
  text-align: center;
  margin-bottom: 50px;
}
.grid-number-section .block-title-wrap .block-title {
  margin-bottom: 0px;
}
.grid-number-section .work-process-one__item .process-number {
  font-size: 32px;
  margin: 0 0 15px;
  font-family: var(--villoz-special-font, "reeyregular", cursive);
}
.grid-number-section .work-process-one__item__content {
  border: 0px;
}

.grid-icon-section {
  padding: 30px 0 85px;
}
.grid-icon-section .block-title-wrap {
  text-align: center;
  margin-bottom: 50px;
}
.grid-icon-section .block-title-wrap .block-title {
  margin-bottom: 0px;
}

.purchase-benefits .block-title-wrap {
  text-align: center;
  margin-bottom: 80px;
}
.purchase-benefits .block-title-wrap .block-title {
  margin-bottom: 0px;
}

.question-section {
  margin-bottom: 70px;
  background-color: #f4f9ff;
  border-top: 1px solid #d6e9ff;
  border-bottom: 1px solid #d6e9ff;
}
.question-section .question-list {
  margin: 38px 0 38px;
  padding: 0px 15px 0px;
}

/* FAQ Section */
.faq-section {
  padding: 80px 15px;
}
.faq-section .block-title-wrap {
  margin-bottom: 50px;
}
.faq-accordion {
  max-width: 900px;
  margin: 0 auto;
}
.faq-item {
  margin-bottom: 15px;
  border: 1px solid #d6e9ff;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.faq-header {
  margin: 0;
}
.faq-button {
  width: 100%;
  padding: 20px 25px;
  background: #fff;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}
.faq-button:hover {
  background: #f4f9ff;
}
.faq-button:focus {
  outline: none;
  box-shadow: none;
}
.faq-question {
  font-size: 18px;
  font-weight: 600;
  color: #161e2d;
  padding-right: 20px;
}
.faq-icon {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  background-color: #eb6753;
  transition: transform 0.3s ease;
}
.faq-icon::before {
  width: 20px;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.faq-icon::after {
  width: 2px;
  height: 20px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.faq-button:not(.collapsed) .faq-icon::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}
.faq-button:not(.collapsed) {
  background: #f4f9ff;
}
.faq-collapse {
  border-top: 1px solid #d6e9ff;
}
.faq-body {
  padding: 20px 25px;
  background: #f4f9ff;
}
.faq-body p {
  margin: 0;
  color: #737a83;
  line-height: 1.75;
  font-size: 16px;
}

@media (max-width: 767px) {
  .faq-section {
    padding: 60px 15px;
  }
  .faq-question {
    font-size: 16px;
  }
  .faq-button {
    padding: 15px 20px;
  }
  .faq-body {
    padding: 15px 20px;
  }
}/*# sourceMappingURL=block.css.map */