.hidden {
  display: none;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column,
.flex-col {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

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

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

.justify-center {
  justify-content: center;
}

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

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

.justify-evenly {
  justify-content: space-evenly;
}

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

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

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-center {
  align-content: center;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.content-stretch {
  align-content: stretch;
}

.self-auto {
  align-self: auto;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-baseline {
  align-self: baseline;
}

.self-stretch {
  align-self: stretch;
}

.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-40 {
  gap: 10rem;
}

.gap-48 {
  gap: 12rem;
}

.gap-56 {
  gap: 14rem;
}

.gap-64 {
  gap: 16rem;
}

@media screen and (max-width: 880px) {
  .mb\:hidden {
    display: none;
  }
  .mb\:block {
    display: block;
  }
  .mb\:flex {
    display: flex;
  }
  .mb\:flex-row {
    flex-direction: row;
  }
  .mb\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .mb\:flex-column,
  .mb\:flex-col {
    flex-direction: column;
  }

  .mb\:flex-column-reverse {
    flex-direction: column-reverse;
  }

  .mb\:flex-wrap {
    flex-wrap: wrap;
  }

  .mb\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .mb\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .mb\:justify-start {
    justify-content: flex-start;
  }

  .mb\:justify-end {
    justify-content: flex-end;
  }

  .mb\:justify-center {
    justify-content: center;
  }

  .mb\:justify-between {
    justify-content: space-between;
  }

  .mb\:justify-around {
    justify-content: space-around;
  }

  .mb\:justify-evenly {
    justify-content: space-evenly;
  }

  .mb\:items-start {
    align-items: flex-start;
  }

  .mb\:items-end {
    align-items: flex-end;
  }

  .mb\:items-center {
    align-items: center;
  }

  .mb\:items-baseline {
    align-items: baseline;
  }

  .mb\:items-stretch {
    align-items: stretch;
  }

  .mb\:content-start {
    align-content: flex-start;
  }

  .mb\:content-end {
    align-content: flex-end;
  }

  .mb\:content-center {
    align-content: center;
  }

  .mb\:content-between {
    align-content: space-between;
  }

  .mb\:content-around {
    align-content: space-around;
  }

  .mb\:content-stretch {
    align-content: stretch;
  }

  .mb\:self-auto {
    align-self: auto;
  }

  .mb\:self-start {
    align-self: flex-start;
  }

  .mb\:self-end {
    align-self: flex-end;
  }

  .mb\:self-center {
    align-self: center;
  }

  .mb\:self-baseline {
    align-self: baseline;
  }

  .mb\:self-stretch {
    align-self: stretch;
  }

  .mb\:gap-0 {
    gap: 0;
  }

  .mb\:gap-1 {
    gap: 0.25rem;
  }

  .mb\:gap-2 {
    gap: 0.5rem;
  }

  .mb\:gap-3 {
    gap: 0.75rem;
  }

  .mb\:gap-4 {
    gap: 1rem;
  }

  .mb\:gap-5 {
    gap: 1.25rem;
  }

  .mb\:gap-6 {
    gap: 1.5rem;
  }

  .mb\:gap-8 {
    gap: 2rem;
  }

  .mb\:gap-10 {
    gap: 2.5rem;
  }

  .mb\:gap-12 {
    gap: 3rem;
  }

  .mb\:gap-16 {
    gap: 4rem;
  }

  .mb\:gap-20 {
    gap: 5rem;
  }

  .mb\:gap-24 {
    gap: 6rem;
  }

  .mb\:gap-32 {
    gap: 8rem;
  }

  .mb\:gap-40 {
    gap: 10rem;
  }

  .mb\:gap-48 {
    gap: 12rem;
  }

  .mb\:gap-56 {
    gap: 14rem;
  }

  .mb\:gap-64 {
    gap: 16rem;
  }
}
