.rax7un0 {
  display: -moz-box;
  display: flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
  width: 100%;
  -moz-box-pack: justify;
       justify-content: space-between;
  gap: 8px;
  -moz-box-align: center;
       align-items: center;
  margin-top: 24px;
}
.rax7un1 {
  border: 1px solid var(--ColorGray-100);
  border-radius: 4px;
  background-color: var(--ColorWhite-50);
  color: var(--ColorGray-700);
  width: 100%;
}
.rax7un2 {
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: var(--ColorBlack-450);
  color: var(--ColorWhite-50);
  width: 100%;
}
.rax7un3 {
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
}
.rax7un4 {
  line-height: 18px;
  letter-spacing: -0.5px;
  text-align: center;
}
