._1tj1m050 {
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: start;
       align-items: flex-start;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  padding: 20px 16px;
  background-color: var(--ColorGray-10);
  border-radius: 4px;
}
._1tj1m051 {
  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;
}
._1tj1m052 {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  gap: 2px;
  letter-spacing: -0.5px;
  color: var(--ColorGray-700);
  line-height: 18px;
}
._1tj1m053 {
  line-height: 20px;
  letter-spacing: -0.5px;
  color: var(--ColorGray-700);
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-align: start;
       align-items: flex-start;
}
._1tj1m054 {
  overflow: hidden;
  max-height: 500px;
  opacity: 1;
  margin-top: 12px;
  -moz-transition: max-height 0.25s ease, opacity 0.25s ease, margin 0.25s ease;
  transition: max-height 0.25s ease, opacity 0.25s ease, margin 0.25s ease;
}
._1tj1m055 {
  max-height: 0;
  opacity: 0;
  margin-top: 0;
}
._1tj1m056 {
  position: relative;
  padding-left: 18px;
}
._1tj1m056:before {
  content: '•';
  position: absolute;
  left: 8px;
  font-weight: normal;
}
