@layer starter, reset, base, state, application;
@layer reset {
  ._stepper-list_qeq4d_2 {
    all: unset;
    font-family: var(--font-family-base, "Nunito Sans", sans-serif);
    font-size: 100%;
    color: var(--foreground-color, #141414);
    margin: 0;
    padding: 0;
    border-style: none;
    border-width: 0;
    border-color: transparent;
    box-sizing: border-box;
    display: flex;
  }
}
@layer base {
  ._stepper-list_qeq4d_2 {
    justify-content: flex-start;
    position: relative;
    gap: 0.5rem;
    flex-direction: column;
    font-size: 1rem;
  }
  ._stepper-steps_qeq4d_24 {
    justify-content: flex-start;
    position: relative;
    gap: 0.5rem;
    flex-direction: column;
    flex-direction: row;
    display: flex;
    font-size: 1rem;
  }
  ._label_qeq4d_33 {
    font-weight: bold;
  }
}
@layer state {
  @container stepper (width > 768px) {
    ._label_qeq4d_33 {
      display: none;
    }
  }
}@layer starter, reset, base, state, application;
@layer reset {
  ._stepper-step_txl4u_2 {
    all: unset;
    font-family: var(--font-family-base, "Nunito Sans", sans-serif);
    font-size: 100%;
    color: var(--foreground-color, #141414);
    margin: 0;
    padding: 0;
    border-style: none;
    border-width: 0;
    border-color: transparent;
    box-sizing: border-box;
    display: flex;
  }
}
@layer base {
  ._stepper-step_txl4u_2 {
    flex-direction: column;
    flex-basis: 100%;
    gap: 0.5rem;
    font-weight: normal;
    font-size: 1rem;
    border-radius: 0.375rem;
    transition: background-color 100ms cubic-bezier(0, 0, 0.4, 1), outline 100ms cubic-bezier(0, 0, 0.4, 1);
  }
  ._stepper-step_txl4u_2 ._bar_txl4u_26 {
    margin-block-start: 0.125rem;
    border-radius: 1.5rem;
    height: 0.5rem;
    background-color: var(--background-color-stronger, #eeeeee);
    overflow: hidden;
    flex-shrink: 0;
  }
  ._stepper-step_txl4u_2 ._bar_txl4u_26::before {
    content: "";
    display: block;
    height: 100%;
    width: 0;
    background-color: var(--status-color-info, #0265DC);
    transition: width 100ms cubic-bezier(0, 0, 0.4, 1);
  }
  ._stepper-step_txl4u_2 ._label_txl4u_42 {
    display: flex;
    gap: 0.5rem;
    inset-block-end: 0;
    inset-inline-start: 0;
    display: none;
  }
  ._stepper-step_txl4u_2 ._label_txl4u_42 ._circle_txl4u_49 {
    flex-shrink: 0;
    margin-top: 0.125rem;
    box-sizing: border-box;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    border: 0.0625rem dashed var(--background-color-strongest, #bcbcbd);
    background: var(--background-color, #ffffff);
    color: var(--foreground-color-on-primary, #ffffff);
    justify-content: center;
    align-items: center;
  }
  ._stepper-step_txl4u_2 ._label_txl4u_42 ._circle_txl4u_49 svg {
    width: 0.75rem;
    height: 0.75rem;
  }
}
@layer state {
  ._stepper-step_txl4u_2[aria-selected=true] ._bar_txl4u_26::before {
    width: 1.5rem;
    transition: width 100ms cubic-bezier(0, 0, 0.4, 1) 100ms;
  }
  ._stepper-step_txl4u_2[aria-selected=true] ._label_txl4u_42 ._circle_txl4u_49 {
    background-color: var(--background-color, #ffffff);
    border-color: var(--status-color-info, #0265DC);
    border-style: solid;
  }
  ._stepper-step_txl4u_2[aria-selected=true] ._label_txl4u_42 ._circle_txl4u_49 svg {
    display: none;
  }
  ._stepper-step_txl4u_2[aria-selected=true]:not(._all-completed_txl4u_80) {
    font-weight: bold;
  }
  ._stepper-step_txl4u_2[data-completed=true]:not(._all-completed_txl4u_80)._can-navigate_txl4u_83:not([aria-selected=true]) {
    cursor: pointer;
  }
  ._stepper-step_txl4u_2[data-completed=true]:not(._all-completed_txl4u_80)._can-navigate_txl4u_83:not([aria-selected=true]) ._label_txl4u_42 {
    text-decoration: underline;
    color: var(--foreground-color-primary, #0265DC);
  }
  ._stepper-step_txl4u_2[data-completed=true] ._label_txl4u_42 ._circle_txl4u_49, ._stepper-step_txl4u_2._all-completed_txl4u_80 ._label_txl4u_42 ._circle_txl4u_49 {
    background-color: var(--status-color-info, #0265DC);
    border-color: var(--status-color-info, #0265DC);
    border-style: solid;
  }
  ._stepper-step_txl4u_2[data-completed=true] ._label_txl4u_42 ._circle_txl4u_49 svg, ._stepper-step_txl4u_2._all-completed_txl4u_80 ._label_txl4u_42 ._circle_txl4u_49 svg {
    display: block;
  }
  ._stepper-step_txl4u_2[data-completed=true] ._bar_txl4u_26::before, ._stepper-step_txl4u_2._all-completed_txl4u_80 ._bar_txl4u_26::before {
    width: 100%;
    transition: width 100ms cubic-bezier(0, 0, 0.4, 1);
  }
  ._stepper-step_txl4u_2:not([aria-selected=true]) ._label_txl4u_42 {
    display: none;
  }
  ._stepper-step_txl4u_2:focus-visible ._bar_txl4u_26, ._stepper-step_txl4u_2[data-interactive=focus-visible] ._bar_txl4u_26 {
    outline-offset: 0.125rem;
    outline-width: 0.125rem;
    outline-style: solid;
    outline-color: var(--focus-ring-color, #0265DC);
    border-radius: 0.375rem;
  }
  @container stepper (width > 768px) {
    ._stepper-step_txl4u_2 ._bar_txl4u_26 {
      height: 0.25rem;
    }
    ._stepper-step_txl4u_2 ._label_txl4u_42 {
      display: flex;
      position: static;
    }
    ._stepper-step_txl4u_2 ._label_txl4u_42 ._circle_txl4u_49 {
      display: inline-flex;
    }
    ._stepper-step_txl4u_2[aria-selected=true] ._bar_txl4u_26 {
      outline: none;
    }
    ._stepper-step_txl4u_2:not([aria-selected=true]) ._label_txl4u_42 {
      display: flex;
    }
    ._stepper-step_txl4u_2:focus-visible ._bar_txl4u_26, ._stepper-step_txl4u_2[data-interactive=focus-visible] ._bar_txl4u_26 {
      outline: none;
    }
    ._stepper-step_txl4u_2:focus-visible ._label_txl4u_42, ._stepper-step_txl4u_2[data-interactive=focus-visible] ._label_txl4u_42 {
      outline-offset: 0.125rem;
      outline-width: 0.125rem;
      outline-style: solid;
      outline-color: var(--focus-ring-color, #0265DC);
      border-radius: 0.375rem;
    }
  }
}@layer starter, reset, base, state, application;
@layer reset {
  ._stepper-panel_4h550_2 {
    all: unset;
    font-family: var(--font-family-base, "Nunito Sans", sans-serif);
    font-size: 100%;
    color: var(--foreground-color, #141414);
    margin: 0;
    padding: 0;
    border-style: none;
    border-width: 0;
    border-color: transparent;
    box-sizing: border-box;
    display: flex;
  }
}
@layer base {
  ._stepper-panel_4h550_2 {
    min-height: 0;
    flex-grow: 1;
    font-size: 1rem;
    font-size: 1rem;
  }
}
@layer state {
  ._stepper-panel_4h550_2 {
    opacity: 1;
  }
  ._stepper-panel_4h550_2:focus-visible {
    outline-offset: 0.125rem;
    outline-width: 0.125rem;
    outline-style: solid;
    outline-color: var(--focus-ring-color, #0265DC);
    border-radius: 0.375rem;
  }
}@layer starter, reset, base, state, application;
@layer reset {
  ._stepper_1czb4_2 {
    all: unset;
    font-family: var(--font-family-base, "Nunito Sans", sans-serif);
    font-size: 100%;
    color: var(--foreground-color, #141414);
    margin: 0;
    padding: 0;
    border-style: none;
    border-width: 0;
    border-color: transparent;
    box-sizing: border-box;
    display: flex;
  }
}
@layer base {
  ._stepper_1czb4_2 {
    flex-direction: column;
    gap: 1rem;
    padding-block-start: 0.25rem;
    max-width: 100%;
    background-color: inherit;
    container-type: inline-size;
    container-name: stepper;
    font-size: 1rem;
    transition: height 200ms cubic-bezier(0, 0, 0.4, 1);
  }
}