.accordion {
  max-width: 900px;
  margin: auto;
}

.accordion-item:first-of-type {
  border-radius: 0px;
}

.accordion-item:last-of-type {
  border-radius: 0px;
}

.accordion-item {
  border-radius: 0px;
  background-color: transparent;
  border-right: none;
  border-top: none;
  border-left: none;
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  /* margin-right: 20px; */
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='10' viewBox='0 0 19 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.1021 1.25001C18.1021 2.9167 15.5134 2.9167 15.5134 1.25001C15.5134 -0.416672 18.1021 -0.416672 18.1021 1.25001Z' fill='%231A1A1A'/%3E%3Cpath d='M15.5195 3.75001C15.5195 5.4167 12.9308 5.4167 12.9308 3.75001C12.9308 2.08333 15.5195 2.08333 15.5195 3.75001Z' fill='%231A1A1A'/%3E%3Cpath d='M15.5195 1.25001C15.5195 2.9167 12.9308 2.9167 12.9308 1.25001C12.9308 -0.416672 15.5195 -0.416672 15.5195 1.25001Z' fill='%231A1A1A'/%3E%3Cpath d='M12.9314 6.25001C12.9314 7.9167 10.3427 7.9167 10.3427 6.25001C10.3427 4.58333 12.9314 4.58333 12.9314 6.25001Z' fill='%231A1A1A'/%3E%3Cpath d='M12.9314 3.75001C12.9314 5.4167 10.3427 5.4167 10.3427 3.75001C10.3427 2.08333 12.9314 2.08333 12.9314 3.75001Z' fill='%231A1A1A'/%3E%3Cpath d='M10.3486 8.75001C10.3486 10.4167 7.75995 10.4167 7.75995 8.75001C7.75995 7.08333 10.3486 7.08333 10.3486 8.75001Z' fill='%231A1A1A'/%3E%3Cpath d='M7.75977 6.25001C7.75977 7.9167 5.17108 7.9167 5.17108 6.25001C5.17108 4.58333 7.75977 4.58333 7.75977 6.25001Z' fill='%231A1A1A'/%3E%3Cpath d='M10.3486 6.25001C10.3486 7.9167 7.75995 7.9167 7.75995 6.25001C7.75995 4.58333 10.3486 4.58333 10.3486 6.25001Z' fill='%231A1A1A'/%3E%3Cpath d='M7.75977 3.75001C7.75977 5.4167 5.17108 5.4167 5.17108 3.75001C5.17108 2.08333 7.75977 2.08333 7.75977 3.75001Z' fill='%231A1A1A'/%3E%3Cpath d='M5.17773 3.75001C5.17773 5.4167 2.58905 5.4167 2.58905 3.75001C2.58905 2.08333 5.17773 2.08333 5.17773 3.75001Z' fill='%231A1A1A'/%3E%3Cpath d='M5.17773 1.25001C5.17773 2.9167 2.58905 2.9167 2.58905 1.25001C2.58905 -0.416672 5.17773 -0.416672 5.17773 1.25001Z' fill='%231A1A1A'/%3E%3Cpath d='M2.58887 1.25001C2.58887 2.9167 0.000183607 2.9167 0.000183753 1.25001C0.000183899 -0.416672 2.58887 -0.416672 2.58887 1.25001Z' fill='%231A1A1A'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

.accordion-button {
  background-color: transparent;
  border: none;
  font-size: inherit;
  font-weight: inherit;
  padding: 16px 10px;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
}

.accordion-button:focus {
  box-shadow: none;
}

/* Dark theme */

.accordion-theme-dark .accordion-button {
  color: var(--black);
}

.accordion-theme-dark .accordion-button:not(.collapsed) {
  color: var(--black);
}

.accordion-theme-dark .accordion-item {
  border-bottom: 1px solid var(--black);
}

.accordion-theme-dark .accordion-body,
.accordion-theme-dark .accordion-body > *:not(a) {
  color: var(--black);
}

.accordion-theme-dark .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='10' viewBox='0 0 19 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.1021 1.25001C18.1021 2.9167 15.5134 2.9167 15.5134 1.25001C15.5134 -0.416672 18.1021 -0.416672 18.1021 1.25001Z' fill='%231A1A1A'/%3E%3Cpath d='M15.5195 3.75001C15.5195 5.4167 12.9308 5.4167 12.9308 3.75001C12.9308 2.08333 15.5195 2.08333 15.5195 3.75001Z' fill='%231A1A1A'/%3E%3Cpath d='M15.5195 1.25001C15.5195 2.9167 12.9308 2.9167 12.9308 1.25001C12.9308 -0.416672 15.5195 -0.416672 15.5195 1.25001Z' fill='%231A1A1A'/%3E%3Cpath d='M12.9314 6.25001C12.9314 7.9167 10.3427 7.9167 10.3427 6.25001C10.3427 4.58333 12.9314 4.58333 12.9314 6.25001Z' fill='%231A1A1A'/%3E%3Cpath d='M12.9314 3.75001C12.9314 5.4167 10.3427 5.4167 10.3427 3.75001C10.3427 2.08333 12.9314 2.08333 12.9314 3.75001Z' fill='%231A1A1A'/%3E%3Cpath d='M10.3486 8.75001C10.3486 10.4167 7.75995 10.4167 7.75995 8.75001C7.75995 7.08333 10.3486 7.08333 10.3486 8.75001Z' fill='%231A1A1A'/%3E%3Cpath d='M7.75977 6.25001C7.75977 7.9167 5.17108 7.9167 5.17108 6.25001C5.17108 4.58333 7.75977 4.58333 7.75977 6.25001Z' fill='%231A1A1A'/%3E%3Cpath d='M10.3486 6.25001C10.3486 7.9167 7.75995 7.9167 7.75995 6.25001C7.75995 4.58333 10.3486 4.58333 10.3486 6.25001Z' fill='%231A1A1A'/%3E%3Cpath d='M7.75977 3.75001C7.75977 5.4167 5.17108 5.4167 5.17108 3.75001C5.17108 2.08333 7.75977 2.08333 7.75977 3.75001Z' fill='%231A1A1A'/%3E%3Cpath d='M5.17773 3.75001C5.17773 5.4167 2.58905 5.4167 2.58905 3.75001C2.58905 2.08333 5.17773 2.08333 5.17773 3.75001Z' fill='%231A1A1A'/%3E%3Cpath d='M5.17773 1.25001C5.17773 2.9167 2.58905 2.9167 2.58905 1.25001C2.58905 -0.416672 5.17773 -0.416672 5.17773 1.25001Z' fill='%231A1A1A'/%3E%3Cpath d='M2.58887 1.25001C2.58887 2.9167 0.000183607 2.9167 0.000183753 1.25001C0.000183899 -0.416672 2.58887 -0.416672 2.58887 1.25001Z' fill='%231A1A1A'/%3E%3C/svg%3E%0A");
}

