.component-529b40f1-3d98-4c0c-b5a6-0283101db43f ul.faqs {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f li.faq {
  margin-left: 0;
  border-top: 1px solid #e0e3ea;
  padding: 25px 0 !important;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f li.faq &:last-of-type {
  border-bottom: 1px solid #e0e3ea;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .question {
  display: flex;
  margin-bottom: 1rem;
  cursor: pointer;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .question-text {
  flex: 1 1 auto;
  margin-right: 32px;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .question-text :last-child {
  margin-bottom: 0;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .answer {
  margin: 0;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.15s ease-in-out, opacity 0.15s;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .answer > :last-child {
  margin-bottom: 0;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .open .answer,
.component-529b40f1-3d98-4c0c-b5a6-0283101db43f.editing .answer {
  opacity: 1;
  max-height: initial;
  pointer-events: auto;
}

/* Toggle */

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .toggle {
  flex: 0 0 auto;
  position: relative;
  width: 16px;
  height: 16px;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .toggle:before,
.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .toggle:after {
  content: "";
  position: absolute;
  background-color: #4a90e2;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .faq.initialized .toggle:before,
.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .faq.initialized .toggle:after {
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .toggle:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .toggle:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .faq.open .toggle:before {
  transform: rotate(90deg);
}

.component-529b40f1-3d98-4c0c-b5a6-0283101db43f .faq.open .toggle:after {
  transform: rotate(180deg);
}
.component-91d5fcbb-3020-4255-973b-c844a6c1f5f2 p:last-child {
  margin-bottom: 0;
}

.component-91d5fcbb-3020-4255-973b-c844a6c1f5f2 figure img {
  width: 100%;
}

.component-91d5fcbb-3020-4255-973b-c844a6c1f5f2 * + .actions {
  margin-top: 2.5rem;
}
.component-91d5fcbb-3020-4255-973b-c844a6c1f5f2 .h19-text-box .justify-text p {
  text-align: justify;
}