:root ._position-absolute {
  position: absolute;
}
:root ._justifyContent-center {
  justify-content: center;
}
:root ._display-flex {
  display: flex;
}
:root ._flexBasis-auto {
  flex-basis: auto;
}
:root ._boxSizing-border-box {
  box-sizing: border-box;
}
:root ._position-relative {
  position: relative;
}
:root ._minHeight-0px {
  min-height: 0;
}
:root ._minWidth-0px {
  min-width: 0;
}
:root ._flexShrink-1 {
  flex-shrink: 1;
}
:root ._flexDirection-column {
  flex-direction: column;
}
:root ._flexGrow-1 {
  flex-grow: 1;
}
:root ._alignItems-flex-end {
  align-items: flex-end;
}
:root ._flexShrink-0 {
  flex-shrink: 0;
}
:root ._width-10037 {
  width: 100%;
}
:root ._alignItems-center {
  align-items: center;
}
:root ._gap-t-space-spa1360334047 {
  gap: var(--t-space-spacing24);
}
:root ._alignItems-stretch {
  align-items: stretch;
}
:root ._minHeight-60px {
  min-height: 60px;
}
:root ._flexDirection-row {
  flex-direction: row;
}
:root ._gap-t-space-spa94665593 {
  gap: var(--t-space-spacing8);
}
