.cb_4f265efb26a7e74dd64a5484ba69f8d6 #faqAccordion {
  border: 1px solid #e5e5e5;
  border-radius: 8px; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .faq-item {
    border-bottom: 1px solid #e5e5e5; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .faq-item:last-child {
    border-bottom: none; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .faq-question {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    color: #303030;
    padding: 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.5;
    gap: 12px; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .faq-question:focus {
    outline: none; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .faq-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    object-fit: contain;
    pointer-events: none; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .faq-answer {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    padding: 0 16px 16px; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .faq-answer p {
    margin-bottom: 4px; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .faq-list {
    padding-left: 20px;
    margin-bottom: 8px; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .faq-list li {
    margin-bottom: 2px; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .fade:not(.show) {
    opacity: 0; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .collapse:not(.show) {
    display: none; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .accordion-button {
    transition: none; } }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg); }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .accordion-button::after {
    transition: none; } }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .accordion-button:hover {
    z-index: 2; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .accordion-header {
    margin-bottom: 0; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125); }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px); }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .accordion-item:not(:first-of-type) {
    border-top: 0; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px); }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .accordion-body {
    padding: 1rem 1.25rem; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .accordion-flush .accordion-collapse {
    border-width: 0; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .accordion-flush .accordion-item:first-child {
    border-top: 0; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .accordion-flush .accordion-item:last-child {
    border-bottom: 0; }
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .accordion-flush .accordion-item .accordion-button {
    border-radius: 0; }
  @media (prefers-reduced-motion: reduce) {
  .cb_4f265efb26a7e74dd64a5484ba69f8d6 .collapsing {
    transition: none; } }
