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

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

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

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

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

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

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

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

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

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

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

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

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

.background-none {
  background: none;
}

.border-none {
  border: none;
}

.border-radius-0 {
  border-radius: 0;
}

.border-radius-50 {
  border-radius: 50%;
}

.bottom-0 {
  bottom: 0;
}

.box-shadow-none {
  box-shadow: none;
}

.color-black {
  color: #000;
}

.color-orange {
  color: #0170f7;
}

.color-white {
  color: #fff;
}

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-none {
  cursor: none;
}

.cursor-pointer {
  cursor: pointer;
}

.display-block {
  display: block;
}

.display-flex {
  display: flex;
}

.display-grid {
  display: grid;
}

.display-inline {
  display: inline;
}

.display-inline-block {
  display: inline-block;
}

.display-inline-flex {
  display: inline-flex;
}

.display-inline-grid {
  display: inline-grid;
}

.display-none {
  display: none;
}

.display-table {
  display: table;
}

.display-table-cell {
  display: table-cell;
}

.filter-none {
  filter: none;
}

.flex-1 {
  flex: 1;
}

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

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

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

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

.flex-none {
  flex: none;
}

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

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

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

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.font-style-italic {
  font-style: italic;
}

.font-style-normal {
  font-style: normal;
}

.font-style-oblique {
  font-style: oblique;
}

.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

.font-weight-bold {
  font-weight: bold;
}

.font-weight-bolder {
  font-weight: bolder;
}

.font-weight-lighter {
  font-weight: lighter;
}

.font-weight-normal {
  font-weight: normal;
}

.height-0 {
  height: 0;
}

.height-100-percent {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

.justify-items-end {
  justify-items: end;
}

.justify-items-normal {
  justify-items: normal;
}

.justify-items-start {
  justify-items: start;
}

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

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

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

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

.justify-self-end {
  justify-self: end;
}

.justify-self-normal {
  justify-self: normal;
}

.justify-self-start {
  justify-self: start;
}

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

.left-0 {
  left: 0;
}

.line-height-1 {
  line-height: 1;
}

.list-style-none {
  list-style: none;
}

.margin-0 {
  margin: 0;
}

.margin-auto {
  margin: auto;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.margin-bottom-auto {
  margin-bottom: auto;
}

.margin-left-0 {
  margin-left: 0;
}

.margin-left-auto {
  margin-left: auto;
}

.margin-right-0 {
  margin-right: 0;
}

.margin-right-auto {
  margin-right: auto;
}

.margin-top-0 {
  margin-top: 0;
}

.margin-top-auto {
  margin-top: auto;
}

.max-width-100-percent {
  max-width: 100%;
}

.object-fit-contain {
  object-fit: contain;
}

.object-fit-cover {
  object-fit: cover;
}

.object-fit-fill {
  object-fit: fill;
}

.object-fit-none {
  object-fit: none;
}

.object-fit-scale-down {
  object-fit: scale-down;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.outline-none {
  outline: none;
}

.overflow-auto {
  overflow: auto;
}

.overflow-clip {
  overflow: clip;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-visible {
  overflow: visible;
}

.padding-0 {
  padding: 0;
}

.padding-bottom-0 {
  padding-bottom: 0;
}

.padding-left-0 {
  padding-left: 0;
}

.padding-right-0 {
  padding-right: 0;
}

.padding-top-0 {
  padding-top: 0;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-relative {
  position: relative;
}

.position-static {
  position: static;
}

.position-sticky {
  position: sticky;
}

.right-0 {
  right: 0;
}

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

.text-align-end {
  text-align: end;
}

.text-align-justify {
  text-align: justify;
}

.text-align-justify-all {
  text-align: justify-all;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.text-align-start {
  text-align: start;
}

.text-decoration-none {
  text-decoration: none;
}

.text-decoration-overline {
  text-decoration: overline;
}

.text-decoration-underline {
  text-decoration: underline;
}

.text-shadow-none {
  text-shadow: none;
}

.text-transform-capitalize {
  text-transform: capitalize;
}

.text-transform-full-width {
  text-transform: full-width;
}

.text-transform-lowercase {
  text-transform: lowercase;
}

.text-transform-none {
  text-transform: none;
}

.text-transform-uppercase {
  text-transform: uppercase;
}

.top-0 {
  top: 0;
}

.transform-none {
  transform: none;
}

.transition-none {
  transition: none;
}

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

.vertical-align-bottom {
  vertical-align: bottom;
}

.vertical-align-middle {
  vertical-align: middle;
}

.vertical-align-sub {
  vertical-align: sub;
}

.vertical-align-super {
  vertical-align: super;
}

.vertical-align-text-bottom {
  vertical-align: text-bottom;
}

.vertical-align-text-top {
  vertical-align: text-top;
}

.vertical-align-top {
  vertical-align: top;
}

.visibility-collapse {
  visibility: collapse;
}

.visibility-hidden {
  visibility: hidden;
}

.visibility-visible {
  visibility: visible;
}

.width-0 {
  width: 0;
}

.width-100-percent {
  width: 100%;
}

.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}
/*# sourceMappingURL=utilities.css.map */
