.col-xl {
  flex: 1 0 0%;
}

.row-cols-xl-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-xl-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-xl-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-xl-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-xl-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-xl-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-xl-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-xl-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-xl-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-xl-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-xl-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-xl-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-xl-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-xl-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-xl-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-xl-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-xl-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-xl-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-xl-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-xl-12 {
  flex: 0 0 auto;
  width: 100%;
}

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

.offset-xl-1 {
  margin-right: 8.33333333%;
}

.offset-xl-2 {
  margin-right: 16.66666667%;
}

.offset-xl-3 {
  margin-right: 25%;
}

.offset-xl-4 {
  margin-right: 33.33333333%;
}

.offset-xl-5 {
  margin-right: 41.66666667%;
}

.offset-xl-6 {
  margin-right: 50%;
}

.offset-xl-7 {
  margin-right: 58.33333333%;
}

.offset-xl-8 {
  margin-right: 66.66666667%;
}

.offset-xl-9 {
  margin-right: 75%;
}

.offset-xl-10 {
  margin-right: 83.33333333%;
}

.offset-xl-11 {
  margin-right: 91.66666667%;
}

.g-xl-0,
.gx-xl-0 {
  --bs-gutter-x: 0;
}

.g-xl-0,
.gy-xl-0 {
  --bs-gutter-y: 0;
}

.g-xl-1,
.gx-xl-1 {
  --bs-gutter-x: 0.25rem;
}

.g-xl-1,
.gy-xl-1 {
  --bs-gutter-y: 0.25rem;
}

.g-xl-2,
.gx-xl-2 {
  --bs-gutter-x: 0.5rem;
}

.g-xl-2,
.gy-xl-2 {
  --bs-gutter-y: 0.5rem;
}

.g-xl-3,
.gx-xl-3 {
  --bs-gutter-x: 1rem;
}

.g-xl-3,
.gy-xl-3 {
  --bs-gutter-y: 1rem;
}

.g-xl-4,
.gx-xl-4 {
  --bs-gutter-x: 1.5rem;
}

.g-xl-4,
.gy-xl-4 {
  --bs-gutter-y: 1.5rem;
}

.g-xl-5,
.gx-xl-5 {
  --bs-gutter-x: 3rem;
}

.g-xl-5,
.gy-xl-5 {
  --bs-gutter-y: 3rem;
}
.d-xl-inline {
  display: inline !important;
}

.d-xl-inline-block {
  display: inline-block !important;
}

.d-xl-block {
  display: block !important;
}

.d-xl-grid {
  display: grid !important;
}

.d-xl-table {
  display: table !important;
}

.d-xl-table-row {
  display: table-row !important;
}

.d-xl-table-cell {
  display: table-cell !important;
}

.d-xl-flex {
  display: flex !important;
}

.d-xl-inline-flex {
  display: inline-flex !important;
}

.d-xl-none {
  display: none !important;
}

.flex-xl-fill {
  flex: 1 1 auto !important;
}

.flex-xl-row {
  flex-direction: row !important;
}

.flex-xl-column {
  flex-direction: column !important;
}

.flex-xl-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-xl-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-xl-grow-0 {
  flex-grow: 0 !important;
}

.flex-xl-grow-1 {
  flex-grow: 1 !important;
}

.flex-xl-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-xl-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-xl-wrap {
  flex-wrap: wrap !important;
}

.flex-xl-nowrap {
  flex-wrap: nowrap !important;
}

.flex-xl-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-xl-start {
  justify-content: flex-start !important;
}

.justify-content-xl-end {
  justify-content: flex-end !important;
}

.justify-content-xl-center {
  justify-content: center !important;
}

.justify-content-xl-between {
  justify-content: space-between !important;
}

.justify-content-xl-around {
  justify-content: space-around !important;
}

.justify-content-xl-evenly {
  justify-content: space-evenly !important;
}

.align-items-xl-start {
  align-items: flex-start !important;
}

.align-items-xl-end {
  align-items: flex-end !important;
}

.align-items-xl-center {
  align-items: center !important;
}

.align-items-xl-baseline {
  align-items: baseline !important;
}

.align-items-xl-stretch {
  align-items: stretch !important;
}

.align-content-xl-start {
  align-content: flex-start !important;
}

.align-content-xl-end {
  align-content: flex-end !important;
}

.align-content-xl-center {
  align-content: center !important;
}

.align-content-xl-between {
  align-content: space-between !important;
}

.align-content-xl-around {
  align-content: space-around !important;
}

.align-content-xl-stretch {
  align-content: stretch !important;
}

.align-self-xl-auto {
  align-self: auto !important;
}

.align-self-xl-start {
  align-self: flex-start !important;
}

.align-self-xl-end {
  align-self: flex-end !important;
}

.align-self-xl-center {
  align-self: center !important;
}

.align-self-xl-baseline {
  align-self: baseline !important;
}

.align-self-xl-stretch {
  align-self: stretch !important;
}

.order-xl-first {
  order: -1 !important;
}

.order-xl-0 {
  order: 0 !important;
}

.order-xl-1 {
  order: 1 !important;
}

.order-xl-2 {
  order: 2 !important;
}

.order-xl-3 {
  order: 3 !important;
}

.order-xl-4 {
  order: 4 !important;
}

.order-xl-5 {
  order: 5 !important;
}

.order-xl-last {
  order: 6 !important;
}

.m-xl-0 {
  margin: 0 !important;
}

.m-xl-1 {
  margin: 0.25rem !important;
}

.m-xl-2 {
  margin: 0.5rem !important;
}

.m-xl-3 {
  margin: 1rem !important;
}

.m-xl-4 {
  margin: 1.5rem !important;
}

