.flexbox_row {
  display: flex;
  flex-direction: row;
}

.flexbox_column {
  display: flex;
  flex-direction: column;
}

.align_center {
  align-items: center;
}

.justify_center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.space-evenly {
  justify-content: space-evenly;
}

.flex_nowrap {
  flex-wrap: nowrap;
}

.mleft24 {
  margin-left: 24px;
}

.mleft40 {
  margin-left: 40px;
}

.mleft43 {
  margin-left: 43px;
}

.mbottom8 {
  margin-bottom: 8px;
}

.mbottom10 {
  margin-bottom: 10px;
}

.mbottom16 {
  margin-bottom: 16px;
}

.mbottom18 {
  margin-bottom: 18px;
}

.mbottom24 {
  margin-bottom: 24px;
}

.mbottom32 {
  margin-bottom: 32px;
}

.mbottom40 {
  margin-bottom: 40px;
}

.mbottom44 {
  margin-bottom: 44px;
}

.mbottom80 {
  margin-bottom: 80px;
}

.pt64 {
  padding-top: 64px;
}

.w698px {
  width: 698px !important;
}

.w100 {
  width: 100% !important;
}