.accordion-theme-dark .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  /* margin-right: 20px; */
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='10' viewBox='0 0 19 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.1021 1.25001C18.1021 2.9167 15.5134 2.9167 15.5134 1.25001C15.5134 -0.416672 18.1021 -0.416672 18.1021 1.25001Z' fill='%231A1A1A'/%3E%3Cpath d='M15.5195 3.75001C15.5195 5.4167 12.9308 5.4167 12.9308 3.75001C12.9308 2.08333 15.5195 2.08333 15.5195 3.75001Z' fill='%231A1A1A'/%3E%3Cpath d='M15.5195 1.25001C15.5195 2.9167 12.9308 2.9167 12.9308 1.25001C12.9308 -0.416672 15.5195 -0.416672 15.5195 1.25001Z' fill='%231A1A1A'/%3E%3Cpath d='M12.9314 6.25001C12.9314 7.9167 10.3427 7.9167 10.3427 6.25001C10.3427 4.58333 12.9314 4.58333 12.9314 6.25001Z' fill='%231A1A1A'/%3E%3Cpath d='M12.9314 3.75001C12.9314 5.4167 10.3427 5.4167 10.3427 3.75001C10.3427 2.08333 12.9314 2.08333 12.9314 3.75001Z' fill='%231A1A1A'/%3E%3Cpath d='M10.3486 8.75001C10.3486 10.4167 7.75995 10.4167 7.75995 8.75001C7.75995 7.08333 10.3486 7.08333 10.3486 8.75001Z' fill='%231A1A1A'/%3E%3Cpath d='M7.75977 6.25001C7.75977 7.9167 5.17108 7.9167 5.17108 6.25001C5.17108 4.58333 7.75977 4.58333 7.75977 6.25001Z' fill='%231A1A1A'/%3E%3Cpath d='M10.3486 6.25001C10.3486 7.9167 7.75995 7.9167 7.75995 6.25001C7.75995 4.58333 10.3486 4.58333 10.3486 6.25001Z' fill='%231A1A1A'/%3E%3Cpath d='M7.75977 3.75001C7.75977 5.4167 5.17108 5.4167 5.17108 3.75001C5.17108 2.08333 7.75977 2.08333 7.75977 3.75001Z' fill='%231A1A1A'/%3E%3Cpath d='M5.17773 3.75001C5.17773 5.4167 2.58905 5.4167 2.58905 3.75001C2.58905 2.08333 5.17773 2.08333 5.17773 3.75001Z' fill='%231A1A1A'/%3E%3Cpath d='M5.17773 1.25001C5.17773 2.9167 2.58905 2.9167 2.58905 1.25001C2.58905 -0.416672 5.17773 -0.416672 5.17773 1.25001Z' fill='%231A1A1A'/%3E%3Cpath d='M2.58887 1.25001C2.58887 2.9167 0.000183607 2.9167 0.000183753 1.25001C0.000183899 -0.416672 2.58887 -0.416672 2.58887 1.25001Z' fill='%231A1A1A'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