.m-xl-5 {
  margin: 3rem !important;
}

.m-xl-auto {
  margin: auto !important;
}

.mx-xl-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-xl-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-xl-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-xl-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-xl-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-xl-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-xl-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-xl-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-xl-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-xl-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-xl-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-xl-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-xl-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-xl-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-xl-0 {
  margin-top: 0 !important;
}

.mt-xl-1 {
  margin-top: 0.25rem !important;
}

.mt-xl-2 {
  margin-top: 0.5rem !important;
}

.mt-xl-3 {
  margin-top: 1rem !important;
}

.mt-xl-4 {
  margin-top: 1.5rem !important;
}

.mt-xl-5 {
  margin-top: 3rem !important;
}

.mt-xl-auto {
  margin-top: auto !important;
}

.me-xl-0 {
  margin-left: 0 !important;
}

.me-xl-1 {
  margin-left: 0.25rem !important;
}

.me-xl-2 {
  margin-left: 0.5rem !important;
}

.me-xl-3 {
  margin-left: 1rem !important;
}

.me-xl-4 {
  margin-left: 1.5rem !important;
}

.me-xl-5 {
  margin-left: 3rem !important;
}

.me-xl-auto {
  margin-left: auto !important;
}

.mb-xl-0 {
  margin-bottom: 0 !important;
}

.mb-xl-1 {
  margin-bottom: 0.25rem !important;
}

.mb-xl-2 {
  margin-bottom: 0.5rem !important;
}

.mb-xl-3 {
  margin-bottom: 1rem !important;
}

.mb-xl-4 {
  margin-bottom: 1.5rem !important;
}

.mb-xl-5 {
  margin-bottom: 3rem !important;
}

.mb-xl-auto {
  margin-bottom: auto !important;
}

.ms-xl-0 {
  margin-right: 0 !important;
}

.ms-xl-1 {
  margin-right: 0.25rem !important;
}

.ms-xl-2 {
  margin-right: 0.5rem !important;
}

.ms-xl-3 {
  margin-right: 1rem !important;
}

.ms-xl-4 {
  margin-right: 1.5rem !important;
}

.ms-xl-5 {
  margin-right: 3rem !important;
}

.ms-xl-auto {
  margin-right: auto !important;
}

.p-xl-0 {
  padding: 0 !important;
}

.p-xl-1 {
  padding: 0.25rem !important;
}

.p-xl-2 {
  padding: 0.5rem !important;
}

.p-xl-3 {
  padding: 1rem !important;
}

.p-xl-4 {
  padding: 1.5rem !important;
}

.p-xl-5 {
  padding: 3rem !important;
}

.px-xl-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-xl-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-xl-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-xl-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-xl-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-xl-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-xl-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-xl-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-xl-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-xl-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-xl-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-xl-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-xl-0 {
  padding-top: 0 !important;
}

.pt-xl-1 {
  padding-top: 0.25rem !important;
}

.pt-xl-2 {
  padding-top: 0.5rem !important;
}

.pt-xl-3 {
  padding-top: 1rem !important;
}

.pt-xl-4 {
  padding-top: 1.5rem !important;
}

.pt-xl-5 {
  padding-top: 3rem !important;
}

.pe-xl-0 {
  padding-left: 0 !important;
}

.pe-xl-1 {
  padding-left: 0.25rem !important;
}

.pe-xl-2 {
  padding-left: 0.5rem !important;
}

.pe-xl-3 {
  padding-left: 1rem !important;
}

.pe-xl-4 {
  padding-left: 1.5rem !important;
}

.pe-xl-5 {
  padding-left: 3rem !important;
}

.pb-xl-0 {
  padding-bottom: 0 !important;
}

.pb-xl-1 {
  padding-bottom: 0.25rem !important;
}

.pb-xl-2 {
  padding-bottom: 0.5rem !important;
}

.pb-xl-3 {
  padding-bottom: 1rem !important;
}

.pb-xl-4 {
  padding-bottom: 1.5rem !important;
}

.pb-xl-5 {
  padding-bottom: 3rem !important;
}

.ps-xl-0 {
  padding-right: 0 !important;
}

.ps-xl-1 {
  padding-right: 0.25rem !important;
}

.ps-xl-2 {
  padding-right: 0.5rem !important;
}

.ps-xl-3 {
  padding-right: 1rem !important;
}

.ps-xl-4 {
  padding-right: 1.5rem !important;
}

.ps-xl-5 {
  padding-right: 3rem !important;
}

.p-xl-fixed {
  position: fixed !important;
}
.p-xl-relative {
  position: relative !important;
}
.p-xl-absolute {
  position: absolute !important;
}
.p-xl-static {
  position: static !important;
}

.t-xl-right {
  text-align: right;
}
.t-xl-center {
  text-align: center;
}
.t-xl-left {
  text-align: left;
}
.t-xl-justify {
  text-align: justify;
}

.w-xl-100 {
  width: 100%;
}
.w-xl-90 {
  width: 90%;
}
.w-xl-80 {
  width: 80%;
}
.w-xl-70 {
  width: 70%;
}
.w-xl-60 {
  width: 60%;
}

.h-xl-100 {
  height: 100%;
}
.h-xl-90 {
  height: 90%;
}
.h-xl-80 {
  height: 80%;
}
.h-xl-70 {
  height: 70%;
}
.h-xl-60 {
  height: 60%;
}

.gap-xl-0 {
  gap: 0 !important;
}

.gap-xl-1 {
  gap: 0.25rem !important;
}

.gap-xl-2 {
  gap: 0.5rem !important;
}

.gap-xl-3 {
  gap: 1rem !important;
}

.gap-xl-4 {
  gap: 1.5rem !important;
}

