.cc_hCf4wiNMOJ_d86aivUdte .fti {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--sp-4, 16px);
  min-width: 0;
  min-height: 84px;
  padding-block: var(--sp-5, 20px);
  padding-inline: var(--sp-2, 8px);
  text-align: left;
  color: inherit;
}

.cc_hCf4wiNMOJ_d86aivUdte .fti__icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cc_hCf4wiNMOJ_d86aivUdte .fti__icon svg {
  width: 28px;
  height: 28px;
  display: block;
  stroke-width: 1.25;
}

.cc_hCf4wiNMOJ_d86aivUdte .fti__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: var(--sp-1, 4px);
  overflow-wrap: anywhere;
}

.cc_hCf4wiNMOJ_d86aivUdte .fti__title, .cc_hCf4wiNMOJ_d86aivUdte .fti__subtitle {
  margin: 0;
}

.cc_hCf4wiNMOJ_d86aivUdte .fti__title {
  font-family: var(--font-heading, "Outfit", sans-serif);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.cc_hCf4wiNMOJ_d86aivUdte .fti__subtitle {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  opacity: 0.66;
}

.cc_hCf4wiNMOJ_d86aivUdte .fti + .fti {
  border-top: 1px solid color-mix(in srgb, currentColor 0%, transparent);
}

@media (max-width: 374px) {
  .cc_hCf4wiNMOJ_d86aivUdte .fti {
    gap: var(--sp-3, 12px);
    padding-inline: var(--sp-1, 4px);
  }
}

@media (min-width: 640px) {
  .cc_hCf4wiNMOJ_d86aivUdte .fti {
    justify-content: center;
    min-height: 104px;
    padding-block: var(--sp-6, 24px);
    padding-inline: var(--sp-4, 16px);
  }

  .cc_hCf4wiNMOJ_d86aivUdte .fti + .fti {
    border-top: 0;
  }

  .cc_hCf4wiNMOJ_d86aivUdte .fti:not(:last-child)::after {
    content: "";
    position: absolute;
    top: var(--sp-6, 24px);
    right: 0;
    bottom: var(--sp-6, 24px);
    width: 1px;
    background: color-mix(in srgb, currentColor 12%, transparent);
  }
}

@media (min-width: 1024px) {
  .cc_hCf4wiNMOJ_d86aivUdte .fti {
    gap: var(--sp-5, 20px);
  }

  .cc_hCf4wiNMOJ_d86aivUdte .fti__icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .cc_hCf4wiNMOJ_d86aivUdte .fti__icon svg {
    width: 32px;
    height: 32px;
  }

  .cc_hCf4wiNMOJ_d86aivUdte .fti__title {
    font-size: 14px;
  }

  .cc_hCf4wiNMOJ_d86aivUdte .fti__subtitle {
    font-size: 14px;
  }
}