/* Light theme */

.accordion-theme-light .accordion-button {
  color: var(--gold);
}

.accordion-theme-light .accordion-button:not(.collapsed) {
  color: var(--gold);
}

.accordion-theme-light .accordion-item {
  border-bottom: 1px solid var(--offwhite);
}

.accordion-theme-light .accordion-body,
.accordion-theme-light .accordion-body > *:not(a) {
  color: var(--offwhite);
}

.accordion-theme-light .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='10' viewBox='0 0 19 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.1021 1.25001C18.1021 2.9167 15.5134 2.9167 15.5134 1.25001C15.5134 -0.416672 18.1021 -0.416672 18.1021 1.25001Z' fill='%23F7F6F2'/%3E%3Cpath d='M15.5195 3.75001C15.5195 5.4167 12.9308 5.4167 12.9308 3.75001C12.9308 2.08333 15.5195 2.08333 15.5195 3.75001Z' fill='%23F7F6F2'/%3E%3Cpath d='M15.5195 1.25001C15.5195 2.9167 12.9308 2.9167 12.9308 1.25001C12.9308 -0.416672 15.5195 -0.416672 15.5195 1.25001Z' fill='%23F7F6F2'/%3E%3Cpath d='M12.9314 6.25001C12.9314 7.9167 10.3427 7.9167 10.3427 6.25001C10.3427 4.58333 12.9314 4.58333 12.9314 6.25001Z' fill='%23F7F6F2'/%3E%3Cpath d='M12.9314 3.75001C12.9314 5.4167 10.3427 5.4167 10.3427 3.75001C10.3427 2.08333 12.9314 2.08333 12.9314 3.75001Z' fill='%23F7F6F2'/%3E%3Cpath d='M10.3486 8.75001C10.3486 10.4167 7.75995 10.4167 7.75995 8.75001C7.75995 7.08333 10.3486 7.08333 10.3486 8.75001Z' fill='%23F7F6F2'/%3E%3Cpath d='M7.75977 6.25001C7.75977 7.9167 5.17108 7.9167 5.17108 6.25001C5.17108 4.58333 7.75977 4.58333 7.75977 6.25001Z' fill='%23F7F6F2'/%3E%3Cpath d='M10.3491 6.25001C10.3491 7.9167 7.76044 7.9167 7.76044 6.25001C7.76044 4.58333 10.3491 4.58333 10.3491 6.25001Z' fill='%23F7F6F2'/%3E%3Cpath d='M7.75977 3.75001C7.75977 5.4167 5.17108 5.4167 5.17108 3.75001C5.17108 2.08333 7.75977 2.08333 7.75977 3.75001Z' fill='%23F7F6F2'/%3E%3Cpath d='M5.17773 3.75001C5.17773 5.4167 2.58905 5.4167 2.58905 3.75001C2.58905 2.08333 5.17773 2.08333 5.17773 3.75001Z' fill='%23F7F6F2'/%3E%3Cpath d='M5.17773 1.25001C5.17773 2.9167 2.58905 2.9167 2.58905 1.25001C2.58905 -0.416672 5.17773 -0.416672 5.17773 1.25001Z' fill='%23F7F6F2'/%3E%3Cpath d='M2.58887 1.25001C2.58887 2.9167 0.000183607 2.9167 0.000183753 1.25001C0.000183899 -0.416672 2.58887 -0.416672 2.58887 1.25001Z' fill='%23F7F6F2'/%3E%3C/svg%3E%0A");
}

