.f-0765668 {
  margin-top: var(--block-section-spacing-top, var(--section-spacing-top, 40px));
  margin-bottom: var(--block-section-spacing-bottom, var(--section-spacing-bottom, 40px));
  background-color: transparent;
}
.f-0765668:not(.f-90797d1) > .c-7a0348c {
  background-color: var(--block-bg, transparent);
  border-radius: var(--block-border-radius, 10px);
  padding: 24px var(--site-gutter, 15px) 30px;
}
.f-90797d1 > .c-7a0348c {
  background-color: transparent;
}
.f-df63cd6 {
  margin-bottom: 24px;
  font-size: var(--block-title-font-size, inherit);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-color, #fff);
}
.f-df63cd6::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--additional-c-elements);
  margin-top: 12px;
  border-radius: 5px;
}
.f-19bcb72 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.f-2b3ace8 {
  font-size: var(--block-body-font-size, 18px);
  font-weight: 600;
  line-height: var(--content-line-height, 1.5);
  cursor: pointer;
  list-style: none;
  color: var(--text-color, #fff);
}
.f-2b3ace8::-webkit-details-marker {
  display: none;
}
.f-2b3ace8::marker {
  display: none;
}
.f-fb5f845 {
  margin: 0;
  background: var(--faq-item-bg, var(--block-bg, #211442));
  padding: 20px;
  border-radius: var(--block-border-radius, 10px);
}
.f-fb5f845[open] .f-2b3ace8 {
  color: var(--additional-c-elements);
}
.f-ca5767a .f-fb5f845 {
  background: transparent;
}
.f-2874578 {
  padding-top: 12px;
  font-size: var(--block-body-font-size, 16px);
  line-height: var(--content-line-height, 1.5);
  color: var(--text-color, #fff);
}
.f-2874578 p {
  margin: 0 0 8px;
  font-size: inherit;
  line-height: inherit;
}
.f-2874578 p:last-child {
  margin-bottom: 0;
}
.f-2874578 ul,
.f-2874578 ol {
  margin: 0 0 8px;
  padding-left: 20px;
}

.f-2b3ace8 {
  position: relative;
  padding-right: 30px;
}
.f-2b3ace8::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.f-fb5f845[open] .f-2b3ace8::after {
  transform: rotate(-135deg);
  margin-top: -2px;
}
