._stack_1jqxr_1 {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

._gapNone_1jqxr_7 {
  gap: 0;
}

._gapXs_1jqxr_11 {
  gap: var(--spacing-xs);
}

._gapSm_1jqxr_15 {
  gap: var(--spacing-sm);
}

._gapMd_1jqxr_19 {
  gap: var(--spacing-md);
}

._gapLg_1jqxr_23 {
  gap: var(--spacing-lg);
}

._gapXl_1jqxr_27 {
  gap: var(--spacing-xl);
}

._alignStart_1jqxr_31 {
  align-items: flex-start;
}

._alignCenter_1jqxr_35 {
  align-items: center;
}

._alignEnd_1jqxr_39 {
  align-items: flex-end;
}

._alignStretch_1jqxr_43 {
  align-items: stretch;
}

._alignBaseline_1jqxr_47 {
  align-items: baseline;
}

._justifyStart_1jqxr_51 {
  justify-content: flex-start;
}

._justifyCenter_1jqxr_55 {
  justify-content: center;
}

._justifyEnd_1jqxr_59 {
  justify-content: flex-end;
}

._justifyBetween_1jqxr_63 {
  justify-content: space-between;
}

._justifyAround_1jqxr_67 {
  justify-content: space-around;
}