.accordion-theme-light .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  /* margin-right: 20px; */
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='10' viewBox='0 0 19 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.1021 1.25001C18.1021 2.9167 15.5134 2.9167 15.5134 1.25001C15.5134 -0.416672 18.1021 -0.416672 18.1021 1.25001Z' fill='%23F7F6F2'/%3E%3Cpath d='M15.5195 3.75001C15.5195 5.4167 12.9308 5.4167 12.9308 3.75001C12.9308 2.08333 15.5195 2.08333 15.5195 3.75001Z' fill='%23F7F6F2'/%3E%3Cpath d='M15.5195 1.25001C15.5195 2.9167 12.9308 2.9167 12.9308 1.25001C12.9308 -0.416672 15.5195 -0.416672 15.5195 1.25001Z' fill='%23F7F6F2'/%3E%3Cpath d='M12.9314 6.25001C12.9314 7.9167 10.3427 7.9167 10.3427 6.25001C10.3427 4.58333 12.9314 4.58333 12.9314 6.25001Z' fill='%23F7F6F2'/%3E%3Cpath d='M12.9314 3.75001C12.9314 5.4167 10.3427 5.4167 10.3427 3.75001C10.3427 2.08333 12.9314 2.08333 12.9314 3.75001Z' fill='%23F7F6F2'/%3E%3Cpath d='M10.3486 8.75001C10.3486 10.4167 7.75995 10.4167 7.75995 8.75001C7.75995 7.08333 10.3486 7.08333 10.3486 8.75001Z' fill='%23F7F6F2'/%3E%3Cpath d='M7.75977 6.25001C7.75977 7.9167 5.17108 7.9167 5.17108 6.25001C5.17108 4.58333 7.75977 4.58333 7.75977 6.25001Z' fill='%23F7F6F2'/%3E%3Cpath d='M10.3491 6.25001C10.3491 7.9167 7.76044 7.9167 7.76044 6.25001C7.76044 4.58333 10.3491 4.58333 10.3491 6.25001Z' fill='%23F7F6F2'/%3E%3Cpath d='M7.75977 3.75001C7.75977 5.4167 5.17108 5.4167 5.17108 3.75001C5.17108 2.08333 7.75977 2.08333 7.75977 3.75001Z' fill='%23F7F6F2'/%3E%3Cpath d='M5.17773 3.75001C5.17773 5.4167 2.58905 5.4167 2.58905 3.75001C2.58905 2.08333 5.17773 2.08333 5.17773 3.75001Z' fill='%23F7F6F2'/%3E%3Cpath d='M5.17773 1.25001C5.17773 2.9167 2.58905 2.9167 2.58905 1.25001C2.58905 -0.416672 5.17773 -0.416672 5.17773 1.25001Z' fill='%23F7F6F2'/%3E%3Cpath d='M2.58887 1.25001C2.58887 2.9167 0.000183607 2.9167 0.000183753 1.25001C0.000183899 -0.416672 2.58887 -0.416672 2.58887 1.25001Z' fill='%23F7F6F2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
