@media (min-width: 981px) {
  .float-dm-start {
    float: left !important;
  }

  .float-dm-end {
    float: right !important;
  }

  .float-dm-none {
    float: none !important;
  }

  .d-dm-inline {
    display: inline !important;
  }

  .d-dm-inline-block {
    display: inline-block !important;
  }

  .d-dm-block {
    display: block !important;
  }

  .d-dm-grid {
    display: grid !important;
  }

  .d-dm-table {
    display: table !important;
  }

  .d-dm-table-row {
    display: table-row !important;
  }

  .d-dm-table-cell {
    display: table-cell !important;
  }

  .d-dm-flex {
    display: flex !important;
  }

  .d-dm-inline-flex {
    display: inline-flex !important;
  }

  .d-dm-none {
    display: none !important;
  }

  .flex-dm-fill {
    flex: 1 1 auto !important;
  }

  .flex-dm-row {
    flex-direction: row !important;
  }

  .flex-dm-column {
    flex-direction: column !important;
  }

  .flex-dm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-dm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-dm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-dm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-dm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-dm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-dm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-dm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-dm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-dm-0 {
    gap: 0 !important;
  }

  .gap-dm-1 {
    gap: 0.25rem !important;
  }

  .gap-dm-2 {
    gap: 0.5rem !important;
  }

  .gap-dm-3 {
    gap: 1rem !important;
  }

  .gap-dm-4 {
    gap: 1.5rem !important;
  }

  .gap-dm-5 {
    gap: 3rem !important;
  }

  .justify-content-dm-start {
    justify-content: flex-start !important;
  }

  .justify-content-dm-end {
    justify-content: flex-end !important;
  }

  .justify-content-dm-center {
    justify-content: center !important;
  }

  .justify-content-dm-between {
    justify-content: space-between !important;
  }

  .justify-content-dm-around {
    justify-content: space-around !important;
  }

  .justify-content-dm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-dm-start {
    align-items: flex-start !important;
  }

  .align-items-dm-end {
    align-items: flex-end !important;
  }

  .align-items-dm-center {
    align-items: center !important;
  }

  .align-items-dm-baseline {
    align-items: baseline !important;
  }

  .align-items-dm-stretch {
    align-items: stretch !important;
  }

  .align-content-dm-start {
    align-content: flex-start !important;
  }

  .align-content-dm-end {
    align-content: flex-end !important;
  }

  .align-content-dm-center {
    align-content: center !important;
  }

  .align-content-dm-between {
    align-content: space-between !important;
  }

  .align-content-dm-around {
    align-content: space-around !important;
  }

  .align-content-dm-stretch {
    align-content: stretch !important;
  }

  .align-self-dm-auto {
    align-self: auto !important;
  }

  .align-self-dm-start {
    align-self: flex-start !important;
  }

  .align-self-dm-end {
    align-self: flex-end !important;
  }

  .align-self-dm-center {
    align-self: center !important;
  }

  .align-self-dm-baseline {
    align-self: baseline !important;
  }

  .align-self-dm-stretch {
    align-self: stretch !important;
  }

  .order-dm-first {
    order: -1 !important;
  }

  .order-dm-0 {
    order: 0 !important;
  }

  .order-dm-1 {
    order: 1 !important;
  }

  .order-dm-2 {
    order: 2 !important;
  }

  .order-dm-3 {
    order: 3 !important;
  }

  .order-dm-4 {
    order: 4 !important;
  }

  .order-dm-5 {
    order: 5 !important;
  }

  .order-dm-last {
    order: 6 !important;
  }

  .m-dm-0 {
    margin: 0 !important;
  }

  .m-dm-1 {
    margin: 0.25rem !important;
  }

  .m-dm-2 {
    margin: 0.5rem !important;
  }

  .m-dm-3 {
    margin: 1rem !important;
  }

  .m-dm-4 {
    margin: 1.5rem !important;
  }

  .m-dm-5 {
    margin: 3rem !important;
  }

  .m-dm-auto {
    margin: auto !important;
  }

  .mx-dm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-dm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-dm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-dm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-dm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-dm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-dm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-dm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-dm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-dm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-dm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-dm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-dm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-dm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-dm-0 {
    margin-top: 0 !important;
  }

  .mt-dm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-dm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-dm-3 {
    margin-top: 1rem !important;
  }

  .mt-dm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-dm-5 {
    margin-top: 3rem !important;
  }

  .mt-dm-auto {
    margin-top: auto !important;
  }

  .me-dm-0 {
    margin-right: 0 !important;
  }

  .me-dm-1 {
    margin-right: 0.25rem !important;
  }

  .me-dm-2 {
    margin-right: 0.5rem !important;
  }

  .me-dm-3 {
    margin-right: 1rem !important;
  }

  .me-dm-4 {
    margin-right: 1.5rem !important;
  }

  .me-dm-5 {
    margin-right: 3rem !important;
  }

  .me-dm-auto {
    margin-right: auto !important;
  }

  .mb-dm-0 {
    margin-bottom: 0 !important;
  }

  .mb-dm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-dm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-dm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-dm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-dm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-dm-auto {
    margin-bottom: auto !important;
  }

  .ms-dm-0 {
    margin-left: 0 !important;
  }

  .ms-dm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-dm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-dm-3 {
    margin-left: 1rem !important;
  }

  .ms-dm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-dm-5 {
    margin-left: 3rem !important;
  }

  .ms-dm-auto {
    margin-left: auto !important;
  }

  .p-dm-0 {
    padding: 0 !important;
  }

  .p-dm-1 {
    padding: 0.25rem !important;
  }

  .p-dm-2 {
    padding: 0.5rem !important;
  }

  .p-dm-3 {
    padding: 1rem !important;
  }

  .p-dm-4 {
    padding: 1.5rem !important;
  }

  .p-dm-5 {
    padding: 3rem !important;
  }

  .px-dm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-dm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-dm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-dm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-dm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-dm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-dm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-dm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-dm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-dm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-dm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-dm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-dm-0 {
    padding-top: 0 !important;
  }

  .pt-dm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-dm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-dm-3 {
    padding-top: 1rem !important;
  }

  .pt-dm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-dm-5 {
    padding-top: 3rem !important;
  }

  .pe-dm-0 {
    padding-right: 0 !important;
  }

  .pe-dm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-dm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-dm-3 {
    padding-right: 1rem !important;
  }

  .pe-dm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-dm-5 {
    padding-right: 3rem !important;
  }

  .pb-dm-0 {
    padding-bottom: 0 !important;
  }

  .pb-dm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-dm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-dm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-dm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-dm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-dm-0 {
    padding-left: 0 !important;
  }

  .ps-dm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-dm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-dm-3 {
    padding-left: 1rem !important;
  }

  .ps-dm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-dm-5 {
    padding-left: 3rem !important;
  }

  .text-dm-start {
    text-align: left !important;
  }

  .text-dm-end {
    text-align: right !important;
  }

  .text-dm-center {
    text-align: center !important;
  }
}